@charset "UTF-8";


/* -----　block 1　TOPイメージ　-------------------------- */

#bl_1 {
	height: 375px;
	margin: 90px 0 0;
}

#bl_1 .ttlBl {
	padding: 90px 0 0;
}

#bl_1 .ttlBl .logo {
	text-align: center;
	margin: 0 0 30px;
}
#bl_1 .ttlBl .logo img {
	width: 260px;
}
#bl_1 .ttlBl h1 {
	width: 260px;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	line-height: 13px;
	letter-spacing: 2px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


.infobl dt {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	padding: 14px 5px;
	background: #C94949;
}
.infobl dt:hover {
	cursor: pointer;
}
.infobl dd {
	font-size: 14px;
	font-weight: 300;
	padding: 20px 16px;;
	border: 1px solid #C94949;
}




/* -----　block 2　宿泊ボタン　-------------------------- */

#bl_2 {
	margin: 0 0 50px;
	padding: 40px 30px;
	background: #1E2B30;
}

#bl_2 article {
}
#bl_2 article h2 {
	font-family: "Roboto";
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.02em;
	margin: 0;
}

#bl_2 article ul {
	width: 286px;
	margin: 0 auto;
}
#bl_2 article ul li {
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0 0;
}
#bl_2 article ul li:nth-child(1) {
	font-size: 10px;
	text-align: center;
	line-height: 1.5;
	padding: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#bl_2 article ul li:nth-child(1) span {
	letter-spacing: 0.05em;
}

#bl_2 article ul li a {
	display: block;
	width: 100%;
	color: #638FA2;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	padding: 12px 0;
	border: 1px solid #638FA2;
	transition: 0.5s;
}
body.prem #bl_2 article ul li a {
	color: #AC9362;
	border: 1px solid #AC9362;
}

#bl_2 article ul li a:hover {
	color: #fff;
	background: #638FA2;
	transition: 0.5s;
}
body.prem #bl_2 article ul li a:hover {
	color: #fff;
	background: #AC9362;
}

#bl_2 article ul li:nth-child(2) a {
	margin: 20px 0 0;
}
#bl_2 article ul li:nth-child(4) a {
	color: #1E2B30;
	background: #AC9362;
}




/* -----　block 3　おすすめポイント　-------------------------- */

#bl_3 {
	color: #fff;
	padding: 30px 0;
	background: #1E2B30;
}
#bl_3 .inner {
	padding: 0 0 0 35px;
}

#bl_3 .ttlbl {
	margin: 0 0 30px;
}


#bl_3 .ttlbl .sholder {
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 10px;
}
#bl_3 .ttlbl h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 50px;
}

#bl_3 article ul li:nth-child(1) {
	color: #fff;
	padding: 20px;
	background: #638FA2;
}
body.prem #bl_3 article ul li:nth-child(1) {
	background: #AC9362;
}

#bl_3 article ul li a {
	color: #fff;
}

#bl_3 article ul li h3 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;;
	margin: 0 0 10px 1.8em;
	text-indent: -1.8em;
}
#bl_3 article ul li h3 .italic {
	font-size: 21px;
	font-style: italic;
	font-weight: 300;
}

#bl_3 article ul li:nth-child(2) img {
	margin: 0 0 30px;
}




/* -----　block 4　ご宿泊　-------------------------- */


#bl_4 {
	padding: 80px 0 25px;
}


#bl_4 .ttlbl h2 {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 50px;
}

#bl_4 .sttlbl h3 {
	font-size: 18px;
	font-weight: 100;
	text-align: center;
	margin: 0 0 40px;
}

#bl_4 a.btNewsList {
	margin: 40px auto 0;
}





#bl_4 .atclBl_1,
#bl_4 .atclBl_3 {
}

#bl_4 .atclBl_1 ul.cont,
#bl_4 .atclBl_2 ul.cont,
#bl_4 .atclBl_3 ul.cont {
	margin: 0 0 40px;
	padding: 0 0 40px;
}
#bl_4 .atclBl_1 ul.cont,
#bl_4 .atclBl_3 ul.cont {
	background: linear-gradient(90deg, #F1F5F7 0% 82% , #fff 82% 100%);
}
#bl_4 .atclBl_2 ul.cont {
	background: linear-gradient(90deg, #fff 0% 18% , #F1F5F7 18% 100%);
}
body.prem #bl_4 .atclBl_2 ul.cont {
	background: linear-gradient(90deg, #fff 0% 18% , #F5F3F2 18% 100%);
}

