@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@100..900&display=swap');


/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	line-height: 2;
	color: #24282d;
	-webkit-text-size-adjust: 100%;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mincho {
    font-family: "Noto Serif JP", serif;
}
.gothic {
	font-family: "Noto Sans JP", sans-serif;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 100%;
}
.opmenu,
body.opmenu {
	overflow: hidden;
	min-height:100vh;
	position: relative;
}
body img {
	vertical-align: bottom;
	border-style: none;
}
body img.full {
	width: 100%;
}
strong {
    font-weight: 700;
}
a {
	color: #24282d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.u_line {
	text-decoration: underline;
}
a.u_line:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}

.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}
.inlineblock {
	display: inline-block;
}

.para {
    margin-bottom: 1.5em;
}
.para_wide {
    margin-bottom: 2em;
}
.para_half {
    margin-bottom: 1em;
}
.para_little {
    margin-bottom: 0.5em;
}

.center_note {
    text-align: center;
}

.sp_br {
	display: none;
}

.screen-reader-text {
    overflow: hidden;
    clip: rect(0,0,0,0);
    position: absolute !important;
    width: 1px;
    height: 1px;
    border: 0;
    word-wrap: normal !important;
}

/* 大枠 */
#allcontents {
    padding-top: 138px;
	min-height: 100vh;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}


/* ヘッダ */
header {
	width: 100%;
    position: relative;
    z-index: 20;
}
header div.head_bar {
	width: 100%;
    height: 138px;
    background: #fff;
    padding: 18px 20px;
    position: fixed;
    top: 0px;
    left: 0ox;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
}
header div.head_info {
	width: 100%;
	margin: 0px auto;
	position: relative;
}
header .head_logo {
    display: table;
    margin-bottom: 10px;
}
header .head_logo a {
    font-size: 1.5rem;
	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-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    position: relative;
}
header .head_logo a * {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
	color: #023693;
    line-height: 1.3;
}
header .head_logo a img {
    width: 45px;
    margin-right: 10px;
}
header .head_logo a span {
    margin-bottom: 5px;
}
header .head_logo a small {
    font-size: 1.2rem;
    font-weight: 300;
    display: block;
}
header .head_logo .red_label {
	font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background: #f75561;
    padding: 0.1em 0.5em;
    position: absolute;
    top: 3px;
    right: -48px;
}
header .head_logo .ex_note {
	font-family: "Noto Sans JP", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #383b40;
    position: absolute;
    bottom: -3px;
    right: -25px;
}
header div.headmenu {
	width: 100%;
}
header .head_tel {
	margin: 0 -22px;
}
header .head_tel table {
    width: 100%;
    table-layout: fixed;
    text-align: center;
}
header .head_tel table p.head_tel_hos {
	font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
	line-height: 30px;
    color: #fff;
    margin: 0;
    padding: 0 3px;
}
header .head_tel table th {
    padding: 0 2px;
}
header .head_tel table td {
    padding: 0 2px;
}
header .head_tel table p.head_tel_hos {
}
header .head_tel table .head_info_honin p.head_tel_hos {
    background: #5abce3;
}
header .head_tel table .head_info_shinyuri p.head_tel_hos {
    background: #9a7f6d;
}
header .head_tel table .head_info_zenjimaru p.head_tel_hos {
    background: #e37e5f;
}
header .head_tel table a {
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    line-height: 1.5;
}
header .head_tel table a .head_tel_no {
	display: none;
}
header .head_tel table img {
    width: 10px;
    vertical-align: middle;
    margin: 0 1px 2px 0;
}

