@charset "utf-8";
@font-face {
	font-family: 'Brandon_bld';
	src: url('/font/Brandon_bld.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_bld.woff') format('woff'), /* woff - Modern Browsers */

}
@font-face {
	font-family: 'Brandon_bld_it';
	src: url('/font/Brandon_bld_it.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_bld_it.woff') format('woff'), /* woff - Modern Browsers */

}
@font-face {
	font-family: 'Brandon_blk';
	src: url('/font/Brandon_blk.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_blk.woff') format('woff'), /* woff - Modern Browsers */

}
@font-face {
	font-family: 'Brandon_blk_it';
	src: url('/font/Brandon_blk_it.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_blk_it.woff') format('woff'), /* woff - Modern Browsers */

}
@font-face {
	font-family: 'Brandon_light';
	src: url('/font/Brandon_light.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_light.woff') format('woff'), /* woff - Modern Browsers */

}
@font-face {
	font-family: 'Brandon_light_it';
	src: url('/font/Brandon_light_it.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_light_it.woff') format('woff'), /* woff - Modern Browsers */

}
@font-face {
	font-family: 'Brandon_med';
	src: url('/font/Brandon_med.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_med.woff') format('woff'), /* woff - Modern Browsers */

}
@font-face {
	font-family: 'Brandon_med_it';
	src: url('/font/Brandon_med_it.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_med_it.woff') format('woff'), /* woff - Modern Browsers */

}
@font-face {
	font-family: 'Brandon_reg';
	src: url('/font/Brandon_reg.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_reg.woff') format('woff'), /* woff - Modern Browsers */

}
@font-face {
	font-family: 'Brandon_reg_it';
	src: url('/font/Brandon_reg_it.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_reg_it.woff') format('woff'), /* woff - Modern Browsers */

}
@font-face {
	font-family: 'Brandon_thin';
	src: url('/font/Brandon_thin.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_thin.woff') format('woff'), /* woff - Modern Browsers */

}
@font-face {
	font-family: 'Brandon_thin_it';
	src: url('/font/Brandon_thin_it.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_thin_it.woff') format('woff'), /* woff - Modern Browsers */

}

.menu_shop{
	font-size:10px;
	padding:5px;
	 text-align:center;
	  border-right:1px solid #f4f4f4;
	   font-weight:700;


}



/* 大枠ボックス */
.layer{
  /* 背景画像設定 */
  background-size: 100%;
  /* ボックス配置指定 */
  position: relative;
  margin: 0 auto;
  text-align: center;
  /* ボックスサイズ指定 */
  width: 640px;
  height: 358px;
}

/* 重ねるボックスの設定 */
.layer-in{
  /* ボックス配置指定 */
  position: fixed;
  bottom: 180px;
  right: 0px;
  z-index:99999;
}

/* みずどりの基本設定 */
.layer-img{
  width: 150px;
  height: auto;
  	z-index: 9000;
}

 @media (max-width: 400px) {
 .layer-in{
  bottom: 20px;
}
 .layer-img{
  width: 100px;
  height: auto;
  	z-index: 9000;
}
 }

* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}



.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);

	text-align: center;
	z-index: 2000;

}
.layer_board #main img{

	width:100%;

}

 @media (max-width: 400px) {

.layer_board {
	display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);

	text-align: center;
	z-index: 2000;
		width:80%;
}
 }



table.en >tbody >tr >th{
	font-family: 'Brandon_med_it';
	font-size:16px;
	letter-spacing:1px;

}
table.hyou {
  font-size: 14px;
  color: #333;
  margin-bottom:10px;

}
table.hyou >tbody >tr{
margin:10px;
padding:10px;

}
table.hyou >tbody >tr >th{

    color: #000;
    width: 20%;
    margin:10px;
    font-size:14px;
    font-weight:500;
	color: #000;
	padding:25px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #000;
	background-color:#fff;
	text-align:center;

}

table.hyou >tbody >tr >td{
	font-size: 14px;
    padding:25px;
   margin:10px 20px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing:1px;

}
table.hyou >tbody >tr>td  .top{

  border-top: 1px solid #e3e3e3;

}
table.hyou >tbody >tr>th  .top{

  border-top: 1px solid #000;

}


 @media (max-width: 800px) {
table.hyou >tbody >tr >td{
	font-size: 13px;
		margin: 1em;
    padding:20px;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing:1px;
}

	  table.hyou {
	  font-size: 13px;
	  color: #333;
	}
	table.hyou >tbody >tr{
		margin:10px;
		padding:10px;
	}
	table.hyou >tbody >tr >th{

		color: #000;
		width: 30%;
		margin: 1em;
		font-size:13px;
		color: #3b3b3b;
		padding:20px 0;
	border-bottom: 1px solid #000;

	}
	table.hyou >tbody >tr  .top{

	  border
	  -top: 1px solid #ccc;

	}
  }

 @media (max-width: 400px) {

	table.hyou >tr >th{
		width: 100%;



	}
	table.hyou >tr >td{
		width: 100%;



	}



 }










/*
@font-face {
 font-family:Brandon_bld;
 src:url(https://use.typekit.net/af/2c0b76/0000000000000000000132e3/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/2c0b76/0000000000000000000132e3/27/d?subset_id=2&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/2c0b76/0000000000000000000132e3/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
 font-weight:700;
 font-style:normal;
}
@font-face {
 font-family:ff-meta-serif-web-pro;
 src:url(https://use.typekit.net/af/68b3d9/000000000000000000016649/27/l?subset_id=2&fvd=i5&v=3) format("woff2"),url(https://use.typekit.net/af/68b3d9/000000000000000000016649/27/l?subset_id=2&fvd=i5&v=3) format("woff"),url(https://use.typekit.net/af/68b3d9/000000000000000000016649/27/l?subset_id=2&fvd=i5&v=3) format("opentype");
 font-weight:700;
 font-style:normal;
}
@font-face {
 font-family:Brandon_med_it;
 src:url(https://use.typekit.net/af/32d3ee/0000000000000000000132e0/27/l?subset_id=2&fvd=i4&v=3) format("woff2"),url(https://use.typekit.net/af/32d3ee/0000000000000000000132e0/27/l?subset_id=2&fvd=i4&v=3) format("woff"),url(https://use.typekit.net/af/697670/0000000000000000000132e2/27/l?subset_id=2&fvd=i5&v=3) format("opentype");
 font-weight:700;
 font-style:normal;
}

@font-face {
 font-family:Brandon_bld_it;
 src:url(https://use.typekit.net/af/ba2c35/0000000000000000000132e2/27/l?subset_id=2&fvd=i5&v=3) format("woff2"),url(https://use.typekit.net/af/ba2c35/0000000000000000000132e2/27/l?subset_id=2&fvd=i5&v=3) format("woff"),url(https://use.typekit.net/af/6865f6/0000000000000000000132e1/27/l?subset_id=2&fvd=n5&v=3) format("opentype");
 font-weight:700;
 font-style:normal;
}
@font-face {
 font-family:Brandon_reg_it;
 src:url(https://use.typekit.net/af/7c0296/0000000000000000000132de/27/l?subset_id=2&fvd=i3&v=3) format("woff2"),url(https://use.typekit.net/af/7c0296/0000000000000000000132de/27/l?subset_id=2&fvd=i3&v=3) format("woff"),url(https://use.typekit.net/af/7c0296/0000000000000000000132de/27/l?subset_id=2&fvd=i3&v=3) format("opentype");
 font-weight:700;
 font-style:normal;
}
*/
.layer {
  background:#000;
  position: relative;
  }

.layer p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
 color:#fff;
 font-weight:bold;
 font-size:21px;
letter-spacing:3px;
text-shadow: 2px 2px 3px #000;

  }

.layer img {
  width: 100%;

  opacity:0.8;
  }

#toTop {
	display: none;
	/* ボタンの位置 */
	position: fixed;
	right:100px;
	bottom: 100px;
	/* ボタンの形状 */
	width: 100px;
	height: 100px;
	border: none;

}

#toTop:hover {
	/* カーソルを重ねたとき透過解除 */
	opacity: 1;
}
#toTop:focus {
	/* ボタンを押したとき表示されてしまう外枠を消す */
	outline: none;
}




.tax{
	font-size:10px;
	margin-left:2px;
}
.blue{
	color:#1850A0;

}
.blue_l{
	border-bottom:5px solid #6B95D1;

}
.f20{
font-siza:20px;
}

.light{
	font-weight:100;
}

.wrapper2 {
  position:relative;
  display:inline-block;
}
.label {
 font-family:Brandon_bld_it;
  position:absolute;
  color:#000;
  background:#A8956D;
  padding:10px 10px;
  font-size:25px;
  border-radius: none;
}
.label-left-top{
  left:0px;
  top:0px;
}
.label-gallery {
 font-family:Brandon_bld_it;
    position: absolute;
    color: #fff;
    padding: 10px 10px;
    font-size: 20px;
    border-radius: .25em;
    border: 3px solid #fff;
    font-weight: bold;
}

.label-right-bottom{
  right:10px;
  bottom:20px;
}
.label-gallery:hover {
    background: #A8956D;
    cursor: pointer;
}



table.table01 {
 font-family:Brandon_bld_it;
	width:100%;
	border-right:#A8956D solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#A8956D;
	color:#FFF;
	padding:10px 10px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#A8956D solid 1px;
}
table.table01 tbody th {
	background:#A8956D;
	color:#fff;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
	font-size:20px;
}
table.table01 tbody tr:last-child th {
	border-bottom:#A8956D solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#A8956D solid 1px;
	border-bottom:#A8956D solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}



.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #000;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #009EB7;
  border-radius: 50%;
}
/* css checkbox01 */
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #000;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009EB7;
  border-right: 3px solid #009EB7;
}


table.brwsr2 {
margin: 0 auto;
width: 650px;
border: none;
border-top: solid 1px #666;
border-bottom: solid 1px #666;
border-collapse: separate;
border-spacing: 0 10px;

}

table.brwsr2 th {
vertical-align: middle;
height: 53px;
width: 124px;
border-right: solid 1px #666;
margin: 0;
text-align: center;
color: #333;
font-size: 15px;
font-weight: bold;
}

table.brwsr2 td.data {
padding: 0;
margin: 0;
height: 53px;
width: 100px;
border: none;
color: #666;
font-size: 12px;
line-height: 16px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
overflow: hidden;
}

table.brwsr2 td:fst-child {
padding: 0 0 0 10px;
vertical-align: middle;
}

table.brwsr2 td.bar {
height: 1px;
width: 100%;
border-top: solid 1px #34495e;
}
.pmnon{
	margin:0;
	padding:0;
}

.ita{
	font-style: italic;
	font-size:16px;
	font-weight:bold

}
input,textarea{
	border-radius:0px;

}
    select{
	border-radius:0px;
        outline:none;
        text-indent: 0.01px;
        text-overflow: '';
        background: none transparent;
        vertical-align: middle;
        font-size: inherit;
        color: inherit;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
    }
    select option{
      background-color: #fff;
      color: #333;
    }
    select::-ms-expand {
      display: none;
    }
    select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #828c9a;
    }

.fixed_p{
	position:fixed;bottom:27px;right:27px;display:none;z-index:1000;
}
.no_pm{
	padding:0;
	margin:0;
}

.border_t{
	border-top:1px solid #d8d8d8;
}
#headbar{
		display:none;


}
.fixmenu2{
	 font-family:Brandon_bld_it;
	line-height:1.3;
	position: fixed;
	right:0;
	top: 0;
	background:#fff ;
	min-width: 120px;
	z-index: 9999999999;
	letter-spacing:2px;
	width:100%;
	height:40px;
	padding:3px;
	font-size:18px;
	font-weight:500;


}
.fixmenu2 a{
	color:#000;

	}
	.fixmenu2_mob .center{
	display:none;
	}
@media screen and (max-width :100000px) {
	.pc_none a{
	display:none;
	}
	}
@media screen and (max-width :850px) {
		.pc_none a{
	display:block;
	}
	.img_mob{
    max-width: 120%;
    display: block;
    margin: 0 auto;
   vertical-align: middle;
	}
	.fixmenu2,.reserve{
		display:none;
	}
	.fixmenu2_mob{
  	  text-align: center;
		line-height:1.3;
		position: fixed;
		right:0;
		left:0;
		bottom:0;
		background:#fff;
		min-width: 120px;
		z-index: 9999999999;
		letter-spacing:2px;
		width:100%;
		font-weight:500;
		height:30px;
		opacity:0.9;
		font-size: 1.2em;



	}
	.reserve_mob{
		padding:10px 0 5px 0 ;
		background:#fff;
		text-align:center;
		display:block;
		bottom:3px;
		position: fixed;
 		font-family:Brandon_bld;

	}
	.no_pm{
		padding:0;
		margin:0;
	}
}    select{
        outline:none;
        text-indent: 0.01px;
        text-overflow: '';
        background: none transparent;
        vertical-align: middle;
        font-size: inherit;
        color: inherit;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
    }
    select option{
      background-color: #fff;
      color: #333;
    }
    select::-ms-expand {
      display: none;
    }
    select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #828c9a;
    }
.f15{
	font-size:15px;
}

.f30{
	font-size:30px;
}
.center {
    text-align: center;
}
.row, .clearfix {
    zoom: 1;
}
.row {
    width: 100%;
    margin: 0 auto;
}
.glyph {
    margin-bottom: -1.2em;
}
@media screen and (min-width: 60em){}
hr.dashed {
    width: 25%;
    margin: 0 0 1.5em 0;
}
@media screen and (min-width: 60em){}
.website {
    font-size: 1.3em;
}
span.italic {
    font-family: "ff-meta-serif-web-pro", serif;
    font-style: italic;
    font-size: 0.875em;
    text-transform: none;
    letter-spacing: 3px;
    text-align: center;
}
 .info dl{
   margin: 50px auto 0;
  position: relative;
border-top : 1px solid rgb(216, 216, 216);
  padding: 40px 0 0;
}
.info dl dt{
	padding:4px 0 0 0 ;
  position: absolute;
  font-weight: bold;
  font-size: 13px;
  left: 40px;
}
.info dl dd{
  padding: 0 20px 40px 220px;
  margin: 0 0 40px;
	border-bottom: 1px solid rgb(216, 216, 216);
  font-size: 12px;
  line-height: 1.6em;
}
@media screen and (max-width :850px) {

 .info dl{
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
   width: auto;
    padding: 30px 0 0;
    margin: 40px 0 0;
  }
.info dl dt{
    font-size: 14px;
    left: 10px;
  }
 .info dl dd{
    padding: 0 10px 30px 120px;
    margin: 0 0 30px;
    font-size: 12px;
  }

}


.f20{
	font-size:20px;
}
@media screen and (max-width :768px) {
	  .f20{
	font-size:17px;
}
}
.colorline span{
	border-bottom:5px solid #ABCDEA;
	padding:0 0 3px 0;
	letter-spacing:1px;
	line-height:1.2;
}

.title_b{
border-bottom:2px  solid #3f3f3f;
}
.ff{

 font-family:ff-meta-serif-web-pro;

}
.ff_m{
	font-size:15px;
	font-family:Brandon_bld;

}
.f_t{

	font-size:21px;


}
.middle_title{
	 font-family:Brandon_med_it;
	 font-size:30px;
	 text-align:center;
	letter-spacing: 4px;


}
.bill_Brandon_reg_it{
	 font-family:Brandon_bld_it;
	font-size:19px;
	padding:0 0 5px 0;


}
.bill{
	 font-family:Brandon_med_it;

}
.bill_title{
	 font-family:Brandon_med_it;
	 font-size:32px;
	 line-height: 1;

}
.bill_title2{
	 font-family:Brandon_reg_it;
	 font-size:20px;

}
.title_ff{
	font-family:Brandon_bld;
	font-size:24px;
	letter-spacing: 4px;
	color:#3f3f3f;
	padding:0 0 5px 0;

}
.bra{
	color:#3f3f3f;
 	font-family:Brandon_bld;

}

#h1_bra{
	font-size:25px;
	font-weight:500;
 font-family:Brandon_bld;
 letter-spacing: 4px;
color:#343434;

}


.animation {

}.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
.clea{
	clear:both;
	}
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
body{
	-webkit-text-size-adjust: none;
	font-family:"メイリオ","ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	color:#202020;
	line-height:1.5;
	background:#f0f0f0;
	}
a{
	color:#333;
	text-decoration:none;
	outline: none;
}
a:hover{
	color:#19b491;
	}
#header h1{
	padding:10px;
	color:#fff;
	text-align:center;
	}
.content{
	width:960px;
	margin:auto;
	}
.content h3{
	font-size:24px;
	border-bottom:#000 solid 1px;
	margin-top:30px;
	margin-bottom:20px;
	}
.content p{
	line-height:1.8;
	}
a.button{
	display:block;
	background:#18dfb3;
	padding:10px 15px;
	color:#fff;
	margin-top:20px;
	}
a.button:hover{
	text-decoration:none;
	background:#19b491;
	}
.wrap{
	margin-top:50px;
	margin-bottom:50px;

	}
.font-36{
	font-size:36px;
	}
/*************************
パララックス
*************************/
div.parallax{
	height:500px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	}

.content{
	padding:30px 0;
	}
.box{

	max-width: 960px;
    margin: 0 auto;
	}
.box h2{
	line-height: 100px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
.parallax_img_1{
	background:url(/images/top/top_img01.jpg);

	}
.parallax_img_2{
	background:url(/images/top/top_img12.jpg);
	}
.parallax_img_3{
	background:url(/images/top/top_img12.jpg);
	}
/*************************
ヘミングウェイビンテージ地図
*************************/
.resizeimage img { width: 100vw; }
img.miniimage { display: none; }   /* ※1 */

/* ▼表示領域が600px以上の場合 */
@media (min-width: 470px) {
   img.miniimage { display: none; }  /* miniを非表示 */
   img.bigimage  { display: block; } /* bigを表示 */
}
/* ▼表示領域が600px未満の場合 */
@media (max-width: 469px) {
   img.miniimage { display: block; } /* miniを表示 */
   img.bigimage  { display: none; }  /* bigを非表示 */
}

.resizeimage img { width: 100vw; }   /* ※2 */


/*************************
メディアクエリ
*************************/
@media screen and (max-width: 960px){
div.parallax{
	display:none;
	}
	.content{
		width:auto;
		padding:10px;
		}
	.box{
		width:auto;
		}
	}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:10000s;
 -ms-animation-duration:10000s;
 animation-duration:10000s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-10000px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-10000px); -ms-transform: translateY(-10000px); transform: translateY(-10000px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.helvetica{ font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;}
.font_n1{
	margin-top:3px;
	letter-spacing: 0.6px;
	line-height:1.3;
	font-size:14px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	color:#3f3f3f;

	}
.headimg img{
	width:30px;
}
@media screen and (max-width :1000000px) {
.st2{
	display:none;
}

}
h1 .f_small{
	font-size:12px;
}
@media screen and (max-width :768px) {
.st2{
	display:block;
}
.headimg img{
	width:20px;
}
h1 .f_small{
	font-size:10px;
}
}
.brown2 {
	background-color:#978152;
	background-image:url(/images/symbol/linkbox-arrow.png) no-repeat left 30px center;
}
.small2{
	font-size:12px;
}
.floor_t{
font-family: Garamond,"Times New Roman",Times,Georgia,serif;
text-align:center;
font-size:30px;
margin:0 auto;
padding:10px 0;
}
.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;

    background: #000;
    opacity: 0.5;
    z-index: 5;
}
.fsmall{
	font-size:11.5px;
	line-height:1.1;
	letter-spacing: 0.6px;
}
.plan-tag li {
    display: inline-block;
    margin: 0 2px 2px;
    padding: 0 15px;
    background:rgb(192, 211, 191);
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
}
.ribbon{
	position: relative;
	overflow: hidden;
}


.ribbon_p{
    position: absolute;
    width: 100px;
    font-weight:bold;
    font-size:0.8em;
    padding: 3px 10px;
    background:rgb(192, 211, 191);
    color: #000;
    text-align: center;
    top: 10px;
    left: -37px;
    text-transform: uppercase;
    transform: rotate(315deg);
    x-index:100;
}
.PageTitleArea {
    padding-top: 70px;
}
.en1 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
}
.lato {
	font-family:"Times New Roman",Times,Garamond,Georgia,serif;
    font-weight: 400;
}
span.jp1 {
    display: block;
    text-align: center;
    color: #747474;
    margin-bottom: 22px;
    font-size: 11px;
}
.cere p{
	font-size:15px;
	wont-weight:700;
	background-color:#f7f7f7;
	padding:20px 5px;
	text-align:center;
	border:1px double #CACACA;
	margin:0 0 20px 0;
}

