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

@media only screen and (max-width: 480px) {
body,html {
    min-width: 100%;
	height: 100%;
    
}
.header_sp{
	display: block;
	z-index: 999;
}
.header_logo_sp{
    width: 100px;
	}
	.inner{
    width: 98%;
	}
.header_logo_sp {
    float: left;
}

#main_img{
		width: 100%;
	}
.change_btn{
	width: 90%;
	margin: 32px auto;
	}
#nav{
	display: none;
	}	
.sp_nav-wrap{
    box-sizing: border-box;
    top: 0;
    width: 100%;
    display: block;
    z-index: 999;
	 position: fixed;
	}
.header_sp {
    display: block;
    color: #1B5CC0;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #949765;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 50.25%,rgba(248,247,233,1.00) 81.86%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 50.25%,rgba(248,247,233,1.00) 81.86%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 50.25%,rgba(248,247,233,1.00) 81.86%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 50.25%,rgba(248,247,233,1.00) 81.86%);
    padding-left: 1%

    }
.gnav_logo {
    width: 158px;
    float: left;
}
.gnav_logo img {
	width: 100%;
	height:100%;
}

/*nabi開閉部分*/

.gnav {
	list-style-type: none;
	background: #eee;
	width: 100%;
	/*　z-indexは.wrapper部分でpositionを使用した場合は適切な数字（一番大きい値）に変更*/
	z-index: 99;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
.gnav li {
      border-bottom: 1px solid #333;
}
.gnav li a {
      display: block;
      text-decoration: none;
      /* (44-16)/2=14px */
      padding: .875rem 1rem;
}
	
/*ハンバーガーボタン*/
.icon-animation {
      width: 44px;
      height: 44px;
      display: block;
      cursor: pointer;
      float: right;
      position: absolute;
      right: .5rem;
      text-align: center;
      top: .5rem;
}
.icon-animation span {
    width: 39px;
    height: 1px;
    display: block;
    background-color: #63675B;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.icon-animation .top {
      -webkit-transform: translateY(-13px);
      -ms-transform: translateY(-13px);
      transform: translateY(-13px);
}
.icon-animation .bottom {
      -webkit-transform: translateY(13px);
      -ms-transform: translateY(13px);
      transform: translateY(13px);
}
.is-open .middle {
      background: rgba(51, 51, 51, 0);
}
.is-open .top {
      -webkit-transform: rotate(-45deg) translateY(0px);
      -ms-transform: rotate(-45deg) translateY(0px);
      transform: rotate(-45deg) translateY(0px);
}
.is-open .bottom {
      -webkit-transform: rotate(45deg) translateY(0px);
      -ms-transform: rotate(45deg) translateY(0px);
      transform: rotate(45deg) translateY(0px);
}	
#top_sp_wrapper{
    display: block;
    clear: both;

}
#top_main_image{
    display: block;
    clear: both;
		margin-top: 60px;
}

.top_image_text {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 30%;
    font-weight: bold;
    font-size: 140%;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #474747;
    z-index: 10;
}
	
.iframeWrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 30%;
    background-color: #FFFFFF;
    margin-top: 6px;
    border: 1px dotted #B4B296;

}	
.top_bottom_box {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear: both;
}
.top_news {
    display: inline-block;
    font-size: 1.1em;
    color: #7B795F;
    font-weight: 600;
}	
.top_bottom_comment_left {
    width: 90%;
    float: none;
	margin-left: auto;
	margin-right: auto;
}
.top_bottom_comment_right {
    float: none;
    width: 90%;
    text-align: left;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    -webkit-box-shadow: 2px 2px 2px #939784;
    box-shadow: 2px 2px 2px #939784;
    border: 2px solid #FFEB9F;
    margin-top: 12%;
    position: relative;
    font-size: 0.8em;
}
.top_bottom_comment_right_caption {
    color: #2B91DB;
    position: absolute;
    background-color: #FFFFFF;
    border: 2px solid #FFEB9F;
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 1.5%;
    padding-right: 1.5%;
    padding-bottom: 1.5%;
    padding-left: 1.5%;
    top: -33%;
    left: -2%;
    border-radius: 6px;
    transform:  rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -webkit-box-shadow: 2px 2px #C1C3B3;
    box-shadow: 2px 2px #C1C3B3;
}	

#sub_page_wrapper {
    background-image: url(../img/bg01.png);
    padding-bottom: 10%;
    text-align: center;
    padding-top: 1%;
}	
	
.sub_top_image_box {
    background-color: #FFFFFF;
	margin-top: 60px;
}
	
	
.room_title {
    text-align: center;
    margin-bottom: px;
    font-size: 1.5em;
    font-weight: 500;
    background-color: #A0CC53;
    display: inline-block;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 11px;
    border-radius: 8px;
    margin-top: 30px;
    border: 2px solid #CEFFC5;
}	
	
#room_content {
    width:88%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    border: 5px solid #F5A800;
    border-radius: 8px;
    background-color: #FFFFFF;
    text-align: center;
    margin-top: 15px;
}	
	