header .reserv_bt {
    margin: 0px -20px;
	width: 100%;
    position: absolute;
    bottom: 0px;
}
header .reserv_bt ul {
    width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
header .reserv_bt li {
    list-style: none;
    display: block;
    padding: 0;
    width: 50%;
    height: 48px;
    border: none;
}
header .reserv_bt a {
	font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: #023693;
    display: block;
    height: 48px;
    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-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;
    border-right: solid 1px #fff;
}
header .reserv_bt li:last-child a {
    border-right: none;
}
header .reserv_bt a img {
    width: 26px;
    margin-right: 8px;
}
header .reserv_bt a.reserv_web .reserv_web_pc {
    display: none;
}

header .side_menu {
    margin: 0px -20px;
	width: 100%;
    position: absolute;
    bottom: 0px;
    display: none;
}
header .side_menu ul {
    width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
header .side_menu li {
    list-style: none;
    display: block;
    padding: 0;
    width: 50%;
    height: 35px;
    border: none;
}
header .side_menu li:nth-child(2) {
//    width: 30%;
}
header .side_menu a {
	font-size: 1.3rem;
    color: #fff;
    background: #023693;
    display: block;
    height: 36px;
    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-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;
    border-right: solid 1px #fff;
}
header .side_menu li:last-child a {
    border-right: none;
}
header .side_menu a img {
    margin-right: 5px;
}
header .side_menu a.seet img {
    width: 14px;
}
header .side_menu a.recruit img {
    width: 16px;
    -webkit-filter: brightness(1000);
    filter: brightness(1000);
}
header .side_menu a.line img {
    width: 16px;
}

.page_title {
    height: 160px;
	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;
}
.page_title * {
    font-family: "Noto Serif JP", serif;
	color: #fff;
    line-height: 1.4;
}
.page_title .category {
	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;
}
.page_title .category small {
	font-size: 1.6rem;
	letter-spacing: 0.3em;
    padding-left: 0.3em;
    display: block;
}
.page_title .category:before,
.page_title .category:after {
    content: '';
    display: block;
    width: 40px;
    margin: 0 0.6em;
    border-bottom: solid 1px #fff;
}
.page_title h1 {
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0.2em;
    padding-left: 0.2em;
    margin-bottom: 10px;
}
.pankuzu {
    padding: 1em 20px 3em;
	vertical-align: middle;
}
.pankuzu span {
    font-size: 0.8em;
    color: #9da6b4;
	vertical-align: middle;
    display: inline-block;
    margin: 0 1em 3px;
}

/* コンテンツ */
section {
    width: 100%;
    padding: 0 20px;
	margin: 0px auto 50px;
}

section article {
	width: 100%;
    max-width: 1200px;
    padding: 40px 0;
    border-top: solid 1px #d5d8df;
}
section article * {
    font-family: "Noto Serif JP", serif;
}

h2.sub_heading {
    font-size: 2.8rem;
    font-weight: 100;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}
h2.sub_heading small {
    font-size: 1.4rem;
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}

@media screen and (min-width: 360px) {
#allcontents {
//    padding-top: 154px;
}
header div.head_bar {
//    height: 154px;
}
header div.head_info {
}
header .head_logo a {
    font-size: 1.8rem;
}
header .head_logo a img {
//    width: 50px;
}
header .head_logo a small {
    margin-left: 1px;
}
header .head_logo .red_label {
    font-size: 1rem;
    padding: 0.1em 0.5em;
    top: 1px;
    right: -18px;
}
header .head_logo .ex_note {
    font-size: 1rem;
    bottom: -5px;
    right: -13px;
}
header .head_tel table p {
    font-size: 1.2rem;
}
header .head_tel table a {
//    font-size: 1.5rem;
}
header .head_tel table img {
//    width: 10px;
}
}

@media screen and (min-width: 375px) {
header div.head_bar {
//    padding: 25px 30px;
}
header div.head_bar,
header div.head_info {
//    height: 195px;
}
header .head_logo a {
    font-size: 1.8rem;
}
header .head_logo a img {
//    width: 50px;
}
/*header .side_menu li {
    height: 46px;
}
header .side_menu a {
    height: 46px;
}*/
header .side_menu a img {
//    margin-right: 10px;
}
}

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

#allcontents {
    padding-top: 198px;
}

/* ヘッダ */
header {
}
header div.head_bar {
    height: 198px;
}
header div.head_info {
    height: 173px;
}
header div.head_bar {
    padding: 25px 50px 0px;
}
header .head_logo {
    margin-bottom: 20px;
}
header .head_logo a {
    font-size: 2.6rem;
}
header .head_logo a * {
  line-height: 1.3;
}
header .head_logo a img {
    width: 70px;
    margin-right: 15px;
}
header .head_logo a span {
    margin-bottom: 10px;
}
header .head_logo a small {
  font-size: 1.8rem;
    font-weight: 200;
}
header .head_logo .red_label {
    font-size: 1.5rem;
    padding: 0.2em 0.5em;
    top: 3px;
    right: -40px;
}
header .head_logo .ex_note {
    font-size: 1.4rem;
    bottom: -6px;
    left: 87px;
}

