@charset "UTF-8";
/*----------------------------------------

	Default CSS (Last Update 2019.03.29)

	- default setting
	- font setting
	- link setting
	- color setting
	- common setting
	- clearfix
	- pagelink
	- pagetop
	- footer

-----------------------------------------*/

/*----------------------------------------
	default setting
-----------------------------------------*/
/*----------------------------------------
	default browser font rule
	100% = 1em = 1rem = 16px = 12pt

	default font-size rule = 10 * 100 / 16px
-----------------------------------------*/
html {
	max-height: 100%;
	font-size: 62.5%;
	color: #262626;
}
h1,h2,h3,h4,h5,h6,th {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
p,dl,dd,ol,ul,figure {
	margin: 0;
	padding: 0;
}
th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	min-width: 1200px;
	height: 100%;
	margin: 0 auto;
	font: 1.4rem/1.57 meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-drag: none;
	-webkit-touch-callout: none;
}
@media only screen and (max-width: 768px) {
	body {
		min-width: 320px;
	}
}
img {
	vertical-align: bottom;
}
em {
	font-style: normal;
	font-weight: bold;
}
li {
	list-style: none;
	vertical-align: bottom;
}
li img {
	vertical-align: top;
}
small {
	font-size: 100%;
}
select,input,button,textarea {
	font-family: meiryo, sans-serif;
}

/* ie10以降 矢印削除 */
select::-ms-expand {
	display: none;
}

