@charset 'utf-8';

/*ーーーーーーーーーーーーーーーーーーーーー

全体レイアウト

ーーーーーーーーーーーーーーーーーーーーーー*/

*{
box-sizing: border-box;
position: relative;
}

html,body {
	position: relative;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	height: 100%;
	word-wrap: break-word;
  overflow-wrap: break-word;
}

body {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.6;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	height: 100%;
}

img { vertical-align:top; }

.zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

section{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.small{font-size: .8em;}


/*表示、非表示　PCでは逆に*/

.pc_area { display: none; }
.sp_area { display: block; }
.transp_0 { opacity: 0; }

/*スペース調整*/

.mb5 { margin-bottom: 5px; }


/*ーーーーーーーーーーーーーーーーーーーーー

アニメーション設定

ーーーーーーーーーーーーーーーーーーーーーー*/

.transp_0_100 {
	-webkit-animation: transp_0_100_animname 1s forwards;
	animation: transp_0_100_animname 1s forwards;
}

@keyframes transp_0_100_animname {
	0% { transform: translate(0px, 40px); opacity: 0; }
	100% { transform: translate(0px, 0px); opacity: 1; }
}



/*ーーーーーーーーーーーーーーーーーーーーー

header

ーーーーーーーーーーーーーーーーーーーーーー*/

header {
  margin: 0;
  padding: 0;
  height: 65vh;
  min-height: 300px;
  overflow: hidden !important;
}

header .fv {
  margin: 50px 0 0 0;
  padding: 0;
  height: 100%;
}

/*PC用メニューはh1、h2のみ利用*/

header .inner ul {
display: none;
}

header .inner h1 {
  position: absolute;
  top: 0px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 10%;
  height: 0 !important;
  line-height: 250%;
  width: 50%;
  background: url(../img/layout/KyoukaiLOGO.svg) center center no-repeat;
  background-size: 90%;
}

header .inner h2 a {
  position: absolute;
  top: 0px;
  right:10px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 13%;
  height: 0 !important;
  line-height: 250%;
  width: 25%;
  background: url(../img/layout/hotelLOGO.svg) center center no-repeat;
  background-size: 100%;
}


/*SP用メニュー*/

header .sp_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: #00913A;
  display: grid;
  grid-template-columns: .8fr 1fr;
}


header .sp_menu a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

header .sp_menu a:hover {
  opacity: 0.6;
}


header .sp_menu h1 {
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 14%;
  height: 0 !important;
  line-height: 250%;
  width: 100%;
  background: url(../img/layout/KyoukaiLOGO_sp.svg) bottom 5px center no-repeat;
  background-size: 90%;
}

header .sp_menu h2 a,
header .sp_menu h2 a:link,
header .sp_menu h2 a:visited {
font-family: "Zen Old Mincho", serif;
  display: block;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 2.5vw;
}

/*リストリンク*/

header .sp_menu ul.site_menu {
  margin: 0;
  padding: 0;
  display: table;
  height:100%;
  text-align: center;
  
}

header .sp_menu ul.site_menu li {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}


header .sp_menu ul.site_menu li a {
display: block;
  display: flex;
  justify-content: center;
  align-items: center;
height: 100%;
color: #ffffff;
font-weight: bold;
}

header .sp_menu ul.site_menu li a.inquiry {
background-color:#EE7C00;
}

header .sp_menu ul.site_menu li a.observation {
background-color:#987C3A;
}


/*トップの画像切り替えはslidephotoにて定義*/

.slidephoto {
  position: absolute;
  top: 0;
  left: 0;
}


/*ーーーーーーーーーーーーーーーーーーーーー

NEWS

ーーーーーーーーーーーーーーーーーーーーーー*/

.news {
  margin: 40px auto 100px auto;
  padding: 0 20px 10px 20px;
  width: 100%;
}

.news h2 {
  font-size: 1.1em;
  margin: 0 0 10px 0;
  padding: 5px 10px;
  border-left: 2px solid #858a8e;
}

.news dl {
  margin: 0;
  padding: 0;
}

.news dt,
.news dd {
  position: relative;
  margin: 0;
  padding: 0;
}

.news dt {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .8em;
}

.news dd h3 {
  font-size: 1.1em;
}

.news dd p {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 2em;
}

.news dd a.linkpage {
  position: absolute;
  bottom: 0;
  right: 0;
}


/*ーーーーーーーーーーーーーーーーーーーーー

ロケーション

ーーーーーーーーーーーーーーーーーーーーーー*/

.location {
  margin: 0 0 100px 0;
  padding: 0;
}

