@charset 'UTF-8';
@import 'base.css';
@import 'fonts.css';
@import 'fontface.css';
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 140%;

  -webkit-text-size-adjust: none;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #4b3b25;
}
a:hover,
a:active {
  text-decoration: none;
}
table {
  width: 100%;
}
p {
  margin: 0 0 1.5em;
}
.section {
  margin: 0 0 30px;
}
.section .section {
  margin: 0 0 10px;
}
p,
dd,
td,
th,
li {
  line-height: 1.8em;
}
.image-l {
  float: left;
  margin: 0 16px 8px 0;
}
.image-r {
  float: right;
  margin: 0 0 8px 16px;
}
#totop {
  position: fixed;
  z-index: 1000;
  right: 50px;
  bottom: 60px;
  margin-bottom: 0;
}
#totop:hover {
  opacity: 0.8;
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  color: #3e3a39;
}
#wrapper {
  overflow: hidden;
  min-width: 1000px;
}
.container {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
/*header*/
#header .h-left {
  float: left;
  width: 50%;
}
h1 {
  font-size: 11px;
  line-height: 1.4em;
  float: left;
  width: 50%;
  margin-top: 46px;
  margin-bottom: 10px;
}
.logo {
  margin: 0;
}
.logo a {
  font-family: 'Noto Serif CJK Regular';
  font-size: 18px;
  line-height: 1.4em;
  text-decoration: none;
  color: #bd9633;
}
.logo a span {
  font-size: 26px;
  display: inline-block;
  margin-top: -9px;
  margin-left: 15px;
  vertical-align: middle;
}
#header .h-right {
  float: right;
  width: 340px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: 42px;
}
.fontsize {
  display: flex;
  margin-bottom: 3px;

  align-items: center;
  justify-content: flex-end;
}
.fontsize dt {
  font-family: 'NotoSansCJKjp-Regular';
  position: relative;
  padding-right: 20px;
  color: #bd9633;
}
.fontsize dd {
  font-family: 'NotoSansCJKjp-Regular';
  position: relative;
  padding: 0 15px;
  cursor: pointer;
}
.fontsize dd:hover,
.fontsize dd.fontResizerSelected {
  color: #9e9e9f;
}
.fontsize dt:after,
.fontsize dd:after {
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  width: 1px;
  height: 10px;
  content: '';
  background: #dbdcdc;
}
.h-contact-sp {
  display: none;
}
.h-contact {
  display: flex;
  flex-direction: column;
  padding: 5px;
  background: #f4efe9;
  width: max-content;

  align-items: center;
  justify-content: flex-end;
}
.h-tel {
  font-family: 'Noto Serif CJK Regular';
  font-size: 32px;
  line-height: 1.2em;
  display: block;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #3e3a39;
}
.h-tel span {
  line-height: 0;
  display: inline-block;
  width: 8px;
  margin-top: -6px;
  margin-right: 8px;
  vertical-align: middle;
}
.h-time {
  font-size: 12px;
  line-height: 1.2em;
  padding: 3px 0;
  text-align: center;
}
.h-btn ul {
  display: flex;
}
.h-access {
  margin-right: 5px;
}
.h-access a {
  font-family: 'NotoSansCJKjp-Regular';
  font-size: 16px;
  display: block;
  width: 140px;
  padding: 3px 0;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #bc9631;
}
.h-access a:hover {
  opacity: 0.8;
}
.h-booking a {
  font-family: 'NotoSansCJKjp-Regular';
  font-size: 16px;
  display: block;
  width: 180px;
  padding: 3px 0;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #ffb000;
}
.h-booking a span {
  line-height: 0;
  display: inline-block;
  width: 16px;
  margin-top: -3px;
  margin-right: 7px;
  vertical-align: middle;
}
/*Gnavi*/
#gnavi {
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
}
#gnavi.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  border-bottom: 1px solid #dbdcdc;
}
#gnavi .menu {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
#gnavi .menu > li {
  width: calc(100% / 6);
}
#gnavi .menu > li > a {
  font-family: 'NotoSansMonoCJKjp Regular';
  font-size: 15px;
  line-height: 1.4em;
  display: block;
  -webkit-transition: color 0.3s ease;
     -moz-transition: color 0.3s ease;
          transition: color 0.3s ease;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #3e3a39;
  border-right: 1px solid #dbdcdc;
}
#gnavi .menu > li:first-child > a {
  border-left: 1px solid #dbdcdc;
}
#gnavi .menu > li > a span {
  font-size: 12px;
  line-height: 1.2em;
  display: block;
  margin-top: 2px;
  color: #9e9e9f;
}
#gnavi .menu > li > a:hover {
  color: #9e9e9f;
}
#gnavi .menu > li:last-child > a:hover {
  color: #3e3a39;
}
/*Index*/
.js-link {
  cursor: pointer;
}
/*Mainvisual*/
#index #mainvisual {
  position: relative;
  height: 600px;
  border-bottom: 1px solid #bd9633;
  background: url(../images/idx_slider_bg.jpg) repeat-x;
  background-size: auto 100%;
}
/*.idx-slider .idx-slider01 {
	height: 600px;
	background: url(../images/idx_slider01.jpg) center 0 no-repeat;
	background-size: cover;
}
.idx-slider .idx-slider02 {
	height: 600px;
	background: url(../images/idx_slider01.jpg) center 0 no-repeat;
	background-size: cover;
}
.idx-slider .idx-slider03 {
	height: 600px;
	background: url(../images/idx_slider01.jpg) center 0 no-repeat;
	background-size: cover;
}*/
.idx-main-ctn {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 500px);
  width: 1000px;
  text-align: center;
}
.idx-main-ctn h2 {
  font-family: 'Noto Serif CJK Regular';
  font-size: 34px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  color: #ffffff;
  /* text-shadow: 0px 1px 4px rgba(187, 169, 134, 0.6), 1px 1px 4px rgba(187, 169, 134, 0.6), 1px 0px 4px rgba(187, 169, 134, 0.6), 0px 1px 8px rgba(0, 0, 0, 0.2), 1px 1px 8px rgba(0, 0, 0, 0.2), 1px 0px 8px rgba(0, 0, 0, 0.2); */
  text-shadow: 0 0 0.5em #bba986, 0 0 0.5em #bba986, 0 0 0.5em #bba986, 0 0 0.5em #bba986;
}
.idx-main-ctn .idx-main-txt {
  font-family: 'Noto Serif CJK Regular';
  font-size: 20px;
  margin: 0;
  letter-spacing: 0.1em;
  color: #ffffff;
  /* text-shadow: 0px 1px 4px rgba(187, 169, 134, 0.6), 1px 1px 4px rgba(187, 169, 134, 0.6), 1px 0px 4px rgba(187, 169, 134, 0.6), 0px 1px 8px rgba(0, 0, 0, 0.2), 1px 1px 8px rgba(0, 0, 0, 0.2), 1px 0px 8px rgba(0, 0, 0, 0.2); */
  text-shadow: 0 0 0.5em #bba986, 0 0 0.5em #bba986, 0 0 0.5em #bba986, 0 0 0.5em #bba986;
}
/*box01*/
.box01 {
  padding: 60px 0;
}
.box01 h3 {
  font-family: 'Noto Serif CJK Regular';
  font-size: 260%;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #bd9633;
}
#index .idx-h3-en {
  font-family: 'NotoSansMonoCJKjp Regular';
  font-size: 16px;
  display: block;
  margin-top: 15px;
  color: #9e9e9f;
}
.box01-items {
  display: flex;

  justify-content: space-between;
}
.box01-items dl {
  width: 168px;
}
.box01-items dl dt {
  position: relative;
}
.box01-img {
  line-height: 0;
  margin-bottom: 10px;
}
.box01-num {
  font-family: 'NotoSansCJKjp-Regular';
  font-size: 50px;
  line-height: 1em;
  position: absolute;
  top: -22px;
  left: 15px;
  margin: 0;
  opacity: 0.8;
  color: #ffb000;
}
.box01-ttl {
  font-family: 'NotoSansCJKjp-Regular';
  font-size: 120%;
  margin-bottom: 10px;
  text-align: center;
  color: #bd9633;
}
.box01-txt {
  margin: 0;
}
/*box02*/
.box02-layout {
  display: flex;
}
.box02-layout .box02-items {
  width: 50%;
  padding: 50px 0 60px;
}
.box02-l {
  text-align: right;
  background: url(../images/box02_bg01.jpg) 0 0 no-repeat;
  background-size: cover;
}
.box02-r {
  background: url(../images/box02_bg02.jpg) 0 0 no-repeat;
  background-size: cover;
}
.box02-l-ctn,
.box02-r-ctn {
  display: inline-block;
  width: 340px;
  text-align: center;
}
.box02-l .box02-l-ctn {
  margin-right: 50px;
}
.box02-r .box02-r-ctn {
  margin-left: 50px;
}
.box02-ttl {
  font-family: 'Noto Serif CJK Regular';
  font-size: 220%;
  margin-bottom: 15px;
  color: #bd9633;
}
.box02-txt {
  margin-bottom: 40px;
  text-align: left;
}
.idx-btn a {
  font-family: 'NotoSansMonoCJKjp Regular';
  font-size: 14px;
  display: inline-block;
  width: 220px;
  padding: 3px 0;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  color: #bd9633;
  border: 1px solid #bd9633;
}
.idx-btn a > span {
  position: relative;
  display: inline-block;
  padding-right: 12px;
}
.idx-btn a > span:after {
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  content: '';
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #bd9633;
  border-right: 1px solid #bd9633;
}
.idx-btn a:hover {
  background: #f2ead6;
}
.box02-btn {
  margin: 0;
}
/*box03*/
.box03 {
  padding: 60px 0 40px;
}
.box03 h3 {
  font-family: 'Noto Serif CJK Regular';
  font-size: 260%;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #bd9633;
}
.box03-items {
  display: flex;

  justify-content: space-between;
  flex-wrap: wrap;
}
.box03-items dl {
  display: flex;
  width: 300px;
  margin-bottom: 45px;
  cursor: pointer;

  justify-content: center;
  align-items: center;
}
.box03-items dl:hover dd {
  background-color: #ffffff;
  background-position: calc(100% - 5px) 5px, calc(100% - 5px) calc(100% - 5px);
}
.box03-items dl:hover dt {
  background-position: 5px 5px, 5px calc(100% - 5px);
}
.box03-items dl dt {
  display: flex;
  width: 130px;
  height: 180px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
  text-align: center;
  background-image: url(../images/idx_bg01.png), url(../images/idx_bg03.png);
  background-repeat: no-repeat;
  background-position: left top, left bottom;

  align-items: center;
  justify-content: center;
}
.box03-items dl dt img {
  width: 108px;
}
.box03-items dl dd {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 170px;
  height: 180px;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
  background-color: #f4f0e9;
  background-image: url(../images/idx_bg02.png), url(../images/idx_bg04.png);
  background-repeat: no-repeat;
  background-position: right top, right bottom;

  justify-content: center;
  align-items: flex-start;
}
.box03-ttl01 {
  font-family: 'NotoSansMonoCJKjp Regular';
  color: #717071;
}
.box03-ttl02 {
  font-family: 'Noto Serif CJK Regular';
  font-size: 140%;
  color: #bd9633;
}
/*box04*/
.box04 {
  padding: 70px 0;
  background: #f4f0e9;
}
.box04-layout {
  position: relative;
}
.box04-img {
  line-height: 0;
  margin: 0;
}
.box04-ctn {
  position: absolute;
  top: 50%;
  right: 0;
  box-sizing: border-box;
  width: 480px;
  padding: 30px 38px 40px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
  background-image: url(../images/idx_bg01.png), url(../images/idx_bg02.png), url(../images/idx_bg03.png),
  url(../images/idx_bg04.png);
  background-repeat: no-repeat;
  background-position: 10px 10px, calc(100% - 10px) 10px, 10px calc(100% - 10px), calc(100% - 10px) calc(100% - 10px);
}
.box04-ttl {
  font-family: 'Noto Serif CJK Regular';
  font-size: 220%;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #bd9633;
}
.box04-txt {
  margin-bottom: 25px;
}
.box04-btn {
  margin: 0;
  text-align: center;
}
/*box05*/
.box05 {
  padding: 60px 0;
}
.box05-layout {
  display: flex;

  justify-content: space-between;
}
.box05-items {
  position: relative;
  box-sizing: border-box;
  width: 470px;
  padding-top: 10px;
  padding-left: 20px;
  border-left: 1px solid #dbdcdc;
}
.box05-items:before {
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 40px;
  content: '';
  background: #bd9633;
}
.box05 h3 {
  font-family: 'Noto Serif CJK Regular';
  font-size: 220%;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  color: #bd9633;
}
.box05 h3 span {
  line-height: 0;
  display: inline-block;
  width: 24px;
  margin-top: -3px;
  margin-right: 15px;
  vertical-align: middle;
}
.box05-ctn {
  overflow: auto;
  height: 240px;
}
.box05-ctn li {
  box-sizing: border-box;
  padding: 14px 0;
  border-bottom: 1px solid #dbdcdc;
}
.box05-ctn .box05-date {
  display: block;
  color: #ffb000;
}
.box05-link a {
  text-decoration: none;
}
.box05-link a:hover {
  text-decoration: underline;
}

