@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* WEBフォントインポート  */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');

body {
    font-family: 'BIZ UDPGothic', 'Noto Sans JP';
    letter-spacing: 0.1em !important;

}

body p {
    font-weight: 400;
}

/*-------------------------------------------
            基本設定
-------------------------------------------*/
.l-content {
    margin: 0 auto;
}

.post_content>* {
    margin-bottom: 0;
}

.center {
    text-align: center !important;
}

.top #content {
    padding-top: 0 !important;
}

.relative {
    position: relative !important;
}

.row-reverse {
    flex-direction: row-reverse !important;
}

@media(min-width: 600px) {
    .sp-on {
        display: none;
    }
}

/*------------スマホ改行------------------*/

@media(min-width: 600px) {
    .spbr {
        display: none;
    }
}

/*------------ニュースの文字色------------*/
#comments p a,
.p-termHead__desc a,
.post_content a,
.textwidget a {
    /*   color: #666;*/
}

/*-----------見出し-----------------------*/
.mincho {
    font-family: "ten-mincho" !important;
}

.bighead {
    font-size: 5em;
    font-weight: 400 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    letter-spacing: .3em;
    color: #FFF;
    z-index: 99999;
}

@media(max-width: 599px) {
    .bighead {
        width: 100%;
        font-size: 3em;
        font-weight: 400;
        text-align: center;
    }
}

.lighter {
    font-weight: 300 !important;
}

.post_content h2 {
   /* font-weight: 300;
    font-size: 1.7em;
    margin-bottom: 1em;
    font-weight: 400 !important;*/
}

h2.imgbg {
    text-align: center !important;
    font-size: 2em !important;
    font-weight: 400 !important;
    padding: 1rem 0;
}


@media(min-width: 768px) {
    .post_content h2 {
        font-size: 2em;
        letter-spacing: 0.4em;
    }

    h2.imgbg {
        text-align: center !important;
        font-size: 3em !important;
        font-weight: 400 !important;
        padding: 2rem 0 !important;
    }
}

@media (min-width: 960px) {
    .pc-py-80 {
        padding-bottom: 9em !important;
    }
}

/*------------bottomline------------------*/
.bottomline {
    border-bottom: 1px solid #295890 !important;
}

.post_content h2::before {
    top: initial !important;
}

.bottomline:before {
    position: absolute !important;
    bottom: 0;
    left: 0 !important;
    width: 20% !important;
    height: 2px !important;
    content: '' !important;
    background: #00a0ff !important;
}

/*-------------左寄せ----------------------*/
.m-left {
    text-align: left !important;
    font-size: 1.5em !important;
}

@media(min-wdith: 768px) {
    .m-left {
        font-size: 2em !important;
    }
}

/*--swellボタンをhtml内に設置する際のmargin--*/
.btn-margin {
    margin: 40px auto 10px;
}

/*----ボタン左寄せ-----*/
.lft {
    text-align: left !important;
}

@media(max-width: 991px) {
    .lft {
        text-align: center !important;
    }
}

/*------padding-top----------------------*/
.padding-top {
    padding-top: 5em;
}

/*------------ボタンキラリの設定----------*/
.is-style-btn_shiny a {
    color: #FFF !important;
    font-family: 'Noto Sans Japanese';
}

/*-------------------------------------------
        メニューの文字の大きさ
--------------------------------------------*/
@media(min-width: 1280px) {
    .c-gnav>.menu-item>a .ttl {
        display: block;
        font-size: 1.05rem;
    }
}

/*-------------------------------------------
            固定ページヘッダー
-------------------------------------------*/

@media (min-width: 768px) {
    .l-topTitleArea {
        min-height: 500px;
    }

    .c-pageTitle {
        font-size: 3em;
        font-weight: 500;
        letter-spacing: 0.2em;
        /* background: rgba(0, 0, 0, 0.1);
        width: fit-content;
        padding: .2em;
        text-align: center;
        backdrop-filter: blur(40px);*/
    }
}

@media(max-width:767px) {
    .c-pageTitle {
        font-size: 2.5em;
        /* width: fit-content;
        padding: .2em;
        text-align: center;
        backdrop-filter: blur(40px);*/
    }
}

@media(max-width: 600px) {
    .c-pageTitle {
        font-size: 2em;
        font-weight: 400;
    }
}

.l-topTitleArea__body {
    z-index: 3;
    background: rgba(0, 0, 0, 0.1);
    padding: .2em;
    backdrop-filter: blur(40px);
}

/*  シンプルテーブルの際に文字の太さを変更 */
.is-style-simple>table {
    font-weight: 300;
}

/*--------footerメニューのリンクpadding調整--------*/
.w-footer__box .c-listMenu a {
    padding: .25em 1em .25em 1.5em;
    transition: padding .25s;
}

