﻿@charset "UTF-8";

/* ----------------------------------------------------------------------- 

 Layout

----------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height:1.8;
    text-align: justify;
    text-justify: inter-ideograph;
    -webkit-text-size-adjust: none;
    margin:0px;
    padding:0px;
}
a{
    color:#333333;
    text-decoration:none;
}
a:hover{
    opacity:0.7;
}

.member-input select,
textarea,
input[type="email"],
input[type="password"],
input[type="tell"],
input[type="text"],
input[type="submit"],
input[type="reset"]{
    display:block;
    width:100%;
    margin:0;
    padding:10px;
    font-family: 'Noto Sans JP', sans-serif;
    outline:none;
    border:1px solid #d2d2d2;
    box-sizing:border-box;
    font-size: 16px;
}
input[type="submit"],
input[type="reset"],button[type="submit"],
input[type="button"]
{
    cursor:pointer;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="submit"]:hover,
input[type="button"]:hover
{
    opacity:0.7;
}
.contentIn{
    position: relative;
    margin:0 auto;
    box-sizing:border-box;
}
.contentIn:after{
    content:"";
    display:block;
    clear:both;
}
.spOnly{
    display:none;
}
.side-tell a{
    display:block;
    padding:10px 0;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
    background: #595959;
    color:#fff;
    border-radius: 5px;
    box-sizing:border-box;
}
.side-tell-photo a {
    display:block;
    margin-top:10px;
}

@media screen and (max-width: 767px) {
    body{
        font-size:12px;
    }
    textarea,
    input[type="mail"],
    input[type="tell"],
    input[type="text"]{
        font-size:16px;
    }
    .contentIn{
        min-height:91px;
        width:100%;
        margin:0 auto;
    }
    .pcOnly{
        display:none;
    }
    .spOnly{
        display:block;

    }
}

/*トップページSP　問い合わせ
----------------------------------------------------------------------- */

.contactArea01.spOnly {
    margin: 20px 0;
}

/* header
----------------------------------------------------------------------- */
#headerLogo{
    display:block;
    margin:10px 0;
    position:absolute;
    bottom:0;
    box-sizing:border-box;
    vertical-align:bottom;
}
#headerLogo img{
    vertical-align:bottom;
    max-width: 280px;
    max-height: 80px;
    box-sizing:border-box;
    width: 100%;
    height: auto;
}
#header .hellowArea{
    float:right;
    width:310px;
    height:100px;
    padding:10px 0 0 15px;
    box-sizing:border-box;
    vertical-align:bottom;
}
#header .hellowArea dl{
    padding:0px;
    margin:0px;
    display:flex;
    justify-content: space-between;
}
#header .hellowArea dt{
    padding:0px;
    margin:0px;
    margin-bottom:10px;
    line-height: 1.2;
    box-sizing:border-box;
}
#header .hellowArea dd{
    margin:0px;
    margin-top:6px;
    box-sizing:border-box;
    font-family: "Zen Kaku Gothic New-Bold", Helvetica;
    font-weight: 700;
    display: flex;
    width: 140px;
    height: 34px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px 18px;
    gap: 10px;
    background-color: #273f5c;
    border-radius: 5px;
    a {
        color: #fff;
    }
    i {
        font-size:24px;
    }
}

#header .textArea{
    position:relative;
    width:580px;
    height:100px;
    margin:0 0 0 290px;
    padding-top:60px;
    background:url(../img/bg_ht001.jpg) no-repeat right 0;
    box-sizing:border-box;
    vertical-align:bottom;
}
#header .textArea .img_ballown{
    position:absolute;
    top:70px;
    right:80px;
    z-index:9;
}
#header .textArea .marquee{
    position:relative;
    width:484px;
    height:30px;
    padding:0 5px;
    border:2px solid #313131;
    background:#ffffff;
    overflow:hidden;
}

.marquee {
    box-sizing:border-box;
}
.marquee p {
    box-sizing:border-box;
    margin:0;
    padding-left:655px;
    display:inline-block;
    white-space:nowrap;
    -webkit-animation-name:marquee;
    -webkit-animation-timing-function:linear;
    -webkit-animation-duration:30s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-name:marquee;
    -moz-animation-timing-function:linear;
    -moz-animation-duration:30s;
    -moz-animation-iteration-count:infinite;
    -ms-animation-name:marquee;
    -ms-animation-timing-function:linear;
    -ms-animation-duration:30s;
    -ms-animation-iteration-count:infinite;
    -o-animation-name:marquee;
    -o-animation-timing-function:linear;
    -o-animation-duration:30s;
    -o-animation-iteration-count:infinite;
    animation-name:marquee;
    animation-timing-function:linear;
    animation-duration:30s;
    animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
    from   { -webkit-transform: translate(0%);}
    99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
    from   { -moz-transform: translate(0%);}
    99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
    from   { -ms-transform: translate(0%);}
    99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
    from   { -o-transform: translate(0%);}
    99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
    from   { transform: translate(0%);}
    99%,to { transform: translate(-100%);}
}

