@charset "UTF-8";
/* CSS Document */
@keyframes slideranim {
0% {
filter: blur(30px);
transform: scale(1.6);
opacity: 0;
}
100% {
filter: blur(0);
transform: scale(1);
opacity: 1;
}
}
@keyframes txtloop {
0% {
transform: translateX(100%);
}
to {
transform: translateX(-100%);
}
}
@keyframes txtloop2 {
0% {
transform: translateX(0);
}
to {
transform: translateX(-200%);
}
}
@keyframes svg {
0% {
fill: transparent;
stroke-dashoffset: 1600px;
}
80% {
fill: transparent;
}
100% {
stroke-dashoffset: 0;
fill: #FFF;
}
}
/*PC*/
@media print, screen and (min-width: 768px) {
/* mv
--------------------------------------------*/
#mv {
position: relative;
margin: 0 auto 80px;
padding-top: 95px;
box-sizing: border-box;
}

#mv .slider_wrap {
width: 100%;
height:calc(100vh - 95px);
height:calc(100dvh - 95px);
border-radius: 20px;
overflow: hidden;
position: relative;
}

#mv .slider_wrap .slider {
width: 100%;
height: 100%;
}

#mv .slider_wrap .slider img{
object-fit: cover;
width: 100vw;
height: 100vh;
}

#mv .swiper-slide-active {
animation-name: slideranim;
animation-duration: 1.5s;
}

#mv .ttl_box {
position: absolute;
top: 35%;
left: 3%;
width: 90%;
margin: 0 auto;
z-index: 5;
}

#mv .ttl_box h1 {
font-size:75px;
font-weight:300;
line-height: 1.2;
letter-spacing: .1rem;
color: #FFF;
text-shadow:0px 0px 6px rgba(0,0,0,.3),0px 0px 10px rgba(0,0,0,.2);
margin-bottom: 25px;
}

#mv .ttl_box .m_txt {
position: relative;
font-size: 18px;
font-weight: 800;
line-height: 2;
letter-spacing: .1rem;
margin-left: 5px;
color: #FFF;
text-shadow:0px 0px 6px rgba(0,0,0,.3),0px 0px 10px rgba(0,0,0,.2);
}

#mv .m_catch {
position: absolute;
bottom: -15px;
right: -10px;
font-size: 8.8vw;
font-weight: 600;
line-height: 1;
white-space: nowrap;
color: #FFF;
opacity: .85;
text-align: right;
z-index: 5;
text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
-1px 1px 0 #000, 1px -1px 0 #000,
0px 1px 0 #000,  0-1px 0 #000,
-1px 0 0 #000, 1px 0 0 #000;
}

/* news
--------------------------------------------*/
#news {
position: relative;
width: 72%;
margin: 0 auto 120px;
padding: 60px 60px;
box-sizing: border-box;
border-radius: 20px;
background-color: #003f73;
}
#news .section_wrap {
position: relative;
width: 100%;
margin: 0 auto;
}
#news .ttl_en {
display: block;
font-size: 4.6rem;
font-weight: 800;
line-height: 1;
color: #FFF;
}
#news .section_wrap h2 {
font-size: 1.6rem;
font-weight: 600;
line-height: 1.6;
color: #FFF;
margin: 0 0 60px 5px;
}
#news .section_wrap .news_wrap {
width: 100%;
height: 160px;
overflow-x: hidden;
margin: 0 auto 120px;
}
#news .section_wrap .news_wrap dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
line-height: 1;
margin: 0 0 20px;
border-bottom: 1px solid rgba(255, 255, 255, .2);
padding-bottom: 16px;
box-sizing: border-box;
color: #FFF;
}
#news .section_wrap .news_wrap dl:last-child {
margin-bottom: 0;
}
#news .section_wrap .news_wrap dl dt {
position: relative;
width: 12%;
font-weight: 500;
}
#news .section_wrap dl dd {
position: relative;
width: 88%;
color: #FFF;
}
#news .section_wrap dl dd a {
text-decoration: underline;
color: #FFF;
}
/* about
--------------------------------------------*/
#about {
position: relative;
margin: 0 auto 80px;
}
#about article {
overflow: hidden;
}
#about article .loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}
#about article .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 12rem;
font-weight: 100;
line-height: .9;
overflow: hidden;
color: #edf1f7;
}
#about article .loop_wrap div:nth-child(odd) {
animation: txtloop 70s -35s linear infinite;
}
#about article .loop_wrap div:nth-child(even) {
animation: txtloop2 70s linear infinite;
}
#about .section_wrap {
position: relative;
width: 90%;
margin: -50px auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#about .section_wrap .txt_box {
width: 48%;
}

#about .ttl_en {
display: block;
font-size: 6.2rem;
font-weight: 600;
line-height: 1;
margin-bottom: 20px;
}
#about .section_wrap .txt_box h2 {
font-size: 1.4rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 40px -5px;
background: -webkit-linear-gradient(0deg, #20293b, #2d58ab);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#about .section_wrap .txt_box h3 {
font-size: 2.6rem;
font-weight: 600;
line-height: 1.4;
margin-bottom: 30px;
}

#about .section_wrap .txt_box .read_txt {
margin-bottom: 40px;
}

#about .section_wrap .txt_box .greeting{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 30px;
}

#about .section_wrap .txt_box .greeting h4{
width: 100%;
font-size: 1.2rem;
font-weight: 600;
line-height: 1;
margin-bottom: 20px;
padding:10px 0;
box-sizing: border-box;
border-top: 1px solid rgb(8, 127, 186);
border-bottom: 1px solid rgb(8, 127, 186);
}

#about .section_wrap .txt_box .greeting .txt_box{
width: 55%;
}

#about .section_wrap .txt_box .greeting .txt_box .txt{
margin-bottom:20px;
}

