@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;600&family=Shippori+Mincho+B1:wght@400;600;700&display=swap');


/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.6;
	color: #3c3c3c;
	-webkit-text-size-adjust: 100%;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.oswald {
	font-family: 'Oswald', sans-serif;
}
.mincho {
	font-family: 'Shippori Mincho B1', serif;
}
html {
	font-size: 62.5%;
	overflow: auto;
	height: 100%;
}
body {
	font-size: 100%;
	background: #fff;
	background-size: cover;
}
.opmenu {
	overflow: hidden;
}
.opmenu:before {
	content: '';
	display: block;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.1);
	position: fixed;
	top: 0px;
	left: 0px;
}
body img {
	vertical-align: bottom;
	border-style: none;
	max-width: 100%;
}
body img.full {
	width: 100%;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
img {
	max-width: 100%;
	height: auto;
}

.sp_br {
	display: none;
}

.para {
	margin-bottom: 1.5em;
}

.para_half {
	margin-bottom: 1em;
}


.nomal_size {
	font-size: 1.5rem;
}
.mid_size {
	font-size: 1.3rem;
}
.small_size {
	font-size: 1.2rem;
}

.center_note {
	text-align: center;
}

.inlineblock {
	display: inline-block
}


/* 大枠 */
body #allcontents {
	padding-top: 85px;
}

/* ヘッダ
------------------------------------------------------------ */
header {
	background: rgba(255,255,255,0.9);
	position: fixed;
	width: 100%;
	height: 85px;
	left: 0px;
	top: 0px;
	z-index: 100;
}
.floatingmenu {
	display: none;
	background: rgba(255,255,255,0.9);
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	-webkit-transform: translateY(-120%);
	-ms-transform: translateY(-120%);
	transform: translateY(-120%);
	z-index: 101;
	transition: .3s;
}
.opmenu header {
	background: #e5e5e5;
}
header .header_logo {
	display: table-cell;
	padding: 7px 15px;
	text-align: center;
}
header .header_logo img {
	height: 44px;
	margin-bottom: 3px;
}
header .header_logo span {
	color: #3d828e;
	font-size: 1rem;
	font-weight: normal;
	padding: 0 0.5em;
	display: block;
	border: solid 1px #3d828e;
}

/* コンテンツ
------------------------------------------------------------ */
section {
	clear: both;
	margin: 0px auto 30px;
}
	
/* メイン */
section article {
	margin-top: 70px;
}
section article > div {
	padding: 0px 20px;
	width: auto;
}

/* ページタイトル */
section .titlearea {
	display: table;
	margin: 0;
	width: 100%;
	height: 120px;
	background: url("../images/back_title.jpg") no-repeat center center;
	background-size: cover;
}
section .titlearea div {
	display: table-cell;
	height: 120px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
section .titlearea div h1 {
	font-size: 2.2rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
		text-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
section .titlearea div h1 small {
	font-size: 0.7em;
	font-weight: 200;
	color: #fff;
	line-height: 1.3;
	display: block;
}

/* 見出し */
section article h3.entry_title {
	text-align: center;
	padding-bottom: 2em;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3;
	margin: 0px 0px 15px;
	position: relative;
}
section article h3.entry_title span {
	font-size: 63%;
	font-weight: 600;
	letter-spacing: 0.1em;
}
section article h3.entry_title:after {
	content: " ";
	font-size: 150%;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #3d828e;
	background: url(../images/features_back03.gif) repeat-y center bottom;
	height: 30px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

@media (min-width: 360px) {
}
@media (min-width: 520px) {
/* 大枠 */
body #allcontents {
	padding-top: 85px;
}
}

@media (min-width: 768px) {
.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}

/* 大枠 */
body #allcontents {
	padding-top: 120px;
}

/* ヘッダ */
header {
	height: 120px;
}
.opmenu header {
}
header .header_logo {
	padding: 16px 40px 0;
}
header .header_logo img {
	height: 70px;
}
header .header_logo span {
	font-size: 1.3rem;
	padding: 0 0.5em;
}

section {
	margin: 0px auto 80px;
}

section article > div {
	padding: 0px 40px;
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
}

/* ページタイトル */
section .titlearea {
	height: 300px;
}
section .titlearea div {
	height: 300px;
}
section .titlearea div h1 {
	font-size: 4rem;
}
section .titlearea div h1 small {
}
/* 見出し */
section article h3.entry_title {
	font-size: 2.2rem;
}
}
@media (min-width: 1120px) {
section article > div {
}
}

