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

.sp,.spnavi{
	display:none !important;
}

/*アニメーション要素のスタイル*/
.fade{
	opacity : 0;
	visibility: hidden;
	transition: 1.0s;
	transform: translateY(50px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#topimg .slider_area {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.mainlogo{
	animation: fadeIn 6s ease 0s 1 normal;
    -webkit-animation: fadeIn 6s ease 0s 1 normal;
}
.kafu{
	animation: fadeIn 10s ease 0s 1 normal;
    -webkit-animation: fadeIn 10s ease 0s 1 normal;
}
.parallax-window {
    min-height: 550px;
    background: transparent;
}
.secondary_title{
	animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

*{
	margin:0;
	padding:0;
}

img{
	border:0;
	border-style:none;
}

a img {
	border:0;
    border-style:none;
}

html{
	height:100%;
}

body{
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	width:100%;
	height:100%;
	min-width:1200px !important;
	background-color: #000;
	margin:0;
}

#secondary{
	background-color: #fff !important;
}

ol,ul {
	list-style:none;
}

#logo,.logo2,#con_logo,nav,.con_nav,.flex-control-nav{
	white-space: nowrap;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

/* scroll */
.scroll a {
  display: inline-block;
  position: absolute;
  color: #000;
  font-size:11px;
  letter-spacing: 1px;
  font-weight: 200;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  z-index: 200 !important;
}

.scroll2 {
  position: relative !important;
  margin-top: 150px !important;
  clear: both;
}

.scroll a {
  padding-top: 50px;
  margin-left: -15px;
}
.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 40px;
  margin-left: -10px;
  border: 1px solid #000;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll a span::before {
  position: absolute;
  top: 6px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#wrapper{
	display: block;
	width: 100%;
	margin: 0;
	float: left;
	clear: both;
}
header{
	display: block;
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background-color: #fff;
	background-image: url("../images/header_bg.png");
	background-position: bottom center;
	background-size: 100% 6px;
	background-repeat: no-repeat;
	filter: drop-shadow(0 5px 20px rgba(0,0,0,0.2));
	overflow: visible;
	float: left;
	clear: both;
	z-index: 1000;
}

main{
	display: block;
	width: 100%;
	min-height: 300px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

.black{
	background-image: none;
	/*background-image: url("../images/section_bg.png");*/
	background-position: bottom left;
	background-repeat: repeat-x;
}

article{
	display: block;
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	float: none;
	clear: both !important;
}

#secondary section{
	display: block;
	width: 1200px;
	margin: 0 auto 150px auto;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	float: none;
	clear: both !important;
}

#secondary section aside{
	display: block;
	position: absolute;
	width: 160px;
	border: solid 2px #BDA979;
	background-color: #fff;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	top:200px;
	right: 20px;
	z-index: 3;
	animation: fadeIn 2.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
}

#secondary section aside ul{
	display: block;
	width: 140px;
	padding: 10px 5px 15px 15px;
	border-top: solid 1px #BDA979;
	float: left;
	clear: both;
}

#secondary section aside h2{
	font-size:15px;
	font-weight: 300;
	color:#916F0C;
	text-align: center;
	padding: 15px;
}

#secondary section aside ul li{
	font-size:14px;
	line-height: 130%;
	background-image: url("../images/snavi_tri.png");
	background-position: left center;
	background-repeat: no-repeat;
}
	
#secondary section aside ul li a{
	display: block;
	width: 112px;
	color: #000;
	text-decoration: none;
	padding: 8px 0 8px 20px;
	border-bottom: dashed 1px #916F0C;
	background-image: url("../images/more.png");
	background-size: 100% 0;
	background-position: center center;
	background-repeat: no-repeat;
	transition-duration: 0.3s;
	filter:alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
	clear: both;
	transition-duration: 0.3s;
}

#secondary section aside ul li a:hover{
	background-image: url("../images/more.png");
	background-size: 100%100%;
	transition-duration: 0.6s;
}

#secondary section article{
	display: block;
	width: 1100px;
	min-height: 400px;
	margin-left: 50px;
	float: left;
}

#secondary section .en_contents{
	display: block;
	width: 1000px !important;
	margin: 0 auto 0 auto !important;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	float: none;
	clear: both !important;
}

#secondary article h3{
	font-size:44px;
	line-height: 180%;
	color: #916F0C;
	text-align: center;
	font-weight: 200;
	letter-spacing: 1px;
	margin-bottom: 15px !important;
	clear: both;
}
#secondary article .jp_subtitle{
	display: block;
	font-size:15px;
	color: #916F0C;
	text-align: center;
	font-weight: 400 !important;
	margin-top: -20px !important;
	margin-bottom: 50px !important;
	clear: both;
}
#secondary article h4{
	font-size:24px;
	line-height: 180%;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
#secondary article p{
	font-size:16px;
	line-height: 180%;
	margin-bottom: 20px;
	text-align: justify;
}
#secondary article .center{
	text-align: center !important;
}
#secondary article h4 .small{
	display: inline-block;
	font-size:14px !important;
	line-height: 14px !important;
	font-weight: 400 !important;
	background-color: #916F0C;
	color: #fff;
	padding: 5px 8px 6px 8px;
	margin: 10px 0 0 12px;
	vertical-align:top;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#secondary article hr{
	display: block;
	width: 100%;
	height: 2px;
	border: none !important;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#AC8619 40%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#AC8619 40%,transparent 100%);
	margin: 40px 0;
	float: left;
	clear: both !important;
}

#secondary section .en_contents h3{
	font-size:22px !important;
	line-height: 140% !important;
	color: #916F0C;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 15px;
}


footer{
	display: block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	width: 100%;
	color: #fff;
	background-color:#222;
	background-image: url("../images/header_bg.png");
	background-position: top center;
	background-size:100% 6px;
	background-repeat: no-repeat;
	padding: 50px 0 0 0;
	margin: 0;
	float: left;
	clear: both;
}

/*#logo{
	display: block;
	position: absolute;
	width: 100%;
	min-width: 1200px;
	height: 50px;
	margin: 25px 0 0 0!important;
}*/
#logo a{
	display: block;
	position: absolute;
	width: 340px;
	height: 50px;
	margin: 0 auto !important;
	z-index: 910;
	top:20px;
	left: 25px;
	transition-duration: 0.2s;
}
#logo img{
	display: block;
	width: 340px;
	height: 50px;
	margin: 0 auto !important;
}

.logo2{
	display: block;
	width: 100%;
	height: 50px;
	margin: 0 auto 40px auto !important;
	float: left;
	clear: both;
}

.logo2 img{
	display: block;
	width: 340px;
	height: 50px;
	margin: 0 auto;
}

/*#con_logo{
	display: block;
	position: absolute;
	width: 100%;
	min-width: 1200px;
	height: 35px;
	margin: 3px 0 0 0 !important;
}*/
#con_logo a{
	display: block;
	position: absolute;
	width: 340px;
	height: 35px;
	margin: 3px 0 0 25px !important;
	z-index: 1910 !important;
	transition-duration: 0.2s;
}
#con_logo img{
	display: block;
	width: 340px;
	height: 35px;
	margin: 0 auto !important;
}

#logo a:hover,#con_logo a:hover{
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
	transition-duration: 0.2s;
}
.habitus{
	display: block;
	width: 240px;
	height: 20px;
	margin: 0 auto 0 auto;
	clear: both;
}
.copyright{
	display: block;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
	width:100%;
	text-align:center;
	color: #fff !important;
	font-size:14px;
	padding: 20px 0 !important;
	margin:18px 0 0 0 !important;
	background-color: #000;
	float: left;
	clear: both;
}

nav{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 900;
}

nav a{
	font-family: 'Noto Serif JP', serif !important;
}
#gnavi{
	display: block;
	width: auto;
	height: 35px;
	margin: 40px 50px 0 0;
	float: right;
}
#gnavi li{
	position: relative;
	float: left;
}
#gnavi li a{
	display: inline-block;
	height: 35px;
	text-align: center;
	letter-spacing: 0.5px;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px !important;
	color: #A48119;
	font-weight: 300 !important;
	padding: 2px 13px 0 13px;
	margin: 6px 0 0 0;
	/*background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 40px;*/
	float: left;
	transition-duration: 0.3s;
}
#gnavi li a span{
	display: block;
	font-size: 10px;
	left: 1px;
	clear: both;
}
#gnavi li a:hover{
	filter:alpha(opacity=30);
   -moz-opacity: 0.3;
   opacity: 0.3;
	transition-duration: 0.3s;
}
.gnavi06 a{
	display: block;
	height: 22px !important;
	text-align: center;
	font-size: 13px !important;
	line-height: 13px;
	color: #fff !important;
	width: 80px;
	padding: 7px 0 0 0 !importan;
	margin: 10px 0 0 20px !important;
	background-color: #2C6800;
}

.gtranslate_wrapper{
    display: block;
    position: absolute;
    width: 70px;
	height: 22px !important;
    top:45px;
    right: 80px;
    transform: scale(0.75) !important;
    z-index: 100 !important;
}
.gnavi_jp{
    margin: 40px 170px 0 0 !important;
}

.gnavi_jp-change{
    margin: 4px 170px 0 0 !important;
}
.gtranslate-change .gtranslate_wrapper{
    top:1px !important;
}

.en_gnavi{
	display: block;
	width: auto;
	height: 35px;
	margin: 43px 50px 0 0 !important;
	float: right;
}
/*.en_gnavi01 a{
	display: block;
	width: 95px;
	background-image: url("../images/en_gnavi01.png");
	margin-left: 0;
}
.en_gnavi02 a{
	display: block;
	width: 148px;
	background-image: url("../images/en_gnavi02.png");
}
.en_gnavi03 a{
	display: block;
	width: 97px;
	background-image: url("../images/en_gnavi03.png");
}
.en_gnavi04 a{
	display: block;
	width: 95px;
	background-image: url("../images/en_gnavi04.png");
}
.en_gnavi05 a{
	display: block;
	width: 90px;
	background-image: url("../images/en_gnavi05.png");
	margin-right: 20px;
}
.en_gnavi06 a{
	display: block;
	width: 80px;
	height: 20px !important;
	background-image: url("../images/en_gnavi06.png");
	background-color: #D90000;
	margin: 5px 0;
}*/

.en_gnavi06 a{
	display: block;
	height: 22px !important;
	text-align: center;
	font-size: 13px !important;
	line-height: 13px;
	color: #fff !important;
	width: 80px;
	padding: 7px 0 0 0 !importan;
	margin: 6px 0 0 20px !important;
	background-color: #D90000;
}

