@charset "UTF-8";



/* --------------------　ヘッダー　-------------------- */

header nav {
	background: #fff;
}





/* ---------------------　特商法・ギャラリー　共通　-------------------- */

section#infoGuide {
	font-weight: 300;
	text-align: center;
	line-height: 150%;
	margin: 0 0 100px;
	padding: 0 30px;
}

section#infoGuide dt {
	color: #638FA2;
	font-size: 18px;
	font-weight:300;
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 1px solid #638FA2;
}
body.prem section#infoGuide dt {
	color: #AC9362;
	border-bottom: 1px solid #AC9362;
}

section#infoGuide dd {
	font-size: 12px;
}

section#infoGuide dd table {
	width: 100%;
	margin: 0 0 16px;
}

section#infoGuide dd table th {
	display: block;
	font-size: 12px;
	font-weight: 400;
	padding: 0 0 10px;
}

section#infoGuide dd table td {
	display: block;
	font-size: 12px;
	font-weight: 300;
	padding: 0 0 24px;
}


section#infoGuide dd a {
	color:#638fa2;
	text-decoration:none;
}

section#infoGuide dd a:hover {
	color:#d6c560;
	text-decoration:underline;
}



section#infoGuide dd table td ul li {
	text-indent: -1.2em;
	margin-left: 1.2em;
}


section#infoGuide dd table td ul li:before {
	content: '■';
	color:#7d7f81;
	display: inline-block;
	width: 1.2em;
	text-indent: 0;
}






/* --------------------　ギャラリー　-------------------- */

#gallery section#infoGuide {
	padding: 0 10px;
}




/* ---------------------　Nav　*/

#gallery section#infoGuide #galryNav {
	display: flex;
	justify-content: center;
	margin: 0 0 35px;
	padding: 0;
}
#gallery section#infoGuide #galryNav a {
	color: #000;
	/*font-weight: 400;*/
	font-weight: 300;
	line-height: 120%;
	/*padding: 0 5px;*/
	padding: 0 8px;
	border-right: 1px solid #000;
}
#gallery section#infoGuide #galryNav a:last-child {
	border-right: none;
}
#gallery section#infoGuide #galryNav a:hover {
	color: #638FA2;
	text-decoration: none;
}
body.prem #gallery section#infoGuide #galryNav a:hover {
	color: #AC9362;
	text-decoration: none;
}



/* ---------------------　colorbox 調整（ギャラリー）　*/


#gallery #colorbox.glryPhoto #cboxTitle {
	bottom:unset;
	text-align:left;
	font-weight: 400;
	font-size:12px;
	line-height:130%;
	padding:1% 10% 1% 1%;
	background:#fff;
}

/* Closeボタン */

#gallery #colorbox.glryPhoto button#cboxClose {
	top: -40px;
	left: unset;
	right: 10px;
	bottom: unset;
	width: 30px;
	height: 30px;
	background-position: unset;
	background: url(/img/colorbox/btClose.svg) 0 0 no-repeat;
	background-size: 30px 30px;
	transition: 0.5s;
}

#gallery #colorbox.glryPhoto button#cboxClose:hover {
	opacity: 0.7;
	transition: 0.5s;
}

/* コントロールボタン */

#gallery #colorbox.glryPhoto button#cboxPrevious {
	left: 10px;
	background: url(/img/colorbox/btPrev.svg) 0 0 no-repeat;
	background-size: cover;
}

#gallery #colorbox.glryPhoto button#cboxNext {
	left: unset;
	right: 10px;
	background: url(/img/colorbox/btNext.svg) 0 0 no-repeat;
	background-size: cover;
}

#gallery #colorbox.glryPhoto button#cboxPrevious,
#gallery #colorbox.glryPhoto button#cboxNext {
	width: 40px;
	height: 40px;
	bottom: 40%;
	background-position: 0 0;
	transition: 0.5s;
}
#gallery #colorbox.glryPhoto button#cboxPrevious:hover,
#gallery #colorbox.glryPhoto button#cboxNext:hover {
	opacity: 0.7;
	transition: 0.5s;
}


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

