@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
html {
	overflow-y: scroll;

}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 700
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse
}
caption, th {
	text-align: left
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700
}
abbr, acronym, fieldset, img {
	border: 0
}
li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 400;
	line-height: 1.8em;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a {
	color:var(--black)
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: 700
}
svg {
	overflow: visible
}
body {
	position: relative;
	font-family:'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
	color: var(--black);
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.mincyou {
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main{
  padding-top:170px ;
}

:root{
  --black: #231815;
  --key: #6A3906;
  --key_thin:#C9BC9C;
	--bg:#F6F6F6;
  --main: #ED7836;
  --accent: #47B200;
  --gray_thin: #f9f9f9;
  --gray: #bbb;
  --dark: #444;

  --size_2s:0.75rem;
  --size_1s:0.875rem;
  --size_m:1rem;
  --size_1l:1.125rem;
  --size_2l:1.25rem;
  --size_3l:1.5rem;
  --size_4l:1.75rem;
  --size_5l:2rem;
  --size_6l:2.5rem;

}

.mt_0{
  margin-top: 0;
}
.mr_0{
  margin-right: 0;
}
.ml_0{
  margin-left: 0;
}
.mb_0{
  margin-bottom: 0;
}
.mt_05{
  margin-top: 0.5rem;
}
.mr_05{
  margin-right: 0.5rem;
}
.ml_05{
  margin-left: 0.5rem;
}
.mb_05{
  margin-bottom: 0.5rem;
}
.mt_10{
margin-top: 1rem;
}
.mr_10{
  margin-right: 1rem;
}
.ml_10{
  margin-left: 1rem;
  }
.mb_10{
  margin-bottom: 1rem;
}
.mt_20{
  margin-top: 2rem;
}
.mr_20{
  margin-right: 2rem;
}
.ml_20{
  margin-left: 2rem;
}
.mb_20{
  margin-bottom: 2rem;
}
.mt_30{
  margin-top: 3rem;
}
.mr_30{
  margin-right: 3rem;
}
.ml_30{
  margin-left: 3rem;
}
.mb_30{
  margin-bottom:3rem;
}
.mt_40{
  margin-top: 4rem;
}
.mr_40{
  margin-right: 4rem;
}
.ml_40{
  margin-left: 4rem;
}
.mb_40{
  margin-bottom:4rem;
}

.anchor {
	padding-top: 170px;
	margin-top: -170px;
}

.second_item:not(:last-child){
	margin-bottom: 3rem;
}
.third_item:not(:last-child){
	margin-bottom: 2rem;
}
.fourth_item:not(:last-child){
	margin-bottom: 1rem;
}
.flex_box {
	display: flex;
	justify-content: space-between;
}
.flex_box.switch{
	flex-flow:row-reverse;
}
.flex_box.wrap{
flex-flow: wrap;
}
.flex_box img {
	margin: 0 auto;
	display: block;
}
.col_3{
	width: 232px;
}
.col_4{
	width: 320px;
}
.col_5{
	width: 408px;
}
.col_6{
	width:496px;
}
.col_7{
	width:584px;
}
.col_8{
	width:672px;
}
.col_9{
	width: 760px;
}
a.text_link{
	color: #00f;
	text-decoration: underline;
}
/* form
---------------------------------------- */
input , select , textarea , button{
  font-family: inherit;
  font-size: 1rem;
  }
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 15px;
	xline-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	xline-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	xwidth: 300px;
	padding: 0;
	xline-height: 65px;
	xfont-weight: 700;
	xletter-spacing: 0.2rem;
	x-webkit-appearance: none !important;
	xmargin: 20px;
}
input[type="reset"], input[type="button"] {
	xbackground-color: #fff;
	xborder: 2px solidvar(--key);
	xmargin-right: 20px;
}
input[type="submit"] {
	xbackground-color: #808080;
	xborder: 2px solid #808080;
	xcolor: #fff;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

input.zip_search {
	padding: 5px 10px;
	margin-top: 10px;
	cursor: pointer;
}
input.zip_search:hover {
opacity: 0.8;
}
/*====================
お問い合わせフォーム
 ====================*/
 .contact p.txt_area {
	margin-bottom: 1rem;
}
.contact .contents table{
	margin-bottom: 2rem;
}
 .contact_contact_box {
	text-align: center;
	border: 1px solid #707070;
	padding: 32px;
	padding-top: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	padding-left: 32px;
}
.contact_contact_box_title {
	font-size: var(--size_2l);
	font-weight: 700;
	margin-bottom: 4px;
}
.contact_contact_box_tel {
	font-size: var(--size_5l);
	font-weight: 700;
	display: flex;
	justify-content: center;
	margin-bottom: 4px;
}
p.contact_contact_box_hour {
	font-size: var(--size_2l);
	margin-bottom: 20px;
}
p.contact_contact_box_detail {
	font-size: var(--size_m);
	margin-bottom: 10px;
	line-height: 1.6;
}
p.contact_contact_box_address {
	font-size: var(--size_1l);
	margin-bottom: 10px;
}
.privacypolicy {
  overflow-y: scroll;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
 main.contact form .privacypolicy dl dt{
  width: 100%;
  line-height: 1.2em;
}
main.contact form .privacypolicy dl dd {
  width: 100%;
  font-size: var(--size_s);
  margin-bottom: 1rem;
}
.privacypolicy .pages_title_box h3 {
  font-size: 1rem;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.privacypolicy dd {
  margin-bottom: 1rem;
}
/* sp
---------------------------------------- */
.forSP {
	display: none;
}
/* common
---------------------------------------- */
.layout-contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
	line-break: strict;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}
h2 {
	margin-bottom: 12px;
}
h1 {
}
.inner {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	padding: 0;
	text-align: center;
}
.fixed_box {
	position: fixed;
	right: 8px;
	bottom: 180px;
	z-index: 1;
}


/* header
---------------------------------------- */
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}
header .inner {
	position: relative;
}
.header_box {
  display: flex;
	flex-flow: column;
  position: fixed;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 170px;
}
.head_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
	background: #fff;
	padding: 0 20px;
	min-width: 1024px;
}
table.head_hours {
	font-size: var(--size_1s);
	line-height: 1.4;
	margin-right: 32px;
}

table.head_hours tr.week{
	border-bottom:1px solid var(--key);
}

table.head_hours tr.time{
	line-height: 1.2;
	}

table.head_hours tr.time td{
padding-top: 6px;
}

table.head_hours tr.time td:not(:last-child){
	padding-right:6px;
	}

table.head_hours tr.week th{
	padding-bottom:2px;
}
table.head_hours th.title{
	color: var(--key);
	}
table.head_hours th{
color: var(--main);
}
table.head_hours td.title{
}
.head_contact_box {
	display: flex;
}
p.logo_txt {
	font-size: var(--size_1l);
	text-align: left;
}
header .head_logo {
	text-align: left;
}

header .head_logo .logo {
  display: inline-block;
  position: relative;
  width: 412px;
  overflow: hidden;
}
.head_contact_tel p{
	font-size: var(--size_5l);
	font-weight: 700;
	margin-bottom: 10px;
}
.icon.head_contact_mail a{
	width: 250px;
	font-size: var(--size_m);
	font-weight: 700;
	color: #fff;
	background-color: var(--main);
	border-radius: 6px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}
.menu-area {
	background: #f1f1f1;
}
.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu > li {
	width:calc(100% / 5) ; /* グローバルナビ4つの場合 */
	xline-height: 30px;
}
.menu > li:first-child {
}
.menu > li span,
.menu > li a {
	display: flex;
	height: 50px;
	align-items: center;
    justify-content: center;
		position: relative;
    cursor: pointer;
}
.menu > li a:hover {
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #7a6a5691;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.menu__second-level li a {
	padding: 10px 0px;
	background-color: #fff;
}

#mobile-menu {
	display: none
}
.home ul.menu li.menu_home > a::before,
.home ul.menu li.menu_home > span::before{
	content: "";
	display: block;
	width: 100%;
	height:2px;
	background: var(--key);
	position: absolute;
	bottom: 0;
}
.treatment ul.menu li.menu_treatment > a::before,
.treatment ul.menu li.menu_treatment > span::before{
	content: "";
	display: block;
	width: 100%;
	height:2px;
	background: var(--key);
	position: absolute;
	bottom: 0;
}
.treatment ul.menu li li::after{
	content: "";
	display: block;
	width: 100%;
	height:1px;
	background: var(--key);
	position: absolute;
	bottom: 0;
}
.price ul.menu li.menu_price > a::before{
	content: "";
	display: block;
	width: 100%;
	height:2px;
	background: var(--key);
	position: absolute;
	bottom: 0;
}
.greeting ul.menu li.menu_greeting > a::before{
	content: "";
	display: block;
	width: 100%;
	height:2px;
	background: var(--key);
	position: absolute;
	bottom: 0;
}
.info ul.menu li.menu_info > a::before{
	content: "";
	display: block;
	width: 100%;
	height:2px;
	background: var(--key);
	position: absolute;
	bottom: 0;
}
ul.menu > li > a::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: var(--main);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transition: .3s;
}
ul.menu li a:hover {
  color: var(--main);
}