.brown{
	color:#978152;

}
.h_mg{
	margin-top:50px;
}
@media screen and (max-width :768px) {
	.h_mg{
	margin:10px  0 20px 0 ;
	text-align:left;
	font-size:12px;
	line-height:1.8;
}

.cere p{
	font-size:15px;
	wont-weight:700;
	background-color:#f7f7f7;
	padding:20px 5px;
	border:none;
	margin:0 auto;


}
.min_mb{
	font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;

}
}

.other{
	background:rgb(192, 211, 191);
}

hr{
	border-top: 1px solid #bbb;
}

.ab2{
	width:50%;
	height:30%;
	position:absolute;
	top:25%;
	right:25%;
	left:25%;
	color:#fff;
	font-weight:700;
	font-size:2em;
	text-align:center;
	line-height:1.2;
	padding:0.5em;
	font-family:"Times New Roman",Times,Garamond,Georgia,serif;

}
@media screen and (max-width :400px) {
	.ab2{
	width:80%;
	height:30%;
	position:absolute;
	top:10%;
	right:10%;
	left:10%;
	color:#fff;
	font-weight:700;
	font-size:18px;
	text-align:center;
	line-height:1.2;
	padding:0.5em;
	font-family:"Times New Roman",Times,Garamond,Georgia,serif;

	}
.time img {
	width:100%;

}
}
.time img {
	width:70%;
	margin:0 auto;
    border-radius: 200px;        /* CSS3���� */
    -webkit-border-radius:200px;    /* Safari,Google Chrome�p */
    -moz-border-radius:200px;   /* Firefox�p */
}


.circle img{
	 border-radius: 900px;

}
.ls{
	letter-spacing:0.7px;
}
div.post_head {
    width: 200px;
    margin: 50px auto 30px;
    padding: 20px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align:center;
}
.post_head span{
	font-family:Brandon_med_it;
	font-size:25px;
}
.b_deco span{
	border-bottom:1px solid #000;
	padding:0 0 3px 0;
	letter-spacing:1px;
}
.ab1 span{
	font-family: "Edwardian Script ITC","Times New Roman",Times,Garamond,Georgia,serif;
	font-size:40px;

}
.ab1{
	width:50%;
	position:absolute;
	top:30%;
	right:25%;
	left:25%;
	color:#fff;
	font-weight:700;
	font-size:19px;
	text-align:center;
	line-height:1.5;
	border:3px solid #fff;
	padding:10px;
	font-family:  'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;

}
@media screen and (max-width :768px) {
	.ab1 span{
		font-size:40px;

	}
	.ab1{
		width:80%;
		top:20%;
		right:10%;
		left:10%;
		color:#fff;
		font-weight:700;
		font-size:1.6em;
	}
}
@media screen and (max-width :600px) {
	.ab1 span{
		font-size:30px;

	}
	.ab1{
		width:90%;
		top:15%;
		right:5%;
		left:5%;
		color:#fff;
		font-weight:700;
		font-size:14px;
		padding:5px;
		border:2px solid #fff;


	}
}
@media screen and (max-width :400px) {
	.ab1 span{
		font-size:30px;

	}
	.ab1{
		width:96%;
		top:15%;
		right:2%;
		left:2%;
		color:#fff;
		font-weight:700;
		font-size:12px;
		padding:1px;

	}
}
.tel_t{
	text-align:center;
	font-size:15px;
	font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;



}
.wrp_tel2 {
	margin:0 auto;
	width:100%;
	display:block;
	text-align:center;
	border:1px solid #000;
	color:#000;
	text-decoration:none;
	padding:2em  0.8em;
	margin-top:1.5em;
}
.tel3 {
	width:100%;
	margin:0 auto;
}
.tel3 tr{
	margin:30px;
	line-height:1.8;
}
.tel3  th{
	text-align:right;

}

.tel3  th span{
	background:rgb(192, 211, 191);
	color:#fff;
	font-size:13px;
	padding:7px;
	margin:10px;
	font-weight:400;


}
.tel3 td {
	font-weight:400;
	font-size:35px;
	font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;

}
@media screen and (max-width :768px) {
	.tel3  th span{
		font-size:12px;
		padding:7px;
		margin:5px;
	}
	.tel3 td {
		font-size:3.5em;

	}
}

@media screen and (max-width :400px) {

	.tel3  th span{
		font-size:9px;
		padding:7px;
		margin:5px;
	}
	.tel3 td {
		font-size:25px;

	}
}

.p_i{
	width:70%;
	margin:0 auto;

}
@media screen and (max-width :768px) {
.p_i{
	width:100%;

}
}
.fm{
	letter-spacing:2px;
}
.border_p{
	padding:30px 0 0 0;
	border:5px solid #EEEEEE;
}
.mgt_c{
	margin-top:30px;
}
@media screen and (max-width :768px) {
.mgt_c{
	margin-top:0px;
}
}

.center{
	text-align:center;
}
.s_size{
	height:55px;
	margin:0 auto;

}
.form_p{
	font-size:13px;

	}
@media screen and (max-width :768px) {
	.form_p{
	margin:5px 0 5px 0 ;

	}
}

.st_pc{
 	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	font-size:17px;
	font-weight:500;


}
.st_sp{
 	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	font-size:20px;
	font-weight:500;

}
.menu1{
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
	line-height:3;
	font-size:12px;


  }
.menu2 {
    display: inline-block;
    text-align: center;
  }
.haba{
	width:90%;

}
.mgb30{
	margin-bottom:30px;
}
.ribbon{
	position: relative;
	overflow: hidden;
}


.ribbon_p{
    position: absolute;
    width: 100px;
    font-weight:bold;
    font-size:1.1em;
    padding: 3px 10px;
    background:rgb(192, 211, 191);
    color: #000;
    text-align: center;
    top: 10px;
    left: -37px;
    text-transform: uppercase;
    transform: rotate(315deg);
    x-index:100;
}

.gray{
	background:#f8f8f8;
	border-top: 6px solid #e4e4e4;

}

.mgt100{
	margin:100 0 0 0;
}
.textleft p{
	 overflow: hidden;
	text-overflow: ellipsis;
	 width: 100%;
	 white-space: nowrap;
}
.fl{
	float:left;
}

.f{
	border-left: 1px solid #d9d9d9;

}
 .left1{
 text-align:left;
 }

.con_intro2{
	text-align:center;
	clear: both;
	overflow: hidden;
	margin: 1em auto 0 auto;
}
.con_intro2 .box_text {
    font-size: 0.9em;
    width: 85%;
    margin: 40px auto 20px auto;
    text-align: left;
}
.con_intro3{
	text-align:center;
	clear: both;
	overflow: hidden;
}
.con_intro3 .box_text {
    font-size: 0.9em;
    width: 85%;
    margin: 10px auto 20px auto;
    text-align: left;
}
.con_intro .box_text2 {
    font-size: 0.95em;
    width: 55%;
    margin: 30px auto 20px auto;
    text-align: center;
    line-height: 2.3;

}
.con_intro .box_text3 {
    font-size: 0.9em;
    width: 55%;
    margin: 15px auto 15px auto;
    text-align: center;
    line-height: 2.3;

}
 .box_text2_1 {
    font-size: 0.95em;
    width: 55%;
    margin: 10px auto 20px auto;
    text-align: center;
    line-height: 2.3;

}
@media screen and (max-width :768px) {
	.con_intro2 .box_text {
	width:100%;
    text-align: center;
    margin-top: 2em;
    font-size: 12px;
    font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
}
.con_intro .box_text2 {
	width:100%;
    line-height: 2;
    text-align: left;
    padding:0 10px;
    margin-top: 2em;
    font-size: 12px;
    font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
}
 .box_text2_1 {
	width:100%;
    line-height: 1.8;
    text-align: left;

    font-size: 12px;
    font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
}
.con_intro .box_text3 {
	width:100%;
    line-height: 1.8;
    text-align: left;
    margin:10px auto 0 auto;
    font-size: 12px;
    font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
}
	.con_intro3 .box_text {
	width:100%;
    line-height: 1.8;
    text-align: left;
     font-size: 12px;
    font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
}
}
.pointer div{
	cursor: pointer

}
.form-control2{
height:34px;
padding:6px 12px;
font-size:14px;
line-height:1.42857143;
background-color:#fff;
background-image:none;
box-shadow: none;
border:1px solid #ccc;

}

.link_fin {
	margin-top:2em;
}
.link_fin a {
	text-decoration:underline;
	background:url(../images/pc/nav/icon_subarrow.png) no-repeat left center;
	padding-left:0.8em;
}
.link_fin a:hover {
	text-decoration:none;
}
.ulo {
	text-decoration:underline;
}
.ulo:hover {
	text-decoration:none;
}
.m0{
	margin:0 auto;
}
.right{
	float:right;
}
.left{
	float:left;
}
.mga{
	padding:20px;
}
.nob{
white-space: nowrap;
}
.bor{
	border-top:1px solid rgb(228, 228, 228);
	padding:10px;

}
.f12{
	font-size:12px;
}
.red{
	color:#dc143c;
	font-size:13px;
	font-weight:bold;
}
.blue{
	color:#4169e1;
	font-size:13px;
	font-weight:bold;
}
.sr{
	font-size:12px;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	color:#FD552D;

}
.fsz{
	font-size:14px;
}
.fsz2{
	font-size:12px;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;

}
.fsz2 a:hover{
	text-decoration:underline;
}
.fsz input{
	margin:5px 0 5px 0;
}
.f_long2{
	width:100%;
}
.f_long3{
	width:49.5%;
}
.f_long4{
	width:46.5%;
}
.f_long5{
	width:46.5%;
}
.f_long6{
	width:90%;
}
@media screen and (max-width :10000px) {
.f_long{
	width:220%;
}
@media screen and (max-width :768px) {
.f_long{
	width:100%;
}
.f_long3{
	width:100%;
	margin:0 0 10px 0;
}
.f_long4{
	width:100%;
}
.f_long5{
	width:90%;
	margin:0 0 10px 0;
}
.f_long6{
	width:85%;
}
}
@media screen and (max-width :600px) {
	.f_long6{
	width:75%;
	}
}
@media screen and (max-width :400px) {
	.f_long6{
	width:68%;
	}
}
.mgb6{
	margin-bottom:6px;
}
.b1{
	text-decoration:underline ;
}
.b1:hover{
	text-decoration:none ;
}
.ptq{
	padding-top:50px;
}
#slide2 img{
	display:none;
}
.que{
	display:none;
}
.que2{
	display:none;
}
.que3{
	display:none;
	font-size:13px;
	line-height:1.5;
	font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;

}
.ans3{
	display:block;
}
.ans2{
	display:block;
}
.mgt8{
	margin-top:8px;
}
.edwardian_script_itc2{
	font-size: 2.4em;
	font-weight: normal;
	margin-top: 10px;
	display: inline-block;
	color: #9b9b9b;
	font-family: "Edwardian Script ITC","Times New Roman",Times,Garamond,Georgia,serif;
	}

.font_w4{
	font-size:20px;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	color:#3f3f3f;
	margin:0 auto;


	}
.font_w5{
	font-size:17px;
	line-height:1.5;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	color:#3f3f3f;
	margin:0 auto;


	}
.mgt120{
	margin:120px 0 0 0 ;
}
.text_l{
	text-align:left;
}
.lw{
	font-weight:100;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;

}
.spmg{
	margin:0 0 20px 0;
}
.mg_vp{
	line-height:1.6;
	margin:1px 0 0 0;
}

.mgt_h{
	margin-top:40px
}
@media screen and (max-width :768px) {
.style_SP .con_rn .text{
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	font-size:12px;
	line-height:1.8;
	margin-top:2px;
	}
.mgt_h{
	margin-top:25px
}

.mg_vp{
	/*margin:1px 0 1px 0;*/
}
.spmg{
	margin:0 0 30px 0;
}

.f_p{
	line-height:1.3;
	font-size:15px;
	text-align:left;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;

}
.f_c{
	line-height:1.3;
	font-size:11px;
	text-align:left;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;

}
#slide img{
	display:none;
}

.ans{
	font-size:15px;
	text-align:left;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	margin:7% 10px;

}
.ans3{
	font-size:15px;
	text-align:left;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	margin:2px;

}
#slide2 img{
	display:block;
}
.ans2{
	display:none;
	margin:0 auto;
	border: 1px solid #EEE;

	}
.que{
	display:block;
	width:70%;
}
.que2{
	display:block;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	font-size:18px;
	padding: 1.2em 0 1.2em 0;
	text-align: center;
	border: 1px solid #EEE;
	-webkit-box-shadow: 0px 5px 7px -7px #EEE;
	-moz-box-shadow: 0px 5px 7px -7px #EEE;
	-ms-box-shadow: 0px 5px 7px -7px #EEE;
	-o-box-shadow: 0px 5px 7px -7px #EEE;
	box-shadow: 0px 5px 7px -7px #EEE;
	margin:0 auto;
	color: #000;
}

.que2 img{
	width:18px;
	margin:0 15px 0 0;
	transform: rotate( 90deg );
}

}

@media screen and (max-width :10000px) {
	.arrow_m{
		display:none;

	}
}
@media screen and (max-width :768px) {
	.rela{
	position:relative;
	}
	.ab_arrow{
	position:absolute;
	top:0px;
	right:0px;


	}

	.arrow_m{
		display:block;

	}
.text4{
	font-size:12px;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	line-height:1.6em;
	margin-top:12px;
}

}
.arrow_m{
	margin:5px 5px 0 5px;;

}
.arrow_m img{
	width:15px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.m_non_m{
		margin:0;
		padding:0;
	}
.p_non{
	padding:0;
}

@media screen and (max-width :768px) {
	.p_non_m{
		padding:0;

	}
	.m_100{
	width:100%;
	}
.m_non_m2{
		margin:0;
	}
}
.sb_title{
	font-size:10px;
}
@media screen and (max-width :768px) {
	.sb_title{
		font-size:12px;
		letter-spacing:2px;
	}
	.m_t{
		margin-bottom:20px;
	}
}
.ga{
	font-size:12px;
}
@media screen and (max-width :768px) {
.ga{
	font-size:18px;
}
}
.font_en30{
	font-family:"Times New Roman",Times,Garamond,Georgia,serif;
	letter-spacing:0.03em;
	font-weight:normal;
	font-style:normal;
	font-size:30px;
	}

.title_font{
	font-family:"Edwardian Script ITC","Times New Roman",Times,Garamond,Georgia,serif;
	letter-spacing:0em;
	font-weight:normal;
	font-style:normal;
	color:#555656;
	font-size:39px;
 }
@media screen and (max-width :768px) {
	.title_font{
	font-family:Garamond,"Times New Roman",Times,Georgia,serif;
	font-weight:400;
	font-style:normal;
	margin:7% 0 5px 0;
	font-size:28.8px;
	}
}
@media screen and (max-width :375px) {
	.title_font{
	font-family:Garamond,"Times New Roman",Times,Georgia,serif;
	font-weight:400;
	font-style:normal;
	margin:5% 0 0.5% 0;
	font-size:7vw;
	}
}
.l_box{
	text-align:left;

}
@media screen and (max-width :768px) {
	.m_mgb5{
		margin-bottom:5px;
	}
}
/* common setting----------- */
.border_f{
	/*border-top: 1px solid #dbdbdb;*/
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;



}
.titlebar2 {
     font-size: 18px;
    padding:10px 10px 10px 0;
    font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
    letter-space:2px;
    font-weight: normal;
    color: #3f3f3f;
    line-height:1.5;
}
.y{
	float:left;
}]
.mgb50{
	margin-bottom:50px;
}
.border_g{
	border-top:1px solid #d8d8d8;


}
@media screen and (max-width :768px) {
	.border_g{
	border:none;

}
}


.wrp_faq{
	font-size:12px;
}
.f_border{
	padding:20px 0 0 0 ;
	margin:0 0 20px 0;
	border-bottom: 1px solid rgb(216, 216, 216);
}
.que{
	background:rgb(243, 243, 243);
	padding:15px;
	width:100%;
	margin:0 auto;
}
.que3{
	background:rgb(243, 243, 243);
	padding:15px;
	width:100%;
	margin:0 auto;
	text-aligh:left;
}
.ans3{
	font-size:15px;
	text-align:left;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	margin:5px 10px;

}
.slideicon2{
	float:right;
}
.slide3icon{
	float:right;
}
@media screen and (max-width :768px) {
.que{
	width:90%;
	font-size:15px;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	letter-spacing:1.2;
}
}
.f_q{
	font-size:30px;
}
.slideicon{
	float:right;
}
.r_menu1{
	padding:30px 0;
	margin:3px 0;
	width:140px;
	background:#fff;
	opacity:0.8;
	text-align:center;
	float:right;



}
.r_menu2{
	padding:20px 23px;
	background:#fff;
	text-align:center;
	float:right;


}
.menu_j{
	font-size:11px;
	padding:0 0 20px 0 ;
	margin:0;
	border-bottom:1px solid #000;
	width:90px;
	float:right;
	width:150px;

}
.sidebox3{
	float:right;
	text-align:right;
	padding-right:30px;
	padding-top:10px;

}
.sidebox3 ul{
	font-size:10px;
		padding:20px 0 30px 0 ;



}
.popup2 {
    display: none;
    position:fixed;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 101;
    	width:200px;

}

.popup_inner2 {

}
#overlay2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 100;
}


.popup_inner2 h4{
	font-size:17px;
}
/* individual setting */


@media screen and (max-width :600px) {

	.popup2 {
	width:400px;
	}
}
@media screen and (max-width :400px) {

	.popup2 {
	width:300px;
	}
}

.popup_btn2{
	text-decoration:underline;
}

.popup_btn2:hover{
	text-decoration:none;


}


/*---------------------------------*/

.menu_font{
	font-family:"Times New Roman",Times,Garamond,Georgia,serif;
	  background: #fff;
	  	padding:0;
	margin:0;

}
#dropmenu{
  list-style-type: none;
  height: 100px;
  margin: 30px auto 300px;
  padding:30px auto;
  background: #fff;
    text-decoration: none;

}
#dropmenu li{
	width:100px;
  position: relative;
  float: left;
  margin: 0;
  padding:30px auto;
  text-align: center;
}


#dropmenu li a{
  display: block;
  margin: 0;
  color: #000;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  padding-top:25px;


}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 120%;
  left: 0;
  margin: 0;
	padding: 0;
}
#dropmenu li:last-child ul{
 }
#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #000;
  padding-right:10px;



}
#dropmenu li ul li a{
	padding-right:10px;
  background: #fff;
  text-align: right;

}
#dropmenu li:hover > a{
  background: #fff;
  color: #000;
    text-decoration: none;
}
#dropmenu > li:hover > a{
}
#dropmenu li:hover ul li{
  overflow: visible;
padding:18px 0;
    color: #000;

}



.f_contents{
	margin:0 auto;
	text-align:center;
	line-height:2;
	font-size:15px;
}
.min{
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	font-weight:200;
}
.contact_btn{
 	width:350px;
	background: url(/images/pc/nav/icon_subarrow.png) no-repeat 20% center;
	padding:30px 10px 30px 10px;
	background-color: #f7f7f7;
	cursor: pointer;
	border: 1px solid #f7f7f7;
	font-size: 14px;
	color: #242424;
	text-align:center;
	margin:20px auto;

}
.sitemap{
	color:#3f3f3f;
	font-size:9px;


}
.sitemap a{
	font-size:10px;


}
.nav3{
	height:20px;
}
.syosai{
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	text-align:center;
	background:#F7F7F7 url("/images/pc/nav/icon_subarrow.png") no-repeat;;
	width:216px;
	height:30px;
	font-size:1.135em;
	padding:5px 0;
	background-position:13.8% 50%;
	margin:20px 0 0 0 ;
}
.font_g{
	font-size:11px;
	font-weight:500;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	color:#3f3f3f;
	margin:12px 0 4px 0;

	}
	/* 	2020.06.03 marigintop6pxから12pxに変更 */
