@charset "UTF-8";

/*
Theme Name: kasuga_we2
Description: THE KASUGAオリジナルテーマです
Author: symedia_iwanaga
*/


/*reset
------------------------------------------------------------------------------*/
*{box-sizing: border-box; padding:0; margin:0;}
body{ font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; font-size:88%; line-height:180%; letter-spacing: .06em;}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
margin: 0;
padding: 0;
}
img { border:0; vertical-align: middle;}
/*------------------------------------------------------------------------------*/


/*background
------------------------------------------------------------------------------*/

body{
	font-family: "游ゴシック", "Yu Gothic", Yu Gothic, "游ゴシック体", "YuGothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	width:100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color:#2B2B2B;
}
a{
	text-decoration: none;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
a img{
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}




/*PC・スマフォで非表示
------------------------------------------------------------------------------*/
.pc_none {
	display: none;
}
.sp_none {
	display: block;
}



/*ここからcss設定
------------------------------------------------------------------------------*/


.notoserif{
	font-family: 'Noto Serif JP', serif;
}

.inner{
	width:1120px;
	margin:0 auto;
}
.inner2{
	width:1620px;
	margin:0 auto;
}
.inner3{
	width:700px;
	margin:0 auto;
}

.flex{
	display: flex;
}

/* -------------------- */
/* header
/* -------------------- */
.header{
	width:100%;
	height:166px;
}
.header:before{
	content:"";
	background: rgb(246,184,148);
	background: linear-gradient(20deg, rgba(246,184,148,1) 0%, rgba(223,113,99,1) 100%);
	width:100%;
	height:5px;
	position: absolute;
	top: 0;
	left: 0;
}
.header ul{
	list-style: none;
}
.header_01_in {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
}
.site_title{
	font-size:12px;
	line-height: 32px;
	font-weight: 500;
}
.header_01_logo img{
	width: 250px;
	height: auto;
}


.header_01{
	background: #fff;
}
.header_01_b{
	display: flex;
}
.header_01_b_in_01{
	margin-right: 15px;
}
.header_01_tel{
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
}
.header_01_tel a{
	color: #DF7163;
	position: relative;
}
.tel_span{
	font-size: 0.5em;
	position: absolute;
	top: -20px;
	left: 57px;
}
.tel_span_sp{
	font-size: 0.5em;
	display: block;
	margin-left: 17px;
}
.header_01_tel{
	text-align: right;
}
.header_01_tel .icon{
	margin-right: 10px;
}
.header_01_menu{
	font-size:12px;
}
.header_01_menu_ul{
	display: flex;
}
.header_01_menu_li_a{
	color: #2B2B2B;
}
.header_01_menu_li + .header_01_menu_li{
	margin-left: 15px
}
.header_01_menu_li .icon{
	margin-right: 2px;
	margin-bottom: 2px;
}
.header_01_b_in_02{
	width:130px;
}
.header_request_btn{
	width:100%;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	font-weight: 700;
	background: rgb(246,184,148);
	background: linear-gradient(20deg, rgba(246,184,148,1) 0%, rgba(223,113,99,1) 100%);
}
.header_request_btn a{
	color:#fff;
	display: block;
	padding: 13px;
}
.header_request_btn .icon{
	margin-right: 10px;
}



.nav_wrapper{
	padding: 13px 0;
	border-top: 1px solid #E1DBD0;
	box-shadow: 0 8px 8px -8px rgb(0 0 0 / 20%);
}
.nav_list {
	display: flex;
	justify-content: space-between;
}
.nav_item a{
	color: #2B2B2B;
}

.burger_btn {
	display: none;
}

.top_main_imgcopy{
	position: relative;
}
.top_main_img {
	width:100%;
	height: calc(100vh - 166px);
	min-height:600px;
}
.top_main_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.top_main_copy{
	position: absolute;
	top: 50%;
	left: 17%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.top_main_scroll{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.top_main_scroll a {
	padding-top: 60px;
	display: inline-block;
	position: relative;
}
.top_main_scroll a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 1px solid #2B2B2B;
	border-radius: 50px;
	box-sizing: border-box;
}
.top_main_scroll a span:before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 4px;
	height: 4px;
	margin-left: -2px;
	background-color: #2B2B2B;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


/* -------------------- */
/* フッター
/* -------------------- */
footer{
	margin-top: 200px;
	background: rgba(245, 243, 239, 0.5);
}
.footer_breadcrumb{
    padding: 10px 0;
    font-size: 10px;
	font-weight: 300;
    line-height: 26px;
}
.footer_breadcrumb_ul{
	list-style: none;
}
.footer_breadcrumb_li{
	display: inline-block;
	margin-right: 10px;
}
.footer_breadcrumb_li:after{
	content: ">";
	margin-left: 10px;
}
.footer_breadcrumb_li:last-child:after{
	display: none;
}
.footer_breadcrumb_li a{
	color:#2B2B2B;
}

.footer_highlight{
	background-image: url("../img/footer_back.png");
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	padding: 50px 0;
}
.footer_highlight_in{
	background: #fff;
	padding: 50px;
}
.footer_highlight_in .flex{
	align-items: center;
}
.footer_highlight_in_con{
	width: calc(100% / 3 - 40px);
	position: relative;
	min-height: 152px;
}
.footer_highlight_in_con + .footer_highlight_in_con{
	margin-left: 60px;
}
.footer_highlight_in_con + .footer_highlight_in_con::before{
	content: "";
	height: 100%;
	width: 1px;
	background: #F5F3EF;
	position: absolute;
	top: 0;
	left: -30px;
}
.footer_tel{
	font-size: 42px;
	line-height: 32px;
	letter-spacing: 2px;
	text-align: center;
	color: #DF7163;
}
.footer_tel a{
	color: #DF7163;
}
.footer_tel_we{
	text-align: center;
	color: #DF7163;
}
.footer_time{
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	text-align: center;
	margin-top: 10px;
}
.footer_highlight_btn{
	margin-top: 15px;
}

.btn04_a{
	position: relative;
	display: block;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #2B2B2B;
	border: 1px solid #DF7163;
	background:#fff;
}
.btn04_a::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #DF7163;
	border-right: 2px solid #DF7163;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn04_a:hover{
	opacity: 0.7;
}

.footer_highlight_in_con .btn04_a{
	width:100%;
}
.footer_highlight_in_con .btn01_a{
	width:100%;
}

.footer_highlight_in_02_text{
	text-align: center;
}
.footer_highlight_in_02_text_btn{
	margin-top: 15px;
}
.footer_highlight_in_02_text_btn + .footer_highlight_in_02_text_btn{
	margin-top: 12px;
}
.footer_highlight_in_03_text{
	margin-top: 27px;
}
.footer_highlight_in_03_text_btn{
	margin-top: 25px;
}

.footer_inst{
	margin-top: 50px;
}
.footer_inst_in_head{

}
.footer_inst_title{
	font-size: 22px;
    line-height: 22px;
}
.footer_inst_btn{
	background: #F6B894;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    padding: 0 30px 0 10px;
    margin-left: 20px;
	position: relative;
}
.footer_inst_btn::after{
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer_inst_btn:hover{
	opacity: 0.7;
}
.footer_inst_in_list{
	margin-top: 15px;
}


.footer_addrmenu{
	margin-top: 100px;
}
.footer_addrmenu_in_ul, .footer_addrmenu_iconmenu_ul, .footer_addrmenu_iconmenu_li{
	list-style: none;
}
.footer_addrmenu_in_li_01{
	width: 365px;
}
.footer_addrmenu_in_li_02{
	width: calc(100% - 400px);
	margin-left: 35px;
	font-weight: 300;
}
.footer_addrmenu_in_li_right_in_con_ul, .footer_addrmenu_in_li_right_in_con_li{
	list-style: none;
}
.footer_addrmenu_in_li_right_in_con_ul{
	line-height: 32px;
}
.footer_addrmenu_in_li_right_in_con_ul + .footer_addrmenu_in_li_right_in_con_ul{
	margin-top: 20px;
}
.footer_addrmenu_in_li_right_in_con_ul .indent{
	position: relative;
	padding-left: 1.5em;
}
.footer_addrmenu_in_li_right_in_con_ul .indent::before{
	content: "";
	width:1em;
	height: 1px;
	background: #2B2B2B;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.footer_addrmenu_in_li_right_in_con_li a{
	color: #2B2B2B;
}
.footer_addrmenu_in_li_right_in_con_li a:hover{
	opacity: 0.7;
}
.footer_addrmenu_logo{
	width:250px;
}
.footer_addrmenu_addr{
	font-weight: 300;
    margin-top: 20px;
	line-height: 28px;
}
.footer_addrmenu_iconmenu{
	margin-top: 30px;
	font-weight: 300;
}
.footer_addrmenu_iconmenu_li + .footer_addrmenu_iconmenu_li{
	margin-left: 25px;
}
.footer_addrmenu_iconmenu_li img{
	margin-right: 5px;
}
.footer_addrmenu_iconmenu_li a{
	color: #2B2B2B;
}
.footer_addrmenu_map{
	margin-top: 30px;
}
.footer_addrmenu_in_li_right_in_con{
	width: 240px;
}

.footer_addrmenu_in_li_right_btn{
	margin-top: 50px;
}

.footer_addrmenu_in_li_right_btn_in{
	margin-top: 20px;
}
.btn_05_a{
	position: relative;
    display: block;
    width: 180px;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #2B2B2B;
    border: 1px solid #DF7163;
    background: #fff;
    font-size: 12px;
}
.btn_05_a::after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #DF7163;
    border-right: 1px solid #DF7163;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_05_a:hover{
	opacity: 0.7;
}
.footer_addrmenu_in_li_right_btn_con + .footer_addrmenu_in_li_right_btn_con{
	margin-left: 20px;
}

.footer_copyright{
	background: #E1DBD0;
	font-size: 12px;
    text-align: center;
	padding: 10px 0;
	font-weight: 300;
	margin-top: 100px;
}
.footer_copyright a{
	color: #2B2B2B;
}









/* -------------------- */
/* トップページ
/* -------------------- */
.section_title_wrap{
	text-align: center;
	margin-bottom: 50px;
}
.section_title_en{
	color: #F6B894;
}
.section_title_jp{
	font-size: 28px;
	line-height: 42px;
	font-weight: 500;
}
#top_fair .section_in{
	background: rgba(245, 243, 239, 0.5);
	padding: 100px;
}

.fair_con_ul{
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.fair_con_li{
	width: calc(100% / 3 - 20px);
}
.fair_con_img img{
	width:100%;
}
.fair_con_img a{
	display: block;
}
.fair_con_img a:hover img{
	opacity: 0.7;
}
.fair_con_text{
	padding: 15px 15px 20px;
	background: #fff;
}
.fair_con_title{
	font-size: 16px;
	line-height: 32px;
}
.fair_con_day{
	margin-top: 10px;
	min-height: 55px;
}
.fair_con_table{
	width:100%;
}
.fair_con_th{
	width: 50px;
	text-align: center;
	vertical-align: top;
}
.fair_con_th p{
	background: #F6B894;
	color: #fff;
}
.fair_con_td{
	padding: 0 10px;
}
.fair_con_btn{
	margin-top: 20px;
}
.btn02_a{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #DF7163;
	background: #fff;
	border: 1px solid #DF7163;
	font-size: 14px;
	text-align: center;
}
.btn02_a:after{
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #DF7163;
	border-right: 2px solid #DF7163;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn02_a:hover{
	background: #DF7163;
	color: #fff;
}
.btn02_a:hover:after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.btn01{
	margin-top: 50px;
}
.btn01_a{
	position: relative;
	display: block;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color:#fff;
	background: rgb(246,184,148);
	background: linear-gradient(20deg, rgba(246,184,148,1) 0%, rgba(223,113,99,1) 100%);
	border: 1px transparent;
}
.btn01_a:after{
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn01_a:hover{
	opacity: 0.7;
}


#top_shinto{
	margin-top: 150px;
}
.con3_wrap{
	-moz-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
	-webkit-box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
	-ms-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
    box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
}
.con3_img{
	width: 1000px;
	height: 500px;
}
.con3_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.con3_img a{
	display: block;
}
.con3_img a:hover{
	opacity: 0.7;
}
.con3_titletext{
	width: 620px;
	padding: 115px;
	min-height: 500px;
	background: #fff;
}
.con3_text{
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
	margin-top: 30px;
}
.con3_titletext .btn01_a{
	margin:0;
}
.con_btn{
	margin-top:30px;
}
#top_banquet, #top_familymarriage{
	margin-top:100px;
}


#top_costumedresscuisine{
	margin-top: 150px;
}

.con2_01, .con2_02{
	width: calc(100% / 2 - 30px);
	-moz-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
	-webkit-box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
	-ms-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
	box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
}
.con2_01{
	margin-right:60px;
}

