@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.f-mincyo {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
}
.eitai-pc {
	display: block;
}
.eitai-tb {
	display: none;
}
.eitai-sp {
	display: none;
}
.privacy-policy-link {
	color : #000000;
	text-decoration: underline;
}
.post-btn-block {
	width : 100%;
	margin: 0 auto;
}
.post-btn-block .inner {
	width : 100%;
	display: flex;
	margin: 0 auto;
	justify-content: center;
}
.post-btn-block .r-btn {
	background: #c1272d;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	width: 320px;
	border-radius: 60px;
	cursor: pointer;
	padding: 10px 0;
	border: none;
	text-align: center;
}
.post-btn-block a {
	color: #fff;
	text-decoration: none;
}
/* ↓↓↓↓↓ ヘッダー ↓↓↓↓↓　*/
#header-in {
	width : 100%;
	padding: 30px 0;
	margin-bottom : 30px;
	border-bottom: solid 3px #29adbf;
}
#header-in .inner {
    display: flex;
    max-width: 1256px;
    margin: 0 auto;
}
#header-in .header-logo {
	width: 33%;
	height: auto;
	margin-right: auto;
	font-size: 0!important;
}
#header-in .header-contact {
	width: 33%;
	height: auto;
	margin-left: auto;
}
#header-in .header-lead {
    width: 34%;
    margin-top: 3px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
/* ↑↑↑↑↑ ヘッダー ↑↑↑↑↑　*/

/* ↓↓↓↓↓ カード型の施設一覧上部の絞り込みボタン ↓↓↓↓↓　*/
.index-tab-buttons .refind-link {
	background: #fff100;
}
.index-tab-buttons .refind-link a {
	color : #2e2e2e;
	font-weight: bold;
	text-decoration: none;
}

.index-tab-buttons .refind-nolink {
	background: #cccccc;
}
.index-tab-buttons .refind-nolink a {
	color : #ffffff;
	
	text-decoration: none;
}
/* ↑↑↑↑↑ カード型の施設一覧上部の絞り込みボタン ↑↑↑↑↑　*/


/* ↓↓↓↓↓ カード型の一覧の上部マップ領域 ↓↓↓↓↓　*/
.list-new-entries .inner-map {
	margin: 10px 0;
}
.inner-map #map {
	height: 400px;
	width: 100%;
}
.inner-map .map-facility-name {
	color : #2e2e2e;
	font-size : 16px;
	font-weight: bold;
}
/* ↑↑↑↑↑ カード型の一覧の上部マップ領域 ↓↓↓↓↓　*/


/* ↓↓↓↓↓　カード型の施設一覧 ↓↓↓↓↓　*/
.list-new-entries .disp-data-infomartion {
	text-align: right;
	background-color: var(--cocoon-xx-thin-color);
	padding: 10px;
}
.card-thumb img {
    border-radius: 14px;
}
.e-card-header {
	padding: 5px 0 5px 0;
	margin: 0 0 6px 0;
}
.e-card-content {
	background-image: url(img/facility_bg.svg);
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: 1% top;
	padding: 10px 4px 0 15%;
	margin: 6px 0;
}
.e-card {
	border-bottom: solid 1px #000;
	padding: 0 0 12px 0;
	margin: 0 0 10px 0;
}
.entry-area {
	font-size: 18px;
	font-weight: normal;
	border: solid 1px #000;
	border-radius: 40px;
	padding: 6px 30px;
}
/* ↑↑↑↑↑　カード型の施設一覧 ↑↑↑↑↑　*/


