@charset "UTF-8";
/* CSS Document */
/* =========================================================
　メインビジュアル
========================================================= */
body{
	
}

.page_title{
	background: url("../wankosoba_online/images/title_img.jpg") ,#EEBE45;
	background-repeat: no-repeat,no-repeat;
	background-size: 1000px auto,cover;
	background-position: center center;
	width: 100%;
	height :440px;
	text-align : center;
}

.page_title h2{
	display: none;
}

.main{
	background-color: #fff;
	width: 100%;
}
.contents-line-y{
/*	position: absolute;*/
	position: relative;
	background:  url(../wankosoba_online/images/contents-line-p.png) repeat-x center top;
	z-index : 10000;
	height : 5px;
	display : block;
/*	top : 715px;*/
	top : -5px;
	width: 100%;
}
.footer-line{
	background:  url(../wankosoba_online/images/contents-line-p_b.png) repeat-x center top;
	display : block;
	width: 100%;
	height: 5px;
}

@media screen and (max-width:736px){
	.page_title {
		background-size: 120% auto,cover;
		background-position: center left 10%;
		padding-top: 50%;
		height: auto;
	}
}/*@media*/

.catch{
	font-weight: bold;
	color: #333;
}
.snsphoto_contents{
	margin-top: 2em;
	max-width: 1000px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.6);
}
@media screen and (max-width:736px){
	#snsphoto_wrap h3{
	text-align: center;
	font-size: 1.7em;
	display: inline;
	padding: 0 0.5em;
	margin-bottom: 2em;
	line-height: 2.2;
}
	#snsphoto_wrap{
/*	padding: 0 20px;*/
}
	.snsphoto_catch_text{
		text-align: left;
		margin-top: 2em;
	}
}

