@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

::selection {
    background: #c0394d;
    text-shadow: none;
	color: #fff;
}

a {
	color: #534741;
	transition: .4s;
}



a:hover,
a:focus {
	color: #c0394d;
	transition: .4s;
}


a:hover img,
a:focus img {
	transition: .4s;
}

:-ms-input-placeholder {
	
}


a:hover img,
a:focus img {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	text-decoration: none;
	transition: 0.3s;
}


a img {
	transition: .4s;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



ol,
ul {
	list-style: none;
}



body {
	color: #534741;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 140%;
}



.js-action-preview-mode-notice {
      top: 0;
      width: 100%;
      text-align: center;
      padding: 10px;
      background: rgba(255,255,255,0.6);
      color: black;
      position: fixed;
      border: 1px dotted black;
      z-index: 50000;
}


@media print {
body {
	width: 1200px;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0 0;
}
#scrollTop {
	display: none;
}
}

.hideAnchor {
	display:block;
	height:0px;
	/height:1px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:-120px;
	padding-bottom:120px;
}



/*スマホ関係*/
@media screen and (max-width: 767px) {

body , html {
	-webkit-text-size-adjust: 100%;
	
}

img {
	max-width: 100%;
	height: auto;

}

select,
textarea,
input[type=text],
input[type=email],
input[type=date],
input[type=tel] {
  font-size: 16px;
    border: 1px solid;
	margin-right: 0;
/*  transform: scale(0.8);*/
}


}
/*スマホ関係終わり*/






.clr {
	clear: both;
	min-height: 1em;
}


.clr:after {
	display: block;
	height: 1px;
	content: "";
	clear: both;
}

input,
select,
textarea {
	color: #534741;
    font-size: 16px;
    padding: 5px;
    border-radius: 0;
    border: 1px solid #c7b299;
}

.new {
    margin-left: 0;
    padding: 3px;
    color: #ff5757;
    /*     background-color: #c0394d;*/
    font-size: 80%;
    /* font-weight: bold; */
    margin-left: 5px;
    font-style: italic;
    text-transform: uppercase;
}



/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.skip-header a {
	display: block;
	background-color: #007b44;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	height: 0;
	overflow: hidden;
}


#scrollTop {
	position: fixed;
	bottom: -100px;
	right: 0;
	width: 55px;
	z-index: 999;
}




#scrollTop img {
	width: 55px;
	display: block;
}




#container {
		position: relative;
		width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
}


input::placeholder {
  color: #fff;
}

/* IE */
input:-ms-input-placeholder {
  color: #fff;
}

/* Edge */
input::-ms-input-placeholder {
  color: #fff;
}




/*ＰＣ関係*/
@media print,screen and (min-width: 768px) {

.sp-disp {
	display: none !important;
}


}
/*ＰＣ関係↑*/


/*スマホ関係*/
@media screen and (max-width: 767px) {


.pc-disp {
	display: none !important;
}

}
/*スマホ関係↑*/






/* PCヘッダー
================================================== */
.sp-header {
	display: none;
}





#top-pc-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: rgba(255,255,255,1);
	padding: 21px 15px;
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat;
	background-size: 300px;
}

#header {
	width: 100%;

}
.header-inner {
	width: 100%;
	text-align: right;
}

.header-inner td.header-inner-td-l {
	width: 350px;
	vertical-align: middle;
}


.header-inner td.header-inner-td-l #logo img {
	width: 100%;
}

.header-inner td.header-inner-td-r {
    width: auto;
    vertical-align: middle;
    letter-spacing: 1px;
}


.headerNav {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 25px;
}

.headerNav span {
	display: inline-block;
}
.headerTel {
	width: 300px;
	margin-right: 15px;
}
.headerTel img {
	width: 100%;
	vertical-align: middle;
}
.headerSns {
	width: 30px;
	align: left
}
.headerSns img {
	width: 100%;
	vertical-align: middle;
}
.headerYoyaku {
	margin-left: 15px;
}
.headerYoyaku a {
	background-image: url(../images/yoyaku.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    background-size: 18px;
    padding: 9px 15px 9px 45px;
    text-decoration: none;
    color: #fff;
    font-size: 85%;
    font-weight: bold;
    background-color: #c0394d;
    border-radius: 50px;
}
.headerYoyaku a:hover {
	opacity:0.8;
}

.globalNavInner {
	width: 100%;

}
.globalNavInner ul {

}


.none_text{
      display: none;
}


.header-bottom {
	margin-top: 120px;
}



.globalNavInner>ul {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 100%;
}


.globalNavInner>ul li {
	text-align: center;
	border-right: 1px solid #534741;
}
.globalNavInner>ul li:last-child {
	border-right: none;
}


.globalNavInner>ul li a {
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px;
}



.header-inner td.header-tel {
	vertical-align: middle;
	text-align: center;
	width: 140px;
}
.header-tel a {
	display: block;
	font-weight: bold;
	padding: 6px 0;
	background-color: #c0394d;
	color: #fff;
	text-decoration: none;
}
.header-tel a:hover {
	opacity:0.75;
}








.globalNavInner>ul .child {
	display: none;
	position: absolute;
	z-index: 800;
	margin-left: -2px;
}


.globalNavInner>ul .child li {
	max-width: auto;
	font-weight: bold;
	border-right: none;
	font-size: 90%;
	transition: .4s;
	color: #fff;

}

.globalNavInner>ul .child li:nth-child(odd) {
    background-color: #736357;
}

.globalNavInner>ul .child li:nth-child(even) {
    background-color: #534741;
}


.globalNavInner>ul .child li:last-child {

}

.globalNavInner>ul .child li a {
	display: block;
	text-decoration: none;
	padding: 15px;
	text-align: left;
	color: #fff;
}
.globalNavInner>ul .child li a:hover {
	color: #fff;
}
.globalNavInner>ul .child li:hover {
	background-color: #c0394d;
}











/*ＰＣ　header終わり
---------------------------------------------------------------*/



/*スマホサイトheader
---------------------------------------------------------------*/
@media screen and (max-width: 1000px) {


#logo-sub {
	display: none !important;
}

#logo {
	display: none !important;
}

#top-pc-header {
	display: none !important;
}


#header {
	display: none !important;
}
#globalNav {
	display: none !important;
}


.hideAnchor {
	display:block;
	height:0px;
	/height:1px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:-55px;
	padding-bottom:55px;
}


.sp-header {
	display: inline;
	width: 100%;
	padding: 10px 0 0 15px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	z-index: 1000;
	background-color: rgba(255,255,255,1);
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat;
	background-size: 300px;
	height: 55px;
}


.logo {
	position: absolute;
    width: 240px;
    top: 6px;
    left: 7px;
}



.logo img {
	width: 100%;
}