#bl_4 .atclBl_1 ul.cont > li:nth-child(1),
#bl_4 .atclBl_2 ul.cont > li:nth-child(1) {
	padding: 0 0 30px 35px;
	background: linear-gradient(0deg, transparent 0% 95% , #fff 95% 100%);
}

#bl_4 .atclBl_1 ul.cont > li:nth-child(1) h4,
#bl_4 .atclBl_2 ul.cont > li:nth-child(1) h4 {
	color: #638FA2;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	margin: 0 auto 20px;
	padding: 0 35px 0 0;
}
body.prem #bl_4 .atclBl_2 ul.cont > li:nth-child(1) h4 {
	color: #AC9362;
}

#bl_4 .atclBl_3 h4 {
	position: relative;
	color: #638FA2;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	margin: 0;
	padding: 0 35px 20px;
	background: linear-gradient(0deg, transparent 0% 86% , #fff 86% 100%);
}
#bl_4 .atclBl_3 .bgLine {
	background: linear-gradient(90deg, #F1F5F7 0% 82% , #fff 82% 100%);
}


#bl_4 .atclBl_3 ul.cont > li {
	padding: 0 35px 30px;
}

#bl_4 .atclBl_1 ul.cont > li:nth-child(1) .lead,
#bl_4 .atclBl_2 ul.cont > li:nth-child(1) .lead,
#bl_4 .atclBl_3 ul.cont > li:nth-child(2) .lead {
	color: #1E2B30;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	margin: 0 auto 30px;
	padding: 0 35px 0 0;
}
#bl_4 .atclBl_3 ul.cont > li:nth-child(2) .lead {
	padding: 0;
}
#bl_4 .atclBl_3 ul.cont > li:nth-child(2) .bfInfo {
	font-size: 12px;
	font-weight: 300;
}

#bl_4 ul.cont li ul li .phInfo {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 12px;
	padding: 11px 11px 12px;
}
#bl_4 ul.cont li ul li .phInfo {
	background: #638FA2
}
body.prem #bl_4 ul.cont li ul li .phInfo {
	background: #AC9362;
}

#bl_4 .atclBl_1 ul.cont > li:nth-child(2) ul,
#bl_4 .atclBl_2 ul.cont > li:nth-child(2) ul {
	display: flex;
}
#bl_4 .atclBl_1 ul.cont > li:nth-child(2) ul li,
#bl_4 .atclBl_2 ul.cont > li:nth-child(2) ul li {
	width: 33.3333%;
}




/* -----　cbox調整　---- */

.maxInr .bx-wrapper {
	margin: 0;
	padding: 0;
}

.maxInr .bx-wrapper .bx-controls-direction .bx-prev {
	left: unset;
	right: 45px;
	z-index: auto;
	background: url('/lang/img/common/arrow_cboxBlueWH_L.svg') no-repeat 0 0;
}

body.prem .maxInr .bx-wrapper .bx-controls-direction .bx-prev {
	background: url('/lang/img/common/arrow_cboxBwnWH_L.svg') no-repeat 0 0;
}


.maxInr .bx-wrapper .bx-controls-direction .bx-next {
	right: 10px;
	z-index: auto;
	background: url('/lang/img/common/arrow_cboxBlueWH_R.svg') no-repeat 0 0;
}

body.prem .maxInr .bx-wrapper .bx-controls-direction .bx-next {
	background: url('/lang/img/common/arrow_cboxBwnWH_R.svg') no-repeat 0 0;
}



.maxInr .bx-wrapper .bx-controls-direction a {
	top: unset;
	bottom: 50px;
	width: 30px;
	height: 30px;
	margin-top: 10px;
	text-indent: -9999px;
	outline: 0;
	z-index: 9999;
}





/* -----　block 5　アクセス　-------------------------- */


#bl_5 {
	padding: 20px 0 0;
}


#bl_5 .ttlbl h2 {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 40px;
}

#bl_5 h3 {
	color: #638FA2;
	font-size: 21px;
	font-weight: 100;
	text-align: center;
	line-height: 1.3;
	margin: 0 0 30px;
}
body.prem #bl_5 h3 {
	color: #AC9362;
}

