@charset "utf-8";

/* ----------------
common
------------------*/

*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box
}

* {
font-family: "Zen Maru Gothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro-W3","メイリオ",Meiryo,sans-serif;
font-weight: 300;
letter-spacing: 0.1em;
line-height: 2em;
}

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}

body {
	font-size: 1.6rem;/* 16px */
	background-color: #FCFBF9;
	color: #222;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt";
}

.all_wrap {
	width: 100%;
	overflow-x: hidden;
	background-color: #FCFBF9;
}

img {
max-width: 100%;
-webkit-backface-visibility: hidden;
}

a {
	color: #0a8ed5;
}

.indent {
text-indent: -1em;
padding-left: 1em;
}

.sp_content {
display: none;
}

.fadein {
opacity : 0;
transform : translate(0, 30px);
transition : all 1.6s;
}

.fadein.scrollin {
opacity : 1;
transform : translate(0, 0);
}

.text-center {
	text-align: center;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative
}

.container02 {
	max-width: 920px;
}

.content__slider {
	position: relative;
}

.btn01 {
	display: inline-block;
	position: relative;
	letter-spacing: normal;
	color: #fff;
	background: #D6514B;
	border-bottom: 5px solid #BA433E;
	border-radius: 50em;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 2rem 3em;
	line-height: 1em;
	margin: 0 auto;
}

.btn01::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	background: url(../images/link_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
}

.btn01.btn_ex::after {
	background-image: url(../images/link_ex.svg);
}

.btn02 {
	display: inline-block;
	position: relative;
	letter-spacing: normal;
	color: #fff;
	background: #ED7250;
	border-bottom: 5px solid #CE5837;
	border-radius: 50em;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 2rem 3em;
	line-height: 1em;
	margin: 0 auto;
}

.btn02::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	background: url(../images/link_magnifying.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
}

.view_all {
	display: inline-block;
	position: relative;
	letter-spacing: normal;
	color: #fff;
	background: #D6514B;
	border-radius: 50em;
	font-size: 2.2rem;
	font-weight: 700;
	padding: 1.3rem 2em;
	line-height: 0;
	margin: 0 auto;
}

.view_all::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: .5em;
	transform: translateY(-50%);
	width: 1.8rem;
	height: 1rem;
	background: url(../images/arrow_right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0;
}

.d-flex {
	display: flex;
	align-items: start;
	justify-content: start;
}

.pc-order-01 {
	order: 1;
}
.pc-order-02 {
	order: 2;
}

.d-block {
	display: block;
	width: 100%;
}

.page-ttl {
	background: #D5E6E2;
	padding: 4.5rem 1.5rem 4rem;
}

.page-ttl h2 > span {
	display: block;
	font-weight: 500;
}

.page-ttl .page-heading {
	font-weight: 700;
	font-size: clamp(2.6rem, 4vw, 5rem);
	font-style: italic;
}

.lead {
	font-size: 115%;
	font-weight: 500;
	margin-bottom: 1.7em;
	margin-top: 0.5em;
}

.mb-2rem {
	margin-bottom: 2rem;
}

.bold {
	font-weight: bold;
}

.info-content ul, .info-content ol {
	padding-left: 1.5em;
}

.info-content strong {
	font-weight: bold;
}

/* ----------------
header
------------------*/

header.main-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	background: #fcfbf9;
	box-shadow: 0px 0px 50px -20px rgba(0, 0, 0, .4);
}

.header_inner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: auto;
	min-height: 88px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.main-header h1 {
	display: inline-block;
	padding: 1.8rem 0;
	z-index: 1000;
}

header.main-header h1 img {
	width: 100%;
}

header.main-header nav {
	display: flex;
}
header.main-header nav ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	justify-content: center;
}

header.main-header nav ul li {
	list-style: none;
	line-height: 1em;
}

header.main-header nav ul li.nav-sub {
	margin-top: 1.5rem;
}

header.main-header nav ul li a {
	display: inline-block;
	position: relative;
	line-height: 1em;
	font-size: 2.2rem;
	font-weight: 700;
	color: #FBF6EA;
}

header.main-header nav ul li.nav-sub a {
	font-size: 100%;
}

header.main-header nav ul li a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 4px;
	background:#F5C542;
	/* transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); */
	transform: scale(1, 1);/*X方向0、Y方向1*/
	transform-origin: left top;/*左上基点*/
	border-radius: 50em;
}

header.main-header nav .nav-taglist {
	position: relative;
	padding: 1rem;
	width: min(90%, 750px);
	border-radius: 5px;
	border: 1px solid #fff;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-wrap: wrap;
	margin: 3rem auto 0;
}
header.main-header nav .nav-taglist::before {
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	height: 10px;
	width: 20px;
	background-color: #458F8D;
	content: "";
}
header.main-header nav .nav-taglist::after {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	height: 15px;
	width: 1px;
	background-color: #fff;
	content: "";
}

header.main-header nav .nav-taglist span {
	width: auto;
	display: block;
	margin: 5px 10px;
	line-height: 1.6;
}

header.main-header nav .nav-taglist span a {
	font-weight: 400;
	font-size: 90%;
	text-decoration: underline;
}

header.main-header nav .nav-taglist span a::before {
	content: "#";
}
header.main-header nav .nav-taglist span a::after {
	content: none;
}


/* nav */
body.panelactive {
	height: 100%;
	overflow: hidden;
}

#g-nav.panelactive {
	position:fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width:100%;
	height: 100vh;
}
	
.circle-bg {
position: fixed;
top: -50px;
right: -50px;
width: 100px;
height: 100px;
background: #458F8D;
border-radius: 50%;
transform: scale(0);
transition: all .6s;
z-index: 3;
}

.circle-bg.circleactive {
transform: scale(100);
}

#g-nav-list{
display: none;
position: fixed;
z-index: 999; 
width: 100%;
height: 100vh;
overflow: auto;
-webkit-overflow-scrolling: touch;
overflow: auto;
/*IE(Internet Explorer)・Microsoft Edgeへの対応*/
-ms-overflow-style: none;
/*Firefoxへの対応*/
scrollbar-width: none;
}
/*Google Chrome、Safariへの対応*/
#g-nav-list::-webkit-scrollbar{
	display: none;
}

#g-nav.panelactive #g-nav-list {
display: block;
}

/* nav ul */

#g-nav ul {
opacity: 0;
position: relative;
margin-top: 15vh;
padding: 0 0 25%;
top: 0;
left: 0;
width: 100%;
height: auto;
transform: none;
z-index: 999;
}

#g-nav.panelactive ul {
opacity:1;
}

#g-nav.panelactive ul li {
animation-name:gnaviAnime;
animation-duration: 0.4s;
animation-delay: .2s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

/* nav li */

#g-nav li {
text-align: center; 
list-style: none;
}

.nav-sns span {
	margin-right: 1rem;
	line-height: normal;
}
.nav-sns span svg {
	display: inline-block;
	width: 1.3em;
}

/* btn */

.openbtn{
	position: absolute;
	right: 0;
	background: #458F8D;
	border-radius: 50em;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 1000;
}

.openbtn span {
	display: block;
	position: absolute;
	left: 17.5px;
	background-color: #FFF;
	transition: all 0.6s;
}

