@charset "utf-8";
/* manual
========================================== */
.pcOnly {
    display: none;
}
.spOnly {
    display: none;
}
.tabOnly {
    display: block;
}
.pctabOnly {
    display: block;
}
.tabspOnly {
    display: block;
}
body {
    width: 100%;
    background-color: #ffffff;
    position: relative;
}
	
/* header
========================================== */
header {
transition: all 0.3s linear;
position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    padding: 0px 0%;
    background-color: transparent;
    height: auto;
    box-shadow: none;
    text-align: center;


box-sizing: border-box;}
header.fixed {
/* background-color:rgb(255 255 255 / 50%); */    
}
header .logo {
width: 25%;max-width: 100px;background-color: #fff;margin-left: 3%;padding: 10px 2%;}
header .logo a {
font-size: 11px;}
header .logo a img {
}
header nav {
width: 60%;}
header nav ul {
display: flex;justify-content: space-evenly;align-items: center;visibility: hidden;opacity: 0;transition: all 0.3s linear;background-color: rgb(255 255 255 / 90%);width: 60%;position: absolute;top: 10vh;left: 20%;height: 85vh;/* border-radius: 30px; */flex-direction: column;box-sizing: border-box;padding: 10vh;}
header nav ul.show {

visibility: visible;opacity: 1;}
header nav ul li {
width: 100%;}
header nav ul li a {
color: #333;font-size: 16px;font-weight: bold;padding: 3%;}
header nav ul li.btnReserve {
}
header nav ul li.btnReserve a {
border: solid 1px #333;
    padding: 3%;
    border-radius: 10px;display: inline-block;}

.btnMenu {
    cursor: pointer;
    position: fixed;
    top: 5px;
    right: 1%;
    /* max-width: 90px; */
    text-align: center;
    z-index: 100;
    transition: all 0.3s linear;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #e95298;
    /* visibility: hidden; */
    /* opacity: 0; */
    
/* border-radius: 50%; */}


.btnMenu.fixed {
    visibility:visible;
    opacity:1;

}
.btnMenu span {
    position: absolute;
    display: block;
    top: 23px;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ffffff; 
    transition: all 0.3s ease-out;
}

.btnMenu span:nth-of-type(2) {
    top: 34px;
    background: #ffffff;
}

.btnMenu span:nth-of-type(3) {
    top: 45px;
    background: #ffffff;
}

.btnMenu em {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 0;
    text-align: center;
}

.btnMenu.vew {
    background-color: #e95298;
    visibility: visible;
    opacity: 1;
}

.btnMenu.vew span:nth-of-type(1) {
    top: 34px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    /* background: #fff100; */
}

.btnMenu.vew span:nth-of-type(2) {
    display: none;
}

.btnMenu.vew span:nth-of-type(3) {
    top: 34px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    /* background: #fff100; */
}

.btnMenu.vew em {
    /* color: #fff100; */
}



/* gmenu
========================================== */












.conw {
    width: 100%;
    background-color: #f7f7f7;
}
.top .conw {
}
.con {
    width: 100%;
    /* max-width: 1500px; */
    padding: 0px 0 0px;
    margin: 0 auto;
    position:  relative;
    /* border-bottom:  solid 1px #cccccc; */
    background-color:  #ffffff;
}
.block {
    max-width: 1100px;
    margin: 0 auto;
    width: 98%;
box-sizing: border-box;}
.panw {
    background-color: rgb(0, 56, 26);
}
.pan {
    text-align: right;
    font-size: 11px;
    color: #000000;
    padding: 5px 0;
    width: 100%;
    /* max-width: 1300px; */
    margin: 0 auto;
}
.pan a {
    color: #0381cd;
}

.left {
    float: left;
}
.right {
    float: right;
}
.inner {
    padding: 10px 10px;
}
.cat{
    font-size:36px;
    font-weight:bold;
    margin-bottom: 50px;}
.txt {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.875;
}
.txt strong{
    background-color:#fffcd5;
}
.bold{
    font-weight:bold;
}
.red{
    color:#e86761;
}

.txt a,
.chu a{
    color:#0381cd;
    text-decoration:underline;
}

.txt a i{
    font-size:inherit;
    vertical-align: initial;
}


.img{
    position:relative;
    text-align: center;
    margin-bottom: 10px;
}


.btn{
    
    max-width: 360px;
    width: auto;
    
    
    
    
    display: block;
    
    
    text-align: left;
    font-size: 16px;
    margin: 20px auto;
    position: relative;
    
    color: #ffffff;
    /* border-radius: 20px; */
    
    transition: all 0.3s linear;
    text-decoration: none;
}


.btn::after{content: "";position:absolute;top:50%;margin-top:-5px;right:10%;display: inline-block;width: 30px;height: 7px;border-right: 2px solid #ffffff;border-bottom: 1px solid #ffffff;transform: skewX(45deg);transition: all 0.3s linear;}
.btn:hover::after{
    right: 6%;
    border-right: 2px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
}

.btn i{font-size: 23px;margin-left: 20px;line-height:  1;vertical-align: middle;}
/*.btn::before{
    font-family: 'Material Icons';content: "\f1df";position:absolute;top: 50%;right: 25px;margin-top: -10px;font-size: 20px;color: #ffffff;display:  inline-block;line-height: 1;
}*/



.chu {
    font-size: 12px;
    color: #666666;
    text-align: left;
    line-height: 1.3;
    padding: 10px 0;
}

.cap {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.4588235294117647);
    color: #ffffff;
    padding: 2px 5px 2px;
    width:auto;
    text-align: right;
    font-size: 12px;
    display: block;
}








footer {
/* padding: 80px 0; */width: 100%;margin-left: 0px;}
footer .secFooter {
/* display: flex; *//* justify-content: space-between; *//* flex-direction: column; */}
footer .secFooter .contact {
text-align: center;padding: 80px 0 50px;}
footer .secFooter .contact .logo {
    margin-bottom:30px;
}
footer .secFooter .contact .logo a {
margin-bottom: 20px;display: inline-block;
    font-weight: bold;
    font-size: 18px;/* background-color: #fff; */padding: 30px;}
footer .secFooter .contact a img {
}
footer .secFooter .contact p.txt {
margin-bottom: 50px;}
footer .secFooter .contact p.copy {
}

footer::after {
   content:"";
    position:absolute;
    height: 85%;
    width:100%;
    background: #fff;
    display:block;
    bottom:0;
    left:0;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    z-index: 0;
}


.copy {
    font-size: 11px;
    
    text-align: center;
    
}
.page_top {
    margin-top: 5px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    color: #ffffff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    height: 40px;
    width: 40px;
    padding: 12px 7px 3px 7px;
    font-size: 24px;
    cursor: pointer;
}
.page_top i{
    font-size: 30px;
    line-height: 1;
}



.main{
}
.sec{padding: 50px 0;}


main{
    position:relative;
}
main .title{
    position: absolute;
    z-index: 2;
    display: block;
    /* bottom: 6vw; */
    /* left: 5%; */
    transition: all 0.3s linear;
    color: #fff;
width: 50%;background-color: rgb(0 0 0 / 40%);text-align: center;padding: 40px 3%;}


main .title h1.ttl{
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
main .title h1.ttl span{
    font-size:80%;
}
main .title .txt
{}
main img{
height: 100vh;
    width: auto;
    max-width: none;
}

h1.ttl{
}
h2.ttl{text-align: center;padding: 5px 15px 1px;font-size: 30px;margin-bottom: 50px;letter-spacing: 2px;}
h2.ttl span{
    font-size:50%;
}

h3.ttl{
    font-size: 20px;

    border-bottom: solid 1px #ccc;

    margin-bottom: 30px;
    
    padding: 20px 0;}
h3.ttl + div{
    margin-bottom:30px;
}


h4.ttl{
    font-size: 16px;
    color: #000000;
    /* border-bottom: solid 1px #0381cd; */
    /* font-weight: normal; */
    margin-bottom: 10px;
    position:relative;
    padding-left:25px;
}
h4.ttl::before{
    content:"\e836";
    font-family: "Material Icons";
    position:absolute;
    left: 0px;
    top: 2px;
    font-size: 20px;
    color: #0381cd;
    display:  inline-block;
}


table {
    margin-bottom: 20px;
    width: 100%;
}

table tr {
}
table tr.total {
    background-color:#ffffc8;
    color:#000000;
}
table tr th,
table tr td {
    vertical-align:  middle;
    padding: 15px 3%;
    border-bottom: solid 2px #cccccc;
    font-size: 16px;}


table tr th {

    width: 25%;
    border-bottom: solid 2px #e95298;

    border-right: solid 3px #ffffff;font-weight: bold;}
table tr td {text-align:left;}




/* top
========================================== */


.secInfo {
    /* background-color:#e9e9e9; */
width: 70%;margin: -70px auto 50px;position: relative;z-index: 2;/* box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 50%); */}

.secInfo .ttl{
    background-color:#fff;
    display:inline-block;
    padding: 6px 15px 0;

font-size: 14px;vertical-align: middle;}
.secInfo .ttl i{

vertical-align: middle;font-size: 20px;}

.secInfo ul.infoBox {
background-color: #fff;padding: 20px 5%;box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);}
.secInfo ul.infoBox li {}
.secInfo ul.infoBox li a {}
.secInfo ul.infoBox li a p.date {}
.secInfo ul.infoBox li a p.title {}
.secInfo ul.infoBox li a p.title span {}

.infoBox {
background-color: #fff;padding: 20px 3%;}
.infoBox li {
border-bottom: dotted 1px #ccc;}
.infoBox li a {
display: flex;
    align-items: center;
    /* font-weight: bold; */font-size: 16px;padding: 10px 0;}
.infoBox li a p.date {
margin-right: 3%;font-size: 16px;}
.infoBox li a p.title {
font-size: 16px;font-weight: bold;}
.infoBox li a p.title span {
    display: inline-block;
    padding: 0 5px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
    background-color: #ffdbec;
}
.secInfo a.btn {
}


.secFcon {
    
background: url(../img/slide02.jpg) top center no-repeat;background-size: cover;
position:relative;padding: 300px 0 80px;}


.secFcon::after {
   content:"";
    position:absolute;
    height: 85%;
    width:100%;
    background: #fff;
    display:block;
    bottom:0;
    left:0;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    z-index: 0;
}

.secFcon p.cat {
}
.secFcon p.txt {
text-align: center;margin-bottom: 50px;}
.secFcon a.btn {
}


.secRoom {
/* padding: 0; */}
.secRoom .bx-wrapper {
}
.secRoom .bx-wrapper .bx-viewport {
}
.secRoom .bx-wrapper .bx-viewport ul.bxsliderGallery {
}
.secRoom .bx-wrapper .bx-viewport ul.bxsliderGallery li {
}
.secRoom .bx-wrapper .bx-viewport ul.bxsliderGallery li img {
}

.secPlan{}

.secEquip {
}
.secEquip h2.ttl {
}
.secEquip .sec01.lstEquip {
display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.secEquip .sec01.lstEquip li {
width: 30%;margin: 0 1% 30px;box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);}
.secEquip .sec01.lstEquip li img {
}
.secEquip .sec02 {
}
.secEquip .sec02 h3.ttl {
}


.secEquip .sec02 ul.lstEquipOth {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */}
.secEquip .sec02 ul.lstEquipOth li {
width: 31%;
    margin: 0 1% 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);display: flex;padding: 10px 2%;box-sizing: border-box;align-items: center;font-size: 18px;}
.secEquip .sec02 ul.lstEquipOth li img {
margin-right: 20px;}


.secOutline{}


.secAccess {
}
.secAccess h2.ttl {
}
.secAccess .sec01 {
display: flex;flex-direction: column;flex-wrap: wrap;}
.secAccess .sec01 .gmap {
width: 100%;}
.secAccess .sec01 .gmap iframe {
width: 100%;}
.secAccess .sec01 .address {
width: 100%;background: url(../img/bgGmap.jpg) center center no-repeat;background-size: cover;display: flex;align-items: center;justify-content: center;flex-direction: column;height: 300px;}
.secAccess .sec01 .address p.txt {
color: #fff;text-align: center;}
.secAccess .sec01 .address a.btn {
width: 40%;}


/* news
========================================== */
.news{

}
.detInfo {
    background-color:#fff;
    box-sizing: border-box;padding: 50px 5%;
}
.detInfo .date{text-align: center;font-size: 16px;font-weight: bold;margin-bottom: 30px;}
.detInfo .title{text-align: center;}
.detInfo .title span{display: inline-block;
                     padding: 0 5px;
                     border-radius: 5px;
                     font-weight: normal;
    font-size: 14px;
        background-color: #ffdbec;}
.detInfo h2.ttl{}

.linkInfo {
    text-align:center;
}


/*============================
_print
============================*/
@media print {

}