@charset "UTF-8";

/* CSS Document */
/* =============================
reset & base
===============================*/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p,
abbr, address,
dfn, em,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tr, th, td,
article, aside, figcaption, figure,
footer, header, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  margin: 0;
  /* 変更しない */
  padding: 0;
  /* 変更しない */
  font-size: 100%;
  line-height: 1.6;
  /* 変更しない */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  /* 改行位置の調整 */
  display: flex;
  /* footerを最下部に固定する */
  flex-direction: column;
  min-height: 100vh;
}

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

ul, ol {
  list-style: none;
}

img {
  margin: 0;
  padding: 0;
  height: auto;
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* word-break: break-all; */
}

input, select {
  vertical-align: middle;
}

address {
  font-style: normal;
}

/* =============================
common
===============================*/
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  background: #ffffff;
  overflow-x: hidden;
}

.clearfix:after,
.clearfix:before {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearboth {
  clear: both;
}

a {
  color: #0069d5;
}

a:visited {
  color: #609;
}

a:hover,
a:active {
  color: #c00;
}

a:focus,
button:focus,
input:focus {
  outline: 2px dotted #006ad5;
}

footer a:focus {
  outline-color: #fff;
}

a:active,
button:active,
input:active {
  outline: none;
}

a img {
  vertical-align: middle;
}

input[type="submit"] {
  cursor: pointer;
}

.skip,
.skip02 {
  text-align: center;
  padding: .3em 0;
  top: auto;
  width: 1px;
  font-size: .1%;
  line-height: .1;
  position: absolute;
  left: -100%;
  z-index: 9999;
  background-color: #274da7;
  color: #fff;
}

.skip:visited,
.skip02:visited {
  color: #fff;
}

.skip:focus {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 1.5em;
  top: 0;
  left: 0;
}

.skip02:focus {
  display: block;
  position: fixed;
  width: 100%;
  font-size: 100%;
  line-height: 1.5em;
  left: 0;
  top: 0;
}

/*noscript指定*/
.noscript {
  margin: 0 auto .3em;
  padding: .3em 1em;
  background-color: #eee;
  font-size: 80%;
}

/*noscript指定ここまで*/
strong {
  font-weight: bold;
}

.attention {
  color: #9c0000;
}

.note {
  font-size: 90%;
}

hr.hidden {
  visibility: hidden;
}

.containar {
  width: 93%;
  margin: 0 auto;
}

/* header
===============================*/
.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  /* position: fixed; */
  min-height: 5em;
  background-color: #fff;
  z-index: 100;
}

.page .header {
  border-bottom: 1px solid #ccc;
}

.logo {
  padding: .7em 1.8%;
  width: 28%;
}

.header .logo a {
  display: block;
  text-decoration: none;
  margin: 0;
}

.subnav,
.subnav ul {
  display: flex;
}

.subnav {
  width: 52%;
  flex-wrap: wrap;
  margin-left: auto;
}

.subnav ul {
  width: 66%;
}

.subnav form {
  width: 33%;
}

.subnav li {
  width: 50%;
  margin: .2em 1% 0;
}

.subnav01 a {
  background: url(../img/subnav_ico01.png);
}

.subnav02 a {
  background: url(../img/subnav_ico02.png);
}

.subnav03 a {
  background: url(../img/subnav_ico03.png);
}

.subnav form {
  width: 190%;
  background-color: rgba(39,77,167,0.75);
  display: block;
  margin-left: -53%;
  padding: 1em .5em;
}

.subnav div{
  height: 2.6em;
  background-color: #f0f0f0;
  border-radius: 1.3em;
  overflow: hidden;
  padding: 0 2px 0 .5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subnav input[type="text"] {
  background-color: transparent;
  border: 1px solid #f0f0f0;
  height: 85%;
  width: calc(100% - 7.2em);
  padding: 0;
}

.subnav input[type="submit"] {
  height: calc(2.6em - 4px);
  border: none;
  background: url(../img/search_sp.png) no-repeat .3em center / 1.8em #274DA7;
  border-radius: 1.3em;
  color: #fff;
  font-size: 100%;
  padding: 0 1em 0 2em;
  overflow: hidden;
  width: 5.5em;
  margin: 2px 0;
}

#nav {
  display: flex;
  order: 2;
  width: 100%;
}