ul.menu li a:hover::after {
  transform: scale(1, 1);
}
/* footer
---------------------------------------- */
.footer_access {
	color: #000;
	line-height: 1.6;
	background-color: var(--key_thin);
	padding-top: 80px;
	padding-bottom: 80px;
}
.footer_map iframe {
	height: 360px;
	width: 100%;
}
.foot_contact_tel p{
	font-size: var(--size_6l);
	font-weight: 700;
}
.foot_contact_tel p a{
	color: #FFF;
}
table.foot_hours {
	background: #fff;
	color: var(--black);
	width: 100%;
	text-align: center;
}
table.foot_hours tr.week th{
	background-color: #ddd;
	font-weight: 400;
	text-align: center;
	padding: 10px;
	border: 1px solid #000;
}
table.foot_hours tr.time td{
	text-align: center;
	padding: 10px;
	border: 1px solid #000;
}
footer {
	background-color:var(--dark);
	color: #ffffff;
}

footer .footer-logo .logo {
	display: inline-block;
	position: relative;
	width: 270px;
	height: 115px;
	overflow: hidden;
}
p.footer-logo {
	margin: 0 auto;
}
footer .foot-logo img {
	width: 496px;
	height: auto;

}
.footer_box {
  display: flex;
  justify-content: space-between;
align-items: center;
padding-top: 40px;
padding-bottom: 40px;
}
ul.footer-menu {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
ul.footer-menu li{
  padding-right:10px;
  padding-left:10px;
}
ul.footer-menu li:not(:last-child){
	border-right: 1px solid rgb(255 255 255 / 30%);
}
ul.footer-menu li a{
  color: #fff;
  font-size: var(--size_1s);
	text-align: center;
}
ul.footer-menu li a:hover{
  opacity: 0.6;
}
p.contact_btn a {
	background-color: #fff;
	padding: 5px 30px;
	border: 1px solid #000;
	font-weight: 700;
}
p.contact_btn a:hover {
	background-color: #9f9080
}
footer .column p.contact_btn {
	margin-left: auto;
}
footer span.tel {
	padding-left: 10px;
}
.copyright {
	text-align: center;
	padding: 1em 0;
	letter-spacing: 0.1em;
	background-color: var(--black);
	color: #fff;
  font-size: var(--size_2s);

}

/*====================
icon
====================*/
.icon > p,
.icon > a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	white-space: nowrap;
}
.icon > p:before,
.icon > a:before{
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 6px;
}
.icon.size_40 > p:before,
.icon.size_40 > a:before{
	width: 40px;
	height: 40px;
}
.icon.size_32 > p:before,
.icon.size_32 > a:before{
	width: 32px;
	height: 32px;
}
.icon.size_24 > p:before,
.icon.size_24 > a:before{
	width: 24px;
	height: 24px;
}
.icon.size_20 > p:before,
.icon.size_20 > a:before{
	width: 20px;
	height: 20px;
}
.icon.size_16 > p:before,
.icon.size_16 > a:before{
	width: 16px;
	height: 16px;
}
.icon.icon_tel > p:before,
.icon.icon_tel > a:before {
	background-image: url(../img/icon_tel.svg);
}
.icon.icon_mail_white > p:before,
.icon.icon_mail_white > a:before {
	background-image: url(../img/icon_mail_white.svg);
}