#gallery #colorbox.glryPhoto button#cboxPrevious {
	left: 15px;
}

#gallery #colorbox.glryPhoto button#cboxNext {
	right: 15px;
}

#gallery #colorbox.glryPhoto button#cboxPrevious,
#gallery #colorbox.glryPhoto button#cboxNext {
	width: 50px;
	height: 50px;
	bottom: 46%;
}

}




/* ---------------------　ページ内リンク調整　*/

@-webkit-keyframes modify{
	0% { padding-top: 80px; margin-top: -80px; }
	100% { padding-top: 0; margin-top: 0; }
}
@keyframes  modify{
	0% { padding-top: 80px; margin-top: -80px; }
	100% { padding-top: 0; margin-top: 0; }
}

#gallery section#infoGuide dt#stay:target,
#gallery section#infoGuide dt#facilities:target,
#gallery section#infoGuide dt#bf:target,
#gallery section#infoGuide dt#access:target,
#gallery section#infoGuide dt#tourism:target,
#gallery section#infoGuide dt#other:target {
	-webkit-animation: modify 0.1s;
	animation: modify 0.1s;
}




/* ---------------------　ギャラリー写真　*/

#gallery section#infoGuide dt {
	padding: 0 0 5px;
}

#gallery section#infoGuide dd {
	display: flex;
	flex-wrap: wrap;
	padding:  0 0 20px;
}

#gallery section#infoGuide dd p {
	width: 48%;
	font-size: 12px;
	line-height: 1.6;
	margin: 10px 1% 5px;
	padding: 2%;
	border: 1px solid #d3d4d5;
}

@media only screen and (min-width:600px) {
	#gallery section#infoGuide dd p {
	width: 31.3333%;
	}
}/*  */

#gallery section#infoGuide dd p img {
	width:100%;
	margin:0 0 10px;
}




/* --------------------　フッター　-------------------- */

footer .navFram {
	padding: 20px 20px 60px;
}

 footer #hInfo img {
	height: 70px;
}
body.prem footer #hInfo img {
	height: 70px;
}







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



body {
	font-size: 14px;
}




header {
	height: 140px;
	padding: 0;
	margin: -140px auto 0;
}


header ul.spNav {
	display: none;
}


header .pcNav {
	display: flex;
	justify-content: space-between;
	max-width: 1300px;
	margin: 0 auto;
}

header .pcNav li.logo {
	width: 30%;
	height: 96px;
	line-height: 0;
	padding: 23px 36px;
}
header .pcNav li.logo img {
	max-height: 95px;
	margin: 0;
}

header .pcNav li.navBl {
	width: 70%;
	padding-right: 0;
}


header ul.tNav {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin: 5px 0 32px;
	margin: 0 0 50px;
}

header ul.tNav li a {
	display: block;
	height: 50px;
	color: #638FA2;
	font-size: 12px;
	font-size: 9px;
	text-align: center;
	padding:0;
	text-decoration: none;
}


header ul.tNav li.toBnd {
	width: 170px;
}
header ul.tNav li.toBnd a {
	display: block;
	width: 100%;
	font-size: 11px;
	font-weight: 400;
	line-height: 130%;
	padding: 13px 10px 7px 0;
	border-left: 1px solid #638FA2;
	background: url(/lang/img/common/arrow_blueRT.svg) right 12px top 23px no-repeat;
	transition: 0.5s;
}
header ul.tNav li.toBnd a:hover {
	color: #1E2B30;
	background: url(/lang/img/common/arrow_darkBlueRT.svg) right 12px top 23px no-repeat;
	transition: 0.5s;
}


header ul.tNav li.lang {
	position: relative;
	width: 110px;
}