#bl_5 .aBl {
	width: 100%;
	margin: 0 0 40px;
	padding: 0 30px;
}

#bl_5 .aBl .mapBl {
	position: relative;
	margin: 0 0 20px;
}

#bl_5 .aBl .mapImg {
	margin: 0 0 20px;
}

#bl_5 .aBl ul {
	margin: 0 auto 20px;
	padding: 0;
}
#bl_5 .aBl ul li {
	color: #1E2B30;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	margin: 0 0 20px;
}
#bl_5 .aBl ul li h4 {
	color: #638FA2;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 6px;
	padding: 0 0 6px;
	border-bottom: 1px solid #638FA2;
}
body.prem #bl_5 .aBl ul li h4 {
	color: #AC9362;
	border-bottom: 1px solid #AC9362;
}

#bl_5 .aBl ul li .attention {
	display:  inline-block;
	color: #638FA2;
	padding: 0 35px 0 0;
}
#bl_5 .aBl ul li:nth-child(2) {
	color: #638FA2
}

#bl_5 .tBl {
	margin: 0 0 40px;
	padding: 0 30px;
}

#bl_5 .tBl h3 {
	color: #AC9362;
	font-size: 21px;
	font-weight: 100;
	text-align: center;
	line-height: 30px;
	margin: 0 0 30px;
}
#bl_5 .tBl .lead {
	color: #1E2B30;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	line-height: 21px;
	margin: 0 0 30px;
	padding: 0;
}


#bl_5 .tBl article {
	color: #1E2B30;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	margin: 0 0 20px;
}

#bl_5 .tBl article ul.itemCont {
	display: flex;
}
#bl_5 .tBl article ul.itemCont li {
	width: 50%;
}
#bl_5 .tBl article ul.itemCont li:nth-child(1) {
	padding: 0 20px 0 0;
}

#bl_5 .tBl article .mk {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 13px;
	padding: 4px 0;
	background: #638FA2;
	border-radius: 2px;
}
#bl_5 .tBl article h4 {
	color: #638FA2;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 6px;
}

#bl_5 .tBl article .stl {
	color: #AC9362;
	font-size: 11px;
	font-weight: 500;
	line-height: 15px;
	margin: 0 0 8px;
}
#bl_5 .tBl article .acs {
	color: #1E2B30;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}

#bl_5 .tBl article ul li:nth-child(1) .copyTourism {
	display: none;
}
#bl_5 .tBl article ul li:nth-child(2) .copyTourism {
	font-size: 10px;
}



#bl_5 a.btNewsList {
	margin: 0 auto 50px;
}

#bl_5 .aBl ul.acsInfo .acsTxt {
	margin: 0 0 20px;
}







/* -----　block 6　近隣のホテル　-------------------------- */

#bl_6 {
	padding: 45px 0 30px;
}


#bl_6 .ttlbl h2 {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 40px;
}

#bl_6 .hList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 25px;
}
#bl_6 .hList li {
	width: 50%;
	text-align: center;
}

#bl_6 .hList li h3 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 4px solid #638FA2;
}
#bl_6 .hList li h3.fsDn {
	font-size: 17px;
}
#bl_6 .hList li h3.fsDn2 {
	font-size: 14px;
}
#bl_6 .hList li h3.fsDn3 {
	font-size: 15px;
}

@media only screen and (min-width:601px) {

#bl_6 .hList li h3.fsDn,
#bl_6 .hList li h3.fsDn2,
#bl_6 .hList li h3.fsDn3 {
	font-size: 18px;
}

}


#bl_6 .hList li p {
	color: #000;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	margin: 0 10px 10px;
}

#bl_6 .hList li a {
	transition: 0.5s;
}
#bl_6 .hList li a:hover {
	opacity: 0.8;
	transition: 0.5s;
}
#bl_6 .hList li a img {
	padding: 0 10px 20px;
}





a.btNewsList {
	display: block;
	max-width: 200px;
	color: #1E2B30;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	margin: 0 auto 15px;
	padding: 9px 12px 9px 0;
	background-color: #fff;
	background-image: url(/lang/img/common/arrow_blueR.svg);
	background-position: 90% 50%;
	background-repeat: no-repeat;
	border: 1px solid #638FA2;
	border-radius: 40px;
	transition: color 0.3s 0s, background-color 0.3s 0s, background-position 0.5s 0.2s;
}
body.prem a.btNewsList {
	background-color: #fff;
	background-image: url(/lang/img/common/arrow_brownR.svg);
	background-position: 90% 50%;
	background-repeat: no-repeat;
	border: 1px solid #AC9362;
}

