@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.7;
	color: #382a2a;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	word-break: break-all;
	overflow-wrap: break-word;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zen-maru {
  font-family: "Zen Maru Gothic", sans-serif;
}
.zen-kaku {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

html {
	font-size: 62.5%;
	height: 100%;
}
body {
	font-size: 100%;
	background: #fff;
}
body.opmenu {
	overflow: hidden;
}
body img {
	vertical-align: bottom;
	border-style: none;
	max-width: 100%;
}
body img.full {
	width: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.underlink {
	text-decoration: underline;
}
a.underlink:hover {
	text-decoration: none;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.sp_br {
	display: none;
}

.para_wide {
	margin-bottom: 2em;
}

.para {
	margin-bottom: 1.5em;
}

.para_half {
	margin-bottom: 1em;
}

.para_little {
	margin-bottom: 0.5em;
}

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

.komelist li {
	padding-left: 1em;
	position: relative;
	list-style: none;
}
.komelist li:before {
	content: "※";
	position: absolute;
	left: 0px;
	top: 0px;
}

.inlineblock {
	display: inline-block;
}

.orange_txt {
    color: #FF6B10;
}
.green_txt {
    color: #39a583;
}


/* 大枠 */
body #allcontents {
}

/* ヘッダ
------------------------------------------------------------ */
header {
	width: 100%;
	height: 66px;
	padding: 0 15px;
	z-index: 1000;
	position: fixed;
	margin: auto;
	left: 0px;
	top: 0px;
	background: #fff;
}
header .logo_header {
	display: table;
    margin-top: 20px;
}
header .logo_header a {
    display: block;
}
header .logo_header span {
    display: none;
}
header .logo_header img {
	width: auto;
	height: 32px;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
header .head_tel {
    width: 47px;
    height: 47px;
	position: absolute;
	top: 11px;
	right: 116px;
	transition: .5s;
}
header .head_tel strong {
    display: none;
}
header .head_tel a {
	background: #FCFFB1 url("../images/icon_tel_y.svg") no-repeat center center;
	background-size: 40px;
    display: block;
    width: 47px;
    height: 47px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    text-indent: -9999em;
}
header .head_access {
    display: block;
	width: 47px;
	height: 47px;
	background: #F8F8F8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 11px;
	right: 60px;
	transition: .5s;
}
header .head_access a {
    display: table-cell;
	width: 47px;
	height: 47px;
	text-align: center;
	vertical-align: middle;
    position: relative;
	transition: .5s;
}
header .head_access a:hover {
	text-decoration: none;
}
header .head_access a img {
	width: 14px;
	transition: .5s;
}
header .head_access a span {
    display: none;
}

.opmenu header {
    background: #fff;
	transition: .5s;
}

/* コンテンツ
------------------------------------------------------------ */
section {
	clear: both;
	margin: 0px auto;
	position: relative;
	padding: 0 0 100px;
    overflow: hidden;
}

/* メイン */
section article {
	margin-top: 50px;
}
section article > div {
	padding: 0px 15px;
	max-width: 1060px;
	margin: auto;
}

/* ページタイトル */
section article.pagetitle_area {
	overflow: hidden;
	margin: 76px 0 0;
    padding: 0;
}
section article.pagetitle_area div.pagetitle {
    height: 100px;
	max-width: none;
    background: #4B342E;
    margin: 0 10px;;
    padding: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	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;
    position: relative;
}
section article.pagetitle_area div.pagetitle * {
    color: #FCFFB1;
}
section article.pagetitle_area div.pagetitle > div {
	padding: 0px 20px;
    width: 100%;
	max-width: 1060px;
	margin: auto;
}
section article.pagetitle_area div.pagetitle:before {
	content: "";
	display: block;
	height: 4px;
    width: 10px;
	background: #FCFFB1;
    margin-top: -2px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
    position: absolute;
    left: 0px;
    top: 50%;
}
section article.pagetitle_area div.pagetitle h1 {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.2;
    margin: 0 0 5px;
    padding: 0;
}
section article.pagetitle_area div.pagetitle p.pagetitle_en {
	font-weight: 600;
    padding-left: 1em;
    position: relative;
}
section article.pagetitle_area div.pagetitle p.pagetitle_en:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #39a583;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0;
}
section article.pagetitle_area .breadcrumb {
    text-align: right;
}
section article.pagetitle_area .breadcrumb span {
    padding: 0 0.5em;
}
section article.pagetitle_area div.page_img img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/* 見出し */
h2.subtitle {
	font-size: 1.8rem;
	font-weight: bold;
    padding: 1em;
    margin-bottom: 1.5em;
    background: #F5F0EB;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    position: relative;
}
h2.subtitle:before {
    content: '';
    display: block;
    width: 4px;
    height: 1.4em;
    background: #875C44;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
    position: absolute;
    left: 0px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* 他 */

@media (min-width: 375px) {
header .logo_header {
    margin-top: 19px;
}
header .logo_header img {
	height: 34px;
}
}
@media (min-width: 520px) {
}

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

/* 大枠 */
body #allcontents {
}

/* ヘッダ */
header {
	width: 100%;
	height: 100px;
	padding: 0 50px;
}
header .header_info {
    height: 100px;
}
header .logo_header {
    height: auto;
    margin-top: 12px;
}
header .logo_header span {
    display: block;
    font-size: 1.1rem;
    font-weight: normal;
}
header .logo_header img {
    height: auto;
	height: 56px;
    margin-top: 3px;
}
header .head_tel {
	width: 72px;
	height: 72px;
	top: 14px;
	right: 181px;
}
header .head_tel a {
	width: 72px;
	height: 72px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
header .head_tel strong {
    font-size: 1.2rem;
	padding-bottom: 3px;
}
header .head_tel a {
    background-size: 50px;
}
header .head_access {
	width: 72px;
	height: 72px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 14px;
	right: 95px;
}
header .head_access a {
	width: 72px;
	height: 72px;
	text-align: center;
	vertical-align: middle;
    position: relative;
	transition: .5s;
}
header .head_access a:hover {
	text-decoration: none;
}
header .head_access a img {
	width: 20px;
}

/* メイン */
section {
}
section article {
	margin-top: 60px;
}
section article > div {
    padding: 0px 50px;
}

/* ページタイトル */
section article.pagetitle_area {
	margin: 110px 0 0;
}
section article.pagetitle_area div.pagetitle {
    height: 130px;
    margin: 0 10px;;
}
section article.pagetitle_area div.pagetitle > div {
	padding: 0px 50px;
}
section article.pagetitle_area div.pagetitle:before {
    width: 40px;
}
section article.pagetitle_area div.pagetitle h1 {
	font-size: 2.8rem;
    margin: 0 0 15px;
}
section article.pagetitle_area .breadcrumb {
	width: 97.9%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50vw - 55px);/*Chrome19~25対応*/
	width: -moz-calc(50vw - 55px);/*Firefox4~15対応*/
	width: calc(50vw - 55px);
    max-width: 480px;
    position: absolute;
    left: 50%;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
section article.pagetitle_area .breadcrumb span {
    padding: 0 0.5em;
}
section article.pagetitle_area div.page_img img {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* 見出し */
h2.subtitle {
	font-size: 2rem;
    padding: 1em 1.5em;
    margin-bottom: 1.5em;
}

}

@media (min-width: 1100px) {
section article.pagetitle_area div.pagetitle:before {
    width: 40px;
	widht: -webkit-calc(50% - 500px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 500px);/*Firefox4~15対応*/
	width: calc(50% - 500px);  
}
}

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

/* 大枠 */
body #allcontents {
}

/* ヘッダ */
header {
	padding: 0px;
	height: 150px;
	display: block;
	width: 100%;
	margin: auto;
	transition: .5s;
}
header > div.header_info {
	height: 150px;
	padding: 20px 0 0 50px;
	position: relative;
	transition: .5s;
}
header > div.headmenu {
	width: auto;
	margin: auto;
	transition: .5s;
}
header .logo_header {
	display: table;
    height: 95px;
	background: url("../img/logo_mark.svg") no-repeat left top;
	background-size: contain;
    margin-top: 0;
}
header .logo_header a {
	transition: .5s;
}
header .logo_header span {
	font-size: 1.2rem;
}
header .logo_header img {
    height: 60px;
    width: auto;
    margin-top: 5px;
	position: absolute;
	transition: .5s;
}
header .head_tel {
    width: auto;
    height: 74px;
	margin-top: 0px;
    right: 130px;
	transition: .5s;
}
header .head_tel a {
    width: auto;
    height: 74px;
    font-size: 3rem;
    text-indent: 0em;
	line-height: 0.7;
    letter-spacing: 0.05em;
    color: #FCFFB1;
    background-size: 43px 42px;
    background-color: #290900;
    background-position: 40px center;
    padding: 0 35px 10px 100px;
	display: table-cell;
    vertical-align: middle;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	transition: .5s;
}
header .head_tel a:hover {
	text-decoration: none;
}
header .head_tel a strong {
    display: block;
    font-size: 1.2rem;
	line-height: 1;
    color: #fff;
	transition: .5s;
}
header .head_tel a strong span {
    color: #FCFFB1;
    letter-spacing: 0.3em;
}
header .head_access {
	width: 106px;
	height: 90px;
	-webkit-border-radius: 0 0 0 25px;
	-moz-border-radius: 0 0 0 25px;
	border-radius: 0 0 0 25px;
	top: 0px;
	right: 0px;
}
header .head_access a {
    display: block;
	width: 106px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
}
header .head_access a:hover {
	text-decoration: none;
}
header .head_access a img {
	width: 19px;
    margin: 18px 0 5px;
}
header .head_access a span {
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
	transition: .5s;
}
	
/* コンパクトヘッダ */
header.compact {
	height: 110px;
	transition: .5s;
}
header.compact > div.header_info {
	height: 110px;
	padding: 10px 0 0 50px;
	transition: .5s;
}
header.compact > div.headmenu {
	-webkit-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	transform: translateY(-35px);
	transition: .5s;
}
header.compact .logo_header {
	z-index: 2000;
	transition: .5s;
}
header.compact .head_tel {
    height: 57px;
    top: 5px;
	transition: .5s;
}
header.compact .head_tel a {
    font-size: 2.4rem;
    height: 57px;
	transition: .5s;
}
header.compact .head_tel a strong {
    font-size: 1rem;
}
header.compact .head_access {
	height: 65px;
	transition: .5s;
	z-index: 1900;
}
header.compact .head_access a {
	font-size: 1.4rem;
	height: 65px;
	transition: .5s;
}
header.compact .head_access a img {
//	width: 12px;
	margin: 8px 0 2px;
	transition: .5s;
}
header.compact .head_access a span {
	font-size: 1rem;
	letter-spacing: 0em;
	transition: .5s;
}

.opmenu header {
    background: none;
}

/* コンテンツ */
section {
	position: static;
	padding-bottom: 130px;
}
section article {
	margin-top: 70px;
}

/* ページタイトル */
section article.pagetitle_area {
	margin: 160px 0 0;
}
section article.pagetitle_area div.pagetitle {
    height: 150px;
    margin: 0 10px;;
}
section article.pagetitle_area div.pagetitle h1 {
	font-size: 3rem;
}
	
/* 見出し */
h2.subtitle {
	font-size: 2.2rem;
    margin-bottom: 1.3em;
}
}


/* フッタ
------------------------------------------------------------ */
footer {
	clear: both;
	background: #F6F3F0;
	padding: 40px 0 70px;
    margin-top: 60px;
	-webkit-border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
	border-radius: 30px 30px 0 0;
}

footer .footer_info_ex {
    background: #f8f6ef;
    width: 100%;
    padding: 8px 0;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 60;
}
footer .footer_info_ex ul {
    list-style: none;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
footer .footer_info_ex ul li {
    font-size: 1.2rem;
    text-align: center;
//	width: 33%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
//	widht: -webkit-calc(100% / 3);/*Chrome19~25対応*/
//	width: -moz-calc(100% / 3);/*Firefox4~15対応*/
//	width: calc(100% / 3);
	width: 50%;
    position: relative;
}
footer .footer_info_ex ul li a {
    display: block;
    height: 100%;
	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;
}
footer .footer_info_ex ul li .footer_info_icon {
    margin: auto;
}
footer .footer_info_ex ul li img {
    margin-bottom: 3px;
}
footer .footer_info_ex ul li.footer_info_tel img {
    width: 30px;
}
footer .footer_info_ex ul li.footer_info_tel strong {
    color: #fcffb1;
    font-weight: normal;
    display: inline-block;
    background: #290900;
    padding: 0 1em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
footer .footer_info_ex ul li.footer_info_tel span {
	display: none;
}
footer .footer_info_ex ul li.footer_info_time img {
    width: 30px;
}
footer .footer_info_ex ul li.footer_info_access img {
    width: 20px;
}
footer .footer_info_ex ul li.footer_info_time:before ,
footer .footer_info_ex ul li.footer_info_access:before {
    content: '';
    display: block;
    width: 1px;
    height: 92%;
    background: #68554e;
    position: absolute;
    left: 0px;
    top: 4%;
}
footer .footer_info_ex ul li.footer_info_time:before {
    content: none;
}

footer .footer_info {
    text-align: center;
	padding: 0 20px 30px;
    margin: auto;
    max-width: 1060px;
}
footer .footer_info .footer_logo {
    margin-bottom: 20px;
}
footer .footer_info .footer_logo img {
    width: 230px;
    margin-bottom: 10px;
}
footer .footer_info .footer_tel {
	display: table;
	margin: auto;
    padding: 0px;
    white-space: nowrap;
}
footer .footer_info .footer_tel a {
    text-align: left;
    width: auto;
    height: 60px;
    font-size: 2.8rem;
    font-weight: bold;
    text-indent: 0em;
	line-height: 1;
    letter-spacing: 0.05em;
    color: #FCFFB1;
	background: #4B342E url("../images/icon_tel_y.svg") no-repeat center center;
	background-size: 36px;
    background-position: 13px center;
    padding: 5px 20px 10px 60px;
    margin-bottom: 5px;
	display: table;
    vertical-align: middle;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: relative;
}
footer .footer_info .footer_tel a:hover {
	text-decoration: none;
}
footer .footer_info .footer_tel a strong {
    display: block;
    font-size: 1.1rem;
    color: #fff;
}
footer .footer_info .footer_tel a strong span {
    color: #FCFFB1;
    letter-spacing: 0.2em;
}

footer .footer_menu {
    background: #4B342E;
}
footer .footer_menu * {
	color: #fff;
}
footer .footer_menu > div {
	padding: 30px 20px;
    margin: auto;
    max-width: 1060px;
}
footer .footer_menu 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-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
footer .footer_menu ul li {
    width: 50%;
    margin-bottom: 1.2em;
}
footer .footer_menu ul li a {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
footer .footer_menu ul li a img {
    width: 1.4em;
    margin: 3px 10px 0 0;
}

footer .copyright_area {
	padding: 0px 0px 30px;
	text-align: center;
    background: #4B342E;
}
footer .copyright_area .copyright {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
}

footer .pagetop {
}
footer .pagetop a {
}

@media (min-width: 360px) {
}
@media (min-width: 768px) {
footer {
	padding: 50px 0 0;
    margin-top: 70px;
	-webkit-border-radius: 45px 45px 0 0;
	-moz-border-radius: 45px 45px 0 0;
	border-radius: 45px 45px 0 0;
}

footer .footer_info_ex {
    background: #290900;
    width: 200px;
    padding: 10px 15px;
    bottom: 20px;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}
footer .footer_info_ex ul {
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
footer .footer_info_ex ul li {
    font-size: 1.3rem;
}
footer .footer_info_ex ul li img {
    margin-bottom: 3px;
}
footer .footer_info_ex ul li.footer_info_tel {
    width: 100%;
    margin-bottom: 10px;
}
footer .footer_info_ex ul li.footer_info_tel a {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
footer .footer_info_ex ul li.footer_info_tel p {
    text-align: left;
}
footer .footer_info_ex ul li.footer_info_tel p.footer_info_icon {
    margin: 0 10px 0 0;
}
footer .footer_info_ex ul li.footer_info_tel img {
    width: 30px;
}
footer .footer_info_ex ul li.footer_info_tel strong {
    font-size: 1.8rem;
    background: none;
    padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    line-height: 1;
    letter-spacing: 0.1em;
}
footer .footer_info_ex ul li.footer_info_tel span {
	display: block;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
}
footer .footer_info_ex ul li.footer_info_tel .footer_info_icon {
    width: 37px;
    height: 37px;
    background: url("../images/icon_tel_y.svg") no-repeat;
    background-size: contain;
}
footer .footer_info_ex ul li.footer_info_tel .footer_info_icon img {
    display: none;
}
footer .footer_info_ex ul li.footer_info_time ,
footer .footer_info_ex ul li.footer_info_access {
	width: 49%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 3px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 3px);/*Firefox4~15対応*/
	width: calc(50% - 3px);  
}
footer .footer_info_ex ul li.footer_info_time,
footer .footer_info_ex ul li.footer_info_access {
    background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
footer .footer_info_ex ul li.footer_info_time:before ,
footer .footer_info_ex ul li.footer_info_access:before {
    content: none;
}
footer .footer_info_ex ul li.footer_info_time a,
footer .footer_info_ex ul li.footer_info_access a {
    padding-top: 5px;
}
footer .footer_info_ex ul li.footer_info_time .footer_info_icon img {
    margin-bottom: 0;
}
footer .footer_info_ex ul li.footer_info_access .footer_info_icon img {
    margin-bottom: 0;
}

footer .footer_info {
	padding: 0 50px 50px;
}
footer .footer_info > div {
	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;
}
footer .footer_info .footer_logo {
    margin-bottom: 0;
}
footer .footer_info .footer_logo img {
    width: 300px;
}
footer .footer_info .footer_tel {
	margin: 0 0 0 50px;
}
footer .footer_info .footer_tel a {
    font-size: 3.2rem;
    background-position: 13px center;
    padding: 5px 20px 10px 65px;
}
footer .footer_info .footer_tel a strong {
    font-size: 1.2rem;
}

footer .footer_menu > div {
	padding: 30px 50px;
}
footer .footer_menu ul {
    -webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
footer .footer_menu ul li {
    width: auto;
    margin-bottom: 0;
}
footer .footer_menu ul li a img {
    width: 1.4em;
    margin: 3px 8px 0 0;
}

footer .copyright_area {
	padding: 70px 0px 50px;
}
footer .copyright_area .copyright {
    font-size: 1.2rem;
}

footer .pagetop {
}
footer .pagetop a {
}
}
@media (min-width: 1200px) {
footer {
	padding: 70px 0 0;
    margin-top: 80px;
	-webkit-border-radius: 60px 60px 0 0;
	-moz-border-radius: 60px 60px 0 0;
	border-radius: 60px 60px 0 0;
}

footer .footer_info_ex {
    width: 250px;
    padding: 11px 25px;
    bottom: 40px;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
footer .footer_info_ex ul li .footer_info_icon {
    margin: auto;
}
footer .footer_info_ex ul li.footer_info_tel {
    margin-bottom: 12px;
}

footer .footer_info {
	padding: 0 50px 70px;
}
footer .footer_info .footer_logo img {
    width: 330px;
    margin-bottom: 15px;
}
footer .footer_info .footer_tel {
	margin: 0 0 0 70px;
}
footer .footer_info .footer_tel a {
    font-size: 3.5rem;
    background-position: 25px center;
    padding: 5px 30px 10px 75px;
}
footer .footer_info .footer_tel a strong {
    font-size: 1.4rem;
}

footer .footer_menu > div {
	padding: 50px;
}

footer .copyright_area {
	padding: 80px 0px 50px;
}
footer .copyright_area .copyright {
    font-size: 1.2rem;
}

footer .pagetop {
}
footer .pagetop a {
}
}



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

/* スマホ */
.headmenu {
	position: relative;
}
#menu-box {
	display: block;
	width: auto;
	list-style: none;
	z-index: 1000;
}
#toggle {
	background: #F8F8F8;
	display: inline-block;
	cursor: pointer;
	padding: 0px;
	position: fixed;
	z-index: 800;
	top: 0px;
	right: 0px;
	width: 52px;
	height: 58px;
	-webkit-border-radius: 0px 0px 0px 5px;
	-moz-border-radius: 0px 0px 0px 5px;
	border-radius: 0px 0px 0px 5px;
}
#toggle a {
	font-size: 1.2rem;
	color: #4B342E;
	line-height: 1;
	display: block;
	height: 60px;
	padding-top: 36px;
	position: relative;
	margin: 0px;
	text-align: center;
	transition: .3s;
	font-weight: 500;
	outline: none;
	text-decoration: none;
}

#toggle span {
	display: block;
	width: 24px;
	height: 3px;
	background: #4B342E;
	position: absolute;
	left: 14px;
	transition: .3s;
}
#toggle span.menu_first {
	top: 13px;
}
#toggle span.menu_mid {
	top: 20px;
}
#toggle span.menu_last{
	top: 27px;
}
.opmenu #toggle span:before {
	display: none;
}
.opmenu #toggle span.menu_first {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	top: 20px;
	transition: .3s;
}
.opmenu #toggle span.menu_last {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	top: 20px;
	transition: .3s;
}
#toggle span.menu_mid.close {
	background: transparent;
}

