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

/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Zen Maru Gothic", serif;
//	font-weight: 400;
	margin: 0px;
	padding: 0px;
	color: #363e45;
	line-height: 2;
	-webkit-text-size-adjust: 100%;
//	word-break: break-all;
	overflow-wrap: break-word;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	font-size: 62.5%;
    background: #f9f3ee;
	overflow: auto;
    min-height: 100vh;
}
body {
    min-height: 100vh;
}
.opmenu,
.opmenu body {
	overflow: hidden;
}
body img {
	vertical-align: bottom;
	border-style: none;
	max-width: 100%;
}
a {
	text-decoration: none;
	position: relative;
}
a:hover {
	text-decoration: underline;
}
a.underlink {
	text-decoration: underline;
}
a.underlink:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
strong {
	font-weight: 700;
}

.para {
	margin-bottom: 1.5em;
}
.para-half {
	margin-bottom: 1em;
}
.para-little {
	margin-bottom: 0.5em;
}
.para-wide {
	margin-bottom: 2em;
}

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

.inlineblock {
	display: inline-block;
}
.center_note {
    text-align: center;
}

/* 大枠 */
body #allcontents {
    min-height: 100vh;
	position: relative;
	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;
}

/* ヘッダ */
header {
	padding: 0 0 0 15px;
    margin: 0;
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 100;
}
header .logo_main {
    margin: 15px auto 15px 0;
    vertical-align: middle;
	z-index: 1000;
}
header .logo_main a {
	display: block;
    vertical-align: middle;
}
header .logo_main img.logo_symbol {
    width: auto;
	height: 50px;
    vertical-align: middle;
    margin-right: 10px;
}
header .logo_main img.logo_name {
	width: 120px;
    vertical-align: middle;
}


header .header_info {
    padding-right: 30px;
	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;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
header .header_add a.header_home {
    font-size: 1.3rem;
    font-weight: 900;
    display: block;
//    width: 60px;
    height: 50px;
    text-decoration: none;
	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-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    position: fixed;
    top: 15px;
    left: 205px;
}
header .header_add a.header_home img {
	width: 24px;
}
header .header_add a.header_tel {
    font-size: 1.5rem;
    font-weight: 900;
    display: block;
//    width: 60px;
    height: 60px;
    text-decoration: none;
	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-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
header .header_add {
    position: fixed;
    top: 10px;
    right: 80px;
}
header .header_add span {
    display: none;
}
header .header_add a.header_tel img {
    width: 30px;
    margin-bottom: 0px;
}
header .header_add a.header_tel:after {
    content: 'TEL';
    font-size: 1.5rem;
    font-weight: 900;
    color: #367bc3;
}

/* コンテンツ */
section {
	clear: both;
	margin: 0 0 auto;
	padding: 80px 0 0;
	position: relative;
}
section article.contents {
	padding: 50px 0px;
}
section article > div {
	max-width: 1160px;
	margin: auto;
	padding: 0 15px;
	position: relative;
}

/* ページタイトル */
.title_area {
    position: relative;
}
.title_area .pankuzu {
    display: none;
}
.title_area .pankuzu span {
    font-size: 1.5em;
    line-height: 1;
    padding: 0 0.5em;
}
.title_area div.page_title {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 15px;
    position: relative;
}
.title_area h1 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    color: #367bc3;
}
.title_area .en_title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #367bc3;
    text-transform: uppercase;
}
.title_area .en_title:after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: #c6dbf1;
    margin-left: -35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    position: absolute;
    left: 50%;
    bottom: 0px;
}
.title_area:before {
    content: '';
    display: block;
    width: 95%;
    height: 300px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

h2.sub {
    font-size: 1.6rem;
    text-align: center;
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 2em;
}
h2.sub .en_title {
    font-size: 2.6rem;
    font-weight: 100;
    display: block;
}
h2.sub .jp_title {
}
h2.sub:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #ec541f;
    position: absolute;
    left: 50%;
    bottom: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

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

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

/* ヘッダ */
header {
    height: 100px;
    padding-left: 30px;
}
header .logo_main {
    margin: 15px auto 15px 0;
}
header .logo_main img.logo_symbol {
	height: 70px;
    margin-right: 15px;
}
header .logo_main img.logo_name {
	width: 190px;
}

header .header_info {
}
header .header_add a.header_home {
    font-size: 1.8rem;
//    width: 60px;
    height: 80px;
    top: 6px;
    left: 330px;
}
header .header_add a.header_home img {
	width: 24px;
}
header .header_add a.header_tel {
    font-size: 1.8rem;
//    width: 80px;
    height: 80px;
}
header .header_add {
    top: 10px;
    right: 100px;
}
header .header_add span {
    display: none;
}
header .header_add a.header_tel img {
    width: 40px;
}
header .header_add a.header_tel:after {
    font-size: 1.8rem;
}

/* コンテンツ */
section {
	padding: 100px 0 0;
}
section article.contents {
    padding: 60px 0px;
}
section article > div {
	padding: 0 30px;
}

/* ページタイトル */
.title_area .pankuzu {
    padding-top: 2em;
    display: block;
}
.title_area div.page_title {
    margin-top: 40px;
    padding-bottom: 20px;
}
.title_area h1 {
    font-size: 3.8rem;
    line-height: 1.4;
}
.title_area .en_title {
    font-size: 2rem;
}
.title_area .en_title:after {
    width: 80px;
    height: 5px;
    margin-left: -40px;
}

h2.sub {
}
h2.sub .en_title {
}
h2.sub .jp_title {
}
h2.sub:after {
    width: 70px;
    height: 3px;
}
}

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

