﻿
body{
	/*margin:8px;　基本設定*/
	margin:0;
}
.contents {
	width: 100%;
}

/*　　ここから　　*/
#wrap_ava img {
	max-width: 100%;
}
#wrap_ava {
	font-family:"Hiragino Kaku Gothic Pro", Meiryo, Osaka,"MS PGothic", sans-serif;
	color: #333;
	font-size: 16px;
  	box-sizing: border-box !important;
  	line-height: 1.6;
	text-align: center;
	margin: 0 auto;
	width: 750px;
	/*width: 800px;*/
	height: auto;
	/*overflow-x: hidden;*/
	box-shadow: 0 0 8px gray;
}

/*#wrap_ava a:link, #wrap_ava a:visited, #wrap_ava a:active {
	color: #7bcbac;
}*/
#wrap_ava a{
	color: #fff;
	
}
#wrap_ava .main{
}

#wrap_ava a:visited, #wrap_ava a:active {
		 color: #fff;
	}
#wrap_ava a.a_hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#wrap_ava .br_pc {
	display: block;
}
#wrap_ava .br_sp {
	display: inline;
}

.pc { display: block !important; }
.sp { display: none !important; }
 /*スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

@media screen and (max-width: 480px) {
	#wrap_ava {
		width: 100%;
		height: auto;
		font-size: 20px;
		overflow-x: hidden;
	}
	#wrap_ava a:hover {
		opacity: 1.0;
	}
	#wrap_ava .br_pc {
		display: inline;
	}
	#wrap_ava .br_sp {
		display: block;
	}
	/*#wrap_ava .main{
		width: 100%;
	}
*/
}


/*　　予約ボタン　　*/
#wrap_ava .btn_yoyaku{
	text-align: center;
}
#wrap_ava .btn_yoyaku a{
	font-size: 1.25rem;
	margin: 2rem auto 0;
	background-color: #44a694;
	border-radius:8px;
	padding: 0.5rem 5rem;
	font-weight: normal;
	display: inline-block;
	color: #fff;
	opacity: 1;
}
#wrap_ava .btn_yoyaku .yoyaku_memo{
	font-size: 1rem;
	margin-top: 0.3rem;

}
@media screen and (max-width:480px){
	
	#wrap_ava .btn_yoyaku a{
		font-size:1rem;
		margin: 1rem auto 0;
		padding: 0.5rem 4rem;
	}
	#wrap_ava .btn_yoyaku .yoyaku_memo{
		font-size: 0.8rem;
	}
	
}


/* -----------------------------------------------------------
	▼vitual
   ----------------------------------------------------------- */
.vitual{
}


/* -----------------------------------------------------------
	▼wrap_about
   ----------------------------------------------------------- */

.wrap_about {
	padding-bottom: 32px;
}
.wrap_about .catch{
	font-size: 1.75rem;
	margin-bottom: 24px;
}
.wrap_about .catch span {
	color:#44a694;
}

.wrap_about .date{
	background-color: #44a694;
    color: #fff;
    padding: 20px 0;
   /* margin-top: 2rem;*/
    /*background-image: linear-gradient(0deg, #44a694, #48c7b0);*/
	margin-bottom: 32px;
}
.wrap_about .date .ttl{
	/*border: 1px solid #fff;*/
	background: #fff;
	font-size: 1rem;
	padding: 0 2rem;
	display: inline-block;
	color: #333;
}
.wrap_about .date .txt{
	font-size: 2rem;
	letter-spacing: 0.1em;
}
.wrap_about .date .txt span{
	font-size: 1rem;
}
.wrap_about .date .place{
	font-size:1rem;
}
.wrap_about .catch_txt{  
   font-weight: normal;
}
.wrap_about .catch_txt .main{
	width: 100%;
	padding-bottom: 16px;
    font-size:1.5rem;
		/*line-height: 2;*/
	color:#f48c8c;
	
}
.wrap_about .catch_txt .sub{
    font-size:1.25rem;
}
.wrap_about .catch_txt .txt_pink{
	color: #f27272;
    font-weight: bold;
    font-size:1.25rem;
}