.box05.box05_cus h5 {
  font-family: 'Noto Serif CJK Regular';
  font-size: 220%;
  line-height: 1.15em;
  margin-bottom: 30px;
  color: #bd9633;
  text-align: center;
}

.box05.box05_cus .normal-frame {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px;
  border: 11px solid #f4f0e9;
  background: #ffffff;
  max-width: 670px;
}

.box05.box05_cus .normal-frame:before {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border: 1px solid transparent;
  top: 10px;
  left: 10px;
  border-top-color: #bd9633;
  border-left-color: #bd9633;
}

.box05.box05_cus .normal-frame:after {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border: 1px solid transparent;
  bottom: 10px;
  left: 10px;
  border-bottom-color: #bd9633;
  border-left-color: #bd9633;
}


/*box06*/
.box06 {
  padding: 60px 0;
  text-align: right;
  background: url(../images/box06_bg.jpg) center 0 no-repeat;
  background-size: cover;
}
.box06-ctn {
  display: inline-block;
  box-sizing: border-box;
  width: 680px;
  padding: 50px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../images/idx_bg01.png), url(../images/idx_bg02.png), url(../images/idx_bg03.png),
  url(../images/idx_bg04.png);
  background-repeat: no-repeat;
  background-position: 10px 10px, calc(100% - 10px) 10px, 10px calc(100% - 10px), calc(100% - 10px) calc(100% - 10px);
}
.box06-ctn h3 {
  font-family: 'Noto Serif CJK Regular';
  font-size: 220%;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
  color: #bd9633;
}
.box06-ctn p {
  margin-bottom: 27px;
}
.box06-ctn p:last-child {
  margin-bottom: 0;
}
/*footer*/
#footer {
  border-top: 1px solid #bd9633;
}
.footer-top {
  width: 1000px;
  margin: 0 auto;
  padding: 65px 0 40px;
}
.footer-access {
  width: 900px;
  margin: 0 auto;
  padding: 0 0 30px;
}
.f-access-ttl {
  text-align: center;
}
.f-access-items {
  display: flex;

  flex-wrap: wrap;
  justify-content: space-between;
}
.f-access-items li {
  margin-bottom: 15px;
}
.f-logo {
  margin-bottom: 35px;
  text-align: center;
}
.f-logo a {
  font-family: 'Noto Serif CJK Regular';
  font-size: 26px;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #bd9633;
}
.f-logo a span.en {
  font-family: 'NotoSansMonoCJKjp Regular';
  font-size: 16px;
  color: #9e9e9f;
}
.f-logo a span.space {
  display: inline-block;
  margin: 0 20px;
}
.f-address {
  margin-bottom: 6px;
  text-align: center;
}
.f-tel {
  margin-bottom: 22px;
  text-align: center;
}
.f-tel a {
  font-family: 'Noto Serif CJK Regular';
  font-size: 24px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #3e3a39;
}
.f-tel a span {
  line-height: 0;
  display: inline-block;
  width: 6px;
  margin-top: -5px;
  margin-right: 8px;
  vertical-align: middle;
}
.f-cal dt {
  margin-bottom: 15px;
  text-align: center;
}
.f-cal dt img {
  width: 540px;
}
.f-cal dd {
  text-align: center;
}
.f-cal dd span {
  line-height: 0;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}