/* ヘッダ */
header {
    height: 120px;
	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;
	transition: .3s;
}
    
header .logo_main {
    margin: 17px auto 17px 0;
display: table;
}
header .logo_main img.logo_symbol {
	height: 86px;
    margin-right: 25px;
}
header .logo_main img.logo_name {
	width: auto;
}

header .header_info {
    height: 90px;
    padding: 0;
    margin: 15px 30px 15px auto;
    display: block;
	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: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;
	transition: .3s;
}
header .header_add {
    position: static;
    text-align: right;
}
header .header_add span {
    display: inline-block;
    margin-right: 30px;
}
header .header_add a.header_home {
    display: none;
}
header .header_add a.header_tel {
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
}
header .header_add a.header_tel img {
    width: 26px;
    margin: 0 5px 0 0;
}
header .header_add a.header_tel:after {
    content: '0476-48-1010';
    font-size: 3rem;
    font-weight: 900;
}

section {
	padding: 120px 0 0;
}

/* コンテンツ */
section article.contents {
	padding: 100px 0px 0px;
}
section article > div {
	max-width: 1100px;
	margin: auto;
	padding: 0;
}

/* ページタイトル */
.title_area div.page_title {
    margin-top: 60px;
    padding-bottom: 20px;
}
.title_area h1 {
    font-size: 4.4rem;
    line-height: 1.4;
}
.title_area .en_title {
    font-size: 2.4rem;
}
.title_area .en_title:after {
    width: 80px;
    height: 5px;
    margin-left: -40px;
}
    
.title_area {
}
.title_area h1 {
}

h2.sub {
    font-size: 2.2rem;
    padding-bottom: 1em;
    margin-bottom: 2em;
}
h2.sub .en_title {
    font-size: 4rem;
}
h2.sub .jp_title {
}
h2.sub:after {
    width: 80px;
}
}

@media (min-width: 1260px) {
header .header_info {
	margin-left: -webkit-calc((100% - 1230px) / 2);/*Chrome19~25対応*/
	margin-left: -moz-calc((100% - 1230px) / 2);/*Firefox4~15対応*/
	margin-left: calc((100% - 1230px) / 2);  
}
}

/* フッタ
------------------------------------------------------------ */
footer {
    padding: 15px 15px 0;
    background: #f5faff url("../images/back_city.png") repeat-x center 60%;
    background-size: 400px;
    position: relative;
}
footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 21px;
    background: url("../images/back_fotter.png") repeat-x;
    position: absolute;
    top: -20px;
    left: 0px;
}
footer > div {
    max-width: 1200px;
    margin: auto;
}
footer * {
}