.icon.icon_youtube > p:before,
.icon.icon_youtube > a:before {
	background-image: url(../img/icon_youtube.svg);
}
/*====================
コンテンツスタイル
====================*/

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
 -ms-flex-direction: column flex-direction: column
}
/* index
---------------------------------------- */

main.index > section:nth-of-type(n + 2):nth-of-type(odd) {
	background: var(--gray_thin);
}
main.under > section:nth-of-type(n + 3):nth-of-type(even) {
	background: var(--gray_thin);
}


.sub-ttl {
}

section.contents.top_concept {
	background-image: url(../img/top_concept_bg.jpg);
	object-fit: cover;
	background-position: center;
	min-height: 320px;
	display: flex;
}
p.top_concept_txt {
	font-size: var(--size_5l);
	font-weight: 700;
	color: #fff;
	line-height: 1.6;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	height: 100%;
}

ul.top_treatment_items {
	display: flex;
	flex-wrap: wrap;
}
ul.top_treatment_items li{
	width: calc((100% - 32px) / 2);
	margin-bottom: 32px;
}

ul.top_treatment_items li:not(:nth-child(2n)){
	margin-right: 32px;
}
ul.top_treatment_items li .top_treatment_box  {
  cursor: pointer;
  max-width: 496px;
  overflow: hidden;
  position: relative;
  width: 100%;
	display: block;
	margin-bottom: 10px;
}
ul.top_treatment_items li .box_bg {
	background-image: url(../img/top_treatment_item01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  transition: transform .6s ease;
  width: 100%;
}
ul.top_treatment_items li.top_treatment_item01 .box_bg {
	background-image: url(../img/top_treatment_item01.jpg);
}
ul.top_treatment_items li.top_treatment_item02 .box_bg {
	background-image: url(../img/top_treatment_item02.jpg);
}
ul.top_treatment_items li.top_treatment_item03 .box_bg {
	background-image: url(../img/top_treatment_item03.jpg);
}
ul.top_treatment_items li.top_treatment_item04 .box_bg {
	background-image: url(../img/top_treatment_item04.jpg);
}
ul.top_treatment_items li .top_treatment_box:hover .box_bg {
  transform: scale(1.1);
}
ul.top_treatment_items li .top_treatment_box h3 {
  align-items: center; /* テキストの中央揃え */
  bottom: 0;
  color: #fff; /* テキストの色 */
  display: flex; /* テキストの中央揃え */
  justify-content: center; /* テキストの中央揃え */
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
	font-size: var(--size_3l);
}
/* マスク */
ul.top_treatment_items li .top_treatment_box::before {
  background: rgba(0, 0, 0, .5); /* マスクの色(黒の50%) */
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: 1; /* 最初は透明（非表示） */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
  z-index: 1;
}
ul.top_treatment_items li .top_treatment_box:hover::before {
  opacity: 0.5;
}

/* #treatment
---------------------------------------- */

.selfcheck_items{
display: flex;
flex-wrap: wrap;
}
.selfcheck_items.two_one li {
	width: calc((100% - 20px) / 2);
}
.selfcheck_items.three_one li{
	width: calc((100% - 40px) / 3);
}
.selfcheck_items.two_one li:not(:nth-child(2n)){
	margin-right: 20px;
}
.selfcheck_items.three_one li:not(:nth-child(3n)){
	margin-right: 20px;
}
.selfcheck_items li {
	border: 1px solid var(--main);
	color: var(--key);
	text-align: center;
	padding: 8px;
	margin-bottom: 20px;
	line-height: 1.4;
	min-height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: var(--size_2l);
	background: #fff;
}
/* #contact
---------------------------------------- */
main.contact form {
	width: 100%;
}
main.contact form dl dt {
	padding: 0;
	width: 180px;
}
main.contact form dl dd {
	width: 750px;
}
main.contact form .description {
	color: #EC1C24;
}
main.contact form .attention {
	margin-top: 15px;
}
main.contact form #privacy {
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
	height: 173px;
	border: 1px solid #B2B2B2;
}
main.contact .wpcf7-response-output {
	box-sizing: border-box;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 10px 15px;
	width: 960px;
	color: #F16B3A;
	font-weight: 400;
	text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
	background-color: #FFEF32;
}
.contactArea p.text {
	padding-bottom: 50px;
}
main.contact .cont {
	padding-bottom: 100px;
}
p.error_messe {
	color: #f51414;
}
.title_box h2 {
	font-size: var(--size_5l);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4rem;
}