/*************草生える***********/
@media(min-width: 961px) {
    .kusaWrap {
        background: url(http://shiki-community.jp/wp-content/uploads/2018/05/kusa.png);
        background-repeat: repeat-x;
        padding: 60px 0;
        background-size: 26%;
        background-position: 0px 100%;
    }
}

@media(max-width: 960px) {
    .kusaWrap {
        background: url(http://shiki-community.jp/wp-content/uploads/2018/05/kusa.png);
        background-repeat: repeat-x;
        padding: 56px 0;
        background-size: 50%;
        background-position: 0px 100%;
        margin-top: -60px;
    }
}

/*----------ナビメニューのCTA---------------*/
.hd-btn {
    padding: 0 !important;
}

.hd-btn .is-style-btn_shiny {
    --the-btn-radius: 0 !important;
}

.hd-btn [class*=is-style-btn_] a {
    padding: 0.5em 1em !important;
    width: 195px;
}

/*-------------------------------------------
        TOPページ
-------------------------------------------*/

.top-eigyou {
    margin: 1em;
    padding: 0.5em 0.25em !important;
    border-radius: 0.5em;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
.inquiry table,
.inquiry tbody,
.inquiry tr,
.inquiry th,
.inquiry td,
.inquiry td:last-child,
.inquiry th:last-child {
    border: 0;
}

button,
input,
select,
textarea {
    padding: 0.5em 0.75em;
}

.border-bottom {
    border-bottom: 1px solid #eee !important;
}

@media (max-width: 500px) {

    .inquiry th,
    .inquiry td {
        display: block !important;
        width: 100% !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    /* 必須・任意のサイズ調整 */
}

.require {
    color: #a40000;
    font-size: 2em;
}

input,
select,
textarea {
    background: #fff;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0em 2em 0.5em 2em;
}

.wpcf7-list-item .radio2 {
    margin-bottom: 0.5em;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0.5em !important;
}

.inquiry-width100 {
    width: 100%;
}

.inquiry tr {
    padding: 1em 0;
}

/*見出し欄*/
.inquiry th {
    text-align: left;
    font-size: 1.1em;
    font-weight: 400 !important;
    color: #444;
    padding: 1em 0.3em 0 1em !important;
    width: 30%;
    background: none !important;
}

.inquiry th:before {
    background: none !important;
}

/*通常欄*/
.inquiry td {
    font-size: 1.1em;
    padding: 1em 0 1em 1em !important;
}

.daythree {
    margin: 1em 0;
}

.daythree span,
.jusho {
    margin: 0.25em;
    display: block;
}

.dayhour {
    padding: 0.25em 0.5em;
    background: var(--color_main);
    color: #fff;
}

.width100 {
    width: 100% !important;
}

.width100 a {
    width: 100% !important;
    padding: 0.42em 0;
}

@media(min-width: 600px) {

    .daythree span,
    .jusho {
        margin: 0.25em;
        display: inline-block;
    }

    .p-postal-code {
        width: 20% !important;
    }
}

@media (min-width: 960px) {
    .width100 a {
        padding: 0.67795138624em 0;
    }
}

@media(min-width: 1285px) {
    .width100 a {
        padding: 0.7em 0;
    }
}

.width100 a:before {
    content: "";
    border-top: 1px solid #19274a;
    position: absolute;
    right: 90%;
    top: 50%;
    width: 20%;
    transition: 0.4s ease;
}

.width100 a:hover::before {
    width: 24%;
    right: 86%;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
    display: block;
}

.wpcf7 input[type="submit"] {
    width: 300px;
    padding: 10px;
    margin-top: 30px;
    margin-left: 35%;
    color: #000;
    -moz-border-radius: 0px;
    border: 1px solid var(--color_main);
    background: #fff;
    position: relative;
}

.wpcf7-submit:hover {
    background: var(--color_main);
    color: #fff;
}

.submitbtm {
    position: relative;
}

.submitbtm:after {
    content: "";
    border-top: 1px solid var(--color_main);
    position: absolute;
    right: 61.5%;
    top: 50%;
    width: 7%;
    transition: 0.4s ease;
}

.submitbtm:hover::after {
    right: 60%;
    width: 7%;
}

@media (max-width: 800px) {
    .wpcf7 input[type="submit"] {
        width: 34%;
        margin-left: 33%;
    }

    .submitbtm:after {
        right: 62%;
    }
}

@media (max-width: 599px) {
    .wpcf7 input[type="submit"] {
        width: 60%;
        margin-left: 20%;
    }

    .submitbtm:after {
        right: 71%;
        width: 20%;
    }

    input,
    select,
    textarea {
        background: #fff;
        max-width: 300px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    input .spam1 {
        width: auto !important;
    }

    .inquiry td {
        font-size: 1.1em;
        padding: 0.5em 0 !important;
    }
}

@media (max-width: 391px) {
    .submitbtm:after {
        top: 30%;
    }
}

.kibou {
    font-size: 0.8em;
    color: #a40000;
    margin-top: 0.5em;
    line-height: 1;
}

/*-----------------------------------------
TOPページ最下部のCTAにだけ起こる謎のバグ解消
------------------------------------------*/
.swell-block-fullWide.has-bg-img:before {   
    z-index: 0;
}
.swell-block-fullWide__inner{
    z-index: 0;
}
/*-------------------------------------------
           contact 個人情報保護
-------------------------------------------*/
.personalinfo {
    margin: 2em auto;
}

.personal-head {
    padding: 0.5em 0;
    background: var(--color_main);
    text-align: center;
    color: #fff;
    font-size: 1.5em;
}

.personalinfo-inner {
    height: 250px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 1em 2em;
    background: #fff;
    font-size: 14px;
}

.personalinfo-inner dl {
    display: flex;
    justify-content: flex-start;
    padding: 0.75em 0 0;
    border-bottom: 1px solid #eee;
}

.personalinfo-inner dt {
    font-size: 1.1em;
    font-weight: 400;
    padding-right: 2em;
}

.personalinfo-inner dd {
    font-size: 1em;
}

/*--------------------------------
画僧スクロール
--------------------------------*/
.sliderloop {
    display: flex;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 200px;
    overflow: hidden;
}

.sliderloop ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.sliderloop li {
    width: 200px;
    list-style: none;
}

@media(min-width: 768px) {

    .sliderloop li {
        width: 300px;
        list-style: none;
    }

}

.sliderloop ul:first-child {
    animation: slideloop 60s -80s linear infinite;
}

.sliderloop ul:last-child {
    animation: slide2 60s linear infinite;
}

@keyframes slideloop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes slide2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}