.gar{
	font-family:"Times New Roman",Times,Garamond,Georgia,serif;
	font-size:20px;
	margin:0;
	padding:0;
}

.f_img img{
	width:95%;
	margin:10px auto;
}
@media screen and (max-width :768px) {
.f_img img{
	width:100%;
	margin:0 auto;

}
}
.room1{
	letter-spacing:2;
	line-height:1.5;
	text-align:center;
	margin:20px 0 10px 0 ;
	padding:0 0 5px 0;
	font-size:18px;
	font-weight:100;
	font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;font-weight:normal;


}
.small_title{
	margin-top:8px;
	font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	letter-spacing: 1px;


}
.area_st{
	margin:4px 0 43px 0 ;
	font-size:1.7em;
	letter-spacing: 2px;
	font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;

}
@media screen and (max-width :768px) {
	.area_st{
	display:none;
	}
}

.space{
	font-size:13px;
	margin-top:5px;
	letter-spacing: 2px;
	font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;

}
.box_title{
	font-size:1.5em;
	font-weight:100;
	letter-spacing:2px;
	font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	margin:0 auto;

}
@media screen and (max-width :768px) {
	.box_title{
		font-size:16px;
		margin-top:10px;
		letter-spacing: 0.1em;

	}
}
.f10{
	font-size:10px;
}
.f11{
	font-size:11px;
}
.mgt60{
	margin-top:60px;
}
.rela{
	position:relative;
}
.gradation{
	position:absolute;
	bottom:0;
	width:90%;

}
.top-text2{
	line-height:2.2em;
	font-size:0.9em;


}
.top-text3{
	line-height:2.2em;
	font-size:12px;
	margin:5px 0 0 0;


}
.top-text2sp{
	line-height:1.5;
	font-size:1.1em;
	font-family:Brandon_med_it;

}
.text3{
	font-size:0.8em;
	margin:1.5em 0 0 0 ;
	line-height:1.8em;
	text-align:left;

}
.alignleft{
	text-align:left;
}
.popup .popup_inner .x img{
	width:10%;
	float:right;
	padding:0 0 10px 0;
}
.symbol img{
	height:13px;
}

.mgl5{
	margin-left:5px;
}
.mgt5{
	margin-top:5px;
}
.xx{
	width:20%;
	height:20px;
}
.symbol{
	line-height:1,3;
	font-size:10px;
	display:block;
}


.textleft{
	float:left;
	width:85%;
	padding:0;
}
.imgright{
	float:right;
	width:13%;
	margin:3px 0 0 0;
	text-align:right;
	display:block;


}
.imgright img{
	width:45px;
		    border-radius: 50%;        /* CSS3草案 */


}
@media screen and (max-width :768px) {

}




.symbol a:hover{
text-decoration:underline;


}
.content{
	text-align:left;
}
.font_title{
	font-size:17px;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	color:#3f3f3f;
	margin:0 0 5px 0;

	}
.text.text_p{
	font-size:12px;
}

.bxslider_copy{

}


#bxslicer  {display: none;}

.absolute{
    position: absolute;
    left: 2px;
    bottom: 2px;
    color:#C6C6C6;
    font-size:14px;
    font-weight:800;
    padding:5px 7px 5px 5px;
    background-color:#000;
    opacity: 0.9;
    border-radius:8%;        /* CSS3���� */


}
.absolute2{
    position: absolute;
    left: 2px;
    bottom: 2px;
    color:#C6C6C6;
    font-size:14px;
    font-weight:800;
    padding:5px 7px 0px 5px;
    background-color:#000;
    opacity: 0.9;
    border-radius:8%;        /* CSS3���� */


}

.all_font{
	font-family: 'Gibson', sans-serif, "Helvetica Neue", HelveticaNeue, Arial, sans-serif;

}
.all{
	margin-top:2px;

}
.relative {
    position: relative;
}
/* common setting----------- */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    overflow: hidden;
    z-index:9999;
    width: 600px;
}
.popup img{
	width:100%;
	height:100%
}
.popup_inner {
	width:100%;
    padding: 20px;
    display:block;
}
.overlay {
	 opacity: 0.55;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 /*  background-color:#fff;*/
     z-index: 100;
}

.popup_inner h4{
	font-size:16px;
	padding:0 0 10px 0;
}
/* individual setting */


@media screen and (max-width :600px) {

	.popup {
	width:400px;
	}
}
@media screen and (max-width :400px) {

	.popup {
	width:300px;
	}
}

.popup_btn1{
	text-decoration:underline;
}

.popup_btn1:hover{
	text-decoration:none;

}


/*---------------------------------*/

body{
	background:#FFF;
	color:#242424;
/*background-image:url(/image/back_wood.png)*/
	/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;*/
	line-height:1.5em;
}
/*body.style_SP{
	font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	}
*/
body.style_PC,body.style_TAB{
	line-height:1.8em;
	font-size:small;
}

.font_w3{
	font-size:24px;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	color:#3f3f3f;


	}
@media screen and (max-width :768px) {
	.font_w3{
	font-size:17px;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	color:#3f3f3f;


	}
}
.center2{
	text-align:center;
}
.font_n{
	font-size:15px;
	font-weight:500;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	color:#3f3f3f;
	margin:0 0 4px 0;

	}



.itc_size{
	font-size:65px;
	font-family:"Edwardian Script ITC","Times New Roman",Times,Garamond,Georgia,serif;
	letter-spacing:0em;
	font-weight:normal;
	font-style:normal;}

}

@media screen and (max-width :400px) {body{font-size:small;}}
.style_SP .font_w3{font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;font-weight:normal;line-height:1.5;}

.font_en{font-family:"Times New Roman",Times,Garamond,Georgia,serif;letter-spacing:0.03em;font-weight:normal;font-style:normal;font-size:18px;}

.font_en_s{font-family:Verdana,Arial,'Droid Sans',sans-serif;letter-spacing:0em;font-weight:normal;font-style:normal;}

.garamond{font-family:"Times New Roman",Times,Garamond,Georgia,serif;letter-spacing:0em;font-weight:200;font-style:normal;}

.edwardian_script_itc{font-family:"Edwardian Script ITC","Times New Roman",Times,Garamond,Georgia,serif;letter-spacing:0em;font-weight:normal;font-style:normal; color:#555656;}

.trajan_pro_bold{font-family:"Trajan Pro Bold","Times New Roman",Times,Garamond,Georgia,serif;
				 letter-spacing:0.1em;
				 font-weight:normal;
				 font-style:normal;
				 }

a:link{text-decoration:none;color:#393939;}

a:visited{text-decoration:none;color:#393939;}

#contents .bx-pager a:link{
	text-decoration:underline;
	background:url(/images/sp/bt_slider.png) no-repeat left top;
	height:15px;
	width:15px;
	background-size: 100% auto;
	}
#contents  .bx-pager a:link.active{
	text-decoration:underline;
	background:url(/images/sp/bt_slider_ho.png) no-repeat left top;
	height:15px;
	width:15px;
	background-size: 100% auto;
	}

a:hover{text-decoration:none;color:#999;
		-webkit-transition:0.5s;
		-moz-transition:0.5s;
		-o-transition:0.5s;
		-ms-transition:0.5s;
		transition:0.5s;
		}

a:active{text-decoration:none;
		 color:#999;
		 }

*::selection{background:#c7c7c7;}
*::-moz-selection{background:#c7c7c7;}
@font-face	{font-family:'Edwardian Script ITC';src:url('../font/edwardian_script_itc/edwardian_script_itc.eot');src:url('../font/edwardian_script_itc/edwardian_script_itc.eot?#iefix') format('embedded-opentype'),url(../font/edwardian_script_itc/edwardian_script_itc.svg#Edwardian Script ITC') format('svg'),url('../font/edwardian_script_itc/edwardian_script_itc.woff') format('woff'),url('../font/edwardian_script_itc/edwardian_script_itc.ttf') format('truetype');font-weight:normal;font-style:normal;}

@font-face{font-family:'Trajan Pro Bold';src:url('../font/trajan_pro_bold/trajan_pro_bold.eot');src:url('../font/trajan_pro_bold/trajan_pro_bold.eot?#iefix') format('embedded-opentype'),url('../font/trajan_pro_bold/trajan_pro_bold.svg#Trajan Pro Bold') format('svg'),url('../font/trajan_pro_bold/trajan_pro_bold.woff') format('woff'),url('../font/trajan_pro_bold/trajan_pro_bold.ttf') format('truetype');font-weight:normal;font-style:normal;}

.img_r{float:right;}

.img_l{float:left;}

.kari{color:#ff0000;}

.clearfix:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}

.atn{font-size:0.7em;
	 text-indent:-1em;
	 padding-left:1em;
	 line-height:1.8em;
	 text-align:left;
	 }

#page .btn_gray a{display:block;
				  background-color:#f7f7f7;
				  font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
				  font-weight:normal;
				  font-size:0.8em;
				  padding:0.4em 0 0.4em 0;
				  text-align:center;
				  text-decoration:none;
				  }

.style_SP #page .btn_gray a{padding:0.8em 0 0.8em 0;}

#page .btn_gray a span{background:url(/images/pc/nav/icon_subarrow.png) no-repeat left center;padding-left:15px;}

#page .btn_brown a{display:block;
					background:#978152 url(/images/symbol/linkbox-arrow.png) no-repeat left 30px center;
					color:#ddd;
				   font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
				   font-size:1.3em;
				   padding:0.6em 0 0.6em 0;
				   text-align:center;
				   text-decoration:none;
				   margin:1.5em auto 0 auto;

				   }
.btn_brown a:hover{
	opacity:0.7;
}
#page .btn_black a{display:block;
					background:#3A3A3A url(/images/symbol/linkbox-arrow.png) no-repeat left 30px center;
					color:#ddd;
				   font-family:Brandon_med_it;
				   font-size:1.5em;
				   padding:0.6em 0 0.6em 0;
				   text-align:center;
				   text-decoration:none;
				   margin:1.5em auto 0 auto;
				   width:300px;

				   }
.btn_black a:hover{
	opacity:0.7;
}
.btn_brown2 a{display:block;
			width:350px;
			background:#978152 url(/images/symbol/linkbox-arrow.png) no-repeat left 30px center;
			color:#ddd;
		   font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
		   font-size:1.3em;
		   padding:0.6em 0 0.6em 0;
		   text-align:center;
		   text-decoration:none;
		   margin:1.5em auto 0 auto;
		   }

.style_SP #page .btn_brown a{padding:0.8em 0 0.8em 0;}

#page .btn_brown a:hover{
					}


.btn_acd a{display:block;
		   padding:1em 0 1em 0;
		   text-align:center;
		   border:1px solid #EEE;
		   -webkit-box-shadow:0px 5px 7px -7px #EEE;
		   -moz-box-shadow:0px 5px 7px -7px #EEE;
		   -ms-box-shadow:0px 5px 7px -7px #EEE;
		   -o-box-shadow:0px 5px 7px -7px #EEE;
		   box-shadow:0px 5px 7px -7px #EEE;
		   width:90%;
		   margin:1.5em auto 0 auto;color:#000;
		   }

.btn_acd a.active{background-color:#f7f7f7;
				  -webkit-box-shadow:none;
				  -moz-box-shadow:none;
				  -ms-box-shadow:none;
				  -o-box-shadow:none;
				  box-shadow:none;
				  border-bottom:1px solid #FFF;
				  }

.btn_acd a .arrow{float:right;
				  width:4.5%;
				  margin-right:1em;
				  -webkit-transform:rotate(90deg);
				  -moz-transform:rotate(90deg);
				  -ms-transform:rotate(90deg);
				  -o-transform:rotate(90deg);
				  transform:rotate(90deg);
				  }

.btn_acd a.active .arrow{
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg);
}

.btn_acd a.active span{padding-left:-0.5em;}

.btn_acd a .arrow img{width:100%;height:auto;}

.parent_acd{clear:both;overflow:hidden;}

.style_SP #page #contents .con_acd{
	clear:both;
	overflow:hidden;
	width:80%;
	margin:0 auto;
	padding:5%;
	border:1px solid #EEE;
	display:none;
}

.style_SP #contents .btn_out_lnk a{
	display:block;
	font-weight:normal;
	font-size:0.8em;
	padding:0.8em 0 0.8em 0;
	text-align:center;
	border:1px solid #EEE;
	background:url(/images/sp/icon_link.png) no-repeat 95% center;
	-webkit-background-size:5% auto;
	-moz-background-size:5% auto;
	-ms-background-size:5% auto;
	-o-background-size:5% auto;
	background-size:5% auto;
	text-decoration:none;
}

.style_SP #contents
.btn_out_lnk a span{
	background:url(/images/pc/nav/icon_subarrow.png) no-repeat left center;
	padding-left:15px;
}

.wrp_lnklist{margin-top:2em;}

.wrp_lnklist ul{border-bottom:1px solid #dfdfdf;}

.wrp_lnklist ul li a{
	display:block;
	padding:1.2em;
	text-align:left;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #FFF;
	background-color:#f7f7f7;
}

.wrp_lnklist ul li.out a{
	background:url(/images/sp/icon_link.png) no-repeat 95% center;
	background-color:#f7f7f7;
	-webkit-background-size:5% auto;
	-moz-background-size:5% auto;
	-ms-background-size:5% auto;
	-o-background-size:5% auto;
	background-size:5% auto;
	text-decoration:none!important;
}

#contents .box_table{overflow:hidden;}

#contents .box_table .wrp_title{
	clear:both;
	overflow:hidden;
	border-top:2px solid #000;
	border-bottom:1px solid #000;
	margin-top:0.5em;
}

#contents .box_table .wrp_title .title{font-weight:normal;font-size:0.8em;}

#contents .box_table table{width:100%;line-height:1.6em;}

#contents .box_table table tbody tr th{
	width:70%;
	text-align:right;
	font-weight:normal;
	font-size:0.8em;
	padding-top:0.4em;
	vertical-align:top;
}

#contents .box_table table tbody tr td{
	width:30%;
	font-size:0.8em;
	border-bottom:1px solid;
	padding-top:0.4em;
}

#page{display:none;clear:both;}

.style_SP #photo_layout_floor{display:none;}

.style_SP #photo_layout{display:none;}

.style_SP #page{max-width:768px;width:100%;min-width:320px;margin:0 auto;}

.style_SP #serach_box{display:none;}

.style_SP #page .con_lnk_p{
	clear:both;
	overflow:hidden;
	width:90%;
	margin:2em auto 1em auto;
	font-size:10px;
	display:none;
}

.style_SP #page .con_lnk_p ul{clear:both;overflow:hidden;}

.style_SP #page .con_lnk_p ul li{float:left;}

.style_SP #page .con_lnk_p ul li.home{}

.style_SP #page .con_lnk_p ul li .arrow{display:none;width:20%;}

.style_SP #page .con_lnk_p ul li a{display:block;padding:0.9em 1.5em 0.9em 0.5em;}

.style_SP #page .con_lnk_p ul li a{
	background:url(/images/sp/icon_pan_off.png) no-repeat right top;
	-webkit-background-size:auto 100%;
	-moz-background-size:auto 100%;
	-ms-background-size:auto 100%;
	-o-background-size:auto 100%;
	background-size:auto 100%;
}

.style_SP #page .con_lnk_p ul li.no{width:61%;}

.style_SP #page .con_lnk_p ul li.no a{background:none;padding:0.9em 0 0.9em 0.5em;}

.style_SP #page .con_lnk_p ul li.link a{
	background:url(/images/sp/icon_pan_on.png) no-repeat right top;
	 -webkit-background-size:auto 100%;
	 -moz-background-size:auto 100%;
	 -ms-background-size:auto 100%;
	 -o-background-size:auto 100%;
	 background-size:auto 100%;
	 background-color:#EEE;
	 }

.style_SP #page .con_lnk_p ul li.link2 a{
	background:url(/images/sp/icon_pan_on2.png) no-repeat right top;
	-webkit-background-size:auto 100%;
	-moz-background-size:auto 100%;
	-ms-background-size:auto 100%;
	-o-background-size:auto 100%;
	background-size:auto 100%;
	background-color:#EEE;
	padding:0.9em 4em 0.9em 0.5em;
	}

.style_SP #header{clear:both;overflow:hidden;}

.style_SP #header .layout_menu{
	position:fixed;
	top:0;
	left:0;
	max-width:768px;
	width:100%;
	min-width:320px;
	z-index:200;
	padding:0;
	margin:0;
}


.style_SP #header .box_logo{
	clear:both;
	overflow:hidden;
	background-color:#FFF;
	padding:1% 0 1% 0;
	margin:0;
	-webkit-box-shadow:1px 1px 5px #EEE;
	-moz-box-shadow:1px 1px 5px #EEE;
	-ms-box-shadow:1px 1px 5px #EEE;
	-o-box-shadow:1px 1px 5px #EEE;
	box-shadow:1px 1px 5px #EEE;
}
/* 変更↓20191224*/
.style_SP #header .box_logo h1{width:32%;float:left;margin-left:2%;padding-top:1.5%;}

.style_SP #header .box_logo h1 img{height:auto; width:100%;}

.style_SP #header .box_menu a{
	width:14%;
	max-width:100px;
	float:right;
	margin-top:6%;
	padding-right:2%;
	display:block;
}

.style_SP #header .box_menu a img{width:32px;height:auto;}
.style_SP #header .box_menu2{
	width:13%;
	max-width:100px;
	float:right;
	margin-top:6%;
	padding-right:2%;
	display:block;
}

.style_SP #header .box_menu2 a img{width:100%;height:auto;}
.style_SP #header #box_gnav{
	background-color:#153969;
	opacity:0.9;
	color:#fff;
	font-size:x-large;
	line-height:1.5em;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	z-index:500;
	max-width:768px;
	min-width:320px;
	margin:0 auto;
	display:none;
	width:100%;
}
/* 変更↑20191224*/

@media screen and (max-width :400px) {
	.style_SP #header #box_gnav{font-size:large;	text-align:center;
	}
	}

.style_SP #header #box_gnav .wrp_tel{
	display:block;
	text-align:center;
	background:#dbeada;
	color:#000;
	text-decoration:none;
	padding:0.5em;
	}

.style_SP #header #box_gnav .wrp_tel h3{font-weight:normal;font-size:0.8em;line-height:1.4em;}

.style_SP #header #box_gnav .wrp_tel .sub{font-size:0.6em;line-height:1.6em;}

.style_SP #header #box_gnav .wrp_tel .telnum{font-size:1.2em;text-align:center;}

@media screen and (max-width :350px) {
	.style_SP #header #box_gnav .wrp_tel .telnum{font-size:x-large;}
	}

.style_SP #header #box_gnav .wrp_tel .telnum span{
	background:url(/images/sp/home/icon_tel.png) no-repeat left center;
	-webkit-background-size:12% auto;
	-moz-background-size:12% auto;
	-ms-background-size:12% auto;
	-o-background-size:12% auto;
	background-size:12% auto;
	margin:0 auto;
	padding-left:1.6em;
}
.style_SP #header #box_gnav li:nth-of-type(n+2){

		text-align: left;

}

.style_SP #header #box_gnav .gnav{
	clear:both;
	overflow:hidden;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	text-align:center;

}

.style_SP #header #box_gnav .gnav li.gnav_li:nth-of-type(n+2){
	border-top:1px solid #dedede;
	margin:0 auto;
	background-color:#FFF;
	text-align:left;
	}
.style_SP #header #box_gnav .gnav li.gnav_li strong{
	padding-left:9px;
	font-size:0.6em;
	}
	.style_SP #header #box_gnav .gnav li.gnav_li a:hover{
	opacity:0.8;


	}

.style_SP #header #box_gnav .gnav li.gnav_li:first-child{border-top:0;}

.style_SP #header #box_gnav .gnav li.gnav_li a.box_gnav{
	color:#fff;
	text-decoration:none;
	display:block;
	clear:both;
	overflow:hidden;
	cursor:pointer;
	padding:0.6em 0 0.6em 3em;
	background-color:#153969;
	}