.openbtn span:nth-of-type(1) {
	width: 25px;
	height: 2px;
	top: 22.5px;
}
.openbtn span:nth-of-type(2) {
	width: 25px;
	height: 2px;
	top: 29.5px;
}
.openbtn span:nth-of-type(3) {
	width: 19px;
	height: 2px;
	top: 36.5px;
}

.openbtn:hover span:nth-of-type(3) {
	width: 25px;
}

.openbtn.active span {
background-color: #fff;
}

.openbtn.active span:nth-of-type(1) {
	top: 22.5px;
	transform: translateY(6px) rotate(-135deg);
	width: 25px;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
	top: 34.5px;
	transform: translateY(-6px) rotate(135deg);
	width: 25px;
}

/* ----------------
top
------------------*/

.mv_inner {
	position: relative;
	margin-left: 5%;
}

.mv_inner .content__slider {
	z-index: 0;
}
/* main_slider */

.mv_slide {
	border-radius: 20px 0px 0px 20px;
	box-shadow: 18px 18px 0px 0 #EEEEEE;
}

.mv_slide .splide__list {
	overflow: hidden;
	border-radius: 20px 0px 0px 20px;
}

.mv_slide .splide__track {
	overflow: visible !important;
}

/* 数字の位置 */
.mv_inner .pagination {
	position: absolute;
	top: 50%;
	left: -32px;
	transform: translateY(-50%);
	text-align: center;
	z-index: 1; /* これがないとスライドの下になる */
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: -0.5em;
}
/* 数字の色やサイズ調整 */
.mv_inner .pagination span {
	font-size: 12px;
}
/* ズーム */
.mv_slide .splide__slide img {
	transition: 7s ease-out;
}
.mv_slide .splide__slide.is-active img {
	transform: scale(1.1);
	transition-delay: 0s;
}
/* スライドのサイズ調整 */
.mv_slide .splide__slide img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.title {
	position: absolute;
	top: calc(19 / 375 * 100vw);
	left: calc(14.6 / 375 * 100vw);
	height: auto;
	max-height: 494.49px;
	width: min(13vw, 169.87px);
	z-index: 1;
}

#scrollDown {
	position: absolute;
	bottom: 4%;
	left: -32px;
}

#scrollDown .text {
	font-size: 12px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#scrollDown .arrow {
	width: 3px;
	margin: 5px auto 0 auto;
}

@keyframes arrow {
	0% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, 10px, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

#scrollDown .arrow {
	animation: 4s arrow cubic-bezier(0.52, 0.08, 0.18, 1) infinite;
}

/* ----------------
about
------------------*/
section.about_wrap {
	padding-top: 12vw;
}

.about_title h2 {
	position: relative;
	display: flex;
	align-items: end;
	justify-content: center;
}

.about_title h2::after {
	content: "";
	display: inline-block;
	background: url(../images/illust_trip.svg) no-repeat;
	width: 34rem;
	height: 21rem;
	position: absolute;
	bottom: 1rem;
	right: 50%;
	transform: translateX(100%);
}

.about_summary {
	position: relative;
	margin: 0 auto;
	padding: 2rem 0 5rem;
}

.about_summary p {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* ----------------
model_course
------------------*/
.mc_inner {
	max-width: 1200px;
	margin: 0 auto;
}

.mc_heading {
	position: relative;
	text-align: center;
	padding: 7rem 0 4.5rem;
}

.mc_heading .mc_read p {
	font-weight: 500;
	font-size: 1.8rem;
	margin-top: 3rem;
}

.mc_sendai {
	background: #d5e6e2;
}

#model_course .mc_slider {
	padding-bottom: 3rem;
}

#model_course .mc_slider .slider_pc_flex {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

#model_course .mc_slider .slider_pc_flex .splide__slide {
	width: 48%;
}

#model_course .mc_slider .slider_pc_flex .splide__slide a {
	position: relative;
	display: inline-block;
	color: inherit;
}

#model_course .mc_slider .splide:not(.is-active) {
	visibility: visible;
}
#model_course .mc_slider .splide:not(.is-active) .splide__arrow--prev,
#model_course .mc_slider .splide:not(.is-active) .splide__arrow--next {
	display: none;
}

#model_course .course_image_wrap {
	display: block;
	height: 35rem;
}

#model_course .course_image {
	display: inline-block;
	border-radius: 15px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.course_detail {
	position: relative;
	top: -3rem;
	background: #FBF6EA;
	border: 1px solid #222;
	border-radius: 15px;
	margin: 0 1.5rem;
	padding: 2rem;
}

.tag_pref {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	display: flex;
	align-items: start;
	justify-content: start;
	gap: 1rem;
}
.tag_pref span {
	display: inline-block;
	line-height: 1em;
	font-size: 1.4rem;
	color: #fff;
	border-radius: 50em;
	padding: 5px 1em;
	border: 2px solid #fff;
	background: #D6514B;
	z-index: 10;
}

.course_detail .tags {
	display: flex;
	gap: 10px;
	align-items: start;
	justify-content: start;
	flex-wrap: wrap;
}

.course_detail .tags li {
	line-height: 1;
}

.course_detail .tags .tag-name {
	display: inline-block;
	line-height: 1em;
	font-size: 1.4rem;
	text-decoration: underline;
}

.course_detail .tags .tag-name::before {
	content: "#";
}

/* .course_detail .tags .cat-name {
	background: #458f8d;
}
.course_detail .tags .with-kids {
	background: #ED7250;
}
.course_detail .tags .with-friends {
	background: #3F8DB7;
}
.course_detail .tags .married-couple {
	background: #D6514B;
}
.course_detail .tags .couple {
	background: #d44565;
}
.course_detail .tags .with-parents {
	background: #8f6346;
}
.course_detail .tags .alone {
	background: #56af3e;
}
.course_detail .tags .one-day,
.course_detail .tags .two-days {
	background: #f5c542;
}

.course_detail .tags .drive {
	background: #d31c1c;
} */

.course_detail .tags li:has(.one-day),
.course_detail .tags li:has(.two-days) {
	order: 1;
}

.course_detail .course_ttl {
	font-size: 2.8rem;
	font-weight: 700;
	border-bottom: 1px dashed #444444;
	line-height: 1.4;
	padding: 0 0 1rem;
	margin-bottom: 1.5rem;
}

.course_summary {
	letter-spacing: normal;
	line-height: 1.6em;
	margin-bottom: 1rem;
}

.course_detail .read_more {
	text-align: right;
	line-height: 1;
	margin-top: 1rem;
}

.mc_tohoku .mc_heading02 {
	display: flex;
	justify-content: start;
	align-items: start;
}

.mc_tohoku .mc_heading02 .heading_left {
	flex-basis: 70%;
}

.mc_tohoku .mc_heading02 .heading_left h3::before {
	content: "";
	background: url(../images/illust_specialty.svg) no-repeat;
	background-position: center;
	width: 100%;
	height: 10rem;
	display: block;
	margin: 0 auto 3rem;
}

/* ----------------
feature
------------------*/

#feature {
	position: relative;
	margin: 8rem 0 12rem;
}

#feature .container {
	z-index: 3;
	padding: 0 2rem;
}

.feature_inner {
	padding: 14rem 0 4.5rem;
}

.feature_head h3 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 4rem;
}