footer .footer_menu {
    display: none;
}
footer .footer_menu {
	display: block;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
footer .footer_menu p {
}
footer .footer_menu a {
	font-size: 1.4rem;
    font-weight: 500;
    display: block;
}
footer .footer_menu dl {
}
footer .footer_menu dt {
	font-size: 1.4rem;
    font-weight: 500;
}
footer .footer_menu li {
    list-style: none;
    margin-left: 1em;
}
footer .footer_menu li a {
}

footer .footer_info .footer_ex {
    margin: 10px 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
footer .footer_info .footer_ex .menu_insta {
    width: 33px;
    margin-right: 10px;
}
footer .footer_info .footer_ex .menu_recruit {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 33px;
    color: #fff;
    display: inline-block;
    padding: 0 1.5em;
    background: #367bc3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

footer .copyright {
    margin-bottom: 150px;
	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;
}
footer .copyright img {
    width: 80px;
    margin-bottom: 5px;
}

footer .menu_reserve {
    width: 100%;
    padding: 0 20px 20px;
	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;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 10;
}
footer .menu_reserve .web_reserve {
	font-size: 1.8rem;
    font-weight: 900;
    line-height: 50px;
    color: #fff;
    background: #3eb579;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);
	box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-o-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-ms-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	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;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
footer .menu_reserve .web_reserve img {
    width: 30px;
    margin-left: 10px;
}
footer .menu_reserve .line_reserve {
	font-size: 1.8rem;
    font-weight: 900;
    line-height: 50px;
    color: #fff;
    background: #94c84c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);
	box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-o-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-ms-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	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;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
footer .menu_reserve .line_reserve img {
    width: 30px;
    margin-left: 10px;
}

footer .pagetop {
    position: fixed;
    right: 15px;
    bottom: 85px;
    z-index: 20;
}
footer .pagetop a {
    font-size: 1.3rem;
    color: #367bc3;
    line-height: 1.4;
    text-align: center;
    display: table-cell;
    vertical-align: middle;;
    width: 60px;
    height: 60px;
    background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-o-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-ms-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
}
footer .pagetop a * {
    font-size: 1.3rem;
    color: #367bc3;
    line-height: 1.4;
}

@media (min-width: 360px) {
}
@media (min-width: 414px) {
}

@media (min-width: 768px) {
footer {
    padding: 30px 30px 120px;
    background: #f5faff url("../images/back_city.png") repeat-x center 60%;
    background-size: auto;
}

footer > div {
	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;
}

footer .footer_menu {
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
footer .footer_menu p {
    margin-right: 30px;
}
footer .footer_menu a {
	font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.3em;
}
footer .footer_menu dl {
    margin-right: 30px;
}
footer .footer_menu dt {
	font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.3em;
}

footer .footer_info {
	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 .footer_ex {
    margin: 0 0 20px;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
footer .footer_info .footer_ex .menu_insta {
    margin-right: 30px;
}
footer .footer_info .footer_ex .menu_recruit {
    font-size: 1.8rem;
    line-height: 46px;
    color: #fff;
    display: inline-block;
    padding: 0 1.5em;
    background: #367bc3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

footer .copyright {
    margin-bottom: 0;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
footer .copyright img {
    width: 80px;
    margin: 0 0 0 10px;
}
footer .copyright {
}
footer .copyright img {
    width: 80px;
    margin-bottom: 5px;
	margin-left: auto;
}

footer .menu_reserve {
    width: 100%;
    padding: 0 30px 20px;
}
footer .menu_reserve .web_reserve {
	font-size: 2rem;
    line-height: 70px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 40px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 40px);/*Firefox4~15対応*/
	width: calc(50% - 40px);  
}
footer .menu_reserve .line_reserve {
	font-size: 2rem;
    line-height: 70px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 40px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 40px);/*Firefox4~15対応*/
	width: calc(50% - 40px);  
}

footer .pagetop {
    position: fixed;
    right: 30px;
    bottom: 100px;
}
footer .pagetop a {
    width: 70px;
    height: 70px;
}
}
@media (min-width: 1200px) {
footer {
    padding: 50px 30px 220px;
    background-position: center 98%;
}

footer > div {
}

footer .footer_menu p {
    margin-right: 60px;
}
footer .footer_menu a {
	font-size: 1.8rem;
    margin-bottom: 1em;
}
footer .footer_menu dl {
    margin-right: 60px;
}
footer .footer_menu dt {
	font-size: 1.8rem;
}
footer .footer_menu li {
    list-style: none;
    margin-left: 1em;
}
footer .footer_menu li a {
	font-size: 1.6rem;
    margin: 0.5em 0 0;
}

footer .footer_info .footer_ex {
    margin-bottom: 20px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
footer .footer_info .footer_ex .menu_insta {
    width: 33px;
    margin-right: 30px;
}
footer .footer_info .footer_ex .menu_recruit {
    font-size: 1.8rem;
    line-height: 46px;
    color: #fff;
    display: inline-block;
    padding: 0 1.5em;
    background: #367bc3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

footer .copyright {
    margin-top: auto;
    margin-bottom: 0;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
}
footer .copyright img {
    width: 90px;
    margin: 0 0 0 10px;
}

footer .menu_reserve {
	width: 84px;
    padding: 0;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
        text-orientation: upright;
    flex-direction:column;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 240px;
}
footer .menu_reserve .web_reserve {
    line-height: 84px;
    display: block;
	width: 84px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 1.5em 0px;
    margin: 0 0 20px;
	-webkit-border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
}
footer .menu_reserve .web_reserve img {
    margin: 10px auto 0;
    vertical-align: middle;
}
footer .menu_reserve .line_reserve {
    line-height: 84px;
    display: block;
	width: 84px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 1.5em 0px;
    margin: 0;
	-webkit-border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
}
footer .menu_reserve .line_reserve img {
    margin: 10px auto 0;
    vertical-align: middle;
}

footer .copyright_area {
	padding: 50px 30px 20px;
}

footer .pagetop {
    bottom: 40px;
}
}


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

/* スマホ */
#menu-box {
    width: 100%;
	position: absolute;
    left: 0px;
    top: 0px;
	z-index: 1000;
}
#toggle {
	cursor: pointer;
	position: absolute;
	top: 10px;
    right: 10px;
	outline: none;
}
#toggle a {
	font-size: 1.5rem;
	font-weight: 900;
	color: #367bc3;
	display:block;
//    padding-bottom: 5px;
	text-align: center;
	height: 60px;
	width: 60px;
	margin: 0px;
	text-decoration: none;
	position: relative;
	outline: none;
	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:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
}

#toggle span {
	display: block;
	width: 46px;
	height: 4px;
	background: #367bc3;
	position: absolute;
	left: 7px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: .3s;
}
#toggle span.menu_first {
	top: 10px;
}
#toggle span.menu_mid {
	top: 20px;
}
#toggle span.menu_last{
	top: 30px;
}
.opmenu #toggle span {
	transition: .3s;
}
.opmenu #toggle span:before {
    opacity: 0;
	transition: .3s;
}
.opmenu #toggle span.menu_first {
	top: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	transition: .3s;
}
.opmenu #toggle span.menu_last {
	top: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	transition: .3s;
}
.opmenu #toggle span.menu_mid {
	background: transparent;
}

