@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template, [hidden] {
  display: none;
}

*, ::before, ::after {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before, ::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

html {
  font-family: sans-serif;
  line-height: 1.5;
  box-sizing: border-box;
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  line-height: 1;
  margin: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  overflow: visible;
  height: 0;
}

nav ol, nav ul {
  list-style: none;
}

abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

sub, sup {
  font-size: 83.3333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

::-moz-selection {
  color: #000;
  background-color: #b3d4fc;
  text-shadow: none;
}

::selection {
  color: #000;
  background-color: #b3d4fc;
  text-shadow: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

:hover {
  outline-width: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button, input, select, textarea {
  font-size: 1em;
  margin: 0;
  color: inherit;
  border-style: none;
  background-color: transparent;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-cancel-button, ::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a, area, button, input, label, select, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden][aria-hidden=false] {
  position: absolute;
  display: inherit;
  clip: rect(0, 0, 0, 0);
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

html {
  width: 100%;
  height: 100%;
  transition: none !important;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  transition: none !important;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, Meiryo, メイリオ, sans-serif;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 500;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
}
a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
a.txt_uline {
  text-decoration: underline;
}

ul, ol, dl, li, dt, dd {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

ul:after,
ol:after {
  content: "";
  clear: both;
  display: block;
}

h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  line-height: 1.2;
}
h2 span {
  display: block;
  font-size: 1.4rem;
  margin-top: 15px;
}
h2.catch {
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  h2 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
  h2 span {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 15px;
  }
  h2.catch {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 2.4rem;
  margin-bottom: 35px;
  border-bottom: solid 1px #000;
  position: relative;
  line-height: 2.2;
}
h3::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 1px #000;
  position: absolute;
  left: 0;
  bottom: -5px;
}
h3 .sub {
  font-size: 1.4rem;
  margin-left: 20px;
  vertical-align: middle;
}
h3 .floor {
  display: inline-block;
  background-color: #eeebd4;
  font-size: 1.8rem;
  margin-right: 20px;
  padding: 0 10px;
  vertical-align: middle;
}
h3 .floor span {
  font-size: 2.4rem;
  vertical-align: baseline;
}
@media screen and (max-width: 1130px) {
  h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  h3 .sub {
    display: block;
    font-size: 1.2rem;
    margin: 10px 0;
  }
  h3 .floor {
    font-size: 1.6rem;
    margin-right: 20px;
  }
  h3 .floor span {
    font-size: 2rem;
    vertical-align: baseline;
  }
}

h4 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: solid 4px #000;
}

h5 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

sup {
  font-size: 0.6em;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
select,
textarea {
  border: solid 1px #CCC;
  height: 45px;
  padding: 10px;
  background-color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  max-width: 100%;
}

textarea {
  height: 135px;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #ccc;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.contents_section_first {
  padding: 30px 0 50px;
  font-size: 1.4rem;
}

.contents_section {
  padding: 50px 0;
  font-size: 1.4rem;
}

.contents_section_first p,
.contents_section p {
  margin-bottom: 15px;
}
.contents_section_first p:last-child,
.contents_section p:last-child {
  margin-bottom: 0;
}
.contents_section_first a,
.contents_section a {
  display: inline;
}
.contents_section_first img,
.contents_section img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.contents_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner {
  max-width: 980px;
  margin: 0 auto;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@media screen and (max-width: 1130px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}
.notes {
  font-size: 1.2rem;
  color: #666;
}

.num {
  font-size: 1.2em;
  margin: 0 3px;
}

.img_mb {
  margin-bottom: 30px;
}

.list01 li {
  margin-bottom: 10px;
  padding-left: 1em;
  position: relative;
}
.list01 li:last-child {
  margin-bottom: 0;
}
.list01 li::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.m0a {
  margin: 0 auto !important;
}

.fwn {
  font-weight: normal !important;
}

.fwb {
  font-weight: bold !important;
}

.fll {
  float: left !important;
}

.flr {
  float: right !important;
}

.fln {
  float: none !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.clear {
  clear: both !important;
}

img.w100 {
  width: 100%;
  height: auto;
}

.green {
  color: #2e8b57;
}

header {
  margin: 0;
  padding: 20px 20px;
  display: flow-root;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}
.home header {
  position: relative;
  z-index: auto;
}
.home header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  animation: headerSlideDown 0.3s ease;
}
header .logo {
  float: left;
}
header .logo img {
  height: 44px;
  width: auto;
}
header .sns li {
  float: left;
}
header .sns li:not(:last-child) {
  margin-right: 8px;
}
header .sns li img {
  width: auto;
  height: 32px;
}
header nav {
  float: left;
  padding: 4px 0 0;
}
header nav li {
  font-size: 1.5rem;
  float: left;
  margin-right: 18px;
}
header nav li:last-child {
  margin-right: 0;
}
header .set_box {
  border-left: 1px solid #000;
  float: right;
  margin: 0 0 0 15px;
  padding: 0 15px;
}
header .set_box dt {
  margin-right: 10px;
  font-size: 1.2rem;
  display: inline-flex;
  vertical-align: middle;
}
header .set_box dd {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}
header .set_box dd li {
  float: left;
}
header .set_box dd li:nth-child(-n+2) {
  margin: 0 8px 0 0;
}
header .set_box dd li a {
  color: #fff;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 50%;
  background: #4c4c4c;
  text-align: center;
  line-height: 32px;
}
header .set_box dd li.active a {
  background: #AAB96F;
}
header .translate {
  position: absolute;
  right: 20px;
  top: -35px;
  background: #AAB96F;
  color: #fff;
  display: inline-block;
  padding: 1px 20px;
  border-radius: 0 0 2px 2px;
}

.pc_nav {
  display: block;
  float: right;
}
.pc_nav nav {
  margin-top: -10px;
}
.pc_nav nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pc_nav nav li a::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: no-repeat center/contain;
  margin-bottom: -7px;
}
.pc_nav nav li:nth-child(1) a::before {
  background-image: url("../../../img/header-icon-01.png");
}
.pc_nav nav li:nth-child(2) a::before {
  background-image: url("../../../img/header-icon-02.png");
}
.pc_nav nav li:nth-child(3) a::before {
  background-image: url("../../../img/header-icon-03.png");
}
.pc_nav nav li:nth-child(4) a::before {
  background-image: url("../../../img/header-icon-04.png");
}
.pc_nav nav li:nth-child(5) a::before {
  background-image: url("../../../img/header-icon-05.png");
}
.pc_nav nav li:nth-child(6) a::before {
  background-image: url("../../../img/header-icon-06.png");
}

.sp_nav {
  display: none;
}

@media screen and (max-width: 1280px) {
  header nav li {
    font-size: 1.2rem;
    margin-right: 15px;
    margin-top: 2px;
  }
  header .set_box {
    padding: 0 10px;
    margin-top: 3px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1130px) {
  header .translate {
    left: 0;
    right: 0;
    top: 0;
  }
  header {
    padding: 15px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 60px;
  }
  header .logo {
    margin-top: 0;
  }
  header .logo img {
    height: 30px;
  }
  .pc_nav {
    display: none;
  }
  .sp_nav {
    display: block;
  }
  .sp_nav .sns {
    float: right;
    margin-right: 50px;
  }
  .sp_nav .sns li img {
    width: auto;
    height: 28px;
  }
  .toggle {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 45px;
    height: 40px;
    cursor: pointer;
    z-index: 101;
  }
  .toggle span {
    display: block;
    position: absolute;
    width: 70%;
    border-bottom: solid 2px #000;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    padding-top: 5px;
    right: 7px;
  }
  .toggle span:nth-child(1) {
    top: 3px;
  }
  .toggle span:nth-child(2) {
    top: 13px;
  }
  .toggle span:nth-child(3) {
    top: 23px;
  }
  .toggle span:nth-child(4) {
    border: none;
    top: 28px;
    left: 5px;
    font-size: 12px;
    font-weight: 600;
  }
  .toggle.active span:nth-child(1) {
    top: 15px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .toggle.active span:nth-child(2), .toggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .global_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 30px 20px 20px;
    text-align: center;
    color: #000;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-100%);
    opacity: 0;
    transition-duration: 0.8s, 0.2s;
    transition-property: transform, opacity;
  }
  .global_nav li {
    width: 100%;
    padding: 10px;
    list-style-type: none;
  }
  .global_nav li a {
    display: block;
    color: #000;
  }
  .global_nav.active {
    transform: translateY(0%);
    opacity: 1;
    transition-delay: 0, 0.6s;
  }
  header nav .sns {
    margin: 5px 0 0;
  }
  header nav li:last-child {
    float: right;
  }
}
@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
footer #footer_area {
  background: #F3981C;
  color: #fff;
  padding: 50px 0;
}
footer a {
  color: #fff;
  display: inline-block;
}
footer .contents_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
footer .ft_left {
  font-size: 1.4rem;
}
footer .ft_left span {
  font-size: 1.6rem;
}
footer .ft_left img.logo {
  width: 265px;
  margin: 0 0 50px;
}
footer .ft_left img.map {
  width: 11px;
  vertical-align: baseline;
}
footer .ft_left p:nth-of-type(-n+2) {
  margin-bottom: 10px;
}
footer .ft_right .saitamacci {
  clear: both;
  font-size: 1.4rem;
  margin: 20px 0;
  padding: 20px 10px;
  text-align: center;
  border: double #fff;
}
footer .ft_right .saitamacci em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.7rem;
}
footer .ft_right .saitamacci em a {
  text-decoration: underline;
}
footer .ft_right .saitamacci p {
  margin-bottom: 10px;
  line-height: 1.5;
}
footer .ft_right .saitamacci .logo {
  padding: 10px;
  background: #fff;
}
footer .ft_right .saitamacci .logo img {
  height: 50px;
  width: auto;
}
footer .ft_nav {
  display: flex;
  justify-content: flex-end;
}
footer .ft_nav li {
  font-size: 1.6rem;
}
footer .ft_nav li:not(:last-child):after {
  content: "/";
  padding: 0 20px;
}
footer .ft_subnav {
  margin: 25px 0 0;
}
footer .ft_subnav > ul {
  display: flex;
  justify-content: flex-end;
}
footer .ft_subnav > ul li {
  font-size: 1.4rem;
  margin-left: 30px;
}
footer .ft_subnav > ul li a {
  background: url(../../../img/arrow_w_r.svg) no-repeat left center;
  padding: 0 0 0 12px;
}
footer .copyright {
  margin: 15px 0 0;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 1130px) {
  footer #footer_area {
    padding: 30px 0;
  }
  footer .contents_inner {
    flex-wrap: wrap;
  }
  footer .contents_inner > div {
    width: 100%;
  }
  footer .ft_left img.logo {
    width: 200px;
    margin: 0 0 20px;
  }
  footer .ft_left {
    font-size: 1.2rem;
  }
  footer .ft_left span {
    font-size: 1.4rem;
  }
  footer .ft_right {
    margin: 20px 0 0;
  }
  footer .ft_right .saitamacci {
    font-size: 1.2rem;
    padding: 15px 8px;
  }
  footer .ft_right .saitamacci .logo {
    padding: 5px;
  }
  footer .ft_right .saitamacci .logo img {
    height: 30px;
  }
  footer .ft_nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .ft_nav li:nth-child(-n+3):after {
    padding: 0 10px;
  }
  footer .ft_subnav {
    margin: 10px 0 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .ft_subnav li {
    font-size: 1.2rem;
    margin: 0 20px 0 0;
  }
  footer .copyright {
    margin: 20px 0 0;
    text-align: left;
    position: relative;
    right: auto;
  }
}

#wrapper {
  width: 100%;
  height: 100%;
}

#container {
  padding: 0 !important;
  width: auto !important;
}

.news #container,
.post-type-archive-news_central #container,
.post-type-archive-news_west #container,
.post-type-archive-news_east #container,
.event_list {
  margin-bottom: 50px;
}

.two_column {
  display: flex;
}
.two_column .main {
  width: calc(100% - 240px);
}
.two_column .sidebar {
  width: 200px;
  margin-left: 40px;
}
.two_column .sidebar h3 {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background: #eee;
  margin: 0;
  padding: 10px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
}
.two_column .sidebar h3:after {
  content: none;
}
.two_column .sidebar form {
  margin-bottom: 30px;
}
.two_column .sidebar form input[type=text] {
  width: 100%;
  margin-top: 10px;
}
.two_column .sidebar form input[type=submit] {
  display: none;
}
.two_column .sidebar .yearlist li {
  border-bottom: solid 1px #ccc;
  font-size: 1.4rem;
}
.two_column .sidebar .yearlist a {
  padding: 10px 15px;
  display: block;
}
.two_column .sidebar .bloglist li {
  padding-left: 15px;
  position: relative;
  margin-top: 15px;
}
.two_column .sidebar .bloglist li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #81B352;
}
.two_column .sidebar .bloglist li time {
  display: block;
  font-size: 1.2rem;
}
.two_column .sidebar .bloglist li p {
  line-height: 1.5rem;
  font-size: 1.4rem;
}
.two_column .sidebar .bloglist + .btn {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .two_column {
    display: block;
  }
  .two_column .main {
    width: 100%;
  }
  .two_column .sidebar {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .yearlist li {
    font-size: 1.2rem;
  }
  .yearlist a {
    padding: 5px;
  }
}
.news_single, .event_single {
  padding-top: 30px;
  min-height: 1000px;
}
.news_single h1, .event_single h1 {
  font-size: 3rem;
  margin: 30px 0 50px;
  line-height: 1.6;
}
.news_single .event_date, .event_single .event_date {
  font-size: 1.8rem;
  font-weight: 600;
  vertical-align: middle;
  margin-right: 25px;
  margin-top: 10px;
}
.news_single .event_date span, .event_single .event_date span {
  display: inline-block;
  background: #eee;
  padding: 1px;
  width: 60px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 5px 0 -1px;
  border-radius: 3px;
}
.news_single .news_cat, .event_single .news_cat {
  display: inline-block;
  width: 120px;
  text-align: center;
  background: #81B352;
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 1130px) {
  .news_single h1, .event_single h1 {
    font-size: 2.6rem;
    margin: 10px 0 30px;
    line-height: 1.6;
  }
}

#page_ttl {
  height: 260px;
  margin: 0 0 20px;
  padding-bottom: 15px;
  background: url(../../../img/ttl_bg_page.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#page_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../../img/bg_line01.png) repeat-x center bottom/1px 26px;
}
#page_ttl .contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
#page_ttl .bg {
  padding: 20px 40px 20px 0;
  text-align: left;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}
#page_ttl .bg::before {
  content: "";
  display: block;
  width: 1000px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 100%;
}
#page_ttl .bg h1, #page_ttl .bg .dummyh1 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
}
#page_ttl .bg .place {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: none;
  margin-top: 10px;
}
@media screen and (max-width: 1130px) {
  #page_ttl {
    height: 180px;
    margin: 0 0 20px;
  }
  #page_ttl .bg {
    padding: 15px 20px 15px 0;
  }
  #page_ttl .bg h1, #page_ttl .bg .dummyh1 {
    font-size: 2.6rem;
  }
  #page_ttl .bg .place {
    font-size: 1.4rem;
  }
}