.feature_head h3::after {
	content: "";
	background: url(../images/illust_feature.svg) no-repeat;
	width: 194px;
	height: 194px;
	display: inline-block;
	position: absolute;
	bottom: -2rem;
	right: 34%;
	transform: translateX(100%);
}
.feature_head p {
	font-weight: 500;
}

.feature_container {
	max-width: 700px;
	margin: 5rem auto 0;
}

ul.feature_list li {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	gap: 3rem;
	margin-bottom: 5rem;
}

ul.feature_list li .feature_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 32rem;
	border-radius: 15px;
	border: 2px solid #222;
	background: #fbf6ea;
	overflow: hidden;
}

ul.feature_list li .feature_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

ul.feature_list li .feature_img img.thumb_none {
	object-fit: contain;
}

ul.feature_list li .feature_content {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	width: 100%;
	gap: 1rem;
}

ul.feature_list li .feature_meta {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	gap: 1.5rem;
}

ul.feature_list li .feature_content span {
	display: block;
	line-height: 1em;
}

ul.feature_list li .feature_content .tag_feature a {
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	border-radius: 50em;
	padding: 5px 1.5em;
	line-height: 1em;
	background: #D6514B;
	margin-right: 1em;
}

ul.feature_list li .feature_content .tag_feature a:last-child {
	margin-right: 0;
}

ul.feature_list li .feature_content .date {
	font-weight: 500;
	font-size: 2rem;
}

ul.feature_list li .feature_content .feature_ttl {
	line-height: 1em;
}

ul.feature_list li .feature_content .feature_ttl a {
	font-weight: 500;
	font-size: 1.8rem;
}

.content_bg_right {
	position: absolute;
	width: calc(50% + 600px);
	height: 100%;
	background-color: #D5E6E2;
	border-radius: 20px 0px 0px 20px;
	top: 0;
	right: 0;
	z-index: 2;
}

/* ----------------
topics
------------------*/

#topics {
	position: relative;
	margin: 8rem 0 12rem;
}

#topics .container {
	z-index: 3;
	padding: 0 2rem;
}

.topics_inner {
	padding: 14rem 0 4.5rem;
}

.topics_head h3 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 4rem;
}

.topics_head h3::after {
	content: "";
	background: url(../images/illust_feature.svg) no-repeat;
	width: 194px;
	height: 194px;
	display: inline-block;
	position: absolute;
	bottom: -2rem;
	right: 34%;
	transform: translateX(100%);
}
.topics_head p {
	font-weight: 500;
}

.topics_pu {
	background: #D5E6E2;
	padding: 2rem 0 1.5rem;
}

.topics_pu p {
	font-size: 1.4rem;
}

.topics_none {
	font-weight: 700;
	padding: 3rem 0;
}

.topics_main {
	padding: 3rem 0 6rem;
}

.topics_list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: start;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 3rem;
	gap: 3rem;
}

ul.topics_list li {
	margin-bottom: 4rem;
	width: 100%;
	max-width: 280px;
	padding: 1rem 0 0 1rem;
}

ul.topics_list li a {
	position: relative;
	height: 100%;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
	color: inherit;
	background: url(../images/arrow_gray.svg) no-repeat;
	background-color: #fff;
	background-position: right 1rem bottom 1rem;
}

ul.topics_list li .cat_label {
	position: absolute;
	top: -1em;
	left: -1rem;
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	border-radius: 50em;
	padding: 5px 1rem;
	line-height: 1em;
	background: #468f8d;
	width: max-content;
	z-index: 10;
}

ul.topics_list li .topics_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	background: #fbf6ea;
	overflow: hidden;
	aspect-ratio: 1.4/1;
}

ul.topics_list li .topics_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

ul.topics_list li .topics_img img.thumb_none {
	object-fit: contain;
}

ul.topics_list li .topics_content {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	width: 100%;
	gap: 0.5rem;
	padding: 1rem;
}

ul.topics_list li .topics_meta {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	gap: 1.5rem;
}

ul.topics_list li .topics_content .date {
	display: block;
	line-height: 1em;
	font-weight: 500;
	font-size: 1.4rem;
	color: #458F8D;
}

ul.topics_list li .topics_content .topics_ttl {
	font-weight: 500;
	line-height: 1.4em;
	font-size: 1.8rem;
}

.topics_cat_area {
	max-width: 900px;
	margin: 0 auto 5rem;
}

.topics_cat_area_inner {
	position: relative;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	padding: 4.5rem 0 4rem 0;
}
.topics_cat_area_inner h4 {
	position: absolute;
	width: 100%;
	top: -1em;
}

.topics_cat_area_inner h4 span {
	line-height: 1;
	display: inline-block;
	background: #FCFBF9;
	padding: 0 2rem;
}

.category_wrap ul {
	display: flex;
	justify-content: center;
	align-items: start;
	flex-wrap: wrap;
	gap: 2rem;
}

.category_wrap ul li a {
	display: block;
	font-size: 1.4rem;
	color: #222;
	border-radius: 50em;
	border: 1px solid #222;
	padding: 5px 1rem;
	line-height: 1em;
	background: #FBF6EA;
	width: max-content;
	font-weight: 500;
}

/* ----------------
gourmet
------------------*/

#gourmet {
	background: #FBF6EA;
}

.gourmet_inner {
	padding: 12rem 0 6rem;
	margin-bottom: 9rem;
}

.gourmet_head {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
}

.gourmet02_ttl img {
	display: inline-block;
	border-bottom: 1px dashed #444444;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.gourmet02_head p {
	margin-bottom: 2rem;
}

.gourmet_inner a img {
	border-radius: 15px;
}

/* ----------------
related
------------------*/

#related {
	position: relative;
	margin: 8rem 0;
}

#related .container {
	z-index: 3;
	padding: 0 2rem;
}

.related_inner {
	padding: 16rem 0 .5rem;
}

.related_inner h3 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 9.5rem;
}

.related_inner h3::after {
	content: "";
	background: url(../images/illust_related.svg) no-repeat;
	width: 211px;
	height: 199px;
	display: inline-block;
	position: absolute;
	bottom: -1rem;
	left: 36%;
	transform: translateX(-100%);
}

.related_content {
	display: flex;
	align-items: start;
	justify-content: start;
	gap: 6rem;
	margin-bottom: 9rem;
}

.related_content .left {
	width: 100%;
	max-width: 540px;
}

.related_content .right {
	max-width: 450px;
}

.related_content .left .bottom {
	display: flex;
	gap: 2rem;
	align-items: start;
	justify-content: space-between;
	margin-top: 2rem;
}

.related_ttl {
	font-size: 3rem;
	font-weight: 700;
	border-bottom: 1px dashed #444444;
	margin-bottom: 2rem;
}

.related_summary {
	font-size: 1.4rem;
	margin-bottom: 3.5rem;
}

.related_img_box {
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #222;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.related_img_box iframe {
	width: 100%;
	height: 100%;
}

.content_bg_left {
	position: absolute;
	width: calc(50% + 600px);
	height: 100%;
	background-color: #D5E6E2;
	border-radius: 0px 20px 20px 0px;
	top: 0;
	left: 0;
	z-index: 2;
}

/* ----------------
information
------------------*/

#information {
	padding: 4rem 0;
}

#information .information_head h3 {
	margin-bottom: 2rem;
}

.information_container {
	width: 100%;
	max-width: 900px;
	margin: 3rem auto 0;
	border: 2px solid #222;
	border-radius: 15px;
	background: #fff;
	padding: 3.7rem 3.7rem 2rem 3.7rem;
	box-shadow: 10px 10px 0px 0 #EEEEEE;
}