#about .section_wrap .txt_box .greeting .txt_box .name{
font-size: 14px;
font-weight: 500;
text-align: right;
}

#about .section_wrap .txt_box .greeting .txt_box .name span{
font-size: 18px;
margin-left: 10px;
}

#about .section_wrap .txt_box .greeting .img_box{
width: 40%;
}

#about .section_wrap .txt_box .greeting .img_box img{
border-radius: .6rem;
}

#about .section_wrap .txt_box .cm_btn {
margin: 0 auto;
}
#about .section_wrap .img {
width: 50%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#about .section_wrap .img img {
border-radius: .6rem;
width: 30%;
}
#about .section_wrap .img img:first-child {
margin-top: 7rem;
}
#about .section_wrap .img img:nth-child(2n) {
margin-top: 12rem;
}
#about .section_wrap .img img:last-child {
margin-top: 0rem;
}
/* overview
--------------------------------------------*/
#overview {
position: relative;
margin: 0 auto 160px;
padding: 120px 0;
box-sizing: border-box;
overflow: hidden;
background: url("../images/index/bg_img.jpg") top center no-repeat;
background-size: cover;
}
#overview article {
overflow: hidden;
position: relative;
z-index: 2;
}
#overview article .loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}
#overview article .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 12rem;
font-weight: 100;
line-height: .9;
overflow: hidden;
color: #edf1f7;
}
#overview article .loop_wrap div:nth-child(odd) {
animation: txtloop 70s -35s linear infinite;
}
#overview article .loop_wrap div:nth-child(even) {
animation: txtloop2 70s linear infinite;
}
#overview .section_wrap {
position: relative;
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row-reverse;
z-index: 2;
}
#overview .section_wrap .txt_box {
width: 65%;
}
#overview .ttl_en {
display: block;
font-size: 6.2rem;
font-weight: 600;
color: #FFF;
margin-bottom: 20px;
line-height: 1;
}
#overview .section_wrap .txt_box h2 {
font-size: 1.4rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 70px 5px;
color: #FFF;
}

#overview .section_wrap .txt_box .read_txt {
color: #FFF;
font-size: 1.2rem;
font-weight: 600;
margin-bottom: 40px;
}

#overview .section_wrap .txt_box .list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 60px;
}
#overview .section_wrap .txt_box .list li {
width: 32%;
background: #FFF;
padding: 12px;
box-sizing: border-box;
border-radius: 10px;
}
#overview .section_wrap .txt_box .list li .s_img {
margin: 0 0 10px;
}
#overview .section_wrap .txt_box .list li .s_img img {
border-radius: 6px;
overflow: hidden;
}
#overview .section_wrap .txt_box .list li h3 {
text-align: center;
font-weight: 800;
margin: 0 0 10px;
line-height: 1.4;
color: #003f73;
}
#overview .section_wrap .txt_box .list li p {
font-size: 12px;
font-weight: 600;
}
#overview .section_wrap .txt_box .cm_btn {
margin: 0 auto;
}
#overview .section_wrap .img {
width: 40%;
margin-left: -11%;
}
#overview .section_wrap .img img {
border-radius: .6rem;
}
#overview .slider2 {
position: relative;
z-index: 2;
}
#overview .slider2 .slick-list {
overflow: inherit;
}
#overview .slider2 .slick-slide {
margin: 0 16px;
position: relative;
}
#overview .slider2 .slick-slide img {
border-radius: .4rem;
}
/* facilities
--------------------------------------------*/
#facilities {
position: relative;
width: 94%;
margin: 0 auto 120px;
padding: 90px 60px;
box-sizing: border-box;
border-radius: 20px;
background-color: #f1f4f8;
}
#facilities .section_wrap {
position: relative;
width: 100%;
margin: 0 auto;
}
#facilities .ttl_en {
display: block;
font-size: 6.2rem;
font-weight: 600;
margin-bottom: 20px;
line-height: 1;
text-align: center;
}
#facilities .section_wrap h2 {
font-size: 1.4rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 70px 5px;
text-align: center;
}

#facilities .section_wrap .read_txt {
font-size: 1.2rem;
font-weight: 600;
margin-bottom: 40px;
text-align: center;
}

#facilities .swiper4 {
width: 100%;
margin: 0px auto 120px;
position: relative;
overflow: hidden;
}
#facilities .swiper4 ul {
padding-bottom: 100px;
}
#facilities .swiper4 ul li {
position: relative;
}
#facilities .swiper4 ul li .hover_wrap {
overflow: hidden;
}
#facilities .swiper4 ul li .hover_wrap .img {
transition: all 0.7s ease;
border-radius: .6rem;
overflow: hidden;
}
#facilities .swiper4 ul li .txt {
position: relative;
}
#facilities .swiper4 ul li a .txt h4 {
font-size: 18px;
font-weight: 600;
text-align: center;
color: #1a1a1a;
margin: 10px 0;
}
#facilities .swiper4 ul li a .txt p {
font-size: 12px;
color: #1a1a1a;
}
#facilities .swiper4 .swiper-prev, #facilities .swiper4 .swiper-next {
font-size: 0;
line-height: 0;
position: absolute;
bottom: 20px;
display: block;
border-radius: 50%;
width: 60px;
height: 60px;
border: 1px solid #0659a2;
text-align: center;
z-index: 5;
}
#facilities .swiper4 .swiper-prev {
right: 10%;
}
#facilities .swiper4 .swiper-next {
right: 3%;
}
#facilities .swiper4 .swiper-prev::before, #facilities .swiper4 .swiper-next::before {
font-family: "";
font-size: 25px;
line-height: 2.5;
opacity: 1;
color: #0659a2;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#facilities .swiper4 .swiper-prev::before {
content: "←";
}
#facilities .swiper4 .swiper-next::before {
content: "→";
}
#facilities .swiper4 .swiper-scrollbar {
position: unset;
width: 100%;
height: 3px;
background: #e9e9e9;
}
#facilities .swiper4 .swiper-scrollbar .swiper-scrollbar-drag {
background: #00488a;
}
#facilities .cm_btn {
margin: 60px auto 0;
}