header .head_tel {
    margin: 0;
}
header .head_tel table {
    margin: 0 -5px;
	width: 103%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% + 10px);/*Chrome19~25対応*/
	width: -moz-calc(100% + 10px);/*Firefox4~15対応*/
	width: calc(100% + 10px);  
}
header .head_tel table p {
    font-size: 2.6rem;
    margin: 0;
    padding: 0;
}
header .head_tel table td {
    padding: 0 5px;
}
header .head_tel table p.head_tel_hos {
    font-size: 1.4rem;
	line-height: 34px;
    color: #fff;
    margin: 0;
    padding: 0 3px;
}
header .head_tel table img {
    width: 14px;
    margin: 0 6px 6px 0;
}

header .reserv_bt {
    margin: 0;
	width: 90%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 100px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 100px);/*Firefox4~15対応*/
	width: calc(100% - 100px);  
}
header .reserv_bt ul {
    width: 100%;
}
header .reserv_bt li {
    height: 60px;
}
header .reserv_bt a {
	font-size: 2rem;
    height: 60px;
}
header .reserv_bt a img {
    width: 33px;
    margin-right: 15px;
}

header .side_menu {
    margin: 0;
	width: 90%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 100px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 100px);/*Firefox4~15対応*/
	width: calc(100% - 100px);  
}
header .side_menu li {
    height: 41px;
}
header .side_menu a {
	font-size: 1.4rem;
    height: 41px;
}
header .side_menu a img {
    margin-right: 10px;
}
header .side_menu a.seet img {
    width: 17px;
}
header .side_menu a.recruit img {
    width: 19px;
}
header .side_menu a.line img {
    width: 19px;
}

.page_title {
    height: 300px;
}
.page_title .category small {
	font-size: 2rem;
}
.page_title .category:before,
.page_title .category:after {
    width: 60px;
}
.page_title h1 {
	font-size: 4.6rem;
}
.pankuzu {
    padding: 1em 50px 3em;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.pankuzu span {
    margin: 0 1.5em 4px;
}

/* コンテンツ */
section {
    padding: 0 50px;
	margin: 0px auto 50px;
}
section article {
    padding: 80px 0;
}

h2.sub_heading {
    font-size: 3.8rem;
    margin-bottom: 30px;
}
h2.sub_heading small {
    font-size: 1.6rem;
    margin-top: 5px;
}

}
@media (min-width: 1200px) {
body.opmenu {
	overflow: auto;
}

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

#allcontents {
    padding-top: 150px;
}

/* ヘッダ */
header {
}
header div.head_bar {
    height: 150px;
	transition: .3s;
}
header div.head_bar.floating {
    height: 110px;
	padding: 20px 50px;
	transition: .3s;
}
header div.head_info {
    height: auto;
}
header .head_logo a {
    font-size: 3rem;
	transition: .3s;
}
header .head_logo a * {
  line-height: 1.3;
}
header .head_logo a img {
    width: 80px;
    margin-right: 20px;
	transition: .3s;
}
header .head_logo a small {
  font-size: 1.8rem;
    font-weight: 200;
	transition: .3s;
}
header .head_logo .red_label {
    font-size: 1.8rem;
    top: 0px;
    right: -36px;
	transition: .3s;
}
header .head_logo .ex_note {
    font-size: 1.6rem;
    bottom: -10px;
    left: 102px;
	transition: .3s;
}

header .floating .head_logo a img {
    width: 65px;
	transition: .3s;
}
header .floating .head_logo a {
    font-size: 2.6rem;
	transition: .3s;
}
header .floating .head_logo a small {
  font-size: 1.5rem;
	transition: .3s;
}
header .floating .head_logo .red_label {
    font-size: 1.4rem;
    top: 0px;
    right: -7px;
	transition: .3s;
}
header .floating .head_logo .ex_note {
    font-size: 1.4rem;
    bottom: -7px;
    left: 85px;
	transition: .3s;
}