@media (min-width: 1200px) {
.opmenu {
	overflow: visible;
	height: auto;
}
.opmenu:before {
	content: none;
}
.nomal_size {
	font-size: 1.8rem;
}
.mid_size {
	font-size: 1.6rem;
}
.small_size {
	font-size: 1.4rem;
}

/* 大枠 */
body #allcontents {
	padding-top: 180px;
	position: relative;
}

/* ヘッダ */
header {
	position: absolute;
	height: 180px;
	padding: 25px 50px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
}
.opmenu header {
	background: rgba(255,255,255,0.9);
}
header .header_logo {
	padding: 0px;
}
header .header_logo a {
	display: inline;
	margin: 0;
	padding: 0;
}
header .header_logo img {
	height: 100px;
	margin-bottom: 5px;
}
header .header_logo span {
	font-size: 1.5rem;
	padding: 0 0.3em;
}

.floatingmenu.floating {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	transition: .3s;
}
.floatingmenu {
	padding: 15px 50px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
}
.floatingmenu p {
	text-align: center;
	color: #3f3a39;
}
.floatingmenu p img {
  height: 66px;
	margin: auto auto 3px;
	display: block;
}
.floatingmenu p span {
	font-size: 1.2rem;
	color: #3d828e;
	display: block;
	padding: 0 0.3em;
	border: solid 1px #3d828e;
}
.floatingmenu ul {
	list-style: none;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
.floatingmenu ul a {
	font-family: 'Shippori Mincho B1', serif;
  font-size: 2.1rem;
	font-weight: 600;
  padding-left: 0;
  margin-left: 2em;
	text-decoration: none;
}
/* ページタイトル */
section .titlearea {
	height: 400px;
}
section .titlearea div {
	height: 400px;
}
section .titlearea div h1 {
	font-size: 4.8rem;
}
section .titlearea div h1 small {
}

section {
	margin: 0px auto 120px;
}

}



/* フッタ
------------------------------------------------------------ */
footer {
	position: relative;
	clear: both;
	padding: 40px 0;
	z-index: 10;
}

footer .footer_logo {
	position: absolute;
	top: 126px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
footer .footer_logo img {
	height: 60px;
}

footer > div {
	text-align: center;
}
footer .footer_add {
	font-size: 1.4rem;
	margin-bottom: 100px;
}
footer .footer_add .tel_link {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	background: url("../images/icon_tel.svg") no-repeat 3px bottom;
	background-size: 17px;
	padding-left: 1em;
	margin-bottom: 0.5em;
	text-decoration: none;
}
footer .copyright {
	font-size: 1.3rem;
	font-weight: 200;
	letter-spacing: 0.1em;
}

.opmenu footer .pagetop {
	display: none;
}
footer .pagetop {
	display: block;
	position: fixed;
	right: 0px;
	bottom: 0px;
}
footer .pagetop a {
	font-weight: 200;
	height: 60px;
	width: 60px;
	cursor: pointer;
	display: table-cell;
	text-align: center;
	color: #326440;
	text-decoration: none;
	background: #fff;
	vertical-align: middle;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
	-o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
}
footer .pagetop a img {
	width: 20px;
	margin-bottom: 3px;
}

@media (min-width: 768px) {
footer {
	padding: 40px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
}
footer .footer_logo {
	position: static;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
footer .footer_logo img {
	height: 70px;
}

footer > div {
	text-align: right;
}
footer .footer_add {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
footer .footer_add .tel_link {
	font-size: 3.2rem;
	background-size: 23px;
}
footer .copyright {
	font-size: 1.3rem;
	font-weight: 200;
}

footer .pagetop {
}
footer .pagetop a {
	width: 80px;
	height: 80px;
	letter-spacing: 0.1em;
}
footer .pagetop a img {
	width: 25px;
	margin-bottom: 5px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
}
}

@media (min-width: 1200px) {
footer {
	padding: 50px;
}
footer .footer_logo img {
	height: 85px;
}

footer .footer_add {
	font-size: 1.8rem;
	margin-bottom: 30px;
}
footer .footer_add .tel_link {
	font-size: 4rem;
	background-position: 5px 10px;
	background-size: 26px;
}
footer .copyright {
	font-size: 1.4rem;
}

footer .pagetop {
}
footer .pagetop a {
	width: 80px;
	height: 80px;
	letter-spacing: 0.1em;
}
footer .pagetop a img {
	width: 25px;
	margin-bottom: 5px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
}
}



/* ■■■■■■■■■■■■■■■■■■■■■ メニュー ■■■■■■■■■■■■■■■■■■■■■ */

/* スマホ */
#menu-box {
	display: block;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0ox;
}
#toggle {
	display: block;
	cursor: pointer;
	padding: 0px;
	position: absolute;
	z-index: 1000;
	top: 0px;
	right: 0px;
	width: 80px;
	height: 80px;
}
#toggle a {
	color: #3d828e;
	letter-spacing: 0.2em;
	display: block;
	height: 80px;
	position: relative;
	margin: 0px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 47px;
	text-decoration: none;
	font-size: 1.6em;
}
#toggle span {
	display: block;
	width: 50px;
	height: 3px;
	background: #3d828e;
	margin: 26px auto;
	text-align: center;
	position: absolute;
	top: 2px;
	left: 15px;
	transition: .3s;
}
#toggle span:before, #toggle span:after{
	display: block;
	content: "";
	width: 50px;
	height: 3px;
	background: #3d828e;
	position: absolute;
	top: 0px; 
	transition: .3s;
}
#toggle span:before{
	margin-top: -12px;
}
#toggle span:after{
	margin-top: 12px;
}
#toggle span.close {
	background: transparent;
}
#toggle span.close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	margin-top: 0px;
}
#toggle span.close:after{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	margin-top: 0px;
}

