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


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


.tabicp_waku {
	
}

.tabicp_main_cate_okomori {
	background-image: url("../img2025/cate_bg_okomori.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	 height: 500px;
}


.tabicp_main_cate_family {
	background-image: url("../img2025/cate_bg_family.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	 height: 500px;
}


.tabicp_main_cate_taiken {
	background-image: url("../img2025/cate_bg_taiken.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	 height: 500px;
}

.tabicp_main_cate_gourmet {
	background-image: url("../img2025/cate_bg_gourmet.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	 height: 500px;
}


.tabicp_main_cate_otoku {
	background-image: url("../img2025/cate_bg_otoku.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	 height: 500px;
}


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


.area_main_contents {
	width: 450px;
	margin: auto;
	text-align: center;
	color: #fff;
	padding-top: 60px;
}

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


.area_main_txts {
	padding-top: 30px;
}

.area_catch {
	font-size: 20px;
}

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

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

@media screen and (max-width:750px) {
	
.tabicp_main_area {
	 height: 500px;
	}
	
.area_main_img {
	background-color: rgba(0,0,0,0.6);
    height: 500px;
}

	
.area_main_contents {
	width: 90%;
	padding-top: 60px;
}

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

	
.area_catch {
	font-size: 15px;
}

.area_tit {
	font-size: 35px;
}

.area_main_txts {
	float: none;
	padding-top: 30px;
}

	
}


@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: 94%;
	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: 90%;
	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 {
	padding-top: 50px;
	padding-bottom: 30px;
	background-image: url("../img2025/bg_dot.gif");
	background-repeat: repeat;
}


.cate_lead_bg {
	background-image: url("../img2025/bg_category.gif");
	background-repeat: no-repeat;
	background-size: 840px;
	background-position: center 20px;
}





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

.cas_category {
	width: 295px;
	padding: 10px 10px 15px 10px;
}

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

.cate_img img  {
	margin: auto;
}

.cate_catch {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	line-height: 1.5em;
}

.cate_catch span {
	border-bottom: 1px solid rgba(0,0,0,1.00);
	padding-bottom: 10px;
}

.cate_title {
	font-size: 28px;
	font-weight: bold;
	color: #DA3915;
	padding: 20px 0px 20px 0px;
	text-align: center;
}

.cate_title span {
	font-size: 20px;
	color: #000;
}

.cas_category p {
	font-size: 14px;
	line-height: 1.5em;
}

.cate_btn {
	width: 257px;
	margin: auto;
	padding-top: 15px;
}


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

.cate_lead_bg {
	background-image: none;
}

	
.category_plans{
	width: 100%;
	margin: auto;
}
	
.cas_category {
	width: 40%;
	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: 13px;
}
	
.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;
}

	
}

