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

body,html {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #4D4D4D;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1em;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(255,0,0,0.40);
    max-width: 100%;
    min-width: 1100px;
    
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

img{
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    border: 0  #DCF3FF;

}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-color: #FFFFFF;
	min-width: 100%;
}

ol, ul ,li{
    list-style: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

h1{
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: right;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
.font_red{
	color: #FF0B0F;
}
.site-header{
    width: 100%;
    display: flex;
    background-image: -webkit-linear-gradient(270deg,rgba(252,255,243,1.00) 0%,rgba(255,255,255,1.00) 58.55%);
    background-image: -moz-linear-gradient(270deg,rgba(252,255,243,1.00) 0%,rgba(255,255,255,1.00) 58.55%);
    background-image: -o-linear-gradient(270deg,rgba(252,255,243,1.00) 0%,rgba(255,255,255,1.00) 58.55%);
    background-image: linear-gradient(180deg,rgba(252,255,243,1.00) 0%,rgba(255,255,255,1.00) 58.55%);

}
.sp_nav-wrap{
	display: none;
}
#nav{
    width: 100%;
    position: relative;
    height: 150px;
}
.nav_box {
    float: right;
    padding-right: 0.2%;
    width: 750px;
	

}
.header_contact_box {
    margin-top: 5px;
    color: #085094;
    font-weight: bold;
    font-size: 1.2em;
}
.header_contact_box01 {
    width: 40%;
    float: left;
}
.header_contact_tel {
    font-size: 1.3em;
    color: #244783;
}

.header_contact_box02 {
    width: 40%;
    float: left;
    padding-left: 3%;
}





.nav_tel_box {
    font-weight: bold;
    color: #27C35F;
    float: right;
    padding-right: 8px;
    padding-bottom: 1%;
}
.tel_icon {
    width: 30px;
    float: left;
    padding-top: 14px;
}

.tel_number {
    float: right;
    margin-left: 10px;
    font-size: 2.2em;
    display: inline-block;
}
.tel_info {
    text-align: right;
    padding-right: 1%;
    clear: both;
    padding-top: 3px;
}


#top_main_image {
    width: 100%;
    position: relative;
}
#top_sp_wrapper{
	display: none;
}
.top_image_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
}
.top_image_text {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 30%;
    font-weight: bold;
    font-size: 280%;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #474747;
    z-index: 10;
}



.top_pop_image01{
    animation-name: top_pop_image01;
    -webkit-animation-name: top_pop_image01;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
    position: absolute;
    top: 6%;
    left: 3%;
	width: 10%;

}
@keyframes top_pop_image01 {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}			
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes top_pop_image01 {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}
.top_pop_image02{
    animation-name: top_pop_image02;
    -webkit-animation-name: top_pop_image02;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
    position: absolute;
    top: 8%;
    right: 10%;
	width: 15%;

}
@keyframes top_pop_image02 {
	0% {
		transform: translateY(20%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(1%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}			
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes top_pop_image02 {
	0% {
		-webkit-transform: translateY(20%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(1%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}
.top_pop_image03{
    animation-name: top_pop_image03;
    -webkit-animation-name: top_pop_image03;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
    position: absolute;
    bottom: 6%;
    left: 3%;
	width: 13%;

}
@keyframes top_pop_image03 {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}			
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes top_pop_image03 {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}
.top_pop_image04{
    animation-name: top_pop_image04;
    -webkit-animation-name: top_pop_image04;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
    position: absolute;
    bottom: 3%;
    right: 10%;
	width: 12%;

}
@keyframes top_pop_image04 {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}			
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes top_pop_image04 {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}
.top_pop_image05{
    animation-name: top_pop_image05;
    -webkit-animation-name: top_pop_image05;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
    position: absolute;
    top: 40%;
    right: 1%;
	width: 9%;

}
@keyframes top_pop_image05 {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}			
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes top_pop_image05 {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}
.top_pop_image06{
    animation-name: top_pop_image06;
    -webkit-animation-name: top_pop_image06;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
    position: absolute;
    top: 36%;
    left: 12%;
	width: 10%;

}
@keyframes top_pop_image06 {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}			
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes top_pop_image06 {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}


.nav_botton {
    list-style: none;
    color: #FFFFFF;
    width: 100%;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 5px;
    clear: both;
}
.nav_botton li {
    text-align: center;
    float: left;
    margin-right: 2px;
    padding-right: 0px;
    padding-left: 0px;
}




.nav_botton li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
	
}
.nav_botton_base a link {
    color: #FFFFFF;
}

.nav_botton_base{
    width: 20%;
    background-color: #00B3FF;
    transition: .4s;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
}
.nav_botton_base:visited{
    width: 20%;
    background-color: #CDF3FF;
    transition: .4s;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
}
.nav_botton_base:hover{
    width: 20%;
    background-color: #CDF3FF;
    transition: .4s;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #9AB6CB;
}
.nav_botton_contact{
    width: 38.7%;
    background-color: #FF6700;
    padding-top: 20px;
    padding-bottom: 20px;
	color: #FFFFFF;
}
.nav_botton_contact:visited{
    width: 38.7%;
    background-color: #FF6700;
    transition: .4s;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
}
.nav_botton_contact:hover{
    width: 38.7%;
    background-color: #FFD1B3;
    transition: .4s;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FF8C66;
}

#heder_line {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 2px;
    background: #FFE500;
}
#top_bottom_line{
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 0;
    height: 2px;
    background: #FFE500;
}
.nav_logo{
    float: left;
    width: 300px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 1.7em;
    margin-left: 1%;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.header_logo_btn {
    display: inline-block;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    text-decoration: none;
    background-color: #6EB9D8;
    color: #FFFFFF;
    transition: .4s;
    border-bottom: 2px dotted #6ED5FF;
    border-left: 2px dotted  #6ED5FF;
    border-right: 2px dotted  #6ED5FF;
}

.header_logo_btn:hover {
    background-color: #81C2DD;
    color: white;
}
.nav_logo_text{
	font-size: 0.7em;
}
.wf-sawarabigothic {
    font-family: "Sawarabi Gothic";
}
.contact_tel_box {
    margin-top: 3%;
    font-size: 1.5em;
    font-weight: bold;
    color: #9C6C6D;
}
.contact_tel_box01 {
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    margin-top: 20px;
    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;
}



#sub_page_wrapper {
    background-image: url(../img/bg01.png);
    padding-bottom: 60px;
    text-align: center;
    padding-top: 30px;
}




.sub_top_image_box {
    background-color: #FFFFFF;
}


.wf-sawarabimincho { 
	font-family: "Sawarabi Mincho";
}
.wf-mplus1p {
	font-family: "Mplus 1p";
}
.wf-nikukyu { 
	font-family: "Nikukyu"; 
}
#top_bottom {
    background-color: #FFFEED;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 60px;
    background-image: url(../img/bg01.png);
}
.top_bottom_image {
    height: 500px;
    background-image: url(../img/top_bottom_bg02.png);
}

.top_bottom_comment {
    margin-top: 50px;
    background-size: cover;
}
.top_bottom_comment_left {
    width: 42%;
    float: left;
}
.top_bottom_comment_right {
    float: right;
    width: 50%;
    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: 5%;
    position: relative;
}
.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: -23%;
    left: -5%;
    border-radius: 6px;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -webkit-box-shadow: 2px 2px #C1C3B3;
    box-shadow: 2px 2px #C1C3B3;
}





.top_bottom_box {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear: both;
}
.top_news {
    display: inline-block;
    font-size: 1.4em;
    color: #7B795F;
    font-weight: 600;
}
.iframeWrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 14%;
    background-color: #FFFFFF;
    margin-top: 6px;
    border: 1px dotted #B4B296;

}
.iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;height: 100% !important;
}



