@charset "UTF-8";



/* for SP
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 900px) {


/* base contents
-------------------*/
.spDisp {
display: block!important;
}

#Nav nav ul li a::before{
	font-size: 20px!important;
	display: block;
}

.Menu{
	height: 50px!important;
	width: 50px!important;
}
.Menu span {
    width: 23px!important;
    left: 14px!important;
}

.Menu small{
	bottom: 0px;
	letter-spacing: 0.1em;
}

.Menu span:nth-of-type(1) { top: 15px!important; }
.Menu span:nth-of-type(2) { top: 23px!important; }
.Menu span:nth-of-type(3) { top: 31px!important; }

.Menu.active span:nth-of-type(1) {
	top: 11px!important;
}

#header .hdInfo {
display: block;
}

#header .hdInfo .hospital{
font-size: 10px;
padding: 10px 0 10px 10px;
width: 100%;
text-align: center;
}

#header .hdInfo .hospital small {
font-size: 10px;
}
#header .hdInfo h1 {
font-size: 16px;
letter-spacing: 0.15em;
padding: 0;
width: 100%;
}

/*contents*/
#contents {
	margin:0 auto;
	width:100%;
}
#main {
	float:none;
	margin: 0 3%;
	width:auto;
}
#sideNav {
	float:none;
	margin: 40px 3% 0;
	max-width: 100%;
	width:auto;
}




/* indent
-------------------*/
body{
font-size: 13px;
font-size: 1.3rem;
letter-spacing: 0.15em;
}
.bgFixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.is-sp{ display: block!important;}
.is-pc{ display: none!important;}
.spImg{ max-width: 100%;}
a.spTel{
	color: #96d1df;
	pointer-events: auto;
	text-decoration: underline;
}


/* section
-------------------*/

section{
}
.scInr, .scInrS, .scInrW{
	float:none;
	margin: 0 3%;
	width:auto;
}



/* compo parts
-------------------*/

/*btn*/
.bscBtn01 a {
	display: block;
	padding: 20px 5%;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

/*box*/
.bscBox01{
	padding:5%;
}
.bscBox02{
	padding:5%;
}

/*table*/
.tblScroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.tblScroll table {
	-webkit-overflow-scrolling: touch;
	margin-bottom: 0;
	width: 1000px!important;
}

.bscTbl01 table th,
.bscTbl01 table td {
	display: block;
	font-size: 1.1rem;
	padding:10px 3%;
	width: 100%!important;
}
.bscTbl01.tblScroll table th,
.bscTbl01.tblScroll table td {
	display: table-cell;
}
.tblScroll {
	padding-bottom: 5px;
}
.tblScroll::before {
	content: '※横スクロールができます。';
	display: block;
	margin-bottom: 10px;
}

/*float*/
.fltL, .fltR{
	float: none;
}
.fltImgL,
.fltImgR {
	float:none;
	margin:0;
	text-align: center;
}
.fltImgL img,
.fltImgR img{
	max-width: 100%;
	margin-bottom: 5px;
}



/*topcontrol*/
#topcontrol{
    bottom: 0!important;
    right: 0!important;
	left: 0!important;
}
#topcontrol a{
width: 100%!important;
border-radius: 0;
padding: 20px 0;
}

#topcontrol a:before {
font-size: 12px;
}

#footer{
padding-bottom: 60px;
}

#footer dl {
margin-bottom: 30px;
}
#footer dl dd {
    letter-spacing: 0.1em;
}
#copyright {
    letter-spacing: 0;
}
.spHide {
display: none;
}

/* pager
-------------------*/

.pager a::before,
.pager a::after {
	display: none;
}

/* top
-------------------*/
#mv {
    height: 80vh;
	text-align:right;
	margin-bottom: 0;
	}
.mvTxt{
position: inherit;
right:inherit;
top: inherit;
  transform:none;
 -webkit- transform:none;
 letter-spacing: 0.3em;
 margin-bottom: 20px;
}
.txt01 {
    font-size: 22px!important;
	font-weight: 300;
	text-align: center;
}
.txt02 {
    font-size: 13px!important;
	text-align: center;
}

.mvInr {
    background:url('../../images/bg.gif') left 80px no-repeat;
        background-position-x: left;
        background-position-y: 150px;
        background-size: auto;
    background-size: 100% auto;
    padding-bottom: 100px;
 /*   margin-bottom: 80px;*/
}

.slider{
padding: 65px 0 25px 0;
width: 95%;
}
#svg-animation {
    position: inherit;
    bottom: 95px;
    right: inherit;
    width: 65vw;
}

.box {
  width: 300px;
  height: 300px;
  margin: calc(50vh - 150px) auto;
  border-radius: 5px;
  box-shadow: 0 2px 30px #999;
  background: #fff;
  position: relative;
  overflow: hidden;
}