header ul.tNav > li.lang > label {
	display: block;
	width: 100%;
	color: #638FA2;
	font-family: "Roboto";
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	padding: 18px 0 12px;
	border-left: 1px solid #638FA2;
	cursor: pointer;
}
header ul.tNav li.lang .rotateArw {
	display: inline-block;
	font-size: 8px;
	transition: 0.5s;
	transform-origin: 4px 8px;
	transform: rotate(180deg);
}
header ul.tNav li.lang .rotateArw.openLang {
	transform-origin: 4px 8px;
	transform: rotate(0deg);
}

header ul.tNav li.lang ul {
	position:absolute;
	width: 110px;
	top: 50px;
	left: 0;
	transition: 0.5s;
}
header ul.tNav li.lang ul li {
	height: 0;
	float:none;
	overflow: hidden;
	background:#fff;
	transition: 0.5s;
}
header ul.tNav li.lang ul li:first-child {
	border-radius: 2px 2px 0 0;
}
header ul.tNav li.lang ul li:last-child {
	border-radius: 0 0 2px 2px;
}
header ul.tNav li.lang ul li a {
	display:block;
	width:100%;
	height: auto;
	font-size: 12px;
	font-weight: 400;
	padding:5px;
}
header ul.tNav li.lang ul li a:hover {
	color: #fff;
	background: #638FA2;
}

header ul.tNav li.lang #langToggle {
	display: none;
}
header ul.tNav li.lang #langToggle:checked + #langNav {
	box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
}
header ul.tNav li.lang #langToggle:checked + #langNav > li {
	overflow: visible;
	height: 27px;
}




header ul.tNav li.rsv {
	width: 114px;
}
header ul li.rsv a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: ;
	line-height: 1;
	padding: 19px 0;
	background: #638fa2;
	transition: 0.5s;
}
header ul li.rsv a:hover {
	opacity: 0.8;
	transition: 0.5s;
}






header ul#gNav {
	display: flex;
	justify-content: flex-end;
	margin: 0 50px 0 0;
}

header ul#gNav li {
	padding: 0 0 0 4%;
}



@media only screen and (min-width:850px) {
header ul#gNav li {
	padding: 0 0 0 6%;
}
}





header ul#gNav li a {
	display:block;
	width: 100%;
	color: #1E2B30;
	font-size:14px;
	font-weight: 300;
	text-align:center;
	white-space: nowrap;
	padding:0;
}

header ul#gNav li a:hover {
	color: #638FA2;
}




/* --------------------　共通　-------------------- */

/* ---------------------　TOPタイトル　*/

section#topImg {
	height: 400px;
	margin: 140px 0 80px;
}

section#topImg h1 {
	color: #FFF;
	font-size: 48px;
	text-align: center;
	line-height: 58px;
	padding: 100px 0 70px;
}

section#topImg p {
	font-size:18px;
	line-height: 36px;
}




/* ---------------------　特商法・ギャラリー　共通　-------------------- */

section#infoGuide dl {
	max-width: 1000px;
	margin: 0 auto;
}

section#infoGuide dt {
	font-size: 22px;
	padding: 0 0 8px;
}

section#infoGuide dd {
	font-size: 16px;
}

section#infoGuide dd table {
	margin: 0 0 70px;
	border-collapse: separate;
	border-spacing: 0 20px;
}

section#infoGuide dd table th {
	display: table-cell;
	font-size: 16px;
	line-height: 150%;
	white-space: nowrap;
	vertical-align: top;
	padding: 0 2em 0 0;
}
section#infoGuide dd table td {
	display: table-cell;
	font-size: 16px;
	line-height: 150%;
	vertical-align: top;
	padding: 0 20px;
	border-left: 0.5px solid #707070;
}






/* --------------------　ギャラリー　-------------------- */

/* ---------------------　Nav　*/

