@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
html {
    scroll-behavior: smooth;
}
body {
	font-size: 14px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	font-family: YuMincho, Baskerville;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	padding: 0;
}

#contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
	
}

#contents02 {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

#contents03 {
	width: 75%;
	margin: 0 auto;
	position: relative;
	
}
@media screen and (max-width:820px) {
	#contents02 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	
}
}
@media screen and (max-width:1100px) {
	#contents03 {
	width: 90%;
	margin: 0 auto;
	position: relative;
	
}
}

header + #contents {
	padding-top: 0px;
}

.inner {
	position: relative;
	width: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}


a {
	text-decoration: none;
	color: #000;
	position: relative;
	z-index: 99;
}
a:hover {
	
}

h1 {
	width: 146px;
	height: 26px;
	margin-left: 20px;
	margin-top: 8px;
}
@media screen and (max-width:430px) {
h1 {
	width: 146px;
	height: 26px;
	margin-left: 15px;
	margin-top: 20px;
}
}
@media screen and (max-width:390px) {
h1 {
	width: 146px;
	height: 26px;
	margin-left: 5px;
	margin-top: 20px;
}
}

.linkbtn {
	float:right;
	margin-right:20px;
}
.reservebtn {
	width: 136px;
	height: 36px;
	border: 2px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font: 16px Baskerville;
	color: #FFF;
	margin-top: 15px;
	padding-top: 6px;
	letter-spacing: 1px;
	float: left;
	margin-right: 60px;
}

@media screen and (max-width:390px) {
	.reservebtn {
	width: 110px;
	height: 36px;
	border: 2px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font: 16px Baskerville;
	color: #FFF;
	margin-top: 15px;
	padding-top: 6px;
	letter-spacing: 1px;
	float: left;
	margin-right: 50px;
}
}


.reservebtn_bl {
	background: #000000;
	width: 165px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	font: 16px Baskerville;
	color: #FFF;
	margin-top: 40px;
	padding-top: 8px;
	letter-spacing: 1px;
	margin-left: 30px;
}

h2 {
	margin-top: 50px;
	margin-bottom: 0.5em;
	font-size: 28px;
	color: #333;
	text-align: center;
	line-height: 1.0;
}

h2 span {
	position: relative;
	font-size: 12px;
}

h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h3 {
    font: 18px Baskerville;
    letter-spacing: 2.7px;

}
@media screen and (max-width:1100px) {
.tac {
    font: 18px Baskerville;
    letter-spacing: 2.7px;
	padding-left: calc(50% - 35px);

}
}

h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 16px;
	font-weight: bold;
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

p {
	margin:0 0 1em 0;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;

}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}

dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dd {
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
td {
	padding: 10px;
	text-align: left;
}
.mt5 {
	margin-top: 5px;	
}
.mt10 {
	margin-top: 10px;	
}
.mt20 {
	margin-top: 20px;	
}
.mt30 {
	margin-top: 30px;	
}
.mt40 {
	margin-top: 40px;	
}
.mt50 {
	margin-top: 50px;	
}
.mt80 {
	margin-top: 80px;	
}
.mt100 {
	margin-top: 100px;	
}
.mt150 {
	margin-top: 150px;	
}
.mt200 {
	margin-top: 200px;	
}

.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb50 {
	margin-bottom:50px;
}
.mb100 {
	margin-bottom:100px;
}
.mr5 {
	margin-right:5px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:30px;
}
.mr40 {
	margin-right:40px;
}
.ml5 {
	margin-left:5px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.ml40 {
	margin-left:40px;
}
.ml100 {
	margin-left:100px;
}
.enabled {
	position:relative;
	z-index: 99;
}
/*================================================
 *  グローバルナビゲーション
 ================================================*/
.navi_txt30 {
	color: #000;
	text-align: left;
	margin-top: 30px;
	letter-spacing: 2.1px;
}

.navi_txt50 {
	color: #000;
	text-align: left;
	margin-top: 50px;
	letter-spacing: 2.1px;

}
.news_icon {
	height: 15px;
	width: 15px;
	margin-bottom: 4px;
	margin-left: 8px;
}

.navi_txt_j {
	color: #000;
	text-align: left;
	margin-top: 30px;
	letter-spacing: 0px;
    width: 300px;
}


/*================================================
 *  メインコピー部分
 ================================================*/
 .title_big {
	 font-family: YuMincho;
	 font-size: 24px;
 }
 .title_big02 {
	 font: normal normal normal 24px/36px Baskerville;
letter-spacing: 3.6px;
 }
 .title_big03 {
	 font-family: YuMincho;
	 font-size: 18px;
	 letter-spacing: 3.24px;
 }

@media screen and (min-width:825px) {
.main_copy01 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 400px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
	letter-spacing: 2.88px;
	font-family: YuMincho;
	font-size: 16px;

}
}
@media screen and (max-width:820px) {
 .main_copy01 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
	letter-spacing: 2.88px;
	font-family: YuMincho;
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 30px;
}
}
@media screen and (max-width:380px) {
 .main_copy01 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
	letter-spacing: 2px;
	font-family: YuMincho;
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 30px;
}
}
.br_space18 {
	width: 18px;
	height: 20px;
	
}
.br_space20 {
	width: 20px;
	height: 20px;
	
}
.br_space30 {
	width: 30px;
	height: 30px;
	
}
/* 縦ボーダー指定 */
.wrap {
	display: flex;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.wrap .box-a {
	flex-grow: 1;
	position: relative;
	height: 111px;
	line-height: 111px;
	margin-right: 2em;
	
}

.wrap .box-a::after {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0 1rem;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #000;
}

.wrap .box-b {
	flex-grow: 1;
	height: 111px;
	line-height: 111px;
	
}
/* ここまで */


.e_txt01 {
	font: normal normal normal 18px/35px Baskerville;
	letter-spacing: 1.44px;
	color: #000000;
	width: 66%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}
@media screen and (max-width: 1100px) {
.e_txt01 {
	font: normal normal normal 18px/35px Baskerville;
	letter-spacing: 1.44px;
	color: #000000;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}
}

.e_txt02 {
	font: normal normal normal 16px/24px Baskerville;
letter-spacing: 1.28px;
color: #000000;

}
.main_txt {
	letter-spacing: 2.88px;
	font-family: YuMincho;
	font-size: 16px;
	line-height: 30px;
}
@media screen and (max-width:790px) {
.main_txt {
	letter-spacing: 1px;
	font-family: YuMincho;
	font-size: 16px;
	line-height: 30px;
}
}
.main_txt_s {
	letter-spacing: 2px;
	font-family: YuMincho;
	font-size: 14px;
	line-height: 30px;
}

.view_more {
	margin-top: 40px;
	position: relative;
	z-index: 99;
}
@media screen and (max-width:790px) {
.view_more {
	margin-top: 40px;
	position: relative;
	z-index: 99;
	margin-left: 74%;
}
}
@media screen and (max-width:430px) {
.brclear {
    display: none;
  }

}


.top_img02 {
	background: url(../images/pc_1366/pc_top_about.jpg) no-repeat center center/cover;
	position: relative; 
	width: 100%; 
	height: 420px;
}
@media screen and (max-width:430px) {
.top_img02 {
	background: url(../images/sp_390/sp_about_top.jpg) no-repeat center center/cover;
	position: relative; 
	width: 100%; 
	height: 286px;
}
	
}
.top_img03 {
	background: url(../images/pc_1366/pc_top_guestroom.jpg) no-repeat center center/cover;
	position: relative; 
	width: 100%; 
	height: 420px;
}
@media screen and (max-width:430px) {
.top_img03 {
	background: url(../images/sp_390/sp_top_guestroom.jpg) no-repeat center center/cover;
	position: relative; 
	width: 100%; 
	height: 286px;
}
}
.top_img04 {
	background: url(../images/pc_1366/pc_top_location.jpg) no-repeat center center/cover;
	position: relative; 
	width: 100%; 
	height: 420px;
}
@media screen and (max-width:430px) {
.top_img04 {
	background: url(../images/sp_390/sp_top_location.jpg) no-repeat center center/cover;
	position: relative; 
	width: 100%; 
	height: 286px;
}
}
.top_img05 {
	background: url(../images/pc_1366/pc_contact_top.jpg) no-repeat center center/cover;
	position: relative; 
	width: 100%; 
	height: 420px;
}
@media screen and (max-width:430px) {
.top_img05 {
	background: url(../images/sp_390/sp_contact_top.jpg) no-repeat center center/cover;
	position: relative; 
	width: 100%; 
	height: 286px;
}
}
.top_img06 {
	background: url(../images/pc_1366/pc_thanks_top.jpg) no-repeat center center/cover;
	position: relative; 
	width: 100%; 
	height: 420px;
}
@media screen and (max-width:430px) {
.top_img06 {
	background: url(../images/sp_390/sp_thanks_top.jpg) no-repeat center center/cover;
	position: relative; 
	width: 100%; 
	height: 286px;
}
}
.top_img07 {
	background: url(../images/pc_1366/pc_experience_top.jpg) no-repeat center center/cover;
	position: relative; 
	width: 100%; 
	height: 420px;
}
@media screen and (max-width:430px) {
.top_img07 {
	background: url(../images/sp_390/sp_experience_top.jpg) no-repeat center center/cover;
	position: relative; 
	width: 100%; 
	height: 286px;
}
}

/* PC用写真指定*/
.pc { display: block !important; }
.tb { display: none !important; }
.sp { display: none !important; }
.minitb { display: none !important; }

.pc_img100 {
	width: 100vw;
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	
}

/* タブレット用写真指定*/
@media screen and (max-width: 1100px) {
.pc { display: none !important; }
.tb { display: block !important; }
.sp { display: none !important; }
.minitb { display: none !important; }
}

/* ミニタブレット用写真指定*/
@media screen and (max-width: 820px) {
.pc { display: none !important; }
.tb { display: none !important; }
.sp { display: none !important; }
.minitb { display: block !important; }
}
 
/* スマホ用写真指定 */
@media screen and (max-width: 480px) {
.pc { display: none !important; }
.tb { display: none !important; }
.sp { display: block !important; }
.minitb { display: none !important; }

.sp_img100 {
	width: 100vw;
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	
}
}

/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
 @media screen and (max-width:820px) {
 .tb_sp {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
 }

@media screen and (max-width:430px) {
	.inner {
		width: 100%;
	}

	#contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0px;
	}

	footer {
	width: 100%;
	
	}

	.lock {
		overflow: hidden;
	}
	
.sp_sp {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}
.sp_sp_footer {
	width: 50%;
	margin-left:auto;
	margin-right:auto;
}
.sp_sp_thanks {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}
}

/*================================================
 *  汎用クラス
 ================================================*/
.fl_l {
	 float:left;
 }
 
.fl_r {
	 float:right;
 }

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
	margin-left: 100px;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	margin-bottom:10px;
}

/* 写真左寄せ */
.imgL {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
	margin-top: 200px;
	padding-right: 7%;
}
.imgL .photo {
	float: left;
	width: 65%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 6%;
}
/* 写真右寄せ */
.imgR {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
	margin-top: 200px;
	padding-left: 6%;
}
.imgR .photo {
	float:right;
	width: 65%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}


@media screen and (max-width:1100px) {
.imgL {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom:20px;
	margin-top: 200px;
}
.imgL .photo {
	float: left;
	width: 55%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
}

@media screen and (max-width:1100px) {
.imgR {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom:20px;
	margin-top: 200px;
}
.imgR .photo {
	float:right;
	width: 55%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 6%;
}

}
@media screen and (max-width:820px) {
.imgL {
	margin-bottom: 20px;
	width: 100%;
	clear: both;
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-left: 0px;
	}
.imgL .photo {
	float: none;
	width: 100vw;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	}
}

@media screen and (max-width:820px) {
.imgR {
	margin-bottom: 20px;
	width: 100%;
	clear: both;
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-left: 0px;
	}
.imgR .photo {
	float: none;
	width: 100vw;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	
	}
}




/* オーバーレイ */
.overlay {
	position: relative;
}
.overlay::after{
	background: rgba(0,0,0,.5);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}
.overlay:hover::after {
	background: rgba(0,0,0,.1);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}

/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #000;
}
.btn a:hover {
	color: #fff;
	background: #333;
}



#galtwo_clm {
	width: 100%;
	display: flex;
	margin-bottom: 1.3%;
}
#galtwo_clm #left {
  width: 49.4%; 
}
#galtwo_clm #right {
  width: 49.4%;
  margin-left:1.2%;
}