.footer-bellow {
  /* display: flex; */
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 60px;
  border-top: 1px solid #f4f0e9;

  /* align-items: center;
  justify-content: space-between; */
}
.f-bnr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f-bnr li{
  width: 290px;
}
.f-bnr li:first-child {
  margin-bottom: 20px;
}
.f-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.f-menu li a {
  font-size: 13px;
  text-decoration: none;
  color: #3e3a39;
}
.f-menu li a:hover {
  color: #9e9e9f;
}
.footer-map {
  width: 100%;
  height: 385px;
}
.footer-map .gMap {
  width: 100%;
  height: 100%;
}
.f-copy {
  font-size: 12px;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  color: #3e3a39;
  border-top: 1px solid #bd9633;
}
/*Under*/
.under .section:last-child {
  margin-bottom: 0;
}
.under .section p {
  margin-bottom: 12px;
}
.under .section p:last-child {
  margin-bottom: 0;
}
.under .section p.image-l,
.under .section p.image-r {
  margin-bottom: 5px;
}
.under #main {
  width: 1000px;
  margin: 0 auto;
}
.under #mainvisual {
  height: 200px;
  margin-bottom: 60px;
  border-bottom: 1px solid #bd9633;
  background: url('../images/under-main_img01.jpg') center/cover no-repeat;
}
.under #content {
  float: right;
  width: 670px;
}
.under .navi {
  float: left;
  width: 290px;
}
.under .list-navi {
  margin-bottom: 20px;
}
.under .list-navi li {
  font-size: 14px;
  display: block;
}
.under .list-navi > li {
  margin-bottom: 20px;
}
.under .list-navi > li:last-child {
  margin-bottom: 0;
}
.under .navi-item > li {
  margin-bottom: 10px;
}
.under .navi-item > li:last-child {
  margin-bottom: 0;
}
.under .navi-item a {
  position: relative;
  display: block;
  text-decoration: none;
  letter-spacing: -5px;
}
.under .navi-item a:hover .navi-ttl dd:before {
  width: 100%;
}
.under .navi-item a:hover .navi-icon {
  opacity: 0.7;
}
.under .navi-item a > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.under .navi-item .navi-icon {
  width: 25%;
  text-align: center;
}
.under .navi-item .navi-icon img {
  width: 70px;
  margin: 0 auto;
}
.under .navi-item .navi-ttl {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: 75%;
  padding: 5px 12px;
  background: #f4f0e9;
}
.under .navi-item .navi-ttl dt {
  font-family: 'NotoSansMonoCJKjp Regular';
  font-size: 12px;
  color: #717071;
}
.under .navi-item .navi-ttl dd {
  font-family: 'Noto Serif CJK Regular';
  font-size: 15px;
  color: #bd9633;
}
.under .navi-item .navi-ttl dd:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  content: '';
  -webkit-transition: 0.5s ease;
     -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
       -o-transition: 0.5s ease;
          transition: 0.5s ease;
  opacity: 0.7;
  background: #ffffff;
}
.under .navi .navi-btn {
  font-size: 14px;
  margin-bottom: 10px;
}
.under .navi .navi-btn a {
  font-family: 'NotoSansMonoCJKjp Regular';
  font-size: 16px;
  position: relative;
  z-index: 0;
  display: block;
  box-sizing: border-box;
  padding: 18px;
  text-decoration: none;
  color: #bd9633;
  border: 1px solid #bd9633;
}
.under .navi .navi-btn a:after {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  content: '>';
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #bd9633;
}
.under .navi .navi-btn a:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  content: '';
  -webkit-transition: 0.5s ease;
     -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
       -o-transition: 0.5s ease;
          transition: 0.5s ease;
  opacity: 0.5;
  background: #bd9633;
}
.under .navi .navi-btn:hover,
.under .navi .navi-btn a:hover:after {
  color: #ffffff;
}
.under .navi .navi-btn a:hover:before {
  width: 100%;
}
.under .navi-item .navi-icon:before,
.under .navi-item .navi-icon:after,
.under .navi-item .navi-ttl:before,
.under .navi-item .navi-ttl:after {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
}
.under .navi-item .navi-icon:before {
  top: 0;
  left: 0;
  border-top: 1px solid #bb993c;
  border-left: 1px solid #bb993c;
}
.under .navi-item .navi-icon:after {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #bb993c;
  border-left: 1px solid #bb993c;
}
.under .navi-item .navi-ttl:before {
  top: 0;
  right: 0;
  border-top: 1px solid #bb993c;
  border-right: 1px solid #bb993c;
}
.under .navi-item .navi-ttl:after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #bb993c;
  border-bottom: 1px solid #bb993c;
}
.under #footer {
  margin-top: 50px;
}
.under h2 {
  font-family: 'Noto Serif CJK Regular';
  font-size: 340%;
  line-height: 1.2em;
  position: relative;
  top: 50%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  text-shadow: 0 0 0.2em #bba986, 0 0 0.2em #bba986, 0 0 0.2em #bba986, 0 0 0.2em #bba986;
}
.under h3 {
  font-family: 'Noto Serif CJK Regular';
  font-size: 260%;
  line-height: 1.2em;
  margin-bottom: 25px;
  color: #bd9633;
}
.under h4 {
  font-family: 'Noto Serif CJK Regular';
  font-size: 220%;
  line-height: 1.15em;
  margin-bottom: 20px;
  padding: 12px 20px;
  color: #bd9633;
  border-left: 2px solid #bd9633;
}
.under h5 {
  font-family: 'Noto Serif CJK Regular';
  font-size: 220%;
  line-height: 1.15em;
  margin-bottom: 30px;
  color: #bd9633;
}
.under h6 {
  font-family: 'Noto Serif CJK Regular';
  font-size: 200%;
  line-height: 1.25em;
  position: relative;
  margin-bottom: 20px;
  padding: 0 30px;
  color: #bd9633;
}
.under h6:before,
.under h6:after {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
}
.under h6:before {
  top: 6px;
  left: 0;
  border: 1px solid #ffffff;
  background: #bd9633;
}
.under h6:after {
  top: 11px;
  left: 5px;
  border: 1px solid #bd9633;
  background: #f4f0e9;
}
.under .resize-font h6:before {
  top: 11px;
}
.under .resize-font h6:after {
  top: 16px;
}
.under .unbreak-line {
  overflow: hidden;
}
.under .normal-frame {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 25px;
  padding: 30px;
  border: 11px solid #f4f0e9;
  background: #ffffff;
}
.under .normal-frame:before,
.under .normal-frame:after,
.under .inner-normalFrame:before,
.under .inner-normalFrame:after {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border: 1px solid transparent;
}
.under .normal-frame:before {
  top: 10px;
  left: 10px;
  border-top-color: #bd9633;
  border-left-color: #bd9633;
}
.under .normal-frame:after {
  bottom: 10px;
  left: 10px;
  border-bottom-color: #bd9633;
  border-left-color: #bd9633;
}
.under .inner-normalFrame:before {
  top: 10px;
  right: 10px;
  border-top-color: #bd9633;
  border-right-color: #bd9633;
}
.under .inner-normalFrame:after {
  right: 10px;
  bottom: 10px;
  border-right-color: #bd9633;
  border-bottom-color: #bd9633;
}
.under .normal-frame:last-child {
  margin-bottom: 0;
}
.under .section + * .normal-frame,
.under .section * + .normal-frame {
  margin-top: 55px;
}
.under-list {
  margin-bottom: 30px;
}
.under-list:last-child {
  margin-bottom: 0;
}
.under-list li {
  line-height: 1.8em;
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}
.under-list li:before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  content: '';
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #bd9633;
  border-right: 2px solid #bd9633;
}
.under-list.check-list li {
  padding-left: 30px;
}
.under-list.check-list li:before {
  top: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  border: none;
  background: url('../images/icon_check.png') center/contain no-repeat;
}
.under .normal-list {
  margin-bottom: 30px;
}
.under .normal-list:last-child {
  margin-bottom: 0;
}
.under .normal-list li {
  margin-bottom: 10px;
}
.under .normal-list li:last-child {
  margin-bottom: 0;
}
.under-tbl {
  margin-bottom: 30px;
}
.under-tbl:last-child {
  margin-bottom: 0;
}
.under-tbl tr {
  border: 1px solid #ffffff;
}
.under-tbl th,
.under-tbl td {
  border: 1px solid #ffffff;
}
.under-tbl th {
  font-family: 'Noto Serif CJK Regular';
  font-size: 160%;
  color: #ffffff;
  background: #bd9633;
}
.under-tbl th h4 {
  font-size: 140%;
  margin-bottom: 0;
  color: #ffffff;
}
.under-tbl td {
  color: #717071;
  background: #f4f0e9;
}
.under-tbl td h4 {
  font-size: 140%;
  margin-bottom: 0;
}
.under-tbl th h5 {
  font-size: 160%;
  margin-bottom: 0;
  color: #ffffff;
}
.under-tbl td h5 {
  font-size: 160%;
}
.under-tbl td h6 {
  font-size: 140%;
}
.under-tbl .v-top,
.under-tbl tr .v-top {
  vertical-align: top;
}
.under-tbl .gMap {
  width: 100%;
  height: 250px;
}
.ab-tbl {
  width: 100%;
  margin-bottom: 30px;
}
.ab-tbl:last-child {
  margin-bottom: 0;
}
.ab-tbl th {
  font-family: 'Noto Serif CJK Regular';
  color: #717071;
}
.ab-tbl th:nth-child(1) {
  background: #dae1f2;
}
.ab-tbl th:nth-child(2) {
  background: #fae5d6;
}
.ab-tbl tr td,
.ab-tbl tr {
  border-bottom: none;
}
.ab-tbl tr:last-child td,
.ab-tbl tr:last-child {
  border-bottom: 1px solid #e1e1e0;
}
.ab-tbl tr:nth-child(1n + 2) td {
  border-top: none;
}
.under-frame {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  padding: 15px 30px;
  border: 10px solid #f4f0e9;
  background: url('../images/frame_bg01.png') center/cover no-repeat;
}
.under-frame:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  content: '';
  background: rgba(255, 255, 255, 0.5);
}
.under-frame:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 30px solid transparent;
  border-top-color: #f4f0e9;
  border-right-color: #f4f0e9;
}
.under-frame p.frame-ttl {
  font-family: 'Noto Serif CJK Regular';
  font-size: 220%;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: #ffffff;
  text-shadow: 0 0 0.2em #bba986, 0 0 0.2em #bba986, 0 0 0.2em #bba986, 0 0 0.2em #bba986;
}
.under .qa-box {
  margin-bottom: 20px;
}
.under .qa-box:last-child {
  margin-bottom: 0;
}
.under .qa-box dt {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 15px 30px 15px 60px;
  background: url(../images/idx_bg01.png) left top no-repeat, url(../images/idx_bg03.png) left bottom no-repeat,
  url(../images/idx_bg02.png) right top no-repeat, url(../images/idx_bg04.png) right bottom no-repeat;
}
.under .qa-box dt:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  content: '';
  opacity: 0.5;
  background: #ffb000;
}
.under .qa-box .quest-icon {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 23px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
}
.under .qa-box .quest-ttl {
  font-family: 'Noto Serif CJK Regular';
  font-size: 140%;
  color: #717071;
}
.under .qa-box dd {
  position: relative;
  z-index: 0;
  margin-top: -1px;
  padding: 30px 30px 30px 60px;
  background: url(../images/idx_bg01.png) left top no-repeat, url(../images/idx_bg03.png) left bottom no-repeat,
  url(../images/idx_bg02.png) right top no-repeat, url(../images/idx_bg04.png) right bottom no-repeat;
}
.under .qa-box dd:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  content: '';
  background: #f4f0e9;
}
.under .qa-box .ans-icon {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 31px;
  left: 23px;
  color: #bba986;
}
.under-step {
  position: relative;
  display:         flex;
  display: -webkit-flex;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 10px;
  background: #f4f0e9;

  justify-content: space-between;
}
.under-step > * {
  display:         flex;
  display: -webkit-flex;
}
.under-step dt {
  width: 39%;

  align-items: center;
}
.under-step dd {
  box-sizing: border-box;
  width: 60%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
}
.under-step dt img {
  width: 100%;
}
.under-step:after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
  display: block;
  content: '';
  border-top: 10px solid #bba986;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.under-step:last-child:after {
  display: none;
}
.under .banner-group {
  display:         flex;
  display: -webkit-flex;
  margin-bottom: 30px;

  justify-content: space-between;
}
.under .banner-group:last-child {
  margin-bottom: 0;
}
.under .banner-group .two-col {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: 48%;
}
.under .banner-group .once-col {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
}
.under .banner-group .two-col a,
.under .banner-group .once-col a {
  font-family: 'Noto Serif CJK Regular';
  font-size: 16px;
  position: relative;
  z-index: 0;
  display:         flex;
  display: -webkit-flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 0.2em #ffffff, 0 0 0.2em #ffffff, 0 0 0.2em #ffffff, 0 0 0.2em #ffffff;

  justify-content: center;
  align-items: center;
}
.under .banner-group .once-col a {
  font-size: 18px;
}
.under .banner-group .two-col a.access-bnr {
  background: url('../images/access_banner01.jpg') center/cover no-repeat;
}
.under .banner-group .two-col a.concept-bnr {
  background: url('../images/concept_banner01.jpg') center/cover no-repeat;
}
.under .banner-group .two-col a.staff-bnr {
  background: url('../images/staff_banner01.jpg') center/cover no-repeat;
}
.under .banner-group .once-col a.ortho-bnr {
  padding: 40px 30px;
  background: url('../images/ortho_banner01.jpg') center/cover no-repeat;
}
.under .banner-group .once-col a.maintenance-bnr {
  background: url('../images/maintenance_banner01.jpg') center/cover no-repeat;
}
.under .banner-group .once-col a.maintenance-bnr01 {
  background: url('../images/maintenance_banner02.jpg') center/cover no-repeat;
}
.under .banner-group .once-col a.maintenance-bnr02 {
  background: url('../images/maintenance_banner03.jpg') center/cover no-repeat;
}
.under .banner-group .once-col a.revervation-bnr {
  background: url('../images/revervation_banner01.jpg') center/cover no-repeat;
}
.under .banner-group .two-col span:before,
.under .banner-group .once-col span:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  content: '';
  opacity: 0.7;
  background: #ffffff;
}
.under .banner-group .two-col a:hover,
.under .banner-group .once-col a:hover {
  opacity: 0.8;
}
.under .banner-group .two-col a[href^='http']:hover,
.under .banner-group .once-col a[href^='http']:hover {
  opacity: 1;
}
.under .banner-group .two-col:before,
.under .banner-group .two-col:after,
.under .banner-group .two-col a:before,
.under .banner-group .two-col a:after {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
}
.under .banner-group .once-col:before,
.under .banner-group .once-col:after,
.under .banner-group .once-col a:before,
.under .banner-group .once-col a:after {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  content: '';
}
.under .banner-group .two-col:before,
.under .banner-group .once-col:before {
  z-index: 1;
  top: 10px;
  left: 10px;
  border-top: 1px solid #bd9633;
  border-left: 1px solid #bd9633;
}
.under .banner-group .two-col:after,
.under .banner-group .once-col:after {
  z-index: 1;
  bottom: 10px;
  left: 10px;
  border-bottom: 1px solid #bd9633;
  border-left: 1px solid #bd9633;
}
.under .banner-group .two-col a:before,
.under .banner-group .once-col a:before {
  top: 10px;
  right: 10px;
  border-top: 1px solid #bd9633;
  border-right: 1px solid #bd9633;
}
.under .banner-group .two-col a:after,
.under .banner-group .once-col a:after {
  right: 10px;
  bottom: 10px;
  border-right: 1px solid #bd9633;
  border-bottom: 1px solid #bd9633;
}
.under .img-caption {
  font-family: 'Noto Serif CJK Regular';
  display: block;
  margin-top: 5px;
  text-align: center;
  color: #bd9633;
}
.under-anchorBtn {
  display:         flex;
  display: -webkit-flex;

  flex-wrap: wrap;
  justify-content: space-between;
}
.under-anchorBtn.five-items li {
  display:         flex;
  display: -webkit-flex;
  width: 19%;
}
.under-anchorBtn.four-items li {
  display:         flex;
  display: -webkit-flex;
  width: 24%;
}
.under-anchorBtn a {
  position: relative;
  display:         flex;
  display: -webkit-flex;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0 15px;
  text-align: center;
  text-decoration: none;
  color: #bd9633;
  border: 1px solid #bd9633;

  justify-content: center;
  align-items: center;
}
.under-anchorBtn a:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  content: '';
  -webkit-transition: 0.3s ease;
     -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
       -o-transition: 0.3s ease;
          transition: 0.3s ease;
  opacity: 0.5;
  background: #bd9633;
}
.under-anchorBtn a:after {
  position: absolute;
  bottom: 8px;
  left: calc(50% - 5px);
  content: '';
  border-top: 5px solid #bd9633;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.under-anchorBtn a:hover:after {
  border-top: 5px solid #ffffff;
}
.under-anchorBtn a:hover:before {
  z-index: -1;
  width: 100%;
}
.under-anchorBtn a:hover {
  color: #ffffff;
}
.under .inlineBlock {
  float: left;
  width: 300px;
  margin: 0 10px 10px 0;
}
.under .text-indent {
  padding-left: 20px;
  text-indent: -18px;
}
.pager {
  overflow: hidden;
  margin: 20px auto;
  text-align: center;
}
.pager li,
.pagi li {
  font-size: 13px;
  display: inline-block;
  margin: 1px;
}
.pager li a,
.pagi li a {
  padding: 2px 10px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 1px;
  background: #bbbbbb;
}
.pager li a:hover,
.pager li.active a {
  background: #f4c63d;
}
.pager li.disabled {
  display: none;
}
.topic-path {
  font-size: 12px;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 20px;
  text-align: right;
}
.topic-path li {
  font-size: 12px;
  display: inline-block;
}
.topic-path li a {
  font-size: 12px;
  position: relative;
  padding: 0 25px 0 0;
  text-decoration: none;
  color: #bd9633;
}
.topic-path li a:hover {
  text-decoration: underline;
}
.topic-path li a:after {
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  content: '>';
  transform: translateY(-50%);
  color: #666666;
}
.topic-path li a:hover {
  text-decoration: underline;
}
/*Overnote*/
.cate-list {
  display: flex;

  flex-wrap: wrap;
}
.cate-list li {
  line-height: 14px;
  width: 210px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.cate-list li:nth-child(3n) {
  margin-right: 0;
}
.blog-top {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}
.cate-list li img {
  position: relative;
  top: 50%;
  left: 50%;
  max-height: 160px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cate-list a:hover img {
  opacity: 0.8;
}
.cate-list .cate-ttl {
  font-size: 12px;
  line-height: 1.4em;
  display: inline-block;
  margin-right: 5px;
  padding: 3px 13px 2px;
  color: #ffffff;
}
.cate-list .cate-release {
  font-size: 13px;
}
.cate-list .post-ttl {
  margin: 0;
}
.cate-list .post-ttl a {
  font-family: 'NotoSansCJKjp-Regular';
  display: inline-block;
  overflow: hidden;
  width: 90%;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  color: #d1921d;
}
.cate-list .post-ttl a:hover {
  text-decoration: underline;
}
.cate-list .image-center {
  position: relative;
  height: 160px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #f1f1f1;
}
.cate-list .rm-btn a {
  float: right;
  margin-top: 20px;
  text-decoration: none;
  color: #f6a000;
}
.cates-nav {
  display:         flex;
  display: -webkit-flex;
  margin-bottom: 50px;
  padding: 0 150px;
  text-align: center;

  flex-wrap: wrap;
  justify-content: space-between;
}
.cates-nav li {
  font-size: 16px;
  width: 48%;
  margin-bottom: 15px;
}
.cates-nav li a {
  font-family: 'Noto Serif CJK Regular';
  font-size: 16px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  color: #ffffff;
}
.cates-nav li a:hover {
  opacity: 0.7;
}
.cate-list .rm-btn a:hover {
  text-decoration: underline;
}
.cate-detail,
.back-btn {
  font-size: 14px;
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
  color: #f6a000;
  border: 1px solid #f6a000;
  background: #ffffff;
}
.cate-detail {
  position: relative;
  left: 50%;
  margin-bottom: 20px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  border: 1px solid #ffb450;
  background: #f6a000;
}
.cate_01 {
  background: #bd9633;
}
.cate_02 {
  background: #3698c9;
}
.back-btn {
  display: inline-block;
  text-decoration: none;
}
.back-btn:hover {
  color: #ffffff;
  background: #ffb450;
}
.cate-detail:hover {
  color: #ffb450;
  background: #ffffff;
}
.img-thumnail {
  display: flex;
  text-align: center;
  letter-spacing: 10px;

  justify-content: center;
}
.img-thumnail a {
  line-height: 0;
  position: relative;
  width: 32%;
  height: 180px;
  margin-right: 2%;
  background: #eeeeee;
}
.img-thumnail a:last-child {
  margin-right: 0;
}
.img-thumnail a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.main-img {
  text-align: center;
}
.main-img img {
  max-height: 400px;
}
.main-img a:hover img,
.img-thumnail a:hover img {
  opacity: 0.8;
}
.under .section .under-ttl,
.under-ttl {
  font-family: 'NotoSansMonoCJKjp Regular';
  line-height: 1.4em;
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.under-ttl:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  content: '';
  background: #bd9633;
}
.under-fix-ie img {
  width: 100%;
}
.general-switch-btn {
  display: flex;

  justify-content: space-between;
  flex-wrap: wrap;
}
.general-switch-btn li {
  font-weight: bold;
  box-sizing: border-box;
  width: calc(20% - 2px);
  padding: 15px 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
     -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
       -o-transition: 0.3s ease;
          transition: 0.3s ease;
  text-align: center;
  color: #bd9633;
  background-color: #f4f0e9;
  background-image: url(../images/idx_bg01.png), url(../images/idx_bg02.png), url(../images/idx_bg03.png),
  url(../images/idx_bg04.png);
  background-repeat: no-repeat;
  background-position: 2px 2px, calc(100% - 2px) 2px, 2px calc(100% - 2px), calc(100% - 2px) calc(100% - 2px);
}
.general-switch-btn li:hover {
  background-position: 5px 5px, calc(100% - 5px) 5px, 5px calc(100% - 5px), calc(100% - 5px) calc(100% - 5px);
}
.general-cell {
  display: none;
}
.general-cell.active {
  display: table-row;
}
.access-border01 {
  margin-bottom: 30px;
  padding: 10px 10px 0 10px;
  border: 3px solid #feb147;
  background: #fff7eb;
}
.access-border02 {
  margin-bottom: 30px;
  padding: 10px 10px 0 10px;
  border: 3px solid #e2bf4b;
  background: #fef8e5;
}
.access-border03 {
  margin-bottom: 30px;
  padding: 10px 10px 0 10px;
  border: 3px solid #a1db63;
  background: #f6feee;
}
.access-border04 {
  margin-bottom: 30px;
  padding: 10px 10px 0 10px;
  border: 3px solid #f0ad9d;
  background: #fdf3f1;
}
.access-border05 {
  margin-bottom: 30px;
  padding: 10px 10px 0 10px;
  border: 3px solid #cab3e7;
  background: #fbf7ff;
}
.access-border06 {
  margin-bottom: 30px;
  padding: 10px 10px 0 10px;
  border: 3px solid #ff7802;
  background: #fdf8f4;
}
.under .access-anchorLink {
  display: flex;
  margin-bottom: 20px;

  flex-wrap: wrap;
}
.under .access-anchorLink li {
  position: relative;
  z-index: 0;
  width: 30%;
  margin-right: 4%;
  margin-bottom: 10px;
}
.under .access-anchorLink span i {
  line-height: 0;
  display: inline-block;
  width: 18px;
  margin-top: -3px;
  margin-right: 8px;
  vertical-align: middle;
}
.under .access-anchorLink span:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  content: '';
  background: #f4f0e9;
}
.under .access-anchorLink li:nth-child(3n) {
  margin-right: 0;
}
.under .access-anchorLink li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: '';
  border-top: 1px solid #bd9633;
  border-left: 1px solid #bd9633;
}
.under .access-anchorLink li:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: '';
  border-top: 1px solid #bd9633;
  border-right: 1px solid #bd9633;
}
.under .access-anchorLink .branch-01:before,
.under .access-anchorLink .branch-01:after,
.under .access-anchorLink .branch-01 a:before,
.under .access-anchorLink .branch-01 a:after {
  border-color: #feb147;
}
.under .access-anchorLink .branch-01 span:before {
  background: #fff7eb;
}
.under .access-anchorLink .branch-02:before,
.under .access-anchorLink .branch-02:after,
.under .access-anchorLink .branch-02 a:before,
.under .access-anchorLink .branch-02 a:after {
  border-color: #e2bf4b;
}
.under .access-anchorLink .branch-02 span:before {
  background: #fef8e5;
}
.under .access-anchorLink .branch-03:before,
.under .access-anchorLink .branch-03:after,
.under .access-anchorLink .branch-03 a:before,
.under .access-anchorLink .branch-03 a:after {
  border-color: #a1db63;
}
.under .access-anchorLink .branch-03 span:before {
  background: #f6feee;
}
.under .access-anchorLink .branch-04:before,
.under .access-anchorLink .branch-04:after,
.under .access-anchorLink .branch-04 a:before,
.under .access-anchorLink .branch-04 a:after {
  border-color: #f0ad9d;
}
.under .access-anchorLink .branch-04 span:before {
  background: #fdf3f1;
}
.under .access-anchorLink .branch-05:before,
.under .access-anchorLink .branch-05:after,
.under .access-anchorLink .branch-05 a:before,
.under .access-anchorLink .branch-05 a:after {
  border-color: #cab3e7;
}
.under .access-anchorLink .branch-05 span:before {
  background: #fbf7ff;
}
.under .access-anchorLink .branch-06:before,
.under .access-anchorLink .branch-06:after,
.under .access-anchorLink .branch-06 a:before,
.under .access-anchorLink .branch-06 a:after {
  border-color: #ff7802;
}
.under .access-anchorLink .branch-06 span:before {
  background: #fdf8f4;
}
.under .access-anchorLink .branch-07:before,
.under .access-anchorLink .branch-07:after,
.under .access-anchorLink .branch-07 a:before,
.under .access-anchorLink .branch-07 a:after {
  border-color: #b97a57;
}
.under .access-anchorLink .branch-07 span:before {
  background: #f3e5dd;
}
.under .access-anchorLink a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #bd9633;
}
.under .access-anchorLink a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: '';
  border-bottom: 1px solid #bd9633;
  border-left: 1px solid #bd9633;
}
.under .access-anchorLink a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: '';
  border-right: 1px solid #bd9633;
  border-bottom: 1px solid #bd9633;
}
.under .access-anchorLink li:before,
.under .access-anchorLink li:after,
.under .access-anchorLink a:after,
.under .access-anchorLink a:before {
  z-index: -1;
  -webkit-transition: 0.5s ease;
     -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
       -o-transition: 0.5s ease;
          transition: 0.5s ease;
}
.under .access-anchorLink li:hover {
  opacity: 0.8;
}
.under .access-anchorLink li:hover:before,
.under .access-anchorLink li:hover:after,
.under .access-anchorLink li:hover a:before,
.under .access-anchorLink li:hover a:after {
  width: 90%;
  height: 90%;
}
.under-ttl01 {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 10px;
}
.access-map-layout {
  position: relative;
}
.access-map-layout a {
  position: absolute;
  width: 192px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.access-map-layout a:hover {
  opacity: 0.7;
}
.access-map-layout a.map-pos01 {
  top: 422px;
  right: 98px;
}
.access-map-layout a.map-pos02 {
  top: 204px;
  right: 70px;
}
.access-map-layout a.map-pos03 {
  top: 350px;
  right: 70px;
}
.access-map-layout a.map-pos04 {
  top: 580px;
  right: 350px;
}
.access-map-layout a.map-pos05 {
  top: 262px;
  right: 130px;
}
.access-map-layout a.map-pos06 {
  top: 26px;
  right: 343px;
}
.access-map-layout a.map-pos07 {
  top: 92px;
  right: 70px;
}
.top_bnr img:hover {
  opacity: 0.8;
}

.recruite-bnr {
  font-family: 'Noto Serif CJK Regular';
  margin-bottom: 25px;
  padding: 18px;
  border: 2px solid #bd9633;
}

.recruite-bnr a{
  text-decoration: none;
}

.recruite-bnr :hover{
  opacity: 0.7;
}

.recruite-bnr p {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
  color: #bd9633;
}

.recruite-bnr span {
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .recruite-bnr p {
    font-size: 40px;
  }
  .recruite-bnr span {
    font-size: 12px;
  }
}

#accordion-trigger {
  position: relative;
  display: table;
  margin: 0 auto 30px;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
  transition: 0.3s;
  background-color: #bd9633;
}