#con_gnavi{
	display: block;
	width: auto;
	height: 35px;
	margin: 5px 50px 0 0;
	float: right;
}
#con_gnavi li{
	position: relative;
	float: left;
	z-index: 10;
}
#con_gnavi li a{
	display: inline-block;
	height: 20px;
	letter-spacing: 0.5px;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
	color: #A48119;
	font-weight: 300 !important;
	padding: 2px 13px 0 13px;
	margin: 6px 0 0 0;
	/*background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 40px;*/
	float: left;
	transition-duration: 0.3s;
}
#con_gnavi li a:hover{
	filter:alpha(opacity=30);
   -moz-opacity: 0.3;
   opacity: 0.3;
	transition-duration: 0.3s;
}
.con_gnavi06 a{
	display: block;
	height: 22px !important;
	text-align: center;
	font-size: 13px !important;
	line-height: 13px;
	color: #fff !important;
	width: 80px;
	padding: 7px 0 0 0 !importan;
	margin: 5px 0 0 20px !important;
	background-color: #2C6800;
	z-index: 11;
}

/*.en_con_gnavi01 a{
	display: block;
	width: 95px;
	background-image: url("../images/en_gnavi01.png");
	margin-left: 0;
}
.en_con_gnavi02 a{
	display: block;
	width: 148px;
	background-image: url("../images/en_gnavi02.png");
}
.en_con_gnavi03 a{
	display: block;
	width: 97px;
	background-image: url("../images/en_gnavi03.png");
}
.en_con_gnavi04 a{
	display: block;
	width: 95px;
	background-image: url("../images/en_gnavi04.png");
}
.en_con_gnavi05 a{
	display: block;
	width: 90px;
	background-image: url("../images/en_gnavi05.png");
	margin-right: 20px;
}
.en_con_gnavi06 a{
	display: block;
	width: 80px;
	height: 20px !important;
	background-image: url("../images/en_gnavi06.png");
	background-color: #D90000;
	margin: 5px 0;
}*/

/*.en_con_gnavi06 a{
	display: block;
	height: 22px !important;
	text-align: center;
	font-size: 13px !important;
	line-height: 13px;
	color: #fff !important;
	width: 80px;
	padding: 7px 0 0 0 !importan;
	margin: 5px 0 0 20px !important;
	background-color: #D90000;
	z-index: 11;
}*/

#gnavi li ul,#con_gnavi li ul{
	display: block;
	width:auto;
	height: auto!important;
	list-style: none;
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	margin: 0 0 0 0;
	padding:3px 0 6px 0;
	z-index: 100;
}

#gnavi li:last-child ul,#con_gnavi li:last-child ul{
	/*left: -50%;*/
	/*width: 100%;*/
}

#gnavi li ul li,#con_gnavi li ul li{
	overflow: hidden;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	clear: both;
}
#gnavi .gnavi04  li a,#con_gnavi .con_gnavi04 ul li a,
#gnavi .gnavi05  li a,#con_gnavi .con_gnavi05 ul li a,
#gnavi .gnavi07  li a,#con_gnavi .con_gnavi07 ul li a{
	font-size: 12px !important;
}

/*#gnavi .gnavi04 ul,#con_gnavi .con_gnavi04 ul{
	display: block;
	height: auto!important;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 380px;
	margin: 0 0 0 0;
	padding:3px 0 6px 0;
	z-index: 100;
}*/
#gnavi li ul li a,#con_gnavi li ul li a{
	width: calc(100% - 45px);
	/*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";*/
	font-family: 'Noto Serif JP', serif;
	color: #666 !important;
	text-align: left;
	font-size: 14px !important;
	line-height: [14px];
	font-weight: normal!important;
	text-decoration: none;
	padding: 0 15px 0 30px;
	background-image:url("../images/gnavi_tri.png");
	background-repeat: no-repeat;
	background-position: 15px -4px;
	background-size: 30px 30px;
}

#gnavi li ul li a:hover,#con_gnavi li ul li a:hover{
	color: #D1A700 !important;
	text-decoration: underline;
	transition-duration: 0.0s !important;
	filter:alpha(opacity=100) !important;
   -moz-opacity: 1.0 !important;
   opacity: 1.0 !important;
}
#gnavi li:hover ul li,#con_gnavi li:hover ul li{
	overflow: visible;
	height: 27px;
}
#gnavi li:hover ul li:first-child,#con_gnavi li:hover ul li:first-child{
	border-top: 0;
}
#gnavi li:hover ul li:last-child,#con_gnavi li:hover ul li:last-child{
	border-bottom: 0;
}
#gnavi li:hover ul li:last-child a,#con_gnavi li:hover ul li:last-child a{
	height: 18px !important;
}

#gnavi li ul li span,#con_gnavi li ul li span{
	display: inline !important;
	font-size: 10px !important;
	clear: none !important;
}

.header-change{
	display: block;
	position: fixed;
	width: 100%;
	min-width: 1200px !important;
	height: 50px;
	background-color: #fff;
	background-image: url("../images/header_bg.png");
	background-position: bottom center;
	background-size: 100% 6px;
	background-repeat: no-repeat;
	filter: drop-shadow(0 5px 20px rgba(0,0,0,0.2));
	top: -100px;
	transition: 0.6s;
	z-index: 1000;
}
.header-change.show{
    top: 0;
}

#tnavi{
	display: inline-block;
	position: absolute;
	vertical-align: middle;
	height: 30px;
	top:15px;
	right: 50px;
}
#tnavi li{
	float: left;
}
#tnavi li a{
	text-decoration: none;
	pointer-events: none !important;
}
.tnavi02 a .telnumber{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	text-align: right;
	text-decoration: none;
	color: #333;
	letter-spacing: 1px;
	margin: 0 0 0 0;
	padding: 0;
}
.tnavi02 a .phone{
	display: inline-block;
	vertical-align: middle;
	height: 10px;
	font-size: 10px !important;
	line-height: 10px !important;
	background-color: #333;
	color: #fff;
	margin: 2px 10px 0 0 !important;
	padding: 3px 14px 3px 14px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

/*.tnavi01 .address{
	display: inline-block;
	vertical-align: middle;
	height: 10px;
	font-size: 10px !important;
	line-height: 10px !important;
	background-color: #ddd;
	color: #666;
	margin: 2px 10px 0 0 !important;
	padding: 3px 10px 3px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.tnavi01 .address2{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	text-align: right;
	text-decoration: none;
	color: #999;
	letter-spacing: 1px;
	margin: 3px 25px 0 0;
	padding: 0;
}*/


.totop{
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom:200px;
	right: 20px !important;
	z-index: 10000 !important;
	filter: drop-shadow(3px 5px 5px rgba(0,0,0,0.2));
	
}
.totop img{
	width: 40px;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#999;
	transition-duration: 0.6s;
}
.totop img:hover{
	background-color: #ccc;
	transition-duration: 0.2s;
}
#topimg{
	display: block;
	position: absolute;
	min-width: 100%;
	width: 100% !important;
	height: calc(100vh - 100px)!important; 
	overflow: hidden !important;
	top: 100px;
	left: 0;
	right: 0;
	border: 0;
	overflow: hidden;
	overflow-x: hidden;
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
	z-index: 3 !important;
}
.topimg2{
    min-width: 1000px !important;
}

#topimg .slider_area img{
	display: block;
	position: relative;
	width: auto !important;
	min-width: 100% !important;
	height: 100vh !important; 
	object-fit: cover !important;
	object-position:center center !important;
}
.mainlogo{
	display: block;
	position: absolute;
	width: 750px;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}
.mainlogo2{
	display: block;
	position: absolute;
	width: 700px;
	height: auto;
	top: 115px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}

.kafu{
	display: block;
	position: absolute;
	width: 350px !important;
	height: auto !important;
	right:20px !important;
	bottom: 130px;
}
.kafu2{
	display: block;
	position: absolute;
	width: 250px !important;
	height: auto !important;
	right:35px !important;
	top: 70px;
}
.headline{
	display: block;
	position: relative;
	width: 100%;
	height: 48px;
	text-align: center;
	color: #C6BA98;
	font-size:14px;
	background-image: url("../images/topics_bg.png");
	background-size: 100% 70px;
	background-repeat: no-repeat;
	margin-top:calc(100vh - 170px)!important;
	padding: 22px 0 0 0;
	z-index: 10;
	clear: both;
}
.headline .topics_title{
	display: inline-block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	width: 90px !important;
	text-align: center;
	color: #7E6342;
	font-size:12px !important;
	font-weight: 400;
	background-color:#C6BA98;
	padding: 2px 0 2px 0;
	margin: 0 15px 0 0 !important;
	vertical-align: top !important;
}
.english_top{
	display: block;
	position: relative;
	width: 100%;
	margin-top:calc(100vh - 100px)!important;
	clear: both;
}