header .head_tel {
    position: fixed;
    top: 0px;
    right: 45px;
}
header .head_tel table {
    margin: 0;
	width: auto
}
header .head_tel table p {
	font-family: "Noto Serif JP", serif;
	transition: .3s;
}
header .head_tel table th {
    padding: 0 5px;
}
header .head_tel table td {
    padding: 0 5px;
}
header .head_tel table a {
    margin: 0;
//	padding: 0 10px;
	transition: .3s;
}
header .head_tel table img {
	width: auto;
    margin-top: 3px;
	transition: .3s;
}
header .floating .head_tel table img {
	filter: brightness(300%);
	margin: 0 6px 0 0;
	transition: .3s;
}

header .floating .head_tel table p {
	line-height: 1;
	padding-top: 5px;
	transition: .3s;
}
header .floating .head_tel table a {
	line-height: 1;
	transition: .3s;
}
header .head_tel table a .head_tel_hos {
	line-height: 2;
}
header .head_tel table a .head_tel_hos img {
	display: none;
}
header .head_tel table a .head_tel_no {
	display: block;
	line-height: 1.5;
	padding: 0 10px;
}
header .head_tel table .head_info_honin a .head_tel_no {
    color: #5abce3;
}
header .head_tel table .head_info_shinyuri a .head_tel_no {
    color: #9a7f6d;
}
header .head_tel table .head_info_zenjimaru a .head_tel_no {
    color: #e37e5f;
}
header .floating .head_tel table a .head_tel_hos {
	line-height: 1;
	padding-top: 5px;
}
header .floating .head_tel table a .head_tel_no {
	line-height: 1;
	padding-bottom: 5px;
}
header .floating .head_tel table .head_info_honin a .head_tel_no {
	color: #fff;
	background: #5abce3;
	transition: .3s;
}
header .floating .head_tel table .head_info_shinyuri a .head_tel_no {
	color: #fff;
	background: #9a7f6d;
	transition: .3s;
}
header .floating .head_tel table .head_info_zenjimaru a .head_tel_no {
	color: #fff;
	background: #e37e5f;
	transition: .3s;
}

header div.headmenu {
	width: auto;
    position: absolute;
    right: 40px;
    bottom: 0px;
}

.page_title {
    height: 400px;
}
.page_title .category small {
	font-size: 2.6rem;
}
.page_title .category:before,
.page_title .category:after {
    width: 60px;
    margin: 0 1em;
}
.page_title h1 {
	font-size: 6rem;
    margin-bottom: 0px;
}

header .reserv_bt {
	width: auto;
    right: 50px;
    top: 15px;
    border: none;
}
header .reserv_bt ul {
    border: none;
}
header .reserv_bt li {
    height: 70px;
	width: auto;
    margin-left: 20px;
}
header .reserv_bt a {
	font-size: 2.4rem;
    font-weight: bold;
    height: 70px;
	width: 280px;
    color: #023693;
    background: none;
    border: solid 1px #023693 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: .3s;
}
header .reserv_bt a img {
    width: 37px;
    margin-right: 15px;
	transition: .3s;
}
header .reserv_bt a.reserv_web .reserv_web_sp {
    display: none;
}
header .reserv_bt a.reserv_web .reserv_web_pc {
    display: inline;
    width: 40px;
    margin-right: 3px;
}
header .floating .reserv_bt li {
    height: 42px;
	transition: .3s;
}
header .floating .reserv_bt a {
	font-size: 1.8rem;
    height: 42px;
	transition: .3s;
}
header .floating .reserv_bt a img {
    width: 30px;
    margin-right: 12px;
	transition: .3s;
}
header .floating .reserv_bt a.reserv_web .reserv_web_pc {
    width: 25px;
    margin-right: 3px;
}