@media screen and (max-width:480px){
	.wrap_about .catch {
		font-size: 1.2rem;
		margin-bottom: 12px;
	}
	.wrap_about .date .txt{
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		}
	.wrap_about .date{
		padding: 20px 0;
		margin-bottom: 5%;
	}
	.wrap_about .date .ttl{
		/*border: 1px solid #fff;*/
		background: #fff;
		font-size: 1rem;
		padding: 0 2rem;
		display: inline-block;
		color: #333;
	}
	.wrap_about .date .txt{
		font-size: 0.5rem;
		letter-spacing: 0.1em;
	}
	.wrap_about .date .txt span{
		font-size: 1rem;
        font-weight: bold;
	}
	.wrap_about .date .place{
		font-size:0.8rem;
	}
	.wrap_about .catch_txt{  

	}
	.wrap_about .catch_txt .main{
		width: 100%;
		padding-bottom: 8px;
		font-size:1.2rem;

	}
	.wrap_about .catch_txt .sub{
		font-size:0.9rem;
	}
	.wrap_about .catch_txt .txt_pink{
		font-size:0.9rem;
	}
}
	

/* -----------------------------------------------------------
	▼wrap_dress
   ----------------------------------------------------------- */
.wrap_dress{
	margin: 0 auto;
	background-color: #fcecee;
	padding: 50px 10%;
	text-align: left;
}
.wrap_dress h2{
}
.wrap_dress h3{
	font-family: YuMincho,"Hiragino Mincho ProN",serif;
	font-size: 1.75rem;
	font-weight: bold;
	color: #b66655;
	margin-bottom: 8px;
	line-height: 1.3;
}
.wrap_dress h3 span{
	font-size: 1.2rem;
	font-weight: normal;
	color: #333;	
}
.wrap_dress .bsb_txt01{
	font-size: 1.1rem;
}
.wrap_dress .bsb_txt01 span{
	color: #b66655;
	font-weight:bold;
}
.wrap_dress .bsb_pic{
	margin: 1rem 0;
	
}
.wrap_dress .bsb_pic img{
	width: 100%;
	
}
.wrap_dress .bsb_caution{
	font-size: 1rem;
	margin-top: 0.8rem;
}



@media screen and (max-width:480px){
	.wrap_dress{
		padding: 8% 5%;
		text-align: left;
	}
	.wrap_dress h2{
		width: 90%;
	}
	.wrap_dress h3{
		font-size: 1.5rem;
		margin-bottom: 6px;
	}
	.wrap_dress h3 span{
		font-size: 1rem;
	}
	.wrap_dress .bsb_txt01{
		font-size: 1rem;
	}
	.wrap_dress .bsb_txt01 span{
		color: #b66655;
		font-weight:bold;
	}
	.wrap_dress .bsb_pic{
		margin: 0.5rem 0;

	}
	.wrap_dress .bsb_pic img{
		width: 100%;

	}
	.wrap_dress .bsb_caution{
		font-size: 1rem;
		margin-top: 0.8rem;
	}	
}

/* -----------------------------------------------------------
	▼wrap_sale
   ----------------------------------------------------------- */
.wrap_sale{
	margin: 0 auto;
	background-color: #dcebd9;
	padding: 50px 10%;
	text-align: left;
}
.wrap_sale h2{
}
.wrap_sale h3{
	font-family: YuMincho,"Hiragino Mincho ProN",serif;
	font-size: 1.75rem;
	font-weight: bold;
	color: #3e665b;
	line-height: 1.3;
	margin-bottom: 10px;
}
.wrap_sale h3 span{
	font-size: 1.2rem;
	font-weight: normal;
	color: #333;	
}
.wrap_sale .plan_txt01{
	font-size: 1rem;
	line-height: 1.25;
}
.wrap_sale .plan_txt01 span{
}
.wrap_sale .plan_pic{
	background-color: #fff;
    padding: 3%;
	margin-top: 10px;
}
.wrap_sale .plan_pic img{
	width: 100%;
	
}
.wrap_sale .plan_caution{
	font-size: 1rem;
	margin-top: 10px;
}

