@charset "UTF-8";
.wrap {
	margin: 0 auto;
}
.wrap_plan2 {
	width: 960px;
	margin: 0 auto;
}
.wrap_ihin {
	width: 960px;
	margin: 0 auto;
}
.wrap_kotuso {
	width: 960px;
	margin: 0 auto;
}
.wrap_irai {
	width: 960px;
	margin: 0 auto;
}
.temple_photo {
	width: 960px;
	height: 400px;
	text-align: center;
}

.temple_top_box {
	display: flex;
	font-size: 25px;
	font-weight: bolder;
	width: 960px;
	margin: 0 auto;
	margin-top: 100px;
}
.temple_top_div {
	padding: 5px 0 0 0;
	text-align: center;
	margin: 0 15px 0 0;
	color: white;
	font-weight: bold;
	width: 310px;
	height: 80px;
	background-color: #33739b;
	border-radius: 10px;
	border-bottom: solid 5px #888888;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.top_arrow {
	display: block;
	margin: 0 auto;
	width: 15px;
	height: 15px;
	border-top: solid 2px white;
	border-right: solid 2px white;
	transform: rotate(135deg);
}
.ihin_photo {
	width: 960px;
	height: 400px;
}
/*------------------------------*/
.pay_box {
	width: 960px;
	margin: 0 auto;
	background-color: white;
	padding-bottom: 20px;
}
.interview_h2 {
	color: #33739b;
	border-top: solid 3px #33739b;
}
.pay_h4 {
	text-align: center;
}
/*全体*/
.genkin_box {
	margin: 2em 0;
	padding: 0;
}
/*ボタン装飾*/
.genkin_box label {
	width: 250px;
    padding: 15px;
    background-color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    border: solid 1px black;
    cursor :pointer;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
}
/*ボタンホバー時*/
.genkin_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.genkin_box input {
    display: none;
}

/*中身を非表示にしておく*/
.genkin_box .genkin_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.genkin_box input:checked ~ .genkin_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
/*全体*/
.hurikomi_box {
	margin: 2em 0;
	padding: 0;
}
/*ボタン装飾*/
.hurikomi_box label {
	width: 250px;
    padding: 15px;
    background-color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    border: solid 1px black;
    cursor :pointer;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
}
/*ボタンホバー時*/
.hurikomi_box label:hover {
    background: #efefef;
}
/*チェックは見えなくする*/
.hurikomi_box input {
    display: none;
}
/*中身を非表示にしておく*/
.hurikomi_box .hurikomi_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.hurikomi_box input:checked ~ .hurikomi_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
/*全体*/
.credit_box {
	margin: 2em 0;
	padding: 0;
}
/*ボタン装飾*/
.credit_box label {
	width: 250px;
    padding: 15px;
    background-color: white;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    border: solid 1px black;
    cursor :pointer;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
}
/*ボタンホバー時*/
.credit_box label:hover {
    background: #efefef;
}
/*チェックは見えなくする*/
.credit_box input {
    display: none;
}
/*中身を非表示にしておく*/
.credit_box .credit_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.credit_box input:checked ~ .credit_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.payment_box {
	display: flex;
	justify-content: center;
	width: 960px;
	background-color: white;
}
.genkin_show_area {
	width: 270px;
	margin: 0 auto;
	padding: 5px;
	border: solid 1px #000000;
	font-weight: bold;
	background-color: white;
	border-radius: 5px;
}
.hurikomi_show_area {
	width: 270px;
	margin: 0 auto;
	padding: 5px;
	border: solid 1px #000000;
	font-weight: bold;
	background-color: white;
	border-radius: 5px;
}
.credit_show_area {
	width: 270px;
	margin: 0 auto;
	padding: 5px;
	border: solid 1px #000000;
	font-weight: bold;
	background-color: white;
	border-radius: 5px;
}
.credit_show_area span {
	color: tomato;
}
.pay_p {
	text-align: center;
}
.pay_img {
	display: block;
	margin: 0 auto;
}
.temple_ul_box {
	margin: 0 auto;
	padding: 20px;
	width: 80%;
	border: solid 3px #33739b;
}
.kotuso_ul_box {
	margin: 0 auto;
	padding: 20px;
	width: 80%;
	border: solid 3px #33739b;
}
.line_px30 {
	background-color: #33739b;
	width: 960px;
	height: 10px;
	margin: 0 auto;
}
.syokai_box h2 {
	margin: 0 auto;
	margin-top: 30px;
	padding: 10px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	width: 100%;
	height: 60px;
	background-color: #33739b;
	color: white;
	border-radius: 10px 10px 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "游明朝", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}
