@charset "UTF-8";
/* CSS Document */
body {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 16px;
line-height: 1.5;
background: #000;
color: #fff;
}
img {
vertical-align: bottom;
max-height: 100%;
max-width: 100%;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #F7090D;
	text-decoration: none;
}
a:active {
	color: #F7090D;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
header h1 {
font-size: 50px;
font-weight: 400;
text-align: center;
line-height: 80px;	
z-index: 1;
font-family: ta-kouran, sans-serif;

font-style: normal;
}
nav {

z-index: 9;
}

nav ul {
display: flex;
	
}
nav ul li {
width: 240px;
min-width: 50px;
text-align: center;

}
nav ul li a {
text-decoration: none;
display: block;
text-align: center;
color: #fff;
line-height: 50px;
font-size: 20px;
}


.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}
#index #topmain0 {
height: 960px;
margin-bottom: 400px;
background: url("../images/indexmain1.jpg");
}
#index #topmain img{
max-width: 100%;
}
#index #news h2 {
font-size: 25px;
font-weight: bold;
text-align: center;
margin-bottom: 15px;
}
#index #news {

max-width: 980px;
margin: 0 auto;
margin-bottom: 400px;
}
#index #news dl {
	display: flex;
	justify-content: space-between;
	
}
#index #news dt {
	width: 450px;
	text-align: right;
	padding: 10px;
}
#index #news dd {
	width: 470px;
	text-align:left;
	padding: 10px;
}
#index .content1 {
display: flex;
justify-content: space-between;
margin: 0 auto;
margin-bottom: 400px;
max-width: 980px;
}
#index #subimage {
width: 440px;
text-align: right;
}
#index #submain {
width: 450px;
padding-top: 200px;
}
#index #submain  p {
	margin-bottom: 10px;
}
#index #submain p:first-child {
	font-weight: bold;
}
#index main section h1 {
font-size: 30px;
font-weight: bold;
margin-bottom: 15px;
text-align: center;
}
#index main section {
margin-bottom: 400px;
}
#index section h1, #index section p,#index section dl{
max-width: 980px;
margin: 0 auto ;
}
#index #roomimg,#index #onnsennimg,#index #aboutimg,#index #sisetuimg{
text-align: center;
margin-bottom: 15px;
}

#index #room p,#index #ryouri p,#index #onnsenn p,#index #sisetu p,#index #about p,#index #access p{ 
text-align: center;
}
#index .link {
	text-align: center;
	margin-top: 15px;
}
#index a:hover {
	color: #FF0004;
}
#index #content2 {
display: flex;
justify-content: space-between;
margin: 0 auto 15px;
max-width: 980px;
}
#index #morning{
	max-width: 490px;
		
	}
#index #dinner{
max-width: 490px;

}
#index #dinner img,#index #morning img {
width: 400px;
box-sizing: border-box;
border-radius: 225px;
}
#index #content2 p {
font-size: 20px;
margin-bottom: 15px;
}
#index main a {
text-decoration: none;
color: #fff;
font-size: 20px;
text-align: center;
}
 

#index #access dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
		
	}

#index #access h1 {
font-size: 30px;
font-weight: bold;
margin-bottom: 15px;
}
#index #access{
margin-bottom: 400px;
}
#index #access p {
margin-bottom: 15px;
}
#index #access dt {
	width:350px;
	text-align: right;
}
#index #access dd{
	width: 630px;
	text-align: left;
}
footer {
text-align: center;
line-height: 40px;
}
footer small {
font-size: 12px;
}


#text1 {
	position: absolute;
	opacity: 0;

}
@keyframes text1 {
	0% {
		opacity: 0;
		top: 50%;
		left: 35%;
		font-size: 40px;
	}
	10% {
		opacity: 1;
		top: 50%;
		left:35%;
		font-size: 40px;
	}
	80% {
		opacity: 1;
		top: 50%;
		left: 35%;
		font-size: 40px;
		
	}
	100% {
		opacity: 0;
		top: 50%;
		left: 35%;
		font-size:40px;
	}
}
#text1 {
	animation: text1 3s forwards 0.5s;
	color: #000;
	font-weight: normal;
	font-family: ta-kouran, sans-serif;

font-style: normal;
	
}
@keyframes tp {
	0% {
		opacity: 1;
		
	}

	100% {
		opacity: 1;
		
	}
}
#index #topanime{
	animation: tp 4s;
	background: #fff;
	position: relative;
	height: 969px;
	z-index: -9999;
}
.fadein {
  opacity : 0;
  transform: translateY(100px);
  transition: all 1s;
}
.fadein2 {
  opacity : 0;
  transform: translateX(-100px);
  transition: all 1s;
}
.fadein3 {
  opacity : 0;
  transform: translateX(100px);
  transition: all 1s;
}
.fadein4 {
  opacity : 0;
  transform: translateY(-100px);
  transition: all 1s;
}
.fadein5 {
  opacity : 0;
  transform: translateY(0px);
  transition: all 1.5s;
}


#contactbody #wrapper,#phpbody #wrapper {
	max-width: 980px;
	margin: 0 auto;
	}
#contactbody #topmain {
	margin-bottom: 400px;
	background: url("../images/contactmain.jpg");
	height: 400px;
}