#accordion-trigger::before {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.3s;
}

#accordion-trigger:hover {
  opacity: 0.8;
}

#accordion-trigger.active::before {
  transform: rotate(-45deg);
  bottom: -6px;
}

#accordion-trigger p {
  font-family: 'Noto Serif CJK Regular';
  font-size: 20px;
  line-height: 1;
  margin: 0;
  text-align: center;
  color: #ffffff;
}

#accordion-target {
  display: none;
  padding-bottom: 60px;
}





.modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  display: none;
	align-items: center;
justify-content: center;
}
.modal.active {
  opacity: 1;
  display: flex;
}
.modal_inner {	
  /*position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;*/
  max-width: 800px;
  height: 90%;
  overflow-y: auto;
  background: #fff;
}
.modal_box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;	
  padding: 40px;
  cursor: pointer;
  background-color: #ffffff;
  margin: auto;
  text-align: left;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
  	
}
.modal_box::before, .modal_box::after {
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
  width: 2px;
  height: 24px;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: red;
}
.modal_box::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal_box p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.modal_box img {
  max-width: 100%;
}
.modal_box ul {
  margin: 0 0 20px;
  padding: 0;
}
.modal_box li {  
  margin: 0 0 5px 10px;
	padding-left: 10px;
  font-size: 15px;
	line-height: 1.4;
	position: relative;
}