header .side_menu {
    width: 70px;
    position: fixed;
    top: 190px;
    right: 0px;
    z-index: 20;
    display: block;
}
header .side_menu ul {
    position: absolute;
    top: 0px;
    right: 0px;
    display: table;
}
header .side_menu li {
    width: 70px;
    height: auto;
    margin-bottom: 15px;
}
header .side_menu a {
	font-size: 1.6rem;
    line-height: 70px;
    vertical-align: middle;
    white-space: nowrap;
    display: block;
    width: 50px;
    width: 70px;
    height: auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 1.5em 0px;
    margin: 0;
    text-decoration: none;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
header .side_menu a img {
    width: 17px;
    height: 22px;
    line-height: 70px;
    vertical-align: middle;
    margin: 0 auto 10px;
    flex-shrink: 0;
}
header .side_menu a.recruit {
    color: #023693;
    background: #fff;
}
header .side_menu a.recruit img {
    width: 29px;
    height: 36px;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    flex-shrink: 0;
}

header > div .page_title .pankuzu {
	font-size: 1.2em;
}

/* コンテンツ */
section {
	margin: 0px auto 50px;
}
section article {
    margin: 0 auto;
    padding: 100px 0;
}

h2.sub_heading {
    font-size: 4.8rem;
    margin-bottom: 50px;
}
h2.sub_heading small {
    font-size: 1.8rem;
    margin-top: 5px;
}

}

@media (min-width: 1300px) {
header div.headmenu {
    right: 30px;
}
}


/* フッタ
------------------------------------------------------------ */
footer {
	margin-top: 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:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}

footer .footer_menu {
	background: #023693;
	padding: 30px 20px;
}
footer .footer_menu > ul li {
	list-style: none;
    margin-bottom: 10px;
    color: #fff;
}
footer .footer_menu > ul li * {
    color: #fff;
}
footer .footer_menu > ul li a {
	font-size: 1.6rem;
	padding: 0.5em 0em;
	font-weight: 500;
	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-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
}
footer .footer_menu > ul li.sub_menu > span {
    display: block;
    padding: 0.5em 0em;
	position: relative;
	cursor: pointer;
}
footer .footer_menu > ul li.sub_menu > span:after {
	content: "\00ff0b";
    margin-left: 1em;
}
footer .footer_menu > ul li.sub_menu > span.active:after {
	content: "\00ff0d";
}
footer .footer_menu > ul li.sub_menu ul {
	margin: 0 15px 0 3em;
//	display: none;
}
footer .footer_menu > ul li.sub_menu ul li {
	padding: 0;
    margin-bottom: 0;
}
footer .footer_menu > ul li.sub_menu ul li a {
	font-size: 1.4rem;
	font-weight: normal;
    padding: 0;
}
#menu .footer_menu > ul li.sub_menu > span {
	position: relative;
}
#menu .footer_menu > ul li.sub_menu > span:after {
	content: "\00ff0b";
    margin-left: 1em;
}
#menu .footer_menu > ul li.sub_menu > span.active:after {
	content: "\00ff0d";
}