a.btNewsList:hover {
	color: #fff;
	text-decoration: none;
	background-color: #638FA2;
	background-image: url(/lang/img/common/arrow_whiteR.svg);
	background-position: 94% 50%;
	background-repeat: no-repeat;
}
body.prem a.btNewsList:hover {
	background-color: #AC9362;
	background-image: url(/lang/img/common/arrow_whiteR.svg);
	background-position: 94% 50%;
	background-repeat: no-repeat;
}








/*media Queries PC
--------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:801px) {

/* -----　block 1　TOPイメージ　-------------------------- */

#bl_1 {
	height: 625px;
	margin: 140px 0 0;
}

#bl_1 .ttlBl {
	padding: 160px 0 0;
}

#bl_1 .ttlBl .logo {
	margin: 0 0 50px;
}
#bl_1 .ttlBl .logo img {
	width: 426px;
}
#bl_1 .ttlBl h1 {
	width: 426px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
	padding: 14px 0;
}

/*
#bl_1 .ttlBl h1 {
	margin: 0 0 50px;
}
#bl_1 .ttlBl h1 img {
	width: 426px;
}
#bl_1 .ttlBl p {
	width: 426px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
	padding: 14px 0;
}
*/

.infobl dt {
	font-size: 14px;
	font-weight: 400;
	padding: 15px 25px;
}
.infobl dd {
	font-size: 14px;
	padding: 15px 25px;
}




/* -----　block 2　宿泊　-------------------------- */

#bl_2 {
	padding: 23px 10px;
	padding: 23px 30px;
}

#bl_2 article {
	width: auto;
}
#bl_2 article h2 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	margin: 3px 0 1px;
}

#bl_2 article ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	margin: 0;
}
#bl_2 article ul li {
	font-size: 15px;
	font-weight: 300;
	padding: 0;
}
#bl_2 article ul li:nth-child(1) {
	padding: 0 40px;
}
#bl_2 article ul li:nth-child(2) {
	padding: 0 40px;
}

#bl_2 article ul li a {
	width: 260px;
}
#bl_2 article ul li:nth-child(2) a {
	margin: 0;
}





/* -----　block 3　おすすめポイント　-------------------------- */

#bl_3 {
	color: unset;
	padding: 120px 0 0;
	background: none;
}
#bl_3 .inner {
	padding: 0;
}

#bl_3 .ttlbl {
}

#bl_3 .ttlbl h2 {
	font-size: 42px;
	margin: 0 0 70px;
}
#bl_3 .ttlbl .sholder {
	font-size: 21px;
	font-weight: 100;
	margin: 0 0 20px;
}


#bl_3 .tab{
	display: flex;
	max-width: 1300px;
	margin: 0 auto;
}
#bl_3 ul.tab > li:nth-child(1) {
	width: 61.54%;
	background: linear-gradient(90deg, #fff 0% 73% , #1E2B30 73% 100%);
}
#bl_3 ul.tab > li:nth-child(2) {
	width: 38.46%;
	padding: 155px 0 100px 3.846%;;
	background: linear-gradient(0deg, #1E2B30 0% 91% , transparent 91% 100%);
}


#bl_3 .tab-contents-wrap {
	position: relative;
}
#bl_3 .tab-contents-wrap .tab-contents {
	line-height: 1;
}
#bl_3 .tab-contents-wrap .number {
	position: absolute;
	top: 50px;
	right: 40px;
	color: #fff;
	font-family: "Roboto";
	font-size: 150px;
	font-style: italic;
	font-weight: 100;
}

#bl_3 .tab-contents-wrap .lead {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-align: left;
	line-height: 24px;
	margin: -1px 0 0;
	padding: 24px 20px;
	background: #638FA2;
}
body.prem #bl_3 .tab-contents-wrap .lead {
	background: #AC9362;
}

#bl_3 .tab-list li {
	position: relative;
}

#bl_3 .tab-list .nor {
	display: block;
	color: #638FA2;
	font-family: "Roboto";
	font-size: 21px;
	font-weight: 300;
	font-style: italic;
	margin: 0 0 10px;
}
body.prem #bl_3 .tab-list .nor {
	color: #AC9362;
}

