@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	各固定ページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	body直下にid名「wrapper」のdivがあります。
	こちらには、固定ページごとに異なるclass名(post-〇)が付与されますので、
	ご活用ください。
	
	【例】
	<body>
	<div id="wrapper" class="post-2 page type-page status-publish has-post-thumbnail hentry">

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



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

	レイアウト

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper{
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		padding: 80px 0;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
		min-height: 50vh;
		padding: 12vw 0;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}
}





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

	メイン画像

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_cate {
		position: relative;
	}
	.main_cate_in {
		position: relative;
		height: 450px;
	}
	.main_cate_in::before {
		content: "";
		width: 320px;
		height: 210px;
		background: url(../img/aruku.png) center top / contain no-repeat;
		position: absolute;
		bottom: -120px;
		right: -20px;
		z-index: 1;
	}
	.main_cate_in img {
		width: 800px !important;
		height: 450px;
		padding-left: 15px;
		border-radius: 150px 0 150px 0;
		object-fit: cover;
	}
	.main_top-text {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateY(-50%);
		margin-left: 180px;
	}
	.main_top-text p {
		margin-top: 0;
	}
	.top_text1 {
		font-size: 2.25em;
		font-weight: bold;
	}
	.top_text2 {
		font-size: 2em;
		padding-left: 65px;
		position: relative;
		display: inline-block;
	}
	.top_text2::before {
		content: "";
		width: 45px;
		height: 1px;
		background-color: #373030;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_cate {
		position: relative;
	}
	.main_cate_in {
		position: relative;
		height: 300px;
	}
	.main_cate_in img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.main_top-text {
		position: absolute;
		left: 0%;
		bottom: 0;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 10px 20px;
		white-space: nowrap;
		border-radius: 0 10px 0 0;
	}
	.main_top-text p {
		margin-top: 0;
	}
	.top_text1 {
		font-size: 2em;
		font-weight: bold;
	}
	.top_text2 {
		font-size: 1.8em;
		padding-left: 55px;
		position: relative;
		display: inline-block;
	}
	.top_text2::before {
		content: "";
		width: 45px;
		height: 1px;
		background-color: #373030;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}











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

	セクション

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 2カラム
	----------------------------------------------- */
	.col2_1,
	.col2_1_long,
	.col2_1_middle,
	.col2_1_short,
	.col2_1_vshort,
	.col2_1_mshort {
		margin-right: 20px;
	}
	.col2_2,
	.col2_2_long,
	.col2_2_middle,
	.col2_2_short,
	.col2_2_vshort,
	.col2_2_mshort {
		margin-left: 20px;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-right: 20px;
	}
	.col3_2 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.col3_3 {
		margin-left: 20px;
	}

	/* 3カラム画像トリミング */
	.col3_1 img,
	.col3_2 img,
	.col3_3 img {
		width: 100%;
		height: 209px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}

}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 2カラム
	----------------------------------------------- */
	.col2_1 {
	}
	.col2_1_long {
		margin-top: 16vw;
	}
	.col2_1_middle {
		margin-top: 12vw;
	}
	.col2_1_short {
		margin-top: 8vw;
	}
	.col2_1_vshort {
		margin-top: 4vw;
	}
	.col2_1_mshort {
		margin-top: 3vw;
	}

	.col2_2 {
	}
	.col2_2_long {
		margin-top: 16vw;
	}
	.col2_2_middle {
		margin-top: 12vw;
	}
	.col2_2_short {
		margin-top: 8vw;
	}
	.col2_2_vshort {
		margin-top: 4vw;
	}
	.col2_2_mshort {
		margin-top: 3vw;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-top: 0;
	}
	.col3_2,
	.col3_3 {
		margin-top: 12vw;
	}

	/* 3カラム画像トリミング */
	.col3_1 img,
	.col3_2 img,
	.col3_3 img {
		width: 100%;
		height: 61vw;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}

}





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

	マージンボックス

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 120px;
	}
	.top_middle {
		margin-top: 80px;
	}
	.top_short {
		margin-top: 40px;
	}
	.top_vshort {
		margin-top: 35px;
	}
	.top_mshort {
		margin-top: 10px;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 120px;
	}
	.bottom_middle {
		margin-bottom: 80px;
	}
	.bottom_short {
		margin-bottom: 40px;
	}
	.bottom_vshort {
		margin-bottom: 20px;
	}
	.bottom_mshort {
		margin-bottom: 10px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 16vw;
	}
	.top_middle {
		margin-top: 12vw;
	}
	.top_short {
		margin-top: 8vw;
	}
	.top_vshort {
		margin-top: 4vw;
	}
	.top_mshort {
		margin-top: 3vw;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 16vw;
	}
	.bottom_middle {
		margin-bottom: 12vw;
	}
	.bottom_short {
		margin-bottom: 8vw;
	}
	.bottom_vshort {
		margin-bottom: 4vw;
	}
	.bottom_mshort {
		margin-bottom: 3vw;
	}

}




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

	パディングボックス

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 120px;
	}
	.p_top_middle {
		padding-top: 80px;
	}
	.p_top_short {
		padding-top: 40px;
	}
	.p_top_vshort {
		padding-top: 20px;
	}
	.p_top_mshort {
		padding-top: 10px;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 120px;
	}
	.p_bottom_middle {
		padding-bottom: 80px;
	}
	.p_bottom_short {
		padding-bottom: 40px;
	}
	.p_bottom_vshort {
		padding-bottom: 20px;
	}
	.p_bottom_mshort {
		padding-bottom: 10px;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.row_middle {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.row_short {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.row_vshort {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.row_mshort {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 16vw;
	}
	.p_top_middle {
		padding-top: 12vw;
	}
	.p_top_short {
		padding-top: 8vw;
	}
	.p_top_vshort {
		padding-top: 4vw;
	}
	.p_top_mshort {
		padding-top: 3vw;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 16vw;
	}
	.p_bottom_middle {
		padding-bottom: 12vw;
	}
	.p_bottom_short {
		padding-bottom: 8vw;
	}
	.p_bottom_vshort {
		padding-bottom: 4vw;
	}
	.p_bottom_mshort {
		padding-bottom: 3vw;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	.row_middle {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
	.row_short {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.row_vshort {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
	.row_mshort {
		padding-top: 3vw;
		padding-bottom: 3vw;
	}


	/* 背景色を伸ばす
	----------------------------------------------- */
	.row_sp {
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
}




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

	カラーボックス

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

/* カラー01 */
.row_c01 {
	background: url(../img/spacer.gif) center top / auto auto repeat ,#FAF9F4;
	color: inherit;
}

/* カラー02 */
.row_c02 {
	background: url(../img/spacer.gif) center top / auto auto repeat ,#444444;
	color: #ffffff;
}

/* ボーダー囲い色 */
.box_border {
	border-color: #cccccc;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* カラー01 */
	.row_c01 {
	}

	/* カラー02 */
	.row_c02 {
	}

	/* ボーダー囲い */
	.box_border {
		padding: 40px;
		border-style: solid;
		border-width: 4px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* カラー01 */
	.row_c01 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* カラー02 */
	.row_c02 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 4vw;
		border-style: solid;
		border-width: 4px;
	}
}




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

	見出し

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		border-bottom: 3px solid;
		padding: 0 0 12px 0 !important;
	}
	.h2_cate h2 {
		font-size: 32px;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h2_cate h2 {
		color: inherit;
	}
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid;
		padding: 0 0 8px 0 !important;
	}
	.h3_cate h3 {
		font-size: 26px;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h3_cate h3 {
		color: inherit;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 8px 0 !important;
	}
	.h3_col3 h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.4;
		color: inherit;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		border-bottom: 3px solid;
		padding: 0 0 2vw 0 !important;
	}
	.h2_cate h2 {
		font-size: 5.5vw;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h2_cate h2 {
		color: inherit;
	}
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid;
		padding: 0 0 1.5vw 0 !important;
	}
	.h3_cate h3 {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h3_cate h3 {
		color: inherit;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 1vw 0 !important;
	}
	.h3_col3 h3 {
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.4;
		color: inherit;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}




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

	共通ボタン

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.link_common ul li {
		display: inline-block;
		font-size: 22px;
		letter-spacing: 0;
	}
	.link_common ul li:not(:first-child) {
		margin-left: 20px;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		background-color: #666666;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 4em 0.9em;
	}
	.row_c01 .link_common ul li a {
	}
	.row_c02 .link_common ul li a {
		background-color: #ffffff;
		color: #444444;
	}

	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow.png) center top / contain no-repeat;
		width: 10px;
		height: 15px;
		top: 50%;
		margin-top: -7px;
		right: 16px;
	}
	.row_c01 .link_common ul li a::after {
	}
	.row_c02 .link_common ul li a::after {
		background: url(../img/arrow2.png) center top / contain no-repeat;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		display: block;
		font-size: 4vw;
	}
	.link_common ul li:not(:first-child) {
		margin-top: 2vw;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		width: 80vw;
		background-color: #666666;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 0 0.9em;
		margin-left: auto;
		margin-right: auto;
	}
	.row_c01 .link_common ul li a {
	}
	.row_c02 .link_common ul li a {
		background-color: #ffffff;
		color: #444444;
	}

	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow.png) center top / contain no-repeat;
		width: 2vw;
		height: 3vw;
		top: 50%;
		margin-top: -1.5vw;
		right: 3vw;
	}
	.row_c01 .link_common ul li a::after {
	}
	.row_c02 .link_common ul li a::after {
		background: url(../img/arrow2.png) center top / contain no-repeat;
	}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここから各固定ページ

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



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

	固定ページ共通箇所css

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.bc_title h2 {
		text-align: center;
		font-size: 1.62em;
		font-weight: bold;
		position: relative;
		padding-bottom: 50px;
	}
	.bc_title h2::before {
		content: "";
		width: 75px;
		height: 6px;
		border-radius: 10px;
		background-color: #E6EB94;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.bc_text {
		text-align: center;
		margin-top: 50px;
	}
	.bc_text p{
		margin-top: 12px;
	}

	/* 画像とテキストの2カラム時、画像を縦に合わせる */
	.section_stretch > div > div {
		align-items: stretch;
	}
	/* 画像とテキストの2カラム時、テキストの設定 */	
	.section_text {
		margin-top: 35px;
		line-height: 2.2;
	}
	/* 画像とテキストの2カラム時、画像の設定 */	
	.img_wrap > div > div > img {
		width: 580px;
		height: 536px;
		object-fit: cover;
	}
	.img_radius > div > div > img{
		border-radius: 150px 0 150px 0;
		width: 580px;
		height: 536px;
		object-fit: cover;
	}

	/* セクションタイトル 無印肉球 */
	.section_title-normal {
		font-size: 1.8em;
		font-weight: bold;
		padding-left: 75px;
		padding-bottom: 10px;
		border-bottom: 2.5px solid #E6EB94;
		position: relative;
	}
	.section_title-normal::before {
		content: "";
		width: 65px;
		height: 65px;
		background: url(../img/nukukyu.png) center top / contain no-repeat;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	/* セクションに犬のイラストを配置 */
	.dog {
		position: relative;
	}
	.dog::before {
		content: "";
		width: 148px;
		height: 192px;
		background: url(../img/dog1.png) center top / contain no-repeat;
		position: absolute;
		left: 40px;
		bottom: 0;
	}

	/* セクションタイトル */
	.section_title-jp h2{
		font-size: 2.5em;
		font-weight: 500;
		margin-bottom: 8px;
	}
	.section_title-en p{
		font-size: 2em;
		padding-left: 65px;
		position: relative;
		display: inline-block;
	}

	.section_title-en p::before {
		content: "";
		width: 45px;
		height: 1px;
		background-color: #373030;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.section_title-center {
		text-align: center;
	}
	.section_title-center p{
		position: relative;
		padding-right: 65px;
	}
	.section_title-center p::after {
		content: "";
		width: 45px;
		height: 1px;
		background-color: #373030;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.section_text {
		margin-top: 20px;
	}
	.section_text p{
		line-height: 2.3;
		font-weight: 400;
	}

	/* 縞々リスト */
	.list {
		margin-top: 35px;
	}
	.list_title {
		font-size: 1.5em;
		font-weight: 500;
		margin-bottom: 20px;
	}
	.list ul li {
		padding: 15px 15px 15px 45px;	
		position: relative;
	}
	.list ul li:nth-child(odd) {
		background-color: #FAF9F4;	
	}
	.list.num_list ul li:nth-child(1)::before {
		content: "01.";
		left: 15px;
		top: 28px;
		transform: translateY(-50%);
		position: absolute;
	}
	.list.num_list ul li:nth-child(2)::before {
		content: "02.";
		left: 15px;
		top: 28px;
		transform: translateY(-50%);
		position: absolute;
	}
	.list.num_list ul li:nth-child(3)::before {
		content: "03.";
		left: 15px;
		top: 28px;
		transform: translateY(-50%);
		position: absolute;
	}
	.list.num_list ul li:nth-child(4)::before {
		content: "04.";
		left: 15px;
		top: 28px;
		transform: translateY(-50%);
		position: absolute;
	}
	.list.num_list ul li:nth-child(5)::before {
		content: "05.";
		left: 15px;
		top: 28px;
		transform: translateY(-50%);
		position: absolute;
	}
	.list.num_list ul li:nth-child(6)::before {
		content: "06.";
		left: 15px;
		top: 28px;
		transform: translateY(-50%);
		position: absolute;
	}

	.list span {
		font-size: 0.8em;
	}

	.hotel_price {
		font-size: 1.5em;
		font-weight: 500;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.bc_title h2 {
		text-align: center;
		font-size: 1.4em;
		font-weight: bold;
		position: relative;
		padding-bottom: 30px;
	}
	.bc_title h2::before {
		content: "";
		width: 75px;
		height: 6px;
		border-radius: 10px;
		background-color: #E6EB94;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.bc_text {
		text-align: center;
		margin-top: 30px;
	}
	.bc_text p{
		margin-top: 8px;
	}

	/* 画像とテキストの2カラム時、画像を縦に合わせる */
	.section_stretch > div > div {
		align-items: stretch;
	}
	/* 画像とテキストの2カラム時、テキストの設定 */	
	.section_text {
		margin-top: 35px;
		line-height: 2.2;
	}
	/* 画像とテキストの2カラム時、画像の設定 */	
	.img_wrap > div > div > img {
		object-fit: cover;
	}
	.img_radius > div > div > img{
		border-radius: 50px 0 50px 0;
		object-fit: cover;
	}

	/* セクションタイトル 無印肉球 */
	.section_title-normal {
		font-size: 1.4em;
		font-weight: bold;
		padding-left: 55px;
		padding-bottom: 10px;
		border-bottom: 2.5px solid #E6EB94;
		position: relative;
		margin-top: 20px;
	}
	.section_title-normal::before {
		content: "";
		width: 45px;
		height: 45px;
		background: url(../img/nukukyu.png) center top / contain no-repeat;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	/* セクションに犬のイラストを配置 */
	.dog {
		position: relative;
	}
	.dog::before {
		content: "";
		width: 80px;
		height: 100px;
		background: url(../img/dog1.png) center top / contain no-repeat;
		position: absolute;
		left: 0;
		bottom: -50px;
		z-index: 3;
	}

	/* セクションタイトル */
	.section_title-jp h2{
		font-size: 2em;
		font-weight: 500;
	}
	.section_title-en p{
		font-size: 1.8em;
		padding-left: 30px;
		position: relative;
		display: inline-block;
	}

	.section_title-en p::before {
		content: "";
		width: 25px;
		height: 1px;
		background-color: #373030;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.section_title-center {
		text-align: center;
	}
	.section_title-center p{
		position: relative;
		padding-right: 40px;
	}
	.section_title-center p::after {
		content: "";
		width: 25px;
		height: 1px;
		background-color: #373030;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.section_text {
		margin-top: 8px;
	}
	.section_text p{
		line-height: 1.8;
		font-weight: 400;
	}


	/* 縞々リスト */
	.list {
		margin-top: 35px;
	}
	.list_title {
		font-size: 1.4em;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.list ul li {
		padding: 15px 15px 15px 45px;	
		position: relative;
	}
	.list ul li:nth-child(odd) {
		background-color: #FAF9F4;	
	}
	.list.num_list ul li:nth-child(1)::before {
		content: "01.";
		left: 15px;
		top: 25px;
		transform: translateY(-50%);
		position: absolute;
	}
	.list.num_list ul li:nth-child(2)::before {
		content: "02.";
		left: 15px;
		top: 25px;
		transform: translateY(-50%);
		position: absolute;
	}
	.list.num_list ul li:nth-child(3)::before {
		content: "03.";
		left: 15px;
		top: 25px;
		transform: translateY(-50%);
		position: absolute;
	}
	.list.num_list ul li:nth-child(4)::before {
		content: "04.";
		left: 15px;
		top: 25px;
		transform: translateY(-50%);
		position: absolute;
	}
	.list.num_list ul li:nth-child(5)::before {
		content: "05.";
		left: 15px;
		top: 25px;
		transform: translateY(-50%);
		position: absolute;
	}
	.list.num_list ul li:nth-child(6)::before {
		content: "06.";
		left: 15px;
		top: 25px;
		transform: translateY(-50%);
		position: absolute;
	}
	.list span {
		font-size: 0.8em;
	}

	.column_reverse > div > div {
		flex-direction: column-reverse;
	}

	.hotel_price {
		font-size: 1.25em;
		font-weight: 500;
	}
}









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

	実績紹介部分

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


/* カテゴリアイコン色 */
.works_icon span {
	background-color: #222222;
	color: #ffffff;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.works_wrap {
		position: relative;
		width: 1000px;
		margin:0 auto;
	}
	.works_wrap ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.works_wrap > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 320px;
		margin-left: 20px;
		font-size: 16px;
		letter-spacing: 0;
	}
	.works_wrap > ul > li:nth-of-type(3n+1) {
		margin-left: 0;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 16px;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		position: relative;
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		width: 100%;
		height: 213px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 18px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.works_wrap {
		position: relative;
		margin: 0 auto;
	}
	.works_wrap > ul {
	}
	.works_wrap > ul > li {
		position: relative;
		padding: 0;
	}
	.works_wrap > ul > li:not(:first-child) {
		margin-top: 6vw;
	}

	.works_wrap > ul > li > a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		
		border: 1px solid #cccccc;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 4vw;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		max-width: 100%;
		width: 100%;
		height: 62vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		object-position: center top;
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 4vw;
	}

}






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

	コンセプトページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	/* コンセプト メインテキスト */
	.concept_text {
		text-align: center;
	}
	.concept_text-main {
		font-size: 1.8em;
		font-weight: bold;
	}
	.concept_text-main .concept_bic {
		font-size: 1.13em;
		
	}
	.concept_text-main span {
		display: inline-block;
		background: #E6EB94;
		border-radius: 50%;
		width: 55px;
		height: 55px;
		text-align: center;
		line-height: 55px;
		margin-left: -15px;
	}
	.concept_text-main span:nth-child(1) {
		margin-left: 0px;
	}


	/* ポイント */
	.point_list ul{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 115px;
	}
	.point_list ul li{
		width: 275px;
		height: 275px;
		background-color: #fff;
		font-size: 1.12em;
		text-align: center;
		margin-right: 70px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		padding: 0 20px;
		border-radius: 50%;
		position: relative;
		font-weight: 500;
	}
	.point_list ul li:nth-child(1)::before {
		content: "";
		width: 100px;
		height: 100px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		background: url(../img/point1.png) center top / contain no-repeat;
	}
	.point_list ul li:nth-child(2)::before {
		content: "";
		width: 100px;
		height: 100px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		background: url(../img/point2.png) center top / contain no-repeat;
	}
	.point_list ul li:nth-child(3)::before {
		content: "";
		width: 100px;
		height: 100px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		background: url(../img/point3.png) center top / contain no-repeat;
	}
	.point_list ul li:last-child{
		margin-right: 0;
	}
	.point_list ul li span{
		font-size: 0.66em;
		display: inline-block;
		margin-top: 10px;
	}

	/* 代表挨拶 */
	.name {
		font-weight: 500;
		margin-top: 60px !important;
	}

	/* 代表挨拶 あしらい */
	.greeting_section {
		position: relative;
	}
	.greeting_section::before {
		content: "";
		width: 320px;
		height: 210px;
		background: url(../img/aruku.png) center top / contain no-repeat;
		position: absolute;
		bottom: -130px;
		right: -70px;
		z-index: -1;
		transform: rotate(-20deg);
	}

	/* 利用規約 */
	.box_border.kiyaku {
		border: none;
		background-color: #FAF9F4;
		padding-top: 80px;
		padding-bottom: 80px;
	}
}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	/* コンセプト メインテキスト */
	.concept_text {
		text-align: center;
	}
	.concept_text-main {
		font-size: 1.4em;
		font-weight: bold;
	}
	.concept_text-main .concept_bic {
		font-size: 1.13em;
		
	}
	.concept_text-main span {
		display: inline-block;
		background: #E6EB94;
		border-radius: 50%;
		width: 35px;
		height: 35px;
		text-align: center;
		line-height: 35px;
		margin-left: -15px;
	}
	.concept_text-main span:nth-child(1) {
		margin-left: 0px;
	}


	/* ポイント */
	.point_list ul{
		margin-top: 50px;
	}
	.point_list ul li{
		width: 250px;
		height: 250px;
		background-color: #fff;
		font-size: 1.25em;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 30px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		padding: 0 20px;
		border-radius: 50%;
		position: relative;
		font-weight: 500;
	}
	.point_list ul li:nth-child(1)::before {
		content: "";
		width: 80px;
		height: 80px;
		position: absolute;
		top: 15px;
		left: 50%;
		transform: translate(-50%, -50%);
		background: url(../img/point1.png) center top / contain no-repeat;
	}
	.point_list ul li:nth-child(2)::before {
		content: "";
		width: 80px;
		height: 80px;
		position: absolute;
		top: 15px;
		left: 50%;
		transform: translate(-50%, -50%);
		background: url(../img/point2.png) center top / contain no-repeat;
	}
	.point_list ul li:nth-child(3)::before {
		content: "";
		width: 80px;
		height: 80px;
		position: absolute;
		top: 15px;
		left: 50%;
		transform: translate(-50%, -50%);
		background: url(../img/point3.png) center top / contain no-repeat;
	}
	.point_list ul li span{
		font-size: 0.66em;
		display: inline-block;
		margin-top: 10px;
	}

	/* 代表挨拶 */
	.name {
		font-weight: 500;
		margin-top: 20px !important;
	}

	/* 代表挨拶 あしらい */
	.greeting_section {
		position: relative;
	}
	.greeting_section::before {
		content: "";
		width: 200px;
		height: 200px;
		background: url(../img/aruku.png) center top / contain no-repeat;
		position: absolute;
		bottom: -60px;
		right: -90px;
		z-index: -1;
		transform: rotate(-20deg);
	}

	/* 利用規約 */
	.box_border.kiyaku {
		border: none;
		background-color: #FAF9F4;
		padding-top: 20px;
		padding-bottom: 40px;
		width: 100%;
		height: 300px;
		overflow: scroll;
	}
}





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

	トリミングページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.page-trimming .outer_wrap {
		padding-bottom: 0;
	}
	/* コースナンバー */
	.section_title-num1 {
		font-size: 1.8em;
		font-weight: bold;
		padding-left: 75px;
		padding-bottom: 10px;
		border-bottom: 2.5px solid #E6EB94;
		position: relative;
	}
	.section_title-num1::before {
		content: "";
		width: 65px;
		height: 65px;
		background: url(../img/01.png) center top / contain no-repeat;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.section_title-num2 {
		font-size: 1.8em;
		font-weight: bold;
		padding-left: 75px;
		padding-bottom: 10px;
		border-bottom: 2.5px solid #E6EB94;
		position: relative;
	}
	.section_title-num2::before {
		content: "";
		width: 65px;
		height: 65px;
		background: url(../img/02.png) center top / contain no-repeat;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.section_title-num3 {
		font-size: 1.8em;
		font-weight: bold;
		padding-left: 75px;
		padding-bottom: 10px;
		border-bottom: 2.5px solid #E6EB94;
		position: relative;
	}
	.section_title-num3::before {
		content: "";
		width: 65px;
		height: 65px;
		background: url(../img/03.png) center top / contain no-repeat;
		position: absolute;
		left: 0;
		bottom: 0;
	}


	/* 料金一覧 */
	table {
		margin-top: 35px;
		width: 100%;
	}
	table td,th {
		border: 1px solid #707070;
	}
	table tr:nth-child(1) th{
		background-color: #E6EB94;
		padding: 20px 10px;
	}
	table tr th:nth-child(1){
		width: 40%;
	}
	table tr th:nth-child(2){
		width: 30%;
	}
	table tr th:nth-child(3){
		width: 30%;
	}
	table td {
		padding: 20px 10px 20px 25px;
		background-color: #fff;
	}
	table td:nth-child(1) {
		font-weight: bold;
	}
	.proce_annotation {
		margin-top: 20px;
	}
	.proce_annotation p {
		margin-top: 0;
		font-size: 0.8em;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.page-trimming .outer_wrap {
		padding: 0;
	}
	/* セクションタイトル 無印肉球 */
	.section_title-num1 {
		font-size: 1.4em;
		font-weight: bold;
		padding-left: 55px;
		padding-bottom: 10px;
		border-bottom: 2.5px solid #E6EB94;
		position: relative;
		margin-top: 20px;
	}
	.section_title-num1::before {
		content: "";
		width: 45px;
		height: 45px;
		background: url(../img/01.png) center top / contain no-repeat;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.section_title-num2 {
		font-size: 1.4em;
		font-weight: bold;
		padding-left: 55px;
		padding-bottom: 10px;
		border-bottom: 2.5px solid #E6EB94;
		position: relative;
		margin-top: 20px;
	}
	.section_title-num2::before {
		content: "";
		width: 45px;
		height: 45px;
		background: url(../img/02.png) center top / contain no-repeat;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.section_title-num3 {
		font-size: 1.4em;
		font-weight: bold;
		padding-left: 55px;
		padding-bottom: 10px;
		border-bottom: 2.5px solid #E6EB94;
		position: relative;
		margin-top: 20px;
	}
	.section_title-num3::before {
		content: "";
		width: 45px;
		height: 45px;
		background: url(../img/03.png) center top / contain no-repeat;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	/* 料金一覧 */
	table {
		width: 100%;
	}
	.table2,.table3 {
		margin-top: 35px;
	}
	table td,th {
		border: 1px solid #707070;
		vertical-align:middle;
	}
	table tr:nth-child(1) th{
		background-color: #E6EB94;
		padding: 20px 10px;
	}
	table tr th:nth-child(1){
		width: 45%;
	}
	table tr th:nth-child(2){
		width: 23%;
		text-align: center;
	}
	table tr th:nth-child(3){
		width: 23%;
		text-align: center;
	}
	table td {
		padding: 20px 10px 20px  10px;
		background-color: #fff;
	}
	table td:nth-child(1) {
		font-weight: bold;
	}
	.proce_annotation p {
		margin-top: 0;
		font-size: 0.8em;
	}
}





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

	ホテルページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.page-hotel .outer_wrap {
		padding-bottom: 0;

	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.page-hotel .outer_wrap {
		padding: 0;
	}
}





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

	ギャラリーページ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.page-gallery .outer_wrap {
		padding-top: 0;
	}
}





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

	アクセスページ

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

.map_box a {
	width: 100%;
	height: 450px;
	display: block;
	z-index: 1;
	position: absolute;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}