@charset "UTF-8";
/* --------------------------------
	style_pc.css
--------------------------------
planページ用のcssです。
-------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');
/* font-family: 'Hina Mincho', serif; */

#plan_top {
	background: url(../images/bg_plan.jpg) no-repeat;
	background-position: center top;
	background-size: 100% auto;
	width: 100%;
	text-align: center;
}
#plan_top h1 {
	padding-top: 43px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
}
#plan_top p {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.plan_contentsA {
	padding: 40px 60px;
	margin: 0px 0px;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 2.0;
	color: #4d4d4d;
	font-family: 'Montserrat', sans-serif;
}
#plan_contents a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.s_inner {
	max-width: 1200px;
	margin: 20px auto 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.s_inner2 {
	max-width: 660px;
	margin: 40px auto 0;
	padding: 20px 40px;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	text-align: left;
	background-color: rgb(255, 255, 255, 0.8)!important;
}
.s_inner2 ul {
	margin: 0 0 20px 20px;
}
.s_inner2 p {
	width: 100%;
	text-align: left!important;
	padding-top: 0;
	box-sizing: border-box;
	font-size: 16px;
	color: #4d4d4d!important;
	font-weight: normal!important;
	text-shadow: none!important;
	margin: 0;
}
.s_inner2 li {
	padding-left: 20px;
	color: #000;
	text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}
.s_inner2 li:before {
	content: "● ";
	margin-left: -20px;
}
.plan_contentsA .s_inner ul {
	overflow: hidden;
	margin: 30px 0 0;
}
.plan_contentsA .s_inner li {
	float: left;
	border: 1px solid #fff;
	width : -moz-calc(100% / 3);
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	box-sizing: border-box;
	padding: 16px;
	background: #fbd8d8;
}
.plan_contentsA .s_inner li:nth-child(1) {
	background: #fbd8d8;
}
.plan_contentsA .s_inner li:nth-child(2) {
	background: #e5e1e1;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.plan_contentsA .s_inner li:nth-child(3) {
	background: #dbd2c7;
}
.plan_contentsA .s_inner li h2 {
	font-size: 24px;
	text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff!important;
	font-family: 'Hina Mincho', serif;
	line-height: 1.2;
}
.plan_contentsA .s_inner li p.sub_t {
	padding-top: 10px!important;
	box-sizing: border-box!important;
	font-size: 12px!important;
	color: #4d4d4d!important;
	font-weight: normal!important;
	margin: -8px 0 0 0!important;
	text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff!important;
}
.plan_contentsA .s_inner li img {
	width : 100%;
	margin: 10px 0;
}
.plan_contentsA .s_inner li h3 {
	font-size: 18px;
	text-align: left;
	line-height: 1.2;
	margin: 10px 0;
	text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff!important;
	color: #000;
}
.plan_contentsA .s_inner li .ul_inner {
	background-color: rgb(255, 255, 255, 0.8)!important;
	padding: 10px 16px;
	box-sizing: border-box!important;
}
.plan_contentsA .s_inner li .ul_inner p {
	font-size: 14px!important;
	color: #4d4d4d!important;
	font-weight: normal!important;
	margin: -8px 0 0 0!important;
	text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff!important;
	text-align: left!important;
	;
}

@media (max-width: 960px) {
.plan_contentsA .s_inner li h2 {
	font-size: 20px;
	margin: 0 -16px;
}
.plan_contentsA .s_inner li h3 {
	font-size: 16px;
}
}