footer .foot_banner {
	padding: 20px;
    -webkit-box-ordinal-group: -1;
    order: -1;
	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 .foot_banner div {
    width: 50%;
    border-left: solid 1px #d5d8df;
    border-right: solid 1px #d5d8df;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
	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 .foot_banner div:nth-child(even) {
    border-left: none;
}
footer .foot_banner p.hos_name {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 0.2em;
}
footer .foot_banner .footer_info_honin p.hos_name {
    color: #46a7cd;
}
footer .foot_banner .footer_info_shinyuri p.hos_name {
    color: #9a7f6d;
}
footer .foot_banner .footer_info_zenjimaru p.hos_name {
    color: #d06d4e;
}
footer .foot_banner .footer_info_cat p.hos_name {
    color: #67a05a;
}
footer .foot_banner p.hos_add {
    line-height: 1.2;
    margin-bottom: 0.5em;
}
footer .foot_banner p.hos_tel a {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0.5em;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -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 .foot_banner p.hos_tel a img {
    width: 10px;
    margin-right: 3px;
}
footer .foot_banner .footer_info_honin p.hos_tel a {
    color: #46a7cd;
}
footer .foot_banner .footer_info_shinyuri p.hos_tel a {
    color: #9a7f6d;
}
footer .foot_banner .footer_info_zenjimaru p.hos_tel a {
    color: #d06d4e;
}
footer .foot_banner .footer_info_cat p.hos_tel a {
    color: #67a05a;
}
footer .foot_banner p.hos_link a {
    color: #fff;
    display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
footer .foot_banner p.hos_link {
    margin-top: auto;
}
footer .foot_banner .footer_info_honin p.hos_link a {
    background: #46a7cd;
}
footer .foot_banner .footer_info_shinyuri p.hos_link a {
    background: #9a7f6d;
}
footer .foot_banner .footer_info_zenjimaru p.hos_link a {
    background: #d06d4e;
}
footer .foot_banner .footer_info_cat p.hos_link a {
    background: #67a05a;
}

footer .copyright {
	padding: 40px 5px 20px;
}
footer .copyright .foot_logo {
    display: table;
    margin-bottom: 15px;
}
footer .copyright .foot_logo a {
    font-size: 1.6rem;
	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-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
footer .copyright .foot_logo a * {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
	color: #023693;
    line-height: 1.5;
}
footer .copyright .foot_logo a span {
	text-align: left;
}
footer .copyright .foot_logo a img {
    width: 45px;
    margin-right: 10px;
}
footer .copyright .foot_logo a small {
    font-size: 1.2rem;
    font-weight: 300;
    display: block;
}
footer .copyright p {
	font-size: 1.2em;
	margin: 0px auto;
	text-align: center;
	padding: 0em;
	line-height: 1.5;
}

@media (min-width: 768px) {
footer .footer_menu {
	background: #f5f7fc;
	padding: 40px 50px;
}
footer .footer_menu > ul {
	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 > ul li {
    margin-bottom: 0px;
    color: #393c41;
	width: 20%;
	widht: -webkit-calc(100% / 6);/*Chrome19~25対応*/
	width: -moz-calc(100% / 6);/*Firefox4~15対応*/
	width: calc(100% / 6);
	width: auto;
}
footer .footer_menu > ul li * {
    color: #393c41;
}
footer .footer_menu > ul li a {
	padding: 0 0 0.5em;
}
footer .footer_menu > ul li.sub_menu > span {
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0 0 0.5em;
	cursor: default;
}
footer .footer_menu > ul li.sub_menu > span:after,
footer .footer_menu > ul li.sub_menu > span.active:after {
	content: none;
}
footer .footer_menu > ul li.sub_menu ul {
	margin: 5px 0 0;
	display: block !important;
}
footer .footer_menu > ul li.sub_menu ul li {
	padding: 0;
	width: 100%;
}
footer .footer_menu > ul li.sub_menu ul li a {
	font-weight: normal;
    padding: 0;
}

footer .foot_banner {
	padding: 40px 50px;
    -webkit-box-ordinal-group: 1;
    order: 1;
}
footer .foot_banner div {
    width: 25%;
	margin-bottom: 0;
	padding: 0 5px;
}
footer .foot_banner div.footer_info_zenjimaru {
    border-left: none;
}
footer .foot_banner p {
	margin: 0px auto;
	width: auto;
	justify-content: center;
	-ms-flex-pack: center; /*IE10*/
	-webkit-box-pack: center; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: center; /* Safari6.1以降 */
	display: table-cell;
}
footer .foot_banner p.hos_add {
	margin-bottom: 0;
}
footer .foot_banner p a {
	widht: 100%;
	max-width: none;
	display: block;
	margin: 5px 10px;
}
footer .foot_banner p a strong {
	font-size: 1.4em;
}
footer .foot_banner p a img {
	margin-left: 0px;
	width: 100%;
	height: auto;
}
footer .foot_banner p.hos_link {
	width: 100%;
}
footer .foot_banner p.hos_link a {
	margin: 0 10px;
}
footer .copyright {
    -webkit-box-ordinal-group: 2;
    order: 2;
	padding: 60px 5px 40px;
}
footer .copyright p {
	width: auto;
}
}
@media (min-width: 1200px) {
footer .footer_menu {
	padding: 60px 50px;
}
footer .footer_menu > ul {
	max-width: 1200px;
	margin: auto;
}
footer .footer_menu > ul > li {
	padding: 0 20px;
}
footer .footer_menu > ul li.sub_menu > span {
	padding: 0 0 1.3em;
}

footer .foot_banner {
	padding: 80px 50px;
	width: 100%;
	max-width: 1300px;
	margin: auto;
}
footer .foot_banner div {
	padding: 0 20px;
}
footer .foot_banner p.hos_name {
	font-size: 2.2rem;
	margin-bottom: 0.5em;
}
footer .foot_banner p.hos_add {
	margin-bottom: 0;
}
footer .foot_banner p.hos_add br {
	display: none;
}
footer .foot_banner p.hos_tel a {
  font-size: 2.6rem;
}
footer .foot_banner p.hos_tel a img {
	width: 17px;
	margin: 5px 8px 0 0;
}
footer .foot_banner p.hos_link {
	width: 100%;
}
footer .foot_banner p.hos_link a {
	line-height: 2.6;
	margin: 0;
}
footer .copyright {
    -webkit-box-ordinal-group: 2;
    order: 2;
	padding: 40px 5px 50px;
}
footer .copyright p {
	width: auto;
}
}



/* ■■■■■■■■■■■■■■■■■■■■■ メニュー ■■■■■■■■■■■■■■■■■■■■■ */
/* スマホ */
#menu-box {
	display: block;
	width: auto;
	list-style: none;
	z-index: 1000;
}
#menu-box * {
}
#toggle {
	display: inline-block;
	cursor: pointer;
	padding: 0px;
	position: absolute;
	z-index: 1000;
	top: 23px;
	right: 15px;
//	width: 34px;
	height: 42px;
}
#toggle a {
	font-size: 1.2rem;
    color: #023693;
	display: block;
	height: 42px;
	padding-top: 25px;
	position: relative;
	margin: 0px;
	text-align: center;
	transition: .3s;
	font-weight: 500;
	outline: none;
	text-decoration: none;
}

#toggle span {
	display: block;
//	width: 34px;
	width: 100%;
	height: 3px;
	background: #023693;
	text-align: center;
	position: absolute;
	left: 0px;
	transition: .3s;
}
#toggle span.menu_first {
	top: 4px;
}
#toggle span.menu_mid {
	top: 14px;
}
#toggle span.menu_last{
	top: 24px;
}
.opmenu #toggle span:before {
	display: none;
}
.opmenu #toggle span.menu_first {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	top: 14px;
	transition: .3s;
}
.opmenu #toggle span.menu_last {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	top: 14px;
	transition: .3s;
}
#toggle span.menu_mid.close {
	background: transparent;
}
.opmenu #toggle span.menu_first,.opmenu #toggle span.menu_last {
}

