@charset "utf-8";
/* CSS Document */
------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;

}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_wrap .box {
}


body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}


.red{
	color:#EF293E;
}

/* General Setting
------------------------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  background-color: #fff;
  color: #333;
  font-family:"メイリオ","Meiryo",メイリオ,Meiryo,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","ＭＳ Ｐゴシック","Helvetica","Verdana", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
	margin: 0 !important;
}

a {
  color: #333;
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  filter: alpha(opacity=60);
  opacity: .6;
  color: #333;
}

@media only screen and (max-width: 767px) {
  a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
::selection {
  color: #333;
  background-color: #ACD2F4;
}

::-moz-selection {
  color: #333;
  background-color: #ACD2F4;
}

.left-area {
  float: left;
}

.right-area {
  float: right;
}

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], textarea {
  border-radius: 0;
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* マージン */

.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }

.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }


body {
  width: 100%;
  min-width::1000px;
  overflow: hidden;
}

main {
  padding-top: 146px;
}

@media only screen and (max-width: 767px) {
  body {
	  width: 100%;
	  min-width:100%;
	  overflow: hidden;
  }

  main {
    padding-top: 0;
  }
	
	.spHide {
		display: none;
	}
}

/*共通・common*/
.inner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.section_ttl{
	text-align:center;
	margin: 0 auto 50px;
}
h1{
	margin: 0 auto;
}

.point_txt{
	color: #E9582B;
}
.inq_btn{
	width: 777px;
	background: #47BBAA;
	color: #47BBAA;
	position: relative;
	text-align: center;
	margin: 60px auto;
	border-radius: 8px;
	margin: 20px auto;
}

.inq_btn a{
	color:#fff;
	display: block;
	font-size: 40px;
	padding: 10px 20px 2px;
	box-sizing: border-box;
}
.inq_btn:after{
	position: absolute;
	content: "";
	right: 50px;
	top: 28px;
	width: 30px;
	height: 30px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	transform: rotate(45deg);
	transition:.6s;

}

.inq_btn:hover:after{
	position: absolute;
	content: "";
	right: 24px;
	top: 28px;
	width: 30px;
	height: 30px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff ;
	transform: rotate(45deg);
	transition:.6s;
	opacity: 0.5;
}

p.tel span{
    display: block;
}


@media only screen and (max-width: 767px) {
	img{
		max-width:100%;
	}
	.inner{
		width: 95%;
	}
	.section_ttl{
		margin-bottom:30px;
	}
	.inq_btn{
		width:95%;
		border-radius:3px;
	}
	.inq_btn a{
		font-size: 23px;
		padding: 10px 46px 2px 10px;
	}
	.inq_btn:after{
		position: absolute;
		content: "";
		right: 15px;
		top: 21px;
		width: 16px;
		height: 16px;
		border-top: 4px solid #fff;
		border-right: 4px solid #fff;
		transform: rotate(45deg);
	}

}

/*heder*/

header,.about_area{
	text-align: center;
}

#visual{
	background: #4F3770;
}
.ttl{
	background: #e10f4d;
	padding:20px 0;
	text-align: center;
}
header .ttl_point{
	margin-top:-57px;
}

.side_btn{
	position:fixed;
	width: 80px;
	height: 230px;
	background: #47BBAA;
	left: 0;
	z-index: 999;
	top: 200px;
	box-shadow: -1px 0 14px -2px #333;
}
.side_btn a{
	display: block;
	padding: 30px;
}
.reserve_btn{
	display: none;
}

.monitor_area{
	background:#f3aaba;	
	text-align:center;
	padding:40px 0;
}
.monitor_area h2{
	margin:0;
}
.inq_area{
	padding:30px 0;}

.inq_text{
	width:777px;
	margin:10px auto;
	}

.recruitment_area{
	background:#ffe0c1;
	padding:30px 0;
	}

.recruitment_area h3{
	border-bottom:2px solid #333;
	}

.recruitment_area dl dt{
	font-size:1.6em;
	font-weight:bold;
	border-bottom:2px solid #333;
	margin-bottom: 7px;
	}

.recruitment_area dl dd{
	margin-left:0;
	font-size:1.2em;	
	}