#nav li {
  width: 20%;
  margin: 0 1%;
  padding: .2em 0;
}

.navi01 a {
  background-image: url(../img/navi_icon01.png);
}

.navi02 a {
  background-image: url(../img/navi_icon02.png);
}

.navi03 a {
  background-image: url(../img/navi_icon03.png);
}

.navi04 a {
  background-image: url(../img/navi_icon04.png);
}

.navi05 a {
  background-image: url(../img/navi_icon05.png);
}

.navi06 a {
  background-image: url(../img/navi_icon06.png);
}

.header .subnav a,
.header #nav a {
  color: #222;
  font-size: 70%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 3.5em;
  text-align: center;
  background-size: 50%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  margin: 0;
}

/* jsオン時header */
body a.menu_btn {
  order: 1;
  width: 18%;
  background-color: #274da7;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  font-size: 70%;
  padding: 1.6em 0;
  min-height: 2.9em;
  margin: 0;
}

.menu_btn:hover {
  color: #fff;
}

.menu_btn::before
.menu_border {
  max-width: 80%;
}

.menu_btn::before,
.menu_border::before,
.menu_off .menu_border::after {
  content: "";
  width: 2em;
  display: block;
  border-top: 2px solid #fff;
  margin-bottom: .4em;
}

.menu_off .menu_txt {
  margin-top: .6em;
}

.menu_on .menu_txt {
  margin-top: 2em;
}

body a.menu_btn.menu_on {
  position: fixed;
  top: 0;
  right: 80%;
  padding-top: 3em;
}

.menu_btn.menu_on::before,
.menu_on .menu_border::before {
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  margin: auto;
}

.menu_btn.menu_on::before {
  transform: rotate(45deg);
}

.menu_on .menu_border::before {
  transform: rotate(-45deg);
}

.subnav.js_on {
  position: relative;
}

.subnav.js_on ul {
  width: 100%;
}

.subnav .js_on li {
  width: 33%;
}

.subnav.js_on form {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}

#nav.js_on {
  display: block;
  width: 80%;
  position: fixed;
  /* height: 100%; */
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  padding-top: 5em;
  overflow-y: auto;
  overflow-x: hidden;
}

#nav.js_on li {
  width: 100%;
  border-top: 1px solid #f0f0f0;
}

#nav.js_on li:last-child {
  border-bottom: 1px solid #f0f0f0;
}

#nav.js_on a {
  background-position: .5em center;
  background-size: contain;
  font-weight: bold;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  padding-left: 6.5em;
  padding-right: 1em;
  height: 5em;
}

#nav.js_on a::after {
  content: url(../img/arw_blue.png);
  display: inline-block;
}

/* main
===============================*/
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 6em;
  margin: 0 auto 3em;
}

.breadcrumbs li {
  font-size: 80%;
}

.breadcrumbs li:not(:last-child) {
  margin-right: 1em;
}

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  padding-left: 1em;
  color: #ccc;
}

.breadcrumbs a {
  color: #222;
  text-decoration: underline;
}

.contents_wrap {
  margin: 0 auto;
  width: 100%;
}

#contents {
  margin: 0 auto;
}

.for_detail,
.for_detail02 {
  margin-bottom: 2em;
  text-align: center;
}

body .for_detail a {
  display: inline-flex;
  border: 1px solid #222;
  border-radius: 1.7em;
  /* min-height: 3.4em; */
  font-weight: bold;
  justify-content: center;
  align-items: center;
  padding: .8em 4em;
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) center;
}

body .for_detail02 a {
  display: inline-flex;
  border: 1px solid #222;
  /* min-height: 2.6em; */
  border-radius: 1.3em;
  padding: .55em 3em;
  font-size: 90%;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) center;
  background-size: .8em;
  font-weight: bold;
}

.pu_h3,
.page .pu_h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
  font-size: 100%;
}

.pu_h3::before,
.pu_h3::after,
.page .pu_h3::after {
  content: "";
  width: 1px;
  height: 1.5em;
  display: block;
  position: absolute;
  top: 0;
}

.pu_h3::before {
  left: calc(50% - 4em);
  transform: rotate(-15deg);
}

.pu_h3::after,
.page .pu_h3::after {
  right: calc(50% - 4em);
  transform: rotate(15deg);
  left: auto;
}