.sp_yoyaku {
	display: block;
	width: 55px;
	height: 55px;
	position: fixed;
	top: 0;
	right: 57px;
	background-color: #c0394d;
	z-index: 99999999;
}
.sp_yoyaku a {
	display: block;
	height: 55px;
	padding-top: 0;
	background-color: #c0394d;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 12px;
}


.sp_yoyaku img {
	width: 55px;
}



.sp-header nav {
	margin-right: -16px;
}
.sp-header nav ul{
	display: flex;
	align-items: center;
	
}


#nav_toggle{
	display: none;
}


	
/*メニュー部分*/
.sp-header nav{
	display:none;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100vh;
    background-image: url(../images/menu_bg.jpg);
    background-repeat: repeat;
    background-position: right top;
    background-size: 130%;
    background-color: #fff;
	font-family: 'Shippori Mincho', serif;

}
.sp-header nav ul{
	display: block;
	width: 90%;
	position: absolute;
	top: 65px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	overflow: scroll;
}
.sp-header nav ul li{
	margin: 0 auto;
	border-bottom: 1px dotted #ccc;
	padding: 15px;
	display: block;
	font-size: 120%;
}

.sp-header nav ul li a {
	text-decoration: none;
	font-weight: bold;

}



.sp-header nav ul li:last-child{
		border: none;
}



/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 57px;
	height: 55px;
/*		position: relative;
*/
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 10px 12px;
	z-index: 100;
	background-color: #534741;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	text-align: center;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #fff;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
	
#nav_toggle span:nth-child(1){
	top:5px;
}
#nav_toggle span:nth-child(2){
	top:15px;
}
#nav_toggle span:nth-child(3){
	top:25px;
}

#nav_toggle p {
	padding-top: 21px; 
	font-size: 12px;
	color: #fff;
}
/*開閉ボタンopen時*/
.open #nav_toggle{
	background-color: #534641;
	padding: 18px 8px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}


.open #nav_toggle span{
	background-color: #f4f1e6;
	background-color: #f4f1e6;
}
.open #nav_toggle span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.open #nav_toggle p {
	display: none;
}


.search-aria2 {
	width: 100%;
	position: fixed;
	z-index: 1001;
	top: -150px;
	right: 0;
	text-align: right;
	background-color: #fff;
	padding: 8px 0;
}

.search-aria2 a {
	padding: 6px 5px;
	display: inline-block;
	margin-right: 15px;
	border: 1px solid #534741;
	text-decoration: none;
	color: #534741;

}
.search-aria2 a:hover {
	color: #666;
}





.input_item2 {
	height: 32px;
	font-size: 16px;
	width: 50%;
	border: 1px solid;
}





#searchsubmit2 {
	width: 40px;
	height: 40px;
	margin-left: 3px;
}

input::placeholder {
  color: #534741;
}

/* IE */
input:-ms-input-placeholder {
  color: #534741;
}

/* Edge */
input::-ms-input-placeholder {
  color: #534741;
}




/*メニュー関係終わり*/






}

/* スマホサイトheader終わり
================================================== */








#content {
	width: 100%;
	padding-bottom: 50px;
	margin: 0px auto;
	background-image: url(../images/bg01.jpg);
    background-repeat: repeat;
    background-size: 300px;
}
#home #content {
	padding-bottom: 0;
	background-image:none;
}



.top1 {
	width: 100%;
	margin-bottom: -6px;
}

.top1-inner {
	width: 100%;
	position: relative;
}

.top1-copy {
	position: absolute;
	top: 15%;
	right: 5%;
	width: 10%;
}
.top1-copy img {
	width: 100%;
}

.top1 .slick-box {
	width: 100%;
	margin: 0;
	padding: 0;
}


.top1 .slick-box img{
	width: 100%;
}



.top2 {
	width: 100%;
}

.top2-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.top2-inner table {
	width: 100%;
}


.top2-td-l {
	width: 28%;
	vertical-align: middle;
	text-align: center;
	background-color: #c0394d;
	padding: 60px 0;
}

.top2-td-l h2 {
    /* margin-bottom: 20px; */
    /* font-weight: normal; */
    font-size: 140%;
    color: #fff;
}


.top2-td-r {
    width: 72%;
    vertical-align: middle;
    background-color: #f9eaea;
    padding: 35px;
    font-weight: bold;
}

.top2-ul2 {
	width: 100%;
}
.top2-ul2 li {
	width: 100%;
	padding: 10px 0;
}



.top2-ul2 li .date {
	display: table-cell;
	width: 120px;
	color: #c0394d;
}
.top2-ul2 li .title {
	width: auto;
	display: table-cell;
}
.top2-ul2 li .title a {

}