.information_container ul.information_list {
	margin-bottom: 6rem;
}

.information_container ul.information_list li {
	margin-bottom: 2rem;
	border-bottom: 1px dashed #444444;
}

.information_container ul.information_list li .information_content span {
	display: block;
	line-height: 1em;
}

.information_container ul.information_list li .information_content .tag_information {
	margin-bottom: 1rem;
}

.information_container ul.information_list li .information_content .tag_information a {
	display: inline-block;
	font-size: 1.2rem;
	color: #fff;
	border-radius: 50em;
	padding: 5px 1.5em;
	line-height: 1em;
	background: #222;
	margin-right: 1em;
	margin-bottom: 0.5rem;
}

.information_container ul.information_list li .information_content .tag_information a:last-child {
	margin-right: 0;
}

.information_container ul.information_list li .information_content .date {
	font-weight: 500;
	margin-bottom: 1rem;
}

.information_container ul.information_list li .information_content .information_ttl {
	font-size: 1.4rem;
	padding-bottom: 1rem;
}

.information_container ul.information_list li .information_content .information_ttl a {
	display: inline-block;
}

/* ----------------
sns
------------------*/

#sns {
	padding: 8rem 0 4rem;
}

.sns_container {
	max-width: 70rem;
	margin: 3rem auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sns_container a {
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
}


/* ----------------
footer
------------------*/

/* to top */
.to_top {
	text-align: right;
	padding: 0 4rem;
}

.breadcrumbs {
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	font-size: 1.2rem;
}

footer.footer {
	background: #458F8D;
	color: #FBF6EA;
	margin-top: 2rem;
}

.footer_inner {
	padding: 4rem 0 2rem;
}

.footer_ttl {
	font-size: 2rem;
	font-weight: 500;
}

.footer_info {
	font-size: 1.4rem;
	margin-top: 2rem;
}

.footer_info p {
	padding-top: 1.5rem;
	display: inline-block;
	border-top: 2px dashed #eee;
}

.copy {
	padding: 1rem 0;
	background: #FBF6EA;
}

.copy p {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2rem;
	color: #222;
}

/* ----------------
固定ページ共通 
------------------- */

.page-wrap {
	background: linear-gradient(0deg, #fcfbf9 50%, #d5e6e2 0%);
	margin-bottom: 2rem;
}

.page-wrap .page-inner {
	margin: 0 2rem;
	padding: 3rem 2rem 3rem 2rem;
	background: #fff;
	border: 1px solid #222;
	border-radius: 20px;
	min-height: 50vh;
}

/* ----------------
about 
------------------- */

.administrate-box {
	align-items: stretch;
	justify-content: center;
	gap: 3rem;
	margin-top: 8rem;
	margin-bottom: 4rem;
}

.administrate {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 5rem;
	border: 6px solid #F5C542;
	border-radius: 2rem;
}

.administrate p {
	font-weight: 500;
	font-size: 2rem;
}

.administrate-detail p {
	padding: 1rem 0;
}

/* ----------------
モデルコース詳細
------------------*/
.article-model-course img {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	pointer-events: none;
}

.model-course-header {
	display: flex;
	align-items: center;
	justify-content: start;
	margin-bottom: 4rem;
}

.course-cover-img {
	border-radius: 0 15px 15px 0;
	overflow: hidden;
	width: 60%;
}

.course-cover-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.model-course-header .course_detail {
	top: 0;
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0 min(3vw, 2rem) 0 4rem;
	max-width: 485px;
}

.model-course-header .tag_pref {
	position: relative;
	top: 0;
	left: 0;
}

.model-course-header .course_detail .course_ttl {
	font-size: 3.2rem;
	line-height: 1.5em;
	border-bottom: none;
	padding: 1rem 0 0 0;
	margin-bottom: 1rem;
}

.model-course-header .sub-info {
	border-top: 1px solid #707070;
	font-size: 1.8rem;
	padding-top: 1rem;
}

.model-course-header .sub-info p {
	margin-bottom: 2rem;
}

.model-course-header .sub-info p span {
	font-weight: 500;
	line-height: 1em;
	display: inline-block;
	padding: 0 0.5rem 0 3rem;
	position: relative;
	background:linear-gradient(transparent 60%, #F5EAAD 60%);
}

.model-course-header .sub-info p img {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.course-anchor-area .anchor-inner {
	max-width: 880px;
	margin: 0 auto;
	background: #eee;
	padding: 2rem 3.5rem 3.5rem 3.5rem;
	border-radius: 20px;
}

.course-anchor-area .anchor-inner h3 {
	font-weight: 700;
	font-size: 2.2rem;
	margin-bottom: 2rem;
}

.course-anchor-area .anchor-inner .anchor-list li {
	border-bottom: 1px dashed #444;
}

.course-anchor-area .anchor-inner .anchor-list li::before {
	content: "●";
	display: inline-block;
	margin-right: 0.5rem;
	font-size: 70%;
}

.course-anchor-area .anchor-inner .anchor-list li a {
	font-weight: 500;
}

.course-anchor-area .anchor-inner .course-map {
	background: #3F8DB7;
	border-radius: 20px;
	padding: 2rem;
	margin-top: 3.5rem;
}

.course-anchor-area .anchor-inner .course-map h4 {
	margin-bottom: 2rem;
	line-height: 1;
}

.course-anchor-area .anchor-inner .course-map iframe {
	width: 100% !important;
	height: min(80vh, 50rem);
}

.course-wrap {
	padding-top: 8rem;
	padding-bottom: 2rem;
}

.course-wrap-inner {
	position: relative;
}
.course-wrap-inner::before {
	content: "";
	position: absolute;
	left: 50%;
	display: block;
	width: 1px;
	height: 100%;
	background: #222;
	z-index: 0;
}

.itinerary {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	gap: 5rem;
	position: relative;
	z-index: 1;
	margin-bottom: 5rem;
}

/* 平行四辺形 */
.course-wrap .parallelo {
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	color: #fff;
}
.course-wrap .parallelo::before {
	content: ""; 
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	transform: skewX(-10deg);
	background-color:#ddd;
	border: 2px solid #222;
	width:100%;
	z-index: -1;
}

.parallelo.goal {
	top: 5px;
}

.course-wrap .parallelo.start::before {
	background-color: #458F8D;
}
.course-wrap .parallelo.second::before {
	background-color: #F5C542;
}
.course-wrap .parallelo.goal::before {
	background-color: #EEEEEE;
}

.course-wrap .parallelo h3 {
	padding: 1.8rem 0;
	line-height: 1em;
}

.timeline-item {
	background: #fff;
	border: 1px solid #222;
	border-radius: 50em;
	font-size: 2rem;
	font-weight: 500;
	padding: 0.8rem 3rem;
	min-width: 307px;
	text-align: center;
	z-index: 1;
}

.itinerary .spot {
	background: #FBF6EA;
	border: 1px solid #222;
	border-radius: 15px;
	padding: 2rem 5rem 5rem 5rem;
	z-index: 1;
}

.spot-heading * {
	font-weight: 700;
}

.spot-heading .heading-time {
	font-size: 2.8rem;
	line-height: 1em;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 1rem;
	margin-bottom: 1rem;
}

.spot-heading .heading-time::before {
	content: "";
	background: url(../images/course/icon_watch.svg);
	background-size: contain;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-top: 0.5rem;
}

.spot-heading .spot-ttl {
	font-size: 3.2rem;
	line-height: 1.5em;
	padding-bottom: 1.5rem;
}

.spot-mainImg {
	position: relative;
	max-height: 570px;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.spot-txt {
	line-height: 1.7;
	letter-spacing: inherit;
	margin: 3rem 0 3.5rem;
}
.spot-txt a {
	word-break: break-word;
}

.spot-subImg-area {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 4rem;
}

.spot-subImg {
	position: relative;
	flex-basis: 47%;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 330px;
}

.spot-subImg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.spot-subImg.flex-100 {
	max-height: 50rem;
}

span.credit {
	display: inline-block;
	position: absolute;
	bottom: 0.5em;
	right: 2rem;
	font-size: 12px;
	text-align: right;
	color: #fff;
	line-height: 1.4;
	letter-spacing: normal;
}

.spot-info {
	border-top: 1px dashed #444;
	margin-top: 3rem;
	padding-top: 4rem;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 4rem;
}

.spot-info > div {
	flex: 1;
}

.spot-table h5 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.spot-table .table {
	border-collapse:collapse;
	width: 100%;
}

.spot-table .table th {
	background: #EEEEEE;
	font-weight: 500;
	width: 6.5em;
	padding-left: 1rem;
}

.spot-table .table td {
	padding-left: 2rem;
}

.spot-table .table th, .spot-table .table td {
	border-top: 1px solid #222 ;
	line-height: 1.6em;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.spot-table .table tr:last-child th, .spot-table .table tr:last-child td {
	border-bottom: 1px solid #222 ;
}

.spot-btns a {
	width: 100%;
	text-align: center;
	margin-bottom: 3rem;
}

.spot-btns a:last-child {
	margin-bottom: 0;
}

.spot-btns a small {
	font-size: 1.2rem;
	line-height: 1;
}

.spot-btns a.btn01 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.spot-content {
	position: relative;
}

.spot-content-inner.hidden {
	padding-bottom: 10rem;
	box-sizing: content-box;
}

.spot-content-inner {
	height: 100rem;
	overflow: hidden;
}
.show_more {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	transition: bottom 0.2s;
	padding-top: 18rem;
	width: 100%;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(251, 246, 234, 1) 70%
		);
}
.show_more::after {
	content: "";
	display: block;
	background-image: url(../images/course/btn_readmore.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 197px;
	height: 48px;
	margin: 0 auto;
	cursor: pointer;
}
.show_more.active {
	background: transparent;
}
.show_more.active::after {
	background-image: url(../images/course/btn_close.png);
}

.flex-100 {
	flex: 1;
	flex-basis: 100%;
	width: 100%;
}

.related-list-head {
	margin-top: 3rem;
	margin-bottom: 2rem;
}

.related-list-head h4 span {
	font-size: 2.6rem;
	font-weight: 700;
	background-image: linear-gradient(#F5C542, #F5C542);
	background-size: 100% 30%;
	background-position: 0 100%;
	background-repeat: no-repeat;
}
.related-site {
	align-items: stretch;
	justify-content: center;
	gap: 3rem;
	flex-wrap: wrap;
	padding: 2rem 0 4rem;
}
.related-items {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-basis: 31%;
	background: #f5f5f5;
	border-radius: 1.5rem;
	padding: 2%;
	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, .3);
}
.bnr-box {
	margin-bottom: 1rem;
}
.related-items a {
	display: inline-block;
	font-weight: 500;
	line-height: 1;
}
.related-btn {
	color: #222;
}
.related-btn::after {
	display: inline-block;
	width: .9em;
	height: .9em;
	margin-left: 10px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23222%22%3E%3Cpath%20d%3D%22M20.2%2015h-1.5c-.4%200-.8.3-.8.8V21H3V6h6.8c.4%200%20.8-.3.8-.8V3.8c0-.4-.3-.8-.8-.8H2.2C1%203%200%204%200%205.2v16.5C0%2023%201%2024%202.2%2024h16.5c1.2%200%202.2-1%202.2-2.2v-6c.1-.5-.2-.8-.7-.8zm2.7-15h-6c-1%200-1.5%201.2-.8%201.9l1.7%201.7L6.3%2015c-.4.4-.4%201.2%200%201.6l1.1%201.1c.4.4%201.2.4%201.6%200L20.4%206.2l1.7%201.7c.7.7%201.9.2%201.9-.8v-6c0-.6-.5-1.1-1.1-1.1z%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	content: '';
}

/* ----------------
モデルコース一覧
------------------*/

.course-archive .archive-wrap {
	background: linear-gradient(0deg, #fcfbf9 30%, #d5e6e2 0%);
	margin-bottom: 2rem;
}

.archive-wrap-inner {
	margin: 0 2rem;
	padding: 3rem 2rem 1rem 2rem;
	background: #fff;
	border: 1px solid #222;
	border-radius: 15px;
}

/* .course-archive .page-ttl img {
	width: max(10vw, 110px);
} */

.archive-wrap-inner .pickUp-ttl {
	margin-bottom: 4.5rem;
}

.archive-wrap-inner .pickUp-container {
	margin-bottom: 8rem;
}

.archive-wrap-inner .pickUp-container:last-child {
	margin-bottom: 0;
}

.pickUp-container h4 {
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 1rem;
}

.pickUp-container .pickUp-slide {
	padding: 1rem 0 0 0;
}

.pickUp-container .pickUp-slide a {
	display: inline-block;
	color: inherit;
	position: relative;
}

.pickUp-container .course_image_wrap {
	display: block;
	height: 35rem;
}

.pickUp-container .course_image {
	display: inline-block;
	border-radius: 15px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.pickUp-container .course_detail .course_ttl {
	font-size: 2.2rem;
}

.pickUp-container .pickUp-slide .splide__arrow--prev,
.pickUp-container .pickUp-slide .splide__arrow--next {
	top: 25% !important;
}

/* ----------------
モデルコース タクソノミー別 一覧
------------------*/

.archive-wrap .course_list {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
}

.archive-wrap .course_list a {
	display: inline-block;
	width: calc(((100% + 2rem) / 2) - 2rem);
	color: inherit;
	position: relative;
}

.archive-wrap .course_list .course_image_wrap {
	display: block;
	height: 35rem;
}

.archive-wrap .course_list .course_image {
	display: inline-block;
	border-radius: 15px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.archive-wrap .course_list .course_ttl {
	font-size: 2.2rem;
}

/* ----------------
Single 詳細
------------------*/

.article-single .post-meta span {
	display: block;
	line-height: 1em;
}

.article-single .post-meta .tag_information {
	margin-bottom: 1rem;
}

.article-single .post-meta .tag_information a {
	display: inline-block;
	font-size: 1.2rem;
	color: #fff;
	border-radius: 50em;
	padding: 5px 1.5em;
	line-height: 1em;
	background: #222;
	margin-right: 1em;
	margin-bottom: 0.5rem;
}

.article-single .post-meta .tag_information a:last-child {
	margin-right: 0;
}

.article-single .post-meta .date {
	font-weight: 500;
	margin-bottom: 1rem;
}

.article-single .info-ttl {
	font-size: clamp(2.6rem, 2vw, 3rem);
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 2px dashed #222;
	line-height: 1.5em;
}

/* single タイポグラフィ */

.article-single .info-content h1 {
	font-size: clamp(2.6rem, 2vw, 3rem);
	font-weight: 700;
}
.article-single .info-content h2 {
	font-size: clamp(2.4rem, 2vw, 2.6rem);
	font-weight: 700;
}
.article-single .info-content h3 {
	font-size: clamp(2.2rem, 2vw, 2.4rem);
	font-weight: 700;
}
.article-single .info-content h4 {
	font-size: clamp(2rem, 2vw, 2.2rem);
	font-weight: 700;
}
.article-single .info-content h5 {
	font-size: clamp(1.8rem, 2vw, 2rem);
	font-weight: 700;
}
.article-single .info-content h6 {
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	font-weight: 700;
}
.article-single .info-content h1 *,
.article-single .info-content h2 *,
.article-single .info-content h3 *,
.article-single .info-content h4 *,
.article-single .info-content h5 *,
.article-single .info-content h6 * {
	font-weight: inherit;
}

/* -list */
.article-single ul,
.article-single ol,
.article-single dl {
	margin-bottom: 1.5rem;
}
.article-single ul li {
	list-style: disc;
}
.article-single ol li {
	list-style: decimal;
}

.article-single dl dt,
.article-single dl dd {
	position: relative;
	padding: 0.8rem 0.8rem 0.8rem 1.5rem;
	margin-bottom: 1rem;
}
.article-single dl dt::before,
.article-single dl dd::before {
	content: "";
	display: inline-block;
	background: #458F8D;
	width: 4px;
	height: 100%;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
}
.article-single dl dd::before {
	background-color: #ccc;
}
/* single タイポグラフィ */

.link_back {
	margin-top: 1.5rem;
}

.link_back a {
	display: inline-block;
	border-bottom: 1px solid #222;
	color: #222;
}

.link_back a::before {
	content: "";
	display: inline-block;
	margin-right: .5rem;
	margin-bottom: 0.5rem;
	width: 2rem;
	height: 2rem;
	background: url(../images/c_arrow_left.svg) no-repeat;
	background-size: cover;
	vertical-align: middle;
}

.course_list_wrap {
	padding-top: 4rem;
	padding-bottom: 3rem;
}

.course_list_wrap .course_list {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
	padding-top: 2rem;
}

.course_list_wrap .course_list a {
	display: inline-block;
	width: calc(((100% + 2rem) / 2) - 2rem);
	color: inherit;
}

.course_list_wrap .course_list .course_image_wrap {
	display: block;
	height: 35rem;
}

.course_list_wrap .course_list .course_image {
	display: inline-block;
	border-radius: 15px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.course_list_wrap .course_list .tags {
	padding-left: 0;
}
.course_list_wrap .course_list .tags li {
	list-style: none;
}

.course_list_wrap .course_list .course_ttl {
	font-size: 2.2rem;
}



/* ----------------
Single アーカイブ
------------------*/

.archive-wrap {
	background: linear-gradient(0deg, #fcfbf9 50%, #d5e6e2 0%);
	margin-bottom: 2rem;
}

.archive-wrap-inner ul.information_list li {
	margin-bottom: 2rem;
	border-bottom: 1px dashed #444444;
}

.archive-wrap-inner .information_content {
	padding-bottom: 2rem;
	display: block;
}

.archive-wrap-inner .information_content span {
	display: block;
	line-height: 1em;
}

.archive-wrap-inner .information_content .tag_information {
	margin-bottom: 1rem;
}

.archive-wrap-inner .information_content .tag_information a {
	display: inline-block;
	font-size: 1.2rem;
	color: #fff;
	border-radius: 50em;
	padding: 5px 1.5em;
	line-height: 1em;
	background: #222;
	margin-right: 1em;
	margin-bottom: 0.5rem;
}

.archive-wrap-inner .information_content .tag_information a:last-child {
	margin-right: 0;
}

.archive-wrap-inner .information_content .date {
	font-weight: 500;
	margin-bottom: 1rem;
}

.wp-pagenavi {
	text-align: center;
	margin-top: 8rem;
	margin-bottom: 2rem;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	margin-right: 1rem;
}
.wp-pagenavi a:last-child {
	margin-right: 0;
}
.wp-pagenavi .pages {
	border: 1px solid #468f8d;
	border-radius: 50em;
	padding: 0.5rem 2rem;
}
.wp-pagenavi .current {
	font-weight: 500;
	font-size: 140%;
	color: #BA433E;
}

/* ----------------
spot 詳細
------------------*/

.spot-cover-img {
	border-radius: 3rem;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spot-cover-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.spot_detail.spot-info {
	border-top: none;
	align-items: start;
	flex-direction: column;
}

.spot_detail.spot-info > div {
	width: 100%;
}

.spot_detail .spot-table h5 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	text-align: left;
}

.spot-summary h5 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

/* ----------------
spot アーカイブ
------------------*/

.spot_list a {
	color: #222;
}

.spot_list li {
	margin-bottom: 4.5rem;
}

.spot_list_item {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 2rem;
}

.spot_list_item .spot_thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 170px;
	border-radius: 15px;
	border: 2px solid #222;
	background: #fbf6ea;
	overflow: hidden;
}

.spot_list_item .spot_thumb img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.spot_list_item .spot_txt {
	flex: 1;
}

.spot_list_item .spot_ttl {
	font-size: 120%;
	font-weight: 500;
	line-height: 1.4;
	border-bottom: 1px dashed #222;
	padding-bottom: 1rem;
}

.spot_list_item .spot_meta span {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1em;
	display: inline-block;
	padding: 0 0.5rem;
	background: linear-gradient(transparent 60%, #F5EAAD 60%);
}

.spot_list_item .spot_excerpt {
	font-size: 1.4rem;
	line-height: 1.6;
}

/* ----------------
タクソノミー別 アーカイブ
------------------*/

.page-ttl .cat-ttl {
	font-weight: 500;
	font-size: clamp(1.2rem, 3vw, 1.6rem);
	margin-top: 3rem;
}

.page-ttl .cat-ttl span {
	display: inline-block;
	background: #707070;
	color: #fff;
	line-height: 1;
	padding: 0.8rem 2rem 0.9rem;
	border-radius: 50em;
	font-size: 90%;
}

/* ----------------
サイトマップ
------------------*/

.sitemap ul {
	padding: 8%;
	font-size: 1.6rem;
}

.sitemap ul li {
	border-bottom: 2px dashed #ccc;
	padding-bottom: .8rem;
	margin-bottom: 2rem;
}

/* 検索UI */
.search-upper {
	background: #D5E6E2;
	padding: 1px 0;
}

.search_area {
	max-width: 1200px;
	margin: 4rem auto;
	position: relative;
}
.search-upper .search_area  {
	margin-top: 0;
}

.search_area_inner {
	margin: 0 2rem;
	padding: 4rem 2rem 5rem 2rem;
	background: #FBF6EA;
	border: 1px solid #222;
	border-radius: 15px;
}

.search_area_inner .d-flex {
	align-items: end;
	justify-content: center;
	gap: min(5vw, 8rem);
}

.dropdown {
	display: flex;
	gap: 2.7rem;
	margin-bottom: 1.8rem;
}

.select {
	display: inline-flex;
	align-items: center;
	position: relative;
	flex-basis: 50%;
}

.select::after {
	position: absolute;
	right: 15px;
	width: 21px;
	height: 21px;
	content: '';
	display: block;
	background: url(../images/arrow_search.svg) no-repeat;
	pointer-events: none;
}
.postform {
	-webkit-appearance: none;
	appearance: none;
	min-width: 225px;
	width: 100%;
	font-weight: 700;
	padding: 1.5rem 2em 1.5rem 2em;
	border: 2px solid #458F8D;
	border-radius: 50em;
	background-color: #fff;
	color: #458F8D;
	font-size: 1.6rem;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro-W3","メイリオ",Meiryo,sans-serif !important;
	cursor: pointer;
}
#cat-course option,
#tag-course option {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 400;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro-W3","メイリオ",Meiryo,sans-serif !important;
}

.form_other {
	display: flex;
	align-items: end;
	gap: 2.7rem;
}

.form_other > * {
	width: 50%;
}

.keyword {
	display: flex;
	flex-direction: column;
}
.keyword label {
	font-size: 2rem;
	font-weight: 700;
	color: #458F8D;
}
.keyword input {
	background: #fff;
	font-size: 1.4rem;
	padding: 0rem 1rem;
	line-height: 3em;
}
button.view_all {
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 1.4em 3em;
	width: 100%;
}

.search-info {
	margin-top: 3rem;
}

.search-info p span {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1em;
	background-image: linear-gradient(#F5C542, #F5C542);
	background-size: 100% 30%;
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.search-info p span:nth-child(2)::before,
.search-info p span:nth-child(3)::before {
	content: "×";
	display: inline-block;
}

.spot_list_item.course_detail.search_result {
	top: 0;
	margin: 0;
	padding: 2rem;
}
.course_detail.search_result .read_more span {
	left: 0;
	transform: none;
	line-height: 1;
}
.spot_list_item.search_result .spot_thumb {
	width: 227px;
	height: 170px;
	border-radius: 15px;
	border: none;
}

.spot_list_item.search_result .spot_ttl {
	font-weight: 700;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}

.spot_list_item.search_result .spot_excerpt {
	margin-top: 1.5rem;
}

.spot_list_item.course_detail.search_result .tags li {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
>>> topics : 東北のグルメ詳細ページ
--------------------------------------------------------------*/
/**
 * Details Page for All Device
 */
#details .main .gourmet_notice {
	border:1px solid #D6514B;
	padding: 1.5rem;
	margin-top: -2rem;
	margin-bottom: 2.5rem;
}
#details .main .gourmet_notice p {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
#details .main img {
	width: 100%;
}

#details .main figure{
	margin: 0;
}
#details .main .inner > .title_box h2 {
	line-height: 1.7;
	letter-spacing: 0.1em;
	font-weight: 700;
}
#details .main .line {
	width: 50px;
	height: 2px;
	background: #458f8d;
}
#details .main .main_box .img_box img,
#details .main .list_box ul li img{
	margin-bottom: 5px;
}
#details .main .main_box .summary {
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #468f8d;
}
#details .main .main_box .text_box .main_text{
	line-height: 1.75;
}
#details .main .list_box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#details .main .list_box ul li {
	list-style: none;
}
#details .main .miryoku_box .title_box h3{
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #468f8d;
	font-weight: 500;
	font-size: 2rem;
}
#details .main .miryoku_box .text_box{
	line-height: 1.625;
}
.obfit {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.justify {
	text-align: justify;
	text-justify: inter-ideograph;
}
#details .main .map_box iframe{
	width: 100%;
}
#details .main .address_box table{
	width: 100%;
	border-top: solid 1px #c9caca;
	border-collapse: collapse;
}
#details .main .address_box th,
#details .main .address_box td{
	vertical-align: top;
	border-bottom: solid 1px #c9caca;
	padding-top: 10px;
	padding-bottom: 10px;
}
#details .main .address_box .url_add,
#details .main .address_box .covid{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #c9caca;
}
#details .main .address_box .url_add:hover{
	text-decoration: underline
}
#details .main .address_box th{
	font-weight: normal;
}
/**
 * Details Page for PC
 */