.con2_img{
	/* width: 400px;
	height: 400px; */
	width: 300px;
	height: 300px;
}
.con2_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.con2_img a{
	display: block;
}
.con2_img a:hover{
	opacity: 0.7;
}
.con2_titletext{
	padding: 30px;
	min-height: unset;
	background: #fff;
	width:calc(100% - 300px);
}
.con2_titletext .con3_text{
	font-size: 16px;
	line-height: 32px;
	margin-top:15px;
}

#top_plan{
	margin-top:60px;
}
.con1_wrap{
	position: relative;
	-moz-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
	-webkit-box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
	-ms-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
	box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
}
.con1_img{
	width:100%;
	height:400px;
}
.con1_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.con1_titletext{
	width:300px;
	position: absolute;
	top: 50%;
	right: 130px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


#top_report{
	margin-top:200px;
}
#top_report .section_in{
	position: relative;
	padding-top: 100px;
}
#top_report .section_in:after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: -1;
	background: linear-gradient(to top left, transparent 50%, rgba(245, 243, 239, 0.5) 50.5%) no-repeat top left/100% 400px;
}
#top_report .section_in:before{
	content:"";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 400px;
	z-index: -1;
	background: linear-gradient(to top right,transparent 50%, rgba(245, 243, 239, 0.5) 50.5%) no-repeat top left/100% 400px;
}

.report_wrap.flex{
	align-items: center;
}
.report_text{
	width:450px;
	margin-right:50px;
	padding: 80px 0;
}
.report_text .btn01_a{
	margin: 0;
}
.report_list{
	width: calc(100% - 500px);
}
.report_list_ul, .report_list_li{
	list-style: none;
}
.report_list_li{
	width: calc(100% / 2 - 20px);
	-moz-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
	-webkit-box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
	-ms-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
	box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
	background: #fff;
}
.report_list_li:last-child{
	margin-left: 40px;
}
.report_list_li a{
	color:#2B2B2B;
	display: block;
}
.report_list_li a:hover{
	opacity: 0.7;
}
.report_list_li_img{
	/* width:100%;
	height: 330px; */
	aspect-ratio: 16 / 10;
	width: 100%;
	height: 100%;
}
.report_list_li_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.report_list_li_text{
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
	padding: 20px 30px;
}



#top_newsfaq{
	margin-top:200px;
}
.top_news_head.flex, .top_fqa_head.flex{
	justify-content: space-between;
	align-items: center;
}
.top_news_wrap, .top_fqa_wrap{
	width: calc(100% / 2 - 30px);
}
.top_news_wrap{
	margin-right: 60px;
}

.top_news_list{
	background: rgba(245, 243, 239, 0.5);
	padding: 50px;
	margin-top: 30px;
}
.top_news_list_ul, .top_news_list_li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.top_news_list_ul{
	border: 1px solid #E1DBD0;
	background: #fff;
	padding: 40px 50px;
}
.top_news_list_li{
	border-bottom: 1px solid #E1DBD0;
	padding-bottom: 15px;
}
.top_news_list_li + .top_news_list_li{
	margin-top: 15px;
}
.top_news_list_li:last-child{
	border-bottom:none;
	padding-bottom: 0;
}
.top_news_list_li a{
	color:#2B2B2B;
	display: block;
}
.top_news_list_li a:hover{
	opacity: 0.7;
}
.news_day{
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
}
.news_title{
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
	margin-top: 5px;
}
.news_day .category{
	display: inline-block;
	background: #F6B894;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	padding: 2px 15px;
	border-radius: 30px;
	margin-left: 15px;
	min-width: 70px;
	text-align: center;
	vertical-align: top;
}


.top_fqa_list{
	margin-top:30px;
}
/*=========
accordion
=========*/
.accordion_area .accordion_one .ac_header {
	background: rgba(245, 243, 239, 0.5);
	padding: 15px 50px 15px 15px;
	position: relative;
	cursor: pointer;
	transition: .2s;
}
.accordion_one{
	border: 1px solid #E1DBD0;
	width: 100%;
}
.accordion_area .accordion_one .ac_header .i_box {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
	border-top: 3px solid #F6B894;
	width: 20px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
	border-left: 3px solid #F6B894;
	width: 0;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 8px;
	transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
	height: 0;
}
.accordion_area .accordion_one .ac_inner {
	display: none;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
}
 
/*=========
faq
=========*/
 
.p-faq__headinner {
	display: block;
	padding-left: 45px;
	position: relative;
}
.p-faq__headinner::before {
	position: absolute;
	left: 0;
	content: "Q";
	color: #fff;
	background:#F6B894;
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.p-faq__headinner p.p-faq__q-txt {
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
}
.p-faq__bodyinner {
	display: block;
	padding-left: 45px;
	position: relative;
}
.p-faq__bodyinner::before {
	position: absolute;
	left: 0;
	content: "A";
	color: #fff;
	background:#F6B894;
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.p-faq__bodyinner p.p-faq__a-txt {
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
}
.accordion_one + .accordion_one{
	margin-top:15px;
}

.btn03_a{
	position: relative;
	display: block;
	/* width: 120px; */
	width:210px;
	margin: 0 auto;
	/* padding: 0 12px;
	height: 35px;
	line-height: 35px; */
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-weight: 300;
	color: #fff;
	background: rgb(246,184,148);
	background: linear-gradient(20deg, rgba(246,184,148,1) 0%, rgba(223,113,99,1) 100%);
	border: 1px transparent;
}
.btn03_a:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn03_a:hover{
	opacity: 0.7;
}


#top_gallery{
	margin-top: 200px;
	width:100%;
}
.top_gallery_wrap{
	width:100%;
}
.top_gallery_ul{
	list-style: none;
	letter-spacing: -1em;
	width:100%;
}
.top_gallery_li{
	letter-spacing: normal;
	display: inline-block;
	width: calc(100% / 5);
}
.top_gallery_li img{
	width:100%;
	height:auto;
}


#top_virtual{
	margin-top: 200px;
	width: 100%;
}



/* カスガの魅力  */
#top_charm .section_in{
	padding: 100px;
}
.top_charm_con_wrap.flex{
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_charm_box{
	width: calc(100% / 3 - 30px);
	padding: 30px;
	background: rgba(245, 243, 239, 0.5);
	margin-bottom: 50px;
}
.top_charm_box.flex{
	flex-direction: column;
	justify-content: space-between;
}
.top_charm_box_head.flex{
	align-items: center;
}
.top_charm_box_num{
	font-size: 50px;
	line-height: 1em;
	font-weight: 300;
	color: #F6B894;
	padding-right:30px;
}
.top_charm_box_title{
	font-size: 18px;
	line-height: 28px;
}
.top_charm_box_detail{
	margin-top: 20px;
}
.top_charm_box_detail p{
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
}

.top_charm_box_eyecatch{
	margin-top: 30px;
}
.top_charm_box_eyecatch img{
	width:100%;
	height:auto;
}


/* 春日神社の歴史（トップページ分） */
#top_history{
	overflow: hidden;
}
.top_history_con_wrap{
	position: relative;
	padding-bottom: 100px;
}
.top_history_con_wrap:after{
	content: "";
	position: absolute;
	background: rgba(245, 243, 239, 0.5);
	width: 100%;
	height: 75%;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.top_history_con_wrap + .top_history_con_wrap{
	margin-top:100px;
}
.top_history_box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	-moz-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
	-webkit-box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
	-ms-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
	box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
}
.top_history_box_img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.top_history_box_img img{
	width: 100%;
	height: 100%;
}
.top_history_box_title{
	font-size: 24px;
	line-height: 42px;
	padding: 80px 100px;
	background: #fff;
	position: relative;
}
.top_history_box_title h3{
	font-weight: 300;
	position: relative;
	z-index: 5;
}
.top_history_box_title:after{
	content: "01";
	font-size: 250px;
	line-height: 250px;
	font-weight: bold;
	color: #F5F3EF;
	font-family: 'Noto Serif JP', serif;
	z-index: 1;
	position: absolute;
	bottom: 0;
	right: 0;
}
#top_history_02 .top_history_box_img,
#top_history_04 .top_history_box_img{
	order: 2;
}
#top_history_02 .top_history_box_title,
#top_history_04 .top_history_box_title{
	order: 1;
}
#top_history_02 .top_history_box_title:after{
	content: "02";
}
#top_history_03 .top_history_box_title:after{
	content: "03";
}
#top_history_04 .top_history_box_title:after{
	content: "04";
}





/* -------------------- */
/* 固定ページ共通css
/* -------------------- */
.page_mainimg{
	width: 100%;
}
.page_mainimg img{
	width: 100%;
}
.page_wrap{
	margin-top: 100px;
}
.section_subtitle_wrap{
	margin: 0 auto;
	font-size: 18px;
    line-height: 36px;
}

/* -------------------- */
/* メイン画像ない固定ページ
/* -------------------- */
.page_wrap.page_mainimg_none{
	margin-top: 0;
}
.page_mainimg_none .section_title_wrap{
	text-align: left;
	margin-bottom: 0;
	background: rgba(245, 243, 239, 0.5);
    padding: 80px 0;
}
.page_mainimg_none_in{
	margin-top: 100px;
}
#page_none_wrap .page_mainimg_none_in{
	font-size: 16px;
	line-height: 32px;
}
#page_none_wrap .page_mainimg_none_in h3, #page_none_wrap .page_mainimg_none_in h4, #page_none_wrap .page_mainimg_none_in h5{
	font-weight: normal;
	font-size:20px;
	line-height: 38px;
}
#page_none_wrap .page_mainimg_none_in table{
	width:100%;
	border-collapse: collapse;
	margin: 20px 0;
	border: 1px solid #E1DBD0;
}
#page_none_wrap .page_mainimg_none_in table th, #page_none_wrap .page_mainimg_none_in table td{
	padding:10px 15px;
	border-bottom: 1px solid #E1DBD0;
}
#page_none_wrap .page_mainimg_none_in table tr:last-child th, #page_none_wrap .page_mainimg_none_in table tr:last-child td{
	border-bottom: none;
}
#page_none_wrap .page_mainimg_none_in table th{
	font-weight: 300;
	width: 20%;
	background: #F5F3EF;
}
#page_none_wrap .page_mainimg_none_in table td{
	font-weight: 300;
	width: 80%;
}




/* -------------------- */
/* 記事ページ共通css
/* -------------------- */
.single_wrap{
	margin-top: 100px; 
}

#single_wrap figure{
	margin: 2em 0;
}




/* -------------------- */
/* ブライダルフェア一覧
/* -------------------- */
#fair_archive .section_subtitle_wrap{
	width: 460px;
}
#fair_archive .fair_con_ul{
	display: block;
}
#fair_archive .fair_con{
	margin-top: 150px;
}
#fair_archive .fair_con_li{
	width: 100%;
	display: flex;
    justify-content: space-between;
	-moz-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
    -webkit-box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
    -ms-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
    box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
}
#fair_archive .fair_con_li + .fair_con_li{
	margin-top: 50px;
}
#fair_archive .fair_con_text{
	padding: 0;
	width: calc(100% - 500px );
	padding: 25px 50px 30px 50px;
}
.fair_icon ul.fair_icon_ul{
	list-style: none;
	font-size: 12px;
	line-height: 12px;
}
.fair_icon .fair_icon_li{
	background: #F6B894;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 2px;
	margin-top: 5px;
}
#fair_archive .fair_con_title{
	font-size: 20px;
    line-height: 24px;
	margin-top: 10px;
}
#fair_archive .fair_con_sub_title{
	margin-top: 20px;
	font-weight: 300;
}
#fair_archive .fair_con_day{
	margin-top: 15px;
}
#fair_archive .fair_con_img a{
	height: 100%;
}
#fair_archive .fair_con_img{
	width: 500px;
}
#fair_archive .fair_con_img img{
	height: 100%;
	object-fit: cover;
}
#fair_archive .fair_con_table{
	font-weight: 300;
	border: 1px solid #E1DBD0;
	border-collapse: collapse;
}
#fair_archive .fair_con_th{
	width: 100px;
	background: rgba(245, 243, 239, 0.5);
	padding: 10px;
}
#fair_archive .fair_con_th, #fair_archive .fair_con_td{
	border-bottom: 1px dashed #E1DBD0;
}
#fair_archive .fair_con_tr:last-child .fair_con_th, #fair_archive .fair_con_tr:last-child .fair_con_td{
	border-bottom:none;
}
#fair_archive .fair_con_th p{
	background: transparent;
	color: #2B2B2B;
	font-weight: 300;
}
#fair_archive .fair_con_td{
	padding:10px 15px;
}
.fair_con_red_info{
	font-size: 12px;
    font-weight: 300;
    color: #C85554;
    margin-top: 5px;
}
#fair_archive .fair_con_btn .btn02_a{
	height: 40px;
    line-height: 40px;
	color: #fff;
    background: #DF7163;
    border: 1px solid #DF7163;
}
#fair_archive .fair_con_btn .btn02_a:after{
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#fair_archive .fair_con_btn .btn02_a:hover{
	color: #DF7163;
    background: #fff;
}
#fair_archive .fair_con_btn .btn02_a:hover:after{
	border-top: 2px solid #DF7163;
    border-right: 2px solid #DF7163;
}
#fair_flow{
	margin-top: 200px;
}
.fair_flow_ul{
	list-style: none;
	padding: 0;
	width: 920px;
	margin: 0 auto;
}
.fair_flow_li{
	width: 280px;
	height: 280px;
	background: #F5F3EF;
    border-radius: 50%;
	padding: 70px 50px
}
.fair_flow_li + .fair_flow_li{
	margin-left: 40px;
}
.fair_flow_title{
	text-align: center;
}
.fair_flow_title_en{
	color: #DF7163;
}
.fair_flow_title_jp{
	font-size: 23px;
	line-height: 35px;
	font-weight: 300;
}
.fair_flow_text{
	font-weight: 300;
	margin-top: 20px;
	text-align: center;
}