.top3 {
	width: 100%;
	background-image: url(../images/r_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-size: 20%;
}


.top3-inner {
	width: 100%;
	max-width: 1100px;
	padding: 100px 20px;
	margin: 0 auto;
}






.top3-inner h2,.top4-inner h2,.top7-inner h2 {
	text-align: center;
	font-size: 180%;
	padding-bottom: 5px;
}
.top3-inner .h2-sub,.top4-inner .h2-sub,.top7-inner .h2-sub {
	text-align: center;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #998675;
}
.top3-inner .h2-sub img,.top4-inner .h2-sub img,.top6-inner .h2-sub img,.top7-inner .h2-sub img {
	height: 25px;
}














.yoyaku-link {
	padding: 0 3%;
}
.yoyaku-link-ul {
	width: 100%;
	display: inline-flex;
}
.yoyaku-link-ul li {
	width: 31.33%;
	margin: 0 1%;
	background-color: #fff;
	border-radius: 50px;
}
.yoyaku-link-ul li a {
	display: block;
    font-size: 90%;
    font-weight: bold;
    letter-spacing: 0px;
    text-decoration: none;
    border: 1px solid #998675;
    border-radius: 50px;
    padding: 15px 25px 15px 50px;
}
.yoyaku-link-ul li a:hover {
	background-color: #f3f1ec;
	border-radius: 50px;
}
.yoyaku-link-ul li:nth-child(1) a {
	background-image: url(../images/type.png), url(../images/arrow_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 13px center, right 12px center;
    background-size: 28px, 15px;
}
.yoyaku-link-ul li:nth-child(2) a {
	background-image: url(../images/cal.png), url(../images/arrow_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 13px center, right 12px center;
    background-size: 28px, 15px;
}
.yoyaku-link-ul li:nth-child(3) a {
	background-image: url(../images/search.png), url(../images/arrow_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 13px center, right 12px center;
    background-size: 28px, 15px;
}


.top4 {
	width: 100%;
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: 300px;
}


.top4-inner {
	width: 100%;
	max-width: 1100px;
	padding: 100px 20px;
	margin: 0 auto;
}


.top4-ul {
	width: 100%;
	margin-top: 25px;
}
.top4-ul li {
	width: 100%;
	border-bottom: 1px solid #d1c6b8;
	padding: 20px 15px;
}
.top4-ul li:last-child {
	border-bottom: none;
}

.top4-ul li .date {
	display: table-cell;
	width: 100px;
}
.top4-ul li .title {
	width: auto;
	display: table-cell;
}
















.top5 {
	width: 100%;
	background-image: url(../images/bg02.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: 300px;
}


.top5-inner {
	width: 100%;
	max-width: 1100px;
	padding: 100px 20px;
	margin: 0 auto;
}
.top5-inner h2 {
	text-align: center;
	font-size: 160%;
	color: #c0394d;
	display: none;
}


.top5-ul {
	width: 100%;
	margin-top: 35px;
	display: inline-flex;
	flex-wrap: wrap;
}
.top5-ul li {
	width: 31.333%;
	margin: 0 1% 40px 1%;
}
.top5-ul li .thumb {
	display: block;
}
.top5-ul li .thumb img {
	display: block;
    border: 1px solid #b29b67;
    width: 100%;
    height: 300px;
    object-fit: cover;
    font-family: 'object-fit: contain;';
    transition-duration: 0.5s;
    background-color: #fff;
}

.top5-ul li .title {
	display: block;
    font-size: 120%;
    margin-top: 15px;
    text-align: center;
}
.top5-ul li .title a {
	font-weight: bold;
	text-decoration: none;
}
.top5-ul li .title a:hover {

}








.top6 {
	width: 100%;
	background-color: #332924
}


.top6-inner {
	width: 100%;
	padding: 100px 0;
}
.top6-inner h2 {
	text-align: center;
	font-size: 180%;
	color: #fff;
	padding-bottom: 5px;
}
.top6-inner .h2-sub {
	text-align: center;
	color: #c0394d;
	margin: 10px 0 0 0;
}


.top6-copy {
	text-align: center;
	font-size: 180%;
    color: #ddcdab;
    letter-spacing: 2px;
    line-height: 145%;
    font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	margin: 40px 0 60px 0;
}



.top6-copy span {
	padding-left: 10px;
}


.top6-right,
.top6-left  {
	width: 100%;
	margin-bottom: 80px;
	position: relative;
	padding-top: 4%;
}




.top6-left-l {
	width: 55%;
	background-image: url(../images/c_bg_13.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding: 3% 12%;
	position: relative;
}



.top6-l-num {
	position: absolute;
	top: -30px;
	left: 3%;
	width: 13%;
}
.top6-l-num img {
	width: 100%;
}



.top6-left-r {
	position: absolute;
	top: 0;
	left: 47%;
	width: 50%;
}
.top6-left-r img{
	width: 100%;
	display: block;
}







.top6-right-l {
	position: absolute;
	top: 0;
	left: 3%;
	z-index: 10;
	width: 50%;
}
.top6-right-l img{
	width: 100%;
	display: block;
}


.top6-right-r {
	margin-left: 45%;
	width: 55%;
	background-image: url(../images/c_bg_24.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding: 3% 12%;
	position: relative;
}

.top6-r-num {
	position: absolute;
	top: -30px;
	left: 86%;
	width: 13%;
}
.top6-r-num img {
	width: 100%;
}




.top6 h3 {
	font-size: 210%;
    color: #ddcdab;
    letter-spacing: 2px;
    line-height: 145%;
    padding: 40px 0 30px 0;
    font-family: 'Shippori Mincho', serif;
}
.top6 p {
	color: #dcceab;
    line-height: 180%;
    font-size: 100%;
}
.top6 p span {
	display: block;
}

.top6-ul-link {
	margin: 30px 0 0 0;
}


@media screen and (max-width: 1540px) {
	
.top6 {
	width: 100%;
	background-color: #332924
}


.top6-inner {
	width: 100%;
	padding: 100px 0;
}
.top6-inner h2 {
	text-align: center;
	font-size: 180%;
	color: #fff;
	padding-bottom: 5px;
}
.top6-inner .h2-sub {
	text-align: center;
	color: #c0394d;
	margin: 10px 0 0 0;
}


.top6-copy {
	text-align: center;
	font-size: 180%;
    color: #ddcdab;
    letter-spacing: 2px;
    line-height: 145%;
    font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	margin: 40px 0 60px 0;
}



.top6-copy span {
	padding-left: 10px;
}


.top6-right,
.top6-left  {
	width: 100%;
	margin-bottom: 80px;
	position: relative;
	padding-top: 4%;
}




.top6-left-l {
	width: 55%;
	background-image: url(../images/c_bg_13.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding: 3% 12%;
	position: relative;
}



.top6-l-num {
	position: absolute;
	top: -30px;
	left: 3%;
	width: 13%;
}
.top6-l-num img {
	width: 100%;
}



.top6-left-r {
	position: absolute;
	top: 0;
	left: 47%;
	width: 50%;
}
.top6-left-r img{
	width: 100%;
	display: block;
}







.top6-right-l {
	position: absolute;
	top: 0;
	left: 3%;
	z-index: 10;
	width: 50%;
}
.top6-right-l img{
	width: 100%;
	display: block;
}


.top6-right-r {
	margin-left: 45%;
	width: 55%;
	background-image: url(../images/c_bg_24.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding: 3% 12%;
	position: relative;
}

.top6-r-num {
	position: absolute;
	top: -30px;
	left: 86%;
	width: 13%;
}
.top6-r-num img {
	width: 100%;
}




.top6 h3 {
	font-size: 180%;
    color: #ddcdab;
    letter-spacing: 2px;
    line-height: 145%;
    padding: 40px 0 20px 0;
    font-family: 'Shippori Mincho', serif;
}
.top6 p {
	color: #dcceab;
    line-height: 180%;
    font-size: 85%;
}
.top6 p span {
	display: block;
}

.top6-ul-link {
	margin: 20px 0 0 0;
}
	
}






.link-style1 a {
     display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 12px 15px;
    width: 200px;
    background-color: #fff;
    transition: 0.3s;
    font-weight: bold;
    margin-top: 0px;
    text-decoration: none;
    font-size: 90%;
    letter-spacing: 1px;

}

.link-style1 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #e1d29d;
  transition: 0.3s;
}

.link-style1 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 55px;
  height: 2px;
  background-color: #e1d29d;
  transition: 0.3s;
}

.link-style1 a:hover {
  text-decoration: none;
  opacity:0.8;
}

.link-style1 a:hover::before,
.link-style1 a:hover::after {
  right: -3.5em;
}


.top7 {
	width: 100%;
	background-image: url(../images/l_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 20%;
}


.top7-inner {
	width: 100%;
	max-width: 1100px;
	padding: 100px 20px;
	margin: 0 auto;
}


.top7-ul {
	width: 100%;
	margin-top: 35px;
	display: inline-flex;
	flex-wrap: wrap;
    justify-content: center;
}
.top7-ul li {
	width: 23%;
	margin: 0 1% 0 1%;
	position: relative;
}
.top7-ul li .thumb {
	display: block;
}
.top7-ul li .thumb img {
	width: 100%;
	display: block;
}

.top7-ul li .title {
	display: block;
    margin: 15px 0;
    text-align: center;
    font-weight: bold;
    padding-bottom: 35px;
}
.top7-ul li .title a {
	text-decoration: none;
}
.top7-ul li .title a:hover {

}

.top7-ul li .yoyaku {
	width: 100%;
	position: absolute;
	bottom: 0;
	display: block;
	text-align: center;
}
.top7-ul li .yoyaku a {
	display: inline-block;
	padding: 5px 20px;
	background-color: #332924;
	color: #fff;
	text-decoration: none;
	    border-radius: 50px;
}
.top7-ul li .yoyaku a:hover {
	background-color: #5c4941;

}
.top7-ul li .yoyaku a span {
	background-image: url(../images/arrow_y.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px;
	padding-right: 15px;
}


.top8 {
	width: 100%;
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: 300px;
}


.top8-inner {
	width: 100%;
	max-width: 900px;
	padding: 100px 20px;
	margin: 0 auto;
}
.top8-ul  {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.top8-ul  li {
	    width: 31.3%;
    margin: 1%;
}
.top8-ul  li img {
	width: 100%;
	border: 1px solid #b29b67;
    height: 92px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    background-color: #fff;
}

.top8-ul2  {
	width: 100%;
	display: inline-flex;
    display: none;
	justify-content: center;
	padding-top: 15px;
    margin-top: 30px;
    border-top: 1px solid #998675;
}
.top8-ul2  li {
	width: 98%;
	margin: 0 1%;
	max-width: 700px;
}
.top8-ul2  li img {
	width: 100%;
}



.top9 {
	width: 100%;
	background-image: url(../images/l_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 20%;
}


.top9-inner {
	width: 100%;
	max-width: 1100px;
	padding: 100px 20px;
	margin: 0 auto;
}
.top9-inner h2 {
	text-align: center;
	margin-bottom: 30px;

}

.top9-inner h2 img {
	width: 250px;
}










#footer {
	width: 100%;
	background-image: url(../images/f_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: cover;
	color: #fff;
}
.footer-inner {
	width: 100%;
	padding: 130px 0;
	line-height: 160%;
	text-align: center;
}


.footer-ul {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	font-size: 85%;
}

.footer-ul li {
	padding: 0 20px;
	border-right: 1px solid #fff;
	font-weight: bold;
}

.footer-ul li:first-child {
	padding: 0 20px 0 0;
}
.footer-ul li:last-child {
	padding: 0 0 0 20px;
	border-right: none;
}

.footer-ul li a{
	color: #fff;
	text-decoration: none;
}

.footer-ul li a:hover {
	color: #d9d9d9;
}

.logo-text {
	margin-bottom: 30px;
    margin-top: 50px;
    font-size: 160%;
    font-weight: bold;
}


.add {
    font-size: 90%;
}



.copy {
	font-size: 80%;
	margin-top: 30px;
}



	/* コンテンツページ関係始まり
================================================== */



.cat-img-wrap {
	position: relative;

}
.cat-cover-img {
	position: absolute;
	bottom: 0;
	display: none;
}
.cat-cover-img img {
	width: 100%;
	display: block;
}
.cat-img {

}

.cat-img img {
	vertical-align: bottom;
    width: 100%;
    height: 200px;
    object-fit: cover;
    font-family: 'object-fit: contain;';
}


.cat-img-con {
    position: absolute;
    width: 100%;
    top: 45%;
    color: #fff;
    text-align: center;
    font-size: 250%;
	font-family: 'Shippori Mincho', serif;
    font-weight: bold;
    letter-spacing: 3px;
}

.cat-img-con span {
}







	#category_icon {
		width: 100%;
	}

	#category_icon .inner {
		width: 100%;
		margin: 0 auto;
	}

	#category_icon .inner img {
		width: 100%;
	}



	#home #breadCrumb {
		display: none;
	}

#breadCrumb {
    width: 100%;
    font-size: 80%;
    padding: 15px 0;
    /* border-bottom: 1px dotted #534741; */
}

	#breadCrumb .inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}







	.scrText {
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
	}



	.print_wrp {
		display: none;
		text-align: right;
		padding-top: 8px;
		margin-bottom: -32px;
	}

	.contentBodyWrapper {
		padding: 0px 0px;
	}

	.contentListWrapper {
		padding: 0px 0px;

	}

	#content-inner {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
		padding: 0px 40px;

	}

	#content-inner:after {
		content: "";
		display: block;
		clear: both;
	}



	article {}

	#main {
	}

#main2 {
    width: 100%;
    line-height: 170%;
    font-size: 100%;
}

	#sidemenu {
		width: 24%;
		float: right;
		padding: 40px 0 0 0;
	}


	.contentBody {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		min-height: 1em;


	}

	.contentBody img {
		max-width: 100%;
	}

	.contentBody .img_center img {}


.contentListWrapper .pageList {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	margin-top: 30px;
}


.contentListWrapper .pagelist-item {
    width: 48%;
    margin: 0 1% 30px 1%;
    background-color: #d7d1c2;
    transition: .4s;
    /* border-radius: 0 25px 0 25px; */
}
/*
.contentListWrapper .pagelist-item:hover {
	background-color: #e2efe7;
}
*/





.contentListWrapper .pagelist-item .thumb {
	width: 100%;
	padding: 0 0 0 0;

}

.contentListWrapper .pagelist-item .thumb img {
	width: 100%;
	height: 20em;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	display: block;
}

.contentListWrapper .pagelist-item .thumb img a,
.contentListWrapper .pagelist-item .thumb img:hover,
.contentListWrapper .pagelist-item .thumb img:focus {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	text-decoration: none;
	transition: 0.3s;
}

.contentListWrapper .pagelist-item .title {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 130%;
}

.contentListWrapper .pagelist-item .date {
    display: block;
    line-height: 100%;
    font-size: 90%;
    padding: 0px 20px 20px 20px;
    text-align: right;
    color: #c0394d;
}


.contentListWrapper .pagelist-item .title a {
    text-decoration: none;
    display: block;
    background-image: url(../images/arrow_r.png);
    background-repeat: no-repeat;
    background-position: 20px 26px;
    background-size: 19px;
    padding: 20px 20px 20px 49px;
}

.contentListWrapper .pagelist-item:hover {
	background-color: #c6b37e;
	transition: .4s;

}

	.contentListWrapper .pagelist-item .description {
		padding: 0 5px 5px 5px;
		display: block;
		font-size: 90%;
	}

	.contentListWrapper .pagelist-item p {
		text-align: right;
		padding: 0 10px 5px 0;
		font-size: 90%;
		color: #666;
	}





.top-category_topics .contentListWrapper .pagelist-item {
    width: 29.3%;
    margin: 0 2% 30px 2%;
    /* border: 2px solid #c4e1f0; */
    transition: .4s;
    border: none;
}

.top-category_topics .contentListWrapper .pagelist-item:hover {
    background-color: #fff;
}


.top-category_topics .contentListWrapper .pagelist-item img {
    width: 100%;
    height: 13em;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 40px;
    display: block;
	transition: 0.3s;
}

.top-category_topics .contentListWrapper .pagelist-item .title {
    font-size: 110%;
    line-height: 140%;
	text-align: center;
}

.top-category_topics .contentListWrapper .pagelist-item .title a {
    text-decoration: none;
    display: block;
    background-image:none;
    padding: 20px 10px 10px 10px;
}


.top-category_topics .contentListWrapper .pagelist-item .title a:hover {
    color: #f7c11e;
}

.top-category_topics .contentListWrapper .pagelist-item .date {
	text-align: center;
	font-size: 80%;
}

.top-category_topics .contentListWrapper .pagelist-item img:hover,
a.top-category_topics .contentListWrapper .pagelist-item img:focus {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	text-decoration: none;
	transition: 0.3s;
}







	.contentListWrapper .pagination,
	.contentBodyWrapper .pagination {
		margin-top: 10px;
		text-align: center;
	}

.contentListWrapper .pagination a,.contentBodyWrapper .pagination a {
    background-color: #bf394d;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    padding: 7px 11px;
    font-size: 80%;
}

	#sidemenu .sideHeader {
		background-color: #c4e1f0;
		padding: 3px 0;
	}

	#sidemenu .sideHeader h2 {
		text-align: center;
		padding: 5px 0 0 0;
		border-top: 1px dotted #fff;
		color: #fef000;
	}

	#sidemenu .sideBody ul {
		margin: 5px 0 10px 0;
	}

	#sidemenu .sideBody ul li {
		border-bottom: 1px dotted #ccc;
		background-image: url(../images/pul02.png);
		background-repeat: no-repeat;
		background-position: left 5px center;
		background-size: 16px;
	}

	#sidemenu .sideBody ul li a {
		display: block;
		padding: 5px 5px 5px 25px;
		text-decoration: none;
	}

	#sidemenu .sideBody ul li span {
		display: block;
		padding: 5px 5px 5px 25px;
		color: #ad6ad1;
	}

	#sidemenu .side-banner ul li {
		text-align: center;
		margin: 0 0 5px 0;
	}

	#sidemenu .side-banner ul li img {
		width: 100%;
		max-width: 235px;
	}





	/*　カレンダー
*********************************************/

	.calendar {}

	.sectionHeader {
		margin-bottom: 20px;
	}

	.cal_month_select {
		text-align: center;
	}

	.cal_category_select {}








	.calendar table {
		width: 100%;
	}

	.calendar .colgroup1 {
		width: 70px;
	}


	.calendar table caption {
		font-size: 140%;
		color: #5f3919;
		font-weight: bold;
		padding-bottom: 5px;
	}

	.calendar thead {
		background-color: #ffffbb;
	}

	.calendar table th,
	.calendar table td {
		border: 1px solid #ccc;
		height: 35px;

	}

	.calendar .day,
	.calendar .week,
	.calendar .event {
		vertical-align: middle;
	}

	.calendar .sunday {
		background-color: #ffefed;

	}

	.calendar .saturday {
		background-color: #e3f5f9;
	}

	.calendar table td a {}

	.calendar_item {
		padding: 2px 4px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.calendar_item span {
		display: block;
	}

	.calendar_item .title {
		padding: 0 3px;
		margin-right: 10px;
	}

	.calendar table .category_title {
		display: none;
	}

	.calendar table .category {
		background-color: #ad6ad1;
		color: #fff;
		font-size: 80%;
		padding: 2px 5px;
	}

	.calendar table .calendar_item .cate1 {
		background-color: #d17bfe;
	}

	.calendar table .calendar_item .cate2 {
		background-color: #48D1CC;
	}

	.calendar table .calendar_item .cate3 {
		background-color: #67cafe;
	}

	.calendar table .calendar_item .cate4 {
		background-color: #33d867;
	}

	.calendar table .calendar_item .category {}


	.calendar .cal_day_tbl {
		margin-bottom: 10px;
	}




	.calendar .cal_day_tbl th,
	.calendar .cal_day_tbl td {
		padding: 5px 10px;
	}

	.calendar .cal_day_tbl th {
		vertical-align: middle;
		background-color: #eee;
		width: 200px;
	}



	/*　検索一覧ページ
*********************************************/
	.contentBodyWrapper .search-area ul li {
		margin-bottom: 10px;
	}

	.contentBodyWrapper .search-area ul li .thumb,
	.contentBodyWrapper .search-area ul li .description,
	.contentBodyWrapper .search-area ul li .date {
		display: none;
	}


	/*　お問い合わせページ
*********************************************/

	.contentBody .mail-form {
		margin: 30px 0 0 50px;
	}

	.contentBody .mail-form a {
		border: 1px solid #534741;
		padding: 2px 10px;
		text-decoration: none;
		background-color: #eee;
		font-size: 140%;
		font-weight: bold;
	}

	.contentBody .mail-form a:hover {
		text-decoration: underline;
		background-color: #f6f6f6;
	}




	/*コンテンツページ関係終わり
================================================== */




	/*サイトマップ初め
================================================== */



.sitemap {
	margin-left: 0px;

}

.sitemap a{
	}




ul.sitemap-list.sm-depth1-list {
	border-left: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
	
.sitemap li.sm-depth1-item {
	font-size: 115%;
	margin: 0 1%;
	font-weight: bold;
	padding: 0px;
	letter-spacing: 2px;
	width: 31.3%;
	background-image: none;
	}
	
.sitemap li.sm-depth1-item a{
	text-decoration: none;
	display: block;
	}

.sitemap li.sm-depth1-item a:hover{
	}

.sitemap li.sm-depth1-item a:focus{
	}
	
.sitemap li.sm-depth1-item::before {
    border-right: none;
    border-bottom: none;
}

span.sitemap-list-item-span.sm-depth1-label {
	padding: 7px 3%;
    display: block;
    margin: 4% 0;
    transition: 0.3s;
    border-left: 10px solid #c0394d;

}
	
ul.sitemap-list.sm-depth2-list {
	font-weight: normal;
	font-size: 80%;
	letter-spacing: 1px;
	padding: 0 0 0 3%;
	margin: 40px 1%;
	}

ul.sitemap-list.sm-depth2-list li{
	background-position: 0px 6px;
    background-size: 12px;
    /* font-weight: normal; */
    margin: 18px 8px;
}
	
ul.sitemap-list.sm-depth2-list  a {

}
ul.sitemap-list.sm-depth2-list  a:hover {

}


ul.sitemap-list.sm-depth3-list {
	font-size: 80%;
	letter-spacing: 0;
	padding: 0 15px;
	}
	
ul.sitemap-list.sm-depth3-list li{
    margin: 10px 0px;
    padding: 5px;
    font-weight: normal;
    background-image: none;
	}
	
.sitemap li.sm-depth3-item::before {
    border-right: none;
    border-bottom: none;
}
	
ul.sitemap-list.sm-depth4-list {
	font-weight: normal;
	padding: 0 1%;
	margin: 2%;
	}
	
ul.sitemap-list.sm-depth4-list li{
	margin: 0;
	}
	
.sitemap li.sm-depth4-item::before {
    border-right: none;
    border-bottom: none;
}
	
.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}

.sitemap-list {
    border-left: 1px dotted #d8c7e6;
}


	/*サイトマップ終わり
================================================== */


/*room*/

.top-category_rooms .contentBody ul.slick-box-room {
	margin: 0 0 0 0;

}
.top-category_rooms .contentBody ul.slick-dots {
	margin: 0 0 0 0;
}
.top-category_rooms .contentBody ul.slick-box-room li {
    padding-left: 0;
    line-height: 0;
    text-indent: 0;
    margin: 0 0;
}
.top-category_rooms .contentBody ul.slick-dots {
    bottom: -30px;
}
.top-category_rooms .contentBody ul.slick-dots li {
    margin: 0 2px !important;
}
.top-category_rooms .contentBody ul.slick-box-room li::before {
    content: none;
}



.r_wrap{
	width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}

.r_left {
    width: 70%;
    padding-right: 40px;
}

.r_left ul {
    margin-bottom: 0!important;
    text-indent: 0;
	margin: 0!important;
    margin-left: 0!important;
}

.r_left ul li {
    padding-left: 0!important;
    line-height: 1.8;
    text-indent: 0!important;
    margin: 0!important
}

.r_left ul li img {
    margin: 0!important;
	width: 100%;
}

.r_right{
	width: 30%
}

.room_flex_slider .slick-box li {
	text-align: left;
}

.room_flex_slider .slick-box li::before {
	content: none;
}





 ul.pageList.room_list {
    list-style: none;
    padding: 0;
}

ul.pageList.room_list span.title{
	margin: 0;
    color: #E14D66;
    font-size: 140%;
    font-weight: bold;
}

ul.pageList.room_list span.title a{
	margin: 0;
    color: #E14D66;
    font-weight: bold;
	text-decoration: none;
}


.room_flex_slider{
  }
  .room_flex_slider > ul.slides{
	padding-left: 0em;
  }
  
  
ul.pageList.room_list > li {
    border: 1px solid #C1B9A8;
    background-color: #FAF9F7;
    margin-bottom: 15px;
    padding: 10px;
    height: 542px;
}


  .room_flex_slider > ol.flex-control-nav.flex-control-thumbs{
	z-index: 100;
    top: inherit;
    bottom: -80px;
    right: inherit;
    left: -20px;
    padding-left: 2em;
  }

  .room_flex_slider .slides > li > img{
    width: 100%;
    margin-bottom: 30px;
  }

  .room_flex_slider .flex-direction-nav{
    display: none;
  }
  .room_flex_slider .flex-control-nav.flex-control-thumbs li{
    background-color: #000;
    width: 35px;
    margin-right: 10px;
  }
  .room_flex_slider .flex-control-nav.flex-control-thumbs li img{

    opacity: 0.6;
  }
  .room_flex_slider .flex-control-nav.flex-control-thumbs li img.flex-active{
    opacity: 1;
  }
  
  .row {
  }
  
 .room_left {
 }
 
  .room_right {
	font-size: 80%;
 }
  
  .room_setsumei_block {
	  
  }
  
  .room_setsumei {
	margin-right: 0px;
	margin-bottom: 20px;
}

.room_yoyaku_button {
    margin-right: 0px;
	padding-top: 30px;
}

.room_yoyaku_button img{
	width:305px;
}

.room_r_top {
	padding-bottom: 0px;
	border-bottom: none;
	padding-left:0px;
}

.menseki {
    display: block;
	padding-bottom: 5px;
	padding-top:5px;
	border-bottom: 1px #C1B9A8 dotted;
	padding-left:10px;
}

.teiin {
    display: block;
	padding-bottom: 5px;
	padding-top:5px;
	border-bottom: 1px #C1B9A8 dotted;
	padding-left:10px;
}

.room_r_bottom {
	padding-bottom: 10px;
    border-bottom: none;
    padding-left: 0px;
	padding-top: 0px;
}

.bath {
	display: block;
    padding-bottom: 5px;
	padding-top:5px;
	border-bottom: 1px #C1B9A8 dotted;
	padding-left:10px;
}

.amenity {
	display: block;
    padding-bottom: 5px;
	padding-top:5px;
	border-bottom: 1px #C1B9A8 dotted;
	padding-left:10px;
}


.room_data_madori_title {
font-weight: bold;
    font-size: 150%;
    margin-top: 20px;
    display: block;
    padding: 0px 5px 10px 5px;
    border-bottom: 3px dotted #c6b37e;
    /* margin: 35px 0; */
    color: #c0394d;
    letter-spacing: 1px;
    line-height: 145%;
}


.room_data_madori ul.room_data_madori_images{
	list-style-type: none;
    /* width: 155px; */
    /* width: 100%; */
    padding-left: 0px;
    margin: 0;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
  }
  
.room_data_madori ul.room_data_madori_images li{
	list-style: none;
    /* float: left; */
    /* margin-right: 0; */
    /* margin-bottom: 0; */
    width: 31.3%;
    margin: 1%;
    text-indent: 0;
    padding-left: 0;
}
.room_data_madori ul.room_data_madori_images li::before{
	content: none;
}


  .room_data_madori ul.room_data_madori_images li img{
/*
	width: 38px;
	height: 38px;
*/
	border: 1px solid #C1B9A8;
	  width: 100%;
}



	/*489ban
================================================== */




@media screen and (min-width: 920px) {

#search_489ban {
    font-size: 85%;
}
	
}