/* 2カラム右側固定（スマートフォンでは1カラム) */
#two_clm_pr {
  width: 100%; /*幅指定*/
  display: flex;
}
#two_clm_pr #left {
  width: 100%;
  flex: 1;  
}
#two_clm_pr #right {
  width: 390px; /*幅指定*/
  align-items: right; 
}

@media screen and (max-width: 820px) {
#two_clm_pr {
    display: block;
  }
#two_clm_pr #left {
    width: 100%;
  }
#two_clm_pr #right {
    width: 100%;
  }
}

/* 2カラム右側固定about用*/
#two_clm_pr_ab {
  width: 100%; /*幅指定*/
  display: flex;
}
#two_clm_pr_ab #left {
  width: 100%;
  flex: 1;  
}
#two_clm_pr_ab #right {
  width: 390px; /*幅指定*/
  align-items: right; 
}

@media screen and (max-width: 1100px) {
#two_clm_pr_ab {
    display: block;
  }
#two_clm_pr_ab #left {
    width: 100%;
  }
#two_clm_pr_ab #right {
    width: 100%;
	margin-top: 100px;
  }
}
@media screen and (max-width: 480px) {
#two_clm_pr_ab {
    display: block;
  }
#two_clm_pr_ab #left {
    width: 100%;
  }