/*----------------------------------------
	font setting

	line-height rule = Target line size / Target font size
-----------------------------------------*/
/* 10pt/16pt */
.font10,
.font10_14 {
	font-size: 1.0rem;
	line-height: 1.6;
}
@media only screen and (max-width:768px) {
	.font10_14 {
		font-size: 1.4rem;
		line-height: 1.57;
	}
}
/* 12pt/18pt */
.font12 {
	font-size: 1.2rem;
	line-height: 1.5;
}
/* 14pt/22pt */
.font14,
.font14_12,
.font14_16 {
	font-size: 1.4rem;
	line-height: 1.57;
}
@media only screen and (max-width:768px) {
	.font14_12 {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.font14_16 {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}
/* 16pt/24pt */
.font16 {
	font-size: 1.6rem;
	line-height: 1.5;
}
/* 18pt/26pt */
.font18,
.font18_14,
.font18_16 {
	font-size: 1.8rem;
	line-height: 1.44;
}
@media only screen and (max-width:768px) {
	.font18_14 {
		font-size: 1.4rem;
		line-height: 1.57;
	}
	.font18_16 {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}
/* 22pt/30pt */
.font22,
.font22_12,
.font22_14,
.font22_18,
.font22_26 {
	font-size: 2.2rem;
	line-height: 1.36;
}
@media only screen and (max-width:768px) {
	.font22_12 {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.font22_14 {
		font-size: 1.4rem;
		line-height: 1.57;
	}
	.font22_18 {
		font-size: 1.8rem;
		line-height: 1.44;
	}
	.font22_26 {
		font-size: 2.6rem;
		line-height: 1.3;
	}
}
/* 26pt/34pt */
.font26,
.font26_18,
.font26_22 {
	font-size: 2.6rem;
	line-height: 1.3;
}
@media only screen and (max-width:768px) {
	.font26_18 {
		font-size: 1.8rem;
		line-height: 1.44;
	}
	.font26_22 {
		font-size: 2.2rem;
		line-height: 1.36;
	}
}
/* 34pt/42pt */
.font34,
.font34_14,
.font34_22,
.font34_26,
.font34_30 {
	font-size: 3.4rem;
	line-height: 1.23;
}
@media only screen and (max-width:768px) {
	.font34_14 {
		font-size: 1.4rem;
		line-height: 1.57;
	}
	.font34_22 {
		font-size: 2.2rem;
		line-height: 1.36;
	}
	.font34_26 {
		font-size: 2.6rem;
		line-height: 1.3;
	}
	.font34_30 {
		font-size: 3.0rem;
		line-height: 1.4;
	}
}

/*----------------------------------------
	link setting
-----------------------------------------*/
a,
a:focus {
	outline: none;
}
a:link,
a:visited {
	color: #262626;
	text-decoration: none;
}
a:hover,
a:active {
	color: #262626;
	text-decoration: underline;
}
@media only screen and (max-width:768px) {
	a:hover,
	a:active {
		text-decoration: none;
	}
}
a.l_white01:link,
a.l_white01:visited {
	color: #fff;
	text-decoration: none;
}
a.l_white01:hover,
a.l_white01:active {
	color: #fff;
	text-decoration: underline;
}
a.l_gray01:link,
a.l_gray01:visited {
	color: #666;
	text-decoration: none;
}
a.l_gray01:hover,
a.l_gray01:active {
	color: #666;
	text-decoration: underline;
}
a.l_gray02:link,
a.l_gray02:visited,
a.l_gray02:hover,
a.l_gray02:active {
	color: #666;
	text-decoration: underline;
}
a.l_red01:link,
a.l_red01:visited,
a.l_red01:hover,
a.l_red01:active {
	color: #8c2a3a;
	text-decoration: underline;
}

/*----------------------------------------
	btn setting

	border-width rule =  font size(pt) / 2 = border-width(px)
	default border-width = 18pt / 2 = 9px
-----------------------------------------*/

/* black */
a.l_btn01 {
	position: relative;
}
a.l_btn01:link,
a.l_btn01:visited,
a.l_btn01:hover,
a.l_btn01:active {
	background: #000;
	color: #fff;
	text-decoration: none;
}
a.l_btn01:link::before,
a.l_btn01:visited::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 solid transparent;
	box-sizing: border-box;
	transition: border 0.2s linear;
}
a.l_btn01:hover::before,
a.l_btn01:active::before {
	border: 9px solid #eb5e75;
}
@media only screen and (max-width:768px) {
	a.l_btn01:before,
	a.l_btn01:before {
		display: none;
	}
}
/* white */
a.l_btn02 {
	position: relative;
}
a.l_btn02:link,
a.l_btn02:visited,
a.l_btn02:hover,
a.l_btn02:active {
	background: #fff;
	text-decoration: none;
}
a.l_btn02:link::before,
a.l_btn02:visited::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 solid transparent;
	box-sizing: border-box;
	transition: border 0.2s linear;
}
a.l_btn02:hover::before,
a.l_btn02:active::before {
	border: 9px solid #eb5e75;
}
@media only screen and (max-width:768px) {
	a.l_btn02:before,
	a.l_btn02:before {
		display: none;
	}
}
/* pink */
a.l_btn03 {
	position: relative;
}
a.l_btn03:link,
a.l_btn03:visited,
a.l_btn03:hover,
a.l_btn03:active {
	background: #fae6ea;
	text-decoration: none;
}
a.l_btn03:link::before,
a.l_btn03:visited::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 solid transparent;
	box-sizing: border-box;
	transition: border 0.2s linear;
}
a.l_btn03:hover::before,
a.l_btn03:active::before {
	border: 9px solid #eb5e75;
}
@media only screen and (max-width:768px) {
	a.l_btn03::before,
	a.l_btn03:before {
		display: none;
	}
}

/*----------------------------------------
	color setting
-----------------------------------------*/
.white01 {
	color: #fff;
}
.gray01 {
	color: #666;
}
.gray02 {
	color: #999;
}
.pink01 {
	color: #e64560;
}
.orange01 {
	color: #de8100;
}
.purple01 {
	color: #c763a6;
}
.green01 {
	color: #93bf39;
}
.green02 {
	color: #397300;
}
.red01 {
	color: #8c2a3a;
}
.red02 {
	color: #cc0000;
}
.blue01 {
	color: #00468c;
}

/*----------------------------------------
	common setting
-----------------------------------------*/
.clearfsize {
	font-size: 0;
	line-height: 0;
}
.indent01 {
	padding-left: 1em;
	text-indent: -1em;
}
.bold {
	font-weight: bold;
}
.clearbr {
	display: inline;
}
@media only screen and (max-width:768px) {
	.clearbr {
		display: none;
	}
}
/* 米印 */
.note01 {
	position: relative;
	padding-left: 1em;
}
.note01::before {
	content: "\0203B";
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
}
/* ドット */
.disc01 {
	position: relative;
	padding-left: 20px;
}
.disc01::before {
	content: "\030FB";
	position: absolute;
	top: 0;
	left: 3px;
	color: #666;
	transform: scale(2, 2);
}
/* 赤ドット */
.disc02 {
	position: relative;
	padding-left: 20px;
}
.disc02::before {
	content: "\025CF";
	position: absolute;
	top: 0;
	left: 3px;
	color: #eb5e75;
	transform: scale(1.1, 1.1);
}
/* 通常ドット */
.disc03 {
	position: relative;
	padding-left: 1em;
}
.disc03::before {
	content: "\030FB";
	position: absolute;
	top: 0;
	left: 0;
}
/* 外部リンク */
.external01 {
	display: inline-block;
	position: relative;
	padding-right: 23px;
}
.external01:before {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 2px;
	width: 11px;
	height: 8px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.external01:after {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	right: 0;
	width: 10px;
	height: 7px;
	border: 1px solid #ccc;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*----------------------------------------
	header
-----------------------------------------*/
#header.pc {
	position: static;
	top: 0;
	width: 100%;
	background-color: #fff;
}
@media only screen and (max-width:768px) {
	#header.pc {
		display: none;
	}
}
@media only screen and (max-width:1499px) {
	#header.pc {
		position: fixed;
		z-index: 100;
	}
}
/* グローバルヘッダー */
#header.pc #header_group {
	position: relative;
	min-width: calc(1200px - (20px*2));
	padding: 8px 20px 0;
	background: #fff;
}
#header.pc #header_group::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: -webkit-linear-gradient(left, #0098d8 0%,#0098d8 33%,#8dc21f 66%,#8dc21f 100%);
	background: linear-gradient(to right, #0098d8 0%,#0098d8 33%,#8dc21f 66%,#8dc21f 100%);
}
#header.pc #header_group .font10_14 {
	line-height: 1.4;
}
#header.pc #header_group > dl {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	min-height: 80px;
}
#header.pc #header_group > dl > dt {
	padding-top: 22px;
}
#header.pc #header_group > dl > dd > ul {
	display: flex;
	min-height: 100px;
}
#header.pc #header_group > dl > dd > ul > li {
	min-height: 100px;
	vertical-align: top;
}
#header.pc #header_group > dl > dd > ul > li > a {
	display: block;
	width: 110px;
	min-height: 80px;
	padding: 10px;
}
#header.pc #header_group > dl > dd > ul > li > a:hover,
#header.pc #header_group > dl > dd > ul > li > a:active {
	text-decoration: none;
}
#header.pc #header_group > dl > dd > ul > li > a > dl > dd {
	padding: 3px 0 2px;
	text-align: center;
}
#header.pc #header_group > dl > dd > ul > li > a:hover > dl > dd,
#header.pc #header_group > dl > dd > ul > li > a:active > dl > dd {
	text-decoration: underline;
}
#header.pc #header_group > dl > dd > ul > li > a.active:hover > dl > dd,
#header.pc #header_group > dl > dd > ul > li > a.active:active > dl > dd {
	text-decoration: none;
}
/* 遊ぶ */
#header.pc #header_group > dl > dd > ul > li:first-child > a > dl > dt {
	position: relative;
	min-height: 48px;
	padding-bottom: 10px;
}
#header.pc #header_group > dl > dd > ul > li:first-child > a > dl > dt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 8px;
	width: 48px;
	height: 48px;
	background: url(../../cmn/img/c_h_big_ic01.png) no-repeat left top;
}
#header.pc #header_group > dl > dd > ul > li:first-child > a > dl > dt span {
	display: block;
	padding: 13px 0 0 66px;
}
#header.pc #header_group > dl > dd > ul > li:first-child > a > dl > dd {
	color: #8c2a3a;
}
#header.pc #header_group > dl > dd > ul > li:first-child > a.active {
	background: #f5cfd7;
}
/* 癒す */
#header.pc #header_group > dl > dd > ul > li:nth-child(2) > a {
	width: 104px;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(2) > a.active {
	background: #d9caf7;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(2) > a > dl > dt {
	position: relative;
	min-height: 48px;
	padding-bottom: 8px;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(2) > a > dl > dt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 5px;
	width: 48px;
	height: 48px;
	background: url(../../cmn/img/c_h_big_ic02.png) no-repeat left top;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(2) > a > dl > dt span {
	display: block;
	padding: 13px 0 0 63px;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(2) > a > dl > dd {
	color: #4b2a8c;
}
/* 見る */
#header.pc #header_group > dl > dd > ul > li:nth-child(3) > a {
	width: 102px;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(3) > a.active {
	background: #d5ebc0;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(3) > a > dl > dt {
	position: relative;
	min-height: 48px;
	padding-bottom: 9px;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(3) > a > dl > dt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 5px;
	width: 48px;
	height: 48px;
	background: url(../../cmn/img/c_h_big_ic03.png) no-repeat left top;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(3) > a > dl > dt span {
	display: block;
	padding: 12px 0 0 62px;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(3) > a > dl > dd {
	color: #397300;
}
/* 買う */
#header.pc #header_group > dl > dd > ul > li:nth-child(4) > a {
	width: 101px;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(4) > a.active {
	background: #f5e4be;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(4) > a > dl > dt {
	position: relative;
	min-height: 48px;
	padding-bottom: 8px;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(4) > a > dl > dt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 5px;
	width: 48px;
	height: 48px;
	background: url(../../cmn/img/c_h_big_ic04.png) no-repeat left top;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(4) > a > dl > dt span {
	display: block;
	padding: 12px 0 0 62px;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(4) > a > dl > dd {
	color: #8c620e;
}
/* キッズ */
#header.pc #header_group > dl > dd > ul > li:nth-child(5) > a {
	width: 139px;
	min-height: 85px;
	padding-bottom: 5px;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(5) > a.active {
	background: #cfe8ff;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(5) > a > dl > dt {
	position: relative;
	min-height: 48px;
	padding-bottom: 3px;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(5) > a > dl > dt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	width: 48px;
	height: 48px;
	background: url(../../cmn/img/c_h_big_ic05.png) no-repeat left top;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(5) > a > dl > dt span {
	display: block;
	padding: 14px 0 0 72px;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(5) > a > dl > dd {
	color: #00468c;
}
/* 泊まる */
#header.pc #header_group > dl > dd > ul > li:nth-child(6) {
	width: 249px;
	padding-right: 0;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(6) > dl > dt {
	position: relative;
	min-height: 54px;
	padding-bottom: 8px;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(6) > dl > dt:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 76px;
	width: 48px;
	height: 48px;
	background: url(../../cmn/img/c_h_big_ic06.png) no-repeat left top;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(6) > dl > dt span {
	display: block;
	padding: 22px 0 0 134px;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(6) > dl > dd > ul {
	display: flex;
	align-items: center;
	padding-left: 15px;
	min-height: 28px;
	line-height: 1.1;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(6) > dl > dd > ul > li {
	width: 70px;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(6) > dl > dd > ul > li:nth-child(n+2) {
	width: 80px;
	border-left: 1px solid #d8d8d8;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(6) > dl > dd > ul > li:nth-child(2) {
	width: 82px;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(6) > dl > dd > ul > li > a {
	display: block;
	padding: 3px 0 2px;
	color: #666;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(6) > dl > dd > ul > li:nth-child(2) > a {
	padding-top: 2px;
	text-align: center;
}
#header.pc #header_group > dl > dd > ul > li:nth-child(6) > dl > dd > ul > li:nth-child(3) > a {
	padding-left: 10px;
}
/* 湯あみの島ヘッダー */
#header.pc #header_single {
	position: relative;
	min-width: 1200px;
}
@media only screen and (min-width:1500px) {
	#header.pc #header_single {
		display: none;
	}
}
#header.pc #header_single:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
}
#header.pc #header_single > div {
	display: flex;
	justify-content: space-between;
	height: 64px;
	padding: 0 20px;
	background: #fae6ea;
}
#header.pc #header_single > div > h1 {
	padding: 22px 0 24px;
}
#header.pc #header_single > div > h1 img {
	display: block;
	width: 220px;
	height: 17px;
}
#header.pc #header_single > div > nav {
	z-index: 1;
}
#header.pc #header_single > div > nav > ul {
	display: flex;
	align-items: center;
	height: 64px;
}
#header.pc #header_single > div > nav > ul > li:nth-child(n+2) {
	padding-left: 35px;
}

/*----------------------------------------
	header.sp
-----------------------------------------*/
#header.sp {
	display: none;
}
@media only screen and (max-width:768px) {
	#header.sp {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}
	#header.sp h1 {
		width: 100%;
		height: 60px;
		border-bottom: 5px solid #eb5e75;
		background: #fff;
	}
	#header.sp h1 span {
		display: block;
		width: 220px;
		/*height: 40px;*/
		margin: 0 auto;
		padding-top: 21px;
	}
	#header.sp h1 span img {
		display: block;
		width: 220px;
		height: 17px;
	}
	/* ドロワー ボタン */
	#header.sp .navDrawrBtn {
		display: block;
		z-index: 99;
		position: fixed;
 		top: 0;
		left: 0;
		width: 60px;
		height: 60px;
		background: #000;
		cursor: pointer;
  }
	#header.sp .navDrawrBtn span {
		position: absolute;
		left: 18px;
		width: 24px;
		height: 1px;
		background: #fff;
	}
	#header.sp .navDrawrBtn span:first-child {
		top: 14px;
	}
	#header.sp .navDrawrBtn span:nth-child(2) {
		top: 21px;
	}
	#header.sp .navDrawrBtn span:nth-child(3) {
		top: 28px;
	}
	#header.sp .navDrawrBtn span:nth-child(4) {
		top: 39px;
		left: 0;
		width: 100%;
		height: auto;
		background: none;
		text-align: center;
		font-size: 64.28%;
		line-height: 1;
		color: #fff;
	}
	body.menuOpen #header.sp .navDrawrBtn {
		top: 9px;
		left: calc(300px - 50px);
		width: 40px;
		height: 40px;
		background: none;
	}
	/* ドロワー 閉じるボタン */
	body.menuOpen #header.sp .navDrawrBtn span {
		background: #eb5e75;
	}
	body.menuOpen #header.sp .navDrawrBtn span:nth-child(1) {
		top: calc(14px + 6px);
		left: calc(14px - 2px);
		width: 16px;
		height: 2px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	body.menuOpen #header.sp .navDrawrBtn span:nth-child(2) {
		display: none;
	}
	body.menuOpen #header.sp .navDrawrBtn span:nth-child(3) {
		top: calc(14px + 6px);
		left: calc(14px - 2px);
		width: 16px;
		height: 2px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	body.menuOpen #header.sp .navDrawrBtn span:nth-child(4) {
		display: none;
	}
	/* ドロワー ナビ */
	#header.sp .navDrawr {
		position: fixed;
		top: 0;
		right: 100vw;
		left: auto;
		max-width: 100%;
		min-width: 100%;
		width: 100vw;
		height: 100vh !important;
		margin-left: 0;
		background: rgba(0, 0, 0, 0.5) url(../img/c_nv_bg01_sp.png) repeat-y left top;
		background-size: 300px 100px;
		z-index: 98;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		opacity: 1;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	body.menuOpen #header.sp .navDrawr {
		left: 0;
		height: 100vh !important;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
  }
	#header.sp .navDrawr div {
		position: relative;
		width: 300px;
		padding: 58px 0 50px;
	}
	#header.sp .navDrawr div nav > ul > li {
		border-top: 1px solid #fff;
	}
	#header.sp .navDrawr div nav > ul > li > a {
		display: block;
		padding: 16px 20px;
		text-decoration: none;
	}
	#header.sp .navDrawr div nav > ul > li.bnr > a {
		padding: 20px;
	}
	#header.sp .navDrawr div nav > ul > li.bnr + li.bnr {
		border-top: 0;
	}
	#header.sp .navDrawr div nav > ul > li.bnr + li.bnr > a {
		padding-top: 0;
	}
	#header.sp .navDrawr div nav > ul > li > dl > dt {
		position: relative;
		padding: 16px 20px;
	}
	#header.sp .navDrawr div nav > ul > li > dl > dt::before {
		content: "";
		position: absolute;
		top: calc(50% - (14px/2));
		right: 27px;
		width: 2px;
		height: 14px;
		background: #eb5e75;
	}
	#header.sp .navDrawr div nav > ul > li > dl > dt.active::before {
		display: none;
	}
	#header.sp .navDrawr div nav > ul > li > dl > dt::after {
		content: "";
		position: absolute;
		top: calc(50% - (2px/2));
		right: 21px;
		width: 14px;
		height: 2px;
		background: #eb5e75;
	}
	#header.sp .navDrawr div nav > ul > li > dl > dd {
		display: none;
		padding-bottom: 10px;
	}
	#header.sp .navDrawr div nav > ul > li > dl > dd > ul > li > a,
	#header.sp .navDrawr div nav > ul > li > dl > dd > dl > dt > a {
		display: block;
		padding: 6px 20px;
		text-decoration: none;
	}
	#header.sp .navDrawr div nav > ul > li > dl > dd > ul > li:first-of-type > a,
	#header.sp .navDrawr div nav > ul > li > dl > dd > dl > dt > a {
		padding-top: 0;
	}
	#header.sp .navDrawr div nav > ul > li > dl > dd > dl > dd > a {
		display: block;
		padding: 6px 20px 6px calc(20px + 1em);
		text-decoration: none;
	}
	#header.sp .navDrawr div > ul {
		padding-top: 10px;
		border-top: 1px solid #fff;
	}
	#header.sp .navDrawr div > ul li a {
		display: block;
		padding: 6px 20px;
		text-decoration: none;
	}
	#header.sp .navDrawr div nav > ul > li#sp_floorNav > dl > dd > dl > dd {
		padding: 0 60px 0 20px;
	}
	#header.sp .navDrawr div nav > ul > li#sp_floorNav > dl > dd > dl > dd > dl > dt {
		padding: 6px 0;
	}
	#header.sp .navDrawr div nav > ul > li#sp_floorNav > dl > dd > dl > dd > dl > dd > a {
		display: block;
		padding: 7px 0 6px 1em;
		text-decoration: none;
	}
	/*クリック回避用*/
	#header.sp .navBg {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 97;
	}
}
@media only screen and (max-width:320px) {
	#header.sp h1 span {
		padding-left: 60px;
	}
}