@media (min-width: 1025px) {
	#details{
	margin-top: 55px;
	}
	#details .main .inner{
	max-width: 1000px;
	margin: 0 auto;
	}
	#details .main figcaption{
	font-size: 13px;
	}
	#details .main .inner > .title_box{
	margin-bottom: 40px;
	}
	#details .main .inner > .title_box h2{
	font-size: 35px;
	}
	#details .main .inner > .title_box span{
	font-size: 20px;
	}
	#details .main .main_box{
	margin-bottom: 55px;
	}
	#details .main .main_box .line{
	margin-bottom: 30px;
	}
	#details .main .main_box .summary{
	font-size: 20px;
	margin-bottom: 35px;
	white-space: nowrap;
	}
	#details .main .main_box .img_box{
	margin: 0 0 2em 0;
	}
	#details .main .main_box .img_box img{
	height: 540px;
	}
	#details .main .main_box .text_box{
	min-width: 360px;
	max-width: 1100px;
	}
	/* #details .main .main_box .text_box .main_text br{
	content: "";
	display: inline-block;
	} */
	#details .main .list_box{
	margin-bottom: 25px;
	}
	#details .main .list_box ul li{
	width: 475px;
	margin-bottom: 15px;
	}
	#details .main .list_box ul li img{
	width: 475px;
	height: 350px;
	}
	#details .main .list_box ul li.last{
	width: 1000px;
	}
	#details .main .list_box ul li.last img{
	width: 1000px;
	height: 350px;
	}
	#details .main .miryoku_box{
	margin-bottom: 40px;
	}
	#details .main .miryoku_box .title_box h3{
	display: inline-block;
	text-align: left;
	}
	#details .main .miryoku_box .text_box{
	display: flex;
	align-items: start;
	padding: 15px 0;
	}
	#details .main .miryoku_box .text_box .face{
	margin-right: 15px;
	flex-shrink: 0;
	}
	#details .main .miryoku_box .text_box .face img{
	display: block;
	width: 185px;
	height: 185px;
	}
	#details .main .address_box th{
	width: 130px;
	}
	#details .main .address_box th,
	#details .main .address_box .url_add,
	#details .main .address_box .covid{
	padding-left: 25px;
	}
	#details .main .address_box{
	margin-bottom: 40px;
	}
	#details .main .address_box tr:nth-of-type(1) span{
	margin-left: 0.5em;
	}
	#details .main .address_box tr:nth-of-type(3) br{
	display: none;
	}
	#details .main .att{
	font-size: 14px;
	margin-bottom: 40px;
	}
	#details .main .map_box iframe{
	height: 435px;
	margin-bottom: 30px;
	}
	#details .main .tag_box{
	margin-bottom: 70px;
	}
}
/**
 * Details Page for SP
 */