.btn {
  margin: 25px 0 0;
  text-align: right;
}
.btn a {
  display: inline-block;
  background: url(../../../img/arrow_b_r.svg) no-repeat 92% center;
  border: 1px solid #000;
  border-radius: 15px;
  font-size: 1.2rem;
  text-align: left;
  width: auto !important;
  margin: 0;
  padding: 2px 22px 2px 12px;
  transition: 0.3s;
}

.btn_l input, .btn_l a {
  display: inline-block;
  background: url(../../../img/arrow_b_r.svg) no-repeat 92% center;
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 1.4rem;
  text-align: center;
  width: 220px;
  padding: 10px 30px;
  transition: 0.3s;
}
.btn_l a {
  margin: 0 10px;
  width: 230px;
}

.btn a:hover,
.btn_l a:hover {
  border: 1px solid #000;
  background: #000 url(../../../img/arrow_w_r.svg) no-repeat 94% center;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}

.breadcrumb {
  font-size: 1.2rem;
  margin: 0 0 20px;
}
.breadcrumb a {
  display: inline-block;
}

.table01 {
  width: 100%;
  border-top: solid 1px #000;
  margin: 50px 0;
}
.table01:last-child {
  margin-bottom: 0;
}
.table01 th {
  width: 35%;
  padding: 18px 20px;
  border-bottom: solid 1px #000;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
.table01 td {
  width: 65%;
  padding: 18px 20px 18px 0;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 1130px) {
  .table01 th {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 20px 0 0;
    border-bottom: none;
  }
  .table01 td {
    display: block;
    width: 100%;
    padding: 20px 0 20px 20px;
  }
}

.table02 {
  border-top: solid 1px #ddd;
  width: 100%;
  margin: 50px 0;
  text-align: left;
}
.table02 thead th {
  font-weight: 500;
  padding: 10px;
  width: 20%;
}
.table02 th, .table02 td {
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  padding: 18px 0 18px 20px;
}

.table03 {
  border-top: 1px solid #ddd;
  width: 100%;
}
.table03 th, .table03 td {
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  padding: 18px 20px;
  text-align: left;
}
@media screen and (max-width: 1130px) {
  .table03 th, .table03 td {
    min-width: 80px;
    padding: 10px;
  }
}

.table04 {
  border-top: 1px solid #ddd;
  width: 100%;
  margin: auto;
}
.table04 th, .table04 td {
  border-bottom: 1px solid #ddd;
  padding: 18px 20px;
  text-align: left;
}
.table04 th {
  font-weight: 600;
}

.table05 th, .table05 td {
  vertical-align: top;
  text-align: left;
  min-width: 90px;
}

.wp-pagenavi {
  margin: 50px auto;
  text-align: center;
  font-size: 1.6rem;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  border-radius: 20px;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi span.current {
  border: 1px solid #000 !important;
  margin: 0 4px;
  padding: 5px 15px;
}
.wp-pagenavi .extend, .wp-pagenavi .first, .wp-pagenavi .last {
  border: none;
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: 1px solid #000 !important;
  margin: 0 4px;
  padding: 5px 15px;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  background: #000;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}
.wp-pagenavi .current {
  background: #000;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}

.page_controls {
  font-size: 1.5rem;
  text-align: center;
  margin: 50px 0;
}
.page_controls li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}
.page_controls li a {
  display: block;
  padding: 5px 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  transition: 0.3s;
}
.page_controls li a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}
.page_controls li.prev a {
  padding-left: 30px;
  background: #fff url(../../../img/arrow_b_l.svg) no-repeat 13px 50%;
}
.page_controls li.next a {
  padding-right: 30px;
  background: #fff url(../../../img/arrow_b_r.svg) no-repeat right 13px top 50%;
}
.page_controls li.prev a:hover {
  background: #000 url(../../../img/arrow_w_l.svg) no-repeat 13px 50%;
}
.page_controls li.next a:hover {
  background: #000 url(../../../img/arrow_w_r.svg) no-repeat right 13px top 50%;
}

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
.pagetop a {
  display: block;
  opacity: 0.9;
}

.modalOpen {
  position: relative;
}
.modalOpen::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../../../img/icon_zoom.png) no-repeat top left/100% auto;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 1010;
}
.modal .overLay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: 1010;
}
.modal .inner {
  width: calc(100% - 20px);
  max-width: 980px;
  position: absolute;
  z-index: 1100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background-color: #fff;
}
.modal .inner img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.entry .alignleft {
  display: inline;
  float: left;
}
.entry .alignright {
  display: inline;
  float: right;
}
.entry .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.entry a {
  text-decoration: underline;
  display: inline;
}

