@charset "UTF-8";
/* ***********************************
	Site Name:
	Description:CSS for General
	Version:2018.03.23
************************************ */

html {
  -webkit-overflow-scrolling: touch;
}

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*
icon font
*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?3nzh2k");
  src: url("../fonts/icomoon.eot?3nzh2k#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3nzh2k") format("truetype"), url("../fonts/icomoon.woff?3nzh2k") format("woff"), url("../fonts/icomoon.svg?3nzh2k#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: "\f105"; }

.icon-location:before {
  content: "\e947"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-instagram:before {
  content: "\ea92"; }

/*----------------------------------------------------------------------------------------------------
	Common
---------------------------------------------------------------------------------------------------- */
body {
	line-height: 1.4;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: center;
	position: relative;
	font-weight: 500;
	height: 100%;
    background-color: #fff;/*PC_TOP背景の元の色ffeced*/
}

html {
	color: #535353;
	font-weight: 500;
	font-size: 62.5%;
	height: 100%;
} /*初期値10pxの62.5%でルートが10px*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}


/*---Link---*/
a {
	color: #313131;
	text-decoration: none;
	cursor: pointer!important;
}
a:hover {
	color: #000000;
}
a:hover img, #navigation nav ul li a:hover, #listShop li a:hover, .btnAction-s a:hover, .btnVoice a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
/*---section---*/
section {
	clear: both;
}
/*-- p --*/
p {
	line-height: 1.8em;
	font-size: 1.6rem;
}
.sp {
	display: none;
}

@media screen and (max-width: 768px) {
p {
	line-height: 1.6em;
	font-size: 1.4rem;
}
}

@media screen and (max-width: 320px) {
p {
	line-height: 1.4em;
	font-size: 1.2rem;
}
}

@media screen and (max-width: 768px) {
.pc {
	display: none;
}
.sp {
	display: block!important;
}
}

#contact,
#counter,
#banner {
display:none;
}

/*----------------------------------------------------------------------------------------------------
	Header　
---------------------------------------------------------------------------------------------------- */
header {
	width: 100%;
	text-align: left;
}
header .rightArea a {
	color: #fff;
}
#kvArea {
	height: 700px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 100px;
position:relative;
z-index:400;
	top: 115px;
}

#kvArea img {
  position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: 0;
    margin: 0 auto;
}

#kvArea h1 {
display:none!important;
}


@media screen and (max-width: 768px) {
#kvArea {/*TOPメイン画像キービジュアルSP*/
	width: 100%;
	height: 0;
	padding-top: 90%;/*110%*/
	text-indent: -9999em;
	overflow: hidden;
	top: 45px;
	margin-bottom: 0%;
	z-index: 5;
}

header .centerArea .menu nav li a {
		color: #fff;
	}

#kvArea img {
  position: absolute;
    left: 0;
    transform: translate(0%,0);
    -webkit-transform: translate(0%,0);
    -ms-transform: translate(0%,0);
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    margin: 0 auto;
}


    
    
/*Slider*/
.slider{
	width:1000px;
	height:400px;
	margin:0 auto;
	position:relative;
}
.slider ul{
	margin:0;
	padding:0;
	list-style:none;
}
.slider ul li{
	width:1000px;
	height:400px;
	position:absolute;
	top:0;
	left:0;
	animation-iteration-count:infinite;
	animation-duration:24s;
}


.slider ul li:nth-child(1){
	animation-name:slider;
	animation-delay:-3s;
}
.slider ul li:nth-child(2){
	animation-name:slider;
	animation-delay:5s;
	opacity:0;
}
.slider ul li:nth-child(3){
	animation-name:slider;
	animation-delay:13s;
	opacity:0;
}


@keyframes slider{
	0%{
		opacity:0;
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
	}	
}
/*Slider*/
    
    
    
    
    
    
    
    
    
    
    
    
}
#btnSide {
	position: fixed;
	right: 0;
	top: 30%;
	width: 65px;
	z-index: 9999;
}
#btnSide img {
	width: 100%;
}
#navigation {
background-color:#ffeced;
padding-bottom:40px;
}
#navigation nav {
	width: 960px;
	margin: 0 auto;
}
#btnSide_sp {
	display: none;
}

@media screen and (max-width: 768px) {
#btnSide {
	display: none;
}
#btnSide_sp {
	display: none;
	width: 100%;
	position: fixed;
	right: 0;
	top: auto;
	bottom: 0;
	padding: 2% 0;
	z-index: 999;
	text-align: center;
	background-color: rgba( 255, 255, 255, 0.7 );
}
#btnSide_sp img {
	width: 92%;
	margin: 0 auto;
}
#navigation nav {
	width: 100%;
	padding: 0 4%;
	margin: 0 auto;
}
}
#navigation nav ul li a {
	width: 460px;
	height: 170px;
	float: left;
	text-align: left;
}
#navigation nav ul li:last-child a {
	float: right;
}

#navigation nav ul li a img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#navigation {
padding-bottom:5px;
}
	#navigation nav ul li {
		float: none;
	}
#navigation nav ul li a {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 1em;
}
#navigation nav ul li a img {
		width: 100%;
}

}

/*----------------------------------------------------------------------------------------------------
	content　
---------------------------------------------------------------------------------------------------- */
#content {
	width: 100%;
}
.content {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 768px) {
#content {
}
.content {
	width: 100%;
}
}
/* content01 setting */
#content01, 
#content02 {
	width: 100%;
	background: url(../images/201804/bg.gif) top left;
	padding:5% 0 0 0;/*各コーナー内TOP画像の高さPC*/
}
#content02 {
margin-bottom:0;
}
#content01 .wrap, 
#content02 .wrap {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
#content02 .isho_erabi {/*衣裳選びのポイントPC*/
	width: 100%;
	position: relative;
	margin: 0 auto;
    margin-top: 20pt;
}
#content01 .lead, 
#content02 .lead {
	width: 100%;
	padding:20px 0 0 0;/*各コーナー内TOPテキストの高さPC*/
}

#content01 h2, 
#content02 h2 {
	width:100%;/*各コーナー内TOP画像PC*/
position:relative;
	margin-bottom: 30px;
    	margin: 0 auto;
}

#content01 .present h2, 
#content02 .present h2 {
padding-top:0px;/*今月だけの特典PC*/
margin-bottom: 20px;
position:relative;
width:100%;
}

#content01 .cPlan, 
#content02 .cPlan {
	padding: 0 15px 10px 15px;/*SPの衣裳プランの左右の幅*/
}

.arrow-down img {
	width: 70px;
	position: absolute;
	top: 0;
	left: 47.6%;
}

.planBox01 img,
.planBox02 img {
width:100%;
margin-bottom:30px;
}

@media screen and (max-width: 768px) {/*SP*/
#content01,
#content02 {
	padding:15px 0 0;
	margin-bottom: 0;
}
    
#content01 h2, 
#content02 h2 {
padding-top: 35px;/*ウェディングプランのTOP画像SP*/
position:relative;
}

#content01 .present h2, 
#content02 .present h2 {
padding-top:10px;/*今月だけの特典SP*/
width:100%;
position:relative;
}
    
	#content01 p.lead,
	#content02 p.lead{
		font-size: 14px;/*ウェディングプランの文字サイズSP*/
		margin: 10px 0;
	}
}

#content01 h2 img{
width:100%;
}

#content01 h3 {
	color: #e83662;
	font-size: 24px;
}

.planImg {
width:400px;
margin:30px auto;
}

.planImg img {
width:100%;
}

.planTxt p {
font-size:26px;
color:#8c6639;
text-shadow:-1px -1px 7px #fff;
}

.planTxt p span {
font-size:30px;
background: linear-gradient(transparent 60%, #f6ff00 0%);
}





@media screen and (max-width: 768px) {
#content01 h2 {
    margin: 5 auto 0;
}

	#content01 h3 {
		font-size: 14px;
	}

#content01 h2, #content01 h3, 
#content01 h3.sec01_s-ttl02 {
	width: 100%;
}
#content01 h3.sec01_s-ttl01 {
	width: 80%;
}
#content01 h3.sec01_s-ttl02 {
margin:2% 0 4% 0!important;
}

.ttlAutumn {
text-align: left;
	}
.ttlAutumn img{
width: 60%;
margin-bottom:1em;
top: -65px;
left: 0px;
}

.planImg {
width:80%;
margin:1em auto;
}

.planImg img {
width:100%;
}

.planTxt p {
font-size:1.5rem;
margin-bottom:1em;
font-weight:500;
}

.planTxt p span {
font-size:1.6rem;
background: linear-gradient(transparent 60%, #f6ff00 0%);
font-weight:500;
}

}
.iconArea {
	position: absolute;
	top: -80px;
	right: -40px;
	text-align: right;
}
.iconArea li {
	width: 125px;
	display: inline-block;
	margin-left: 10px;
}
.iconArea li img {
	width: 100%;
}



@media screen and (max-width: 768px) {
.iconArea {
	top: -20px;
	right: -10px;
}
.iconArea li {
	width: 18%;
	display: inline-block;
	margin-left: 0;
}
}



@media screen and (max-width: 320px) {
.iconArea li {
	width: 20%;
}
}

#morePlan {
background-size:100%;
position:relative;
padding-bottom:30px;
margin-bottom:30px;
	margin-top: 100px;
	background: url("../../images/201901/bg_price.jpg") no-repeat bottom center;
	background-size: 100%;
}
#morePlan h3 {
	text-align: center;
	color: #333;
	font-weight: 500;
	padding-left: 50px;
	line-height: 1.8em;
	padding-top: 20px;
}
#morePlan h3 span {
	color: #e7447e;
	font-size: 28px;
}

.icon_pricedown {
width:180px;
position:absolute;
left:10px;
top:-4em;
}
.icon_pricedown img {
width:100%;
}


.ttl_plan {
	color: #dabfa1;
	margin: 40px 0 30px;
}
.ttl_plan img {
	width: 190px;
padding:0 20px;
}

.ttl_plan.special02 img {
	width: 160px;
}

.ttl_plan.special03 img {
	width: 220px;
}

.ttl_plan {
	display: table;
	text-align: center;
	white-space: nowrap;
}
.ttl_plan:after, .ttl_plan:before {
	content: '';
	display: table-cell;
	width: 50%;
	background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
	background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
	-webkit-background-clip: padding;
	background-clip: padding;
}
.ttl_plan:after {
	border-left: 1em solid transparent;
}
.ttl_plan:before {
	border-right: 1em solid transparent;
}
.list01 li {
    width: 204px;
display:inline-block;
    margin-left: 10px;
    margin-bottom: 30px;
}
.list01 li:first-child,
.list01 li:nth-child(5) {
	margin-left: 0;
}
.list01 li img {
	width: 100%;
}

.ttl_plan-sub {
width:360px;
margin:0px auto 20px;
}

