@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.TOP & LAYOUT]
/* [02.PAGE]
/* [03.SINGLE]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.TOP & LAYOUT]
--------------------------------------------------------------------------*/
#main-top {
	position: relative;
	padding-top: 75px;
	display: block;
    overflow: hidden;
    background: #fff;
}
.main-visual {
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
	padding: 20px 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
.main-flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
}
.main-flx .img-01,
.main-flx .img-03 {
	width: 25%;
}
.main-flx .img-01 img,
.main-flx .txt-02 img,
.main-flx .img-03 img {
	width: 100%;
	height: auto;
}
.main-flx .txt-02 {
	width: 50%;
	position: relative;
}
.main-flx .txt-02 .main-txt {
	width: 100%;
	position: absolute;
	padding: 27% 27%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 5;
}
.main-flx .txt-02 .main-txt h2 {
	margin-bottom: 40px;
}
.main-btn {
	display: block;
	width: 50%;
	padding: 15px 30px;
	text-align: center;
	background: #9351b9;
	color: #fff;
	border-radius: 50px;
	margin: 0 auto 40px;
}
.main-flx .txt-02:before {
	content: "";
    background: url(../images/layouts/main-flw-01.svg) no-repeat;
    position: absolute;
    display: inline-block;
    width: 88px;
    height: 98px;
    top: 80px;
    right: 60px;
}
.main-flx .txt-02:after {
	content: "";
    background: url(../images/layouts/main-flw-02.svg) no-repeat;
    position: absolute;
    display: inline-block;
    width: 88px;
    height: 98px;
    bottom: 80px;
    left: 100px;
}
.covid19-info {
	width: 260px;
	margin: 0 auto;
	text-align: left;
}
.covid19-info a {
	display: block;
    padding-left: 30px;
    position: relative;
    line-height: 28px;
}
.covid19-info a:before {
    content: "";
    background: url(../images/layouts/news-arrow.svg) no-repeat;
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 23px;
    top: 5px;
    left: 0;
    vertical-align: middle;
}
.can-bnr-sp {
	display: none;
}
.can-bnr {
	position: absolute;
	bottom: 20px;
	right: 40px;
	z-index: 10;
}
.drop-shadow {
	filter: drop-shadow(0 0 8px);
}
.can-bnr img {
	width: 100%;
	height: auto;
}
.main-slide-wrap {
	display: none;
}
/* CSSアニメーションの指定 横からスライドイン */
.Headline {
  animation: SlideIn 1.6s forwards;
}
@keyframes SlideIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*テキストフォーカスイン*/
.text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
		animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes text-focus-in {
  0% {
-webkit-filter: blur(12px);
	filter: blur(12px);
opacity: 0;
  }
  100% {
	-webkit-filter: blur(0px);
		filter: blur(0px);
	opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
	-webkit-filter: blur(12px);
		filter: blur(12px);
	opacity: 0;
  }
}