@media screen and (max-width: 910px) {
.yoyaku-link-ul li a {
    font-size: 80%;
    padding: 10px 25px 10px 40px;
}
	
.yoyaku-link-ul li:nth-child(1) a,.yoyaku-link-ul li:nth-child(2) a,.yoyaku-link-ul li:nth-child(3) a {
    background-position: 13px center, right 12px center;
    background-size: 20px, 10px;
}
	
}

@media screen and (max-width: 880px) {
input, select, textarea {
    font-size: 12px;
}
}


@media screen and (min-width: 800px) {

#search_489ban {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	height: 120px;
	padding: 25px 0;
	clear: both;
	margin-bottom: 25px;
}


#search_489ban dt {
	text-align: left;
    font-size: 85%;
    padding-bottom: 7px;
    font-weight: bold;
}

.date_489ban {
  float: left;
	width: auto;
}




.stay_489ban {
  float: left;
	width: auto;
	padding-left: 20px;
}

.room_489ban {
  float: left;
	width: auto;
	padding-left: 20px;
}



.person_489ban {
  float: left;
	width: auto;
	padding-left: 20px;
}

#search_489ban button {
	background-color: #534741;
    color: #fff;
    width: 120px;
    height: 35px;
    font-size: 110%;
    border-radius: 50px;
    margin-top: 20px;
    border: none;
    font-weight: bold;
}
#search_489ban button:hover {
	background-color: #5c4941;
}