.ttl_plan-sub img {
width:100%;
}

.more {
	background: url(../images/201710/bg-more.png) top center no-repeat;
background-size:460px;
margin:20px auto;
}
.more p {
font-size:26px;
color:#e83662;
height:70px;
}

#content01 .more {
	background: url(../images/201710/bg-more.png) top center no-repeat;
background-size:470px;
margin:20px auto 60px!important;
}
#content01 .more p {
font-size:24px;
color:#e83662;
height:70px;
	line-height: 1.2em;
	
}

@media screen and (max-width: 768px) {
#morePlan h3 {
	font-size: 14px;
	padding-left: 0;
	text-align: center;
	line-height: 1.8em;
	padding-top: 0;
}
#morePlan h3 span {
	font-size: 18px;
}

	
.ttl_plan {
	color: #dabfa1;
	margin: 4% 0;
}

.ttl_plan.special02 img {/*選べる会場SP*/
    width: 120px;
    	padding: 0 4%;
    margin:0px auto -5px;
}
.ttl_plan.special03 img {/*直前割SP*/
    width: 160px;
}

.ttl_plan-sub {
width:70%;
margin:0px auto 20px;
}

.ttl_plan-sub img {
width:100%;
}

.list01 li {
	width: 46%;
	float: none;
	display: inline-block;
	margin-left: 2%;
	margin-bottom: 4%;
}

#cam05 .more{
	width: 60%!important;
	margin: 0 auto!important;
}
#cam05 .more img{
		width: 100%;
    margin-bottom: 5% ;
	}
	#cam05 .more p {
		height: auto!important;
	}
    
.icon_pricedown {
width:30%;
left:0%;
top:-3.5em;
}

#morePlan {
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 2em;
padding-top:1px;
}

}

.list02 {
	margin-top:40px;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}

.list02 li {
	width: 255px;
	height: 255px;
	margin-bottom: 30px;
position:relative;
overflow:hidden;
}


.list02 li a {
display:block;
height:100%;
width:100%;
}

.list02 li img {
	width: 100%;
	vertical-align: bottom;
display: inline-block;
backface-visibility: hidden;
}

.list02 li p {/*選べる会場SP*/
	background-color: #c29052;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	height: 40px;
	line-height: 40px;
margin-top:-1px;
}

.list02.listMore {
	margin-top: 0;
}

.btnMoreHotel {
	border: 1px solid #ba8d57;
	color: #ba8d57;
	width: 400px;
	margin: 0 auto;
	border-radius: 5px;
	padding: 5px 0;
}

@media screen and (max-width: 768px) {
.list02 {
margin-top:20px;
}

.list02 li {
	width: 48%;
	height: auto;
	float: left;
	margin-left: 2%;
	margin-bottom: 1em;
}
.list02 li:first-child, .list02 li:nth-child(4), .list02 li:nth-child(7), .list02 li:nth-child(10), .list02 li:nth-child(13) {
	margin-left: 2%;
}
.list02 li:nth-child(odd) {
	margin-left: 0!important;
}

.list02 li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.list02 li p {
	font-size: 1.1rem;
	line-height: 1.4em;
	padding: 8% 0 0 0;
}
.list02 li.line02 p {
	padding: 3% 0 0 0;
}

.list02.listMore li:first-child, 

.list02.listMore li:nth-child(5), 
.list02.listMore li:nth-child(8), 
.list02.listMore li:nth-child(11) {
}

.list02.listMore li:nth-child(2), 
.list02.listMore li:nth-child(4),
.list02.listMore li:nth-child(6),
.list02.listMore li:nth-child(8),
.list02.listMore li:nth-child(10) {
	margin-left: 2%;
}

.btnMoreHotel {
width: 100%;
	margin: 20px 0;
	}
	
}

@media screen and (max-width: 320px) {
.list02 li.line02 p {
	padding: 5% 0 0 0;
}
.list02 li:first-child p {
font-size:1rem;
}

.list02 li p {
	padding: 10% 0 0 0;
}
}
.linkBtn {
	margin: 30px auto;
}
.linkBtn a {
	border: 1px solid #c29052;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
	background-color: #fff;
	color: #c29052;
	width: 100%;
	display: block;
}
.linkBtn a:hover {
	background-color: #c29052;
	color: #fff!important;
}
.btnMore {
	width: 100%;
	height: 60px;
	line-height: 40px;
/*	border: 1px solid #c29052; */
	border-radius: 10px;
	text-align: center;
	padding: 10px 0 0 0;
	background-color: #fff;
	color: #c29052;
	margin: 20px auto 60px auto;
}

a.btnDress {
display:block;
	width: 400px;
	height: 60px;
	line-height: 40px;
	border: 1px solid #c29052;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
	background-color: #fff;
	color: #c29052;
	margin: 40px auto 60px auto;
}

a.btnDress:hover {
background-color:#c29052;
color:#fff;
}

.close {
	background: #c29052;
	color: #fff;
}

@media screen and (max-width: 768px) {
.btnMore {
	width: 100%;
	height: 5em;
	line-height: 1.5em;
	margin: 1em auto 2em auto;
}

a.btnDress {
display:block;
	width: 100%;
	height: 3em;
	line-height: 1.5em;
	margin: 1em auto 2em auto;
}

}
.btnAction a:after {
	content: " ";
	display: block;
	width: 130px;
	height: 126px;
	background: url(../images/201709/btn_res-img.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: -3px;
	left: 20px;
}
.btnAction a {
	background: url(../images/201702/btn_res-arrow.png) no-repeat 97% 50%;
	background-size: 15px;
	position: relative;
	background-color: #e7447e;
	border-radius: 10px;
	width: 860px;
	height: 90px;
	margin: 0 auto;
	display: block;
}
.btnAction a:hover {
	background-color: #f15e82;
}
.btnAction a img {
	width: 370px;
	padding-top: 30px;
}

@media screen and (max-width: 768px) {
.btnAction a:after {
	content: " ";
	display: block;
	width: 70px;
	height: 40px;
	background: url(../images/201709/btn_res-img.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 17%;
	left: 5px;
}
.btnAction a {
	background: url(../images/201702/btn_res-arrow.png) no-repeat 97% 50%;
	background-size: 10px;
	position: relative;
	background-color: #e7447e;
	border-radius: 10px;
	width: 100%;
	height: 6em;
	display: block;
}
.btnAction a img {
	width: 75%;
	padding-top: 2.2em;
padding-left:2.5em;
}
#content01 .btnAction,
#content02 .btnAction,
#contentCereso .btnAction{
	width: 96%;
	margin: 0 auto;
}
}
/* content02 setting */

#content02 h2 img, #content02 h3 img, #content02 li img {
	width: 100%;
}


.bnrPricedown img {
	width: 100%;
}

.subTtl {
	margin: 40px auto;
}
.subTtl img {
	width: 410px;
}
.subTtl h3 {
	font-size: 24px;
	margin: 10px 0 0 0;
}
.subTtl h3 span{
	font-size: 30px;
	color: #e7316e;
}

@media screen and (max-width: 768px) {
#content02 h3 {
	width: 100%;
}
#content02 h2 {
		width: 100%;
margin: 0 auto 0;
	}
	
.subTtl {
	margin: 20px auto;
}
.subTtl img {
	width: 80%;
}
.subTtl h3 {
	font-size: 14px;
	margin: 10px 0 0 0;
}
.subTtl h3 span{
	font-size: 16px;
}
}

#boxPrice {
	position: relative;
	margin: 40px 0;
}
#boxPrice h3 {
	width: 300px;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -150px;
}
#boxPrice #boxPrice_inner {
	background: url(../images/201708/sec02_img01.png) no-repeat top left;
	background-size: 100%;
	width: 815px;
	text-align: left;
	padding: 65px 30px 50px 30px;
	margin: 0 auto;
}
#boxPrice #boxPrice_inner p:first-child {
	width: 305px;
	margin-right: 10px;
}
#boxPrice #boxPrice_inner p:nth-child(2) {
	width: 35px;
	margin-right: 10px;
}
#boxPrice #boxPrice_inner p:nth-child(3) {
	width: 385px;
}
#boxPrice #boxPrice_inner p {
	display: inline-block;
}
#boxPrice #boxPrice_inner p img {
	width: 100%;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
#boxPrice h3 {
	width: 60%;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -30%;
}
#boxPrice #boxPrice_inner {
	background: url(../images/201708/bg_price.gif) repeat top left;
	background-size: 5%;
	width: 100%;
	text-align: center;
	padding: 4% 4% 4% 4%;
	margin: 0 auto;
	border: 1px solid #f4b0be;
}
#boxPrice #boxPrice_inner p:first-child {
	width: 90%;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#boxPrice #boxPrice_inner p:nth-child(2) {
	width: 35px;
	margin-right: 0;
	margin-bottom: 20px;
}
#boxPrice #boxPrice_inner p:nth-child(3) {
	width: 90%;
}
}
.list03 {
     margin-top: 5%;
	margin-bottom: 20px;
}
.list03 li {
    width: 410px;
    float: left;
    margin-top:30px;
}
.list03 li:first-child {
  width: 410px;
}
.list03 li:first-child img {
        float: right;
    
}

.list03 li:nth-child(2) {
    float: right;

}

.list03 li:last-child {
    float: right;
margin-top:30px;
}

.ttl_plan-list04 {
width:470px;
margin:50px auto 30px;
}
.ttl_plan-list04 img {
width:100%;
}

.listPoint {
margin:30px 0;
}

.listPoint img {
width:100%;
}
.listPoint li {
float:left;
width:410px;
}
.listPoint li:last-child {
float:right;
}

.iconList {
	background-color: #f4f4f4;
	padding: 0 ;
	margin: 20px 0 40px;
}

.iconList h3 {
background-color:#e7316e;
color:#fff!important;
font-size:24px!important;
height:65px;
line-height:65px;
 position: relative;
	margin-bottom: 40px;
}

.iconList h3::after {
  position: absolute;
  top: 100%;
  left: 48.5%;
  content: '';
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #e7316e;
}

.iconList ul li img {
	width: 30%!important;
	vertical-align: middle;
}

#cam05 {
margin:20px auto 40px;
}
#cam05 .more {
	width: 470px;
	margin: 0 auto 30px;
}
#cam05 .more img {
	width: 100%;
}
#cam05 h3 img {
width:550px;
}
#cam05 .point6 {/*POINT6*/
	width: 400px;
	margin: 0 auto 30px;
}
#cam05 .plus img{
		width: 30%;
    margin-bottom: 2% ;
	}

#content02 #cam05 h4{
    font-size:2em;
        margin-bottom: 5% ;
	}

.iconList {
width:100%;
}