/* -------------------- */
/* ブライダルフェア中身
/* -------------------- */
#fair_single .fair_con_img, #fair_single .fair_con_img img{
	height: auto;
}
#fair_single .fair_con_text{
	padding: 0;
	background: transparent;
}
#fair_single .fair_con{
	padding-top: 50px;
}
#fair_single .fair_con_title{
	font-size: 18px;
	margin-top: 5px;
}
#fair_single .fair_con_img{
	margin: 20px 0;
}
#fair_single .fair_con_text{
	font-weight: 300;
}
#fair_single .fair_con_sub_title{
	font-size: 16px;
    line-height: 32px;
}
#fair_single .fair_con_th p{
	background: transparent;
    color: #2B2B2B;
    font-weight: 300;
}
#fair_single .fair_con_table{
	border: 1px solid #E1DBD0;
    border-collapse: collapse;
}
#fair_single .fair_con_th{
	border-bottom: 1px dashed #E1DBD0;
	width: 100px;
    background: rgba(245, 243, 239, 0.5);
    padding: 10px;
}
#fair_single .fair_con_td{
	padding: 10px 15px;
	border-bottom: 1px dashed #E1DBD0;
}
#fair_single .fair_con_day{
	margin-top: 30px;
}
#fair_explanation .single_in{
	background: rgba(245, 243, 239, 0.5);
    padding: 50px 0;
}
.fair_explanation_ul{
	list-style: none;
	letter-spacing: -1em;
	margin-bottom: 50px;
}
.fair_explanation_li{
	width: calc(100% / 2 - 20px);
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	background: #fff;
}
.fair_explanation_li + .fair_explanation_li{
	margin-left: 40px;
}
.fair_explanation_title{
	font-size: 16px;
	padding:20px 20px 0 20px;
	text-align: center;
}
.fair_explanation_text{
	padding:20px;
}
.fair_explanation_free{
	font-size: 16px;
	line-height: 32px;
}
#fair_benefits .single_in{
	padding-top:50px;
}
.fair_benefits_wrap{
	border: 1px solid #DF7163;
}
.fair_benefits_title{
	color:#fff;
	background: rgb(246,184,148);
    background: linear-gradient(20deg, rgba(246,184,148,1) 0%, rgba(223,113,99,1) 100%);
	padding: 10px;
    text-align: center;
}
.fair_benefits_free{
	padding: 20px;
}
.fair_benefits_come{
	padding: 0 20px 20px 20px;
	font-size: 12px;
}
.fair_benefits_bestrate{
	margin-top: 100px;
}
.fair_benefits_bestrate img{
	width: 100%;
}
.fair_benefits_bestrate a{
	display: block;
}
.fair_benefits_bestrate a:hover img{
	opacity: 0.7;
}
#fair_calendar .single_in{
	padding-top: 100px;
}
.fair_calendar_3{
	margin-top: 100px;
}
.fair_calendar_3 img{
	width: 100%;
}
.fair_benefits_tel{
	margin-top: 100px;
	text-align: center;
}
.fair_benefits_tel_link a{
	font-size: 28px;
	color: #DF7163;
	font-weight: bold;
    letter-spacing: 2px;
	display: block;
}
.fair_benefits_tel_link{
	margin-top: 15px;
}
.fair_benefits_tel_link span{
	display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
}
.single_in .fair_explanation_img img{
	margin:0;
	height: 220px;
	width: 100%;
	object-fit: cover;
}

#fair_single .single_in{
	padding:0;
}
#fair_single .single_in img{
	margin:0;
}




/*--------------------------------------------------
  ブライダルフェアのカレンダー
--------------------------------------------------*/
.post-type-archive-reservation  #main,
.single-reservation #main { width: auto; float: none; }
 
