@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');
body {
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:15px;
	line-height: 1.6em;
	padding:0;
	margin:0;
	background:#fff;
	color: #46463F;
	-webkit-text-size-adjust: 100%;
	/*display:none	 フェードイン用 */
}




/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body {
	/*background:#ccc;*/
}
}


div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fildset,p,blockquote{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
}

img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
table {
    font-size:inherit;
    font:100%;
	border-collapse: collapse;
}

address{
	font-style:normal;
}

ul{
	list-style:none;
}
ul img{
	vertical-align: top;
	margin:0;
}

a{
	color:#46463F;
	text-decoration:none;
	outline:0;
	-webkit-transition: color 0.7s, background-color 1.0s;
	-moz-transition: color 0.7s, background-color 1.0s;
	transition: color 0.7s, background-color 1.0s;
}
a:hover{
	-webkit-transition: color 0.7s, background-color 0.4s;
	-moz-transition: color 0.7s, background-color 0.4s;
	transition: color 0.7s, background-color 0.4s;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.blocklink,
.blocklink2,
.blocklink_out {
	cursor:pointer;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 480px) {
/* スマホのときはビューポートを基準にサイズ調節する */
/* スマホ時：emまたは%で指定する */
/* スマホ以外でビューポート基準にするときは、その都度「vw」で指定する */
body {
	font-size: 4.1vw;
	letter-spacing: normal;
	line-height: 1.6em;
}
}



/*共通
---------------------------------------------------------*/
.section {
	width: 94%;
	padding: 0 3%;
	max-width: 1030px;
	margin: 0 auto;
	text-align: left;
}
.w900 {
	width: 94%;
	padding: 0 3%;
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
}
.w1100 {
	width: 94%;
	padding: 0 3%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
}
.w1110 {
	width: 94%;
	padding: 0 3%;
	max-width: 1110px;
	margin: 0 auto;
	text-align: left;
}
.w1130 {
	width: 94%;
	padding: 0 3%;
	max-width: 1130px;
	margin: 0 auto;
	text-align: left;
}
.w1160 {
	width: 94%;
	padding: 0 3%;
	max-width: 1160px;
	margin: 0 auto;
	text-align: left;
}
.w1210 {
	width: 94%;
	padding: 0 3%;
	max-width: 1210px;
	margin: 0 auto;
	text-align: left;
}
.w1300 {
	width: 94%;
	padding: 0 3%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
}
.w1340 {
	width: 94%;
	padding: 0 3%;
	max-width: 1340px;
	margin: 0 auto;
	text-align: left;
}
.w1400 {
	width: 94%;
	padding: 0 3%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
}
.ft_sans {
	font-family: 'Julius Sans One', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.bg_hover_li li {
	-webkit-transition: background-color 1.0s;
	-moz-transition: background-color 1.0s;
	transition: background-color 1.0s;
}
.bg_hover_li li:hover {
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

h1 {
	color: #79584C;
	font-size: 84%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.4em;
}



/*wrapper
---------------------------------------------------------*/
#wrapper{
}



/*header（下層ページ）
---------------------------------------------------------*/
.contentpage #header {
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}
.contentpage #header::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}
.contentpage #header .m_bg {
	width: 100%;
	height: 330px;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
}

.contentpage #header #h_logo {
	padding-top: 30px;
}
.contentpage #header #h_logo h1 {
	margin-top: 15px;
}

.contentpage #header #h_contact {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3e3f4da',GradientType=0 );
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
}

.eeecontentpage {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(227,244,218,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3e3f4da',GradientType=0 );
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
}


.contentpage #header #h_contact li {
	box-sizing: border-box;
	padding: 0 3%;
}
.contentpage #header #h_contact li:nth-child(1) {
	width: 50%;
}
.contentpage #header #h_contact li:nth-child(2) {
	width: 26%;
	border-left: dashed 1px rgba(53,53,47,0.2);
}
.contentpage #header #h_contact li:nth-child(3) {
	width: 50%;
	background: -moz-linear-gradient(top,  rgba(180,131,117,0.9) 0%, rgba(217,193,186,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(180,131,117,0.9) 0%, rgba(217,193,186,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(180,131,117,0.9) 0%, rgba(217,193,186,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e685b200', endColorstr='#e6b8df5b',GradientType=0 );
}
.contentpage #header #h_contact li:nth-child(3) a {
	display: block;
	width: 100%;
	padding: 20px 0;
}

.contentpage #header #m_nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.contentpage #header {
	margin-bottom: 8%;
}

.contentpage #header #h_logo {
	width: 38%;
}
.contentpage #header #h_logo h1 {
	display: none;
}

.contentpage #header #h_contact {
	width: 60%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contentpage #header {
	margin-bottom: 8%;
}

.contentpage #header::before {
	display: none;
}
.contentpage #header .m_bg {
	position: static;
	width: 100%;
	height: 180px;
	background-size: cover;
}

.contentpage #header #h_logo {
	padding: 10px 0;
}
.contentpage #header #h_logo p {
	width: 220px;
}
.contentpage #header #h_logo h1 {
	display: none;
}