/* flow
--------------------------------------------*/
#flow {
position: relative;
margin: 0 auto 120px;
}
#flow .flow_img {
width: 100%;
margin: 0;
}

#flow .flow_img img{
border-radius: 20px 20px 0 0;
}

#flow .bg {
position: relative;
width: 80%;
margin: -100px auto 0;
padding: 60px 50px 0;
background: #fff;
box-sizing: border-box;
border-radius: 20px 20px 0 0
}
#flow .ttl_en {
display: block;
font-size: 6.2rem;
font-weight: 600;
margin-bottom: 20px;
line-height: 1;
text-align: center;
}
#flow .section_wrap h2 {
font-size: 1.4rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 70px 5px;
text-align: center;
}

#flow .section_wrap .read_ttl {
font-size: 1.4rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 20px;
text-align: center;
}

#flow .section_wrap .read_txt {
font-size: 1.2rem;
font-weight: 600;
margin-bottom: 40px;
text-align: center;
}

#flow .txt {
margin-top: 40px;
line-height: 2;
}

#flow .bg ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 60px;
}

#flow .bg ul li {
width: 49%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 2%;
padding:20px;
border: 1px solid #00488a;
box-sizing: border-box;
border-radius: 10px;
}
#flow .bg ul li .txtbox {
width: 60%;
}
#flow .bg ul li .txtbox h5 {
font-size: 1.6em;
line-height: 1.4;
margin-bottom: 20px;
}
#flow .bg ul li .txtbox h5 span {
position: relative;
display: table;
font-size: 0.9em;
padding: 0 40px 0 0;
}
#flow .bg ul li .txtbox h5 span::after {
content: '';
background: linear-gradient(90deg, #00488a, #087fba);
width: 30px;
height: 2px;
position: absolute;
top: 50%;
right: 0;
}
#flow .bg ul li .txtbox .txt {
margin-top: 40px;
line-height: 2;
}

#flow .bg ul li .txtbox .cm_btn{
margin-top: 20px;
}

#flow .bg ul li .imgbox {
width: 35%;
}

#flow .box{
width: 700px;
background: rgba(0,0,0,.05);
margin: 0 auto 60px;
padding: 25px;
box-sizing: border-box;
border-radius: 10px;
border: 1px solid #333;
}
#flow .box ul {
list-style: disc;
margin-left: 1rem;
}

#flow .box2{
width: 700px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 60px;
}

#flow .box2 .box_inner{
width: 48%;
margin: 0 auto;
padding: 25px;
box-sizing: border-box;
border-radius: 10px;
border: 1px solid #333;
}

#flow .box2 .box_inner h6{
font-size: 1rem;
line-height: 1;
margin: 0 0 10px;
}

#flow .box2 .box_inner p{
font-size: 12px;
}


/* faq
--------------------------------------------*/
#faq {
position: relative;
margin: 0 auto 120px;
padding: 30px 0 80px;
box-sizing: border-box;
overflow: hidden;
border-radius: 20px;
background: #003f73;
}
#faq article {
overflow: hidden;
margin:-45px 0 0px;
}
#faq article .loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}
#faq article .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 12rem;
font-weight: 100;
line-height: .9;
overflow: hidden;
color: rgba(255, 255, 255, .2);
}
#faq article .loop_wrap div:nth-child(odd) {
animation: txtloop 70s -35s linear infinite;
}
#faq article .loop_wrap div:nth-child(even) {
animation: txtloop2 70s linear infinite;
}
#faq .section_wrap {
position: relative;
width: 90%;
margin: 0 auto;
z-index: 2;
}
#faq .section_wrap .txt_box {
width: 100%;
margin: 0 auto;
}
#faq .ttl_en {
display: block;
font-size: 6.2rem;
font-weight: 600;
margin-bottom: 20px;
line-height: 1;
text-align: center;
color: #FFF;
}
#faq .section_wrap h2 {
font-size: 1.4rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 70px 5px;
text-align: center;
color: #FFF;
}

#faq .section_wrap .txt_box .read_txt {
margin-bottom: 60px;
color: rgba(255, 255, 255, 1);
}

#faq .section_wrap .faq_list{
width: 1200px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 60px;
}

#faq .section_wrap .faq_list li{
width: 32%;
padding: 20px;
box-sizing: border-box;
background: #FFF;
border-radius: 10px;
margin-bottom: 20px;
}

#faq .section_wrap .faq_list li h3{
position: relative;
padding-left: 25px;
font-size: 18px;
font-weight: 700;
line-height: 1.4;
margin-bottom: 20px;
padding-bottom: 10px;
box-sizing: border-box;
border-bottom: 1px solid #087fba;
color: #087fba;
}

#faq .section_wrap .faq_list li h3::before{
content: "Q";
position: absolute;
top: -3px;
left: 0;
font-size: 22px;
font-weight: 700;
}

#faq .section_wrap .faq_list li p{
position: relative;
padding-left: 20px;
}

#faq .section_wrap .faq_list li p::before{
content: "A";
position: absolute;
top: 5px;
left: 0;
font-size:18px;
font-weight: 700;
line-height: 1;
}

#faq .img {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
z-index: 2;
}

#faq .img img {
width: 25%;
}

/* access
--------------------------------------------*/
#access {
position: relative;
margin: 0 auto 120px;
box-sizing: border-box;
overflow: hidden;
}

