@charset "UTF-8";
/* -------------------------------
 * google font
 * -------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:600&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lora&display=swap");
.ja {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.en {
  font-family: 'Lora', serif;
  font-weight: 400;
}

.telphone {
  font-family: 'Lora', serif;
  font-weight: 400;
  line-height: 1.333;
}
.telphone small {
  font-size: 0.75em;
}

/* -------------------------------
	default
-------------------------------- */
/* IE スクロールバーを外側へ */
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
@viewport {
  width: device-width;
  initial-scale: 1;
}
body {
  letter-spacing: 0.05em;
  margin-top: 60px;
}

@media print, screen and (min-width: 768px) {
  body {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: calc(26px + 19 * (100vw - 320px) / 880);
  }

  h2, .h2 {
    font-size: calc(24px + 16 * (100vw - 320px) / 880);
  }

  h3, .h3 {
    font-size: calc(22px + 11 * (100vw - 320px) / 880);
  }

  h4, .h4 {
    font-size: calc(20px + 6 * (100vw - 320px) / 880);
  }

  h5, .h5 {
    font-size: calc(18px + 4 * (100vw - 320px) / 880);
  }

  h6, .h6 {
    font-size: calc(16px + 2 * (100vw - 320px) / 880);
  }

  .fs_lg_20 {
    font-size: calc(16px + 4 * (100vw - 320px) / 880);
  }

  .fs_lg_22 {
    font-size: calc(16px + 6 * (100vw - 320px) / 880);
  }

  .fs_lg_40 {
    font-size: calc(20px + 20 * (100vw - 320px) / 880);
  }
}
/* ----- row ----- */
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > [class^="col-"], .row-10 > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > [class^="col-"], .row-20 > [class*=" col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row-inbk {
  letter-spacing: -.4em;
}
.row-inbk * {
  letter-spacing: 0.05em;
}
.row-inbk > [class^="col-"], .row-inbk > [class*=" col-"] {
  display: inline-block;
  vertical-align: top;
}

/* -------------------------------
	form
-------------------------------- */
/* form */
input[type="text"], input[type="tel"], input[type="password"], textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 0px;
  vertical-align: middle;
}
input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaa;
  font-size: 14px;
}
input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
  font-size: 14px;
}
input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
  font-size: 14px;
}

input:focus[type="text"], input:focus[type="tel"], input:focus[type="password"], textarea:focus {
  padding: 5px;
  border: 1px solid #969696;
  background-color: #FFFFF7;
  outline: none;
}

input[type="radio"], input[type="checkbox"] {
  position: relative;
  top: 2px;
}

select {
  padding: 5px 10px;
}

button {
  outline: none;
}
button:hover, button:focus {
  outline: none;
}

/* ラジオボタン */
.label-radio {
  cursor: pointer;
  color: #111;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.label-radio input[type="radio"] {
  display: none;
}
.label-radio .lever:before {
  content: '';
  border: 1px solid #957A68;
  width: 0.9em;
  height: 0.9em;
  margin-right: 5px;
  top: -0.1em;
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
  position: relative;
  -moz-transition: all 800ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition: all 800ms cubic-bezier(1, 0, 0, 1);
  transition: all 800ms cubic-bezier(1, 0, 0, 1);
}
.label-radio .lever:after {
  content: '';
  opacity: 0;
  position: absolute;
  left: 0.25em;
  top: 0px;
  width: 0.5em;
  height: 0.75em;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  transform: rotate(-200deg);
  -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
}
.label-radio input[type="radio"]:checked + .lever:after {
  opacity: 1;
  position: absolute;
  left: 0.25em;
  top: 0.25em;
  width: 0.5em;
  height: 0.75em;
  border-right: 2px solid #392f28;
  border-bottom: 2px solid #392f28;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

/* チェックボックス */
.label-checkbox {
  cursor: pointer;
  color: #111;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  margin: 3px 20px 3px 0px;
}
.label-checkbox input[type="checkbox"] {
  display: none;
}
.label-checkbox .lever:before {
  content: '';
  border: 1px solid #aaa;
  width: 1.2em;
  height: 1.2em;
  margin-right: 5px;
  top: -0.1em;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0px;
  position: relative;
  -moz-transition: all 800ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition: all 800ms cubic-bezier(1, 0, 0, 1);
  transition: all 800ms cubic-bezier(1, 0, 0, 1);
}
.label-checkbox .lever:after {
  content: '';
  opacity: 0;
  position: absolute;
  left: 0.5em;
  top: 0px;
  width: 0.65em;
  height: 1.25em;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  -moz-transform: rotate(-200deg);
  -ms-transform: rotate(-200deg);
  -webkit-transform: rotate(-200deg);
  transform: rotate(-200deg);
  -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
}
.label-checkbox input[type="checkbox"]:checked + .lever:after {
  opacity: 1;
  position: absolute;
  left: 0.5em;
  top: -.2em;
  width: 0.65em;
  height: 1.25em;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

/* -------------------------------
	header
-------------------------------- */
#header {
  width: 100%;
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
}
#header .container {
  padding: 0;
}
#header .container .logo {
  padding: 10px 0 10px 15px;
  background-color: #fff;
}
#header .container .logo h1 {
  font-size: 15px;
  line-height: normal;
  margin: 0;
}
#header .container .logo img {
  width: auto;
  height: 40px;
}
@media print, screen and (min-width: 768px) {
  #header {
    height: 100px;
    padding: 0;
    overflow: hidden;
  }
  #header .container {
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  #header .container .logo {
    -webkit-flex: 0 0 126px;
    flex: 0 0 126px;
    max-width: 126px;
    padding: 0;
  }
  #header .container .logo img {
    width: 100%;
    height: auto;
  }
  #header .container #head-navi {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

