/*theme name:*/


*{
    margin: 0 auto;
}

body{
    font-family: "Noto Sans JP","ヒラギノ角ゴ","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","MS Pゴシック",sans-serif;

}

#menu-btn-check {
    display: none;
}

.sp-br{
    display: none;
}

.sp-br2{
    display: block;
}

.sp-br3{
    display: none;
}


.banner img{
    display: none;
}

.header-text h1 a{
    font-size: 30px;
    font-weight: bold;
    color: rgba(5, 80, 122, 1);
    
}


h2{
    font-size: 40px;
}

.bar{
    background-color: #f9ae06;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
}

.bar p{
    font-size: 14px;
    color: white;
    margin-left: 3%;
}

.header-top{
    display: flex;
    padding: 1%;
    text-align: left;
    width: 95%;
}

.header-text{
    width: 70%;
    text-align: left;
}

.header-tell{
    width: 30%;
    display: flex;
    align-items: center;

}

.header-tell:hover{
    opacity: 0.7;
}

.header-tell img{
    max-width: 300px;
    width: 100%;
    height: auto;
}

.header-text a{
    text-decoration: none;
    color: black;
}

.header-text p{
    font-size: 14px;
}

/*ナビゲーション*/

nav{
    background-color: #f9ae06;
    color: white;
    text-align: center;
}

nav ul{
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0;
}

nav ul ul{
    display: block;
}

nav ul li{
    position: relative;
}

nav ul li a{
    display: block;
    text-decoration: none;
    color: white;
    padding: 20px 35px;
    transition: all .3s;
    font-size: 16px;
    font-weight: 200;
}

nav ul li li a{
    padding: 10px 35px;
}

nav ul li a:hover{
    color:#f9ae06;
    background: rgb(255, 208, 163);

}

nav ul li.child::before{
    content: "";
    position: absolute;
    left: 15px;
    top: 28px;
    width: 6px;
    height: 6px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(135deg);
}

nav ul li.child:hover:before{
    border-color: #f9ae06;
}


nav li.child ul{
    position: absolute;
    left: 0;
    top: 62px;
    z-index: 4;
    background: rgb(255, 208, 163);
    width: 180px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;

}

nav li.child:hover > ul,nav li.child ul li:hover > ul,nav li.child:active > ul,nav li.child ul li:active > ul{
    visibility: visible;
    opacity: 1;
}

nav li.child ul li a{
    color:#f9ae06;
    border-bottom: 1px solid #f9ae06;
}

nav li.child ul li:last-child a{
    border-bottom: none;

}

nav li.child ul li a:hover,nav li.child ul li a:active{
    background: rgb(151, 74, 2);
    color: white;
}

/*パンくず*/


.breadcrumb{
    margin-top: 3%;
    width: 95%;
    margin-bottom: 3%;

}

.breadcrumb a{
    text-decoration: none;
    color: black;
    font-size: 12px;
}

.breadcrumb a:hover{
    opacity: 0.7;
}

/*メイン*/

.sp-img{
    display: none;
}

.content1{
    text-align: center;
}

.content1 h2{
    font-size: 40px;
    background-color: #f9ae06;
    width: 100%;
    color: white;
    margin-bottom: 5%;
    padding: 1%;
    box-sizing: border-box;

}

.content1 p{
    font-size: 26px;
    margin-bottom: 5%;
}

.content1 p span{
    font-size: 26px;
    color: rgba(255, 0, 0, 1);
}

.container{
    width: 90%;
    max-width: 900px;
    text-align: center;
}

.tel-contact,.line-contact{
    position: relative;
    margin-bottom: 10%;
}

.tel-contact img,.line-contact img{
    width: 100%;
    height: auto;
}

.tel-contact-btn a{
    background-color: #f9ae06;
    width: 90%;
    color: white;
    display: inline-block;
    text-decoration: none;
    padding: 2%;
    border-radius: 50px;
    font-size: 30px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;

}

.line-contact-btn a{
    background-color: rgba(0, 185, 0, 1);
    width: 90%;
    color: white;
    display: inline-block;
    text-decoration: none;
    padding: 2%;
    border-radius: 50px;
    font-size: 30px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;

    
}

.tel-contact-btn:hover,.line-contact-btn:hover{
    opacity: 0.9;
}

.line{
    width: 90%;
    max-width: 900px;
    text-align: center;
}

.line h2{
    font-size: 40px;
    border-left: 15px solid rgba(0, 185, 0, 1);
    padding: 1%;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 5%;
    margin-top: 10%;
    box-sizing: border-box;

}

.line-container{
    display: flex;
}

