@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: 18px;
  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: 80px;
}
.anchor {
  padding-top: 80px;
  margin-top: -80px;
}
:root {
  --black: #231815;
  --base: #172a88;
  --key: #003177;
  --key_thin: #325a9d;
  --accent: #fff100;
  --accent_dull: #ebe37f;
  --gray_thin: #fbf9f5;
  --gray: #bbb;
  --dark: #666;
  --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.4rem;
}

.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;
}
ul.simple_list li {
  list-style: disc;
  margin-left: 22px;
  margin-bottom: 10px;
  line-height: 1.4;
}
/* 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;
}
/*====================
お問い合わせフォーム
 ====================*/

h1.contact-h1 {
  background-color: #dcdddd;
  padding: 50px 0px;
}
main#contact p.txt-area {
  padding: 30px 0px;
}
ul.contact_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 30px;
}
ul.contact_btn li {
  margin: 10px;
  text-align: center;
}
.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: var(--size_1l);
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.privacypolicy p {
  font-size: var(--size_m);
}

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

.title_box h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: var(--size_5l);
  position: relative;
  padding-bottom: 16px;
}

.title_box h3 {
  border-left: 4px solid var(--key);
  font-size: var(--size_4l);
  padding-left: 12px;
  margin-bottom: 16px;
}
.title_box h2 span.en {
  display: block;
  font-size: var(--size_1s);
  font-weight: 400;
  color: #999999;
}
.title_box h2:before {
  content: "";
  width: 34px;
  height: 8px;
  background-image: url(../img/h2_line.svg);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.policy_title_box h3 {
  color: var(--key);
  font-size: var(--size_6l);
  line-height: 1.5;
  margin-bottom: 1rem;
}
.policy_title_box h3 span.highlight {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: #fff100;
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none;
}
.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 img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.flex_box.switch {
  flex-flow: row-reverse;
}
.flex_box.wrap {
  flex-flow: wrap;
}

.col_3 {
  width: calc((100% - 32px) * 0.25);
}
.col_4 {
  width: calc((100% - 32px) * 0.33);
}
.col_5 {
  width: calc((100% - 32px) * 0.41);
}
.col_6 {
  width: calc((100% - 32px) * 0.5);
}
.col_7 {
  width: calc((100% - 32px) * 0.58);
}
.col_8 {
  width: calc((100% - 32px) * 0.66);
}
.col_9 {
  width: calc((100% - 32px) * 0.75);
}
.textcenter_PC {
  text-align: center;
}

.contact_box {
  position: fixed;
  width: 64px;
  right: 20px;
  bottom: 200px;
  z-index: 1;
}

.contact_box ul li:not(:last-child) {
  margin-bottom: 10px;
}
.contact_box ul li a:hover {
  opacity: 0.7;
}
/* header
---------------------------------------- */
header:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  clear: both;
}
header .inner {
  position: relative;
}
.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 80px;
  min-width: 1024px;
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
}
header .head-logo {
  xpadding: 1rem;
}

header .head-logo .logo {
  display: inline-block;
  position: relative;
  width: 340px;
  overflow: hidden;
}
.menu-area {
}
.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu > li {
  xwidth: 20%; /* グローバルナビ4つの場合 */
  xheight: 30px;
  xline-height: 30px;
  margin: 0 0.6rem;
  font-size: var(--size_m);
  white-space: nowrap;
  position: relative;
}

.menu > li a:hover {
  color: var(--key);
}
.menu > li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--key_thin);
  bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}