/*
.date_489ban dt{
  float: left;

}

.date_489ban dt::after{
  content: "："
}


.inbox_489ban dt{
  float: left;
}

.inbox_489ban dt::after{
  content: "："
}
*/

}




@media screen and (max-width: 799px) {
	
input, select, textarea {
    font-size: 16px;
}
	
.inbox_489ban {
	display: inline-flex;
	}
	
.inbox_489ban dl{}

#search_489ban {
	width: auto;
	margin: 0 auto;
	text-align: center;
	height: auto;
	padding: 25px 0;
}

#search_489ban dl {
	margin-bottom: 30px;
}


.date_489ban {
	display: flex;
    justify-content: center;
}

#search_489ban dt,#search_489ban dd{
	    margin: 0 10px;
	}

dl.date_489ban dt{
}

.date_489ban dd{
	
}


.stay_489ban {
	text-align: left;

}
.room_489ban {
	text-align: left;
}
.person_489ban {
	text-align: left;
}

/*
date_489ban dt{
  float: left;

}

*/
.date_489ban dt::after{
  content: "："
}

.stay_489ban dt{
  float: left;
}

.stay_489ban dt::after{
  content: "：　"
}

.room_489ban dt{
  float: left;
}

.room_489ban dt::after{
  content: "："
}

