/*theme name:*/


*{
    margin: 0 auto;
}

body{
    font-family: "Noto Sans JP","ヒラギノ角ゴシック","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","MS Pゴシック",sans-serif;
    background-color:#FFFFEF;
}


#menu-btn-check {
    display: none;
}

.sp-br{
    display: none;
}

.sp-br2{
    display: block;
}

.sp-br3{
    display: none;
}

.sp-main{
    display: none;
}

.banner img{
    display: none;
}

.header-text h1 a{/*追加*/
    font-size: 30px;
    font-weight: bold;
    color: rgba(5, 80, 122, 1);
    
}

.btn{
    display: inline-block; padding: 10px 20px; background-color: #f9ae06; color: white; text-decoration: none; border-radius: 5px; text-align: center; font-weight: bold;
}

.btn-wrap{
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
}

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:rgba(5, 80, 122, 1);
    background: rgb(255, 208, 163);
    font-weight: 400;

}

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: white;
}




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:rgba(5, 80, 122, 1);
    font-weight: 400;
    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;
}

.main-visual img{
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}




.content1{
    background-color: rgba(239, 234, 230, 1);
    text-align: center;
    width: 100%;
}

.content1 img{
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: auto;
}
.content2{
    text-align:center;
}
.content2 h2{
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.content2 span{
    color:rgba(254, 72, 72, 1);
}

.content2-img{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
}

.content2-img img{
    object-fit: cover;
    border:4px solid rgba(255, 210, 169, 1);
    width: 100%;
    height: 100%;
    max-width: 350px;
    position: absolute;
    top: 0;
    left:0;
}


.customer{
    width: 30%;
    display: block;
    position: relative;
    margin: 1%;
    
}

.customer::before{
    content: "";
    display: block;
    padding-top: 100%;
}


.content2 h3{
    font-size: 40px;
    text-align: center;
    color: white;
    background-color: rgba(255, 187, 132, 1);
    width: 100%;
    padding: 1% 0;
    margin-top: 5%;
}

.content2 h3{
    position: relative;

}
.content2 h3:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -195px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border: 100px solid transparent;
    border-top-color: rgba(255, 187, 132, 1);
}

.content2 h3 span{
    font-size: 48px;
    color: rgba(255, 0, 0, 1);
}

.content2-p{
    background-color: rgba(65, 41, 17, 1);
}

.container-p{
    max-width: 800px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 7%;
}

.content2-p img{
    margin-right: 0;
    object-fit: cover;
    width: 50%;
    height: auto;
}

.content2-p p{
    font-size: 36px;
    color: white;
    margin-left: 0;
}

.content2-p span{
    font-size: 48px;
    color: rgba(235, 255, 5, 1);
}

.content3{
    text-align: center;
    margin-top: 5%;
    max-width: 1100px;
}

.content3 h2{
    background-color: rgba(255, 158, 158, 1);
    color: white;
    font-size: 30px;
    width: 530px;
    padding: 5px;
}

.title{
    color: rgba(255, 58, 58, 1);
    font-size: 40px;
    margin: 3%;
}

.content3-1{
    width: 75%;
    margin-top: 5%;
    margin-bottom: 5%;
    position: relative;
    padding-top: 40%;
}


.content3-txt{
    width: 45%;

}

.content3-img-left{
    width: 42%;
    padding-top: 50%;
    position: absolute;
    top:0;
    left: -19%;
}

.content3-img-right{
    width: 42%;
    padding-top: 50%;
    position: absolute;
    top: 0;
    right: 30%;

}

.content3-img-right img,.content3-img-left img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.content3-txt h3{
    font-size: 26px;
    background-color: #f9ae06;
    color: white;
    font-weight: 200;
    padding: 10px 0;
    width: 100%;
}



.content3-title h4{
    font-size: 23px;
    padding: 5%;
}

.right{
    margin-left: 10px;
    position: absolute;
    right: 6%;
    top: 0;
}

.left{
    margin-right: 10px;
    position: absolute;
    left: -1%;
    top: 0;
}

.content3-title{
    padding: 5% 0;
    text-align: left;
    margin-top: 10%;
    position: absolute;
    top: 60%;
}

.content3-title p{
    padding: 5%;
    font-size: 20px;
}

.boxer{
    object-position: top;
}

.content4 h2{
    text-align: center;
    font-size: 40px;
    color: rgba(255, 58, 58, 1);
}

.point{
    margin:5% 0;
}

.point-title h3{
    color: white;
    font-size: 30px;
    margin-left: 0;
    text-align: left;
    width: 50%;
}


.point-title{
    display: flex;
    align-items: center;
    background-color: #f9ae06;
    padding: 15px 0;
    margin-bottom: 3%;
    
}

.point-title img{
    object-fit: cover;
    margin-right: 2%;
    margin-left:20px;
}

.point{
    text-align: center;
}

.point p{
    font-size: 26px;
    width: 60%;
    text-align: left;
    margin-top: 2%;
}

.point-img-suisen{
    height:auto;
    max-width: 400px;
    width: 100%;
}

.point-img{
    height:auto;
    max-width: 900px;
    width: 100%;
}