/*20191227*/
.style_SP #header #box_gnav .gnav li.gnav_li a.box_gnav2{
	color:#fff;
	text-decoration:none;
	display:block;
	clear:both;
	overflow:hidden;
	cursor:pointer;
	padding:0.15em 0 0.15em 0.5em;
	background-color:#686868;
	 font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	 font-weight:bold;
	 font-size:0.7em;
	 letter-spacing:2px;

	}
/**/


.style_SP #header #box_gnav .gnav li.gnav_li a.box_gnav .menu{font-size:1em; letter-spacing:2px;}

.style_SP #header #box_gnav .gnav li.gnav_li a.box_gnav .font_en{
	font-size:0.6em;
	padding-left:1.5em;
	float:center;
	}

.style_SP #header #box_gnav .gnav li.gnav_li a.box_gnav .arrow{
	float:right;
	width:3%;
	margin-right:3em;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
	}

 .style_SP #header #box_gnav .gnav li.gnav_li:first-child a.box_gnav .arrow,
 .style_SP #header #box_gnav .gnav li.gnav_li:last-child a.box_gnav .arrow{
 	-webkit-transform:rotate(0);
 	-moz-transform:rotate(0);
 	-ms-transform:rotate(0);
 	-o-transform:rotate(0);
	transform:rotate(0);
	}

.style_SP #header #box_gnav .gnav li.gnav_li a.box_gnav .arrow img{width:100%;height:auto;}

.style_SP #header #box_gnav .gnav li.gnav_li .box_sub{clear:both;overflow:hidden;}

.style_SP #header #box_gnav .wrp_sub{clear:both;overflow:hidden;background-color:#153969;
}

.style_SP #header #box_gnav .wrp_sub .bt_mem{
	display:block;
	background-color:#FFF;
	width:95%;
	text-align:center;
	margin:0 auto;
	padding:0.6em 0 0.6em 0;
}

.style_SP #header #box_gnav .wrp_sub .bt_mem p{
	background:url(/images/sp/footer/icon_key.png) no-repeat 18% center;
	-webkit-background-size:5% auto;
	-moz-background-size:5% auto;
	-ms-background-size:5% auto;
	-o-background-size:5% auto;
	background-size:5% auto;
	padding-left:1.4em;
}

@media screen and (max-width :400px) {
	.style_SP #header #box_gnav .wrp_sub .bt_mem p{
		background:url(/images/sp/footer/icon_key.png) no-repeat 20% center;
		-webkit-background-size:5% auto;
		-moz-background-size:5% auto;
		-ms-background-size:5% auto;
		-o-background-size:5% auto;
		background-size:5% auto;
		padding-left:1.4em;
		}
}

.style_SP #header #box_gnav .wrp_sub .bt_mem p img{width:60%;height:auto;margin-top:0.4em;}
.style_SP #header #box_gnav .wrp_sub {
	background-color:#153969;
}
.style_SP #header #box_gnav .wrp_sub ul{
	clear:both;
	overflow:hidden;
	width:95%;
	margin:1.5em auto 1.5em auto;
	background-color:#fff;
	border-top:1px solid #fff;

}

.style_SP #header #box_gnav .wrp_sub ul li{
	float:left;
	width:50%;
	text-align:center;
		border-bottom:1px solid #fff;



}
.style_SP #header #box_gnav .wrp_sub ul li.wrp_sub_li a{
	background-color:#153969;

}
.style_SP #header #box_gnav .wrp_sub ul li.wrp_sub_li a:hover{
opacity:0.8;

}

.style_SP #header #box_gnav .wrp_sub ul li.line_r{color:#fff;}


.style_SP #header #box_gnav .wrp_sub ul li:last-child{}

.style_SP #header #box_gnav .wrp_sub ul li a{
	display:block;
	color:#fff;
	border-right:1px solid #fff;

	text-decoration:none;
	padding:0.8em 0 0.8em 0;
	font-size:0.8em;
}
.style_SP #header #box_gnav .wrp_sub .line_r a{
	border-left:1px solid #fff;

}


@media screen and (max-width :450px) {
	.style_SP #header #box_gnav .wrp_sub ul li a{
		display:block;
		color:#fff;
		text-decoration:none;
		padding:0.8em 0 0.8em 0;
		font-size:0.8em;
		}
}

.style_SP #header #box_gnav .wrp_sub .wrp_close{
	display:block;
	clear:both;
	overflow:hidden;
	background-color:#686868;
	padding:0.3em 0 0.3em 0;
	text-align:center;color:#FFF;
}

.style_SP #header #box_gnav .wrp_sub .wrp_close span{
	background:url(/images/sp/home/icon_close.png) no-repeat left center;
	-webkit-background-size:18% auto;
	-moz-background-size:18% auto;
	-ms-background-size:18% auto;
	-o-background-size:18% auto;
	background-size:18% auto;
	padding-left:1.4em;
}

.style_SP #header #box_gnav .gnav li.gnav_li .box_sub{font-size:large;display:none;}

@media screen and (max-width :450px) {
	.style_SP #header #box_gnav .gnav li.gnav_li .box_sub{font-size:small;display:none;}
}

.style_SP #header #box_gnav .gnav li.gnav_li .box_sub ul{margin-bottom:0.5em;}

.style_SP #header #box_gnav .gnav li.gnav_li .box_sub ul li{
	background:url(/images/sp/home/icon_sub_arrow.png) no-repeat 5em center;
	-webkit-background-size:1% auto;
	-moz-background-size:1% auto;
	-ms-background-size:1% auto;
	-o-background-size:1% auto;
	background-size:1% auto;
}

.style_SP #header #box_gnav .gnav li.gnav_li .box_sub ul li a{
	color:#000;
	text-decoration:none;
	display:block;
	padding:4em 0 4em 5em;
	font-size:1.2em;
}

@media screen and (max-width :450px) {
	.style_SP #header #box_gnav .gnav li.gnav_li .box_sub ul li a{
		color:#000;
		text-decoration:none;
		display:block;
		padding:0.6em 0 0.6em 5em;
		}
	.style_SP #header #box_gnav .gnav li.gnav_li .box_sub ul li a{padding:0.4em 0 0.4em 5em;}
}

.style_SP #contents{max-width:768px;width:100%;min-width:320px;margin:0 auto;}

.style_SP #contents .con_title,
.style_SP #contents .con_title_sp{
	clear:both;
	overflow:hidden;
	width:90%;
	margin:1em auto 1em auto;
	padding-top:17px;
	text-align:center;
}

.style_SP #contents .con_title h2,
.style_SP #contents .con_title_sp h2{
	font-size:2.2em;
	font-weight:normal;
	display:inline-block;
	margin-right:0.2em;
}

.style_SP #contents .con_title .edwardian_script_itc,
.style_SP #contents .con_title_sp .edwardian_script_itc{
	font-size:2.4em;
	font-weight:normal;
	margin-top:15px;
	display:inline-block;
	color:#9b9b9b;
}

.style_SP #contents .con_slider{clear:both;overflow:hidden;width:90%;margin:0 auto;}
.style_SP #contents .con_slider .bx-default-pager{}.style_SP #contents .con_slider .bx-controls{padding-top:0.5em;}

.style_SP #contents .con_slider .bx-wrapper .bx-pager.bx-default-pager a{
	background:url(/images/sp/bt_slider.png) no-repeat left top;
	height:15px;widtcontenth:15px;
	-o-background-size:100% auto;
	-ms-background-size:100% auto;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	margin-left:5px;
}

.style_SP #contents .con_slider .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:url(/images/sp/bt_slider_ho.png) no-repeat left top;
	height:15px;width:15px;
	-o-background-size:100% auto;
	-ms-background-size:100% auto;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	background-size:100% auto;
}

.style_SP .con_intro{clear:both;overflow:hidden;width:90%;margin:0 auto;text-align:center;}
.style_SP .con_intro5{clear:both;overflow:hidden;width:90%;margin:0 auto;}



@media screen and (max-width :768px) {
	.style_SP .con_intro{
	width:100%;
	}

}
.style_SP .con_intro .edwardian_script_itc{font-size:2.5em;line-height:1.5em;}

.style_SP .con_intro .jp{font-size:1.2em;}

.style_SP .con_intro .box_text{
	line-height:1.8;
	text-align:left;
	margin-top:2em;
	font-size:12px;
	 font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;

}

.style_SP .con_listbox{clear:both;overflow:hidden;width:90%;margin:0.5em auto 0 auto;max-width:768px;}

@media screen and (max-width :768px) {

.style_SP .m_100{
	clear:both;overflow:hidden;width:100%;
	margin:0.5em auto 0 auto;text-align:center;max-width:768px;}

}
.style_SP .con_listbox ul li{margin-bottom:3em;}

.style_SP .con_listbox ul li .name{margin-top:0.5em;text-align:left;clear:both;overflow:hidden;}

.style_SP .con_listbox ul li .name .text{float:left;width:80%;}

.style_SP .con_listbox ul li .name .icon{float:right;width:4%;margin-right:0.2em;margin-top:1%;}

.style_SP .con_listbox ul li .name .icon img{width:100%;height:auto;}

.style_SP .con_listbox ul li .font_en{font-size:1.2em;line-height:1em;}

.style_SP .con_listbox ul li .font_w3{font-size:0.8em;}

.style_SP .con_listbox ul li .img img{width:100%;height:auto;}

.style_SP .con_news{clear:both;overflow:hidden;width:90%;margin:4em auto 1em auto;}

.style_SP .con_news .box_title{text-align:center;}

.style_SP .con_news .box_title h3{font-size:1.4em;letter-spacing:0.1em;}

.style_SP .con_news .box_title .sub{font-size:0.5em;}

.style_SP .con_news .box_news{clear:both;overflow:hidden;border:1px solid #eee;margin-top:1em;}

.style_SP .con_news .box_news .wrp_news a{
	clear:both;
	overflow:hidden;
	display:block;
	text-decoration:none;
	color:#000;
	padding:5%;
	border-bottom:1px solid #EEE;
}

.style_SP .con_news .box_news .wrp_news:last-child a{border-bottom:0;}

.style_SP .con_news .box_news .wrp_news a h4{font-weight:normal;clear:both;}

.style_SP .con_news .box_news .wrp_news a dl dt{float:left;padding-right:1em;}

.style_SP .con_news .box_news .wrp_news a dl dd{float:left;}

.style_SP .con_about{clear:both;overflow:hidden;width:90%;margin:1em auto 0 auto;text-align:center;}

.style_SP .line{border-top:1px solid #e4e4e4;padding-top:2em;margin-top:3em;}

.style_SP .con_about .img{width:100%;margin-bottom:1em;}

.style_SP .con_about .img img{width:100%;height:auto;}

.style_SP .con_about .box_info{clear:both;overflow:hidden;}

.style_SP .con_about .box_info .wrp_text .text{text-align:left;font-size:0.8em;}

.style_SP .con_about .box_info .wrp_text .wrp_btn{clear:both;overflow:hidden;margin-top:1em;}

.style_SP .con_about .box_info .wrp_text .wrp_btn .loc{width:48%;margin:0 auto;}

.style_SP .con_about .box_info .wrp_table{margin-top:2em;}

.style_SP .con_about .box_info .wrp_table .st{text-align:left;}

.style_SP .con_about .box_info .wrp_table table{margin-bottom:0.5em;}

.style_SP .box_table table thead tr th{
	width:30%;
	font-weight:normal;
	font-size:0.8em;
	padding-top:0.4em;
	padding-bottom:0.4em;
	border-top:2px solid #000;
	border-bottom:1px solid #000;
	font-size:1em;
}

.style_SP .box_table table thead tr td{
	width:70%;
	font-size:0.8em;
	border-bottom:1px solid;
	padding-top:0.4em;
	padding-bottom:0.4em;
	border-top:2px solid #000;
	border-bottom:1px solid #000;
}
.style_SP #page .con_about .box_info .wrp_table table th{width:30%;text-align:left;border-bottom:1px solid #000;}

.style_SP #page .con_about .box_info .wrp_table table td{width:70%;text-align:left;padding-bottom:1em;}

.style_SP .con_about .box_info .wrp_table .wrp_btn{margin-top:2em;clear:both;overflow:hidden;}

.style_SP .con_about .box_info .wrp_table .wrp_btn .btn_brown{width:50%;margin:0 auto;}

.style_SP #footer{clear:both;overflow:hidden;}.style_SP #footer .box_footer{
	-webkit-background-size:120% auto;
	-moz-background-size:120% auto;
	-ms-background-size:120% auto;
	-o-background-size:120% auto;
	background-size:120% auto;
	clear:both;
	overflow:hidden;
padding:2em 0;
/*	margin-top:1em;*/

}

.style_SP #footer .box_footer .wrp_title{
	width:90%;
	clear:both;
	background-color:#686868;
	text-align:left;
	padding:0.6em 0 0.6em 0;
	margin:0 auto;
}

.style_SP #footer .box_footer .wrp_title a{display:block;cursor:pointer;}

.style_SP #footer .box_footer .wrp_title a .font_en{
	color:#FFF;
	font-size:1.2em;
	background:url(/images/sp/header/icon_menu_w.png) no-repeat left center;
	-webkit-background-size:25% auto;
	-moz-background-size:25% auto;
	-ms-background-size:25% auto;
	-o-background-size:25% auto;
	background-size:25% auto;
	padding-left:1.8em;
	margin-left:0.5em;
}

.style_SP #footer .box_footer .wrp_sub{clear:both;overflow:hidden;}

.style_SP #footer .box_footer .wrp_sub .bt_mem{
	display:block;
	background-color:#FFF;
	width:90%;
	text-align:center;
	margin:0 auto;
	padding:0.6em 0 0.6em 0;
}

.style_SP #footer .box_footer .wrp_sub .bt_mem p{
	background:url(/images/sp/footer/icon_key.png) no-repeat 18% center;
	-webkit-background-size:5% auto;
	-moz-background-size:5% auto;
	-ms-background-size:5% auto;
	-o-background-size:5% auto;
	background-size:5% auto;
	padding-left:1.4em;
}

@media screen and (max-width :400px) {
	.style_SP #footer .box_footer .wrp_sub .bt_mem p{
		background:url(/images/sp/footer/icon_key.png) no-repeat 20% center;
		-webkit-background-size:5% auto;
		-moz-background-size:5% auto;
		-ms-background-size:5% auto;
		-o-background-size:5% auto;
		background-size:5% auto;
		padding-left:1.4em;
		}
}

.style_SP #footer .box_footer .wrp_sub .bt_mem p img{width:60%;height:auto;margin-top:0.4em;}

.style_SP #footer .box_footer .wrp_sub ul{clear:both;overflow:hidden;width:90%;margin:1em auto 1em auto;}

.style_SP #footer .box_footer .wrp_sub ul li{
	float:left;width:49%;
	text-align:center;
	border:1px solid #f4f4f4;
	background-color:#FFF;
}

.style_SP #footer .box_footer .wrp_sub ul li:first-child{border-right:1px solid #f4f4f4;}

.style_SP #footer .box_footer .wrp_sub ul li:last-child{border-left:1px solid #f4f4f4;}

.style_SP #footer .box_footer .wrp_sub ul li a{display:block;color:#000;text-decoration:none;padding:0.8em 0 0.8em 0;}

@media screen and (max-width :350px) {
	.style_SP #footer .box_footer .wrp_sub ul li a{
		display:block;
		color:#000;
		text-decoration:none;
		padding:0.8em 0 0.8em 0;
		font-size:0.9em;
		}
}

.style_SP #footer .box_footer .wrp_sub .bt_pc{
	display:block;
	background-color:#FFF;
	width:90%;
	text-align:center;
	margin:0 auto;
	padding:0.8em 0 0.8em 0;
	color:#000;
	font-size:1.4em;
	text-decoration:none;
	}

.style_SP #footer .box_footer .wrp_sub .bt_pc p{
	background:url(/images/sp/footer/icon_pc.png) no-repeat 90% center;
	-webkit-background-size:6% auto;
	-moz-background-size:6% auto;
	-ms-background-size:6% auto;
	-o-background-size:6% auto;
	background-size:6% auto;
}

.style_SP #footer .box_footer .wrp_group{clear:both;overflow:hidden;width:90%;margin:0 auto;}

.style_SP #footer .box_footer .wrp_group ul{margin-top:3em;margin-bottom:2em;clear:both;overflow:hidden;}

.style_SP #footer .box_footer .wrp_group ul li{float:left;width:14%;}

.style_SP #footer .box_footer .wrp_group ul li.hale{width:28%;margin-right:5%;}

.style_SP #footer .box_footer .wrp_group ul li.lead{width:28%;margin-left:5%;margin-right:5%;}

.style_SP #footer .box_footer .wrp_group ul li a img{width:100%;height:auto;}

.style_SP #con_ot_lnk{clear:both;width:90%;margin:3em auto 0 auto;border-top:1px solid #d8d8d8;display:none;}

.style_SP #con_ot_lnk .box_ot_lnk{clear:both;text-align:center;}

.style_SP #con_ot_lnk .wrp_title{text-align:center;border-top:1px solid #000;display:inline-block;margin-top:-1px;}
#con_ot_lnk .wrp_title h2{font-size:24px;font-weight:normal;margin-right:0.2em;margin-top:1em;}

.style_SP #con_ot_lnk .wrp_title h3{font-size:24px;font-weight:normal;margin-right:0.2em;margin-top:1em;}

.style_SP #con_ot_lnk .wrp_title .edwardian_script_itc{font-size:1.4em;font-weight:normal;margin-top:0.5em;}

.style_SP #con_ot_lnk .wrp_list{clear:both;overflow:hidden;margin-bottom:1em;margin-top:2em;}

.style_SP #con_ot_lnk .wrp_list ul li{clear:both;overflow:hidden;margin-bottom:1.5em;}

.style_SP #con_ot_lnk .wrp_list ul li a{
	clear:both;overflow:hidden;
	display:block;
	background-color:#f7f7f7;
	text-align:left;
	padding:1em 0 1em 0;
}

.style_SP #con_ot_lnk .wrp_list ul li a .img{float:left;width:20%;}

.style_SP #con_ot_lnk .wrp_list ul li a .img img{width:100%;height:auto;}

.style_SP #con_ot_lnk .wrp_list ul li a .text{
	float:left;
	width:65%;
	margin-left:5%;
	background:url(../images/pc/nav/icon_subarrow.png) no-repeat left center;
	padding-left:10px;
	margin-top:5.7%;
}
.style_SP #con_ot_lnk .wrp_list ul li a .text .font_w3{font-size:0.8em;line-height:1.2em;margin-top:0.5em;}

.style_SP #con_ot_lnk .wrp_list ul li a .text .garamond{font-size:18px;line-height:1em;}

@media screen and (max-width :768px) {
.style_SP #con_ot_lnk .wrp_list ul li a .text{

}
.style_SP #con_ot_lnk .wrp_list ul li a .text .garamond{
	font-size:4vw;
	font-family:Garamond,"Times New Roman",Times,Georgia,serif;
	}
.style_SP #con_ot_lnk .wrp_list ul li a .text .font_w3{font-size:2.5vw;}
}

.style_SP #footer .copyright{text-align:center;}

.style_SP #pagetop{display:none;}

.style_SP #side_menu{display:none;}

.style_PC #title .con_title h2,.style_TAB #title .con_title h2{height:30px;}

.style_PC #title .con_title .st,.style_TAB #title .con_title .st{height:25px;}

.style_PC #page,.style_TAB #page{width:100%;min-width:980px;margin:0 auto;}

.style_PC #header,.style_TAB #header{clear:both;width:100%;min-width:769px;position:absolute;top:0;left:0;z-index:200;}

.style_PC #header #con_nav,.style_TAB #header #con_nav{clear:both;width:100%;min-width:980px;position:fixed;top:0;left:0;}

.style_PC #header #con_nav .wrp_layout_nav,.style_TAB #header #con_nav .wrp_layout_nav{
	position:relative;
	overflow:hidden;
	clear:both;
	width:100%;
	min-width:980px;
	background:url(/images/pc/nav/bg_gnav_alp.png) repeat left top;
}

.style_PC #header #con_nav .layout_nav,
.style_TAB #header #con_nav .layout_nav{
	clear:both;
	overflow:hidden;
	width:92%;
	min-width:980px;
	max-width:1280px;
	position:relative;
	margin:0 auto;
}

