@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul, ol {
  list-style-type: none;
  list-style-position: inside;
}
i {
  padding-right: 0.2em;
}
html {
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
}
img {
  max-width: 100%;
  height: auto;
}
.pc_only {
  display: none;
}
.sm_only {
  display: block;
}
.none {
  display: none;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.wrapper {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 5%;
}
.bg_g {
  background-color: rgba(67, 154, 85, 1.00);
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_50 {
  margin-bottom: 50px;
}
section {
  padding: 0;
  text-align: justify;
  color: rgba(68, 68, 68, 1.00);
  max-width: 800px;
  width: 100%;
  margin: 0 auto 40px;
}
h1 {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.h1_title {
  font-size: 2.2rem;
  color: #fff;
  margin-top: 0;
  padding-top: 30px;
  text-align: left;
  line-height: 1.2;
}
.h1_title + p {
  font-size: 1.4rem;
  padding-bottom: 30px;
}
.clr_fff {
  color: #fff;
}
h2 {
  font-size: 2.8rem;
  margin-bottom: 0.5em;
  text-align: center;
}
.spot {
  width: 100%;
  max-width: 800px;
  padding: 15px 0;
  background-image: url(img/bg.png);
  backgruond-repeat: no-repeat;
  background-size: cover;
}
.spot .wrapper {
  margin-bottom: 0;
}
.column2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column2 li {
  width: 47.5%;
  margin-bottom: 15px;
  font-size: 1.4rem;
  text-align: left;
  background-color: rgba(67, 154, 85, 1.00);
}
.column2 li a {
  color: #fff;
}
.column2 li a span{
	display: block;
	padding: 0 0.5em 0.5em;
}
.column2 li a img {
  cursor: pointer;
}
a {
  color: rgba(191, 0, 8, 1);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#page-top {
  position: fixed;
  right: 13px;
  bottom: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 3;
  background: rgba(67, 154, 85, 1.00);
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 0px 1px 1px #fff;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow:before, .arrow:after {
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.triangle:before {
  left: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.otono_logo {
  text-align: center;
  margin-bottom: 1em;
  width: 100%;
  display: table;
}
.otono_logo p {
  display: table-cell;
  vertical-align: middle;
  line-height: 80px;
}
.otono_logo p a {
  text-decoration: none;
  color: rgba(68, 68, 68, 1.00);
}
.otono_logo p a:hover {
  text-decoration: underline;
}
.otono_logo p a:after {
  display: inline-block;
  content: "　";
  width: 60px;
  background-image: url(img/logo_otono.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.otono_logo img {
  max-width: 60px;
}
.txt_main {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: justify;
}
.map {
  position: relative;
  z-index: 1;
  /*width: 288px!important;*/
  margin: 0 auto 20px;
}
/*.map img {
	width: 288px!important;
	height: 344px!important;
}*/
.mark {
  position: absolute;
  z-index: 10;
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 0, 0, 0);
}
#mark1 {
  top: 57%;
  left: 22%;
}
#mark2 {
  top: 42%;
  left: 47%;
}
#mark3 {
  top: 34%;
  left: 63%;
}
#mark4 {
  top: 46.5%;
  left: 76%;
}
#mark5 {
  top: 66%;
  left: 65%;
}
#mark6 {
  top: 70%;
  left: 43%;
}
footer {
  text-align: center;
  font-size: 1.4rem;
}
footer p {
  margin-bottom: 1em;
}
footer img {
  max-width: 60px;
}
.flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.flex div {
  align-items: center;
  vertical-align: middle;
}
.selectlang {
  line-height: 1.3;
  text-align: center;
  margin-top: 5em;
  margin-bottom: 2.5em;
}
.lang_btn {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 4em;
}
.h2_otono div {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.h2_otono span {
  font-size: 1.6rem;
}
.h2_otono span img {
  max-width: 60px;
}
.btn {
  margin: 3em auto 1em;
  max-width: 400px;
  line-height: 2.5;
  border-radius: 30px;
  font-size: 1.4rem;
  background-color: rgba(67, 154, 85, 1.00);
  color: #fff;
  text-align: center;
	display: inline-block;
	padding: 0 1em;
}
.btn:hover {
  opacity: 0.7;
}
.btn a {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.em {
  color: #f00;
}
.mb_1 {
  margin-bottom: 1em;
}
.triangle:before {
  left: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.flex div {
  align-items: center;
  vertical-align: middle;
}
.h2_otono div {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.h2_otono span {
  font-size: 1.6rem;
}
.h2_otono span img {
  max-width: 60px;
}
article {
  padding: 10px 0;
  margin-bottom: 30px;
  background: rgb(223, 242, 252);
}
article h3 {
  color: rgba(3, 110, 184, 1);
  font-size: 3.0rem;
  text-align: center;
  letter-spacing: 0.07em;
  margin-bottom: 0.2em;
}
article .comment {
  padding: 5px 20px;
}
@media only screen and (min-width:375px) {
  .lang_btn {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 4em;
  }
  .pc_only {
    display: none;
  }
  .sm_only {
    display: block;
  }
  #mark1 {
    top: 57.5%;
    left: 23%;
  }
  #mark2 {
    top: 42.5%;
    left: 47.5%;
  }
  #mark3 {
    top: 35%;
    left: 64%;
  }
  #mark4 {
    top: 47%;
    left: 76.5%;
  }
  #mark5 {
    top: 66.5%;
    left: 65.5%;
  }
  #mark6 {
    top: 70%;
    left: 44%;
  }
}
@media only screen and (min-width:414px) {
  .map {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
    text-align: center;
  }
  .mapin {
    width: 372.6px !important;
    height: 432.817px !important;
    position: relative;
    margin: 0 auto;
  }
  .map img {
    width: 372.6px !important;
    height: 432.817px !important;
  }
  #mark1 {
    top: 59%;
    left: 23.5%;
  }
  #mark2 {
    top: 44%;
    left: 48%;
  }
  #mark3 {
    top: 36%;
    left: 64.5%;
  }
  #mark4 {
    top: 48%;
    left: 77%;
  }
  #mark5 {
    top: 68%;
    left: 66%;
  }
  #mark6 {
    top: 71.5%;
    left: 44.5%;
  }
}
/* 2021.11.30追加 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
.logo_max250 {
  max-width: 250px;
  display: block;
  margin: 0 auto;
}
.attention {
  font-size: 1.4rem;
  margin: 1em 0 2em;
}
/* モーダルボックス */
.modal_box {
  position: fixed;
  display: none;
  z-index: 7777;
  width: 90%;
  max-width: 600px;
  margin: 0;
  padding: 30px 2vw 20px;
  border: 2px solid #464646;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}
.modal_box .contents {
  width: 95%;
	height: 350px;
  margin: 0 auto;
  overflow: scroll;
}
.modal_box .contents h4 {
  color: rgba(191, 0, 8, 1);
  font-size: 4.5vw;
  line-height: 1.5;
  text-align: center;
  margin: 1em 0;
}
@media (min-width: 768px) {
  .modal_box .contents h4 {
    font-size: 24px;
  }
}
.modal_box .contents p {
  color: #464646;
  font-size: 14px;
  text-align: left;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .modal_box .contents p {
    font-size: 18px;
  }
}
.modal_bg {
  z-index: 6666;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
.link_area {
  width: 95%;
  height: 60px;
  margin: 0 auto 10px;
  padding: 10px 0;
  position: relative;
}
.link_area .modal_link_next {
  position: absolute;
  right: 0;
  top: 5px;
}
.link_area .modal_link_prev {
  position: absolute;
  left: 0;
  top: 5px;
}
.link_area a {
  display: inline-block;
  color: rgba(191, 0, 8, 1);
  cursor: pointer;
}
.link_area a span {
  font-size: 14px;
}
.modal_switch i {
  padding: 0 4px;
}
.modal_close {
  color: rgba(191, 0, 8, 1);
  cursor: pointer;
  display: block;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  width: 36px;
  height: 25px;
  transform: translateX(-18px);
}
.modal_close i {
  padding-right: 0;
}
.link_area .modal_close i {
  padding-right: 0;
}
/* English 中国語 韓国語 */
.en .link_area, .zh .link_area, .ko .link_area,.flex_area {
  width: 95%;
  height: auto;
	min-height: 60px;
  margin: 0 auto 10px;
  padding: 10px 0;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.en .link_area .modal_link_next, .zh .link_area .modal_link_next, .ko .link_area .modal_link_next,.flex_area .modal_link_next {
  position: static;
  flex: 1 0 40%;
  text-align: right;
  margin-left: 5%;
}
.en .link_area .modal_link_prev, .zh .link_area .modal_link_prev, .ko .link_area .modal_link_prev,.flex_area .modal_link_prev{
  position: static;
  flex: 1 0 40%;
  text-align: left;
  margin-right: 5%;
}
.en .link_area .modal_link_next a span, .zh .link_area .modal_link_next a span, .ko .link_area .modal_link_next a span,.flex_area .modal_link_next a span {
  font-size: 14px;
  display: block;
  text-align: right;
}
.en .link_area .modal_link_prev a span, .zh .link_area .modal_link_prev a span, .ko .link_area .modal_link_prev a span,.flex_area .modal_link_prev a span{
  font-size: 14px;
  display: block;
  text-align: left;
}
.en .modal_close,.zh .modal_close ,.ko .modal_close  {
  bottom: 10px;
}