@media screen and (max-width: 767px) {
    #header{
        position:relative;
    }
    #header .contentIn{
        position:relative;
    }
    #headerLogo{
        position:absolute;
        top:40px;
        left:10px;
        width:105px;
        margin:0;
        z-index:9;
    }
    #headerLogo img{
        width: auto;
        height: 42px;
    }
    #header .hellowArea{
        float:none;
        width:100%;
        height:31px;
        padding: 0px;
        border:none;
        border-bottom:1px solid #d2d2d2;
        margin:0px;
    }
    #header .hellowArea dl:after{
        content:"";
    }
    #header .hellowArea dt{
    }
    #header .hellowArea dd{
        margin-top:0;
        width:100%;
        border-radius:0px;
    }
    #header .hellowArea dd img{
        width:80px;
        height:auto;
    }
    #header .hellowArea dd:first-of-type {
        border-right: 1px solid #fff;
    }
    #header .textArea{
        position:relative;
        width:100%;
        height:60px;
        margin:0;
        padding-left:5px;
        padding-top:35px;
        background:none;
        background-size:contain;
    }
    #header .textArea .img_ballown{ display:none
    }
    #header .textArea .marquee{
        display:none
    }
    .marquee p {
        padding-left:260px;
    }
}

/* gNavi
----------------------------------------------------------------------- */
#gNavi{
    width:100%;
    box-sizing:border-box;
}
#gNavi ul{
    padding:0px;
    margin:0px;
    list-style:none;
    display:flex;
}
#gNavi ul:after{
    content:"";
    display:block;
    clear:both;
}
#gNavi li._menuTop {
    float:left;
    width:156px;
    padding:0px;
    margin:0px;
    list-style:none;
}
#gNavi li.w130{
    width:130px;
}
#gNavi li._menuTop a{
    display:block;
    width:100%;
    height:50px;
    line-height:54px;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    overflow:hidden;
}
#gNavi li._menuTop a:hover {
    opacity:0.5;
}
#gNavi li._menuTopPhoto {
    position:relative;
    float:left;
    padding:0px;
    margin:0px;
    list-style:none;
}
#gNavi li._menuTopPhoto span {
    display:none;
}
#gNavi li._menuTopPhoto img {
    vertical-align:top;
}
#gNavi li._menuTopPhoto ._menuTopUpPhoto {
    position:absolute;
    display:none;
}
#gNavi li._menuTopPhoto:hover ._menuTopUpPhoto,
#gNavi li._menuTopPhoto.current_photo ._menuTopUpPhoto {
    display:inline;
}

@media screen and (max-width: 767px) {
    #gNavi{
        min-width:inherit;
        border:none;
        min-height: 0px;
    }
    #gNavi ul{
        display:block;
    }
    #gNavi div.contentIn {
        display:none;
    }
    #gNavi li._menuTopPhoto span {
        display:inline;
    }
    #gNavi li._menuTopPhoto img {
        display:none;
    }
    #gNavi li._menuTopPhoto:hover ._menuTopUpPhoto,
    #gNavi li._menuTopPhoto.current_photo ._menuTopUpPhoto {
        display:none;
    }
    #gNavi li._menuTopPhoto {
        width:156px;
    }
    #gNavi li._menuTopPhoto a{
        display:block;
        width:100%;
        height:50px;
        line-height:54px;
        font-size:16px;
        font-weight:bold;
        text-align:center;
    }
    #gNavi li._menuTop,
    #gNavi li._menuTopPhoto{
        position:static;
        float:none;
        width:100%;
    }
    #gNavi li.w130{
        width:100%;
    }
    #gNavi li._menuTop a,
    #gNavi li._menuTopPhoto a{
        height:auto;
        line-height:1.2;
        font-size:14px;
        font-weight:normal;
        text-align:center;
        box-sizing:border-box;
    }
    #gNavi li._menuTop a:hover,
    #gNavi li._menuTop.current a,
    #gNavi li._menuTopPhoto a:hover,
    #gNavi li._menuTopPhoto.current_photo a{
        opacity:1;
        color:#333333;
        background:#ffffff;
    }
}