/*.modal_box li:before {
	position: absolute;
	top:3px;
	left: 0;
	content: "●";
	display: block;
	color: #2885c5;
	font-size: 10px;
}*/

.txt_right {
  text-align: right;
}
.txt_red {
  color: red;
}
.modal_box .maintitle {
  font-size: 24px;
	text-align: center;
	font-weight: bold;
	color:#bd9633;
}
.modal_box .title {
	font-size: 20px;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	font-weight: bold;
}
.modal_box .last{

    width: 490px;
    text-align: right;
    float: right;
	margin-bottom: 40px !important;

}

.span_red span {
	color: #bd9633;
}

@media screen and (max-width:640px) {
	
	.box_alert .modal_box {
		padding: 20px 0;
	}
	
	.modal_box .last {
		width: 100%;
		float: none;
		padding-bottom: 40px !important;
		margin-bottom: 40px !important;
	}
	
	.modal_box p.maintitle{
		font-size: 16px !important;
	}
	
	.modal_box {
		padding: 20px;
	}
	
	.modal_inner {
		margin: 0;
	}
	
	.modal_box p {
		font-size: 13px !important;
	}
	
	.break_sp {
		display: block;
		text-align: right
	}
	
	.modal_box {
		padding: 40px 15px 15px 15px;
	}	
	
	.modal_box li {
		padding-left: 0;
	}
	
}