.location::after {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 90%;
  background: url(../img/location/location_text_image.svg) left center no-repeat;
  background-size: 70%;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.location::before {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: #F7F7F2;
}

.location h2 {
  position: absolute;
  top: 30%;
  left: 2%;
  height: 7em;
  text-align: center;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 3.5em;
  font-weight: normal;
}

.location .introduction_box {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}

.location .introduction {
  position: relative;
}

.location .introduction:nth-of-type(1) {
  order: 2;
	margin-left: 20%;
}

.location .introduction:nth-of-type(2) {
  order: 1;
  margin-left: 5%;
}

.location .introduction_box .text {
  font-size: .9em;
  line-height: 1.8;
}

/*位置などの微調整調整*/

.location .introduction_box .introduction:nth-of-type(1) img {
  display: block;
  margin-top: 4em;
}

.location .introduction_box .introduction:nth-of-type(1) .text {
  top: 1em;
}

.location .introduction_box .introduction:nth-of-type(2) .text {
  margin: 20px 10px 0 25%;
  padding: 0;
}




/*ーーーーーーーーーーーーーーーーーーーーー

スタイル

ーーーーーーーーーーーーーーーーーーーーーー*/

.style {
  z-index: 1;
  margin: 0;
  padding: 0;
}

.style::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: url(../img/style/style_text_image.svg) top 10% right -100px no-repeat;
  background-size: 100%;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.style h2 {
  position: absolute;
  top: 5%;
  right: 8%;
  height: 7em;
  text-align: center;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 3.5em;
  font-weight: normal;
}

.style .introduction_box {
  margin: 0 auto 30px auto;
  padding: 0;
  max-width: 1400px;
  width: 100%;
}

.style .introduction {
  position: relative;
}

.style .text {
  font-size: .9em;
  line-height: 1.8;
}

/*位置などの微調整調整*/

.style .introduction_box .introduction:nth-of-type(1) {
  width: 70%;
  margin-bottom: 50px;
}

.style .introduction_box .introduction:nth-of-type(2) {
  width: 85%;
  margin-left: 15%;
}

.style .introduction_box .introduction:nth-of-type(1) img {
  display: block;
}

.style .introduction_box .introduction:nth-of-type(1) .text {
  margin: 20px 0 0 10px;
}

.style .introduction_box .introduction:nth-of-type(2) .text {
  margin: 20px 0 0 0;
  padding: 0;
}

.style .dct {
  margin: 0 10px 0;
  padding: 0;
}

.style .dct .text {
  margin: 10px 20px 0 20px;
  padding: 0;
}


/*ーーーーーーーーーーーーーーーーーーーーー

プラン

ーーーーーーーーーーーーーーーーーーーーーー*/

.plan {
  margin: -80px 0 0 0;
  padding: 150px 20px 40px 20px;
  background: url(../img/layout/bg_stripe.jpg) center top;
  background-size: 10px;
}

.plan .inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
  width: 100%;
}

/*罫線タイトル*/
.line_title {
  display: grid;
  grid-template-columns: 1fr 10em 1fr;
  text-align: center;
  color: #D1BC92;
}

.line_title i {
  background: url(../img/layout/line_title_image.gif) center left repeat-x;
  background-size: 10px;
}

.plan .introduction {
  margin: 0 0 30px 0;
  padding: 10px;
  background: url(../img/plan/plan_bg_img.jpg), url(../img/plan/plan_bg_img2.jpg);
  background-position: top 10px left 10px, top 10px right 10px;
  background-repeat: no-repeat, no-repeat;
  background-size: 50px, 50px;
  border: 1px solid #D1BC92;
  background-color: #ffffff;
}

.plan .introduction h3 {
  margin: 3em 0 0 0;
  padding: 0;
  text-align: center;
}

.plan .introduction .plan_info_text {
  margin: 20px 30px 40px 30px;
  padding: 0;
  text-align: center;
}

.plan .introduction .plan_info_data {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: .8fr 1fr;
  border-bottom: 1px solid #D1BC92;
}

.plan .introduction .plan_info_data dt,
.plan .introduction .plan_info_data dd {
  margin: 0;
  padding: 10px;
  line-height: 1;
}

.plan .introduction .plan_info_data dt {
  border-right: 1px solid #D1BC92;
}

.plan .introduction .plan_info_data dd {
  color: #9C8000;
  line-height: 1.2;
	text-align: right;
}

.plan .introduction .plan_info_data dd strong {
  font-size: 1.7em;
  font-weight: normal;
}

.plan .introduction .plan_info_data dd span {
  display: inline-block;
	font-size: .7em;
}

.plan .introduction small {
  display: block;
  margin: 10px 0 30px 0;
  padding: 0;
  text-align: center;
}

.plan .plan_data {
  margin: 0 0 20px 0;
  padding: 0;
}

