/*
Theme Name: Lightning Child
Theme URI: ★ カトリック萩教会 ★
Template: lightning
Description: ★ カトリック萩教会 ★
Author: ★ カトリック萩教会 ★
Tags: 
Version: 0.5.1
*/

@-ms-viewport {
    width: auto;
}

/* -----------------------------------------------------------
	グローバルCSS
----------------------------------------------------------- */

:root {
	--font-en: "Lato", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	--color-main: #D17765;
	--color-sub: #EBA38C;
	--color-brown: #876A4D;
}

body,html {
    font-size: 16px;
}

body {
	font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
	color: #4E4D4D;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* -----------------------------------------------------------
	リセットCSS
----------------------------------------------------------- */

ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

li {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a, .siteFooter a {
	outline:none;
	text-decoration: none;
}

a:hover, .siteFooter li>a:hover, .subSection li>a:hover {
	opacity: 0.7;
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.5;
}

h3::after {
	content: none;
}

p {
	margin: 0;
	line-height: 1.7;
}

.siteContent {
	margin-top: 0 !important;
}

header.siteHeader {
	box-shadow: none;
	background-color: transparent;
	min-height: inherit;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: inherit;
}

.col {
	padding: 0;
}

.siteContent {
	padding: 0;
}

.mainSection {
	margin-bottom: 0;
}

.admin-bar .vk-mobile-nav-menu-btn {
	display: none !important;
}

.vk-mobile-nav-menu-btn {
	display: none !important;
}

dl {
	margin: 0;
	padding: 0;
}

dl dt, dl dd {
	margin: 0;
	padding: 0;
	border: none;
}

/* -----------------------------------------------------------
	グローバルナビゲーション
----------------------------------------------------------- */

header.siteHeader {
	position: relative;
	z-index: 9999;
}

header.siteHeader .container {
	padding: 15px 0 25px;
}

header .siteHeadContainer {
	display: flex;
	justify-content: space-between;
}

header .siteHeadContainer .navbar-header {
	width: 30%;
	padding: 3px 15px;
}

header .siteHeadContainer .navbar-header .logo_wrap {
	line-height: 1;
}

header .siteHeadContainer .navbar-header .logo_wrap a {
	display: block;
}

header .siteHeadContainer .head_menu {
	width: 70%;
	margin-left: auto;
}

header .siteHeadContainer .head_menu .head_menu_top {
	display: flex;
    align-items: center;
    justify-content: flex-end;
	padding-top: 10px;
}

header .siteHeadContainer .head_menu .head_menu_top ul {
	display: flex;
    justify-content: space-between;
}

header .siteHeadContainer .head_menu .head_menu_top ul li {
	margin-right: 20px;
}

header .siteHeadContainer .head_menu .head_menu_top ul li.head_language .modal-open2 {
	position: relative;
	color: var(--color-main);
	font-size: 14px;
	white-space: nowrap;
	padding: 8px 30px 8px 40px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid var(--color-sub);
	width: 165px;
	text-align: center;
	line-height: 1.4;
}

header .siteHeadContainer .head_menu .head_menu_top ul li.head_language .modal-open2::before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 20px;
	width: 17px;
	height: 17px;
	background-image: url("./images/icon_language.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.header .siteHeadContainer .head_menu .head_menu_top ul li.head_language .modal-open2:hover {
	opacity: 0.7;
}


header .siteHeadContainer .head_menu .head_menu_top ul li.head_search .modal-open {
	position: relative;
	color: var(--color-main);
	font-size: 14px;
	white-space: nowrap;
	padding: 8px 30px 8px 40px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid var(--color-sub);
	width: 165px;
	text-align: center;
	line-height: 1.4;
}

header .siteHeadContainer .head_menu .head_menu_top ul li.head_search .modal-open::before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 20px;
	width: 17px;
	height: 17px;
	background-image: url("./images/icon_search.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.header .siteHeadContainer .head_menu .head_menu_top ul li.head_search .modal-open:hover {
	opacity: 0.7;
}

.gtranslate_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.gtranslate_wrapper a {
	color: #4E4D4D;
	width: 33%;
}

header .gnav_wrap {
	border-top: 1px solid #F2CDAF;
	border-bottom: 1px solid #F2CDAF;
	text-align: center;
	padding: 0 15px;
	background: rgb(255,242,213);
	background: -moz-linear-gradient(0deg, rgba(255,242,213,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,242,213,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(255,242,213,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2d5",endColorstr="#ffffff",GradientType=1);
}

header .gnav_wrap ul {
	margin-bottom: 0;
	display: flex;
	border-left: 1px solid #F2CDAF;
	border-right: 1px solid #F2CDAF;
	padding: 0;
}

header .gnav_wrap ul li {
	flex: 1;
}

header .gnav_wrap ul li+li {
	border-left: 1px solid #F2CDAF;
}

header .gnav_wrap ul li a {
	display: block;
	color: var(--color-brown);
	line-height: 1;
	position: relative;
	padding: 15px;
	white-space: nowrap;
}

header .gnav_wrap ul li a::before {
	content: "";
	width: 31px;
	height: 31px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto 10px;
}

header .gnav_wrap ul li.gnav_home a::before {
	background-image: url("./images/icon_home.svg");
}

header .gnav_wrap ul li.gnav_first a::before {
	background-image: url("./images/icon_first.svg");
}

header .gnav_wrap ul li.gnav_church a::before {
	background-image: url("./images/icon_church.svg");
}

header .gnav_wrap ul li.gnav_access a::before {
	background-image: url("./images/icon_access.svg");
}

header .gnav_wrap ul li.gnav_news a::before {
	background-image: url("./images/icon_news.svg");
}

header .gnav_wrap ul li.gnav_contact a::before {
	background-image: url("./images/icon_tel_line.svg");
}

header .modal-container2 p {
    padding-top: 10px;
    font-size: 13px;
    display: inline-block;
    text-align: left;
}

/*----- ハンバーガーメニュー ------*/

.hum_nav {
	position: relative;
    z-index: 9999;
}

#g-nav{
    position:fixed;
	z-index: -1;
	opacity: 0;
	top: 0;
	width:100%;
    height: 100vh;
	background:#fff;
	transition: all 0.3s;
	display: none;
}

#g-nav.panelactive{
	opacity: 1;
	z-index:999;
	display: block;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav .contents_wrap{
    display: none;
    /*ナビゲーション天地中央揃え*/
   position: absolute;
    z-index: 9999;
    top:110px;
    left:50%;
   transform: translateX(-50%);
	
	padding-top: 30px;
}

#g-nav.panelactive  .contents_wrap {
	display: block;
	width: 100%;
    max-width: 1100px;
	padding: 0 15px;
}

#g-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#g-nav li{
	list-style: none;
	border-bottom: 1px dashed var(--color-sub);
	text-align: left;
	width: 48%;
}

#g-nav li a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	position: relative;
	color: #333;
	padding: 10px 5px 10px 14px;
	font-size: 16px;
}

#g-nav li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 19px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent var(--color-sub);
}