@media (max-width: 1024px) {
	#details .main .gourmet_notice {
		margin-top: -1rem;
	}
	#details .main .gourmet_notice p {
		font-size: 13px;
		letter-spacing: normal;
	}
	#details .main figcaption{
	font-size: 13px;
	letter-spacing: normal;
	line-height: 1.5;
	}
	#details .main .inner > .title_box{
	margin-bottom: 25px;
	}
	#details .main .inner > .title_box h2 {
		font-size: 140%;
	}
	#details .main .inner > .title_box span{
	font-size: 10px;
	}
	#details .main .main_box{
	margin-bottom: 35px;
	}
	#details .main .main_box .img_box{
	margin-bottom: 25px;
	}
	#details .main .main_box .img_box:after{
	content: "";
	display: block;
	border-bottom: solid 1px #c9caca;
	padding-top: 35px;
	}
	#details .main .main_box .text_box .main_text br{
	content: "";
	display: block;
	margin-bottom: 1em;
	}
	#details .main .list_box ul li img{
	width: calc((98vw - 30px) / 2);
	height: calc((98vw - 30px) / 2 * 0.75);
	}
	#details .main .main_box .line{
	display: none;
	}
	#details .main .main_box .summary{
	font-size: 125%;
	margin-bottom: 25px;
	}
	#details .main .list_box{
	margin-bottom: 20px;
	}
	#details .main .list_box ul li{
	width: 49%;
	margin-bottom: 10px;
	}
	#details .main .list_box ul li.last{
	width: 100%;
	}
	#details .main .list_box ul li.last img{
	width: 100%;
	height: auto;
	}
	#details .main .miryoku_box .title_box{
	padding: 15px 0;
	}
	#details .main .miryoku_box .text_box {
	padding: 0 0 2rem 0;
	margin-bottom: 30px;
}
	#details .main .miryoku_box .text_box .face{
	margin-bottom: 15px;
	}
	#details .main .address_box{
	font-size: 15px;
	margin-bottom: 20px;
	}
	#details .main .address_box th{
	white-space: nowrap;
	padding-right: 10px;
	}
	#details .main .address_box tr:nth-of-type(1) span{
	display: block;
	}
	#details .main .att{
	font-size: 12px;
	word-break: break-all;
	margin-bottom: 30px;
	}
	#details .main .map_box iframe{
	height: 300px;
	margin-bottom: 20px;
	}
	#details .main .tag_box{
	margin-bottom: 50px;
	}
}
/**
 * Details Page for SE
 */