/* ページ内共通
--------------------------------------------------------- */
span strong{
	background: linear-gradient(transparent 50%, #EDBF45 50%);
	padding: 0.5em;
	text-shadow:0px 0px 0px rgba(255,255,255,0);
}

.text_left{
	text-align: left;
	font-size: 1em;
}
.text_right{
	text-align: left;
	font-size: 1em;
}
.text_center{
	text-align: left;
	font-size: 1em;
}

/* コンテンツ背景 */
.bg-orange {
    background-color: #EDBF45;
    padding: 3em 1em;
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}
.bg-white {
    background-color: #fff;
    padding: 1em;
    margin: 0;
    box-sizing: border-box;
	border-radius: 20px;
}



/*==========================================================
画像ボックス
============================================================*/
.img_box {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15%;
}
.img_box img {
	width: 100%;
}



/*==========================================================
h4タイトル
============================================================*/
.h4_title {
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
.h4_title > span {
	display: block;
	font-size: .8em;
	font-weight: normal;
	color: #000;
	margin-top: 6px;
	padding-top: 12px;
	border-top: 2px solid #C09E71;
}


/*==========================================================
フレックスボックス
============================================================*/
.flex_box {
	padding: 0;
    max-width: 1150px;
    margin: 0 auto;
    text-align: left;
	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_box::after {
	content:"";
    display:block;
    width: 30%;
    height:0;
}
.flex_box .inbox {
	width: 23%;
}
.flex_box .inbox .img_box {
	margin-bottom: 15px;
}
.flex_box .inbox .img_box iframe {
	width: 100%;
}

@media screen and (max-width:800px) {
.flex_box .inbox {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 60px;
}
.flex_box .inbox .img_box {
	width: 100%;
}
}



/*==========================================================
テキストボックス
============================================================*/
.text_box p {
	font-size: 15px;
	line-height: 1.6em;
	height: 72px;
}



/* コンテストについて
--------------------------------------------------------- */
.snsphoto_catch_wrap{
    text-align: center;
    padding: 3em 0 8em;
    background:
url("../wankosoba_online/images/right_bg.png") ,
url("../wankosoba_online/images/left_bg.png");
    background-repeat:
		no-repeat,
		no-repeat,
		repeat-x,
		no-repeat,
		no-repeat;
    background-position:
		left 14% top 50%,
		right 12% top 50%,
		left 0 bottom -1px,
		right 0 top 0,
		left 0 top 0;
    background-size:
		auto,
		auto,
		25px 10px,
		auto 100%,
		auto 100%;
}
.snsphoto_catch_text{
	font-size: 1.2em;
}
.snsphoto_catch_text p{
	line-height: 2.2;
	text-shadow: 0px 0px 6px rgba(255,255,255,1), 0px 0px 6px rgba(255,255,255,1), 0px 0px 6px rgba(255,255,255,1);
}
.snsphoto_catch_wrap h4{
	padding: 0.2em 0 0.2em;
	line-height: 1.7;
	font-size: 1.8em;
}
.snsphoto_catch_wrap h4 .c_r{
	color: #CE3939;
}
.snsphoto_catch_wrap h4 .c_b{
	color: #364EB4;
}
.snsphoto_catch_wrap h4 .c_g{
	color: #358027;
}
.snsphoto_catch_wrap h4 .c_y{
	color: #D6BF13;
}
.snsphoto_catch_wrap h3 {
    width: 100%;
	letter-spacing: 10px;
	max-width: 660px;
	margin: 0 auto 2em;
	padding: 0 3em;
	filter: drop-shadow(3px 3px 3px #fff);
}
#snsphoto_wrap h3 img{
    width: 100%;
}
.snsphoto_catch_wrap .catch2{
	text-align: center;
	font-weight: bold;
	color: #544776;
	font-size: 1.33333em;
	margin: 1em 0;
}
#snsphoto_wrap .extra_time p{
	text-align: left;
}
.sp_img{
	display: none;
}
#snsphoto_wrap .column_text p{
text-align: left;
}

.conditions_wrap .conditions{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 2em 0;
	text-align: left;
}

/*
.conditions_wrap > div{
	width: 48%;
	padding: 1.5em;
	box-sizing: border-box;
}
*/
.conditions_wrap h4{
	padding: 0.2em 0 0.2em;
    line-height: 1.7;
    font-size: 1.5em;
	font-weight: bold;
	background: #E23C69;
	color: #fff;
	margin-bottom: 1em;
	margin-top: 2em;
}
.conditions_wrap p{
	padding: 0.2em 0 0.2em;
    line-height:2.2;
    font-size: 1.5em;
	font-weight: bold;
		color: #E23C69;
	margin-bottom: 1em;;
}
.conditions_wrap .img_box{
	width: 40%;
	height: auto;
}
.conditions_wrap .img_box img{
	width: 100%;
	height: auto;
}
.conditions_wrap .img_box span{
	margin-top: 0.5em;
	text-align: right;
	display: block;
}


.conditions_wrap .conditions{
/*	background: #efc7ca;*/
}
.conditions_wrap .selection{
	background: #efc7ca;
}

@media screen and (max-width:1200px){
.snsphoto_catch_wrap{
	padding: 3em 20px 4em;
	margin: 3em 0 auto;
    background: #fff;
    background-repeat: repeat-x,no-repeat;
    background-position:
		left 0 bottom -1px,top;
	background-size:auto,100%;
}
}



.pc_img{
	display: none;
}
.sp_img{
	display: block;
}
.snsphoto_catch_wrap .catch2{
	font-size: 1em;
}
.snsphoto_catch_wrap .catch {
    font-size: 1.2em;
	text-align: left;
}
.conditions_wrap{
	flex-wrap: wrap;
}
.conditions_wrap > div{
	width: 100%;
	padding: 1.5em;
	box-sizing: border-box;
		margin-bottom: 2em;
}
.conditions_wrap .conditions{
	flex-wrap: wrap;
	padding: 0;
}
.conditions_wrap .img_box{
	width: 100%;
}

#snsphoto_wrap .extra_time p{
	text-align: left;
}
/*注意書き*/
.attention{
	margin: 1em 0;
}
#snsphoto_wrap .attention p{
	text-align: left;
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}
.catch br{
	display: none;
}