/* ↓↓↓↓↓　後でまとめて削除する ↓↓↓↓↓　*/
/* guide
----------------------------------*/
.guide {
	width: 100%;
	margin-bottom: 20px;
}
.guide .inner {
	width: 100%;
	display: block;
	margin: 30px 0;
}
.guide .inner .box {
	display: flex;
	margin: 0 0 20px 0;
}
.guide .inner .box .thumb {
	border-radius: 0;
	width: 45%;
}
.guide .inner .box .body {
	width: 55%;
	padding-left: 1.5vw;
}
.guide ol, ul {
  padding-left: 10px;
  list-style-type: none;
}
.guide .seeall {
	background: #fff;
	width: 100%;
	display: flex;
	overflow: hidden;
	margin: 0 0 11px auto;
	border-radius: 3px;
	border: solid 1px #000;
	padding-left: 7px;
}
.guide .seeall a {
	font-size: 22px;
	display: flex;
	padding: 2px 0 2px 20px;
	color: #000;
	font-weight: normal;
	text-align: left;
	width: 100%;
	justify-content: space-between;
	height: auto;
	min-height: 28px;
	line-height: 1;
}
.guide .seeall a span {
	display: flex;
	max-width: 464px;
	font-size: 16px;
	justify-content: center;
	align-items: center;
}
.guide .seeall a i {
	width: 32px;
	height: 30px;
	display: flex;
	justify-content: flex-end;
	float: right;
	border-left: solid 1px #000;
	padding: 3px .3vw 3px .4vw;
	  justify-content: flex-end;
  align-items: center;
}
.guide .seeall a i img {
	width: 31px;
	justify-content: center;
 	align-items: center;
}
.guide .seeall {
	display: flex;
}
.guide .seeall span.new-mark {
	display: inline-block;
	background: #fff100;
	color: red;
	font-size: 13px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    font-weight: bold;
    padding: 8px 4px 2px ;
    width: auto;
    height: 28px;
    margin: 4px 4px;
}
/* ↑↑↑↑↑　後でまとめて削除する ↑↑↑↑↑　*/


/* ↓↓↓↓↓　フォーム用Class ↓↓↓↓↓　*/
/* フォーム全体のスタイル */
.wpcf7 {
	background-color: #f0f0f0; /* ライトグレー */
	padding: 20px;
	border-radius: 10px;
	max-width: 800px;
	margin: auto;
}
/* ラベルのスタイル */
.wpcf7-form label {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #333333; /* ダークグレー */
}
/* 必須フィールドのラベルスタイル */
.wpcf7-form .required {
	background-color: #ff0000; /* レッド */
	color: white;
	padding: 2px 5px;
	border-radius: 3px;
	margin-left: 10px;
	font-size: 12px;
}
/* インプットフィールドのスタイル */
.wpcf7-form textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #cccccc; /* ライトグレー */
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	background-color: #ffffff; /* 白 */
}
/* テキストエリアのスタイル */
.wpcf7-form textarea {
	height: 150px;
	resize: vertical;
}
/* 送信ボタンのスタイル */
.wpcf7-buttons {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.wpcf7-submit-button {
	background: #c1272d;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    width: 320px;
    border-radius: 60px;
    cursor: pointer;
    padding: 10px 0;
    border: none;
	text-align:center;
}
/* エラーメッセージと成功メッセージのスタイル */
.wpcf7-form .wpcf7-not-valid-tip {
	color: red;
	font-size: 14px;
}
.wpcf7-form .wpcf7-mail-sent-ok {
	color: green;
	font-size: 16px;
	margin-bottom: 20px;
}
.wpcf7-form-control::placeholder {
  color: #cccccc;
}
.confirm-message {
    width: 99.5%;
    text-align: center;
    border: solid 1px #c1272d;
    padding: 22px 0;
    margin: 0 auto 40px;
}
.confirm-message span {
/*	font-size: 22px; */
    font-weight: bold;
    color: #c1272d;
    line-height: 1.2;
}
.wpcf7-select:disabled {
    background-color: #ccc;
    border-color: #000000;
    color: #000;
}
.wpcf7-text:disabled {
    background-color: #ccc;
}
.wpcf7-textarea:disabled {
    background-color: #ccc;
}
/* ↑↑↑↑↑　フォーム用Class ↑↑↑↑↑　*/


/* ↓↓↓↓↓　施設詳細のスライダー ↓↓↓↓↓　*/
.mv {
	width: 100%;
	padding: 30px 0 0;
}
.mv.slide-block {
	width: 100%;
	padding: 0;
}
.slider-container {
	width:100%;
	margin:0 auto;
}
.slick-slide{
	padding:.5vw;
}
#thumbs .slick-current img{
	outline:2px solid #777;
}
.slick-prev,.slick-next{z-index:2;}
.slick-prev{left:0!important;}
.slick-next{right:0!important;}
/*-----------矢印表示----------*/
.slick-next{ right:0!important; }
.slick-prev{ left:0!important; }
.slick-arrow{ z-index:2!important; }
.slick-arrow:before{
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}
.slick-next:before{
	background: url(img/sl_arrow_r.png)!important;
	background-size: contain!important;
}
.slick-prev:before{
	background: url(img/sl_arrow_l.png)!important;
	background-size: contain!important;
}
.slick-arrow{
	z-index:2!important;
	width:50px!important;
	height:141px!important;
}
.slick-next{
	right:0px!important;
}
.slick-prev{
	left:0px!important;
}
/* ↑↑↑↑↑　施設詳細のスライダー ↑↑↑↑↑　*/