#gallery section#infoGuide #galryNav {
	width: 100%;
	max-width: 1000px;
	justify-content: unset;
	margin: 0 auto 60px;
}
#gallery section#infoGuide #galryNav a {
	display: block;
	width: 15%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 100%;
	margin: 0 1%;
	padding: 12px 0;
	background: #638FA2;
	border-radius: 20px;
	border-right: none;
	border: 1px solid #638FA2;
	transition: 0.5s;
}
body#gallery.prem section#infoGuide #galryNav a {
	background: #AC9362;
	border: 1px solid #AC9362;
}

#gallery section#infoGuide #galryNav a:hover {
	color: #638FA2;
	background: #fff;
	transition: 0.5s;
}
body#gallery.prem section#infoGuide #galryNav a:hover {
	color: #AC9362;
	background: #fff;
}

#gallery section#infoGuide #galryNav a:first-child {
	margin: 0 1% 0 0;
}
#gallery section#infoGuide #galryNav a:last-child {
	margin: 0 0 0 1%;
}






/* ---------------------　ギャラリー写真　*/

#gallery section#infoGuide dt {
	padding: 0 0 8px;
}

#gallery section#infoGuide dd {
	justify-content: unset;
	padding:  0 0 70px;
}

#gallery section#infoGuide dd p {
	width: 23.5%;
	margin: 10px 1%;
	padding: 1.5%;
}
#gallery section#infoGuide dd p:nth-child(1),
#gallery section#infoGuide dd p:nth-child(5n) {
	margin: 10px 1% 10px 0;
}
#gallery section#infoGuide dd p:nth-child(4n) {
	margin: 10px 0 10px 1%;
}


@media only screen and (min-width:1000px) {
	#gallery section#infoGuide dd p {
	width: 18.4%;
	padding: 1.2%;
	}
	#gallery section#infoGuide dd p:nth-child(4n) {
	margin: 10px 1%;
	}
	#gallery section#infoGuide dd p:nth-child(1),
	#gallery section#infoGuide dd p:nth-child(5n+1) {
	margin: 10px 1% 10px 0;
	}
	#gallery section#infoGuide dd p:nth-child(5n) {
	margin: 10px 0 10px 1%;
	}

}/*  */






/* ---------------------　その他　*/

.bx-wrapper .bx-pager { *max-width:1200px; }




p.caption {
	font-size:12px;
	margin: 10px 10px 0;
}



a.toPtop {
	display: none;
}




/* ------------------- /共通 -------------------------- */






/* --------------------　フッター　-------------------- */

footer .inner {
	max-width: 1300px;
	margin: 0 auto;
}

footer .navFram {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 70px 0;
}
footer .navFram > li:nth-child(1) {
	width: 58.62%;
	padding: 10px 6.15% 0 0;
}
footer .navFram > li:nth-child(2) {
	width: 41.38%;
	padding: 0 10.38% 0 6.15%;
}

footer #hInfo {
	font-size: 12px;
}
footer #hInfo h2 {
	margin: 0 0 8px;
}
footer #hInfo img {
	width: 100%;
	height: auto;
	max-width: unset;
	max-height: 120px;
	margin: 0 0 50px;
}
body.prem footer #hInfo img {
	height: auto;
}
footer #hInfo .tel {
	margin: 12px 0 20px;
}


footer .navFram .linkBl {
	display: flex;
	margin: 0;
}

footer .navFram .linkBl > li:nth-child(1) {
	width: 72.14%;
	padding: 0 7.33% 0 0;
}
footer .navFram .linkBl > li:nth-child(2) {
	width: 27.86%;
}

footer .navFram .linkBl > li:nth-child(2) .compBl li {
	width: 100%;
}

footer .navFram .linkBl ul li a {
	font-size: 12px;
}

footer .navFram .linkBl ul li a.mapOpen {
	display: inline;
}






/* --------------------　パンくず　-------------------- */

#bread_crumb{
    padding: 5px 25px;
}
#bread_crumb ul li{
    font-size: 12px;
}









.usePC { display:block; }
.useSP { display:none; }
.useTAB { display:block; }


} /*media Queries PC 801*/








@media print {
	#navToggle,
	nav { display: none; }
}