/*----------------------------------------
	wrapper
-----------------------------------------*/
#wrapper {
	display: block;
	position: relative;
	z-index: 10;
	margin-top: 172px;
}
@media only screen and (min-width:1500px) {
	#wrapper {
		margin-top: 0;
	}
}
#wrapper::before {
	display: none;
}
#wrapper > #wrapper_l {
	display: none;
	float: none;
	bottom: auto;
	margin-bottom: 100px;
}
#wrapper > #wrapper_l h1 {
	width: auto;
	height: 21px;
	padding: 29px 20px 31px;
	text-align: center;
}
#wrapper > #wrapper_l nav > ul > li {
	padding: 17px 20px 16px;
	border-top: 1px solid #fff;
}
#wrapper > #wrapper_l nav > ul > li.bnr {
	padding: 20px;
}
#wrapper > #wrapper_l nav > ul > li.bnr + li.bnr {
	padding-top: 0;
	border-top: 0;
}
#wrapper > #wrapper_l nav > ul > li > ul li,
#wrapper > #wrapper_l nav > ul > li > dl dt,
#wrapper > #wrapper_l nav > ul > li > dl dd {
	padding-top: 12px;
}
#wrapper > #wrapper_l nav > ul > li > dl > dd {
	padding-left: 1em;
}
/*フロアガイド用*/
#wrapper > #wrapper_l nav > ul > li#floorNav {
	padding-top: 18px;
}
#wrapper > #wrapper_l nav > ul > li#floorNav > dl > dd {
	padding: 0;
}
#wrapper > #wrapper_l nav > ul > li#floorNav > dl > dd > dl > dt {
	padding-top: 13px;
}
#wrapper > #wrapper_l nav > ul > li#floorNav > dl > dd > dl > dd {
	padding: 13px 0 0 1em;
}
#wrapper > #wrapper_r {
	display: block;
	float: none;
	width: 100%;
}
#wrapper > #wrapper_r #content {
	position: relative;
}
#wrapper > #wrapper_r #content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
}
@media only screen and (min-width:1500px) {
	#wrapper::before {
		content: "";
		display: block;
		position: absolute;
		width: 300px;
		height: 100%;
		background: #fae6ea;
		z-index: -1;
	}
	#wrapper > #wrapper_l {
		display: block;
		float: left;
		width: 300px;
	}
	#wrapper > #wrapper_l > div {
		border-top: 6px solid #eb5e75;
	}
	#wrapper > #wrapper_r {
		float: right;
		width: calc(100% - 300px);
	}
}
@media only screen and (max-width:768px) {
	#wrapper {
		width: 100%;
		margin-top: 65px;
	}
	#wrapper > #wrapper_l {
		margin-bottom: 0;
	}
}