#access .section_wrap {
position: relative;
width: 1100px;
margin: 0 auto;
}

#access .ttl_en {
display: block;
font-size: 6.2rem;
font-weight: 600;
margin-bottom: 20px;
line-height: 1;
text-align: center;
}

#access .section_wrap h2 {
font-size: 1.4rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 70px 5px;
text-align: center;
}

#access .map_wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#access .map_wrap .txt_box{
width: 50%;
}

#access .map_wrap .txt_box dl{
margin: 0 0 50px;
}

#access .map_wrap .txt_box dl:last-child{
margin-bottom: 0;
}

#access .map_wrap .txt_box dl dt{
font-size:20px;
font-weight: 800;
line-height: 1;
margin:0 0 20px;
padding-bottom: 5px;
border-bottom: 1px solid #20293b;
}

#access .map_wrap .gmap{
width: 45%;
vertical-align: bottom;
}

#access .map_wrap .gmap iframe{
width: 100%;
}

/* reservation
--------------------------------------------*/
#reservation {
position: relative;
width: 94%;
margin: 0 auto 120px;
padding: 90px 60px;
box-sizing: border-box;
border-radius: 20px;
background-color: #f1f4f8;
}
#reservation .section_wrap {
position: relative;
width: 100%;
margin: 0 auto;
}
#reservation .ttl_en {
display: block;
font-size: 6.2rem;
font-weight: 600;
margin-bottom: 20px;
line-height: 1;
text-align: center;
}
#reservation .section_wrap h2 {
font-size: 1.4rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 70px 5px;
text-align: center;
}
#reservation .section_wrap h3 {
text-align: center;
font-size: 24px;
line-height: 1;
margin: 0 0 20px;
letter-spacing: .1rem;
color: #087fba;
text-decoration: underline;
}

#reservation .section_wrap .txt {
text-align: center;
font-size: 16px;
font-weight: 800;
margin: 0 0 60px;
}

#reservation .section_wrap h4 {
text-align: center;
font-size:18px;
line-height: 1;
margin: 0 0 20px;
letter-spacing: .1rem;
color: #FFF;
background: #087fba;
padding: 10px;
box-sizing: border-box;
border-radius: 6px;
display: table;
}

#reservation .section_wrap ul{
width: 800px;
margin: auto;
}

#reservation .section_wrap ul li{
background: #FFF;
padding: 15px;
box-sizing: border-box;
border-radius: 6px;
margin-bottom: 20px;
font-size: 22px;
font-weight: 700;
}

#reservation .section_wrap ol li:last-child{
margin-bottom: 0;
}

#reservation .section_wrap .box{
width: 700px;
margin: 0 auto 60px;
background: #FF0000;
padding: 25px;
box-sizing: border-box;
border-radius: 10px;
 }

#reservation .section_wrap .box h5{
font-size: 18px;
line-height: 1;
color: #FFF;
text-align: center;
margin: 0 0 20px;
}

#reservation .section_wrap .box p{
color: #FFF;
font-weight: 800;
}

#reservation .section_wrap .box2{
width: 700px;
background: #FFF;
margin: 0 auto 60px;
padding: 25px;
box-sizing: border-box;
border-radius: 10px;
border: 1px solid #333;
}

#reservation .flex_btn_list{
width: 40% !important;
margin: 0 auto 60px !important;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#reservation .flex_btn_list li{
width: 48%;
background:none !important;
padding: 0 !important;
}

#reservation .form_wrap{
width:80%;
background: #FFF;
margin: 0 auto 60px;
padding: 25px;
box-sizing: border-box;
border-radius: 10px;
border: 1px solid #333;
}

#reservation .com_table {
width:100%;
margin:0 auto 30px;
box-sizing: border-box;
}

#reservation .com_table th {
width: 30%;
padding: 20px;
text-align: left;
font-weight: 500;
line-height: normal;
position: relative;
display: table-cell;
}

#reservation .com_table th span {
float: right;
font-size: 0.8em;
background: #e60216;
padding: 2px 10px;
color: #FFF;
line-height: normal;
font-style: normal;
display: block;
width: 30px;
text-align: center;
}

#reservation .com_table td {
padding: 20px;
position: relative;
display: table-cell;
vertical-align: middle;
}

#reservation button[type="submit"],
#reservation input[type="submit"] {
background:  #333333;
border:  #333333 1px solid;
color: #FFF;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
}

#reservation submit[type="submit"]:hover,
#reservation input[type="submit"]:hover {
background: #fff;
border: #333333 1px solid;
color: #333333;
}

#reservation .submit:hover {
background: #fff;
border: #165aa2 1px solid;
color: #165aa2;
}

#reservation input[type="text"],
#reservation input[type="date"],
#reservation textarea,
#reservation select {
padding: 8px;
border: 1px solid #dddddd;
}

#reservation .w100 { width: 100px;}
#reservation .w240 { width: 240px;}
#reservation .w350 { width: 350px;}
#reservation .w540 { width: 540px;}
#reservation .w100p { width: 100%;}

#reservation .h_kome {
background:#e60216;
color: #fff;
display: inline-block;
font-size: 0.7em;
padding: 1px 10px;
}	

#reservation .reservation_link_btn01 a{
margin-top:30px;
margin-bottom:30px;
background: #333 none repeat scroll 0 0;
color: #fff;
display: inline-block;
padding: 10px 50px;
text-align: center;
text-decoration:none;
}

#reservation .reservation_link_btn01 a:hover{
opacity:0.8;
}


#reservation .btn_list{
width: 30%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
}

#reservation .btn_list li{
width: 48%;
padding: 0 !important;
background:none !important;
}

