@charset "UTF-8";
/* CSS Document */
/* =========================================================
栗駒山に咲く山ガールの花々CSS
=============================================================*/

/* =========================================================
header
========================================================= */
/*サイトナビ(該当ページのアイコンの色を上書き)
-------------------------------------------------- */
.nav ul li.feature a::before{
	content: "";
	background-image: url("../../../common/images/feature_icon_r.svg");
	background-repeat: no-repeat;
	background-position: center top;
	height: 56px;
    width: 56px;
    display: block;
	text-align: center;
	margin: 0.3em auto;
}
.nav ul li.feature a {
    color: #DD3333;
}
.nav ul li.feature a::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;/*線の上下位置*/
	display: inline-block;
	width: 40px;/*線の長さ*/
	height: 2px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #DD3333;
}
/*サイトナビ(該当ページのアイコンの色を上書き)(スマホ)
-------------------------------------------------- */
@media screen and (max-width:999px){
.nav ul li.feature a::before,.nav ul li.feature a::after{
	display: none;
}
.nav ul li.feature a {
    color: #333;
}
}
/* =========================================================
main
========================================================= */
/*トップページの見出し　共通スタイル
-------------------------------------------------- */
.content_wrap .event_title {
    display: block;
	width: 100%;
    height: 600px;
	background: url("images/feature_title_img.jpg") no-repeat left center;
	background-repeat: no-repeat,no-repeat;
	background-size: 1600px auto,cover;
	background-position: center center;
	outline:none;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
}
.content_wrap img{
	width: 100%;
}
/*トップページの見出し　共通スタイル
-------------------------------------------------- */
@media screen and (max-width:999px){
.content_wrap .event_title {
    background: url("images/feature_title_img_sp.jpg") no-repeat left center;
        background-size: auto;
    background-size: 100% auto;
    padding-top: 85.71428%;
    height: 0;
}
}
/*content
-------------------------------------------------- */
.content {
	max-width: 1200px;
	margin: 5.714em auto 0;
	text-align: center;
	font-size: 1.2em;
	line-height: 2em;
}
/*content(スマホ)
-------------------------------------------------- */
@media screen and (max-width:999px){
	.content {
	max-width: 1200px;
	margin: 5.714em auto;
	text-align: center;
	font-size: 1.2em;
	line-height: 2em;
}
}
/*キャッチ
-------------------------------------------------- */
.catch{
	max-width: 1600px;
}
.catch_inner{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FBF6E2;
	padding: 3em 0;
}
.catch_inner img{
	max-width: 470px;
	margin-right: 2em;
}
.catch_inner p{
	text-align: left;
	font-size: 1.1em;
	line-height: 2em;
	color: #5D1F0A;
}