.plan .plan_data dt,
.plan .plan_data dd {
  margin: 0;
  padding: 4px 10px;
}

.plan .plan_data dt {
  color: #9C8000;
  padding-top: 10px;
  border-top: 1px solid #D1BC92;
}

.plan .plan_data_tokuten {
  padding: 10px;
  border: 1px solid #D1BC92;
}

.plan .plan_data_tokuten strong {
  color: #9C8000;
}

.plan .photogallery {
  margin-bottom: 10px;
}


/*ーーーーーーーーーーーーーーーーーーーーー

会場

ーーーーーーーーーーーーーーーーーーーーーー*/

.venue {
  margin: 100px 20px 0 20px;
  padding: 0;
}

.venue .inner {
  margin: 0 auto 0 auto;
  padding: 0;
  max-width: 1400px;
  width: 100%;
}

.venue .introduction {
  margin-top: 30px;
}

/*写真*/

.venue .photogallery {
  margin: 0;
  padding: 0;
}

.venue .sp_main_photogallery {
  margin: 20px 0 4px 0;
  padding: 0;
}

/*PC向けのサブ画像は消しておく*/

.venue .photogallery {
  display: none;
}

.venue .photogallery2 ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
}

.venue .photogallery2 ul li {
  margin: 0;
  padding: 0;
}

.venue .photogallery2 ul li:nth-of-type(1) {
  grid-column: 1 / 3;
}

/**/

.venue .venue_info {
  margin: 10px auto 0 auto;
  padding: 0 10px;
}

.venue .venue_info img {
  float: left;
  width: 25%;
  height: auto;
}

.venue .venue_info h4 {
  float: right;
  width: 70%;
  font-size: 1em;
  line-height: 1.7;
}

.venue .venue_info h4 br {
  display: none;
}

.venue .venue_info p {
  clear: both;
  padding-top: 10px;
  font-size: .9em;
}



/*ーーーーーーーーーーーーーーーーーーーーー

スケジュール

ーーーーーーーーーーーーーーーーーーーーーー*/

.schedule {
  margin: 100px auto 0 auto;
  padding: 0 10px;
  max-width: 900px;
}

.schedule a {
  display: block;
  margin-bottom: 20px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.schedule a:hover {
  opacity: 0.6;
}


/*ーーーーーーーーーーーーーーーーーーーーー

フッタとボタン類

ーーーーーーーーーーーーーーーーーーーーーー*/

footer {
  margin: 100px auto 0px auto;
  padding: 0 0 130px 0;
  width: 100%;
  font-weight: 400;
}

footer ul {
  margin: 0;
  padding: 0 0 50px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px;
  list-style: none;
  text-align: center;
}

footer li {
  margin: 0;
  padding: 0;
	text-align: center;
}

footer li a:link,
footer li a:hover,
footer li a:visited {
  color: #ffffff;
}

footer li a:hover {
  -webkit-animation: footer_b_animname 0.5s forwards;
  animation: footer_b_animname 0.5s forwards;
}

@keyframes footer_b_animname {
  0% {
    transform: translate(0px, 0);
  }

  50% {
    transform: translate(0px, -10px);
  }

  100% {
    transform: translate(0px, 0);
  }
}

footer li a {
  display: block;
  margin: 0 10px 0 10px;
  padding: 20px 0 20px 0;
  font-weight: bold;
  font-size: 1.2em;
  box-shadow: 0 1px 6px 0 #a8aaac;
  background-color: #b1d131;
}

footer li:nth-of-type(1) a {
  background: linear-gradient(0deg, rgba(1, 110, 45, 1) 0%, rgba(30, 170, 57, 1) 100%);
}

footer li:nth-of-type(2) a {
  background: linear-gradient(0deg, rgba(115, 94, 2, 1) 0%, rgba(180, 159, 62, 1) 100%);
}

/**/

footer .church_info {
  font-family: "Zen Old Mincho", serif;
  margin: 0 10px;
  padding: 0 0 30px 0;
	text-align: center;
}

footer h1 {
  display: block;
  overflow: hidden;
  padding-top: 30px;
  height: 0 !important;
  line-height: 250%;
  width: 100%;
  background: url(../img/layout/KyoukaiLOGO.svg) center center no-repeat;
  background-size: 80% auto;
}

footer .church_info div:nth-of-type(1) {
  text-align: center;
}

footer .church_info p:nth-of-type(2) {
  font-size: 2em;
  line-height: 1.3;
  margin-top: .2em;
	margin-bottom: 10px;
}

footer small {
  display: block;
  text-align: center;
  font-size: .7em;
}

footer .tel {
  position: relative;
}

footer .tel::before {
  content: "TEL：";
  font-size: .7em;
}