@media screen and (min-width :1360px) {
	.style_PC #header #con_nav .layout_nav,
	.style_TAB #header #con_nav .layout_nav{
		clear:both;
		width:100%;
		min-width:980px;
		max-width:1280px;
		position:relative;
		z-index:100;
	}
}

@media screen and (max-width :1084px) {
	.style_PC #header #con_nav .layout_nav,
	.style_TAB #header #con_nav .layout_nav{

		clear:both;
		width:944px;
		min-width:0;
		margin:0 auto;
	}
}
.style_PC #header #con_nav .layout_nav .nav_area,
.style_TAB #header #con_nav .layout_nav .nav_area{float:left;width:93%;}

.style_PC #header #con_nav .box_nav,
.style_TAB #header #con_nav .box_nav{clear:both;overflow:hidden;}

.style_PC #header #con_nav .box_nav li,
.style_TAB #header #con_nav .box_nav li{
	float:left;
	width:14%;
	height:40px;
	text-align:center;
	padding:10px 0 0 0;
	}
.style_PC #header #con_nav .box_nav .service,
.style_TAB #header #con_nav .box_nav .service{text-align:left;width:15%;border:0; margin-left:1%;}

.style_PC #header #con_nav .box_nav .logo,
.style_TAB #header #con_nav .box_nav .logo{text-align:left;width:12%;border:0 ; padding:0;}
@media screen and (max-width :1200px) {
.style_PC #header #con_nav .box_nav .logo,
.style_TAB #header #con_nav .box_nav .logo{text-align:left;width:130px;border:0 ; padding:0;}
}
.style_PC #header #con_nav .box_nav .logo a,
.style_TAB #header #con_nav .box_nav .logo a{
	color:#000;
	text-decoration:none;
	display:block;
	height:30px;
	line-height:12px;
	font-size:12px;
}

.style_PC #header #con_nav .box_nav .logo a:hover,
.style_TAB #header #con_nav .box_nav .logo a.active{border-bottom:0;}

.style_PC #header #con_nav .box_nav li a,
.style_TAB #header #con_nav .box_nav li a{
	text-decoration:none;
	font-size:15px;
	line-height:15px;
	display:block;
	height:90%;
 font-family:Brandon_bld;
 }

.style_PC #header #con_nav .box_nav li a:hover,
.style_TAB #header #con_nav .box_nav li a:hover{
	-webkit-transition:0s;
	-moz-transition:0s;
	-o-transition:0s;
	-ms-transition:0s;
	transition:0s;
	background:none;
}

.style_PC #header #con_nav .box_nav li.logo a:hover,
.style_TAB #header #con_nav .box_nav li.logo a:hover{background:none;}

.style_PC #header #con_nav .layout_snav,
.style_TAB #header #con_nav .layout_snav{
	clear:both;
	position:relative;
	top:-7px;
	left:0;
	width:92%;
	min-width:980px;
	max-width:1280px;
	margin:0 auto;
	z-index:100;
}

.style_PC #header #con_nav .layout_snav .con_sub,
.style_TAB #header #con_nav .layout_snav .con_sub{
	clear:both;
	overflow:hidden;
	padding-top:7px;
	background:url(/images/pc/nav/arrow_snav.png) no-repeat center top;
	position:absolute;
	top:0;left:0;
	display:none;
	margin-left:0;
}

.style_PC #header #con_nav .layout_snav .con_sub .box_sub,
.style_TAB #header #con_nav .layout_snav .con_sub .box_sub{background-color:#f7f7f7;}

.style_PC #header #con_nav .layout_snav .con_sub .box_sub ul,
.style_TAB #header #con_nav .layout_snav .con_sub .box_sub ul{clear:both;overflow:hidden;}

.style_PC #header #con_nav .layout_snav .con_sub .box_sub ul li a,.style_TAB
#header #con_nav .layout_snav .con_sub .box_sub ul li a{
	font-size:15px;
	display:block;
	padding:4px 15px 4px 30px;
	background:url(/images/pc/nav/icon_subarrow.png) no-repeat 15px center;
	border-top:1px solid #FFF;
}

.style_PC #header #con_nav .layout_snav .con_sub .box_sub ul li:first-child a,
.style_TAB #header #con_nav .layout_snav .con_sub .box_sub ul li:first-child a{border-top:0;}

@media screen and (min-width :1360px) {
	.style_PC #header #con_nav .layout_snav,
	.style_TAB #header #con_nav .layout_snav{
		clear:both;
		width:100%;
		min-width:980px;
		max-width:1280px;
		position:relative;
		z-index:100;
		}
}

@media screen and (max-width :1084px) {
	.style_PC #header #con_nav .layout_snav,
	.style_TAB #header #con_nav .layout_snav{
		clear:both;
		width:944px;
		min-width:0;
		margin:0 auto;
		}
}




.style_PC #header #con_nav .box_subnav,
.style_TAB #header #con_nav .box_subnav{
	clear:both;
	overflow:hidden;
	height:40px;
	margin-right:33px;
}

.style_PC #header #con_nav .box_subnav ul,
.style_TAB #header #con_nav .box_subnav ul{float:right;height:18px;}

.style_PC #header #con_nav .box_subnav li,
.style_TAB #header #con_nav .box_subnav li{display:inline;line-height:18px;font-size:12px;height:16px; }

.style_PC #header #con_nav .box_subnav li a,
.style_TAB #header #con_nav .box_subnav li a{
	text-decoration:none;
	padding-left:30px;
	font-size:13px;
	color:#434343;
	height:16px;
}

.style_PC #header #con_nav .box_subnav li#gnav_floor a,
.style_TAB #header #con_nav .box_subnav li#gnav_floor a{cursor:pointer;}

/*
.style_PC #header #con_nav .box_subnav,.style_TAB #header #con_nav .box_subnav {
	clear:both;
	overflow:hidden;
	height:30px;
	margin-right:33px;
		font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;


}
.style_PC #header #con_nav .box_subnav ul,.style_TAB #header #con_nav .box_subnav ul {
	float:right;
	height:30px;
}
.style_PC #header #con_nav .box_subnav li,.style_TAB #header #con_nav .box_subnav li {
	display:inline;
	line-height:12px;
	font-size:12px;
	height:30px;
}
.style_PC #header #con_nav .box_subnav li a,.style_TAB #header #con_nav .box_subnav li a {
	text-decoration:none;
	padding-left:20px;
	margin-top:30px;
	font-size:12px;
	line-height:45px;
	color:#434343;
	height:30px;
}
.style_PC #header #con_nav .box_subnav li#gnav_floor a,.style_TAB #header #con_nav .box_subnav li#gnav_floor a {
	cursor:pointer;
}
*/

.style_PC #header #con_nav .box_res,
.style_TAB #header #con_nav .box_res{width:7%;float:right;text-align:center;}

.style_PC #header #con_nav .box_res a,
.style_TAB #header #con_nav .box_res a{
	padding:36px 0 0 0 ;
	font-size:13px;
    line-height:45px;
 	display:block;
	background-color:#c0d3bf;
	font-weight:900;
}
@media screen and (max-width: 980px) {
.style_PC #header #con_nav .box_res a,
.style_TAB #header #con_nav .box_res a{
	font-size:11px;
	}
}
.style_PC #contents,.style_TAB #contents{clear:both;overflow:hidden;width:100%;min-width:980px;position:relative;}

.style_PC #contents #lnk_bt,
.style_TAB #contents #lnk_bt{position:fixed;right:30px;top:50%;z-index:200;display:none;}

.style_PC #contents #lnk_bt .black,
.style_TAB #contents #lnk_bt .black{position:absolute;top:0;left:0;display:none;}

.style_PC #contents #lnk_bt .black ul,
.style_TAB #contents #lnk_bt .black ul{clear:both;overflow:hidden;}

.style_PC #contents #lnk_bt .black ul li,
.style_TAB #contents #lnk_bt .black ul li{margin-bottom:10px;}

.style_PC #contents #lnk_bt .black ul li a,
.style_TAB #contents #lnk_bt .black ul li a{
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:15px;
	height:15px;
	color:#000;
	background:url(/images/pc/bt_circle_bk.png) no-repeat center top;
}

.style_PC #contents #lnk_bt .black ul li a:hover,
.style_TAB #contents #lnk_bt .black ul li a:hover,
.style_PC #contents #lnk_bt .black ul li a.active,
.style_TAB #contents #lnk_bt .black ul li a.active{background:url(/images/pc/bt_circle_bk_ho.png) no-repeat center top;}

.style_PC #contents #lnk_bt .white,
.style_TAB #contents #lnk_bt .white{display:none;position:absolute;top:0;left:0;}

.style_PC #contents #lnk_bt .white ul,
.style_TAB #contents #lnk_bt .white ul{clear:both;overflow:hidden;}

.style_PC #contents #lnk_bt .white ul li,
.style_TAB #contents #lnk_bt .white ul li{margin-bottom:10px;}

.style_PC #contents #lnk_bt .white ul li a,
.style_TAB #contents #lnk_bt .white ul li a{
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:15px;
	height:15px;
	color:#FFF;
	background:url(/images/pc/bt_circle_wh.png) no-repeat center top;
}

.style_PC #contents #lnk_bt .white ul li a:hover,
.style_TAB #contents #lnk_bt .white ul li a:hover,
.style_PC #contents #lnk_bt .white ul li a.active,
.style_TAB #contents #lnk_bt .white ul li a.active{
	background:url(/images/pc/bt_circle_wh_ho.png) no-repeat center top;
}

.style_PC #contents #title,
.style_TAB #contents #title{
	clear:both;

	width:100%;
	min-width:980px;

	z-index:0;

	left:0;
	top:0;

}


@media screen and (max-width :10000px) {
	.bt_newslist{
		display:none;
	}
}
@media screen and (max-width :768px) {
	.bt_newslist{
		display:block;
		font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
		background-color:#EEE;
		padding:1.2em;
		text-align:center;
		color:#000;
		text-decoration:none;
		margin-top:2px;
		font-size:1.4em;
	}
	.bt_newslist a span{
		background:url(/images/sp/home/icon_arrow.png) no-repeat left center;
		-webkit-background-size:3% auto;
		-moz-background-size:3% auto;
		-ms-background-size:3% auto;
		-o-background-size:3% auto;
		background-size:3% auto;
		padding-left:1em;
	}
.style_PC .con_news .box_news_area .bt_newslist,
.style_TAB .con_news .box_news_area .bt_newslist{float:right;}

.style_PC .con_news .box_news_area .bt_newslist a,
.style_TAB .con_news .box_news_area .bt_newslist a{
	display:block;
	text-decoration:none;
	font-size:x-small;
	background:url(/images/pc/nav/icon_subarrow.png) no-repeat left center;
	padding-left:1em;
}

}

#contents .bx-wrapper .bx-viewport{
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color:transparent;
}

.style_PC #contents #title .con_title,
.style_TAB #contents #title .con_title{
	clear:both;
	overflow:hidden;
	width:100%;
	min-width:980px;
	max-width:1280px;
	margin:60px auto 15px auto;
	text-align:center;
}
@media screen and (max-width :400px) {
	.style_PC #contents #title .con_title,
	.style_TAB #contents #title .con_title{
		margin:90px auto 15px auto;
	}
}
.style_PC #contents #title .con_title h1{font-weight:normal;font-size:1.7em;letter-spacing:5px;}
.style_TAB #contents #title .con_title h1{font-weight:normal;font-size:1.6em;letter-spacing:5px;}
.style_PC #contents #title .con_title h2,
.style_TAB #contents #title .con_title h2{font-weight:normal;font-size:1.7em;letter-spacing:5px;}
@media screen and (max-width: 767px) {
	.st{
		display:none;
	}
}


.style_PC #contents #title .con_title .edwardian_script_itc,
.style_TAB #contents #title .con_title .edwardian_script_itc{color:rgb(155, 155, 155);font-size:24px;margin-top:10px;padding-bottom:10px;}

.style_PC #contents #title .con_title .st,
.style_TAB #contents #title .con_title .st{font-size:20px;letter-spacing:7px;margin-top:20px;}

.style_PC #page .con_lnk_p,
.style_TAB #page .con_lnk_p{
	clear:both;
	overflow:hidden;
	max-width:1280px;
	width:92%;
	min-width:980px;
	margin:15px auto 15px auto;
	display:none;
}

.style_PC #page .con_lnk_p ul li,
.style_TAB #page .con_lnk_p ul li{font-size:x-small;color:#606060;display:inline;}

.style_PC #page .con_lnk_p ul li.no a,
.style_TAB #page .con_lnk_p ul li.no a{text-decoration:none;}

.style_PC #page .con_lnk_p ul li a,
.style_TAB #page .con_lnk_p ul li a{text-decoration:underline;color:#606060;}

.style_PC #page .con_lnk_p ul li a:hover,
.style_TAB #page .con_lnk_p ul li a:hover,
.style_PC #page .con_lnk_p ul li a:active,
.style_TAB #page .con_lnk_p ul li a:active{text-decoration:none;}

@media screen and (max-width :1360px) {
	.style_PC #page .con_lnk_p,
	.style_TAB #page .con_lnk_p{
		clear:both;
		overflow:hidden;
		max-width:1280px;
		width:92%;
		min-width:980px;
		margin:15px auto 15px auto;
	}
}

@media screen and (max-width :1084px) {
	.style_PC #page .con_lnk_p,
	.style_TAB #page .con_lnk_p{
		clear:both;
		overflow:hidden;
		max-width:1280px;
		width:944px;
		min-width:0;
		margin:15px auto 15px auto;
	}
}

.style_PC #contents #title #con_slider,
.style_TAB #contents #title #con_slider{
	clear:both;
	overflow:hidden;
	width:100%;
	min-width:980px;
	z-index:0;
	position:relative;
	min-height:500px;
}

.style_PC #contents #title #con_slider .box_slider,
.style_TAB #contents #title #con_slider .box_slider{
	clear:both;
	overflow:hidden;
	position:absolute;
	width:2000px!important;
	top:0;
	left:50%;
	margin-left:-1000px;
	min-height:500px;
}

.style_PC #contents #title #con_slider .box_slider ul,
.style_TAB #contents #title #con_slider .box_slider ul{
	width:2000px!important;
	min-height:500px;
}

.style_PC #contents #title #con_slider .box_slider ul li,
.style_TAB #contents #title #con_slider .box_slider ul li{
	width:2000px!important;
	min-height:500px;
}

.style_PC #contents #title #con_slider .bx-controls,
.style_TAB #contents #title #con_slider .bx-controls{
	position:absolute;
	z-index:1000;
	top:450px;
	height:150px;
	padding:15px 0 0 0;
	background-color:#FFF;
	width:100%;
}

.style_PC #contents #title #con_slider .bx-default-pager,
.style_TAB #contents #title #con_slider .bx-default-pager{
	position:absolute;
	top:0;
	left:0;
	width:140px;
	height:15px;
	margin-left:-70px;
	left:50%;
}

.style_PC #contents .bx-wrapper .bx-pager.bx-default-pager a,
.style_TAB #contents .bx-wrapper .bx-pager.bx-default-pager a{
	background:url(/images/pc/bt_slider.png) no-repeat left top;
	height:10px;
	width:10px;
	margin-left:5px;
}

.style_PC #contents .bx-wrapper .bx-pager.bx-default-pager a.active,
.style_TAB #contents .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:url(/images/pc/bt_slider_ho.png) no-repeat left top;
	height:10px;
	width:10px;
}

.con_intro{clear:both;overflow:hidden;}

.style_PC .con_intro,.style_TAB .con_intro{
	width:100%;
	margin:1em auto 0 auto;
	text-align:center;
}
.pc_top .top-text{
	display:block;
	text-align:center;
	font-size:15px;
	margin:50px 0 23px 0 ;
	line-height:33px;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;


}
.sp_top .top-text{
	font-size:14px;
	line-height:33px;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;


}


.borderbox{
	border-bottom:1px solid #978152;
}


 .linkBox{
}
.linkBox a{
	display:block;
	max-width:200px;
	margin:15px auto;
	background:#978152 url(/images/symbol/linkbox-arrow.png) no-repeat left 15px center;
	background-size:5px auto;
	color:#ddd;
	text-align:center;
	padding:8px 0;
	letter-spacing:2px;
	font-size:11px;
}
.linkBox a:hover{
	opacity:0.8;
}

.linkBox2 a{
	display:block;
	max-width:200px;
	margin:15px 0px;
	background:#978152 url(/images/symbol/linkbox-arrow.png) no-repeat left 15px center;
	background-size:5px auto;
	color:#ddd;
	text-align:center;
	padding:8px 0;
	letter-spacing:2px;
	font-size:11px;
	font-weight:bold;
}
.linkBox2 a:hover{
	opacity:0.8;
}

.top_back{

	background:url(/images/sp/footer/bg_footer_top.png),url(/images/sp/footer/bg_footer_down.png);
	background-color:#EDEDED;
	background-position:top,bottom;
    background-repeat:repeat-x;
	background-size:120% auto;
	padding:8% 0

}

.top_contact{
	margin:0 50px;
	background-color:#dbdbdb;
	text-align:center;
	padding:20px;


}
.style_PC .con_intro .edwardian_script_itc,
.style_TAB .con_intro .edwardian_script_itc{font-size:30px;line-height:50px;color:#707070;}

.style_PC .con_intro .jp,.style_TAB .con_intro .jp{font-size:18px;margin-top:0.8em;letter-spacing:0.2em;}

.style_PC .con_intro .box_text,
.style_TAB .con_intro .box_text{font-size:0.9em;width:85%;margin:40px auto 20px auto;text-align:left;line-height:2;}

.style_PC #contents .layout_cnt .con_lnk,
.style_TAB #contents .layout_cnt .con_lnk{clear:both;overflow:hidden;width:980px;margin:30px auto 40px auto;}

.style_PC #contents .layout_cnt .con_lnk ul,
.style_TAB #contents .layout_cnt .con_lnk ul{clear:both;overflow:hidden;}

.style_PC #contents .layout_cnt .third ul,
.style_TAB #contents .layout_cnt .third ul{width:735px;margin:0 auto;}

.style_PC #contents .layout_cnt .con_lnk ul li,
.style_TAB #contents .layout_cnt .con_lnk ul li{
	width:244px;
	float:left;
	text-align:center;
	border-right:1px solid #d9d9d9;
	margin-bottom:1.5em;
}

.style_PC #contents .layout_cnt .con_lnk ul li.long,
.style_TAB #contents .layout_cnt .con_lnk ul li.long{width:274px;}
.style_PC #contents .layout_cnt .con_lnk ul li.short,
.style_TAB #contents .layout_cnt .con_lnk ul li.short{width:214px;}

.style_PC #contents .layout_cnt .con_lnk ul li:first-child,
.style_TAB #contents .layout_cnt .con_lnk ul li:first-child{width:243px;border-left:1px solid #d9d9d9;}

.style_PC #contents .layout_cnt .con_lnk ul li a,
.style_TAB #contents .layout_cnt .con_lnk ul li a{
	font-size:0.8em;
	font-weight:normal;
	background:url(/images/pc/nav/icon_subarrow.png) no-repeat left center;
	padding-left:1em;
}

.style_PC .layout_cnt{
	clear:both;

	width:100%;
	min-width:980px;
	z-index:0;
	background-color:#FFF;

	margin-top:0!important;
}

.style_TAB .layout_cnt{
	clear:both;
	overflow:hidden;
	width:100%;
	min-width:980px;
	z-index:0;
	background-color:#FFF;
	position:relative;
	z-index:10;
	margin-top:0!important;
}

.style_PC .layout_cnt .con_about,
.style_TAB .layout_cnt .con_about{width:980px;margin:30px auto 0 auto;clear:both;overflow:hidden;}

.style_PC .layout_cnt .con_about_s .wrp_room_l,
.style_TAB .layout_cnt .con_about_s .wrp_room_l{float:left;width:48%;max-width:470px;}

.style_PC .layout_cnt .con_about_s .wrp_room_r,
.style_TAB .layout_cnt .con_about_s .wrp_room_r{float:right;width:48%;max-width:470px;}

.style_PC .layout_cnt .con_about_s .txt,
.style_TAB .layout_cnt .con_about_s .txt{font-size:0.9em;margin-top:0.5em;margin-bottom:0.5em;}

.style_PC .layout_cnt .con_about_s .img,
.style_TAB .layout_cnt .con_about_s .img{width:100%;margin-top:1em;}