.hum_menu ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hum_menu ul li {
	width: 48%;
}

.hum_menu ul li a {
	display: block;
}


/*========= ボタンのためのCSS ===============*/

.head_btn {
	position:fixed;
	top:15px;
	right: 15px;
	z-index: 9998;
}

.openbtn{
	z-index: 9998;
	cursor: pointer;
    width: 70px;
    height: 70px;
	background-color: var(--color-main);
	position: relative;
	border-radius: 4px;
	display: none;
}

.openbtn:hover {
	opacity: 0.7;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
	right: 0;
	margin: 0 auto;
    height: 2px;
    border-radius: 2px;
	background-color: #fff;
  	width: 30%;
  }

.openbtn span:nth-of-type(1) {
	top:22px;	
}

.openbtn span:nth-of-type(2) {
	top:32px;
}

.openbtn span:nth-of-type(3) {
	top:42px;
}

.openbtn.active span:nth-of-type(1) {
    top: 24px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 36px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn::after {
	content:"MENU";
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
}


/*モーダルを開くボタン*/
.modal-open, .modal-open2, .modal-open3{
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	display: inline-block;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container, .modal-container2, .modal-container3 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.9);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
	cursor: pointer;
	z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before, .modal-container2:before, .modal-container3:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active, .modal-container2.active, .modal-container3.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close, .modal-close2{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
	cursor: auto;
}


@media screen and (min-width: 960px) and (max-width: 1199px) {
	
	
	header .siteHeadContainer .head_menu .head_menu_top ul li {
		text-align: left;
		width: auto;
		border-bottom: 0;
	}
	
	header .siteHeadContainer .head_menu .head_menu_top ul li a {
		font-size: 14px;
	}
	
	header .siteHeadContainer .head_menu .head_menu_top ul li a::before {
		top: 5px;
	}
	
	
	header.inmain .siteHeadContainer .head_menu ul.head_nav {
		display: none;
	}
}

@media screen and (min-width: 769px) and (max-width: 959px) {
	header .siteHeadContainer .navbar-header {
		width: 40%;
	}
	
	header .siteHeadContainer .head_menu {
		width: 40%;
	}
	
	header .siteHeadContainer .head_menu .head_menu_top ul {
		flex-wrap: nowrap;
	}
	
	header .siteHeadContainer .head_menu .head_menu_top ul li a {
		font-size: 13px;
		padding-left: 10px;
	}
	
	header .siteHeadContainer .head_menu .head_menu_top ul li a::before {
		top: 5px;
	}
	
	header .gnav_wrap ul li a {
		font-size: 15px;
	}
	
	.hum_menu ul li {
		width: 32%;
	}
	
	#g-nav li a {
		font-weight: normal;
	}
	
	header .siteHeadContainer .head_menu .head_menu_top ul li.gnav_sitemap {
		display: none;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.link_pagelink, #page-nav {
		display: none !important;
	}
	
	header .siteHeadContainer .head_menu .head_menu_top .head_tel {
		display: none;
	}
	
	header .siteHeadContainer .navbar-header {
		width: 45%;
		margin-bottom: 15px;
	}
	
	header .siteHeadContainer .head_menu {
		width: 100%;
	}
	
	
	header .siteHeadContainer .head_menu .head_menu_top ul li.gnav_sitemap {
		display: none;
	}
	
	.gnav_wrap {
		display: none !important;
	}
	
	#g-nav li a {
		font-weight: normal;
	}
	
	.contact_btn_wrap {
		display: none;
	}
	
	.head_search {
		display: flex;
	}
	
	header.siteHeader .container {
		display: block;
	}
	
	header .siteHeadContainer .head_menu .head_menu_top {
		justify-content: center;
	}
	
	.openbtn {
		display: block;
	}
	
	header .siteHeadContainer .head_menu .head_menu_top ul li:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 560px) {
	.link_pagelink, #page-nav {
		display: none !important;
	}
	
	header .siteHeadContainer {
		display: block;
	}
	
	header .siteHeadContainer .navbar-header {
		width: 70%;
		text-align: left;
		margin-bottom: 20px;
	}
	
	header .siteHeadContainer .head_menu {
		width: 100%;
		display: block;
		padding: 0;
	}
	
	header .siteHeadContainer .head_menu .head_menu_top {
		justify-content: center;
		padding-top: 0;
	}
	
	header .siteHeadContainer .head_menu .head_menu_top ul li.gnav_sitemap {
		display: none;
	}
	
	.head_search {
		display: flex;
	}
	
	header .siteHeadContainer .head_menu ul.head_btn li.head_search .modal-open {
		width: 100%;
		height: 75px;
		font-size: 10px;
	}
	
	header .siteHeadContainer .head_menu ul.head_btn li.head_search .modal-open::before {
		margin-bottom: 10px;
	}
	
	header .siteHeadContainer .head_menu ul.head_btn li.head_language .modal-open2 {
		width: 100%;
		height: 75px;
		font-size: 10px;
	}
	
	header .siteHeadContainer .head_menu ul.head_btn li.head_language .modal-open2::before {
		margin-bottom: 10px;
	}
	
	.gnav_wrap {
		display: none !important;
	}
	
	.openbtn {
		display: block;
	}
	
	header.siteHeader .container {
		padding: 15px 0;
	}
	
	#g-nav li a {
		font-weight: normal;
	}
	
	.contact_btn_wrap {
		display: none;
	}
	
	.modal-close, .modal-close2 {
		right: 0;
	}
	
	.modal-container {
		padding: 0 10px;
	}
	
	.modal-body {
		width: 98%;
		padding: 0;
	}
	
	.modal-content {
		padding: 20px 15px;
	}
	
	#g-nav.panelactive .contents_wrap {
		margin-bottom: 0;
	}
	
	.openbtn:hover {
		opacity: 1;
	}
	
	.modal-container2 .modal-body {
		top: 40px;
	}
	
	header .siteHeadContainer .head_menu .head_menu_top ul li:last-child {
		margin-right: 0;
	}
}

/* -----------------------------------------------------------
	共通CSS
----------------------------------------------------------- */

.contents_wrap {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto 50px;
	padding: 0 15px;
}

.flex_wrap {
	display: flex;
	justify-content: space-between;
}

.flex_wrap .flex_left, .flex_wrap .flex_right {
	width: 48%;
}

.flex_odr .flex_left {
	order: 2;
}

.flex_odr .flex_right {
	order: 1;
}

.ac_flex {
	align-items: center;
}

.text_center {
	text-align: center;
}

.ib {
	display: inline-block;
	text-align: left;
}

.indent_1 {
	padding-left: 1em;
	text-indent: -1em;
}

.mb_1 {
	margin-bottom: 1em;
}

