@charset "UTF-8";

/* 設定 */
:root {
    --scrollbar: 0;

    --accentcolor: #009499;
    --paleyellowgreen: #AAD47B;
    --palegreenpale: #E9F5DC;
    --white: #ffffff;
    --maincolor: #E06B43;
    --paleorange: #F59B78;
    --yelloworange: #FAC146;
    --textcolor: #59301F;
    --backgroundbeige: #FFFAF2;
    --stronglinecolor: #99FFE4;
    --stronglinecolor-y: #FFE77A;
    --linkhovercolor: #FAC146;
    --headercolor: rgba(0,148,153,.5);

    --roundfont: "Kiwi Maru", system-ui;
    --textfont: 'IBM Plex Sans JP','Noto Sans JP','Roboto','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    --YHfont: YakuHanJP,'IBM Plex Sans JP','Noto Sans JP','Roboto','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;

    --footerfontsize: 0.875rem;
    --footerlineheight: 1.29;
    --footerblockbetween: 12px;

    --dropshadow-white: 0 0 4px var(--white);
    --dropshadow-green448: 4px 4px 8px rgba(170, 212, 123, 0.5);
    --dropshadow-green044: 0 4px 4px rgba(170, 212, 123, 0.5);
    --dropshadow-yellow448: 4px 4px 8px rgba(250, 193, 70, 0.3);
    --dropshadow-yellow-444: -4px 4px 4px rgba(250, 193, 70, 0.3);
}

/* 共通部分 */