/* event_box &  event_detail */
.event_box .category,
.event_detail .category {
  color: #9F2560;
  display: flex;
  align-items: center;
}

.event_box .category {
  font-size: 90%;
  margin-bottom: 10px;
}

.event_detail .category  {
  font-size: 80%;
}

.event_box .category::before,
.event_detail .category::before {
  content: "";
  display: inline-block;
  margin-right: .3em;
  width: 1rem;
  height: 1em;
}

.category01::before {
  background: url(../img/category01_ico.png) no-repeat center center / 1em;
}
.category02::before {
  background: url(../img/category02_ico.png) no-repeat center center / 1em;
}
.category03::before {
  background: url(../img/category03_ico.png) no-repeat center center / 1em;
}
.event_box .text { color: #222; font-weight: 600; text-decoration: underline; margin-bottom: 10px; }
.event_box .date { font-size: 90%; color: #222; }

/* box_link */
.box_link {
  border: 1px solid #222;
  position: relative;
  display: block;
  padding: 1.5em 1.5em 1.5em 4em;
  background-position: 1em center;
  background-repeat: no-repeat;
  background-size: auto 1.5em;
  color: #222;
  font-weight: bold;
}

.box_link:visited {
  color: #222;
}

.box_link::before,
.box_link::after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
}

.box_link::before {
  border-color: transparent #fff #fff transparent;
  border-width: 0 0 10px 10px;
  right: -1px;
  bottom: -1px;
}

.box_link::after {
  border-color: #fff transparent transparent #fff;
  border-width: 10px 10px 0 0;
  left: -1px;
  top: -1px;
}

/* footer
===============================*/
#goTOP {
  text-align: center;
  margin-top: 3em
}

#goTOP a {
  display: inline-block;
  color: #222;
  background: url(../img/gotop.png) no-repeat center bottom / 4em;
  font-size: 90%;
  padding-bottom: 4.5em;
  text-decoration: none;
}

.foot_info_wrap {
  margin: 2em auto;
  width: 90%;
}

#footer_wrap .foot_info_wrap h2 {
  background: url(../img/logo_sp.png) no-repeat #fff;
  background-size: contain;
  width: 50%;
  height: 0;
  padding-top: 20%;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 1em;
  border-bottom: none;
}

.foot_info_wrap p,
.foot_info_wrap ul {
  font-size: 90%;
  margin-bottom: 1em;
}

.foot_info_wrap li:not(:last-child) {
  margin-bottom: .7em;
}

.foot_tra01 {
  background-image: url(../img/foot_tra01_ico.png);
}
.foot_tra02 {
  background-image: url(../img/foot_tra02_ico.png);
}

.foot_trans li {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-left: 1.2em;
}


.foot_info a {
  display: inline-block;
  background: url(../img/arw_blue.png) no-repeat left center / .8em;
  padding-left: 1.2em;
  color: #222;
}

.foot_sns {
  display: flex;
}

.foot_sns li {
  width: 2em;
  margin-right: 1.5em;
}

.foot_sns li:not(:last-child) {
  margin-bottom: 0;
}

.foot_fb {
  background-image: url(../img/foot_fb.png);
}

.foot_twi {
  background-image: url(../img/foot_twi.png);
}

.foot_line {
  background-image: url(../img/foot_line.png);
}

.foot_insta {
  background-image: url(../img/foot_insta.png);
}

.foot_sns a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.map_wrap {
  width: 100%;
  height: 20em;
  margin-bottom: 2em;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}

footer {
  width: 100%;
  background: #274DA7 url(../img/footer_top.png) no-repeat;
  background-position: top center;
  background-size: auto 7em;
  padding-top: 10em;
}

footer .containar {
  display: flex;
  flex-direction: column;
}

footer .containar div {
  color: #ffffff;
}

footer .containar ul {
  margin: 1em;
}

footer .containar li {
  font-size: 0.8em;
  line-height: 1.8;
  margin-bottom: 0.7em;
}

footer .containar a {
  color: #ffffff;
  text-decoration: underline;
}

#footer_wrap footer .containar h2 {
  font-weight: normal;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1em;
  margin-bottom: 0;
  font-size: 105%;
}

footer .add_info {
  color: #ffffff;
  text-align: center;
  padding: 2em 0 4em;
  width: 20em;
  max-width: 100%;
  margin: 0 auto;
}