.line-flo{
    width: 40%;
    border: 4px solid rgba(0, 185, 0, 1);
    height: 50%;
}

.line-flo h3{
    color: rgba(0, 185, 0, 1);
    font-size: 26px
}

.line-no{
    display: flex;
    align-items: center;
    margin-top: 10%;
}

.line-no h4{
    font-size: 60px;
    color: rgba(0, 185, 0, 1);
    margin-left: 5px;
    margin-right: 5px;

}

.line-no p{
    font-size: 20px;
    color: black;
    margin-left: 5%;
    text-align: left;
}

.line-text{
    border: 4px solid rgba(0, 185, 0, 1);
    margin-top: 10%;
    width: 90%;
    margin-bottom: 5%;
}

.line-text ul{
    display: flex;
    flex-wrap: wrap;
    padding: 5%;
    text-align: left;

}

.line-text li{
    color: black;
    width: 40%;
}

.arrow1{
    width: 30px;
    height: 30px;
    border: 5px solid;
    border-color:  transparent transparent rgba(0, 185, 0, 1) rgba(0, 185, 0, 1);
    transform: rotate(-45deg);
}

.line-img{
    width: 40%;
}

.line-img img{
    width: 100%;
    height: auto;
}

.line-img2{
    max-width: 900px;
    width: 90%;
    margin-top: 10%;
}

.line-img3{
    display: flex;
    max-width: 900px;
    width: 90%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.line-img2 img,.line-img3 img{
    width: 100%;
    height: auto;
}

.line-btn{
    margin-top: 5%;
    margin-bottom: 5%;
}

.line-btn a{
    background-color: rgba(0, 185, 0, 1);
    width: 90%;
    color: white;
    display: inline-block;
    text-decoration: none;
    padding: 2%;
    border-radius: 50px;
    font-size: 30px;
}

.line-btn:hover{
    opacity: 0.7;
    
}

.arrow{
    position: relative;
}

.arrow:before{
    right: 10%;
    top: -15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s;
    position: absolute;
    content: "";
    vertical-align: middle;
    z-index: 10;
  
}

.arrow:hover::before{
    right: 8%;
}


.arrow-line{
    position: relative;
}

.arrow-line:before{
    right: 10%;
    top: 46%;
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s;
    position: absolute;
    content: "";
    vertical-align: middle;
    z-index: 10;
  
}

.arrow-line:hover::before{
    right: 8%;
}

.inquiry{
    width: 90%;
    max-width: 900px;
    text-align: center;
}

.inquiry h2{
    font-size: 40px;
    border-left: 15px solid #f9ae06;
    padding: 1%;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 5%;
    box-sizing: border-box;
    margin-top: 10%;
}

.form{
    text-align: left;
    max-width: 900px;
    width: 90%;
}

.form h3{
    font-size: 26px;
    margin-bottom: 5%;
}

.form h3 span{
    color: rgb(255, 0, 0);
}

.Form-Item{
    margin-bottom: 2%;
    text-align: left;
    display: flex;
    align-items: center;

}


.Form-Item-Label{
    background-color: rgba(251, 242, 237, 1);
    font-size: 18px;
    height: 58px;
    display: flex;
    align-items: center;
    width: 50%;
    border: 1px solid rgb(133, 133, 133);
    border-right: none;
    box-sizing: border-box;
}

.isMsg{
    height:200px;
    box-sizing: border-box;
}

.Form-Item-Label-Required{
    color:rgba(215, 84, 83, 1);
    font-size: 18px;
    display: inline-block;
    margin: 1%;
    padding: 5px;
    border-radius: 5px;
    max-width: 10%;
    text-align: center;

}

.Form-Item-Input{
    height: 58px;
    width: 78%;
    box-sizing: border-box;
}

.Form-Item-Textarea{
    width: 78%;
    height: 200px;
    box-sizing: border-box;

}


.Form-Btn:hover{
    opacity: 0.7;
}

.policy{
    max-width: 900px;
    width: 90%;
    margin-bottom: 10%;
}

.policy h4{
    font-size: 30px;
    text-align: left;
    margin-top: 5%;
}

.privacy-policy {
  max-width: 900px;
  margin: 50px auto;
  height: 300px;
  overflow: scroll;
  padding: 25px;
  border: 1px solid black;
  background-color: #e5e5e5;
  line-height: 1.5;
  text-align: left;
}

.privacy-policy__item__title,.privacy-policy__item__desc {
    margin-bottom: 2%;
}


.Form-Check{
    margin-top: 24px;
}

.Form-Check-Label {
    margin-top: 20px;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 37%;
}

/* .Form-Check-Label-Input {
    display: none;
} */

.Form-Check-Label-SquareIcon {
    border: 1px solid #ddd;
    display: block;
    flex: none;
    width: 24px;
    height: 24px;
    background: #eaedf2;
    margin-right: 0;
}

.Form-Check-Label-Text {
    padding-left: 8px;
    font-size: 20px;
    margin-left: 0;
}

.Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #f9ae06;
    color: #fff;
    font-weight: lighter;
    font-size: 20px;
    opacity: 0.2;
    pointer-events: none;
    transition: all 0.2s;
}