.btn_corona {
	background: #fff;
	padding-bottom: 15px;
}
.btn_corona a{
	background: url("../images/ar_bnr.png") no-repeat center left 120px ,#1785fe;
	display: block;
	width: 100%;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}

.btn_corona a:hover{
	opacity: .8;
}


.a_link {
	color:#1785fe;
	text-decoration: underline;
}

.link-btn a {
  font-family: 'NotoSansMonoCJKjp Regular';
  font-size: 14px;
  display: inline-block;
  width: 460px;
  padding: 3px 0;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  color: #bd9633;
  border: 1px solid #bd9633;
	margin-top: 15px;
}
.link-btn a > span {
  position: relative;
  display: inline-block;
  padding-right: 12px;
}
.link-btn a > span:after {
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  content: '';
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #bd9633;
  border-right: 1px solid #bd9633;
}
.link-btn a:hover {
  background: #f2ead6;
}
.youtube_box {
	max-width: 650px;
    margin: 0 auto 50px;
	box-sizing: content-box;
}
.youtube {
	position: relative;
	padding-bottom: calc(315 / 560 * 100%);
	max-width: 650px;
	margin: 0 auto;
}
.youtube.youtube_cus {
  padding-bottom: 0;
}
.youtube iframe {
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
}
.banner-line {
	position: fixed;
	z-index: 1000;
	right: 20px;
	/*top: 110px;*/
	top: 150px;
	margin-bottom: 0;
}
.banner-line a img {
	width: 420px;
}
.arrow_box {
	position: fixed;
    z-index: 1001;
    right: 40px;
    top: 100px;
    /*width:300px;*/
    background:#06C755;
    padding:10px 20px;
    text-align:center;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
    border-radius:40px;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(6, 199, 85, 0);
    border-top-width:14px;
    border-bottom-width:14px;
    border-left-width:11px;
    border-right-width:11px;
    margin-left: -11px;
    border-top-color:#06C755;
    top:100%;
    left:50%;
}