/* キャンペーン期間
--------------------------------------------------------- */
.schedule_wrap{
	text-align: center;
	padding: 6.5em 0 12em 0;
	background:url("images/schedule_bg.jpg")no-repeat;
	/*background-size: 40px 40px;
	background-repeat:repeat-x;
    background-position:left 0 bottom -1px;
	background-size:25px 10px;*/
}
.schedule_wrap h3{
	margin:0 auto 1em;
	max-width: 354px;
}
.schedule_wrap h3 img{
	width: 100%;
}
.schedule_wrap > p{
    font-size: 1em;
	color: #333;
	letter-spacing: 0.4em;
}
.schedule_wrap span img{
    width: 100%;
	max-width: 13px;
	margin: 0 20px 0 10px;
}
.schedule_wrap p:first-of-type span{
    font-size: 1.5em;
/*	color: #ED0051;*/
}
.schedule_wrap h4{
	font-size: 1.5em;
	font-weight: bold;
	margin: 1em 0 1em;
}
.schedule_wrap > div{
    max-width: 650px;
	margin: 1em auto;
}

/* スケジュール表 */
.schedule_wrap dl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 1.5em;
	text-align: left;
	padding: 1em;
}
.schedule_wrap dt {
	display: inline-block;
	padding: 0;
	margin-top: 1em;
	width: 20%;
	height: auto;
	position: relative;
}
.schedule_wrap dt::after {
	content: '';
    position: absolute;
    bottom: 0;
    right: -19.9px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #555;
}
.schedule_wrap .spring {
	background-color:  #EE7174;
}
.schedule_wrap .spring::after {
    border-left: 20px solid #EE7174;
}
.schedule_wrap .summer {
	background-color:  #358027;
}
.schedule_wrap .summer::after {
    border-left: 20px solid #358027;
}
.schedule_wrap .autumn {
	background-color:  #5F3B27;
}
.schedule_wrap .autumn::after {
    border-left: 20px solid #5F3B27;
}
.schedule_wrap .winter {
	background-color:  #364EB4;
}
.schedule_wrap .winter::after {
    border-left: 20px solid #364EB4;
}