/* 一覧ページ */
.reservationList { overflow-x: auto; padding-bottom: 10px; margin-bottom: 10px; }
.reservationList::-webkit-scrollbar-button{ display: none; height: 10px; border-radius: 5px; background-color: #AAA; }
.reservationList::-webkit-scrollbar-button:hover{ background-color: #AAA; }
.reservationList::-webkit-scrollbar-thumb{ background-color: #ccc; border-radius: 5px; }
.reservationList::-webkit-scrollbar-thumb:hover{ background-color: #ddd; border-radius: 5px; }
.reservationList::-webkit-scrollbar-track{ background-color: #eee; border-radius: 5px; }
.reservationList::-webkit-scrollbar-track:hover{ background-color: #f3f3f3; border-radius: 5px; }
.reservationList::-webkit-scrollbar{ width: 10px; height: 10px; }
 
.reservationList dl { overflow: hidden; border-top: solid 1px #ccc; }
.reservationList dl dt,
.reservationList dl dd { border-right: solid 1px #ccc; border-bottom: solid 1px #ccc; padding: 3px 5px; text-align: center; float: left; width: 50px; height: 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.reservationList dl.head dd { line-height: 1.4; font-size: 85.7%; background: #eee; }
.reservationList dl.head dd.sun { background: #fcc; }
.reservationList dl.head dd.holiday { background: #fcc; }
.reservationList dl.body { border-top: 0; }
.reservationList dl.body dt,
.reservationList dl.body dd { height: 50px; padding: 15px 5px; }
.reservationList dl.body dd.sun { background: #fee; }
.reservationList dl.body dd.holiday { background: #fee; }
.reservationList dl.body dd span.undecided { font-size: 85.7%; color: #999; }
.reservationList dl dt.listTitle { clear: both; white-space: nowrap; text-align: left; width: 100px; }
.reservationList dl.body dt.listTitle { margin: 0; }
.reservationList dl.body dt.listTitle .post-title { font-size: 100%; border: none; padding: 0; margin: 0; }
 
.reservationList dl { position: relative; }
.reservationList dl dt { position: fixed; background: #fff; border-left: solid 1px #ccc; }
.reservationList dl dd:nth-child(2) { margin-left: 100px; }
 
.reservation-archives .selectPage {}
.reservation-archives .selectPage button { background: #eee; color: #666; padding: 0 10px; margin-right: 5px; 
	border: solid 1px #ccc; line-height: 30px; outline: none; cursor: pointer;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
    -webkit-transition: 0.2s linear;
       -moz-transition: 0.2s linear;
         -o-transition: 0.2s linear;
            transition: 0.2s linear;
}
.reservation-archives .selectPage button:hover { filter: alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50; }
.reservation-archives .selectNum { overflow: hidden; margin-bottom: 5px; }
.reservation-archives .selectNum .summary { float: left; width: 50%; margin-top: 5px; }
.reservation-archives .selectNum form { float: right; width: 50%; text-align: right; }
.reservation-archives .selectNum form select { background: #999; color: #fff; padding: 0 10px; min-width: 6em; height: 24px; border: none; 
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
}
 
/* 個別ページ */
/* .reservationSingle { margin: 0 150px; } */
.reservationSingle .profile { overflow: hidden; }
.reservationSingle .profile img { float: left; margin: 0 20px 10px 0; }
.reservationSingle .profile .name small { font-size: 60%; color: #999; font-weight: normal; }
.reservationSingle .profile .course { font-size: 85.7%; margin-bottom: 10px; }
.reservationSingle .profile .introduction { margin: 0 0 30px 220px; }
 
.reservationSingle table { width: 100%; margin-top: 100px; border-collapse: collapse;}
.reservationSingle table caption { font-size: 150%; color: #2B2B2B; padding: 5px 0 15px 0; font-weight: normal; }
.reservationSingle table tr th { background: #F5F3EF; border: 1px solid #E1DBD0; padding: 5px; text-align: center; font-weight: 300;}
.reservationSingle table tr th.sun { background: rgba(230, 110, 102, 0.5); }
.reservationSingle table tr th.sat { background: rgba(101, 157, 230, 0.5); }
.reservationSingle table tr td { border: solid 1px #E1DBD0; padding: 3px 3px 15px 3px; text-align: center; line-height: 1.2; width: 14%;}
.reservationSingle table tr td.sun { background: #FEEFEE; }
.reservationSingle table tr td.sat { background: #F1F0FF; }
.reservationSingle table tr td.holiday { background: #fee; }
.reservationSingle table tr td.today { background: #FFFFEE; }
.reservationSingle table tr td span.day { display: block; text-align: left; color: #2B2B2B; font-weight: 300;}
.reservationSingle table tr td span.status { min-height: 30px; line-height: 30px; display: block;}
.reservationSingle table tr td span.undecided { font-size: 85.7%; color: #999; }
.reservationSingle .summary { margin: 3px 0 20px; text-align: right; }
 
.reservation-single .backToList { text-align: center; margin-bottom: 20px; }
.reservation-single .backToList a { display: inline-block; background: #999; color: #fff; padding: 0 10px; 
	font-size: 85.7%; line-height: 30px; font-weight: normal; 
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
}
.reservationSingle table tr{background-color:#fff;}

/*過去日付の装飾*/
.reservationSingle table tr td.past {
	color: #ccc;
	font-weight: normal;
}
.reservationSingle table tr td a{
	color: #6F3381;
	font-weight: bold;
}
.reservationSingle table tr td.past a{
	pointer-events:none;/* リンク無効 */
	color: #ccc;
}
.reservationSingle table tr td.past span.day{
	color: #ccc;
}
.reservationSingle table tr td.today span.day{
	color: #000;
}
.reservationSingle table tr td.today a{
	color:#6F3381;
}
.summary{
	text-align: center;
}
.reservationSingle table tr td input{
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	background: #69B076;
	color: #fff;
	padding: 5px 10px;
	border: none;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 4px 13px -4px rgb(71 136 94);
}
.reservationSingle table tr td.past input{
	pointer-events:none;
	color:#ccc;
	border: none;
	background: transparent;
	box-shadow:none;
}
.reservationSingle table tr td.today input{
	color:#2B2B2B;
}
.reservation-content{
	margin-top: 150px;
}
.reservationSingle table tr td input:hover{
	opacity: 0.7;
}


div.cal_wrapper {
    padding: 10px 0px;
}
div.schedule_wrapper {
    padding: 10px 0px;
    width: 310px;
    border: solid 1px #CCC;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
    padding: 0px 10px;
    font-weight: normal;
    margin: 0px;
    font-size: 12px;
    color: #666;
}
div.schedule_wrapper div.schedule_list {
    padding: 0px 10px;
    margin: 0px;
}
 
div.cal_wrapper table.cal tr th p {
    float: left;
    padding: 5px;
    margin: 0px;
    font-size: 1em;
}
div.cal_wrapper table.cal tr th div.cal_ui {
    float: right;
    line-height: 2em;
}
 
div.cal_wrapper table.cal tr th div.cal_ui input {
    border: solid 1px #ccc;
    background-color: #fff;
    font-size: 12px;
    margin: 0px 1px;
    padding: 1px 3px;
    border-radius: 2px;
}
div.cal_wrapper table.cal td {;
    border: solid 1px #000;
}
.cal_wrapper table{
    border-collapse: collapse;
    width:500px;
    margin: 0 auto;
}
div.cal_wrapper table.cal tr td {
    font-size: 10px;
    text-align: center;
}
div.cal_wrapper table.cal tr.headline td {
    padding: 5px 0px;
}
div.cal_wrapper table.cal tr.headline {
    background-color: #EEE;
}
div.cal_wrapper table.cal tr{
    background-color: #fff;
}
div.cal_wrapper table.cal tr:first-child{
    background-color: transparent;
}
/*カレンダー表組の装飾*/
div.cal_wrapper table.cal tr td div {
    position: relative;
    font-size: 1.2em;
    text-align: center;
    background-color: #FFF;
    border-radius: 3px;
    height: 60px;
    line-height: 20px;
    text-align: right;
    padding: 5px;
}
div.cal_wrapper table.cal tr td div span {
    display: none;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 180px;
    border: solid 1px #EEE;
    background-color: #FFF;
    text-align: left;
    padding: 5px;
    z-index: 10;
    color: #000;
    font-weight: normal;
    line-height: 1.5em;
    box-shadow: 1px 1px 3px #666;
}
 
div.cal_wrapper table.cal tr td div.Today {
    /* 当日の編集 */
    font-weight: bolder;
    background-color: #fddea5;
}
div.cal_wrapper table.cal tr td div.Holyday{
    color: #DB4D6D;
}


.fair_all .fair_con_02 .fair_day_table{
	margin-top: 0px;
}
.fair_all .fair_con_02 .fair_day_table tr{
	border-bottom: 1px solid #dcdcdc;
}
.fair_all .fair_con_02 .fair_day_table tr:last-child{
	border-bottom:none;
}
.fair_all .fair_con_02 .fair_con_in{
	padding-top: 10px;
}
.fair_wrap .fair_con .fair_con_02 .red_info p{
	padding-bottom:0;
}
.summary a{
	color: #e597b2;
}
#fair_calendar .single_in{
	padding:0;
}


.auto_input_none{
	display: none;
}
.fair_cont{
	margin-top:30px;
}
.wpcf7-form input, .wpcf7-form textarea{
	border: 1px solid #E1DBD0;
	padding: 10px 10px;
	width: 100%;
}
.wpcf7-form select{
	border: 1px solid #E1DBD0;
	padding: 10px 30px 10px 10px;
	width: 100%;
}
.wpcf7-form select{
	background-image: url("../img/s_ya_02.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.wpcf7-form select option{
	font-weight: 300;
}

.wpcf7-not-valid-tip{
	color: #C85554;
}
.required{
	font-size: 0.8em;
	color: #C85554;
}
.any{
	font-size: 0.8em;
	color: #69B076;
}
.cf7_btn{
	margin-top:50px;
}
.cf7_btn input[type='submit']{
	background: #DF7163;
	width: 100%;
	padding: 10px;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #DF7163;
}
.cf7_btn input[type='submit']:hover{
	opacity: 0.7;
	background: #fff;
	color: #DF7163;
}

.form_privacy a{
	color:#F6B894;
}
.wpcf7-form input[type='checkbox']{
	width:auto;
	-webkit-appearance: auto;
	appearance: auto;
}





/* -------------------- */
/* ベストレート保証
/* -------------------- */
.bestrate_con{
	padding-top: 50px;
}
.bestrate_con_ul{
	list-style: none;
	letter-spacing: -1em;
}
.bestrate_con_li{
	letter-spacing: normal;
	width: calc(100% / 2 - 30px);
	display: inline-block;
	vertical-align: top;
}
.bestrate_con_li + .bestrate_con_li{
	margin-left: 60px;
}
.bestrate_con_title{
	font-size: 24px;
    line-height: 38px;
    color: #DF7163;
    font-weight: normal;
}
.bestrate_con_text{
	font-size: 18px;
    line-height: 36px;
    margin-top: 20px;
}
#bestrate_wrap .come{
	margin-top: 20px;
}
.bestrate_btn{
	margin-top: 50px;
}
#bestrate_wrap .btn04{
	margin-left: 30px;
}



/* -------------------- */
/* 春日神社の歴史
/* -------------------- */
.page_wrap#history_wrap{
	overflow: hidden;
}
.history_in{
	padding-top: 150px;
}
.history_con_in{
	-moz-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
    -webkit-box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
    -ms-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
    box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
}
.history_con_img img{
	width: 100%;
}
.history_con{
	position: relative;
	padding-bottom: 150px;
}
.history_con::after{
	content: "";
	position: absolute;
	background: rgba(245, 243, 239, 0.5);
	width:100%;
	height: 65%;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.history_con_title{
	font-size: 24px;
    line-height: 38px;
}
.history_con_title h3{
	font-weight: 300;
}
.history_con_textwrap{
	padding: 80px 100px;
    background: #fff;
	position: relative;
}
.history_con_textwrap::after{
	content: "01";
	font-size: 250px;
	line-height: 250px;
    font-weight: bold;
    color: #F5F3EF;
	font-family: 'Noto Serif JP', serif;
	z-index: 1;
	position: absolute;
    bottom: 0;
    right: 0;
}
.history_con_text{
	font-size: 16px;
    line-height: 32px;
	margin-top: 50px;
	position: relative;
	z-index: 2;
}
.history_con_text p + p{
	margin-top: 1em;
}
.history_con + .history_con{
	margin-top: 150px;
}
.history_con:nth-child(2) .history_con_textwrap::after{
	content: "02";
}
.history_con:nth-child(3) .history_con_textwrap::after{
	content: "03";
}
.history_con:nth-child(4) .history_con_textwrap::after{
	content: "04";
}
.history_con_link{
	margin-top: 150px;
}
.history_con_link_text{
	font-size: 24px;
	line-height: 38px;
	text-align: center;
}
.history_con_link_btn{
	margin-top: 50px;
}



/* -------------------- */
/* 神前式
/* -------------------- */
#shinto_wrap .section_subtitle_wrap{
	width: 270px;
}
#shinto_wrap .page_in{
	position: relative;
}
#shinto_wrap .page_in::after{
	content:"";
	position: absolute;
	top:0;
	left: -20px;
	background-image: url("../img/shinto_back.png");
	width: 994px;
	height: 901px;
	z-index: -1;
}
.shinto_in{
	margin-top: 150px;
}
.shinto_con_title{
	font-size: 20px;
    line-height: 36px;
}
.shinto_con_title h3{
	font-weight: 300;
}
.shinto_con_text{
	font-size: 16px;
    line-height: 32px;
	margin-top: 25px;
}
.shinto_con_in{
	letter-spacing: -1em;
}
.shinto_con_textwrap, .shinto_con_img{
	width: calc(100% / 2 - 25px);
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}
.shinto_con_img{
	margin-left: 50px;
}
.shinto_con_img img{
	width: 100%;
}
.shinto_flow{
	margin-top: 200px;
}
.shinto_flow_list{
	padding-top:50px;
}
.shinto_flow_list_con{
	position: relative;
	letter-spacing: -1em;
	padding-bottom: 50px;
}
.shinto_flow_list_con::after{
	content: "";
	position: absolute;
	bottom:0;
	right: 0;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	background: rgba(245, 243, 239, 0.5);
	z-index: -1;
}
.shinto_flow_list_con + .shinto_flow_list_con{
	margin-top: 100px;
}
.shinto_flow_list_con_img, .shinto_flow_list_con_titletext{
	display: inline-block;
	letter-spacing: normal;
	width: calc(100% / 2 - 25px);
	vertical-align: top;
}
.shinto_flow_list_con_titletext{
	margin-left: 50px;
	padding-top:100px;
}
.shinto_flow_list_con_title{
	font-size: 24px;
    line-height: 38px;
}
.shinto_flow_list_con_title_number{
	font-size: 40px;
    color: #DF7163;
	margin-right: 10px;
	font-weight: 500;
}
.shinto_flow_list_con_title_yomi{
	font-size: 16px;
	margin-left: 10px;
}
.shinto_flow_list_con_text{
	font-size: 16px;
	line-height: 32px;
	margin-top: 40px;
}
.shinto_flow_come{
	font-size: 18px;
	line-height: 38px;
	margin-top: 100px;
	text-align: center;
}



/* -------------------- */
/* スケジュール
/* -------------------- */
.schedule_in{
	padding-top:100px;
}
.schedule_flow_con{
	border-bottom: 2px solid #E1DBD0;
	padding-bottom: 100px;
}
.schedule_flow_con + .schedule_flow_con{
	margin-top: 100px;
}
.schedule_flow_con_titletext{
	width: calc(100% - 535px - 50px);
}

.schedule_flow_con_img{
	width: 535px;
	margin-left: 50px;
}
.schedule_flow_con_img img{
	width: 100%;
}
.schedule_flow_con_btn{
	margin-top: 30px;
}
#schedule_wrap .btn01_a, #schedule_wrap .btn04_a{
	margin-left: 0;
}
#schedule_wrap .btn04_a{
	margin-top: 10px;
}
.schedule_flow_con_title{
	font-size: 24px;
    line-height: 32px;
}
.schedule_flow_con_title_number{
	font-size: 24px;
    line-height: 32px;
    background: #DF7163;
    padding: 1px 12px;
    color: #fff;
	margin-right: 10px;
	font-weight: 500;
}
.schedule_flow_con_text{
	margin-top: 30px;
	font-size: 16px;
    line-height: 32px;
}
.schedule_flow_con_text p + p{
	margin-top: 1em;
}
.schedule_flow_con_text .schedule_flow_con_text_child p + p{
	margin-top: 0;
}
.schedule_flow_con_text_child_title{
	color: #DF7163;
}
.schedule_flow_con_text_child + .schedule_flow_con_text_child{
	margin-top: 30px;
	padding-top: 30px;
    border-top: 1px dashed #E1DBD0;
}
.schedule_flow_con_text_child_ul{
	margin-top: 20px;
	list-style: none;
}
.schedule_flow_con_text_child_li{
	padding-left: 15px;
	position: relative;
}
.schedule_flow_con_text_child_li::before{
	content:"";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #DF7163;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.schedule_flow_con_img img + img{
	margin-top: 30px;
}


/* -------------------- */
/* よくあるご質問
/* -------------------- */
.faq_footer_text{
	font-size: 16px;
    line-height: 36px;
	margin-top: 50px;
}
.faq_in .top_fqa_list{
	margin-top: 0;
}


/* -------------------- */
/* 少人数・家族婚
/* -------------------- */
#familymarriage_wrap .section_subtitle_wrap{
	width: 410px;
}
.familymarriage_in{
	margin-top: 150px;
}
.familymarriage_con_in{
	position: relative;
}
.familymarriage_con_in + .familymarriage_con_in{
	margin-top: 150px;
}
.familymarriage_con_textwrap{
	background: #F5F3EF;
	width: 600px;
	padding: 50px 70px;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#familymarriage_con_01 .familymarriage_con_textwrap{
	left: 100px;
}
#familymarriage_con_02 .familymarriage_con_textwrap{
	right: 100px;
}
#familymarriage_con_03 .familymarriage_con_textwrap{
	left: 100px;
}
.familymarriage_con_title_01{
	font-size: 16px;
    line-height: 32px;
    color: #DF7163;
}
.familymarriage_con_title_02{
	font-size: 24px;
    line-height: 38px;
}
.familymarriage_con_text{
	font-size: 16px;
    line-height: 32px;
	margin-top: 30px;
}
.familymarriage_con_img{
	width: 100%;
}
.familymarriage_con_img img{
	width: 100%;
}
.familymarriage_point{
	margin-top: 200px;
}

#familymarriage_point_in_con_02 .familymarriage_point_in_con_img{
	order: 2;
}
#familymarriage_point_in_con_02 .familymarriage_point_in_con_titletext{
	order: 1;
}
.familymarriage_point_in{
	padding-top: 50px;
}
.familymarriage_point_in_con{
	letter-spacing: -1em;
}
.familymarriage_point_in_con + .familymarriage_point_in_con{
	margin-top: 50px;
}
.familymarriage_point_in_con_img, .familymarriage_point_in_con_titletext{
	width: 50%;
	display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}
.familymarriage_point_in_con_img img{
	width: 100%;
}
.familymarriage_point_in_con_titletext{
	padding: 20px 50px;
}
.familymarriage_point_in_con_number{
	font-size: 16px;
    line-height: 36px;
    color: #DF7163;
	position: relative;
	font-weight: 500;
}
.familymarriage_point_in_con_number::after{
	content:"";
	width: 380px;
	height: 1px;
	background: #DF7163;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.familymarriage_point_in_con_title{
	margin-top: 10px;
	font-size: 24px;
    line-height: 38px;
}
.familymarriage_point_in_con_text{
	margin-top: 10px;
	font-size: 16px;
    line-height: 32px;
	padding-bottom: 20px;
    border-bottom: 1px solid #DF7163;
}


/* -------------------- */
/* 披露宴会場
/* -------------------- */
#banquet_wrap .section_subtitle_wrap{
	width: 860px;
}
.banquet_in{
	margin-top: 150px;
}
.banquet_con + .banquet_con{
	margin-top: 150px;
}
.banquet_con_img img{
	width: 100%;
}
.banquet_con_titletext{
	margin-top: 30px;
}
.banquet_con_title{
	font-size: 24px;
    line-height: 38px;
	position: relative;
	padding-bottom: 10px;
    margin-bottom: 10px;
}
.banquet_con_title::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 3px;
	background: #F6B894;
}
.banquet_con_text{
	margin-top: 20px;
	font-size: 16px;
    line-height: 32px;
}
.banquet_con_info{
	background: rgba(245, 243, 239, 0.5);
    padding: 20px;
    margin-top: 30px;
	font-size: 16px;
    line-height: 32px;
}
.banquet_con_info span{
	color:#F6B894;
}


/* -------------------- */
/* 衣装・ドレス
/* -------------------- */
#costume_wrap .section_subtitle_wrap{
	width: 740px;
}
.costume_in{
	margin-top: 150px;
}
.page_template_waku_01_titletext{
	background: rgba(245, 243, 239, 0.5);
	padding: 65px 50px;
	min-height: 365px;
}
.page_template_waku_01_title{
	font-size: 24px;
    line-height: 38px;
	position: relative;
    padding-bottom: 10px;
}
.page_template_waku_01_title::after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: #F6B894;
}
.page_template_waku_01_text{
	font-size: 16px;
    line-height: 32px;
	margin-top: 20px;
}
.page_template_waku_01_img img, .page_template_waku_01_titletext_img img, .page_template_waku_02_img_01 img, .page_template_waku_02_img_02 img{
	width: 100%;
}
.page_template_waku_01_img, .page_template_waku_01_textimg {
	width: calc(100% / 2 - 10px);
}
.page_template_waku_01_textimg{
	margin-left: 20px;
}
.page_template_waku_01_titletext_img{
	margin-top: 20px;
}

.page_template_waku_02{
	margin-top: 20px;
}
.page_template_waku_02_img_01, .page_template_waku_02_img_02{
	width: calc(100% / 2 - 10px);
}
.page_template_waku_02_img_02{
	margin-left: 20px;
}
.page_template_waku + .page_template_waku{
	margin-top: 100px;
}
#costume_con_02 .page_template_waku_01_img{
	order: 2;
}
#costume_con_02 .page_template_waku_01_textimg{
	order: 1;
	margin-left: 0;
    margin-right: 20px;
}


/* -------------------- */
/* アイテム
/* -------------------- */
#item_wrap .section_subtitle_wrap{
	width: 620px;
}
.item_in{
	margin-top: 150px;
}
.item_con .page_template_waku_02 .page_template_waku_02_img_01{
	width: 100%;
}
#item_con_01 .page_template_waku_01_textimg{
	order: 1;
    margin-left: 0;
    margin-right: 20px;
}
#item_con_01 .page_template_waku_01_img{
	order: 2;
}



/* -------------------- */
/* 料理
/* -------------------- */
#food_wrap .section_subtitle_wrap{
	width: 560px;
}
.food_in{
	margin-top: 150px;
}
#food_wrap .page_template_waku + .page_template_waku{
	margin-top: 20px;
}
#food_con_02 .page_template_waku_01_textimg{
	order: 1;
	margin-left: 0;
    margin-right: 20px;
}
#food_con_02 .page_template_waku_01_img{
	order: 2;
}
.sweets_wrap{
	margin-top: 200px;
}