html {
    font-size: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
body {
    margin: 0;
    font-family: var(--textfont);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: var(--textcolor);
    background-color: var(--white);
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
main {
    height: 100%;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    letter-spacing: 0.05em;
    font-family: var(--roundfont);
    font-weight: 500;
    color: var(--maincolor);
}
a {
    text-decoration: none;
    color: var(--textcolor);
}
a:hover {
    color: var(--linkhovercolor);
}
img {
    max-width: 100%;
    margin: 0;
    vertical-align: bottom;
}
ul li {
    list-style-type: none;
}

h1 {
    font-size: 2.25rem;
    text-align: center;
    line-height: 1.11;
    /* margin-bottom: 60px; */
}
h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 60px;
}
h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.compsec h1, .compsec h2, .compsec h3, .compsec h4, .compsec h5, .compsec h6 {
    color: var(--accentcolor);
}

.wrapper {
    max-width: 1030px;
    margin: 0 auto;
    padding-inline: 15px;
}
.twocolumn {
    display: flex;
    justify-content: space-between;
}
.twoframe {
    width: calc( 50% - 30px );
}


.sectionwhite{
    margin-top: -40px;
    padding-top: 140px;
    padding-bottom: 100px;
}
.sectionbeige01, .sectionbeige02{
    background-color: var(--backgroundbeige);
    position: relative;
}
.sectionbeige01::before, .sectionbeige02::before {
    position: absolute;
    top: -30px;
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    background-image: url(../images/beigewave01-top.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.sectionbeige02::before {
    background-image: url(../images/beigewave02-top.svg); 
}
.sectionbeige01::after, .sectionbeige02::after {
    position: absolute;
    bottom: -30px;
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    background-image: url(../images/beigewave01-btm.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.sectionbeige02::after {
    background-image: url(../images/beigewave02-btm.svg); 
}
.beigemaindiv {
    padding-top: 60px;
    padding-bottom: 60px;
}





.topsection {
    padding-top: 40px;
    width: 100%;
}

/* 共通部分- margin */
.mt120 {
    margin-top: 120px;
}
.mt100 {
    margin-top: 100px;
}
.mt-l {
    margin-top: 65px;
}
.mt60 {
    margin-top: 60px;
}
.mt50 {
    margin-top: 50px;
}
.mt-m {
    margin-top: 40px;
}
.mt30 {
    margin-top: 30px;
}
.mt20 {
    margin-top: 20px;
}
.mt-s {
    margin-top: 15px;
}
.mt0 {
    margin-top: 0;
}
.pb200 {
    padding-bottom: 200px;
}
.pt-l {
    padding-top: 160px;
}
.pt100 {
    padding-top: 100px;
}
.pt0 {
    padding-top: 0;
}
.ls {
    letter-spacing: 0.05em;
}
.lss {
    letter-spacing: 0.03em;
}
.lsw {
    letter-spacing: 0.1em;
}
.lsn {
    letter-spacing: normal;
}
.liw {
    line-height: 1.7;
}
.lis {
    line-height: 1.55;  
}
.reverserow {
    flex-direction: row-reverse;
}
.jsc-end {
    justify-content: flex-end;
}
.minline-a {
    margin-inline: auto;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.liwlist li {
    line-height: 1.7;
}
.fs12 {
    font-size: 12px;
}


/* ラインマーカー */
.linemarker {
    text-underline-offset: -10px;
    text-decoration: underline;
    text-decoration-thickness: 17px;
    text-decoration-color:  var(--stronglinecolor);
    text-decoration-skip-ink: none;
}
.linemarker-y {
    text-underline-offset: -10px;
    text-decoration: underline;
    text-decoration-thickness: 17px;
    text-decoration-color:  var(--stronglinecolor-y);
    text-decoration-skip-ink: none;
}

/* 文字縁取り */
.textshadow-w {
    text-shadow:1px 1px 0 var(--white), -1px -1px 0 var(--white),
    -1px 1px 0 var(--white), 1px -1px 0 var(--white),
    0px 1px 0 var(--white),  0 -1px 0 var(--white),
    -1px 0 0 var(--white), 1px 0 0 var(--white);
}
.textshadow-b {
    text-shadow:1px 1px 0 var(--backgroundbeige), -1px -1px 0 var(--backgroundbeige),
    -1px 1px 0 var(--backgroundbeige), 1px -1px 0 var(--backgroundbeige),
    0px 1px 0 var(--backgroundbeige),  0 -1px 0 var(--backgroundbeige),
    -1px 0 0 var(--backgroundbeige), 1px 0 0 var(--backgroundbeige);
}

/* margin-leftとリスト */
.mklist li {
    list-style-type: disc;
}
.ml1rem {
    margin-left: 1rem;
}
.ml2rem {
    margin-left: 2rem;
}

/* スマホ・PCでの表示関連 */
.nophone {

}
.onlyphone {
    display: none;
}

/* 基本的なドロップシャドウ */
.shadow-green {
    -webkit-filter: drop-shadow(var(--dropshadow-green448));
    filter: drop-shadow(var(--dropshadow-green448));
}
.shadow-yellow {
    -webkit-filter: drop-shadow(var(--dropshadow-yellow448));
    filter: drop-shadow(var(--dropshadow-yellow448));
}

/* 横幅800pxのコンテナ */
.container800 {
    max-width: 800px;
    margin-inline: auto;
}

/* header
----------------------------- */
header {
    background-color: var(--white);
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 7;
}
.logo{
    fill: currentColor;
    margin-top: 5px;
}
a:hover .logo {
    color: var(--linkhovercolor);
}
header a{
    color: var(--headercolor);
}
header a:hover {
    color: var(--linkhovercolor);
}

header h1 {
    display: none;
}
 
    /*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 9;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
    background-color: var(--white);
    background-image: url(../images/top-linden-aquq.jpg);
    background-repeat: no-repeat;
    background-position: 70% 40%;
    background-size: cover;
    /*動き*/
	transition: all 0.6s;
    -webkit-filter: drop-shadow( -4px 4px 8px rgba(170, 212, 123, 0.15));
    filter: drop-shadow( -4px 4px 8px rgba(170, 212, 123, 0.15));
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 9; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 9;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;
}

#g-nav li a{
	color: var(--accentcolor);
	text-decoration: none;
    text-shadow:1px 1px 0 var(--white), -1px -1px 0 var(--white),
    -1px 1px 0 var(--white), 1px -1px 0 var(--white),
    0px 1px 0 var(--white),  0 -1px 0 var(--white),
    -1px 0 0 var(--white), 1px 0 0 var(--white);
	padding:10px;
	display: block;
	/* font-family: var(--roundfont); */
    font-weight: 600;
}
#g-nav li a:hover {
    color: var(--linkhovercolor);
}

 /* オープンボタン部分 */
        /*ボタン外側*/
        .openbtn{
            position: relative;
            background: transparent;
            cursor: pointer;
            width: 35px;
            height:35px;
            border-radius: 5px;
            position: fixed;
            z-index: 10;
            right:10px;
            top: -3px;
        }
    
        /*ボタン内側*/
        .openbtn span{
            display: inline-block;
            transition: all .4s;
            position: absolute;
            left: 14px;
            height: 2px;
            border-radius: 5px;
            background: var(--headercolor);
            width: 45%;
        }
    
    
        .openbtn span:nth-of-type(1) {
            top:13px;	
        }
    
        .openbtn span:nth-of-type(2) {
            top:19px;
        }
    
        .openbtn span:nth-of-type(3) {
            top:25px;
        }
    
        .openbtn span:nth-of-type(3)::after {
            content:"Menu";
            position: absolute;
            top:5px;
            left:-4px;
            color: var(--headercolor);
            font-size: 7px;
            text-transform: uppercase;
        }
    
        /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
    
        .openbtn.active span:nth-of-type(1) {
            top: 14px;
            left: 18px;
            transform: translateY(6px) rotate(-45deg);
            width: 30%;
        }
    
        .openbtn.active span:nth-of-type(2) {
            opacity: 0;
        }
    
        .openbtn.active span:nth-of-type(3){
            top: 26px;
            left: 18px;
            transform: translateY(-6px) rotate(45deg);
            width: 30%;
        }
    
        .openbtn.active span:nth-of-type(3)::after {
            content:"Close";
            transform: translateY(0) rotate(-45deg);
            top:5px;
            left:4px;
        }
    




/* footer
----------------------------- */
    footer {
        width: 100%;
        font-size: var(--footerfontsize);
        line-height: var(--footerlineheight);
    }
    footer .wrapper {
        border-top: 1px solid var(--palegreenpale);
    }
    .footerlinkcontainer {
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        justify-content: space-between;
    }
    .footerlinks ul {
        width: auto;
        display: flex;
    }
    .footerlinks li {
        margin-right: 40px;
    }
    .footerlinks li a {
        color: var(--headercolor);
    }
    .footerlinks li a:hover {
        color: var(--linkhovercolor);
    }
    .footercopy, .footercopy p {
        width: fit-content;
    }
    .footer li {
        margin-bottom: var(--footerblockbetween);
    }
    .copy {
        font-size: 14px;
        line-height: var(--footerlineheight);
        text-align: right;
        color: var(--headercolor);
    }


    /* ---------------------------
    　　追従予約ボタン */

        /* pagetop button */
        #page-top {
            position: fixed;
            right: 30px;
            z-index: 5;
            opacity: 0;
            transform: translateY(100px);
            text-align: center;
            color: var(--palegreenpale);
        }
        #page-top svg {
            fill: currentColor;
            margin-left: 7px;
        }
        #page-top a{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: var(--palegreenpale);
            background: var(--accentcolor);
            border-radius: 50%;
            border: 1px solid var(--palegreenpale);
            width: 80px;
            height: 80px;
            text-align: center;
            transition:all 0.3s;
            -webkit-filter: drop-shadow(var(--dropshadow-green448));
            filter: drop-shadow(var(--dropshadow-green448));
          }
        #page-top a:hover {
            background-color: var(--linkhovercolor);
            color: var(--white);
            border: 1px solid var(--white);
            -webkit-filter: drop-shadow(var(--dropshadow-yellow448));
            filter: drop-shadow(var(--dropshadow-yellow448));
        }
        #roundbtntext {
            font-family: var(--roundfont);
            font-size: 10px;
            line-height: 1.0;
            letter-spacing: 0.03em;
            margin-top: 1px;
        }
      
            /*　上に上がる動き　*/
            
            #page-top.UpMove{
                animation: UpAnime 0.5s forwards;
            }
            @keyframes UpAnime{
                from {
                opacity: 0;
                transform: translateY(100px);
                }
                to {
                opacity: 1;
                transform: translateY(0);
                }
            }
            
            /*　下に下がる動き　*/
            
            #page-top.DownMove{
                animation: DownAnime 0.5s forwards;
            }
            @keyframes DownAnime{
                from {
                opacity: 1;
                transform: translateY(0);
                }
                to {
                opacity: 1;
                transform: translateY(100px);
                }
            }












