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

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

.sp_back {
	background: url(../images/bg_plan.jpg) no-repeat;
	background-position: center top 10px;
	background-size: 100% auto;
	height: 120px;
	width: 100%;
	text-align: center;
}
#plan_top h1 {
	padding-top: 23px;
	box-sizing: border-box;
	font-size: 2.0rem;
	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: 1.1rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

.plan_contentsA {
	padding: 0px 10px;
	margin: 0px 0px;
	padding-bottom: 30px;
	font-size: 1.4rem;
	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 {
	margin: 20px auto 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.s_inner2 {
	margin: 0px auto 0;
	padding: 20px 10px 0;
	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 0px 10px;
}
.s_inner2 p {
	width: 100%;
	text-align: left!important;
	padding-top: 0;
	box-sizing: border-box;
	font-size: 1.4rem!important;
	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: 0px 0 0;
}
.plan_contentsA .s_inner li {
	border: 1px solid #fff;
	width : 100%;
	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: 2.0rem;
	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: 1.6rem;
	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: 1.4rem!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;
	line-height: 1.5!important;
	;
}


.planBTN a {
	background: url(../../../common/images/bt_arrow.png), linear-gradient(to bottom, #f9f9f9, #ddd);
	background-repeat: no-repeat no-repeat;
	background-position: right 20px 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 60px 12px 40px;
	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 )";
}
#plan_contents {
	margin: 0px auto;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1;
	color: #4d4d4d;
}
#plan_contents h2 {
	font-size: 2.0rem;
	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: 10px 0px;
}

.plan_contents02 {
	background-color: #e5e1e1;
	padding: 10px 0px;
}

.plan_contents03 {
	background-color: #dbd2c7;
	padding: 10px 0px;
}

.paper {
	position: relative;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	max-width: 1100px;
	margin: 0 10px 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: 20px 0 20px 10px;
	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% - 30px);
	width : -webkit-calc(100% - 30px);
	width : calc(100% - 30px);
}

#plan_contents dl:last-of-type {
	border-bottom: 1px solid #ccc;
}
#plan_contents dt {
	width: 40%;
	padding: 0px;
	background-color: #fff;
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	font-size: 1.2rem;
}
#plan_contents dd {
	padding: 2px 10px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}

ul.list_service_price{
	overflow: hidden;
}

ul.list_service_price li{
	width : 100%;
  margin: 1px 2px;
	background-color: #F5F5F5;
	padding: 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	font-size: 1.4rem
}

ul.list_service_price li p{
	font-size: 1.2rem!important;
	line-height: 1.4!important;
}


ul.list_service_price li p.price{
	color: #c04768;
	font-size: 1.8rem!important;
}

ul.list_service_price li p.price span{
	font-size: 1.2rem!important;
}

#plan_contents h3 {
	margin: 26px 0 14px 20px;
	text-align: left;
	font-size: 1.6rem;
	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% / 2) - 10px);
	width : -webkit-calc((100% / 2) - 10px);
	width : calc((100% / 2) - 10px);
	border: 2px solid #c04768;
	padding: 3px 2px 3px 8px;
	box-sizing: border-box;
	font-size: 1.1rem;
	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; /* 横方向中央揃え */
}



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

ul.list_service_item li img{
	width:  30px;
	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: 1.2rem;
	margin-right: 20px;
}

.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: 1.4rem;
	line-height: 1.8;
	color: #000;
}

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

.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_sp.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_right {
	margin-bottom: 10px;
}

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

.marriage_inner ol {
	margin: 96% 10px 10px;
  counter-reset: my-counter;
  list-style: none;
}
.marriage_inner li {
  padding: 5px 0 5px 30px;
  position: relative;
	 font-size: 1.4rem;
}
.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: 1.4rem;
  position: absolute;
  top: 5px;
  left: 0;
}
.marriage_inner li span{
	background:linear-gradient(transparent 60%, #f5cac8 60%);
}

.travel_box {
	margin: 10px 10px;
	padding: 10px;
	box-sizing: border-box;
	background: rgb(255,255,255,0.7);
	border-radius: 10px;
	overflow: hidden;
	 font-size: 1.4rem;
}

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

.travel_box p{
	overflow: hidden;
	line-height: 1.3;
}

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

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

.travel_box p.t_small{
	font-size: 1.1rem;
	margin-top: 10px;
}

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

.explain_contents01 {
	background: url(../images/texture.jpg) repeat;
	padding: 0px 10px 10px;
}

.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: 1.4rem;
	margin: 0;
	font-weight: normal;
}

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

.cost_explain dt {
	margin: 0px;
	font-size: 1.2rem;
	box-sizing: border-box;
	font-weight: normal;
}
.cost_explain dd {
	margin: 0px;
	font-size: 1.2rem;
	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: 10px 10px 30px;
	margin: 15px auto;
	font-family: 'Montserrat', sans-serif;
}
.comparison_contents01 h2 {
    font-size: 1.4rem;
    margin: 0;
    font-weight: normal;
}

.comparison_contents01 table {
  width: 100%;
	border-collapse: collapse;
	font-size: 1.1rem;
	margin-top: 5px;
	margin-bottom: 5px;
}

.comparison_contents01 table td{
border: solid 1px #cccccc;
padding: 10px 2px;
box-sizing: border-box;
	text-align: right;
}

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

.comparison_contents01 table th{
border: solid 1px #cccccc;
background-color: #f5f5f5;
	padding: 5px 2px;
	width : -moz-calc(100% / 4);
	width : -webkit-calc(100% / 4);
	width : calc(100% / 4);
	text-align: left;
	box-sizing: border-box;
		line-height: 1.3;
	
}


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


