@charset "utf-8";
/* CSS Document */
/*メインビジュアル*/
.conA {
  /*margin-bottom: 20px;*/
}
.conA .container {
  height: 300px;
  background-image: url("../img/main01_sm.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  /*display: flex;
	align-items: center;
	justify-content: center;*/
  /*	max-width: 1300px;
	margin: 0 auto;*/
  position: relative;
  display: flex;
  align-items: end;
  /*justify-content: center;*/
  z-index: -10;
  max-width: 1100px;
  margin: 0 auto;
}
/*.conA h1{
	font-family: 'Noto Serif JP', serif;
	padding-left: 1em;
	text-shadow:0px 0px 3px #785A9E;
	padding:0.5em 1em;
	box-sizing: border-box;
	position: absolute;
	bottom: 50px;
	left: 10px;
	font-size: 18px;
	color: #fff;
}*/
.conA h1 {
  position: relative;
}
.conA h1 p {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  display: inline-block;
  margin: 0;
  position: relative;
  color: #fff;
  line-height: 2em;
  padding: 0.3em 1em;
	font-weight: bold;
	
text-shadow: 2px 2px 8px #785A9E ,
-2px 2px 8px #785A9E ,
2px -2px 8px #785A9E ,
-2px -2px 8px #785A9E;
}
/*.conA h1 p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(120, 90, 158, 0.8);
  filter: blur(6px);
  z-index: -10;
}*/
@media print, screen and (min-width: 768px) {
  .conA {
    margin-bottom: 50px;
  }
  .conA .container {
    /*	background-image: url("../img/main001.jpg");
	background-size: contain;*/
    background-image: url("../img/main01.jpg");
    height: 500px;
  }
  .conA h1 {
    font-size: 22px;
    padding: 1em 2em;
    position: absolute;
    left: 6%;
    bottom: 70px;
  }
}
.main {
  padding-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .main {
    padding-top: 40px;
  }
}
/*最初の説明*/
.post {
  margin-bottom: 50px;
}
.post .container {
  /*max-width: 96%;*/
  margin: 0 auto;
  max-width: 890px;
}
.post h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  text-align: center;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
}
.post p {
  margin-bottom: 1em;
}
.post p.em {
  /*font-size: 110%;*/
  font-size: 15px;
  color: #C73333;
  color: #785a9e;
  /*text-align: center;*/
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .post {
    margin-bottom: 120px;
  }
  .post h2 {
    font-size: 30px;
  }
  .post p.em {
    font-size: 22px;
  }
}
/*やすらぎ会員バナー*/
.kaiin_text {
  text-align: center;
  color: #785a9e;
  color: #2e2e2e;
  margin-bottom: 1em;
  font-size: 15px;
  /*font-weight: bold;*/
}
.kaiin_bn {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  /*border: 3px solid #d1c5e8;*/
}
@media print, screen and (min-width: 768px) {
  .kaiin_text {
    font-size: 20px;
  }
}
/*ご葬儀プラン見出しとタブ*/
.line {
  text-align: center;
}
.line::after {
  content: '';
  width: 1px;
  margin-top: 1em;
  margin-bottom: 0.5em;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  height: 50px;
  border-right: solid 1px #000;
  text-align: center;
}
h2.sougi {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  margin-bottom: 1em;
}
/*h2.sougi::after{
	content: '';
    width: 1px;
    margin-top: 1em;
    margin-bottom:1.5em;
	margin-right: auto;
	margin-left: auto;
    display: inline-block;
    height: 50px;
    border-right: solid 1px #000;
	text-align: center;
}*/
.tab {
  width: 94%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  font-size: 16px;
}
h2.category {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  margin-bottom: 1.5em;
  padding-bottom: 0.1em;
  border-bottom: 3px solid #785a9e;
  border-top: 3px solid #785a9e;
}
h2.category.brown {
  border-bottom: 3px solid #A87E5A;
  border-top: 3px solid #A87E5A;
}
.sougi01, .sougi02 {
  width: 46%;
  margin-bottom: 1em;
}
.sougi01 {
  border: 3px solid #785a9e;
}
.sougi02 {
  border: 3px solid #a87e5a;
}
.sougi01 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  text-align: center;
  box-sizing: border-box;
  background: #f0edf7;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}