#reservation .btn_list li .cm_btn{
width: 100%;
}

}
/*sp*/
@media only screen and (max-width: 767px) {
/* mv
--------------------------------------------*/
#mv {
position: relative;
margin: 0 auto 60px;
padding-top:63px;
box-sizing: border-box;
overflow: hidden;
}

#mv .slider_wrap {
width: 100%;
height:calc(100vh - 63px);
height:calc(100dvh - 63px);
border-radius:10px;
overflow: hidden;
position: relative;
}

#mv .slider_wrap .slider {
width: 100%;
height: 100%;
}

#mv .slider_wrap .slider img{
object-fit: cover;
width: 100vw;
height:100vh;
}

#mv .swiper-slide-active {
animation-name: slideranim;
animation-duration: 1.5s;
}

#mv .ttl_box {
position: absolute;
top: 18%;
left: 3%;
width: 90%;
margin: 0 auto;
z-index: 5;
}

#mv .ttl_box h1 {
font-size:28px;
font-weight:300;
line-height: 1.2;
letter-spacing: .1rem;
color: #FFF;
text-shadow:0px 0px 6px rgba(0,0,0,.3),0px 0px 10px rgba(0,0,0,.2);
margin-bottom: 20px;
}

#mv .ttl_box .m_txt {
position: relative;
font-size: 12px;
font-weight: 800;
line-height:1.8;
letter-spacing: .1rem;
margin-left: 5px;
color: #FFF;
text-shadow:0px 0px 6px rgba(0,0,0,.3),0px 0px 10px rgba(0,0,0,.2);
}

#mv .m_catch {
position: absolute;
bottom: -5px;
right: -5px;
font-size: 12vw;
font-weight: 600;
line-height: 1;
white-space: nowrap;
color: #FFF;
opacity: .5;
text-align: right;
z-index: 5;
text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
-1px 1px 0 #000, 1px -1px 0 #000,
0px 1px 0 #000,  0-1px 0 #000,
-1px 0 0 #000, 1px 0 0 #000;
}


/* news
--------------------------------------------*/
#news {
position: relative;
width: 90%;
margin: 0 auto 60px;
padding:30px;
box-sizing: border-box;
border-radius: 10px;
background-color: #003f73;
}
#news .section_wrap {
position: relative;
width: 100%;
margin: 0 auto;
}
#news .ttl_en {
display: block;
font-size:1.8rem;
font-weight: 800;
line-height: 1;
color: #FFF;
margin-bottom: 10px;
}
#news .section_wrap h2 {
font-size: .9rem;
font-weight: 600;
line-height: 1.6;
color: #FFF;
margin: 0 0 20px;
}
#news .section_wrap .news_wrap {
width: 100%;
height: 160px;
overflow-x: hidden;
margin: 0 auto 60px;
}
#news .section_wrap .news_wrap dl {
line-height: 1;
margin: 0 0 20px;
border-bottom: 1px solid rgba(255, 255, 255, .2);
padding-bottom: 16px;
box-sizing: border-box;
color: #FFF;
}
#news .section_wrap .news_wrap dl:last-child {
margin-bottom: 0;
}
#news .section_wrap .news_wrap dl dt {
position: relative;
width: 100%;
font-weight: 500;
margin-bottom: 10px;
}
#news .section_wrap dl dd {
position: relative;
width: 100%;
color: #FFF;
}
#news .section_wrap dl dd a {
text-decoration: underline;
color: #FFF;
}
/* about
--------------------------------------------*/
#about {
position: relative;
margin: 0 auto 60px;
overflow: hidden;
}
#about article {
overflow: hidden;
}
#about article .loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}
#about article .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 6rem;
font-weight: 100;
line-height: .9;
overflow: hidden;
color: #edf1f7;
}
#about article .loop_wrap div:nth-child(odd) {
animation: txtloop 70s -35s linear infinite;
}
#about article .loop_wrap div:nth-child(even) {
animation: txtloop2 70s linear infinite;
}
#about .section_wrap {
position: relative;
width: 90%;
margin: -50px auto 0;
}
#about .section_wrap .txt_box {
width:100%;
margin: 0 0 30px;
}
#about .ttl_en {
display: block;
font-size:2rem;
font-weight: 600;
line-height: 1;
margin-bottom: 10px;
}
#about .section_wrap .txt_box h2 {
font-size: .9rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 20px;
background: -webkit-linear-gradient(0deg, #20293b, #2d58ab);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#about .section_wrap .txt_box h3 {
font-size:1.2rem;
font-weight: 600;
line-height: 1.4;
margin-bottom:20px;
}

#about .section_wrap .txt_box .read_txt {
margin-bottom: 40px;
}

#about .section_wrap .txt_box .greeting{
width: 90%;
margin: 0 auto 30px;
}

#about .section_wrap .txt_box .greeting h4{
width: 100%;
font-size: 1.2rem;
font-weight: 600;
line-height: 1;
margin-bottom: 20px;
padding:10px 0;
box-sizing: border-box;
border-top: 1px solid rgb(8, 127, 186);
border-bottom: 1px solid rgb(8, 127, 186);
}

#about .section_wrap .txt_box .greeting .txt_box{
width:100%;
margin: 0 0 20px;
}

#about .section_wrap .txt_box .greeting .txt_box .txt{
margin-bottom:20px;
}

#about .section_wrap .txt_box .greeting .txt_box .name{
font-size: 12px;
font-weight: 500;
text-align: right;
}

#about .section_wrap .txt_box .greeting .txt_box .name span{
font-size: 16px;
margin-left: 10px;
}


#about .section_wrap .txt_box .greeting .img_box{
width: 55%;
margin: 0 auto 20px;
}

#about .section_wrap .txt_box .greeting .img_box img{
border-radius: .6rem;
}