.syokai_box h6 {
	font-size: 20px;
	font-weight: bold;
	color: #33739b;
}
.temple_photo {
	width: 960px;
	height: 400px;
	border-radius: 0;
}
.temple_title {
	margin-top: 40px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, "游明朝", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}
.temple_ul li {
	list-style: none;
	font-size: 24px;
	font-weight: bold;
}
.temple_ul span {
	font-size: 32px;
	color: #33739b;
}
.kotuso_ul li {
	list-style: none;
	font-size: 24px;
	font-weight: bold;
}
.kotuso_ul span {
	font-size: 32px;
	color: #33739b;
}
.ohuse_box {
	text-align: center;
}
.ohuse_box h2 {
	margin-top: 40px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, "游明朝", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}
.ohuse_table {
	width: 600px;
	height: 150px;
	margin: 0 auto;
	border: solid 1px black;
}
.ohuse_table tr {
	border: solid 1px black;
}
.ohuse_table th {
	font-size: 21px;
	font-weight: bold;
	border: solid 1px black;
	font-family: "Helvetica Neue", Helvetica, Arial, "游明朝", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}
.ohuse_table td {
	padding: 10px;
	font-size: 25px;
	font-weight: bold;
	border: solid 1px black;
}
.tyokuso_th {
	background-color: #444444;
	color: white;
}
.jitakuso_th {
	background-color: #008080;
	color: white;
}
.kazokuso_th {
	background-color: #FF9900;
	color: white;
}
.tuiki_box {
	width: 620px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.ihin_photo {
	width: 960px;
	height: 400px;
	border-radius: 0;
}
.kotuso_box h2 {
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	width: 100%;
	height: 60px;
	background-color: #33739b;
	color: white;
	border-radius: 10px 10px 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "游明朝", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}
.kotuso_box h6 {
	font-size: 20px;
	font-weight: bold;
	color: #33739b;
}
.kotuso_photo {
	width: 960px;
	height: 400px;
	text-align: center;
}
.top_arrow2 {
	display: block;
	margin: 0 auto;
	width: 15px;
	height: 15px;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	transform: rotate(135deg);
}
.irai_box {
	margin-top: 30px;
	border: solid 1px #DDDDDD;
	border-radius: 10px;
	background-color: #33739b;
}
.irai_ippan {
	margin-top: 10px;
	margin: 0 auto;
	background-color: white;
	height: 50px;
	width: 800px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	border-radius: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, "游明朝", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}
.irai_item {
	position: relative;
	margin: 0 30px 20px 30px;
	padding: 10px;
	width: 900px;
	height: 175px;
	border: solid 1px #DDDDDD;
}
.irai_inline {
	display: inline-flex;
	margin-top: 10px;
}
.irai_number {
	padding-top: 2px;
	width: 50px;
	height: 50px;
	background-color: #33739b;
	color: white;
	font-size: 30px;
	font-weight: bolder;
	text-align: center;
}
.goirai {
	font-size: 30px;
	font-weight: bold;
	padding-top: 8px;
}
.irai_number,.goirai {
	margin: 0 10px 0 0;
}
.irai_item .taiou {
	text-align: center;
	padding: 1px 0 0 0;
	font-size: 30px;
	font-weight: bold;
	color: white;
	background-color: #33739b;
	width: 150px;
	height: 45px;
}
.irai_p {
	margin-top: 20px;
}
.irai_line {
	line-height: 1;
}
.irai_photo {
	position: absolute;
	top:10px;
	left: 660px;
	width: 220px;
	height: 150px;
}
.photo_p {
	position: absolute;
	text-align: center;
	top: 142px;
	left: 660px;
	color: white;
	width: 220px;
	height: 20px;
	background-color: #FFCC33;
}
/*全体*/
.hidden_box {
	margin: 2em 0;
	padding: 0;
}
/*ボタン装飾*/
.hidden_box label {
	width: 430px;
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*全体*/
.hidden_sumi_box {
	margin: 2em 0;
	padding: 0;
}
/*ボタン装飾*/
.hidden_sumi_box label {
	width: 430px;
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
}

/*ボタンホバー時*/
.hidden_sumi_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_sumi_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_sumi_box .hidden_sumi_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_sumi_box input:checked ~ .hidden_sumi_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.kotuso_madabox {
	width: 700px;
	height: 630px;
	margin: 0 auto;
	position: relative;
	background-color: #DDDDDD;
}
.mada_item {
	writing-mode: vertical-lr;
}
.mada_dt {
	display: inline-block;
	padding: 4px;
	margin: 5px 5px 5px 10px;
	width: 50px;
	height: 110px;
	background-color: #33739b;
	border-radius: 5px;
	border: solid 3px white;
	color: white;
	font-size: 25px;
	font-weight: bold;
}
.mada_item dd {
	margin: 70px 5px 0 7px;
	padding-left: 2px;
	padding-bottom: 3px;
	font-size: 25px;
	font-weight: bold;
	width: 40px;
	height: 98px;
	border-radius: 5px;
	background-color: white;
}
.mada_arrow_bottom {
	position: relative;
	display: inline-block;
	border-bottom: solid 3px #000000;
	width: 600px;
	height: 20px;
}
.mada_arrow {
	position: absolute;
	right: 1px;
	top: 8px;
	display: inline-block;
	border-top: solid 3px #000000;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
}
.mada_tablebox table {
	margin: 0 auto;
	margin-top: 30px;
}
.mada_tablebox th {
	background-color: #33739b;
	color: white;
}
.mada_tablebox tr {
	border: solid 1px #000000;
}
.mada_tablebox td {
	width: 100px;
	height: 30px;
	font-size: 14px;
	border: solid 1px #000000;
	background-color: white;
}
.mada_td_main {
	font-weight: bold;
	color: #33739b;
}
.mada_ryokin {
	height: 50px;
	color: red;
	font-weight: bolder;
}
.mada_ryokin td {
	font-size: 20px;
}
.mada_tuiki {
	margin-top: 20px;
	margin-left: 60px;
	text-align: left;
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
	font-family: "Helvetica Neue", Helvetica, Arial, "游明朝", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}
.mada_tuiki span {
	display: inline-block;
	margin-top: 8px;
	padding-left: 11px;
	width: 36px;
	height: 37px;
	background-color: #33739b;
	color: white;
	font-size: 25px;
	margin-right: 5px;
	border-radius: 5px;
}
.kotuso_sumi_box {
	width: 700px;
	height: 550px;
	margin: 0 auto;
	position: relative;
	background-color: #DDDDDD;
}
.sumi_item {
	writing-mode: vertical-lr;
}
.sumi_dt {
	display: inline-block;
	padding: 4px;
	margin: 5px 25px 5px 30px;
	width: 50px;
	height: 110px;
	background-color: #33739b;
	border-radius: 5px;
	border: solid 3px white;
	color: white;
	font-size: 25px;
	font-weight: bold;
}
.sumi_item dd {
	margin: 70px 25px 0 27px;
	padding-left: 2px;
	padding-bottom: 3px;
	font-size: 25px;
	font-weight: bold;
	width: 40px;
	height: 98px;
	border-radius: 5px;
	background-color: white;
}



@media (min-width: 451px) and (max-width: 959px) {
	.wrap {
		width: 100%;
	}
	.wrap_plan2 {
		width: 100%;
}
.wrap_ihin {
	width: 100%;
}
.wrap_kotuso {
	width: 100%;
}
.wrap_irai {
	width: 100%;
}
.temple_photo {
	width: 100%;
}

.temple_top_box {
	width: 100%;
}
.temple_top_div {
	width: 235px;
	margin: 0 0 0 15px;
}
.temple_photo {
	height: 95%;
}
.ihin_photo {
	width: 100%;
	height: 95%;
}
.kotuso_photo {
	width: 100%;
	height: 95%;
}
.kotuso_ul li {
	font-size: 20px;
}
.pay_box {
	width: 100%;
}
.pay_box h3 {
	width: 100%;
}
.payment_box {
	width: 100%;
}
.genkin_show_area {
	width: 240px;
}
.hurikomi_show_area {
	width: 240px;
}
.credit_show_area {
	width: 240px;
}
}



@media screen and (min-width: 450px) {
	.temple_photo_res {
		display: none;
	}
	.ihin_photo_res {
		display: none;
	}
	.kotuso_photo_res {
		display: none;
	}
}
/*-------------------------------------------------*/

@media screen and (max-width: 450px) {
.wrap_plan {
	width: 100%;
	height: 750px;
	border-right: none;
	border-left: none;
	border-bottom: none;
}
.wrap {
	width: 100%;
}
.wrap_plan2 {
    width: 100%;
}
.wrap_irai {
	width: 100%;
}
.wrap_ihin {
	width: 100%;
}
.wrap_kotuso {
	width: 100%;
}
.temple_top_box {
	width: 100%;
	margin: 100px 0 0 0;
	justify-content: center;
}
.temple_top_div {
	justify-content: center;
	width: 100%;
	height: 50px;
	border-radius: 0;
	border-bottom: none;
	font-size: 12px;
	border: solid 2px white;
}
.temple_title {
	font-size: 18px;
}
.temple_ul_box {
	width: 100%;
	padding: 15px 5px 0 10px;
}
.temple_photo {
	display: none;
}
.temple_photo_res {
	width: 100%;
}
.temple_ul {
	width: 100%;
}
.temple_ul li {
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.top_arrow {
	width: 10px;
	height: 10px;
}
.ouse_box {
	width: 100%;
}
.ohuse_table {
	width: 100%;
}
.ohuse_table td {
	font-size: 15px;
}
.ohuse_table th {
	font-size: 13px;
}
.tuiki_box {
	margin-top: 3px;
	margin-left: 3px;
	font-size: 10px;
	font-weight: bold;
}
.syokai_box h2 {
	width: 100%;
}
.ihin_photo {
	display: none;
}
.ihin_photo_res {
	width: 100%;
}
.irai_h {
	font-size: 20px;
	font-weight: bold;
}
.irai_h span {
	display: inline-block;
	font-size: 15px;
}
.irai_ippan {
	font-size: 25px;
	margin-top: 0;
	font-weight: bold;
}
.irai_item {
	width: 100%;
	height: 170px;
	margin: 0 0 7px 0;
}
.irai_number {
	font-size: 20px;
	width: 31px;
	height: 31px;
}
.goirai {
	font-size: 20px;
}
.irai_item .taiou {
	font-size: 15px;
	padding-top: 2px;
	margin-top: 5px;
	width: 80px;
	height: 25px;
}
.irai_flex {
	display: inline-flex;
}
.irai_line {
	margin: 8px 3px 0 3px;
	font-size: 12px;
	font-weight: bold;
}
.irai_photo {
	position: static;
	width: 120px;
	height: 85px;
}
.photo_p {
	position: static;
	padding-top: 2px;
	width: 120px;
	height: 20px;
	font-size: 10px;
}

.kotuso_ul_box {
	width: 100%;
	padding: 15px 5px 0 10px;
}
.kotuso_photo {
	display: none;
}
.kotuso_photo_res {
	width: 100%;
}
.kotuso_ul {
	padding: 2px;
}
.kotuso_ul li {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.temple_ul span {
	font-size: 20px;
}
.kotuso_ul span {
	font-size: 20px;
}
.irai_ippan {
	width: 90%;
	padding-top: 5px;
	border-radius: 25px 25px 25px 25px
}
.hidden_box label {
	width: 95%;
	margin: 0 auto;
}
.hidden_sumi_box label {
	width: 95%;
	margin: 0 auto;
}
.mada_tablebox td {
	font-size: 10px;
	font-weight: bold;
}
.mada_ryokin td {
	font-size: 18px;
}
.mada_tuiki {
	margin-left: 10px;
}
.mada_tuiki div {
	font-size: 15px;
	font-weight: bold;
}
.mada_tuiki span {
	font-size: 15px;
	width: 22px;
	height: 22px;
	padding: 0 0 0 6px;
}
.kotuso_madabox {
	width: 100%;
	height: 540px;
	padding-top: 30px;
	border-radius: 10px;
}
.mada_dt {
	width: 28px;
	height: 60px;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 3px;
}
.mada_item {
	padding-left: 3px;
}
.mada_item dd {
	width: 28px;
	height: 60px;
	font-size: 12px;
	padding-left: 5px;
	font-weight: bold;
	margin: 20px 0 0 0;
	border-radius: 0;
	border: solid 1px #000000;
}
.mada_arrow_bottom {
	width: 300px;
	height: 20px;
}
.kotuso_sumi_box {
	width: 100%;
	height: 480px;
	padding-top: 30px;
	border-radius: 10px;
}
.sumi_dt {
	width: 40px;
	height: 70px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 15px 0 15px;
	padding: 7px;
}
.sumi_item dd {
	width: 38px;
	height: 70px;
	font-size: 15px;
	padding-left: 8px;
	font-weight: bold;
	margin: 20px 20px 0 0;
	border-radius: 0;
	border: solid 1px #000000;
}
.payment_box {
	display: block;
	width: 100%;
}
.genkin_box {
	text-align: center;
}
.hurikomi_box {
	text-align: center;
}
.credit_box {
	text-align: center;
}
.genkin_show_area {
	text-align: left;
	width: 90%;
}
.hurikomi_show_area {
	text-align: left;
	width: 90%;
}
.credit_show_area {
	text-align: left;
	width: 90%;
}
.genkin_box label {
	margin-top: 10px;
	margin-bottom: 0;
}
.hurikomi_box label {
	margin-bottom: 0;
}
.pay_box {
	width: 100%;
}
.pay_h4 {
	width: 100%;
}
.pay_div {
	width: 100%;
}
.pay_p {
	font-weight: bold;
}
.pay_click {
	display: block;
	text-align: center;
}
.pay_img {
	width: 90%;
}
}
@media screen and (max-width: 330px) {
	.collapse img {
    	width: 90px;
    	height: 50px;
    }
    .nav_item_t {
    	height: 55px;
    	width: 230px;
    }
    .nav_item_t h6 {
    	font-size: 16px;
    }
    .nav_item_j {
    	height: 55px;
    	width: 230px;
    }
    .nav_item_j h6 {
    	font-size: 16px;
    }
    .nav_item_k {
    	height: 55px;
    	width: 230px;
    }
    .nav_item_k h6 {
    	font-size: 16px;
    }
    .mada_dt {
    	width: 25px;
    	font-size: 10px;
    }
    .mada_item dd {
    	width: 23px;
    	font-size: 10px;
    	padding-left: 3px;
    }
    .mada_tablebox td {
	    font-size: 8px;
	    font-weight: bold;
    }
    .mada_ryokin td {
    	font-size: 17px;
    }
    .sumi_dt {
    	margin: 0 5px;
    }
    .sumi_item dd {
    	margin: 0 10px;
    }
    .ohuse_table th {
    	font-size: 17px;
    }
    .ohuse_table td {
    	font-size: 17px;
    }
    .temple_title {
    	font-size: 16px;
    }
    .kotuso_ul_box li {
    	font-size: 11px;
    }
}