#menu-box #menu {
	display: none;
	width: 100%;
	background: #F9F6F0;
	padding: 0px;
    position: fixed;
	top: 66px;
	left: 0px;
	z-index: 999;
	height: 80％; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	height: -webkit-calc(100vh - 66px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 66px);/*Firefox4~15対応*/
	height: calc(100vh - 66px);
}
#menu nav {
    margin-bottom: 70px;
    overflow-y: auto;
	height: 80％; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	height: -webkit-calc(100vh - 110px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 110px);/*Firefox4~15対応*/
	height: calc(100vh - 110px);
}

#menu .menu_main {
	position: relative;
	overflow: auto;
	margin: 30px 20px;
}
#menu .menu_main ul {
    padding: 10px 20px 20px;
    background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#menu .menu_main ul li {
	list-style: none;
	border-bottom: solid 1px #BC9C78;
}
#menu .menu_main ul li a {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 1.3em 1em;
	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;
}
#menu .menu_main ul li a span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
}
#menu .menu_main ul li.current a {
    pointer-events: none;
    cursor: default;
}
#menu .menu_main ul li.current span {
    color: #39a583;
}
#menu .menu_main ul li a img {
	width: 1.3em;
	margin-right: 8px;
}

#menu .menu_main .menu_tel {
	display: table;
	margin: 30px auto 0;
    padding: 0px;
    white-space: nowrap;
    text-align: center;
}
#menu .menu_main .menu_tel a {
    text-align: left;
    width: auto;
    height: 60px;
    font-size: 2.8rem;
    font-weight: bold;
    text-indent: 0em;
	line-height: 1;
    letter-spacing: 0.05em;
    color: #FCFFB1;
	background: #4B342E url("../images/icon_tel_y.svg") no-repeat center center;
	background-size: 36px;
    background-position: 13px center;
    padding: 5px 20px 10px 60px;
    margin-bottom: 5px;
	display: table;
    vertical-align: middle;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: relative;
}
#menu .menu_main .menu_tel a:hover {
	text-decoration: none;
}
#menu .menu_main .menu_tel a strong {
    display: block;
    font-size: 1.1rem;
    color: #fff;
}
#menu .menu_main .menu_tel a strong span {
    color: #FCFFB1;
    letter-spacing: 0.2em;
}