/* pageTop
----------------------------------------------------------------------- */
#pageTop{
    width:100%;
    padding:10px 0 10px;
    text-align:center;
    box-sizing:border-box;
}
#pageTop a{
    margin:0 auto;
    background-size:contain;
    font-size:20px;
}
@media screen and (max-width: 767px) {
    #pageTop{
        min-width:inherit;
        padding:5px 0 5px 0;
    }
    #pageTop a{
        display:block;
    }
}
@media screen and (min-width: 768px) {
    #pageTop {
    }
}

/* footer
----------------------------------------------------------------------- */
#footer p {
    margin:0px;
    padding:0px;
}
#footer .contL{

    float:right;
    margin: 30px 5px
}
#footerLogo{
    display:block;
    width:119px;
}
#footerLogo img{
    width:100%;
}
#footer .infoArea{
    margin:0px;
    padding:0px;
    list-style:none;
    margin:15px 0 12px;
    border-top:1px solid #d2d2d2;
}
#footer .infoArea li{
    margin:0px;
    list-style:none;
    padding:15px 0;
    border-bottom:1px solid #d2d2d2;
    box-sizing:border-box;
}
#footer .infoArea li:after,
#footer .infoArea dl:after{
    content:"";
    display:block;
    clear:both;
}
#footer .infoArea dl{
    float:left;
    padding:0px;
    margin:0px;
    margin-left:85px;
}
#footer .infoArea dl:first-child{
    margin:0;
}
#footer .infoArea dt,
#footer .infoArea dd{
    padding:0px;
    margin:0px;
    font-size:16px;
    line-height: 1.2;
}
#footer .infoArea dt{
    float:left;
    font-weight:bold;
}
#footer .infoArea dd{
    margin-left:90px;
}
#footer .contL .btn_specs01{
    float:right;
    width:330px;
    margin-top: 10px;
}

#footer .contR{
    float:right;
    width:382px;
    margin:50px 0 45px;
    padding-left:50px;
    border-left:1px solid #d2d2d2;
    box-sizing:border-box;
}
#footer .contR .title{
    margin-bottom:5px;
    font-size:14px;
    font-weight:bold;
    line-height: 1.2;
    letter-spacing:-0.05em;
}
#footer .contR textarea{
    height:100px;
     -webkit-appearance: none;
    border:1px solid #d2d2d2;
    border-radius:5px 5px 0 0;
}
#footer .contR .btn_specs02{
    margin-bottom:5px;
    font-weight:bold;
    border-radius:0 0 5px 5px;
}
#footer .contR .btn_specs01{
    margin-top:5px;
}

#footer .lNavi{
    width:100%;
    padding:30px 0;
    box-sizing:border-box;
}
#footer .lNavi ul{
    width:1040px;
    margin:0 auto;
    text-align:right;
    letter-spacing:-0.4em;
    box-sizing:border-box;
}
#footer .lNavi li{
    margin-left:60px;
    display:inline-block;
    letter-spacing:normal;
    font-size:13px;
    line-height: 1.2;
    box-sizing:border-box;
}
#footer .lNavi li:first-child{
    margin-left:0;
}
#footer .lNavi a{
    color:#ffffff;
    text-decoration:underline;
}

@media screen and (max-width: 767px) {
    #footer .contL{
        float:none;
        width:92%;
        margin:20px auto 0;
    }
    #footerLogo{
        width:110px;
        margin:0 auto;
    }
    #footer .infoArea{
        margin:18px 0 20px;
    }
    #footer .infoArea li{
        padding:10px 0;
    }
    #footer .infoArea dl{
        float:none;
        margin-left:0;
        margin-top:10px;
    }
    #footer .infoArea dt,
    #footer .infoArea dd{
        font-size:12px;
    }
    #footer .infoArea dt{
        width:70px;
    }
    #footer .infoArea dd{
        margin-left:70px;
    }
    #footer .contL .btn_specs01{
        float:none;
        width:90%;
        margin:0 auto;
    }

    #footer .contR{
        float:none;
        width:92%;
        margin:30px auto 26px;
        padding:0;
        border-left:none;
    }
    #footer .contR .title{
        font-size:13px;
    }
    #footer .contR textarea{
        height:90px;
        border-radius:3px 3px 0 0;
    }
    #footer .contR .btn_specs02{
        padding:5px 0!important;
        font-size:14px;
        border-radius:0 0 3px 3px;
        box-sizing:border-box;
    }
    #footer .contR .btn_specs01{
        margin-top:5px;
    }

    #footer .lNavi{
        min-width:inherit;
        padding:15px 0;
    }
    #footer .lNavi ul{
        width:100%;
        text-align:center;
    }
    #footer .lNavi li{
        margin-left:45px;
        font-size:9px;
    }
}

@media screen and (min-width: 768px) {
    #footer .infoArea dl {
        margin: 0 30px;
    }
}