.iconList .ListImg {/*39,800円の前撮り写真*/
width:40%;
float:left;
margin-left:20px;
}
.iconList .ListImg img {
width:100%;
}
.iconList .ListItem {
width:50%;
float:right;
margin-right:20px;
}
.iconList ul li {/*39,800円の前撮りアイコン*/
    width: 50%;
    float: left;
    text-align: left;
margin-bottom:10px;
}
.iconList ul li p {
    text-align: left;
    font-size: 1.3rem;
    display: inline-block;
    padding-left: 10px;
}

.iconList .alignright {
clear:both;
margin:0 20px 20px 0;
}

#cam06 {
    margin: 50px auto 40px;
    width: 960px;
    position: relative;
    background-color: #fff;
    padding: 50px 50px 50px 50px;
    border-radius: 20px;
    margin: 0 auto 50px auto;
}

#cam06 h3 {
	background: url(../images/201710/icon_star.png) no-repeat top center;
	background-size: 80%;
margin-bottom: 30px;
}

#cam06 p {
    font-size: 16px;
    margin: 20px 0 30px;
}

#cam06 .clearfix {
width:760px;
margin:0 auto;
background-color:#ffdcde;
padding:20px;
}
#cam06 .clearfix img {
width:100%;
}

#cam06 .clearfix .fl {
width:273px;
}
#cam06 .clearfix .fr {
width:447px;
}

#cam06 .clearfix p {
color:#e7447e;
margin:0 auto;
}


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

.iconList h3 {
background-color:#e7316e;
color:#fff!important;
font-size:18px!important;
height:40px;
line-height:40px;
 position: relative;
	margin-bottom: 20px;
}

.iconList h3::after {
  position: absolute;
  top: 100%;
  left: 48.5%;
  content: '';
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #e7316e;
}
.ttl_plan-list04 {
width:90%;
margin:0px auto;
}
.ttl_plan-list04 img {
width:100%;
}

.iconList {
	padding: 0;
	margin: 20px 0 0;
}


#cam05 {
margin:20px auto 0;
}
#cam05 h3 img {
width:90%;
}
#cam05 .point6 {/*POINT6*/
	width: 100%;
	margin: 0 auto 30px;
}
#cam05 .plus p{
		width: 100%;
    margin-bottom: 5% ;
	}
#cam05 .plus img{
		width: 50%;
    margin-bottom: 5% ;
	}
    
.iconList {
width:100%;
}

.iconList .ListImg {
width:100%;
float:none;
margin-left:0;
padding:4%;
margin-bottom:1em;
}
.iconList .ListImg img {
width:100%;
}
.iconList .ListItem {
width:100%;
float:none;
padding:2%;
}
.iconList ul li {
    width:50%;
    float: left;
    text-align: left;
margin-bottom:10px;
}
.iconList ul li img {
	width: 30%!important;
	vertical-align: bottom;
float:left;
}


.iconList ul li p {
    text-align: left;
    font-size: 1rem;
    padding-left: 10px;
vertical-align:middle;
float:right;
width:70%;
}

.iconList .alignright {
clear:both;
padding:0 4%;
}

.listPoint {
margin:20px 0 0 0;
}
.listPoint li {
float:none;
width:100%;
margin-bottom:10px;
}

}
@media screen and (max-width: 320px) {
.iconList ul li p {
	font-size: 1.1rem;
}
}
.sec02_s-ttl02 {
	width: 475px;
	margin: 40px auto 30px auto;
}
.list04 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list04 li {
    width: 268px;
    margin-bottom: 30px;
}
.list04 li img {
	width: 100%;
}
.list04 li:first-child,
.list04 li:nth-child(4){
    margin-left: 0;
}

.ttl_plan-list05 {
width:550px;
margin:0 auto;
}
.ttl_plan-list05 img {
width:100%;
}

#content02 .list05 {
	margin: 0 auto 30px;
}

#content02 .list05 li {
	width: 260px;
	display: inline-block;
	margin-bottom: 30px;
	margin-left: 40px;
}
#content02 .list05 li:first-child {
	margin-left: 0;
}

.point01list05 li,
.point03list li {
width:410px;
float:left;
}
.point01list05 li:last-child,
.point03list li:last-child {
float:right;
}
.point01list05 li img,
.point03list li img {
width:100%;
}
.point03list li {
margin-bottom:30px;
}

.txtList05 {
width:587px;
margin:30px auto;
}

.txtList05 img{
width:100%;
}

.brandList {
background-color:#f2f0f0;
border-radius:10px;
position:relative;
padding:50px 0 10px;
margin-top:70px;
}
.brandList p {
width:587px;
position:absolute;
top:-35px;
left:10px;
}

.brandList p img,
.brandList ul li img{
width:100%;
}

.brandList ul {
margin-left:10px;
}
.brandList ul li {
float:left;
width:172px;
margin-left:30px;
margin-bottom:20px;
}
.brandList ul li:nth-child(5) {
clear:both;
}


@media screen and (max-width: 768px) {
.list03 li {
	width: 100%;
	float: none;
	margin-bottom: 1em;
	margin-left: 0!important;
}
h3.sec02_s-ttl02 {
	width: 90%!important;
	margin: 2em auto 2em auto;
}

.list03 li:first-child {
width:100%;
}

.ttl_plan-list05 {
width:100%;
margin:0 auto;
}
.ttl_plan-list05 img {
width:100%;
}
#content02 .list05 {
	margin: 0 auto 30px;
}

#content02 .list05 li {
	width: 48%;
	display: inline-block;
	margin-bottom: 1em;
	margin-left: 1%;
}
#content02 .list05 li:first-child {
	margin-left: 0;
}

.point01list05 li,
.point03list li {
width:50%;
}
.point01list05 li:last-child,
.point03list li:last-child {
float:right;
}
.point01list05 li img,
.point03list li img {
width:100%;
}
.point03list li {
margin-bottom:30px;
}

.txtList05 {
width:90%;
margin:20px auto;
}

.txtList05 img{
width:100%;
}

.brandList {
background-color:#f2f0f0;
border-radius:10px;
position:relative;
padding:2em 2% 0;
margin-top:40px;
}
.brandList p {
width:100%;
position:absolute;
top:-25px;
left:0px;
}

.brandList p img,
.brandList ul li img{
width:100%;
}

.brandList ul {
margin-left:0;
}
.brandList ul li {
float:none;
display:inline-block;
width:31%;
margin-left:2%;
margin-bottom:1em;
}
.brandList ul li:nth-child(1), 
.brandList ul li:nth-child(4) {
clear:both;
margin-left:0%;
}



}
/* content03 お近くの無料相談カウンター setting */
#content03 {
	width: 100%!important;
	background: url("../../images/201901/bg.jpg") no-repeat 0 0;
	background-size: cover;
	padding-top: 5%;
	padding-bottom: 5%;
}
#content03 img {
	width: 100%;
}
#content03 h2 {
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
#content03 {
	width: 100%!important;
	margin-top: 0;
	padding-top: 5%;
	padding-bottom: 5%;
    background: url(../../images/201901/bg.jpg) no-repeat center bottom #fff;
    background-size: cover;
}
}
#content03 h2 img, #content03 h3 img, .box_txt img, #box_reason03 img, #box_shop h4 img {
	width: 100%;
}
.box_reason {
	position: relative;
	border-radius: 10px;
	margin-top: 50px;
	padding: 50px 50px 18px 50px;
	width: 100%;
	background-color: #fff;
}
#box_reason02.box_reason {
	padding: 50px;
}
#box_reason01.box_reason {
	background: url(../images/201702/sec03_img02.png) no-repeat left bottom #fff;
	background-size: 100%;
}
.box_reason p img {
	width: 450px;
	margin: 20px 0 30px 0;
}
.box_reason p {
	font-size: 1.5rem;
	margin-top: 20px;
	line-height: 1.4em;
}

@media screen and (max-width: 768px) {
.box_reason {
	position: relative;
	border-radius: 10px;
	padding: 6% 4%;
	width: 92%;
	margin: 2em auto;
	background-color: #fff;
}
#box_reason01.box_reason {
	background-color: #fff;
	background-image: none;
}
#box_reason02.box_reason {
	padding: 4%;
}
.box_reason p img {
	width: 100%;
	margin: 0 0 30px 0;
}
.box_reason p {
	font-size: 1.2rem;
	margin-top: 20px;
	line-height: 1.4em;
}

.box_reason p.mb30 {
	margin: 20px 0!important;
}

.box_txt {
	width: 100%!important;
	float: none;
	text-align: left;
}
}
#content03 h3 {
	width: 777px;
}
.box_txt {
	width: 495px;
	float: right;
	text-align: left;
}
.list05 {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
.list05 {
	margin-top: 20px;
}
}
#box_reason02 li {
	width: 25%;
	float: left;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#box_reason02 .list05 li:first-child {
	width: 50%;
}
#box_reason02 li img {
	width: 100%;
	vertical-align: bottom;
}
#box_reason02 .list06 {
	float: left;
	width: 50%;
}
#box_reason02 .list06 li, #box_reason02 .list07 li {
	width: 50%;
}
#box_reason02 .list07 {
	float: right;
	width: 50%;
}
#box_reason03 {
	text-align: left;
}
#box_reason03 h3 {
	width: 577px;
}
#box_reason03 .icon_sec03 {
	position: absolute;
	right: 160px;
	top: 30px;
	width: 130px;
}

#box_reason03 .icon_sec04 {
	position: absolute;
	right: 20px;
	top: 30px;
	width: 130px;
}

@media screen and (max-width: 768px) {
#box_reason03 .icon_sec03 {
	top: -25px;
	position: absolute;
	right: 18%;
	width: 17%;
}
	#box_reason03 .icon_sec04 {
	top: -25px;
	position: absolute;
	right: 0;
	width: 17%;
}
}

@media screen and (max-width: 320px) {
#box_reason03 .icon_sec03 {
	top: -25px;
	width: 18%;
}
}
#box_shop {
	text-align: center;
    width:90%;
}
#box_shop h4 {
	font-size: 26px;
	color: #8a7758;
	margin-bottom: 20px;
    
}
#listShop {/*お近くの無料相談カウンターPC*/
	display: flex;
	justify-content: space-between;
	width:90%;
	margin: 2% auto;
}
#listShop li {
	width: 48%;
	margin-bottom: 1%;
}
#listShop li a {/*お近くの無料相談カウンターPC*/
	display: block;
	background-color: #b09877;
	color: #fff;
	font-size: 1.8em;/*エリア内文字*/
	width: 180px;
	height: 60px;
	line-height: 60px;
}
#listShop li a img {
	width: 67px;
}

.btn-reserve {
	width: 90%;
	margin: 0 auto;
}


#content02 .dresses{/*PC*/
    width: 100%;
    max-height: 50%;
    margin: 0 auto;
    margin-bottom: 20pt;
        margin-top: -20pt;
    overflow: hidden;
    position: relative;
}
 