/*----------------------------------------
	pagelink
-----------------------------------------*/
.pagelink {
	padding: 16px 0;
	background: #f2f2f2;
}
.pagelink ul {
	display: flex;
	justify-content: center;
}
.pagelink ul:nth-child(n+2) {
	padding-top: 12px;
}
.pagelink ul li:nth-child(n+2) {
	padding-left: 27px;
}
@media only screen and (max-width:768px) {
	.pagelink {
		margin-top: 66px;
	}
	.pagelink ul {
		flex-direction: column;
		width: 300px;
		margin: 0 auto;
	}
	.pagelink ul li:nth-child(n+2) {
		padding: 12px 0 0;
	}
}

/*----------------------------------------
	pagetop
-----------------------------------------*/
#pagetop {
	z-index: 10;
	position: fixed;
	width: 50px;
	height: 50px;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #000;
}
#pagetop a:before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	backface-visibility: hidden;
}
#pagetop a:link,
#pagetop a:visited,
#pagetop a:hover,
#pagetop a:active {
	text-decoration: none;
}
@media only screen and (max-width:768px) {
	#pagetop a {
		width: 40px;
		height: 40px;
	}
	#pagetop a:before {
		top: calc(50% - 7px);
		left: calc(50% - 10px);
		width: 10px;
		height: 10px;
	}
}