/* --------------------------------------------------- 
        タブレット対応
------------------------------------------------------*/
@media (min-width: 701px) and (max-width: 1030px) {

    
.twocolumn {
    display: block;
}
.twoframe {
    width: 100%;
    margin-top: 60px;
}
.twoframe:first-child {
    margin-top: 0;
}

.sectionwhite{
    padding-top: 100px;
    padding-bottom: 100px;
}
.sectionglay {
    background-color: var(--bglightgray);
    padding-top: 60px;
    padding-bottom: 170px;
    background-size: 209px 122.4px;
    background-position: right 15px bottom -3px;
}
.sectionglay2 {
    background-color: var(--bglightgray);
    padding-top: 60px;
    padding-bottom: 170px;
    background-image: url(../images/btmcut-smallcat01.svg);
    background-size: 209px 122.4px;
    background-repeat: no-repeat;
    background-position: left 15px bottom -3px;
}

.reverserow {
    flex-direction: row;
}
.phonemt0 {
    margin-top: 30px;
}
.phonemt100 {
    margin-top: 100px;
}


/* header  */
header {
    justify-content: flex-start;
    padding-left: 6px;
}
#g-nav li a{
    font-size: 0.875rem;
}

/* footer  */
.footerlinkcontainer {
    padding-top: 40px;
    padding-bottom: 10px;
    display: block;
}
.footerlinks ul {
    display: block;
}
.footerlinks li {
    margin-right: 0;
    line-height: 1.7;
}
.footercopy, .footercopy p {
    width: 100%;
}
.copy {
    text-align: center;
    margin-top: 40px;
}

}