#content02 .dresses_content{
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
}
 
#content02 .dresses_content:nth-child(1) {
animation: sliderAnime 8s ease-in-out infinite;
z-index: 6;
}

#content02 .dresses_content:nth-child(2) {
animation: sliderAnime2 8s ease-in-out infinite;
z-index: -1;
}

#content02 .dresses_content:nth-child(3) {
animation: sliderAnime2 8s ease-in-out 2s infinite;
z-index: -1;
}

#content02 .dresses_content:nth-child(4){
animation: sliderAnime2 8s ease-in-out 4s infinite;
z-index: -1;
}
@keyframes sliderAnime {
0% {
z-index: 5;
transform: translateX(0);
}
12.5% {
transform: translateX(0);
}
25% {
transform: translateX(-100%);
}
37.5%{
z-index: -1;
transform: translateX(-100%);
}
50% {
z-index: -1;
transform: translateX(100%);
}
67.5% {
z-index: -1;
transform: translateX(100%);
}
75% {
z-index: -1;
transform: translateX(100%);
}
87.5%{
z-index: 5;
transform: translateX(100%);
}
100% {
z-index: 5;
transform: translateX(0);
}
}

@keyframes sliderAnime2 {
0% {
transform: translateX(100%);
}
12.5% {
transform: translateX(100%);
}
25% {
transform: translateX(0);
}
37.5%{
transform: translateX(0);
z-index: 5;
}
50% {
transform: translateX(-100%);
z-index: 5;
}
67.5% {
z-index: -1;
transform: translateX(-100%);
}
75% {
z-index: -1;
transform: translateX(100%);
}
87.5%{
z-index: -1;
transform: translateX(100%);
}
100% {
z-index: -1;
transform: translateX(100%);
}
}
 
.dresses_img{
    max-width: 100%;
    min-width: 100%;
}


.dress_long {
  overflow: hidden;
    margin-top: -20pt;
}

.sliding {
  background: url("https://www.worldwedding.jp/lp/assets/images/201910/dress_LONG_600x4800.jpg") repeat-x;
  height: 600px;
  width: 10800px;
  animation: slide 100s linear infinite;
}

@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-10000px, 0, 0);
  }
}




@media screen and (max-width: 768px) {/*SP*/
.dress_long {
  overflow: hidden;
  margin-top: -18pt;
  height: 50%;
}

.sliding {
  background: url("https://www.worldwedding.jp/lp/assets/images/201910/dress_LONG_450x3600.jpg") repeat-x;
  height: 460px;
  width: 7800px;
  animation: slide 90s linear infinite;
}

@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-7500px, 0, 0);
  }
}
    
#content02 .dresses{/*SP*/
    width: 85vw;
    margin: 0 auto;
    margin-top: -20pt;
    overflow: hidden;
    position: relative;
}
#content02 .dresses_content{
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
}
 
#content02 .dresses_content:nth-child(1) {
animation: sliderAnime 8s ease-in-out infinite;
z-index: 6;
}

@keyframes sliderAnime {
0% {
z-index: 5;
transform: translateX(0);
}
12.5% {
transform: translateX(0);
}
25% {
transform: translateX(-100%);
}
37.5%{
z-index: -1;
transform: translateX(-100%);
}
50% {
z-index: -1;
transform: translateX(100%);
}
67.5% {
z-index: -1;
transform: translateX(100%);
}
75% {
z-index: -1;
transform: translateX(100%);
}
87.5%{
z-index: 5;
transform: translateX(100%);
}
100% {
z-index: 5;
transform: translateX(0);
}
}

@keyframes sliderAnime2 {
0% {
transform: translateX(100%);
}
12.5% {
transform: translateX(100%);
}
25% {
transform: translateX(0);
}
37.5%{
transform: translateX(0);
z-index: 5;
}
50% {
transform: translateX(-100%);
z-index: 5;
}
67.5% {
z-index: -1;
transform: translateX(-100%);
}
75% {
z-index: -1;
transform: translateX(100%);
}
87.5%{
z-index: -1;
transform: translateX(100%);
}
100% {
z-index: -1;
transform: translateX(100%);
}
}
 
.dresses_img{
    min-width: 100%;
}

    
    
#content02 .isho_erabi {/*衣裳選びのポイントSP*/
	width: 100%;
	position: relative;
	margin: 0 auto;
    margin-top: -20pt;
    margin-bottom: -10pt;
}
    
#box_shop {/*お近くの無料相談カウンターSP*/
	padding: 0 4%;
	width: 100%;
	margin: 0 auto;
}
#box_shop h4 {
	width: 90%;
	font-size: 18px;
	margin: 0 auto;
}
	#listShop {
		flex-wrap: wrap;
		margin:20px auto 0;
	}
#listShop li {
	width: 48%;
	margin-bottom: 10px;
}
#listShop li a {
	display: block;
	width: 100%;
	padding: 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
#listShop li a img {
	width: 40%;
}
}
.btnAction-s {
	margin-top: 80px;
}
.btnAction-s a:after {
	content: " ";
	display: block;
	width: 70px;
	height: 62px;
	background: url(../images/201709/btn_res-img02.png) no-repeat top center;
	background-size: contain;
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -35px;
}
.btnAction-s a {
	background: url(../images/201702/btn_res-arrow.png) no-repeat 97% 50%;
	background-size: 10px;
	position: relative;
	background-color: #e7447e;
	border-radius: 10px;
	width: 100%;
	height: 70px;
	display: block;
}
.btnAction-s a img {
	width: 370px;
	padding-top: 25px;
}


@media screen and (max-width: 768px) {
.btnAction-s {
	margin-top: 50px;
}
.btnAction-s a:after {
	content: " ";
	display: block;
	width: 50px;
	height: 44px;
	top: -35px;
	left: 50%;
	margin-left: -22px;
}
.btnAction-s a {
	background: url(../images/201702/btn_res-arrow.png) no-repeat 97% 50%;
	background-size: 10px;
	position: relative;
	background-color: #e7447e;
	border-radius: 10px;
	width: 100%;
	height: 5em;
	line-height: 6em;
	display: block;
}
.btnAction-s a img {
	width: 80%;
	padding-top: 0;
}

}
/* content04 setting */
#content04 {
	width: 100%!important;
	background-color: #ffeced;/*#faf7ef*/
	background-size: 100%;
	padding: 70px 0;
}
#content04 #box_about {
	background-color: #fff;
	border-radius: 10px;
    
    
}
#content04 h2 {
	width: 620px;
	margin: 0 auto;
}
#content04 p.lead {
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
#content04 {
	padding-top:20px;
	padding-bottom: 10px;
}
#content04 h2 {
	width: 100%;
	padding: 0 4%;
}
}
#content04 h2 img, #content04 h3 img, .list08 li img, .catch_action img, .sec04_bnr ul.bnrList li img {
	width: 100%;
	vertical-align: bottom;
}
#box_about, .item_plan {
	border-radius: 10px;
	background-color: #faf7ef;
	padding:30px 50px 50px;
	text-align: left;
	position: relative;
	margin-top: 40px;
}
#content04 h3 {
	width: 505px;
	margin-bottom: 30px;
}

#content04 h5 {
    font-size: 18pt;
	width: 505px;
    margin:auto;
	margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 768px) {
#content04 h5 {
    font-size: 16pt;
	width: 300px;
    margin:auto;
	margin-bottom: 10px;
    text-align: center;
}
}



@media screen and (max-width: 768px) {
#box_about {
	padding:1% 4% 4%;
	margin: 4% -2%;
}
#content04 h3 {
	width: 100%;
	margin-bottom: 20px;
}
	#content04 .lead {
		font-size: 12px;
	}
#box_about:after {
	content: " ";
	display: block;
	width: 90px;
	background: url(../images/201702/sec04_img10.png) no-repeat top right;
	background-size: contain;
	position: absolute;
	top: 105px;
	right: 0;
	margin-left: 0;
}
.txt_about {
	width: 75%;
}
#box_about h4 {
	width: 100%!important;
	margin: 0 auto;
	text-align: center;
	background: none!important;
}
#box_about h4 img {
	width: 80%!important;
}
}
#box_about h4 {
	background: url(../images/201702/sec04_s-ttl02-line.png) no-repeat 0 50%;
	background-size: 100%;
	margin: 30px 0 40px 0;
}
#box_about h4 img {
	width: 350px;
}
.list08 li {
	width: 250px;
	float: left;
	margin-left: 50px;
	margin-bottom: 30px;
}
.list08 li:first-child, .list08 li:nth-child(4) {
	margin-left: 0;
}

@media screen and (max-width: 768px) {
.list08 li {
	width: 49%;
	margin-left: 2%;
	margin-bottom: 4%;
}
.list08 li:first-child, .list08 li:nth-child(4) {
	margin-left: 2%;
}
.list08 li:nth-child(odd) {
	margin-left: 0!important;
}
}
.ttl_voice {
	margin-top: 30px;
}
h3.ttl_voice {
	width: 650px!important;
	margin: 30px auto 40px auto;
}

@media screen and (max-width: 768px) {
h3.ttl_voice {
	width: 100%!important;
	margin: 30px auto 40px auto;
}
}
.item_voice h4 {/*お客様の声タイトルPC*/
	background-image: none!important;
	background-color: #fff!important;
	font-weight: bold;
	color: #fff;
	width: 530px;
	font-size: 1.5rem;
	margin: 0 0 10px 0!important;
	height: 30px;
	text-align: left;
    line-height: 34px;
}
.txt_intro {
	width: 575px;
	border: 1px solid #ed758c;
	background-color: #fff;
	border-radius: 10px;
	float: right;
	padding: 15px;
	margin-top: 65px;
}
.txt_intro p {/*お客様の声キャプション*/
	font-size: 1.4rem;
	line-height: 1.6em;
}
.item_voice img {
	width: 250px;
	float: left;
    margin-bottom: 20px;
}

#box_voice .item_voice:nth-child(2) img {
	float: right;
}
#box_voice .item_voice:nth-child(2) .txt_intro {
	float: left;
}
#box_voice .item_voice:nth-child(4) img {
	float: right;
}
#box_voice .item_voice:nth-child(4) .txt_intro {
	float: left;
}

@media screen and (max-width: 768px) {/*お客様の声SP*/
.item_voice {
	text-align: center;
    margin-bottom: 20px;
}
.item_voice h4 {
	background-image: none!important;
	background-color: #ed758c!important;
	font-weight: bold;
	color: #fff;
	width: 100%;
	font-size: 1.5rem;
    margin:0 0 10px 0!important;
	height: 30px;
	text-align: center;
	line-height: 22px;
}
.txt_intro {
	width: 100%;
	border: 1px solid #ed758c;
	background-color: #fff;
	border-radius: 10px;
	float: none;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 2em;
	text-align: left;
}
.txt_intro p {
	font-size: 1.2rem;
	line-height: 1.6em;
    margin-top: 20px;
}
.item_voice img {
	width: 70%;
	float: none;
}
#box_voice .item_voice:nth-child(2) img {
	float: none;
}
#box_voice .item_voice:nth-child(2) .txt_intro {
	float: none;
}
#box_voice .item_voice:nth-child(4) img {
	float: none;
}
}



