@charset "utf-8";

body {
	-webkit-text-size-adjust: 100%;
	background: #F9F9EF;
	color: #555;
	overflow-x: hidden;
}

article {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #F9F9EF;
}

article a{
	color: #555;
}



#topImg {
	width: 100%;
	max-width: 1200px;
	height: 90vh;
	max-height: 672px;
	margin: 0 auto;
	border-bottom: none;
		background-image: url(../img/top-img.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#topImg h1 {
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	padding-top: 210px;		
}


.left {
	float: left;
}
.right {
	float: right;
}
.box850 {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}
.box950 {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.box100 {
	width: 100%;
}
.box53 {
	width: 53%;
}

.in {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	
}
#concept {
	width: 100% !important;
	margin: 0 auto;
	padding-bottom: 150px;
	margin-bottom: 100px;
}

#concept h3 {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 50px;
}

#conceptrap {
	width: 100%;
	max-width: 950px;
	margin: 15px auto 0 auto;
	font-size: 14.5px;
	letter-spacing: 0.081em;
	line-height:250%;
	padding: 2%;
	color: #555;
}

#conceptrap img, #layout img, #map img{
	width: 98%;
	max-width: 950px;
	margin: 0 auto;
	height: 100%;
}

#concept01 {
	height: 600px;
}

#concept02 {
	height: 600px;
}
#contentsBox {
	width: 100% !important;
	margin: 0 auto;
}
.sectionTitle {
	background-image: url(../img/reborn.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 30px;
	height: 120px;
	margin-top: 150px;
	color: #555 !important;
	font-weight:normal;
	font-size: 24px;
}


.sentencebox {
	margin-bottom: 50px;
}


/*<!-- #photo02,#photo03 {
	width: 45%;
	
}-->*/

.fotorama {
	width: 100%;
	max-width:950px; 
	margin:30px auto 50px auto;
}



/*-グローバルナビ（カラー）-*/
#fixedBox ul li:hover {
	background-color: #637D6A;
	color: #fff;
}
.nav {
	font-weight: normal !important;
}

#fixedBox {
	font-size: 16px;
	background-color: #000000;
}
/*#fixedBox a {
	color: #000;
	text-decoration: none;
}
#fixedBox {
	width: 100%;
	overflow: hidden;
	background-color: rgba(255,255,255,0.9);
	
	font-weight: normal;
}*/


#conditions,#inquiry {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

/*#gaiyo th,#gaiyo td {
	font-size: 15px;
	line-height: 200%;
}*/

#calendar p, #review p {
	font-size: 13px;
	line-height: 2em;
}

#review h3{
	margin-bottom: 10px;
}



/*＝＝＝＝＝システム導入で追加＝＝＝＝＝*/
#visitHowTo{
	display: inherit;
}
#visitHowTo ul{
	display: flex;
	flex-wrap: nowrap;
	max-width: inherit;
	align-items: center;
	justify-content: center;
	gap: 1em;
		margin-bottom: 1.5em;
}

#visitHowTo .formbutton{
	flex-basis: auto;
	gap: 1em;
	margin-bottom: 0;
}

.how_link{
	width: 100%;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	color: #333333;
	font-size: 1.35em;
	margin: auto;
	display: block;
}

@media (max-width: 768px) {
	#inquiryBox{
		margin: 5vh auto;
	}
	#visitHowTo ul{
		gap: 1em;
		flex-wrap: wrap;
}
	
	#visitHowTo .formbutton{
		flex-basis: 46%;
	}
}

@media (max-width: 420px) {

	#visitHowTo .formbutton{
		flex-basis: 100%;
	}
}

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