/* --------------------------------------------------- 
        スマートフォン対応
------------------------------------------------------*/
@media (max-width: 700px) {

/* スマホ・PCでの表示関連 */
.nophone {
    display: none;
}
.onlyphone {
    display: initial;
}

/* 共通 */
h1 {
    font-size: 1.5rem;
    line-height: 1.11;
    /* margin-bottom: 60px; */
}
h2 {
    font-size: 1.25rem;
}

.twocolumn {
    display: block;
}
.twoframe {
    width: 100%;
    margin-top: 60px;
}
.twoframe:first-child {
    margin-top: 0;
}
.sectionwhite{
    padding-top: 100px;
    padding-bottom: 100px;
}
.sectionglay {
    background-color: var(--bglightgray);
    padding-top: 60px;
    padding-bottom: 170px;
    background-size: 209px 122.4px;
    background-position: right 15px bottom -3px;
}
.sectionglay2 {
    background-color: var(--bglightgray);
    padding-top: 60px;
    padding-bottom: 170px;
    background-image: url(../images/btmcut-smallcat01.svg);
    background-size: 209px 122.4px;
    background-repeat: no-repeat;
    background-position: left 15px bottom -3px;
}

.reverserow {
    flex-direction: row;
}
.phonemt0 {
    margin-top: 0;
}
.phonemt100 {
    margin-top: 100px;
}



/* header  */
header {
    justify-content: flex-start;
    padding-left: 6px;
}
#g-nav li a{
    font-size: 0.875rem;
}
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 9;
    top:40%;
    left:50%;
    transform: translate(-50%,-40%);
}



/* footer  */
#page-top {
    position: fixed;
    right: 5px;
    -webkit-filter: opacity(80%);
    filter:opacity(80%) ;
}
#page-top:hover {
    -webkit-filter: opacity(100%);
    filter: opacity(100%);
}
.footerlinkcontainer {
    padding-top: 40px;
    padding-bottom: 10px;
    display: block;
}
.footerlinks ul {
    display: block;
}
.footerlinks li {
    margin-right: 0;
    line-height: 1.7;
}
.footercopy, .footercopy p {
    width: 100%;
}
.copy {
    text-align: center;
    margin-top: 40px;
}


body {
    overflow-x: hidden;
}

}