.btnVoice {
	margin: 40px auto 0;
}
.btnVoice img {
	width: 100%;
}
.btnVoice a {
	display: block;
	margin: 0 auto;
	width: 370px;
}

.catch_action {
	width: 630px;
	margin: 0 auto 30px auto;
}
#box_about .btnAction {
	text-align: center;
}
#box_about .btnAction a {
	background-color: #e7447e!important;
	text-align: center!important;
}
#box_about .btnAction a img {
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
.btnVoice {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.btnVoice a {
	display: block;
	width: 100%;
}
.catch_action {
	width: 100%;
	margin: 0 auto 10px auto;
}
.btnVoice a img {
    width: 90%;
}
}
.sec04_bnr {
	width: 960px;
	margin: -60px auto 0;
	padding-bottom: 40px;
}
.sec04_bnr .btnArea, .sec04_bnr .btnAction-s {
	width: 860px;
	margin: 30px auto;
}
.sec04_bnr .btnAction-s {
	margin-top: 50px;
}
.sec04_bnr ul.bnrList li {
	width: 460px;
	float: left;
	margin-bottom: 30px;
	margin-left: 40px;
}
.sec04_bnr ul.bnrList li:first-child, 
.sec04_bnr ul.bnrList li:nth-child(3) {
	margin-left: 0;
}

@media screen and (max-width: 768px) {
.sec04_bnr {
	width: 100%;
	margin: -45% auto 0;
	padding-bottom: 20px;
	padding: 4%;
}
.sec04_bnr .btnArea, .sec04_bnr .btnAction-s {
	width: 100%;
	margin: 0 auto;
}
.sec04_bnr .btnAction-s {
	margin-top: 40px;
	margin-bottom: 20px;
}
.sec04_bnr ul.bnrList li {
	width: 100%;
	float: none;
	margin-bottom: 15px;
	margin-left: 0;
}
.sec04_bnr ul.bnrList li:first-child, .sec04_bnr ul.bnrList li:nth-child(4) {
	margin-left: 0;
}
.sec04_bnr ul.bnrList li:nth-child(3) {
	width: 100%;
	margin-left: 0;
}
.sec04_bnr a {
display:block;
width:100%;
height:100%;
position:relative;
}
}
/* footer */
footer a {
	color: #fff!important;
}

/* present setting */
#presentArea .content {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 30px 20px 50px;
	text-align: center;
	position: relative;
	width: 960px;
	margin: 50px auto 0;
}
#presentArea .content .fl {
	width: 550px;
	padding-top: 10px;
}
#presentArea .content .fl h2 {
	font-size: 24px;
	font-weight: bold;
	color: #e7437f;
	padding-left: 60px;
}
#presentArea .content .fl p {
	font-size: 15px;
	margin-top: 30px;
}
#presentArea .content .fl .icon {
	width: 96px;
	left: 65px;
	top: 25px;
	position: absolute;
}
#presentArea .content .fl .icon img {
	width: 100%;
}
#presentArea .content .fr {
	width: 290px;
}
#presentArea .content .fr img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#presentArea .content {
	background-color: #fff;
	width: 96%;
padding: 4%;
    margin: 0 auto 2em;
}
#presentArea .content .fl {
	float: none;
	width: 100%;
	padding-top: 10px;
}
#presentArea .content .fl h2 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #e7437f;
	padding: 0 0 0 15%;
}
#presentArea .content .fl p {
	font-size: 1.4rem;
	margin-top: 20px;
}
#presentArea .content .fl .icon {
	width: 18%;
	left: 2%;
	top: 2%;
	position: absolute;
}
#presentArea .content .fl .icon img {
	width: 100%;
}
#presentArea .content .fr {
	float: none;
	margin-top: 2em;
	width: 100%;
}
#presentArea .content .fr img {
	width: 100%;
}

}
@media screen and (max-width: 320px) {
	#presentArea .content .fl h2 {
	font-size: 1.4rem;
}
#presentArea .content .fl p {
	font-size: 1.2rem;
}
}

/* content03 リスト setting*/


.list09 li {
	width: 180px;
	float: left;
	margin: 30px 0 0 10px;
}
.list09 li img {
	width: 100%;
}

.list09 li:first-child {
margin-left:0;
}







@media screen and (max-width: 768px) {
.list09 li {
	width: 30%;
	float: none;
	display: inline-block;
	margin: 1em 0 0 10px;
}
.list09 li img {
	width: 100%;
}
}
@media screen and (max-width: 320px) {
.list09 li {
	margin: 1em 0 0 5px;
}
}
#box_plan {
	padding-top: 60px;
	padding-bottom: 100px;
	background: url(../images/201710/bg_sec05_ttl.png) no-repeat 50% 0;
	background-size: 100%;
}
#box_plan h2 {
	width: 730px;
}
.btn_plan {
	background-color: #ed758c;
	border-radius: 10px;
	position: relative;
	margin-top: 40px;
	padding: 12px 0;
}
.btn_plan h3 {
	width: 490px;
	margin: 0 auto;
}
.btn_plan img.img_plan {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 170px;
}
.btn_plan.active .icon_down {
	background: url(../images/201702/icon_arrow-t-up.png) no-repeat 0 0;
	background-size: 100%;
}
.icon_down {
	background: url(../images/201702/icon_arrow-t-down.png) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	bottom: -20px;
	left: 47%;
	width: 50px;
	height: 50px;
}
#acMenu dt {
	display: block;
	cursor: pointer;
}
#acMenu dd {
	display: none;
	margin-top: 60px;
}
.imgPlan {
	width: 320px;
	position: absolute;
	right: 40px;
	top: 60px;
}
.imgPlan img {
	width: 100%;
}
.txt_plan {
	font-size: 1.5rem;
	line-height: 1.5em;
}
#acMenu dd h4 {
	background: url(../images/201702/sec04_s-ttl02-line.png) no-repeat 0 50%;
	background-size: 100%;
	margin: 30px 0 40px 0;
}
#acMenu dd h4 img {
	width: 320px;
}
.list10 {
	margin-bottom: 60px;
}
.list10 li {
	background-color: #fff;
	border-radius: 10px;
	width: 270px;
	height: 270px;
	padding: 20px 15px;
	float: left;
	text-align: center;
	margin-left: 25px;
}
.list10 li:first-child {
	margin-left: 0;
}
.list10 li h5 {
	color: #e7457e;
	font-size: 1.6rem;
	margin-bottom: 15px;
}
.list10 li p {
	font-size: 1.4rem;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.list10 li img {
	width: 100%;
}
.list10 li:nth-child(2) img {
	padding-top: 30px;
}
#acMenu dd .ttl_more {
	width: 490px;
	margin: 30px auto;
}
#acMenu dd .btnAction {
	text-align: center;
}

@media screen and (max-width: 768px) {
#box_plan {
	padding-top: 2em;
	margin-bottom: 4em;
}
#box_plan h2 {
	width: 100%;
	margin-bottom: 2em;
}

.btn_plan {
	margin:0 auto;
	padding: 2% 0;
	width: 96%;
}
.btn_plan h3 img {
	width: 90%!important;
	margin: 2% auto;
	padding-left: 20%;
}
.btn_plan img.img_plan {
	position: absolute;
	top: 15%;
	left: 2%;
	width: 20%;
}
.btn_plan.active .icon_down {
	background: url(../images/201702/icon_arrow-t-up.png) no-repeat 0 0;
	background-size: 80%;
}
.icon_down {
	background: url(../images/201702/icon_arrow-t-down.png) no-repeat 0 0;
	background-size: 80%;
	bottom: -20px;
}
#acMenu dd {
	padding: 4%;
	width: 96%;
	margin: 4em auto;
}
.imgPlan {
	width: 70%;
	position: relative;
	right: 0;
	top: 0;
	margin-bottom:1em;
}
.imgPlan img {
	width: 100%;
}
.txt_plan {
	font-size: 1.4rem;
	line-height: 1.5em;
}
#acMenu dd h4 {
	background-image: none;
	margin: 2em 0;
}
#acMenu dd h4 img {
	width: 80%;
}
.list10 {
	margin-bottom: 0;
}
.list10 li {
	width: 100%;
	height: auto;
	padding:4%;
	float: none;
	margin-left: 0;
	margin-bottom: 2em;
}
.list10 li:first-child {
	margin-left: 0;
}
.list10 li h5 {
	font-size: 1.8rem;
}
.list10 li:nth-child(2) img {
	padding-top: 0;
}
#acMenu dd .ttl_more {
    width: 100%;
    margin: 2em auto;
}
}

@media screen and (max-width: 320px) {
.txt_plan {
	font-size: 1.2rem;
	line-height: 1.4em;
}
}

.ttl_sub {
width:500px;
margin:0 auto;
position:absolute;
top:-30px;
left:0;
right:0;
}

.ttl_sub img {
width:100%;
}

@media screen and (max-width: 768px) {
.ttl_sub {
width:90%;
margin:0 auto;
position:relative;
top:0;
left:0;
right:0;
}

.ttl_sub img {
width:100%;
}
}

/* area */
.spTel {
display:none;
}

#areaParts {
	background: url(../images/201705/bg_lead.jpg) no-repeat bottom center;
	background-size: cover;
padding:20px 0 40px;
margin-top:0;
}
#areaParts img {
width:100%;
vertical-align:bottom;
}
#areaParts h2 {
width:500px;
margin:0 auto;
}


#areaParts p.areaCatch {
width:360px;
margin:0 auto;
}
#areaParts ul.areaPoint {
width:960px;
margin:15px auto;
}
#areaParts ul.areaPoint li {
width:175px;
display:inline-block;
margin-left:14px;
}
#areaParts ul.areaPoint li:first-child {
margin-left:0!important;
}

#areaParts .menuArea {
width:960px;
margin:0 auto;
}
#areaParts .menuArea li {
width: 229px;
display:inline-block;
    margin: 10px 0 10px 10px;
background-color:#fff;
padding-bottom:10px;
vertical-align:top;
height:350px;
text-align:left;
}

#areaParts ul#area01 li:first-child {
    margin-left: 0;
}

#areaParts ul#area02 li {
width:229px;
margin: 10px 0 10px 10px;
}
#areaParts ul#area02 li:first-child {
margin-left:0;
}

#areaParts .menuArea li p.sName a {
display:block;
width:100%;
color:#fff;
font-size:16px;
height:54px;
line-height:54px;
margin-bottom:10px;
background-color: rgba(176,152,119,0.8);
position:relative;
cursor:pointer;
padding-left:15px;
}