.schedule_wrap dt > p {
	width: 75px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.schedule_wrap dd {
	width: 50%;
	display: inline-block;
	margin-top: 1em;
	padding-left: 3em;
	position: relative;
	top: 0;
	right: 0;
}

@media screen and (max-width:736px){
	.schedule_wrap{
		padding: 5.133em 20px;
		background:url("images/schedule_bg.jpg")no-repeat;
	}
	.schedule_wrap p:first-of-type span{
		font-size: 1.3em;
	/*	color: #ED0051;*/
	}
	.schedule_wrap span img{
		transform: rotate(90deg);
	}
	.schedule_wrap h3 {
		margin: 0 auto 1em;
		max-width: 296px;
	}
	.schedule_wrap>p {
		font-size: 1.2em;
		font-weight: bold;
		color: #333;
			line-height: 1.2;
		margin-top: 1em;
	}
	
	
		.schedule_wrap .spring::after {
/*		border-left: 20px solid #EE7174;*/
		border-left: none;
	}
	.schedule_wrap .summer::after {
/*		border-left: 20px solid #EE7174;*/
		border-left: none;
	}
	.schedule_wrap .autumn::after {
/*		border-left: 20px solid #EE7174;*/
		border-left: none;
	}
	.schedule_wrap .winter::after {
/*		border-left: 20px solid #EE7174;*/
		border-left: none;
	}
	
	/* スケジュール表 */
	.schedule_wrap dl {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		font-size: 1em;
		text-align: center;
		padding: 0;
		margin-top: 1em;
	}
	.schedule_wrap dt {
		display: block;
		padding: 0;
		margin-top: 0.5em;
		width: 100%;
		height: auto;
		position: static;
	}
	.schedule_wrap dt::after {
		content: '';
		border: none;
	}
	.schedule_wrap dd {
		width: 60%;
		margin: 1em auto;
		padding: 0;
		position: static;
	}
	

}

/* SNS
--------------------------------------------------------- */
.sns_wrap{
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 3em;
	background-color:#5F3B27;
	text-align: center;
}
.sns_wrap .fukidashi_area{
	width: 12%;
	height: auto;
	display: flex;
	position: relative;
	top: -9em;
	left: 35%;
}
.sns_wrap .fukidashi_img{
	width: 330px;
	height: 100px;
}
.sns_wrap .character{
	width: 180px;
}

.sns_wrap p{
	margin-bottom: 2em;
	font-weight: bold;
}


.sns_wrap span{
	font-size: 1.5em;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 0.2em;
}
.sns_wrap .fb{
	background-color: #1877F2;
}
.sns_wrap .in{
	background-color: #F02469;
}
.sns_wrap .x{
	background-color: #000;
}
@media screen and (max-width:736px){
	#snsphoto_wrap h3 {
		text-align: center;
		font-size: 1em;
		display: inline-block;
		padding: 0;
	}
	.sns_wrap span{
		font-size: 1em;
	}
	.sns_wrap {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
	
	.sns_wrap .fukidashi_area{
		width: 12%;
		height: auto;
		display: flex;
		position: relative;
		top: -5em;
		left: 10%;
	}
	.sns_wrap .fukidashi_img{
		width: 220px;
		height: 66.6px;
	}
	.sns_wrap .character{
		width: 100px;
	}

}

/*わんこそばの由来：おもてなしの心
--------------------------------------------------------- */
.wankosoba_wrap{
	padding: 6.5em 1em;
	margin: 0 auto;
	text-align: center;
	background-color: rgba(192,158,113,0.4);
}
.wankosoba_wrap h3{
	max-width: 480px;
	margin:  0 auto;
}
.wankosoba_wrap h4{
	max-width: 480px;
	height: auto;
	color: #CE3939;
	font-size: 1.2em;
	margin-top: 1em;
}
.wankosoba_contents{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	max-width: 1150px;
	margin: 0 auto;
	padding-top: 5em;
}
.wankosoba_contents .wankosoba_text{
	width: 44%;
	text-align: left;
	padding: 1em 0;
	padding-right: 2em;
}
.wankosoba_contents .wankosoba_text li > img{
	width: auto;
	padding: 1em 0;
}
.wankosoba_contents .wankosoba_img{
	width: 52%;
	height: 52%;
	padding-right: 1em;
}
.wankosoba_contents .wankosoba_img > img{
	width: 100%;
}


@media screen and (max-width:736px){
	.wankosoba_contents{
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 90%;
		margin: 0 auto;
		padding-top: 0;
	}
	.wankosoba_contents .wankosoba_text{
		width: 100%;
		text-align: left;
		padding: 0;
	}
	.wankosoba_contents .wankosoba_img{
		width: 100%;
	}
	
	.wankosoba_wrap h4{
		max-width: 100%;
		height: auto;
		font-size: 1.1em;
	}
}

/*参加方法
--------------------------------------------------------- */
.snsphoto_apply_wrap{
	padding: 6.5em 0;
	max-width: 1150px;
	margin: 0 auto;
	text-align: center;
}
.snsphoto_apply_wrap h3{
	max-width: 235px;
	margin:  0 auto;
}
.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
padding: 0;
	margin-top: 5em;
}
.flow > li {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
	list-style-type: none;
	  position: relative;
}
.flow > li .icon {
	width: 100%;
	max-width: 75px;
	max-height: 75px;
	background: #5F3B27;
	margin: 0 auto 20px;
	display: block;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: -35px;
	right:0;
	left: 0;
	z-index: 999;
}
.flow > li .icon img{
  width: 100%;
	max-width: 38px;
	padding: 1em 0.5em;
}
.flow > li div{
	position: relative;
	height: 100%;
}
.flow > li div::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(192, 158, 113, 0.2);
	position: absolute;
	top: 9px;
	left: 9px;
}
.flow > li dl {
  padding: 30px 10px 10px;
  margin: 0;
  border: 3px solid #5F3B27;
  position: relative;
	z-index: 9;
    height: 254px;
	
}