/* contents
----------------------------------------------------------------------- */
#topContents{
    margin: 0 auto;
    #main {
        width:100%;
    }
}
#contents{
    width:1040px;
    margin: 0 auto;
}
#contents:after{
    content:"";
    display:block;
    clear:both;
}
#main{
    display:block;
    margin: 0 auto;
}
.column2 #main{
    width:720px;
}
.column2 #sub{
}
.column1 #main{
    float:none;
    width:100%;
}
.column1 #sub{
    display:none;
}
.column1 #main .snsArea01{
    display:none;
}

.LandingPage img {
    vertical-align:bottom;
}

@media screen and (max-width: 767px) {
    #contents{
        width:92%;
        margin:0 auto;
    }
    #main{
        float:none!important;
        width:100%!important;
    }
    #sub{
        display:block!important;
        float:none!important;
        width:100%!important;
        margin-bottom:25px;
    }
    .column1 #main .snsArea01{
        display:block;
    }
    .LandingPage #main {
        margin:0px;
    }
}

/* contents sns
----------------------------------------------------------------------- */
#main .snsArea01{
    margin:40px 0 100px;
}
#main .snsArea01:after{
    content:"";
    display:block;
    clear:both;
}
#main .snsArea01 .title{
    display:none;
    font-size:15px;
    text-align:center;
}
#main .snsArea01 .facebook{
    float:left;
}
#main .snsArea01 .bnr{
    margin:0px;
    padding:0px;
    list-style:none;
    float:right;
    line-height:1.0;
}
#main .snsArea01 .bnr li{
    margin:0px;
    padding:0px;
    list-style:none;
    margin-top:10px;
    box-sizing:border-box;
}
#main .snsArea01 .bnr li:nth-child(2){
    margin-top:0;
}
#main .snsArea01 .bnr a{
    display:block;
    line-height:0;
}

@media screen and (max-width: 767px) {
    #main .snsArea01{
        width:108%;
        margin:50px -4% 0;
        border-top:1px solid #d2d2d2;
    }
    #main .snsArea01 .title{
        margin:15px 0 5px;
        display:block;
    }
    #main .snsArea01 .bnr{
        float:none;
        margin:0 4%;
    }
    #main .snsArea01 .bnr:after{
        content:"";
        display:block;
        clear:both;
    }
    #main .snsArea01 .bnr li{
        float:left;
        width:48.5%;
        margin-top:10px!important;
    }
    #main .snsArea01 .bnr li:nth-child(2n){
        float:right;
    }
    #main .snsArea01 .bnr img{
        width:100%;
    }
}

/* sub
----------------------------------------------------------------------- */
.contactArea01{
    padding:15px;
    line-height: 1.2;
    border:1px solid #d2d2d2;
    box-sizing:border-box;
}

div.contactArea01 img {
    width: 100%;
}

.contactArea01 p{
    margin:0px;
    padding:0px;
}
.contactArea01 .web .btn_specs02{
    font-weight:bold;
    padding: 10px 0px;
}
.contactArea01 .tell{
    margin:10px 0;
}
.contactArea01 .tell:after{
    content:"";
    display:block;
    clear:both;
}
.contactArea01 .tell dt{
    float:left;
}
.contactArea01 .tell dd{
    float:right;
    color:#444444;
    font-size:20px;
    font-weight:bold;
    letter-spacing:0.05em;
    line-height:42px;
    text-decoration:underline;
}
.contactArea01 .time{
    margin:0 -10px;
    color:#444444;
    font-size:16px;
    font-weight:bold;
    line-height: 1.0;
    border-top:1px solid #d2d2d2;
}
.contactArea01 .time:after{
    content:"";
    display:block;
    clear:both;
}
.contactArea01 .time dt{
    float:left;
    margin:30px 0 0 25px;
}
.contactArea01 .time dd{
    float:right;
    margin:12px 14px 0 0;
}
.contactArea01 .time dd span{
    margin-right:25px;
    color:#dd5555;
    font-size:38px;
    letter-spacing:0.05em;
}

#sub .lNavi01{
    margin:0px;
    padding:0px;
    list-style:none;
    margin-bottom:20px;
}
#sub .lNavi01 li{
    margin:0px;
    padding:0px;
    list-style:none;
    margin-top:20px;
}
#sub .lNavi01 a{
    display:block;
    width:100%;
    padding:15px 20px;
    color:#555555;
    font-size:18px;
    font-weight:bold;
    line-height: 1.2;
    background:#eeeeee;
    border:1px solid #c9c9c9;
    box-sizing:border-box;
}
#sub .lNavi01 img {
    vertical-align:top;
}
#sub .lNavi01 .subpagephoto a{
    padding:0px;
    color:white;
    background:white;
    border:none;
}
#sub .lNavi01 .subpagephoto img {
    width:100%;
    height:auto;
    
}