.main,
.main li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main {
  margin-bottom: 5px;
}
.main li {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main li.item2,
.main li.item3,
.main li.item4,
.main li.item5,
.main li.item6,
.main li.item7,
.main li.item8 {
  display: none;
}
.main li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.thumb,
.thumb li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thumb li {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  margin-bottom: 4px;
}
.thumb li img {
  width: 100%;
  height: auto;
}
.thumb li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.room_info_box01_left {
    width: 100%;
    float: none;
}
.room_info_box01_right {
    float: none;
    width: 100%;
    margin-top: 20px;
}
.room_tbl01 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.room_tbl01 td{
  display: list-item;
  width: 100%;
  border-top: none !important;
	margin-left: -2%

}
#map {

    width: 100%;
    margin-top: 10px;
}

	
#nearbyinfo_content{
    width:88%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    border: 5px solid #F5A800;
    border-radius: 8px;
    background-color: #FFFFFF;
    text-align: center;
    margin-top: 15px;
}	
.nearbyinfo_tbl th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.nearbyinfo_tbl td{
  display: list-item;
  width: 100%;
  border-top: none !important;
	margin-left: -2%

}	
	
	
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}	

	

.contact_tel {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.2em;
    color: #5B5B34;
    line-height: 190%;
}
.contact_tel_text01 {
    background-color: #860204;
    color: #FFFFFF;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 1.6em;
    border: 2px solid #B44F4F;
    margin-top: 10%;
}
.contact_tel_text02 {
    color: #5A5A5A;
    font-size: 0.9em;
}	

.contact_tel_box {
    margin-top: 3%;
    font-size: 1em;
    font-weight: bold;
    color: #9C6C6D;
}
.contact_tel_box01 {
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 10px;
    line-height: 150%;
    color: #62573D;
    border: 2px solid #B8BDA5;
    border-radius: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.contact_tel_text {
    background-color: #CC6312;
    color: #FFFFFF;
    padding-top: 0.5%;
    padding-right: 2%;
    padding-bottom: 0.5%;
    padding-left: 2%;
    border: 2px solid #DD865E;
    border-radius: 6px;

}

.contact_tel_box02 {
    background-color: #FFFFFF;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}	
	
.sitemap_wrapper {
    margin-top: 30px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
	font-size: 0.9em;
}

.sitemap_box {
    margin-top: 30px;
    border-bottom: 1px dashed #B8C7CF;

}
.sitemap_description {
    width: 100%;
    float: none;
    margin-top: 2px;
}
.sitemap_neme {
    width: 99%;
    float: none;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 1%;
    background-color: #65BBF9;
    padding-top: 1%;
    padding-bottom: 1%;
    color: #FFFFFF;
}	

.sitemap_neme a {
	color:#ff0;
}
.sitemap_neme a:link {
	color:#ff0;
}
.sitemap_neme a:visited {
	color:#ff0;
}
.sitemap_neme a:hover {
    color: #FFFFDC;
}
.sitemap_neme a:active {
	color:#ff0;
}
			

	
	
	
	
	
.privacy_box {
    width: 88%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    text-align: left;
    padding-top: 8px;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 18px;
	font-size: 0.9em;
}
.privacy_dl {
    margin-top: 20px;
		
}
.privacy_dl dt {
	margin-left: -1%;
	margin-top: 5.5%;
	color: #7C6B30;
}	
.privacy_dl dd {
	margin-left: 3%;
	margin-top: 0.5%;
}	
		
	
	
	
	
	
	
	
	
	
#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #FDFFF3;
    border-top: 2px solid #DCDAC9;

}
.footer_copy {
    text-align: center;
    font-size: 0.8em;
    margin-top: 5px;
}

.footer_box {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.footer_name {
    background-color: #388FB9;
    color: #FFFFFF;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 6px;
    font-size: 1.3em;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bold;
    letter-spacing: 5px;
}

.footer_sitemap {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
    line-height: 180%;
    font-size: 0.9em;

}
.footer_sitemap_ul {
    padding: 3px;
    margin-top: 10px;
 } 
.footer_sitemap_ul ul li{ 	
    display: inline;
	    margin-right: 1em;
 } 
.footer_sitemap_ul  ul{
    padding: 0px; 	
    margin: 0px;
} 


.footer_sitemap_ul  ul li {
    display: inline; 	

} 

.footer_sitemap_ul  ul li a:hover{
    border-bottom: dotted 1px #fff;
    color: #AAABA4;
} 

.footer_sitemap_ul a:link{
    color: #69705B;
}
.footer_sitemap_ul a:hover{
    color: #CDD3B3
}
.footer_sitemap_ul a:visited {
    color: #69705B;
}
.footer_sitemap_ul a:active {
	color: #ff8000;
}
	
.footer_tel_box {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    color: #825604;
    font-size: 1em;
}
.footer_tel_box02 {
    width: 96%;
    float: none;
    background-color: #FFFFFF;
    border: 1px dashed #DCD9CB;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;	
}

.footer_tel_box01 {
    width: 96%;
    float: none;
    background-color: #FFFFFF;
    border: 1px dashed #DCD9CB;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
}
	
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 3%;
	z-index: 999;
}
.pagetop a {
    display: block;
    width: 90px;
    height: 60px;
    background-color: rgba(118,183,43,0.59);
    text-align: center;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    line-height: 21px;
    border-radius: 12px;
    padding-top: 10px;
}
	
	
}