#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: 900px;
    margin-left: auto;
    margin-right: auto;
}
.footer_tel_box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    color: #825604;
    font-size: 1.1em;
}
.footer_tel_box02 {
    width: 50%;
    float: right;
}

.footer_tel_box01 {
    width: 50%;
    float: left;
}


.footer_tel {
    margin-top: 10px;
    font-size: 1.2em;
    color: #FF8E00;
    font-weight: bold;
}

.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 {
    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 {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.footer_sitemap_ul_02 {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 50%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.footer_sitemap_ul li {
  display: table-cell;
  vertical-align: middle;
    margin-left: 5%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.footer_sitemap_ul_02 li {
  display: table-cell;
  vertical-align: middle;
    margin-left: 5%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}*/

.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;
}
#room_content {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    border: 5px solid #F5A800;
    border-radius: 8px;
    background-color: #FFFFFF;
    text-align: center;
    margin-top: 15px;
}
.room_info {
    margin-top: 40px;
}
.room_info_box01 {
    margin-top: 20px;
}
.room_info_box01_02 {
    width: 100%;
}

.room_info_box01_left {
    width: 48%;
    float: left;
}

.room_info_box02 {
    margin-top: 20px;
}



.room_title {
    text-align: center;
    margin-bottom: px;
    font-size: 2.3em;
    font-weight: 500;
    background-color: #A0CC53;
    display: inline-block;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 11px;
    border-radius: 8px;
    margin-top: 50px;
    border: 2px solid #CEFFC5;
}
.room_tbl_title {
    font-size: 1.1em;
    text-align: center;
    background-color: #2E2929;
    color: #FFFFFF;
    margin-top: 30px;
}
.room_info_box01_right {
    float: right;
    width: 48%;
}
#map {
    width: 100%;
    margin-top: 10px;
}

#nearbyinfo_content{
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    border: 5px solid #F5A800;
    border-radius: 8px;
    background-color: #FFFFFF;
    text-align: center;
    margin-top: 15px;	
}
.nearbyinfo_content_box {
    margin-top: 20px;
}


#formWrap {
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    color: #555;
    line-height: 120%;
    font-size: 90%;
    text-align: left;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
    width: 30%;
    font-weight: normal;
    background-color: #FFFDEB;
    text-align: left;
}

.sitemap_wrapper {
    margin-top: 30px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


.contact_tel {
    margin-top: 30px;
    font-weight: bold;
    font-size: 1.5em;
    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;
}


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

}

.sitemap_description {
    width: 70%;
    float: right;
}


.sitemap_neme {
    width: 29%;
    float: left;
    font-weight: bold;
	padding-left: 1%;
}
.sitemap_neme a {
    color: #194967;
}
.sitemap_neme a:link {
    color: #194967;
}
.sitemap_neme a:visited {
    color: #194967;
}
.sitemap_neme a:hover {
    color: #9E9E7C;
}
.sitemap_neme a:active {
    color: #373705;
}

.privacy_box {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    text-align: left;
    padding-top: 8px;
    padding-right: 18px;
    padding-bottom: 8px;
    padding-left: 18px;
}
.privacy_dl {
    margin-top: 20px;
}
.privacy_dl dt {
    color: #7C6B30;
}


.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
	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;
}
