
* {
	margin: 0;
	padding: 0;
}

html {
	overflow: auto;
}

body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
}

h1{
  margin-top: 50px;
  font-size: 40px;
  color: #C20D23;
  text-align: center;
}

p{
  text-align: center;
}

/* サイト共通コンテナ */
.container {
  max-width: 2000px;
	margin: 0 auto;
}

/* floatとは横並びにするもの */
/* float解除用 */
.clearlist {
  content: "";
  display: block;
  clear: both;
}

/* ヘッダー部スタイル設定 */
#titlename {
	float: left;
	width: 80%;
  text-align: left;
  margin-top: 15px;
}
 
#mail {
  font-size: 35px;
	float: right;
	text-align: right;
}
.site_denwa {
	color: #C20D23;
}
.site_denwa_upeer {
  color: #C20D23;
  float: right;
  text-align: right;
}

.site_denwa_upeer p, 
.site_denwa_upeer a {
  display: block; /* 各要素をブロック要素にすることで絶対に改行 */
  margin: 0; /* 不要な余白を削除 */
}

.site_denwa_under{
  font-size: 35px;
  color: #C20D23;
}

/*navについて*/
/*margin-right: calc(50% - 50vw);50%文字で半分、vwで画面いっぱいに*/
nav {
  background-color: #C20D23;
  font-size: 30px;
  margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);

  z-index: 2;/*レイヤー上に*/

  width: 110%;
  top: 0;
  position: fixed;
}


nav ul {
  list-style: none;
}
 
nav ul::after {
  content: "";
  display: block;
  clear: both;
}
 
nav li {
	float: left;
	width: 15%;
	text-align: center;
}
 
nav a {
	display: block;
	text-decoration: none;
	color: #fff;
}

/*カーソルが当たったところでの変化*/
nav a:hover {
	opacity: 0.5;
}



/*main画像のところ*/
#maingazou{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#maingazou img{
  width: 2000px;
	height: 800px;
	float: left;
	position: relative;
}

/*横幅を十分に*/
#haba{
  width: 800%;
	position: relative;
	left: 0;
	/*will-change: transform;*/
	animation: slider 30s infinite;
}

/*上のsliderのアニメションを指定*/
@keyframes slider{
  0% { transform: translateX(0); }
  16% { transform: translateX(0); }
  33% { transform: translateX(-2000px); }
  50% { transform: translateX(-2000px); }
  67% { transform: translateX(-4000px); }
  83% { transform: translateX(-4000px); }
  100% { transform: translateX(0px); }
}




#dounyu{
  font-size: 30px;
  line-height: 300%;
  background-image: url(bush.png);
  ;
}

#ren{
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 300%;
  background-image: url(double-bubble.png);
}

#burogu{
  text-align: center;
  display: flex;
  justify-content: center; /* 横方向の中央寄せ */
}

#aki{
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 300%;
  color: white;
  background-image: url(moroccan-flower-dark.png);
}


table {
  position: relative;
  border-collapse: collapse;
  text-align: center;
  margin: auto;
  width: 1300px;
}


table td{
  border: solid 2px black;
  font-size: 25px;
  padding: 15px;
}

#tableleft{
  background-color: rgb(187, 187, 187);
  width: 200px;
}

#tableright{
  background-color: rgb(255, 255, 182);
  font-weight: bold;
}


.room{
  font-size: 40px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 25px;
  color:rgb(25, 184, 51);
}

#roommadori{
  text-align: center;
  overflow: hidden;
}

#roommadori img{
    width: 800px;
    height: 500px;
    
    margin: 50px;
    display: inline-block;
    position: relative;
}

#roomsyoukai{
  text-align: center;
  overflow: hidden;
}

#roomsyoukai img{
  width: 300px;
  height: 450px;
  margin: 50px;
  display: inline-block;
  position: relative;
}

#kyouyou{
  text-align: center;
  overflow: hidden;
}

#kyouyou img{
  width: 300px;
  height: 450px;
  margin: 30px;
  display: inline-block;
  position: relative;
}


#accessname{
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 100px;
  line-height: 200%;

  width: 800px;
  float: left;
  background-image: url(double-bubble.png);
}

#ue{
  line-height: 300%;
}

#access_map{
  float: right;
  margin-right: 30px;
}

#otoiawase{
  width: 100%;
  height: auto;
  overflow: hidden;
}


input{
  width: 300px;
  
}

.email{
  margin-top: 50px;
  margin-left: 50px;
  font-size: 30px;

  text-align: center;
}

#email{
  margin-left: 20px;
  font-size: 120%;
  height: 40px;
  width: 600px;
}

.daimei{
  margin-top: 20px;
  margin-left: 600px;
  font-size: 30px;

  text-align: center;
}

#daimei{
  margin-left: 20px;
  font-size: 120%;
  height: 40px;
  width: 1000px;
}

.name{
  margin-top: 20px;
  margin-left: 130px;
  font-size: 30px;

  text-align: center;
}

#name{
  margin-left: 20px;
  font-size: 120%;
  height: 40px;
  width: 600px;
}

.comment{
  margin-top: 20px;
  font-size: 30px;
  margin-right: 620px;

  text-align: center;
}

#comment{
  margin-left: 800px;
  font-size: 120%;
}

.btn-area{
  margin-top: 50px;
  margin-bottom: 50px;

  text-align: center;
}

#btn{
  width: 500px;
  height: 70px;

  font-size: 50px;
}