#head-navi {
  width: 100%;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #efefef;
  z-index: -1;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
#head-navi .head_nav_a ul, #head-navi .head_nav_b ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#head-navi .head_nav_a ul > li > a, #head-navi .head_nav_b ul > li > a {
  color: #3e453f;
  font-size: 14px;
  line-height: 1.85;
  text-decoration: none;
  display: block;
  padding: 0.5em 1em 0.5em 1.5em;
  position: relative;
}
#head-navi .head_nav_a ul > li > a:before, #head-navi .head_nav_b ul > li > a:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -.5em;
}
#head-navi .head_nav_a ul > li > a:hover, #head-navi .head_nav_a ul > li.active > a, #head-navi .head_nav_b ul > li > a:hover, #head-navi .head_nav_b ul > li.active > a {
  background-color: #ccc;
}
.side-open #head-navi {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media print, screen and (min-width: 768px) {
  #head-navi {
    position: static;
    padding: 0;
    z-index: 1;
    background-color: #fff;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #head-navi .head_nav_a > ul, #head-navi .head_nav_b > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  #head-navi .head_nav_a > ul > li > a, #head-navi .head_nav_b > ul > li > a {
    padding: 0;
  }
  #head-navi .head_nav_a > ul > li > a:hover, #head-navi .head_nav_a > ul > li.active > a, #head-navi .head_nav_b > ul > li > a:hover, #head-navi .head_nav_b > ul > li.active > a {
    background-color: inherit;
  }
  #head-navi .head_nav_a {
    padding-left: 35px;
  }
  #head-navi .head_nav_a > ul > li + li {
    border-left: solid 1px #508161;
  }
  #head-navi .head_nav_a > ul > li > a {
    color: #fff;
    padding: 0.5em 1.5em 0.5em 2em;
    background-color: #085723;
  }
  #head-navi .head_nav_a > ul > li > a:before {
    left: 1em;
  }
  #head-navi .head_nav_a > ul > li.active > a, #head-navi .head_nav_a > ul > li > a:hover {
    background-color: #053A17;
  }
  #head-navi .head_nav_b {
    padding-left: 35px;
  }
  #head-navi .head_nav_b > ul {
    margin: 10px -1em;
  }
  #head-navi .head_nav_b > ul > li {
    padding: 0 1em;
  }
  #head-navi .head_nav_b > ul > li > a:before {
    display: none;
  }
  #head-navi .head_nav_b > ul > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    background-color: #3d443f;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
  }
  #head-navi .head_nav_b > ul > li a:hover:after, #head-navi .head_nav_b > ul > li.active > a:after {
    transform: scaleX(1);
    visibility: visible;
  }
}
@media print, screen and (min-width: 992px) {
  #head-navi .head_nav_a > ul > li > a, #head-navi .head_nav_b > ul > li > a {
    font-size: 15px;
  }
}

/* -------------------------------
	gNavi
-------------------------------- */
#gNavi {
  height: 60px;
  display: none;
  background-color: #fff;
  position: relative;
  z-index: 9999;
}
#gNavi .list-gnav {
  list-style: none;
  padding: 0 5px;
  margin: 0 auto;
  max-width: 1150px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