#areaParts ul#area02 li:nth-child(3) p.sName a {
font-size:14px;
text-align:left;
padding-left:10px;
}

#areaParts .menuArea li p.sName a:hover {
filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#areaParts .menuArea li p.sTel {
text-align:center;
font-weight:bold;
color:#e7447e;
font-size:18px;
}

.gMap {
margin:10px 20px 15px;
width:189px;
height:160px;
}

#areaParts ul#area02 .gMap {
width:189px;
}

#areaParts .menuArea li p.sTxt01,
#areaParts .menuArea li p.sTxt02 {
font-size:12px;
text-align:left;
margin:0 15px 0 20px;
line-height:1.2em;
}

#areaParts .menuArea li p.sTxt01 {
margin-bottom:10px;
}

.btnShop {
width:500px;
margin:30px auto;
}
.btnShop a {
display:block;
border-radius:5px;
background-color:#e7447e;
color:#fff;
font-size:24px;
padding:5px 0 10px;
position:relative;
}

.btnShop a span {
font-size:18px;
}

.btnShop a:hover {
filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#areaParts .menuArea li p.sName a::before,
#areaParts .menuArea li p.sName a::after,
.btnShop a::before,
.btnShop a::after{
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
content: "";
vertical-align: middle;
}

#areaParts .menuArea li p.sName a::before,
.btnShop a::before{
right: 20px;
width: 6px;
height: 6px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
.spTel {
display:block;
}

#areaParts {
	background: url(../images/201705/bg_lead.jpg) no-repeat bottom center;
	background-size: cover;
padding:1em 0 1em;
margin-bottom:2em;
margin-top: 0em;
}

#areaParts h2 {
width:80%;
}
#areaParts p.areaCatch {
width:70%;
margin:0 auto;
}
#areaParts ul.areaPoint {
width:100%;
margin:1em auto;
}
#areaParts ul.areaPoint li {
width:29%;
display:inline-block;
margin: 0 5px;
}

#areaParts .menuArea {
width:100%;
margin:0 auto;
}

#areaParts .menuArea li {
width:92%!important;
display:block;
margin: 1em auto!important;
height:inherit;
background-color:none;
text-align:left;
padding:0;
position:relative;
}

#areaParts .menuArea li p.sName a {
display:block;
width:100%;
font-size:1.6rem;
height:60px;
line-height:60px;
padding:0 0 0 1em;
position:relative;
}

.spTel a {
display:block;
background-color:#d8ccbb;
height:60px;
width:60px;
position:absolute;
top:0;
right:0;
z-index:100;
}

.spTel a img {
width:50%!important;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
}

.sTel,
.gMap,
.sTxt01,
.sTxt02 {
display:none;
}

.btnShop {
width:90%;
margin:20px auto;
}
.btnShop a {
display:block;
border-radius:5px;
background-color:#e7447e;
color:#fff;
font-size:1.7rem;
position:relative;
}

.btnShop a span {
font-size:1.3rem;
}

#areaParts .menuArea li p.sName a::before {
    right: 70px;
}

}

.link_shop {
margin-top:15px!important;
}
.link_shop a {
color:#fff;
text-align:center;
border-radius:5px;
padding:5px 20px;
background-color:#ae9676;
cursor:pointer;
}

.link_shop a:hover {
filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}



@media screen and (max-width: 768px) {
#cam05 {
margin:5% auto 5%;
}
#cam05 h3 img {
width:100%;
margin-bottom:0.5em;
}
#cam05 p {
font-size:12px;
	vertical-align: middle;
	padding-top: 10px;
}
	.iconList ul li:last-child p {
		padding-top: 5px!important;
	}

#cam05 .aligncenter img {
width:100%;
}

#cam06 {
    margin: 50px 4% 40px;
    width: 94%;
    position: relative;
    background-color: #fff;
    padding:4%;
    border-radius: 20px;
    margin: 0 auto 2em auto;
}

#cam06 h3 {
	background: url(../images/201710/icon_star.png) no-repeat top center;
	background-size: 100%;
margin-bottom: 1em;
    font-size: 1.5rem;
margin-top: 0;
padding-top:2%;
}

#cam06 p {
    font-size: 1.4rem;
}

#cam06 .clearfix {
width:100%;
margin:0 auto;
background-color:#83CCD2;
padding:4%;
}
#cam06 .clearfix img {
width:100%;
}

#cam06 .clearfix .fl {
width:100%;
float:none;
margin-bottom:1em;
}
#cam06 .clearfix .fr {
width:100%;
float:none;
}

#cam06 .clearfix p {
color:#e7447e;
margin:0 auto;
}


}

@media screen and (max-width: 320px) {
#cam06 h3 {
    font-size: 1.3rem;
}
#cam06 p {
    font-size: 1.2rem;
}
}

#newOpen {
background-color:#83CCD2;
padding:70px 0 30px;
}

.newOpenContent {
width:860px;
margin:0 auto;
background-color:#fff;
border:4px solid #e63368;
padding:20px 30px 30px;
position:relative;
border-radius:10px;
}

.newOpenContent h2 {
color:#e83662;
font-weight:500;
font-size:26px;
margin:0 0 20px;
}

.newOpenContent .imgArea span {
	display: block;
	position: absolute;
	top: 0;
}
.newOpenContent .imgArea span img {
	width: 100%;
}
.newOpenContent .imgArea span.illu01 {
	width: 110px;
	left: 10px;
}
.newOpenContent .imgArea span.illu02 {
	width: 180px;
	right: 0;
}

@media screen and (max-width: 768px) {
#newOpen {
padding:3em 4% 3em;
margin-bottom:0em;
}

.newOpenContent {
width:100%;
border:2px solid #e63368;
padding:4%;
}

.newOpenContent h2 {
color:#e83662;
font-weight:500;
font-size:14px;
margin:10px 0;
}

.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}

.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

.newOpenContent .imgArea span.illu01 {
width: 15%;
left: 2px;
}
.newOpenContent .imgArea span.illu02 {
width: 15%;
right: 0;
}
	
}


/* about */
#about {
	background: url(../images/201710/bg_image01.jpg) no-repeat top center;
background-size:cover;
position:relative;
text-align:center;
margin:80px 0;
padding:60px 0;
height:540px;
}

#about img {
width:100%;
}

#about  h2 {
width:574px;
margin: 0 auto;
z-index:100;
position:relative;
}

#about ul {
width:960px;
margin:0 auto;
z-index:100;
position:relative;
}

.imgBride {
width:500px;
position:absolute;
bottom:-3px;
left:5%;
z-index:50;
}

@media screen and (max-width: 1000px) {
.imgBride {
width:400px;
position:absolute;
bottom:-3px;
left:-5%;
z-index:50;
}
}

@media screen and (max-width: 768px) {
#about {
	background: url(../images/201710/bg_image01.jpg) no-repeat top center;
background-size:cover;
position:relative;
text-align:center;
margin:2em 0;
padding:2em 4%;
height:auto;
}

#about  h2 {
width:100%;
margin: 0 auto;
z-index:100;
position:relative;
}

#about ul {
width:100%;
margin:0 auto;
z-index:100;
position:relative;
}

.imgBride {
display:none;
}

}

#aboutWW {
width:960px;
margin:80px auto 50px;
}

#aboutWW h2 {
font-size:32px;
color:#e7316e;
margin:20px 0;
}

#aboutWW .ttl {
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
color:#e7316e;
}

#aboutWW .ttl img {
width:142px;
padding-bottom:10px;
}

#aboutWW .ttl:before,
#aboutWW .ttl:after {
    border-top: 1px solid;
border-bottom: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
height:2px;
}

#aboutWW .ttl:before {
    margin-right: 1em;
}

#aboutWW .ttl:after {
    margin-left: 1em;
}

#aboutWW .btnArea: {
width:960px;
margin:80px auto 50px;
}

@media screen and (max-width: 768px) {
	#aboutWW {
		margin: 20px 0 10px;
	}
#aboutWW h2 {
font-size:2rem;
margin:0.5em 0;
}
#aboutWW picture img {
width:90%;
margin:20px auto;
}
}

