img {
	max-width: 100%;
	height: auto;
	width
	/***/
	: auto;
}


/*======================================

	0. WPネイティブ設定
	
=======================================*/

/* editor */

p {
	display: block;
	margin: 1em 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}

/* img */

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

/* clearfix */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/*======================================

	1. フォント設定
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,
dt,
dd {
	font-size: 100%;
}

* {
	line-height: 1.3;
	font-style: normal;
}

strong {
	font-weight: bold;
}



/*======================================

	2. サイト構造
	
=======================================*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0 auto;
	padding: 0;
	color: #000;
	line-height: 2em;
	background-color: #FFF;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

a {
	color: #009de1;
	text-decoration: none;
}

a:hover {
	color: #009de1;
	text-decoration: underline;
}

section {
	clear: both;
}

.main-color {
	color: #f64747;
}

.pc {
	display: none;
}


/*======================================

	3. ヘッダ設定
	
=======================================*/

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 60px;
	transition: .3s;
	background-color: #FFF;
}

header #contents-header {
	margin: 0px auto;
	padding: 0;
	height: 100px;
	overflow: hidden;
}

.header-left {
	margin: 10px 0 0 0;
	width: 50%;
	float: left;
	text-align: center;
}

.header-right {
	width: 50%;
	float: right;
	text-align: right;
}

h1 {
	margin: 0 0 0 10px;
	padding: 0;
}

.header-button img {
	margin: 0 5px 0 0;
	width: 80px;
	height: auto;
}

/* 2024年3月14日 */
header #contents-header {
	/* 上書き */
	overflow: visible;
}

.header-button.sp {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}


@media (max-width: 350px) {
	.header-button.sp a {
		width: 100%;
	}
}

.header-button.sp a {
	/* display: block; */
}

.header-button.sp a:first-of-type {
	/* margin-left: auto; */
}

.header-button.sp .hd-line-btn-sp {
	display: inline-block;
	height: 48px;
	width: 48px;
}

.header-button.sp .hd-line-btn-sp img {
	max-width: 100%;
}

/* ./ 2024年3月14日 */




/*======================================

	4. TOP設定
	
=======================================*/

.main-image {
	margin: 60px 0 0 0;
	width: 100%;
}

.main-image-inner {
	margin: 0 auto;
}

.main-image-inner img {
	width: 100%;
	height: auto;
}


/* --- 応援プログラム ---*/

.program {
	margin: 90px 0 0 0;
}

.program-box {
	margin: 0 15px;
	padding: 10px;
	position: relative;
	border: 4px solid #94bbff;
}

.program-box h2 {
	position: absolute;
	width: 80%;
	top: -40px;
	left: 10%;
}