#gNavi .list-gnav a {
  text-decoration: none;
}
#gNavi .list-gnav > li {
  font-size: 15px;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: auto;
  position: relative;
}
#gNavi .list-gnav > li > a {
  color: #333333;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 10px;
}
#gNavi .list-gnav > li > a .in {
  display: block;
}
#gNavi .list-gnav > li > a:hover, #gNavi .list-gnav > li.active > a {
  background-color: #ccc;
}
#gNavi .list-gnav li ul {
  min-width: 100%;
  position: absolute;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  border: solid 1px #ccc;
  border-top: none;
  background-color: #fff;
  z-index: 0;
}
#gNavi .list-gnav li ul li {
  border-bottom: dotted 1px #ccc;
}
#gNavi .list-gnav li ul li:last-child {
  border-bottom: none;
}
#gNavi .list-gnav li ul li a {
  color: #333;
  font-size: 0.9333em;
  text-align: center;
  white-space: nowrap;
  padding: 10px;
  display: block;
}
#gNavi .list-gnav li ul li a:hover, #gNavi .list-gnav li ul li.active a {
  text-decoration: none;
  background-color: #f8f8f8;
}
@media (max-width: 1199px) {
  #gNavi > ul > li {
    font-size: 13px;
    font-size: calc(13px + 2 * (100vw - 768px) / 432);
  }
}
@media print, screen and (min-width: 768px) {
  #gNavi {
    display: block;
  }
}

/* -------------------------------
 スマホ用　サイドメニュー
-------------------------------- */
.menuWrapper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  width: 50px;
  height: 50px;
}

#menuButton {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 3px;
  margin: auto;
  background: #000;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #000;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -9px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 9px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  display: block;
}

/* アニメーション */
#menuButton span {
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
}
.side-open #menuButton span {
  opacity: 0;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  transform: rotate(45deg);
}
.side-open #menuButton::after {
  transform: rotate(-45deg);
}

/* 開閉用ボタンの位置 */
.menuWrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* 768以上で解除 */
@media print, screen and (min-width: 768px) {
  .menuWrapper {
    display: none;
  }
}
/* -------------------------------
	footer
-------------------------------- */
#footer {
  background-color: #efefef;
  page-break-inside: avoid;
}
#footer .foot_content {
  padding: 40px 0;
}
#footer .foot_content h3 {
  text-align: center;
}
#footer .foot_content .foot_navi {
  text-align: center;
  display: none;
}
#footer .foot_content .foot_navi > ul {
  letter-spacing: -.4em;
  list-style: none;
  padding: 0;
  margin: 0 -1em;
}
#footer .foot_content .foot_navi > ul > li {
  font-size: 12px;
  line-height: 1.333;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1em;
  position: relative;
}
#footer .foot_content .foot_navi > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1em;
  margin-top: -.5em;
  background-color: #3e453f;
}
#footer .foot_content .foot_navi > ul > li:first-child:before {
  display: none;
}
#footer .foot_content .foot_navi > ul > li > a {
  color: #3e453f;
  text-decoration: none;
}
#footer .foot_content .foot_navi > ul > li > a:hover {
  text-decoration: underline;
}
#footer .copyright {
  color: #fff;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  padding: 15px 0;
  background: url("../images/common/copyright_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  #footer .foot_content {
    padding: 60px 0;
  }
  #footer .foot_content .foot_navi {
    display: block;
  }
  #footer .copyright {
    padding: 28px 0;
  }
}
@media print, screen and (min-width: 992px) {
  #footer .foot_content .foot_navi > ul > li > a {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}

/* -------------------------------
	main
-------------------------------- */
#wrapper {
  overflow: hidden;
}

/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.main_ttl .container h2 {
  text-align: center;
  padding: 1.5em 0;
  margin: 0;
}
.main_ttl .container h2 span {
  display: block;
}
.main_ttl .container h2 .en {
  color: #b89a6a;
  font-size: 0.6em;
}

/* -------------------------------
	main title
-------------------------------- */
.hh_ttl_1 .en {
  color: #b89a6a;
  font-size: 0.5757em;
  line-height: 1;
  display: block;
  margin-bottom: 1.2em;
}
.hh_ttl_1 .txt {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding-left: 1.5em;
  display: block;
  position: relative;
}
.hh_ttl_1 .txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0;
  width: 1.25em;
  background: url("../images/common/title_icon1.svg") no-repeat center center;
  background-size: contain;
}

.hh_ttl_2 {
  line-height: 1.5;
  text-align: center;
  padding-bottom: 0.86em;
  position: relative;
}
.hh_ttl_2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1.5em;
  height: 5px;
  margin-left: -.75em;
  background-color: #930706;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF930706', endColorstr='#FFBD0D13');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkzMDcwNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JkMGQxMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #930706), color-stop(100%, #bd0d13));
  background-image: -moz-linear-gradient(top, #930706 0%, #bd0d13 100%);
  background-image: -webkit-linear-gradient(top, #930706 0%, #bd0d13 100%);
  background-image: linear-gradient(to bottom, #930706 0%, #bd0d13 100%);
}

.hh_ttl_3 {
  border-left: solid 5px #085723;
  padding: 0.15em 0 0.15em 0.75em;
}

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}
@media (max-width: 767px) {
  #pagetop {
    right: 0;
    bottom: 0;
  }
  #pagetop img {
    width: 27px;
  }
}

/* -------------------------------
	アンカーリンク
-------------------------------- */
.anchor {
  margin-top: -60px;
  padding-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
}