.lineArea{
    margin-top: 20px;
    padding:10px 10px 30px;
    line-height: 1.2;
    background:#eeeeee;
    border:1px solid #c9c9c9;
    box-sizing:border-box;
}

.lineArea .title{
    margin:-11px -11px 0 -11px;
    padding:10px 0 10px;
    color:#ffffff;
    font-size:18px;
    font-weight:normal;
    text-align:center;
    background:#037b35;
    box-sizing:border-box;
}

.lineArea p {
    margin: 10px 0 -20px 0;
}

.calendarArea01{
    padding:10px 10px 30px;
    line-height: 1.2;
    background:#fff;
    color:#000;
    border:1px solid #c9c9c9;
    box-sizing:border-box;
    border-radius: 15.82px;
    border: 2px solid;
    border-color: #000000;
}
.calendarArea01 p{
    margin:0px;
    padding:0px;
}
.calendarArea01 .title{
    margin:-11px -11px 0 -11px;
    padding:10px 0 10px;
    font-size:18px;
    font-weight:normal;
    text-align:center;
    box-sizing:border-box;
}
.calendarArea01 .headLine{
    position:relative;
    margin:20px 0;
    box-sizing:border-box;
}
.calendarArea01 .headLine .month{
    text-align:center;
    font-size:18px;
}
.calendarArea01 .headLine .prev2,
.calendarArea01 .headLine .next2,
.calendarArea01 .headLine .prev,
.calendarArea01 .headLine .next{
     -webkit-appearance: none;
    position:absolute;
    top:50%;
    margin-top:-15px;
    width:30px;
    height:30px;
    text-indent:-9999px;
    background:url(../img/ico_arrow_cal01.png) no-repeat;
    background-size:contain;
    border:none;
    outline:none;
    cursor:pointer;
    box-sizing:border-box;
}
.calendarArea01 .headLine .prev{
    left:0;
}
.calendarArea01 .headLine .next{
    right:0;
    background-image:url(../img/ico_arrow_cal02.png);
}

.calendarArea01 .headLine .prev2{
    left:0;
    text-indent:0px;
    background:none;
}
.calendarArea01 .headLine .next2{
    right:0;
    text-indent:0px;
    background:none;
}


.calendarArea01 .calendar{
    border-collapse: separate;
    border-spacing: 0;
    width:100%;
}
.calendarArea01 .calendar th,
.calendarArea01 .calendar td{
    position:relative;
    width:14.28%;
    height:50px;
    padding:5px 5px 0;
    text-align:center;
    font-size:16px;
    font-weight:normal;
    line-height: 1.0;
    box-sizing:border-box;
    vertical-align:baseline;
}
.calendarArea01 .calendar th{
    height:auto;
    padding:8px 5px 5px;
    vertical-align:middle;
    box-sizing:border-box;

    font-family: "Avenir Next LT Pro", Helvetica;
    font-weight: 400;
    color: rgba(181,190,198,1);
    font-size: 10px;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 12px;
    font-style: normal;

}
.calendarArea01 .calendar td span{
    display:block;
    box-sizing:border-box;
    vertical-align:baseline;
}
.calendarArea01 .calendar th:nth-child(7),
.calendarArea01 .calendar td:nth-child(7){
}
.calendarArea01 .calendar th:nth-child(1),
.calendarArea01 .calendar td:nth-child(1){
}
.calendarArea01 .calendar .close{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    padding-top:1.2em;
    color:#888888;
    background:rgba(238,238,238,0.5);
    box-sizing:border-box;
    vertical-align:baseline;
}
.calendarArea01 .calendar .ok a{
    color:#3f6fd6;
    text-decoration:underline;
}
.calendarArea01 .calendar .little a{
    color:#ca3030;
    text-decoration:underline;
}
.calendarArea01 .calendar .no{
}
.calendarArea01 .calendar .nextM{
}
.calendarArea01 .calendar td.nextM:nth-child(7){
}
.calendarArea01 .calendar td.nextM:nth-child(1){
}
.calendarArea01 .note{
    padding:0px;
    margin:10px -10px 0 0;
    list-style:none;
    box-sizing:border-box;
}
.calendarArea01 .note:after{
    content:"";
    display:block;
    clear:both;
}
.calendarArea01 .note li{
    float:left;
    padding:0px;
    margin:0px;
    list-style:none;
    margin-right:10px;
    margin-bottom:5px;
    letter-spacing:normal;
    font-size:11px;
    font-weight:bold;
}
.calendarArea01 .note .ok{
    color:#1e6de4;
}
.calendarArea01 .note .little{
    color:#d62727;
}
.calendarArea01 .note span{
    color:#888888;
}