#menu-box #menu {
	display: none;
	width: 100%;
	left: 0px;
	top: 80px;
	z-index: 999;
	position: fixed;
	height: 90%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	height: -webkit-calc(100vh - 80px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 80px);/*Firefox4~15対応*/
	height: calc(100vh - 80px);  
	padding: 30px 20px 90px;
	background: #fff;
    overflow-y: auto;
}
#menu nav {
	width: 100%;
	margin: auto;
}
#menu .menu_main {
}
#menu .menu_main ul.contents_link {
	margin: 0 0 20px;
	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;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
#menu .menu_main ul.contents_link li {
	margin-bottom: 10px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);  
	position: relative;
}
#menu .menu_main ul.contents_link li p a {
	font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    position: relative;
}
#menu .menu_main ul.contents_link li p a:after {
    content: '';
    display: block;
    height: 4px;
    margin-top: 5px;
    background: #c6dbf1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#menu .menu_ex {
	margin-bottom: 20px;
	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 .menu_ex .menu_insta {
    display: inline-block;
    width: 40px;
    margin-right: 20px;
}
#menu .menu_ex .menu_recruit {
	font-size: 1.8rem;
    font-weight: 900;
    line-height: 46px;
    color: #fff;
    display: inline-block;
    padding: 0 1.5em;
    background: #367bc3;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#menu .menu_reserve {
    margin-bottom: 30px;
	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;
}
#menu .menu_reserve .web_reserve {
	font-size: 1.8rem;
    font-weight: 900;
    line-height: 50px;
    color: #fff;
    background: #3eb579;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);
	box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-o-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-ms-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	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;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#menu .menu_reserve .web_reserve img {
    width: 30px;
    margin-left: 10px;
}
#menu .menu_reserve .line_reserve {
	font-size: 1.8rem;
    font-weight: 900;
    line-height: 50px;
    color: #fff;
    background: #94c84c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);
	box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-o-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	-ms-box-shadow: 0px 0px 5px 0px rgba(54,62,69,0.3);
	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;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#menu .menu_reserve .line_reserve img {
    width: 30px;
    margin-left: 10px;
}

