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

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

#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 {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 1.5em;
	text-align: center;
	color: #FC4E1E;
}

.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 li {
	float: left;
	background-image: url("../img/sankaku.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 5px;
	padding-left: 10px;
	margin-right: 20px;
	text-decoration: underline;
	font-size: 16px;
}

.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 li {
	float: left;
	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;
	}
	
	}