@media (max-width: 800px) {
.plan_contentsA .s_inner li h2 {
	font-size: 18px;
	margin: 0 -16px;
}
}
.planBTN a {
	background: url(../../../common/images/bt_arrow.png), linear-gradient(to bottom, #f9f9f9, #ddd);
	background-repeat: no-repeat no-repeat;
	background-position: right 10px center, left center;
	margin: 0;
	border: solid 1px #ccc;
	font-size: 16px;
	text-decoration: none;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	display: inline-block;
	font-weight: bold;
	padding: 12px 30px 12px 10px;
	color: #4d4d4d;
	box-sizing: border-box;
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	line-height: 1.3;
	width: 100%;
}
.planBTN_waku a {
	margin: 10px 0 0;
	border: solid 4px #e8e8e8;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	z-index: 1000;
	text-align: center;
}
.planBTN_waku a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
@media (max-width: 900px) {
.planBTN a {
	background: url(../../../common/images/bt_arrow.png), linear-gradient(to bottom, #f9f9f9, #ddd);
	background-repeat: no-repeat no-repeat;
	background-position: right 5px center, left center;
	font-size: 14px;
	padding: 12px 25px 12px 5px;
}
}


#plan_contents {
	margin: 0px auto;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1;
	color: #4d4d4d;
}
#plan_contents h2 {
	font-size: 24px;
	text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff!important;
	font-family: 'Hina Mincho', serif;
	line-height: 1.2;
	margin-bottom: 26px;
}
#plan_contents p {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.8;
}
.plan_contents01 {
	background-color: #fbd8d8;
	padding: 30px 60px;
}

.plan_contents02 {
	background-color: #e5e1e1;
	padding: 30px 60px;
}

.plan_contents03 {
	background-color: #dbd2c7;
	padding: 30px 60px;
}

.paper {
	position: relative;
	width: 100%;
	max-width: 1100px;
	min-height: 680px;
	margin: 0 auto 20px;
	background: #fafafa;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0,0,0,.3);
	overflow: hidden;
}
.paper:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 60px;
	background: radial-gradient(#ccc 6px, transparent 7px) repeat-y;
	background-size: 30px 30px;
	/* border-right: 3px solid #ccc;*/
	box-sizing: border-box;
}
.paper-content {
	margin: 30px 0 30px 60px;
	background: linear-gradient(transparent, transparent 28px, #efefef 28px);
	background-size: 30px 30px;
}

#plan_contents dl {
	overflow: hidden;
	background-color: #fff;
	margin: 0 20px;
	font-family: 'Montserrat', sans-serif;
	border-top: 1px solid #ccc;
	border-bottom: none;
	display: table;
	width : -moz-calc(100% - 40px);
	width : -webkit-calc(100% - 40px);
	width : calc(100% - 40px);
}

#plan_contents dl:last-of-type {
	border-bottom: 1px solid #ccc;
}
#plan_contents dt {
	width: 18%;
	padding: 30px 10px;
	background-color: #fff;
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	font-size: 14px;
}
#plan_contents dd {
	padding: 2px 10px;
	text-align: left;
	width : -moz-calc(100% - 250px);
	width : -webkit-calc(100% - 250px);
	width : calc(100% - 240px);
	display: table-cell;
	vertical-align: middle;
}

ul.list_service_price{
	overflow: hidden;
}

ul.list_service_price li{
	float: left;
	width : -moz-calc(25% - 4px);
	width : -webkit-calc(25% - 4px);
	width : calc(25% - 4px);
  margin: 1px 2px;
	background-color: #F5F5F5;
	padding: 5px 0;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}

ul.list_service_price li p.price{
	color: #c04768;
	font-size: 18px;
}
ul.list_service_price li p.price span{
	font-size: 12px;
}

@media (max-width: 800px) {
ul.list_service_price li {
	font-size: 12px;
}
ul.list_service_price li p.price{
	color: #c04768;
	font-size: 16px;
}
ul.list_service_price li p.price span{
	font-size: 11px;
}
}


#plan_contents h3 {
	margin: 26px 0 14px 20px;
	text-align: left;
	font-size: 18px;
	font-weight: normal
}

#plan_contents h3:before{
  content: '◇ ';
}

ul.list_service_item{
	overflow: hidden;
	margin: 0 12px;
}


ul.list_service_item li{
	float: left;
	margin: 5px;
	width : -moz-calc((100% / 4) - 10px);
	width : -webkit-calc((100% / 4) - 10px);
	width : calc((100% / 4) - 10px);
	border: 2px solid #c04768;
	padding: 3px 2px 3px 8px;
	box-sizing: border-box;
	font-size: 12px;
	text-align: left;
	border-radius: 10px;
	background-color: #fff;
	display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}

@media (max-width: 920px) {
ul.list_service_item li{
	width : -moz-calc((100% / 3) - 10px);
	width : -webkit-calc((100% / 3) - 10px);
	width : calc((100% / 3) - 10px);
}
}