.contentpage #header #h_contact {
	display: none;
}
}



/*モーダルウィンドウ（WEB予約POPUP表示）
---------------------------------------------------------*/
.modal_open{
cursor: pointer;
}
 
.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 80%;
    max-width: 840px;
    margin: 0;
    padding: 60px 2vw 60px;
    border: 2px solid #aaa;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}
 
.modal_close {
    position: absolute;
    top: 20px;
    right: 25px;
    display: block;
    width: 62px;
    line-height: 62px;
	cursor: pointer;
}
 
.modal_close .close.icon {
  color: #000;
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  width: 30px;
  height: 30px;
}

.modal_close .close.icon:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 21px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal_close .close.icon:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 21px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}

.yoyaku_pop{
font-size: 1.3em;
border-bottom: solid 1px #ccc;
padding-bottom: .7em;
margin-bottom: 1em;
font-weight: bold;
letter-spacing: .1em;
color: rgba(236,77,24,1.00);
}

.modal_box .tel{
font-size: 1.5em;
margin: .7em 0;
color: rgba(236,77,24,1.00);
}
 
@media screen and (max-width: 769px) {
/*  ウィンドウサイズ769px以下の時のスタイル  */
.modal_box {
padding: 50px 2vw 40px;
width: 90%;
}
.modal_close {
position: absolute;
top: 10px;
right: 15px;
}
.yoyaku_pop{
font-size: 1.2em;
line-height: 220%:
}
.modal_box .tel a{
font-size: 1.15em;
margin: .7em 0;
color: rgba(236,77,24,1.00);
}
}
#m_nav3 {
	width: 100%;
	max-width: 2300px;
	padding: 8px 0;
	background: #534338;
	margin: 0 auto;
	
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	position: relative;
	z-index: 50;
}


/*m_nav
---------------------------------------------------------*/
#m_nav {
	width: 100%;
	max-width: 2400px;
	padding: 8px 0;
	background: #534338;
	margin: 0 auto;
	
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	position: relative;
	z-index: 50;
}
#m_nav > li {
	box-sizing: border-box;
	border-left: solid 1px #DCD7D3;
    -webkit-flex-grow: 1;
    flex-grow: 1;
	
}
#m_nav > li:first-child {
	border-left: none;
	
}
#m_nav > li > a {
	display: block;
	padding: 0px 0 5px;
	font-size: 94%;
	letter-spacing: .05em;
	line-height: 1.8em;
	
}
#m_nav > li > a:hover,
#m_nav > li > a.select {
	color: #2DB200;
}
#m_nav > li > a > span {
	font-family: 'Julius Sans One', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: rgba(70,70,63,0.5);
	font-size: 86%;
	letter-spacing: normal;
	
}

#m_nav .in_menu {
	display: none;
	
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	top: 100%;
	left: 0;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
}

#m_nav .in_menu li:nth-child(odd) {
	background: #dfdad6;
}

#m_nav .in_menu li:nth-child(even) {
	background: #e5e1de;
}

#m_nav .in_menu li {
	padding: 15px;
	
}

#m_nav .in_menu li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

#m_nav .in_menu li:hover {
	background: #d2d6c4;
	transition: 1s;
}

/*
#m_nav .in_menu li a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #46463F;
	border-right: 1px solid #46463F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/

/* 診療メニュー */
#m_nav .mn_style1 .in_menu {
	_zoom: 1;
	overflow: hidden;
	padding: 0;
	margin-top: 0px;
	
}
#m_nav .mn_style1 .in_menu li {
	float: left;
	padding: 15px;
	width: 16.66%;
	box-sizing: border-box;
	font-size: 94%;
	text-align: center;
	
}

#m_nav .mn_style1 .in_menu li:nth-child(1), #m_nav .mn_style1 .in_menu li:nth-child(3), #m_nav .mn_style1 .in_menu li:nth-child(5),
#m_nav .mn_style1 .in_menu li:nth-child(8), #m_nav .mn_style1 .in_menu li:nth-child(10), #m_nav .mn_style1 .in_menu li:nth-child(12) {
	background: #dfdad6;
}

#m_nav .mn_style1 .in_menu li:nth-child(2), #m_nav .mn_style1 .in_menu li:nth-child(4), #m_nav .mn_style1 .in_menu li:nth-child(6),
#m_nav .mn_style1 .in_menu li:nth-child(7), #m_nav .mn_style1 .in_menu li:nth-child(9), #m_nav .mn_style1 .in_menu li:nth-child(11) {
	background: #e5e1de;
}

#m_nav .mn_style1 .in_menu li:hover {
	background: #d2d6c4;
}

#m_nav .mn_style1 .in_menu li a:hover {
	color: #2DB200;
}

#m_nav .mn_style1 .in_menu li a {
	padding-right: 0;
}

/* 他メニュー */
#m_nav .mn_style2 {
	position: relative;
}
#m_nav .mn_style2 .in_menu {
	padding: 20px 0;
}
#m_nav .mn_style2 .in_menu li {
	padding: 10px 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#m_nav {
	padding: 10px 0;
}
#m_nav > li > a {
	padding: 10px 0 5px;
	font-size: 80%;
	letter-spacing: normal;
	line-height: 1.8em;
}
#m_nav > li > a > span {
	font-size: 80%;
}

