@charset "utf-8";
/*------------------------------------------------------------
Webフォントの指定
------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/NotoSerifCJKjp-Medium.woff2') format('woff');
}*/
/*------------------------------------------------------------
共通タグ
------------------------------------------------------------*/
/*基本の文字設定*/
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Regular', '游ゴシック', Yu Gothic Regular, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #333;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
@media screen and (min-width:1103px) and (max-width:1320px) {
body {
  font-size: 1.087vw;
	}
}
@media screen and (max-width:1102px){
body {
  font-size: 1.2rem;
	}
}
/*デフォルトスタイル*/
img {
  vertical-align: bottom;
  border: none;
  width: 100%;
}
ul li{
	list-style: none;
}
ol li{
	margin: 0 0 1em 0;
	list-style-type: decimal;
	list-style-position: inside;
}
a{
	text-decoration: none;
	transition: .2s
}
a, a:visited{
	color: #333;
}
a:hover, a:active{
	color: #00bd36;
}
figcaption{
	margin: 0.85em 0;
}
/*共通レイアウト*/
.l-main{
	margin: 9.5em 0 0 0;
}
.l-inner{
	margin: 0 auto;
	max-width: 960px;
}
.l-breadcrumb{
	padding: 1em 0;
	border-bottom: #e0d7c6 solid 1px;
}
.l-breadcrumb ul{
	margin: 0 auto;
	max-width: 960px;
}
.l-breadcrumb li{
	display: inline-block;
}
.l-breadcrumb li:not(:last-child):after{
	content:'>';
	margin: 0 0.7em;
}
.l-breadcrumb a{
	text-decoration: underline;
}
.contents{
	margin: 0 auto;
	max-width: 960px;
	padding: 4em 0;
	font-size: 1.067em;
	overflow-x: hidden;
}
.contents section{
	margin: 0 0 4em 0;
}
.contents p{
	margin: 0 0 1em 0;
}

.bullet {
	margin: 0 0 1em 1em;
}
.note .bullet {
	margin: 0 0 0 1em;
}
.bullet li{
	padding: 0 0 0 1.75em;
	position: relative;
}
.bullet li:before{
	content:'';
	display:block; 
	position:absolute; 
	background:#015519;
	width:0.6em;
	height:0.6em; 
	top:0.6em; 
	left:0.5em; 
	border-radius: 0.6em;
}
/*見出しスタイル*/
article>h1{
	padding: 2.5em 0;
	color: #fff;
	background: #186135 url(../images/common/bg_middle_h1.png) no-repeat center center;
	background-size: cover;
	font-size: 2em;
	font-family: 'Noto Serif Japanese',"游明朝体", "Yu Mincho", YuMincho, serif;
	text-align: center;
	line-height: 1;
}
article>h1 span{
	font-size: 0.5em;
	font-family: 'Roboto', sans-serif;
	}
.contents h1{
	padding: 0 0 2em 0;
	font-size: 1.375em;
}
.contents h2{
	margin: 0 0 0.5em 0;
	color: #015519;
	font-size: 1.0625em;
	font-weight: bold;
}