.calendarArea01 .calendar td.active {
    border: 2px solid #807f7f;
    font-weight:bold;
}

.calendarArea01 .date-wrapper {
    background-color: rgba(240, 77, 35, 1);
    border-radius: 57.34px;
    display: inline-flex;
    flex-direction: column;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    gap: 5.77px;
    position: relative;
    color:#fff;
}

#sub .iframeArea01{
    display:table;
    margin:10px auto;
}
#sub .iframeArea01 .iframeArea01Box {
    display:table-cell;
}

@media screen and (max-width: 767px) {
    .contactArea01 .tell dt .spOnly{
        width:89px;
    }
    .contactArea01 .tell dd{
        font-size:20px;
        line-height:42px;
    }

    #sub .contactArea01{
        display:none;
    }

    #sub .calendarArea01 .headLine .prev,
    #sub .calendarArea01 .headLine .next{
        margin-top:-16px;
        width:31px;
        height:31px;
        background-image:url(../img/ico_arrow_cal01_sp.png);
    }
    #sub .calendarArea01 .headLine .next{
        background-image:url(../img/ico_arrow_cal02_sp.png);
    }

    #sub .iframeArea01{
        display:none;
    }
}

/* ----------------------------------------------------------------------- 

 Common Class

----------------------------------------------------------------------- */

/* FLOAT
----------------------------------------------------------------------- */

.fl { float:left; }
.fr { float:right; }

.clear{ clear:both; }
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}

/* title
----------------------------------------------------------------------- */
.ttl_specs01{
    margin:0px;
}
.ttl_specs02{
    margin:0 0 30px;
    font-size:18px;
    font-weight:bold;
    line-height: 1.4;
    border-bottom:2px solid #313131;
}
.ttl_specs03{
    margin:50px 0 30px;
    font-size:18px;
    font-weight:bold;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ttl_specs01{
    }
    .ttl_specs02{
        margin:0 0 20px;
        font-size:15px;
        border-bottom:2px solid #313131;
    }
    .ttl_specs03{
        margin:40px 0 20px;
        font-size:15px;
        text-align: center;
    }
}

/* section
----------------------------------------------------------------------- */
.sectionArea01{
    padding: 15px 0;
    box-sizing:border-box;
    display:block;
}
@media screen and (max-width: 767px) {
    .sectionArea01 {
        padding: 15px 20px;
        margin-bottom: 20px;
    }
    div#daySchedule {
        margin-bottom: 0;
    }
}


/* btn design
----------------------------------------------------------------------- */
.btn_specs01 a{
    display:block;
    width:100%;
    padding:10px 0;
    line-height: 1.2;
    text-align:center;
    border:1px solid var(--lt-btn-color);
    box-sizing:border-box;
}
.btn_specs02{
     display: block;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width:50%;
    margin:0 auto;
    font-size: 20px;
    padding: 5px;
    border-radius: 30px;
    letter-spacing: 2px;
    border: none;
    color: var(--lt-btn-color);
    background: var(--lt-btn-bg);
}
.btn_specs03{
     -webkit-appearance: none;
    display:block;
    width:100%;
    padding:10px 0!important;
    color:#ffffff;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    line-height: 1.2;
    background:#dd5555;
     border:none!important;
    border-radius:30px;
    box-sizing:border-box;
}

/* table design
----------------------------------------------------------------------- */
.scroll-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    word-break: normal;
}

table#scroll {
    white-space: nowrap;
}

table.type01 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    width: 100%;
}
table.type01 th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #ccc;
    text-align:left;
    box-sizing:border-box;
}
table.type01 td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ccc;
    box-sizing:border-box;
}

table.type01 img {
    width: 100%;
    height: auto;
}