#m_nav .in_menu {
	font-size: 80%;
	letter-spacing: .05em;
}

#m_nav .mn_style2 .in_menu {
	padding: 10px 0;
}

#m_nav .mn_style2 .in_menu li a {
	padding-right: 0;
}
#m_nav .mn_style2 .in_menu li a::before {
	display: none;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#m_nav {
	display: none;
}
}



#header #m_nav2 {
	position: fixed;
	z-index: 300;
	background-color: #ffffff;
	left: 0;
	right: 0%;
	
}
#header #m_nav3 {
	position: fixed;
	z-index: 300;
	background-color: #ffffff;
	left: 0;
	right: 0%;
	
}
#header #test-header {
	position: fixed;
	z-index: 300;
	background-color: #ffffff;
	left: 0;
	right: 0%;
	
}


.follow-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  background-color: #ffffff;
  color: #241e1e;
  
}

.follow-logo img {
  height: 52px;
   
}

.follow-nav {
	

  margin-left: auto;
  padding: 0;
  display: flex;
  
  
}


.follow-reserve {
  display: flex;
  padding: 0px;
  font-size: 16px;
  
}
#m_nav3{
	width: 100%;
	max-width: 100%;
	padding-top: 20px 0;
	background: #F4F1EF;
	padding-top: 100px;
    display: -webkit-flex;	
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	position: fixed;
	z-index: 50;
	top: 20%;
	
}

/*m_nav2
---------------------------------------------------------*/
#m_nav2{
	width: 100%;
	max-width: 100%;
	padding: 20px 0;
	background: #F4F1EF;
	margin: 0 auto;
    display: -webkit-flex;	
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	position: fixed;
	z-index: 50;
	top: 0%;
	
}

#m_nav2 > li {
	box-sizing: border-box;
	border-left: solid 1px #DCD7D3;
    -webkit-flex-grow: 1;
    flex-grow: 1;
	
}
#m_nav2 > li:first-child {
	border-left: none;
}
#m_nav2 > li > a {
	display: block;
	padding: 10px 0 5px;
	font-size: 94%;
	letter-spacing: .05em;
	line-height: 1.8em;
	
}
#m_nav2 > li > a:hover,
#m_nav2 > li > a.select {
	color: #2DB200;
}
#m_nav2 > li > a > span {
	font-family: 'Julius Sans One', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: rgba(70,70,63,0.5);
	font-size: 86%;
	letter-spacing: normal;
}

#m_nav2 .in_menu {
	display: none;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	top: 100%;
	left: 0;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
}

#m_nav2 .in_menu li:nth-child(odd) {
	background: #dfdad6;
}

#m_nav2 .in_menu li:nth-child(even) {
	background: #e5e1de;
}

#m_nav2 .in_menu li {
	padding: 15px;
}

#m_nav2 .in_menu li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

#m_nav2 .in_menu li:hover {
	background: #d2d6c4;
	transition: 1s;
}
#m_nav2 .head3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*
#m_nav2 .in_menu li a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #46463F;
	border-right: 1px solid #46463F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/

/* 診療メニュー */
#m_nav2 .mn_style1 .in_menu {
	_zoom: 1;
	overflow: hidden;
	padding: 0;
	margin-top: 0px;
}
#m_nav2 .mn_style1 .in_menu li {
	float: left;
	padding: 15px;
	width: 16.66%;
	box-sizing: border-box;
	font-size: 94%;
	text-align: center;
}

#m_nav2 .mn_style1 .in_menu li:nth-child(1), #m_nav2 .mn_style1 .in_menu li:nth-child(3), #m_nav2 .mn_style1 .in_menu li:nth-child(5),
#m_nav2 .mn_style1 .in_menu li:nth-child(8), #m_nav2 .mn_style1 .in_menu li:nth-child(10), #m_nav2 .mn_style1 .in_menu li:nth-child(12) {
	background: #dfdad6;
}

#m_nav2 .mn_style1 .in_menu li:nth-child(2), #m_nav2 .mn_style1 .in_menu li:nth-child(4), #m_nav2 .mn_style1 .in_menu li:nth-child(6),
#m_nav2 .mn_style1 .in_menu li:nth-child(7), #m_nav2 .mn_style1 .in_menu li:nth-child(9), #m_nav2 .mn_style1 .in_menu li:nth-child(11) {
	background: #e5e1de;
}

#m_nav2 .mn_style1 .in_menu li:hover {
	background: #d2d6c4;
}

#m_nav2 .mn_style1 .in_menu li a:hover {
	color: #2DB200;
}

#m_nav2 .mn_style1 .in_menu li a {
	padding-right: 0;
}