/* -------------------- */
/* ウエディングプラン
/* -------------------- */
.plan_in_ul{
	list-style:none;
	letter-spacing: -1em;
}
.plan_in_li{
	width: calc(100% / 2 - 10px);
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}
.plan_in_li:nth-child(2n){
	margin-left: 20px;
}
.plan_in_li:nth-child(n + 3){
	margin-top: 20px;
}
.plan_li_titletext{
	background: rgba(245, 243, 239, 0.5);
    padding: 30px 20px;
}
.plan_li_title{
	/* font-size: 24px;
	line-height: 38px; */
	position: relative;
	padding-bottom: 22px;
	font-size: 22px;
	line-height: 32px;
}
.plan_li_title::after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #F6B894;
}
.plan_li_text{
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	margin-top: 20px;
}
.plan_li_img img{
	width: 100%;
}
.plan_li_img a:hover{
	opacity: 0.7;
}
.plan_li_btn{
	margin-top: 30px;
}
.plan_bestrate{
	margin-top: 150px;
}
.plan_bestrate img{
	margin: 0 auto;
}
.plan_bestrate a:hover{
	opacity: 0.7;
}


/* -------------------- */
/* ウエディングプラン個別
/* -------------------- */
.plansingle_in_head_img, .plansingle_in_head_text_wrap{
	width: calc(100% / 2 - 25px);
}
.plansingle_in_head_img img{
	width: 100%;
}
.plansingle_in_head_text_wrap{
	margin-left: 50px;
}
.plansingle_in_head_title{
	font-size: 28px;
    line-height: 48px;
}
.plansingle_in_head_price{
	font-size: 42px;
    line-height: 42px;
	margin-top: 10px;
}
.plansingle_in_head_price span{
	font-size: 20px;
    margin-left: 10px;
}
.plansingle_in_head_text{
	font-size: 18px;
    line-height: 32px;
	margin-top: 30px;
}
.plansingle_includedz_wrap{
	margin-top: 100px;
	background: rgba(245, 243, 239, 0.5);
	padding:50px;
}
.plansingle_includedz_con{
	background: #fff;
	border: 1px solid #E1DBD0;
	padding:50px;
}
.plansingle_includedz_con + .plansingle_includedz_con{
	margin-top: 50px;
}
.plansingle_notes_wrap{
	margin-top: 100px;
}
.plansingle_btn{
	margin-top: 100px;
}
.plansingle_includedz_con_title{
	font-size: 24px;
    line-height: 38px;
}
.plansingle_includedz_con_text{
	margin-top: 30px;
}


/* -------------------- */
/* お知らせ・ブログ一覧（archive）
/* -------------------- */
.archive_in .top_news_list{
	background: transparent;
    padding: 0;
    margin-top: 0;
}

.archive_peger{
	margin-top: 50px;
}
.nav-links{
	text-align: center;
}
ul.page-numbers{
	list-style: none;
	letter-spacing: -1em;
}
ul.page-numbers li{
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
}
ul.page-numbers li + li{
	margin-left: 5px;
}
a.page-numbers{
	color: #2B2B2B;
	padding: 5px 15px;
	display: block;
	background: #F5F3EF;
}
.current{
	padding: 5px 11px;
}
.dots{
	padding: 5px 11px;
}
.prev.page-numbers, .next.page-numbers{
	background: transparent;
}
.nav-links-category{
	text-align: center;
}
.nav-links-category a{
	color: #2B2B2B;
	padding: 5px 15px;
	display: inline-block;
	background: #F5F3EF;
}
.nav-links-category a + a{
	margin-left: 5px;
}
#archive_wrap .page_mainimg_none_in{
	margin-top:50px;
}



/* -------------------- */
/* お知らせ・ブログ個別（single）
/* -------------------- */
#single_wrap .page_mainimg_none_in{
	margin-top:50px;
}
.single_in{
	padding: 0 20px
}
.single_in img{
	max-width: 100%;
	margin: 20px 0;
}
.single_in p + p{
	margin-top: 20px;
}
.single_btn{
	margin-top: 100px;
}
.section_title_day{
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 5px;
}
#single_wrap .page_mainimg_none_in{
	font-size: 16px;
	line-height: 32px;
}
#single_wrap ul, #single_wrap ol{
	margin-left:1.5em;
}
.section_title_day .category{
	display: inline-block;
	background: #F6B894;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	padding: 2px 15px;
	border-radius: 30px;
	margin-left: 15px;
	min-width: 70px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 5px;
}



/* -------------------- */
/* アクセス
/* -------------------- */
.access_address{
	font-size: 16px;
    line-height: 32px;
}
.access_map{
	margin-top: 30px;
}
.access_map iframe{
	vertical-align: bottom;
}
.access_howto{
	margin-top: 50px;
}
.access_howto_ul{
	list-style: none;
}
.access_howto_li{
	width: calc(100% / 2 - 10px);
	background: rgba(245, 243, 239, 0.5);
	padding:30px;
}
.access_howto_li + .access_howto_li{
	margin-left: 20px;
}
.access_howto_title{
	font-size: 20px;
    line-height: 32px;
	padding-bottom: 10px;
	position: relative;
}
.access_howto_title::after{
	content: "";
	position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: #F6B894;
}
.access_howto_text{
	margin-top: 15px;
	font-size: 16px;
    line-height: 32px;
}
.access_howto_text p + p{
	margin-top: 1em;
}



/* -------------------- */
/* ご参列の方へ
/* -------------------- */
.attendees_in{
	background: rgba(245, 243, 239, 0.5);
    padding: 50px;
}
.attendees_con{
	background: #fff;
	padding: 50px;
	border: 1px solid #E1DBD0;
}
.attendees_con + .attendees_con{
	margin-top: 50px;
}
.attendees_title{
	font-size: 20px;
    line-height: 32px;
}
.attendees_text{
	font-size: 16px;
	line-height: 32px;
	margin-top: 15px;
}
.attendees_text_sub{
	margin-top: 30px;
}
.attendees_text_sub p:first-child{
	color: #DF7163;
}



/* -------------------- */
/* プライバシーポリシー
/* -------------------- */
#privacy ul{
	margin-left: 1.5em;
	margin-top: 10px;
}
#privacy h3{
	margin-bottom:10px;
}




/* -------------------- */
/* 右サイドバー固定
/* -------------------- */
.right_menu{
	position: fixed;
	top: 300px;
	right: 0;
	z-index: 990;
}
.right_menu_ul{
	width: 100px;
	list-style: none;
	background: #fff;
	border: 2px solid #E1DBD0;
	border-right:0;
}
.right_menu_li{
	text-align: center;
	width: 100%;
	height: 80px;
	background: rgba(245, 243, 239, 0.5);
	display: table;;
}
.right_menu_li a{
	display: block;
	padding: 10px;
	color: #2B2B2B;
	font-size: 12px;
	line-height: 16px;
	display: table-cell;
	vertical-align: middle;
}
.right_menu_li a:hover{
	opacity: 0.7;
	color:#F6B894;
}
.right_menu_li span{
	display: block;
}
.right_menu_li + .right_menu_li{
	border-top: 2px solid #E1DBD0;
}




/* -------------------- */
/* パーティーレポート
/* -------------------- */
.party_title{
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
}
.area_initial{
	font-size: 18px;
	line-height: 32px;
}
.party_initial{
	/* margin-left: 10px; */
}
.partyreport_con_img_wrap{
	margin-top: 100px;
}
.partyreport_con_img img{
	width:100%;
}
.partyreport_con_img + .partyreport_con_img{
	margin-top: 50px;
}
.partyreport_btn{
	margin-top: 100px;
}


.partyreport_list_ul{
	list-style: none;
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
}
.partyreport_list_li{
	width: calc(100% / 2 - 25px);
	-moz-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
	-webkit-box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
	-ms-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
	box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
	background: #fff;
}
.partyreport_list_li:nth-child(even){
	margin-left:50px;
}
.partyreport_list_li:nth-child(n+3){
	margin-top:50px;
}
.partyreport_list_a{
	display: block;
	color: #2B2B2B;
}
a.partyreport_list_a:hover{
	opacity: 0.7;
}
.party_main_img img{
	width:100%;
}
.partyreport_archive_text{
	background-color: rgba(245, 243, 239, 0.5);
	padding: 15px 20px;
}
.partyreport_archive_text .area_initial{
	font-size: 16px;
	line-height: 28px
}
.partyreport_archive_text .party_title{
	font-size: 18px;
}
.fsize_80{
	font-size:0.9em;
	line-height: 1em;
	margin-bottom: 5px;
}

.partyreport_con_text{
	margin-top:5px;
}













/*
@media screen and (min-width:1025px) and ( max-width:1699px) {
	body{
		min-width: 1699px;
	}
}
*/



@media screen and (min-width:1025px) and ( max-width:1599px) {
	body{
		min-width: 1280px;
	}
	.inner2{
		width: 1120px;
	}
	.con3_img{
		width:60%;
		height: 330px;
	}
	.con3_titletext{
		width:40%;
		padding: 48px;
		min-height:330px;
	}
	.con2_img{
		width:35%;
		height: auto;
	}
	.con2_titletext{
		width:65%;
		padding: 20px;
		min-height: unset;
	}
	.con2_img a{
		height: 190px;
	}
	.con1_img{
		height: 350px;
	}
	.bestrate_con_img img{
		width:100%;
	}
	#bestrate_wrap .bestrate_btn.flex{
		flex-flow: column;
	}
	#bestrate_wrap .btn04{
		margin-left:0 ;
		margin-top:20px;
	}
}