/* -------------------------------
	box
-------------------------------- */
.box-padding-a {
  padding-top: 40px;
  padding-bottom: 20px;
}
.box-padding-a .mb {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .box-padding-a {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .box-padding-a .mb {
    margin-bottom: 30px;
  }
}
/* -------------------------------
	画像
-------------------------------- */
/* 画像を枠に収める */
.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 75%;
  background-color: #F4F5F6;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
  position: absolute;
  left: 0;
  top: 0;
}
.photo-ofi a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* トリミング */
.cover img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/**/
img.object-fit-img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
}
img.object-fit-img.cover {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap {
  position: relative;
  padding-bottom: 69.444%;
  /*これが縦横比*/
  height: 0;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 0;
}
.googlemap:before {
  color: #ccc;
  font-size: 43px;
  content: "google map";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* -------------------------------
	table
-------------------------------- */
@media only screen and (max-width: 543px) {
  .table-inline tr {
    width: 100%;
    display: inline-block;
  }
  .table-inline tr th, .table-inline tr td {
    width: 100% !important;
    display: block;
  }
  .table-inline > tbody > tr > th {
    font-weight: bold;
    text-align: left;
  }
}
/* -------------------------------
	list
-------------------------------- */
.list-icon {
  list-style: none;
  padding: 0;
}
.list-icon li {
  line-height: 1.875;
  padding-left: 1.4em;
  position: relative;
}
.list-icon li i {
  line-height: 1.875;
  width: 1em;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
}

.list-inline-slash {
  list-style: none;
  letter-spacing: -.4em;
  padding: 0;
}
.list-inline-slash li {
  letter-spacing: 0.05em;
  display: inline-block;
}
.list-inline-slash li:after {
  content: "／";
}
.list-inline-slash li:last-child:after {
  content: "";
}

/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	btn
-------------------------------- */
.btn-icon-l, .btn-icon-r {
  position: relative;
}
.btn-icon-l i, .btn-icon-r i {
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.btn-icon-l {
  padding-left: 2em;
}
.btn-icon-l i {
  left: 1em;
}

.btn-icon-r {
  padding-right: 2em;
}
.btn-icon-r i {
  right: 1em;
}

.btn-w180 {
  width: 180px;
}

/* -------------------------------
	flex
-------------------------------- */
.box-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* 縦中央 */
.flex-items-center {
  -webkit-align-items: center;
  align-items: center;
}

/* 寄せ */
.flex-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-content-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* 右から */
.flex-direction-right {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/**/
.c-flex-auto {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: auto;
}

.c-flex-full {
  -webkit-flex: 1;
  flex: 1;
  max-width: auto;
}

/* 余白 */
.box-flex-30 {
  margin: 0 -15px;
}
.box-flex-30 > div {
  padding: 0 15px;
}

/* -------------------------------
	common
-------------------------------- */
.htmlarea {
  font-size: 15px;
  line-height: 2;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.in-bk {
  display: inline-block !important;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* 画像回り込み */
img.aligncenter, img.alignright, img.alignleft {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 480px) {
  img.alignright {
    max-width: 38%;
    margin-left: 30px;
    display: inline;
  }
  img.alignleft {
    max-width: 38%;
    margin-right: 30px;
    display: inline;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }
}
@media print, screen and (min-width: 1200px) {
  /* 画像回り込み */
  img.alignright {
    max-width: 100%;
  }
  img.alignleft {
    max-width: 100%;
  }
}
/* --▼width-- */
.ww946 {
  width: 100%;
  max-width: 946px;
  margin: 0 auto;
}

/* --▼color-- */
.text-red {
  color: #ff0000 !important;
}

.bg-gray {
  background-color: #f3f3f3 !important;
}

/* --▼font /16 -- */
.fs13 {
  font-size: 0.8125em !important;
}

.fs14 {
  font-size: 0.875em !important;
}

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

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

/* --▼text-- */
.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* --▼padding-- */
.pt00 {
  padding-top: 0 !important;
}

.pp00 {
  padding: 0 !important;
}

/* --▼margin-- */
/*bottom*/
.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  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;
}

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

@media print, screen and (min-width: 768px) {
  /* --▼margin-- */
  .margin-bottom {
    margin-bottom: 60px !important;
  }

  /* --▼align-- */
  .text-sm-center {
    text-align: center;
  }
}

.pdf-btn{background-color: #0f5f36; color: #fff;display: block;text-align: center;font-size: 13px;text-decoration: none;}

.pdf-btn:hover {color: #fff;}

/* 印刷用 */
@media print {
  /* スクロールバー非表示 */
  html {
    -ms-overflow-style: none;
    /* ie */
  }

  #pagetop {
    opacity: 0;
    visibility: hidden;
  }

  #header {
    position: absolute;
  }

  #mainimage {
    height: 680px !important;
  }
}
