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

/* ---------------------------
吉田上大路css
------------------------------ */
body {
     -webkit-text-size-adjust: 100%;
}
article {
	font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  color: #444;
  width: 100%;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
}

article{
	width:100%;
	margin: 0!important;
	padding: 0!important;
	border-style: none!important;
	position: relative;
	font-family: a-otf-ryumin-pr6n, serif;
　font-weight: 300;
　font-style: normal;
	background-color:transparent;
	font-size:140%;
	color:#161515;
    line-height: 180%;
	text-align: justify;
	text-justify: inter-ideograph;
}

article img {
	max-width: 100%;
	height: auto;
}
#gFooter {
	margin-top: 0!important;
}


.back1{
	background-image: url(../img/shiro.png);
	background-repeat: repeat;
}


.back2{
	background-image: url(../img/cha.png);
	background-repeat: repeat;
}

#contents a{
	font-weight: normal!important;
}

.main_wrap{
    width:100%;
	max-width: 950px;
	margin-left:  auto;
	margin-right:  auto;	
	margin-toop:  100px
}

#contesntsWrapper {
	width: 100%;
	border: none;
}



.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


article h2{
font-family: a-otf-ud-reimin-pr6n, sans-serif;
font-weight: 300!important;
font-style: normal;
font-size:160%;
margin-bottom: 50px;
background-image: url(../img/h2back.png);
background-repeat: no-repeat;
background-position: right 10px top;
	height:75px;
	display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content:left; /* 横方向中央揃え（Safari用） */
 justify-content: left; /* 横方向中央揃え */
}





article h3{
	font-size:160%;
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
	font-weight: 300!important;
	font-style: normal;
	color:#161515;
	background-image: url(../img/h3back.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 446px;
	text-align: center;
	letter-spacing: 10px;
}


.futo{font-weight: 600;}
.red{	color:#bc3c0f;
	font-weight: 600;
	font-size:140%;}

.mb50{margin-bottom: 50px;}
.mb100{margin-bottom: 100px;}
.mb150{margin-bottom: 150px;}

.mt50{margin-top: 50px;}
.mt100{margin-top: 100px;}
.mt150{margin-top: 150px;}


.pb50{padding-bottom: 50px;}
.pb75{padding-bottom: 75px;}

.fadeInUp {
  opacity : 0;
  transform: translateY(10px);
  transition: 2s;
}



@media (max-width: 767px) {
	article h2{
		height: 90px;
		margin-bottom: 0;
		padding-bottom: 80px;
		font-size: 2.4rem;
		background-position: 70% 100%;
	}
	article h3{
		width: 100%;
		margin-bottom: 1em;
		background-size: contain;
	}
}

/* ---------------------------
セクション
------------------------------ */	
#top{
	margin: 0 auto;
	padding-top: 100px;
	width: 100%;
	max-width: 1200px;

}



#top img{
   max-width: 1200px;
    width: 100%;
}




#lead,#plan,#map{
	margin:0 auto;
	display: block;
}

article .inner{
	max-width: 950px;
}
.text1{
width: 455px;
	float: left;
	padding-top: 20px;
	line-height: 200%;
}


.photos{
	max-width: 480px;
	float: right;
}

article .inner{
	margin: 150px auto;
}

#plan{
	
text-align: center;}


#map{
	text-align: center;
}



.contents-wrap {
	max-width:950px;
	display: flex;
	justify-content: space-between;
	padding:4px;
	box-sizing: border-box;	
	margin: 0 auto;
}

.contents-wrap img{
	width: 100%;
	padding:7px;

	box-shadow: 1px 1px 5px rgba(20,20,20,0.2);}

.columl{
	width: 40%;
	float:left;
}

.columr{
	width: 55%;
	float:right;
	padding-top: 5px;
}


@media (max-width: 1200px) {
	#top{
		padding: 0;
	}
}
@media (max-width: 930px) {
	.text1{
		width: 100%;
	}
	.photos{
		width: 100%;
		margin: 0 auto;
		float: inherit;
	}
}
@media (max-width: 767px) {
	#top{
		padding: 0;
	}
	#lead{
		margin-top: 150px;
		margin-bottom: 150px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#plan, #photo,#map,#area,#details{
		width: 90%;
		margin: 0 auto;
	}
	article .inner{
		width: 90%;
		margin: 0 auto;
	}
	.text1{
		width: 100%;
	}
	.contents-wrap {
		width: 100%;
		flex-wrap: wrap;
	}
	.photos{
		width: 100%;
	}
	.columl{
		width: 100%;
	}
	.columr{
		width: 100%;
	}
}





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


/*--------------------------------------------------
 #form
----------------------------------------------------*/
#form {
  text-align: center;
  margin: 5vw auto;
}
@media screen and (max-width:767px) {
	#form {
	  margin: 20vw auto;
	}
}
/* ---------------------------
.toform
------------------------------ */
#toform {
  height: 90px;
  width: 90px;
  position: fixed;
  bottom: 3%;
  right: 1.5%;
  z-index: 11;
  line-height: 90px;
  background: #bba397;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
#toform:hover {
  transform: scale(1.2);
  background: #bc3c0f;
}
#toform a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: absolute;
  top: 22%;
  left: 22%;
}
#toform span {
  align-self: center;
  color: #FFFFFF;
  font-size: 50px;
}
.bl_backToTop {
  z-index: 98;
}
#toform.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#toform.DownMove {
  animation: DownAnime 1s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
/*スマホ表示*/
@media screen and (max-width:767px) {
  #toform {
    height: 70px;
    width: 70px;
  }
  #toform span {
    font-size: 40px;
  }
}
/* ---------------------------
グーグルマップ
------------------------------ */	


#gmap{
	width: 85%;
	height:600px;
	margin: 0 auto;
	
	position: relative;

}

#gmap iframe{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}