/*MAIN-end*/
.li-3c {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.li-3c li {
	width: 32%;
	height: auto;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li-3c li:nth-child(3n) {
	margin-right: 0;
}
.li-4c {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.li-4c li {
	width: 23.5%;
	height: auto;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li-4c li:nth-child(4n) {
	margin-right: 0;
}
.li-2c {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.li-2c li {
	width: 48%;
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.about-info.pkg {
	padding: 160px 0 180px 0;
	position: relative;
}
.about-info:before {
    content: "";
    background: url(../images/layouts/about-info-before.svg) no-repeat;
    position: absolute;
    display: inline-block;
    width: 209px;
    height: 355px;
    top: 100px;
    left: 0;
}
.about-info:after {
    content: "";
    background: url(../images/layouts/about-info-after.svg) no-repeat;
    position: absolute;
    display: inline-block;
    width: 151px;
    height: 264px;
    bottom: 50px;
    right: 0;
}
.ttl-wrap h2 {
	font-size: 16px;
	color: #9351b9;
	text-align: center;
	margin-bottom: 15px;
}
.ttl-wrap .eng {
	font-size: 72px;
    line-height: 100%;
    position: relative;
    padding-bottom: 25px;
    text-align: center;
    margin-bottom: 60px;
}
.ttl-wrap .eng:before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    width: 60px;
    height: 1px;
    content: '';
    background: #2e2433;
}
.about-info .txt {
	font-size: 18px;
	color: #676469;
	line-height: 180%;
	text-align: center;
}
.point-box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #f8f8f8;
	padding: 60px;
}
.point-li {
	margin-bottom: 30px;
}
.point-li li {
	width: 32%;
	background: #fff;
	height: auto;
	font-size: 12px;
	color: #676469;
}
.point-li img {
	width: 100%;
	height: auto;
}
.point-li li .txt-box {
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.point-li li h4 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}
#pick-up-info .pkg {
	padding: 80px 0;
}
.news-pickup .news {
	justify-content: space-between;
}
.news-pickup .article {
	width: 80%;
}
.news-pickup .article a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news-pickup .article .date {
	width: 15%;
}
.news-pickup .article .txt {
	width: 80%;
	overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-pickup .news .btn-wrap {
	margin: inherit;
}
.news-pickup .eng {
	margin-bottom: 30px;
}
.plan-li li {
	background: #f8f8f8;
	height: auto;
}
.plan-li li .txt-box {
	padding: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.plan-li li .eng {
	text-align: center;
	margin-bottom: 15px;
}
.plan-li li h4 {
	text-align: center;
	margin-bottom: 30px;
}
.recommend-wrap {
	margin-bottom: 60px;
	padding: 60px;
	background: #f8f8f8;
	position: relative;
}
.recommend-wrap h4 {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 28px;
	margin-bottom: 40px;
}
.recommend-li li {
	text-align: center;
	background: #fff;
	margin-bottom: 0;
}
.recommend-li li p {
	padding: 20px;
}
.recommend-li img {
	width: 100%;
	height: auto;
}
.dress-pick-img {
	height: 480px;
	overflow-y: hidden;
}
.dress-pick-img img {
	width: 100%;
	height: auto;
}
.dress-info .img-box {
	width: 50%;
}
.dress-info .txt-box {
	width: 40%;
}
.dress-info img {
	width: 100%;
	height: auto;
}
.dress-info h2,
.dress-info .eng {
	text-align: left;
}
.dress-info .eng:before {
	left: 0;
}
.dress-info .dsp {
	font-size: 18px;
	color: #676469;
	line-height: 180%;
	margin-bottom: 60px;
}
.dress-info .btn-wrap {
	margin: inherit;
}
/* ドレス画像スライドアニメーション */
.dress-slide-wrap {
	display: flex;
	align-items: center;
	overflow: hidden;
}
.slideshow {
	display: flex;
}
.content {
	width: 360px;
	height: auto;
}
.content img {
	width: 100%;
	height: auto;
}
.slideshow {
	display: flex;
	animation: loop-slide 80s infinite linear 1s both;
}
@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
/* ドレス画像スライドアニメーションend */
.fad-top,
.news-top {
	align-items: inherit;
}
.fad-top .txt-box,
.news-top .txt-box {
	width: 30%;
}
.fad-top .click-box,
.news-top .news-li {
	width: 65%;
}
.fad-top h2,
.news-top h2 {
	text-align: left;
}
.fad-top .eng,
.news-top .eng {
	text-align: left;
	font-size: 52px;
	margin-bottom: 30px;
}
.fad-top .eng:before,
.news-top .eng:before {
	left: 0;
}
.btn_info {
	display: block;
	position: relative;
	padding-left: 40px;
}
.btn_info:before {
	content: "";
    background: url(../images/layouts/btn_info_icon.svg) no-repeat;
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    top: -2px;
    left: 0;
    vertical-align: middle;
}
.faq-li li {
	border-bottom: 1px solid #eee;
}
.faq-li li .ac_ttl {
	padding: 25px 20px;
	position: relative;
	background-color: #fff;
}
.faq-li li .ac_ttl:not(.open):hover {
	background-color: #fbfbfb;
}
.faq-li li .ac_ttl .i_box {
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.faq-li li .ac_ttl .i_box:before,
.faq-li li .ac_ttl .i_box:after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
}
.faq-li li .ac_ttl .i_box:before {
	border-top: 2px solid #2e2433;
	width: 20px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.faq-li li .ac_ttl .i_box:after {
	border-left: 2px solid #2e2433;
	width: 0;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 9px;
	transition: .3s;
}
.faq-li li .ac_ttl.open .i_box:after {
	height: 0;
}
.faq-li li .ac_inner {
	display: none;
	padding: 30px;
	box-sizing: border-box;
	background: #f8f8f8;
}
.faq-li li .ac_txt {
	position: relative;
	padding-left: 40px;
}
.faq-li li .ac_txt:before {
	content: "Q";
    position: absolute;
    display: inline-block;
    font-size: 32px;
    color: #9351b9;
    top: 0;
    left: 0;
    vertical-align: middle;
    font-family: 'Lora', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.news-li li {
	width: 100%;
	font-size: 15px;
}
.news-li li a {
	display: block;
	width: 100%;
	padding: 25px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.news-li li a:hover {
	background-color: #fbfbfb;
	opacity: 1;
}
.news-li li a .date {
	width: 18%;
}
.news-li li a .ttl {
	width: 80%;
	overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.insta-ttl {
	font-size: 20px;
	margin-bottom: 30px;
}
.insta-li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}
.insta-li li {
	width: 15%;
	margin-right: 2%;
}
.insta-li li:last-child {
	margin-right: 0;
}
.insta-li li img {
	width: 100%;
	height: auto;
}
/* [02.PAGE]
--------------------------------------------------------------------------*/
#main-under {
    position: relative;
    padding-top: 75px;
    display: block;
    overflow: hidden;
    height: auto;
    background: #fff;
}
.main-under-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 2000px;
}
.under-main {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
.under-main .txt-box {
    width: 100%;
    max-width: 1200px;
    top: 28%;
	right: 0;
	left: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
}
.under-main .catchcopy {
	width: 600px;
	height: 290px;
	margin: 0 auto;
	background:rgba(255,255,255,0.9);
	padding: 60px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}
.under-main .catchcopy .eng {
	font-size: 22px;
	margin-bottom: 20px;
	letter-spacing: 4px;
}
.under-main .catchcopy h1 {
	font-size: 36px;
	line-height: 120%;
	margin-bottom: 20px;
}
.under-main .catchcopy h1 span {
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 140%;
	margin-top: 5px;
}
.under-main .catchcopy .dsp {
	font-size: 18px;
}
.under-main .img-box {
    width: 100%;
}
.under-main .img-box img {
	width: 100%;
	height: auto;
}
/* PAGE-PLAN ----------------------------------------------------*/
#plan-nav {
	width: 100%;
	padding: 60px 0;
	box-sizing: border-box;
	background: #f8f8f8;
}
.plan-nav-li {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.plan-nav-li li {
	width: 48.5%;
}
.plan-nav-li li a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	color: #a7a0ab;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border: 2px solid #fff;
}
.plan-nav-li .img-box {
	width: 30%;
}
.plan-nav-li .img-box img {
	width: 100%;
	height: auto;
}
.plan-nav-li .txt {
	width: 64%;
}
.plan-nav-li li.active a,
.plan-nav-li li a:hover {
	border: 2px solid #9351b9;
	opacity: 1;
	color: #9351b9;
}
.plan-ttl-box .dsp {
	font-size: 18px;
	line-height: 180%;
	color: #676469;
	text-align: center;
	margin-bottom: 40px;
}
.about-chapel-wedding {
	margin-bottom: 90px;
}
.price-li {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.price-li li {
	width: 49%;
	border: 4px solid #eee;
	padding: 40px;
	box-sizing: border-box;
	margin-right: 2%;
	text-align: center;
}
.price-li li:last-child {
	margin-right: 0;
}
.price-li li h4 {
	font-size: 22px;
	line-height: 100%;
	color: #9351b9;
	margin-bottom: 10px;
}
.price-li li .price {
	font-size: 42px;
	line-height: 100%;
}
.price-li li .price span {
	font-size: 18px;
}
.plan-icon-li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 680px;
	justify-content: center;
	margin: 0 auto 40px;
}
.plan-icon-li li {
	width: 12%;
	height: auto;
	text-align: center;
	margin-right: 2.666%;
	font-size: 12px;
	color: #676469;
	line-height: 120%;
}
.plan-icon-li li:last-child,
.plan-icon-li li:nth-child(7n) {
	margin-right: 0;
}
.plan-icon-li img {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 10px;
}
.chapel-img-li,
.photo-img-li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 680px;
	justify-content: center;
	margin: 0 auto;
}
.chapel-img-li li,
.photo-img-li li {
	width: 23.5%;
	margin-right: 2%;
}
.chapel-img-li img,
.photo-img-li img {
	width: 100%;
	height: auto;
}
.chapel-img-li li:nth-child(4n),
.photo-img-li li:nth-child(4n) {
	margin-right: 0;
}
.dress-img-li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	margin: 0 auto;
}
.dress-img-li li {
	width: 15%;
	margin-right: 2%;
}
.dress-img-li img {
	width: 100%;
	height: auto;
}
.dress-img-li li:nth-child(6n) {
	margin-right: 0;
}
.bg-f8f8f8 {
	background: #f8f8f8;
}
.chapel-option-wrap {
	background: #fff;
	padding: 60px;
	box-sizing: border-box;
}
.purple-h3 {
	margin-bottom: 30px;
}
.purple-h3 span {
	display: inline-block;
	padding: 10px 35px;
	text-align: center;
	color: #fff;
	background: #9351b9;
	font-size: 18px;
	line-height: 24px;
	border-radius: 40px;
}
.location-photo {
	margin-bottom: 80px;
}
.location-photo h4 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 40px;
}
.location-img-li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 520px;
	justify-content: center;
	margin: 0 auto;
}
.location-img-li li {
	width: 48%;
	margin-right: 4%;
}
.location-img-li li:nth-child(2n) {
	margin-right: 0;
}
.location-img-li img {
	width: 100%;
	height: auto;
}
.dinner-hope h3 {
	font-size: 24px;
	position: relative;
	padding: 0 65px;
	text-align: center;
}
.dinner-hope h3:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #2e2433;
}
.dinner-hope h3 span {
	position: relative;
	padding: 0 1em;
	background: #fff;
}
.dinner-about {
	align-items: inherit;
}
.dinner-about div {
	width: 48%;
}
.dinner-about .txt-box {
	text-align: center;
}
.dinner-about .txt-box .ttl-wrap {
	width: 185px;
	margin: 0 auto 30px;
}
.dinner-about .txt-box .ttl-wrap img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.dinner-about .txt-box .ttl-wrap h4 {
	font-size: 26px;
}
.dinner-about .txt-box .dsp {
	font-size: 14px;
	color: #676469;
	margin-bottom: 40px;
}
.dinner-about .txt-box .plan-icon-li {
	width: 100%;
	max-width: 100%;
}
.dinner-about .txt-box .plan-icon-li li {
	width: 15.5%;
}
.dinner-about .txt-box .point {
	padding: 28px 50px;
	border: 1px solid #eee;
	box-sizing: border-box;
	color: #e8295f;
	font-size: 14px;
	display: inline-block;
}
.dinner-about .img-box {
	text-align: center;
	font-size: 14px;
	color: #676469;
}
.dinner-about .img-box img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.dinner-about .img-box h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
/* PAGE-DRESS-TUXEDO ----------------------------------------------------*/
.about-dress-tuxedo .dsp {
	font-size: 18px;
	line-height: 180%;
	color: #676469;
	text-align: center;
	margin-bottom: 40px;
}
.page-link {
    width: 100%;
    max-width: 935px;
    margin: 0 auto;
}
.page-link li {
    width: 31%;
    margin-right: 3.5%;
}
.page-link img {
	width: 100%;
}
.page-link .img-box {
	position: relative;
}
.page-link .thum {
	margin-bottom: 35px;
}
.page-link li .arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -20px;
	z-index: 5;
}
.page-link h4 {
	text-align: center;
}
.dress-ttl-box {
	background: url(../images/layouts/dress-ttl-wrap-bg.png) no-repeat;
	background-size: cover;
	margin-bottom: 60px;
}
.tuxedo-ttl-box {
	background: url(../images/layouts/tuxedo-ttl-wrap-bg.png) no-repeat;
	background-size: cover;
	margin-bottom: 60px;
}
.costume-ttl-box {
	padding: 170px 40px;
	box-sizing: border-box;
}
.costume-ttl-box .ttl-wrap h2 {
	color: #fff;
}
.costume-ttl-box .ttl-wrap .eng {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #fff;
}
.costume-ttl-box .ttl-wrap .eng:before {
	content: none;
}
#dress-introduction .dsp,
#tuxedo-introduction .dsp {
	color: #676469;
	text-align: center;
	margin-bottom: 60px;
}
.costume-li img {
	width: 100%;
	height: auto;
}
.costume-li li .thum {
	position: relative;
}
.costume-li li .icon {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 30px;
	height: 30px;
	z-index: 10;
}
/* [衣装ポップアップ] */
.modal{
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.modal__bg{
    background-color: rgba(30, 30, 30, 0.9);
    height: 100%;
    width: 100%;
}
.modal__content {
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    max-width: 720px;
}
.modal__content .img-box {
	width: 60%;
	height: auto;
	margin: 0 auto 20px;
}
.modal__content .img-box img {
	width: 100%;
	height: auto;
}
a.js-modal-close {
    text-align: center;
    margin: 0 auto;
    width: 100px;
    display: block;
    color: #fff;
}
a.js-modal-close span {
	display: inline-block;
	border: 1px solid #fff;
	padding: 5px;
	line-height: 100%;
	margin-right: 10px;
	font-size: 10px;
}
/* PAGE-ABOUT ----------------------------------------------------*/
#page-about-us .about-info.pkg {
	padding: 160px 0;
	position: relative;
}
#page-about-us .about-info:after {
    content: "";
    background: url(../images/layouts/about-info-after.svg) no-repeat;
    position: absolute;
    display: inline-block;
    width: 151px;
    height: 264px;
    bottom: 100px;
    right: 0;
}
.after-follow {
	padding: 180px 0;
	width: 100%;
	background: url(../images/layouts/after-follow_bg.png) no-repeat;
	background-size: cover;
}
.after-follow h3 {
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}
.pastor-introduction.pkg {
	padding: 60px 0 100px 0;
}
.pastor-introduction .dsp {
	text-align: center;
	color: #676469;
	margin-bottom: 60px;
}
.pastor-box .img-box {
	width: 34%;
}
.pastor-box .txt-box {
	width: 60%;
}
.pastor-box img {
	width: 100%;
	height: auto;
}
.pastor-box .eng {
	font-size: 32px;
	color: #9351b9;
	margin-bottom: 35px;
}
.pastor-box .position {
	font-size: 16px;
	margin-bottom: 5px;
}
.pastor-box .name {
	font-size: 38px;
	line-height: 140%;
	margin-bottom: 35px;
}
.pastor-box .dsp {
	color: #676469;
	text-align: left;
	font-size: 16px;
	line-height: 180%;
}
.pastor-box:last-child {
	margin-top: 60px;
}
.facility-li {
	justify-content: center;
}
.facility-li {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}
.facility-li li {
	width: 31%;
	margin-right: 3.5%;
}
.facility-li img {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.facility-li h4 {
	text-align: center;
	margin-bottom: 25px;
}
.facility-dsp {
	width: 100%;
	max-width: 935px;
	margin: 0 auto;
	line-height: 140%;
	color: #676469;
}
/* PAGE-ACCESS ----------------------------------------------------*/
.access-info {
	align-items: inherit;
}
.access-info .txt-box,
.access-info .map {
	width: 48%;
}
.access-info h3 {
	margin-bottom: 35px;
	text-align: left;
}
.access-li li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	color: #676469;
	line-height: 140%;
	font-size: 14px;
}
.access-li li a {
	color: #676469;
}
.access-li li .ttl {
	font-size: 15px;
	font-weight: bold;
	line-height: 140%;
	color: #2e2433;
	margin-bottom: 5px;
}
.access-li li:last-child {
	border-bottom: none;
}
/* PAGE-FAQ ----------------------------------------------------*/
#page-faq .pkg {
	width: 100%;
	max-width: 770px;
}
.faq-wrap {
	margin-bottom: 80px;
}
.faq-wrap:last-child {
	margin-bottom: 0;
}
/* PAGE-INFO ----------------------------------------------------*/
.info-cate-nav {
	margin: 0 auto 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.info-cate-nav li a {
	display: block;
	border: 1px solid #2e2433;
	padding: 20px;
	box-sizing: border-box;
	margin-right: 10px;
}
.info-cate-nav li:last-child a {
	margin-right: 0;
}
.article-li {
	justify-content: flex-start;
}
.article-li li {
	margin-bottom: 40px;
}
.article-li .thum {
	margin-bottom: 20px;
}
.article-li .cate-date {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}
.article-li .cate-date .cate {
	text-align: left;
	color: #9351b9;
}
.article-li .cate-date .date {
	text-align: right;
	color: #676469;
}
.article-li h4:hover {
	color: #9351b9;
}
/* PAGE-PRIVACY ----------------------------------------------------*/
.privacy-box {
	margin-bottom: 40px;
}
.privacy-box h4 {
	font-size: 24px;
	margin-bottom: 15px;
}
.privacy-box p {
	color: #676469;
}
/* [03.SINGLE]
--------------------------------------------------------------------------*/
.article-single #breadcrumbs p {
	text-align: left;
}
.single.pkg {
	padding: 60px 0 100px 0;
}
.single-wrap {
	align-items: inherit;
}
.single-wrap .left-conts {
	width: 70%;
}
.single-wrap .right-conts {
	width: 26%;
}
.single-wrap .left-conts a {
	text-decoration: underline;
	color: #9351b9;
}
.article-ttl-wrap {
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}
.article-ttl-wrap .cate {
	font-size: 14px;
	line-height: 140%;
	color: #9351b9;
	margin-bottom: 20px;
}
.article-ttl-wrap h1 {
	font-size: 28px;
	margin-bottom: 20px;
}
.article-ttl-wrap .date {
	color: #676469;
	font-size: 10px;
	line-height: 100%;
	margin-bottom: 30px;
}
.share-sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.share-sns li {
	margin-right: 20px;
}
.share-sns li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 11px;
	color: #000;
	align-items: center;
	color: #212121!important;
	text-decoration: none!important;
}
.share-sns li a .img-box {
	width: 24px;
	height: auto;
	padding-right: 10px;
}
.share-sns li a .img-box img {
	width: 100%;
	height: auto;
}
.single h2 {
    font-size: 24px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #eee;
    margin-bottom: 40px;
}
.single h2:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 120px;
    height: 2px;
    content: '';
    background: #9351b9;
}
.single h3 {
	font-size: 20px;
	padding: 15px 20px;
	border-left: 4px solid #9351b9;
	margin-bottom: 40px;
	text-align: left;
}
.single h4 {
	font-size: 18px;
	padding: 10px 20px;
	background: #f8f8f8;
	margin-bottom: 30px;
}
.single h5 {
	font-size: 16px;
	color: #9351b9;
	padding-left: 20px;
	margin-bottom: 20px;
	position: relative;
}
.single h5:before {
	content: "●";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    vertical-align: middle;
}
.single p {
	margin-bottom: 40px;
}
.single p img {
	max-width: 100%;
	height: auto;
}
#side-bnr {
	margin-bottom: 40px;
}
#side-bnr a {
	display: block;
	margin-bottom: 20px;
}
#side-bnr a img {
	width: 100%;
	height: auto;
}
#side-new-article {
	margin-bottom: 40px;
}
#side-new-article h3,
#side-cate h3 {
	font-size: 18px;
	background: none;
	border-left: none;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #9351b9;
	margin-bottom: 20px;
	text-align: left;
}
.new-li {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.new-li li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.new-li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	opacity: 1;
}
.new-li a .thum {
	width: 45%;
	border-radius: 6px;
}
.new-li a .thum img {
	width: 100%;
	height: auto;
}
.new-li a .txt-box {
	width: 51%;
}
.new-li a .cate {
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 100%;
	color: #9351b9;
}
.new-li a .date {
	font-size: 10px;
	color: #444;
	line-height: 100%;
	margin-bottom: 5px;
}
.new-li a h4 {
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
	padding: 0;
	background: none;
	margin-bottom: 0;
}
.new-li a h4:hover {
	color: #9351b9;
}
#side-new-article .small-btn {
	width: 180px;
}
#side-cate ul li {
	margin-bottom: 15px;
	padding: 0 15px 15px 15px;
	border-bottom: 1px solid #eee;
}
#side-cate ul li a {
	font-size: 13px;
	width: 100%;
	display: inline-block;
	font-weight: bold;
}
#side-cate ul li a:last-child {
	margin-bottom: 0;
}
/* [00.MEDIA QUERIES,PRINT]
--------------------------------------------------------------------------*/
@-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
/* [width:768-1024]
--------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:860px) and ( max-width:1180px){
nav#nav-main ul li {
	padding: 7px 10px;
}
header.conts-fixed nav#nav-main ul li {
	padding: 5px 10px;
}
#pick-up-info .pkg {
	padding: 80px 20px 30px;
}
.news-pickup .news .btn-wrap {
	width: 20%;
}
.pkg {
	padding-left: 20px;
	padding-right: 20px;
}
.cv-box .contact {
	padding: 30px 6%;
}
.footer_wrap {
	padding: 100px 20px 80px;
}
}
/* [width:1480-1680]
--------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1460px) and ( max-width:1680px){
.main-flx .txt-02 .main-txt h2 {
    width: 80%;
    margin: 0 auto 40px;
}
.main-flx .txt-02 .main-txt {
	padding: 27% 15%;
}
.main-flx .txt-02:before {
	top: 15%;
	right: 15%;
}
.main-flx .txt-02:after {
	bottom: 15%;
	left: 15%;
}
.under-main .txt-box {
	top: 30%;
}
}
/* [width:1690-1980]
--------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1690px) and ( max-width:3000px){
.main-flx .txt-02 .main-txt h2 {
    width: 80%;
    margin: 0 auto 40px;
}
.main-flx .txt-02 .main-txt {
	padding: 30% 15%;
}
.main-flx .txt-02:before {
	top: 20%;
	right: 20%;
}
.main-flx .txt-02:after {
	bottom: 20%;
	left: 20%;
}
.under-main .txt-box {
	top: 32%;
}
}

/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}
@media print {
}