#menu .close_bt {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
#menu .close_bt a {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #4B342E;
    display: block;
    padding: 1em;
	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;
}
#menu .close_bt a img {
    width: 1.2em;
    margin-right: 15px;
}

@media (min-width: 375px) {
}

/* タブレット */
@media (min-width: 768px) {
/* ヘッダ */
#toggle {
	height: 86px;
	width: 80px;
    -webkit-border-radius: 0px 0px 0px 10px;
    -moz-border-radius: 0px 0px 0px 10px;
    border-radius: 0px 0px 0px 10px;
}
#toggle a {
	font-size: 1.6rem;
	color: #4B342E;
	display: block;
	height: 86px;
	padding-top: 50px;
}

#toggle span {
	width: 34px;
	height: 3px;
	left: 23px;
}
#toggle span.menu_first {
	top: 22px;
}
#toggle span.menu_mid {
	top: 30px;
}
#toggle span.menu_last{
	top: 38px;
}
.opmenu #toggle span.menu_first {
	top: 30px;
}
.opmenu #toggle span.menu_last {
	top: 30px;
}

#menu-box #menu {
	top: 100px;
	height: 80％; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	height: -webkit-calc(100vh - 100px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 100px);/*Firefox4~15対応*/
	height: calc(100vh - 100px);
}
#menu nav {
	height: 80％; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	height: -webkit-calc(100vh - 150px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 150px);/*Firefox4~15対応*/
	height: calc(100vh - 150px);
}
#menu .menu_main {
    margin: 70px 50px;
}
#menu .menu_main ul {
}
#menu .menu_main ul li a {
    font-size: 1.8rem;
}