.program-box p {
	font-size: 20px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.program-inner {
	margin: 30px 0 30px 0;
	overflow: hidden;
}

.program-inner-left {
	padding: 10px 0 0 0;
	float: left;
	width: 60px;
}

.program-inner-right {
	float: right;
	width: calc(100% - 70px);
}

.program-inner-right p.program-inner-t {
	margin: 0;
	font-size: 22px;
	text-align: center;
}

.program-inner-right p.program-inner-p {
	font-size: 16px;
	line-height: 1.4em;
}

.program-inner-right p.program-inner-p span.highlight {
	text-decoration: underline;
	/* 下線 */
	text-decoration-thickness: 0.5em;
	/* 線の太さ */
	text-decoration-color: rgba(255, 255, 0, 1);
	/* 線の色 */
	text-underline-offset: -0.2em;
	/* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none;
	/* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}


/* --- 家賃 ---*/
.yachin {
	margin: 15px 15px 30px 15px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
}

.yachin span.highlight {
	text-decoration: underline;
	/* 下線 */
	text-decoration-thickness: 0.5em;
	/* 線の太さ */
	text-decoration-color: rgba(255, 255, 0, 1);
	/* 線の色 */
	text-underline-offset: -0.2em;
	/* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none;
	/* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}


/* --- 部屋 ---*/

.room {}

.room h2 {
	margin: 50px 15px 10px 15px;
}

.tab-btn {
	display: none;
	/*タブの切り替えを制御するラジオボタンを非表示に*/
}

.tab-list-wrap {
	padding: 0;
	/*デフォルトの値をクリア*/
	margin: 0 15px 0 15px;
	/*デフォルトの値をクリア*/
	list-style-type: none;
	/*デフォルトの値をクリア*/
	display: flex;
	/*ボタンを横並びに*/
	gap: 4px;
	justify-content: space-between;
	/*ボタンを横幅いっぱいに配置*/
}

.tab-list-wrap li {
	width: 25%;
}

.tab-list {
	display: block;
	height: 45px;
	padding: 8px 0 0 0;
	text-align: center;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	border-top: 4px solid #94bbff;
	border-left: 4px solid #94bbff;
	border-right: 4px solid #94bbff;
	border-radius: 10px 10px 0 0;
	background: #94bbff;
	color: #FFF;
	box-sizing: border-box;
	/*borderの値を横幅に含める*/
	cursor: pointer;
	/*オンマウス時にカーソルを指の形に*/
}

#tab-btn1:checked~.tab-list-wrap #tab-list1,
#tab-btn2:checked~.tab-list-wrap #tab-list2,
#tab-btn3:checked~.tab-list-wrap #tab-list3,
#tab-btn4:checked~.tab-list-wrap #tab-list4,
#tab-btn5:checked~.tab-list-wrap #tab-list5 {
	background: #ffffff;
	/*対応するボタンにチェックが入ったときに背景を#ffffff（白）に*/
	color: #000;
}

.tab-content {
	padding: 0;
	display: none;
	/*初期状態を非表示に*/
}

#tab-btn1:checked~.tab-content-wrap #tab-content1,
#tab-btn2:checked~.tab-content-wrap #tab-content2,
#tab-btn3:checked~.tab-content-wrap #tab-content3,
#tab-btn4:checked~.tab-content-wrap #tab-content4,
#tab-btn5:checked~.tab-content-wrap #tab-content5 {
	display: block;
	/*対応するボタンにチェックが入ったときに表示*/
}

.tab-content {
	margin: 0 15px;
	padding: 15px;
	border: 4px solid #94bbff;
	background-image: url("img/reason-bg5.png");
}



.tab-content .name {
	margin: 0 0 53px 0;
	font-size: 16px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.tab-content .name span {
	font-size: 20px;
}

.tab-content .room-image1 {
	margin: 0 0 20px 0;
	position: relative;
}

.tab-content .room-image1 p {
	font-size: 16px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.tab-content .room-image1 .circle {
	position: absolute;
	background-color: #fffae3;
	width: 54px;
	height: 54px;
	top: -20px;
	right: -15px;
	border-radius: 50%;
	text-align: center;
	display: table;
}

.tab-content .room-image1 .circle p {
	font-family: "yu-gothic-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1;
}

.tab-content .room-outer {
	margin: 0 0 20px 0;
	overflow: hidden;
}

.tab-content .room-left {
	float: left;
	width: 48%;
}

.tab-content .room-left img {
	width: 100%;
	height: auto;
}

.tab-content .room-left p {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
}

.tab-content .room-right {
	float: right;
	width: 48%;
}

.tab-content .room-right img {
	width: 100%;
	height: auto;
}

.tab-content .room-right p {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
}

.tab-content .room-outer2 {
	margin: 0;
	overflow: hidden;
}

.tab-content .room-left2 {
	float: left;
	width: 48%;
}

.tab-content .room-left2 img {
	vertical-align: top;
}

.tab-content .room-right2 {
	float: right;
	width: 48%;
}

.tab-content .room-right2 img {
	vertical-align: top;
}

.tab-content .room-outer3 {
	overflow: hidden;
}

.tab-content .room-left3 {
	float: left;
	width: 48%;
}

.room-left3-inner {
	margin: 15px 0;
}

.room-left3-inner h4 {
	margin: 15px 0 0 0;
}

.head-border {
	display: flex;
	align-items: center;
	font-size: 12px;
}

.head-border:before,
.head-border:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #000;
}

.head-border:before {
	margin-right: 1rem;
}

.head-border:after {
	margin-left: 1rem;
}

.room-left3-inner p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
	color: #3852ff;
}

.room-left3-inner p.madori {
	font-size: 18px;
}

.tab-content .room-left3 h3 {
	padding: 5px 0;
	background-color: #94bbff;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	line-height: 1;
}

.tab-content .room-right3 {
	float: right;
	width: 48%;
}

.tab-content .room-right3 h3 {
	padding: 5px 0;
	background-color: #94bbff;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	line-height: 1;
}

.room-right3-table {
	margin: 0;
}

.tab-content .room-right3 table {

	border-collapse: collapse;
}

.tab-content .room-right3 th {
	padding: 5px;
	border-bottom: 1px solid #000;
	font-size: 16px;
	text-align: left;
}

.tab-content .room-right3 td {
	padding: 5px;
	border-bottom: 1px solid #000;
	font-size: 14px;
	text-align: right;
}

.area-button1-outer {
	padding: 30px 0;
	background-image: url("img/area-bg3.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.area-button1 {
	margin: 0 15px;
}

.area-button1 img {
	width: 100%;
	height: auto;
}



.week {}

.week h2 {
	margin: 50px 15px;
}

.week-button {
	margin: 0 15px;
	overflow: hidden;
}

.week-button ul {}

.week-button li {
	margin: 0 1%;
	width: 48%;
	float: left;
	list-style: none;
}

.kamiya {
	margin: 20px 0 0 0;
}

.kamiya h3 {
	margin: 0 15px;
}

.kamiya h3 img {
	vertical-align: top;
}

.kamiya-h3 {
	margin: 0 15px 30px 15px;
	overflow: hidden;
}

.kamiya-h3-left {
	padding: 8px 0;
	float: left;
	width: 49%;
	background-color: #5b95ff;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.kamiya-h3-right {
	float: right;
	width: 49%;
	font-size: 12px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.kamiya-week {
	padding: 70px 0 0 0;
	background-color: #e9fdfe;
}

.kamiya-inner1 {
	margin: 0 auto;
}

.kamiya-inner2 {
	margin: 0 auto;
}

.week-box {
	margin: 0 auto 60px auto;
	width: 280px;
	font-size: 16px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.week-box-img {
	width: 280px;
	height: 280px;
	position: relative;
}

.week-box-img img {
	width: 280px;
	height: 280px;
	object-fit: cover;
}

.week-box-img-w {
	position: absolute;
	width: 107px;
	height: 107px;
	top: -50px;
	left: -50px;
}

.week-box-img-w img {
	width: 107px;
	height: 107px;
	object-fit: cover;
}

.week-box2 {
	margin: 0 0 0 49px;
	padding: 0;
	width: 280px;
	float: left;
	font-size: 16px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.week-box-img2 {
	width: 280px;
	height: 250px;
	position: relative;
}

.kamiya-img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.kamiya-img img {
	vertical-align: top;
}

.kamiya-t {
	padding: 8px 0;
	font-size: 19px;
	background-color: #5b95ff;
	text-align: center;
	color: #FFF;
}



.ooshima {
	margin: 20px 0 0 0;
}

.ooshima h3 {
	margin: 0 15px;
}

.ooshima h3 img {
	vertical-align: top;
}

.ooshima-h3 {
	margin: 0 15px 30px 15px;
	overflow: hidden;
}

.ooshima-h3-right {
	padding: 8px 0;
	float: right;
	width: 49%;
	background-color: #fc86aa;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.ooshima-h3-left {
	float: left;
	width: 49%;
	font-size: 12px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.ooshima-week {
	padding: 70px 0 0 0;
	background-color: #f3eeff;
}

.ooshima-inner1 {
	margin: 0 auto;
}

.ooshima-inner2 {
	margin: 0 auto;
}

.ooshima-img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.ooshima-img img {
	vertical-align: top;
}

.ooshima-t {
	padding: 8px 0;
	font-size: 19px;
	background-color: #fc86aa;
	text-align: center;
	color: #FFF;
}


.reason {
	background-image: url("img/reason-bg5.png");
}

.reason h2 {
	margin: 20px 15px 0 15px;
}

.reason h2 img {
	width: 100%;
	height: auto;
}

.reason-inner {
	padding: 30px 0;

}

.reason-box {
	margin: 0 50px 30px 50px;
}

.reason-box-left {
	text-align: center;
	margin: 0 0 20px 0;
}

.reason-box-right {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.reason-box-right p {
	margin: 0 20px;
	font-size: 16px;
	line-height: 1.6em
}

.reason-box-right p.name {
	margin: 0 20px 20px 20px;
	font-size: 25px;
	line-height: 1.2em;
	text-align: center;
}

.reason-box-right p span {
	font-size: 16px;
}

.reason-box2 {
	margin: 0 50px 30px 50px;
}

.reason-box2-left {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.reason-box2-left p {
	margin: 0 20px;
	font-size: 16px;
	line-height: 1.6em
}

.reason-box2-left p.name {
	margin: 0 20px 20px 20px;
	font-size: 25px;
	line-height: 1.2em;
	text-align: center;
}

.reason-box2-left p span {
	font-size: 16px;
}

.reason-box2-right {
	text-align: center;
	margin: 0 0 20px 0;
}






.access {}

.google-map {
	padding: 20px;
	background-color: #fffae3;
	text-align: center;
}

.google-map iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.sns {
	padding: 50px 0;
}

.sns ul {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.sns li {
	list-style: none;
	float: left;
	text-align: center;
	width: calc(100% / 4);
	font-size: 14px;
}

.sns li img {
	width: 60px;
	height: auto;
}

.sns li a:hover img {
	opacity: 0.7;
}

.sns li span::before {
	content: "\A";
	white-space: pre;
}


/*======================================

	5. FOOTER設定
	
=======================================*/

footer {
	margin: 0;
	padding: 20px 0;
	background-color: #e6f8e2;
	text-align: center;
	font-size: 16px;
}

footer span {
	font-size: 12px;
}

footer img {
	width: 70%;
	height: auto;
}