.planBox {
width: 100%;
margin-bottom:60px;
margin-top: 20px;
}
.planBox h3{
	margin: 0!important;
}
.planBoxWrap {
	border-left: 1px solid #bf8e58;
	border-right: 1px solid #bf8e58;
	border-bottom: 1px solid #bf8e58;
	padding: 30px 30px 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.planBox img {
	width: 100%;
}

.planBox .imgMore {
	width: 200px;
	margin: 40px auto 0;
}

.planBox01 {
	background-color: #f0edea;
	border-radius: 10px;
	padding: 30px 0;
}
.planBox01 img{
	width: 70%;
	margin: 0 auto;
}

.boxPlan {
background-color:#f0edea;
border-radius:10px;
width:650px;
margin:30px auto 20px;
padding:20px;
}
.planBox01 .boxPlan h4 {
width:100px!important;
margin:0 auto;
}
.planBox01 .boxPlan h4 img {
width:100%;
}

.planBox01 .boxPlan ul li {
border-radius:5px;
background-color:#fff;
border:1px solid #8c6639;
display:inline-block;
font-size:18px;
color:#8c6639;
padding:10px 20px;
margin:15px 5px 0;
}

.morePlan {
width:124px;
margin:0 auto;
position:relative;
z-index:200;
}

.morePlan img{
width:100%;
}

.planBox02 {
	position: relative;
	width: 100%;
	margin-top: 40px;
}
.planBox02 h3 {
	margin-bottom: 30px!important;
	line-height: 1em;
}

.planBox02 img {
	width: 100%;
}
.planBox02 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.planBox02 ul li {
	width: 245px;
}


@media screen and (max-width: 768px) {
	.planBoxWrap {
	padding:4% 4% 0;
}
	
	.planBox {
		margin-bottom: 30px;
	}

.planBox01 {
	position: relative;
	width: 100%;
	padding: 0;
}
	.planBox01 img {
		width: 100%;
	}
.planBox01 h3 {
background-color:#e7447e;
padding:10px 0;
margin-bottom:30px;
border-radius:10px 10px 0px 0px ;
}
	
	.planBox .imgMore {
		width: 40%;
		    margin: 20px auto 0;
	}
.planBox01 h3 img {
width:50%!important;
}

.boxPlan {
background-color:#ffeced;
border-radius:10px;
width: 92%;
margin:30px 4% 20px;
padding:5%;
}
.planBox01 .boxPlan h4 {
width:30%!important;
margin:0 auto;
}
.planBox01 .boxPlan h4 img {
width:100%;
}

.planBox01 .boxPlan ul li {
border-radius:5px;
background-color:#fff;
border:1px solid #8c6639;
display:inline-block;
font-size:1rem;
color:#8c6639;
padding:1em;
margin:1em 5px 0;
width:25%!important;
}

.morePlan {
width:100px;
margin:0 auto;
position:relative;
z-index:200;
}

.morePlan img{
width:100%;
}

.boxPlanList {
	background: url(../images/201802/bg_plan.png) repeat top center;
position:relative;
top:-20px;
z-index:100;
padding:12px 0 15px;
margin:0 4%;
border-radius:10px;
}

.boxPlanList li {
display:block;
width:90%;
margin-left:7%;
}
.boxPlanList li img {
width:100%;
}

.planBox02 {
	position: relative;
	border-radius: 10px;
	width: 100%;
	margin-top: 20px;
}
.planBox02 h3 {
	margin-bottom: 30px!important;
	line-height: 1em;
}

.planBox02 img {
	width: 100%;
}
	.planBox02 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
.planBox02 ul li {
	width: 48%;
}
	.planBox02 ul li img {
		margin-bottom: 10px;
	}

}

.planBox03 {
	width: 860px;
	margin: 0 auto 50px;
}

.planBox03 img {
	width: 100%;
}
.planBox03 ul {
	display: table;
	width: 100%;
}
.planBox03 ul li {
	display: table-cell;
	vertical-align: top;
}
.planBox03 ul li:first-child {
	width: 360px;
	padding-top: 12px;
}
.planBox03 ul li:nth-child(2) {
	width: 90px;
	padding: 120px 15px 0 15px;
}
.planBox03 ul li:nth-child(3) {
	width: 400px;
}


footer p.copyright {
margin-bottom:-25px!important;
}

@media screen and (max-width: 768px) {
.planBox01 {
	position: relative;
	border: none;
    width: 100%;
}

.planBox03 {
	width: 100%;
	margin: 0 auto 0px;
}

.planBox03 img {
	width: 100%;
}
.planBox03 ul {
	display: table;
	width: 100%;
}
.planBox03 ul li {
	display: block;
	vertical-align: top;
}
.planBox03 ul li:first-child {
	width: 100%;
	padding-top: 12px;
}
.planBox03 ul li:nth-child(2) {
	width: 15%;
	margin:  15px auto;
	padding: 0;
	-moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.planBox03 ul li:nth-child(3) {
width: 100%;
}

	.list04 li {
		width: 48%;
		float: left;
		margin-left: 4%;
		margin-bottom: 1em;
	}
.list04 li:nth-child(odd){
	margin-left: 0;
	clear: both;
}
	.list04 li:nth-child(4){
	margin-left: 4%;
}
	
	#ceresoBox {
		margin-top: 2em;
		margin-bottom: 1.5em;
padding:4%;
	}
	#ceresoBox p {
		text-align: left;
font-size:1.2rem;
	}
	
	#ceresoBox ul li {
display:inline-block;
		width: 48%;
		margin: 0 1% 2%;
		float: none;
	}
footer {
padding-bottom:35px!important;
}
footer p.copyright {
margin-bottom:0!important;
}
}

.marginFix {
padding-top:60px!important;
}


@media screen and (max-width: 768px) {
.marginFix {
margin-top:30px!important;
}
}

.bnrFes {
width:960px;
margin:50px auto 0;
}
.bnrFes img{
width:100%;
}

@media screen and (max-width: 768px) {
.bnrFes {
width:92%;
margin:1em 4% 0;
}
}

.imgPoint01 img {
width:100%;
}
.imgPoint01 p span{
background: linear-gradient(transparent 60%, #f6ff00 0%);
}
.imgPoint01 p.txt_pink {
font-size:26px;
margin:10px auto 0px;
}

.txt_mini {
    color: #333;
    font-size:15px;
}

@media screen and (max-width: 768px) {
.txt_mini {
    color: #333;
    font-size:10px;
    line-height:-10pt;
}
    
.imgPoint01 p.txt_pink {
font-size:1.4rem;
margin:0 auto 0px;
}
}

.lp01 {
padding-top:40px;
}

@media screen and (max-width: 768px) {
.lp01 {
padding-top:20px;
}
}

#camArea {
width:970px;
margin:60px auto 0;
}
#camArea img{
width:100%;
}

@media screen and (max-width: 768px) {
#camArea {
width:100%;
padding:0 4%;
margin:2em auto;
}
}

.more-plan{
    width: 90%;
    max-width: 960px;
    background: #fff;
    margin:0 auto 2em auto;
    padding:2em 0;
}
.more-plan li{
    float:left;
    width:100%;
    padding:0 1em;
    margin:1em 0;
    box-shadow: rgba(0,0,0,0.4) inset;
}
.more-plan .otoi{
    margin-top:30px;
}
.more-plan h2,
.more-plan h3{
   top:0 !important;
    font-size: 2.1rem !important;
    color:#333 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.more-plan-sub{
    font-size: 1.6rem;    
}
.more-plan .w90{
    width: 90%;
    margin: 0 auto;
}
.more-plan .w90 img{
    width: 100%;
}
.more-plan2{/*資料請求・お問い合わせPC*/
    width: 90%;
    max-width: 960px;
    background: #fff;
    margin:4em auto 2em auto;
    padding:4em 0;
}
.more-plan2 h2,
.more-plan2 h3{
   top:0 !important;
    font-size: 2.2rem !important;
    color:#333 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.more-plan2 h5{
   text-align:right;
    margin:auto;
padding-right: 5%;
}
.more-plan2 h6{
   margin:auto;
    margin-top:-5pt;
}

.more-plan2 p{
    width: 100%;
    font-size: 1.6rem !important;
    color:#333 !important;
    margin-top: 10px;
    margin-left: 10%;
    margin-bottom: 10px;
    text-align: left;
}
.more-plan2 .otoi{
    margin-top:10px;
     margin-left: 0;
}
.more-plan2 picture img{/*お詫びとお知らせ*/
    width: 92.5%;
    max-width: 960px;
}




.more-plan2 table {/* 店舗一覧 */
    width: 90%;
    margin:auto;
    border-collapse: separate;  /* 表の線と線の間を空ける */
    border-spacing:  1px;       /* 表の線と線の間の幅 */
    font-size: 1.4rem;
}
 
.more-plan2 td {
    padding: 5px 10px;/* 余白指定 */
    text-align: center;
}
 
.more-plan2 td:nth-child(1)  {
    width: 30%;
}

.more-plan2 td:nth-child(2)  {
    width: 25%;
    font-weight: bold;
}

.more-plan2 th {
    width: 18%;
    background-color:  #ed758c; /* 背景色指定 */
    color:  #fff;               /* 文字色指定 */
    font-weight:  normal;       /* 文字の太さ指定 */
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;/* 余白指定 */
    
}
 
.more-plan2 td {
    background-color:  #F3F3F3; /* 背景色指定 */
    text-align: left;
}






.readmore{
    cursor:pointer;
    color:#e63368;
	text-decoration: underline;
}
.readmore-hide{
    display: none;
}
.gift-ph .fl img,
.gift-ph .fr img{
        width: 80%;/*引出物・ブライダルリングも...の画像幅*/
    }

.gift-ph {
        width: 95%;
        margin: 10px auto;
    }




@media screen and (max-width: 768px) {
    .more-plan{
    width: 100%;
        margin: 0 auto;
    }

        .more-plan2{
    width: 100%;
        margin: 1 0 auto;
    }
    .more-plan2 p{
    width: 90%;
    font-size: 1.6rem !important;
    color:#333 !important;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    text-align: center;
}
    .more-plan2 .otoi{
     margin:auto;
}
    .gift-ph {
        width: 95%;
        margin: 10px auto;
    }

.more-plan2 picture img{/*お詫びとお知らせSP*/
    width: 88%;
}

.more-plan2 table {/* 店舗一覧SP */
    width: 85%;
    margin:auto;
    border-collapse: separate;  /* 表の線と線の間を空ける */
    border-spacing:  1px;       /* 表の線と線の間の幅 */
    font-size: 1.4rem;
}
    
.more-plan2 th,
.more-plan2 td {
　　border-bottom: none;
    display: block;
  }
    
.more-plan2 td {
    width: 100%;
    margin:auto;
    text-align: center;
    background-color:  #fff; /* 背景色指定 */
    padding: 2px 0px;/* 余白指定 */
}
 

.more-plan2 th {
    width: 100%;
    background-color:  #ed758c; /* 背景色指定 */
    color:  #fff;               /* 文字色指定 */
    font-weight:  normal;       /* 文字の太さ指定 */
    font-size: 1.8rem;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 5px;
    padding: 5px 0px;/* 余白指定 */
}
    
.more-plan2 td:nth-child(1)  {
    width: 100%;
    font-weight:bold;
    color:#ed758c;
    margin-top: 10pt;
}

.more-plan2 td:nth-child(2)  {
    width:100%;
}
.more-plan2 h5{
   text-align:right;
    margin:auto;
padding-right: 7%;
}
.more-plan2 h6{
   margin:auto;
    margin-top:-5pt;
}
}


@media screen and (min-width: 768px) {
    .more-plan ul{
        padding:10pt;
        max-width: 800px;
        margin:auto;
        margin-bottom:20pt;
    }
    .more-plan li{
        width:50%;
        float: left;
    }
    .gift-ph{
        width: 90%;
        margin: 10px auto;
    }
    .gift-ph .fl{
        width: 37%;
    }
    .gift-ph .fr{
        width: 60%;
        margin-bottom: 20px;
    }

}
.clear{
    clear:both;
}

#campaign {
	top: 0;
	background-color: #ffeced;/*TOPICSの元の色ffeced*/
	padding-bottom: 20px;
}

#bnrAreaTop .content {
	background: url("../../images/201901/bg_shop.png") no-repeat 0 0;
	background-size: 100%;
	padding: 85px 0 80px;
}
#bnrAreaTop .content h3 {
	font-size: 26px;
}
#bnrAreaTop .content h3 span{
	color: #eb2f3e;
}
#bnrAreaTop .content .btn {
	width: 860px;
	margin: 0 auto;
}
#bnrAreaTop .content .btn img {
	width: 100%;
}
#bnrAreaTop .content p {
	font-size: 14px;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	#bnrAreaTop {
		padding: 0 4%;
		margin: 15px 0;
	}
	#bnrAreaTop .content {
	background: url("../../images/201901/bg_shop_sp.png") no-repeat 0 0;
	background-size: 100%;
	padding: 40px 0 30px;
}
	#bnrAreaTop .content h3 {
	font-size: 15px;
		margin-top: 10px;
}
	#bnrAreaTop .content .btn {
	width: 85%;
}
	#bnrAreaTop .content p {
		font-size: 11px;
	}
}