.fb {
	font-weight: bold;
}

#page_top {
    position: fixed;
    bottom: 20px;
    right: 1.5%;
	z-index: 50;
}

/*----- 動き -----*/

.fadein {
  opacity: 0;
  transform : translate(0, 10px);
  transition : all 900ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.en_text {
	opacity: 0;
}

@media screen and (max-width: 560px) {
	.flex_wrap {
		display: block;
	}

	.flex_wrap .flex_left, .flex_wrap .flex_right {
		width: auto;
	}
	
	.flex_wrap .flex_left {
		margin-bottom: 15px;
	}
}


/* -----------------------------------------------------------
	トップページ
----------------------------------------------------------- */

.mainvisual {
	position: relative;
	width: 100%;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
}

.mainvisual .mainimg_wrap {
	margin-left: auto;
	text-align: right;
	width: 75%;
	
}

.mainvisual .swiper .imgcut {
	border-radius: 0 0 0 30px;
	overflow: hidden;
}

.mainvisual .swiper .imgcut::before {
	padding-bottom: 50%;
}

.mainvisual .cachcopy {
	width: 25%;
	text-align: center;
	display: flex;
	justify-content: center;
}

.mainvisual .cachcopy h1 {
	font-weight: normal;
	font-size: 32px;
	writing-mode: vertical-rl;
    text-orientation: upright;
	color: var(--color-main);
	font-weight: 500;
}

.mainvisual .cachcopy h1 span {
	display: inline-block;
}

.mainvisual .imgcut {
	border-radius: 0 0 0 30px;
	overflow: hidden;
}
	
.mainvisual .imgcut::before {
	padding-bottom: 50%;
}

ul.clm3 {
	flex-wrap: wrap;
}

ul.clm3::after {
	content: "";
	display: block;
	width: 31%;
}

ul.clm3 li {
	width: 31%;
	margin-bottom: 15px;
}

ul.clm4 {
	flex-wrap: wrap;
}

ul.clm4::before {
	content: "";
	display: block;
	width: 24%;
	order: 1;
}

ul.clm4::after {
	content: "";
	display: block;
	width: 24%;
}

ul.clm4 li {
	width: 24%;
	margin-bottom: 15px;
}

.bg_gray {
	background-image: url("./images/bg_gray.jpg");
	padding: 40px 0;
	margin-bottom: 40px;
}

.bg_gray .contents_wrap {
	margin-bottom: 0;
}

.bg_yellow {
	background-color: #FBF4E1;
	padding: 40px 0;
	margin-bottom: 40px;
}

.bg_yellow .contents_wrap {
	margin-bottom: 0;
}

.btn_wrap {
	text-align: center;
}

.btn_wrap a {
	display: inline-block;
    padding: 13px 50px 13px 30px;
    border-radius: 3px;
    color: #fff;
    background: var(--color-sub);
    position: relative;
    box-shadow: 0px 0px 15px -5px #777777;
}

.btn_wrap a::after {
    content: "";
    display: block;
    background-image: url("./images/icon_arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: 0.3s;
}

.btn_wrap a:hover {
	opacity: 0.7;
}

.top_info_wrap h2 {
	color: var(--color-sub);
	font-size: 30px;
	margin-bottom: 10px;
}

.top_info_wrap p {
	margin-bottom: 30px;
}

ul.btn_list {
	display: flex;
	justify-content: center;
}

ul.btn_list li {
	margin: 0 10px;
}

ul.btn_list li a {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border-radius: 7px;
	width: 110px;
	height: 110px;
	color: #fff;
	background-color: var(--color-sub);
	padding: 10px 6px;
	white-space: nowrap;
	font-size: 15px;
}

ul.btn_list li a::before {
	content: "";
	width: 56px;
	height: 56px;
	margin: 0 auto;
	display: block;
	background-image: url("./images/icon_first_white.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

ul.btn_list li.btn_church a::before {
	background-image: url("./images/icon_church_white.svg");
}

ul.btn_list li.btn_access a::before {
	background-image: url("./images/icon_access_white.svg");
}

.top_info_wrap .imgcut {
	border-radius: 10px;
	overflow: hidden;
}

.contents_title {
	margin-bottom: 25px;
}

.contents_title h2 {
	font-size: 2.2em;
	font-weight: 500;
	padding-bottom: 10px;
	position: relative;
	color: var(--color-main);
	text-align: center;
}

.contents_title h2::after {
	content: "";
	background: var(--color-sub);
	width: 2em;
	height: 4px;
	display: block;
	margin: 0 auto;
	border-radius: 2px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.newslist_wrap a {
	color: #4D4D4D;
}

.newslist_wrap .thumb_wrap {
	margin-bottom: 8px;
}

.ewslist_erea ul {
	margin-bottom: 40px;
}

.newslist_wrap span.news_date strong {
    background-color: var(--color-sub);
    color: #fff;
    font-family: var(--color-en);
    font-size: 12px;
    padding: 2px 5px;
    line-height: 1;
    border-radius: 2px;
    position: relative;
    top: -2px;
    display: inline-block;
}

.newslist_wrap span {
	display: block;
}

.about_mass {
	padding: 70px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.about_mass .contents_wrap {
	max-width: 500px;
	background-color: #fff;
	margin-bottom: 0;
	border-radius: 10px;
	padding: 50px 30px;
}

.about_mass h2 {
	color: var(--color-main);
	margin-bottom: 15px;
	font-size: 2.2em;
}

.about_mass p {
	margin-bottom: 15px;
}

.dl_design {
	display: inline-block;
	margin-bottom: 25px;
}

.about_mass dl {
	display: flex;
	align-items: center;
}

.about_mass dl:not(:last-child) {
	margin-bottom: 10px;
}

.about_mass dl dt {
	background-color: var(--color-sub);
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
	padding: 3px 10px;
	margin-right: 20px;
	font-weight: normal;
	width: 6em;
}

.about_mass dl dd {
	text-align: left;
	flex: 1;
}

@media screen and (min-width: 960px) and (max-width: 1100px) {
	.mainvisual .cachcopy h1 {
		font-size: 28px;
	}
	
	.top_info_wrap .flex_left .btn_flex {
		display: block;
	}
	
	.btn_flex .btn_wrap.about_btn {
		margin-bottom: 15px;
	}
	
	.btn_flex .btn_wrap {
		width: 100%;
	}
}

@media screen and (min-width: 769px) and (max-width: 959px) {
	.mainvisual .cachcopy h1 {
		font-size: 26px;
	}
	
	.top_info_wrap .flex_left .btn_flex {
		display: block;
	}
	
	.btn_flex .btn_wrap.about_btn {
		margin-bottom: 15px;
	}
	
	.btn_flex .btn_wrap {
		width: 100%;
	}
	
	.mass_intr_wrap {
		width: 92%;
		margin: -50px auto 30px;
		padding: 20px;
	}
	
	.mass_info_wrap ul {
		flex-wrap: wrap;
	}
	
	.mass_info_wrap ul li {
		width: 50%;
	}
	
	.mass_info_wrap ul li:first-child, .mass_info_wrap ul li:nth-child(2) {
		border-bottom: 1px solid #a8b3c6;
	}
	
	.mass_info_wrap ul li:first-child {
		border-left: none;
	}
	
	.mass_info_wrap ul li:nth-child(even) {
		border-right: none;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.mainvisual {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.mainvisual .mainimg_wrap {
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.mainvisual .cachcopy {
		position: static;
		transform: none;
		text-align: center;
		padding: 0 15px;
	}
	
	.mainvisual .cachcopy h1 {
		font-size: 23px;
		display: block;
		margin-bottom: 10px;
	}
	
	.mainvisual .cachcopy h1 span {
		background-color: transparent;
		padding: 0;
	}
	
	.top_main_wrap {
		margin-bottom: 30px;
	}
	
	.top_info_wrap {
		display: block;
	}
	
	.top_info_wrap .flex_left {
		padding: 0;
		background-color: transparent;
		margin-bottom: 20px;
		width: 100%;
	}
	
	.top_info_wrap .flex_right {
		max-width: 450px;
		margin: 0 auto;
	}
	
	ul.clm4::before {
		content: none;
	}
	
	ul.clm4::after {
		width: 32%;
	}
	
	ul.clm4 li {
		width: 32%;
	}
	
	.mass_intr_wrap {
		width: 92%;
		margin: -50px auto 30px;
		padding: 20px;
	}
	
	.mass_info_wrap ul {
		flex-wrap: wrap;
	}
	
	.mass_info_wrap ul li {
		width: 50%;
	}
	
	.mass_info_wrap ul li:first-child, .mass_info_wrap ul li:nth-child(2) {
		border-bottom: 1px solid #a8b3c6;
	}
	
	.mass_info_wrap ul li:first-child {
		border-left: none;
	}
	
	.mass_info_wrap ul li:nth-child(even) {
		border-right: none;
	}
	
	.newslist_erea .flex_wrap {
		display: block;
	}
	
	.newslist_erea .flex_wrap .flex_left {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.newslist_erea .flex_wrap .flex_right {
		width: 100%;
	}
}

@media screen and (max-width: 560px) {
	.mainvisual {
		flex-direction: column;
	}
	
	.mainvisual .mainimg_wrap {
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
		margin-bottom 15px;
	}
	
	.mainvisual .cachcopy {
		order: 2;
		width: 100%;
	}
	
	.mainvisual .cachcopy h1 {
		font-size: 23px;
		writing-mode: horizontal-tb;
	}
	
	.mainvisual .cachcopy h1 span {
		background-color: transparent;
		padding: 0;
	}
	
	.top_main_wrap {
		margin-bottom: 30px;
	}
	
	.bg_gray {
		padding: 30px 0;
	}
	
	ul.clm3 li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	ul.clm3 li:last-child {
		margin-bottom: 0;
	}
	
	ul.clm4 li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	ul.clm4 li:last-child {
		margin-bottom: 0;
	}
}

/* -----------------------------------------------------------
	フッター
----------------------------------------------------------- */

footer.siteFooter {
	padding: 40px 0 0;
	position: relative;
	border: none;
	background-image: url("./images/bg_gray.jpg")
}

footer.siteFooter .contents_wrap {
}

.ftr_logo {
	margin-bottom: 10px;
}

.ftr_logo a {
	display: inline-block;
}

.ftr_info_wrap {
	display: flex;
	margin-bottom: 25px;
}

.ftr_info_wrap .address_wrap {
	display: flex;
	margin-right: 30px;
}

.ftr_info_wrap .address_wrap address {
	margin: 0;
}

.ftr_info_wrap .tel_wrap {
	width: 40%;
}

.ftr_info_wrap .tel_wrap p {
	font-size: 12px;
}

.ftr_info_wrap .tel_wrap p a {
	color: #4D4D4D;
}

.ftr_info_wrap .tel_wrap p strong {
	font-size: 16px;
	font-weight: 500;
	margin-left: 7px;
}

.ftr_menu_wrap .dl_design {
	display: flex;
	flex-wrap: wrap;
	max-width: 500px;
	margin-bottom: 30px;
}


.ftr_menu_wrap .dl_design dl {
	width: 48%;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.ftr_menu_wrap .dl_design dl dt {
	background-color: var(--color-sub);
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
	padding: 3px 10px;
	margin-right: 20px;
	font-weight: normal;
	width: 6em;
	text-align: center;
}

.ftr_menu_wrap .dl_design dl dd {
	text-align: left;
	flex: 1;
}

.ftr_menu_wrap {
}

.ftr_menu_wrap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}


.ftr_menu_wrap ul li {
	border-bottom: 1px dashed var(--color-main);
	margin-bottom: 15px;
}

.ftr_menu_wrap ul li a {
	color: #4D4D4D;
	display: block;
	padding-left: 17px;
	position: relative;
}

.ftr_menu_wrap ul li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 5px;
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid var(--color-sub);
  border-right: 0;
}

.btn_wrap.contact_btn a {
	max-width: 300px;
    width: 100%;
}

.btn_wrap.contact_btn a span::before {
    background-image: url("./images/icon_contact.svg");
}

.copySection {
	margin-bottom: 0;
	padding: 10px;
	text-align: center;
	max-width: inherit;
	width: 100%;
	background-color: var(--color-main);
	color: #fff;
}

.copySection p {
	margin-bottom: 0;
}

@media screen and (min-width: 960px) and (max-width:1250px) {
	footer.siteFooter {
		padding-bottom: 90px;
	}
	
	.ftr_info_wrap {
		display: block;
	}
	
	.infomenu {
		transform: none;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		max-width: 380px;
		margin: 0 auto;
	}
	
	.infomenu ul {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	
	.infomenu ul li {
		width: 19%;
	}
	
	.infomenu ul li a, .infomenu ul li .modal-open3 {
		margin: 0 auto;
		width: 100%;
		font-size: 12px;
	}
}

@media screen and (min-width: 769px) and (max-width: 959px) {
	footer.siteFooter {
		padding-bottom: 90px;
	}
	
	.ftr_info_wrap {
		display: block;
	}
	
	.infomenu {
		transform: none;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		max-width: 380px;
		margin: 0 auto;
	}
	
	.infomenu ul {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	
	.infomenu ul li {
		width: 19%;
	}
	
	.infomenu ul li a, .infomenu ul li .modal-open3 {
		margin: 0 auto;
		width: 100%;
		font-size: 12px;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	footer.siteFooter {
		padding-bottom: 90px;
	}
	
	.ftr_img_wrap {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 20px;
	}
	
	.ftr_menu_wrap {
		text-align: center;
	}
	
	.ftr_logo {
		text-align: center;
	}
	
	.ftr_info_wrap {
		margin: 0 auto 20px;
		display: block;
		text-align: center;
	}
	
	.ftr_info_wrap .address_wrap {
		justify-content: center;
		margin-right: 0;
	}
	
	.ftr_info_wrap .tel_wrap {
		width: auto;
		display: inline-block;
		text-align: left;
	}
	
	.ftr_menu_wrap .dl_design {
		display: inline-block;
		text-align: left;
	}
	
	.ftr_menu_wrap .dl_design dl {
		width: 100%;
	}
	
	.ftr_menu_wrap {
		width: 100%;
	}
	
	.ftr_menu_wrap ul li {
		width: 48%;
		text-align: left;
	}
	
	.ftr_menu_wrap ul.clm3 li:last-child {
		margin-bottom: 15px;
	}
	
	.ftr_other_menu ul li:not(:last-child) {
		margin-bottom: 15px;
	}
	
	.ftr_other_menu ul li + li {
		border-left: none;
	}
	
	.address_wrap {
		text-align: center;
		padding-left: 0;
	}
	
	.address_wrap address {
		display: inline-block;
		text-align: left;
	}
	
	footer .ggmap {
		height: 450px;
	}
	
	
}

@media screen and (max-width: 560px) {
	footer.siteFooter {
		padding-bottom: 90px;
	}
	
	.ftr_img_wrap {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 20px;
	}
	
	.ftr_menu_wrap {
		text-align: center;
	}
	
	.ftr_logo {
		text-align: center;
	}
	
	.ftr_info_wrap {
		margin: 0 auto 20px;
		display: block;
		text-align: center;
	}
	
	.ftr_info_wrap .address_wrap {
		justify-content: center;
		margin-right: 0;
	}
	
	.ftr_info_wrap .tel_wrap {
		width: auto;
		display: inline-block;
		text-align: left;
	}
	
	.ftr_menu_wrap .dl_design {
		display: inline-block;
		text-align: left;
	}
	
	.ftr_menu_wrap .dl_design dl {
		width: 100%;
	}
	
	.ftr_menu_wrap {
		width: 100%;
	}
	
	.ftr_menu_wrap ul li {
		width: 48%;
		text-align: left;
	}
	
	.ftr_menu_wrap ul.clm3 li:last-child {
		margin-bottom: 15px;
	}
	
	.ftr_other_menu ul li:not(:last-child) {
		margin-bottom: 15px;
	}
	
	.ftr_other_menu ul li + li {
		border-left: none;
	}
	
	.address_wrap {
		text-align: center;
		padding-left: 0;
	}
	
	.address_wrap address {
		display: inline-block;
		text-align: left;
	}
	
	#page_top {
		bottom: 90px;
	}
	
	.infomenu {
		transform: none;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 0 10px;
	}
	
	.infomenu ul {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	
	.infomenu ul li {
		width: 19%;
	}
	
	.infomenu ul li a, .infomenu ul li .modal-open3 {
		margin: 0 auto;
		width: 100%;
		font-size: 12px;
		letter-spacing: 0.5px;
	}
}

/* -----------------------------------------------------------
	下層ページCSS
----------------------------------------------------------- */

.page-header {
	position: relative;
	z-index: 100;
	text-align: center;
	background-color: var(--color-sub);
}

.col-md-12 {
	max-width: 1100px;
    margin: 0 auto;
	padding: 0;
	animation-name
}

.breadSection {
	margin-bottom: 50px;
	background-color: #fff;
}

.breadSection .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

h2.h2_title {
	font-weight: bold;
	margin-bottom: 25px;
	padding: 15px;
	position: relative;
	font-size: 22px;
	text-align: center;
}

.imgcut {
	position: relative;
}

.imgcut::before {
	content:"";
	display: block;
	padding-bottom: 66.6%;
}

.imgcut img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.en_text {
	opacity: 0;
}

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(10px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.eachTextAnime span{
	opacity: 0;
}

.eachTextAnime.appeartext span{
	animation:text_anime_on 0.6s ease-out forwards;
}
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

.text_center {
	text-align: center;
}

.text_center p {
	display: inline-block;
	text-align: left;
}

.breadSection .breadcrumb {
	padding-left: 0;
}

@media screen and (min-width: 960px) {
	.page-header_pageTitle, h1.page-header_pageTitle:first-child {
		min-width: 500px;
	}
}

@media screen and (max-width: 1120px) {
	.breadSection .breadcrumb {
		padding-left: 15px;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.page-header_pageTitle, h1.page-header_pageTitle:first-child {
		font-size: 30px;
	}
}

@media screen and (max-width: 560px) {
	.page-header_pageTitle, h1.page-header_pageTitle:first-child {
		font-size: 24px;
	}
}

/* -----------------------------------------------------------
	教会案内
----------------------------------------------------------- */

.page-template-page-about .breadSection {
	background-image: url("./images/bg_gray.jpg");
    margin-bottom: 0;
}

.title_icon {
	max-width: 70px;
	margin: 0 auto 5px;
}

.title_icon path, .title_icon rect {
	fill: var(--color-main);
}

.bg_gray .about_wrap {
	margin-bottom: 40px;
}

.about_wrap .text_center {
	max-width: 800px;
	margin: 0 auto 30px;
}

.dl_flex dl {
	display: flex;
	margin: 0;
	padding: 0;
	width: 100%;
}

.dl_flex dl dt {
	width: 30%;
    border-top: 1px solid var(--color-sub);
     padding: 10px 5px;
    font-weight: bold;
	line-height: 1.7;
	min-width: 150px;
}

.dl_flex dl:last-child dt {
	border-bottom: 1px solid var(--color-sub);
}

.dl_flex dl dd {
	width: 70%;
    border-top: 1px solid #d0d0d0;
    padding: 10px 5px;
	margin: 0;
	line-height: 1.7;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	display: flex;
    align-items: center;
}

.dl_flex dl:last-child dd {
	border-bottom: 1px solid #d0d0d0;
}

.about_wrap .flex_left dl {
	display: flex;
}

.about_wrap .flex_left dl dt {
	display: flex;
	align-items: center;
	color: #555;
}

.about_wrap .flex_left dl dt svg {
	width: 35px;
	margin-right: 10px;
}

.about_wrap .flex_left dl dt svg path, .about_wrap .flex_left dl dt svg rect {
	fill: var(--color-main);
}

.mass_info_wrap .flex_right p {
	margin-bottom: 15px;
}

.mass_info_wrap .dl_design {
	display: flex;
	flex-wrap: wrap;
}

.mass_info_wrap .dl_design dl {
	width: 48%;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.mass_info_wrap .dl_design dl dt {
	background-color: var(--color-sub);
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
	padding: 3px 10px;
	margin-right: 20px;
	font-weight: normal;
	width: 6em;
	text-align: center;
}

.mass_info_wrap .dl_design dl dd {
	text-align: left;
	flex: 1;
}

.about_ggmap {
	text-align: center;
}

.about_ggmap .ggmap {
	height: 450px;
}

.about_ggmap .access_info {
	display: inline-block;
	text-align: left;
	border-left: 3px solid var(--color-sub);
	padding-left: 15px;
}

.about_ggmap .access_info ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 5px;
}

.about_ggmap .access_info ul li::before {
	content: "";
	width: 14px;
	height: 14px;
	padding-bottom: 1px;
	border-radius: 50%;
	display: block;
	background-color: var(--color-sub);
	position: absolute;
	top: 7px;
	left: 0;
	transform: rotate(0deg);
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.mass_info_wrap .flex_wrap {
		display: block;
	}
	
	.mass_info_wrap .flex_left {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.mass_info_wrap .flex_right {
		text-align: center;
		width: 100%;
	}
	
	.mass_info_wrap .flex_right p {
		text-align: left;
	}
	
	.mass_info_wrap .dl_design {
		display: inline-block;
		text-align: left;
	}
	
	.mass_info_wrap .dl_design dl {
		width: 100%;
	}
}

@media screen and (max-width: 560px) {
	.mass_info_wrap .flex_right {
		text-align: center;
	}
	
	.mass_info_wrap .flex_right p {
		text-align: left;
	}
	
	.mass_info_wrap .dl_design {
		display: inline-block;
		text-align: left;
	}
	
	.mass_info_wrap .dl_design dl {
		width: 100%;
	}
}

/* -----------------------------------------------------------
	初めての方へ
----------------------------------------------------------- */

.greet_wrap .flex_wrap .flex_left {
	width: 60%;
}

.greet_wrap .flex_wrap .flex_left h3 {
	color: var(--color-main);
	margin-bottom: 10px;
}

.greet_wrap .flex_wrap .flex_right {
	width: 35%;
	text-align: center;
}

.greet_wrap .flex_wrap .flex_right .imgcut {
	margin-bottom: 10px;
}

.greet_wrap .flex_wrap .flex_right .imgcut::before {
	padding-bottom: 100%;
}

.greet_wrap .flex_wrap .flex_right p {
	display: inline-block;
	text-align: center;
}

.greet_wrap .flex_wrap .flex_right p strong {
	font-size: 1.3em;
	display: block;
}

.dllist_wrap dl {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.dllist_wrap dl dt {
	position: relative;
	padding: 0 0 8px; 
	margin-bottom: 15px;
	font-size: 22px;
}

.dllist_wrap dl dt::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2em;
	height: 2px;
	background: var(--color-main);
	z-index: 1;
}

.dllist_wrap dl dt::after {
	 content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #FCECE5;
}

.accordion-area{
    list-style: none;
    margin:0 auto 25px;
}

.accordion-area li{
    margin: 0 0 15px;
}

.accordion-area section {
	border-radius: 5px;
	background-color: #fff;
}

.ac_title {
    position: relative;
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 25px 40px 25px 15px;
    transition: all .5s ease;
	font-weight: bold;
}

.accordion-area section .ac_title::before,
.accordion-area section .ac_title::after{
    position: absolute;
    content:"";
    width: 15px;
    height: 2px;
    background-color: var(--color-sub);
	transition: 0.3s;
}

.accordion-area section .ac_title::after {
	border-bottom: none;
}

.ac_title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.ac_title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);
}

.ac_title.ac_close::before{
	transform: rotate(45deg);
}

.ac_title.ac_close::after{
	transform: rotate(-45deg);
}

.ac_title span.faq_q {
	position: relative;
	padding-left: 35px;
	display: block;
	color: var(--color-sub);
}

.ac_title span.faq_q::before {
	content: "Q";
	font-size: 30px;
	font-family: var(--font-en);
	position: absolute;
	top: -5px;
	left: 0;
	width: 25px;
	text-align: center;
	line-height: 1;
	color: var(--color-sub);
	font-weight: normal;
}

.accordion-area .box {
    display: none;
	margin: 0 15px;
    padding: 5px 40px 25px 35px;
	position: relative;
}

.accordion-area .box::before {
	content: "A";
	font-size: 30px;
	font-family: var(--font-en);
	position: absolute;
	top: 4px;
	left: 0;
	color: #aaa;
	width: 25px;
	text-align: center;
	line-height: 1;
}

.gaiyou_wrap dl {
	display: flex;
}

.gaiyou_wrap dl {
	display: flex;
	align-items: flex-start;
	text-align: left;
	margin-bottom: 15px;
}

.gaiyou_wrap dl dt {
	width: 8em;
	background-color: var(--color-blue2);
	padding: 5px;
	border-radius: 3px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	font-weight: 500;
}

.gaiyou_wrap dl dd {
	position: relative;
	top: 5px;
	flex: 1;
	word-break: break-all;
}

.ggmap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.flex_wrap.gaiyou_wrap {
		display: block;
	}
	
	.flex_wrap.gaiyou_wrap .flex_left {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.flex_wrap.gaiyou_wrap .flex_right {
		width: 100%;
	}
	
	.greet_wrap .flex_wrap {
		display: block;
	}
	
	.greet_wrap .flex_wrap .flex_left {
		width: 100%;
		margin-bottom: 15px;
	}

	.greet_wrap .flex_wrap .flex_right {
		width: 100%;
		max-height
	}
}

@media screen and (max-width: 560px) {
	.gaiyou_wrap dl {
		display: block;
		text-align: center;
	}
	
	.gaiyou_wrap dl dt {
		width: 100%;
	}
	
	.greet_wrap .flex_wrap .flex_left {
		width: 100%;
	}

	.greet_wrap .flex_wrap .flex_right {
		width: 100%;
	}
}

/* -----------------------------------------------------------
	お問い合わせ
----------------------------------------------------------- */

.privacy_page {
	margin-bottom: 20px;
}

.privacy_erea {
	border: 1px solid #ccc;
	height: 250px;
    overflow-y: scroll;
	padding: 15px;
}

.privacy_page dl dt {
	font-weight: bold;
	margin-bottom: 0.4em;
}

.privacy_page  h2 {
	font-size: 24px;
}

.mb_none {
	margin-bottom: 0;
}
.contact_info_wrap {
	border: 5px solid #ddd;
	padding: 25px 15px;
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
	border-radius: 5px;
}

.contact_info_wrap .flex_left {
	width: 50%;
	border-right: 1px solid #ddd;
	padding: 10px;
}

.contact_info_wrap .flex_right {
	width: 50%;
	padding: 10px;
}

.contact_info_wrap .ci_tel {
	margin-bottom: 4px;
}

.contact_info_wrap .ci_tel a {
	font-size: 26px;
	white-space: nowrap;
	color: #333;
	padding-left: 25px;
	position: relative;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
}

.contact_info_wrap .ci_tel a svg {
	display: block;
	width: 20px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	fill: var(--color-sub);
}

.contact_info_wrap .ci_tel p {
	font-size: 26px;
	white-space: nowrap;
	color: #333;
	padding-left: 30px;
	position: relative;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
}


.contact_info_wrap p svg {
	fill: var(--color-sub);
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.contact_info_wrap p.ib {
	font-size: 14px;
}

.contact_mass {
	text-align: center;
	max-width: 850px;
	margin: 0 auto 30px;
}

.contact_mass p {
	font-size: 16px;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}

.contact_page_form h2 {
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}


.form_wrap .form_inr {
	max-width: 800px;
	margin: 0 auto;
	padding: 30px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 18px;
	border-radius: 20px;
	background-color: #fafafa;
}

.form_wrap dl {
	width: 100%;
}

.form_wrap dl dt {
	font-weight: 500;
	transform: rotateZ(0.03deg);
	margin-bottom: 5px;
}

.form_wrap dl dt span {
	background-color: #d66765;
	font-size: 12px;
	display: inline-block;
	padding: 4px 10px;
	margin-left: 10px;
	border-radius: 4px;
	color: #fff;
	position: relative;
    top: -2px;
}

.form_wrap dl dd {
	transform: rotateZ(0.03deg);
	margin-bottom: 20px;
}
.form_wrap dl dd dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.form_wrap dl dd dl dt {
	margin-bottom: 12px;
	width: 6em;
	font-weight: normal;
	border-left: none;
}

.form_wrap dl dd dl dd {
	margin-bottom: 8px;
	border-left: none;
	padding-left: 0;
	flex: 1;
}

form input[type=text], form input[type=email], form input[type=password], form input[type=date], form textarea {
	width: 100%;
}

.form_wrap form select {
	width: 210px;
}

.form-control {
	background-color: #fefefe;
}

.submt_wrap {
	text-align: center;
}

.submt_wrap input[type=submit] {
	font-size: 16px;
	width: 120px;
	border-radius: 4px;
}

.submt_wrap input[type=submit]:hover {
	opacity: 0.8;
}

.form_wrap select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
        text-indent: .01px;
        text-overflow: "";
    appearance:none;
     
}

.submt_wrap input[type=submit] {
	background-image: none;
	font-weight: bold;
}

.submt_wrap button {
	color: #efefef;
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 10px 20px 8px;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid var(--color-main);
	box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
	background-color: var(--color-main);
	border-color: var(--color-main);
	font-size: 16px;
    width: 120px;
    border-radius: 5px;
	font-weight: bold;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.submt_wrap button:hover {
	opacity: 0.7;
}

input.wpcf7-previous {
	border: 1px solid #aaa;
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color: #aaa;
    padding: 10px 20px 8px;
    margin-bottom: 0;
    color: #efefef;
    position: relative;
	font-size: 16px;
    width: 120px;
    border-radius: 4px;
	margin-right: 15px;
	line-height: 1.5;
}

.thanks_wrap {
	text-align: center;
	font-size: 18px;
	padding-top: 30px;
	margin-bottom: 70px;
}

.thanks_contact {
	margin-top: 25px;
}

.thanks_contact a {
	color: #212121;
	font-weight: bold;
	font-size: 1.4em;
}

form input[type=text], form input[type=email], form input[type=password], form input[type=date], form textarea {
	width: 100%;
}

.submt_wrap .btn-primary {
	border: 1px solid var(--color-main);
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color: var(--color-main);
	padding: 10px 20px 8px;
	margin-bottom: 0;
	color: #efefef;
	position: relative;
    top: -3px;
}

input[type=submit] {
	border: 1px solid var(--color-main);
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color: var(--color-main);
	padding: 10px 20px 8px;
	margin-bottom: 3px;
	color: #efefef;
}

span.wpcf7-radio .wpcf7-list-item {
	margin: 0;
	display: block;
}

span.wpcf7-radio .wpcf7-list-item label:hover {
	cursor: pointer;
}

.wpcf7-spinner {
	position: absolute;
}

.zip_flex p {
	display: flex;
	align-items: center;
}

span.zipline {
	padding: 0 5px 3px;
}


.submt_wrap input[type=submit] {
	background-image: none;
	font-weight: bold;
}

.submt_wrap button {
	color: #efefef;
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 10px 20px 8px;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid var(--color-main);
	box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
	background-color: var(--color-main);
	border-color: var(--color-main);
	font-size: 16px;
    width: 120px;
    border-radius: 5px;
	font-weight: bold;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.submt_wrap button:hover {
	opacity: 0.7;
}

.thanks_wrap {
	text-align: center;
	font-size: 18px;
	padding-top: 30px;
	margin-bottom: 70px;
}

.thanks_contact {
	margin-top: 25px;
}

.thanks_contact a {
	color: #212121;
	font-weight: bold;
	font-size: 1.4em;
}

.thanks_wrap h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.contact_step {
	max-width: 340px;
	margin: 0 auto 25px;
}

.contact_step ul {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.contact_step ul::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 17px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	background-color: #aaa;
	z-index: 0;
}

.contact_step ul li {
	font-size: 14px;
	background-color: #aaa;
	border-radius: 4px;
	padding: 7px 7px 7px 8px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.contact_step ul li.step_active {
	background-color: var(--color-main);
}

.consent_erea {
    text-align: center;
	margin-bottom: 25px;
}

.form_aten {
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 560px) {
	.contact_info_wrap {
		padding: 15px;
	}
	
	.contact_info_wrap .flex_left {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #212121;
		margin-bottom: 0;
		padding-bottom: 25px;
	}

	.contact_info_wrap .flex_right {
		width: 100%;
		padding-top: 25px;
	}
	
	.contact_info_wrap p.ib {
		font-size: 13px;
	}
}

/* -----------------------------------------------------------
	確認画面
----------------------------------------------------------- */

.confirm_block dl dt {
	padding-top: 20px;
	border-top: 1px solid #aaa;
}

.confirm_block dl dd:last-child {
	border-bottom: 1px solid #aaa;
	padding-bottom: 20px;
}

.confirm_block .form_wrap dl dd dl dt {
	border-top: none;
	padding-top: 0;
}

.confirm_block dl dd dl dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.confirm_block .mw_wp_form_preview {
	max-width: 800px;
	margin: 0 auto;
}

/* -----------------------------------------------------------
	新着情報一覧
----------------------------------------------------------- */

.blog .container, .post-template-default .container, .archive .container {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 15px;
}

.blog .page-header .container .col-md-12, .post-template-default .page-header .container .col-md-12, .archive .page-header .container .col-md-12 {
	max-width: inherit;
}

.blog .siteHeadContainer, .post-template-default .siteHeadContainer, .archive .siteHeadContainer, .blog .site-header-container, .post-template-default .site-header-container, .archive  .site-header-container {
	max-width: inherit;
	padding: 0;
	margin: 0 auto;
}

.blog .site-footer-copyright, .post-template-default .site-footer-copyright, .archive .site-footer-copyright {
	max-width: inherit;
	margin: 0;
	padding: 10px 5px;
}

.blog .siteContent .container, .post-template-default .siteContent .container, .archive .siteContent .container {
	margin-bottom: 50px;
}

.mainSection header h1.entry-title {
	font-size: 1.2em;
}

.entry-meta_updated, .entry-meta_items_author {
	display: none !important;
}

.archive .mainSection header h1 {
	font-size: 22px;
	font-weight: bold;
	color: #191919;
}

.media .hentry .media-body .media-heading {
	font-size: 22px;
	font-weight: 500;
	color: var(--color-main);
}

.category-news .entry-meta_items .btn-primary {
	background-color: var(--color-main) !important;
}

.entry-footer {
	margin-top: 20px;
}

.entry-meta-dataList dd a {
	color: var(--color-main) !important;
}

.widget .subSection-title {
	padding-top: 10px;
}

.vk_posts-mainSection .vk_post-col-lg-12.media .media-img {
	display: none;
}

.vk_post_title_new {
	display: none;
}

.vk_post .media-img {
	display: none;
}

.next-prev {
	display: none;
}

.entry-meta-item-updated, .entry-meta-item-author {
	display: none;
}

.archive-header-title {
	font-size: 24px;
}

.entry-header h1.entry-title {
	font-size: 22px;
}

.breadcrumb-list a {
	text-decoration: none;
}

.entry-meta-data-list dt {
	color: #fafafa;
	background-color: var(--color-main);
}

.btn-primary {
	background-color: var(--color-main);
	border-color: var(--color-main);
}

.btn-primary:hover {
	background-color: var(--color-main);
	border-color: var(--color-main);
}

.site-footer-title:after, .sub-section-title:after, h3:after {
	border-color: var(--color-main);
}

.widget_link_list>ul li a:hover, .widget_link_list>ul li.current-cat>a {
	color: var(--color-main);
}

.blog .mainSection, .archive .mainSection, .post-template-default .mainSection {
	padding: 0 15px;
}

.media .hentry .media-body .media-heading {
	font-size: 18px;
}


.subSection-title:after, h3:after {
	border-bottom-color: var(--color-main);
}

.page-header_pageTitle, h1.page-header_pageTitle:first-child {
	margin: 1.4em 0;
}

.post-template-default h3 {
	border: 1px solid #ccc;
	position: relative;
	padding: 10px 15px 10px 25px;
    font-size: 20px;
}

.post-template-default h3::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 5px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: var(--color-main);
    border-radius: 5px;
}

.post-template-default h4 {
	margin-left: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 18px;
	border-top: none;
    border-bottom: 1px solid #ddd;
}

.post-template-default .entry-body {
	margin-bottom: 40px;
}

div.pdfemb-viewer {
	border-color: #ccc !important;
}

.entry-meta_items_term_button {
	padding: 4px 1em;
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.entry-meta_items_term {
		margin-left: 10px;
	}
}

@media screen and (max-width: 560px) {
	.entry-meta_items_term {
		margin-left: 10px;
	}
	
	.media .postList_thumbnail {
		float: none;
		width: 180px;
		margin: 0 auto;
	}
}

/* -----------------------------------------------------------
	検索結果
----------------------------------------------------------- */

.search .mainSection-col-two {
	width: 100%;
	max-width: 1130px;
	padding: 0 15px;
	margin: 0 auto 70px;
	float: none;
}

.search .media {
	border-bottom: 1px solid var(--color-main);
	padding: 20px 5px;
}

.search-results .entry-meta {
    display: none;
}

.search .subSection {
	display: none !important;
}

.search_wrap p {
	text-align: center;
	margin-bottom: 15px;
}

.search_wrap form {
	display: flex;
	align-items: center;
}

.search_wrap form input.btn {
	position: relative;
	background-image: url("./images/icon_search.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: var(--color-main);
	border-color: var(--color-main);
}

.search_wrap form input.btn:focus {
	background-color: var(--color-main);
}

.search_wrap form input.btn {
	color: transparent;
	padding: 5px 20px 6px;
	margin-bottom: 0;
}

.search_wrap form input.btn:hover, .search_wrap form input.btn:active, .search_wrap form input.btn:focus {
	color: transparent !important;
}

.search_wrap form input.btn:hover {
	opacity: 0.8;
}

.search_wrap form .form-control {
	flex: 1;
}

.entry-meta_items_term:not(:last-child) {
	margin-left: 10px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "" !important;
}

body.search-results .postList_thumbnail {
	display: none;
}

body.search-results .media .media-body .media-heading {
	margin-bottom: 0;
}

@media screen and (max-width: 992px) {
	.subSection {
		padding: 0 15px;
	}
}

@media screen and (max-width: 560px) {
	.search_wrap form input.btn {
		margin-bottom: 2px;
	}
	
	.subSection {
		padding: 0 15px;
	}
}


/* -----------------------------------------------------------
	お問い合わせ確認画面構築
----------------------------------------------------------- */

.recaptcha_wrap {
	max-width: 304px;
	margin: 0 auto;
	padding-top: 25px;
}

.zip_flex p {
	display: flex;
	align-items: center;
}

span.zipline {
	padding: 0 5px 3px;
}

.zip_flex p input[type=text] {
	width: 120px;
	max-width: 100%;
}

.zip_flex p span:first-child input[type=text] {
	width: 100px;
}

span.wpcf7-spinner {
	display: block;
	margin: 0 auto;
}

input.wpcf7-previous {
	border: 1px solid #aaa;
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color: #aaa;
    padding: 10px 20px 8px;
    margin-bottom: 0;
    color: #efefef;
    position: relative;
	font-size: 16px;
    width: 120px;
    border-radius: 4px;
	margin-right: 15px;
	line-height: 1.5;
}

input.wpcf7-previous:hover {
	opacity: 0.7;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
	display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
	display: none;
}

.submt_wrap input {
	border: 1px solid var(--color-main);
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color: var(--color-main);
	padding: 10px 20px 8px;
	margin-bottom: 0;
	color: #efefef;
	position: relative;
    top: -3px;
	font-size: 16px;
    width: 120px;
    border-radius: 4px;
	line-height: 1.6;
}

.submt_wrap input.back_button {
	border: 1px solid #bbb;
    background-color: #bbb;
}

.submt_btn_wrap {
	display: flex;
	justify-content: center;
}

.submt_btn_wrap .submt_wrap {
	margin: 0 10px;
}

.conf_text {
	text-align: center;
	margin-bottom: 20px;
}

.blog .breadSection .breadcrumb, .post-template-default .breadcrumb {
	padding-left: 15px;
}