#menu-box #menu {
	display: none;
	width: 100%;
    border-top: solid 1px #fff;
	padding: 0px 0px 150px;
	left: 0px;
	top: 138px;
	z-index: 999;
	position: absolute;
	height: 80％; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	height: -webkit-calc(100vh - 138px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 138px);/*Firefox4~15対応*/
	height: calc(100vh - 138px);
	background: #023693;
	overflow: auto;
}
#menu nav {
	padding:30px;
}
#menu .menu_main > ul {
}
#menu .menu_main > ul li {
	list-style: none;
    margin-bottom: 10px;
}
#menu .menu_main > ul li a {
	font-size: 1.6rem;
	padding: 0.5em 0em;
	font-weight: 500;
    color: #fff;
	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-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
}
#menu .menu_main > ul li > a img {
	width: 34px;
	margin-right: 10px;
}
#menu .menu_main > ul li.sub_menu > a {
	position: relative;
}
#menu .menu_main > ul li.sub_menu > a:after {
	content: "\00ff0b";
    margin-left: 1em;
}
#menu .menu_main > ul li.sub_menu > a.active:after {
	content: "\00ff0d";
}
#menu .menu_main > ul li.sub_menu ul {
	margin: 0 15px 0 3em;
}
#menu .menu_main > ul li.sub_menu ul li {
	padding: 0;
}
#menu .menu_main > ul li.sub_menu ul li a {
	font-size: 1.4rem;
	font-weight: normal;
    padding: 0;
}
#menu .sns_menu {
}

@media (min-width: 360px) {
#toggle {
//	top: 20px;
//	right: 20px;
}
#menu-box #menu {
	top: 138px;
	height: -webkit-calc(100vh - 138px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 138px);/*Firefox4~15対応*/
	height: calc(100vh - 138px);
}
}

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