/* iframe responsive design
----------------------------------------------------------------------- */
.iframeResponsive {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.iframeResponsive iframe,
.iframeResponsive object,
.iframeResponsive embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* beforeAfter design
----------------------------------------------------------------------- */
.beforeAfter {
    margin-top:1em;
    width:100%;
}
.beforeAfter span.before,
.beforeAfter span.after {
    display:block;
    text-align:center;
}
.beforeAfter img {
    width:50%;
    height:auto;
}

.before2After {
    display:table;
}
.before2After span.before,
.before2After span.ya,
.before2After span.after {
    display:table-cell;
    vertical-align:middle;
    width:45%;
}
.before2After span.ya {
    width:10%;
    padding:0px 2%;
    vertical-align:middle;
}
.before2After img {
    width:100%;
    height:auto;
}

/* star design
----------------------------------------------------------------------- */
.starView {
    display:inline-block;
    position:relative;
    top:0px;
    left:0px;
}
.starView .point {
    display:inline-block;
    position:absolute;
    top:0px;
    left:0px;
    overflow:hidden;
    z-index:10;
}

/* optionText design
----------------------------------------------------------------------- */
.optionText {
    position:relative;
    top:0px;
    left:0px;
    float:right;
    cursor:pointer;
    font-size:80%;
    color:white;
    background-color:black;
    border-radius:0.5em;
    padding:0.3em 0.5em;
}
.optionText .popup {
    display:none;
    position:absolute;
    top:0px;
    right:0px;
    font-size:130%;
    color:black;
    background-color:white;
    border:2px solid gray;
    border-radius:0.5em;
    padding:0.3em 0.5em;
    min-width:15em;
    max-width:40em;
    z-index:100;
}
.optionText:hover11111 .popup {
    display:block;
}
.optionText .optionName {
    border-bottom: 1px solid gray;
    margin-bottom:0.5em;
    font-weight:bold;
}
.optionText .costText {
    margin-bottom:0.5em;
}
.popUpText .popup {
    display:block;
}
.costText {
    color:#c14b4b;
}

.reservation1 div#comment {
    text-align: center;
    font-size: large;
    margin: 20px;
    font-weight: 700;
}

select#selmenu {
    width: 100%;
}

body.reservation3 select {
    width: 100%;
}

.crumb {
    width:720px;
    padding: 15px;
    margin: 0px auto 0;
}

.crumb-wd {
    width: 1040px;
}

@media screen and (max-width: 767px) {
    .crumb {
        width: 92%;
    }
}

.crumb li {
    display: inline;
    font-size: 10px;
    font-size: 1.2rem;
}
.crumb li a {
    color: #55555;
}
.crumb li:last-child {
    font-weight: bold
}
.spacer {
    padding-bottom:20px;
}

#notificationPrompt {
    color: var(--lt-black);
    background: var(--lt-white);

    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-width: 320px;
    font-family: sans-serif;
    z-index: 9999;
    display: none;
}

#promptTitle {
    font-weight:600;
    margin: 0 0 12px 0;
    font-size: 14px;
}

#promptMessage {
    margin: 0 0 12px 0;
    font-size: 14px;
}

#promptButtonGroup {
    text-align: right;
}

#dismissNotify {
    color: #616161;
    background: #EBEBEB;
    border: none;
    padding: 6px 15px;
    border-radius: 4px;
    margin-right: 8px;
    font-size:14px;
}

#enableNotify {
    color: #fff;
    background: #000000;
    border: none;
    padding: 6px 15px;
    border-radius: 4px;
    font-size:14px;
}

.topBlockContent {
    padding: 0px 0px 15px;
}
@media screen and (max-width: 767px) {
    .topBlockContent {
    }
}

.moduleContent {
    width:700px;
    margin:0 auto;
}
@media screen and (max-width: 767px) {
    .moduleContent {
        width:100%;
    }
}

.textList {
    margin-top:0px;
    margin-bottom:0px;
    list-style:none;

}
.textList li{
    float:left;
    padding: 10px;
    width: 40%;
    box-sizing: border-box;

}
.textList li:before {
    content: "> "

}
.textList li:nth-child(2n){
    float:right;
}

.textList:after{
    content:"";
    display:block;
    clear:both;
}


.message-content,
.category-content {
    width:700px;
}

.contact-info-content,
.calendar-content {
    width:500px;
}

.custom-menu-content,
.company-logo-content,
.top-menu-content,
.top-menu2-content {
    width:1040px;
}


.contact-info {
    text-align: center;
    display: inline-block;
    width: 100%;
    .logo {
        img {
            max-height: 80px;
            width: auto;
        }
    }
    .info {
        margin:0px;
        padding:0px;
        list-style:none;
        width:100%;
    }
    .info ul{
        padding:0px;
        margin:0px;
    }
    .info li{
        margin:0px;
        list-style:none;
        padding:15px 0;
        border-bottom:1px dotted #000;
        box-sizing:border-box;
    }
    .info li:last-child{
        border-bottom:none;
    }
    .info li:after,
    .info dl:after{
        content:"";
        display:block;
        clear:both;
    }
    .info dl{
        float:left;
        padding:0px;
        margin:0px;
        margin-left:85px;
    }
    .info dl:first-child{
        margin:0;
    }
    .info dt,
    .info dd{
        padding:0px;
        margin:0px;
        font-size:16px;
        line-height: 1.2;
        text-align:left;
    }
    .info dt{
        float:left;
    }
    .info dd{
        margin-left:140px;
    }
    .sns {
        img {
            margin-right:10px;
            width:20px;
            height:20px;
        }
    }
}