/* 他メニュー */
#m_nav2 .mn_style2 {
	position: relative;
}
#m_nav2 .mn_style2 .in_menu {
	padding: 20px 0;
}
#m_nav2 .mn_style2 .in_menu li {
	padding: 10px 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#m_nav2 {
		padding: 10px 0;
	display: none;
	}
	#m_nav2 > li > a {
		padding: 10px 0 5px;
		font-size: 80%;
		letter-spacing: normal;
		line-height: 1.8em;
		
	}
	#m_nav2 > li > a > span {
		font-size: 80%;
	}
	
	#m_nav2 .in_menu {
		font-size: 80%;
		letter-spacing: .05em;
	}
	
	#m_nav2 .mn_style2 .in_menu {
		padding: 10px 0;
	}
	
	#m_nav2 .mn_style2 .in_menu li a {
		padding-right: 0;
	}
	#m_nav2 .mn_style2 .in_menu li a::before {
		display: none;
	}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#m_nav2 {
	display: none;
}
#m_nav2 a {
	display: none;
}
}



/*下層共通
---------------------------------------------------------*/
/* タイトル */
.contentpage h2 {
	text-align: center;
}
hr.com_title_line {
	width: 100%;
	max-width: 360px;
	margin: 15px auto 0;
	border: none;
	border-top: 1px dashed rgba(72,71,65,0.3);
}
.com_titile_sub {
	margin-top: 15px;
	text-align: center;
}