.topics_text{
	color: #C6BA98;
	margin-left: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.date{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.topics_text a{
	color: #C6BA98;
}
.topics_text a:hover{
	text-decoration: none;
}

.topics_more a{
	display: inline-block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	line-height: 120%;
	text-decoration: none;
	text-align: center;
	color: #C6BA98;
	font-size:11px;
	padding: 6px 0 6px 20px;
	margin: 0 0 0 50px;
	background-image: url("../images/topics_tri.png");
	background-position: left center;
	background-repeat: no-repeat;
	transition-duration: 0.3s;
	filter:alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}
.topics_more a:hover{
	color: #fff;
	transition-duration: 0.6s;
}

article h2{
	text-align: center;
	margin: 50px auto;
}

.news_area{
	display: block;
	width: 100%;
	padding: 50px 0 100px 0;
	margin: 0;
	background-color: #f5f5f5;
	float: left;
	clear: both;
}

.map_area iframe{
	display: block;
	padding: 0;
	margin: 0;	
	float: left;
	clear: both;
}
.instagram_area{
	display: block;
	background-color: 000;
}
footer .block{
	display: block;
	width: 92%;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	overflow: auto;
	overflow-x: hidden;
}

.shop_info{
	display: block;
	width: 390px;
	margin-bottom: 50px;
	float: right;
}
.shop_info p{
	display: block;
	width: 315px;
	font-size:12px;
	line-height: 150%;
	margin-bottom: 15px;
	float: right;
}

footer .block ul{
	display: block;
	float: left;
}
footer .block ul li ul{
	display: block;
	float: none;
	clear: both;
}

footer .block ul li a{
	display: inline-block;
	white-space: nowrap;
	word-break: break-all;
	margin-right: 35px;
	color: #fff;
	font-size:11px;
	line-height: 180%;
	clear: both;
}
footer .block ul li a:hover{
	text-decoration: none;
}
footer .block ul li ul{
	list-style: initial;
	list-style-position: inside;
}

.tel{
	display: block;
	margin-bottom: 5px;
	pointer-events: none;
}

.news_area{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.news_area dl{
	display: block;
	width: 600px;
	font-size:14px;
	line-height: 150%;
	margin: 0 auto;
}
.news_area dt{
	display: block;
	width: 120px;
	font-weight: bolder;
	margin-bottom: 12px;
	float: left;
}
.news_area dd{
	display: block;
	width: 480px;
	margin-bottom: 12px;
	float: left;
}
.news_area a{
	color: #000;
}
.news_area a:hover{
	text-decoration: none;
}

.linkicon{
	display: inline;
	width: 18px;
	height: auto;
	margin-left: 5px;
	vertical-align: middle;
}
.linkicon2{
	display: inline;
	width: 18px;
	height: auto;
	margin-left: 5px;
	vertical-align: top;
}

.title{
	display: block;
	width: 100%;
	margin: 150px auto 80px auto;
	float: left;
	clear: both;
}
.title img{
	display: block;
	width: 800px;
	height: auto;
	margin: 0 auto;
}

.secondary_title{
	display: block;
	width: 100%;
	height: 450px;
	margin: 0 auto 20px auto !important;
	border-bottom: solid 7px #ebebeb;
	float: left;
	clear: both;
}
.secondary_title img{
	display: block;
	width: 800px;
	height: auto;
	margin: 135px auto 0 auto !important;
}

.tailoring_area .title{
	margin-top: 200px !important;
}
.tailoring_area .block{
	display: block;
	width: 1200px;
	height: auto;
	margin: 0 auto 0 auto;
	overflow: auto;
	overflow-x: hidden;
	clear: both;
}
.tailoring_area .block aside{
	display: block;
	width: 1200px;
	color: #fff;
	margin-top: 30px;
	float: left;
	clear: both;
}
.tailoring_area aside p{
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 15px;
}
.sub_lead strong{
	display: block;
	font-size: 41px;
	line-height: 100%;
	font-weight: 100 !important;
	margin-bottom: 30px;
}
.tailoring_area .sub_lead2{
	display: block;
	width: 620px !important;
	word-break: break-all !important;
}
.tailoring_area .lead{
	display: block;
	width: 620px;
	margin: 0 0 0 50px;
	float: left;
}
.tailoring_area .submenu{
	display: block;
	width: 440px;
	margin: 0 50px 100px 0;
	float: right;
}
.title_topics{
	display: block;
	width: 225px;
	margin: 0 auto 50px auto;
}
.tailoring_img{
	display: block;
	width: 1100px;
	height: 500px;
	margin: 0 0 50px 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	filter: drop-shadow(0 5px 20px rgba(0,0,0,0.2));
	float: left;
}
.tailoring_img2{
	display: block;
	width: 900px;
	height: auto;
	margin: 30px auto 150px auto;
	clear: both;
}
.tailoring_img_area{
	display: block;
	text-align: center;
	width: 70%;
	padding: 15px 15%;
}
.tailoring_img_area img{
	display: inline;
	width: 42%;
	height: auto;
	/*filter: sepia(100%);*/
	filter: saturate(70%);
	margin: 30px 3%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.tailoring_area .text{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size:18px;
	line-height: 220% !important;
	margin: 100px 0 200px 0;
	overflow: auto;
	overflow-x: hidden;
	clear: both;
}
.tailoring_area .text p{
	margin-bottom: 20px;
}

.tailoring_area .menublock{
	display: block;
	width: 220px;
	height: 170px;
	float: left;
}
.tailoring_area h3{
	font-size:28px;
	line-height: 150%;
	color: #EBD7B0;
	font-weight: 200 !important;
	clear: both;
}
.caption{
	display: block;
    max-width: 90% !important;
	/*white-space: nowrap;*/
	min-height: 80px;
	font-size: 13px !important;
    line-height: 140%;
	margin: 0 !important;
    word-break: break-all !important;
}
.caption2{
	display: block;
	white-space: nowrap;
	height: 45px;
	font-size: 13px !important;
	margin: 0 !important;
}
aside .moreinfo a{
	display: block;
	width: 120px;
	line-height: 120%;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size:12px;
	border: solid 1px #fff;
	padding: 5px 0;
	margin: 0;
	float: left;
	clear: both;
}
.moreinfo a{
	display: block;
	width: 120px;
	line-height: 120%;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size:12px;
	border: solid 1px #fff;
	padding: 5px 0;
	margin: 60px auto 200px auto;
	background-image: url("../images/more.png");
	background-size: 100% 0;
	background-position: center center;
	background-repeat: no-repeat;
	clear: both;
	transition-duration: 0.3s;
	filter:alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}
.moreinfo a:hover{
	background-image: url("../images/more.png");
	background-size: 100%100%;
	color: #000;
	transition-duration: 0.6s;
}

#heritage{
	background-color: #fff !important;
}

.heritage_area aside{
	display: block;
	width: 1100px;
	color: #000;
	margin-left: 50px;
	margin-bottom: 250px;
	float: left;
	clear: both;
}

.heritage_area aside p{
	line-height: 180%;
}
.heritage_area .submenu{
	display: block;
	width: 1100px;
	height: 285px;
}
.heritage_area .menublock{
	display: block;
	min-width: 208px;
	height: 170px;
	float: left;
}
.heritage_area h3{
	font-size:28px;
	line-height: 150%;
	color: #666;
	font-weight: 300 !important;
	clear: both;
}

.heritage_img01{
	display: block;
	width: 1100px;
	height: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 50px auto;
}
.heritage_img02{
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: right;
}
.heritage_area aside .sub_lead{
	display: block;
	width: 360px;
}
.heritage_area aside .sub_lead p{
	margin-bottom: 20px;
}
.heritage_area aside .sub_lead strong{
	display: block;
	margin-top: 25px;
	margin-left: -22px !important;
}

.customerservice_area .block{
	display: block;
	width: 1200px;
	height: 640px;
	margin: 0 auto 0 auto;
	overflow: auto;
	overflow-x: hidden;
    overflow-y: hidden;
	clear: both;
}
.customerservice_img{
	display: block;
	width: 600px;
	height: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	filter: drop-shadow(0 5px 20px rgba(0,0,0,0.2));
	float: left;
}
.customerservice_area .block aside{
	display: block;
	width: 440px;
	color: #fff;
	margin-top: 45px;
	margin-right: 60px;
	float: right;
}
.customerservice_area aside p{
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 15px;
	white-space: nowrap;
}
.customerservice_area strong{
	font-size: 38px !important;
	margin-left: -25px !important;
	margin-bottom: 35px !important;
	letter-spacing: -2px !important;
}

.customerservice_text{
	width: 440px;
}
.customerservice_text_lead{
	display: block;
	width: 440px;
	font-size:16px !important;
	padding-bottom: 20px;
	margin-bottom: 65px !important;
	border-bottom: solid 1px #fff;
	float: left;
	clear: both;
}
.customerservice_text p{
	font-size:16px !important;
	line-height: 180% !important;
	word-break: break-all !important;
	white-space: normal !important;
}

.blackbg{
	display: block;
	width: 1145px;
	min-height: 100px;
	padding: 70px 0 80px 55px;
	margin: 0 auto 200px auto;
	/*background-image: url("../images/black_bg.png");*/
	overflow: auto;
	overflow-x: hidden;
	clear: both;
}
.customerservice_area .menublock{
	display: block;
	width: 350px;
	height: auto;
	margin-right: 30px;
	float: left;
}
.customerservice_area .cleaning_area{
	width: 350px;
	margin-right: 45px !important;
}
.customerservice_area .caption{
	display: block;
	white-space: nowrap;
	height: 45px;
	font-size: 13px !important;
	margin: 0 !important;
}
.customerservice_area .textblock{
	display: block;
	height: 150px;
}
.customerservice_area .menublock h3{
	font-size:28px;
	line-height: 150%;
	color: #fff !important;
	font-weight: 200 !important;
	clear: both;
}
.customerservice_area .menublock p{
	font-size:13px !important;
	line-height: 180% !important;
	color: #fff !important;
	word-break: break-all !important;
	white-space: normal !important;
}
.customerservice_area .menublock .moreinfo a{
	margin: 30px 0 0 0;
	float: left;
}
.cleaning_img,.hints_img,.faq_img{
	/*border: solid 3px #214C00;
	border: solid 3px #fff;*/
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#ourproposal{
	background-color: #fff !important;
	border-bottom: solid 1px #000;
}
.ourproposal_area .block{
	display: block;
	width: 1200px;
	height: 640px;
	margin: 0 auto 200px auto;
	overflow: auto;
	overflow-x: hidden;
	clear: both;
}
.ourproposal_area_img{
	display: block;
	width: 600px;
	height: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
}
.ourproposal_area .block aside{
	display: block;
	width: 440px;
	color: #000;
	margin-top: 45px;
	margin-right: 60px;
	float: right;
}
.ourproposal_area aside p{
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 15px;
	white-space: nowrap;
}
.ourproposal_area strong{
	font-size: 38px !important;
	padding-bottom: 20px;
	margin-bottom: 35px !important;
	border-bottom: solid 1px #000;
}

.ourproposal_text{
	width: 440px;
}
.ourproposal_text p{
	font-size:16px !important;
	line-height: 180% !important;
	word-break: break-all !important;
	white-space: normal !important;
}

#tailoringclass{
	background-color: #fff;
}
#tailoringclass article{
	width: 1200px;
	margin: 0 auto;
}
.class_area .block{
	display: block;
	width: 600px !important;
	height: auto;
	margin: 150px 0 150px 0;
	float: left;
}
.class_area .menublock{
	display: block;
	width: 550px !important;
	height: 230px;
	margin: 0;
	float: left;
}
.essay_menublock{
	margin-left: 50px !important;
}
.class_area .menublock h2{
	display: block;
	width: 550px;
	font-size:28px;
	line-height: 150%;
	color: #000 !important;
	font-weight: 300 !important;
	text-align: left !important;
	margin: 0 0 0 0 !important;
	float: left;
	clear: both;
}
.class_area .menublock .caption{
	display: block;
	width: 550px;
	height: 45px;
	font-size: 15px !important;
	margin: 0 !important;
	float: left;
	clear: both;
}
.class_area .menublock p{
	display: block;
	width: 550px;
	font-size:15px !important;
	line-height: 180% !important;
	color: #000 !important;
	word-break: break-all !important;
	white-space: normal !important;
}
.class_area .menublock .moreinfo a{
	margin: 30px 0 0 0;
	float: left;
}
.class_area_img{
	display: block;
	border: solid 3px #fff;
	float: right;
}

.essay_area .block{
	display: block;
	width: 1065px !important;
	height: 450px;
	margin: 150px auto 0 auto !important;
}
.essay_area .menublock{
	display: block;
	width: 450px !important;
	height: auto;
	margin: 0;
	float: right;
}
.essay_area .menublock h2{
	display: block;
	width: 450px;
	font-size:28px;
	line-height: 150%;
	color: #000 !important;
	font-weight: 500 !important;
	text-align: left !important;
	margin: 0 0 0 0 !important;
	float: left;
	clear: both;
}
.essay_area .menublock .caption{
	display: block;
	width: 450px;
	height: 45px;
	font-size: 15px !important;
	margin: 0 !important;
	float: left;
	clear: both;
}
.essay_area .menublock p{
	display: block;
	width: 450px;
	font-size:15px !important;
	line-height: 180% !important;
	color: #000 !important;
	word-break: break-all !important;
	white-space: normal !important;
}
.essay_area_img{
	display: block;
	border: solid 3px #fff;
	float: left;
}

.class_img01{
	display: block;
	width: 525px;
	height: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.essay_img01{
	display: block;
	width: 525px;
	height: auto;
	margin-left: 50px;
	margin-bottom: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


.class_area2{
	display: flex;
	width: 90% !important;
    max-width: 1200px;
	height: auto;
    padding: 150px 0;
    margin: 0 auto !important;
    flex-wrap:wrap;
    justify-content: space-between;
}
.class_area2 .essay_block2{
	display: inline-block;
	width: 30% !important;
	height: auto;
}
.class_area2 .essay_block2 img{
	display: block;
	max-width: 100% !important;
	height: auto;
}
.essay_block2 h2{
	display: block;
	width: 100%;
	font-size:28px;
    height: 42px;
	line-height: 150%;
	color: #000 !important;
	font-weight: 500 !important;
	text-align: left !important;
	margin: 0 0 0 0 !important;
	float: left;
	clear: both;
}
.essay_block2 .caption{
	display: block;
	width: 100%;
	height: 45px;
	font-size: 19px !important;
	margin: 0 !important;
	float: left;
	clear: both;
}
.essay_block2 p{
	display: block;
	width: 100%;
	font-size:15px !important;
	line-height: 180% !important;
	color: #000 !important;
	word-break: break-all !important;
	white-space: normal !important;
}
.essay_area_img{
	display: block;
	border: solid 3px #fff;
	float: left;
}

.essay_block2 .class_img02{
	display: block;
	width: 100%;
	height: auto;
    margin-top: 40px !important;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    float: left;
    clear: both;
}
.essay_block2 .essay_img02{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.essay_block2 .essay_menublock{
	margin-left: 30px !important;
}

#ourproposal .moreinfo a,#tailoringclass .moreinfo a,#heritage .moreinfo a{
	display: block;
	width: 120px;
	line-height: 120%;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-size:12px;
	border: solid 1px #000;
	padding: 5px 0;
	margin: 20px 0 0 0;
	float: left;
	clear: both;
}


.flex-control-paging li a {
    background: #C0B599 !important;
}

.flex-control-paging li a:hover {
    background: #FAF0AF !important;
}
.flex-control-paging li a {
  width: 9px !important;
  height: 9px !important;
}
.flex-control-nav {
  text-align: left !important;
  padding-left: 40px !important;
}


#contents_title{
	display: block;
	width: 100%;
	height: 300px;
	border-bottom: solid 7px #ebebeb;
	background-color: #000;
	margin-bottom: 20px;
	float: left;
	clear: both;
}

#contents_title .title{
	margin: 80px auto 0 auto !important;
}


.table_shop{
	display: table;
	width: 998px;
	max-width: calc(100% - 2px);
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 40px;
	border-collapse: collapse;
	border: solid 1px #999;/*表全体を線で囲う*/
	background-color: #fff;
}

.table_shop p{
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 15px;
}

.table_shop td{
	text-align: left;
	padding: 12px 15px;
	margin: 0;
	border: solid 1px #999 !important;
}
.table_shop th{
	text-align: center;
	padding: 12px 15px;
	margin: 0;
	border: solid 1px #999 !important;
}
/*#contents main table tr:nth-child(even){
	background:#f5f5f5;
}*/
.table_shop th{
	display: table-cell;
	width: 150px !important;
	font-weight: 200;
	background-color: #f5f5f5;
}
.table_shop td{
	display: table-cell;
	background-color:#fff !important;
}
.table_shop a:hover{
	text-decoration: none !important;
}

.accessmap{
	display: block;
	margin-bottom: 150px !important;
	float: left;
	clear: both;
}

.faq_block{
 	display: table;
	width: 1096px;
	max-width: 100%;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #F3E5C2;
	padding: 20px 0 0 0;
	margin: 0 auto 15px auto !important;
	float: left;
	clear: both;
}

article .faq_block hr{
	display: block;
	width: 1040px !important;
	height: 1px !important;
	border: none !important;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#AC8619 40%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#AC8619 40%,transparent 100%);
	margin: 10px 0 25px 40px !important;
	float: left;
	clear: both;
}
article .faq_block a{
	color: #000;
}
article .faq_block a:hover{
	text-decoration: none;
}

.question{
	display: block;
	font-size: 17px !important;
	font-weight: 400;
	padding-left: 62px;
	background-image: url("../images/question.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-position: 21px 0;
}

.answer{
	display: block;
	width: 890px;
	padding: 0 100px 30px 100px;
	margin: 0 !important;
	text-align: justify;
	background-color: #f5f5f5;
	background-image: url("../images/answer.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-position:60px 34px;
}

.hidden_box {
    margin: -45px 0 0 0 !important;
    padding: 0;
}

.hidden_box label {
	display: block;
	width: 1050px;
	height: 15px;
	text-align: right;
	position: absolute;
	cursor :pointer;
	margin: 0 0 0 0 !important;
	float: left;
}

.hidden_box label:hover {
    text-decoration: none;
}
.hidden_box label:active {
    color: #ccc;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.6s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 0;
    height: auto;
    opacity: 1;
}


.tips_block{
 	display: table;
	width: 1018px;
	max-width: 100%;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #C6BA98;
	padding:40px 40px 25px 40px;
	margin: 0 auto 30px auto !important;
	float: left;
	clear: both;
}

#secondary article .tips_block h4{
	font-size:20px !important;
	line-height: 150%;
	font-weight: 600;
	letter-spacing: 1px;
	background-color: #EEE1B5;
	padding: 4px 0;
	margin-bottom: 25px;
}

.tips_step_block{
	display: block;
	width: 978px;
	font-size: 14px !important;
	padding: 10px 20px 15px 20px;
	background-color: #f5f5f5;
	margin: 0 0 15px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	clear: both;
}
.tips_step_block p{
	font-size: 14px !important;
}
.tips_step_block strong{
	font-size: 18px;
	line-height: 200%;
	font-weight: 300 !important;
	border-bottom: solid 2px #999;
}
.tips_step_block strong span{
	font-size: 24px;
	font-weight: 700 !important;
	font-style: italic !important;
}

.tips_sub_block{
	display: block;
	width: 978px;
	font-size: 14px !important;
	padding: 20px 20px 15px 20px;
	background-color: #f5f5f5;
	margin: 0 0 15px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	clear: both;
}

#greenlabel_area_section{
	display: block;
	position: relative;
	width: 100% !important;
	background-color: #f5f5f5 !important;
	/*background-color: #1A3201 !important;*/
	margin: -26px 0 30px 0 !important;
	float: left;
	clear: both;
	z-index: 2;
}

#greenlabel_area_section h3{
	font-size:44px;
	line-height: 180%;
	color: #C7D9A6;
	text-align: center;
	font-weight: 200 !important;
	letter-spacing: 1px;
	margin: 26px 0 20px 0;
}