.person_489ban dt{
  float: left;
}

.person_489ban dt::after{
  content: "　："
}


#search_489ban button {
    background-color: #332924;
    color: #fff;
    width: 100px;
    height: 35px;
    border-radius: 50px;
    margin-top: 20px;
    border: none;
    font-weight: bold;
}
	
	
#search_489ban button:hover {
	background-color: #5c4941;
}


}

@media screen and (max-width: 500px) {
#search_489ban dl {
    display: block;
}

}

@media screen and (max-width: 400px) {
#search_489ban {
    font-size: 80%;
}
	
select, textarea, input[type=text], input[type=email], input[type=date], input[type=tel] {
    font-size: 13px;
    border: 1px solid;
    margin-right: 0;
    /* transform: scale(0.8); */
}
	
}


	/*画面サイズ対応
================================================== */





@media screen and (max-width: 1400px) {
.top6 h3 {
    padding: 20px 0;
}
}


@media screen and (max-width: 1260px) {
	
.top6 h3 {
    font-size: 160%;
}
	

.top6-left-l {
    padding: 2% 12%;
}
	
}


@media screen and (max-width: 1190px) {

.top6-right, .top6-left {
    font-size: 90%;
}
	
}

@media screen and (max-width: 1150px) {


.globalNavInner>ul li a {
	padding: 0 12px;
}
	
.top6 p span {
    display: contents;
}

}