.content5 h2{
    font-size: 40px;
    text-align: center;
    margin-bottom: 5%;
}

.content5 h2 span{
    color: rgba(255, 0, 0, 1);
    margin-bottom: 5%;
}

.content5-text{
    display: flex;
    margin-bottom: 5%;
    max-width: 1000px;
    width: 100%;
}

.content5-text img{
    margin-right: 0;
    max-width: 480px;
    width: 100%;
}

.content5-text p{
    margin-left: 0;
    border: 4px solid rgba(223, 216, 152, 1);
    margin-top: 8%;
    display: flex;
    align-items: center;
    padding: 1%;
}

.content5 h3{
    font-size: 40px;
    text-align: center;

}

.content5 h3 span{
    color: rgba(245, 18, 18, 1);
}


.scroll{
    position: relative;
}

.scrolldown{
  position:absolute;
  bottom:0;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:5%;}
     100%{bottom:1%;}
}



.scrolldown:before {
    content: ""; 
    position: absolute;
    bottom: -90px;
    right: -6px;
    width: 2px;
    height: 20px;
    background: black;
    transform: skewX(-31deg);
}

.scrolldown:after{
  content:"";
  position: absolute;
  bottom:-90px;
  right:0;
  width:2px;
  height: 50px;
  background:black;
}

.hikaku{
    text-align: center;
    margin-top: 10%;
}

.hikaku p{
    margin: 5% 0;
    font-size: 20px;
}

.hikaku img{
    border:4px solid rgba(208, 208, 208, 1);
    object-fit: cover;
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
}

.content6{
    text-align: center;
}

.content6 h2{
    font-size: 40px;
}


.content6 h3{
    font-size: 36px;
    position: relative;
    padding: 2% 0;
    border: 4px solid white;
    background-color: #f9ae06;
    color: white;
    margin: 5% 0;
}


.content6 h3:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(100% - 20px);
    height: calc(100% - 15px);
    content: '';
    border: 2px solid white;
}

.content6 h3 span{
    color: rgba(255, 0, 0, 1);
    font-size: 40px;
}

.reason0{
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    
}

.reason:nth-child(even){
    flex-direction: row-reverse;
}

.reason{
    display: flex;
    width: 75%;
    margin-bottom: 10%;
    margin-left:auto;
    margin-right:auto;
}

.reason img{
    object-fit: cover;
    width: 70%;
    margin: auto 0;
    max-width: 300px;
}

.reason-text{
    position: relative;
    background-color: rgba(255, 221, 170, 1);
    width: 100%;
    margin: 0;
}

.right-text{
    top: 40px;
    left: -25px;
    z-index: -10;
}

.left-text{
    top: 40px;
    right: -15px;
    z-index: -10;
}


.reason-text h4{
    font-size: 70px;
    position: absolute;
    top: -70px;
    left: 25px;
    color: transparent;
    display        : inline-block;
    letter-spacing : 4px;              
    -webkit-text-stroke: 1.5px #f9ae06;
}

.left-text h4{
    left: 0;
    position: absolute;
}

.reason-text h5{
    font-size: 30px;
    color: #f9ae06;
    position: absolute;
    top: -45px;
    right: 0px;
    left: 0;


}

.kouka_right{
    right: -40px!important;
}

.kaunsering{
    left: 150px !important;
    text-align:left !important;
}

.left-text h5{
    left: 78px;
    position: absolute;
}

.reason-text p{
    font-size: 20px;
    padding:10%;
    text-align: left;
}

.content7{
    text-align: center;
    background-color: rgba(255, 221, 170, 1);
}

.content7 h2{
    font-size: 40px;
    background-color: white;
    padding-bottom: 5%;
}

.content7 h2 span{
    color: rgba(255, 0, 0, 1);
}

.content7-voice{
    display: flex;
    padding: 4%;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;

}

.content7-voice:nth-child(odd){
    flex-direction: row-reverse;
}

.content7-voice img{
    object-fit: cover;
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    z-index: 1;
}


.voice{
    background-color: white;
    margin: auto -15px;
    text-align: left;
    width: 65%;
    z-index: 0;
}

.voice p{
    font-size: 20px;
    padding: 4%;
    line-height: 40px;
    width: 90%;
}

.content8{
    text-align: center;
    margin-top: 5%;
}

.content8 h2{
    font-size: 36px;
    background-color: #f9ae06;
    color: white;
    padding: 1% 0;
}

.content8 h2 span{
    color: rgba(255, 230, 1, 1);
    font-size: 40px;
}

.content8-mes ul{
    border: 2px solid #f9ae06;
    width: 30%;
    margin:auto 0;
    list-style: none;
    padding: 0 20px;
    max-width: 450px;
    min-width: 400px;
}

.content8-mes ul li{
    border-bottom: 2px dotted #f9ae06;
    font-size: 20px;
    text-align: left;
    letter-spacing: 3px;
    padding: 10px;
}

.content8-mes ul li:last-child{
    border-bottom: none;
}

.content8-mes{
    display: flex;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
}


.content8-mes img{
    max-width: 430px;
    margin:12% 0 auto -5%;
    object-fit: cover;
    
}