#menu .menu_calendar {
    padding: 15px 20px;
    margin-bottom: 20px;
    border: solid 2px #73a6da;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#menu .menu_calendar table {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 15px;
}
#menu .menu_calendar table thead th {
    text-align: left;
    padding-bottom: 0.5em;
}
#menu .menu_calendar table thead td {
    font-weight: bold;
    width: 2em;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 0.5em;
}
#menu .menu_calendar table tr {
    border-bottom: dotted 2px #73a6da;
}
#menu .menu_calendar table tbody th {
    font-weight: bold;
    line-height: 1.2;
    height: 4em;
    padding-right: 1em;
    white-space: nowrap;
}
#menu .menu_calendar table tbody th small {
    display: block;
}
#menu .menu_calendar table tbody td {
    text-align: center;
    white-space: nowrap;
}
#menu .menu_calendar table tbody td.maru {
    	font-size: 2rem;
    color: #367bc3;
}
#menu .menu_calendar table tbody td.ope p {
	font-size: 1.6rem;
    font-weight: 900;
    line-height: 2;
    color: #c2a94a;
    background: #fdf9ea;
}
#menu .menu_calendar > p {
    font-weight: 900;
    color: #367bc3;
    background: #eaf3fd;
    display: table;
    margin: auto;
    padding: 0.2em 0.5em;
}

#menu .menu_add {
    text-align: center;
    font-weight: 900;
}
#menu .menu_add a {
	font-size: 3.4rem;
    color: #367bc3;
    font-weight: 900;
	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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
#menu .menu_add a img {
    width: 30px;
    margin: 8px 5px 0 0;
}

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

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

@media (min-width: 768px) {
#menu-box {
	padding: 0 30px;
	margin: auto;
}
#toggle {
	width: 80px;
	height: 80px;
}
#toggle a {
	font-size: 1.8rem;
	width: 80px;
	height: 80px;
}
#toggle span {
    width: 60px;
    height: 5px;
	left: 10px;
}
#toggle span.menu_first {
	top: 10px;
}
#toggle span.menu_mid {
	top: 24px;
}
#toggle span.menu_last{
	top: 38px;
}
.opmenu #toggle span.menu_first {
	top: 24px;
}
.opmenu #toggle span.menu_last {
	top: 24px;
}
#menu-box #menu {
	top: 100px;
	height: 90%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	height: -webkit-calc(100vh - 100px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 100px);/*Firefox4~15対応*/
	height: calc(100vh - 100px);  
	padding: 50px 50px 120px;
}
#menu nav {
    width: 660px
}
#menu .menu_main {
}
#menu .menu_main ul.contents_link {
	margin: 0 0 20px;
}
#menu .menu_main ul.contents_link li {
//	margin-bottom: 30px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 40px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 40px);/*Firefox4~15対応*/
	width: calc(50% - 40px);
}
#menu .menu_main ul.contents_link li p a {
	font-size: 2rem;
}
#menu .menu_main ul.contents_link li p a:after {
    height: 5px;