.menu > li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
@media screen and (max-width: 1200px) {
  .menu > li {
    font-size: var(--size_1s);
  }
  header .head-logo .logo {
    width: 280px;
  }
}
.menu > li:first-child {
}
.menu > li a {
  display: block;
}
.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 0.2s ease;
  transition: all 0.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;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
  z-index: 999999;
}
.fixed h2 {
  display: none !important;
}
#mobile-menu {
  display: none;
}
/* footer
---------------------------------------- */
ul.footer-menu.forPC {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 30px;
}
ul.footer-menu.forPC li {
}
ul.footer-menu.forPC li a {
  border-right: 1px solid #7a6a56;
  letter-spacing: 0.2em;
  padding: 1px 20px;
  vertical-align: bottom;
  color: #ffffff;
}
ul.footer-menu.forPC li a:hover {
  text-decoration: underline;
}
ul.footer-menu.forPC li:last-child a {
  border: none;
}
footer span.adress {
  padding-right: 10px;
}
footer span.fax {
  padding: 0pc 10px;
}
footer {
  background-color: #fff;
}
footer .inner {
  position: relative;
  xpadding: 40px 0;
}
footer .wrapper {
  overflow: hidden;
}

footer .footer-logo .logo {
  display: inline-block;
  position: relative;
  width: 270px;
  height: 115px;
  overflow: hidden;
}
p.footer-logo {
  margin: 0 auto;
}
footer .column {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
}
footer .column div {
  margin: 20px 50px;
}
footer .column a {
  color: #fff;
}
p.foot-logo {
  font-size: var(--size_3l);
  font-weight: 700;
  color: var(--base);
  margin-bottom: 10px;
}
footer .foot-address {
  text-align: left;
  font-size: var(--size_m);
  line-height: 1.4;
  margin-bottom: 2px;
}
footer .column:last-child ul {
  margin-bottom: 25px;
}
footer .column:last-child ul ul {
  margin-bottom: 0;
}
.footer_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.footer-menu {
  display: flex;
  flex-wrap: wrap;
}
ul.footer-menu li {
  margin-right: 1rem;
}
ul.footer-menu li a {
  color: #fff;
  font-size: var(--size_1s);
}
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;
}
.copyright {
  text-align: center;
  padding: 1em 0;
  letter-spacing: 0.1em;
  background-color: var(--key);
  color: #fff;
  font-size: var(--size_2s);
}
ul.footer_sns li {
  display: inline-block;
}

ul.footer_sns li a:hover {
  opacity: 0.7;
}
ul.footer_sns li a img {
  width: 32px;
}
ul.footer_sns li:not(:last-child) {
  margin-right: 6px;
}
.footer_office {
  margin-bottom: 1rem;
}
/*====================
コンテンツスタイル
====================*/

/* index
---------------------------------------- */

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

.sub-ttl {
}

.google_map iframe {
  width: 100%;
  height: 400px;
}
/* pages
---------------------------------------- */
main.under > section.contents:first-child {
  padding-top: 40px;
}
.facebook_page .fb-page {
  margin: 0 auto;
  text-align: center;
  display: block;
}
/* #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;
}

/*====================
ページ先頭ボタン
 ====================*/
#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: 12px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
  text-align: left;
  padding: 0.5rem 0px 0;
  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;
}
/*====================
下層
 ====================*/
p.subtitle {
  text-align: center;
  color: var(--key);
  font-weight: 700;
  font-size: var(--size_6l);
  line-height: 1.5;
  margin-bottom: 4rem;
}
p.subtitle ruby rt {
  font-size: var(--size_1s);
  font-weight: 700;
  margin-bottom: 2px;
}
p.catch {
  font-size: var(--size_2l);
  line-height: 1.8;
}
p.read {
  font-size: var(--size_1l);
}
p.detail {
  font-size: var(--size_1s);
  line-height: 1.4;
}

table.office-table {
  margin: 20px auto;
  width: 100%;
}
.office-table th {
  background-color: #eee;
  border: solid 1px #777;
  padding: 30px 10px;
  border-right: none;
  border-left: none;
}
.office-table td {
  border: solid 1px #777;
  border-left: none;
  padding: 20px;
  border-right: none;
}
section.contents {
  padding: 80px 0px;
}
/*====================
profile
 ====================*/