@media screen and (max-width: 1110px) {


.header-inner td.header-inner-td-l {
	width: 350px;
}
.globalNavInner>ul li a {
	padding: 0 10px;
}

}


@media screen and (max-width: 1090px) {
	
.r_wrap {
    width: 100%;
    display: block;
    flex-wrap: unset;
}
	
.r_left {
    width: 100%;
    padding-right: 0;
}
	
.r_right {
    margin-top: 30px;
    width: 100%;
}
	
.room_yoyaku_button {
    margin-right: 0px;
    padding-top: 0;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
	
.room_data_madori ul.room_data_madori_images li {
    width: auto;
}
	
.room_data_madori ul.room_data_madori_images li img {
    width: 100px;
}
	
}


@media screen and (max-width: 1070px) {
	
.globalNavInner {
    font-size: 90%;
}
	
.top1-copy {
    top: 12%;
    right: 5%;
    width: 13%;
}

.top3-inner,.top4-inner,.top5-inner,.top7-inner,.top8-inner,.top9-inner,#content-inner {
    padding-left: 40px;
	padding-right: 40px;
}
	
.top6-right, .top6-left {
    font-size: 80%;
}
	
	
.top6-right-r {
    padding: 3% 8% 3% 12%;
}
	
/*
.top6-l-num,.top6-r-num {
    width: 10%;
}
	
.top6-r-num {
    left: 86%;
}
*/

}



@media screen and (max-width: 1000px) {
.header-bottom {
	margin-top: 55px;

}
}



@media screen and (max-width: 1000px) {

.top2-inner table tr,
.top2-td-l,
.top2-td-r {
	display: block;
}
.top2-td-l,
.top2-td-r {
	width: 100%;
}
.top2-td-l {
	padding: 24px 0;
}
.top2-td-r {
	padding: 40px 40px;
}

.top2-ul2 li .date {
	display: block;
}
.top2-ul2 li .title {
	width: 100%;
	display: block;
}
	
.top5-ul li .thumb img {
    height: 200px;
}


}









@media screen and (max-width: 1000px) {


.top4-ul li .date {
	display: block;
	margin-bottom: 10px;
}
.top4-ul li .title {
	width: 100%;
	display: block;
}


.top6-copy {
	line-height: 150%;
}


.top6-copy span {
	padding-left: 0;
	display: block;
	
}
	
	
.top6 h3 {
    padding: 0 0 20px 0;
}
	
.top6-left {
	position: static;
	padding-top: 0;
	display: flex;
	flex-wrap: wrap;
}
.top6-left-l {
	position: relative;
	order: 2;
	width: 90%;
	margin-right: 10%;
	height: auto !important;
	padding: 6% 12% 6% 10%;
}

.top6-l-num {
	position: absolute;
	top: -20px;
	left: 80%;
	width: 15%;
}


.top6-left-r {
	order: 1;
	position: static;
	width: 90%;
	margin-left: 10%;
}

.top6-right, .top6-left {
    font-size: 100%;
}
	
	
.top6 p span {
    display: block;
}




.top6-right {
	width: 100%;
	margin-bottom: 40px;
	position: static;
	padding-top: 0;
}
.top6-right-l {
	position: static;
	margin-right: 10%;
	width: 90%;

}


.top6-right-r {
	position: relative;
	margin-left: 10%;
	width: 90%;
	height: auto !important;
	padding: 6% 12% 6% 10%;
}

.top6-r-num {

	position: absolute;
	top: -15px;
	left: 80%;
	width: 15%;

}
.top6 p span {
	display: inline;
}

}

@media screen and (max-width: 900px) {
	
.top3-inner h2, .top4-inner h2, .top7-inner h2 {
    font-size: 160%;
    padding-bottom: 0;
}
	
.top5-ul li {
    width: 46%;
    margin: 0 2% 40px 2%;
}

}

@media screen and (max-width: 850px) {

.top7-ul li {
    width: 46%;
    margin: 0 2% 8% 2%;
}
	
.top7-inner {
    padding-bottom: 40px;
}
	
}