@media screen and (max-width:1024px) {
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	
	
	/* デフォルトのbuttonスタイルをリセット */
	button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: transparent;
		border: 0;
		border-radius: 0;
		color: inherit;
		cursor: pointer;
		font: inherit;
		margin: 0;
		outline: none;
		padding: 0;
		vertical-align: middle;
	}
	
	.header {
		position: fixed;
		height: 55px;
		z-index: 999;
		top: 0;
    	left: 0;
	}
	.header_01{
		box-shadow: 0 8px 8px -8px rgb(0 0 0 / 20%);
		z-index: 999;
	}
	.header_01_logo img{
		width: 150px;
	}
	.header_01_in{
		padding:15px 20px;
	}
	.burger_btn_text{
		font-size: 10px;
		line-height: 10px;
		position: relative;
		display: block;
	}
	.burger_btn_text::after{
		content: "MENU";
		position: absolute;
		top:0;
		left: 0;
		letter-spacing: 0.6px;
	}

	
	.burger_btn {
		display: block;
		position: fixed;
		width: 30px;
		height: 20px;
		z-index: 3;
		/* codepenの挙動のため */
		background-color: transparent;
		border: none;
		top:20px;
		right: 20px;
	}
	.bar {
		background-color: #2B2B2B;
		display: block;
		height: 2px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 100%;
	}
	.bar_top {
		top: 0px;
	}
	.bar_bottom {
		bottom: 13px;
	}
	.burger_btn.close .bar_top {
		transform: translate(-50%,0) rotate(10deg);
		transition: transform .3s;
		top:5px;
	}
	.burger_btn.close .bar_bottom {
		transform: translate(-50%,0px) rotate(-10deg);
		transition: transform .3s;
	}
	.burger_btn.close .burger_btn_text::after{
		content: "CLOSE";
		letter-spacing: 0;
	}
	.noscroll{
		overflow: hidden;
	}
	
	.nav_wrapper {
		visibility: hidden;
		height: calc(100% - 55px);
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		opacity: 0;
		transition: opacity .5s;
		z-index: 998;
		box-shadow:none;
		border-top: none;
		padding: 0;
		margin-top: 55px;
	}
	.nav_wrapper .inner{
		width: 100%;
		height: unset;
		background: #fff;
	}
	.header_nav {
		background: rgba(245, 243, 239, 0.5);
		width: 100%;
		height: unset;
		z-index: 2;
		padding: 50px 20px;
	}
	.header_nav .nav_list{
		display:block;
		justify-content: unset;
		margin-top: 50px;
		letter-spacing:-1em;
	}
	.nav_item{
		display: inline-block;
		width: calc(100% / 2 - 10px);
		letter-spacing:normal;
		border-bottom: 1px solid #E1DBD0;
	}
	.nav_item:nth-child(even){
		margin-left: 20px;
	}
	.nav_item a{
		display: block;
		position: relative;
		padding: 10px;
	}
	.nav_item a:after{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		margin: auto;
		vertical-align: middle;
		width: 8px;
		height: 8px;
		border-top: 2px solid #E1DBD0;
		border-right: 2px solid #E1DBD0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	.nav_wrapper.fade {
		opacity: 1;
		visibility: visible;
		overflow: scroll;
	}
	.spmenu_headbtn_li{
		width: calc(100% / 3 - 6px);
		text-align: center;
	}
	.spmenu_headbtn_li + .spmenu_headbtn_li{
		margin-left: 10px;
	}
	.spmenu_headbtn_li a{
		display: block;
		padding: 15px;
		border: 1px solid #DF7163;
   		background: #fff;
		color: #2B2B2B;
		font-weight: bold;
	}
	.spmenu_headbtn_li img{
		display: block;
		width: auto;
		height: 25px;
		margin: 0 auto;
		margin-bottom: 5px;
	}

	.spmenu_head_tel{
		margin-top: 50px;
		text-align: center;
	}
	.spmenu_head_tel .notoserif a{
		font-size: 22px;
   		font-weight: bold;
		color: #DF7163;
	}
	.spmenu_head_tel img{
		margin-right: 5px;
	}
	.spmenu_head_tel_text{
		font-size: 12px;
		line-height: 18px;
		font-weight: 300;
	}
	.spmenu_head_tel_contact{
		font-size: 12px;
		line-height: 18px;
		font-weight: 300;
		margin-top: 10px;
	}
	.spmenu_head_tel_contact a{
		color: #2B2B2B;
	}
	.spmenu_head_addr{
		font-size: 12px;
		line-height: 18px;
		font-weight: 300;
		text-align: center;
		margin-top: 50px;
	}
	.spmenu_head_addr h1{
		font-size: 12px;
		line-height: 18px;
		font-weight: 300;
	}
	.spmenu_head_addr_h1{
		font-size: 12px;
		line-height: 18px;
		font-weight: 300;
	}
	.spmenu_head_link_ul{
		justify-content: center;
 		align-items: center;
		margin-top: 20px;
	}
	.spmenu_head_link_li{
		font-size: 12px;
		line-height: 18px;
		font-weight: 300;
	}
	.spmenu_head_link_li + .spmenu_head_link_li{
		margin-left: 15px;
	}
	.spmenu_head_link_li a{
		color: #2B2B2B;
	}
	.spmenu_head_link_li a img{
		margin-right: 5px;
	}
	
	.top_main_imgcopy{
		margin-top: 55px;
	}

	#top_fair .section_in{
		padding: 50px 20px;
	}
	#top_fair .section_title_wrap{
		margin-bottom: 30px;
	}
	.fair_con{
		overflow: hidden;
	}
	.fair_con_ul{
    	overflow-x: scroll;
		padding: 0 10px 20px 0;
	}
	.fair_con_li{
		width: calc(100% / 3 - 10px);
		min-width: 300px;
		background: #fff;
	}
	.fair_con_li + .fair_con_li{
		margin-left: 15px;
	}
	.fair_con_th, .fair_con_td{
		font-weight: 300;
	}
	/* ブライダルフェアのスクロールバー */
	.fair_con_ul::-webkit-scrollbar {
		height: 4px;
		width: 4px;
	}
	.fair_con_ul::-webkit-scrollbar-thumb {
		background: rgb(246,184,148);
  		background: linear-gradient(20deg, rgba(246,184,148,1) 0%, rgba(223,113,99,1) 100%);
		border-radius: 10px;
	}
	.fair_con_ul::-webkit-scrollbar-track {
		background: rgba(245, 243, 239, 0.5);
		border-radius: 10px;
	}







	.top_main_img{
		height: calc(100vh - 55px);
    	min-height: 800px;
	}



	.section_wrapper {
		padding: 100px 5% 50px;
	}
	.inner, .inner2, .inner3{
		width: 100%;
	}

	
	#top_shinto .flex, #top_banquet .flex, #top_familymarriage .flex{
		flex-flow: column;
	}
	.con3_wrap{
		box-shadow:none;
	}
	.con3_img{
		width:100%;
		height: auto;
	}
	.con3_titletext{
		width:100%;
		padding: 20px;
		min-height: auto;
	}
	.section_title_jp{
		font-size: 20px;
		line-height: 32px;
	}
	.con3_text{
		font-size: 16px;
		margin-top: 10px;
	}


	.con3_titletext .btn01_a{
		margin: 0 auto;
	}
	.btn01_a{
		font-size: 14px;
		width: 250px;
		height: 40px;
		line-height: 40px;
		font-weight: 300;
	}





	#top_costumedresscuisine .con2_wrap.flex{
		flex-flow: column;
	}
	.con2_01, .con2_02, .con2_03{
		width:100%;
	}
	.con2_03{
		-moz-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
		-webkit-box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
		-ms-box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.5);
		box-shadow: 0px 4px 10px 0px rgb(179 179 179 / 50%);
	}
	.con2_01{
		margin: 0;
	}
	#top_costumedresscuisine{
		margin-top:150px;
	}
	#top_costumedresscuisine .section_in{
		background: rgba(245, 243, 239, 0.5);
		/* padding: 50px 20px; */
		padding:50px 20px 0 20px;
	}
	.con2_01.flex, .con2_02.flex, .con2_03.flex{
		-webkit-align-items: center;
		-ms-align-items    : center;
		align-items        : center;
		background: #fff;
		flex-direction: column;
		
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
		margin-bottom:50px;
	}
	.con2_01, .con2_02, .con2_03{
		position: relative;
	}
	.con2_01 .con2_a, .con2_02 .con2_a, .con2_03 .con2_a{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.con2_02{
		margin:50px 0;
	}
	.con2_img{
		width: 100%;
		height: auto;
		min-width: unset;
		min-height: unset;
	}
	.con2_titletext{
		width: 100%;
		min-height: auto;
		padding: 30px;
		background: transparent;
		position: relative;
	}
	.con2_titletext_a{
		position: absolute;
		width: 100%;
		height: 100%;
		top:0;
		left: 0;
	}
	
	#top_costumedresscuisine .section_title_en{
		font-size: 10px;
		line-height: 18px;
	}
	#top_costumedresscuisine .section_title_jp{
		font-size: 18px;
		line-height: 28px;
	}


	#top_report{
		margin-top: 150px;
	}
	#top_report .section_in{
		padding: 0;
	}
	#top_report .section_in:after{
		height: 730px;
		background: linear-gradient(to bottom right, transparent 50%, rgba(245, 243, 239, 0.5) 50.5%) no-repeat top left/100% 730px;
	}
	#top_report .report_wrap.flex{
		flex-flow: column;
	}
	.report_text{
		width: 100%;
  		margin: 0;
		padding: 0 20px;
	}
	#top_report .section_in:before{
		display: none;
	}
	.report_list{
		width: 100%;
		padding: 0 10px 0 10px;
		margin-top: 50px;
		overflow: hidden;
	}
	.report_list_ul{
    	overflow-x: scroll;
		padding:0 10px 20px 10px;
	}
	.report_list_li{
		width: calc(100% / 2 - 10px);
		min-width: 550px;
	}
	.report_list_li:last-child{
		margin-left: 20px;
	}
	/* .report_list_li_img{
		height: 300px;
	} */
	.report_list_li_text{
		/* font-size: 14px;
		line-height: 26px; */
		padding: 15px;
	}
	.report_list_btn .con_btn{
		margin-top: 50px;
	}
	/* パーティーレポートのスクロールバー */
	.report_list_ul::-webkit-scrollbar {
		height: 4px;
		width: 4px;
	}
	.report_list_ul::-webkit-scrollbar-thumb {
		background: rgb(246,184,148);
  		background: linear-gradient(20deg, rgba(246,184,148,1) 0%, rgba(223,113,99,1) 100%);
		border-radius: 10px;
	}
	.report_list_ul::-webkit-scrollbar-track {
		background: rgba(245, 243, 239, 0.5);
		border-radius: 10px;
	}



	#top_newsfaq{
		margin-top: 150px;
	}
	.top_newsfaq_in.flex{
		flex-flow: column;
	}
	.top_news_wrap{
		width: 100%;
	}
	.top_fqa_wrap{
		width: 100%;
		padding: 0 20px;
	}
	.top_news_wrap{
		margin: 0;
	}
	.top_fqa_wrap{
		margin-top: 100px;
	}
	.top_news_head.flex{
		padding: 0 20px;
	}
	.top_news_list{
		padding: 30px 20px;
	}
	.top_news_list_ul{
		padding: 20px;
	}
	.news_day{
		font-size: 10px;
	}
	.news_title{
		font-size: 14px;
		line-height: 28px;
	}
	.news_day .category{
		padding: 2px 10px;
		margin-left: 10px;
	}
	.btn03_a{
		width: 100px;
		font-size: 12px;
	}
	.accordion_area .accordion_one .ac_header{
		padding: 10px 40px 10px 10px;
	}
	.accordion_area .accordion_one .ac_header .i_box{
		right:10px;
	}
	.p-faq__headinner p.p-faq__q-txt, .p-faq__bodyinner p.p-faq__a-txt{
		font-size: 14px;
   		line-height: 30px;
	}
	.accordion_area .accordion_one .ac_inner{
		padding: 10px;
	}
	
	
	.top_gallery_li{
		width: calc(100% / 3);
	}
	.top_gallery_li:last-child{
		display: none;
	}
	
	#top_virtual{
		margin-top: 100px;
	}
	
	.footer_breadcrumb{
		padding: 5px 10px;
		line-height: 20px;
	}
	.footer_highlight{
		background-image:url("../img/shinto_main_sp.png");
		padding: 50px 35px;
	}
	.footer_highlight_in{
		padding:30px 35px;
	}
	.footer_highlight_in .flex{
		flex-flow: column;
	}
	.footer_highlight_in_con{
		width: 100%;
	}
	.footer_highlight_in_con + .footer_highlight_in_con{
		margin-left: 0;
		padding-top: 20px;
		margin-top: 20px;
	}
	.footer_highlight_in_con + .footer_highlight_in_con::before{
		top: 0;
		left: 0;
		height: 1px;
		width: 100%;
	}
	.btn04_a{
		height: 40px;
		line-height: 40px;
		font-weight: 300;
	}
	.footer_tel{
		font-size: 32px;
		letter-spacing: 1px;
		font-weight: bold;
	}
	.footer_inst_in{
		padding: 0 20px;
	}

	.footer_addrmenu{
		margin-top: 50px;
	}
	.footer_addrmenu_in{
		padding:0 20px;
	}
	.footer_addrmenu_in_ul.flex, .footer_addrmenu_in_li_right_in_wrap.flex{
		flex-flow: column;
	}
	.footer_addrmenu_in_li_01{
		order: 2;
		width: 100%;
		margin-top: 50px;
	}
	.footer_addrmenu_in_li_02{
		order: 1;
		width: 100%;
		margin: 0;
	}
	.footer_copyright{
		margin-top: 50px;
	}
	
	
	/* カスガの魅力 */
	.top_charm_con_wrap.flex{
		flex-direction: column;
	}
	.top_charm_box{
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	#top_charm{
		margin-top: 50px;
	}
	#top_charm .section_in{
		padding: 50px 20px;
	}
	#top_charm .section_title_wrap{
		padding:0;
	}
	.top_charm_box_head.flex{
		align-items: flex-start;
	}
	.top_charm_box_num{
		font-size: 32px;
		padding-right: 20px;
	}
	.top_charm_box:last-child{
		margin-bottom:0;
	}
	
	/* 春日神社の歴史（トップページ分） */
	#top_history{
		margin-top:50px;
	}
	.top_history_box{
		grid-template-columns: 1fr;
	}
	.top_history_box_title{
		font-size: 16px;
		line-height: 32px;
		padding: 20px;
	}
	.top_history_box_title:after,
	#top_history_02 .top_history_box_title:after,
	#top_history_03 .top_history_box_title:after,
	#top_history_04 .top_history_box_title:after{
		content:"";
	}
	#top_history_02 .top_history_box_title,
	#top_history_04 .top_history_box_title{
		order:2;
	}
	#top_history_02 .top_history_box_img,
	#top_history_04 .top_history_box_img{
		order:1;
	}
	.top_history_con_wrap{
		padding: 0 20px;
		padding-bottom: 50px;
	}
	.top_history_box{
		max-width: 550px;
		margin: 0 auto;
	}
	.top_history_con_wrap + .top_history_con_wrap{
		margin-top: 50px;
	}
	
	
	
	
	/* -------------------- */
	/* 固定ページ共通css
	/* -------------------- */
	.page_mainimg{
		margin-top: 55px;
	}
	.page_wrap{
		margin-top: 50px;
	}
	.page_wrap.page_mainimg_none{
		margin-top: 50px;
	}
	.section_title_wrap{
		margin-bottom: 20px;
		width: 100%;
		padding: 0 20px;
		text-align: left;
	}
	.section_subtitle_wrap p br{
		display: none;
	}
	.page_mainimg_none .section_title_wrap{
		padding: 50px 20px 50px;
	}
	
	#page_none_wrap .inner3, #page_none_wrap .inner2, #page_none_wrap .inner{
		padding: 0 20px;
	}
	#page_none_wrap .section_title_wrap .inner{
		padding: 0;
	}
	
	#page_none_wrap .page_mainimg_none_in table th, #page_none_wrap .page_mainimg_none_in table td{
		width:100%;
		display: block;
	}
	#page_none_wrap .page_mainimg_none_in table th{
		border-bottom: none;
	}
	
	
	
	


	/* -------------------- */
	/* ブライダルフェア一覧
	/* -------------------- */
	#top_fair .section_title_wrap{
		text-align: center;
	}
	#fair_archive .section_subtitle_wrap{
		width: 100%;
		padding: 0 20px;
	}
	#fair_archive .fair_con{
		margin-top: 100px;
	}
	#fair_archive .fair_con_ul{
		overflow: hidden;
		padding: 0;
	}
	#fair_archive .fair_con_li{
		flex-flow: column;
		box-shadow: none;
	}
	#fair_archive .fair_con_li{
		padding: 50px 20px;
	}
	#fair_archive .fair_con_img{
		width: 100%;
	}
	#fair_archive .fair_con_text{
		width:100%;
		padding: 15px 0 0 0;
	}
	.fair_icon .fair_icon_li{
		margin-top:5px;
	}
	#fair_archive .fair_con_li + .fair_con_li{
		margin: 0;
		margin-top: 100px;
	}
	#fair_archive .fair_con_li:nth-child(odd){
		background: rgba(245, 243, 239, 0.5);
	}
	#fair_archive .fair_con_li:nth-child(odd) .fair_con_text{
		background: transparent;
	}
	#fair_archive .fair_con_li:nth-child(even){
		padding: 0 20px;
	}
	#fair_archive .fair_con_img img{
		height: 300px;
	}
	#fair_archive .fair_con_td{
		background: #fff;
	}
	#fair_flow{
		margin-top: 100px;
	}
	.fair_flow_ul{
		width: 250px;
		flex-flow: column;
	}
	.fair_flow_li{
		width: 250px;
		height: 250px;
		padding:55px 40px;
	}
	.fair_flow_li + .fair_flow_li{
		margin-left: 0;
		margin-top: 20px;
	}
	.fair_flow_title_jp{
		font-size:18px;
	}
	#fair_archive .fair_con_th{
		background: #F5F3EF;
	}
	#fair_archive .fair_con_title{
		font-size: 18px;
	}
	.fair_icon ul.fair_icon_ul{
		font-size: 10px;
		line-height: 10px;
	}


	/* -------------------- */
	/* ブライダルフェア中身
	/* -------------------- */
	#fair_single .fair_con{
		padding: 30px 20px 0;
	}
	#fair_single .fair_con_sub_title{
		font-size: 14px;
    	line-height: 30px;
	}
	#fair_single .fair_con_day{
		margin-top: 20px;
	}
	.fair_explanation_li{
		width: 100%;
		display: block;
		max-width: 350px;
   		margin: 0 auto;
	}
	.fair_explanation_li + .fair_explanation_li{
		margin-left: auto;
		margin-top: 20px;
	}
	.fair_explanation_wrap{
		padding: 30px 20px 0;
	}
	.fair_explanation_img img{
		width: 100%;
	}
	#fair_benefits .single_in{
		padding: 0 20px;
	}
	.fair_benefits_bestrate{
		padding:0 20px;
	}
	#fair_calendar .single_in{
		padding-top: 50px;
	}
	.fair_calendar_text{
		padding:30px 20px 0;
	}
	.fair_calendar_3{
		padding:0 20px;
	}
	.fair_benefits_tel{
		padding:0 20px;
	}


	/* -------------------- */
	/* ベストレート保証
	/* -------------------- */
	.bestrate_con{
		padding: 20px ;
	}
	.bestrate_con_img img{
		width: 100%;
	}
	.bestrate_con_li{
		width: 100%;
		display: block;
	}
	.bestrate_con_li + .bestrate_con_li{
		margin-left: 0;
		margin-top: 50px;
	}
	.bestrate_con_title{
		font-size: 18px;
    	line-height: 32px;
	}
	.bestrate_con_text{
		font-size: 14px;
    	line-height: 28px;
	}
	#bestrate_wrap .come{
		font-size: 12px;
	}
	.bestrate_btn.flex{
		display: block;
	}
	#bestrate_wrap .btn04{
		margin-left: 0;
	}
	#bestrate_wrap .btn04_a{
		width: 250px;
		margin-top: 20px;
	}


	/* -------------------- */
	/* 春日神社の歴史
	/* -------------------- */
	.history_in{
		padding: 80px 20px 0;
	}
	.history_con_textwrap{
		padding:20px;
	}
	.history_con_title{
		font-size: 16px;
  	  line-height: 32px;
	}
	.history_con_text{
		margin-top: 30px;
		font-size: 14px;
		line-height: 28px;
	}
	.history_con_textwrap::after{
		display: none;
	}
	.history_con{
		padding-bottom: 50px;
	}
	.history_con::after{
		height: 80%;
	}
	.history_con + .history_con{
		margin-top: 100px;
	}
	.history_con_link{
		margin-top: 100px;
		padding: 0 20px;
	}
	.history_con_link_text{
		font-size: 18px;
    	line-height: 32px;
		text-align: left;
	}
	.history_con_link_btn{
		margin-top: 20px;
	}


	/* -------------------- */
	/* 神前式
	/* -------------------- */
	#shinto_wrap .section_subtitle_wrap{
		width:100%;
		padding: 0 20px;
	}
	#shinto_wrap .page_in::after{
		display: none;
	}
	.shinto_in{
		margin-top: 50px;
	}
	.shinto_con{
		padding: 0 20px;
	}
	.shinto_con_textwrap, .shinto_con_img{
		display: block;
		width:100%;
	}
	.shinto_con_img{
		margin-left: 0;
	}
	.shinto_con_in{
		display: flex;
		flex-direction: column;
	}
	.shinto_con_img{
		order: 1;
	}
	.shinto_con_textwrap{
		order: 2;
	}
	.shinto_con_title{
		font-size: 18px;
		line-height: 32px;
		margin-top: 20px;
	}
	.shinto_con_text{
		margin-top: 20px;
	}
	.shinto_flow{
		margin-top: 100px;
	}
	.shinto_flow .section_title_wrap{
		text-align: center;
	}
	.shinto_flow_list{
		padding-top: 30px;
	}
	.shinto_flow_list_con:nth-child(even)::after {
		right: unset;
		left: 0;
	}
	.shinto_flow_list_con:nth-child(even) .shinto_flow_list_con_img{
		margin-left: auto;
		margin-right: 0;
	}
	.shinto_flow_list_con_img, .shinto_flow_list_con_titletext{
		display: block;
		width: 100%;
	}
	.shinto_flow_list_con_img{
		width: calc(100% - 40px);
		margin-left: 0;
		margin-right: auto;
	}
	.shinto_flow_list_con_img img{
		width: 100%;
	}
	.shinto_flow_list_con::after{
		width: calc(100% - 40px);
	}
	.shinto_flow_list_con_titletext{
		margin:0 40px;
		padding: 0 30px;
		padding-top: 30px;
		width: calc(100% - 80px);
	}
	.shinto_flow_list_con_text{
		margin-top: 25px;
	}
	.shinto_flow_come{
		padding:0 20px;
		line-height: 22px;
	}
	.shinto_flow_list_con_title_yomi{
		display: block;
	}

	/* -------------------- */
	/* スケジュール
	/* -------------------- */
	.schedule_in{
		padding-top: 80px;
	}
	.schedule_flow{
		margin: 0 20px;
	}
	.schedule_flow_con.flex{
		flex-flow: column;
	}
	.schedule_flow_con{
		padding-bottom: 50px;
	}
	.schedule_flow_con + .schedule_flow_con{
		margin-top: 50px;
	}
	.schedule_flow_con_img{
		order: 1;
		width: 100%;
		margin-left: 0;
	}
	.schedule_flow_con_titletext{
		order: 2;
		width:100%;
	}
	.schedule_flow_con_img .schedule_flow_con_title{
		margin-bottom: 20px;
	}
	.schedule_flow_con_title{
		font-size: 18px;
	}
	.schedule_flow_con_title_number{
		font-size: 16px;
		padding:1px 8px;
		margin-right: 5px;
	}
	.schedule_flow_con_text{
		font-size: 14px;
		line-height: 28px;
		margin-top: 20px;
	}
	#schedule_wrap .btn01_a{
		margin: 0 auto;
	}
	#schedule_wrap .btn04_a{
		width: 250px;
		margin: 0 auto;
	}
	#schedule_wrap .btn04{
		margin-top: 20px;
	}
	.schedule_flow_con_img img + img{
		display: none;
	}
	.schedule_flow_con_btn{
		margin-top: 50px;
	}

	/* -------------------- */
	/* よくあるご質問
	/* -------------------- */
	.faq_in{
		padding: 0 20px;
	}
	.faq_footer_text{
		font-size: 14px;
    	line-height: 32px;
	}

	
	/* -------------------- */
	/* 少人数・家族婚
	/* -------------------- */
	#familymarriage_wrap .section_subtitle_wrap{
		width: 100%;
		padding: 0 20px;
	}
	.familymarriage_in{
		margin-top:100px;
	}
	.familymarriage_con_in{
		padding:0 20px;
	}
	.familymarriage_con_textwrap{
		width: 100%;
		position: unset;
		padding: 20px;
		transform:unset;
	}
	.familymarriage_con_title_01{
		font-size: 14px;
	}
	.familymarriage_con_title_02{
		font-size: 18px;
		line-height: 32px;
	}
	.familymarriage_con_text{
		font-size: 14px;
 	   line-height: 28px;
		margin-top: 10px;
	}
	.familymarriage_con_in + .familymarriage_con_in{
		margin-top: 50px;
	}
	.familymarriage_point{
		margin-top: 150px;
	}
	.familymarriage_point_in{
		padding-top: 30px;
	}
	.familymarriage_point_in_con_img, .familymarriage_point_in_con_titletext{
		width: 100%;
		display: block;
	}
	.familymarriage_point_in_con_titletext{
		padding: 20px 20px 0;
	}
	.familymarriage_point_in_con_number::after{
		width: 100%;
		z-index: -2;
	}
	.familymarriage_point_in_con_number::before{
		content: "";
		width: 77px;
		height: 26px;
		background: #fff;
		position: absolute;
		top:5px;
		left: 0;
		z-index: -1;
	}
	.familymarriage_point_in_con_title{
		font-size: 18px;
		line-height: 32px;
		margin-top: 0;
	}
	.familymarriage_point_in_con_text{
		font-size: 14px;
		line-height: 28px;
		margin-top: 5px;
	}


	/* -------------------- */
	/* 披露宴会場
	/* -------------------- */
	#banquet_wrap .section_subtitle_wrap{
		width: 100%;
		padding: 0 20px;
	}
	.banquet_in{
		margin-top: 100px;
	}
	.banquet_con_titletext{
		margin-top: 20px;
		padding: 0 20px;
	}
	.banquet_con_info{
		margin: 20px 20px 0;
	}
	.banquet_con_title{
		font-size: 18px;
		line-height: 32px;
	}
	.banquet_con_text, .banquet_con_info{
		font-size: 14px;
   		line-height: 28px;
	}
	.banquet_con + .banquet_con{
		margin-top: 100px;
	}


	/* -------------------- */
	/* 衣装・ドレス
	/* -------------------- */
	#costume_wrap .section_subtitle_wrap{
		width: 100%;
		padding: 0 20px;
	}
	.costume_in{
		margin-top: 100px;
	}
	.page_template_waku_01_img, .page_template_waku_01_textimg{
		width: 100%;
	}
	.page_template_waku_01_img, .page_template_waku_02, .page_template_waku_01_titletext_img{
		display: none;
	}
	.page_template_waku_01.flex{
		flex-direction: column;
	}
	.page_template_waku_01_textimg{
		margin: 0;
	}
	.page_template_waku_01_titletext{
		min-height: auto;
		background: transparent;
		padding: 20px;
	}
	.costume_con_spimg img{
		width: 100%;
		height: 100%;
    	object-fit: cover;
	}
	.costume_con_spimg{
		height: 500px;
		overflow: hidden;
	}
	.costume_con_spimg_02{
		margin-left: 10px;
		height: 500px;
	}
	.costume_con_spimg_02_img01{
		height: calc(100% / 2 - 5px);
	}
	.costume_con_spimg_02_img02{
		height: calc(100% / 2 - 5px);
		margin-top: 10px;
	}
	.page_template_waku_01_title{
		font-size: 18px;
    	line-height: 32px;
	}
	.page_template_waku_01_text{
		font-size: 14px;
    	line-height: 28px;
	}
	#costume_con_02 .costume_con_spimg_01{
		order: 2;
	}
	#costume_con_02 .costume_con_spimg_02{
		order: 1;
		margin-left: 0;
		margin-right: 10px;
	}
	.costume_con_spimg_01, .costume_con_spimg_02{
		width: calc(100% / 2 - 5px);
	}


	/* -------------------- */
	/* アイテム
	/* -------------------- */
	#item_wrap .section_subtitle_wrap{
		width: 100%;
		padding: 0 20px;
	}
	#item_con_01 .costume_con_spimg_02{
		order: 1;
		margin-left: 0;
		margin-right: 10px;
	}
	#item_con_01 .costume_con_spimg_01{
		order: 2;
	}


	/* -------------------- */
	/* 料理
	/* -------------------- */
	#food_wrap .section_subtitle_wrap{
		width: 100%;
		padding:0 20px;
	}
	#food_wrap .page_template_waku_01_img, #food_wrap .page_template_waku_02, #food_wrap .page_template_waku_01_titletext_img{
		display: block;
		padding: 0 20px;
	}
	#food_wrap .sweets_wrap .page_template_waku_01_img{
		display: none;
	}
	#food_wrap .page_template_waku + .page_template_waku{
		margin-top: 100px;
	}
	#food_con_02 .page_template_waku_01_img{
		order:1;
	}
	#food_con_02 .page_template_waku_01_textimg{
		order:2;
	}
	.sweets_wrap{
		margin-top: 150px;
	}


	/* -------------------- */
	/* ウエディングプラン
	/* -------------------- */
	.plan_in_ul{
		margin: 0 20px;
	}
	.plan_in_li{
		width: 100%;
	}
	.plan_bestrate img{
		width: 100%;
	}
	.plan_in_li:nth-child(2n){
		margin: 0;
	}
	.plan_in_li + .plan_in_li{
		margin-top: 50px;
	}
	.plan_li_titletext{
		padding: 20px;
	}
	.plan_bestrate{
		padding: 0 20px;
	}
	.plan_li_title{
		font-size: 18px;
    	line-height: 32px;
	}
	.plan_li_text {
		font-size: 14px;
		line-height: 28px;
		text-align: left;
	}
	.plan_li_btn{
		margin-top: 20px;
	}
	.plan_li_btn .btn04_a{
		width: 100%;
	}


	/* -------------------- */
	/* ウエディングプラン個別
	/* -------------------- */
	.plansingle_in_head.flex{
		flex-flow: column;
	}
	.plansingle_in_head_img, .plansingle_in_head_text_wrap{
		width: 100%;
	}
	.plansingle_in_head{
		padding: 0 20px;
	}
	.plansingle_in_head_text_wrap{
		margin-left: 0;
	}
	.plansingle_in_head_title{
		font-size: 20px;
    	line-height: 36px;
		margin-top: 20px;
	}
	.plansingle_in_head_text{
		font-size: 14px;
		line-height: 28px;
		margin-top: 10px;
	}
	.plansingle_includedz_wrap{
		padding: 20px;
		margin-top: 50px;
	}
	.plansingle_includedz_con{
		padding: 20px;
	}
	.plansingle_includedz_con_title{
		font-size: 18px;
   		line-height: 32px;
	}
	.plansingle_includedz_con_text{
		margin-top: 15px;
	}
	.plansingle_includedz_con + .plansingle_includedz_con{
		margin-top: 20px;
	}
	.plansingle_notes_wrap{
		margin-top: 50px;
	}
	.plansingle_notes_in{
		padding: 0 20px;
	}


	/* -------------------- */
	/* お知らせ・ブログ一覧（archive）
	/* -------------------- */
	.archive_in{
		margin: 0 20px;
	}
	#archive_wrap .archive_in{
		margin: 0;
	}
	a.page-numbers{
		padding: 3px 13px;
	}
	#archive_wrap .inner{
		padding:0 20px;
	}
	#archive_wrap .section_title_wrap .inner{
		padding:0;
	}
	
	
	/* -------------------- */
	/* お知らせ・ブログ個別（single）
	/* -------------------- */
	#single_wrap .section_title_wrap{
		padding:50px 20px;
	}
	#single_wrap .page_mainimg_none_in .inner{
		padding: 0 20px;
	}
	
	
	/* -------------------- */
	/* アクセス
	/* -------------------- */
	.access_in{
		padding: 0 20px;
	}
	.access_map iframe{
		height: 350px;
	}
	.access_howto_ul.flex{
		flex-flow: column;
	}
	.access_howto_li{
		width: 100%;
		padding: 0;
    	background: transparent;
	}
	.access_howto_li + .access_howto_li{
		margin-left: 0;
		margin-top: 50px;
	}
	.access_howto_title{
		font-size: 18px;
	}
	.access_howto_text{
		font-size: 14px;
		line-height: 28px;
	}


	/* -------------------- */
	/* ご参列の方へ
	/* -------------------- */
	.attendees_in{
		padding: 20px;
	}
	.attendees_con{
		padding:20px;
	}
	.attendees_title{
		font-size: 18px;
	}
	.attendees_text{
		margin-top: 10px;
		font-size: 14px;
    	line-height: 28px;
	}
	.attendees_text_sub{
		margin-top: 20px;
	}
	.attendees_con + .attendees_con{
		margin-top: 20px;
	}
	.attendees_text_sub span{
		display: none;
	}
	
	
	/*--------------------------------------------------
	ブライダルフェアのカレンダー
	--------------------------------------------------*/
	.reservationSingle table tr td span.status{
		min-height:unset;
		line-height: unset;
	}
	.reservationSingle table tr td span.day{
		font-size: 12px;
		padding-bottom: 5px;
	}
	.reservationSingle table tr td{
		padding: 3px 3px 12px 3px;
	}
	.reservationSingle table{
		margin-top:50px;
	}
	
	
	/* -------------------- */
	/* ブライダルフェア予約ページ
	/* -------------------- */
	
	.fair_cont + .fair_cont{
		margin-top: 30px;
	}
	
	
	/* -------------------- */
	/* プライバシーポリシー
	/* -------------------- */
	#privacy .inner3{
		padding:0 20px;
	}
	
	
	
	/* -------------------- */
	/* 右サイドバー固定
	/* -------------------- */
	.right_menu{
		top:130px;
		display: none;
	}
	.right_menu_ul{
		width:40px;
	}
	.right_menu_li{
		height:auto;
	}
	.right_menu_li a{
		font-size: 12px;
		line-height: 12px;
	}
	
	
	/* -------------------- */
	/* パーティーレポート
	/* -------------------- */
	.partyreport_list_ul{
		padding-top:0;
	}
	.partyreport_list_li{
		width: calc(100% / 2 - 10px);
	}
	.partyreport_list_li:nth-child(even){
		margin-left: 20px;
	}
	.partyreport_archive_text{
		padding: 10px 15px;
	}
	.area_initial,
	.partyreport_archive_text .area_initial{
		font-size: 14px;
		line-height: 24px;
	}
	.party_title,
	.partyreport_archive_text .party_title{
		font-size: 16px;
		line-height: 28px;
	}
	
	.partyreport_con_text{
		padding: 0 20px;
	}
	
	
	
	
	

}