.style_PC .layout_cnt .con_about_s .img img,
.style_TAB .layout_cnt .con_about_s .img img{width:100%;height:auto;}

.style_PC .layout_cnt .con_about_s .wrp_title,
.style_TAB .layout_cnt .con_about_s .wrp_title{padding-left:0;font-size:0.8em;margin-top:2em;}

.style_PC .layout_cnt .con_about_s table,
.style_TAB .layout_cnt .con_about_s table{margin-bottom:1em!important;}

.style_PC .layout_cnt .con_about_s table.single,
.style_TAB .layout_cnt .con_about_s table.single{margin-top:1.5em!important;width:55%!important;float:left!important;}

.style_PC .layout_cnt .con_about_s table.single th,
.style_TAB .layout_cnt .con_about_s table.single th,
.style_PC .layout_cnt .con_about_s table.single td,
.style_TAB .layout_cnt .con_about_s table.single td{border-top:2px solid #000!important;}

.style_PC .layout_cnt .con_about_s table th,
.style_TAB .layout_cnt .con_about_s table th{width:30%!important;text-align:left!important;border-bottom:1px solid #000!important;}

.style_PC .layout_cnt .con_about_s table td,
.style_TAB .layout_cnt .con_about_s table td{width:70%!important;text-align:left!important;padding-bottom:1em!important;}

.style_PC .layout_cnt .con_about_s .wrp_btn,
.style_TAB .layout_cnt .con_about_s .wrp_btn{text-align:right;}

.style_PC .layout_cnt .con_about_s .fr_btn,
.style_TAB .layout_cnt .con_about_s .fr_btn{float:right;width:45%;margin-top:1.4em;}

.style_PC .layout_cnt .line,.style_TAB .layout_cnt .line{border-top:1px solid #e4e4e4;padding-top:60px;}

.style_PC .layout_cnt .con_about .img,
.style_TAB .layout_cnt .con_about .img{width:100%;}

.style_PC .layout_cnt .con_about .img img,
.style_TAB .layout_cnt .con_about .img img{width:100%;height:auto;}

.style_PC .layout_cnt .box_info,.style_TAB .layout_cnt .box_info{clear:both;overflow:hidden;margin-top:30px;}

.style_PC .layout_cnt .box_info .wrp_text,
.style_TAB .layout_cnt .box_info .wrp_text{float:left;width:58%;}

.style_PC .layout_cnt .box_info .wrp_text .garamond,
.style_TAB .layout_cnt .box_info .wrp_text .garamond{font-size:42px;line-height:40px;}

.style_PC .layout_cnt .box_info .wrp_text .font_w3,
.style_TAB .layout_cnt .box_info .wrp_text .font_w3{}.style_PC .layout_cnt .box_info .wrp_text .text,
.style_TAB .layout_cnt .box_info .wrp_text .text{margin-top:20px;font-size:0.9em;}

.style_PC .layout_cnt .box_info .wrp_table,.style_TAB .layout_cnt .box_info .wrp_table{float:right;width:35%;}

.style_PC .layout_cnt .box_info .wrp_table .location,
.style_TAB .layout_cnt .box_info .wrp_table .location{
	background-color:#EEE;
	font-size:0.7em;
	padding:0.3em 1em 0.3em 1em;
	margin-bottom:1.5em;
}

.style_PC .layout_cnt .box_info .wrp_table .wrp_title,
.style_TAB .layout_cnt .box_info .wrp_table .wrp_title{padding-left:0;font-size:0.8em;}

.style_PC .layout_cnt .box_info .wrp_table .st,
.style_TAB .layout_cnt .box_info .wrp_table .st{padding-left:0;}

.style_PC .layout_cnt .box_info .wrp_table table,
.style_TAB .layout_cnt .box_info .wrp_table table{margin-bottom:1em;}

.style_PC .layout_cnt .box_info .wrp_table table th,
.style_TAB .layout_cnt .box_info .wrp_table table th{
	width:30%!important;
	text-align:left!important;
	border-bottom:1px solid #000!important;
}

.style_PC .layout_cnt .box_info .wrp_table table td,
.style_TAB .layout_cnt .box_info .wrp_table table td{
	width:70%!important;
	text-align:left!important;
	padding-bottom:0.4em!important;
}

.style_PC .layout_cnt .box_info .wrp_btn,
.style_TAB .layout_cnt .box_info .wrp_btn{clear:both;overflow:hidden;margin-top:1.5em;}

.style_PC .layout_cnt .box_info .wrp_text .wrp_btn,.style_TAB .layout_cnt .box_info .wrp_text .wrp_btn{width:70%;}

.style_PC .layout_cnt .box_info .wrp_text .wrp_btn .loc,
.style_TAB .layout_cnt .box_info .wrp_text .wrp_btn .loc{width:181px;float:left;}

.style_PC .layout_cnt .box_info .wrp_text .wrp_btn .loc a,.style_TAB .layout_cnt .box_info .wrp_text .wrp_btn .loc a{cursor:pointer;}

.style_PC .layout_cnt .box_info .wrp_text .wrp_btn .map,
.style_TAB .layout_cnt .box_info .wrp_text .wrp_btn .map{width:181px;float:right;}

.style_PC .layout_cnt .box_info .wrp_table .wrp_btn,
.style_TAB .layout_cnt .box_info .wrp_table .wrp_btn{text-align:right;}

@media screen and (max-width :1084px) {
	.style_PC .layout_cnt,
	.style_TAB .layout_cnt{
		clear:both;
		overflow:hidden;
		width:100%;
		margin:0 auto;
		min-width:940px;
		max-width:100%;
	}

	.style_PC .layout_cnt .con_about,
	.style_TAB .layout_cnt .con_about{
		width:940px;
		min-width:940px;
		max-width:inherit;
		margin:30px auto 0 auto;
		clear:both;
		overflow:hidden;
	}
}

.con_listbox{clear:both;overflow:hidden;}

.style_PC #contents .con_listbox,
.style_TAB #contents .con_listbox{clear:both;overflow:hidden;width:980px;margin:0 auto;}

.style_PC #contents .con_listbox ul,
.style_TAB #contents .con_listbox ul{clear:both;overflow:hidden;margin-top:4em;}

.style_PC #contents .con_listbox ul li,
.style_TAB #contents .con_listbox ul li{float:left;width:468px;margin-left:40px;margin-bottom:50px;}

.style_PC #contents .con_listbox ul li.no,
.style_TAB #contents .con_listbox ul li.no{margin-left:0;}

.style_PC #contents .con_listbox ul li a,
.style_TAB #contents .con_listbox ul li a{
	display:block;
	position:relative;
	width:468px;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5s;
}

.style_PC #contents .con_listbox ul li a .img,
.style_TAB #contents .con_listbox ul li a .img{width:468px;height:232px;overflow:hidden;border:1px solid #FFF;}

.style_PC #contents .con_listbox ul li a .img img,
.style_TAB #contents .con_listbox ul li a .img img{height:auto;}

.style_PC #contents .con_listbox ul li a:hover .img,
.style_TAB #contents .con_listbox ul li a:hover .img{border:1px solid #DDD;}

.style_PC #contents .con_listbox ul li a .name,
.style_TAB #contents .con_listbox ul li a .name{margin-top:1em;}

.style_PC #contents .con_listbox ul li a .name .font_en,
.style_TAB #contents .con_listbox ul li a .name .font_en{font-size:1.2em;line-height:0.8em;}

.style_PC #contents .con_listbox ul li a .name .font_w3,
.style_TAB #contents .con_listbox ul li a .name .font_w3{font-size:1.2em;}

@media screen and (max-width :1084px) {
	.style_PC #contents .con_listbox,
	.style_TAB #contents .con_listbox{
		clear:both;
		overflow:hidden;
		width:940px;
		margin:0 auto;
	}
	.style_PC #contents .con_listbox ul li,
	.style_TAB #contents .con_listbox ul li{
		float:left;
		width:450px;
		margin-left:35px;
		margin-bottom:50px;
	}
	.style_PC #contents .con_listbox ul li.no,
	.style_TAB #contents .con_listbox ul li.no{margin-left:0;}

	.style_PC #contents .con_listbox ul li a,
	.style_TAB #contents .con_listbox ul li a{display:block;position:relative;width:450px;}

	.style_PC #contents .con_listbox ul li a .img,
	.style_TAB #contents .con_listbox ul li a .img{width:450px;height:224px;overflow:hidden;border:1px solid #FFF;}

	.style_PC #contents .con_listbox ul li a .img img,
	.style_TAB #contents .con_listbox ul li a .img img{width:100%;height:auto;}
}

.con_news{clear:both;overflow:hidden;}

.style_PC .con_news,
.style_TAB .con_news{
	width:100%;
	min-width:1024px;
	max-width:1280px;
	margin:6em auto 3em auto;
	border-top:1px solid #e4e4e4;
	padding-top:6em;
}

.style_PC .con_news .box_st,
.style_TAB .con_news .box_st{float:left;overflow:hidden;width:20%;margin-top:2em;}

.style_PC .con_news .box_st h3,
.style_TAB .con_news .box_st h3{font-size:1.6em;letter-spacing:0.1em;float:left;line-height:2em;}

.style_PC .con_news .box_st .sub,
.style_TAB .con_news .box_st .sub{font-size:0.5em;}

.style_PC .con_news .box_news_area,
.style_TAB .con_news .box_news_area{float:right;overflow:hidden;width:75%;}

.style_PC .con_news .box_news_area .wrp_st,
.style_TAB .con_news .box_news_area .wrp_st{clear:both;}

.style_PC .con_news .box_news_area h3,
.style_TAB .con_news .box_news_area h3{font-size:1.2em;line-height:0.8em;font-weight:normal;float:left;}

.style_PC .con_news .box_news_area .font_en,
.style_TAB .con_news .box_news_area .font_en{font-size:x-small;color:#999;letter-spacing:0.1em;}


.style_PC .con_news .box_news_area .box_news,
.style_TAB .con_news .box_news_area .box_news{clear:both;overflow:hidden;padding-top:1em;}

.style_PC .con_news .box_news_area .box_news .wrp_news a,
.style_TAB .con_news .box_news_area .box_news .wrp_news a{
	clear:both;
	overflow:hidden;
	display:block;
	background:url(/images/pc/line_dot.png) repeat-x left bottom;
	font-size:0.9em;
	padding-bottom:0.3em;
	margin-bottom:0.3em;
}

.style_PC .con_news .box_news_area .box_news .wrp_news a dl,
.style_TAB .con_news .box_news_area .box_news .wrp_news a dl{float:left;}

.style_PC .con_news .box_news_area .box_news .wrp_news a dl dt,
.style_TAB .con_news .box_news_area .box_news .wrp_news a dl dt{float:left;margin-right:1.5em;}

.style_PC .con_news .box_news_area .box_news .wrp_news a dl dd,
.style_TAB .con_news .box_news_area .box_news .wrp_news a dl dd{float:left;margin-right:1.5em;}

.style_PC .con_news .box_news_area .box_news .wrp_news a h4,
.style_TAB .con_news .box_news_area .box_news .wrp_news a h4{font-weight:normal;float:left;}

@media screen and (max-width :1280px) {
	.style_PC .con_news,
	.style_TAB .con_news{width:92%;min-width:1024px;max-width:1280px;margin:6em auto 0 auto;}
}

@media screen and (max-width :1084px) {
	.style_PC .con_news,
	.style_TAB .con_news{width:940px;min-width:940px;max-width:inherit;margin:6em auto 0 auto;}
}

.style_PC .box_table,.style_TAB .box_table{overflow:hidden;}

.style_PC .box_table .wrp_title,
.style_TAB .box_table .wrp_title{
	clear:both;
	overflow:hidden;
	border-top:2px solid #000;
	border-bottom:1px solid #000;
	padding:0.5em 0 0.5em 0;
}

.style_PC .box_table .wrp_title .title,
.style_TAB .box_table .wrp_title .title{font-weight:normal;}

.style_PC .box_table table,.style_TAB .box_table table{width:100%;}

.style_PC .box_table table thead tr th,
.style_TAB .box_table table thead tr th{
	width:70%;
	font-weight:normal;
	font-size:0.8em;
	padding-top:0.6em;
	padding-bottom:0.6em;
	border-top:2px solid #000;
	border-bottom:1px solid #000;
	font-size:1em;
}

.style_PC .box_table table thead tr td,
.style_TAB .box_table table thead tr td{
	width:30%;
	font-size:0.8em;
	border-bottom:1px solid;
	padding-top:0.6em;
	padding-bottom:0.6em;
	border-top:2px solid #000;
	border-bottom:1px solid #000;
}

.style_PC .box_table table tbody tr th,
.style_TAB .box_table table tbody tr th{
	width:70%;
	text-align:right;
	font-weight:normal;
	font-size:0.8em;
	padding-top:0.6em;
	vertical-align:top;
}

.style_PC .box_table table tbody tr td,
.style_TAB .box_table table tbody tr td{width:30%;font-size:0.8em;border-bottom:1px solid;padding-top:0.6em;}

.style_PC #con_ot_lnk,
.style_TAB #con_ot_lnk{
	clear:both;
	border-top:1px solid #d8d8d8;
	clear:both;
	margin:6em auto 5em auto;
	width:70%;
	min-width:940px;
	max-width:1200px;
	display:none;
}

.style_PC #con_ot_lnk .box_ot_lnk,
.style_TAB #con_ot_lnk .box_ot_lnk{width:980px;margin:0 auto;clear:both;}

.style_PC #con_ot_lnk .box_ot_lnk .wrp_title,
.style_TAB #con_ot_lnk .box_ot_lnk .wrp_title{
	text-align:center;
	border-top:1px solid #000;
	margin-top:-1px;
	width:40%;
	margin:-1px auto 0 auto;
}

.style_PC #con_ot_lnk .box_ot_lnk .wrp_title h3,
.style_TAB #con_ot_lnk .box_ot_lnk .wrp_title h3{font-size:24px;letter-spacing:5px;font-weight:normal;margin-top:30px;}

.style_PC #con_ot_lnk .box_ot_lnk .wrp_title .edwardian_script_itc,
.style_TAB #con_ot_lnk .box_ot_lnk .wrp_title .edwardian_script_itc{font-size:30px;color:#707070;margin-top:10px;}

.style_PC #con_ot_lnk .box_ot_lnk .wrp_list,
.style_TAB #con_ot_lnk .box_ot_lnk .wrp_list{clear:both;overflow:hidden;margin-top:5em;}

.style_PC #con_ot_lnk .box_ot_lnk .wrp_list ul,
.style_TAB #con_ot_lnk .box_ot_lnk .wrp_list ul{clear:both;overflow:hidden;}

.style_PC #con_ot_lnk .box_ot_lnk .wrp_list ul li,
.style_TAB #con_ot_lnk .box_ot_lnk .wrp_list ul li{float:left;width:31%;margin-bottom:2em;margin-left:3.5%;}

.style_PC #con_ot_lnk .box_ot_lnk .wrp_list ul li.no,
.style_TAB #con_ot_lnk .box_ot_lnk .wrp_list ul li.no{margin-left:0;}

.style_PC #con_ot_lnk .box_ot_lnk .wrp_list ul li a,
.style_TAB #con_ot_lnk .box_ot_lnk .wrp_list ul li a{
	display:block;
	clear:both;
	overflow:hidden;
	background-color:#f7f7f7;
	padding:1em 0 1em 0;
}

.style_PC #con_ot_lnk .box_ot_lnk .wrp_list ul li a .img,
.style_TAB #con_ot_lnk .box_ot_lnk .wrp_list ul li a .img{float:left;width:75px;height:75px;}

.style_PC #con_ot_lnk .box_ot_lnk .wrp_list ul li a .text,
.style_TAB #con_ot_lnk .box_ot_lnk .wrp_list ul li a .text{float:left;margin-left:15px;margin-top:20px;}

.style_PC #con_ot_lnk .box_ot_lnk .wrp_list ul li a .text .garamond,
.style_TAB #con_ot_lnk .box_ot_lnk .wrp_list ul li a .text .garamond{font-size:18px;line-height:16px;}
-
.style_PC #con_ot_lnk .box_ot_lnk .wrp_list ul li a .text .font_w3,
.style_TAB #con_ot_lnk .box_ot_lnk .wrp_list ul li a .text .font_w3{font-size:10px;}

@media screen and (max-width :1084px) {
	.style_PC #con_ot_lnk,
	.style_TAB #con_ot_lnk{width:940px;min-width:940px;max-width:inherit;}

	.style_PC #con_ot_lnk .box_ot_lnk,
	.style_TAB #con_ot_lnk .box_ot_lnk{width:940px;}
		.style_PC .con_ot_lnk1 .box_ot_lnk,
	.style_TAB .con_ot_lnk1 .box_ot_lnk{width:940px;}
}

.style_PC #serach_box,
.style_TAB #serach_box{clear:both;overflow:hidden;margin-top:4em;display:none;}

.style_PC #serach_box .con_tel,
.style_TAB #serach_box .con_tel{clear:both;overflow:hidden;max-width:1280px;width:92%;min-width:980px;margin:0 auto 1em auto;}

.style_PC #serach_box .con_tel .box_tel,
.style_TAB #serach_box .con_tel .box_tel{float:left;overflow:hidden;width:55%;}

.style_PC #serach_box .con_tel .box_tel dt,
.style_TAB #serach_box .con_tel .box_tel dt{font-size:0.9em;margin-right:1em;}

.style_PC #serach_box .con_tel .box_tel dd,
.style_TAB #serach_box .con_tel .box_tel dd{font-size:0.9em;float:left;margin-right:1.5em;}

.style_PC #serach_box .con_tel .box_tel dd.free,
.style_TAB #serach_box .con_tel .box_tel dd.free{width:33%;}

.style_PC #serach_box .con_tel .con_temp,
.style_TAB #serach_box .con_tel .con_temp{overflow:hidden;float:right;text-align:right;width:44%;margin-top:2em;}

.style_PC #serach_box .con_tel .con_temp p,
.style_TAB #serach_box .con_tel .con_temp p{font-size:0.9em;}

.style_PC #serach_box .con_tel .con_temp .fzb,
.style_TAB #serach_box .con_tel .con_temp .fzb{font-size:1.6em;}

@media screen and (min-width :1360px) {
	.style_PC #serach_box .con_tel,
	.style_TAB #serach_box .con_tel{
		clear:both;
		overflow:hidden;
		max-width:1280px;
		width:100%;m
		in-width:980px;
		margin:0 auto 1em auto;
	}
	.style_PC #serach_box .con_tel .box_tel,
	.style_TAB #serach_box .con_tel .box_tel{float:left;overflow:hidden;width:55%;}

	.style_PC #serach_box .con_tel .box_tel dd.free,
	.style_TAB #serach_box .con_tel .box_tel dd.free{width:27%;}
}

@media screen and (max-width :1084px) {
	.style_PC #serach_box .con_tel,
	.style_TAB #serach_box .con_tel{
		clear:both;
		overflow:hidden;
		max-width:1280px;
		width:944px;
		min-width:0;
		margin:0 auto 1em auto;
	}
	.style_PC #serach_box .con_tel .con_temp,
	.style_TAB #serach_box .con_tel .con_temp{overflow:hidden;float:right;text-align:right;width:44%;margin-top:1.5em;}

	.style_PC #serach_box .con_tel .box_tel,.style_TAB #serach_box .con_tel .box_tel{float:left;overflow:hidden;width:55%;}

	.style_PC #serach_box .con_tel .box_tel dd.free,.style_TAB #serach_box .con_tel .box_tel dd.free{width:35%;}
}

.style_PC .con_search,
.style_TAB .con_search{
	clear:both;
	overflow:hidden;
	border-top:1px solid #e4e4e4;
	padding-top:1px;
	background:url(/images/pc/footer/shadow_search.png) no-repeat center bottom;
	padding-bottom:15px;
	max-width:1280px;
	width:92%;
	min-width:980px;
	margin:0 auto;
}

@media screen and (min-width :1360px) {
	.style_PC .con_search,
	.style_TAB .con_search{
		clear:both;
		overflow:hidden;
		border-top:1px solid #e4e4e4;
		padding-top:1px;
		background:url(/images/pc/footer/shadow_search.png) no-repeat center bottom;
		padding-bottom:15px;
		max-width:1280px;
		width:100%;
		min-width:980px;
		margin:0 auto;
		}
}