footer .address {
  line-height: 2.0;
  font-size: 90%;
}

footer .address a,
footer .address a:hover,
footer .address a:active {
  color: #fff;
  margin: 0;
}

footer .phone {
  margin: 1em 0;
  font-size: 90%;
}

.phone a {
  color: #fff;
}

footer .copyright {
  font-size: 65%;
  margin: 1em 0;
  letter-spacing: 0.2em;
}

/* jsオン時footer */
footer .containar h2.js_on {
  margin-top: 1em;
  display: flex;
  padding: 0 .5em 1em;
}

footer .containar .js_on a {
  margin-left: auto;
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  background: url(../img/foot_arr.png) right center / contain no-repeat;
}

footer .containar .js_on a.menu_on {
  transform: scale(1 , -1);
}

/*----------------------------------------------------
 sp-tab中間調整
------------------------------------------------------*/
@media screen and (min-width:420px) {
  #nav.js_on {
    width: 65%;
  }

  body a.menu_btn.menu_on {
    right: 65%;
  }
}

@media screen and (min-width:460px) {
  .logo {
    width: 35%;
  }

  .subnav {
    width: 48%;
  }

  body a.menu_btn {
    width: 15%;
  }

  .subnav.js_on form {
    margin-left: -75%;
    width: 209%;
    padding: 1.5em 1em;
  }

  body a.menu_btn.menu_on {
    padding-top: 2.6em;
  }
}

@media screen and (min-width:520px) {
  #nav.js_on {
    width: 50%;
  }

  body a.menu_btn.menu_on {
    right: 50%;
  }

  .subnav {
    width: 40%;
  }

  body a.menu_btn {
    width: 13%;
  }

}

@media screen and (min-width:600px) {
  .logo {
    width: 205px;
  }

  .subnav.js_on ul {
    min-height: 82px;
  }

  body a.menu_btn {
    min-height: 46px;
  }

  body a.menu_btn.menu_on {
    padding-top: 1.6em;
  }
}

@media screen and (min-width:620px) {
  .logo {
    width: 220px;
  }

  .subnav {
    width: 240px;
  }

  body a.menu_btn {
    width: 80px;
  }

  #nav a {
    font-size: 85%;
  }

  .subnav.js_on ul {
    min-height: 87px;
  }

  body a.menu_btn {
    min-height: 51px;
  }

}

@media screen and (min-width:660px) {
  .containar {
    width: 80%;
  }

  footer {
    background-size: 180%;
    padding-top: 15em;
  }
}

/*----------------------------------------------------
 tab表示
------------------------------------------------------*/
@media screen and (min-width:768px) {

  /* footer
  ===============================*/
  #footer_wrap > .containar {
    display: flex;
    justify-content: space-between;
    margin: 2em auto 4em;
  }

  .foot_info_wrap,
  .map_wrap {
    width: 46%;
    margin: 0;
    height: auto;
  }

  footer {
    padding-top: 35%;
  }


}

