@charset "UTF-8";



/*----------------------------------------------------
   基本設定
----------------------------------------------------*/
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
}


/*----------------------------------------------------
   sec-title
----------------------------------------------------*/
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.sec-title {
	font-size: 2.4rem;
}
}



/*----------------------------------------------------
   txt-img-box
----------------------------------------------------*/
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.txt-img-box {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.txt-img-box .pht {
  	width: 30%;
}
.txt-img-box .txt-box {
  	width: 70%;
	box-sizing: border-box;
	padding: 0 3em;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.txt-img-box .pht {
  	width: 90%;
	margin: 0 auto 20px;
	max-width: 200px;
}
.tab .txt-img-box .pht {
	max-width: 100%!important;
}
}



/*----------------------------------------------------
   料金
----------------------------------------------------*/
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
#price {
	margin: 100px 0 10px;
}
.tab-content .kakaku-box {
	margin: 50px 0 80px;
	padding: 10px;
}
.tab-content .kakaku-box .kakaku {
	font-size: 30px;
	text-align: center;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tab-content .kakaku dt {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #000;
}
.tab-content .kakaku dt span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :80px;
	text-align:center;
	font-weight: bold;
	color: #FFF;
	font-size: 24px;
	letter-spacing: 0.1em;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.tab-content .kakaku dd {
	padding-left: 15px;
	font-size: 30px;
	font-weight: bold;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.tab-content .kakaku dd strong {
	font-size: 60px;
	letter-spacing: 0.08em;
}
.tab-content .sub-kakaku {
	text-align: center;
}
.tab-content .sub-kakaku dd  {
	display: inline-block;
	margin-right: 2em;
	font-weight: bold;
}
.tab-content .sub-kakaku dd:only-child,
.tab-content .sub-kakaku dd:last-child {
	margin-right: 0;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
#price {
	margin: 50px 0;
}
.tab-content .kakaku-box {
	margin: 30px 0 30px;
	padding: 20px 10px;
}
.tab-content .kakaku-box .kakaku {
	font-size: 30px;
	text-align: center;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tab-content .kakaku dt {
	position: relative;
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #000;
	flex-shrink: 0;
}
.tab-content .kakaku dt span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :65px;
	text-align:center;
	font-weight: bold;
	color: #FFF;
	font-size: 17px;
	letter-spacing: 0.1em;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.tab-content .kakaku dd {
	padding-left: 15px;
	font-size: 17px;
	font-weight: bold;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height: 1.3;
}
.tab-content .kakaku dd strong {
	font-size: 36px;
	letter-spacing: 0.08em;
}
}


/*----------------------------------------------------
   お別れ葬
----------------------------------------------------*/
#tab01 {
	border-bottom: solid 2px #daa400;
}
#tab01 h3 {
	color: #daa400;
	background-color: rgba(218,164,0,.2);
}
#tab01 .kakaku-box {
	border-bottom: dashed 2px #daa400;
	border-top: dashed 2px #daa400;
	color: #daa400;
}
#tab01 .kakaku dt {
	background-color: #daa400;
}
#tab01 .kakaku dd,
#tab01 .sub-kakaku dd {
	color: #daa400;
}
#tab01 .plan-contents {
	background-color: rgba(218,164,0,.1);
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
#tab01 {
	border: solid 2px #daa400;
	border-top: none;
	padding: 20px 15px;
}
}


/*----------------------------------------------------
   一日葬
----------------------------------------------------*/
#tab02 {
	border-bottom: solid 2px #2c9c41
}
#tab02 h3 {
	color: #2c9c41;
	background-color: rgba(44,156,65,.2);
}
#tab02 .kakaku-box {
	border-bottom: dashed 2px #2c9c41;
	border-top: dashed 2px #2c9c41;
	color: #2c9c41
}
#tab02 .kakaku dt {
	background-color: #2c9c41
}
#tab02 .kakaku dd,
#tab02 .sub-kakaku dd {
	color: #2c9c41
}
#tab02 .plan-contents {
	background-color: rgba(44,156,65,.1);
}
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
#tab02 {
	border: solid 2px #2c9c41;
	border-top: none;
	padding: 20px 15px;
}
}


/*----------------------------------------------------
   家族葬
----------------------------------------------------*/
#tab03 {
	border-bottom: solid 2px #49b8dd
}
#tab03 h3 {
	color: #49b8dd;
	background-color: rgba(73,184,221,.2);
}
#tab03 .kakaku-box {
	border-bottom: dashed 2px #49b8dd;
	border-top: dashed 2px #49b8dd;
	color: #49b8dd
}
#tab03 .kakaku dt {
	background-color: #49b8dd
}
#tab03 .kakaku dd,
#tab03 .sub-kakaku dd {
	color: #49b8dd
}
#tab03 .plan-contents {
	background-color: rgba(73,184,221,.1);
}
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
#tab03 {
	border: solid 2px #49b8dd;
	border-top: none;
	padding: 20px 15px;
}
}


/*----------------------------------------------------
   タブ　選択時の設定
----------------------------------------------------*/
.tab li.tab-menu01 .select {
	border-bottom: 2px solid #daa400;
	color: #daa400;
}
.tab li.tab-menu02 .select {
	border-bottom: 2px solid #2c9c41;
	color: #2c9c41;
}
.tab li.tab-menu03 .select {
	border-bottom: 2px solid #49b8dd;
	color: #49b8dd;
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.tab li.tab-menu01 .select {
	border: solid 2px #daa400;
}
.tab li.tab-menu02 .select {
	border: 2px solid #2c9c41;
}
.tab li.tab-menu03 .select {
	border: 2px solid #49b8dd;
}
}


/*----------------------------------------------------
   ボタン
----------------------------------------------------*/
/* --------  768〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.tab-content .btn {
	text-align: center;
	margin: 35px auto 0;
	width: 96%;
	max-width: 525px;
}
}
/* --------  〜767　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.tab-content .btn {
	text-align: center;
	margin: 20px auto 0;
	width: 100%;
}
}