@media (max-width: 320px) {
	/*  #details .main .point_box .title_box h3:before{
			margin-right: 15px;
		}
		#details .main .point_box .title_box h3:after{
			margin-left: 15px;
		}*/
}

/*--------------------------------------------------------------
>>> 仙山観光
--------------------------------------------------------------*/

.senzan-tourism .lead {
	font-size: 2.8rem;
	font-weight: 700;
	margin: 6rem 0;
}

#senzan01,#senzan02,#senzan03,#senzan04,#senzan05 {
	margin-top: 90px;
}

#senzan01 .d-flex > div,
#senzan02 .d-flex > div,
#senzan03 .d-flex > div {
	width: 50%;
}

#senzan01 .d-flex {
	align-items: center;
}

#senzan01 .right-side {
	padding-left: 20px;
}

#senzan01 h4 img {
	width: min(100% ,381px);
}

#senzan01 .main-text {
	padding: 0 20px 0 40px;
}
#senzan01 .main-text p {
	margin-top: 1em;
}

.senzan-tourism .bg-yellow {
	background: #FBF6EA;
	padding-bottom: 60px;
}

#senzan02 h4 {
	background: linear-gradient(0deg, rgba(251,246,234,1) 50%, rgba(255,255,255,1) 50%);
}

#senzan02 h4 span {
	display: inline-block;
	position: relative;
	padding: 1.5rem 3.5rem 2.5rem;
	border: 1px solid #222222;
	background: #fff;
	width: min(100% , 528px);
}
#senzan02 h4 span img {
	display: inline-block;
}
#senzan02 h4 span::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 20px;
	background-color: #FBF6EA;
}
#senzan02 h4 span::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	height: 20px;
	width: 1px;
	background-color: #222222;
}