#toggle {
	height: 60px;
	width: 60px;
	right: 50px;
    top: 37px;
}
#toggle a {
	height: 60px;
}
#toggle a {
	font-size: 1.6rem;
	height: 60px;
	padding-top: 35px;
}
#toggle span {
	width: 50px;
    margin-left: 5px;
}
#toggle span.menu_first{
	top: 8px; 
}
.opmenu #toggle span.menu_first {
	top: 20px;
}
#toggle span.menu_mid {
	top: 20px;
}
#toggle span.menu_last{
	top: 32px;
}
.opmenu #toggle span.menu_last {
	top: 20px;
}

#menu-box #menu {
	top: 198px;
	height: 80％; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	height: -webkit-calc(100vh - 198px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 198px);/*Firefox4~15対応*/
	height: calc(100vh - 198px);
}
#menu-box #menu nav {
	padding: 50px 50px 30px;
    margin: 0 auto;
    display: table;
    width: 34em;
}
#menu .menu_main > ul li {
}
#menu .menu_main ul li a {
}
#menu .menu_main > ul li > a img {
    margin-right: 20px;
}
#menu .menu_main > ul li.sub_menu ul {
    margin: 0 36px 25px 66px;
}
#menu .sns_menu p a {
    margin: 0 15px;
}
#menu .sns_menu p .icon_mail {
    width: 30px;
    height: auto;
    margin-right: 10px;
}
#menu .sns_menu p img {
    height: auto;
}
}

/* PC */
@media (min-width: 1200px) {
/* メインメニュー */
#menu-box {
	position: relative;
	z-index: 800;
	clear: both;
	text-align: right;
}
#toggle {
	display: none;
}
#menu-box #menu {
    height: auto;
	position: static;
	padding: 0px;
	display: block !important;
	background: none;
	border-top: none;
	overflow: visible;
}
#menu-box #menu nav {
	padding: 0;
    margin: 0;
    display: block;
    width: auto;
}
#menu-box #menu .menu_main {
	display: block;
	padding: 0px;
}
#menu nav .menu_main {
}
#menu-box #menu .menu_main > ul {
	padding: 0px;
	padding-bottom: 0px;
	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;
}
#menu-box #menu .menu_main > ul li {
	padding: 0 15px 25px;
    margin: 0;
	border-bottom: none;
	position: relative;
	overflow: visible;
	transition: .3s;
}
.floating #menu-box #menu .menu_main > ul li {
	padding: 0 15px 12px;
	transition: .3s;
}
#menu-box #menu .menu_main > ul li a {
	font-size: 1.8rem;
	color: #000;
	border-bottom: none;
	padding: 0;
	height: auto;
	vertical-align: middle;
}
#menu .menu_main > ul li a {
}
#menu .menu_main > ul li.sub_menu > a:after {
    margin-left: 0.3em;
}
#menu .menu_main > ul li.sub_menu > a:after,
#menu .menu_main > ul li.sub_menu > a.active:after {
	content: "\00ff0b";
}
#menu .menu_main > ul li.sub_menu:hover > a:after {
	content: "\00ff0d";
}
#menu .menu_main > ul li.sub_menu ul {
	margin: 0;
	width: auto;
	padding: 0 20px 20px;
	background: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
#menu .menu_main > ul li.sub_menu:hover ul {
	top: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 1;
	visibility: visible;
	transition: .5s;
}
#menu .menu_main > ul li.sub_menu:hover ul:before {
}
#menu-box #menu .menu_main > ul li.sub_menu ul li {
	padding-bottom: 0;
}
#menu-box #menu .menu_main > ul li.sub_menu ul a {
	font-size: 1.6rem;
	display: block;
	padding: 7px 0;
	height: auto;
	white-space: nowrap;
}
#menu-box #menu .menu_main > ul li.sub_menu ul a:hover {
	text-decoration: underline;
}
#menu .sns_menu {
	display: none;
}
#menu-box #menu .menu_main > ul li.sub_menu:hover ul.ls_list {
	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;
}
#menu-box #menu .menu_main > ul li.sub_menu ul.ls_list .half_area {
	width: 50%;
}
}

@media (min-width: 1300px) {
#menu-box #menu .menu_main > ul > li {
	padding: 0 23px 20px;
	transition: .3s;
}
.floating #menu-box #menu .menu_main > ul > li {
	padding: 0 23px 12px;
	transition: .3s;
}
}



/* ポジション配置用初期タグ */
.positionSet {
	position: relative;
}

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


