@charset "utf-8";
/* CSS Document */

#contesntsWrapper {
margin-top: 50px !important;
}

article ul{
padding-inline-start: 0
}

article h1 {
margin-top: 0;
margin-bottom: 0;
}

article h2 {
background-color: transparent;
color: inherit;
box-shadow: none;
margin-top: 0;
padding: 0;
/font-size: inherit;/
font-size: 25px;
}

.cta_link {
margin-bottom: 0;
}

.syoudan {
font-weight: bold;
color: #820132;
}

/* ---------------------------
contents
------------------------------ */
article {
  /*fadein*/
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
}
/*

.fadein {
  opacity: 0;
  transform : translate(0, 5%);
  transition : all 1500ms;
}
*/
/*
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}*/
article section {
	margin: 0 auto;
}
article h1,#lead h2 {
  background: #fff;
  font-family: Lora, serif;
  font-size: 160%;
  letter-spacing: 0.1em;
  line-height: 2em;
  font-weight: normal;
  padding-top: 10%;
  color: #222;
}
#lead h2{
	letter-spacing: 2px;
}
article h2 {
  font-size: 150%;
  font-weight: 600;
  margin-top: 5%;
  text-align: center;
  margin-bottom: 5%;
  letter-spacing: .25em;
}
article h3 {
  font-size: 150%;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 3%;
}
article p{
	width: 85%;
	margin: 0 auto 1em;
}
article img {
  max-width: 100%;
  vertical-align: bottom;
}


.main01 {
	width: 960px;
	margin: 0 auto 10vw;
}

.marker_animation.active{
	background-position: -100% .8em;
}
.marker_animation {
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,90) 10%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,90) 10%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,90) 10%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,90) 10%);
	background-image: linear-gradient(left, transparent 50%, rgb(255,250,90) 10%);
	background-repeat: repeat-x;
	background-size: 200% .4em;
	background-position: 0 .8em;
	transition: all 1s ease;
}
@media screen and (max-width: 768px) {
	.main01{
		width: 95%;
	}
	
	article h1, #lead h2{
		 font-size: 124%;
  letter-spacing: 0.1em;
	}
	
	article p{
		width: 95%;
	}
	
	
}

/* ---------------------------
nodal
------------------------------ */
section#tour{
margin-block-end:300px;
}
.nodal {
	max-width: 960px;
	margin: 0 auto;
	height: 500px;
}

.nodal iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:767px) {
	.nodal {
		width: 95%;
	}

	#tour p {
		width: 85%;
	}
}

/* ---------------------------
photos
------------------------------ */

#photos div{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto;
}
#photos .vertical {
	width: calc(100% / 2 - 5px) ;
}

#photos h3 {
  margin-bottom: 2vh;
  text-align: center;
  font-size: 1.9rem;
}
#photos h3 span {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
#photos h3 span:before, 
#photos h3 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
#photos h3 span:before {
  left: 0;
}
#photos h3 span:after {
  right: 0;
}

@media screen and (max-width: 768px) {
	#photos div{
		width: 100%;
	}
}

/*--------------------------------------------------
 #details
----------------------------------------------------*/
#details table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 90%;
	margin: 0 auto;
}
#details table th, #details table td {
  border-block-end: 1px solid #DDDAD1;
  padding-inline-start: 8px;
  margin-block-start: 5px;
  vertical-align: middle;
  font-style: normal;
  height: 2.8em;
  /*text-align: justify*/;
}
#details table th {
  width: 23%;
  font-weight: normal;
}
/*スマホ表示*/
@media (max-width: 767px) {
  #details div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #details table {
    width: 90%;
  }
  #details table th, #details table td {
    display: block;
    width: 100%;
    height: auto;
    border-block-end: 0px;
    padding: 3px 10px;
  }
  #details table th {
    background-color: #DDDAD178;
  }
}

/*--------------------------------------------------
 #form_box　問い合わせボタン
----------------------------------------------------*/

#form_box {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ---------------------------
.toform　追従する問い合わせ
------------------------------ */
  .toform {
    position: fixed;
    bottom: 3%;
    right: 1.5%;
    z-index: 95;
  }
  .toform img {
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .15);
  }
  .toform a:hover img {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
  }
  .pagetop {
    position: fixed;
    bottom: calc(3% + 60px);
    right: 1.5%;
    z-index: 95;
  }

