/*=== common ===*/
body {font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; background: #fff; position: relative;}
ul {list-style: none; margin: 0; padding: 0;}
a {display: block;}
p {line-height: 1.5;}
.tCenter {text-align: center;}
#menuLeft {width: 320px; position: fixed; top: 0; left: 0; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); z-index: 50; background: #fff;}
#main {padding-left: 320px; padding-bottom: 40px;}
#mCSB_1_scrollbar_vertical {width: 5px; z-index: 99;}
#footer {padding-left: 320px; position: absolute; bottom: 0; right: 0;}
.subpage {background: url(/img/bg_page.png) repeat-y center top; background-size: 100% auto;}
.tit_page {
	margin: 0;
	color: #fff;
	height: 105px;
	background: url(/img/bg_tit.jpg) no-repeat center center;
	background-size: cover;
}
.tit_page p {display: flex; align-items: center; height: 100%; margin: 0; font-size: 30px; padding-left: 20px;}
.tit_page p img {margin-top: -5px; max-width: 72px;}
.subpage .breadcrumb {padding: 0 0 0 40px; margin-bottom: 40px; background: #fffcd7; border-radius: 0; height: 27px;}
.subpage2 {background: url(/img/bg_page.png) center top;  height: 80px;}
.breadcrumb li, .breadcrumb li a {color: #00a4c7; font-size: 15px; line-height: 27px;}
.breadcrumb > li + li:before {color: #00a4c7; content: "> "; padding: 0 5px;}
.subpage .cont {padding: 0 40px;}
.sp-show {display: none;}
.fRight {float: right;}
.cent_vert {display: flex; align-items: center;}
.t_bold {font-weight: bold;}
.t_normal {font-weight: normal !important;}
.t_blue {color: #1e6eae !important;}
.t_cent {text-align: center;}
.t_just {text-align: justify;}
.t_right {text-align: right;}
.f_size14 {font-size: 14px !important;}
.f_size18 {font-size: 18px !important;}
.f_size20 {font-size: 20px !important;}
.f_size40 {font-size: 40px !important;}
.mTop3 {margin-top: 3px !important;}
.mTop40 {margin-top: 40px !important;}
.mTop49 {margin-top: 49px !important;}
.mTop50 {margin-top: 50px !important;}
.mTop70 {margin-top: 70px !important;}
.m-0 {margin: 0 !important;}
.mBot0 {margin-bottom: 0 !important;}
.mBot4 {margin-bottom: 4px !important;}
.mBot5 {margin-bottom: 5px !important;}
.mBot10 {margin-bottom: 10px !important;}
.mBot13 {margin-bottom: 13px !important;}
.mBot15 {margin-bottom: 15px !important;}
.mBot18 {margin-bottom: 18px !important;}
.mBot20 {margin-bottom: 20px !important;}
.mBot30 {margin-bottom: 30px !important;}
.mBot40 {margin-bottom: 40px !important;}
.mBot120 {margin-bottom: 120px;}
.mLeft15 {margin-left: 15px;}
.pTop25 {padding-top: 25px !important;}
.pBot0 {padding-bottom: 0 !important;}
.img100 {width: 100%;}
.img75 {width: 75% !important;}
.img50 {width: 50%;}
.lHeight10 {line-height: 10px !important;}
.lHeight20 {line-height: 20px !important;}
.lHeight30 {line-height: 30px !important;}
.tShadow {text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;}
.sns {text-align: center; margin-bottom: 30px;}
.sns a {display: inline-block; transition: 0.25s;}
.sns a:not(.youtu_ic) img {width: 46px;}
.sns .youtu_ic img {height: 46px;}
.sns a + a {margin-left: 20px;}
.sns a:hover {opacity: 0.7;}

.sns2 {text-align: center; margin-bottom: 0px;}
.sns2 a {display: inline-block; margin:15px 50px 15px 10px; transition: 0.25s;}
.sns2 a:not(.youtu_ic) img {width: 46px;  display: block; position: absolute;}
.sns2 .youtu_ic img {height: 46px; display: block; position: absolute;}
.sns2 a + a {margin-left: 20px;}
.sns2 a:hover {opacity: 0.7;}
/*=== common ===*/

/*=== menu left + footer ===*/
.btnMenu {display: none;}
.menu {font-size: 15px; overflow: visible; height: 100%; background: url(/img/menu_bg.jpg) repeat-y center top, #fff;}
.menu p {color: #1e6eae;}
.menu .logo + p {margin-bottom: 15px;}
.menu .logo img {width: 100%;}
#menuLeft .menu nav {display: block;}
.menu nav ul {margin-bottom: 25px;}
.menu nav ul li {margin-bottom: 10px; position: relative;}
.menu nav ul li:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 164, 199, 1);
	mix-blend-mode: multiply;
}
.menu nav ul li a {color: #fff; height: 44px; display: flex; align-items: center; position: relative; z-index: 1;}
.menu nav ul li a:before {
	content: "";
	width: 72px;
	height: 100%;
	background-size: 72px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.menu nav ul li:first-child a:before {background-image: url(/img/menu_icon_00.png);}
.menu nav ul li:nth-child(2) a:before {background-image: url(/img/menu_icon_01.png);}
.menu nav ul li:nth-child(3) a:before {background-image: url(/img/menu_icon_02.png);}
.menu nav ul li:nth-child(4) a:before {background-image: url(/img/menu_icon_02.png);}
.menu nav ul li:nth-child(5) a:before {background-image: url(/img/menu_icon_03.png);}
.menu nav ul li:nth-child(6) a:before {background-image: url(/img/menu_icon_04.png);}
.menu nav ul li:nth-child(7) a:before {background-image: url(/img/menu_icon_11.png);}
.menu nav ul li:nth-child(8) a:before {background-image: url(/img/menu_icon_10.png);}
.menu nav ul li:nth-child(9) a:before {background-image: url(/img/menu_icon_05.png);}
.menu nav ul li:nth-child(10) a:before {background-image: url(/img/menu_icon_06.png);}
.menu nav ul li:nth-child(11) a:before {background-image: url(/img/menu_icon_07.png);}
.menu nav ul li:nth-child(12) a:before {background-image: url(/img/menu_icon_08.png);}
.menu nav ul li:nth-child(13) a:before {background-image: url(/img/menu_icon_09.png);}
.menu nav ul li:first-child:hover a:before, .menu nav ul li.act:first-child a:before {background-image: url(/img/menu_icon_00a.png);}
.menu nav ul li:nth-child(2):hover a:before, .menu nav ul li.act:nth-child(2) a:before {background-image: url(/img/menu_icon_01a.png);}
.menu nav ul li:nth-child(3):hover a:before, .menu nav ul li.act:nth-child(3) a:before {background-image: url(/img/menu_icon_02a.png);}
.menu nav ul li:nth-child(4):hover a:before, .menu nav ul li.act:nth-child(4) a:before {background-image: url(/img/menu_icon_02a.png);}
.menu nav ul li:nth-child(5):hover a:before, .menu nav ul li.act:nth-child(5) a:before {background-image: url(/img/menu_icon_03a.png);}
.menu nav ul li:nth-child(6):hover a:before, .menu nav ul li.act:nth-child(6) a:before {background-image: url(/img/menu_icon_04a.png);}
.menu nav ul li:nth-child(7):hover a:before, .menu nav ul li.act:nth-child(7) a:before {background-image: url(/img/menu_icon_11a.png);}
.menu nav ul li:nth-child(8):hover a:before, .menu nav ul li.act:nth-child(8) a:before {background-image: url(/img/menu_icon_10a.png);}
.menu nav ul li:nth-child(9):hover a:before, .menu nav ul li.act:nth-child(9) a:before {background-image: url(/img/menu_icon_05a.png);}
.menu nav ul li:nth-child(10):hover a:before, .menu nav ul li.act:nth-child(10) a:before {background-image: url(/img/menu_icon_06a.png);}
.menu nav ul li:nth-child(11):hover a:before, .menu nav ul li.act:nth-child(11) a:before {background-image: url(/img/menu_icon_07a.png);}
.menu nav ul li:nth-child(12):hover a:before, .menu nav ul li.act:nth-child(12) a:before {background-image: url(/img/menu_icon_08a.png);}
.menu nav ul li:nth-child(13):hover a:before, .menu nav ul li.act:nth-child(13) a:before {background-image: url(/img/menu_icon_09a.png);}
.menu nav ul li:nth-child(14) {background-color: rgba(30, 110, 174, 1);}
.menu nav ul li:hover a, .menu nav ul li.act a {background: rgba(255, 255, 255, 0.84); text-decoration: none; color: #00a4c7;}
.menu nav + p {padding: 0 20px; color: #505050; font-size: 15px;}
.menu .tel {padding: 0 20px; font-size: 22px; font-weight: bold;}
.menu .tel + .tel {padding-bottom: 10px;}
.menu .tel i {font-size: 30px;}
#footer {width: 100%; height: 40px;}
#footer p.copyright {background: #1e6eae; display: flex; align-items: center; text-align: center; color: #fff; font-size: 14px; height: 40px; width: 100%; margin-bottom: 0;}
#footer p.copyright span {display: block; text-align: center; width: 100%;}
#footer .menu {display: none;}
/*=== menu left + footer ===*/

/*=== home ===*/
.home .contain{
	background-image: url(/img/img_01.png), url(/img/bg00.png);
	background-repeat: no-repeat, no-repeat;
	background-size: 27% auto, 100% auto;
	background-position: 96% 60px, center top;
}
.contain {padding: 30px 20px 0;}
.tit {position: relative; margin: 0 0 30px; padding: 0 10px;}
.tit span {position: absolute; z-index: -1; top: 0; left: 0; opacity: 0;}
.info {padding-left: 35px;}
.info p {line-height: 32px; font-size: 16px; color: #1e6eae;}
.facebook_cont {margin-top: 40px; padding-bottom: 40px;}
.youtube_cont {margin-top: 40px;}
.youtube_cont iframe {max-width: 100%;}
.info img {width: 100%;}
/*=== home ===*/

/*=== sub page ===*/
h1.tit img {max-width: 755px; width: 100%;}
h2.tit img {
    max-width: 755px;
    width: 100%;}

h2 {font-size: 26px; color: #1e6eae; font-weight: bold; margin: 0 0 30px; position: relative;}
h2 b {font-weight: normal; font-size: 25px; line-height: 2.5;}
h2.h2Tit {height: 66px;}
h2.h2Tit span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
}
h3.tit img {max-width: 800px; width: 100%;}
h4.tit img {max-width: 755px; width: 100%;}
.desTit {font-size: 14px; color: #505050; display: block; padding-top: 10px;}
.cont p {color: #505050; font-size: 14px; line-height: 1.5;}
.cont {margin-bottom: 50px;}
.cont .description > div p br {margin-bottom: 10px;}
.border_bot_dash {border-bottom: dashed 1px #1e6eae; padding-bottom: 40px;}
h2 .time {
	display: inline-block;
	height: 44px;
	border-radius: 22px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 44px;
	margin: 0 0 0 20px;
	padding: 0 10px;
	background: #1e6eae;
	vertical-align: 5px;
}
h2 .time img {vertical-align: -8px;}
h2 span {font-size: 16px; font-weight: normal; vertical-align: 5px;}
h2 .time_sty2 {
    display: inline-block;
    height: 34px;
    line-height: 14px;
    font-size: 16px;
    font-weight: bold;
    color: #1E6EAE;
    margin-bottom: 0;
}
.colBlue {color: #1E6EAE;}
.shortstay-Fee .item > div {border-style: solid; border-width: 1px; text-align: center;}
.shortstay-Fee .item > div h3 {margin: 0; color: #fff; font-size: 28px; font-weight: bold; line-height: 53px;}
.shortstay-Fee .item > div p {background: #fff; padding: 20px 0 15px; color: #505050; font-size: 18px; margin-bottom: 0;}
.shortstay-Fee .item > div p span {display: block; line-height: 40px;}
.shortstay-Fee .item > div p b.price {color: #ff4740; font-size: 41px; vertical-align: -8px; margin-left: 10px;}
.shortstay-Fee .item:nth-child(1) > div {border-color: #1e6eae;}
.shortstay-Fee .item:nth-child(1) > div h3 {background-color: #1e6eae;}
.shortstay-Fee .item:nth-child(2) > div {border-color: #1e9bae;}
.shortstay-Fee .item:nth-child(2) > div h3 {background-color: #1e9bae;}
.shortstay-Fee .item:nth-child(3) > div {border-color: #1ec9b9;}
.shortstay-Fee .item:nth-child(3) > div h3 {background-color: #1ec9b9;}
dl.add {color: #505050;}
dl.add dt, dl.add dd {float: left; margin-bottom: 25px;}
dl.add dt {clear: left; width: 85px; text-align: justify;}
.tb-style1 {width: 100%; max-width: 650px;}
.tb-style1 th {background: #1e6eae; color: #fff; font-size: 20px; border-right: solid 1px #fff; border-bottom: solid 1px #fff; text-align: center; line-height: 42px;}
.tb-style1 tr th:first-child {text-align: left; padding-left: 20px;}
.tb-style1 tr:first-child th:first-child {background: none; border: none;}
.tb-style1 tr td {color: #505050; font-size: 17px; text-align: center; border: solid 1px #9a9a9a;}
.tb-style1 tr:nth-child(odd) td {background: #f5f5f5;}
.tb-style1 tr:nth-child(even) td {background: #fff;}
.hotel-price {margin-bottom: 30px;}
.hotel-price .item {margin-bottom: 30px; float: none; display: inline-block; margin-right: -3px; vertical-align: top;}
.hotel-price .item h3 {text-align: center; margin: 0 0 15px; height: 80px; color: #fff;}
.hotel-price.newht .item h3 {margin-bottom: 0;}
.hotel-price.newht .item dl:before, .hotel-price.newht .item dl:after {content: ""; display: table;}
.hotel-price.newht .item dl:after {clear: both;}
.hotel-price.newht .item dl {margin-bottom: 0;}
.hotel-price.newht .item dl dd {color: #fff; font-size: 15px; position: relative; min-height: 80px;}
.pri02 dl {background: #1e9bae;}
.pri03 dl {background: #1ec9b9;}
.pri04 dl {background: #f5da49;}
.hotel-price.newht .item dl dt, .hotel-price.newht .item dl dd {float: left; width: 50%; height: 100%;}
.hotel-price .item h3 p {font-size: 24px; width: 100%; color: #fff; margin-bottom: 0;}
.hotel-price.newht .item h3 p {font-size: 18px; font-weight: bold;}
.hotel-price .item h3 span {font-size: 17px; display: block;}
.hotel-price.newht .item h3 span {font-size: 19px; font-weight: normal;}
.hotel-price .item > div > img {margin-bottom: 5px; width: 100%;}
.hotel-price .item > div > div {background: #fff; border-style: solid; border-width: 1px;}
.hotel-price .item > div > div p {padding: 0 15px;}
.hotel-price.newht .item > div > div p {color: #fff; padding: 0; margin-bottom: 0;}
.hotel-price.newht .item dl dd p {
    line-height: 18px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hotel-price .item .note {display: block; margin: 0; color: #1e6eae; text-align: center; padding: 8px 0; font-size: 13px;}
.hotel-price .item .note2 {text-align: center; margin: 30px 0;}
.hotel-price .item .note2 span {color: #fff; background: #ff4740; padding: 2px 5px;}
.tb-style2 {width: 90%; margin: 0 auto;}
.tb-style2 td, .tb-style2 th {width: 50%; height: 50px; border-bottom: dashed 1px #b4cfe4; color: #505050;}
.tb-style2 td {text-align: right; font-size: 16px;}
.tb-style2 th {color: #ff4740; font-weight: bold; font-size: 32px;}
.tb-style2 tr:last-child td, .tb-style2 tr:last-child th {border-bottom: none;}
.pri01 h3 {background: #1e6eae;}
.pri01 > div {border-color: #1e6eae;}
.pri02 h3 {background: #1e9bae;}
.pri02 > div {border-color: #1e9bae;}
.pri03 h3 {background: #1ec9b9;}
.pri03 > div {border-color: #1ec9b9;}
.pri04 h3 {background: #f5da49;}
.pri04 > div {border-color: #f5da49;}
.pri05 h3 {background: #ff6e74;}
.pri05 > div {border-color: #ff6e74;}
.pri06 > div {border-color: #9a9a9a; border-top: none !important;}
.pri06 > img {border: solid 1px #9a9a9a; border-bottom: none !important;}
.hotel-price .item  > div.pri06 > img {margin-bottom: 0;}
.tb-style2.t_right th, .tb-style2.t_right td {text-align: right;}
.tb-style2.t_right + p {padding: 20px 30px !important; margin-bottom: 0;}
.regulations_list dt, .regulations_list dd {float: left; padding: 0 10px; height: 52px; margin-bottom: 20px;}
.regulations_list dt {clear: left; width: 28%; background: #1e6eae; font-size: 18px; color: #fff;}
.regulations_list dd {background: #e9f1f7; color: #505050; font-size: 14px; width: 72%;}
.regulations_list dt span, .regulations_list dd span {display: flex; align-items: center; height: 100%;}
.tb-style3 {width: 100%; max-width: 850px; margin-bottom: 40px;}
.tb-style3 th, .tb-style3 td {text-align: center; padding: 10px 0; border: 1px solid #9a9a9a; border-right: none;}
.tb-style3 th {background: #1e6eae; color: #fff; font-size: 20px; border-left-color: #fff;}
.tb-style3 th:first-child {border-left-color: #9a9a9a;}
.tb-style3 td {color: #505050; font-size: 17px;}
.tb-style3 tr:nth-child(odd) {background: #f5f5f5;}
.tb-style3 tr:nth-child(even) {background: #fff;}
.tb-style3 th:last-child, .tb-style3 td:last-child {border-right: solid 1px #9a9a9a;}
.dotList {color: #505050;}
.dotList li {margin-bottom: 10px;}
.dotList li:before {content: "•"; margin-right: 10px;}
.shampoo .regulations_list {margin-right: 30px;}
.shampoo .regulations_list dt {width: 55%;}
.shampoo .regulations_list dd {width: 45%;}
.shampoo .regulations_list.w2 {padding: 0 15px;}
.shampoo .regulations_list.w2 dt {width: 28%;}
.shampoo .regulations_list.w2 dd {width: 72%;}

.shampoo .regulations_list.w3 {padding: 0 15px;}
.shampoo .regulations_list.w3 dt {width: 100%; height: auto; margin-bottom: 0; background: none; padding-left: 0; padding-right: 0;}
.shampoo .regulations_list.w3 dt:before, .shampoo .regulations_list.w3 dt:after {content: ""; display: table;}
.shampoo .regulations_list.w3 dt:after {clear: both;}
.shampoo .regulations_list.w3 dt > div {float: left; min-height: 52px; padding: 5px 15px;}
.shampoo .regulations_list.w3 dt .tit {width: 30%; background: #1e6eae; font-size: 16px; margin-bottom: 0;}
.shampoo .regulations_list.w3 dt .txt {width: 70%; background: #e9f1f7; font-size: 13px; font-weight: normal; color: #505050;}
.shampoo .regulations_list.w3 dd {width: 100%; background: #fff;}

.tb-style4 {width: 100%; table-layout: fixed;}
.tb-style4 th {background: #1e6eae; color: #fff; font-size: 20px; border-top: solid 1px #fff; border-right: none; text-align: center; width: 25%;}
.tb-style4 tr:first-child th {border-top-color: #1e6eae;}
.tb-style4 td {background: #fff; color: #505050; font-size: 15px; border: solid 1px #9a9a9a; border-left: none; word-wrap: break-word; padding: 15px; line-height: 24px;}
.pickup .tb-style4, .pickup .regulations_list {max-width: 690px;}
.pickup h2 {line-height: 1.2;}
.pickup h2 span {display: block; margin-bottom: 10px; font-size: 30px; font-weight: bold;}
.pickup h2 b {display: inline-block; margin-top: 20px;}
.starNote:before {content: "※"; color: #ff4740;}
th.required:after {content: "＊"; color: #ff4740;}
.reserve table p {margin-bottom: 0;}
.reserve input[type="text"], .reserve textarea {border: none; background: #ebebeb; width: 100%; padding: 0 10px;}
.reserve textarea {height: 135px; resize: none;}
.reserve input {line-height: 37px;}
.reserve span.required {display: block; width: 100%; clear: left; font-size: 12px; color: #ff4740;}
.reserve th {text-align: left; padding-left: 10px; font-size: 14px; font-weight: normal;}
.reserve td div.row > span.required {padding: 0 15px;}
.reserve td label {margin-right: 15px;}
.reserve .t_label > p {position: relative;}
.reserve .t_label > p:after {
	content: attr(text);
	position: absolute;
	right: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tb-style5 {width: 100%;}

.tb-style5 th {background: #fff; width: 24%; color: #4c4c4c; font-size: 14px; text-align: center; border-top: none; border-left: none; line-height: 18px;}
.tb-style5 td {border: none; padding-left: 0; padding-right: 0;}
.tb-style5 tr:first-child td {padding-bottom: 5px;}
.tb-style5 tr:nth-child(2) td {padding-top: 5px;}
.tb-style5 tr:nth-child(3) td, .tb-style5 tr:nth-child(3) th, .tb-style5 tr:last-child th, .tb-style5 tr:last-child td {padding: 30px 0;}
.tb-style5 .t_label > span {float: left; display: inline-block; line-height: 37px;}
.tb-style5 .t_label > p select {height: 37px;}
.tb-style5 .t_label > .w52 {width: 52px; float: left; margin: 0 10px;}
.tb-style5 .t_label > .w52:after {right: -12px;}
.tb-style5 .t_label.col-sm-6:first-child {padding-right: 0;}
.tb-style5 .t_label.col-sm-6:last-child {padding-left: 0;}
.btn {font-size: 25px; color: #fff; background: #00a4c7; width: 280px; margin: 0 auto; display: block; border: none; border-radius: 6px; text-align: center; line-height: 70px;}
.btn:hover {opacity: 0.75; color: #fff;}

table.tbnote {margin: 0 auto; width: auto;}
table.tbnote td p br {margin-bottom: 0 !important;}
table.tbnote td:first-child p.note {text-align: right;}
table.tbnote td:last-child p.note {text-align: left;}

.fdog_ic {margin-bottom: 25px;}
.fdog_ic li {position: relative; padding-left: 27px; font-weight: bold; margin-bottom: 10px;}
.fdog_ic li:before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/shortstay_icon.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.stay_new_de h3 {line-height: 34px;}
.stay_new_de h3 span {color: #1E6EAD; font-weight: bold;}
.stay_new_de .dotSty {background: #fff;}
.dotSty {border: solid 1px #1E6EAD; padding: 15px; font-weight: bold; list-style: none;}
.dotSty li {letter-spacing: -1px;}
.dotSty li + li {margin-top: 10px;}
.dotSty li:before {content: "•"; margin-right: 10px;}
.dotSty.dotSty__square li:before {content: "▪";}
.stay_new_de .note {font-size: 16px; padding-left: 30px;}
.cont .tit_bgB {font-size: 20px; padding: 0 15px; font-weight: bold; color: #fff; height: 40px; line-height: 40px; display: inline-block; border-radius: 20px; background: #1E6EAD; margin-bottom: 20px;}
.cont .txt_gray {color: #505050; font-weight: bold; line-height: 16px; margin-bottom: 20px;}
.stay_new_de .opt_l {margin: 30px 0;}
.stay_new_de .opt_l li {padding-left: 10px; padding-right: 10px;}
.stay_new_de .opt_l li > p {height: 45px; background: #fff; border: solid 1px #1E6EAD; position: relative;}
.stay_new_de .opt_l li > p span {
    font-size: 16px;
    color: #1E6EAD;
    font-weight: bold;
    width: 100%;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.stay_new_de table {border: solid 1px #1E6EAD; background: #fff;}
.stay_new_de table th {background: #1E6EAD; font-size: 28px; color: #fff; text-align: center;}
.stay_new_de table td {padding: 10px; vertical-align: top;}
.stay_new_de table td p {font-size: 19px; font-weight: bold; vertical-align: top; margin-bottom: 0;}
.stay_new_de table td[colspan="3"] {padding: 10px 30px;}
.stay_new_de table td .f_size14 {margin-top: 20px; font-weight: normal;}
p.noteRed {color: #FF4740; font-size: 21px;}
p.noteRed span {display: inline-block; width: 30px;}
/*=== sub page ===*/

@media screen and (-moz-images-in-menus:0) {
    .ff_lHeight_10 {line-height: 10px !important;}
	.ff_mBot10 {margin-bottom: 10px !important;}
	.ff_mBot15 {margin-bottom: 15px !important;}
	.ff_mBot14 {margin-bottom: 14px !important;}
	.ff_mBot32 {margin-bottom: 32px !important;}
	.ff_mTop9 {margin-top: 9px;}
	.ff_mTop14 {margin-top: 14px;}
}
@-moz-document url-prefix() {
    h2 .time_sty2 {line-height: 4px;}
    .hotel-price.newht .item dl dd p {line-height: 10px;}
    .cont .txt_gray {line-height: 10px;}
    .stay_new_de .opt_l li > p span {line-height: 10px;}
}
.news_cont {background-color: #fff; padding: 15px; border: solid 3px #ddd5ca; margin-top: 40px; max-height: 500px;}
.news_cont h3 {margin: 0 0 30px;}
.news_cont h4 {font-weight: bold;}
.news_cont h3 img {height: 64px; width: auto;}
.news_cont span.noteRed {color: #FF4740; font-weight: bold;}
.f14 {font-size: 14px;}

.ic_sty {width: 28px; height: 28px; margin-right: 15px; vertical-align: -7px;}
.classroom-btnList {margin-bottom: 30px;}
.classroom-btnList li {display: inline-block; text-align: center; color: #505050;}
.classroom-btnList li + li {margin-left: 40px;}
.classroom-btnList li p {margin: 0 auto 5px;}
.classroom-btnSty {border-radius: 999px; color: #fff !important; padding: 5px 10px; width: 190px;}
.classroom-btnSty__dblue {background-color: #1e6eae;}
.classroom-btnSty__blue {background-color: #1e9bae;}
.classroom-btnSty__lblue {background-color: #1ec9b9;}
.classroom-btnSty__pink {background-color: #ff6e74;}
.col-pink {color: #ff6e74 !important;}
.d-inline-block {display: inline-block;}
.font-weight-bold {font-weight: bold;}
.tit-black {font-weight: bold; font-size: 24px !important;}
.tit-black small {font-size: 60% !important; font-weight: normal !important;}
.tb-line {margin: 10px auto; border-color: #000;}
.priceTxt {color: #ff6e74; font-size: 24px;}
.tb-responsive {overflow-x: auto; display: block;}
.tb-style6 {table-layout: fixed; background-color: #fff;}
.tb-style6 th {background: #1e6eae; color: #fff; text-align: center; border-top: solid 1px #fff; border-right: solid 1px #fff; word-break: keep-all; white-space: nowrap; padding: 10px;}
.tb-style6 tr:first-child th {border-top-color: #1e6eae;}
.tb-style6 td {font-size: 15px; text-align: center; color: #000; border: solid 1px #9a9a9a; border-left: none; word-break: keep-all; white-space: nowrap; padding: 15px; line-height: 24px;}
.tb-style6 p {margin-bottom: 0;}
.tb-style6 table td {border: none; padding: 0;}

.tb-style7 {table-layout: fixed; background-color: #fff; border: solid 1px #1e6eae;}
.tb-style7 th {background: #1e6eae; color: #fff; text-align: left; border-top: solid 1px #fff; border-right: solid 1px #fff; word-break: keep-all; white-space: nowrap; padding: 10px;}
.tb-style7 tr:first-child th {border-top-color: #1e6eae;}
.tb-style7 td {font-size: 15px; text-align: left; color: #000; border: solid 1px #1e6eae; word-break: keep-all; white-space: nowrap; padding: 15px; line-height: 24px;}
.tb-style7 tr th:last-child {border-right-color: #1e6eae;}
.tb-style7 p {margin-bottom: 0;}
.tb-style7 table td {border: none; padding: 0;}

.text-left {text-align: left !important;}
.text-justify {text-align: justify !important;}
.time_sty2_box {background-color: #1E6EAD; color: #fff !important; line-height: 1 !important; text-align: center; margin-left: 30px; padding: 5px 10px; font-size: 16px !important; height: auto !important;}
.time_sty2_box small {color: #fff !important; display: block; line-height: 1 !important; margin-top: 5px !important;}
.ml-15 {margin-left: 15px;}
.mb-0 {margin-bottom: 0 !important;}
.dotSty2 {list-style: disc; margin-left: 25px;}
.dotSty2 li {color: #000; font-weight: normal !important;}
.dotSty2 li + li {margin-top: 15px;}
.l1 {line-height: 1 !important;}
.l2 {line-height: 2 !important;}
.px-15 {padding-left: 15px !important; padding-right: 15px !important;}
.h500 {height: 500px;}
.list-no-circle {position: relative;}
.list-no-circle:before {content: attr(value); position: absolute; top: 3px; left: 0; font-weight: bold; font-size: 18px; line-height: 1;}
.list-no-circle-cont {padding-left: 35px;}
.ml--35 {margin-left: -35px;}
h3 {font-size: 18px;}
.list-no-circle-cont h3 {margin-top: 0;}
.bg-dBlue {background-color: #1e6eae;}
.bg-pink {background-color: #ff6e74;}
.col-white {color: #fff;}
.table-none td {vertical-align: middle; padding: 5px 15px; text-align: center;}
.table-none td * {line-height: 1; margin-bottom: 0;}
.dotSty__square {list-style: none; padding-left: 0;}
.dotSty__square li {letter-spacing: -1px;}
.dotSty__square li:before {content: "▪"; margin-right: 10px;}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 25px solid #1e6eae;
	margin: 15px auto;
}
.starList {list-style: none; padding-left: 0;}
.starList li {letter-spacing: -1px; position: relative; padding-left: 25px;}
.starList li:before {content: "★"; margin-right: 10px; position: absolute; top: 3px; line-height: 1; left: 0;}
.circleList {list-style: none; padding-left: 0;}
.circleList li {letter-spacing: -1px; position: relative; padding-left: 25px;}
.circleList li:before {content: "◎"; margin-right: 10px; position: absolute; top: 3px; line-height: 1; left: 0;}
.border-0 {border: none !important;}
.p-0 {padding: 0 !important;}
.px-15 {padding-left: 15px !important; padding-right: 15px !important;}
.map iframe {width: 100%; max-width: 780px;}
.pdfSty {background-color: #1e6eae; padding: 5px 60px 5px 150px; display: inline-block; position: relative;}
.pdfSty:before {
	content: "";
	width: 110px;
	height: 110px;
	background: url(../img/ic_pdf.png) no-repeat center center;
	background-size: auto 100%;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pdfSty a {text-align: center; color: #fff; font-size: 18px;}
.pdfSty a small {display: block;}
.pdfSty:hover {opacity: 0.75;}
.pdfSty:hover a {text-decoration: 0;}
.d-block {display: block;}
.d-inline-block {display: inline-block;}
.d-flex {display: flex;}
.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.opHover:hover {opacity: 0.75;}
.col-auto {-ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; padding-left: 15px; padding-right: 15px;}
.ih430 {width: auto; height: 330px;}
.img-fluid {max-width: 100%; width: auto;}