/* 栗駒山はなぜ山ガールに愛されるのか
-------------------------------------------------- */
.kurikoma01{
	max-width: 1600px;
	background-image: url("images/box01_bg_img.png");
	padding: 3em 0; 
	margin: 0;
}
.kurikoma01_inner{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.feature_text{
	width: 47%;
	text-align:left;
}
.feature_img{
	width: 47%;
	height: 100%;
}
/* 栗駒山はなぜ山ガールに愛されるのか(スマホ)
-------------------------------------------------- */
@media screen and (max-width:999px){
.kurikoma01_inner{
	flex-wrap: wrap;
	padding: 0 20px;
}
.kurikoma01_inner .feature_text{
	width: 100%;
}
.kurikoma01_inner .feature_img{
	width: 85%;
	margin-top: 1em;
}
}
/* カメラが手放せないおすすめビューポイント
-------------------------------------------------- */
.kurikoma02{
	max-width: 1600px;
	background-image: url("images/box02_bg_img.png");
	padding: 3em 0;
	margin: 0;
}
.kurikoma02_inner{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.kurikoma02_inner .feature_text{
	order: 2;
}
.kurikoma02_inner .feature_img{
	order: 1;
}
/* カメラが手放せないおすすめビューポイント
-------------------------------------------------- */
@media screen and (max-width:999px){
.kurikoma02_inner{
	flex-wrap: wrap;
	padding: 0 20px;
}
.kurikoma02_inner .feature_text{
	width: 100%;
}
.kurikoma02_inner .feature_img{
	width: 85%;
	margin-top: 1em;
}
.kurikoma02_inner .feature_text{
	order: 1;
}
.kurikoma02_inner .feature_img{
	order: 2;
}
}
/*頑張った自分にご褒美
-------------------------------------------------- */
.kurikoma03{
	max-width: 1600px;
	background-image: url("images/box03_bg_img.png");
	padding: 3em 0; 
	margin: 0;
}
.kurikoma03_inner{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
/*頑張った自分にご褒美
-------------------------------------------------- */
@media screen and (max-width:999px){
.kurikoma03_inner{
	flex-wrap: wrap;
	padding: 0 20px;
}
.kurikoma03_inner .feature_text{
	width: 100%;
}
.kurikoma03_inner .feature_img{
	width: 85%;
	margin-top: 1em;
}
}
/*山ガールの心得
-------------------------------------------------- */
.rule{
	border:4px solid #B0CFD1;
	padding: 0 2em 2.5em;
	background-image: url("images/box04_bg_img.png");
	box-sizing: border-box;
}
.rule h4{
	line-height: 1.5;
	font-weight: 600;
	color: #409EB7;
	position: relative;
	max-width: 580px;
	margin: 1.5em auto;
}
/*
.rule h4::before{
	content: "";
	background-image: url("images/rules_img01.png");
	background-repeat: no-repeat;
	display: block;
	width: 70px;
	height: 63px;
	position: absolute;
	left: 0%;
	bottom: 0;
}
*/
.rule .rule_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rule .rule_inner::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
/*
.rule .rule_inner::after{
	content:"";
	display: block;
	width:23.3%;
	background-image: url("images/rules_img02.png");
	background-repeat: no-repeat;
	background-position: center;
}
*/
.rule_item{
	width: 23%;
	margin: 0 0 2em;
	border: 1px solid #4CA3B1;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
	box-sizing: border-box;
}
.rule_item h5{
	background-color: #4CA3B1;
	color: #fff;
	margin: 0 0 0.5em;
}
.rule_item p{
	margin:auto 1em 1em;
	text-align: left;
}
/*山ガールの心得
-------------------------------------------------- */
@media screen and (max-width:999px){
.rule{
	margin: 5em 20px;
}
/*
.rule h4::before{
	content: "";
	background-image: url("images/rules_img01.png");
	background-repeat: no-repeat;
	display: block;
	width: 70px;
	height: 63px;
	position: absolute;
	left: -2%;
	bottom: 0;
}
*/
.rule_inner{
	flex-wrap: wrap;
	margin-top: 2em;
}
.rule_item{
	width: 100%;
	margin: 0 auto 2em;
	border: 1px solid #4CA3B1;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
	box-sizing: border-box;
	max-width: 360px;
}
.rule .rule_inner::before{
  content:"";
  display: block;
  width:49%;
  order:1;
}
.rule .rule_inner::after{
	content:"";
	display: block;
	width:49%;
	background-image: url("images/rules_img02.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
}
/*持ち物チェックリスト
-------------------------------------------------- */
.check{
	border:4px solid #ccc;
	padding: 0 2em 2.5em;
	background-image: url("images/box04_bg_img.png");
	box-sizing: border-box;
	margin-bottom: 4em;
}
.check h4{
	line-height: 1.5;
	font-weight: 700;
/*	color: #409EB7;*/
	position: relative;
	max-width: 580px;
	margin: 2em auto 1em;
}
.check h4 span{
	position: absolute;
	left: -90px;
	bottom: 0;
	font-size: 0.4em;
	padding: 1.5em;
	color: #fff;
	z-index:1; 
	 transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
	background-color: #FF8112;
	background-repeat: no-repeat;
	background-position: center,center;
	display: block;
	border-radius: 50%;
}
.check h4 span::after{
/*	content: "";*/
/*
	background-color: #FF8112;
	background-repeat: no-repeat;
	background-position: center,center;
	display: block;
	border-radius: 50%;
*/
/*
	width: 100px;
height: 100px;
*/
/*
	position: absolute;
	left: 0%;
	bottom: -12px;
	font-size: 0.5em;
	padding: 1em;
	color: #fff;
	z-index:-1; 
*/
}
.check .check_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.check .check_inner::before{
  content:"";
  display: block;
  width:32%;
  order:1;
}
.check_item{
	width: 32%;
	margin: 0 0 2em;
	border: 1px solid #F29EC2;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 0 1em;
}
.check_item:nth-of-type(2){
	background:url("images/check_item_img02.png"),#fff;
	background-repeat: no-repeat;
	background-position: 92% 97%;
	border: 1px solid #88C157;
}

.check_item:nth-of-type(3){
	background:url("images/check_item_img01.png"),#fff;
	background-repeat: no-repeat;
	background-position: 92% 97%;
	border: 1px solid #EE964D;
}
.check_item h5{
	background-color: #F29EC2;
	color: #fff;
	margin: 0 0 0.5em;
	padding: 0.5em;
}
.check_item:nth-of-type(2) h5{
	background-color: #88C157;
	color: #fff;
	margin: 0 0 0.5em;
	padding: 0.5em;
}
.check_item:nth-of-type(3) h5{
	background-color: #EE964D;
	color: #fff;
	margin: 0 0 0.5em;
	padding: 0.5em;
}
.check_item ul{
	padding: 0 1em;
	text-align: left;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.check_item ul li{
	font-size: 0.9em;
	text-align: left;
	width: 45%;
	text-indent: -1em;
	padding-left: 1em;
}
.check_item ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: #F29EC2;
  border-radius: 50%;
  margin-right: 8px;
}
.check_item:nth-of-type(2) ul li:before{ 
  background: #88C157;
}
.check_item:nth-of-type(3) ul li:before{ 
  background: #EE964D;
}
.check_item span{
	color: #777;
	margin: 0 1em;
	text-align: left;
	display: block;
	font-size: 0.7em;
	line-height: 1.5;
}

/*持ち物チェックリスト
-------------------------------------------------- */
@media screen and (max-width:999px){
.check{
	margin: 5em 20px;
}
.check_item{
	width: 100%;
	margin: 0 0 2em;
	border: 1px solid #F29EC2;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 0 1em;
}
.check h4{
	line-height: 1.5;
	font-weight: 700;
/*	color: #409EB7;*/
	position: relative;
/*	max-width: 400px;*/
	margin: 2em auto 1em;
}
.check h4 span {
    position: absolute;
	left: 0;
	bottom: 111%;
	font-size: 0.6em;
	padding: 1em;
	color:#fff;
    z-index: 1;
    font-size: 0.3em;
}
/*
.check h4 span::after {
    content: "";
    background-color: #FF8112;
    background-repeat: no-repeat;
    background-position: center,center;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0%;
    bottom: 0;
    font-size: 0.5em;
    padding: 1em;
    color: #fff;
    z-index: -1;
}
*/
}




