#about .section_wrap .txt_box .cm_btn {
margin: 0 auto;
}
#about .section_wrap .img {
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: auto;
}
#about .section_wrap .img img {
border-radius: .46rem;
width: 30%;
}
/* overview
--------------------------------------------*/
#overview {
position: relative;
margin: 0 auto 60px;
padding:60px 0;
box-sizing: border-box;
overflow: hidden;
background: url("../images/index/bg_img.jpg") top center no-repeat;
background-size: cover;
border-radius: .6rem;
}
#overview article {
overflow: hidden;
position: relative;
z-index: 2;
}
#overview article .loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}
#overview article .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 6rem;
font-weight: 100;
line-height: .9;
overflow: hidden;
color: #edf1f7;
}
#overview article .loop_wrap div:nth-child(odd) {
animation: txtloop 70s -35s linear infinite;
}
#overview article .loop_wrap div:nth-child(even) {
animation: txtloop2 70s linear infinite;
}
#overview .section_wrap {
position: relative;
width: 90%;
margin: 0 auto;
z-index: 2;
}
#overview .section_wrap .txt_box {
width: 100%;
margin: 0 0 30px;
}
#overview .ttl_en {
display: block;
font-size:2rem;
font-weight: 600;
color: #FFF;
margin-bottom:10px;
line-height: 1;
}
#overview .section_wrap .txt_box h2 {
font-size: .9rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 30px;
color: #FFF;
}
#overview .section_wrap .txt_box .read_txt {
color: #FFF;
font-size: 1rem;
font-weight: 600;
margin-bottom: 40px;
}
#overview .section_wrap .txt_box .list {
margin: 0 0 30px;
}
#overview .section_wrap .txt_box .list li {
width: 100%;
background: #FFF;
padding: 15px;
box-sizing: border-box;
border-radius: .6rem;
margin-bottom: 15px;
}
#overview .section_wrap .txt_box .list li:last-child{
margin-bottom: 0;
}

#overview .section_wrap .txt_box .list li .s_img {
margin: 0 0 10px;
}
#overview .section_wrap .txt_box .list li .s_img img {
border-radius: 6px;
overflow: hidden;
}
#overview .section_wrap .txt_box .list li h3 {
text-align: center;
font-weight: 800;
margin: 0 0 10px;
line-height: 1.4;
color: #003f73;
}
#overview .section_wrap .txt_box .list li p {
font-size: 12px;
font-weight: 800;
text-align: center;
}
#overview .section_wrap .txt_box .cm_btn {
margin: 0 auto;
}
#overview .section_wrap .img {
width: 90%;
margin: auto;
}
#overview .section_wrap .img img {
border-radius: .6rem;
}

/* facilities
--------------------------------------------*/
#facilities {
position: relative;
width: 100%;
margin: 0 auto 60px;
padding:40px 5%;
box-sizing: border-box;
border-radius: .6rem;
background-color: #f1f4f8;
overflow: hidden;
}
#facilities .section_wrap {
position: relative;
width: 100%;
margin: 0 auto;
}
#facilities .ttl_en {
display: block;
font-size:2rem;
font-weight: 600;
margin-bottom: 10px;
line-height: 1;
text-align: center;
}
#facilities .section_wrap h2 {
font-size: .9rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 30px;
text-align: center;
}

#facilities .section_wrap .read_txt {
font-size: 1rem;
font-weight: 600;
margin-bottom: 40px;
}

#facilities .swiper4 {
width: 100%;
margin: 0px auto 30px;
position: relative;
overflow: hidden;
}
#facilities .swiper4 ul {
padding-bottom: 100px;
}
#facilities .swiper4 ul li {
position: relative;
}
#facilities .swiper4 ul li .hover_wrap {
overflow: hidden;
}
#facilities .swiper4 ul li .hover_wrap .img {
transition: all 0.7s ease;
border-radius: .6rem;
overflow: hidden;
}
#facilities .swiper4 ul li .txt {
position: relative;
}
#facilities .swiper4 ul li a .txt h4 {
font-size: 16px;
font-weight: 600;
text-align: center;
color: #1a1a1a;
margin: 5px 0;
}
#facilities .swiper4 ul li a .txt p {
font-size: 12px;
color: #1a1a1a;
}
#facilities .swiper4 .swiper-prev,
#facilities .swiper4 .swiper-next {
font-size: 0;
line-height: 0;
position: absolute;
bottom: 20px;
display: block;
border-radius: 50%;
width: 40px;
height: 40px;
border: 1px solid #0659a2;
text-align: center;
z-index: 5;
box-sizing: border-box;
}
#facilities .swiper4 .swiper-prev {
right: 20%;
}
#facilities .swiper4 .swiper-next {
right: 3%;
}
#facilities .swiper4 .swiper-prev::before, #facilities .swiper4 .swiper-next::before {
font-family: "";
font-size: 20px;
line-height:2;
opacity: 1;
color: #0659a2;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#facilities .swiper4 .swiper-prev::before {
content: "←";
}
#facilities .swiper4 .swiper-next::before {
content: "→";
}
#facilities .swiper4 .swiper-scrollbar {
position: unset;
width: 100%;
height: 3px;
background: #e9e9e9;
}
#facilities .swiper4 .swiper-scrollbar .swiper-scrollbar-drag {
background: #00488a;
}
#facilities .cm_btn {
margin: 60px auto 0;
}

/* flow
--------------------------------------------*/
#flow {
position: relative;
margin: 0 auto 60px;
}
#flow .flow_img {
width: 100%;
margin: 0;
}

#flow .flow_img img{
border-radius: 20px 20px 0 0;
}