#bl_3 .tab-list-item {
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: 100;
	margin: 0 0 20px;
	padding: 0 10px 15px 0;
	border-bottom: 0.5px solid #638FA2;
	cursor: pointer;
}
body.prem #bl_3 .tab-list-item {
	border-bottom: 0.5px solid #AC9362;
}

#bl_3 .tab-contents {
	display: none;
}

#bl_3 .is-contents-active {
	display: block;
}




/* -----　block 4　宿泊　-------------------------- */


#bl_4 {
	padding: 120px 0 0;
}

#bl_4 .ttlbl h2 {
	font-size: 48px;
	line-height: 58px;
	margin: 0 0 50px;
}
#bl_4 .sttlbl h3 {
	font-size: 28px;
	margin: 0 0 50px;
}


#bl_4 .atclBl_1,
#bl_4 .atclBl_2,
#bl_4 .atclBl_3 {
	margin: 0 0 120px;;
}

#bl_4 .atclBl_1 ul.cont,
#bl_4 .atclBl_2 ul.cont,
#bl_4 .atclBl_3 ul.cont {
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#bl_4 .atclBl_1 ul.cont {
	background: linear-gradient(90deg, #F1F5F7 0% 85% , #fff 85% 100%);
}
#bl_4 .atclBl_2 ul.cont {
*	background: linear-gradient(270deg, #fff 0% 18% , #F5F3F2 18% 100%);
}



#bl_4 .atclBl_1 ul.cont > li:nth-child(2) ul li, 
#bl_4 .atclBl_2 ul.cont > li:nth-child(2) ul li {
width: auto;
}


#bl_4 .atclBl_1 ul.cont > li:nth-child(1),
#bl_4 .atclBl_2 ul.cont > li:nth-child(1) {
	background: linear-gradient(0deg, transparent 0% 95% , #fff 95% 100%),
linear-gradient(180deg, transparent 0% 91% , #fff 91% 100%);
}

#bl_4 .atclBl_1 ul.cont > li:nth-child(1) {
	width: 69.33%;
	padding: 0 7.6923% 0 0;
}
#bl_4 .atclBl_1 ul.cont > li:nth-child(2) {
	width: 30.77%;
	padding: 0 11.538% 0 0;
	background: linear-gradient(180deg, transparent 0% 91% , #fff 91% 100%);
}
#bl_4 .atclBl_1 ul.cont > li:nth-child(1) .maxInr {
	max-width: 900px;
	margin: 0 0 0 auto;
}
#bl_4 .atclBl_1 ul.cont > li:nth-child(2) .maxInr {
	max-width: 250px;
	margin: 0 auto 0 0;
}

#bl_4 .atclBl_2 ul.cont {
	flex-direction: row-reverse;
}

#bl_4 .atclBl_2 ul.cont > li:nth-child(1) {
	width: 69.33%;
	padding: 0 0 0 7.6923%;
}
#bl_4 .atclBl_2 ul.cont > li:nth-child(2) {
	width: 30.77%;
	padding: 0 0 0 11.538%;
	background: linear-gradient(180deg, transparent 0% 91% , #fff 91% 100%);
}
#bl_4 .atclBl_2 ul.cont > li:nth-child(1) .maxInr {
	max-width: 900px;
	margin: 0 auto 0 0;
}
#bl_4 .atclBl_2 ul.cont > li:nth-child(2) .maxInr {
	max-width: 250px;
	margin: 0 0 0 auto;
}

#bl_4 .atclBl_1 ul.cont > li:nth-child(2) ul,
#bl_4 .atclBl_2 ul.cont > li:nth-child(2) ul {
	display: unset;
}
#bl_4 .atclBl_1 ul.cont > li:nth-child(2) ul li,
#bl_4 .atclBl_2 ul.cont > li:nth-child(2) ul li {
	width: auto;
	margin: 0 0 20px;
}



#bl_4 .atclBl_3 ul.cont > li:nth-child(1) {
	width: 60.77%;
	padding: 0 3.077% 0 11.538%;
}
#bl_4 .atclBl_3 ul.cont > li:nth-child(2) {
	width: 39.23%;
	padding: 0 11.538% 0 0;
	min-height: 540px;
}
#bl_4 .atclBl_3 ul.cont > li:nth-child(1) .maxInr {
	max-width: 600px;
	margin: 0 0 0 auto;
}
#bl_4 .atclBl_3 ul.cont > li:nth-child(2) .maxInr {
	max-width: 360px;
	margin: 0 auto 0 0;
}