#greenlabel_area_section .jp_subtitle{
	display: block;
	font-size:15px;
	color: #C7D9A6;
	text-align: center;
	font-weight: 400 !important;
	margin-top: -20px !important;
	margin-bottom: 50px !important;
	clear: both;
}

.green_lead{
	display: block;
	width: 960px !important;
	height: auto!important;
	letter-spacing: 1px;
	color: #fff !important;
	background-image: url("../images/green_lead.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 70px 0 70px !important;
	margin: 0 auto 50px auto!important;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none !important;
	clear: both;
}
.green_lead p strong{
	font-size:25px !important ;
	line-height: 140%;
	font-weight: 200 !important;
	color: #fff;
}
.greenlabel_text2{
	font-style: italic;
	font-size:18px !important;
	line-height: 160%;
	padding: 30px;
	font-weight: 600;
	color: #999;
}

.green_h4,.item_h4{
	font-size:28px !important;
	color: #000;
	line-height: 180%;
	font-weight: 300 !important;
	padding: 0 0 4px 0;
	margin: 60px 0 50px 0;
	clear: both;
}
.class_h4{
	font-size:28px !important;
	color: #000;
	line-height: 180%;
	font-weight: 300 !important;
	padding: 0 0 4px 0;
	margin: 60px 0 50px 0;
	font-feature-settings: "palt" !important;
	clear: both;
}

#greenlabel_area_section2{
	display: block;
	position: relative;
	width: 100% !important;
	background-color: #fff !important;
	/*background-color: #1A3201 !important;*/
	margin: -130px 0 0 0 !important;
	float: left;
	clear: both;
	z-index: 2;
}
.green_img_area{
	display: block;
	width: 1100px;
	margin: 40px auto 100px auto !important;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none !important;
	clear: both;
}
.green_img{
	display: block;
	width: 360px;
	height: 420px;
	background-color: #fff;
	padding: 0;
	float: left;
}
.green_img img{
	display: block;
	width: 360px;
	height: auto;
	margin-bottom: 10px;
}
.green_img01,.green_img02{
	margin: 0 10px 15px 0;
}
.green_img03{
	margin: 0 0 15px 0;
}
.green_img04{
	margin: 0 10px 0 190px;
}

.green_img strong{
	width: 340px;
	font-size:18px;
	text-align: center;
	font-weight: 500;
	margin: 0 10px;
}
.green_img_title{
	display: block;
	width: 100%;
	text-align: center !important;
	margin: 0 !important;
}
.greenlabel_img_text{
	display: block;
	width: 330px;
	text-align: justify!important;
	font-size:12px !important;
	line-height: 140% !important;
	padding: 10px 15px 0 15px;
	float: left;
}

/* メディアファイルレイアウト */
.alignleft{
	display: inline;
	float:left !important;
	margin:0 20px 20px 0;
}

.alignright{
	display: inline;
	float:right !important; 
	margin:0 0 20px 20px;
}

.aligncenter{
	display:block;
	margin:0 auto 20px auto;
	float:none;
	clear:both;
}

.newentry a{
	display: inline-block;
    word-break: break-all !important;
	font-size:12px !important;
	color: #000;
	margin: 15px 0 0 0;
	float: left;
	clear: both !important;
}
.newentry a:hover{
	text-decoration: none;
}