.recruitment_text{
	background:#fff;
	padding:20px;
	margin:50px auto 80px;
	}
.recruitment_text h3{
	text-align:center;
	font-size: 1.5em;
	}
.recruitment_text ul li{
	list-style:disc;
	}
	
	
.step_box{
	position:relative;
	display:inline-block;
	margin:1.5em 0;
	padding:7px 10px;
	min-width:100%;
	max-width:100%;
	color:#555;
	font-size:16px;
	background:#f0f0f0;
	border-radius:10px;
	}
.step_box:before{
	content:"";
	position:absolute;
	top:100%;
	left:50%;
	border:15px solid transparent;
	border-top:15px solid #f0f0f0;
	margin-left: -15px;
	}

.step_title{
	float:left;
	background:#002040;
	color:#fff;
	border-radius:5px;
	padding:10px 30px;
	min-width:36%;
	}

.step_title span{
	font-size:1.1em;
	color:#cccccc;
	}
.step_title h3{
	margin:0;
	font-size:1.8em;
	line-height:1.4;
	}

.step_text{
	background:#fff;
	min-height:91px;
	float: right;
    width: 64%;
	border-radius:5px;
	}
.step_text p{
	margin-left:20px;
	}

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

	#visual{
	background-size: 100%;

	}
	
	header .ttl img,
	header .ttl_sub img{
		width: 100%;
	}

	.monitor_area{
		padding:20px 0;
	}
	.inq_area {
	    padding: 15px 0;
	}
	.reserve_btn{
		display:flex;
		justify-content: space-between;
		position:fixed;
		bottom: 0;
		background-color:rgba(239,137,29,0.8);
		color: #fff;
		text-align: center;
		width: 100%;
		height: 50px;
		line-height: 50px;
		margin: 0;
		padding: 0;
		z-index: 999;
	}
	.reserve_btn a{
		display:block;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
	}
	.reserve_btn li{
		width: 50%;
		border-right: 1px solid #fff;
	}
	.monitor_area h2{
		margin:0 10px;	
		}

	.ttl{
		padding:10px 0;
	}
	.ttl h2{
		margin:0;
	}
	.ttl img{
		padding:0 10px;
	}
	
	
	.right-area,.left-area{
		float:none;
		}
	.recruitment_text ul{
		padding-left:20px;	
		}
	
	.recruitment_text{
		margin:10px;
		}
	.step_title,.step_text{
		float:none;
		width:100%;
		}
	.step_text{
		padding:10px;	
		}
	.inq_text{
		width:100%;
		}
	.step_text p{
		margin:10px;
	}
}

/*振袖コレクションとは*/

.information{
	margin-bottom: 80px;
}
.information .txtArea{
	text-align: center;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.information .txtArea{
		text-align: left;
	}

}

/*開催店舗*/

table{
	width: 100%;
}