.l-experiences{
	padding: 2.5em;
	background: #fff;
}
.experiences__header{
	margin: 0 0 2.5em;
	display: flex;
	justify-content: flex-start;
}
section p.experiences__image{
	margin: 0 0 0 0;
	padding: 0 2.5em 0 0;
	width: 30%;
	float: left;
}
.experiences__title h2{
	margin: 2em 0 1em 0;
	position: relative;
	color: #333;
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.45;
}
.experiences__title h2:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -0.5em;
    width: 1.5em;
    height: 1px;
    left: 0.75em;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #7d7d7d;
}
.experiences__title p{
	font-size: 0.875em;
}
.experiences__comment{
	padding: 0 0 1.5em 0;
	border-bottom: #e4ded7 1px solid;
}
.experiences__caption{
	padding: 1em 0 0 0;
}
.experiences__caption p{
	margin: 0.5em 0;
	font-size: 0.8125em;
	line-height: 1.53;
}
.l-nav--related{
	margin: 0 auto;
	padding: 0 0 4em 0;
	max-width: 960px;
}
.nav--related{
	position: relative;
	display: flex;
	justify-content: space-between;
	background: #fff url(../images/common/bg_pattern2.png) repeat;
}
.nav--related li{
	width: 100%;
}
.nav--related a{
	display: inline-block;
	width: 100%;
	text-decoration: underline;
	box-sizing: border-box;
}
.nav--related li:first-child a{
	padding: 2em 1em 2em 5em;
	background: url(../images/common/arrow_green-left.png) no-repeat 2em center;
	background-size: auto 1em;
}
.nav--related li:last-child a{
	padding: 2em 5em 2em 1em;
	text-align: right;
	background: url(../images/common/arrow_green-right.png) no-repeat right 2em center;
	background-size: auto 1em;
}
.nav--related li:first-child:after {
    content: '';
    display: block;
    position: absolute;
    top: 1.34em;
    width: 1px;
    height: 3.34em;
    right: 50%;
    background: #cbc0ae;
}
.l-lead{
	margin: 0 0 4em 0;
}
.l-block, .contents section.l-block{
	margin: 4em 0 6em 0;
	clear: both;
}
.l-block:after{
    content:"";
    display:block;
    clear:both;
}
.l-block--shorter{
	margin: 0 0 2em 0;
}
.l-block--book:after{
	content:"";
	display:block;
	clear:both;
}
.l-block--middle{
	margin: 2em 0;
	}