.sougi02 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  text-align: center;
  box-sizing: border-box;
  background: #f4eae4;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .sougi01 a {
    font-size: 24px;
    /*padding: 0.8em;*/
  }
  .sougi02 a {
    font-size: 24px;
    /*padding: 0.8em;*/
  }
  h2.category {
    font-size: 34px;
    margin-bottom: 1em;
  }
  h2.sougi {
    font-size: 30px;
    margin-bottom: 1em;
  }
  .tab {
    margin-bottom: 80px;
  }
}
/*葬儀プランボックス　全体と価格*/
a#sougi {
  display: block;
  margin-top: -50px;
  padding-top: 50px;
}
a.kazoku_plan {
  display: block;
  margin-top: -50px;
  padding-top: 50px;
}
a.choku_plan {
  display: block;
  margin-top: -50px;
  padding-top: 50px;
}
.conB .container {
  padding: 1em 0;
  box-sizing: border-box;
}
.conB .text {
  border: 1px solid #333;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 30px;
}
.conB h3 {
  background: #785a9e;
  color: #fff;
  padding: 0.5em 0.5em 0.3em;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  line-height: 1em;
}
.conB.choku h3 {
  background: #a87e5a;
}
.conB h3 span {
  font-size: 60%;
}
.box table {
  width: 85%;
  margin: 0 auto;
}
.n-tax {
  font-weight: bold;
  color: #785a9e;
 /* font-size: 30px;*/
  text-align: right;
	margin-top: 1em;
  margin-bottom:0.5em;
	

display: flex;
	align-items:center;

	
}
.n-tax span {
  color: #000;
  font-size: 16px;
}
.choku .n-tax {
  color: #a87e5a;
}
.tax {
  text-align: right;
  font-size: 20px;
  margin-bottom: 0.5em;
}
.tax span {
  font-size: 16px;
}
.tax span.zei {
  font-size: 14px;
  margin-left: -0.3em;
  color: firebrick;
}
.conB .box {
  padding: 8px 16px 16px;
  box-sizing: border-box;
}
.price {
  text-align: center;
}
.price-in {
  display: inline-block;
  text-align: right;
}
.k-price {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.k-price span {
  color: firebrick;
}
.flow {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 1100px) {
  a#sougi {
    display: block;
    margin-top: -160px;
    padding-top: 160px;
  }
  a.kazoku_plan {
    display: block;
    margin-top: -60px;
    padding-top: 60px;
  }
  a.choku_plan {
    display: block;
    margin-top: -60px;
    padding-top: 60px;
  }
  .conB {
    margin-bottom: 80px;
    margin-bottom: 40px;
	  margin-bottom: 0;
  }
  .conB .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .conB .text {
    width: 48%;
    margin-bottom: 50px;
  }
  .conB h3 {
    font-size: 32px;
  }
  .n-tax {
    /*font-size: 50px;*/
	 /* margin-bottom: 0em;*/
    /*margin-bottom: -0.5em;*/
	  margin-top: 2em;
  margin-bottom:1em;
  }
  .n-tax span.yen {
    font-size: 40%;
  }
  .n-tax span.zei {
    font-size: 20px;
    margin-left: -0.3em;
    color: firebrick;
  }
  .tax {
    font-size: 24px;
  }
  .tax span {
    font-size: 16px;
  }
  .k-price {
    font-size: 15px;
  }
}
/*葬儀プランボックス　流れ*/
.flow {
  display: flex;
  justify-content: center;
}
.f-box {
  border: 1px solid #111;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0.3em 0.6em;
  box-sizing: border-box;
  line-height: 1.2em;
  font-size: 12px;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
  text-align-last: justify;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 600;
}
.f-box.om {
  border: 1px dashed #929292;
  color: #929292;
}
.allow {
  width: 5px;
  height: auto;
  margin-left: 2px;
  margin-right: 2px;
}
@media print, screen and (min-width:768px) and (max-width:1024px) {
  .f-box {
    font-size: 13px;
  }
  .allow {
    width: 8px;
    height: auto;
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media print, screen and (min-width: 1025px) {
  .f-box {
    font-size: 15px;
  }
}
/*葬儀プランボックス　流れ（外側）*/
.flow {
  display: flex;
  justify-content: center;
}
.f-box2 {
  border: 1px solid #111;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0.6em 0.6em;
  box-sizing: border-box;
  line-height: 1.2em;
  font-size: 15px;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
  text-align-last: justify;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 600;
}
.f-box2.om {
  border: 1px dashed #929292;
  border: 1px dashed #dadada;
  color: #929292;
  color: #dadada;
}
.allow2 {
  width: 5px;
  height: auto;
  margin-left: 4px;
  margin-right: 4px;
}
.f-box3 {
  border: 1px solid #111;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0.6em 0.5em;
  box-sizing: border-box;
  line-height: 1.2em;
  font-size: 14px;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
  text-align-last: justify;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 600;
}
.f-box3.om {
  border: 1px dashed #929292;
  border: 1px dashed #dadada;
  color: #929292;
  color: #dadada;
}
.allow3 {
  width: 5px;
  height: auto;
  margin-left: 3px;
  margin-right: 3px;
}
@media print, screen and (min-width:768px) {
  .f-box2 {
    font-size: 24px;
    padding: 0.5em 1em;
  }
  .allow2 {
    width: 10px;
    height: auto;
    margin-left: 6px;
    margin-right: 6px;
  }
  .f-box3 {
    font-size: 24px;
    padding: 0.5em 1em;
  }
  .allow3 {
    width: 10px;
    height: auto;
    margin-left: 6px;
    margin-right: 6px;
  }
}
/*葬儀プランボックス　内容*/
.include {
  display: flex;
  /*justify-content: space-around;*/
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.i-box {
  width: 18%;
  text-align: center;
  font-size: 13px;
  line-height: 1.5em;
  margin-right: 6px;
  margin-bottom: 15px;
}
.i-box2 {
  width: 18%;
  text-align: center;
  font-size: 13px;
  line-height: 1.5em;
  margin-right: 6px;
  margin-bottom: 15px;
}
.i-box p.icon {
  margin-bottom: -0.1em;
}
.i-box2 p.icon {
  margin-bottom: -0.1em;
}
.i-box p.name {
  line-height: 1.3em;
  font-weight: bold;
}
.i-box2 p.name {
  line-height: 1.3em;
  font-weight: bold;
}
.ex {
  text-align: left;
  font-size: 14px;
}
.ex p {
  padding-left: 2em;
  text-indent: -1em;
  position: relative;
  /*left: -1.5em;*/
}
.ex2 {
  max-width: 600px;
  margin: 0 auto 30px;
}
.image {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .i-box {
    width: 14%;
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .i-box2 {
    width: 10%;
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .ex {
    font-size: 14px;
  }
  .ex p {
    left: -1em;
  }
}
/*葬儀について*/
.conC {
  margin-bottom: 50px;
}
.conC .container {
  max-width: 1100px;
  margin: 0 auto;
}
.conC h3 {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 0.5em;
  text-align: center;
}
.conC img {
  margin-bottom: 14px;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.conC .setsumei {
  width: 82%;
  margin: 0 auto;
}
.conC .text {
  margin-bottom: 50px;
}
.conC h3 {
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  .conC {
    margin-bottom: 80px;
  }
  .conC .container {
    display: flex;
    justify-content: space-around;
  }
  .conC h3 {
    font-size: 24px;
  }
  .conC .text {
    width: 30%;
    margin-bottom: 0;
  }
  .conC img {
    height: 200px;
  }
}
.conD {
  margin-bottom: 50px;
}
.conD .text01 {
  height: 160px;
  margin-bottom: 30px;
}
.conD .text01 a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/m_kaikan.jpg");
  background-size: cover;
  background-position: center bottom;
}
.conD .text02 {
  height: 160px;
}
.conD .text02 a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/m_gaiyou.jpg");
  background-size: cover;
  background-position: center 40%;
}
.conD h3 {
  font-family: 'Noto Serif JP', serif;
  padding: 0.7em 1.4em;
  background: rgba(255, 255, 255, 0.9);
  font-size: 24px;
}
@media print, screen and (min-width: 768px) {
  .conD {
    margin-bottom: 80px;
  }
  .conD .container {
    display: flex;
    justify-content: space-around;
  }
  .conD .text01 {
    width: 44%;
    min-height: 200px;
    margin-bottom: 0;
    height: auto;
  }
  .conD .text02 {
    width: 44%;
    min-height: 200px;
    height: auto;
  }
  .conD h3 {
    font-size: 28px;
  }
}
/*ご葬儀プランタブ切り替え*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  /*background: #a18bbc;*/
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  background: #a5a5a5;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  margin-bottom: 5px;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background: #a18bbc;
}
.tab-switch:checked + .tab-label.label02 {
  background: #a87e5a;
}
.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  /*box-shadow: 0 0 3px rgba(0,0,0,.2);*/
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tab-label {
    margin-bottom: 30px;
  }
}
.n-tax span.p-kaiin {
  font-size: 22px;
  color: firebrick;
}
.p-ippan {
  font-size: 14px;
}
.gray {
  color: rgba(188, 187, 187, 1.00);
}
.red {
  color: firebrick;
}


@media print, screen and (min-width: 768px) {
  .n-tax span.p-kaiin {
    font-size: 20px;
    color: firebrick;
  }
  .p-ippan {
    font-size: 14px;
  }
}


.n-tax span.p-01{
	font-size: 16px;
	color: firebrick;
}

.n-tax span.p-02{
	font-size: 30px;
	position: relative;
	top:-3px;
	color: #785a9e;
}


.n-tax span.p-02b{
	font-size: 30px;
	position: relative;
	top:-3px;
	color: #a87e5a;
}

.n-tax span.p-03{
	font-size: 16px;
}

.n-tax span.p-04{
	font-size: 16px;
	color: firebrick;
}





@media print, screen and (min-width: 768px){
.n-tax span.p-01{
	font-size: 20px;
}

.n-tax span.p-02{
	font-size: 48px;
	position: relative;
	top:-3px;
}
	
.n-tax span.p-02b{
	font-size: 48px;
	position: relative;
	top:-3px;
	}

.n-tax span.p-03{
	font-size: 20px;
}

.n-tax span.p-04{
	font-size: 20px;
}	
	
	
}

.font-s{
	font-size: 90%;
}










/*Ｑ＆Ａ　アコーディオン*/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto 50px;
	color: #333333;
	max-width: 800px;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 16px;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 10px 0 38px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 16px;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 10px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 30px;
	line-height: 50%;
	position: absolute;
	z-index: 5;
	margin: 6px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
color:#8B70B7
}

.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

.main{
padding:20px;
}

.cp_qa a{
	text-decoration: underline;
	color: #0645ad;
}

@media print, screen and (min-width: 768px){
	.cp_qa{
		margin-bottom: 30px;
	}	
 	
	
.cp_qa .cp_actab-content {
margin:0 40px;
}

.article .city{
font-size:20px;
}
.midashi{
font-size:20px;
}
}


.cp_actab-content dt{
	font-weight: bold;
}

.cp_actab-content dd{
	padding-left: 1em;
	margin-bottom: 1em;
}


h3.otehai{
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin-bottom: 1em;
}

@media print, screen and (min-width: 768px){
	h3.otehai{
	font-size: 24px;
}
	
}

table.kasouba{
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid rgba(175,171,171,1.00);
	
}

table.kasouba th{
	padding: 0.5em;
	text-align: left;
	border:1px solid rgba(175,171,171,1.00);
	border-right: 1px dashed rgba(175,171,171,1.00);
	background:rgba(233,233,233,1.00);
}

table.kasouba td{
	padding: 0.5em;
	border:1px solid rgba(175,171,171,1.00);
	border-left: none;
}

table.kasouba .right{
	text-align: right;
}