@media screen and (max-width:480px){
	.wrap_sale{
		padding: 8% 5%;
	}
	.wrap_sale h2{
		width: 90%;
	}
	.wrap_sale h3{
		font-size: 1.5rem;
		margin-bottom: 6px;
	}
	.wrap_sale h3 span{
		font-size: 1rem;
	}
	.wrap_sale .plan_txt01{
		font-size: 0.8rem;
		line-height: 1.25;
	}
	.wrap_sale .plan_txt01 span{
	}
	.wrap_sale .plan_pic{
		background-color: #fff;
		padding: 3%;
		margin-top: 10px;
	}
	.wrap_sale .plan_caution{
		font-size: 0.8rem;
		margin-top: 8px;
	}

}
	
/* -----------------------------------------------------------
	▼wrap_present
   ----------------------------------------------------------- */
.wrap_present{
	margin: 0 auto;
	background-color: #fcfaed;
	padding: 50px 10%;
	text-align: left;
}
.wrap_present h2{
	    margin-bottom: 1rem;
}
.wrap_present h3{
	font-family: YuMincho,"Hiragino Mincho ProN",serif;
	font-size: 1.75rem;
	font-weight: bold;
	color: #7a6f5a;
	line-height: 1.3;
}
.wrap_present h3 span{
	font-size: 1rem;
	font-weight: normal;
	color: #333;
	margin-bottom: 24px;
	display: inline-block;
	padding-top: 0.6rem;
}
.wrap_present .present {
	position: relative;
	height: 560px;
}
.wrap_present .present .pic {
	width: 88%;
}
.wrap_present .present .pic::before {
	position: absolute;
	content: "";
	background-image: url("../images/icon_wedding.png");
	background-repeat: no-repeat;
	 background-size: cover;
	width:128px;
	height: 128px;
	top:-20px;
	right:0;
}
.wrap_present .present .box_txt {
    width: 88%;
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 56%;
    padding: 3% 5%;
    line-height: 1.2;
}
.wrap_present .present .box_txt .kikan{
	font-size: 1rem;
	margin-bottom: 8px;
	
}
.wrap_present .present .box_txt .item_ttl {
	font-size: 1rem;
	margin-bottom: 8px;
}
.wrap_present .present .box_txt .item {
	font-size: 1.5rem;
	margin-bottom: 8px;
	color: #d65d6b;
	font-weight: bold;
	
}
.wrap_present .present .box_txt .item span{
	font-size: 1rem;
	
}
.wrap_present .present .box_txt .caution {
	
}
.wrap_present .present .box_txt .caution li{
	font-size: 1rem;
	
}

.wrap_present .present.left {
	height: 480px;
	display: flex;
	justify-content: flex-end;
}
.wrap_present .present.left .pic::before {
	background-image: url("../images/icon_photo.png");
	left:0;
}
.wrap_present .present.left .box_txt {
	top: 68%;
    left: 0;
}

@media screen and (max-width:480px){
	.wrap_present{
		padding: 8% 5%;
	}
	.wrap_present h2{
		margin-bottom: 1rem;
		width:90%;
	}
	.wrap_present h3{
		font-size: 1.5rem;
	}
	.wrap_present h3 span{
		font-size: 1rem;
		margin-bottom: 24px;
		padding-top: 0.6rem;
	}
	.wrap_present .present {
		height: 320px;
		margin-bottom: 72px;
	}
	.wrap_present .present .pic {
		width: 88%;
	}
	.wrap_present .present .pic::before {
		position: absolute;
		content: "";
		background-image: url("../images/icon_wedding.png");
		background-repeat: no-repeat;
		 background-size: cover;
		width:72px;
		height: 72px;
		top:-20px;
		right:0;
	}
	.wrap_present .present .box_txt {
		width: 88%;
		position: absolute;
		background-color: #fff;
		right: 0;
		top: 56%;
		padding: 3% 5%;
		line-height: 1.2;
	}
	.wrap_present .present .box_txt .kikan{
		font-size: 0.8rem;
		margin-bottom: 6px;
	}
	.wrap_present .present .box_txt .item_ttl {
		font-size: 0.8rem;
		margin-bottom: 6px;
	}
	.wrap_present .present .box_txt .item {
		font-size: 1.25rem;
		margin-bottom: 6px;
	}
	.wrap_present .present .box_txt .item span{
		font-size: 0.8rem;
	}
	.wrap_present .present .box_txt .caution li{
		font-size: 0.8rem;
	}
	.wrap_present .present.left {
		height: 260px;
		margin-bottom: 32px;
	}
	.wrap_present .present.left .box_txt {
		top: 68%;
		left: 0;
	}
}