@media screen and (max-width:599px) {
	body{
		min-width: 375px;
	}

	.spmenu_headbtn_li{
		font-size: 12px;
	}
	.spmenu_headbtn_li a{
		padding: 13px 10px 10px;
	}
	.header_nav .nav_list{
		font-size: 12px;
	}
	.nav_item a:after{
		right: 8px;
		width: 5px;
		height: 5px;
	}
	.spmenu_head_tel_contact{
		margin-top: 15px;
	}

	

	.top_main_img{
		min-height: 500px;
		max-height: 500px;
	}




	.footer_addrmenu_in_li_right_btn_in.flex{
		flex-flow: column;
	}
	.footer_addrmenu_in_li_right_btn_in .btn_05_a{
		width: 100%;
	}
	.footer_addrmenu_in_li_right_btn_con + .footer_addrmenu_in_li_right_btn_con{
		margin-left: 0;
		margin-top: 10px;
	}


	.fair_con_li{
		min-width: 230px;
	}
	.fair_con_img img{
		height: 200px;
		object-fit: cover;
	}
	.fair_con_title{
		line-height: 28px;
	}
	
	.report_list_li{
		min-width: 230px;
	}
	/* .report_list_li_img{
		height: 200px;
	} */
	#top_report .section_in:after{
		height: 700px;
	}
	#top_report .section_in:after{
		background: linear-gradient(to bottom right, transparent 50%, rgba(245, 243, 239, 0.5) 50.5%) no-repeat top left/100% 700px;
	}


	.footer_highlight_in{
		padding: 30px 20px;
	}

	#fair_archive .fair_con_img img{
		height: 250px;
	}

	.costume_con_spimg, .costume_con_spimg_02{
		height: 320px;
	}
	
	/* -------------------- */
	/* パーティーレポート
	/* -------------------- */
	.partyreport_list_ul{
		flex-direction: column;
	}
	.partyreport_list_li{
		width:100%;
	}
	.partyreport_list_li:nth-child(even){
		margin-left:auto;
	}
	.partyreport_list_li:nth-child(n+3){
		margin-top:auto;
	}
	.partyreport_list_li + .partyreport_list_li{
		margin-top:50px;
	}
	
	.report_list_li_text{
		font-size: 14px;
		line-height: 26px;
	}
	
	
	
}





@media screen and (max-width:320px) {
	.btn01_a{
		width: 100%;
	}
	#top_history .btn01_a{
		width: calc(100% - 40px);
	}
	#top_report .btn01_a{
		width: calc(100% - 40px);
		min-width: 250px;
	}
	#top_gallery .btn01_a{
		width: calc(100% - 40px);
	}
	#bestrate_wrap .btn04_a{
		width: 100%;
	}
	#schedule_wrap .btn04_a{
		width: 100%;
	}
	.report_list_btn{
		margin: 0 20px;
	}
}