#flow .bg {
position: relative;
width: 90%;
margin: -30px auto 0;
padding: 20px 5% 0;
background: #fff;
box-sizing: border-box;
border-radius: 20px 20px 0 0
}
#flow .ttl_en {
display: block;
font-size:2rem;
font-weight: 600;
margin-bottom:10px;
line-height: 1;
text-align: center;
}
#flow .section_wrap h2 {
font-size: .9rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 10px;
text-align: center;
}

#flow .section_wrap .read_ttl {
font-size: 1rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 20px;
text-align: center;
}

#flow .section_wrap .read_txt {
font-size: .9rem;
font-weight: 600;
margin-bottom: 20px;
text-align: center;
}

#flow .txt {
margin-top: 40px;
line-height: 2;
}

#flow .bg ul{
margin: 0 0 30px;
}

#flow .bg ul li {
width: 100%;
padding:15px;
border: 1px solid #00488a;
box-sizing: border-box;
border-radius: .6rem;
margin-bottom: 20px;
}

#flow .bg ul li:last-child{
margin-bottom: 0;
}
#flow .bg ul li .txtbox {
width:100%;
margin: 0 auto 20px;
}
#flow .bg ul li .txtbox h5 {
font-size: 1.6em;
margin-bottom: 10px;
}
#flow .bg ul li .txtbox h5 span {
position: relative;
display: table;
font-size: 0.9em;
padding: 0 40px 0 0;
}
#flow .bg ul li .txtbox h5 span::after {
content: '';
background: linear-gradient(90deg, #00488a, #087fba);
width: 30px;
height: 2px;
position: absolute;
top: 50%;
right: 0;
}
#flow .bg ul li .txtbox .txt {
margin-top: 40px;
line-height: 2;
}

#flow .bg ul li .txtbox .cm_btn{
margin-top: 20px;
}

#flow .bg ul li .imgbox {
width: 80%;
margin: auto;
}

#flow .box{
width: 80%;
background: rgba(0,0,0,.05);
margin: 0 auto 30px;
padding: 15px;
box-sizing: border-box;
border-radius: .6rem;
border: 1px solid #333;
}
#flow .box ul {
list-style: disc;
margin-left: 1rem;
}

#flow .box2{
width: 80%;
margin: 0 auto 60px;
}

#flow .box2 .box_inner{
width: 100%;
margin: 0 auto;
padding: 15px;
box-sizing: border-box;
border-radius: 10px;
border: 1px solid #333;
margin-bottom: 20px;
}

#flow .box2 .box_inner:last-child{
margin-bottom: 0;
}

#flow .box2 .box_inner h6{
font-size: .9rem;
line-height: 1;
margin: 0 0 10px;
}

#flow .box2 .box_inner p{
font-size: 12px;
}

/* faq
--------------------------------------------*/
#faq {
position: relative;
margin: 0 auto 60px;
padding: 30px 0 60px;
box-sizing: border-box;
overflow: hidden;
border-radius: 20px;
background: #003f73;
}
#faq article {
overflow: hidden;
margin:-45px 0 0px;
}
#faq article .loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}
#faq article .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 6rem;
font-weight: 100;
line-height: .9;
overflow: hidden;
color: rgba(255, 255, 255, .2);
}
#faq article .loop_wrap div:nth-child(odd) {
animation: txtloop 70s -35s linear infinite;
}
#faq article .loop_wrap div:nth-child(even) {
animation: txtloop2 70s linear infinite;
}
#faq .section_wrap {
position: relative;
width: 90%;
margin: 0 auto;
z-index: 2;
}
#faq .section_wrap .txt_box {
width: 100%;
margin: 0 auto;
}
#faq .ttl_en {
display: block;
font-size:2rem;
font-weight: 600;
margin-bottom:10px;
line-height: 1;
text-align: center;
color: #FFF;
}
#faq .section_wrap h2 {
font-size: .9rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 20px;
text-align: center;
color: #FFF;
}

#faq .section_wrap .txt_box .read_txt {
margin-bottom: 60px;
color: rgba(255, 255, 255, 1);
}

#faq .section_wrap .faq_list{
width: 100%;
margin: 0 auto 30px;
}

#faq .section_wrap .faq_list li{
width:100%;
padding: 20px;
box-sizing: border-box;
background: #FFF;
border-radius: 10px;
margin-bottom: 20px;
}

#faq .section_wrap .faq_list li:last-child{
margin-bottom: 0;
}

#faq .section_wrap .faq_list li h3{
position: relative;
padding-left: 25px;
font-size: 18px;
font-weight: 700;
line-height: 1.4;
margin-bottom: 20px;
padding-bottom: 10px;
box-sizing: border-box;
border-bottom: 1px solid #087fba;
color: #087fba;
}

#faq .section_wrap .faq_list li h3::before{
content: "Q";
position: absolute;
top: -3px;
left: 0;
font-size: 22px;
font-weight: 700;
}

#faq .section_wrap .faq_list li p{
position: relative;
padding-left: 20px;
}

#faq .section_wrap .faq_list li p::before{
content: "A";
position: absolute;
top: 5px;
left: 0;
font-size:18px;
font-weight: 700;
line-height: 1;
}

#faq .img {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
z-index: 2;
}

#faq .img img {
width: 25%;
}

/* access
--------------------------------------------*/
#access {
width: 90%;
position: relative;
margin: 0 auto 60px;
box-sizing: border-box;
overflow: hidden;
}

#access .section_wrap {
position: relative;
width:100%;
margin: 0 auto;
}

#access .ttl_en {
display: block;
font-size: 2rem;
font-weight: 600;
margin-bottom: 10px;
line-height: 1;
text-align: center;
}

#access .section_wrap h2 {
font-size: .9rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 30px;
text-align: center;
}

#access .map_wrap{
}

#access .map_wrap .txt_box{
width: 100%;
margin-bottom: 20px;
}

#access .map_wrap .txt_box dl{
margin: 0 0 50px;
}