.new{
	display: inline-block;
	height: 10px !important;
	line-height: 10px !important;;
	font-size:10px !important;
	background-color: #D90000;
	color: #fff;
	text-decoration: none !important;
	padding: 4px 8px !important;
	margin-right: 10px !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.price01{
	display: table;
	width: 100%;
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 100px !important;
	border-collapse: collapse;
	border: solid 1px #999;/*表全体を線で囲う*/
	background-color: #fff;
	float: left;
	clear: both;
}
.price01 th{
	display: table-cell;
	width: 250px !important;
	font-weight: 500;
	padding: 20px 0;
	margin: 0;
	border: solid 1px #999 !important;
	background-color: #F2F2F2;
}
.price01 td{
	display: table-cell;
	padding: 20px 0 20px 20px;
	margin: 0;
	border: solid 1px #999 !important;
}

.price01 p{
	margin-bottom: 0 !important;
}

.price0101{
	display: block;
	width: 620px;
	font-size: 15px;
	line-height: 160%;
	margin: 6px 0;
	border-collapse: collapse;
	background-color: #fff;
	border: none !important;
	float: left;
	clear: both;
}

.item_name span{
	display: inline-block;
	background-color: #fff;
	white-space: nowrap;
	font-size: 15px !important;
	padding-right: 10px;
	margin: 0;
}
.price0101 th{
	display: table-cell;
	width: 220px !important;
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	padding: 15px;
	margin: 0;
	background-color:#DEF1D8;
	border: none !important;
}
.price0101 td{
	width: auto;
	display: table-cell;
	padding: 2px 10px;
	margin: 0;
	border: none !important;
	background-color: #ffffff !important;
}
.item_name{
	display: table-cell;
	width: 245px !important;
	background-image: url("../images/dotline.png");
	background-position: 30px center;
	background-repeat: no-repeat;
}

.price02{
	display: table;
	width: 100%;
	max-width:800px;
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 40px;
	border-collapse: collapse;
	border: solid 1px #999;/*表全体を線で囲う*/
	background-color: #fff;
	clear: both !important;
}
.price02 th{
	display: table-cell;
	width: 140px !important;
	font-weight: 500;
	padding: 20px 0;
	margin: 0;
	border: solid 1px #999 !important;
	background-color: #F2F2F2;
}
.price02 td{
	display: table-cell;
	text-align: center;
	padding: 20px 0 20px 20px;
	margin: 0;
	border: solid 1px #999 !important;
}

.price02 p{
	margin-bottom: 0 !important;
}

.item_name2{
	background-color:#FFFEF6 !important;
}

.movie_area{
	display: block;
	width: 1100px;
	color: #fff;
	background-color: #000;
	padding: 100px 0 30px 0;
	margin: 0 0 20px 0;
	float: left;
	clear: both;
}
.movie_area iframe{
	display: block;
	margin: 0 auto;
}

.movie_img_area{
	display: block;
	width: 1100px;
	padding: 0;
	margin: 0 0 30px 0;
	float: left;
	clear: both;
}
.movie_img01{
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.movie_img02{
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.movie_img03{
	padding: 0;
	float: left;
}
.movie_text_area{
	display: block;
	width: 1100px;
	line-height: 180%;
	text-align: center;
	padding: 0;
	margin: 0 0 0 0;
	float: left;
	clear: both;
}
.book_area{
	display: block;
	width: 1100px;
	margin: 0;
	float: left;
	clear: both;
}
.book_area_text{
	clear: both;
}
.book_spec{
	display: block;
	width: 860px;
	float: right;
	clear: right;
}
.book_title{
	line-height: 150% !important;
	margin-top: -20px !important;
	margin-left: -12px;
}

.book_title strong{
	font-size:25px;
	font-weight: 500 !important;
}
.book_title span{
	font-size:21px !important;
}
.author{
	display: block;
	width: 860px;
	font-size:18px !important;
	border-bottom: dotted 1px #999;
	padding-bottom: 5px;
	float: left;
	clear: both;
}
.author span{
	font-size:80%;
	margin-left: 5px;
}
.english_contents{
	padding: 100px 0;
}
.english_top_text{
	display: block;
	width: 600px;
	margin-bottom: 200px;
	color: #fff;
	float: left;
}

.english_top_text p{
	font-size: 18px;
	line-height: 180% !important;
	text-align: justify !important;
	margin-bottom: 20px;
}

.english_top_text h3{
	font-size: 35px !important;
	line-height: 150% !important;
	font-weight: 400 !important;
	margin-bottom: 20px;
}

.bio{
	display: table;
	width: 100%;
	max-width:1000px;
	font-size: 15px;
	line-height: 160%;
	border-collapse: collapse;
	background-color: #fff;
	border-top: dashed 1px #999 !important;
	float: left;
	clear: both;
}
.bio th{
	display: table-cell;
	text-align: left;
	width: 170px !important;
	font-weight: 500;
	padding: 15px 0 15px 30px;
	margin: 0;
	background-color: #f2f2f2;
	border-bottom: dashed 1px #999 !important;
}
.bio td{
	display: table-cell;
	text-align: left;
	padding: 15px 20px 15px 20px;
	margin: 0;
	border-bottom: dashed 1px #999 !important;
}

.bio p{
	margin-bottom: 0 !important;
}


#price_table {
	display: table;
	width: 100%;
	max-width: 100%;
	margin: 20px 0 20px 0;
	line-height: 1.4;
	text-align: center;
	border-top: 1px solid #C0AE85;
	border-right: 1px solid #C0AE85;
	font-family: 'Times New Roman', serif;
}
#price_table1b {
	display: table;
	width: 100%;
	max-width: 800px;
	margin: 20px auto 20px auto !important;
	line-height: 1.4;
	text-align: center;
	border-top: 1px solid #C0AE85;
	border-right: 1px solid #C0AE85;
	font-family: 'Times New Roman', serif;
}
#price_table table {
	display: table;
	width: 100%;
	max-width: 100%;
}
#price_table1b table {
	display: table;
	width: 100%;
	max-width: 100%;
}
.td_01 {
	border-bottom: 1px solid #C0AE85;
	border-left: 1px solid #C0AE85;
	padding: 5px 10px;
}
.td_02 {
	border-left: 1px solid #C0AE85;
}
.td_03 {
	border-bottom: 1px solid #C0AE85;
	border-left: 1px solid #C0AE85;
}
.td_04 {
	border-bottom: 1px solid #C0AE85;
	border-left: 1px solid #C0AE85;
	padding: 5px 10px;
	width: 120px;
}
.td_detale {
	border-bottom: 1px solid #C0AE85;
	border-left: 1px solid #C0AE85;
	font-size: 11px;
	line-height: 1.2;
	padding: 3px;
	background-color: #EBE6D8;
}
.td_price_l {
	border-bottom: 1px solid #C0AE85;
	border-left: 1px solid #C0AE85;
	text-align: right;
	padding: 5px 10px;
	font-size: 140%;
	font-weight: bold;
	width: 90px;
}
.td_price_l_3 {
	border-bottom: 1px solid #C0AE85;
	border-left: 1px solid #C0AE85;
	text-align: right;
	padding: 5px 10px;
	font-size: 140%;
	font-weight: bold;
	width: 130px;
}
.td_price_l_2 {
	border-left: 1px solid #C0AE85;
	text-align: center;
	padding: 5px 10px;
	font-size: 130%;
	font-weight: bold;
	max-height: 100%;
}
.td_price {
	border-bottom: 1px solid #C0AE85;
	border-left: 1px solid #C0AE85;
	text-align: right;
	padding: 5px 10px;
	width: 80px;
	font-size: 130%;
}
td.color01 {
	background: #FFF8E1;
}
.line02 {
	border-top: 2px solid #C0AE85;
}
a.alink {
	padding: 0 0 0 14px;
	background: url(../images/common/link_mark_02.gif) left 0.3em no-repeat;
}
#item_pic ul {
	height: 212px;
	margin: 60px 0 30px 0;
	padding: 0;
	list-style: none;
	width: 672px;
}
#item_pic li {
	width: 220px;
	height: 212px;
	margin: 0 5px 0 0;
	padding: 0;
	display: block;
	float: left;						/*回り込ませて横並びにする*/
}
.end {
	padding: 0;
	margin: 0;
}
div.reference{
	display: table;
	width: 330px;
	border: 1px solid #C0AE85;
	padding: 15px 15px 0 15px;
	margin-bottom:30px;
}
div.reference h5{
	font-size: 16px;
	line-height: 180%;
	font-weight: 600;
	border-bottom: 1px solid #C0AE85;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
div.reference dl{
	display: flex;
	flex-wrap: wrap;
	padding: 3px 0;
}
div.reference dl dt{
	width: 50%;
	
}
div.reference dl dd{
	width: 50%;
}
div.reference p{
	font-size: 15px;
}

#message_area_section{
	display: block;
	position: relative;
	width: 100% !important;
	margin: -26px 0 30px 0 !important;
	float: left;
	clear: both;
	z-index: 2;
}

#message_area_section h3{
	font-size:44px;
	line-height: 180%;
	color: #fff;
	text-align: center;
	font-weight: 200;
	letter-spacing: 1px;
	margin: 26px 0 20px 0;
}
#message_area_section .jp_subtitle{
	display: block;
	font-size:15px;
	color: #fff;
	text-align: center;
	font-weight: 400 !important;
	margin-top: -20px !important;
	margin-bottom: 50px !important;
	clear: both;
}

#message_area_section h4{
	font-size:32px;
	line-height: 180%;
	font-weight: 300 !important;
	color: #EEE1B5;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#message_area_section h4 .small{
	display: inline-block;
	font-size:14px !important;
	line-height: 14px !important;
	font-weight: 400 !important;
	background-color: #EEE1B5;
	color: #000;
	padding: 5px 15px 6px 15px;
	margin: 19px 0 0 20px;
	vertical-align:top;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.message_area{
	display: block;
	width: 1100px;
	text-align: justify !important;
	padding: 50px 0 80px 0;
	margin: 0 auto 50px auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
	clear: both;
}

.message_area p{
	font-size: 15px !important;
	line-height: 180% !important;
	font-weight: 200 !important;
	margin-bottom: 20px;
}

.message_profile{
	display: block;
	width: 1000px;
	font-size:12px;
	background-color: #f5f5f5;
	margin: 20px 0 0 0;
	padding: 25px 50px ;
	float: left;
	clear: both;
}
.message_profile p{
	font-size:13px;
	line-height: 220%;
}
.message_profile dl{
	display: block;
	width: 600px;
	border-bottom: dashed 1px #ccc;
	float: left;
	clear: both;
}
.message_profile dt{
	display: block;
	width: 180px;
	border-top: dashed 1px #ccc;
	padding-top: 8px;
	margin-bottom: 9px;
	float: left;
}
.message_profile dd{
	display: block;
	width: 420px;
	border-top: dashed 1px #ccc;
	padding-top: 8px;
	margin-bottom: 9px;
	float: left;
}
.message_area img{
	margin-top: 20px;
}