#bl_4 .atclBl_1 ul.cont > li:nth-child(1) h4,
#bl_4 .atclBl_2 ul.cont > li:nth-child(1) h4 {
	font-size: 48px;
	line-height: 58px;
	padding: 0 0 0 18.75%;
}

#bl_4 .atclBl_3 h4 {
	max-width: 1300px;
	font-size: 48px;
	line-height: 58px;
	margin: 0 auto;
	padding: 0 0 60px 11.538%;
}
#bl_4 .atclBl_3 .bgLine {
	width: 100%;
}
#bl_4 .bgLine .maxInr {
	background: linear-gradient(0deg, transparent 0% 80% , #fff 80% 100%);
}


#bl_4 .atclBl_1 ul.cont > li:nth-child(1) .lead,
#bl_4 .atclBl_2 ul.cont > li:nth-child(1) .lead,
#bl_4 .atclBl_3 ul.cont > li:nth-child(2) .lead {
	font-size: 14px;
	margin: 0 0 80px;
	padding: 0 0 0 18.75%;
}
#bl_4 .atclBl_2 ul.cont > li:nth-child(1) h4,
#bl_4 .atclBl_2 ul.cont > li:nth-child(1) .lead {
	padding: 0 18.75% 0 0;
}
#bl_4 .atclBl_3 ul.cont > li:nth-child(2) .lead {
	font-size: 14px;
	margin: 100px 0 20px;
	padding: 0;
}


#bl_4 ul.cont li ul li .phInfo {
	font-size: 14px;
}




#bl_4 .atclBl_3 a.btNewsList {
	margin: 40px 0 60px auto;
}



/* -----　cbox調整　---- */

.maxInr .bx-wrapper .bx-controls-direction .bx-prev {
	left: 0;
	right: unset;
	background: url('/lang/img/common/arrow_cboxBLUE_L.svg') no-repeat 0 0;
	transition: 0.5s;
}
.maxInr .bx-wrapper .bx-controls-direction .bx-prev:hover {
	background: url('/lang/img/common/arrow_cboxBlueWH_L.svg') no-repeat 0 0;
	transition: 0.5s;
}

body.prem .maxInr .bx-wrapper .bx-controls-direction .bx-prev {
	background: url('/lang/img/common/arrow_cboxBWN_L.svg') no-repeat 0 0;
	transition: 0.5s;
}
body.prem .maxInr .bx-wrapper .bx-controls-direction .bx-prev:hover {
	background: url('/lang/img/common/arrow_cboxBwnWH_L.svg') no-repeat 0 0;
	transition: 0.5s;
}

.maxInr .bx-wrapper .bx-controls-direction .bx-next {
	left: 50px;
	right: unset;
	background: url('/lang/img/common/arrow_cboxBLUE_R.svg') no-repeat 0 0;
	transition: 0.5s;
}
.maxInr .bx-wrapper .bx-controls-direction .bx-next:hover {
	background: url('/lang/img/common/arrow_cboxBlueWH_R.svg') no-repeat 0 0;
	transition: 0.5s;
}

body.prem .maxInr .bx-wrapper .bx-controls-direction .bx-next {
	background: url('/lang/img/common/arrow_cboxBWN_R.svg') no-repeat 0 0;
	transition: 0.5s;
}
body.prem .maxInr .bx-wrapper .bx-controls-direction .bx-next:hover {
	background: url('/lang/img/common/arrow_cboxBwnWH_R.svg') no-repeat 0 0;
	transition: 0.5s;
}

.maxInr .bx-wrapper .bx-controls-direction a {
	top: unset;
	bottom: -60px;
	width: 40px;
	height: 40px;
}


#bl_4 .atclBl_1 .maxInr .bx-wrapper .bx-controls-direction .bx-prev {
	left: unset;
	right: 50px;
}
#bl_4 .atclBl_1 .maxInr .bx-wrapper .bx-controls-direction .bx-next {
	left: unset;
	right: 0;
}






/* -----　block 5　アクセス　-------------------------- */


#bl_5 {
	padding: 0 0 40px;
}


