@charset "UTF-8";
.sp {
  display: none;
}
.sp_min {
  display: none;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (max-width: 500px) {
  .sp_min {
    display: block;
  }
}
.pc_none {
  display: none;
}
.bgColorBlue,
.cat_event {
  background-color: #0066b2;
}
.bgColorRed,
.cat_exhibition {
  background-color: #a6081f;
}
.bgColorGreen,
.cat_news {
  background-color: #3f6546;
}
.bgColorBrown,
.cat_column {
  background-color: #7e6b5a;
}
.transition,
.sidebar .gnav_ul li a,
.sidebar .gnav_ul li a .ionicons,
.news_dl,
.insta_ul li a,
.btn_more,
.news_ul li {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.opacity_transition,
.sidebar .logo,
#translate #btn_lang,
.section_awarding a,
.insta_ul li,
.section.type_bg_img .bg_img_block,
.bnr_event,
.btn_for_top,
.news_tab_ul li,
.month_event_item .month_event_item_box {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.opacity_transition:hover,
.sidebar .logo:hover,
#translate #btn_lang:hover,
.section_awarding a:hover,
.insta_ul li:hover,
.section.type_bg_img .bg_img_block:hover,
.bnr_event:hover,
.btn_for_top:hover,
.news_tab_ul li:hover,
.month_event_item .month_event_item_box:hover {
  opacity: 0.8 !important;
}
@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,
ins,
kbd,
q,
s,
samp,
img,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-weight: normal;
  vertical-align: baseline;
  word-break: break-word;
}
html {
  font-size: 62.5%;
/*overflow-y: scroll;*/
  background: #fff;
  height: 100%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.7;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
.font_mincho,
.main_header .title,
.title_sec,
.title_line,
.btn_more,
.btn_more_en,
.bnr_event a,
.footer .footer_inner .footer_address,
.footer .footer_inner .footer_copy,
.second_main_img .text_box .title,
.title_mincho_min,
.tile_tab_ul li a,
.btn_back_box .btn_back,
.pray_ul li .title,
.single-pray .pray_primary .pray_primary_textbox .title,
.pray_table .tr_mincho td,
.pray_table th,
.access_box_gray .title,
.course_target_criterion,
.course_target_item .title,
.month_event_item .title_month,
#modal_privacy .btn_close,
.input_submit_wrap .input_back,
.input_submit_wrap .input_submit,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
table {
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}
th,
td {
  border: none;
  border-spacing: 0;
  border-color: transparent;
  margin: 0;
  font: inherit;
  font-weight: normal;
}
strong {
  font-weight: bold;
}
img {
  width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt,
th,
td,
table,
a {
  font-size: 16px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  a,
  dd,
  dl,
  dt,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  li,
  ol,
  p,
  table,
  td,
  th,
  ul {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 500px) {
  a,
  dd,
  dl,
  dt,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  li,
  ol,
  p,
  table,
  td,
  th,
  ul {
    font-size: 12px;
    line-height: 1.6;
  }
}
.align_center {
  text-align: center;
}
img {
  border: none;
  line-height: 0;
  max-width: 100%;
  vertical-align: top;
}
ul,
ol {
  list-style: none;
}
li {
  list-style-type: none;
}
a {
  overflow: hidden;
  text-decoration: none;
  outline: none;
  color: #111;
}
hr {
  display: none;
}
.block,
.inner,
.clear,
.box {
  *zoom: 1;
}
.block:after,
.inner:after,
.clear:after,
.box:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.relative {
  position: relative;
}
.font_mincho,
.main_header .title,
.title_sec,
.title_line,
.btn_more,
.btn_more_en,
.bnr_event a,
.footer .footer_inner .footer_address,
.footer .footer_inner .footer_copy,
.second_main_img .text_box .title,
.title_mincho_min,
.tile_tab_ul li a,
.btn_back_box .btn_back,
.pray_ul li .title,
.single-pray .pray_primary .pray_primary_textbox .title,
.pray_table .tr_mincho td,
.pray_table th,
.access_box_gray .title,
.course_target_criterion,
.course_target_item .title,
.month_event_item .title_month,
#modal_privacy .btn_close,
.input_submit_wrap .input_back,
.input_submit_wrap .input_submit,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
}
.bold {
  font-weight: bold;
}
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  background: url("../img/common/bg_sidebar.png") repeat-y left top/100%;
  min-height: 100%;
  padding: 35px 1em 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.sidebar .logo {
  width: 108px;
  margin: auto auto 35px;
}
.sidebar .gnav_ul {
  margin: auto;
  padding: 10px 1em 0 20px;
}
.sidebar .gnav_ul li {
  margin-bottom: 19%;
}
.sidebar .gnav_ul li a {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  display: block;
}
.sidebar .gnav_ul li a:hover {
  background: #000;
  color: #fff;
  opacity: 0.8;
}
.sidebar .gnav_ul li a .ionicons {
  position: relative;
  top: 0;
  left: -8px;
}
.sidebar .gnav_ul li a:hover .ionicons {
  left: -6px;
}
.sidebar .gnav_ul li.active a {
  background: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .sidebar {
    position: inherit;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    min-height: inherit;
    padding: 0px;
    background: none;
    height: auto;
  }
  .sidebar .logo {
    width: 100%;
    margin: auto;
    background: url("../img/common/bg_sidebar.png") repeat-y left top/100%;
  }
  .sidebar .logo a {
    display: block;
    padding: 10px;
  }
  .sidebar .logo a img {
    width: 130px;
    margin: 0;
  }
  .sidebar .gnav_ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    padding: 3%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .sidebar .gnav_ul li {
    margin-right: 3%;
    margin-bottom: 0;
  }
  .sidebar .gnav_ul li a {
    border: 1px solid #000;
    border-radius: 20px 20px 20px 20px;
    padding: 8px 20px 6px;
    font-size: 12px;
  }
  .sidebar .gnav_ul li a:before {
    display: none;
  }
  .sidebar .gnav_ul li .ionicons {
    display: none;
  }
  .sidebar .gnav_ul.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
  }
}
#translate {
  padding: 10px 1em 0 20px;
}
#translate #btn_lang {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  font-size: 10px;
  height: 26px;
  line-height: 26px;
  margin-bottom: 10px;
  background: #000;
  color: #fff;
}
#google_translate_element {
  display: none;
}
#google_translate_element .goog-te-gadget-simple {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.goog-te-gadget-simple .goog-te-menu-value span {
  font-size: 10px;
}
@media (max-width: 768px) {
  #translate {
    position: absolute;
    top: 0;
    right: 0;
  }
  #translate #btn_lang {
    padding: 3px 1em;
    height: 27px;
    line-height: 23px;
    border-radius: 5px;
  }
}
.side_sns_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .side_sns_ul {
    position: absolute;
    right: 90px;
    top: 4px;
  }
}
.side_sns_ul li {
  width: 24px;
  height: 24px;
  margin: 0 4px;
}
.side_sns_ul li a {
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.side_sns_ul li a.type_insta {
  background-image: url("../img/common/instagram_b.png");
}
.side_sns_ul li a.type_twitter {
  background-image: url("../img/common/twitter_b.png");
}
.side_sns_ul li a:hover {
  opacity: 0.5;
}
.wrapper {
  padding-bottom: 100px;
  position: relative;
  min-height: 100%;
  height: auto;
}
.main {
  padding-left: 200px;
}
@media (max-width: 768px) {
  .main {
    padding-left: 0;
  }
}
.loading img {
  width: 108px;
  height: 92px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 10px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background: #fff;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}
.swiper-button-prev {
  background: url("../img/common/ico_prev.png") no-repeat left top;
  background-size: 28px 48px;
  height: 48px;
}
.swiper-button-next {
  background: url("../img/common/ico_next.png") no-repeat left top;
  background-size: 28px 48px;
  height: 48px;
}
.main_gallery {
  position: relative;
}
.main_gallery.type_home {
  overflow: hidden;
  max-height: 527px;
}
.main_gallery.type_home .swiper-wrapper {
  height: 100%;
  min-height: inherit;
}
.main_gallery.type_home .swiper-container {
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: 527px;
}
.main_gallery.type_home .swiper-slide {
  height: 100%;
  min-height: inherit;
  max-height: 527px;
  background: url("../img/common/main.png") no-repeat right center #000;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
  text-align: center;
}
.main_gallery.type_home img {
  width: auto;
  max-height: 527px;
}
@media (max-width: 768px) {
  .main_gallery.type_home {
    max-height: inherit;
  }
  .main_gallery.type_home .swiper-container {
    max-height: inherit;
  }
  .main_gallery.type_home .swiper-slide {
    max-height: inherit;
    background-position: 50%;
  }
  .main_gallery.type_home .swiper-slide img {
    max-height: inherit;
    width: 100%;
  }
}
.main_gallery.type_second {
  overflow: hidden;
  max-height: 527px;
  margin-bottom: 40px;
}
.main_gallery.type_second .swiper-container.type_large {
  width: 100%;
  height: 100%;
  min-height: 527px;
}
.main_gallery.type_second .swiper-container.type_large .swiper-wrapper {
  height: 100%;
  min-height: 527px;
}
.main_gallery.type_second .swiper-container.type_large .swiper-slide {
  height: 100%;
  min-height: 527px;
  background: url("../img/common/main.png") no-repeat right center;
  background-size: cover;
}
.main_gallery.type_second .swiper-container.type_large img {
  width: 100%;
}
@media (max-width: 500px) {
  .main_gallery.type_second {
    max-height: inherit;
  }
  .main_gallery.type_second .swiper-container.type_large {
    min-height: inherit;
  }
  .main_gallery.type_second .swiper-container.type_large .swiper-wrapper {
    min-height: inherit;
  }
  .main_gallery.type_second .swiper-container.type_large .swiper-slide {
    padding-top: 70%;
    min-height: inherit;
    background: url("../img/common/main.png") no-repeat left top;
    background-size: 100%;
  }
}
.swiper_thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99;
  top: -56px;
  right: 14px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.swiper_thumbnails li {
  width: 80px;
  height: 40px;
  background-size: cover;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: no-repeat;
  border: 1px solid #fff;
  margin-left: 10px;
}
@media (max-width: 500px) {
  .swiper_thumbnails {
    top: 0px;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .swiper_thumbnails li {
    width: 80px;
    height: 50px;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
  }
  .swiper_thumbnails li img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.contents {
  padding: 28px 20px;
}
@media (max-width: 500px) {
  .contents {
    padding-bottom: 0;
  }
  .post-type-archive-event .contents {
    padding-top: 0;
  }
}
.main_header {
  height: 150px;
  overflow: hidden;
  text-align: center;
  display: table;
  width: 100%;
  background: url("../img/common/header_news.png") no-repeat left top;
  background-size: cover;
}
.main_header .title {
  color: #fff;
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .main_header {
    height: 65px;
  }
  .main_header .title {
    font-size: 16px;
  }
}
.title_sec,
.wysiwyg h2 {
  font-size: 22px;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 27px;
}
.title_sec:after,
.wysiwyg h2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 44px;
  height: 1px;
  border-bottom: 1px solid #000;
}
.single-pray .title_sec,
.tax-tax_temple .title_sec {
  margin: 2% 0 27px;
}
@media (max-width: 768px) {
  .title_sec,
  .wysiwyg h2 {
    font-size: 19px;
  }
}
.title_line {
  font-size: 20px;
  position: relative;
  text-align: center;
  padding: 0.5em 1em;
  border: 1px solid #979797;
}
@media (max-width: 768px) {
  .title_line {
    font-size: 16px;
  }
}
.section {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .section {
    margin-bottom: 40px;
  }
}
.column_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .column_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.column_block_news {
  min-width: 320px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .column_block_news {
    min-width: 100%;
  }
}
.section_news {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section_news {
    margin-bottom: 40px;
  }
}
.section_awarding {
  margin-bottom: 30px;
}
.news_dl:hover {
  background-color: #f1f1f1;
}
.news_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
.news_dl dt {
  width: 4.5em;
  margin-right: 1em;
}
.news_dl dt a {
  vertical-align: middle;
}
.news_dl dt .cat {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
}
.news_dl dd {
  width: 96%;
  cursor: pointer;
}
.news_dl dd .time {
  font-size: 12px;
  margin-right: 1.4em;
}
.news_dl dd a {
  font-size: 14px;
}
@media (max-width: 768px) {
  .news_dl dt {
    width: 6em;
    font-size: 13px;
  }
  .news_dl dd,
  .news_dl dd .time,
  .news_dl dd a {
    font-size: 13px;
  }
  .news_dl dd .time {
    margin-right: 1.2em;
  }
}
.home .cat {
  padding: 1px 10px;
}
.cat {
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
}
@media (max-width: 768px) {
  .cat {
    font-size: 11px;
  }
}
.introduce_map_box {
  position: relative;
}
.map_ul_trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.map_ul_trigger li {
  cursor: pointer;
  width: 73px;
  margin-left: 0px;
}
@media (max-width: 768px) {
  .map_ul_trigger li {
    cursor: pointer;
    width: 45px;
  }
}
.js-tab_content {
  position: relative;
  min-height: 420px;
}
.js-tab_content {
  display: none;
}
.js-tab_content.active {
  display: block;
}
@media (max-width: 768px) {
  .js-tab_content {
    min-height: inherit;
  }
}
#mask {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  display: none;
}
.pop_contents_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 33%;
  height: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.5%;
  z-index: 10;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .pop_contents_wrap {
    display: none;
    z-index: 22;
    left: 0;
    right: 0;
    margin: auto;
    width: 92%;
  }
}
.map_ul_target .ico_modal_close {
  display: none;
  right: 3%;
  z-index: 30;
}
.d_container {
  width: 100%;
  overflow: hidden;
  background: #3a485e;
  position: relative;
  z-index: 1;
}
.d_container .map_block {
  width: 100%;
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
}
@media (max-width: 768px) {
  .d_container {
    height: auto;
  }
  .d_container .map_block {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    width: 100%;
  }
  .d_container .map_block img {
    max-width: inherit;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 500px) {
  .d_container .map_block img {
    max-width: inherit;
  }
}
.pop_contents {
  display: none;
}
.pop_contents .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 5% 0 4%;
}
.pop_contents .text {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 5%;
}
.pop_contents .btn_more {
  margin-top: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  padding: 10px 7% 10px 8.7%;
  letter-spacing: 1px;
}
.pop_contents .btn_more .ionicons {
  margin-left: 10px;
}
.pop_contents.active {
  display: block !important;
}
@media (max-width: 768px) {
  .pop_contents .title {
    font-size: 16px;
  }
  .pop_contents .text {
    font-size: 13px;
  }
  .pop_contents .btn_more {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    position: relative;
    border: 1px solid #fff;
    font-size: 15px;
  }
  .pop_contents .btn_more .ionicons {
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .pop_contents .btn_more.type_close {
    background: #787878;
    border: 1px solid #fff;
  }
}
.pin {
  position: absolute;
  left: 10px;
  top: 10px;
  background: url("../img/common/pin.png") no-repeat left top;
  background-size: cover;
  width: 3%;
  height: 8%;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 10;
}
.pin:hover {
  opacity: 0.6;
}
.pin span {
  cursor: pointer;
}
.pin.active {
  background: url("../img/common/pin_active.png") no-repeat left top;
  background-size: cover;
}
.sp_pin {
  display: none;
  z-index: 11;
}
.map1_pin1 {
  left: 61%;
  top: 58%;
}
.map1_pin2 {
  left: 64%;
  top: 66%;
}
.map1_pin3 {
  left: 62%;
  top: 68%;
}
.map1_pin4 {
  left: 59.5%;
  top: 51%;
}
.map1_pin5 {
  left: 60%;
  top: 67%;
}
.map1_pin6 {
  left: 40%;
  top: 24%;
}
.map1_pin7 {
  left: 29%;
  top: 22%;
}
.map2_pin1 {
  left: 70%;
  top: 84%;
}
.map2_pin2 {
  left: 43%;
  top: 4%;
}
@media (max-width: 768px) {
  .pc_pin {
    display: none;
  }
  .sp_pin {
    display: block;
    width: 6%;
    height: 9%;
  }
  .map1_pin1 {
    left: 76%;
    top: 65%;
  }
  .map1_pin2 {
    left: 84%;
    top: 78%;
  }
  .map1_pin3 {
    left: 78%;
    top: 79%;
  }
  .map1_pin4 {
    left: 70%;
    top: 57%;
  }
  .map1_pin5 {
    left: 73%;
    top: 77%;
  }
  .map1_pin6 {
    left: 25%;
    top: 24%;
  }
  .map1_pin7 {
    left: 2%;
    top: 20%;
  }
  .map2_pin1 {
    left: 88%;
    top: 82%;
  }
  .map2_pin2 {
    left: 38%;
    top: 0%;
  }
}
.column_block_insta,
.section_insta {
  width: 100%;
}
.insta_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.insta_ul li {
  opacity: 0;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
  max-width: 100%;
}
.insta_ul li a {
  display: block;
  overflow: hidden;
}
.insta_ul li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 500px) {
  .insta_ul li {
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .insta_ul li:nth-child(2n) {
    margin-right: 0;
  }
}
body .insta_ul li:nth-child(1) {
  -webkit-animation: insta 0.5s ease 0.3s 1 forwards;
  animation: insta 0.5s ease 0.3s 1 forwards;
}
body .insta_ul li:nth-child(2) {
  -webkit-animation: insta 0.5s ease 0.6s 1 forwards;
  animation: insta 0.5s ease 0.6s 1 forwards;
}
body .insta_ul li:nth-child(3) {
  -webkit-animation: insta 0.5s ease 0.9s 1 forwards;
  animation: insta 0.5s ease 0.9s 1 forwards;
}
body .insta_ul li:nth-child(4) {
  -webkit-animation: insta 0.5s ease 1.2s 1 forwards;
  animation: insta 0.5s ease 1.2s 1 forwards;
}
body .insta_ul li:nth-child(5) {
  -webkit-animation: insta 0.5s ease 1.5s 1 forwards;
  animation: insta 0.5s ease 1.5s 1 forwards;
}
body .insta_ul li:nth-child(6) {
  -webkit-animation: insta 0.5s ease 1.8s 1 forwards;
  animation: insta 0.5s ease 1.8s 1 forwards;
}
body .insta_ul li:nth-child(7) {
  -webkit-animation: insta 0.5s ease 2.1s 1 forwards;
  animation: insta 0.5s ease 2.1s 1 forwards;
}
body .insta_ul li:nth-child(8) {
  -webkit-animation: insta 0.5s ease 2.4s 1 forwards;
  animation: insta 0.5s ease 2.4s 1 forwards;
}
body .insta_ul li:nth-child(9) {
  -webkit-animation: insta 0.5s ease 2.7s 1 forwards;
  animation: insta 0.5s ease 2.7s 1 forwards;
}
body .insta_ul li:nth-child(10) {
  -webkit-animation: insta 0.5s ease 3s 1 forwards;
  animation: insta 0.5s ease 3s 1 forwards;
}
body .insta_ul li:nth-child(11) {
  -webkit-animation: insta 0.5s ease 3.3s 1 forwards;
  animation: insta 0.5s ease 3.3s 1 forwards;
}
body .insta_ul li:nth-child(12) {
  -webkit-animation: insta 0.5s ease 3.6s 1 forwards;
  animation: insta 0.5s ease 3.6s 1 forwards;
}
body .insta_ul li:nth-child(13) {
  -webkit-animation: insta 0.5s ease 3.9s 1 forwards;
  animation: insta 0.5s ease 3.9s 1 forwards;
}
body .insta_ul li:nth-child(14) {
  -webkit-animation: insta 0.5s ease 4.2s 1 forwards;
  animation: insta 0.5s ease 4.2s 1 forwards;
}
body .insta_ul li:nth-child(15) {
  -webkit-animation: insta 0.5s ease 4.5s 1 forwards;
  animation: insta 0.5s ease 4.5s 1 forwards;
}
body .insta_ul li:nth-child(16) {
  -webkit-animation: insta 0.5s ease 4.8s 1 forwards;
  animation: insta 0.5s ease 4.8s 1 forwards;
}
body .insta_ul li:nth-child(17) {
  -webkit-animation: insta 0.5s ease 5.1s 1 forwards;
  animation: insta 0.5s ease 5.1s 1 forwards;
}
body .insta_ul li:nth-child(18) {
  -webkit-animation: insta 0.5s ease 5.399999999999999s 1 forwards;
  animation: insta 0.5s ease 5.399999999999999s 1 forwards;
}
body .insta_ul li:nth-child(19) {
  -webkit-animation: insta 0.5s ease 5.7s 1 forwards;
  animation: insta 0.5s ease 5.7s 1 forwards;
}
body .insta_ul li:nth-child(20) {
  -webkit-animation: insta 0.5s ease 6s 1 forwards;
  animation: insta 0.5s ease 6s 1 forwards;
}
body .insta_ul li:nth-child(21) {
  -webkit-animation: insta 0.5s ease 6.3s 1 forwards;
  animation: insta 0.5s ease 6.3s 1 forwards;
}
body .insta_ul li:nth-child(22) {
  -webkit-animation: insta 0.5s ease 6.6s 1 forwards;
  animation: insta 0.5s ease 6.6s 1 forwards;
}
body .insta_ul li:nth-child(23) {
  -webkit-animation: insta 0.5s ease 6.899999999999999s 1 forwards;
  animation: insta 0.5s ease 6.899999999999999s 1 forwards;
}
body .insta_ul li:nth-child(24) {
  -webkit-animation: insta 0.5s ease 7.199999999999999s 1 forwards;
  animation: insta 0.5s ease 7.199999999999999s 1 forwards;
}
body .insta_ul li:nth-child(25) {
  -webkit-animation: insta 0.5s ease 7.5s 1 forwards;
  animation: insta 0.5s ease 7.5s 1 forwards;
}
body .insta_ul li:nth-child(26) {
  -webkit-animation: insta 0.5s ease 7.8s 1 forwards;
  animation: insta 0.5s ease 7.8s 1 forwards;
}
body .insta_ul li:nth-child(27) {
  -webkit-animation: insta 0.5s ease 8.1s 1 forwards;
  animation: insta 0.5s ease 8.1s 1 forwards;
}
body .insta_ul li:nth-child(28) {
  -webkit-animation: insta 0.5s ease 8.4s 1 forwards;
  animation: insta 0.5s ease 8.4s 1 forwards;
}
body .insta_ul li:nth-child(29) {
  -webkit-animation: insta 0.5s ease 8.7s 1 forwards;
  animation: insta 0.5s ease 8.7s 1 forwards;
}
body .insta_ul li:nth-child(30) {
  -webkit-animation: insta 0.5s ease 9s 1 forwards;
  animation: insta 0.5s ease 9s 1 forwards;
}
body .insta_ul li:nth-child(31) {
  -webkit-animation: insta 0.5s ease 9.299999999999999s 1 forwards;
  animation: insta 0.5s ease 9.299999999999999s 1 forwards;
}
body .insta_ul li:nth-child(32) {
  -webkit-animation: insta 0.5s ease 9.6s 1 forwards;
  animation: insta 0.5s ease 9.6s 1 forwards;
}
@-webkit-keyframes insta {
  100% {
    opacity: 1;
  }
}
.insta_ul li a:hover {
  opacity: 0.8 !important;
}
.section.type_bg_img .bg_img_block {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.section.type_bg_img .text_block {
  width: 59.5%;
  margin-left: auto;
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.8)));
  background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 3% 3% 3% 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section.type_bg_img .text_block p {
  color: #fff;
  font-size: 14px;
  line-height: 2.3;
}
.section.type_bg_img .btn_more {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.section.type_bg_img .btn_more .ionicons {
  margin-left: 10px;
}
.section_history .bg_img_block.lazyloaded {
  background: url("../img/common/history2.jpg") left top no-repeat;
  background-size: cover;
}
.section_around .bg_img_block.lazyloaded {
  background: url("../img/common/around.jpg") left top no-repeat;
  background-size: cover;
}
@media (min-width: 1201px) {
  .section.type_bg_img .bg_img_block {
    height: 330px;
  }
}
@media (max-width: 1200px) {
  .section.type_bg_img .bg_img_block {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-position: center top;
    background-size: cover;
  }
  .section.type_bg_img .text_block {
    width: 100%;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding-top: 280px;
    padding-left: 3%;
  }
  .section.type_bg_img .text_block p {
    font-size: 14px;
  }
  .section.type_bg_img .btn_more {
    position: relative;
    right: 0;
    bottom: 0;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 9px 1em;
    border: 1px solid #808080;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .section.type_bg_img .btn_more .ionicons {
    right: 20px;
    position: absolute;
    top: 14px;
  }
}
@media (max-width: 500px) {
  .section.type_bg_img .bg_img_block {
    background-size: contain;
  }
  .section.type_bg_img .text_block {
    padding-top: 85%;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 30%, #000 65%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 30%, #000 65%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0,0,0,0)), color-stop(65%, #000));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 30%, #000 65%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 30%, #000 65%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 30%, #000 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .section_history .bg_img_block.lazyloaded {
    background: url("../img/common/sp_history2.png") center top no-repeat;
    background-size: cover;
  }
  .section_around .bg_img_block.lazyloaded {
    background: url("../img/common/sp_around.png") left top no-repeat;
    background-size: cover;
  }
}
.btn_more {
  background: #000;
  color: #fff;
  padding: 7px 3.7%;
  border: 1px solid #fff;
  letter-spacing: 2px;
}
.btn_more:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.btn_more_en {
  border: 1px solid #000;
  padding: 0 8%;
  height: 28px;
  line-height: 27px;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}
.btn_more_en .ionicon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.bnr_event {
  margin-bottom: 34px;
  position: relative;
  cursor: pointer;
}
.bnr_event:after {
  border: 1px solid #f00;
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
  border: 1px solid #fff;
}
.bnr_event a {
  display: table;
  width: 100%;
  background: url("../img/common/event.png") no-repeat left top;
  background-size: cover;
  letter-spacing: 8px;
}
.bnr_event .title {
  display: table-cell;
  color: #fff;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 78px;
}
.bnr_event .title .ionicons {
  font-weight: bold;
  font-size: 30px;
  margin-left: 10px;
  padding-top: 7px;
}
@media (max-width: 768px) {
  .bnr_event {
    margin-bottom: 34px;
  }
  .bnr_event a {
    background: url("../img/common/sp_event.png") no-repeat left top;
    background-size: cover;
  }
  .bnr_event .title {
    font-size: 17px;
    position: relative;
  }
  .bnr_event .title .ionicons {
    position: absolute;
    right: 10px;
    top: 21px;
    font-size: 22px;
  }
}
#map_wrapper {
  position: relative;
  padding-bottom: 39.45%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  #map_wrapper {
    padding-bottom: 65.45%;
  }
}
#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.article_ul li {
  width: 32.5%;
}
.article_ul li .img_block {
  margin-bottom: 3.5%;
}
.article_ul li .img_block a {
  display: block;
  position: relative;
  padding-top: 70%;
}
.article_ul li .img_block a img.lazyload {
  opacity: 0;
}
.article_ul li .img_block a img.lazyloaded {
  opacity: 1;
}
.article_ul li .img_block a img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.article_ul li .img_block a:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.article_ul li .text {
  line-height: 2;
  margin-bottom: 5%;
  font-size: 14px;
}
.article_ul li .btn_more {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  padding: 10px 8.7%;
  letter-spacing: 1px;
}
.article_ul li .btn_more .ionicons {
  margin-left: 10px;
}
.article_ul li:nth-child(3n) {
  margin-right: 0;
}
.article_ul li .img_block {
  position: relative;
  overflow: hidden;
}
.article_ul li .img_block a {
  position: relative;
  overflow: hidden;
}
.article_ul li .img_block:after,
.article_ul li .img_block:before,
.article_ul li .img_block a:after,
.article_ul li .img_block a:before {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.article_ul li .img_block:after {
  height: 1px;
  left: 4px;
  top: 4px;
  width: 0px;
}
.article_ul li .img_block:before {
  bottom: 4px;
  height: 1px;
  right: 4px;
  width: 0px;
/* 左下へ配置 */
}
.article_ul li .img_block a:after {
  bottom: 4px;
  height: 0px;
  left: 4px;
  width: 1px;
}
.article_ul li .img_block a:before {
  height: 0px;
  right: 4px;
  top: 4px;
  width: 1px;
}
.article_ul li .img_block:hover:after,
.article_ul li .img_block:hover:before {
  width: 100%;
  width: calc(100% + -8px);
}
.article_ul li .img_block:hover a:after,
.article_ul li .img_block:hover a:before {
  height: 100%;
  height: calc(100% + -8px);
}
@media (max-width: 768px) {
  .article_ul li .img_block:after,
  .article_ul li .img_block:before,
  .article_ul li .img_block a:after,
  .article_ul li .img_block a:before {
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
  }
  .article_ul li.aos-animate .img_block:after,
  .article_ul li.aos-animate .img_block:before {
    width: 100%;
    width: calc(100% + -8px);
  }
  .article_ul li.aos-animate .img_block a:after,
  .article_ul li.aos-animate .img_block a:before {
    height: 100%;
    height: calc(100% + -8px);
  }
}
@media (max-width: 500px) {
  .article_ul li:last-child {
    margin-bottom: 0;
  }
  .article_ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .article_ul li .title_min {
    font-size: 14px;
  }
  .article_ul li .img_block {
    margin-bottom: 3.5%;
  }
  .article_ul li .text {
    font-size: 13px;
  }
  .article_ul li .btn_more {
    font-size: 16px;
    padding: 10px 8.7%;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
  }
  .article_ul li .btn_more .ionicons {
    margin-left: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
}
.title_min {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2%;
}
@-moz-keyframes grow {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.04);
  }
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}
@-o-keyframes grow {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.04);
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}
@-moz-keyframes insta {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes insta {
  100% {
    opacity: 1;
  }
}
@-o-keyframes insta {
  100% {
    opacity: 1;
  }
}
@keyframes insta {
  100% {
    opacity: 1;
  }
}
.btn_for_top {
  display: none;
  position: fixed;
  background: #f00;
  z-index: 9;
  bottom: 50px;
  right: 20px;
  background: #000;
  color: #fff;
  font-size: 12px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.btn_for_top.bottom_max {
  bottom: 100px;
}
@media (max-width: 768px) {
  .btn_for_top {
    bottom: 30px;
    border-radius: 5px;
  }
  .btn_for_top.bottom_max {
    bottom: 80px;
  }
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 10;
  background: #000;
  width: 100%;
  padding: 2% 2% 1.4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footer_logo {
  width: 139px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.footer .footer_inner {
  margin: auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer .footer_inner .footer_address {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  letter-spacing: 2px;
}
.footer .footer_inner .footer_copy {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .footer {
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 15px 2% 12px;
  }
  .footer .footer_logo {
    max-width: 100px;
    width: 33%;
    margin-right: 10px;
    top: 0;
  }
  .footer .footer_inner {
    width: 96%;
    padding-right: 52px;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer .footer_inner .footer_address {
    color: #fff;
    font-size: 8px;
    letter-spacing: 1px;
    width: 63%;
  }
  .footer .footer_inner .footer_address a {
    color: #fff;
    font-size: 8px;
  }
  .footer .footer_inner .footer_copy {
    padding-top: 7px;
    font-size: 7px;
    text-align: center;
    display: block;
    width: 100%;
  }
}
.news_tab_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.news_tab_ul li {
  width: 33%;
  background: url("../img/common/event.png") no-repeat left top;
  height: 54px;
}
.news_tab_ul li .ionicons.ion-plus {
  display: none;
}
.news_tab_ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
}
.news_tab_ul li a:after {
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .news_tab_ul {
    display: block;
    margin-bottom: 30px;
  }
  .news_tab_ul li {
    display: none;
    width: 100%;
    background: none;
    height: 45px;
    position: relative;
  }
  .news_tab_ul li .ionicons.ion-plus,
  .news_tab_ul li .ionicons.ion-minus {
    position: absolute;
    right: 0px;
    font-size: 15px;
    height: 45px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 45px;
    text-align: center;
    line-height: 46px;
    z-index: 10;
  }
  .news_tab_ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    color: #000;
    border: 1px solid #727272;
    border-top: none;
  }
  .news_tab_ul li a:after {
    display: none;
  }
  .news_tab_ul li:first-child a {
    border-top: 1px solid #727272;
  }
  .news_tab_ul li:last-child a {
    border-bottom: 1px solid #727272;
  }
}
.news_ul {
  background: url("../img/common/dot_border.png") repeat-x left bottom;
  background-size: contain;
  margin-bottom: 30px;
}
.news_ul li:hover {
  background-color: #f1f1f1;
}
.news_ul li {
  background: url("../img/common/dot_border.png") repeat-x left top;
  background-size: contain;
}
.news_ul li a {
  padding: 1.5em 1.5em 1.4em;
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
}
.news_ul li a .time {
  margin-right: 5px;
}
.news_ul li a .cat {
  margin-right: 10px;
  display: inline-block;
  width: 9em;
  text-align: center;
}
@media (max-width: 768px) {
  .news_ul li .text {
    display: block;
    width: 100%;
    padding-top: 2.5%;
    font-weight: bold;
  }
  .news_ul li a {
    padding: 1.5em 1.5em 1.1em;
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.news_title {
  margin-bottom: 20px;
}
.news_title .time {
  font-weight: bold;
}
.news_title .title {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 18px;
}
.news_title .cat {
  padding: 1px 10px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .news_title .title {
    font-size: 16px;
    margin-top: 5px;
  }
}
.second_main_img {
  height: 530px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.second_main_img .text_box {
  padding: 8% 3% 3%;
  width: 50%;
}
.second_main_img .text_box .title {
  font-size: 24px;
  margin-bottom: 3%;
  color: #fff;
}
.second_main_img .text_box .text {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
@media (max-width: 3000px) {
  .second_main_img {
    height: 740px;
  }
}
@media (max-width: 1600px) {
  .second_main_img {
    height: 740px;
  }
}
@media (max-width: 1500px) {
  .second_main_img {
    height: 690px;
  }
}
@media (max-width: 1400px) {
  .second_main_img {
    height: 640px;
  }
}
@media (max-width: 768px) {
  .second_main_img {
    overflow: hidden;
  }
  .second_main_img .text_box {
    width: 100%;
    padding-top: 75%;
  }
  .second_main_img .text_box .title {
    font-size: 19px;
    margin-bottom: 5%;
  }
  .second_main_img .text_box .text {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .second_main_img {
    background-position: 30% -20% !important;
  }
  .second_main_img .text_box {
    padding-top: 80%;
  }
}
.title_mincho_min {
  font-size: 22px;
  text-align: center;
  margin-bottom: 3%;
}
@media (max-width: 768px) {
  .title_mincho_min {
    font-size: 17px;
  }
}
.livecamera_box {
  background: #f5f5f5;
  padding: 3%;
}
.livecamera_box .cap {
  font-size: 13px;
  text-align: center;
}
.livecamera_box .movie {
  text-align: center;
  margin: 0 auto 2%;
}
.livecamera_box .movie img {
  width: auto;
}
@media (max-width: 768px) {
  .livecamera_box {
    padding: 5%;
  }
  .livecamera_box .movie {
    margin: 0 auto 3%;
  }
}
.nowpast_box {
  background: url("../img/history/bg_nowpast.png") no-repeat left top;
  background-size: cover;
  padding: 3% 4%;
  margin-bottom: 3%;
}
.nowpast_box .text {
  font-size: 14px;
  margin-bottom: 3%;
  line-height: 2;
}
@media (max-width: 768px) {
  .nowpast_box {
    padding: 8% 5%;
  }
}
.tile_tab_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  overflow: hidden;
}
.tile_tab_ul li {
  width: 25%;
  margin: 0 0px 0 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.tile_tab_ul li .ionicons.ion-plus,
.tile_tab_ul li .ionicons.ion-minus {
  position: absolute;
  right: 0px;
  font-size: 15px;
  height: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
  width: 45px;
  text-align: center;
  line-height: 46px;
  z-index: 10;
}
.tile_tab_ul li a.active,
.tile_tab_ul li a:hover {
  background: #000;
  color: #fff;
}
.tile_tab_ul li a {
  position: relative;
  border: 1px solid #000;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 9%;
  padding-right: 9%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.tile_tab_ul li a .ionicons {
  position: absolute;
  right: 20px;
  right: 6.7%;
}
.tile_tab_ul li.active a {
  background: #000;
  color: #fff;
}
@media (max-width: 1200px) {
  .tile_tab_ul li a .ionicons {
    right: 3%;
  }
}
.tile_tab_ul.type_4 li {
  width: 25%;
}
.tile_tab_ul.type_4 li:nth-child(n+5) a {
  border-top: none;
}
.tile_tab_ul.type_4 li:last-child {
  border-right: 1px solid #000;
}
.tile_tab_ul.type_4 li:nth-child(4n) a:after {
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 1px;
  border-right: 1px solid #000;
  content: "";
}
.tile_tab_ul.type_4 li:last-child:nth-child(4n) {
  border-right: none;
}
.tile_tab_ul.type_5 li {
  width: 20%;
}
.tile_tab_ul.type_5 li:nth-child(n+6) a {
  border-top: none;
}
.tile_tab_ul.type_5 li:last-child {
  border-right: 1px solid #000;
}
.tile_tab_ul.type_5 li:nth-child(5n) a:after {
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 1px;
  border-right: 1px solid #000;
  content: "";
}
.tile_tab_ul.type_5 li:last-child:nth-child(5n) {
  border-right: none;
}
.tile_tab_ul.type_min li a {
  font-size: 13px;
  letter-spacing: -1px;
}
.single-pray .tile_tab_ul.type_5 {
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .tile_tab_ul li:first-child a {
    background: #fff;
    border: 1px solid #727272;
    color: #000;
  }
  .tile_tab_ul li {
    display: none;
  }
  .tile_tab_ul li:first-child {
    display: block;
    width: 100%;
  }
  .tile_tab_ul li:first-child .ionicons.ion-plus,
  .tile_tab_ul li:first-child .ionicons.ion-minus {
    display: block;
  }
  .tile_tab_ul.type_4 li,
  .tile_tab_ul.type_5 li {
    width: 100%;
  }
  .tile_tab_ul.type_4 li a,
  .tile_tab_ul.type_5 li a {
    border: 1px solid #727272;
    border-top: none;
  }
  .tile_tab_ul.type_4 li a:after,
  .tile_tab_ul.type_5 li a:after {
    display: none;
  }
  .tile_tab_ul.type_4 li:first-child a,
  .tile_tab_ul.type_5 li:first-child a {
    border-top: 1px solid #727272;
  }
}
.tile_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tile_ul li {
  width: 24%;
  margin-bottom: 30px;
  text-align: center;
  margin-right: 1%;
}
.tile_ul li .img_box {
  margin-bottom: 10px;
  display: block;
  position: relative;
  padding-top: 70%;
}
.tile_ul li .img_box img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.tile_ul li .img_box:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.tile_ul li .cat {
  font-size: 12px;
  white-space: nowrap;
}
.tile_ul li .time {
  font-size: 14px;
  margin-right: 10px;
}
.tile_ul li .title {
  font-size: 14px;
  margin-bottom: 10px;
}
.tile_ul li .btn_more_en .ionicons {
  position: relative;
  left: 5px;
  top: 2px;
}
@media (max-width: 500px) {
  .tile_ul {
    display: block;
  }
  .tile_ul li {
    width: 100%;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tile_ul li .img_box {
    width: 53%;
    margin-bottom: 0px;
    display: block;
    margin-right: 5%;
    padding-top: 37%;
  }
  .tile_ul li .text_box {
    padding-top: 8px;
    width: 42%;
    text-align: left;
    position: relative;
  }
  .tile_ul li .title {
    padding-top: 5px;
  }
  .tile_ul li .time,
  .tile_ul li .title,
  .tile_ul li .cat {
    font-size: 13px;
  }
  .tile_ul li .btn_more_en {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    border: 1px solid #727272;
    padding: 3px 8%;
    height: auto;
  }
  .tile_ul li .btn_more_en .ionicons {
    position: absolute;
    right: 10px;
    top: 9px;
    left: inherit;
  }
}
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5%;
}
.pager a {
  font-size: 14px;
  border: 1px solid #afafaf;
  border-radius: 50%;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin: 0 10px;
}
.btn_back_box {
  text-align: center;
  margin-bottom: 3%;
}
.btn_back_box .btn_back {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 7px 2.5%;
  position: relative;
  font-size: 13px;
}
.btn_back_box .btn_back .ionicons {
  position: absolute;
  right: 10px;
  top: 12px;
}
.pray_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5%;
  cursor: pointer;
}
.pray_ul li {
  width: 32%;
  margin-bottom: 3%;
  text-align: center;
  background: #f5f5f5;
}
.pray_ul li a {
  display: block;
}
.pray_ul li .img_box {
  display: block;
  position: relative;
  padding-top: 70%;
}
.pray_ul li .img_box img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.pray_ul li .img_box:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.pray_ul li .text_box {
  padding: 4%;
}
.pray_ul li .title {
  font-size: 17px;
  margin-bottom: 10px;
  text-align: left;
}
.pray_ul li .text {
  font-size: 14px;
  text-align: left;
}
.pray_ul li .price {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.pray_ul:after {
  content: "";
  display: block;
  width: 32%;
}
.post-type-archive-pray .pray_ul {
  margin-top: 3%;
}
@media (max-width: 768px) {
  .pray_ul li {
    width: 48%;
  }
  .pray_ul li .title {
    font-size: 14px;
  }
  .pray_ul li .price {
    padding-top: 1em;
  }
  .pray_ul li .text_box {
    padding: 5%;
  }
}
.single-pray .pray_primary {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3%;
}
.single-pray .pray_primary .main_gallery.type_second {
  margin-bottom: 0;
  max-height: inherit;
}
.single-pray .pray_primary .main_gallery.type_second .swiper-container.type_large {
  min-height: inherit;
}
.single-pray .pray_primary .swiper_thumbnails {
  left: 0;
  top: 0;
  margin-top: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.single-pray .pray_primary .swiper_thumbnails li {
  width: 130px;
  height: 86px;
  margin-right: 10px;
  margin-left: 0;
}
.single-pray .pray_primary .second_gallery {
  width: 63%;
  min-width: 700px;
}
.single-pray .pray_primary .pray_primary_textbox {
  position: relative;
  width: 35%;
  background: #f5f5f5;
  padding: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 20px;
}
.single-pray .pray_primary .pray_primary_textbox .title {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3%;
  margin-bottom: 5%;
}
.single-pray .pray_primary .pray_primary_textbox .desc {
  font-size: 14px;
}
.single-pray .pray_primary .pray_primary_textbox .desc p,
.single-pray .pray_primary .pray_primary_textbox .desc span,
.single-pray .pray_primary .pray_primary_textbox .desc a {
  font-size: 14px;
}
.single-pray .pray_primary .pray_primary_textbox .price {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 5%;
}
.single-pray .pray_primary .pray_primary_textbox .order_btn {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 2% 2% 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.single-pray .pray_primary .pray_primary_textbox .order_btn a {
  padding: 0.8em 3em;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin: auto;
  display: inline-block;
  border-radius: 28px;
  border: 1px solid #000;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 600px) {
  .single-pray .pray_primary .pray_primary_textbox .order_btn a:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000;
  }
}
@media (max-width: 1100px) {
  .single-pray .pray_primary {
    display: block;
  }
  .single-pray .pray_primary .second_gallery {
    width: 100%;
    min-width: inherit;
  }
  .single-pray .pray_primary .pray_primary_textbox {
    position: relative;
    width: 100%;
    margin-left: 0px;
    margin-top: 5%;
  }
  .single-pray .pray_primary .pray_primary_textbox .order_btn {
    position: static;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .single-pray .pray_primary {
    display: block;
  }
  .single-pray .pray_primary .second_gallery .swiper_thumbnails li {
    width: 90px;
    height: 60px;
  }
  .single-pray .pray_primary .pray_primary_textbox {
    padding: 4%;
  }
  .single-pray .pray_primary .pray_primary_textbox .order_btn {
    margin-top: 3%;
  }
}
.pray_table_wrap {
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 3%;
}
.pray_table_wrap::-webkit-scrollbar {
  height: 8px;
}
.pray_table_wrap::-webkit-scrollbar-track {
  background: #fff;
}
.pray_table_wrap::-webkit-scrollbar-thumb {
  background: #aaa;
}
.pray_table {
  width: 100%;
}
.pray_table th {
  font-size: 12px;
  border: 1px solid #000;
  padding: 1%;
  vertical-align: middle;
  background: #f3f3f3;
}
.pray_table td {
  font-size: 12px;
  text-align: center;
  border: 1px solid #000;
  padding: 1%;
  vertical-align: middle;
}
.pray_table td span {
  display: block;
}
.pray_table .td_kakko {
  white-space: nowrap;
}
.pray_orderinfo_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3%;
}
.pray_orderinfo_ul li {
  width: 32.5%;
  margin-bottom: 30px;
  text-align: center;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2%;
}
.pray_orderinfo_ul li h3,
.pray_orderinfo_ul li .title {
  font-size: 14px;
  text-align: left;
  margin-bottom: 3%;
}
.pray_orderinfo_ul li p {
  font-size: 12px;
  text-align: left;
  margin-bottom: 1em;
}
.pray_orderinfo_ul li a {
  font-size: 12px;
  text-decoration: underline;
}
.pray_orderinfo_ul li a:hover {
  text-decoration: none;
}
.pray_orderinfo_ul:after {
  content: "";
  display: block;
  width: 32.5%;
}
@media (max-width: 768px) {
  .pray_orderinfo_ul {
    display: block;
  }
  .pray_orderinfo_ul li {
    width: 100%;
    padding: 4%;
    margin-bottom: 3%;
  }
}
.photo_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2%;
}
.photo_ul li {
  width: 24%;
  text-align: center;
  margin-bottom: 1.5%;
}
.title_line {
  margin-bottom: 40px;
}
.map_address {
  font-size: 16px;
  text-align: right;
  letter-spacing: 1px;
}
@media (max-width: 500px) {
  .map_address {
    font-size: 14px;
  }
}
.access_box_gray,
.access_box {
  max-width: 780px;
  margin: auto auto 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.access_box_inner {
  max-width: 700px;
  margin: auto;
}
.access_box_inner .title {
  margin-bottom: 1em;
  letter-spacing: 1px;
}
.access_box_inner .img {
  margin-bottom: 3%;
}
.access_box_gray {
  padding: 4% 5%;
  background: #f7f7f7;
}
.access_box_gray .title {
  font-size: 20px;
  margin-bottom: 0.5em;
}
.access_box_gray .text1 {
  font-size: 17px;
  margin-bottom: 0.7em;
}
.access_box_gray .text2 {
  font-size: 14px;
  line-height: 2.3;
}
.access_box_gray .img {
  margin-top: 20px;
}
.ico_printer {
  width: 49px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
}
.ico_download {
  width: 49px;
  display: inline-block;
  position: absolute;
  right: 60px;
  top: 0px;
}
@media (max-width: 768px) {
  .ico_printer,
  .ico_download {
    width: 39px;
  }
  .ico_download {
    right: 45px;
  }
}
.js_pdf_download {
  display: none;
}
.course_map_box {
  overflow: hidden;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .course_map_box {
    margin-bottom: 5%;
  }
}
.course_target_criterion {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .course_target_criterion {
    font-size: 18px;
  }
}
.tile_tab_ul .js-include_term_id {
  display: none;
}
.course_target {
  margin-bottom: 5%;
}
.course_target_item {
  border: 1px solid #b3b3b3;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  position: relative;
}
.course_target_item .title {
  font-size: 20px;
  margin-bottom: 30px;
}
.course_target_item .text {
  font-size: 14px;
}
.course_target_item .text p {
  font-size: 14px;
}
.course_target_item .text_box {
  width: 56%;
  margin-right: 3%;
}
.course_target_item .img_box {
  width: 41%;
}
.course_target_item:last-child .course_target_item_misc {
  display: none;
}
.course_target_item_misc {
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
}
@media (max-width: 768px) {
  .course_target_item {
    padding: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .course_target_item .title {
    font-size: 14px;
    margin-bottom: 3%;
  }
  .course_target_item .text_box {
    width: 100%;
    margin-right: 0%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .course_target_item .img_box {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 3%;
  }
}
@media (max-width: 500px) {
  .course_target_item {
    margin-bottom: 50px;
  }
  .course_target_item .title {
    font-size: 16px;
  }
  .course_target_item_misc {
    border-width: 15px 15px 0 15px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    height: 15px;
    bottom: -50px;
  }
}
.course_map_wrap {
  display: none;
}
.course_target_item {
  display: none;
}
.course_target_item_wrap .course_target_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 786px) {
  .sp_course_btn .ionicons {
    margin-right: 10px;
  }
  .sp_course_btn {
    border: 1px solid #727272;
    font-size: 12px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 9%;
    padding-right: 9%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  }
  .sp_course_btn a {
    font-size: 14px;
  }
  .tile_tab_ul.type_4 li,
  .tile_tab_ul.type_5 li {
    width: 50%;
  }
  .tile_tab_ul.type_4 li a,
  .tile_tab_ul.type_5 li a {
    font-size: 14px;
  }
  .tile_tab_ul.type_4 li:first-child,
  .tile_tab_ul.type_5 li:first-child {
    display: none;
  }
  .tile_tab_ul.type_4 li:first-child a,
  .tile_tab_ul.type_5 li:first-child a {
    border-top: none;
  }
  .tile_tab_ul.type_4 li:first-child.active a,
  .tile_tab_ul.type_5 li:first-child.active a {
    background: #000;
    color: #fff;
  }
  .tile_tab_ul.type_4 li:last-child,
  .tile_tab_ul.type_5 li:last-child {
    border-right: none;
  }
}
.month_event_wrap {
  width: 750px;
  margin: 50px auto;
}
@media (max-width: 768px) {
  .month_event_wrap {
    width: 100%;
    margin: 10px auto 50px;
  }
}
.month_event_item {
  cursor: pointer;
}
.month_event_item .title_month {
  font-size: 32px;
  text-align: center;
  margin-bottom: 1%;
}
.month_event_item .ico_arrow_right_large {
  width: 9px;
  height: 18px;
  background: url("../img/common/ico_arrow_right_large_black.png") no-repeat left top;
  background-size: cover;
  position: absolute;
  right: 1%;
  top: 48%;
}
.month_event_item .month_event_item_box {
  position: relative;
  border: 1px solid #757575;
  background: #f7f7f7;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.month_event_item .month_event_item_box .img_box {
  width: 21.5%;
  margin-right: 5%;
}
.month_event_item .month_event_item_box .text_box {
  width: 70%;
}
.month_event_item .month_event_item_box .month_event_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #ccc;
  padding: 1.5% 1.5%;
}
.month_event_item .month_event_item_box .month_event_dl dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  font-size: 16px;
}
.month_event_item .month_event_item_box .month_event_dl dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  font-size: 16px;
}
.month_event_item .month_event_item_box .month_event_text {
  font-size: 14px;
  margin-top: 10px;
  padding: 1% 1%;
}
.month_event_item .month_event_item_box .ico_arrow_right_large {
  -webkit-animation: arrow_right 1.5s infinite;
  animation: arrow_right 1.5s infinite;
}
@media (max-width: 768px) {
  .month_event_item .title_month {
    font-size: 22px;
  }
  .month_event_item .month_event_item_box {
    display: block;
    padding: 3%;
  }
  .month_event_item .month_event_item_box .img_box {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
  }
  .month_event_item .month_event_item_box .text_box {
    width: 100%;
  }
  .month_event_item .month_event_item_box .month_event_dl dt {
    font-size: 14px;
  }
  .month_event_item .month_event_item_box .month_event_dl dd {
    width: 80%;
    font-size: 14px;
  }
  .month_event_item .month_event_item_box .month_event_text {
    font-size: 14px;
  }
  .month_event_item .month_event_item_box .ico_arrow_right_large {
    display: none;
  }
}
@-moz-keyframes arrow_right {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(3px, 0px);
  }
  40% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes arrow_right {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(3px, 0px);
    transform: translate(3px, 0px);
  }
  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes arrow_right {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(3px, 0px);
  }
  40% {
    transform: translate(0, 0);
  }
}
@keyframes arrow_right {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(3px, 0px);
    transform: translate(3px, 0px);
  }
  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#modal_mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.34);
  z-index: 10;
}
.ico_modal_close {
  width: 38px;
  display: block;
  position: absolute;
  right: -18px;
  top: -18px;
}
#modal_privacy {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 14%;
  margin: auto;
  width: 80%;
  max-width: 880px;
  background: #fff;
  z-index: 11;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4%;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
}
#modal_privacy p {
  font-size: 13px;
  margin-bottom: 1.8em;
  line-height: 2;
}
#modal_privacy .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
#modal_privacy .btn_close {
  background: #000;
  color: #fff;
  font-size: 14px;
  margin: auto auto auto;
  width: 136px;
  padding: 7px 0 6px;
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
}
#modal_privacy .btn_close .ico {
  display: inline-block;
  width: 11px;
  position: absolute;
  right: 14px;
  top: 12px;
}
@media (max-width: 768px) {
  #modal_privacy p {
    font-size: 12px;
    margin-bottom: 1.8em;
    line-height: 2;
  }
  #modal_privacy .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
}
.contact_table_wrap {
  margin: 0 3%;
  max-width: 786px;
}
.wysiwyg .tile_tab_ul li a {
  text-decoration: none;
}
.wysiwyg .contact_table {
  width: 100%;
  margin-top: 10%;
  border: none;
}
.wysiwyg .contact_table th {
  border: none;
  text-align: left;
  font-size: 14px;
  width: 29.5%;
  padding: 3% 1em 3% 0;
  vertical-align: top;
}
.wysiwyg .contact_table th .req {
  font-size: 10px;
  color: #eb1526;
  border: 1px solid #eb1526;
  display: inline-block;
  padding: 0px 3px;
  margin-left: 13px;
}
.wysiwyg .contact_table td {
  border: none;
  text-align: left;
  font-size: 14px;
  width: 70%;
  padding: 2% 0;
}
.wysiwyg .contact_table td div {
  font-size: 14px;
}
.wysiwyg .contact_table td .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wysiwyg .contact_table td .flex .flex_cont:nth-child(2) {
  margin-left: auto;
}
.wysiwyg .contact_table td textarea,
.wysiwyg .contact_table td input[type="email"],
.wysiwyg .contact_table td input[type="tel"],
.wysiwyg .contact_table td input[type="text"] {
  display: inline-block;
  border: 1px solid #b9b9b9;
  padding: 0.5em 1em 0.4em;
  width: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wysiwyg .contact_table td textarea,
.wysiwyg .contact_table td input.input_address,
.wysiwyg .contact_table td input[type="email"] {
  width: 100%;
}
.wysiwyg .contact_table td .input_mail_confirm {
  margin-top: 5%;
  margin-bottom: 1%;
}
.wysiwyg .contact_table td input.input_zipcode {
  width: 160px;
}
.wysiwyg .contact_table td textarea {
  height: 160px;
}
.wysiwyg .contact_table td input.input_checkbox {
  margin-right: 0.8em;
}
.wysiwyg .contact_table td .privacy_notice {
  margin-top: 3%;
}
.wysiwyg .contact_table td input[type="email"] {
  margin-bottom: 1%;
}
.wysiwyg .contact_table td input#mail {
  margin-bottom: 4%;
}
.wysiwyg .contact_table td input[name="sei"],
.wysiwyg .contact_table td input[name="mei"],
.wysiwyg .contact_table td input[name="kana_sei"],
.wysiwyg .contact_table td input[name="kana_mei"] {
  margin-left: 5px;
}
.wysiwyg .mw_wp_form_preview .contact_table td {
  background: #f5f5f5;
  padding-left: 1em;
  font-size: 12px;
}
.wysiwyg .mw_wp_form_preview .contact_table td .flex .flex_cont .sp_none {
  display: none;
}
.wysiwyg .mw_wp_form_preview .contact_table td .flex .flex_cont:nth-child(2) {
  margin-left: 3em;
}
.wysiwyg .mw_wp_form_preview .contact_table td .mail_confirm_text {
  display: none;
}
.input_submit_wrap {
  position: relative;
  text-align: center;
  margin: 4% auto 8%;
  width: 270px;
}
.input_submit_wrap .input_back:disabled,
.input_submit_wrap .input_submit:disabled {
  opacity: 0.3;
  cursor: default;
}
.input_submit_wrap .input_back:disabled:hover,
.input_submit_wrap .input_submit:disabled:hover {
  opacity: 0.3;
}
.input_submit_wrap .input_back,
.input_submit_wrap .input_submit {
  background: #000;
  color: #fff;
  padding: 7px 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  letter-spacing: 2px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  margin: auto;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.input_submit_wrap .input_back:hover,
.input_submit_wrap .input_submit:hover {
  opacity: 0.7;
}
.input_submit_wrap .ionicons {
  font-size: 20px;
  color: #fff;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 12px;
  right: 18px;
}
@media (max-width: 768px) {
  .wysiwyg .contact_table,
  .wysiwyg .contact_table thead,
  .wysiwyg .contact_table tbody,
  .wysiwyg .contact_table tr,
  .wysiwyg .contact_table th,
  .wysiwyg .contact_table td {
    display: block;
  }
  .wysiwyg .contact_table th {
    font-size: 14px;
    width: 100%;
    padding: 0px;
    font-weight: bold;
  }
  .wysiwyg .contact_table td {
    font-size: 12px;
    width: 100%;
    padding-bottom: 5%;
  }
  .wysiwyg .contact_table td label {
    font-size: 12px;
  }
  .wysiwyg .contact_table td .flex {
    display: block;
  }
  .wysiwyg .contact_table td .sp_none {
    display: none;
  }
  .wysiwyg .contact_table td input {
    display: block;
    margin-bottom: 3%;
  }
  .wysiwyg .contact_table td input[type="text"],
  .wysiwyg .contact_table td input[type="email"],
  .wysiwyg .contact_table td textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 5px;
  }
  .wysiwyg .contact_table td input.input_checkbox {
    display: inline-block;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .wysiwyg .mw_wp_form_preview input[name="mail_confirm"]:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
  }
  .wysiwyg .mw_wp_form_preview .contact_table td {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .wysiwyg .mw_wp_form_preview .contact_table td .flex .flex_cont .sp_none {
    display: none;
  }
  .wysiwyg .mw_wp_form_preview .contact_table td .flex .flex_cont:nth-child(2) {
    margin-left: 0;
  }
  .wysiwyg .mw_wp_form_preview .contact_table td .mail_confirm_text {
    display: none;
  }
}
.ec_table.hide {
  display: none;
}
.ec_table.hide + .bg_gray {
  display: none;
}
.ec_table input[type="text"],
.ec_table input[type="tel"],
.ec_table input[type="number"] {
  background: #eee;
  border: 1px solid #ddd;
  padding: 5px;
}
@media (max-width: 600px) {
  .table_scroll .ec_table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.form_under_notice {
  background: #f5f5f5;
  padding: 3%;
  text-align: center;
  margin-top: 3%;
}
.mw_wp_form_input .contact_table {
  width: 100% !important;
}
.delighter {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.delighter.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
body .load_more_posts_wrap {
  margin: 3% auto;
  text-align: center;
}
body .load_more_posts_wrap a {
  font-size: 14px;
  padding: 1% 3.7%;
}
@media (max-width: 768px) {
  body .load_more_posts_wrap a {
    padding: 3% 5%;
  }
}
body .lg-backdrop {
  background: rgba(0,0,0,0.9);
}
body .lg-outer .lg-item,
body .lg-outer .lg-img-wrap {
  width: 94%;
  height: 94%;
  margin: auto;
}
body .special_caption {
  display: none;
}
body .lg-sub-html {
  padding-bottom: 20px;
}
body .lg-sub-html a {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  padding: 5px 24px;
  font-size: 12px;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
body .lg-sub-html .special_caption_title {
  font-size: 16px;
  margin: 1em 1em 2em;
}
@media (max-width: 768px) {
  body .lg-sub-html {
    padding-bottom: 40px;
  }
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.table_horizontal {
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 3%;
}
.table_horizontal th {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 1em 1em;
}
.table_horizontal td {
  text-align: center;
  font-size: 14px;
  padding: 1em 1em;
  border-bottom: 1px dotted #aaa;
}
.wysiwyg {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg {
  margin-bottom: 3%;
}
.wysiwyg div,
.wysiwyg p,
.wysiwyg a,
.wysiwyg strong,
.wysiwyg span,
.wysiwyg dt,
.wysiwyg dd,
.wysiwyg li,
.wysiwyg time {
  font-size: 14px;
}
.wysiwyg strong {
  font-size: 16px;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-bottom: 1.1em;
}
.wysiwyg h3 {
  font-size: 20px;
}
.wysiwyg img {
  width: auto;
  height: auto !important;
}
.wysiwyg h2 {
  position: relative;
  padding-bottom: 10px;
}
.wysiwyg h2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 44px;
  height: 1px;
  border-bottom: 1px solid #000;
}
.wysiwyg p:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.wysiwyg .alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.wysiwyg .alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.wysiwyg .w_shadow {
  -webkit-box-shadow: 1px 1px 4px #ddd;
  box-shadow: 1px 1px 4px #ddd;
}
.wysiwyg table.w_table_verticul_middle th,
.wysiwyg table.w_table_verticul_middle td {
  vertical-align: middle;
}
.wysiwyg table.w_border_none {
  border: none;
}
.wysiwyg table.w_border_none th,
.wysiwyg table.w_border_none td {
  border: none;
}
.wysiwyg table {
  border: 1px solid #333;
  width: auto !important;
  margin: 2% auto 3% 0;
}
.wysiwyg table th,
.wysiwyg table td {
  border: 1px solid #333;
  padding: 1em;
  font-size: 14px;
}
.wysiwyg .table_horizontal {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  margin-bottom: 3%;
}
.wysiwyg .table_horizontal th {
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 1em 1em;
}
.wysiwyg .table_horizontal td {
  border: none;
  text-align: center;
  font-size: 16px;
  padding: 1em 1em;
  border-bottom: 1px dotted #aaa;
}
.wysiwyg strong,
.wysiwyg .bold {
  font-weight: bold;
}
.wysiwyg p {
  font-size: 14px;
  line-height: 2;
}
.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg img {
  width: auto;
}
.wysiwyg .notice {
  color: #f00;
}
.wysiwyg .wmax img {
  width: 100%;
}
.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg iframe {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .wysiwyg {
    margin-bottom: 5%;
  }
  .wysiwyg h3 {
    font-size: 16px;
  }
  .wysiwyg table {
    width: 100% !important;
    margin: 2em auto 3em auto;
  }
  .wysiwyg .table_horizontal th,
  .wysiwyg .table_horizontal td {
    font-size: 14px;
  }
}
.wysiwyg .agree_check_box input[type=checkbox] {
  display: none;
}
.wysiwyg .agree_check_box label.checkbox_agree {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  font-weight: bold;
  font-size: 16px;
}
.wysiwyg .agree_check_box label.checkbox_agree::before {
  background: #fff;
  border: 2px solid #000;
  border-radius: 3px;
  content: '';
  display: block;
  height: 20px;
  left: 0px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.wysiwyg .agree_check_box label.checkbox_agree::after {
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  content: '';
  display: block;
  height: 12px;
  left: 7px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 6px;
}
.wysiwyg .agree_check_box input[type=checkbox]:checked + .checkbox_agree::before {
  border-color: #000;
  background: #000;
}
.wysiwyg .agree_check_box input[type=checkbox]:checked + .checkbox_agree::after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale3d(1, 1, 1);
  transform: rotate(45deg) scale3d(1, 1, 1);
}
.wysiwyg .agree_check_box .mwform-checkbox-field-text {
  font-weight: bold;
  font-size: 20px;
}
.wysiwyg .bg_gray {
  background: #f5f5f5;
  padding: 2% 3% 1.8%;
}
.wysiwyg .totalizer {
  text-align: right;
  font-weight: bold;
  border-bottom: 2px solid #000;
}
.wysiwyg .totalizer p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.wysiwyg .totalizer p .totalizer_text {
  font-weight: bold;
  font-size: 30px;
  margin-left: 5px;
}
.wysiwyg .ec_table {
  width: 100% !important;
}
.wysiwyg .ec_table .tr_title_block {
  background: #000;
  color: #fff;
}
.wysiwyg .ec_table .tr_title_block th {
  font-weight: bold;
}
.wysiwyg .ec_table .tr_koumoku_title {
  background: #eee;
}
.wysiwyg .ec_table .tr_koumoku_title th {
  font-weight: bold;
}
.wysiwyg .ec_table .tr_koumoku td:first-child {
  width: 50%;
}
.wysiwyg .ec_table .tr_koumoku .tanka {
  width: 150px;
  min-width: 150px;
}
.wysiwyg .ec_table .tr_koumoku .amount input {
  width: 50px;
  min-width: 50px;
}
.wysiwyg .ec_table .tr_koumoku .price,
.wysiwyg .ec_table .tr_koumoku .subtotal {
  width: 150px;
  min-width: 150px;
  text-align: right;
}
.wysiwyg .ec_table td.amount input[type="number"] {
  width: 70px;
  padding: 3px;
}
.wysiwyg .ec_table .tr_total td {
  font-weight: bold;
  border-top: 2px solid #000;
}
.wysiwyg .ec_table .tr_total td .subtotal span {
  font-weight: bold;
}
.wysiwyg .ec_table .tr_total td:first-child {
  text-align: center;
}
@media (max-width: 600px) {
  .wysiwyg .ec_table {
    width: 100% !important;
  }
  .wysiwyg .ec_table th,
  .wysiwyg .ec_table td {
    padding: 0.5em;
    font-size: 16px;
  }
  .wysiwyg .ec_table .tr_koumoku td:first-child {
    width: 30%;
  }
  .wysiwyg .ec_table .tr_koumoku .tanka {
    width: 5em;
    min-width: 5em;
  }
  .wysiwyg .ec_table .tr_koumoku .amount input {
    width: 50px;
    min-width: 50px;
  }
  .wysiwyg .ec_table .tr_koumoku .price,
  .wysiwyg .ec_table .tr_koumoku .subtotal {
    width: 5em;
    min-width: 5em;
  }
  .wysiwyg .ec_table td.amount input[type="number"] {
    width: 70px;
    padding: 3px;
  }
}