table th{
	background: #E9582B;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}
table td{
	color: #E63267;
	padding: 20px;
	box-sizing: border-box;
	border-right: 1px solid #CCCCCC;
}
table tr:nth-of-type(even){
	background: #EEEEEE;
}
table tr:nth-of-type(odd){
	background:#fff;
}
table .city{
	width: 170px;
	text-align: center;
}

table td ul li{
	float: left;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	table{
		border:1px solid #ddd;
	}

	tr.ttl{
		display:none;
	}
	table tr th{
		background: none;
	}
	table .city{
		width: 100%;
		background: #E9582B;
		color: #fff;
	}
	table td{
		width:100%;
		float: left;
		text-align: center;
		padding: 10px;
		border: none;
	}
	table ul {
		margin: 0;
		padding: 0;
	}
	table td ul li{
		text-align: center;
		width: 100%;
		float: none;
	}
p.tel {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
	
}

/*開催店舗*/
.store{
	margin-bottom: 70px;
}
.store .bg{
	background: url(img/con02_bg.jpg) repeat;
	padding: 50px 0;
}
@media only screen and (max-width: 767px) {
	.store .bg{
		padding: 20px 0;
	}

}

/*特典*/

.tokuten{
	margin-bottom: 80px;
}
.tokuten .bg{
	background: url(img/con03_bg.jpg) no-repeat center top;
	background-size: cover;
}
.tokuten .inner{
	padding: 100px 0;
	box-sizing: border-box;
}
.tokuten .inner p img{
	max-width: 100%
}
.tokuten .inner p + p{
	margin-top: 50px;
}
.tokuten .box{
	border: 4px solid #E73D7C;
	background: #fff;
	position: relative;
	padding: 20px 20px 60px;
	box-sizing: border-box;
	text-align: center;
}
.tokuten .con01{
	margin-bottom: 100px;
}
.tokuten .box h3{
	margin-top: -70px;
	margin-left: 0px;
}
.present_wrap{
	display: flex;
}

.tokuten .box h3 + p{
	margin: -30px 0 40px;
}

@media only screen and (max-width: 767px) {
	.tokuten .inner{
		padding: 50px 0 30px;
	}
	.tokuten .inner p + p{
		margin-top: 30px;
	}
	.tokuten .box{
		padding: 20px 0 20px;
	}
	.tokuten .box h3{
		margin-top: -50px;
	}
	.tokuten .box h3 + p{
		text-align: left;
		margin: 0;
		padding: 0 20px;
	}
	.tokuten .box h3 + p br{
		display: none;
	}
	.present_wrap{
		display: block;
	}
	.tokuten .con01{
		margin-bottom: 50px;
	}
}

/*新作コレクション*/

.newcollection{
	margin: 60px 0 80px;
}
.newcollection .bg{
	background: url(img/con04_bg.jpg) repeat;
	padding: 50px 0 30px;
	box-sizing:border-box;
}
.newcollection .front_con{
	background: #fff;
	padding: 40px 0;
	box-sizing:border-box;
}
.newcollection .front_con p.ttl{
	position: absolute;
	left: 287px;
	top: -53px;
}
.newcollection .front_con ul{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.newcollection .front_con ul li{
	align-self: flex-end;
}
left:400px;
.newcollection .sec_con{
	margin:50px 0 0;
}
.newcollection .sec_con ul{
	display: flex;
	-webkit-flex-wrap: wrap-reverse; /* Safari */
	flex-wrap:         wrap-reverse;
	justify-content: space-between;
	padding: 0;
}
.newcollection .sec_con ul li{
	margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
	.newcollection{
		margin-bottom: 10px;
	}
	.newcollection .front_con p.ttl{
		display: block;
		position: static;
		margin-bottom: 30px;
		width: 85%;
		margin: 0 auto;
	}
	.newcollection .sec_con ul li{
		width: 48%;
	}

	.newcollection .front_con ul li:nth-child(1){
		margin-right: 7px;
	}
	.newcollection .front_con ul li:nth-of-type(2),
	.newcollection .front_con ul li:nth-of-type(3){
		display: none;
	}
}

/*期間限定*/
.special02 .bg{
	background: url(img/con05_bg.jpg) repeat-y center top;
	margin: 150px auto 0;
	padding: 10px 0 40px;
}
.special02 .ttl{
	position: absolute;
	top: -120px;
	left:0px;
}
.special02 .txt_main {
	color: #5F1F0C;
	font-size: 18px;
	font-weight: bold;
	padding: 200px 100px 0;
}
.special02 .con_bg{
	background: url(img/con05_02_bg.png) top center no-repeat;
	min-width: 1000px;
	padding: 0 0 30px;
	text-align: center;
}
.special02 .textArea{
	margin: 20px 0 0;
}
.special02 .con_items p{
	width: 33.33%;
	float: left;
	margin: 0;
}
.special02 .con_items p img{
	max-width: 100%;
}
.special02 .con_items ul{
	width: 65.66%;
	margin: 0;
	padding: 0;
}
.special02 .con_items ul li{
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.special02 .con_items ul li img{
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.special02 .bg{
		margin: 30px 0 0;
		padding: 10px 10px 30px;
		background: url(img/con05_bg.jpg) center top repeat-y;
	}
	.special02 .ttl{
		position:static;
	}
	.special02 .txt_main {
		font-size: 16px;
		padding: 0;
		text-align: left;
		margin-top: 0;
}
	.special02 .con_bg{
		min-width:100%;
		height: auto;
		padding: 40px 0 20px;
	}
	.special02 .con_items ul li{
		width: 50%;
	}
	.special02 .textArea{
		font-size: 11px;
	}
}

/*期間限定（リニューアル前）*/
.special .bg{
	background: url(img/con05_bg.jpg) center no-repeat;
	margin: 0 auto;
	padding: 40px;
}
.special .ttl{
	position: absolute;
	top: -100px;
	left:302px;
}
.special .con_bg{
	background: url(img/con05_02_bg.png) top center no-repeat;
	height: 843px;
	min-width: 1000px;
}
.special .con_bg{
	text-align: center;
}
.special .con_bg img{
	margin: 90px 0 20px;
}
.special .con_bg p{
	padding: 0 100px;
}

@media only screen and (max-width: 767px) {
	.special .bg{
		padding: 10px 10px 30px;
		background: url(img/con05_bg.jpg) center 86px no-repeat;
	}
	.special .ttl{
		position:static;
	}
	.special .con_bg{
		min-width:100%;
		height: auto;
		padding: 40px 0 20px;
	}
	.special .con_bg img{
		margin: 0px 0 20px;
	}
	.special .con_bg p{
		padding: 0;
		text-align: left;
	}
}

/*振袖持ち込み撮影コース*/
.course01 .bg{
	background: url(img/con11_bg.png) repeat-y center top;
	margin: 180px auto 0;
	padding: 0 0 40px;
}
.course01 .ttl{
	position: absolute;
	top: -140px;
	left:12px;
}
.course01 .txt_main {
	color: #5F1F0C;
	font-size: 18px;
	font-weight: bold;
	padding: 200px 100px 0;
}
.course01 .con_bg{
	background: url(img/con11_02_bg.png) top center no-repeat;
	min-width: 1000px;
	padding: 0 0 30px;
}
.course01 .list01{
	text-align: center;
	margin: 0;
	padding: 280px 0 0;
}
.course01 .list01 li{
	display: inline-block;
	width: 23%;
}
.course01 .list01 li img{
	max-width: 100%;
}
.course01 .benefit{
	background-color: #fff;
	text-align: center;
	width: 98%;
	margin: 20px auto;
	padding: 15px 15px 20px;
	border-radius: 5px;
}
.course01 .benefit .ttl02{
	margin: 0 0 20px;
}
.course01 .benefit ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.course01 .benefit ul li{
	display: inline-block;
	width: 18%;
}
.course01 .benefit ul li img{
		max-width: 100%;
}
.course01 .textArea{
	margin: 20px 20px 0;
	border-top: dotted 2px #ccc;
}
.course01 .textArea p + p{
	margin: -10px 0 1em;
}

@media only screen and (max-width: 767px) {
	.course01 .bg{
		margin: 30px 0 0;
		padding: 10px 10px 30px;
		background: url(img/con11_bg.png) center top repeat-y;
	}
	.course01 .ttl{
		position:static;
		margin: 10px 0 0;
	}
	.course01 .list01{
		width: 98%;
		text-align: center;
		margin: 0;
		padding: 20px 0 0;
	}
	.course01 .list01 li{
		width: 32%;
}
	.course01 .benefit ul li{
		width: 30%;
}
	.course01 .con_bg{
		min-width:100%;
		height: auto;
		padding: 30px 0 10px;
	}
	.course01 .textArea{
		font-size: 11px;
	}
}

/*手ぶら撮影コース*/
.course02 .bg{
	background: url(img/con12_bg.png) repeat-y center top;
	margin: 180px auto 0;
	padding: 0 0 40px;
}
.course02 .ttl{
	position: absolute;
	top: -140px;
	left:12px;
}
.course02 .txt_main {
	color: #5F1F0C;
	font-size: 18px;
	font-weight: bold;
	padding: 200px 100px 0;
}
.course02 .con_bg{
	background: url(img/con11_02_bg.png) top center no-repeat;
	min-width: 1000px;
	padding: 0 0 30px;
}
.course02 .list01{
	text-align: center;
	margin: 0;
	padding: 280px 0 0;
}
.course02 .list01 li{
	display: inline-block;
	width: 23%;
}
.course02 .list01 li img{
		max-width: 100%;
}
.course02 .benefit{
	background-color: #fff;
	text-align: center;
	width: 98%;
	margin: 20px auto;
	padding: 15px 15px 20px;
	border-radius: 5px;
}
.course02 .benefit .ttl02{
	margin: 0 0 20px;
}
.course02 .benefit ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.course02 .benefit ul li{
	display: inline-block;
	width: 18%;
}
.course02 .benefit ul li img{
		max-width: 100%;
}
.course02 .textArea{
	margin: 20px 20px 0;
	border-top: dotted 2px #ccc;
}
.course02 .textArea p + p{
	margin: -10px 0 1em;
}

@media only screen and (max-width: 767px) {
	.course02 .bg{
		margin: 30px 0 0;
		padding: 10px 10px 30px;
		background: url(img/con12_bg.png) center top repeat-y;
	}
	.course02 .ttl{
		position:static;
		margin: 10px 0 0;
	}
	.course02 .list01{
		width: 98%;
		text-align: center;
		margin: 0;
		padding: 20px 0 0;
	}
	.course02 .list01 li{
		width: 36%;
}
	.course02 .benefit ul li{
		width: 30%;
}
	.course02 .con_bg{
		min-width:100%;
		height: auto;
		padding: 30px 0 10px;
	}
	.course02 .textArea{
		font-size: 11px;
	}
}

/*ママ振袖応援*/
.mamafuri .bg{
	margin: 80px 0 50px;
	padding: 50px 10px;
	background: url(img/con13_bg.png) center top repeat-y;
}

.mamafuri .inner{
	background-image: url(img/con13_bg_inner01.png),
					  url(img/con13_bg_inner03.png),
					  url(img/con13_bg_inner02.png);
	background-repeat: no-repeat,
					  no-repeat,
					  repeat;
	background-position: left top,
						 left bottom,
						 center;
	text-align: center;
	padding: 60px 0;
	font-size: 0;
	line-height: 0;
}

.mamafuri .bnr{
	margin: 0 0 10px;
}

.mamafuri .inner img{
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.mamafuri .bg{
		margin: 50px 0 50px;
		padding: 30px 10px;
	}
	.mamafuri .inner{
		background-size: 100% auto,
						 100% auto,
						 100% auto;
		padding: 50px 5%;
	}
}

/*通常プラン*/
.normal_plan{
	margin:150px auto 0;
}
.normal_plan .wrap{
	border-top: 10px solid #FFA64D;
	background: #F8ECD1;
	padding-bottom: 50px;
}
.normal_plan .p_planImg {
	max-width: 1000px;
	margin: 0 auto 40px;
}
.normal_plan .p_planImg img {
	max-width: 100%;
}
.normal_plan .p_rental h3{
	color: #FFA54C;
	font-size: 35px;
	font-weight: bold;
	background: url(img/con09_ttlbg01.jpg) no-repeat;
	padding-left: 80px;
	margin: 0;
}
.normal_plan .p_kounyu h3{
	color: #ef5070;
	font-size: 35px;
	font-weight: bold;
	background: url(img/con09_ttlbg01.jpg) no-repeat;
	padding-left: 80px;
  margin: 0;
}
.p_rental{
	background: url(img/con09_img01.png) no-repeat 96% 30px #f6f4ef;
	width: 1000px;
	margin: 0 auto;
	padding: 40px;
	border-radius: 3px;
	box-sizing: border-box;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}
.p_kounyu{
	background: url(img/con09_img02.png) no-repeat 96% 30px #f6f4ef;
	width: 1000px;
	margin: 0 auto;
	padding: 40px;
	border-radius: 3px;
	box-sizing: border-box;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.normal_plan .wrap h2{
	background: #FFA64D;
	width: 1000px;
	margin: -50px auto 50px;
	text-align: center;
	color: #fff;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	font-weight: normal;
  border-radius: 5px;
}
.normal_plan .price{
	font-size: 27px;
	margin: 0;
  letter-spacing: 4px;
}
.normal_plan .p_rental .price{
	color: #FF9428;
}

.normal_plan .p_kounyu .price{
	color: #ef5070;
}

.normal_plan .price span{
	font-size:16px;
	display: inline-block;
	margin: 0 5px;
}
.normal_plan .plan_dtl h3{
  color: #663300;
  background: none;
  border-left: 5px solid #663300;
  padding-left: 15px;
  font-size: 25px;
  font-weight: bold;
  margin-top: 60px;
  line-height: 35px;
}
.normal_plan .PlanBoxDetail {
  background-color: #fdf4f1;
  padding: 5px;
  width: 850px;
  margin-left: -20px;
  padding-left: 20px;
  margin-top: 20px;
}
.normal_plan .PlanBoxDetail ul{
	display: flex;
}
.normal_plan .mb-none ul{
	padding-left: 0;
}
.normal_plan .PlanBoxDetail ul li{
	box-sizing:border-box;
	padding:15px 10px;
	height:120px;
	border-radius: 2px;
	background:#A08874;
	color:#FFF;
	font-size:15px;
	letter-spacing:0.15em;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center 60%;
	margin-right: 20px;
  font-weight: bold;
}
.normal_plan .PlanBoxDetail ul li span{
  border-bottom: solid 1px #fff;
}
.normal_plan .PlanBoxDetail ul li .emphasis{
	font-size: 24px;
  border-bottom: solid 2px #fff;
}
.normal_plan .PlanBoxDetail ul li.icon01{ background: #A08874 url(img/icon/icon01.png) center 60% no-repeat; position: relative;}
.normal_plan .PlanBoxDetail ul li.icon02{ background: #A08874 url(img/icon/icon02.png) center 60% no-repeat; position: relative;}
.normal_plan .PlanBoxDetail ul li.icon03{ background: #A08874 url(img/icon/icon03.png) center 60% no-repeat; position: relative;}
.normal_plan .PlanBoxDetail ul li.icon04{ background: #A08874 url(img/icon/icon04.png) center 60% no-repeat; position: relative;}
.normal_plan .PlanBoxDetail ul li.icon05{ background: #A08874 url(img/icon/icon05.png) center 60% no-repeat; position: relative;}
.normal_plan .PlanBoxDetail ul li.icon06{ background: #A08874 url(img/icon/icon06.png) center 60% no-repeat; position: relative;}
.normal_plan .PlanBoxDetail ul li.icon07{ background: #A08874 url(img/icon/icon07.png) center 60% no-repeat; position: relative;}
.normal_plan .PlanBoxDetail ul li.komono{ position: relative;}
.normal_plan .PlanBoxDetail ul li#tokuten{
  font-size: 24px;
  color: #ff9377;
  background: none;
}
.normal_plan .PlanBoxDetail ul li#tokuten span{
  border-bottom: solid 2px #ff9377;
}
/*.normal_plan .PlanBoxDetail ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -15px;
  background:url(img/icon_plus.png) 0 0 no-repeat;
  height: 10px;
  width: 10px;
  background-size: contain;
}*/
.pc-none{
  display: none;
}


@media only screen and (max-width: 767px) {
.normal_plan .wrap {
    padding-left: 10px;
    padding-right: 10px;
}
.normal_plan .wrap h2 {
  width: 100%;
  font-size: 30px;
}
	.normal_plan .p_planImg {
		margin: 0 0 20px;
	}
	.normal_plan .p_planImg img {
		margin: 0;
	}
.p_rental {
  width: 100%;
  background: #f6f4ef;
  padding: 20px 10px;
}
.p_kounyu {
  width: 100%;
  background: #f6f4ef;
  padding: 20px 10px;
}
.normal_plan .p_rental h3 {
  font-size: 25px;
  line-height: 60px;
  text-align: center;
  padding-left: 0px;
}
.normal_plan .p_kounyu h3 {
  font-size: 25px;
  line-height: 60px;
}
.normal_plan .plan_dtl h3 {
  text-align: left;
  padding-left: 15px;
}
.normal_plan .PlanBoxDetail {
  width: 100%;
  margin-left: 0px;
  padding-left: 5px;
  overflow: hidden;
}
.normal_plan .PlanBoxDetail ul {
  display: flex;
  align-items: center;
}
.normal_plan .plan_dtl h3 {
  margin-top: 5px;
}
.normal_plan img {
  width: 100%;
  margin-top: 20px;
}
.pc-none {
  display: block;
}
.mb-none {
  display: none;
}
}

/*15大サービス*/

.service{
	margin:100px 0 60px 0;
	overflow: hidden;
}
.service .ttl{margin-bottom: 50px;}
.service .box{
	width: 200px;
	background: #FFDFBF;
	padding: 20px 24px;
	box-sizing:border-box;
	line-height: 1.2em;
	height: 330px;
	font-size: 12px;
}
.service .box:nth-of-type(even){
	background: #FFECD9;
}
.service .box img{
	margin-bottom: 10px;
}
.service .box .intro{
	color: #604C3F;
	font-size: 13px;
	display: block;
	padding-bottom: 5px;
	height: 33px;
}
.service .box .point{
	color: #FF7A4D;
	font-size: 20px;
	display: block;
	line-height: 1.2em;
	padding-bottom:8px;
	min-height: 50px;
	display: flex;
    align-items: center;
}
.service .box_wrap .box{
	float: left;
}

@media only screen and (max-width: 767px) {
	.service{
		margin: 50px 0;
	}
	.service .ttl{
		margin-bottom:20px;
	}
	.service .box{
		width: 33.3%;
		padding: 10px;
		height: 300px;
	}
	.service .box .point{
		font-size: 15px;
		display: block;
		min-height: auto;
	}
	.service .box .intro{
		height: auto;
		font-size: 11px;
	}
}

/*PHOTOプラン*/
.photo_plan {
  margin: 60px 0 100px 0;;
  overflow: hidden;
}

.photo_plan h2 {
  color: #e5646c;
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.photo_plan h3 {
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.photo_plan .imgArea .img_01 {
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
.photo_plan h2 {
  font-size: 20px;
}
}
/*店舗について*/
.shopinfo{
	text-align: center;
	margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
	.shopinfo{
		margin: 0 0 50px 0;
	}
}


/*選ばれる理由*/
.reason{
	margin-bottom:50px;
}
.reason .bg{
	background: url(img/con08_bg.png) no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.reason .ttl{
	text-align: center;
	margin-bottom: 50px;
}
.reason .inner{
	border:1px solid #614C3F;
	background-color:rgba(255,255,255,0.5);
	padding: 40px 40px 30px;
	box-sizing: border-box;
}
.reason dl{
	margin: 0 0 20px 0;
	height: 53px;
}
.reason dl dt{
	background: #FFAC5B;
    color: #fff;
    padding: 5px;
    width: 150px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    float: left;
    margin-right: 20px;
}
.reason dl dd{
	font-size: 20px;
    padding: 5px;
    line-height: 1.2;
    box-sizing: border-box;
    align-self: auto;
    align-items: flex-end;
    overflow: hidden;
}
.reason dl dd span{
	display: block;
	font-size: 14px;
	margin: 10px 0 0;
}

@media only screen and (max-width: 767px) {
	.reason {
		margin:0 20px 0 0;
	}
	.reason .bg{
		padding: 30px 0;
	}
	.reason .ttl{
		margin: 0 10px 30px;
	}
	.reason .inner{
		padding: 20px 20px 0;
	}
	.reason dl{
		height:auto;
	}
	.reason dl dt{
		float: none;
		width: 100%;
		height: auto;
		padding: 2px;
	}
	.reason dl dd{
		font-size: 16px;
		margin: 0;
		padding: 10px;
	}
}

footer{
	width: 100%;
	background: #EF891D;
	height: 30px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	line-height: 30px;
	margin-top: 80px;
}

@media only screen and (max-width: 767px) {
	footer{
		margin: 25px 0;
	}
}


.set_area,.set_area2,.set_area3,.set_area4{
	width:860px;
	margin:0 auto 20px;
	padding: 13px;
	border:1px solid #ed8599;
	}

.set_area{	border:1px solid #ed8599;}
.set_area2{	border:1px solid #f39800;}
.set_area3{	border:1px solid #59c2e1;}
.set_area4{	border:1px solid #8dc556;}

.dis_flex{
	display:flex;	
	flex-wrap:wrap;
	}

.set_list{
	margin:0 0 0 0;
	padding:0;
	}

.set_list li{
	/*width:20%;*/
	margin:0 20px 10px 0;
	}
.set_list li:last-child{
	margin-right:0;
	}

.mamafuri .inner{
		font-size:1em;
		line-height:1.4;
	}

.mamafuri .inner .align_right{
	text-align:right;

	}
	
@media only screen and (max-width: 767px) {
.set_area,.set_area2,.set_area3,.set_area4{
	width:100%;
	}
	.set_list li{
	width:31%;
	margin:0 10px 10px 0;
	}
	.set_list li:nth-child(3n){
	margin-right:0px;
	}
	.set_list li:nth-child(4n){
	margin-left:0px;
	}

}

@media only screen and (max-width: 423px) {
	.set_list li{
		width:48%;
		margin:0 0 10px 0;
	}

	.set_list li:nth-child(even){
		margin-left:5px;
	}
		
}



#spfloating{
	display:none;	
	}

@media only screen and (max-width: 767px) {
#spfloating{	
	position:fixed;
	width:100%;
	left:0;
	bottom:0;
	display:block;
	z-index:8;
	display:table;
	margin:0;
	padding:0;
}

#spfloating:after{
	content:"";
	display:block;
	clear:both;
}


#spfloating li{
	display:table-cell;
	width:100%;
}


#spfloating li a{
	text-align:center;
	display:block;
	color:#fff;
	font-size:13px;
	height:40px;
	line-height:40px;
	background:#46bcaa;
}
}
.youtube_area h2 {
  text-align: center;
  background:  #f3aaba;
  color: #fff;
  border-radius: 5px;
  padding: 15px 0;
  font-size: 28px;
}
.youtube-items {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.youtube-items li {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .youtube-items li {
  width: 100%;
}
}
  .ttl h1, .ttl h2 {
    color:#fff;
    letter-spacing: 5px;
    text-shadow: 3px 1px 13px #fff;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    line-height: 1;
  }
  .ttl h1 {
    font-size: 32px;
    line-height: 1.6;
  }
  .ttl h2 {
    font-size: 34px;
    margin: 0;
    font-weight: bold;
  }
.ttl h2 span {
  font-size: 64px;
}




modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  display:flex;
	justify-content:center;
  align-items: center;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 10000;
}

.modal.show{
  visibility: visible;
  opacity: 1;
}

#story .modal{
  transform: scale(0.95);  
}

#story .modal.show{
  transform: scale(1);
}

.modal .closebase{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.modal .content{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
}

.modal .content iframe{
  width: 900px;
  height: 506px;
}

.modal .content .close{
  position: absolute;
  top: -35px;
  right: 15px;
}

.modal .content .close img{
  width: 25px;
  height: 25px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	border-bottom-color: #2087ba !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	border-bottom-color: #2087ba !important;
}

.slider-pro a.openmodal.text{
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background: rgba(62,62,62,0.8);
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
}

.slider-pro a.openmodal.text:hover{
  background: rgba(62,62,62,0.6);
}

.sp-thumbnail-image-container img{
  width: 100%;
  height: auto;
}







.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  display:flex;
	justify-content:center;
  align-items: center;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 10000;
}

.modal.show{
  visibility: visible;
  opacity: 1;
}

#story .modal{
  transform: scale(0.95);  
}

#story .modal.show{
  transform: scale(1);
}

.modal .closebase{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.modal .content{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
}

.modal .content iframe{
  width: 900px;
  height: 506px;
}

.modal .content .close{
  position: absolute;
  top: -35px;
  right: 15px;
}

.modal .content .close img{
  width: 25px;
  height: 25px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	border-bottom-color: #2087ba !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	border-bottom-color: #2087ba !important;
}

.slider-pro a.openmodal.text{
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background: rgba(62,62,62,0.8);
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
}

.slider-pro a.openmodal.text:hover{
  background: rgba(62,62,62,0.6);
}

.sp-thumbnail-image-container img{
  width: 100%;
  height: auto;
}
