html{scroll-behavior: smooth;}
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,span,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    word-wrap:break-word;
    font-family: Noto Sans JP, sans-serif;
    /*font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro","Hiragino Sans", "Meiryo", "Yu Gothic", sans-serif;*/
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    line-height: 2em;
    font-size: clamp(15px,2.5vw,17px);
    text-align: justify;
    hyphens: auto;
    color: #2e2e2e;
}
small{line-height: 1.5em; font-size: clamp(15px,2.5vw,16px);}
bold{font-weight: bold}
input,textarea{-webkit-box-sizing:border-box;box-sizing:border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body {padding: 0;margin: 0;-webkit-text-size-adjust:100%;background-color: #f3f8fc;}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}
table{border-collapse:collapse;border-spacing:0}
a{text-decoration:none}
img{max-width: 100%;height:auto;border:0;vertical-align:bottom}

a:hover,a:hover img {
    text-decoration:none;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.4s;
}
p a{color: #036eb7;font-weight: bold;}
/*TELリンクPC版で非動作*/
@media (min-width: 890px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
/*共通素材*/
/* 装飾 */
.decoration {
    border-left:4px solid #ff9d6f; /*線の設定*/
padding:2px 8px; /*余白の設定*/
}

/* 境界波線 */
.container {
  position: relative;
  background: #f8f0e6;
  height: 25px;
}

.wave {
  position: absolute;
  height: 51px;
  width: 100%;
  background: #f2f8fb;
  bottom: 0;
}

.wave::before, .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.wave::before {
  width: 55%;
  height: 109%;
  background-color: #f8f0e6;
  right: -1.5%;
  top: 60%;
}
.wave::after {
  width: 55%;
  height: 100%;
  background-color: #f2f8fb;
  left: -1.5%;
  top: 40%;
}

/* テキストそろえる位置 */
.center-text {
    text-align: center;
}
.right-text {
    text-align: right;
}
.left-text {
    text-align: left;
}

/* 改行 */
@media screen and (min-width: 768px) {
     .br-sp {
       display: none;
     }
   }

   @media screen and (max-width: 767px) {
      .br-sp {
        display: block;
      }
   }

/*スムーススクロール位置調整*/
#access,#price,#link01,#link02,#link03{padding-top: 65px;margin-top: -65px;}

/*articleファーストビュー*/
.fv-title {
    width: calc(100% - 40px);
    height: 300px;
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: #eee;
}
.fv-title h1{
    font-size: clamp(25px,2.5vw,34px);
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: initial;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    z-index: 1;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.6));
}
.fv-title img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.fv-title img.right{
    object-position: center right;
}

/*コンテンツ内の見出し*/
.bg h2{
    font-size: clamp(21.5px,2.5vw,28px);
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    color: #036eb7;
}
/* .bg h2:after{
    content: "";
    height: 1px;
    width: 70px;
    border-bottom: 2px solid #007bb3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */
.bg h3 {
    font-size: clamp(20px,2.5vw,24px);
    margin-bottom: 20px;
    line-height: 1em;
    color: #036eb7;

}
/*リード文章*/
.leadTxt{
    text-align: center;
    margin-top: 30px;
    line-height: 2em;
}

@media only screen and (max-width: 890px) {
    .leadTxt{
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }
    .bg h3 {
        margin-bottom: 10px;
    }
}

/*コンテンツ内のリンクデザイン*/
.linkBtn{
    display: block;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 10px 0;
    margin: auto;
    width: 100%;
    max-width: 430px;
    text-align: center;
    transition: 0.4s;
}
.linkBtn.white{
    color: #036eb7;
    border: 1px solid #fff;
}
.linkBtn.blue{
    color: #fff;
    border: 1px solid #036eb7;
    border-radius: 30px;
}
.linkBtn.pink{
    color: #fff;
    border: 1px solid #f5877d;
}
.linkBtn.white:hover{
    background: #036eb7;
    color: #fff;
    border: 1px solid #036eb7;
}
.linkBtn.blue:hover{
    background: #fff;
    color: #036eb7;
}
.linkBtn.pink:hover{
    background: #fff;
    color: #f5877d;
}

/*コンテンツの幅と写真・テキストのレイアウト*/
.inner70,.inner50,.inner30,.inner00{
    width: 100%;
    /*max-width: 1280px;*/
    margin: 0 auto;
}
.inner70{padding: 70px 0;}
.inner50{padding: 50px 0;}
.inner30{padding: 30px 0;}
.inner00{padding: 0;}

@media only screen and (max-width: 890px) {
    .inner70{padding: 50px 0;}
    .inner50{padding: 30px 0;}
}

.w930{
    width: calc(100% - 30px);
    max-width: 930px !important;
    margin: auto;
}

/*フォーマットコンテンツ*/
ul.contents{
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 40px;
    position: relative;
}
ul.contents li.left,
ul.contents li.right{
    width: calc(50% - 20px);
    display: flex;
    flex-wrap: wrap;
}
ul.contents li.left{
    justify-content: flex-end;
    text-align: justify;
    order: 1;
}
ul.contents li.left img.image{
    object-fit: cover;
    object-position: right center;
    max-height: 540px;
    border-radius: 0px 10px 10px 0px;
}
ul.contents li.right{
    justify-content: flex-start;
    padding-right: 30px;
    text-align: justify;
    order: 2;
}
ul.contents li.right img.image{
    object-fit: cover;
    object-position: left center;
    max-height: 600px;
    max-width: calc(100% + 30px);
    border-radius: 10px 0px 0px 10px;
}
ul.contents li.right.m-height-none img.image,
ul.contents li.left.m-height-none img.image{
    max-height: 100%;
}
ul.contents li .text {
    width: 100%;
    max-width: 430px;
    z-index: 1;
}
ul.contents li .text p:last-child{
    margin-bottom: 0px;
}
.text p a{
    display: initial;
    font-weight: normal;
    text-decoration: underline;
}

@media only screen and (max-width: 890px) {
    ul.contents li .text {
        width: 100%;
        max-width: 100%;
    }
    ul.contents li .text p{
        margin-bottom: 4px;
    }
    ul.contents li.right,
    ul.contents li.left{
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        justify-content: center;
    }
    ul.contents li.right img.image,
    ul.contents li.left img.image{
        width: 100%;
        border-radius: 10px;
    }
    .order01{order: 1 !important;}
    .order02{order: 2 !important;}
    .order03{order: 3 !important;}
}

/*ご予約／お問い合わせ*/
.contact {
    max-width: 680px;
    margin: auto;
}
.block {
    margin: auto;
}
.linkBtnBox{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 15px 10px;
    max-width: 930px;
    margin: auto;
    /*padding-right: 15px;
    padding-left: 15px;*/
}
.contact .linkBtn {
    max-width: 330px;
    padding: 15px 0;
}
.linkBtnBox.two a {
    width: calc(50% - 10px);
}
.linkBtnBox.three a {
    width: calc(33% - 10px);
}
a.telBox img{
    width: 35px;
    height: auto;
    margin: 3px 5px 0 0;
}
a.telBox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: clamp(35px,2.5vw,45px);
    font-weight: bold;
    letter-spacing: normal;
    color: #2e2e2e;
    line-height: 1;
}
@media only screen and (max-width: 890px) {
    .block {
        margin-bottom: 20px;
    }
    .linkBtnBox.two a,
    .linkBtnBox.three a {
        width: calc(100%);
    }
}
.reserve a.telNo {
    position: relative;
    height: 46px;
    letter-spacing: normal;
    font-size: clamp(22px,2.5vw,28px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.reserve a.telNo span{
    font-weight: normal;
    font-size: clamp(12px,2.5vw,13.5px);
    letter-spacing: normal;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.linkBtnBox p.other{
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 890px) {
    .reserve .linkBtnBox{
        grid-gap: 40px;
    }
}

/*はみ出した時に非表示*/
.hidden{overflow: hidden;}
/*位置座標指定用*/
.relative{position: relative;}
/*背景の色・模様*/
.bg{width: 100%;padding: 1px 0}
.dot{
    background-color: #fff;
    background-image: radial-gradient(#fbfbfb 52%, transparent 52%);
    background-size: 12px 12px;}
.bg.blue{background: #f3f6ff;}
.bg.pink{background: #f8f0e6;}
.gray{background: #f2f7f7;}
.dark{background: #555;}
.white{background: #fff;}
.brown{background: #825a32}
.blue {background: #036eb7;}
.pink{background: #f5877d}
.lightblue{background: #f3f6ff;}
.stripe{
    background-color: #fff;
    background-image:
    repeating-linear-gradient(-45deg,
    #f5f5f5, #f5f5f5 10px,
    transparent 0, transparent 14px);
}

/* テキストの色 */
.txt-blue {
    color: #036eb7;
}

.white.tri,
.blue.tri,
.pink.tri {
    position: relative;
}
.white.tri:after,
.blue.tri:after,
.pink.tri:after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
    border-bottom: 0;
    border-top: 25px solid #f3f6ff;
}
.white.tri:after {
    border-top: 25px solid #fff;
}
.pink.tri:after {
    border-top: 25px solid #f8f0e6;
}
/*レイアウト関連*/
.center{text-align: center;}
/*マージン・パディング*/
.mt0{margin-top: 0px}
.mt10{margin-top: 10px}
.mt15{margin-top: 15px}
.mt20{margin-top: 20px}
.mt30{margin-top: 30px}
.mt50{margin-top: 50px}
.mt70{margin-top: 70px}
.mb0{margin-bottom: 0px}
.mb10{margin-bottom: 10px}
.mb15{margin-bottom: 15px}
.mb30{margin-bottom: 30px}
.mb50{margin-bottom: 50px}
.mb70{margin-bottom: 70px}

.mr0{margin-right: 0px}
.mr10{margin-right: 10px}
.mr15{margin-right: 15px}
.mr20{margin-right: 20px}

.ml0{margin-left: 0px}
.ml10{margin-left: 10px}
.ml15{margin-left: 15px}
.ml20{margin-left: 20px}

.m-auto{margin: auto}

.mx20{margin-right: 20px;margin-left: 20px;}
.mx30{margin-right: 30px;margin-left: 30px;}

.pt0{padding-top: 0px}
.pt15{padding-top: 15px}
.pt20{padding-top: 20px}
.pt30{padding-top: 30px}
.pt50{padding-top: 50px}
.pt70{padding-top: 70px}
.pb0{padding-bottom: 0px}
.pb10{padding-bottom: 10px}
.pb15{padding-bottom: 15px}
.pb20{padding-bottom: 20px}
.pb30{padding-bottom: 30px}
.pb50{padding-bottom: 50px}
.pb70{padding-bottom: 70px}

.px20{padding-right: 20px;padding-left: 20px;}
.px30{padding-right: 30px;padding-left: 30px;}
.px50{padding-right: 50px;padding-left: 50px;}

@media only screen and (max-width: 890px) {
    .mt50{margin-top: 30px}
    .mt70{margin-top: 50px}
    .mb50{margin-bottom: 30px}
    .mb70{margin-bottom: 50px}

    .mx20{
        margin-left: 20px;
        margin-right: 20px;
    }

    .pt50{padding-top: 30px}
    .pt70{padding-top: 50px}
    .pb50{padding-bottom: 30px}
    .pb70{padding-bottom: 50px}

    .px20{
        padding-left: 20px;
        padding-right: 20px;
    }
    .px50{
        padding-right: 30px;
        padding-left: 30px;
    }
}

/*表示・非表示*/
.SP{display: none;}
@media only screen and (max-width: 890px) {
.SP{display: block;}
}
.PC{display: block;}
@media only screen and (max-width: 890px) {
.PC{display: none;}
}