.l-cf{
	margin: 0 0 2em 0;
}
.l-cf:after{
	content:"";
	display:block;
	clear:both;
}
.l-image--right{
	padding: 0 0 0 2.67em;
	float: right;
}
.l-image--right figure{
	margin: 0 0 2em 0;
}
.l-text--left{
	padding: 0 2.67em 0 0 ;
	float: left;
}
.l-half{
	width: 40%;
}
.l-grid02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.l-grid02.compare{
	background: url(../images/common/arrow_green-right.png) no-repeat 50% 42.5%;
	background-size: auto 1em;
}
.l-grid02 li{
	width: 48%;
	padding: 0;
}
.l-grid02--tp{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.l-grid02--tp>div{
	width:50%;
	box-sizing: border-box;
}
.l-grid02--tp .l-text{
	padding: 0 0 0 3em;
}
.l-grid03{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.l-grid03>li{
	width: 31.25%;
}
.l-grid03--btn{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.l-grid03--btn>li{
	margin: 0 0 1.875em 0;
	width: 31.25%;
}
.l-grid03--btn>li a{
	padding: 1.3125em 2em;
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	color: #015519 ;
	background: #fff url(../images/common/icon_btn-arrow.png) no-repeat bottom right;
	background-size: auto 1.75em;
	font-size: 1.25em;
	font-weight: 900;
	line-height: 1.2;
}
.l-grid03--btn>li a span.number{
	margin: 0 0 1em 0;
	width: 5em;
	display: block;
	color: #fff;
	background: #015519;
	font-size: 0.7em;
	font-family: 'Noto Serif Japanese',"游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: normal;
	text-align: center;
}
.l-grid03--btn>li a span.text--small{
	font-size: 0.75em;
	letter-spacing: 0;
}
.l-grid03--btn>li a:hover{
	opacity: 0.6;
}
.l-grid04{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.l-grid04 li{
	width: 23.54%;
}
.l-inline li{
	margin: 0 0 1em 0;
	display: inline;
	list-style-type: disc;
}
.note{
	margin: 0 0 2em 0;
	padding: 2em 2.25em;
	border: #015519 2px solid;
	clear: both;
}
.note>p{
	margin-bottom: 0;
}
.caption{
	margin: 1em 0 0 0;
	font-size: 0.8125em;
}
.image__large{
	width: 30em;
}
.image__small{
	width: 20em;
}
.image__x-small{
	width: 12em;
}
.image__book{
	margin: 0 0 0 0;
	padding: 0 0 0 2em;
	width: 10em;
	height: auto;
	float: right;
	line-height:0;
}
@media screen and (min-width:769px) and (max-width:1120px) {
	.l-breadcrumb {
		padding: 1em 2em;
	}
	.contents{
		padding: 4em 2em 4em 2em;
	}
}
@media screen and (max-width:768px){
	.l-breadcrumb {
		padding: 1em 1em;
	}
	.contents{
		padding: 2em 1.5em 2em 1.5em;
	}
	.contents section ul{
	margin: 0 0 1em 0;
	}
	.l-experiences{
	padding: 1.5em;
	}
	.experiences__header{
	display: block;
	}
	section p.experiences__image{
	padding: 0 0 0 0;
	width: 100%;
	float: none;
	}
	.experiences__title h2{
	margin: 1.5em 0 1em 0;
	}
	.experiences__comment{
	padding: 0 0 1em 0;
	}

	.l-grid02.l-sp--grid01>li{
		width: 100%;
	}
	.l-grid02.l-sp--grid01>li:first-child{
		margin: 0 0 2em 0;
	}
	.l-grid02--tp>div{
	width:100%;
	box-sizing: border-box;
	}
	.l-grid02--tp .l-text{
	padding: 1em 0 0 0;
	}
	.l-grid03>li{
		width: 100%;
	}
	.l-grid03--btn>li{
	margin: 0 0 0 0;
	width: 100%;
	border-bottom: #015519 1px solid;
	}
	.l-grid03--btn>li a{
		padding: 1em;
	}
	.l-grid04 li{
	margin: 0 0 1em 0;
	width: 46%;
	}
	.l-image--right, .l-image--left{
	padding: 1em 0;
	width: 100%;
	float: none;
	box-sizing: border-box;
	}
	.note{
	padding: 1em 1.25em;
	border: #015519 2px solid;
	}
	.note ul{
		margin: 0;
		padding: 0;
	}
	p.image__book{
	margin: 0 auto 1em auto;
	padding: 0 0 0 0;
	width: 50%;
	float: none;
	text-align: center;
	}
	.is-pc{
		display: none;
	}
}


/*スタイル関係*/
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.small{
	font-size: 0.9375em;
}
.bold{
	font-weight: bold;
}
em, .emphasis{
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}
.ttl_01{
	position: relative;
	font-family: 'Noto Serif Japanese',"游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: 500;
}
.ttl_01:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 1.5em;
    width: 1.5em;
    height: 1px;
    left: 0.75em;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #7d7d7d;
}
.ttl_01.center:after {
	top: 3.73em;
    left: 50%;
}
.btn--link{
	padding: 0.2em 2em 0.2em 1em;
	display: inline-block;
	color: #fff;
	background: #035419 url(../images/common/arrow_banner.png) no-repeat right 1em center;
	background-size: auto 1em;
	font-size: 0.9em;
}
.btn--link:hover, .btn--link:active, .btn--link:visited{
	color:#fff;
}
.btn--link:hover{
	opacity: 0.7;
}
.btn--link.l-center{
	margin: 3.75em auto 0 auto;
	padding: 1.5em;
	width: 18.75em;
	display: block;
	box-sizing: border-box;
	text-align: center;
}
.list__link h2{
	margin: 1em 0;
	width: 100%;
	background: transparent url(../images/common/arrow_green-right.png) no-repeat right center;
	background-size: auto 0.8em;
}
.list__link h2 a{
	color: #4e725c;
}
.list__link h2:hover, .list__link a:hover img{
	opacity: 0.85;
}
.l-grid04 figcaption{
	text-align: center;
}

/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
header{
	margin: 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	position: fixed;
	background: #fff;
	z-index: 1000;
}

/*ヘッダーの中身*/
.l-header__inner{
	margin: 0 auto;
	padding: 2.35em 0;
	max-width: 1320px;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    background: #fff;
    line-height: 1;
   	transition: .5s
}
.is-scroll .l-header__inner{
	padding: 1em 0;
	background: #fff;
}
header h1 img{
	width: 16.73em;
	height: auto;
}
.l-header__nav__upper{
	display: flex;
	justify-content: flex-end;
}
.header__tel{
	font-size: 0.94em;
	text-align: right;
}
.header__tel span{
	margin-right: 1em;
	padding: 0.3em 0.7em;
	border: #015519 1px solid;
	color: #015519;
	font-size: 0.94em;
	font-weight: bold;
}
.header__tel img{
	width: 16.21em;
	height: auto;
	vertical-align: middle;
	transition: .5s
}
.header__english{
	margin: 0 0 0 1.5em;
}
.header__english a{
	padding: 0.3em 0.7em;
	display: block;
	color: #fff;
	background-color: #333;
}
.header__english a:hover{
	background-color: #999;
}
.is-scroll .header__tel img{
	width: 15em;
}
.header__gnav{
	margin: 2em 0.08em 0 0;
}
.is-scroll .header__gnav{
	margin: 1em 0.08em 0 0;
}
.header__gnav li{
	margin: 0 0 0 2em;
	display: inline-block;
	text-align: right;
}
.header__gnav li{
	margin: 0 0 0 2em;
	display: inline-block;
	text-align: right;
}
.header__gnav li.is-sp{
	display: none;
}

@media screen and (max-width:1102px){
	.header__gnav li{
	margin-left: 0.7em;
	}
}


/*------------------------------------------------------------
ハンバーガーメニュー等スマホメニュー
------------------------------------------------------------*/
.header__btn{
	display: none;
}


@media screen and (max-width:860px) {
.header__btn{
	display: flex;
	justify-content: flex-end;
}
.header__english__btn{
	margin: 0.5em 2.5em 0 0;
	padding: 0.55em 0.65em;
	border: #333 solid 2px;
	display: block;
	font-size: 0.9em;
}
.header__menubtn,
.header__menubtn span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.header__menubtn {
  position: relative;
  top: 0.5em;
  right: 1em;
  width: 2.5em;
  height: 2em;
}
.header__menubtn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}
.header__menubtn span:nth-of-type(1) {
  top: 0;
}
.header__menubtn span:nth-of-type(2) {
  top: 0.9em;
}
.header__menubtn span:nth-of-type(3) {
  bottom: 0;
}
.is-active .header__menubtn span:nth-of-type(1) {
  -webkit-transform: translateY(0.9em) rotate(-45deg);
  transform: translateY(0.9em) rotate(-45deg);
}
.is-active .header__menubtn span:nth-of-type(2) {
  opacity: 0;
}
.is-active .header__menubtn span:nth-of-type(3) {
  -webkit-transform: translateY(-0.9em) rotate(45deg);
  transform: translateY(-0.9em) rotate(45deg);
}
/*ハンバーガー時のデザイン*/
.is-layer-fixed{
	position: fixed;
	width: 100%;
	height: 100%;
}
.l-main{
	margin: 5em 0 0 0;
}
header.is-active{
	background: transparent;
}
.l-header__inner{
	padding: 1em 0;
	background: #fff;
}
header h1 img{
	margin: 0 0 0 0.5em;
	height: 3em;
	width: auto;
}
.l-header__nav__upper{
	display: none;
	}
.header__menubtn{
	display: block;
	}
header.is-active{
	height: 100%;
}
.header__gnav{
	width: 100%;
	height: calc(100% - 3em);
	overflow-y: scroll;
	position: absolute;
	top: 3em;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	background: rgba(255,255,255, 0.9);
	}
.is-active #gnav{
	visibility: visible;
	opacity: 100;
	z-index: 800;
}
.header__gnav li{
	margin: 0 0;
	padding: 1.5em 0;
	border-bottom: #e5e5e5 dashed 1px;
	display: block;
	font-size: 1.4rem;
	text-align: center;
}
.header__gnav>li:last-child{
	margin: 0 0 1.2em 0;
	}
.header__gnav li.is-sp{
	display: block;
	}

.gnav__tel{
	background: #fff url(../images/common/bg_pattern2.png) repeat;
}
.gnav__tel p{
	display: block;
	font-size: 0.9em;
	line-height: 2;
}
.gnav__tel a{
	margin: 1em auto 0 auto;
	padding: 1.5em 0;
	width: 80%;
	display: block;
	box-sizing: border-box;
	color: #fff;
	background: #015519;
}
.gnav__tel__btn{
	display: inline-block;
	margin: 0 1em 0 0;
	width: 1em;
	height: auto;
}
.gnav__tel__btn img{
	vertical-align: middle;
}
.gnav__close{
	color: #fff;
	background: #999;
}
.gnav__close span{
	margin: 0 1em 0 0;
	display: inline-block;
	width: 1em;
	height: auto;
}
.gnav__close span img{
	vertical-align: middle;
}
}

/*------------------------------------------------------------
コンテンツエリア
------------------------------------------------------------*/
.l-main{
	background: #fff url(../images/common/bg_pattern.png) repeat;
}

/*------------------------------------------------------------
コンバージョンエリア
------------------------------------------------------------*/
.information{
	display: flex;
	justify-content: flex-start;
}
.information__timetable{
	padding: 0 2.625em 0 0;
	border-right: #e4deca 1px solid;
	width: 60%;
	box-sizing: border-box;
}
.information__timetable p{
	margin: 0 0 0 0;
}
.information__timetable figure{
	margin: 2em 0 0 0;
}
.information__general{
	padding: 0 0 0 2.625em;
	width: 40%;
	box-sizing: border-box;
}
.information__general ul{
	margin: 0 0 2.625em 0;
	display: flex;
	justify-content: space-between;
}
.information__general li{
	padding: 5.7em 0 3em 0;
	width: 47%;
	font-size: 0.9375em;
	text-align: center;
}
.information__general li.train{
	background: #fff url(../images/common/icon_train.png) no-repeat center 3.1em;
	background-size: auto 2.4em;
}
.information__general li.global{
	background: #fff url(../images/common/icon_global.png) no-repeat center 3.1em;
	background-size: auto 2em;
}
.information__general a.btn--link{
	margin: 1em auto 0 auto;
	width: 10.2em;
	display: block;
	text-align: center;
}
.cta-area{
	padding: 5em 1.67em;
	background: #fff url(../images/common/bg_pattern2.png) repeat;
}
.cta-area h1{
	margin: 0 0 1.5em 0;
	font-size: 1.86em;
	position: relative;
	font-family: 'Noto Serif Japanese',"游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: 500;
	text-align: center;
}
.cta-area h1:after{
    content: '';
    display: block;
    position: absolute;
    width: 1.5em;
    height: 1px;
    top: 2.25em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #7d7d7d;
}
.cta-area__text{
	font-size:1.06em;
}
.cta-area__btn{
	margin: 2.67em 0 0 0;
}
.cta-area__btn--tel{
	padding: 1em;
	display: none;
	color: #fff;
	background: #015519;
	text-align: center;
}
.cta-area__btn--tel img{
	margin: 0 1em 0 0;
	width: 1em;
	height: 1em;
	vertical-align: middle;
}
.gotop-area{
	background-color: #012810;
}
.gotop-area p{
	margin: 0 auto;
	padding: 1.67em 0;
	width: 2.33em;
	line-height: 1;
}
@media screen and (max-width:768px) {
	.information__timetable{
		display: none;
	}
	.information__general{
	padding: 0 0 0 0;
	width: 100%;
	}
	.cta-area{
	padding: 3em 1.67em;
	}
	.cta-area__btn--tel{
	display: block;
	}
}
/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
footer{
}
.l-footer{
	padding: 4em 0 3em 0;
	color: #fff;
	background-color: #023516;
}
.l-footer__banner{
	position: relative;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.l-footer__banner>li{
	width: 100%;
	box-sizing: border-box;
	background:#012810 url(../images/common/arrow_banner.png) no-repeat right 2.67em center;
	background-size: 0.67em;
}
.l-footer__banner>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 2.34em;
    width: 1px;
    height: 2.34em;
    left: 50%;
    background: #4e725c;
}
.l-footer__banner>li a{
	padding: 2.34em 2.67em;
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
}
.footer__banner__facebook img{
	width: 17.8em;
}
.footer__banner__blog img{
	width: 14.54em;
}

.l-footer__main{
	margin: 3em 0 4em 0;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.l-footer__main>div{
	width: 100%;
}
.l-footer__megamenu{
	display: flex;
	justify-content: space-between;
}
.l-footer__megamenu ul{
	width: 100%;
}
.l-footer__megamenu li{
	padding: 1em 0;
	font-size: 0.934em;
	line-height: 1;
}
.l-footer__timetable{
	border-left: #4e725c solid 1px;
	font-size: 0.934em;
	box-sizing: border-box;
}
.l-footer__timetable p{
	padding: 0 0 0 2.85em;
}
.l-footer__timetable img{
	margin: 2em 0 0 0;
}
.footer__bottom{
	padding: 2.85em 0 0 0;
	border-top: #4e725c solid 1px;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 0.934em;
}
.footer__bottom__address span{
	margin: 0 1.67em 0 0;
	width: 9.467em;
	display: inline-block;
}
.l-footer__share-area{
	width: 21.87%;
	font-size: 0.934em;
	overflow: hidden;
}
.l-footer__share-area h2{
	margin: 0 0.8em 0 0;
	display: inline-block;
	font-family: 'Noto Serif Japanese',"游明朝体", "Yu Mincho", YuMincho, serif;
}
.l-footer__share-area ul{
	margin: 0 -0.8em 0 0;
	display: inline-block;
}
.l-footer__share-area li{
	margin: 0 0.8em;
	display: inline-block;
}
.footer__appendix{
	background: #fff;
}
.l-appendix__inner{
	margin: 0 auto;
	padding: 1em 0;
	max-width: 1320px;
	display: flex;
	justify-content: space-between;
}
.footer__appendix li img{
	height: 2.67em;
	width: auto;
}
.copyright{
	font-size: 0.934em;
	font-family: 'Roboto', sans-serif;
}
footer a, footer a:visited{
	color: #fff;
}

@media screen and (max-width:768px) {
.l-footer{
	padding: 0;
	color: #fff;
	background-color: #023516;
}
.l-footer__banner{
	display: block;
}
.l-footer__banner>li{
	border-top: #4e725c solid 1px;
}
.l-footer__banner>li:last-child{
	border-bottom: #4e725c solid 1px;
}
.l-footer__banner>li:after {
    content: none;
}

.l-footer__main{
	margin: 0 0 0 0;
	display: block;
}
.l-footer__megamenu ul:first-child{
	border-right: #4e725c solid 1px;	
}
.l-footer__megamenu li{
	padding: 1em 0;
	border-bottom: #4e725c solid 1px;
	text-align: center;
}
.l-footer__timetable{
	padding: 1em 2em;
	border: none;
}
.l-footer__timetable p{
	padding: 0.3em 0;
	text-align: center;
}
.l-footer__timetable img{
	margin: 0.5em 0 0 0;
}
.footer__bottom{
	padding: 1.5em 0;
	display: block;
}
.footer__bottom__address{
	margin: 0 auto;
	text-align: center;
}
.l-footer__share-area{
	margin: 2em auto 0 auto;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.footer__appendix{
	background: #fff;
}
.l-appendix__inner{
	display: block;
}
.footer__appendix li{
	margin: 0 auto;
	width: 40%;
}
.footer__appendix li img{
	width: 100%;
	height: auto;
}
.copyright{
	margin: 1em 0;
	font-size: 0.8em;
	text-align: center;
}
}
/*------------------------------------------------------------
各ページの補足
------------------------------------------------------------*/
/*鍼灸師紹介*/
.l-staff{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.l-staff.photo--right{
	flex-direction: row-reverse;
}
.l-staff .l-photo{
	width: 31.25%;
}
.l-staff .l-text{
	width: 68.75%;
	box-sizing: border-box;
}
.l-staff .l-text h2, .l-staff .l-text ul{
	font-size: 0.875em;
}
.l-staff.photo--left .l-text{
	padding: 0 0 0 3em;	
}
.l-staff.photo--right .l-text{
	padding: 0 3em 0 0;	
}
.l-staff .l-text .bullet {
	margin: 0 0 1em 0;
}
.l-staff .l-text .bullet li{
	padding: 0 0 0 1em;
}
.l-staff .l-text .bullet li:before{
	left:0; 
}
p.staff__photo{
	width: 100%;
	height: 24.375em;
	background-size: cover;
}
p.staff__name{
	margin: 0.7em 0 0 0;
	font-size: 1.375em;
	font-family: 'Noto Serif Japanese',"游明朝体", "Yu Mincho", YuMincho, serif;
}
.staff__name .staff__title{
	margin: 0 1em 0 0;
	padding: 0 0.7em;
	display: inline-block;
	color: #fff;
	background: #015519;
	font-size: 0.63em;
	text-align: center;
}
.staff__name .staff__kana{
	margin: 0 0 0 0.7em;
	font-size: 0.63em;
}
p.staff__comment{
	margin: 2em 0 0 0;
	padding: 1em 2em;
	background: #fff url(../images/common/bg_pattern2.png) repeat;
}
.staff__photo.jotaikou{
	background: url(../staff/images/jotaikou.jpg) no-repeat center top;	
}
.staff__photo.josonoko{
	background: url(../staff/images/josonoko.jpg) no-repeat center top;	
}
.staff__photo.nakano-mariko{
	background: url(../staff/images/nakano-mariko.jpg) no-repeat center top;	
}
.staff__photo.kitahara-rikako{
	background: url(../staff/images/kitahara-rikako.jpg) no-repeat center top;	
}
.staff__photo.joeiji{
	background: url(../staff/images/joeiji.jpg) no-repeat center top;	
}
@media screen and (max-width:768px) {
	.l-staff .l-photo{
	width: 100%;
	}
	.l-staff.photo--left .l-text, .l-staff.photo--right .l-text{
	padding: 2em 0 0 0;
	width: 100%;
	}
	p.staff__comment{
	margin: 0 0 0 0;
	padding: 1em 1.2em;
	}
}
/*アクセス・地図*/
.map{
	width: 100%;
	height: 28.125em;
}
@media screen and (max-width:768px) {
	.map{
	height: 20em;
	}
}

/*お知らせ*/
p.notice__signiture{
	margin-top: 4em;
	text-align: right;
	font-size: 1.2em;
}
.notice__table{
	margin-top: 2em;
	border: #333 1px solid;
	width: 70%;
}
.notice__table tr{
	border-bottom: #333 1px solid;
}
.notice__table th{
	padding: 0.5em 0;
	font-weight: normal;
	text-align: center;
	line-height: 1;
}
.notice__table th span{
	font-size: 0.8em;
}
.notice__table td{
	padding: 0.5em 0;
	text-align: center;
}
@media screen and (max-width:768px) {
	p.notice__signiture{
	margin-top: 2em;
	}
	.notice__table{
		width: 100%;
		font-size: 0.8em;
	}
	.notice__table th span{
		display: none;
	}
}