.flow > li:not(:last-child) dl::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #707070;
  position: absolute;
  top: 40%;
  left: 105%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.flow > li dl dt {
  font-size: 16px;
  font-weight: 600;
  color: #2A2C2B;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-top: 1em;
  margin-bottom:19px;
  text-align: center;
	line-height:1.8;
	position: relative;
}
.flow > li dl dt span{
	font-size: 23px;
	background: linear-gradient(transparent 50%, #EDBF45 50%);
	padding: 0 0 5px;
}
.flow  dd {
  margin-left: 0;
	line-height: 1.6;
	text-align: center;
/*	margin-top: 1.5em;*/
}
.flow dd img{
  	width: 100%;
	max-width: 182px;
	height: 100%;
}
.flow  dd.flex {
  display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin: 0;
	
}
.flow dd.sample2 a{
  	width: 45%;
	text-align: left;
	font-size: 0.9em;
	color: #333;
	position: relative;
}
.flow dd.sample2 p{
	width: 208px;
	text-align: left;
	position: absolute;
	bottom: 2em;
	left: 2em;
}
.flow dd.sample2 > img{
 	width: 100%;
	max-width: 160px;
	height: auto;
	position: absolute;
	right: -1em;
	bottom: -1em;
}
.flow .sample3 > img{
  	width: 100%;
	max-width: 200px;
	height: auto;
	position: absolute;
	right: 5em;
	bottom: -1em;
	z-index: 999;
}
/*
.flow .tag{
	letter-spacing: 0.05em;
}
*/

@media screen and (max-width:736px){
	
	.snsphoto_apply_wrap{
		padding: 5.133em 20px;
	}
	.flow {
	flex-wrap: wrap;
	}
	.flow > li {
	  -ms-flex-preferred-size: 100%;
	  flex-basis: 100%;
		list-style-type: none;
		margin-bottom: 3em;
	}
	.flow > li:not(:last-child) dl::before {
		display: none;
	}
	.flow > li dl {
	  border: 3px solid #5F3B27;
	  position: relative;
		z-index: 9;
		height: 254px;
	}
	.flow  dd{
		height: 150px;
	}
}




/*  各観光協会公式アカウントレイアウト  
-----------------------------------*/
.account_wrap{
	background-color: #EDBF45;
	width: 100%;
}
.account{
	padding: 3em;
	margin-top: 10em;
	position: relative;
}
.account h5{
	font-size: 1.7em;
	font-weight: bold;
}

.account .flex{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1000px;
	margin: 1em auto;
	position: relative;
	bottom: 0;
	
}
.account .flex > img{
	max-width: 180px;
	width: 20%;
	height: auto;
	position: absolute;
	bottom: -60px;
	left: 0;
}
.account .flex > p{
	max-width: 420px;
	width: 40%;
	font-size: 1.5em;
	line-height: 1.4em;
	height: auto;
	position: absolute;
	bottom: -45px;
	left: 25%;
}
.account .flex.icon{
	max-width: 300px;
	width: 36%;
	margin: 1.5em auto;
	position: absolute;
	bottom: -100px;
	right: 0;
}
.account .flex .img_box{
	width: 100%;
}
.flex .img_box img{
  	width: 100%;
	height: 100%;
	max-width: 80px;
}
.account .flex .text_box{
	width: 80%;
	padding-left: 0.5em;
}
.account .flex .text_box p{
	font-size: 1.2em;
	padding: 0 0 0 0.5em;
	margin: 0;
	line-height: 0.5em;
}
.account .flex h6{
	font-size: 1.2em;
	font-weight: bold;
}



@media screen and (max-width:800px){
	.account{
		padding: 3em 20px;
		margin: 0;
	}
	.account .flex{
		flex-wrap: nowrap;
	}
	.account .flex img{
		width: 30%;
	}
	.account .flex > p{
		width: 70%;
		margin: 0;
		padding: 0;
		font-size: 1em;
		position: relative;
	}
	.account .flex p > strong{
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 0.9em;
		position: absolute;
		top: -80px;
		right: -30px;
	}

	.account .flex.icon{
		max-width: 100%;
		width: 55%;
		margin: 0;
		position: absolute;
		top: 0.5em;
		right: 2em;
	}
	.account .flex .text_box{
		width: 75%;
		height: auto;
		margin-top: 0.5em;
	}
	.account .flex .img_box{
		width: 100%;
	}
	.flex .img_box img{
		width: 100%;
		height: 100%;
		max-width: 45px;
		padding: 0.2em;
	}
	.account .flex .text_box h6{
		font-size: 0.9em;
		font-weight: bold;
	}
	.account .flex .text_box p{
		font-size: 0.9em;
		padding: 0 0 0 0.5em;
		margin: 0;
	}
}

/*対象店舗
--------------------------------------------------------- */
.shop_wrap{
	width: 90%;
	padding: 6.5em 0;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.shop_wrap h3{
	max-width: 408px;
	margin:  0 auto;
}
.shop_wrap .text_area{
	max-width: 630px;
	margin: 2em auto;
}


/*青色ボタン
-------------------------------*/
.blue_btn {
	position:relative;
	margin: 0 auto;
	width: 100%;
	line-height: 60px;
	background: #203C8B;
	background-size: 10px;
	border-radius: 10px;
	text-align: center;
}
.blue_btn a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.blue_btn::before{
  content: "";
  position: absolute;
  top: 53%;
  left: 30px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}


@media screen and (max-width:800px) {
.text_box p {
	height: auto;
}
}



/*豪華景品
--------------------------------------------------------- */
.luxury_prize_wrap{
	padding: 6.5em 0;
	background-image: url("images/luxury_prize_bg.jpg");
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.luxury_prize_wrap h3{
	max-width: 235px;
	margin:  0 auto;
}
.luxury_box_wrap{
	display: flex;
	justify-content: space-between;
/*    align-items: center;*/
	max-width: 1000px;
	margin: 3em auto;
	position: relative;
}
.luxury_prize_wrap>img{
	width: 100%;
	height: auto;
	max-width: 580px;
	margin: 1em 0;
}
.copy{
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 1em;
line-height: 1.9;
/*	text-align: left;*/
	position: relative;
	z-index: 2;
}
.attention{
	text-align: left;
	font-weight: normal;
	max-width: 1000px;
    margin: 1em auto 0;
    padding-left: 2em;
    text-indent: -1em;
}
.attention2{
	text-align: left;
	font-weight: normal;
	max-width: 1000px;
	margin: 0em auto 0;
	padding-left: 2em;
    text-indent: -1em;
}
.luxury_prize_wrap h4{
	font-size: 1.5em;
	font-weight: bold;
	margin: 1em 0 0;
}
.luxury_prize_wrap h4+p{
	font-size: 1.4em;
}
.luxury_prize_wrap h4+p strong{
	font-size: 1.4em;
}
.luxury_prize_wrap p span{
    padding: 0.5em 1.5em;
	font-size: 1.15em;
	position: relative;
}
.luxury_prize_wrap p span::before{
	content: "";
    display: inline-block;
	width: 30px;
	height: 50px;
	background-image: url("images/prize_left.png");
	background-position: center;
    background-size: contain;
	position: absolute;
	top:0;
	left: 0;
}
.luxury_prize_wrap p span::after{
	content: "";
    display: inline-block;
	width: 37px;
	height: 50px;
	background-image: url("images/prize_right.png");
	background-position: center;
    background-size: contain;
	position: absolute;
	top:0;
	right: 0;
}
.prize_box{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	padding: 3em;
	display: flex;
	flex-direction: row;
}
.prize_box .text_area{
	width: 50%;
}
.prize_box .text_area > li{
	width: 100%;
	text-align: left;
	font-size: 1.2em;
}
.prize_box .text_area > li+li{
	margin-top: 1em;
}
.prize_box .text_area .prize_icon{
	width: 20%;
	padding-right: 1em;
}
.prize_box .img_area{
	width: 50%;
	position: relative;
}
.prize_box .img_area > img{
	width: 100%;
	position: absolute;
	top: -1em;
	right: 0;
}
.luxury_box {
	width: 30%;
	position: relative;
	z-index: 999;
}
/*
.luxury_box p{
	font-size: 1.3em;
	margin-top: 0.5em;
}
*/
.luxury_box_wrap img{
	width: 100%;
	height: auto;
}
.award_box_wrap .flower img{
	width: 100%;
	height: auto;
	max-width: 110px;
}
.award_box_wrap .flower h5{
	font-size: 1.5em;
	font-weight: bold;
}
.award_box_wrap .flower p{
	font-size: 1.2em;
	font-weight: bold;
}
.award_box_wrap  p span{
	font-size: 1.5em;
}
@media screen and (max-width:736px){
	.luxury_prize_wrap {
		padding: 6.5em 20px;
	}
	.luxury_box_wrap{
		flex-wrap: wrap;
		margin: 3em auto 0;
	}
	.copy{
		font-size: 1.1em;
		text-align: left;
	}
	.copy br{
		display: none;
	}
	.luxury_box {
		width: 100%;
		position: relative;
		z-index: 999;
		margin-bottom: 1em;
	}
	.luxury_prize_wrap .copy{
		text-align: center;
	}
	.luxury_prize_wrap p span::before{
		width: 24px;
		height: 40px;
	}
	.luxury_prize_wrap p span::after{
		width: 30px;
		height: 40px;
	}
	
	.prize_box{
		display: flex;
		flex-direction: column;
		margin: 2em auto;
		padding: 1em;
	}
	.prize_box .img_area{
		display: none;
	}
	.prize_box .text_area{
		width: 100%;
	}
	.prize_box .text_area > li{
		font-size: 1em;
		margin-top: 1em;
	}
	.prize_box .text_area > li{
		display: flex;
		align-items: center;
		width: 100%;
	}
	
	.attention, .attention2{
		width: 90%;
		margin: 0 auto;
		text-align: left;
		padding: 0;
	}
}


/* 応募規約
--------------------------------------------------------- */
.rules_wrap{
	padding: 6.5em 0;
	text-align: center;
	background-color: #EBE7DC;

}
.rules_wrap h3{
	max-width: 235px;
	margin:  0 auto;
}
.rules_wrap p{
	text-align: left;
	margin-top: 2em;
	line-height: 1.8;
}
.rules_contents {
    margin-top: 2em;
    max-width: 800px;
    margin: 0 auto;
}
.rules_box{
	align-items: center;
	justify-content: space-around;
	margin-top: 2.333em;
}
.rules_box h4{
	font-size: 1.5em;
	font-weight: bold;
	color: #5F3B27;
}
.rules_box ul ,.rules_box p{
	text-align: left;
	padding-bottom: 0em;
	margin: 0;
}
.rules_box ul li{
	line-height: 1.8;
	text-indent:-1em;
	padding-left:1em;
	color: #333;
	margin: 1em 0;

}
@media screen and (max-width:736px){
.rules_wrap,.privacy_wrap{
	padding: 5.133em 20px;
}
.prohibited_wrap{
	padding: 5.133em 20px;
	text-align: center;
}
.rules_box{
	display: flex;
		flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	margin-top: 2.333em;
}
.rules_box img{
	margin-top: 1.5em;
}
.rules_box .order1{
	order: 2;
}
.rules_box .order2{
	order: 1;
}
}

/* 応募規約
--------------------------------------------------------- */
.rule_wrap{
	padding: 0em 0 5em;
	text-align: center;
}
.rule_box{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 2.333em;
}
.rule_box ul li{
	line-height: 1.6;
	text-indent:-1em;
	padding-left:1em;
	color: #333;
	text-align: left;

}

@media screen and (max-width:736px){
.rule_wrap{
	padding: 5.133em 20px 0;

}
}

/*お問い合わせ
--------------------------------------------------------- */
.snsphoto_contents_wrap{
	padding: 6.5em 0;
}
.contact_wap{
	text-align: center;
	margin:0 auto 5em;
}
.contact{
	margin: 1em 0 0;
}
.contact p span{
	font-size: 1.5em;
}
.area_wrap{
	    margin: 1em auto 0em;
		width: 100%;
	max-width: 90%;
	border-top: 1px solid  #fff;
	padding-top: 2em;
}
.area_wrap h5{
	 font-weight: bold;
	font-size: 1.5em;
	color: #333;
}
.area_wrap .area_block{
	display: flex;
	justify-content: space-between;
}
.area_block div{
	width: 30%;
}
.site_name{
	font-size: 1.5em;
	font-weight: bold;
	margin: -0.5em 0 0;
}
.area_wrap .hanamaki .morebtn_s a {
    background-color: #ED7174;
}
.area_wrap .tono .morebtn_s a {
    background-color: #25B49E;
}
.area_wrap .hiraizumi .morebtn_s a {
    background-color: #C09E71;
}
@media screen and (max-width:736px){
.area_block{
	flex-wrap: wrap;
}
.area_block div{
	width: 100%;
	margin: 1em 0;
}
}

/* チラシ（PDF）
--------------------------------------------------------- */
.pdf_contents_wrap{
	padding: 0;
	text-align: center;
	width: 100%;
}
.pdf_contents_wrap p{
	max-width: 600px;
	margin: 3em auto;
	padding: 0 20px 4em;
	box-sizing: border-box;
}
.pdf_contents_wrap .pdf_contents{
	max-width: 600px;
	margin: 0 auto;
}
.pdf_contents_wrap .pdf_contents .btn_box_s{
	width: 323px;
}
.pdf_contents .img_area{
    width: 100%;
    margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
}
.pdf_contents .img_area img{
    width: 45%;
	margin: 1em;
}

@media screen and (max-width:736px){
.pdf_contents_wrap{
	width: 90%;
	margin: 0 auto;
}
}

/* 戻るボタン
--------------------------------------------------------- */
.backbtn{
	background-color: #fff;
	text-align: center;
	padding-bottom: 8%;
	}
.backbtn p{
	max-width: 600px;
	box-sizing: border-box;
/*	background-color: #A0C23E;*/
}
.btn_box_s a {
    width: 100%;
    background-color: #EA275E;
    padding: 1em;
	margin-bottom: 1em;
}
.btn_box_s .brown {
    width: 100%;
    background-color: #604939;
    padding: 1em;
}

/*
.btn_box_s.fb a {
    background-color: #1877F2;
}
.btn_box_s.inst a {
    background-color: #F02569;
}
*/
.btn_box_s.x a {
    background-color: #000;
}
.snsphoto_catch_wrap .rink_btn a {
	max-width: 800px;
	margin: 0 auto;
    width: 100%;
    background-color: #544776;
    padding: 1em;
}
@media screen and (max-width:736px){
	.backbtn{
		width: 90%;
		margin: 0 auto;
	}
}

/* 詳しく見るボタン
--------------------------------------------------------- */
.morebtn{
	text-align: center;
	margin-top: 1.2em;
}
.morebtn p{
	max-width: 500px;
	margin: 10px auto;
	box-sizing: border-box;
	min-width: 430px;
}
.morebtn_s a {
    width: 100%;
    background-color: #654425;
    padding: 0.7em;
    color: #fff;
    display: block;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 12px 20px;
    background-position: right 10px center;
    text-align: center;
    transition: opacity 0.3s ease 0s;
    box-sizing: border-box;
	background-image: url(../../common/img/arrow_w_l.png);
	font-size:  1em;
}

/*リストの設定*/
.snsphoto_contents ul{
  counter-reset:list;
}
.snsphoto_contents ul li{
  position:relative;
/*  border-bottom: dashed 1px #F6A38B;*/
}
.snsphoto_contents ul li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background:#e13c68;
  top: 0.8em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