//    margin-top: 1em;
}

#menu .menu_ex {
	margin-bottom: 40px;
}
#menu .menu_ex .menu_insta {
    width: 40px;
    margin-right: 40px;
}
#menu .menu_ex .menu_recruit {
	font-size: 2rem;
    font-weight: 900;
    line-height: 50px;
    padding: 0 1.5em;
}

#menu .menu_reserve {
    width: 660px;
    margin: 0 auto 40px;
}
#menu .menu_reserve .web_reserve {
	font-size: 2rem;
    line-height: 70px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 40px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 40px);/*Firefox4~15対応*/
	width: calc(50% - 40px);  
}
#menu .menu_reserve .web_reserve img {
    width: 30px;
    margin-left: 10px;
}
#menu .menu_reserve .line_reserve {
	font-size: 2rem;
    line-height: 70px;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 40px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 40px);/*Firefox4~15対応*/
	width: calc(50% - 40px);  
}
#menu .menu_reserve .line_reserve img {
    width: 30px;
    margin-left: 10px;
}

#menu .menu_calendar {
    width: 660px;
    margin: 0 auto 40px;
    padding: 40px 60px;
}
#menu .menu_calendar table {
    margin-bottom: 25px;
    font-size: 1.8rem;
}
#menu .menu_calendar table thead th {
    text-align: left;
    padding-bottom: 0.8em;
}
#menu .menu_calendar table thead td {
    width: 3.5em;
    padding-bottom: 0.8em;
}
#menu .menu_calendar table tbody th {
    padding-right: 1.5em;
}
#menu .menu_calendar table tbody td {
}
#menu .menu_calendar table tbody td.maru {
    	font-size: 2.6rem;
}
#menu .menu_calendar table tbody td.ope p {
	font-size: 2rem;
    line-height: 2;
}
#menu .menu_calendar > p {
	font-size: 1.8rem;
    padding: 0.2em 1em;
}

#menu .menu_add {
}
#menu .menu_add a {
	font-size: 4rem;
}
#menu .menu_add a img {
    margin: 8px 10px 0 0;
}
}

@media (min-width: 1200px) {
.headmenu {
    margin: auto;
    max-width: 1230px;
}
#menu-box {
    position: static;
    padding: 0;
    padding-right: 0px;
}
#toggle {
	display: none;
}

#menu-box #menu {
    background: none;
    position: static;
	height: auto;
	padding: 0;
	display: flex !important;
	display: -ms-flexbox !important; /* IE10 */
	display: -webkit-box !important; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex !important; /* Safari6.1以降 */
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
#menu nav {
    width: auto
}
#menu .menu_main {
}
#menu .menu_main ul.contents_link {
	margin: 0;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
#menu .menu_main ul.contents_link li {
	margin: 0 18px 0 0;
    width: auto;
}
#menu .menu_main ul.contents_link li.menu_healthcheck,
#menu .menu_main ul.contents_link li.menu_trimming,
#menu .menu_main ul.contents_link li.menu_pethotel,
#menu .menu_main ul.contents_link li.menu_puppy {
    display: none;
}
#menu .menu_main ul.contents_link li p a {
	font-size: 1.7rem;
}
#menu .menu_main ul.contents_link li p a:after {
    content: none;
}

#menu .menu_ex {
	margin-bottom: 0;
    width: auto !important;
}
#menu .menu_ex .menu_insta {
    width: 33px;
    margin-right: 15px;
}
#menu .menu_ex .menu_recruit {
	font-size: 1.6rem;
    line-height: 2.6;
    padding: 0 1.3em;
}

#menu .menu_reserve {
    display: none;
}
#menu .menu_calendar {
    display: none;
}
#menu .menu_add {
    display: none;
}
}

@media (min-width: 1300px) {
#menu .menu_main ul.contents_link {
    margin-right: 10px
}
#menu .menu_main ul.contents_link li {
	margin: 0 25px 0 0;
}
#menu .menu_main ul.contents_link li p a {
	font-size: 1.8rem;
}
#menu .menu_ex .menu_insta {
    margin-right: 25px;
}
}


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

