@charset "UTF-8";
/* CSS Document */


/*/////////////////////////////ヘッダー////////////////////////////*/


.tabicp_waku {
	
}

.tabicp_main_cate_okomori {
	background-image: url("../img202602/bg_cate_zeitaku.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	 height: 400px;
}




.tabicp_main_cate_taiken {
	background-image: url("../img202602/bg_cate_taiken.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	 height: 400px;
}

.tabicp_main_cate_gourmet {
	background-image: url("../img202602/bg_cate_gurume.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	 height: 400px;
}


.tabicp_main_cate_otoku {
	background-image: url("../img202602/bg_cate_otoku.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	 height: 400px;
}



.tit_article_autmun {
	background-color: rgba(101,22,24,1.00);
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	padding: 15px 0px;
}


.tit_article_winter {
	background-color:rgba(31,77,161,1.00);
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	padding: 15px 0px;
	margin-top: 50px;
}


.tit_article_spring {
	background-color:rgba(193,69,154,1.00);
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	padding: 15px 0px;
	margin-top: 50px;
}



.season_nav {
	width: 1000px;
	max-width: calc(100% - 40px);
	margin: 50px auto;
}

.season_nav ul {
	display: flex;
	justify-content: center;
	gap: 28px;
	margin: 0;
	padding: 0;
}

.season_nav li {
	width: 210px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.season_nav__button {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 88px;
	border: 2px solid currentColor;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition:
		color 0.25s ease,
		background-color 0.25s ease,
		transform 0.25s ease;
}

/* 下向き三角 */
.season_nav__button i {
	width: 0;
	height: 0;
	margin-left: 42px;
	border-top: 12px solid currentColor;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}

/* 季節ごとの色 */
.season_nav__button--autumn,
.season_nav__button--autumn:visited {
	color: #b52e00 !important;
}

.season_nav__button--winter,
.season_nav__button--winter:visited {
	color: #246cd3 !important;
}

.season_nav__button--spring,
.season_nav__button--spring:visited {
	color: #ff5969 !important;
}

/* ホバー */
.season_nav__button:hover {
	color: #fff !important;
	transform: translateY(-3px);
}

.season_nav__button--autumn:hover {
	background: #b52e00;
}

.season_nav__button--winter:hover {
	background: #246cd3;
}

.season_nav__button--spring:hover {
	background: #ff5969;
}

.area_main_img {
	background-color: rgba(0,0,0,0.6);
    height: 400px;
}


.area_main_contents {
	width: 700px;
	margin: auto;
	text-align: center;
	color: #fff;
	padding-top: 100px;
	display: flex;
	justify-content: center;
}

.cp_eycatch {
	width: 220px;
	padding-right: 30px;
	margin: auto;
	
}


.area_main_txts {
	padding-top: 30px;
}

.area_catch {
	font-size: 20px;
}

.area_tit {
	font-size: 40px;
	padding-top: 40px;
}

.area_eng {
	font-size: 17px;
	padding-top: 20px;
	font-style: italic;
	letter-spacing: 0.1em; /* 文字間隔を広げる */
}


@media screen and (max-width: 767px) {
	.season_nav {
		width: auto;
		max-width: none;
		margin: 30px 20px;
	}

	.season_nav ul {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
		margin: 0;
		padding: 0;
	}

	.season_nav ul li {
		width: auto;
		min-width: 0;
		margin: 0;
	}

	.season_nav__button {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		width: 100%;
		height: 62px;
		padding: 0 25px 0 10px;
		font-size: 26px;
		text-align: center;
	}

	.season_nav__button i {
		position: absolute;
		top: 50%;
		right: 9px;
		margin: 0;
		border-top-width: 8px;
		border-right-width: 5px;
		border-left-width: 5px;
		transform: translateY(-50%);
	}
}

@media screen and (max-width:750px) {
	
	

.tabicp_main_cate_taiken {
	background-position: -370px center;
}
	
	
.tabicp_main_area {
	 height: 400px;
	}
	
.area_main_img {
	background-color: rgba(0,0,0,0.6);
    height: 400px;
}

	
.area_main_contents {
	width: 90%;
	padding-top: 40px;
	display: block;
}

.cp_eycatch {
	float: none;
	width: 133px;
	margin: auto;
	padding-right: 0px;
}

	
.area_catch {
	font-size: 15px;
}

.area_tit {
	 font-size: 25px;
     padding-top: 20px;
}

.area_main_txts {
	float: none;
	padding-top: 30px;
}
	
.area_eng {
	font-size: 13px;
	}

	
}


@media screen and (max-width:350px) {
	
	
.top_content {
	height: 530px;
}
	
	


}



/*/////////////////////////////コンテンツ共通////////////////////////////*/


.section_title {
	width: 513px;
	margin: auto;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
}

.content_lead {
	text-align: center;
	padding-top: 20px;
}

.content_lead span {
	font-size: 20px;
}

.content_lead p {
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.9em;
}


@media screen and (max-width:560px) {
.section_title {
	width: 90%;
	}
	
.content_lead {
     padding-top: 0px;
}
	
.content_lead span {
	font-size: 17px;
}

.content_lead p {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}
	
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■記事用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#article {
	width: 640px;
	margin: auto;
	padding-top: 20px;
	text-align: left;
	font-family: 'Zen Kaku Gothic New', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
}

h2.article_title {
	
}

.main_catch {
	padding-bottom: 20px;
}


.lead {
	font-size: 15px;
	line-height: 1.7em;
	padding-bottom: 30px;
}


.section {
	padding-top: 30px;
}


.article_big_catch {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background-color: #FC4E1E;
	padding: 15px 0px;
	text-align: center;
	margin-top: 30px;
}

h3.sub_catch {
	font-size: 23px;
	font-weight: bold;
	border-left: 5px solid #000;
	padding-left: 15px;
	line-height: 1.5em;
}

h3.sub_catch_02 {
	font-size: 23px;
	text-align: center;
	font-weight: bold;
	padding-left: 15px;
	line-height: 1.5em;
	padding-bottom: 10px;
}



.sec_img {
	padding: 15px 0px;
	width: 100%;
	margin: auto;
}

.sec_img img {
	width: 100%;
}

.sec_txt {
	margin-bottom: 15px;
	padding: 10px 0px;
}

.sec_txt p {
	font-size: 15px;
}

.sec_jouhou {
	background-color: rgba(236,236,236,1.00);
	padding: 15px 20px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

.sec_jouhou dl {
  display: flex;
  flex-wrap: wrap;
}
.sec_jouhou dl dt {
  width: 15%;
}
.sec_jouhou dl dd {
  width: 85%;
}

.tour_lead {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.sec_tour {
	width: 100%;
	border:solid 4px rgba(233,233,233,1.00);
	padding: 15px;
	margin-bottom: 15px;
}

.tour_img {
	float: left;
	width: 185px;
}

.tour_img img {
	width: 100%;
}
.tour_shosai {
	float: left;
	padding-left: 15px;
	width: 65%;
}

.tour_txt {
	font-size: 13px;
	line-height: 1.4em;
}

.tour_dept {
	margin-top: 10px;
}


.tour_dept ul {
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}

.tour_dept li {
	float: none;
	background-image: url("../img/sankaku.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 5px;
	padding-left: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}

.tour_dept li span {
	font-size: 13px;
}


.theme_cas_mini {
	width: 200px;
	margin: 20px;
}

.theme_cas_mini img {
	width: 100%;
}

.theme_tag_mini {
	padding-top: 5px;
}

.theme_tag_mini li {
	float: left;
	font-size: 12px;
	background-color:rgba(233,230,230,1.00);
	border-radius: 20px;
	padding: 2px 7px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#other_article {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	
	
h2.article_title {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 1.5em;
	text-align: center;
	color: #FC4E1E;
}

	
#article {
	width: 90%;
	margin: auto;
}
	
.lead {
	font-size: 13px;
	line-height: 1.5em;
}


	
.main_catch {
	width: 100%
}

.main_catch img {
	width: 100%;
}
	
.article_big_catch {
	font-size: 20px;
	padding: 10px 0px;
}
	
h3.sub_catch {
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
	border-left: 5px solid #000;
}
	
.sec_img {
	width: 100%
}

.sec_img img {
	width: 100%;
}
	
.sec_jouhou {
	font-size: 12px;
	padding: 10px;
	line-height: 1.5em;
}

.sec_jouhou dl {
  display: flex;
  flex-wrap: wrap;
}
.sec_jouhou dl dt {
  width: 20%;
}
.sec_jouhou dl dd {
  width: 80%;
}
	
	
.sec_tour {
	width: 100%;
	border:solid 4px rgba(233,233,233,1.00);
	padding: 15px;
}

.tour_img {
	float:none;
	width: 185px;
	margin: auto;
	
}

.tour_img img {
	width: 100%;
}
.tour_shosai {
	float: none;
	padding-left: 0px;
	width: 100%;
	padding-top: 10px;
	
}


.tour_txt {
	font-size: 13px;
	line-height: 1.4em;
}
	
	.tour_dept {
		padding-top: 10px;
	}
	
.tour_dept ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

.tour_dept li {
	float: none;
	background-image:url("../img/sankaku.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 5px;
	padding-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
	font-size: 16px;
}

.tour_dept li span {
	font-size: 13px;
}
	
.theme_cas_mini {
	width: 43%;
	margin: 10px;
}

.theme_cas_mini img {
	width: 100%;
}

.theme_tag_mini li {
	float: left;
	font-size: 11px;
	}
	
	}


/*/////////////////////////////カテゴリ検索////////////////////////////*/


#tour_category {
	
}








.category_plans{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1000px;
	margin: auto;
}






@media screen and (max-width:500px) {
	

.cate_lead_bg {
	background-image: none;
}

	
.category_plans{
	width: 100%;
	margin: auto;
}
	
.cas_category {
	width: 45%;
	padding: 10px;
}

.cate_img {
	width: 100%;
	margin: auto;
}

	
.cate_catch span {
	border-bottom: none;
	padding-bottom: 0px;
}


.cate_title {
	font-size: 22px;
	padding-bottom: 10px;
}
	
.cate_title span {
	font-size: 15px;
	color: #000;
}

.cas_category p {
	font-size: 11px;
}
	
.cate_btn {
	width: 100%;
}

	
}

@media screen and (max-width:380px) {
	

	
.category_plans{
	width: 100%;
	margin: auto;
}
	
.cate_img {
	width: 140px;
	margin: auto;
}
	
.cas_category {
	width: 40%;
}
	
.cate_catch {
    font-size: 12px;
	}
	
.cate_title {
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
}
	
.cate_title span {
	font-size: 13px;
	color: #000;
}
	
.cas_category p {
        font-size: 11px;
}

	
}