/* ↓↓↓↓↓　施設詳細ページ ↓↓↓↓↓　*/
.facilities-head {
	background-color: #ffffff;
	width : 100%;
	padding: 10px 10px 10px 10px;
	margin-bottom: 0 !important;
}
.facilities-head h1 {
	font-size: 48px;
	margin: 12px 0 0;
	letter-spacing: 1px;
	line-height: 1.1;
}
.facilities-head .rubi {
	font-size : 0.5em;
	margin-bottom : 0.3em;
}
.facilities-head .head {
    width: auto;
    min-width: 296px;
    display: flex;
    padding: 0;
    justify-content: flex-end;
}
.facilities-head .inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: -30px;
}
.facilities-head h3 {
    font-size: 19px;
    font-weight: normal;
    border-radius: 40px;
    padding: 7px 42px;
    background: #009db3;
    color: #fff;
    width: auto;
	height: 35px;
	border-left : 0px solid;
}
.facilities-head h3 span {
	font-size: 18px;
	display: inline-block;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	border-left: solid 1px #fff;
}
.facilities-head h4 {
	font-size: 18px;
	font-weight: normal;
	border: solid 1px #000;
	border-radius: 40px;
	padding: 7px 36px;
	height: 35px;
	color: #000;
}
.facilities-head .area {
	min-width: 350px;
	display: flex;
	padding: 0;
	justify-content: flex-end;
}
.facilities-head .area .kinds {
	font-size: 19px;
	margin-left: 24px;
	border-left: solid 1px #000;
	padding: 0 0 8px 26px;
}
.facilities-table-type1 {
	border-collapse: collapse;
	white-space: normal;
	table-layout: fixed;
	width: 100%!important;
	margin-top : 0px!important;
	margin-bottom : 10px!important;
}
.facilities-table-type1 th {
	border-top: solid 2px #000;
	border-bottom: 2px solid #595959;
	background: #e6e6e6;
	border-left: none!important;
	border-right: none!important;
	height: auto;
	padding: 12px 2vw;
}
.facilities-table-type1 td {
	border-top: solid 2px #000;
	border-bottom: 2px solid #595959;
	background: #ffffff;
	border-left: none!important;
	border-right: none!important;
	height: auto;
	padding: 10px 2vw;
		table-layout: fixed;
}
.facilities-table-type1 .tal {
	width: 36%;
	text-align: left;
}
.facilities-table-type1 .price {
	width: 22%!important;
	text-align: right;
	padding: 12px 0vw;
}
.facilities-table-type1 .biko {
	width: 10%!important;
    text-align: left;
    font-size: 0.8em;
    padding: 12px 0vw;
    vertical-align: bottom;
}
.facilities-table-type1 .opcl {
	width: 26%;
	text-align: left;
}
.facilities-table-type1 .opvl {
	width: 24%;
	text-align: center;
}
.facilities-cost {
	margin-top: -10px;
}
.facilities-cost .wp-block-heading {
	margin-bottom: 0.62em;
}
.facilities-option {
	margin-top: -10px;
}
.facilities-option .wp-block-heading {
	margin-bottom: 0.62em;
}
.facilities-infomation {
	margin-top: -10px;
}
.facilities-infomation .wp-block-heading {
	margin-bottom: 0.62em;
}
.facilities-access {
	margin-top: -10px;
}
.facilities-access .wp-block-heading {
	margin-bottom: 0.62em;
}
.facilities-flow {
	margin-top: -10px;
}
.facilities-flow .wp-block-heading {
	margin-bottom: 0.62em;
}
.btn-block {
	width: 690px;
	margin: 30px auto 60px;
}
.btn-block .inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.r-btn {
	background: #c1272d;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    width: 320px;
    border-radius: 60px;
    cursor: pointer;
    padding: 10px 0;
    border: none;
	text-align:center;
}
.r-btn:disabled {
	background: #cccccc;
}
#facilities-infomation .inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 55px;
}
#facilities-infomation .thumb {
	width: 28%;
	border-radius: 4px;
}
#facilities-infomation img {
	width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
	vertical-align: top;
    max-width: 100%;
}
#facilities-infomation figcaption {
	width: 71%;
	color: #000;
    margin-left: 20px;
	font-size: 18px;
    line-height: 1.4;
}
#facilities-access .acf-map {
    width: 100%;
    height: 400px;
	margin-bottom:10px;
}
#facilities-access .acf-map img {
   max-width: inherit !important;
}
#facilities-flow {
	width: 100%;
	margin: 0 auto;
}
#facilities-flow .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2px;
    margin: 20px auto;
}
#facilities-flow .step-list {
    flex-basis: calc((100% - 6px) / 4);
    max-width: calc((100% - 6px) / 4);
    border-bottom: solid 1px #000;
    width: 25%;
    border-right: solid 2px #009db3;
    border-bottom: none;
    padding: 0 15px;
}
#facilities-flow .step {
    width: 154px;
    margin: 0 auto 14px;
    color: #fff;
    background: #009db3;
    padding: 7px 0;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
}
#facilities-flow h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
#facilities-flow .icon {
    width: 75%;
    margin: 6px auto 8px;
}
#facilities-flow .substance {
    font-size: 16px;
    line-height: 1.5;
}
#facilities-flow .period {
    width: 100%;
    margin: 0 auto 50px;
}
#facilities-flow .shortest {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin: 34px auto 20px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -js-display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
}
#facilities-flow .shortest:before, #facilities-flow .shortest:after {
    border-top: 8px solid #009db3;
    content: "";
    display: inline;
    flex-grow: 1;
}
#facilities-flow .shortest span {
    padding: 0 55px;
    font-size: 28px;
    font-weight: 700;
}
#facilities-flow .sub {
    font-size: 18px;
    text-align: center;
}
#facilities-flow .note {
	margin: 0 auto 50px;
}
#facilities-flow p {
    font-size: 17px;
    line-height: 1.5;
}
/* ↑↑↑↑↑　施設詳細ページ ↑↑↑↑↑　*/