#two_clm_pr_ab #right {
    width: 100vw;
	margin-top: 100px;
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
/* 装飾用 */

* {
  box-sizing: border-box;
}

#two_clm_pr #left,
#two_clm_pr #right {
  height: 100%;
}

/* 2カラム左側固定（スマートフォンでは1カラム) */
#two_clm_pl {
  width: 100%; /*幅指定*/
  display: flex;
}
#two_clm_pl #left {
	width: 480px; /*幅指定*/
	align-items: left;  
}
#two_clm_pl #right {
  width: 100%;
  flex: 1;
}

@media screen and (max-width: 480px) {
#two_clm_pl {
    display: block;
  }
#two_clm_pl #left {
    width: 100%;
  }
#two_clm_pl #right {
    width: 100%;
  }
}

/* 2カラム左側固定about用*/
#two_clm_pl_ab {
  width: 100%; /*幅指定*/
  display: flex;
}
#two_clm_pl_ab #left {
	width: 480px; /*幅指定*/
	align-items: left;  
}
#two_clm_pl_ab #right {
  width: 100%;
  flex: 1;
}

@media screen and (max-width: 1100px) {
#two_clm_pl_ab {
    display: flex;
	flex-direction: column-reverse;
  }
#two_clm_pl_ab #left {
    width: 100%;
	margin-top: 100px
  }
#two_clm_pl_ab #right {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
#two_clm_pl_ab {
    display: flex;
	flex-direction: column-reverse;
  }
#two_clm_pl_ab #left {
    width: 100vw;
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	margin-top: 100px;
  }
#two_clm_pl_ab #right {
    width: 100%;
  }
}

/* 2カラム左側固定guestroom用 */
#two_clm_pl_gr {
  width: 100%; /*幅指定*/
  display: flex;
  margin-bottom: 50px;
}
#two_clm_pl_gr #left {
	width: 45%; /*幅指定*/
	align-items: left;
	padding-right: 70px;
}
#two_clm_pl_gr #right {
  width: 100%;
  flex: 1;
}

@media screen and (max-width: 820px) {
#two_clm_pl_gr {
    display: block;
  }
#two_clm_pl_gr #left {
    width: 100%;
	padding-right: 0px; 
  }
#two_clm_pl #right {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
#two_clm_pl_gr {
    display: block;
  }
#two_clm_pl_gr #left {
     width: 100vw;
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
#two_clm_pl #right {
    width: 100%;
  }
}

/* 2カラム右側固定guestroom用*/
#two_clm_pr_gr {
  width: 100%; /*幅指定*/
  display: flex;
  margin-bottom: 50px;
}
#two_clm_pr_gr #left {
  width: 100%;
  flex: 1;  
}
#two_clm_pr_gr #right {
  width: 45%; /*幅指定*/
  align-items: right;
  padding-left: 70px;
}

@media screen and (max-width: 820px) {
#two_clm_pr_gr {
    display: flex;
	flex-direction: column-reverse;
  }
#two_clm_pr_gr #left {
    width: 100%;
  }
#two_clm_pr_gr #right {
    width: 100%;
	margin-top: 100px;
	padding-left: 0px;
  }
}
@media screen and (max-width: 480px) {
#two_clm_pr_gr {
    display: flex;
	flex-direction: column-reverse;
  }
#two_clm_pr_gr #left {
    width: 100%;
  }
#two_clm_pr_gr #right {
    width: 100vw;
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

/* 装飾用 */

* {
  box-sizing: border-box;
}

#two_clm_pl #left,
#two_clm_pl #right {
  height: 100%;
}




/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.twoCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: left;
	-webkit-box-align: left;
	-webkit-align-items: left;
	align-items: left;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 49.5%;
	width: calc((490 / 1020) *100%);
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 40px;
}
.twoCol .inner div:nth-child(2n+1) {
	clear:both;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	width:100%;
}

