@charset "utf-8";

/*======================*/
/* 幸國寺について about */
/*======================*/

.about .inner {
	text-align: center;
}

.about .img {
	text-align: center;
}

.about .v-text {
	display: inline-block;
	height: 350px;
	margin: 100px auto 0;
	text-align: center;
	font-size: 0;
	overflow: hidden;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.about .v-text dt {
	display: inline-block;
	width: 80px;
	max-height: 18em;
	font-size: 18px;
	text-align: left;
}

.about .v-text dt h3 {
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 0 auto;
}

.about .v-text dt h3 span {
	font-size: 26px;
}

.about .v-text dd {
	display: inline-block;
	font-size: 18px;
}

.about .v-text dd p {
	line-height:1.8;
	text-indent: 1em;
	text-align: left;
	margin-bottom: 1em;
}

.about .v-text dd p.m-1em {
	margin-right: 1em;

}

@media screen and (max-width: 1084px) {

.about .v-text dd p {
	font-size: 14px;

}

}

@media screen and (max-width: 767px) {

.about .v-text {
	width: 100%;
	height: auto;
	margin-top: 32px;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}

.about .v-text dt {
	display: block;
	max-height: 18em;
	margin: 0 auto 32px;
}

.about .v-text dt h3 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.about .v-text dd {
	margin: 0 auto;
	height: 660px;
	column-count: 2;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.about .v-text dd p {
	font-size: 16px;
	line-height: 1.6;
}

}

@media screen and (max-width: 440px) {

.about .v-text dt {
	max-height: 14em;
}

.about .v-text dt h3 {
	font-size: 24px;
}

.about .v-text dt h3 span {
	font-size: 18px;
}

.about .v-text.type02 dd {
	height: 990px;
	column-count: 3;
}

.about .v-text.type03 dd {
	height: 990px;
	column-count: 3;
}

}

/*=====================*/
/* 幸國寺の一年 season */
/*=====================*/

.season h3 {
	color: #282364;
	line-height: 1;
	margin-bottom: 24px;
	font-size: 32px;
	font-weight: bold;
}

.season h3 span {
	display: block;
	color: #000;
	line-height: 1.3;
	margin-top: 24px;
	letter-spacing: 6px;
}

.season h4 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	margin: 32px 0 16px;
}

.season .inner .season-box {
	overflow: hidden;
	margin-top: 120px;
	text-align: center;
}

.season .inner .season-box:first-of-type {
	margin-top: 0;
}

.season .season-box .img {
	width: 43%;
}

.season .season-box .txt {
	display: table;
	width: 57%;
	padding: 0 16px;
}

.season .season-box .col-left {
	float: left;
}

.season .season-box .col-right {
	float: right;
}

.season .season-box .txt .txt-inner {
	display: table-cell;
	vertical-align: middle;
}

.season .list-season {
	font-size: 0;
	text-align: left;
}

.season .list-season li {
	width: 32%;
	display: inline-block;
	margin-top: 16px;
	margin-right: 2%;
	font-size: 16px;
	vertical-align: top;
}

.season .list-season li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 1024px) {

.season h3 {
	margin-bottom: 16px;
	font-size: 28px;
}

.season h3 span {
	margin-top: 20px;
}

.season h4 {
	font-size: 24px;
}

.season .season-box .txt {
	font-size: 14px;
}

}

@media screen and (max-width: 767px) {


.season h3 {
	font-size: 24px;
	margin-top: 24px;
	text-align: center;
}

.season h3 span {
	margin-top: 16px;
}

.season .inner .season-box {
	margin-top: 80px;
}

.season .season-box .col-left,
.season .season-box .col-right {
	float: none;
	width: 100%;
	padding: 0;
	text-align: left;
}

.season .list-season li {
	width: 48%;
	margin-right: 4%;
}

.season .list-season li:nth-child(3n) {
	margin-right: 4%;
}

.season .list-season li:nth-child(2n) {
	margin-right: 0;
}

}

/*=================*/
/* 交通案内 access */
/*=================*/

.access .section .inner {
	text-align: center;
}

.access .map {
	margin-top: 1em;
}



@media screen and (max-width: 767px) {


}

/*==================*/
/* お問合せ contact */
/*==================*/

.contact .table {
	margin-top: 24px;
}

.contact .table th {
	width: 30%;
}

.contact .table td {
	width: 70%;
	word-break: break-all;
}

.contact .error-msg {
	text-align: center;
	color: #F00;
	font-weight: bold;
}

@media screen and (max-width: 767px) {


}

/*==================================*/
/* 個人情報保護方針について privacy */
/*==================================*/

.privacy h3 {
	margin: 64px 0 16px;
	color: #282364;
	line-height: 1.3;
	font-size: 24px;
	font-weight: bold;
}

.privacy ul {
	margin-top: 16px;
}

.privacy .txt-right {
	text-align: right;
}

.privacy .txt-name {
	font-size: 24px;
}

@media screen and (max-width: 767px) {

.privacy .txt-right {
	text-align: left;
}

}