/*.jun_area{
	background-image: url("../images/bg_tailoring.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.sho_area{
	background-image: url("../images/bg_sho.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}*/

.jun_img{
	display: block;
	margin: 0 0 20px 40px !important;
	float: right;
}
.sho_img{
	display: block;
	margin: 0 40px 20px 0 !important;
	float: left;
}
.takahashi_photo0102{
	display: block;
	position: absolute;
	margin-left: 770px !important;
	margin-top: 43px !important;
}
.takahashi_photo0202{
	display: block;
	position: absolute;
	margin-left: 770px !important;
	margin-top: 43px !important;
}

.concept_title{
	display: block;
	width: 1100px;
	height: 300px;
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
.concept_title01{
	background-image: url("../images/concept_title01.jpg");
}
.concept_title02{
	margin-top: 100px;
	background-image: url("../images/concept_title02.jpg");
}
.concept_title03{
	margin-top: 100px;
	background-image: url("../images/concept_title03.jpg");
}
.concept_title04{
	margin-top: 100px;
	background-image: url("../images/concept_title04.jpg");
}
.concept_title05{
	margin-top: 100px;
	background-image: url("../images/concept_title05.jpg");
}
.concept_title h4{
	display: block;
	width: 580px;
	text-align: center;
	font-weight: 200 !important;
	background-image: url("../images/concept_h4bg.png");
	padding: 20px 0 20px 0;
	margin: 110px auto 0 auto;
}

.cleaning_img_area{
	display: block;
	width: 1100px;
	padding: 0;
	margin: 30px 0 50px 0;
	float: left;
	clear: both;
}
.cleaning_img01{
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.cleaning_img02{
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.cleaning_img03{
	padding: 0;
	float: left;
}

.greenlabel_img_area{
	display: block;
	width: 1100px;
	padding: 0;
	margin: 30px 0 100px 0;
	float: left;
	clear: both;
}
.greenlabel_img01{
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}
.greenlabel_img02{
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}

.item_block{
 	display: table;
	width: 1018px;
	max-width: 100%;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #C6BA98;
	padding:40px 40px 25px 40px;
	margin: 0 auto 30px auto !important;
	float: left;
	clear: both;
}

.bespoke_sup{
	display: block;
	width: 1100px;
	margin: 50px 0 0 0;
	float: left;
	clear: both;
}
.bespoke_sup strong{
	display: block;
	width: 100%;
	font-size:14px;
	text-align: center !important;
	font-weight: 500;
	border-bottom: dashed 1px #999;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}
.bespoke_sup p{
	font-size: 13px !important;
	line-height: 150%;
	text-align: justify;
}
.bespoke_sup h3{
	display: block;
	width: 50px;
	font-size: 15px !important;
	line-height: 150%;
	color: #333 !important;
	margin: 0 auto 20px auto;
	border-bottom: solid 5px #E9E9E9;
}
.bespoke_sup .left_block{
	display: block;
	width: 510px;
	padding: 15px;
	background-color: #E9E9E9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left !important;
}
.bespoke_sup .right_block{
	display: block;
	width: 510px;
	padding: 15px;
	background-color: #E9E9E9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: right;
}

.bespoke_lead{
	display: block;
	width: 1100px;
	margin-bottom: 100px;
	float: left;
	clear: both;
}
.bespoke_lead p{
	font-size: 16px !important;
	line-height: 160%;
	text-align: justify;
	margin-bottom: 20px;
}
.bespoke_lead strong{
	display: block;
	width: 100%;
	text-align: center;
	align-items: center;
	font-size: 35px !important;
	line-height: 160%;
	font-weight: 500;
	margin-bottom: 30px;
}

.be_navi{
	display: block;
	width: 100%;
	text-align: center;
	float: left;
	clear: both;
}
.be_navi li{
	display: inline-block;
}
.be_navi li a{
	display: inline-block;
	font-size:13px;
	color: #000;
	padding: 5px 5px;
	font-feature-settings: "palt";
}

.bespoke_order{
	display: block;
	width: 1100px;
	background-color: #fff;
	padding: 0;
	margin: 0 0 0 0;
	float: left;
	clear: both;
}
.bespoke_order img{
}
.bespoke_flow{
	display: block;
	width: 1100px;
	background-color: #fff;
	padding: 0;
	margin:30px 0 70px 0;
	float: left;
	clear: both;
}
.bespoke_flow p{
	font-size: 15px !important;
	font-feature-settings: "palt";
	margin-bottom: 20px;
}

.bespoke_flow h4{
	display: flex;
	text-align: left;
	align-items: center;
	color: #8F6E0D;
	font-size: 28px !important;
	line-height: 160%;
	font-weight: 400 !important;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.bespoke_flow h4:after {
  content: '';
  flex: 1 0 auto;
  border-bottom: 1px solid #000;
  margin-left: 10px
}

.bespoke_flow h4 .num {
  font-size: 32px;
  font-weight: 300 !important;
  color: #8F6E0D;
  line-height: 1;
  letter-spacing: 1px;
  margin-right: 10px
}

.bespoke_flow .sub_lead strong{
	display: block;
	text-align: center!important;
	color: #333 !important;
	font-size: 30px !important;
	line-height: 160%;
	font-weight: 700;
	font-feature-settings: "palt";
	margin: 30px 0 60px 0;
}
.text_block{
	display: block;
	width: 100%;
	margin-bottom: 25px;
	float: left;
	clear: both;
}
.text_block2{
    line-height: 180%;
}
.commentary{
	display: block;
	background-color: #E9E9E9;
	padding: 30px;
	margin: 30px auto 0 auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
	clear: both;
}
.commentary p{
	font-size: 13px !important;
	margin-bottom: 20px;
}

.commentary strong{
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center !important;
	font-weight: 500;
	border-bottom: dashed 1px #999;
	padding: 0 0 8px 0;
	margin: 0 0 15px 0;
	float: left;
	clear: both;
}

.item_brock{
	display: block;
	width: calc(100% - 54px);
	padding: 25px 25px 15px 25px;
	margin: 0 0 20px 0;
	background-color: #FFFCF0;
	border: solid 2px #F8EFCE;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left !important;
}
.item_brock p{
	font-size:13px !important;
}
.item_brock p strong{
	display: inline-block;
	font-size:13px !important;
	line-height: 180% !important;
	font-weight: 400 !important;
	background-color: #6E5F58;
	padding: 3px 10px;
	margin-bottom: 10px;
	color: #fff !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	clear: both !important;
}

.year_block{
	display: block;
	position: relative;
	max-width: 750px;
	height: auto !important;
	padding: 30px 30px 30px 30px;
	margin: 0 0 30px 50px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	float: left;
	clear: both !important;
}

.year_block img{
	display: block;
	margin: 30px auto 0 auto !important;
}

.year_block .caption_text{
	font-size:18px !important;
	font-weight: 300 !important;
	line-height: 140%;
	margin-bottom: 0 !important;
	padding: 4px 0 7px 14px;
	letter-spacing: 0.5px;
	font-feature-settings: "palt";
	white-space: nowrap;
	border-left: solid 8px #B89019;
	clear: both;
}

.year_block .era{
	display: block;
	position: absolute;
	width: 90px;
	text-align: center!important;
	font-size:12px !important;
	margin:75px 0 0 730px;
	background-color: #fff;
}

.year_block .year{
	display: inline-block;
	position: absolute;
	width: 90px;
	height: 70px;
	text-align: center;
	font-size:30px;
	background-color: #D6BB70;
	padding: 20px 0 0 0;
	margin-top: -15px;
	margin-left: 730px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	clear: both !important;
}
.year_block .year span{
	display: block;
	font-size:15px !important;
	margin-top: -5px;
	clear: both;
}
.year_block .year2{
	display: inline-block;
	position: absolute;
	width: 90px;
	height: 70px;
	text-align: center;
	font-size:30px;
	color: #fff;
	background-color: #D90000;
	padding: 20px 0 0 0;
	margin-top: -15px;
	margin-left: 730px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	clear: both !important;
}

.img_cap{
	font-size: 12px;
	margin-bottom: 30px;
}

.history_area{
	display: block;
	width: 100%;
	height: auto;
	background-image: url("../images/timeline.png");
	background-repeat: repeat-y;
	background-position: 828px 0;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float: left;
	clear: both;
}

.year_event{
	display: block;
	position: relative;
	width: 200px;
	height: auto !important;
	text-align: left;
	margin-bottom: 12px;
	float: right;
	clear: both;
}
.year_event .year{
	color: #666;
	padding: 0 0 5px 0;
	margin: 0 0 3px 0;
	border-bottom: solid 1px #999;
}
.year_event .caption_text{
	font-size:12px !important;
	text-indent: 15px;
}

.map_area iframe,
.map_area object,
.map_area embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.map_area iframe:hover,
.map_area object:hover,
.map_area embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.table_class{
	display: table;
	width: calc(100% - 2px);
	max-width: 100%;
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 80px;
	border-collapse: collapse;
	border: solid 1px #999;/*表全体を線で囲う*/
	background-color: #fff;
}

.table_class p{
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 0;
}

.table_class td{
	display: table-cell;
	text-align: left;
	padding: 15px 30px;
	margin: 0;
	border: solid 1px #999 !important;
}
.table_class th{
	display: table-cell;
	width: 180px;
	text-align: left;
	padding: 15px 30px;
	margin: 0;
	border: solid 1px #999 !important;
}

.table_class2{
	display: table;
	width: calc(100% - 2px);
	max-width: 100%;
	line-height: 160%;
	margin-bottom: 40px;
	border-collapse: collapse;
	border: solid 1px #999;/*表全体を線で囲う*/
	background-color: #fff;
}

.table_class2 p{
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 0;
}

.table_class2 td{
	display: table-cell;
	font-size: 16px;
	text-align: left;
	padding: 15px 30px;
	margin: 0;
	border: solid 1px #999 !important;
}
.table_class2 th{
	display: table-cell;
	font-size: 18px;
	line-height: 150%;
	width: 360px;
	font-weight: 400 !important;
	letter-spacing: 1px;
	text-align: left;
	padding: 15px 30px;
	margin: 0;
	border: solid 1px #999 !important;
}

.table_class2 tr:nth-child(odd){
background:#f5f5f5;
}

.class_info{
	display: table;
	width: 100%;
	font-size: 16px !important;
	line-height: 180%;
	padding: 50px;
	background-color: #f5f5f5;
	float: left;
	clear: both;
}

.class_info strong{
	display: block;
	width: 100%;
	font-size: 20px !important;
	line-height: 180%;
	margin-bottom: 15px;
	float: left;
	clear: both;
}

.apply a{
 	display: inline-block;
	color: #333;
	font-size:18px;
	font-weight: 400;
	text-decoration: none;
	border-top: 3px solid #d8dcdc;
	border-right: 3px solid #666;
	border-bottom: 3px solid #333;
	border-left: 3px solid #868888;
	background-image: url("../images/pdf.png");
	background-position: 60px 50%;
	background-repeat: no-repeat;
	background-size: 22px auto;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	padding: 15px 50px 15px 100px;
	margin: 10px auto 25px auto !important;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	transition-duration: 0.2s;
	float: none;
	clear: both;
}
.apply a:hover{
	color: #FFD300 !important;
	transition-duration: 0.2s;
}

.y1904{
	margin-top: -500px !important;
}

.y1936{
	margin-top: -400px !important;
}
.y1937{
	margin-top: -300px !important;
}
.y1941{
	margin-top: -200px !important;
}
.y1945{
	margin-top: -100px !important;
}

.y1958{
	margin-top: -400px !important;
}
.y1964{
	margin-top: -300px !important;
}
.y1969{
	margin-top: -200px !important;
}
.y1972{
	margin-top: -100px !important;
}

.y1989{
	margin-top: -200px !important;
}

.y1990{
	margin-top: -100px !important;
}

.y2001{
	margin-top: -100px !important;
}

.y2011a{
	margin-top: -100px !important;
}

.y2019{
	margin-top: -100px !important;
}

.essaycontents_area article,
.newscontents_area article{
	display: block;
	width: 850px !important;
	min-height: 300px;
	margin: 30px 0 50px 0;
	float: left;
}

.essay_title{
	display: block;
	width: 850px;
	font-size: 25px !important;
	line-height: 120%;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0 0 5px 0 !important;
	float: left;
	clear: both;
}
.essay_title a{
	color: #000;
	text-decoration: none;
	transition-duration: 0.4s;
}
.essay_title a:hover{
	color: #ccc;
	transition-duration: 0.2s;
}
.essay_date{
	display: block;
	width: 850px;
	font-size: 16px;
	font-weight: 500;
    border-bottom: dotted 1px #666;
	color: #666;
    padding: 0 0 20px 0;
	margin: 0 0 40px 0;
	float: left;
	clear: both;
}

#secondary section .aside_news,
#secondary section .aside_essay{
	display: block;
	width: 250px;
	min-height: 300px;
	margin-bottom: 50px;
	float: right;
}

.essay_title_h3{
	font-size:30px !important;
	line-height: 180%;
	color: #916F0C;
	text-align: left !important;
	font-weight: 500 !important;
	margin-bottom: 15px !important;
	clear: both;
}

#secondary .essaycontents_area .text_area p{
	margin-bottom: 30px !important;
}

#secondary .essaycontents_area .text_area a:hover,
#secondary .newscontents_area .text_area a:hover{
	text-decoration: none;
}


.program-widget-title{
	display: block;
	width: 250px;
	text-align: center;
	font-weight: 400;
	padding: 8px 0;
	border-top: solid 1px #ddd;
	background-color: #ddd;
	margin: 30px 0 0 0;
	float: left;
	clear: both;
}
.program-widget li,.category-posts-internal li{
	display: block;
	width: 298px;
	font-size: 13px;
	border-top: solid 1px #ddd;
	font-feature-settings: "palt" !important;
	float: left;
	clear: both;
}
.program-widget li a,.category-posts-internal li a{
	display: block;
	width: 205px;
	text-decoration: none;
	color: #000;
	background-image: url("../images/snavi_arrow.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 12px 15px 11px 30px;
	float: left;
	clear: both;
	transition-duration: 0.4s;
}
.program-widget li a:hover,.category-posts-internal li a:hover{
	background-color: #D9D0BF;
	transition-duration: 0.2s;
}

.program-widget select{
  /* styling */
  width: 100%;
  background-color: white;
  border:  solid 1px #999;
  border-radius: 4px;
  display: inline-block;
  font-size:15px;
  color: #999;
  line-height: 1.5em;
  background-color: #F9F7F8;
  padding: 10px 60px 10px 10px;
  margin: 10px 0 15px 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.program-widget select:focus {
    outline:none !important;
}


/* pager */
.pager{
	display:block;
	width:100%;
	height:50px;
	text-align:center;
	font-size:13px;
	line-height: 110%;
	margin:70px 0 0 0 !important;
	float:left;
	clear:both;
}

a.page-numbers,
.pager .current{
	color: #666;
	text-decoration: none;
	border:solid 1px #666;
	background-color: #fff;
	padding:0 6px 2px 6px;
	margin:0 1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.pager .current{
	border:solid 1px #666;
	background:#666;
	color:#fff;
}

.height01{
	height: 130px !important;
}
.height02{
	height: 140px !important;
}
.height03{
	height: 170px !important;
}

.news_links{
	display: block;
	width: calc(100% - 30px);
	font-size: 12px !important;
	background-color: #f5f5f5;
	padding: 10px 15px;
	margin: 100px 0 0 0;
	float: left;
	clear: both;
}

.news_links a{
	color: #000;
}
.news_links a:hover{
	text-decoration: none;
}
.left_link{
	display: block;
	float: left;
}
.right_link{
	display: block;
	float: right;
}

.flex-control-nav {
	position: absolute;
	bottom:190px !important;
	z-index: 100000000 !important;
}

.footer_link_area{
    display: block;
    float: left;
}

/*.mailmagazine_form {
    display: block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 70px;
    float: left;
    clear: both;
}*/
.mailmagazine_form {
    display: block;
    width:100%;
    margin: 50px 0 70px 0;
    float: left;
    clear: both;
}
.mailmagazine_form2 {
    width: 350px !important;
    margin: 50px auto 70px auto !important;
    float: none !important;
    clear: both;
}
footer .mailmagazine_form a{
	color: #fff;
}
footer .mailmagazine_form a:hover{
	text-decoration: none !important;
}
.mailmagazine_form input[type="text"] {
	display: block;
	width: 220px;
    height: 15px;
	font-size: 13px;
	padding: 4px 5px;
	margin: 0 0 0 0  !important;
	background-color: #ebebeb;
    border: none !important;
    float: left;
}

.mailmagazine_form input[type="button"] {
	display: block;
	width: 80px;
    height: 23px;
	font-size: 12px !important;
    line-height: 9px !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 20px  !important;
	background-color: #634012;
	color: #fff;
	cursor: pointer;
	border-style: none;
    transition: 0.5s;
    float: left;
}
.mailmagazine_form input[type="button"]:hover{
	background-color: #7E5112;
    color: #E2DECF;
    transition: 0.2s;
}
.mailmagazine_form input[type="button"]:active{
	background-color: #A26F28;
    transition: 0.0s;
}
.mailmagazine_form input::-webkit-input-placeholder,
.mailmagazine_form input:-moz-placeholder,
.mailmagazine_form input::-moz-placeholder,
.mailmagazine_form input:-ms-input-placeholder {
    color: #ddd;
    font-size: 10px !important;
}
.mailmagazine_form .text{
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 130% !important;
    margin-bottom: 15px;
    float: left;
    clear: both;
}
.mailmagazine_form .text strong{
    display: block;
    width: 100%;
    height: 25px;
    font-size: 13px !important;
    line-height: 130% !important;
    font-weight: 500 !important;
    float: left;
    clear: both;
}
.mailmagazine_form .mail_img{
    display: inline-block;
    width: 17px;
    height: auto;
    margin-top: 2px !important;
    margin-right: 7px;
    vertical-align: top !important;
    float: left;
}

.mailmagazine_form .bt a {
    display: block;
	text-decoration: none !important;
    width:200px;
	text-align: center;
	font-size: 0.7rem;
	color: #fff;
    padding: 3px 0 2px 0;
	margin: 2px auto 5px auto;
    background-color: #745A13;
    border-radius: 4px;
	float: left;
	clear: both;
	transition: 0.2s;
}
.mailmagazine_form .bt a:hover {
    background-color: #C7A23B;
    transition: 0.2s;
}

.maillist_area{
    display: block;
    width: 100%;
    margin-bottom: 30px !important;
    float: left;
    clear: both;
}
.maillist_area h4{
    display: block;
    width: 100%;
    color: #916F0C !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin: 20px 0 5px 0 !important;
    float: left;
    clear: both;
}


/*メルマガ202509以降*/
.mailmagazine_form202509 {
    width: 650px !important;
    margin: 50px auto 70px auto !important;
    float: none !important;
    clear: both;
}


/*.maillist_area .mailmagazine_form {
    display: block;
    width: 100% !important;
    margin-top: 50px;
    margin-bottom: 70px;
    float: left;
    clear: both;
}
.maillist_area .mailmagazine_form input[type="text"] {
	display: block;
	width: 220px !important;
    height: 15px;
	font-size: 13px;
	padding: 4px 5px;
	margin: 0 0 0 0  !important;
	background-color: #ebebeb;
    border: solid 1px #999 !mportant;
    float: left !important;
}

.maillist_area .delete_mail{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    float: left;
    clear: both;
}
.maillist_area .mailmagazine_form input[type="button"] {
	display: block;
	width: 80px;
    height: 23px;
	font-size: 12px !important;
    line-height: 9px !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 20px  !important;
	background-color: #634012;
	color: #fff;
	cursor: pointer;
	border-style: none;
    transition: 0.5s;
    float: left !important;
}
.maillist_area .mailmagazine_form input[type="button"]:hover{
	background-color: #7E5112;
    color: #E2DECF;
    transition: 0.2s;
}
.maillist_area .mailmagazine_form input[type="button"]:active{
	background-color: #A26F28;
    transition: 0.0s;
}
.maillist_area .mailmagazine_form input::-webkit-input-placeholder,
.maillist_area .mailmagazine_form input:-moz-placeholder,
.maillist_area .mailmagazine_form input::-moz-placeholder,
.maillist_area .mailmagazine_form input:-ms-input-placeholder {
    color: #ddd;
    font-size: 10px !important;
}
.maillist_area .mailmagazine_form .text{
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 130% !important;
    margin-bottom: 15px;
    float: left;
    clear: both;
}
.maillist_area .mailmagazine_form .text strong{
    display: block;
    width: 100%;
    height: 25px;
    font-size: 13px !important;
    line-height: 130% !important;
    font-weight: 500 !important;
    float: left;
    clear: both;
}
.maillist_area .mailmagazine_form .mail_img{
    display: inline-block;
    width: 17px;
    height: auto;
    margin-top: 2px !important;
    margin-right: 7px;
    vertical-align: top !important;
    float: left;
}
.mailmagazine_block{
    display: block;
    width: 350px !important;
    margin: 0 auto 30px auto !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
}

.maillist_area a{
	color: #000 !important;
}
.maillist_area a:hover{
	text-decoration: none !important;
}*/

.feed_area{
	display:block;
	max-width:100%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
}
#sb_instagram{
	max-width:calc(100% - 35px)!important;
	margin:20px auto !important;
}


.style_area_block{
    display: block;
    position: absolute !important;
    width: 100% !important;
    height: 150px;
    z-index: 100000 !important;
    left: 0;
    right: 0;
    margin-top: -180px;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    transition: 0.5s;
}

.style_area{
    display: block;
    position: relative !important;
    width: 648px !important;
    /*width: 390px !important;*/
    height: 155px;
    z-index: 100000 !important;
    margin: 0 auto;
    transition: 0.5s;
}
.style_area_title a{
    display: block !important;
    text-decoration: none;
    width: 100px;
    height: 35px !important;
    color: #fff;
    text-align: center;
    font-size:18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 auto !important;
    float: none;
    clear: both;
    cursor: pointer !important;
    position: relative;
    z-index: 1000000 !important;
    transition: 0.3s;
}
.style_area_title a:hover{
    color: #FBD971;
    transition: 0.2s;
}
.style_area li{
    display: inline-block;
    width: 110px;
    height: 110px;
    border: solid 2px #fff;
    margin: 0 6px;
}
.style_area li img{
    display: inline-block;
    width: 110px;
    height: 110px;
    object-fit: cover;
    object-position: center center;
}
.style_area li a{
    transition: 0.2s;
}
.style_area li a:hover{
    transition: 0.2s;
    opacity: 0.50;
}

@media screen and (max-height: 680px) {
   /*.style_area_block{
        display: none !important;
        animation: fadeIn 3s ease 0s 1 normal;
        -webkit-animation: fadeIn 3s ease 0s 1 normal;
    }*/
    
    .style_area_block{
        display: block;
        position: absolute !important;
        width: 100% !important;
        height: 150px;
        z-index: 100000 !important;
        left: 0;
        right: 0;
        margin-top: -100px;
        animation: fadeIn 3s ease 0s 1 normal;
        -webkit-animation: fadeIn 3s ease 0s 1 normal;
       transition: 0.5s;
    }

    .style_area_title a{
        display: none !important;
    }
    .style_area{
        display: block;
        position: relative !important;
        width: 450px !important;
        /*width: 270px !important;*/
        height: 80px;
        z-index: 100000 !important;
        margin: 0 30px 0 0;
        float: right;
        transition: 0.5s;
    }
    .style_area li{
        display: inline-block;
        width: 70px;
        height: 70px;
        border: solid 2px #fff;
        margin: 0 5px;
    }
    .style_area li img{
        display: inline-block;
        width: 70px;
        height: 70px;
        object-fit: cover;
        object-position: center center;
    }
}
@media screen and (max-height: 414px) {
    .style_area_block{
        display: none !important;
    }
    .kafu2{
        display: none !important;
    }
}

.style_block{
    display: block;
    width: 100%;
    border-bottom: dotted 1px #666;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
    float: left;
    clear: both;
}
.style_block a{
    display: block;
    width: 100%;
    color: #000;
    text-decoration: none;
    float: left;
    clear: both;
}
.style_block a:hover{
    color: #ccc;
}
.style_block .style_thumbnail{
    display: block;
    width: 190px;
    height: 190px;
    float: left;
    overflow: hidden;
}
.style_block .style_thumbnail img{
    display: block;
    width: 100%;
    height: auto;
    transition: 0.3s;
}
.style_block a:hover>.style_thumbnail img{
    transform: scale(1.2);
    transition: 0.2s;
}
.style_block .style_text{
    display: block;
    width: calc(100% - 220px);
    height: auto;
    float: right;
}

.style_block .essay_date{
	border-bottom: none !important;
}

.toppage202408 .top_style_area{
    margin-top: calc(100vh - 132px) !important;
}

.toppage202408 #tailoringclass .class_area2{
    max-width: 1100px !important;
}

.toppage202408 #tailoringclass .class_area2 .essay_block2{
	display: block !important;
	width: 48% !important;
    max-width: 500px !important;
	height: auto;
}
.top_style_area{
    display: block;
    width: 100%;
    height: auto;
    background-color: #111111;
    float: left;
    clear: both;
}
.top_style_area article{
    display: block;
    width: 90%;
    padding: 0 0 120px 0 !important;
    max-width: 1600px !important;
    margin: 0 auto !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    clear: both;
}

.top_style_area ul{
    display: flex;
    width: 100%;
    max-width: 1400px;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    margin: 0 auto !important;
}
.top_style_area ul li{
    display: block;
    width: 18% !important;
    height: auto;
}
.top_style_area ul a{
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    float: left;
    clear: both;
}
.top_style_area ul a:hover{
    color: #ccc;
}
.top_style_area ul .thumbnail{
    display: block;
    width: 100% !important;
    height: auto;
    float: left;
    overflow: hidden;
}
.top_style_area ul .thumbnail img{
    display: block;
    width: 100%;
    height: auto;
    transition: 0.3s;
}
.style_block a:hover>.thumbnail img{
    transform: scale(1.2);
    transition: 0.2s;
}

.to_style_list a{
    display: block;
    min-width: 150px;
    max-width: 350px;
    text-align: center;
    font-size: 14px !important;
    text-decoration: none;
    color: #fff;
    padding: 5px 5px 6px 5px;
    margin: 80px 0 -30px 0 !important;
    border: solid 1px #fff;
    background-image: url("../images/more.png");
	background-size: 100% 0;
	background-position: center center;
	background-repeat: no-repeat;
    transition: 0.3s;
    word-break: keep-all;
    float: right;
    clear: both;
}
.to_style_list a:hover{
    color: #000 !important;
	background-size: 100% 100%;
    transition: 0.6s;
}
.title_top_style{
    display: block;
    width: 225px !important;
    height: 45px;
    margin: 100px auto 50px auto !important;
}
.title_top_style img{
    display: block;
    width: 100% !important;
    height: auto;
}
.title_top_essay{
    display: block;
    width: 100% !important;
    height: 45px !important;
    margin: 0 auto -120px auto !important;
    float: left;
    clear: both;
}
.title_top_essay img{
    display: block;
    width: 225px !important;
    height: 45px !important;
    margin: 50px auto 0 auto !important
}
.to_news_list{
    display: block;
    width: 90%;
    max-width: 1600px;
    color: #000 !important;
    margin: -30px auto -50px auto !important;
    float: none;
    clear: both;
}
.to_news_list a{
    display: block;
    min-width: 150px;
    max-width: 350px;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 14px !important;
    text-decoration: none;
    color: #000 !important;
    padding: 5px 5px 6px 5px;
    margin: 80px 0 0 0;
    border: solid 1px #000 !important;
    background-image: url("../images/more.png");
	background-size: 100% 0;
	background-position: center center;
	background-repeat: no-repeat;
    transition: 0.3s;
    word-break: keep-all;
    float: right;
    clear: both;
}
.to_news_list a:hover{
	background-size: 100% 100%;
    transition: 0.6s;
}

.mailmagazine_top {
    display: block;
    position: fixed;
    width:290px;
    height: 102px;
    padding: 18px 15px 15px 15px;
    background-color: #eeefef;
    right: 40px;
    bottom:30px;
    z-index: 100;
    border-radius: 6px;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.25));
}
.mailmagazine_top p {
    text-align: justify;
    font-size: 12px;
    line-height: 160%;
}
.mailmagazine_top p strong {
    display: block;
    width: 100%;
    text-align: center !important;
    font-size: 19px;
    color: #9c8a78;
    font-weight: 500;
    margin: 0 0 10px 0;
    float: left;
    clear: both;
}
.mailmagazine_top input[type="text"] {
	display: block;
	width: 198px;
    height: 15px;
	font-size: 13px;
	padding: 4px 5px;
	margin: 7px 0 0 0  !important;
	background-color: #fff;
    border: solid 1px #9e9e9f !important;
    float: left;
}