.profile_list_box {
}
.profile_list {
  padding-left: 20px;
}
p.profile_text {
  margin-bottom: 1rem;
}
p.profile_text_catch {
  font-size: var(--size_2l);
  font-weight: 700;
  text-align: right;
  display: flex;
  align-items: center;
}

p.profile_text_catch:before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

p.profile_text_catch:before {
  margin-right: 1rem;
}
/*====================
report
 ====================*/
/*ul.report_item {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
ul.report_item li {
  max-width: 290px;
  margin-bottom: 2rem;
}*/
ul.report_item {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  gap: 45px;
}
ul.report_item li {
  width: calc((100% - 90px) / 3);
}
ul.report_item li img {
  box-shadow: 4px 4px 4px rgb(0 0 0 / 25%);
}
ul.report_item li a:hover {
  opacity: 0.7;
}
.top_report .note {
  text-align: right;
  margin-bottom: 0.7rem;
  font-size: smaller;
}
.top_report .caption {
  display: block;
  text-align: center;
  margin-top: 6px;
  color: #0257a3;
}
/*====================
contact
 ====================*/

/*お問い合わせstart*/
section.contents.foot_contact {
  background: var(--accent_dull) !important;
  xcolor: #fff;
  padding: 40px 0;
}
section.contents.foot_contact a {
  xcolor: #fff;
}
.foot_contact_box {
  display: flex;
  justify-content: space-between;
}
.foot_contact_box > div {
  width: calc((100% - 32px) / 2);
}
.foot_contact_title h2 {
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 1rem;
}
.foot_contact_title h2 span {
  display: block;
  font-size: var(--size_1l);
  font-weight: 400;
}
.foot_contact_title p {
  font-size: var(--size_2l);
  line-height: 1.6em;
}
.contact_note {
  background: #f9f9f9;
  padding: 2rem;
}
.contact_note_items {
  border: 1px solid #ddd;
  text-align: center;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  background: #fff;
}

.contact_note_number {
  display: flex;
  justify-content: center;
}
.contact_note_number p:not(:last-child) {
  margin-right: 2em;
}
.contact_note_number p {
  font-weight: 700;
  font-size: 1.2em;
}
.contact_note_number p span {
  font-size: 1.6em;
}
span.need_box {
  color: #ed6e2f;
}
.foot_contact_box_item {
  width: 100%;
}
.foot_contact_box_item dl {
  display: flex;
  flex-wrap: wrap;
}
.foot_contact_box_item dl:not(:last-child) {
  margin-bottom: 20px;
}
.foot_contact_box_item dl dt {
  width: 33.4%;
}
.foot_contact_box_item dl dd {
  width: 66.6%;
}
.contact_detail {
  font-size: var(--size_1s);
  text-align: right;
  line-height: 1.4em;
  display: inline-block;
  width: 100%;
}
.head_contact_box_item .contact_detail {
  text-align: right;
}
.foot_contact_box_item .contact_detail {
  text-align: left;
  margin-top: 8px;
}
.contact_number {
  font-weight: 700;
  font-size: var(--size_4l);
}

.contact_item {
  display: flex;
}
.contact_item p,
.contact_item dt {
  font-weight: 700;
  font-size: var(--size_4l);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  white-space: nowrap;
}
.contact_item dt.contact_mail {
  padding-top: 16px;
}
.contact_item.head_contact_box_item p {
  color: var(--key);
}
.contact_item.foot_contact_box_item dt {
  color: var(--black);
}

.contact_item p:first-child {
  margin-right: 1rem;
}
.icon_contact p:before,
.icon_contact dt:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.icon_contact .contact_tel:before {
  background-image: url(../img/icon_contact_tel.svg);
}
.icon_contact .contact_fax:before {
  background-image: url(../img/icon_contact_fax.svg);
}
.icon_contact .contact_mail:before {
  background-image: url(../img/icon_contact_mail.svg);
}
/*お問い合わせend*/
/*	お知らせ
------------------------------------------------------------*/
.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;
}

.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: 30px auto;
  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;
}