@media screen and (max-width :1084px) {
	.style_PC .con_search,
	.style_TAB .con_search{
		clear:both;
		overflow:hidden;
		border-top:1px solid #e4e4e4;
		padding-top:1px;
		background:url(/images/pc/footer/shadow_search.png) no-repeat center bottom;
		padding-bottom:15px;
		width:944px;
		min-width:0;
		margin:0 auto;
		}
}

.style_PC .con_search .box_search,
.style_TAB .con_search .box_search{clear:both;overflow:hidden;background-color:#EEE;padding:1%;}

.style_PC .con_search .box_search .wrp_address,
.style_TAB .con_search .box_search .wrp_address{background-color:#f8f8f8;float:left;width:25%;padding:2%;}

.style_PC .con_search .box_search .wrp_address h4,
.style_TAB .con_search .box_search .wrp_address h4{margin-bottom:0.3em;}

.style_PC .con_search .box_search .wrp_address p,
.style_TAB .con_search .box_search .wrp_address p{font-size:0.8em;line-height:1.4em;color:#666;}

.style_PC .con_search .box_search .wrp_search,
.style_TAB .con_search .box_search .wrp_search{background-color:#FFF;float:right;width:66%;padding:2%;}

.style_PC .con_search .box_search .wrp_search .title_area,
.style_TAB .con_search .box_search .wrp_search .title_area{float:left;width:20%;}

.style_PC .con_search .box_search .wrp_search .title_area h4,
.style_TAB .con_search .box_search .wrp_search .title_area h4{letter-spacing:0.1em;float:left;margin-right:0.5em;}

.style_PC .con_search .box_search .wrp_search .title_area .font_en,
.style_TAB .con_search .box_search .wrp_search .title_area .font_en{font-size:x-small;color:#999;float:left;}

.style_PC .con_search .box_search .wrp_search .search_area,
.style_TAB .con_search .box_search .wrp_search .search_area{float:right;width:73%;font-size:11px;}

.style_PC .con_search .box_search .wrp_search .search_area .check_box,
.style_TAB .con_search .box_search .wrp_search .search_area .check_box{clear:both;overflow:hidden;margin-bottom:1em;}

.style_PC .con_search .box_search .wrp_search .search_area #checkinn,
.style_TAB .con_search .box_search .wrp_search .search_area #checkinn{
	width:40%;
	background-color:#bfd3be;
	line-height:22px;
	padding:1% 2% 1% 2%;
	clear:both;
	overflow:hidden;
	position:relative;
	float:left;
}

.style_PC .con_search .box_search .wrp_search .search_area #checkinn dt,
.style_TAB .con_search .box_search .wrp_search .search_area #checkinn dt{float:left;width:46%;}

.style_PC .con_search .box_search .wrp_search .search_area #checkinn dd,
.style_TAB .con_search .box_search .wrp_search .search_area #checkinn dd{float:right;width:50%;}

.style_PC .con_search .box_search .wrp_search .search_area #checkinn dd a,
.style_TAB .con_search .box_search .wrp_search .search_area #checkinn dd a{
	display:block;
	background:url(/restaurant/images/pc/icon_cl.png) no-repeat right center;
	background-color:#FFF;
	color:#000;
	padding:0 4% 0 4%;
	cursor:pointer;
	height:22px;
}

.style_PC .con_search .box_search .wrp_search .search_area .box_arrive #arrive,
.style_TAB .con_search .box_search .wrp_search .search_area .box_arrive #arrive{
	background:none;
	position:absolute;
	z-index:50;
	top:5px;
	right:0;
	border:0;
	height:22px;
	width:48%;
	font-size:12px;
}

.style_PC .con_search .box_search .wrp_search .search_area .box_nights,
.style_TAB .con_search .box_search .wrp_search .search_area .box_nights{
	float:left;
	width:7%;
	line-height:14px;
	margin-left:2%;
}

.style_PC .con_search .box_search .wrp_search .search_area .box_adults,
.style_TAB .con_search .box_search .wrp_search .search_area .box_adults{
	float:left;
	width:7%;
	line-height:14px;
	margin-left:2%;
}

.style_PC .con_search .box_search .wrp_search .search_area .box_child,
.style_TAB .con_search .box_search .wrp_search .search_area .box_child{
	float:left;
	width:7%;
	line-height:14px;
	margin-left:2%;
}

.style_PC .con_search .box_search .wrp_search .search_area #box_buttons,
.style_TAB .con_search .box_search .wrp_search .search_area #box_buttons{float:left;width:20%;margin-left:3%;margin-top:5px;}

.style_PC .con_search .box_search .wrp_search .search_area #box_button_ch,
.style_TAB .con_search .box_search .wrp_search .search_area #box_button_ch{float:left;width:20%;margin-left:2%;margin-top:12px;}

.style_PC .con_search .box_search .wrp_search .search_area .con_code,
.style_TAB .con_search .box_search .wrp_search .search_area .con_code{overflow:hidden;padding-top:5px;float:left;width:72%;}

.style_PC .con_search .box_search .wrp_search .search_area .con_code dl.box_group,
.style_TAB .con_search .box_search .wrp_search .search_area .con_code dl.box_group{float:left;width:22%;}

.style_PC .con_search .box_search .wrp_search .search_area .con_code dl.box_promo,
.style_TAB .con_search .box_search .wrp_search .search_area .con_code dl.box_promo{
	float:left;
	width:45%;
	margin-left:3%;
	margin-right:2%;
}

.style_PC .con_search .box_search .wrp_search .search_area .con_code dl.box_late,
.style_TAB .con_search .box_search .wrp_search .search_area .con_code dl.box_late{float:left;width:25%;}

.style_PC .con_search .box_search .wrp_search .search_area .con_code dl.box_late,
.style_TAB .con_search .box_search .wrp_search .search_area .con_code dl.box_late{margin-left:5px;}

.style_PC .con_search .box_search .wrp_search .search_area .con_code dl dt,
.style_TAB .con_search .box_search .wrp_search .search_area .con_code dl dt{font-size:9px;line-height:20px;}

.style_PC .con_search .box_search .wrp_search .search_area .con_code dl dd input,
.style_TAB .con_search .box_search .wrp_search .search_area .con_code dl dd input{width:100%;}

@media screen and (max-width :1259px) {
	.style_PC .con_search .box_search .wrp_search .title_area,
	.style_TAB .con_search .box_search .wrp_search .title_area{float:none;width:auto;overflow:hidden;}

	.style_PC .con_search .box_search .wrp_search .search_area,
	.style_TAB .con_search .box_search .wrp_search .search_area{
		float:none;
		width:100%;
		font-size:11px;
		letter-spacing:0.05em;
		margin-top:10px;
	}
}

.style_PC #footer,
.style_TAB #footer{clear:both;overflow:hidden;width:100%;min-width:980px;position:relative;z-index:10;}

.style_PC #bt_pagetop{position:fixed;bottom:27px;right:27px;display:none;z-index:1000;}
.style_TAB #bt_pagetop{position:fixed;bottom:27px;right:27px;display:none;z-index:1000;}

.style_PC #con_footer,
.style_TAB #con_footer{clear:both;overflow:hidden;margin-top:0em;}

.style_PC #footer .layout_footer,
.style_TAB #footer .layout_footer{
	clear:both;
	overflow:hidden;
	width:100%;
	min-width:980px;
/*	background:url(/images/pc/footer/bg_footer.png) repeat-x center top;
	background-color:#dbdbdb;
	padding-top:88px;
	margin-top:2em;*/
}

.style_PC #footer .layout_footer .box_footer,
.style_TAB #footer .layout_footer .box_footer{
	clear:both;
	overflow:hidden;
	width:100%;
	min-width:980px;
	max-width:1280px;
	margin:0 auto;
	text-align:center;
	padding-top:3em;
	padding-bottom:3em;
}

.style_PC #footer .layout_footer .box_footer .wrp_sitemap,
.style_TAB #footer .layout_footer .box_footer .wrp_sitemap{clear:both;overflow:hidden;margin-bottom:1em;}

.style_PC #footer .layout_footer .box_footer .wrp_sitemap a,
.style_TAB #footer .layout_footer .box_footer .wrp_sitemap a{cursor:pointer;}

.style_PC #footer .layout_footer .box_footer .wrp_logo,
.style_TAB #footer .layout_footer .box_footer .wrp_logo{clear:both;overflow:hidden;width:424px;margin:0 auto 1.5em auto;}

.style_PC #footer .layout_footer .box_footer .wrp_logo ul,
.style_TAB #footer .layout_footer .box_footer .wrp_logo ul{clear:both;overflow:hidden;}

.style_PC #footer .layout_footer .box_footer .wrp_logo ul li,
.style_TAB #footer .layout_footer .box_footer .wrp_logo ul li{padding-left:30px;float:left;}

.style_PC #footer .layout_footer .box_footer .wrp_logo ul li:first-child,
.style_TAB #footer .layout_footer .box_footer .wrp_logo ul li:first-child{padding-left:0;}

.style_PC #footer .layout_footer .box_footer .wrp_logo ul li img,
.style_TAB #footer .layout_footer .box_footer .wrp_logo ul li img{vertical-align:middle;}

.style_PC #footer .layout_footer .box_footer .wrp_logo ul li.mem a,
.style_TAB #footer .layout_footer .box_footer .wrp_logo ul li.mem a{
	display:block;
	width:166px;
	height:28px;
	background:url(/images/pc/footer/txt_mem.png) no-repeat left center;
	font-size:13px;
	text-align:center;
	padding-top:7px;
	padding-left:20px;
}

.style_PC #footer .layout_footer .box_footer .wrp_subnav,
.style_TAB #footer .layout_footer .box_footer .wrp_subnav{clear:both;overflow:hidden;margin-bottom:2em;font-size:10px;}

.style_PC #footer .layout_footer .box_footer .wrp_subnav ul li,
.style_TAB #footer .layout_footer .box_footer .wrp_subnav ul li{display:inline;padding-left:1.5em;}

.style_PC #footer .layout_footer .box_footer .wrp_subnav ul li.text,
.style_TAB #footer .layout_footer .box_footer .wrp_subnav ul li.text{}.style_PC #footer .layout_footer .box_footer .wrp_subnav ul li a,
.style_TAB #footer .layout_footer .box_footer .wrp_subnav ul li a{}.style_PC #footer .layout_footer .box_footer .wrp_subnav ul li.fb,
.style_TAB #footer .layout_footer .box_footer .wrp_subnav ul li.fb{margin-left:2em;}

.style_PC #footer .layout_footer .box_footer .wrp_subnav ul li.sns,
.style_TAB #footer .layout_footer .box_footer .wrp_subnav ul li.sns{padding-left:1em;}

.style_PC #footer .layout_footer .box_footer .wrp_subnav ul li img,
.style_TAB #footer .layout_footer .box_footer .wrp_subnav ul li img{vertical-align:middle;}

.style_PC #footer .layout_footer .box_footer .copyright,
.style_TAB #footer .layout_footer .box_footer .copyright{font-size:x-small;}

.style_PC #footer .layout_footer .box_footer #con_sitemap,
.style_TAB #footer .layout_footer .box_footer #con_sitemap{
	text-align:left;
	clear:both;
	overflow:hidden;
	margin-top:3em;
	margin-bottom:4em;
	display:none;
}

.style_PC #footer .layout_footer .box_footer #con_sitemap .box_con_sitemap,
.style_TAB #footer .layout_footer .box_footer #con_sitemap .box_con_sitemap{
	float:left;
	width:18.5%;
	border-left:1px solid #f4f3f0;
	border-right:1px solid #cecece;
	padding:0 3% 0 3%;
	font-size:small;
}

.style_PC #footer .layout_footer .box_footer #con_sitemap .box_con_sitemap:first-child,
.style_TAB #footer .layout_footer .box_footer #con_sitemap .box_con_sitemap:first-child{
	float:left;
	width:18.5%;
	border-left:0;
	border-right:1px solid #cecece;
	padding:0 3% 0 3%;
	font-size:small;
}

.style_PC #footer .layout_footer .box_footer #con_sitemap .box_con_sitemap:last-child,
.style_TAB #footer .layout_footer .box_footer #con_sitemap .box_con_sitemap:last-child{
	float:left;
	width:18.5%;
	border-left:1px solid #f4f3f0;
	border-right:0;
	padding:0 3% 0 3%;
	font-size:small;
}

.style_PC #footer .layout_footer .box_footer #con_sitemap .box_con_sitemap ul,
.style_TAB #footer .layout_footer .box_footer #con_sitemap .box_con_sitemap ul{margin-top:2em;}

.style_PC #footer .layout_footer .box_footer #con_sitemap .box_con_sitemap ul:first-child,
.style_TAB #footer .layout_footer .box_footer #con_sitemap .box_con_sitemap ul:first-child{margin-top:0;}

.style_PC #footer .layout_footer .box_footer #con_sitemap .box_con_sitemap ul li.st a,
.style_TAB #footer .layout_footer .box_footer #con_sitemap .box_con_sitemap ul li.st a{font-weight:bold;background:none;padding-left:0;}

.style_PC #footer .layout_footer .box_footer #con_sitemap .box_con_sitemap ul li a,
.style_TAB #footer .layout_footer .box_footer #con_sitemap .box_con_sitemap ul li a{
	font-size:0.8em;
	background:url(/images/pc/nav/icon_subarrow.png) no-repeat left center;
	padding-left:0.8em;
}

.style_PC #side_menu,.style_TAB #side_menu{clear:both;overflow:hidden;position:fixed;right:0;top:93px;z-index:1200; }

.style_PC #side_menu .con_bt,.style_TAB #side_menu .con_bt{width:95px;height:90px;z-index:10;float:right;position:relative;top:0;left:0;}

.style_PC #side_menu .con_bt a,
.style_TAB #side_menu .con_bt a{
	display:block;

	width:100px;
	height:58px;
	text-align:center;
	cursor:pointer;
	padding-top:32px;
}

.style_PC #side_menu .con_bt a .icon,.style_TAB #side_menu .con_bt a .icon{width:36px;height:17px;margin:0 auto;}

.style_PC #side_menu .con_bt a .menu,.style_TAB #side_menu .con_bt a .menu{font-size:12px;margin-top:2px;}

.style_PC #side_menu .con_menu,
.style_TAB #side_menu .con_menu{
	clear:both;
	overflow:hidden;
	background-color:#FFF;
	padding-top:20px;
	z-index:0;
	text-align:right;
	padding-right:28px;
	padding-bottom:2em;
	display:none;
	position:relative;
	top:-120px;
	left:0;
	padding-top:130px;
}

.style_PC #side_menu .con_menu .st,
.style_TAB #side_menu .con_menu .st{clear:both;overflow:hidden;}

.style_PC #side_menu .con_menu .st .font_en,
.style_TAB #side_menu .con_menu .st .font_en{font-size:18px;color:#2c2c2c;}

.style_PC #side_menu .con_menu .st .jp,
.style_TAB #side_menu .con_menu .st .jp{
	font-size:10px;
	border-bottom:1px solid #2c2c2c;
	float:right;
	padding-left:2em;
	padding-bottom:2em;
	color:#2c2c2c;
}

.style_PC #side_menu .con_menu .box_list,
.style_TAB #side_menu .con_menu .box_list{clear:both;overflow:hidden;padding-left:2em;margin-top:1em;}

.style_PC #side_menu .con_menu .box_list ul,
.style_TAB #side_menu .con_menu .box_list ul{}.style_PC #side_menu .con_menu .box_list ul li,
.style_TAB #side_menu .con_menu .box_list ul li{}.style_PC #side_menu .con_menu .box_list ul li a,
.style_TAB #side_menu .con_menu .box_list ul li a{font-size:10px;line-height:16px;}

@media screen and (max-width :768px) {
	.style_PC #side_menu,
	.style_TAB #side_menu{display:none;}
}

#contents .con_form  table{width:100%;font-size:14px;}

#contents .con_form  table th{
	font-weight:normal;
/*	background-color:#ebebeb;*/
/*	border-bottom:1px solid #FFF;*/
	width:35%;
	padding:2em;
	text-align:left;
}

#contents .con_form  table td{
	font-weight:normal;
/*	background-color:#f5f5f5;*/
	width:65%;padding:2em;
	border-bottom:1px solid #FFF;
	text-align:left;
}



@media screen and (max-width :768px) {

#contents .con_form  table{width:100%;font-size:14px;}
#contents .con_form  table th{
	font-weight:normal;
	padding:5px 0 10px 0;
	width:100%;
	display:block;
}

#contents .con_form  table td{
	font-weight:normal;
/*	background-color:#f5f5f5;*/
	padding:0 0 20px 0;
	border-bottom:1px solid #FFF;
	width:100%;
	display:block;
}
}
#contents .con_form  table td a img{vertical-align:middle;}

#contents .con_form  table td .fl{float:left;margin-bottom:1em;}

#contents .con_form  table td .fl_s{float:left;margin-bottom:1em;width:30%;}

#contents .con_form  table th.tr_news{border-bottom:20px solid #FFF;}

#contents .con_form  table td.tr_news{border-bottom:20px solid #FFF;}

#contents .con_form  table th.tr_pri{border-top:20px solid #FFF;}

#contents .con_form  table td.tr_pri{border-top:20px solid #FFF;}

#contents .con_form  .sel_l{width:100%;}

#contents .con_form  .txt_l{width:97%;}

#contents .con_form  .txt_m{width:65%;}

#contents .con_form  .txt_s{width:50%;}

#contents .con_form  .btnarea{width:350px;margin:0 auto;}

#contents .con_form  .btnarea input{
	width:350px;
	height:7em;
	background:url(/images/pc/nav/icon_subarrow.png) no-repeat 35% center;
	padding-left:15px;
	background-color:#393939;
	cursor:pointer;
	font-size:14px;
	color:#fff;

}

#contents .con_form  .btn_w{width:660px;margin:0 auto;clear:both;overflow:hidden;}

#contents .con_form  .btn_w input{
	width:320px;
	height:8em;
	background:url(/images/pc/nav/icon_subarrow.png) no-repeat 35% center;
	padding-left:15px;
	background-color:#f7f7f7;
	cursor:pointer;
	border:1px solid #f7f7f7;
	font-size:14px;
	float:left;
	margin-left:20px;
	color:#242424;
}

#contents .con_form  .btn_w input:first-child{
	width:320px;
	height:8em;
	background:url(/images/pc/nav/icon_subarrow.png) no-repeat 35% center;
	padding-left:15px;
	background-color:#f7f7f7;
	cursor:pointer;
	border:1px solid #f7f7f7;
	font-size:14px;
	float:left;
	margin-left:0;
	color:#242424;
}

#contents .con_form  select{
	outline:none;
	padding:0.5em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
		font-weight:100;
}

#contents .con_form  input{
		font-weight:100;
	padding:0.5em;
	color:#242424;

	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
}
#contents .con_form  input[type=checkbox]{
	font-weight:100;
}

#contents .con_form  input.active{color:#242424;}

#contents .con_form  textarea{
	padding:0.5em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
	/*width:97%;*/
	height:13em;
	line-height:1.8em;
	color:#242424;
}

#contents .con_form .l_h  textarea{
	padding:0.5em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
	/*width:97%;*/
	height:8em;
	line-height:1.8em;
	color:#242424;
}

@media screen and (max-width :850px) {
#contents .con_form  select{
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
}

#contents .con_form  input{
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
}

#contents .con_form  input.active{color:#242424;}

#contents .con_form  textarea{
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
}

}



#contents .con_form  textarea.active{color:#242424;}

#contents .con_form .txt_required{color:#d12020;}

#contents .con_form .box_privacy{height:20em;overflow:auto;background-color:#FFF;padding:1em;margin-bottom:2em;}

#contents .con_form .box_privacy .wrp_privacy h5{margin-bottom:0.5em;font-size:0.9em;}

#contents .con_form .box_privacy .wrp_privacy p{margin-bottom:1em;font-size:0.9em;}

#contents .con_form .box_privacy .wrp_privacy .address{font-size:0.8em;line-height:1.6em;text-align:right;margin-top:1em;}

.style_SP #contents .con_form{clear:both;width:90%;margin:4em auto 0 auto;border-top:1px solid #d8d8d8;}