/* 導入 */
.com_lead {
	margin-top: 40px;
	text-align: center;
}
.com_lead dt {
	color: #79584C;
	font-size: 190%;
	font-weight: bold;
	letter-spacing: 0.25em;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.com_lead dd {
	font-size: 90%;
	line-height: 1.7em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* 導入 */
.com_lead {
	margin-top: 3%;
}
.com_lead dt {
	font-size: 170%;
	letter-spacing: 0.1em;
	margin-bottom: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* 導入 */
.com_lead {
	margin-top: 5%;
}
.com_lead dt {
	font-size: 150%;
	letter-spacing: 0.1em;
	margin-bottom: 3%;
}
.com_lead dd {
	font-size: 90%;
	line-height: 1.7em;
}
}



/*勤務医表
---------------------------------------------------------*/
.com_schedule table.sp_tbl {
	display: none;
}
.com_schedule table {
	border: 2px solid rgba(131,182,0,0.3);
	width: 100%;
	border-collapse: collapse;
}
.com_schedule tr {
}

.com_schedule th,
.com_schedule td {
	border-right: 1px solid rgba(131,182,0,0.3);
	width: 12.3%;
}
.com_schedule th:first-child,
.com_schedule td:first-child {
	width: 13.9%;
}

.com_schedule th,
.com_schedule td:first-child,
.com_schedule td:last-child  {
	text-align: center;
}

.com_schedule th {
	background: rgba(131,182,0,0.1);
	font-weight: bold;
	color: #79584c;
	font-size: 120%;
	letter-spacing: .2em;
	padding: 17px 0;
}

.com_schedule td {
	padding: 30px 20px;
	vertical-align: top;
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.7em;
	border-bottom: 1px solid rgba(131,182,0,0.3);
}
.com_schedule td:first-child {
	background: #e1edd4;
	font-weight: bold;
	font-size: 120%;
	padding: 0;
	vertical-align: middle;
}
.com_schedule td:first-child span {
	font-size: 72%;
}
.com_schedule td.slash, 
.com_schedule td:last-child {
	text-align: center;
	padding:0;
	vertical-align: middle;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_schedule table.sp_tbl {
	display: none;
}

.com_schedule th {
	font-size: 110%;
	padding: 10px 0;
}
.com_schedule td {
	padding: 20px 0;
	text-align: center;
	letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_schedule table.pc_tb_tbl {
	display: none;
}
.com_schedule table.sp_tbl {
	display: table;
}

.com_schedule th,
.com_schedule td {
	width: 40%;
}
.com_schedule th:first-child,
.com_schedule td:first-child {
	width: 20%;
}

.com_schedule th {
	padding: 10px 0px;
	font-size: 110%;
}
.com_schedule th span {
	font-size: 72%;
	letter-spacing: .05em;
}

.com_schedule td:first-child,
.com_schedule td,
.com_schedule td:last-child {
	padding: 15px 0;
	text-align: center;
	vertical-align: top;
}
.com_schedule td:first-child {
	vertical-align: middle;
}
}



/*フッター：6つのこだわり
---------------------------------------------------------*/
.f_kodawari {
	width: 100%;
	background: #F8F7F6;
	padding: 30px 0;
	margin-bottom: 100px;
}
.f_kodawari .section {
	text-align: center;
}
.f_kodawari .bg_white {
	margin-top: 30px;
	background: #fff;

	padding: 15px;
}
.f_kodawari ul {
	margin-left: -1%;
}
.f_kodawari li {
	width: 15.6666%;
	margin-left: 1%;
	float: left;
}
.f_kodawari li a {
	display: block;
	width: 100%;
}
.f_kodawari li:nth-child(1) a {background-color: #F0F7F0;}
.f_kodawari li:nth-child(2) a {background-color: #FCF6F0;}
.f_kodawari li:nth-child(3) a {background-color: #EFF1F9;}
.f_kodawari li:nth-child(4) a {background-color: #EEF7F9;}
.f_kodawari li:nth-child(5) a {background-color: #F9F3EE;}
.f_kodawari li:nth-child(6) a {background-color: #F9EFEF;}

.f_kodawari li:nth-child(1) a:hover, .f_kodawari li:nth-child(1) a.select {background-color: #C7E5C7;}
.f_kodawari li:nth-child(2) a:hover, .f_kodawari li:nth-child(2) a.select {background-color: #F3D8BD;}
.f_kodawari li:nth-child(3) a:hover, .f_kodawari li:nth-child(3) a.select {background-color: #C2CAEB;}
.f_kodawari li:nth-child(4) a:hover, .f_kodawari li:nth-child(4) a.select {background-color: #C0E3EB;}
.f_kodawari li:nth-child(5) a:hover, .f_kodawari li:nth-child(5) a.select {background-color: #EBD4C0;}
.f_kodawari li:nth-child(6) a:hover, .f_kodawari li:nth-child(6) a.select {background-color: #EBC2C2;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.f_kodawari {
	padding: 4% 0;
	margin-bottom: 6%;
}
.f_kodawari .bg_white {
	margin-top: 3%;
	padding: 5px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_kodawari {
	padding: 5% 0;
	margin-bottom: 0;
}
.f_kodawari h5 {
	width: 50%;
	margin: 0 auto;
}
.f_kodawari .bg_white {
	margin-top: 3%;
	padding: 5px;
}
.f_kodawari ul {
	margin-left: -1%;
}
.f_kodawari li {
	margin-top: 1%;
	width: 32.3333%;
	margin-bottom: 1%;
}
}



/*pagetop
---------------------------------------------------------*/
#page_top {
	position:fixed;
	bottom:30px;
	right:10px;
	z-index:1000;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#page_top {
	display: none !important;
}
}


/*f_bnr
---------------------------------------------------------*/
.f_bnr {
	width: 94%;
	padding: 60px 3%;
	max-width: 1205px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
.f_bnr ul {
	margin-left: -1.2%;
}
.f_bnr li {
	width: 23.8%;
	margin-left: 1.2%;
	float: left;
	position: relative;
	background: #70777f;
	-webkit-transition: opacity 1.0s;
	-moz-transition: opacity 1.0s;
    transition: opacity 1.0s;
}
.f_bnr li:hover {
	opacity: 0.8;
}
.f_bnr li p {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
/* 上段の画像 */
.f_bnr li p:first-child img {
	position: relative;
	z-index: 0;
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
    transition: all 1.0s;
}
.f_bnr li:hover p:first-child img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.f_bnr li p:first-child span {
	position: absolute;
	z-index: 1;
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 210%;
	font-weight: 500;
	opacity: 0.3;
}
.f_bnr li.ft_s p:first-child span {
	font-size: 170%;
}
.f_bnr li.ft_l p:first-child span {
	font-size: 250%;
}
/* 下段の灰色背景 */
.f_bnr li p:last-child {
	width: 100%;
	height: 70px;
}
.f_bnr li p:last-child a {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 130%;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.4em;
}
.f_bnr li p:last-child span {
	font-size: 80%;
}
/* 矢印 */
.f_bnr li::before,
.f_bnr li::after{
	content: "";
	position: absolute;
	z-index: 1;
	vertical-align: middle;
	opacity: 0.2;
}
.f_bnr li::before{
	bottom: 7px;
	right: 8px;
	box-sizing: border-box;
	width: 17px;
	height: 17px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.f_bnr li::after{
	bottom: 13px;
	right: 15px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.f_bnr {
	padding: 6% 3%;
}
.f_bnr li {
	font-size: 1.4vw;
}
}

/* Mobile 
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_bnr {
	padding: 8% 3% 6%;
	max-width: 590px;
	margin: 0 auto;
}
.f_bnr ul {
	margin-left: -2%;
}
.f_bnr li {
	width: 48%;
	margin-left: 2%;
	margin-bottom: 2%;
	font-size: 80%;
}
/* 上段の画像 */
.f_bnr li p:first-child span {
	right: 4%;
}
/* 下段の灰色背景 */
.f_bnr li p:last-child span {
	font-size: 90%;
}
}



/*f_res
---------------------------------------------------------*/
.f_res{
background: #343636;
margin: 0 10px;
text-align: center;
color: #fff;
font-size: 1.1em;
letter-spacing: .1em;
}
.f_res a {
color: #fff;
}

.f_res .w900{
padding: 3% 0;
}
.f_res .w900 > div{
padding-top: 2%;
padding-bottom: 2%;
}
.f_res .f_tel p:first-child{
padding-right: .5em;
padding-bottom: .5em;
}
.f_res .tel{
background: url(../images/icon_fd.svg) no-repeat 0 center;
background-size: .9em .5em;
padding-left: 1.3em;
font-size: 2.5em;
font-weight: 300;
}
.f_res .w900 .web_res ul li{
display: inline-block;
vertical-align: middle;
}
.f_res .w900 .web_res ul li:last-child a{
font-size: 1.4em;
padding-left: .3em;
background: url(../images/arrow_wh.svg) no-repeat right .8em;
background-size: .7em .3em;
padding-right: 1.2em;
color: #fff;
}

/* PC
------------------------------------------*/
@media only screen and (min-width: 1000px)  {
.f_res .w900 div:first-child p{
display: inline-block;
vertical-align: middle;
}
}
@media only screen and (min-width: 768px)  {
.f_res .w900{
display: table;
}
.f_res .w900 > div{
display: table-cell;
vertical-align: middle;
}
.f_res .w900 .f_tel {
	width: 56%;
}
.f_res .w900 .web_res {
	width: 44%;
	padding-left: 5%;
	border-left: solid 1px rgba(255,255,255,0.51);
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.f_res .w900 .f_tel {
	width: 50%;
}
.f_res .w900 .web_res {
	width: 50%;
	padding-left: 5%;
	border-left: solid 1px rgba(255,255,255,0.51);
}
}

/* Mobile 
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_res{
margin: 0;
text-align: center;
}
.f_res .w900 .web_res {
border-top: solid 1px rgba(255,255,255,0.51);
}
.f_res .f_tel{
text-align: center;
}
.f_res .w900 .web_res p , .f_res .w900 .web_res ul{
margin: auto;
text-align: center;
}
}



/*f_info
---------------------------------------------------------*/
.f_info{
background: #444;
margin: 0 10px;
text-align: center;
color: #fff;
font-size: 1.1em;
letter-spacing: .1em;
padding: 3% 0;
}
.f_info .infoL{
padding-bottom: 3%;
}
.f_info .infoL dt, .f_info .infoL p{
font-size: .85em;
}
.f_info .infoL dd{
font-size: 1.5em;
margin: 2% 0 3%;
}
.f_info .infoL div{
border-top: solid 1px rgba(255,255,255,0.34);
border-bottom: solid 1px rgba(255,255,255,0.34);
padding: 30px 0;
margin: 5% 0 3%;
max-width: 520px;
}

.f_info .infoR dl{
margin-top: 3%;
}
.f_info .infoR dt{
padding-right: 5%;
}
.f_info .infoR dt span{
display: inline-block;
}
.f_info .infoR dd{
text-align: right;
min-width: 160px;
border: solid 1px rgba(255,255,255,0.36);
}
.f_info .infoR a{
color: #fff;
padding: .6em .5em;
text-align: center;
display: block;
}

.f_info .infoR a span{
background: url(../images/arrow_wh.svg) no-repeat right .8em;
background-size: 1em .4em;
padding-right: 1.6em;
}

/* PC
------------------------------------------*/
@media only screen and (min-width: 768px)  {
.f_info .infoL{
float: left;
width: 45%;
}
.f_info .infoR{
float: right;
width: 49%;
}
.f_info .infoR dl{
display: table;
width: 100%;
}
.f_info .infoR dt , .f_info .infoR dd{
display: table-cell;
vertical-align: middle;
}
}
/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_info{
margin: 0;
padding-top: 7%;
padding-bottom: 7%;
}
.f_info .infoR dt{
padding-bottom: 3%;
}
}


/*f_nav
---------------------------------------------------------*/
.f_nav{
padding: 2% 0;
border-bottom: solid 1px rgba(112,119,127,.15);
color: #70777F;
font-size: .85em;
}
.f_nav > ul > li{
float: left;
margin-right: 4%;
margin-top: 1.5em;
}
.f_nav > ul > li:last-child{
margin-right: 0;
}
.f_nav > ul > li > ul li{
margin: 0 0 1em;
}
.f_nav .f_nav_main , .f_nav .menu_index{
font-size: 1.15em;
}
.f_nav .menu_index a{
background: none;
padding-left: 0;
}
.f_nav li a{
color: #70777F;
background: url(../images/arrow_f_nav.svg) no-repeat left .8em;
background-size: .45em;
padding-left: 1.2em;
position: relative;
display: inline-block;
transition: .3s;
}
.f_nav li a::after {
position: absolute;
bottom: .3em;
left: 0;
content: '';
width: 100%;
height: 1px;
background-color: #ccc;
opacity: 0;
transition: .3s;
}
.f_nav li a:hover::after {
bottom: 0;
opacity: 1;
}

/* カラム落ち
------------------------------------------*/
@media only screen and (max-width: 1300px) {
.f_nav > ul > li{
margin-right: 0;
width: calc(100% / 4); /* 4均等割 */
}
}

/*f_links
---------------------------------------------------------*/
.f_links{
padding: 2% 0;
}
.f_links p{
font-size: .8em;
margin-bottom: .3em;
}

.f_links .w1210{
display: table;
}
.f_links .w1210 .linksL , .f_links .w1210 ul{
display: table-cell;
vertical-align: middle;
}

.f_links .w1210 ul{
width: 200px;
}
.f_links .w1210 li{
float: left;
margin-left: 30px;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_links .linksL{
padding-right: 10%;
}
.f_links p{
margin-bottom: 0;
}
.f_links .w1210 ul{
width: 170px;
}
.f_links .w1210 li{
margin-left: 15px;
}
.f_links .w1210 li img{
max-height: 15px;
padding-top: .5em;
}
}


/*copyright
---------------------------------------------------------*/
.copyright{
padding: 1.5% 0 5%;
border-top: solid 1px rgba(112,119,127,.15);
background: rgba(112,119,127,.05);
font-size: .8em;
}
.copyright p{
letter-spacing: .15em;
font-weight: 400;
}

.copyright li{
color: rgba(112,119,127,.50);
}

/* PC
------------------------------------------*/
@media only screen and (min-width: 768px)  {
.copyright p{
float: left;
}
.copyright ul{
float: right;
}
.copyright li{
float: left;
width: 230px;
margin-left: 10px;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.copyright li{
width: 200px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.copyright p , .copyright li{
text-align: center;
}
}


/*links
---------------------------------------------------------*/
.links{
padding: 1.5% 0 5%;
border-top: solid 1px rgba(123,89,79,.15);
background: rgba(123,89,79,.15);
font-size: .8em;
}
.links p{
letter-spacing: .8em;
font-weight: 200;
}

.links li{
color: rgba(123,89,79,.50);
}

/* PC
------------------------------------------*/
@media only screen and (min-width: 768px)  {
.links p{
float: left;
}
.links ul{
float: right;
}
.links li{
float: left;
width: 230px;
margin-left: 10px;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.links li{
width: 200px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.links p , .links li{
text-align: center;
}
}


/* PC
------------------------------------------*/
@media only screen and (min-width: 768px)  {
.tb_only{display:none !important;}
.sp_only{display:none !important;}
.sp_tb{display:none !important;}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pc_only{display:none !important;}
.tb_only{display:inherit !important;}
.sp_only{display:none !important;}
.tb_pc{display:inherit !important;}
.sp_tb{display:inherit !important;}

/*body{background:#ccc;}*/
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc_only{display:none;}
.tb_only{display:none;}
.sp_only{display:inherit;}
.tb_pc{display:none;}
.sp_tb{display:inherit;}
}

/* Mobile (Landscape)
------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {}


#sp_footer {
	position: fixed;
	z-index: 901;
	left: 0;
	bottom: 0;
	display: table;
	width: 100%;
	table-layout: fixed;
}
#sp_footer li {
	display: table-cell;
	width: 33.3333%;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	line-height: 0.6em;
}
#sp_footer li a {
	display: block;
}
#sp_footer li:nth-child(1),
#sp_footer li:nth-child(2) a,
#sp_footer li:nth-child(3) a {
	padding: 10px 5px;
}
#sp_footer li:nth-child(1),
#sp_footer li:nth-child(2){
	border-right: solid 1px #fff;
}
#sp_footer li:nth-child(1),
#sp_footer li:nth-child(2),
#sp_footer li:nth-child(3) {
	background: -moz-linear-gradient(top,  rgba(123,89,79,0.9) 0%, rgba(180,131,117,0.9)  100%);
	background: -webkit-linear-gradient(top,  rgba(123,89,79,0.9) 0%, rgba(180,131,117,0.9)  100%);
	background: linear-gradient(to bottom,  rgba(123,89,79,0.9) 0%, rgba(180,131,117,0.9)  100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e685b200', endColorstr='#e6b8df5b',GradientType=0 );
}
#sp_footer li:nth-child(6) {
	background: -moz-linear-gradient(top,  rgba(123,89,79,0.9) 0%, rgba(180,131,117,0.9)  100%);
	background: -webkit-linear-gradient(top,  rgba(123,89,79,0.9) 0%, rgba(180,131,117,0.9)  100%);
	background: linear-gradient(to bottom,  rgba(123,89,79,0.9) 0%, rgba(180,131,117,0.9)  100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e685b200', endColorstr='#e6b8df5b',GradientType=0 );
}
#sp_footer li img {
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}

#office_map{
  width: 100%;
  height: 450px;
}
#office_map2{
  width: 100%;
  height: 450px;
}


.l-header_nav {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header_nav .l-cont_l {
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    padding: 80px 10%;
    transition: all 0.4s;
    opacity: 0;
    pointer-events: none;
    overflow-y: scroll;
  }
  .l-header_nav.open {
    opacity: 1;
    pointer-events: inherit;
    overflow-y: scroll;
  }
}
.l-header_nav_list {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header_nav_list {
    display: block;
  }
}
.l-header_nav_list a,
.l-header_nav_list .l-header_nav_toggle {
  display: block;
  padding: 10px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .l-header_nav_list a,
  .l-header_nav_list .l-header_nav_toggle {
    padding: 15px 0;
    border-bottom: 1px solid #EAEAEA;
  }
}
.l-header_nav_list span {
  display: block;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-header_nav_list span {
    text-align: left;
  }
}
.l-header_nav_list_jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.l-header_nav_toggle {
  cursor: pointer;
  transition: 0.4s;
}
.l-header_nav_toggle:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-header_nav_toggle {
    position: relative;
    z-index: 0;
  }
  .l-header_nav_toggle::before, .l-header_nav_toggle::after {
    position: absolute;
    z-index: 0;
    background: #B09D7C;
    content: "";
  }
  .l-header_nav_toggle::before {
    bottom: 50%;
    right: 10px;
    width: 17px;
    height: 1px;
    transform: translateY(50%);
  }
  .l-header_nav_toggle::after {
    bottom: 50%;
    right: 18px;
    width: 1px;
    height: 17px;
    transform: translateY(50%);
    transition: 0.4s;
  }
  .l-header_nav_toggle.menu-toggle::after {
    opacity: 0;
  }
}
.l-header_nav_inner {
  max-width: 800px;
  padding-top: 5px;
  position: fixed;
  z-index: 10000;
  top: 100px;
  right: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner {
    display: none;
    position: static;
    opacity: 1;
    pointer-events: auto;
  }
  .l-header_nav_inner_cont {
    padding: 5px 0 10px;
  }
}
.l-header_nav_inner.is-open {
  opacity: 1;
  pointer-events: inherit;
}
.l-header_nav_inner_list {
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner_list {
    max-width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner_list li:not(:last-child) {
    margin-bottom: 3px;
  }
}
.l-header_nav_inner_list li:not(:nth-child(4n)) {
  border-right: 1px solid #EAEAEA;
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner_list li:not(:nth-child(4n)) {
    border: none;
  }
}
.l-header_nav_inner_list li:nth-child(n+5) {
  border-top: 1px solid #EAEAEA;
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner_list li:nth-child(n+5) {
    border: none;
  }
}
.l-header_nav_inner_list li a {
  background: #57524a;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.01em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  height: 45px;
  position: relative;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner_list li a {
    background: transparent;
    color: #333;
    font-size: 1.4rem;
    display: inline-block;
    text-align: left;
    line-height: 1.5;
    width: auto;
    height: auto;
    border: none;
    padding: 5px 0 5px 15px;
  }
  .l-header_nav_inner_list li a::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: 1px solid #B09D7C;
    border-right: 1px solid #B09D7C;
  }
  .l-header_nav_inner_list li a::after {
    display: none;
  }
}
.l-header_nav_inner_list li a .-small {
  display: inline;
  font-size: 0.8rem;
}
.l-header_nav_inner_list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 23px;
  height: 5px;
  background: url(../img/icn_arw.svg) center/contain no-repeat;
  transition: 0.4s;
}
.l-header_nav_inner_list li a:hover {
  opacity: 1;
  background: #85745f;
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner_list li a:hover {
    background: transparent;
  }
}
@media screen and (min-width: 768px) {
  .l-header.is-fixed {
    background: rgba(255, 255, 255, 0.8);
  }
  .l-header.is-fixed .l-header_logo {
    position: static;
    padding: 25px 10px 10px;
    height: 100px;
  }
  .l-header.is-fixed .l-header_logo_img {
    width: 65px;
  }
  .l-header.is-fixed .l-header_seo {
    line-height: 1.1;
    left: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #B09D7C;
    width: 60px;
    height: 60px;
  }
  .l-header_menu span {
    position: absolute;
    z-index: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
  }
  .l-header_menu span:nth-child(1) {
    top: 19px;
  }
  .l-header_menu span:nth-child(2) {
    top: 27px;
  }
  .l-header_menu p {
    position: absolute;
    z-index: 0;
    bottom: 13px;
    color: #fff;
    font-family: "Sorts Mill Goudy", serif;
    font-size: 11px;
    text-align: center;
    width: 100%;
    line-height: 1;
    transition: all 0.4s ease 0s;
  }
  .l-header_menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-header_menu.active span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .l-header_menu.active p {
    opacity: 0;
  }
}



.follow-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  background-color: #ffffff;
  color: #241e1e;
  flex-wrap: wrap;
}
.follow-header2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  background-color: #534338;
  color: #241e1e;

  
}
.follow-logo img {
  width: 100%;
  height: 58px;
   
}
.follow-logo2 img {
  height: 85px;
  padding: 20px 0px;
   
}
.follow-nav {
  width: 300px;

  margin-left: auto;
  padding: 0;
 
  
  
}
.follow-nav2 {
  width: 100%;
  margin-left: auto;
  padding: 0px 20px 0px 0px;

  flex-wrap: wrap;
}
.follow-nav3 {
    color: #fff;
  margin-right: auto;
  padding: 0;
  display: flex;
  text-align: left;
  
}
.follow-nav3 a {
    color: #fff;
    text-decoration:underline;  
}
.follow-reserve {

 
  padding: 0px;
  margin-right: 30px;
  font-size: 16px;
  
}
.follow-reserve3 {
  display: flex;
  padding: 0px;
  margin-right: 70px;
  font-size: 16px;
  background-color: #a6acaf;
  	position: absolute;
	z-index: 51;
	right: 3%;
	top: 620px;
	width: 36%;
	padding: 10px 10px 0;
	text-align: left;
	background: -moz-linear-gradient(45deg,  rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 60%);
	background: -webkit-linear-gradient(45deg,  rgba(255, 255, 255, 0.9) 0%,rgba(255, 255, 255, 0.9) 60%);
	background: linear-gradient(45deg,  rgba(255, 255, 255, 0.9) 0%,rgba(255, 255, 255, 0.9) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfc3e7ad', endColorstr='#ccffffff',GradientType=1 );
}