.entry {
  margin-bottom: 50px;
  font-size: 1.6rem;
}
.entry h3, .entry h4, .entry h5 {
  margin-top: 30px;
}
.entry p {
  margin-bottom: 10px;
}
.entry p:after {
  content: " ";
  display: block;
  clear: both;
}
.entry ul {
  margin: 30px 0;
}
.entry ul li {
  padding-left: 1em;
  position: relative;
}
.entry ul li:last-child {
  margin-bottom: 0;
}
.entry ul li:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #000;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.entry ol {
  margin: 30px 0;
  list-style-position: inside;
}
.entry li {
  margin-bottom: 10px;
}
.entry li:last-child {
  margin-bottom: 0;
}
.entry .entry_main > div, .entry .entry_main > p {
  margin: 20px 0;
}

.flexible_content p {
  margin-bottom: 20px;
}
.flexible_content a {
  color: #AAB96F;
}
.flexible_content h4 {
  border-color: #AAB96F;
}
.flexible_content .gray {
  font-size: 1.2rem;
  color: #999;
}
.flexible_content .red {
  color: red;
}
.flexible_content .text_img {
  margin-bottom: 30px;
  display: flex;
}
.flexible_content .text_img p {
  width: 60%;
  margin-right: 40px;
}
.flexible_content .text_img img {
  width: calc(40% - 40px);
}
.flexible_content .img_text {
  margin-bottom: 40px;
  display: flex;
}
.flexible_content .img_text img {
  width: calc(40% - 40px);
  margin-right: 40px;
}
.flexible_content .img_text p {
  width: 60%;
}
.flexible_content .gray_box {
  background: #eee;
  padding: 15px;
}
.flexible_content .border_box {
  border: solid 1px #ccc;
  padding: 15px;
}
.flexible_content .picture {
  text-align: center;
  margin-bottom: 40px;
}
.flexible_content .picture img {
  max-width: 800px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .news_single .flexible_content p {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  .news_single .flexible_content h4 {
    border-color: #AAB96F;
  }
  .news_single .flexible_content .red {
    color: red;
  }
  .news_single .flexible_content .img_text, .news_single .flexible_content .text_img {
    margin-bottom: 20px;
    display: grid;
  }
  .news_single .flexible_content .img_text img, .news_single .flexible_content .text_img img {
    display: table;
    margin: 0 auto 10px;
    order: 1;
    width: 60%;
    max-width: 640px;
  }
  .news_single .flexible_content .img_text p, .news_single .flexible_content .text_img p {
    order: 2;
    text-align: left;
    width: 100%;
    margin: 0;
  }
  .news_single .flexible_content .picture {
    margin-bottom: 20px;
  }
}
.form_table table {
  width: 100%;
}
.form_table table th {
  text-align: left;
}
.form_table table td, .form_table table th {
  padding: 10px;
  font-size: 1.4rem;
}
.form_table table td .w100, .form_table table th .w100 {
  width: 100%;
}
.form_table table td sup, .form_table table th sup {
  padding: 2px 5px;
  background: #e80000;
  color: #fff;
  margin-left: 5px;
  top: -1px;
  font-size: 1.2rem;
}
.form_table .btn_l input {
  cursor: pointer;
  background: none;
  border-color: #AAB96F;
  color: #AAB96F;
}
.form_table .btn_l .entry {
  background: #AAB96F;
  border-color: #AAB96F;
  color: #fff;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .form_table table th, .form_table table td {
    display: block;
    width: 100%;
  }
  .form_table table td {
    padding: 5px 0;
  }
  .form_table table th {
    padding: 20px 0 0;
  }
  .form_table table td:not(.tel) input[type=text],
  .form_table table td:not(.tel) input[type=email] {
    width: 100%;
  }
  .form_table .btn_l input {
    width: 140px;
  }
}