@media screen and (max-width: 800px) {

.yoyaku-link-ul li:nth-child(1),
.yoyaku-link-ul li:nth-child(2) {
	width: 30.33%;

}
.yoyaku-link-ul li:nth-child(3) {
	width: 33.33%;

}
	
.contentListWrapper .pagelist-item .thumb img {
    height: 13em;
}


}



@media screen and (max-width: 767px) {
	
.top1-copy {
    top: 4%;
    right: 5%;
    width: 17%;
}

.top3-inner {
}

.yoyaku-link {
	padding: 15px 0 0 0;
	border-top: 1px dotted #998675;
}

.yoyaku-link-ul li {
	margin: 0 0;
	background: transparent;
}

.yoyaku-link-ul li:nth-child(1),
.yoyaku-link-ul li:nth-child(2),
.yoyaku-link-ul li:nth-child(3) {
	width: 33.33%;

}

.yoyaku-link-ul li a {
	display: block;
	text-decoration: none;
	border: none;
	border-right: 1px solid #998675;
	border-radius: 0;
	text-align: center;
}

.yoyaku-link-ul li:nth-child(1) a {
	background-image: url(../images/type.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	background-size: 25px;
	padding: 40px 0 15px 0;
}
.yoyaku-link-ul li:nth-child(2) a {
	background-image: url(../images/cal.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	background-size: 25px;
	padding: 40px 0 15px 0;
}
.yoyaku-link-ul li:nth-child(3) a {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	background-size: 25px;
	border-right: none;
	padding: 35px 0 15px 0;
	line-height: 18px;
}

.no-disp {
	display: none;
}
.br-disp {
	display: block;
}


.sitemap li.sm-depth1-item {

	width: 48%;
}



}





@media screen and (max-width: 767px) {
	
.top8-inner,.top9-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}
	
.top8-ul {
    display: block;
}
	
.top8-ul li {
	width: auto;
	text-align: center;
    margin: 4px 0;
}
	
.top8-ul li img {
	width: 35%;
	height: auto;
}


}


@media screen and (max-width: 670px) {

.top1-copy {
    top: 4%;
    right: 5%;
    width: 20%;
}
	
}

@media screen and (max-width: 660px) {

.footer-ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
	padding: 0 20px;
}

.footer-ul li {
	padding: 0 0;
	border-right: none;
	border-bottom: 1px dotted #fff;
}
.footer-ul li a {
	display: block;
	padding: 6px 0;
}

.footer-ul li:first-child {
	padding: 0 0;
}
.footer-ul li:last-child {
	padding: 0 0;
	border-right: none;
	border-bottom: none;
}




.add span {
	display: block;
}
}

@media screen and (max-width: 640px) {
.top8-ul li img {
    width: 50%;
}
}

@media screen and (max-width: 570px) {

.contentListWrapper .pagelist-item {
    width: 100%;
    margin: 0 0 30px 0;
}
}

@media screen and (max-width: 530px) {
.top5-ul li {
	width: 100%;
	margin: 0 0 20px 0;
}
	
.top3-inner, .top4-inner, .top5-inner, .top7-inner, .top8-inner, .top9-inner, #content-inner {
    padding: 60px 30px;
}

}


@media screen and (max-width: 500px) {
.top7-ul li {
	width: 100%;
	margin: 0 0 0 0;
}

.top7-ul li .title {
    padding-bottom: 5px;
}

.top7-ul li:nth-child(2) {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top: none;
}
	
.top7-ul li .yoyaku {
    width: 100%;
    position: unset;
    bottom: 0;
    display: block;
    margin-bottom: 70px;
    text-align: center;
}
	
.top9-inner h2 img {
    width: 200px;
}
.sitemap li.sm-depth1-item {

	width: 98%;
}

}






@media screen and (max-width: 500px) {

}


@media screen and (max-width: 460px) {
.top3-inner,.top4-inner,.top5-inner,.top7-inner,.top8-inner,.top9-inner {
    padding-top: 50px;
	padding-bottom: 50px;
}
	
.top6-inner {
    padding-top: 70px;
	padding-bottom: 70px;
}
	
.top5-ul li {
    margin: 0 0 50px 0;
}
	
.top8-ul li img {
    width: 65%;
}
	
.top8-ul li {
    margin: 10px 0;
}
	
.footer-inner {
    padding: 90px 0;
}
	
	
#scrollTop img {
    width: 30px;
}
	
#scrollTop {
    width: 30px;
}
	
.contentListWrapper .pagelist-item .title a {
    background-position: 15px 24px;
    background-size: 15px;
    padding: 20px 20px 20px 35px;
}
	
#main2 {
    width: 100%;
    line-height: 180%;
    font-size: 115%;
}
	
	
	
}


@media screen and (max-width: 430px) {
.logo {
	width: 240px;
	top: 8px;

}
	
.top2-td-r {
    padding: 20px;
    font-size: 115%;
    line-height: 150%;
}
	
.top4-ul li {
    padding: 15px 0;
    font-size: 110%;
	    line-height: 140%;
}
	
.top4-ul li .date {
    margin-bottom: 5px;
	color: #c0394d;
}
	
.top4-ul {
    margin-top: 10px;
}
	
.top5-ul {
    margin-top: 20px;
	}
	
.top5-ul li {
    margin: 0 0 30px 0;
}
	
.top5-ul li .title {
    display: block;
    font-size: 140%;
    margin-top: 15px;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
}
	
}


@media screen and (max-width: 420px) {

.top7-ul li .yoyaku {
    margin-bottom: 50px;
}
	
}



@media screen and (max-width: 400px) {
	
body {
    font-size: 80%;
}
	
.top3 {
    background-size: 30%;
}
	
.yoyaku-link-ul li a {
	font-size: 80%;
}
	
	
.top1-copy {
    top: 6%;
    right: 7%;
    width: 23%;
}
	
	
.yoyaku-link-ul li:nth-child(1), .yoyaku-link-ul li:nth-child(2), .yoyaku-link-ul li:nth-child(3) {
    font-size: 110%;
}
	
.yoyaku-link-ul li:nth-child(3) a {
    line-height: 130%;
}
	
.top7,.top9 {
    background-size: 30%;
}
	

}


@media screen and (max-width: 370px) {
.add {
	font-size: 87.5%;
}
}

@media screen and (max-width: 360px) {
.logo {
	width: 200px;
	top: 12px;

}

	
}





@media screen and (max-width: 1230px) {


.globalNavInner.en>ul li a {
	padding: 0 12px;
}
	

}


@media screen and (max-width: 1185px) {

.globalNavInner.en>ul li a {
	padding: 0 6px;
}

}




@media screen and (max-width: 1095px) {
	
.globalNavInner.en {
    font-size: 87.5%;
}

.globalNavInner.en>ul li a {
	padding: 0 4px;
}

}