#bl_5 .ttlbl h2 {
	font-size: 48px;
	line-height: 58px;
	margin: 0 0 40px;
}
#bl_5 .ttlbl .sholder {
	font-size: 17px;
	margin: 0 0 60px;
}

#bl_5 h3 {
	font-size: 36px;
	margin: 0 0 60px;
}

#bl_5 .aBl {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 20px;
	padding: 0;
}
#bl_5 .aBl .mapWrap {
	width: 59%;
}


#bl_5 .aBl .mapBl {
	width: 100%;
	max-height: 400px;
}
#bl_5 .aBl ul.acsInfo {
	width: 41%;
	margin: 0;
	padding: 0 5%;
}
#bl_5 .aBl ul.acsInfo .acsTxt {
	margin: 0 0 30px;
}

#bl_5 .aBl ul li {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 34px;
}

#bl_5 .aBl ul li h4 {
	font-size: 18px;
	font-weight: 300;
	padding: 0 0 8px;
}
#bl_5 .aBl ul li .attention {
	font-size: 12px;
	line-height: 18px;
	 padding: 0;
}


#bl_5 .tBl {
	width: 100%;
	max-width: unset;
	margin: 0;
	padding: 0;
}

#bl_5 .tBl h3 {
	font-size: 36px;
	margin: 0 0 30px;
}
#bl_5 .tBl .lead {
	margin: 0 0 80px;
}

#bl_5 .tBl .itemBl {
	display: flex;
	width: 100%;
}

#bl_5 .tBl article {
	position: relative;
	width: 33.3333%;
	height: 434px;
	margin: 0;
}

#bl_5 .tBl article .bgGray {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
}

#bl_5 .tBl article ul.itemCont {
	display: list-item;
}
#bl_5 .tBl article ul.itemCont li {
	width: 100%;
}
#bl_5 .tBl article ul.itemCont li:nth-child(1) {
	padding: 0 10px;
}
#bl_5 .tBl article ul.itemCont li:nth-child(2) {
	display: none;
}

#bl_5 .tBl article .mk {
	position: absolute;
	top: 160px;
	left: 50%;
	transform: translateX(-50%);
	width: 130px;
	margin: 0;
	padding: 4px 0;
}
#bl_5 .tBl article h4 {
	position: absolute;
	top: 206px;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 21px;
	text-align: center;
	margin: 0;
}
#bl_5 .tBl article .acs {
	position: absolute;
	right: 15px;
	bottom: 15px;
	min-width: 186px;
	max-width: 200px;
	text-align: center;
	padding: 6px 5px;
	background: #fff;
	border-radius: 2px;
}
#bl_5 .tBl article ul li:nth-child(1) .copyTourism {
	display: block;
	position: absolute;
	left: 10px;
	bottom: -24px;
	font-size: 10px;
}




#bl_5 a.btNewsList {
	margin: 0 auto 110px;
}





/* -----　block 6　近隣のホテル　-------------------------- */

#bl_6 {
	padding: 120px 0;
}


#bl_6 .ttlbl h2 {
	font-size: 48px;
	line-height: 58px;
	margin: 0 0 70px;
}


#bl_6 .hList {
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto 80px;
}
#bl_6 .hList li {
	width: 25%;
	text-align: center;
}

#bl_6 .hList li h3 {
	font-size: 21px;
}
#bl_6 .hList li h3.fsDn {
	font-size: 18px;
}
#bl_6 .hList li h3.fsDn2 {
	font-size: 16px;
}
#bl_6 .hList li h3.fsDn3 {
	font-size: 17px;
}

@media only screen and (min-width:900px) {
	#bl_6 .hList li h3.fsDn {
		font-size: 21px;
	}
	#bl_6 .hList li h3.fsDn3 {
		font-size: 19px;
	}
}

@media only screen and (min-width:1000px) {
	#bl_6 .hList li h3.fsDn2 {
		font-size: 19px;
	}
	#bl_6 .hList li h3.fsDn3 {
		font-size: 21px;
	}
}


#bl_6 .hList li p {
	font-size: 14px;
	text-align: center;
	margin: 0 0 10px;
}

#bl_6 .hList li img {
	width: 230px;
	padding: 0;
}


#bl_6 .btBl {
	text-align: center;
}
#bl_6 a.btNewsList {
	display: inline-block;
	width: 200px;
	margin: 0 10px;
	padding: 9px 0;
}





} /*media Queries PC*/