#menu-box #menu {
	width: 85%;
	height: 100vh;
	padding: 0px;
	background: #fff;
	padding-top: 80px;
	z-index: 99;
	position: absolute;
	left: 100%;
	top: 0px;
	transition: .3s;
}
.opmenu #menu-box #menu {
	left: 15%;
	transition: .3s;
}
#menu-box #menu > div {
	height: 100%;
	padding-bottom: 15%;
	overflow-y: auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:column-reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}

header div.header_info {
	margin-top: 60px;
	padding: 20px;
	position: relative;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
header div.header_info .header_add {
	display: none;
}
header div.header_info .head_tel .tel_link {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	background: url("../images/icon_tel.svg") no-repeat 3px bottom;
	background-size: 17px;
	padding-left: 1em;
	text-decoration: none;
}
header div.header_info .head_fax {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
}
header div.header_info .head_fax strong {
	font-size: 1rem;
	color: #fff;
	display: inline-block;
	background: #919191;
	padding: 0em 0.5em;
	margin-right: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
header div.header_info .head_fax .oswald {
	font-size: 1.5rem;
	font-weight: 400;
}
header div.header_info .head_fax .oswald small {
	font-size: 1.5rem;
	font-weight: 400;
	font-size: 0.6em;
	margin-right: 1ex;
}
header div.header_info .head_contact a {
	color: #fff;
	display: block;
	text-decoration: none;
	background: #bbd1c1;
	letter-spacing: 0.05em;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
}
header div.header_info .head_contact a img {
	width: 50%;
	margin-top: 10px;
}


#menu nav {
}
#menu .menu_main {
	padding: 0px 20px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
	justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */
}
#menu-box #menu ul.menu_main li {
	width: 47%;
	margin-top: 30px;
}
#menu-box #menu ul.menu_main li a {
	font-family: 'Shippori Mincho B1', serif;
	font-size: 1.4rem;
	font-weight: 600;
	text-decoration: none;
	display: block;
	padding-left: 1em;
	background: url("../images/arrow_rg.svg") no-repeat left center;
	background-size: 6px;
}
#menu-box #menu ul.menu_main li a img {
	display: none;
}

#tab_menu {
	display: none;
}

}

@media (min-width: 375px) {
header div.header_info {
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
header div.header_info .head_tel .tel_link {
	font-size: 3rem;
	background-size: 20px;
	padding-left: 1em;
}
header div.header_info .head_fax strong {
	font-size: 1.3rem;
	margin-right: 10px;
}
header div.header_info .head_fax .oswald {
	font-size: 1.7rem;
}
header div.header_info .head_fax .oswald small {
	font-size: 0.6em;
}
header div.header_info .head_contact a {
	width: 80px;
	height: 80px;
	margin-left: 15px;
}
header div.header_info .head_contact a img {
	width: 36px;
	margin: 10px 0 5px;
}

#menu-box #menu ul.menu_main li a {
	font-size: 1.8rem;
	background-size: 8px;
}
}

/* タブレット */
@media (min-width: 768px) {
/* ヘッダ */
#menu-box {
}

#toggle {
	width: 120px;
	height: 120px;
	right: 15px;
}
#toggle a {
	height: 120px;
	padding-top: 74px;
	font-size: 1.8em;
}
#toggle span {
	display: block;
	width: 70px;
	height: 4px;
	margin: 46px auto;
	top: 0px;
	left: 25px;
}
#toggle span:before, #toggle span:after{
  	width: 70px;
	height: 4px;
	position: absolute;
	top: 0px; 
	transition: .3s;
}
#toggle span:before{
	margin-top: -18px;
}
#toggle span:after{
	margin-top: 18px;
}
#toggle span.close:before, #toggle span.close:after{
}
#toggle span.close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	margin-top: 0px;
}
#toggle span.close:after{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	margin-top: 0px;
}