/*----------------------------------------
	footer
-----------------------------------------*/
footer {
	position: relative;
	margin-top: 60px;
}
footer > #footer_01 {
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding: 36px 0;
	border-top: 1px solid #ddd;
}
footer > #footer_01 > ul {
	display: flex;
	justify-content: center;
}
footer > #footer_01 > ul > li:nth-child(n+2) {
	padding-left: 60px;
}
@media only screen and (max-width:768px) {
	footer > #footer_01 {
		max-width: 300px;
		min-width: 300px;
		width: 300px;
		padding: 0;
	}
	footer > #footer_01 > ul {
		display: inherit;
	}
	footer > #footer_01 > ul > li:nth-child(n+2) {
		padding-left: 0;
		border-top: 1px solid #ddd;
	}
	footer > #footer_01 > ul > li > a {
		display: block;
		padding: 16px 0;
	}
}
footer > #footer_02 {
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding: 40px 0 60px;
	border-top: 1px solid #ddd;
}
footer > #footer_02 > dl {
	display: flex;
	justify-content: center;
	width: 1000px;
	margin: 0 auto;
}
footer > #footer_02 > dl > dt {
	width: 260px;
	vertical-align: top;
}
footer > #footer_02 > dl > dd {
	padding-left: 40px;
	vertical-align: top;
}
footer > #footer_02 > dl > dd span {
	padding-right: 1em;
}
footer > #footer_02 > dl > dd.callbtn01 {
	display: none;
}
@media only screen and (max-width:768px) {
	footer > #footer_02 {
		min-width: 300px;
		width: 300px;
	}
	footer > #footer_02 > dl {
		display: inherit;
		width: 300px;
	}
	footer > #footer_02 > dl > dt {
		width: auto;
	}
	footer > #footer_02 > dl > dd {
		padding: 16px 0 0;
	}
	footer > #footer_02 > dl > dd span {
		display: block;
		padding-right: 0;
	}
	footer > #footer_02 > dl > dd.callbtn01 {
		display: block;
		padding-top: 12px;
	}
	footer > #footer_02 > dl > dd.callbtn01 > a {
		display: block;
		width: 200px;
		padding: 15px 10px;
		background: #000;
		text-align: center;
		text-decoration: none;
	}
}
footer > #footer_03 {
	padding: 36px 0 57px;
	background: #fae6ea;
}
footer > #footer_03 > div {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}
footer > #footer_03 > div > dl {
	width: 235px;
	vertical-align: top;
}
footer > #footer_03 > div > dl > dt:nth-of-type(n+2) {
	padding-top: 32px;
}
footer > #footer_03 > div > dl > dt + dd {
	padding-top: 12px;
}
footer > #footer_03 > div > dl > dd,
footer > #footer_03 > div > dl > dd > ul > li {
	padding-top: 6px;
}
footer > #footer_03 > div > dl > dd > ul {
	padding-left: 1em;
}
@media only screen and (max-width:768px) {
	footer > #footer_03 {
		display: none;
	}
}
footer > #footer_04 {
	width: 100%;
	padding: 17px 0;
	background: #000;
}
footer > #footer_04 > small {
	display: block;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	text-align: right;
}
@media only screen and (max-width:768px) {
	footer > #footer_04 > small {
		min-width: 300px;
		width: 300px;
		text-align: center;
	}
}