.style_SP .con_form {clear:both;text-align:center;}

.style_SP .con_form  .wrp_title_sp{text-align:center;border-top:1px solid #000;display:inline-block;margin-top:-1px;}

.style_SP .con_form  .wrp_title_sp h3{font-size:1.6em;font-weight:normal;margin-right:0.2em;margin-top:1em;}

.style_SP .con_form  .wrp_title_sp .edwardian_script_itc{font-size:1.4em;font-weight:normal;margin-top:0.5em;}

.style_SP .con_form  .hissu{text-align:left;margin-top:1.5em;}

.style_SP #contents .con_form  table{margin-bottom:2em;font-size:0.8em;}

.style_SP #contents .con_form  .btnarea{width:100%;margin:0 auto 1em auto;clear:both;overflow:hidden;}

.style_SP #contents .con_form  .btnarea input{
	width:100%;
	height:6em;
	background:url(/images/pc/nav/icon_subarrow.png) no-repeat 35% center;
	padding-left:0;
	background-color:#393939;
	cursor:pointer;
	border:1px solid #393939;
	font-size:12px;
	color:#fff;
}
.style_SP #contents .con_form  .btn_w input{
	width:45%;
	height:5em;
	background:url(/images/pc/nav/icon_subarrow.png) no-repeat 20% center;
	padding-left:0;
	background-color:#f7f7f7;
	cursor:pointer;border:1px solid #f7f7f7;
	font-size:12px;
	float:left;
	margin-left:5%;
	color:#242424;
}

.style_PC #contents .con_form,
.style_TAB #contents .con_form{
	clear:both;
	clear:both;
	margin:5em auto 5em auto;
	width:100%;
	max-width:1280px;
}

.style_PC #contents .con_form ,
.style_TAB #contents .con_form {width:860px;margin:0 auto;clear:both;}

.style_PC #contents .con_form  .wrp_title,
.style_TAB #contents .con_form  .wrp_title{
	text-align:center;
	border-top:1px solid #000;
	margin-top:-1px;
	width:40%;
	margin:-1px auto 3em auto;
}
.wrp_title{
	text-align:center;
	border-top:1px solid #000;
	margin-top:-1px;
	width:40%;
	margin:-1px auto 3em auto;
}
@media screen and (max-width :850px) {
.wrp_title{
	display:none;
}
}
.wrp_title h3{font-size:24px;letter-spacing:5px;font-weight:normal;margin-top:30px;}

 .wrp_title .edwardian_script_itc{font-size:30px;color:#707070;margin-top:10px;}

.style_PC #contents .con_form  .wrp_title h3,
.style_TAB #contents .con_form  .wrp_title h3{font-size:24px;letter-spacing:5px;font-weight:normal;margin-top:30px;}

.style_PC #contents .con_form  .wrp_title .edwardian_script_itc,
.style_TAB #contents .con_form  .wrp_title .edwardian_script_itc{font-size:30px;color:#707070;margin-top:10px;}

.style_PC #contents .con_form  .hissu,
.style_TAB #contents .con_form  .hissu{padding-left:1em;margin-bottom:1em;}

.style_PC #contents .con_form  input[type=text]:focus,
.style_TAB #contents .con_form  input[type=text]:focus,
.style_PC #contents .con_form  textarea:focus,
.style_TAB #contents .con_form  textarea:focus,
.style_PC #contents .con_form  select:focus,
.style_TAB #contents .con_form  select:focus{border:2px solid #008baf;}

.style_PC #contents .con_form  input[type=text],select,
.style_TAB #contents .con_form  input[type=text],select,
.style_PC #contents .con_form  textarea,select,
.style_TAB #contents .con_form  textarea,select,
.style_PC #contents .con_form  select,select,
.style_TAB #contents .con_form  select,select{outline:none;}

.style_PC #contents .con_form  input[type=text]::selection,
.style_TAB #contents .con_form  input[type=text]::selection,
.style_PC #contents .con_form  textarea::selection,
.style_TAB #contents .con_form  textarea::selection,
.style_PC #contents .con_form  select::selection,
.style_TAB #contents .con_form  select::selection{background:#008baf}

@media screen and (max-width :1084px) {
	.style_PC #contents .con_form,
	.style_TAB #contents .con_form{width:940px;min-width:940px;max-width:inherit;}

	.style_PC #contents .con_form .box_otr,
	.style_TAB #contents .con_form .box_otr{width:940px;}
}

.style_PC #photo_layout_floor,
.style_TAB #photo_layout_floor{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(/images/pc/bg_box.png) repeat left top;
	z-index:1000;
	display:none;
}

.style_PC #photo_layout_floor .con_photo,
.style_TAB #photo_layout_floor .con_photo{position:relative;width:100%;height:100%;}

.style_PC #photo_layout_floor .con_photo #loader,
.style_TAB #photo_layout_floor .con_photo #loader{position:absolute;left:50%;top:50%;margin-top:-12px;margin-left:-12px;}

.style_PC #photo_layout_floor .con_photo .box_photo,
.style_TAB #photo_layout_floor .con_photo .box_photo{position:absolute;top:50%;left:50%;margin-top:0;margin-left:0;}

.style_PC #photo_layout_floor .con_photo .box_photo .cap,
.style_TAB #photo_layout_floor .con_photo .box_photo .cap{font-size:11px;line-height:18px;margin-top:5px;}

.style_PC #photo_layout_floor .con_photo #bt_close,
.style_TAB #photo_layout_floor .con_photo #bt_close{
	display:block;
	width:70px;
	height:70px;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transition:0s;
	-moz-transition:0s;
	-o-transition:0s;
	-ms-transition:0s;
	transition:0s;
}


/*---------�ǉ���-------------*/

.style_PC #contents .con_gmap,
 .style_TAB #contents .con_gmap {
    clear: both;
    overflow: hidden;
    width: 100%;
    min-width: 980px;
    margin-top: 30px;
}

.style_PC #contents .con_gmap #gmap,
.style_TAB #contents .con_gmap #gmap {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 600px;
}

h3{
	font-size: 1.1em;

}


/* --------------------------------------------------
    Margin
-------------------------------------------------- */
.mgb10{margin-bottom:10px;}

.mgb20{margin-bottom:20px;}

.mgb30{margin-bottom:30px;}
.mgt5{margin-top:5px;}

.mgt10{margin-top:10px;}

.mgt20{margin-top:20px;}

.mgt25{margin-top:25px;}

.mgt30{margin-top:30px;}

.mgt40{margin-top:40px;}

.mgr135{margin-right:135px;}

.mgr20{margin-right:20px;}

.mgr15{margin-right:15px;}

.mgl15{margin-left:15px;}

.mgl20{margin-left:20px;}

.mgr5{margin-right:5px;}

.mgr10{margin-right:10px;}

.mgl10{margin-left:10px;}

.mgl50{margin-left:50px;}

.mgr50{margin-right:50px;}

.center{
    margin:0 auto;
}
.mgt_c{
	margin-top:30px;
}
@media screen and (max-width :768px) {
.mgt_c{
	margin-top:0px;
}
}

.lh2{
	line-height: 3;
}

.modSection1 {
    margin-bottom: 35px;
}

.modHeadline {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 5px 5px 5px 12px;
}

.modPrg1 {
    margin-bottom: 0.9em;
    line-height: 1.75;
}
.instagram img.img-responsive {
width:100%;
}
.style_PC #contents .con_map,
.style_TAB #contents .con_map{display:none;}

.style_PC #contents .st_sp,
.style_TAB #contents .st_sp{display:none;}


.style_PC #contents #access #title,.style_TAB #contents #access #title{position:static;}

.style_PC #contents .con_gmap,
.style_TAB #contents .con_gmap{clear:both;overflow:hidden;width:100%;min-width:980px;margin-top:30px;}

.style_PC #contents .con_gmap #gmap,
.style_TAB #contents .con_gmap #gmap{clear:both;overflow:hidden;width:100%;height:600px;}

.style_PC #contents .con_about,
.style_TAB #contents .con_about{clear:both;overflow:hidden;width:92%;max-width:980px;margin:10px auto 0 auto;}


.img-responsive{
	transition: 1.5s ;

}
a img:hover{
	opacity:0.6;
	transition: 1.5s ;
}

.con_rn{
	font-size:11px;
	}
}
.style_PC .con_ot_lnk1, .style_TAB .con_ot_lnk1 {
    width: 940px;
    min-width: 940px;
    max-width: inherit;
}

.tab{overflow:hidden;
}

.tab div{
	text-align:center;
	border:1px solid #CCC9CC;
	padding:10px 0;
	background:#fff;
	float:left;
	font-size: 19px;;

	/*text-decoration:underline;*/
}
@media screen and (max-width :750px) {
.tab div{
padding:5px;
	font-size:10px;

	/*text-decoration:underline;*/
}
}
.tab_m{
	margin:0px
}
.tab div.select{
	background:#434343;
	text-decoration:none;
	color:#fff;
}
.tab div:hover{
		text-decoration:none;

}
.relative{
	position:relative;
}

.center{
	text-align:center;
	font-size:14px;
}
.onimg{
	position: absolute;
	left: 25%;
	top: 50%;
	color:#fff;
	font-size:26px;
	font-weight:700;
}

.lookimg{
	font-size:15px;
	font-weight:600;
	text-align:right;
	padding-top:0.5%;
}
.animation {

}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.box_table2{
border-top:2px solid rgb(228, 228, 228);
width:100%;

}
.box_table2 th{
border-bottom:1px solid rgb(228, 228, 228);
padding:5px 5px 5px 10px;
text-align:right;

}
.box_table2 td{
border-bottom:1px solid rgb(228, 228, 228);
padding:5px;

}

.box_table3{
font-weight:100;
border-top:2px solid rgb(228, 228, 228);
width:100%;

}
.box_table3 th{
font-weight:100;
border-bottom:1px solid rgb(228, 228, 228);
padding:5px 5px 5px 10px;
width:20%;
text-align:right;

}
.box_table3 td{
border-bottom:1px solid rgb(228, 228, 228);
padding:5px;
text-align:left;

}
.box_table4{
border-top:1px solid rgb(228, 228, 228);
width:100%;
margin-top:5px;

}
.box_table4 th{
color:#978152;
border-bottom:1px solid rgb(228, 228, 228);
padding:5px 5px 5px 0;
width:40%;
text-align:left;

}
.box_table4 td{
border-bottom:1px solid rgb(228, 228, 228);

padding:5px;
text-align:left;

}


.box_table5{
border-top:2px solid rgb(36, 36, 36);
width:100%;
margin-top:5px;

}
.box_table5 th{
border-bottom:1px solid rgb(36, 36, 36);
padding:5px 5px 5px 0;
width:25%;
text-align:left;

}
.box_table5 td{
border-bottom:1px solid rgb(36, 36, 36);
padding:5px;
text-align:left;

}
.box_table6{

width:100%;
text-align:right;


}
.box_table6 .bt{
border-bottom:2px solid rgb(228, 228, 228);

}
.box_table6 th{
font-weight:100;
border-bottom:2px solid rgb(228, 228, 228);
padding:5px;
width:33.3333%;

}
.box_table6 td{
border-bottom:1px solid rgb(228, 228, 228);
padding:5px;

}

 .box_table7{

width:90%;
font-size:12px;
font-weight:100;
border-top:1px solid rgb(228, 228, 228);
margin:0 auto;
letter-spacing:1px;



}
.box_table7 th{
color:#978152;
font-weight:100;
border-bottom:1px solid rgb(228, 228, 228);
border-right:#000;
padding:15px 5px;
width:15%;
text-align:left;

}

.box_table7 td{
width:85%;
border-bottom:1px solid rgb(228, 228, 228);
padding:15px 5px;
text-align:left;


}
@media screen and (max-width :768px) {
	.box_table3{
	border-top:2px solid rgb(228, 228, 228);
	width:100%;

	}
	.box_table3 th{
	border-bottom:1px solid rgb(228, 228, 228);
	padding:5px 2px 5px 2px;
	width:30%;
	text-align:right;



	}
	.box_table3 td{
	border-bottom:1px solid rgb(228, 228, 228);
	padding:5px;
	text-align:left;


	}
	.box_table4{
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;

	}
	.box_table4 th{
	font-size:12px;

	}
	.box_table4 td{
	font-size:12px;
	padding:10px;

	}
	.box_table5{
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;

	}
	.box_table5 th{
	font-size:12px;

	}
	.box_table5 td{
	font-size:12px;
	padding:10px;

	}
	.box_table7{
	font-weight:100;
	border-top:2px solid rgb(228, 228, 228);
	width:100%;

	}
	.box_table7 th{
	font-weight:100;
	border-bottom:1px solid rgb(228, 228, 228);
	padding:10px 5px;

	width:15%;
	text-align:left;

	}
	.box_table7 td{
	border-bottom:1px solid rgb(228, 228, 228);

	padding:10px 5px;

	text-align:left;

	}
}

.money{
	font-size:15px;
	color:#CC0000;
}
.floor{
	color:#34B4C7;
	background:#F0FCFE 100%;
	font-size:14px;
	font-weight:700;
}
.other{
	background:#F0F0F0
}
.btn_gray{
	line-height:50px;
	font-size:20px;

}
.bar2{
	font-size:0.9em;
	border-bottom:1px solid rgb(228, 228, 228);
	padding:10px 0;
	width:100%;
	margin:5px 0;
}

@media screen and (max-width :768px) {
	.bar2{
		font-size:12px;
		padding:10px 0;
		width:100%;
		margin:5px 0;
		font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;font-weight:normal;
		 letter-space:2px;
		line-height:1.7;

	}
}

.titlebar{
	border-bottom: 1px solid  #dbdbdb;
	font-size:22px;
	padding:10px;
	font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;font-weight:normal;


}



.font_w2{
	letter-spacing:2.5;
	font-size:20px;
	line-height:1.5;
	font-weight:400;

}
.font_w4{
	letter-spacing:2.5;
	font-size:20px;
	line-height:1.5;
	font-weight:400;

}
.font_w2_1{
	font-size:20px;
	line-height:1.5;

}
@media screen and (max-width :768px) {
.font_w2{
	text-align:left;
	font-size:1.4em;
	font-weight:200;


}
.font_w2_1{
	text-align:center;
	font-size:1.6em;
	font-weight:200;


}
.font_w4{
	text-align:center;
	font-size:1.4em;
	font-weight:100;


}
.borderbox{
	width:10px;
	text-align:center;
	border-bottom:1px solid #000;
}
}

/* 追加 */
.font_g2{
	font-size:13px;
	font-weight:500;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	color:#242424;
	margin:13px 0 4px 0;
	white-space: nowrap;
	line-height: 1.5;

	}


.font_en28{
	font-family:"Times New Roman",Times,Garamond,Georgia,serif;
	letter-spacing:0.03em;
	font-weight:normal;
	font-style:normal;
	font-size:28px;
	}


.min2{
	font-size: 0.7em;
}



/* 北港bbqぺージ */
#contents .btn_green span {
	border: 2px solid #4ec4d3;
	border-radius: 10px;
	font-weight: bold;
	color: #000;
	padding: 5px 15px;
	font-size: 17px;
	}
#contents .price_hokko {
    font-size: 18px;
    text-align: center;
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #003366;
    border-radius: 8px;

}
#contents .price_hokko strong {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #003366;
    font-weight: bold;
    white-space: nowrap;
}
#contents .price_hokko span {
    font-weight: bold;
    font-size:21px;
    color: #000;
}
.ribbon15-wrapper {
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 0;
    box-sizing: border-box;
}
.ribbon15 {
    display: inline-block;
    position: absolute;
    top: -6px;
    right: 10px;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
    width: 40px;
    text-align: center;
    color: white;
    font-size: 20px;
    background: linear-gradient(#ff785b 0%, #e95738 100%);
    border-radius: 2px 0 0 0;
}

.ribbon15::before {
    position: absolute;
    content: '';
    top: 0;
    right: -6px;
    border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: solid 6px #cf4a2d;
    border-right: solid 6px transparent;
}

.ribbon15::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 20px solid #e95738;
    border-right: 20px solid #e95738;
    border-bottom: 10px solid transparent;
}
.box_table4.bbq {
	border-top: none;
}
.box_table4.bbq th {
	 background-color: #f7f2e5;
	 color: #000;
	 padding: 8px 25px;
	 width: 25%;
}
.box_table4.bbq td {
    padding: 8px 25px;
    width: 75%;
}
@media screen and (max-width :768px) {
#contents .btn_green span {
	font-size: 12px;
}
.box_table4.bbq th {
	display: block;
    width: 100% !important;
    border: none;
}
.box_table4.bbq td {
	display: block;
    width: 100% !important;
    border: none;
}


}
/* 2020.08.24スマホメニュー変更 */
.style_SP #header .links {
    position: fixed;
    top: 0;
    left: 47%;
    height:40px;
}
.style_SP #header .links .reserve a {
    color: #000;
}
.style_SP #header .links a {
    text-decoration: none;
    display: block;
    letter-spacing: .1em;
    font-size: 80%;
    text-align: center;
    padding: 2em 0 1em;
}
.style_SP #header .links .reserve {
    display: inline-block;
    background: #dcdcdc;
    width: 6em;
    line-height:1em;
}

@media screen and (max-width :340px) {
.style_SP #header .links {
    left: 46%;
}
.style_SP #header .links .reserve a {
    color: #000;
}
.style_SP #header .links a {
    padding: 2em 0 0.5em;
}
.style_SP #header .links .reserve {
    width: 5em;
}
}
.ribbon21-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;

  }
/* 2020.11.17追加 */
.ribbon21 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #000;
  background: #e8e4e3;
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
}
.ribbon21:before {
  position: absolute;
  content: '';
  top: -8px;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #e8e4e3;
  border-radius: 5px 0 0 5px;
}
.ribbon21:after {
  position: absolute;
  content: '';
  top: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #ccc9c8;
  border-radius: 5px 0 0 5px;
}
.font_g3{
	font-size:11px;
	font-weight:700;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
	color:#242424;
	margin:13px 0 4px 0;
	white-space: nowrap;
	line-height: 1.5;
	}
	.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;
}


.accbox label {
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
    display: block;
    margin: 1.5px 0;
    text-align:center;
    padding : 11px 12px;
    color :#fff;
    font-size:15px;
    font-weight: bold;
    background :#A8956D;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:hover {
    opacity:0.9;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: ;
    opacity: 1;
}
#page .btn_border a{
	display:block;
	background:#fff url(/images/symbol/linkbox-arrow.png) no-repeat left 20px center;
	font-family:Brandon_med_it;
	font-size:1.5em;
	 padding:0.6em 0 0.6em 0;
	text-align:center;
	text-decoration:none;
	margin:0 auto 0 auto;
	 width:45%;
	 border: 1px solid #000;
}
.btn_border a:hover{
	opacity:0.7;
}
@media screen and (max-width :400px) {
#page .btn_border a{
		width: 100%
	}
}
/* メニューのポップアップここから */
/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  padding: 3vw;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn:hover{
    background:#000;
    color:#fff;
    transition: .3s ease;
}
/*ポップアップココまで*/
.linkBox_popup a {
    display: block;
    max-width: 200px;
    margin: 15px auto;
    background-color: #978152;
    background-size: auto;
    background-size: 5px auto;
    color: #ddd;
    text-align: center;
    padding: 8px 0;
    letter-spacing: 2px;
    font-size: 11px;
}
/* メニューのポップアップここまで */


.font_g7{
    font-size: 13px;
    font-weight: 500;
    font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
    color: #242424;
    margin: 2px 0 4px 0;
    white-space: nowrap;
    line-height: 1.5;
}



.block-index-welcome .block-ctn ._item {
    display: flex;
    align-items: center;
    margin-bottom: 13.33333vw;
}




.accbox label {
    font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
    display: block;
    margin: 1.5px 0;
    text-align: center;
    padding: 11px 12px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #A8956D;
    cursor: pointer;
    transition: all 0.5s;
}



.accbox label {
    font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
    display: block;
    margin: 1.5px 0;
    text-align: center;
    padding: 11px 12px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #A8956D;
    cursor: pointer;
    transition: all 0.5s;
}


.label-required {
	background-color: #de5256;
	margin-left: 5px;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: text-top;
	border-radius: .25em;
}
.f_long2.long100 {
	width: 100px;
}