@media screen and (max-width:820px) {
	.twoCol {
		display: block;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 10px 0;
	}
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:60px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
	width: calc((315 / 980) *100%);
	margin: 0 0 20px 0;
}
.threeCol .inner:nth-child(3n+1) {
	clear:both;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 10px 0;
	}
}

/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 23.46%;
	width: calc((230 / 980) *100%);
	margin: 0 0 20px 0;
}
.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol .inner img {
	width: 100%;
}

@media screen and (max-width:767px) {
	.fourCol {
		display: block;
		margin-bottom: 20px;
	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
	}
	.fourCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
	}
	.fourCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
	}
}

/* お知らせ */
.information {
	margin-bottom: 80px;
}

.information dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: none;
	font: normal normal normal 14px Baskerville;
letter-spacing: 2.1px;
}

.information dd {
	margin: 0;
	padding: 10px 0 10px 8em;
	vertical-align: top;
	border-bottom: 1px dotted #333;
}

@media screen and (max-width:767px) {
	.information {
		margin-bottom: 40px;
	}

	.information dt {
		float: none;
		margin: 0;
		padding: 10px 0 0 0;
		vertical-align: top;
		border-bottom: none;
	}

	.information dd {
		margin: 0;
		padding: 0 0 10px 0;
		vertical-align: top;
		border-bottom: 1px dotted #333;
	}
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

header:after {
	content: ""; 
	display: block;
	clear: both;
}



@media screen and (max-width:768px) {
	header h1 {
		padding: 0 0 0 10px;
	}
}


/*================================================
 *  フッター
 ================================================*/

 /* 2カラム（スマートフォンでは1カラム) */
.footer {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
	margin-top: 220px;
	z-index: 3;
	clear: both;
}
.footer .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: left;
	-webkit-box-align: left;
	-webkit-align-items: left;
	align-items: left;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((480 / 980) *100%);
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
.footer .inner div:nth-child(2n+1) {
	clear:both;
}

@media screen and (max-width:1100px) {
.footer {
		display: block;
		
	}
.footer .inner {
	width : 100%;
	text-align: center;		
	}
}



.footer_txt {
	letter-spacing: 2.1px;
	margin-top: 40px;
	font-family: YuMincho;
	font-size: 14px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
}
.footer_txt02 {
	font: normal normal normal 14px/25px Baskerville;
letter-spacing: 2.1px;
	margin-top: 20px;
}

.footer_btns {
	width: 430px;
}

.footer_reservebtn_bl {
	background: #000000;
	width: 200px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	font: 16px Baskerville;
	color: #FFF;
	margin-top: 40px;
	padding-top: 9px;
	letter-spacing: 1px;
	float: left;
	position: relative;
	z-index: 444;
}

.footer_contact {
	width: 200px;
	height: 38px;
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
	font: 16px Baskerville;
	opacity: 1;
	float: right;
	margin-top: 40px;
	padding-top: 8px;
	position: relative;
	letter-spacing: 2px;
	z-index: 444;
}

.copyright {
	color: #000;
	text-align: left;
	font: normal normal normal 11px/40px Baskerville;
	letter-spacing: 0.88px;
	margin-top: 50px;
}
.footnavi {
	padding-top: 300px;
	text-align:right;
}
.footnavi ul li {
	float: left;
	list-style-type: none;
	vertical-align: text-bottom;
}
@media screen and (max-width:1100px) {
.footer_btns {
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.footnavi {
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.copyright {
	color: #000;
	text-align: center;
	font: normal normal normal 11px/40px Baskerville;
	letter-spacing: 0.88px;
	margin-top: 50px;
}
}

@media screen and (max-width:790px) {
.footer_btns {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.footer_reservebtn_bl {
		display:none;
}

.footer_contact {
	width: 200px;
	height: 38px;
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
	font: 16px Baskerville;
	opacity: 1;
	margin-top: 40px;
	padding-top: 8px;
	position: relative;
	z-index: 444;
	letter-spacing: 2px;
	
}

.footnavi {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-right: 15px;
}
.footnavi ul li {
	list-style-type: none;
	float:none;
	margin-bottom: 50px;
}
}




/*================================================
 *  スライドショー
 ================================================*/
.slide {
	padding-top: 0px;
	overflow: hidden;
	position: relative;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

/*================================================
 *  2025.03.追記　特定商取引法に基づく表記
 ================================================*/
 
table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	
}
th {width: 25%;
 font-weight: normal;
	padding: 10px;
	text-align: left;
}

td { width: 50%;
	padding: 10px;
	text-align: left;
	}
	
.border_gl01 {
border-top: 0.8px solid #cbcbcb;

}