.mailmagazine_top input[type="button"] {
	display: block;
	width: 70px;
    height: 23px;
    font-family: 'Noto Serif JP', serif;
	font-size: 14px !important;
    line-height: 9px !important;
	padding: 0 0 0 0 !important;
	margin: 7px 0 0 10px  !important;
	color: #222;
    background-color: #eeefef;
    font-weight: 400 !important;
	cursor: pointer;
	border-style: none;
    transition: 0.5s;
    float: left;
}
.mailmagazine_top input[type="button"]:hover{
	background-color: #7E5112;
    color: #E2DECF;
    transition: 0.2s;
}
.mailmagazine_top input[type="button"]:active{
	background-color: #A26F28;
    transition: 0.0s;
}
.mailmagazine_top input::-webkit-input-placeholder,
.mailmagazine_top input:-moz-placeholder,
.mailmagazine_top input::-moz-placeholder,
.mailmagazine_top input:-ms-input-placeholder {
    color: #ddd;
    font-size: 10px !important;
}

.mailmagazine_top a {
    display: block;
	text-decoration: none !important;
    width:100%;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;
    padding: 5px 0 6px 0;
	margin: 6px auto 5px auto;
    background-color: #91721C;
    border-radius: 7px;
	float: left;
	clear: both;
	transition: 0.2s;
}
.mailmagazine_top a:hover {
    background-color: #C7A23B;
    transition: 0.2s;
}