.content8-merit{
    background-color: rgba(241, 236, 213, 1);
    padding-top: 5%;
    padding-bottom: 5%;
    margin-bottom: 5%;
}

.content8-merit h3{
    color: rgba(86, 34, 5, 1);
    font-size: 26px;
    padding: 0px 10px 10px 5%;
    display: inline-block;
    text-align: left;
}

.content8-merit h3 span{
    font-size: 50px;
}

.big{
    display        : inline-block;
    color          : #f9ae06;   
    font-size      : 40pt;               
    letter-spacing : 4px;                
    text-shadow    : 
         2px  2px 1px #ffffff,
        -2px  2px 1px #ffffff,
         2px -2px 1px #ffffff,
        -2px -2px 1px #ffffff,
         2px  0px 1px #ffffff,
         0px  2px 1px #ffffff,
        -2px  0px 1px #ffffff,
         0px -2px 1px #ffffff; 
}

.content8-merit img{
    object-fit: cover;
    max-width: 450px;
    position: absolute;
    top: -20%;
    left: 1%;
    z-index: 0;
    width: 100%;
}

.container{
    max-width: 1000px;
    position: relative;
}


.merit{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 700px;
}

.merit-1{
    width: 45%;
    background-color: rgba(255, 217, 179, 1);
    color: rgba(86, 34, 5, 1);
    font-size: 26px;
    padding: 15px;
    margin-bottom: 2%;
    z-index: 1;
}


.merit-2{
    width: 45%;
    background-color: rgba(255, 179, 103, 1);
    color: rgba(86, 34, 5, 1);
    font-size: 26px;
    padding: 15px;
    margin-bottom: 2%;
    z-index: 1;
}





.content9{
    text-align: center;
}


.content9 h2,.content10 h2,.content11 h2{
    font-size: 40px;
    border-left: 15px solid #f9ae06;
    padding-left: 1%;
    display: inline-block;
}


.staff0{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    max-width: 800px;
}

.staff0 img{
    width: 50%;
    max-width: 500px;
    margin: auto 0;
    object-fit: cover;

}

.staff-text0{
    margin:0;
    width: 50%;
    background-color: #f9ae06;
}

table{
    margin-left:5%;
    text-align: left;
}

th span{
    color: white;
    font-size: 20px;
}



th,td{
    color: white;
    font-size: 26px;
    padding-top: 2%;
}

.message{
    border: 4px solid #f9ae06;
    position: relative;
    width: 100%;
    margin-bottom: 5%;
    max-width: 700px;
}


.message h3{
    color: #f9ae06;
    font-size: 50px;
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
}

.message p{
    padding: 2%;
    font-size: 18px;
    text-align: left;
    letter-spacing: 5px;
}


.staff-mult{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 950px;
}

.staff img{
    width: 100%;
    max-width: 380px;
    object-fit: cover;
}

.staff-text{
    width: 100%;
    background-color: #f9ae06;
    margin-bottom: 15%;
    margin-top: -10px;
    padding-bottom: 15%;
    box-sizing: border-box;
}

.staff-table th{
    font-size: 26px;
}

.staff-table td{
    font-size: 20px;
}

.staff-table{
    margin: 0 auto;
}

.staff-btn{
    background-color: rgba(83, 41, 2, 1);
    width: 60%;
    position: relative;
    padding: 10px 0;
}


.staff-btn:hover{
    opacity: 0.7;
}

.staff-btn a{
    font-size: 30px;
    color: white;
    text-decoration: none;
}

.arrow:before{
    right: 7%;
    top: 25px;
    width: 15px;
    height: 15px;
    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:hover::before{
    right: 5%;
}


.content10{
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.content10 h2{
    margin-bottom: 5%;
}

.blog{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 950px;
}



.blog-content{
    width: 40%;
    border: 2px solid rgba(196, 196, 196, 1);
    margin-bottom: 5%;
    text-align: left;
}

.blog-content img{
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: auto;
}

.blog-content a{
    text-decoration: none;
    color: black;
}

.blog-content a:hover{
    opacity: 0.7;
}

.blog-content p,.blog-content h3,.blog-content h4{
    width: 90%;
    padding: 10px 0;
}


.content11{
    text-align: center;
    width: 100%;
    margin-bottom: 5%;
    max-width: 850px;
}

.content11 h2{
    margin-bottom: 5%;
}

.media{
    list-style: none;
    padding: 0;
}

.media li{
    display: flex;
    border-bottom: 2px solid rgba(86, 34, 5, 1);
    position: relative;
    padding: 20px 0;
    width: 95%;
}

.media li:first-child{
    border-top: 2px solid rgba(86, 34, 5, 1);
}

.media li a{
    text-decoration: none;
    font-size: 26px;
    color: black;
    width: 50%;
    display: inline-block;

}

.media li:hover{
    opacity: 0.7;
}

.arrow-media:before{
    right: 3%;
    top: 30px;
    width: 15px;
    height: 15px;

    position: absolute;
    content: "";
    vertical-align: middle;
  
}


.arrow-media:hover::before{
    right: 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;
}