/* tab setting */
#tabArea {
	background-color: #ffeced;/*background背景の元の色ffeced*/
	padding: 5% 0;
	margin-top: -20px;/*Youtubeが入っていた白枠を消したPC*/
}
.js-tab { width: 90%; margin:auto; display: flex; justify-content: space-between;    max-width: 960px;}
.js-tab > div {/*Tab内文字PC*/
    width:33%; background-color: #e7316e;
    height: 5%;
    color: #fff;
    cursor:pointer;
    font-size: 150%;
    line-height: 150%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #e7316e;}

.js-tab > div.active {background:#fff; color:#e7316e; height: 6%; margin-top: -10px; padding-top: 20px; }
.js-tab_content {
    display:none;padding:0 50px; 
    width: 90%; 
    max-width: 960px;
    margin: 0 auto; background-color: #fff; border: 1px solid #e7316e; margin-top: -1px;}/*タブエリアの左右幅*/
.js-tab_content.active {display:block;}
.js-tab_content .content {
	width: 100%!important;
}

#tabArea .btn-reserve {
	width: 90%;
	margin: 5% auto 3%;
}
#tabArea .btn-reserve img {
	width: 100%;
    
}

@media screen and (max-width: 767px) {
.js-tab { width: 100%;}
.js-tab_content {width: 100%; padding: 0 4%;}
	#tabArea {
	background-color: #ffeced;/*backgroundの元の色ffeced*/
	padding: 30px 4%;
	margin-top: -20px;/*Youtubeが入っていた白枠を消したSP*/
}
	.js-tab > div {width:33%; font-size: 11px; height: 50px; line-height: 1.4em; padding-top: 12px; }
	.js-tab > div.about { padding-top: 11px; font-size: 10px;}
	.js-tab > div.active {background:#fff; color:#e7316e; height: 55px; margin-top: -5px; padding-top: 15px; }
	.js-tab > div.about.active { padding-top: 15px;}

#tabArea .btn-reserve {
	width: 100%;
	margin: 20px auto 0;
}
#tabArea .btn-reserve img {
	width: 100%;
}

}

/* aboutWW */
.boxAbout img {
	width: 100%;
}
.boxAbout {
	background: url("../../images/201901/bg_sp.png") 0 0;
	background-size: 100%;
	margin: 50px auto;
	padding: 40px 0 10px;
	position: relative;
}
.boxAbout .icon {
	width: 30px;
	position: absolute;
	top: 2%;
	left: 12%;
}

.boxAbout h3 {
	color: #e7316e;
	font-size: 30px;
	line-height: 1.5em;
    margin-top:30px;
	margin-bottom: 30px;
}
.boxAbout h3 span {
	color: #626262;
	font-size: 28px;
}
.boxAbout ul li {
	width: 245px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	margin-bottom: 30px;
}
.boxAbout ul li img {
	width: 200px;
}
.boxAbout ul li h4 {
	color: #e7316e;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0;
}
.boxAbout ul li p {
	color: #333333;
	font-size: 13px;
}
hr {
 height: 2px;
 margin: auto;
 background-color: #e7316e;
 width: 90%;
 border: none;
}


#aboutWW .btnArea h3{
		font-size: 24px;
	color: #626262;
	margin-bottom: 20px;
}
#aboutWW .btnArea h3 span {
	font-size: 24px;
	color: #e7316e;
}
#aboutWW .btnArea {
		width: 100%;
	margin: 0 auto;
}
#aboutWW .btnArea ul {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
#aboutWW .btnArea li {
	width: 380px;
}
#aboutWW .btnArea li img {
	width: 100%;
}
#aboutWW picture img {
width:90%;
margin:20px auto;
}

@media screen and (max-width: 767px) {
	.boxAbout {
	margin: 20px auto;
	padding:30px 2% 0;
}
	#aboutWW p.lead {
		font-size: 12px;
	}
	.boxAbout h3 {
    font-size: 22px;
    margin-top: 30px;
	margin-bottom: 20px;
}
	.boxAbout h3 span {
    font-size: 14px;
}
	.boxAbout .icon {
    width: 8%;
    top: 40px;
    left: 14%;
}
	.boxAbout ul li img {
		width: 60%;
		margin: 0 auto;
	}
	.boxAbout ul li h4{
	font-size: 14px;	
	}
    hr {
 height: 0.5px;
 margin: auto;
 background-color: #e7316e;
 width: 90%;
 border: none;
}
    
		#aboutWW .btnArea {
		width: 100%;
	}
	#aboutWW .btnArea h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
	#aboutWW .btnArea h3 span {
    font-size: 20px;
}
	#aboutWW .btnArea ul {
    display: block;
}
	#aboutWW .btnArea ul li {
		width: 100%;
		margin-top: 10px;
	}
	#aboutWW .btnArea ul li img {
		width: 100%;
	}
}

/* plan01 */
#content01 .wrap {
	width: 100%;
}

/* content05 */
#content05 {
	background-color: #ffeced;/*ご予約・無料相談のBack色：元の色ffeced*/
	padding: 70px 0;
}
#content05 ul {
	width: 90%;
	margin: 0 auto;
}
#content05 ul li {
	margin-bottom: 10px;
}
#content05 ul li img {
	width: 90%;
}
#content05 ul li:last-child {
	margin-top: 28px;
}


#content08 {
	max-width: 960px;
    margin:0 auto;
	padding: 30px 0;
    margin-bottom: -40pt;
}

#content08 .btn1 img {
    margin-left:3%;
    width: 30%;
}

#content08 .btn2 img {
    width: 30%;
	margin-left:34.5%;
    margin-top:-16.5%;
}

#content08 .btn3 img {
        width: 30%;
	margin-left:66%;
    margin-top:-16.5%;
}


#content09 {
	max-width: 960px;
    margin:0 auto;
}

#content09 picture img {/*MAIN画像PC*/
	width: 100%;
}

#content10 {
	max-width: 960px;
    margin:0 auto;
}

#content10 picture img {/*MAIN画像PC*/
	width: 100%;
}

#content06 {
	max-width: 960px;
    margin:0 auto;
	padding: 70px 0;
    z-index: -1;
    position: relative;
    margin-bottom: -60pt;
}

#content06 picture img {/*MAIN画像PC*/
	margin-top: -3px;
	width: 100%;
    max-width: 960px;
    z-index: 1;
}


#content06 ul {
	width: 90%;
    max-width: 960px;
	margin: 0 auto;
}
#content06 ul li {
	margin-bottom: 0px;
}

#content06 ul li img{/*「詳しくはカウンターまで」PC*/
	margin: 40px auto;
	width: 100%;
    max-width: 960px;
}

#content06 .btnArea{/*「無料相談カウンター」PC*/
		width: 70%;
    max-width: 600px;
    margin: 0 auto;
    margin-top:-230pt;
    padding-bottom: 200pt;
    z-index:2;
}


#content06 .btnArea2{/*PC*/
		width: 48%;
    max-width: 700px;
    margin: 0 auto;
    margin-top:-100pt;
    padding-bottom: 50pt;
    z-index:2;
}


#content06 .btnArea3{/*PC*/
		width: 62%;
    max-width: 700px;
    margin: 0 auto;
    margin-top:-100pt;
    padding-bottom: 50pt;
    z-index:2;
}
#content06 .btnArea h3{
		font-size: 24px;
	color: #626262;
	margin-bottom: 20px;
}
#content06 .btnArea h3 span {
	font-size: 32px;
	color: #e7316e;
}



#content07 .words{
    margin:0 auto;
    z-index: 3;}


#content07 {
    height: 100px;
	max-width: 960px;
    margin:0 auto;
	padding: 0px 0;
    margin-top: 20pt;
    margin-bottom: 10pt;
}

#content07 picture img {/*MAIN画像PC*/
	margin-top: -3px;
	width: 100%;
    max-width: 960px;
    z-index: 1;
}

#content07 .btnArea{/*「無料相談カウンター」PC*/
		width: 70%;
    max-width: 600px;
    margin: 0 auto;
    z-index:2;
}

#content07 .btnArea2{/*PC*/
		width: 70%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom:30pt;
    z-index:2;
}



/* info */
#info {
	margin-bottom: 50px;
}






@media screen and (max-width: 768px) {
#content08 {
	max-width: 960px;
    margin:0 auto;
	padding: 50px 0;
    margin-bottom:-0pt;
    background-color: #fff;
}

#content08 .btn1 img {
    margin:0 auto;
    width: 90%;
}

#content08 .btn2 img {
    margin:0 auto;
    width: 90%;
	margin-left:5%;
    margin-top:3%;
}

#content08 .btn3 img {
        margin:0 auto;
    width: 90%;
	margin-left:5%;
    margin-top:3%;
    margin-bottom:-60pt;
}


#content09 {
	max-width: 960px;
    margin:0 auto;
}

#content09 picture img {/*MAIN画像PC*/
	width: 100%;
}

#content10 {
	max-width: 960px;
    margin:0 auto;
}

#content10 picture img {/*MAIN画像PC*/
	width: 100%;
}
    
    
	#content05 {
	padding: 10px 0;
}
	#content05 ul li {
	margin-bottom: 10px;
}
	#content05 ul li img {
		vertical-align: bottom;
	}
	#content05 ul li:last-child {
	margin-top: 20px;
}
#content05 h2 img {
	margin-top: 50px;
	width: 90%;
}

    
#content06 {
	background-color: #fff;/*SP TOP背景の元の色ffeced*/
	background-size: 105%;
	padding: 50px 0;
    position: relative;
}

#content06 picture img {/*MAIN画像SP*/
	margin-top: 30px;
	width: 100%;/*元は90%*/
        z-index: 1;
}

 #content06 ul {
    margin-top: 20px;
	margin-bottom: 0px;
     	width: 90%;
}
    
#content06 ul li {
    margin-top: 20px;
	margin-bottom: 0px;
}

    
#content06 ul li img{/*「詳しくはカウンターまで」SP*/
	margin-top: 60px;
    	margin: 0 auto;
	width: 80%;
}
#content06 .btnArea{/*「無料相談カウンター」SP*/
    margin: auto;
	margin-top: -83%;
    margin-bottom: 0%;
		width: 80%;
    display: inline-block;
}

#content06 .btnArea2{/*SP*/
    margin: 0 auto;
	margin-top: -120%;
		width: 80%;
    display: inline-block;
}

#content06 .btnArea3{/*SP*/
    margin: 0 auto;
	margin-top: -20%;
    margin-bottom:-25pt;
		width: 80%;
    display: inline-block;
}
    
    
#content07 {
    height:65%;
    max-height:80pt;
}

#content07 .btnArea{/*「無料相談カウンター」SP*/
    margin:0 auto;
	width: 80%;
}

#content07 .btnArea2{/*SP*/
    margin: 0 auto;
		width: 80%;
    margin-bottom:20pt;
}
    
#content07 .words .img{
    margin: 0 auto;
		width: 80%;
}
    }