#contactbody main h2,#phpbody main h2{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 60px;
	text-align: center;
}
#contactbody dl dd,#phpbody dl dd {
	margin: -1.5em 0 60px 20em;
}
#contactbody textarea,#phpbody textarea {
	margin-bottom: 100px;
}
input[type="submit"] {
	margin-bottom: 100px;
}
#contactbody #submit,#phpbody #submit {
	text-align: center;
}
#contactbody .error {
	color: #F90409;
}
#contactbody p,#phpbody p {
	text-align: center;
	margin-bottom: 15px;
}
#contactbody p:last-child,#phpbody p:last-child {
	margin-bottom: 100px;
}
#phpbody #topmain {
	background: url("../images/contactmain.jpg");
	margin-bottom: 100px;
	height: 400px;
}





#ryouribody #wrapper2{
	max-width: 980px;
	margin: 0 auto;
	min-width: 200px;
}


#ryouribody section h1 {
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 15px;
}
#ryouribody section {
	margin-bottom: 400px;
}
#ryouribody #yuushoku {
	margin-bottom: 15px;
}
#ryouribody p:nth-of-type(2) {
	margin-bottom: 30px;
}
#ryouribody #yuushoku img {
	margin-bottom: 15px;
}
#yuushoku2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
#ryouribody #yuushokuimg1 {
	width: 480px;
	text-align: center;
}
#ryouribody #yuushokuimg2 {
	width: 480px;
	text-align: center;
}
#ryouribody #choushoku2 {
	display: flex;
	justify-content: space-between;
	width: 980px;
}
#ryouribody #choushoku {
	margin-bottom: 30px;
}
#ryouribody #choushoku2img{
	width: 450px;
	text-align: left;
}
#ryouribody #choushoku2text {
	width: 450px;
	padding-top: 200px;
}
#ryouribody section h1 {
	text-align: center;
}
#ryouribody ul li,#contactbody ul li,#onnsennbody ul li,#aboutbody ul li,#roombody ul li,#sisetubody ul li {
	width: 240px;
min-width: 50px;
text-align: center;
}




 
#onnsennbody .wrapper2 {
	margin: 0 auto;
	width: 980px;
}
#onnsennbody #onnsennsub {
	margin-bottom: 200px;
}
#onnsennbody h2 {
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 15px;
}
#onnsennbody section {
	margin-bottom: 200px;
}
#onnsennbody section h1 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}
#onnsennbody #onnsenncont {
	display: flex;
	justify-content: space-between;
}
#onnsennbody #onnsenncont1 {
	width: 480px;
	text-align: center;
}
#onnsennbody #onnsenncont2 {
	width: 480px;
	text-align: center;
}
#onnsennbody img {
	margin-bottom: 15px;
}
#onnsennbody section p:nth-of-type(2) {
	margin-bottom: 30px;
}
#onnsennbody nav ul li a {
width: 240px;
}
#onnsenncont img,#onnsenncont1 img {
	box-sizing: border-box;
border-radius: 200px;
}


 .topmain {
	height: 969px;
	margin-bottom: 400px;
}
#sisetubody img {
	margin-bottom: 15px;
}
#sisetubody .wrapper2 {
	margin: 0 auto;
	width: 980px;
}
#sisetubody main h2{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}
#sisetubody section {
	margin-bottom: 200px;
}
#sisetubody section h1 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}
#sisetubody nav ul li a {
width: 240px;
}



#roombody .wrapper2 {
width:980px;
margin: 0 auto;
}

#roombody img {
margin-bottom: 15px;
}
#roombody main h1 {
font-size: 25px;
margin-bottom: 15px;
font-weight: bold;
}
#roombody section {
margin-bottom: 50px;
}
#roombody section:nth-of-type(2) {
margin-bottom: 400px;
}
#roombody .roomcont {
display: flex;
justify-content: space-between;
}
#roombody .roomsubimg {
width: 400px;
margin-bottom: 30px;
}
#roombody .conttext {
width: 540px;
padding-top: 250px;
}
#roombody nav ul li a {
width: 240px;
}





.content {
height: 400px;
  background-color: #000;
  color: #fff;
width: 50%;
margin: 0 auto;
}
.content h1 {
	text-align: center;
	line-height: 400px;
	font-size: 40px;
	font-family: ta-kouran, sans-serif;

font-style: normal;
}
.content p {
	text-align: center;
	line-height: 400px;
	font-family: ta-kouran, sans-serif;
font-size: 25px;
font-style: normal;
}
.parallax{
  height: 969px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
 
.bg_1 {
  background-image: url("../images/aboutm1.jpg");
}
 
.bg_2 {
  background-image: url("../images/aboutbg4.jpg");
}
 
.bg_3 {
  background-image: url("../images/about_main3.jpg");
}
.bg4 {
	 background-image: url("../images/mainabout2.jpg");
}
.bg5 {
	background-image: url("../images/aboutbg5.jpg");
}

#breadcrmb {
	line-height: 30px;
	font-size: 12px;
	
}
#breadcrmb ul li{
	display: flex;
	position: relative;
	
}
#breadcrmb ul li::after {
	content: ">>";
	
}
#breadcrmb ul li:last-child::after {
	content: "";
	
}
#breadcrmb ul li:last-child {
	position: absolute;
  top: 80px;
 left: 45px;
		
}