@media screen and (max-width: 767px) {
    .contact-info {
        .info li{
            padding:10px 0;
        }
        .info dl{
            float:none;
            margin-left:0;
            margin-top:10px;
        }
        .info dt{
            width:70px;
        }
        .info dd{
            margin-left:80px;
        }
    }
}

#main {
    .btn-box {
        text-align:center;
        margin: 45px auto 55px;
    }

    .login .btn_specs02.member,
    .login .btn_specs02.login {
        width:50%;
    }

    p.note {
        text-align:center;
    }
    #comment .reserveBtn a {
        color: var(--lt-btn-color);
        background: var(--lt-btn-bg);
        border:none;
        font-size:16px;
    }

    a.staffLink, a.menuLink {
        color: var(--lt-btn-color);
        background: var(--lt-btn-bg);
    }
    .nextBtn {
        width:47%;
        display:inline-block;
    }
    .btn_specs03_ {
        border-radius:30px;
        font-weight:bold;
        padding:5px;
    }

    .btn_specs02_ {
        border-radius:30px;
        font-weight:bold;
        padding:5px;
        color: var(--lt-btn-color);
        background: var(--lt-btn-bg);
        cursor:pointer;
    }

    .blogList01 dt {
        color: var(--lt-btn-color);
        background: var(--lt-btn-bg);
        font-size:16px;
    }
    .pager {
        color: var(--lt-btn-color);
        background: var(--lt-btn-bg);
    }

    .sectionArea01,
    .userSetStyle,
    .menuList01,
    .staffList {
        h2 {
            margin:0 0 20px;
            padding:10px 20px;
            color:var(--lt-tertiary-color);
            font-size: 24px;
            background:var(--lt-tertiary-bg);
        }
        h3 {
            margin:0px;
            padding:10px 20px;
            color:var(--lt-secondary-color);
            font-size: 22px;
            background:var(--lt-h3-bg);
            border:none;
        }
        h4 {
            margin:0px;
            padding:10px 0 10px 0;
            color:var(--lt-body-color);
            background:var(--lt-body-bg);
            font-size: 22px;
            border-bottom:3px solid var(--lt-tertiary-bg);
        }
        h5 {
            margin:0px;
            color:var(--lt-body-color);
            background:var(--lt-body-bg);
            font-size: 22px;
            border-bottom:3px dashed var(--lt-tertiary-bg);
        }

        h6 {
            margin:0px;
            padding:0 10px;
            color:var(--lt-body-color);
            background:var(--lt-body-bg);
            font-size: 18px;
            border-left:8px solid var(--lt-tertiary-bg);
        }
    }
    .menuList01 li,
    .staffList li {
        border:none;
        padding:0px;
    }

    .staffList {
        .rating {
            //max-width:240px;
        }
    }
    .menuList01,
    .staffList {
        details {
            padding:10px;
            margin-bottom:20px;
            background: var(--lt-details-bg);
            &[open] .c-accordion__plus::before {
                transform: rotate(0deg);
            }
        }
        summary {
            display: grid;
            grid-template-columns: 1fr 24px;
            gap: 6px;
            align-items: center;
            padding:5px;
            font-weight:bold;
        }

        .reserveBtn {
            text-align:center;
            a {
                display:inline-block;
                width:60%;
                font-size: 20px;
                padding: 5px;
                border-radius: 30px;
                letter-spacing: 2px;
                border: none;
                color: var(--lt-btn-color);
                background: var(--lt-btn-bg);
            }
        }
        .btn_specs02 {
            font-size: 20px;
            border-radius: 30px;
        }
    }
}

@media screen and (max-width: 767px) {
    #main {
        .sectionArea01,
        .userSetStyle,
        .menuList01,
        .staffList {
            h2 {
                font-size: 20px;
            }
            h3 {
                font-size: 18px;
            }
            h4 {
                font-size: 16px;
            }
            h5 {
                font-size: 16px;
            }
            h6 {
                font-size: 16px;
            }
        }
        .btn-box {
            width:100%!important;
        }
        .nextBtn {
            font-size:16px;
        }
    }
}

.accordion__plus {
    position: relative;
    &::before {
        background-image: none;
        content: "\002B";
        color: #fff;
        font-size: 20px;
        background-color: #000;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        line-height: 1.2;
        position: absolute;
        top: 50%;
        transform:translateY(-50%);
    }
}

.menuList01,
.staffList {
    details {
        &[open] .accordion__plus {
            &::before {
                content: none;
            }
            &::after {
                content: "\002212";
                color: #fff;
                font-size: 20px;

                background-color: #000;
                width: 26px;
                height: 26px;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                line-height: 1.2;
                position: absolute;
                top: 50%;
                transform:translateY(-50%);
            }
        }
    }
}