/* ↓↓↓↓↓　見学予約カレンダー ↓↓↓↓↓　*/
.ui-datepicker-calendar .day-sunday > a,
.ui-datepicker-calendar .day-holiday > a {
  background: #ffc0c0;
}
.ui-datepicker-calendar .day-saturday > a {
  background: #c0d0ff;
}
/* ↑↑↑↑↑　見学予約カレンダー ↑↑↑↑↑　*/

/* ↓↓↓↓↓ フッター手前 ↓↓↓↓↓　*/
.eitai-contents-bottom .bnr_instagram {
	display: none;
}
/* ↑↑↑↑↑ フッター手前 ↑↑↑↑↑　*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	/*必要ならばここにコードを書く*/
	/* ↓↓↓↓↓ ヘッダー ↓↓↓↓↓　*/
	#header-in {
		width: 98%;
		padding: 0;
		margin-bottom: 20px;
		border-bottom: solid 2px #29adbf;
		overflow: hidden;
	}
	#header-in .inner {
		display: flex;
		width: 100%;
		margin: 1px auto;
	}
	#header-in .header-logo {
		width: 38%;
		height: auto;
		margin-right: auto;
	}
	#header-in .header-contact {
		width: 38%;
		height: auto;
		margin-left: auto;
	}
	#header-in .eitai-pc {
		display : none;
	}
	#header-in .eitai-tb {
		display : block;
	}
	#header-in .header-lead {
		width: 98%;
		padding: 10px 10px;
	}
	/* ↑↑↑↑↑ ヘッダー ↑↑↑↑↑　*/

	/* ↓↓↓↓↓ フッター手前 ↓↓↓↓↓　*/
	.eitai-contents-bottom .bnr_instagram {
		padding: 0 10px;
		display: block;
	}
	/* ↑↑↑↑↑ フッター手前 ↑↑↑↑↑　*/
}