#access .map_wrap .txt_box dl:last-child{
margin-bottom: 0;
}

#access .map_wrap .txt_box dl dt{
font-size:18px;
font-weight: 800;
line-height: 1;
margin:0 0 20px;
padding-bottom: 5px;
border-bottom: 1px solid #20293b;
}

#access .map_wrap .gmap{
width: 100%;
vertical-align: bottom;
}

#access .map_wrap .gmap iframe{
width: 100%;
}

/* reservation
--------------------------------------------*/
#reservation {
position: relative;
width: 94%;
margin: 0 auto 60px;
padding:40px 5%;
box-sizing: border-box;
border-radius:.6rem;
background-color: #f1f4f8;
}
#reservation .section_wrap {
position: relative;
width: 100%;
margin: 0 auto;
}
#reservation .ttl_en {
display: block;
font-size: 2rem;
font-weight: 600;
margin-bottom: 10px;
line-height: 1;
text-align: center;
}
#reservation .section_wrap h2 {
font-size:.9rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 30px;
text-align: center;
}
#reservation .section_wrap h3 {
text-align: center;
font-size: 18px;
line-height: 1.4;
margin: 0 0 20px;
letter-spacing: .05rem;
color: #087fba;
text-decoration: underline;
}

#reservation .section_wrap .txt {
text-align: center;
font-size: 12px;
font-weight: 800;
margin: 0 0 30px;
}

#reservation .section_wrap h4 {
text-align: center;
font-size:16px;
line-height: 1.4;
margin: 0 0 20px;
letter-spacing: .1rem;
color: #FFF;
background: #087fba;
padding: 10px;
box-sizing: border-box;
border-radius: 6px;
display: table;
}

#reservation .section_wrap ul{
width: 100%;
margin: auto;
}

#reservation .section_wrap ul li{
background: #FFF;
padding: 10px;
box-sizing: border-box;
border-radius: 6px;
margin-bottom: 10px;
font-size: 16px;
font-weight: 700;
line-height: 1.4;
}

#reservation .section_wrap ol li:last-child{
margin-bottom: 0;
}

#reservation .section_wrap .box{
width: 90%;
margin: 0 auto 40px;
background: #FF0000;
padding: 20px;
box-sizing: border-box;
border-radius: 10px;
}

#reservation .section_wrap .box h5{
font-size: 18px;
line-height: 1;
color: #FFF;
text-align: center;
margin: 0 0 20px;
}

#reservation .section_wrap .box p{
color: #FFF;
font-weight: 800;
}

#reservation .section_wrap .box2{
width: 90%;
background: #FFF;
margin: 0 auto 40px;
padding: 20px;
box-sizing: border-box;
border-radius: 10px;
border: 1px solid #333;
}

#reservation .flex_btn_list{
width:90% !important;
margin: 0 auto 60px !important;
}

#reservation .flex_btn_list li{
width:100%;
background:none !important;
padding: 0 !important;
margin-bottom:20px !important;
}

#reservation .flex_btn_list li:last-child{
margin-bottom: 0;
}

#reservation .form_wrap{
width:90%;
background: #FFF;
margin: 0 auto 30px;
padding: 15px;
box-sizing: border-box;
border-radius:6px;
border: 1px solid #333;
}


#reservation .com_table {
width:100%;
margin:0 auto 30px;
box-sizing: border-box;
}

#reservation .com_table tr:nth-child(2n-1){
background: rgba(0,0,0,.03)
}

#reservation .com_table th {
text-align: left;
font-weight: 500;
position: relative;
vertical-align: top;
display: block;
padding: 10px 10px 0;
box-sizing: border-box;
border-bottom: none;
}

#reservation .com_table th span {
font-size: 0.8em;
background: #e60216;
padding: 5px 10px;
color: #FFF;
font-style: normal;
margin-left: 10px;
line-height: 1;
}

#reservation .com_table td {
padding: 10px 10px 20px;
box-sizing: border-box;
position: relative;
display: block;
}


#reservation button[type="submit"],
#reservation input[type="submit"] {
background:  #333333;
border:  #333333 1px solid;
color: #FFF;
font-size: 1.2em;
line-height: 1.4;
padding: 15px 15px;
cursor: pointer;
transition: 0.5s;
}

#reservation button[type="submit"] span{
display: block;
}

#reservation button[type="submit"]:hover,
#reservation input[type="submit"]:hover {
background: #fff;
border: #333333 1px solid;
color:  #333333;
}

#reservation .submit:hover {
background: #fff;
border: #165aa2 1px solid;
color: #165aa2;
}

#reservation input[type="text"],
#reservation input[type="date"],
#reservation textarea,
#reservation select {
padding: 8px;
border: 1px solid #dddddd;
}

#reservation .w100 { width: 30%;}
#reservation .w240 { width: 90%;}
#reservation .w350 { width: 90%;}
#reservation .w540 { width: 90%;}
#reservation .w100p { width: 100%;}

#reservation .h_kome {
background:#7a6a56;
color: #fff;
display: inline-block;
font-size: 0.9em;
padding: 1px 10px;
}	

#reservation .reservation_link_btn01 a{
margin-top:30px;
margin-bottom:30px;
background: #333 none repeat scroll 0 0;
color: #fff;
display: inline-block;
padding: 10px 50px;
text-align: center;
text-decoration:none;
}

#reservation .reservation_link_btn01 a:hover{
opacity:0.8;
}

#reservation .btn_list{
width: 80%;
margin: 0 auto;
}

#reservation .btn_list li{
width: 100%;
padding: 0 !important;
background:none !important;
margin-bottom: 20px !important;
}

#reservation .btn_list li:last-child{
margin-bottom: 0;
}

#reservation .btn_list li .cm_btn{
width: 100%;
}

}