.mw_wp_form_confirm .mail_confirm {
  display: none;
}

.anker_nav {
  margin-bottom: 30px;
}
.anker_nav ul li {
  float: left;
  width: calc(20% - 16px);
  margin-right: 20px;
}
.anker_nav ul li a {
  display: block;
  padding: 5px 20px;
  border: solid 1px #333;
  border-radius: 5px;
  text-align: center;
}
.anker_nav ul li:nth-child(5n) {
  margin-right: 0;
}
.anker_nav ul li:nth-child(n+6) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .anker_nav {
    margin-bottom: 30px;
  }
  .anker_nav ul li {
    width: calc(33.33% - 10px);
    margin-right: 15px;
  }
  .anker_nav ul li a {
    padding: 3px 5px;
  }
  .anker_nav ul li:nth-child(5n) {
    margin-right: 15px;
  }
  .anker_nav ul li:nth-child(3n) {
    margin-right: 0;
  }
  .anker_nav ul li:nth-child(n+4) {
    margin-top: 10px;
  }
}

.image_list li {
  width: 23.5%;
  float: left;
  margin: 0 2% 30px 0;
}
.image_list li:nth-child(4n) {
  margin-right: 0;
}
.image_list li .img {
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.image_list li .img figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.image_list li .img img {
  width: 100%;
}
.image_list li .img:hover {
  opacity: 0.8;
  transition: 0.2s ease;
  color: pointer;
}
@media screen and (max-width: 767px) {
  .image_list li, .image_list li:nth-child(4n) {
    width: 32%;
    margin: 0 2% 10px 0;
  }
  .image_list li:nth-child(3n), .image_list li:nth-child(4n):nth-child(3n) {
    margin-right: 0;
  }
  .image_list li .img figcaption, .image_list li:nth-child(4n) .img figcaption {
    padding: 1px;
    text-align: center;
    font-size: 1.2rem;
  }
}

.faq_list {
  width: 100%;
  border-top: 1px solid #000;
}
.faq_list dt, .faq_list dd {
  padding: 15px 0 0 30px;
  position: relative;
}
.faq_list dt:before, .faq_list dd:before {
  font-size: 1.8rem;
  content: "Q";
  position: absolute;
  left: 0;
  top: 12px;
  font-weight: bold;
}
.faq_list dd {
  border-bottom: 1px solid #000;
  padding: 15px 0 15px 30px;
}
.faq_list dd:before {
  content: "A";
  color: #2e8b57;
}
.faq_list dd p:first-child {
  margin-bottom: auto;
}
.faq_list dd a {
  color: #2e8b57;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.faq_list dd a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-right: solid 2px #2e8b57;
  border-bottom: solid 2px #2e8b57;
  transform: rotate(-45deg);
}

.p-coming-soon {
  text-align: center;
  padding: 80px 20px;
}
.p-coming-soon__label {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #AAB96F;
  border: 2px solid #AAB96F;
  padding: 5px 20px;
  margin-bottom: 30px;
}
.p-coming-soon__ttl {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.p-coming-soon__body {
  font-size: 1.5rem;
  line-height: 2.2;
  color: #4c4c4c;
  max-width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-coming-soon {
    padding: 50px 0;
  }
  .p-coming-soon__ttl {
    font-size: 2rem;
  }
  .p-coming-soon__body {
    font-size: 1.4rem;
  }
  .p-coming-soon__body br {
    display: none;
  }
}