#menu-box #menu {
	width: 600px;
	padding-top: 120px;
}
.opmenu #menu-box #menu {
	left: 40%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	left: -webkit-calc(100% - 600px);/*Chrome19~25対応*/
	left: -moz-calc(100% - 600px);/*Firefox4~15対応*/
	left: calc(100% - 600px);
}
#menu-box #menu > div {
	height: 100%;
	margin: 0 40px;
}
header div.header_info {
	margin-top: 80px;
	padding: 0px;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
header div.header_info .header_add {
	display: none;
}
header div.header_info .head_tel {
	margin-bottom: 5px;
}
header div.header_info .head_tel .tel_link {
	font-size: 4rem;
	background-size: 28px;
}

header div.header_info .head_fax strong {
	font-size: 1.4rem;
	padding: 0em 0.8em;
	margin-right: 15px;
}
header div.header_info .head_fax .oswald {
	font-size: 2.2rem;
}
header div.header_info .head_fax .oswald small {
	font-size: 1.8rem;
	font-weight: 400;
	margin-right: 1ex;
}
header div.header_info .head_contact a {
	font-size: 1.2rem;
	width: 84px;
	height: 84px;
	margin-left: 25px;
}
header div.header_info .head_contact a img {
	margin: 5px 0;
}

#menu .menu_main {
	padding: 0px;
}
#menu-box #menu ul.menu_main li {
	margin-top: 40px;
}
#menu-box #menu ul.menu_main li a {
	font-size: 2rem;
}

}

/* PC */
@media (min-width: 1200px) {
/* メインメニュー */
#menu-box {
	width: auto;
	position: relative;
	z-index: 800;
}
#menu-box #menu {
	position: static;
	padding: 0px;
	background: none;
	overflow: hidden;
	display: block !important;
	height: 130px;
	width: auto;
	transition: 0s;
}
html.translated-ltr #menu-box #menu {
	max-height: none;
}
#menu-box #menu > div {
	height: 130px;
	margin: 0;
	padding: 0px;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
	
#toggle {
	display: none;
}

header div.header_info {
	padding: 0px;
	margin-top: 0px;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
}
header div.header_info .header_add {
	display: block;
	text-align: right;
	margin-right: 25px;
}

#menu nav {
	height: auto;
	overflow: hidden;
}
#menu-box #menu ul.menu_main {
	padding: 0px;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
#menu-box #menu ul.menu_main li {
}
#menu-box #menu ul.menu_main li {
	width: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	list-style: none;
	position: relative;
}
#menu-box #menu ul.menu_main li.menu_home {
	display: none;
}
#menu-box #menu ul.menu_main li a {
	font-size: 2.1rem;
	padding-left: 0;
	margin-left: 1.8em;
	background: none;
}
#menu-box #menu ul.menu_main li.menu_policy a {
	margin-left: 0;
}
#menu-box #menu ul.menu_main li.menu_schedule,
#menu-box #menu ul.menu_main li.menu_access {
	width: 80px;
	height: 240px;
	position: fixed;
	top: 280px;
	right: 0px;
	display: none;
}
#menu-box #menu ul.menu_main li.menu_schedule a,
#menu-box #menu ul.menu_main li.menu_access a {
	color: #fff;
	margin: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: #326440;
	display: block;
	width: 80px;
	height: 240px;
	vertical-align: middle;
	text-align: center;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
}
#menu-box #menu ul.menu_main li.menu_schedule a img,
#menu-box #menu ul.menu_main li.menu_access a img {
	display: inline;
	width: 28px;
	margin-bottom: 10px;
}
#menu-box #menu ul.menu_main li.menu_access {
	top: 550px;
}
#menu-box #menu ul.menu_main li.menu_access a img {
	width: 17px;
}

#tab_menu {
	display: block;
	position: absolute;
	top: 240px;
	right: 0px;
	z-index: 11;
}
#tab_menu .tab_schedule a,
#tab_menu .tab_access a {
	font-size: 2.1rem;
	color: #fff;
	text-decoration: none;
	margin: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: #326440;
	display: block;
	width: 80px;
	height: 240px;
	vertical-align: middle;
	text-align: center;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
}
#tab_menu .tab_schedule a img,
#tab_menu .tab_access a img {
	display: inline;
	width: 28px;
	margin-bottom: 10px;
}
#tab_menu .tab_access a img {
	width: 17px;
}
#tab_menu .tab_schedule {
	margin-top: 40px;
}

}




/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix */

/* iepngfix efect */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* end iepngfix efect */