.title_box h2 span{
padding: 0 16px;
}
.title_box h2::before{
content: "";
background-image: url(../img/icon_h2.png);
background-repeat: no-repeat;
width: 24px;
height: 16px;
display: block;
}

.title_box h2::after{
	content: "";
	background-image: url(../img/icon_h2.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 16px;
	display: block;
	transform: scaleY(-1);
	}
	.title_box h3 {
    font-size: var(--size_3l);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
}

.title_box h3 span{
	padding-left: 10px;
	}
	.title_box h3::before{
	content: "";
	background-image: url(../img/icon_h3.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	}

	.title_box h4 {
    font-size: var(--size_2l);
		border-bottom:1px solid var(--main);
		padding-bottom: 4px;
		margin-bottom: 10px;
}
.headline {
	border-top: 2px solid var(--main);
	border-bottom: 2px solid var(--main);
	padding: 2px 0;
	margin-bottom: 4rem;
	line-height: 1.8;
}
.headline::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--main);
}
.headline::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--main);
}
.headline p{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: var(--size_2l);
	font-weight:700 ;
	color: var(--main);
}
/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: -80px;
	background: #808080;
	opacity: 0.6;
	z-index: 99;
}
#page-top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page-top a::before {
	font-family: FontAwesome;
	content: '\f077';
	color: #fff;
	position: absolute;
	top: 15px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
	text-align: left;
  padding: 1rem 0px;
  font-size: var(--size_1s);
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
  color: var(--dark);
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
  color: var(--dark);
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*====================
下層
 ====================*/
 section.pages-header {
	background-image: url(../img/title_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pages-ttl {
	color: #fff;
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
.pages-ttl h2 {
	font-size: var(--size_5l);
}
h1.pages-h1 {
}
h2.pages-h2 {
  font-size: var(--size_4l);
	text-shadow: 0 4px 4px rgb(0 0 0 / 30%);
}
h3.pages-h3 {
  font-size: var(--size_3l);
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: var(--key);
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
h4.pages-h4 {
  font-size: var(--size_2l);
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: var(--key);
  padding-left: 0.5em;
  margin-bottom: 1em;
}
h5.pages-h5 {
  font-size: var(--size_1l);
  margin-bottom: 0.5em;
}
p.catch {
	font-size: var(--size_1l);
	text-align: center;
	margin-bottom: 3rem;
	line-height: 1.8;
}
p.read {
  font-size: var(--size_1l);
	line-height: 1.8em;
}
p.detail {
  font-size: var(--size_1s);
	line-height: 1.6;
}
table.office_table {
	width: 100%;
	line-height: 1.4em;
}
.office_table th {
	background-color: #eee;
	color: var(--black);
	border: solid 1px #777;
	padding: 1rem;
	text-align: center;
}
.office_table td {
	background-color: #fff;
	border: solid 1px #777;
	padding: 1rem;
	color: var(--black);
}
.simple_table{
	display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
	margin-bottom: 1rem;
}
.simple_table li{
  display: table-cell;
  vertical-align: middle;
}
span.tokuten {
	display: block;
	background: #fff;
	border: 1px solid #d00;
	margin-top: 5px;
	padding: 4px;
}
section.contents {
	padding: 80px 0px;
	color: #000;
}
/*====================
greeting
 ====================*/
 dl.greeting_name {
	background: #ddd;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 20px;
	margin-top: 30px;
}
dl.greeting_name dt {
	font-size: var(--size_3l);
	margin-right: 20px;
	white-space: nowrap;
}
dl.greeting_name dd{
line-height: 1.6;
}
/*====================
privacy
 ====================*/
 .privacypolicy_item dl dt {
	margin-bottom: 6px;
}
.privacypolicy_item dl dd {
	margin-bottom: 1rem;
}

/*	お知らせ
------------------------------------------------------------*/
.info p.day {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0;
  border-top: 1px solid #999;
  padding-top: 10px;
}
.info p.ttl {
  font-size: 1.3rem;
  border-bottom: 1px solid #999;
  font-weight: 700;
  padding-bottom: 10px;
}
.info .topicsText {
  margin-bottom: 2em;
	word-break: break-all;
}
.info .topicsText a{
  margin-bottom: 2em;
}

.info p.item-image {
  text-align: center;
}

.info p.item-image img {
  width: 600px;
  height: 350px;
  object-fit: contain;
}

.info .news_area {
  padding: 50px;
  margin-bottom: 50px;
  /* border: 3px solid #ccc; */
  /* border-bottom: 2px solid #ccc; */
  /* border-top: 2px solid #ccc; */
  width: 100%;
  margin: 0 auto 30px;
  background-color: #f6f6f6;
}
.info .topics{
  margin-bottom: 1em;
}
.topics .topicsPhoto.photoZoom:not(:last-child) {
  margin-bottom: 1rem;
}
/*	pager
------------------------------------------------------------*/
.pageArea-item {
  padding-top: 30px;
}
ul.pageArea-navi-number {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;    width: 50%;
  margin: 0 auto;
}
.pageArea-item {
  text-align: center;
  margin: 10px 0px;
}

ul.pageArea-navi-number li {
    margin-right: 10px;
list-style: none;
}
ul.pageArea-navi-number li a{
text-decoration: none
}
ul.pageArea-navi-number li a:hover{
background-color: #f9e33e;
}
span.pager_index {
 background-color: #f8f8f8; border: 1px solid #ccc;
  padding: 5px 10px;color: #333;display: block;
  margin-top: 5px;
}
span.pager_index.nowpage {
  background-color: #f8f8f8;
 border: 1px solid #C7383A;
  padding: 5px 10px;
  color: #333;
}
.pageArea-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