.am-success-payment h4{
    font-size: 0 !important;
    color: #fff !important;
}
.am-success-payment h4::after{
    content:"ご予約を承りました";
    color: #000 !important;
    font-size: 20px !important;
}
.am-svg-wrapper{
    display: none !important;
}

.am-confirmation-booking-header img{
    display: none !important;
}

.reservation_top a {
    display: flex;
    position: fixed;
    width:288px;
    height: 70px;
    padding: 0 15px 0 15px;
    background-color: #222;
    right: 41px;
    bottom:185px;
    z-index: 100;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-image: url("../images/reservation_bg.png");
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.25));
    color: #FCF1B7;
    text-decoration: none;
    border: solid 1px #AEA98E;
    transition: 0.2s;
    z-index: 100;
}
.reservation_top p {
    text-align: center;
    font-size: 15px;
    line-height: 150%;
    color: #FCF1B7;
}
.reservation_top a:hover {
    background-color: #B09546;
    transition: 0.2s;
}
.reservation_info a{
    display: block;
    text-decoration: none;
    width: 240px;
    text-align: left;
    color: #fff;
    background-color: #333;
    padding: 15px 30px 15px 105px;
    margin: -13px 15px 30px 0 !important;
    border-radius: 6px !important;
    background-image: url("../images/reservation_bg.png");
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
    float: right;
    transition: 0.2s;
}
.reservation_info a:hover{
    background-color: #B09546;
    transition: 0.2s;
}
.reservation_info p{
    font-size: 13px;
    line-height: 200% !important;
}
.reservation_info p strong{
    font-size: 15px !important;
    font-weight: normal !important;
    color: #C9AF63 !important;
}