#senzan02 .d-flex {
	margin-top: 45px;
}

#senzan02 .d-flex > div {
	padding: 0 25px;
}

#senzan02 .main-images {
	text-align: center;
}

#senzan02 h5 {
	font-size: 2.2rem;
	font-weight: 700;
	border-bottom: 1px dashed #222;
	letter-spacing: 0.07em;
}

#senzan02 h5 img {
	display: inline-block;
	width: 62px;
	margin-bottom: -0.4em;
	margin-right: 10px;
}

#senzan02 .main-text p {
	margin-top: 1.3em;
}

#senzan02 .main-text a {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	text-decoration: underline;
	color: #222;
	margin-top: 1em;
	line-height: normal;
	vertical-align: bottom;
}

#senzan02 .main-text a img {
	width: 145px;
	border: 2px solid #222;
	margin-right: 15px;
}

#senzan03 h4 img {
	width: min(100% ,355px);
}

#senzan03 .course_list a {
	position: relative;
}

.senzan-tourism .bg-green {
	background: #D5E6E2;
	border-radius: 20px;
	padding: 90px 20px;
}

#senzan04 h4 span,
#senzan05 h4 span {
	font-size: 2.8rem;
	font-weight: 700;
    background-image: linear-gradient(#F5EAAD, #F5EAAD);
    background-size: 100% 30%;
    background-position: 0 100%;
    background-repeat: no-repeat;
}

#senzan04 h4 + p,
#senzan05 h4 + p {
	line-height: 1.3em;
}

#senzan04 h4 + p img,
#senzan05 h4 + p img {
	height: 13px;
}

.senzan-tourism .information_container {
	width: 100%;
	max-width: 1040px;
	margin: 3rem auto 0;
	border: 1px solid #222;
	border-radius: 15px;
	background: #fff;
	padding: 3.7rem 3.7rem 2rem 3.7rem;
	box-shadow: none;
}

.senzan-tourism .leaflet {
	margin-top: 40px;
}

.senzan-tourism .related-site {
	align-items: stretch;
	justify-content: center;
	gap: 5rem;
	flex-wrap: wrap;
	padding: 4rem 0 4rem;
}

.senzan-tourism .related-items {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-basis: 34%;
	background: #fff;
	border-radius: 0;
	padding: 2%;
	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, .3);
}

.senzan-tourism .bnr-box {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
>>> 2024.04 東北ロードトリップ記事移行
--------------------------------------------------------------*/
.roadtrip-lead {
	margin: 30px auto 20px;
	font-size: 1.6rem;
}


.roadtrip-head {
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	line-height: 1.4;
}

.info-content .roadtrip-head h3 {
	font-size: 3rem;
	border: 1px solid #333;
	border-width: 1px 0;
	padding: 0.5em 0 0.6em;
	display: block;
}

.roadtrip-spot-sentence {
	margin-bottom: 50px;
}

.info-content .roadtrip-spot h3 {
	display: flex;
	align-items: center;
	font-size: 2.3rem;
	gap: 5px;
	font-weight: 400;
}

.info-content .roadtrip-spot h3 img {
	width: 21px;
	height: 30px;
}

.roadtrip-img {
    margin: 30px auto 0;
    max-width: 870px;
}

.roadtrip-summary {
    margin: 30px auto 0;
    max-width: 700px;
}

.roadtrip-data {
    margin: 30px auto 70px;
    max-width: 700px;
    background-color: #f0f0e6;
    padding: 30px;
}

.roadtrip-data-title {
	font-weight: bold;
}

.roadtrip-data-content {
	margin-top: 0.5em;
}