ul.list_service_item li p{
	width : -moz-calc(100% - 40px);
	width : -webkit-calc(100% - 40px);
	width : calc(100% - 40px);
}

ul.list_service_item li img{
	width:  40px;
	height: auto;
	margin-left: 2px;
}

ul.list_service_item li .s_t{
	font-size: 10px;
	line-height: 1.2;
	display: inline-block;
}

.back_list{
	text-align: right;
	font-size: 14px;
	max-width: 1100px;
    margin: 0 auto;
}

.back_list a{
	text-decoration: underline;
	color: #4d4d4d;
}

.back_list a:hover{
	text-decoration: none;
}


#marriage_contents {
	margin: 0px auto;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.8;
	color: #000;
}

.marriage_contents01 {
	background-color: #fff;
	padding: 30px 60px;
}

.marriage_box {
	max-width: 1100px;
	margin: 20px auto;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	text-align: left;
	background: #eda7a3 url(../images/marriage_back.jpg) no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

.marriage_inner {
	max-width: 1100px;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	text-align: left;
	border: 10px solid rgba(255,255,255,0.4);
}
.mari_left {
	width: 41%;
	font-size: 10px;
	float: left;
	display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
	text-align: center;
}

.mari_left img{
	width: 80%;
	max-width: 302px;
}

.mari_right {
	width: 59%;
	float: left;
}

.marriage_inner p.m_main{
	margin-bottom:40px;
	margin: 0px 2% 20px 0;
	font-size: 13px;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
}

.marriage_inner ol {
	margin: 14% 2% 16px 0;
  counter-reset: my-counter;
  list-style: none;
}
.marriage_inner li {
  padding-left: 30px;
  position: relative;
}
.marriage_inner li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #a60000;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  color: #ffffff;
  font-size: 85%;
  position: absolute;
  top: 2px;
  left: 0;
}
.marriage_inner li span{
	background:linear-gradient(transparent 60%, #f5cac8 60%);
}

.travel_box {
	margin: 10px 2% 16px 0;
	padding: 10px;
	box-sizing: border-box;
	background: rgb(255,255,255,0.7);
	border-radius: 10px;
	overflow: hidden;
}

.travel_box img{
	width: 80px;
	margin-right: 10px;
	float:left;
	vertical-align: middle;
}

.travel_box p{
	overflow: hidden;
}

.travel_box p a{
	text-decoration: underline;
}

.travel_box p a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.travel_box p.t_small{
	font-size: 11px;
}

#explain_contents {
	margin: 0px auto;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.8;
	color: #4d4d4d;
}

.explain_contents01 {
	background: url(../images/texture.jpg) repeat;
	padding: 20px 60px 30px;
}

.cost_explain {
	max-width: 1000px;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
}

.cost_explain h2 {
	font-size: 16px;
	margin: 0;
	font-weight: normal;
}

.cost_explain dl{
  margin: 0px 0 20px;
}

.cost_explain dt {
	margin: 0px;
	font-size: 14px;
	box-sizing: border-box;
	font-weight: normal;
}
.cost_explain dd {
	margin: 0px;
	font-size: 14px;
	box-sizing: border-box;
}

#comparison_contents {
	margin: 0px auto;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.8;
	color: #4d4d4d;
}

.comparison_contents01 {
	background-color: #fff;
	padding: 30px 60px 50px;
	margin: 15px auto;
	max-width: 1100px;
	font-family: 'Montserrat', sans-serif;
}

.comparison_contents01 h2 {
	font-size: 16px;
	margin: 0;
	font-weight: normal;
}
.comparison_contents01 table {
  width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	
}

.comparison_contents01 table td{
border: solid 1px #cccccc;
padding: 6px 2px;
box-sizing: border-box;
width : -moz-calc((100% - 16%) / 6);
	width : -webkit-calc((100% - 16%) / 6);
	width : calc((100% - 16%) / 6);
	text-align: right;
}

.comparison_contents01 table tr.midashi td{
background-color: #f5f5f5;
	text-align: center;
	font-weight: bold;
}

.comparison_contents01 table th{
border: solid 1px #cccccc;
background-color: #f5f5f5;
	padding: 6px 8px;
	width: 16%;
	text-align: left;
	box-sizing: border-box
}

.price_note {
    text-align: right;
    font-size: 12px;
}