#menu .menu_main .menu_tel {
    margin-top: 40px
}
#menu .menu_main .menu_tel a {
    font-size: 3.2rem;
    background-position: 13px center;
    padding: 5px 20px 10px 65px;
}
#menu .menu_main .menu_tel a strong {
    font-size: 1.2rem;
}
}

/* PC */
@media (min-width: 1200px) {
/* メインメニュー */
.headmenu {
    position: absolute;
    top: 105px;
    right: 50px;
}
#menu-box {
	position: relative;
	z-index: 800;
	clear: both;
	text-align: center;
}
#toggle {
	display: none;
}
#menu-box #menu {
	display: block;
	background: none;
	position: static;
	height: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
body.opmenu #menu-box #menu:before {
	content: none;
}
#menu-box #menu nav {
	padding: 0px;
	height: auto;
}
#menu {
	display: block !important;
}

#menu .menu_main {
	margin: 0;
}
#menu .menu_main ul {
	width: 100%;
	margin: 0;
    padding: 0;
    background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	transition: .5s;
}
#menu .menu_main ul li {
	width: auto;
	display: inline-block;
    margin: 0 0 0 30px;
    border: none;
}
#menu .menu_main ul li a {
	font-size: 1.6rem;
	line-height: normal;
	padding: 0;
	display: block;
	transition: .5s;
}
#menu .menu_main ul li:hover a {
    border-bottom: solid 1px #382a2a;
}
#menu .menu_main ul li.current:hover a {
    border-bottom: none;
}
#menu .menu_main ul li a img {
	display: none;
}
#menu .menu_main ul li a span {
	color: #382a2a;
}

header.compact #menu .menu_main ul {
	transition: .5s;
}
header.compact #menu .menu_main ul li a {
	transition: .5s;
}

#menu .menu_main .menu_tel {
    display: none;
}
#menu .close_bt {
    display: none;
}
}


/* 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 */