/*----------------------------------------------------
 pc_min表示
------------------------------------------------------*/
@media screen and (min-width:1024px) {
  .containar {
    width: 85%;
  }

  .sp {
    display: none;
  }

  /* header
  ===============================*/
  .toppage .header {
    flex-direction: column;
    position: static;
    justify-content: flex-start;
  }

  .page .header,
  .menu .header {
    justify-content: flex-end;
  }

  .page .logo,
  .menu .logo {
/*    margin-right: auto; */
    position: absolute;
    top: 0;
    left:0;
  }

  .page .header,
  .page .logo,
  .menu .header,
  .menu .logo {
    height: 5em;
  }

  .toppage .header {
    height: 11em;
  }

  .toppage .logo {
    height: 11em;
    width: 11em;
    padding: 0;
  }

  .subnav {
    height: 5em;
    align-items: center;
    justify-content: flex-end;
  }

  .page .subnav,
  .menu .subnav {
    order: 3;
    width: 200px;
    margin-left: 0;
  }

  .toppage .subnav {
    width: calc(100% - 13em);
  }

  .subnav form {
    background-color: transparent;
    margin: 0;
  }

  .page .subnav form,
  .menu .subnav form {
    width: 100%;
  }

  .toppage .subnav form {
    width: 30%;
  }

  #nav {
    height: 5em;
    margin-left: auto;
    justify-content: flex-end;
    align-self: flex-start;
  }

  .page #nav,
  .menu #nav {
    width: calc(100% - 450px);
    margin-left: 0;
  }

  .toppage #nav {
    width: 75%;
  }

  #nav li.current {
    border-bottom: 2px solid #274da7;
  }

  .page #nav .current a,
  .menu #nav .current a {
    color: #274da7;
  }

  .subnav ul {
    position: absolute;
    top: 13em;
    right: 0;
    width: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .subnav li {
    width: 100%;
    margin: 0;
  }

  .header .subnav a {
    flex-direction: row-reverse;
    justify-content: center;
    background-position: 50% 1em;
    background-color: #274DA7;
    color: #fff;
    padding: 4em 0 2em;
    border: 2px solid #fff;
    background-position: 50% 1.2em;
  }

  .header .subnav01 a {
    border-top-left-radius: 20px;
    background-image: url(../img/subnav_pc_ico01.png)
  }

  .header .subnav02 a {
    border-bottom-left-radius: 20px;
    margin-top: -1px;
    background-image: url(../img/subnav_pc_ico02.png)
  }

  .subnav a span {
    width: 1em;
    line-height: 1.3;
    font-weight: bold;
  }

  .subnav a span:first-child {
    margin-left: .3em;
  }

  .page .subnav input[type="text"],
  .menu .subnav input[type="text"] {
    width: calc(100% - 3.4em);
  }

  .toppage .subnav input[type="text"] {
    width: calc(100% - 3.4em);
  }

  .subnav input[type="submit"] {
    width: calc(2.6em - 4px);
    white-space: nowrap;
    text-indent: 200%;
    padding: 0;
  }

  #nav a {
    font-weight: 600;
    font-size: 75%;
  }

  .page #nav a,
  .menu #nav a {
    padding-top: 45px;
    background-size: 45px auto;
  }

  .toppage #nav a {
    padding-top: 70px;
    background-size: 70px auto;
  }

  /* footer
  ===============================*/
  footer {
    background-size: 120%;
    padding-top: 27%;
  }

  footer .containar {
    flex-wrap: wrap;
    flex-direction: row;
  }

  footer .containar div {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 2em;
  }

  footer .containar div:nth-child(4n) {
    margin-right: 0;
  }

  footer .add_info {
    width: 30em;
  }

  footer .phone {
    display: flex;
    justify-content: center;
  }

  footer .phone li:first-child {
    margin-right: 2em;
  }

}

/*----------------------------------------------------
 pc表示調整
------------------------------------------------------*/
@media screen and (min-width:1150px) {
  .page #nav,
  .menu #nav {
    width: 690px;
  }
}

/*----------------------------------------------------
 pc表示
------------------------------------------------------*/
@media screen and (min-width:1250px) {
  .containar {
     max-width: 1152px;
  }

  .header {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }

  .toppage .header {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .logo {
    margin-right: auto;
  }

  .toppage .logo {
    width: 30%;
    margin-right: 0;
  }

  .toppage .logo img {
    width: 11em;
  }

  .subnav {
    order: 3;
    width: 20%;
    margin-left: 0;
  }

  #nav,
  .toppage #nav {
    width: 50%;
    align-self: auto;
  }

  .toppage #nav {
    margin-left: 0;
  }

  #nav a {
    background-size: 80%;
  }

  .toppage .subnav {
    width: 20%;
  }

  .subnav form,
  .toppage .subnav form {
    width: 100%;
  }

  .foot_info_wrap {
    width: 30%;
  }

  .map_wrap {
    width: 65%;
  }

  footer {
    background-size: 100%;
    padding-top: 23%;
  }

  footer .containar {
    justify-content: space-between;
  }

  footer .containar div,
  footer .containar div:nth-child(4n) {
    width: 14%;
    margin: 0;
  }

  footer .containar ul {
    margin: 1em 0.5em;
  }
}

/*----------------------------------------------------
 *  vue
 *  ------------------------------------------------------*/
[v-cloak] { display: none; }

@media print {
  .header,
  footer .containar,
  #footer_wrap > .containar,
  #goTOP,
  .sns_share,
  .recommend {
    display: none !important;
  }

  footer {
    background-color: transparent;
  }
  footer .add_info {
    color: #222;
  }
}