/*834px以下*/
@media screen and (max-width: 834px){
	/*必要ならばここにコードを書く*/
	/* ↓↓↓↓↓ ヘッダー ↓↓↓↓↓　*/
	#header-in {
		width: 98%;
		padding: 0;
		margin-bottom: 20px;
		border-bottom: solid 2px #29adbf;
		overflow: hidden;
	}
	#header-in .inner {
		display: flex;
		width: 100%;
		margin: 10px auto;
	}
	#header-in .header-logo {
		width: 38%;
		height: auto;
		margin-right: auto;
	}
	#header-in .header-contact {
		width: 38%;
		height: auto;
		margin-left: auto;
	}
	#header-in .header-lead {
		width: 98%;
		padding: 0 10px;
		font-size: 12px;
	}
	/* ↑↑↑↑↑ ヘッダー ↑↑↑↑↑　*/
}

/*480px以下*/
@media screen and (max-width: 480px){
	/*必要ならばここにコードを書く*/
	.eitai-sp {
		display: block;
	}
	/* ↓↓↓↓↓ ヘッダー ↓↓↓↓↓　*/
	#header-in {
		width: 98%;
		padding: 10px 0;
		margin-bottom: 10px;
		border-bottom: solid 2px #29adbf;
		overflow: hidden;
	}
	#header-in .inner {
		display: flex;
		margin: 0 auto;
		padding: 10px 0;
		align-items: flex-start;
	}
	#header-in .header-logo {
		position: relative;
		width: 50%;
		padding-top: calc(50% / (850 / 160));
		margin-right: auto;
	}
	#header-in .header-contact {
		position: relative;
		width: 50%;
		padding-top: calc(50% / (850 / 160));
		margin-left: auto;
	}
	#header-in img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	#header-in .header-lead {
		font-size: 11px;
	}
	/* ↑↑↑↑↑ ヘッダー ↑↑↑↑↑　*/

	/* ↓↓↓↓↓　施設詳細ページ ↓↓↓↓↓　*/
	.facilities-head {
		width: 100%;
		margin: 10px 0 10px;
		padding: 0 15px;
	}
	.facilities-head h1 {
		font-size: 26px;
		margin: 16px 0 0;
		letter-spacing: 1px;
		line-height: 1.1;
		padding: 0;
	}
	.facilities-head .head {
		display: flex;
		justify-content: space-between;
		width: 220px;
		margin-bottom: -10px;
		min-width: 220px;
	}
	.facilities-head .inner {
		display: block;
		justify-content: space-between;
		width: 100%;
		padding: 0;
	}
	.facilities-head h3 {
		font-size: 12px;
		font-weight: normal;
		border-radius: 40px;
		padding: 6px 26px;
		background: #009db3;
		color: #fff;
		width: auto;
		height: 28px;
		min-width: 180px;
	}
	.facilities-head h3 span {
		font-size: 12px;
		display: inline-block;
		padding: 0 0 0 10px;
		margin: 0 0 0 10px;
		border-left: solid 1px #fff;
	}
	.facilities-head h4 {
		font-size: 12px;
		font-weight: normal;
		border: solid 1px #000;
		border-radius: 40px;
		padding: 6px 22px;
		height: 28px;
		color: #000;
	}
	.facilities-head .area {
		min-width: 180px;
		display: flex;
		padding: 0;
		justify-content: flex-start;
	}
	.facilities-head .area .kinds {
		font-size: 12px;
		margin: 0 0 0 14px;
		border-left: solid 1px #000;
		padding: 3px 12px 4px 14px;
		height: 24px;
	}
	.facilities-table-type1 {
		font-size : 15px;
	}
	.btn-block {
		width : 80%;
		margin: 20px auto 40px;
		margin-top: -30px;
	}
	.btn-block .inner {
		width: 100%;
		margin: 20px auto 40px;
		display: block;
	}
	.btn-block .r-btn {
		margin: 10px auto;
		width: 100%;
	}
	#facilities-infomation .inner {
		width: 100%;
		display: block;
		margin: 10px 0 35px;
	}
	#facilities-infomation .inner .thumb {
		width: 100%;
		border-radius: 4px;
		margin: 15px auto;
	}
	#facilities-infomation figcaption {
		width: 100%;
		margin-left: 0;
	}
	#facilities-flow .step-list {
		flex-basis: 100%;
		max-width: 100%;
		border-bottom: solid 1px #000;
		width: 100%;
		border-right: none;
		border-bottom: none;
		padding: 0 15px;
	}
	#facilities-flow .step {
		width: 240px;
		margin: 0 auto 14px;
		color: #fff;
		background: #009db3;
		padding: 8px 0 7px;
		border-radius: 40px;
		text-align: center;
		font-size: 18px;
	}
	#facilities-flow h4 {
		font-size: 17px;
		line-height: 1.3;
	}
	#facilities-flow .icon {
		width: 180px;
		margin: 6px auto 8px;
	}
	#facilities-flow .substance {
		font-size: 16px;
		line-height: 1.5;
		width: 300px;
		margin: 0 auto 35px;
	}
	#facilities-flow .shortest span {
		padding: 0 25px;
		font-size: 24px;
	}
	#facilities-flow p {
		font-size: 16px;
	}
	/* ↑↑↑↑↑　施設詳細ページ ↑↑↑↑↑　*/

	/* ↓↓↓↓↓　施設詳細のスライダー ↓↓↓↓↓　*/
	.slick-arrow{
		width:30px!important;
		height:65px!important;
	}
	/* ↑↑↑↑↑　施設詳細のスライダー ↑↑↑↑↑　*/


	/* ↓↓↓↓↓ 一覧のタイトル ↓↓↓↓↓　*/
	.list-title-in {
		white-space: wrap;
	}
	/* ↑↑↑↑↑ 一覧のタイトル ↑↑↑↑↑　*/


	/* ↓↓↓↓↓　後でまとめて削除する ↓↓↓↓↓　*/
	/* guide */
	.guide .inner .box {
		display: block;
		margin: 0 0 20px 0;
	}
	.guide .inner .box .thumb {
		border-radius: 0;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.guide .inner .box .body {
		width: 100%;
		padding: 0;
		margin: 5px 0;
	}
	.guide .seeall a span {
		height: auto;
		max-width: 316px;
	}
	.guide .seeall span.new-mark {
		font-size: 11px;
		padding: 5px 4px 2px;
		height: 20px;
		margin: 3px 4px;
	}
	.guide .seeall a i {
		width: 23px;
		height: 23px;
		display: flex;
		justify-content: flex-end;
		float: right;
		border-left: solid 1px #000;
		padding: 3px 3px 3px 3px;
		justify-content: flex-end;
		align-items: center;
	}
	.guide .seeall a i img {
		width: 23px;
	}
	/* ↑↑↑↑↑　後でまとめて削除する ↑↑↑↑↑　*/

	/* ↓↓↓↓↓ フッター手前 ↓↓↓↓↓　*/
	.eitai-contents-bottom .bnr_instagram {
		text-align: center;
		display: block;
	}
	/* ↑↑↑↑↑ フッター手前 ↑↑↑↑↑　*/
}