/* アニメーション設定 */
.arrowWrap {
  position: absolute;
left: -30px;
top: 65vh;
  height: 200px
}

.arrowInner p {
  font-size: 12px;
  color: #333;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: 'Cormorant Garamond', serif;
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #555;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

.mainTxt {
    width: 90%;
}
.mainTxt p {
padding-left: 30px;
}


.infoArea h2 {
font-size: 22px;
margin-bottom: 60px;
}
.infoArea ul li .infoInr {
    display: block;
}

.infoArea ul li .infoInr div {
    width: 90%;
    margin: 0 auto;
}

.Img img {
    border-radius: 10px;
}
.infoArea ul li:nth-child(even) .Img img {
    border-radius:10px;
}
.Img table {
width: 100%!important;
}

.infoTxt {
    padding: 20px 0;
    box-sizing: border-box;
}

.infoArea ul li:nth-child(even) .infoTxt {
    padding: 20px 0;
}

.infoArea ul li {
background-position: left 150px ;
    background-size: cover;
	}

.cTxt {
    font-size: 15px;
	letter-spacing: 0.3em;
}

#lastArea {
    padding: 60px 0;
}

.infoTxt h3 {
display: none;
}

.infoArea ul li h3 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.12em!important;
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
}

.infoArea ul li h3 span {
    font-size: 10px;
    font-family: 'Cormorant Garamond', serif;
    display: block;
    margin-bottom: 5px;
}

.Img table th {
    font-size: 10px;
    font-weight: 700;
}

.Img table td {
    font-size: 13px;
	padding: 10px 12px;
}


.arrowBtn a:after {
    right: -1px;
	bottom: 3px;
	}

.arrowBtn a:hover {
 padding: 10px 60px 10px 20px;
}

/* detail page
-------------------*/
.roomWrap section {
margin-bottom: 30px;
}
#inrMv {
width: 95%;
}
.inrSlider {
margin-bottom: 60px!important;
}
.inrSlider img {
    border-radius: 12px;
}
.roomHead span {
    font-size: 14px;
    margin-bottom: 6px;
}

.roomHead {
    font-size: 24px;
	margin-bottom: 40px;
	}

.roomInfo p.slogan {
    font-size: 20px;
	font-weight: 500;
	}

.roomInfo p {
    margin-bottom: 20px;
	}


.roomInfo {
padding-bottom: 10px;
border-bottom:none;
}

.roomDetail {
width: 90%;
flex-wrap: wrap;
flex-direction: column-reverse;
}
.fpImg {
width: 100%;
}
.rdTbl {
width: 100%;
padding-top: 0;
margin-bottom: 20px;
}


.rdTbl th {
    background: #eee;
}

.rdTbl th, .rdTbl td {
    width: 100%;
    display: block;
}
.otherHead {
    font-size: 20px;
    margin-bottom: 30px;
}
.orList {
width: 100%;
}
.orList ul {
    display: block;
}

.orList ul li {
width: 100%;
}
.orList ul li:nth-child(1){
background: #f9f2eb;
}
.orList ul li:nth-child(2){
background: #f7e4cf;
}
.orList ul li:nth-child(3){
background: #f2d5b4;
}
/*.orList ul li a {
display: flex;
justify-content: space-between;
align-items: center;
}
.orList ul li a:active {
display: flex;
justify-content: space-between;
}
*/
.orList ul li a {
display: block;
}
.orList ul li a:active .orImg{
margin: 0!important;
}
.orList ul li a:active .h3{
margin: 0!important;
}
.orImg {
width: 50%;
margin-bottom: 0;
line-height: 0!important;
display: inline-block;
vertical-align: middle;
}
.orImg img {
border-radius: 0;
}

.orList ul li h3 {
width: 48%;
font-size: 14px;
font-weight: 500;
margin-bottom: 0;
display: inline-block;
vertical-align: middle;
}
.orList ul li h3 span {
font-size: 10px;
}

/* amenity page
-------------------*/
.mainAmenity {
padding-bottom: 0;
}
.mainAmenity ul {
display: block;
}
.mainAmenity ul li {
    width: 100%;
	margin-bottom: 40px;
}
.otherAmenity {
padding-bottom: 40px;
}
.otherAmenity dt{
font-size: 22px;
}

.otherAmenity ul li {
	margin-right: 0;
    margin-bottom: 10px;
    font-size: 13px;
}

.tab-group li {
    padding: 12px 9px;
    margin: 0 2px;
}
.otherAmenity li {
    width: 49%;
	margin-right: 1%;
	}
.otherAmenity li:nth-child(even){
margin-right: 0;
}
.otherAmenity li dl dt {
    font-size: 14px;
}
.otherAmenity li dl dd {
    font-size: 12px;
	}

}

/*SP END*/