/* -----------------------------------------------------------
	▼wrap_raiten
   ----------------------------------------------------------- */
.wrap_raiten{
	margin: 0 auto;
	background-color: #eefefb;
	padding: 50px 10%;
	text-align: left;
}
.wrap_raiten h2{
	margin-bottom: 1rem;
}
.wrap_raiten h3{
	font-family: YuMincho,"Hiragino Mincho ProN",serif;
	font-size: 1.5rem;
	font-weight: bold;
	color: #446488;
	line-height: 1.3;
	margin-bottom: 8px;
}
.wrap_raiten h3 span{
	font-size: 1.2rem;
	font-weight: normal;
	color: #333;	
}
/*.wrap_raiten .bsb_txt01{
	font-size: 1.25rem;
	line-height: 2;
}
.wrap_raiten .raiten_txt01 span{
	color: #b66655;
	font-weight:bold;
}*/
.wrap_raiten .raiten_pic{
	
}
.wrap_raiten .bsb_pic img{
	width: 100%;
	margin-top: 1rem;
	
}
.wrap_raiten .raiten_caution{
	font-size: 1rem;
	margin-top: 0.8rem;
}

@media screen and (max-width:480px){
	.wrap_raiten{
		padding: 8% 5%;
	}
	.wrap_raiten h2{
		margin-bottom: 0.8rem;
		width:90%;
	}
	.wrap_raiten h3{
		font-size: 1.25rem;
		margin-bottom: 6px;
	}
	.wrap_raiten h3 span{
		font-size: 1rem;
	}
	.wrap_raiten .bsb_pic img{
		width: 100%;
		margin-top: 0.8rem;

	}
	.wrap_raiten .raiten_caution{
		font-size: 0.8rem;
		margin-top: 0.5rem;
	}
}


/* -----------------------------------------------------------
	▼wrap_sodan
   ----------------------------------------------------------- */
.sodan{
	position: relative;
	padding: 120px 0 50px;
	line-height: 1.3;
}
.sodan .sodan_ttl::before{
	content: '';
	display: inline-block;
	position:absolute;
	background-image: url("../images/icon_ribbon.png");
	background-size: contain;
	background-repeat: no-repeat;
	width:220px;
	height: 75px;
	top:40px;
	left: 50%;
  	transform: translateX(-50%);  

}
.sodan .sodan_ttl{
	font-size: 1.25rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	line-height: 1.3;
}

.sodan .sodan_ttl_hosoku{
	font-size: 1rem;
	margin-top: 1rem;
}
.sodan .sodan_txt{
	margin-top: 16px;
    color: #44a694;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.3;
}
.sodan .sodan_info{
	margin-top: 16px;
    font-size: 1rem;
}
.sodan .sodan_info_top{
 	/*margin-top: 2px;*/
    font-size: 1.25rem;
}
.sodan .sodan_info_agent{
	font-size: 1.5rem;
    font-weight: bold;
    color: #44a694;
    /*margin-top: 16px;*/
    line-height: 1.3;
}
.sodan .sodan_info_bottom{
	font-size: 1.25rem;
    /*margin-top: 8px;*/
}
.sodan .sodan_info_chapel{
	margin-top: 1.5rem;
    display: inline-block;
    border: 1px solid #333;
    font-size: 1rem;
    padding: 0 2rem;
	
}
.sodan .sodan_info_chapel_box{
	padding: 0 10%;
}
.sodan .sodan_info_chapel_box ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.sodan .sodan_info_chapel_box li{
	width: 30%;
	padding-top: 1.5rem;
}
@media screen and (max-width:480px){
	.sodan{
		padding: 5rem 0 2rem;
	}
	.sodan .sodan_ttl::before{
		width:160px;
		height: 75px;
		top:32px;
	}
	.sodan .sodan_ttl{
		font-size: 1rem;
	}

	.sodan .sodan_ttl_hosoku{
		font-size: 0.9rem;
		margin-top: 0.7rem;
	}
	.sodan .sodan_txt{
		margin-top: 0.7rem;
		font-size: 0.9em;
	}
	.sodan .sodan_info{
		margin-top: 0.7rem;
		font-size: 1rem;
	}
	.sodan .sodan_info_top{
		margin-top: 0.7rem;
		font-size: 1rem;
	}
	.sodan .sodan_info_agent{
		font-size: 1rem;
	}
	.sodan .sodan_info_bottom{
    	font-size: 1rem;
	}
	.sodan .sodan_info_chapel{
		margin-top: 1.5rem;
		font-size: 0.8rem;
		padding: 0 2rem;

	}
	.sodan .sodan_info_chapel_box{
		padding: 0 5%;
	}
	.sodan .sodan_info_chapel_box ul{
	}
	.sodan .sodan_info_chapel_box li{
		padding-top: 0.8rem;
	}

}
	