.Form-Btn.isActive {
    opacity: 1;
    pointer-events: inherit;
}
.Form-Check-Label-Input {
    /* 確認のためにスタイルを明示的に設定 */
    display: inline-block !important;
}

/* .Form-Check-Label-Input:checked + *:before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #f9ae06;
    transform-origin: bottom left;
    transform: rotateZ(90deg);
}

.Form-Check-Label-Input:checked + *:after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background:#f9ae06;
    transform-origin: bottom left;
    transform: rotateZ(0deg);
}

.Form-Check-Label-Input:checked + * {
    width: 0;
    height: 0;
    transform: translate(8px, 8px) rotateZ(-135deg) scale(1.5);
} */



/*電話LINE*/

.contact{
    background-color: #f9ae06;
    padding: 5% 0;
    text-align: center;
    margin-bottom: 5%;
    margin-top: 5%;
}

.contact h2{
    color: white;
    font-size: 30px;
    max-width: 900px;
    display: inline-block;
    text-align: left;
    margin-bottom: 2%;
    width: 90%;

}


.contact-btn{
    display: flex;
    align-items: center;
    width: 95%;
    max-width: 900px;
}

.contact-btn img{
    width: 85%;
    height: auto;
    margin: 2% 0;
    max-height: 150px;
}

.contact-btn a:hover{
    opacity: 0.7;
}








/*footer*/

table{
    margin-left:5%;
    text-align: left;
}

th span{
    color: white;
    font-size: 20px;
}

th,td{
    color: white;
    font-size: 26px;
    padding-top: 2%;
}

.content12{
    text-align: center;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.content12 img{
    width: 90%;
    margin: 10px 0;
    height: auto;

}

.content12 a{
    margin: 0;
    width: 50%;
}

.content12 a:hover{
    opacity: 0.7;
}


.content13{
    text-align: center;
    width: 70%;
    margin-top: 5%;
    margin-bottom: 5%;
    max-width: 1000px;
}

.content13 img{
    width: 30%;
    max-width: 320px;
    margin:1%;
    height: auto;

}

.content13 a:hover{
    opacity: 0.7;
}

.footer-main{
    display: flex;
}

.footer-left{
    width: 50%;
    text-align: left;
    background-color: #f9ae06;
    padding: 1%;
    box-sizing: border-box;
}

.footer-left h2{
    font-size: 26px;
    color: white;
    font-weight: 200;

}

.footer-left p{
    color: white;
    font-size: 18px;
}

.footer-left h3{
    font-size: 50px;
    color: white;
}

.time{
    color: white;
    border-collapse: collapse;
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.time th, .time td{
    border: 2px solid white;
    padding: 1%;
    font-size: 16px;
}

.access-btn,.inquiry-btn{
    display: inline-block;
    background-color: #f9ae06;
    border: 2px solid white;
    width: 40%;
    padding: 20px;
    margin: 15px 0;
}

.inquiry-btn{
    margin-left: 10px;
}

.access-btn a,.inquiry-btn a{
    text-decoration: none;
    color: white;
}

.access-btn:hover,.inquiry-btn:hover{
    opacity: 0.7;
}

.arrow-time{
    position: relative;
}

.arrow-time:before{
    right: 8%;
    top: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s;
    position: absolute;
    content: "";
    vertical-align: middle;
  
}


.arrow-time:hover::before{
    right: 5%;
}

.map-right{
    position: relative;
    width: 50%;
}

.map{
    height: 0;
    padding-top: 56.25%;
}

iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-end p{
    color: white;
    background-color: rgba(65, 41, 17, 1);
    text-align: center;
    padding: 2%;
    font-size: 14px;
}

.footer-container{
    display: flex;
    justify-content: space-between;
}

.footer-end{
    background-color: rgba(65, 41, 17, 1);
}
.foot-wrap{
    width: 100%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
.foot-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    color:#ffffff;
    width: 100%;
    padding-top: 30px;
    box-sizing: border-box;
}

.foot-wrap a{
    color:#ffffff;
}