/* -----------------------------------------------------------
	▼Summary
   ----------------------------------------------------------- */
.Summary{
	/*margin-top: 5rem;*/
    padding: 0 10%;
}

.Summary .wrap_ttl{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.Summary .wrap_ttl .ttl_en {
	font-size: 1.75rem;

}
.Summary .wrap_ttl .ttl_jp {
	letter-spacing: normal;
    font-size: 1rem;
    font-weight: bolder;	
}
.Summary .wrap_date {
    text-align: left;
    border-bottom: 3px solid #202020;
    padding-bottom: 0.5rem;
}
	
.Summary .wrap_date .item {
    font-size: 1.25rem;
}
.Summary .wrap_date .date {
    font-weight: bold;
    font-size: 1.75rem;	
}
.Summary .wrap_place {
    text-align: left;
    margin-top: 1rem;
}
.Summary .wrap_place .item {
    font-size: 1.25rem;
	
}
.Summary .wrap_place .place {
    font-size: 1.5rem;
}

.Summary .wrap_access{
    text-align: left;
    margin-top: 1rem;
}
.Summary .wrap_access .item{
    font-size: 1.25rem;
	
}
.Summary .wrap_access .access{
    font-size: 1.5rem;
}


@media screen and (max-width:480px){
	.Summary{
		padding: 0 5%;
	}

	.Summary .wrap_ttl{
	}
	.Summary .wrap_ttl .ttl_en {
		font-size: 1.5rem;

	}
	.Summary .wrap_ttl .ttl_jp {
		font-size: 0.8rem;
	}
	.Summary .wrap_date {
		border-bottom: 2px solid #202020;
		padding-bottom: 0.5rem;
	}

	.Summary .wrap_date .item {
		font-size: 1rem;
	}
	.Summary .wrap_date .date {
		font-size: 1.5rem;	
	}
	.Summary .wrap_place {
		text-align: left;
		margin-top: 1rem;
	}
	.Summary .wrap_place .item {
		font-size: 1rem;

	}
	.Summary .wrap_place .place {
		font-size: 1rem;
	}

	.Summary .wrap_access{
		margin-top: 1rem;
	}
	.Summary .wrap_access .item{
		font-size: 1rem;

	}
	.Summary .wrap_access .access{
		font-size: 1.25rem;
	}

}
	

/* -----------------------------------------------------------
   caution_box
   ----------------------------------------------------------- */
#wrap_ava .caution_box {
	width: 750px;
    margin: 50px auto;
    padding: 0 10% 10%;
    text-align: left;
}
#wrap_ava .caution_box h3 {
	border-top: 1px solid #ccc;
	/*padding: 10px;
	padding-left: 10px;*/
	line-height: 50px;
	font-size: 16px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
#wrap_ava .caution_box h3::before {
	content: "";
	width: 21px;
	display: block;
	position: absolute;
	left: 0px;
	height: 45px;
	background: url(../images/icon_txt01.png) no-repeat center center;
	background-size: auto auto;
	background-size: 21px;
}
 @media screen and (max-width: 480px) {
	#wrap_ava .caution_box {
		width: 100%;
		margin: 15px auto;
		padding: 0 5% 5%;
	}
	 
	#wrap_ava .caution_box h3 {
		line-height: 30px;
	}
	#wrap_ava .caution_box p {
		font-size: 0.9rem;
	}
}
