@charset "utf-8";

@-ms-viewport {
  width: auto;
  initial-scale: 1;
}

/*--------------------------------------------
  BASE
--------------------------------------------*/
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family:
  'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
img {
  vertical-align: middle;
}
table {
  width: 100%;
}

a {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  a {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
}

@media screen and (max-width : 1199px ) {
  html {
    font-size: .8vw;
  }
}
@media screen and (max-width : 991px ) {
  html {
    font-size: 1.3vw;
  }
}
@media screen and (max-width : 767px ) {
  html {
    font-size: 1.75vw;
  }
  body {
    line-height: 1.5;
  }
}
@media screen and (max-width : 575px ) {
  html {
    font-size: 2.5vw;
  }
}


/*--------------------------------------------
  WordPress Native Styles
--------------------------------------------*/
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
img.alignleft {
  margin: 0 auto 0 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}


/*--------------------------------------------
  WordPress pagenation
--------------------------------------------*/
.pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
}
.pagination * {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
}
.pagination * + * {
  margin-left: 1em;
}
.pagination a,
.pagination .current {
  color: #010101;
  background: #fff;
  border: 1px solid #010101;
  padding: .3em;
  line-height: 1;
  transition: .4s;
}
.pagination a:hover,
.pagination a:focus {
  color: #fff;
  background-color: #010101;
  opacity: .7;
}
.pagination .current {
  color: #fff;
  background-color: #010101;
}

@media screen and (max-width : 991px ) {
  .pagination {
    margin-top: 2em;
  }
}
@media screen and (max-width : 767px ) {
  .pagination * + * {
    margin-left: .8em;
  }
  .pagination * {
    width: 2.2em;
    height: 2.2em;
  }
}


/*-----------------------------------------------------
  Wordpress EDITOR
------------------------------------------------------*/
.wp_editor * + p,
.wp_editor * + ul,
.wp_editor * + ol,
.wp_editor * + table,
.wp_editor * + .table_wrap {
  margin-top: 2em;
}
.wp_editor * + h1,
.wp_editor * + h2,
.wp_editor * + h3,
.wp_editor * + h4 {
  margin-top: 3em;
}
.wp_editor h2 {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.wp_editor h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.wp_editor h4 {
  font-weight: 500;
  font-size: 1.8rem;
  color: #223d71;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.wp_editor h6 {
  color: #a9a9a9;
}

.wp_editor a {
  color: #3094b3;
  word-break: break-all;
}
.wp_editor a:hover,
.wp_editor a:focus {
  opacity: .7;
}

.wp_editor ul,
.wp_editor ol {
  /*margin-bottom: 2rem;*/
  padding-left: 2em;
  line-height: 1.5;
}
.wp_editor ul > li:not(:first-child),
.wp_editor ol > li:not(:first-child) {
  margin-top: 1em;
}
.wp_editor ul > li {
  list-style-type: disc;
}
.wp_editor ol > li {
  list-style-type: decimal;
}

.wp_editor table {
  width: 100%;
}
.wp_editor table tr > th,
.wp_editor table tr > td {
  padding: 1em;
  border: 1px solid #ddd;
}
.wp_editor table tr > th {
  background-color: #a9a9a9;
}

/*  Wordpress EDITOR SP  */
@media screen and (max-width : 767px ) {
  .wp_editor * + p,
  .wp_editor * + ul,
  .wp_editor * + ol,
  .wp_editor * + table,
  .wp_editor * + .table_wrap {
    margin-top: 1.5em;
  }
  .wp_editor * + h1,
  .wp_editor * + h2,
  .wp_editor * + h3,
  .wp_editor * + h4 {
    margin-top: 2em;
  }
  .wp_editor ul > li:not(:first-child),
  .wp_editor ol > li:not(:first-child) {
    margin-top: .6em;
  }
}


/*--------------------------------------------
  google map
--------------------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*--------------------------------------------
  GLOBAL CSS
--------------------------------------------*/
.roboto {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.roboto_b {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.roboto_bk {
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
:root .cf::after { /* IE9 */
  content: ""\9;
  clear: both\9;
  display: block\9;
  height: 0\9;
}

.over {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.over:hover,
.over:focus {
  opacity: 0.7;
}
.ios .over:hover,
.ios .over:active,
.ios .over:link,
.ios .over:visited,
.ios .over::focus {
  opacity: 1;
}

.pe_none {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .sp_event {
    color: #25b4e0;
  }
}
@media screen and (min-width: 992px) {
  .sp_event {
    pointer-events: none;
    cursor: default;
  }
}

.wrap_ofi {
  position: relative;
  padding-top: 60%;
  backface-visibility: hidden;
}
.wrap_ofi .ofi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ofi {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}
.ofi.cover {
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover;object-position:center center;';
}
.ofi.contain {
  margin: auto;
  object-fit: contain;
  object-position: center center;
  font-family: 'object-fit: contain;object-position:center center;';
}

.table_wrap {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 991px) {
  .table_wrap {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table_wrap::-webkit-scrollbar {
    height: .3rem;
  }
  .table_wrap::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 1rem;
  }
  .table_wrap::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #555;
  }
  .table_wrap > table {
    margin-bottom: 0;
  }
  .table_wrap > table > thead > tr > th,
  .table_wrap > table > tbody > tr > th,
  .table_wrap > table > tfoot > tr > th,
  .table_wrap > table > thead > tr > td,
  .table_wrap > table > tbody > tr > td,
  .table_wrap > table > tfoot > tr > td {
    white-space: nowrap;
  }

  /*.scroll_nav {
    position: relative;
    margin-top: -.2em;
    padding-right: 2.5em;
    text-align: right;
    font-size: 1.8rem;
  }
  .scroll_nav::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: .2em;
    bottom: 0;
    width: 1.8em;
    height: 1.8em;
    background: url('../Image/common/icon_swipe.png') center/contain no-repeat;
  }*/
}

.img_responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img_full {
  display: block;
  width: 100%;
  height: auto;
}

.center_block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.ta_center {
  text-align: center;
}
.ta_right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.white {
  color: #fff;
}

.bg_gray {
  background: #f4f4f4;
}

.mgt_sm {
  margin-top: 1em;
}
.mgt_md {
  margin-top: 2em;
}
.mgt_lg {
  margin-top: 3em;
}

.ul_deco > li {
  position: relative;
  padding-left: 1.9em;
  line-height: 1.5;
}
.ul_deco > li:not(:first-child) {
  margin-top: .8em;
}
.ul_deco > li .li_head {
  position: absolute;
  left: 0;
}

.ttl_bdl {
  margin-bottom: 1.5em;
  padding-left: .8em;
  border-left: .5rem solid #333;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.3;
}
.ttl_bdl.mgb0 {
  margin-bottom: 0;
}

.ttl_bg {
  margin-bottom: 1.5em;
  padding: .8em 1.5em;
  background-color: #f4f4f4;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
}
.ttl_bg .dot {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
.ttl_bg .dot::before {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  width: .3em;
  height: .3em;
  border-radius: 50%;
  background-color: #333;
}

.ttl_lg {
  margin-bottom: .5em;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.ttl_lg.mgb0 {
  margin-bottom: 0;
}
.ttl_lg .icon_check {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
.ttl_lg .icon_check::before {
  content: '';
  display: block;
  position: absolute;
  top: .2em;
  left: .2em;
  width: 1em;
  height: 1em;
  background: url('../Image/common/icon_check.png') center/contain no-repeat;
}

.wrap_btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.5em;
}
.wrap_btn.mgt_sm {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .btn_col2 > * + * {
    margin-left: 1em;
  }
}

.btn_color {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.3em;
  max-width: 100%;
  height: 100%;
  min-height: 3em;
  padding: .3em 1em;
  background-color: rgba(255,255,255,.2);
  text-align: center;
  color: #fff;
  line-height: 1.1;
  letter-spacing: .1rem;
}
.btn_color:hover,
.btn_color:focus {
  background-color: rgba(255,255,255,.3);
}
.btn_color.bk {
  background-color: #000;
}
.btn_color.bk:hover,
.btn_color.bk:focus {
  background-color: #333;
}



@media screen and (max-width: 991px) {
  .mgt_sm {
    margin-top: .8em;
  }
  .mgt_md {
    margin-top: 1.5em;
  }
  .mgt_lg {
    margin-top: 2.2em;
  }

  .ttl_bdl {
    font-size: 2.4rem;
  }

  .ttl_bg {
    padding: .6em 1.2em;
    font-size: 1.8rem;
  }
  .ttl_bg .dot {
    padding-left: 1em;
  }
  .ttl_bg .dot::before {
    top: .5em;
  }

  .ttl_lg {
    font-size: 2rem;
  }

  .wrap_btn {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .btn_col2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .btn_col2 > * + * {
    margin-top: 1em;
  }
}
@media screen and (max-width : 575px ) {
  .ss_ta_left {
    text-align: left;
  }
  .ss_ta_center {
    text-align: center;
  }
}


/*--------------------------------------------
  CONTENTS BOX
--------------------------------------------*/
@media screen and ( max-width: 991px ) {
  .inner {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .box_pd {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
  .box_pd_sm {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  .box_pdt0 {
    padding-top: 0;
  }
  .pdt_sm {
    padding-top: 2.5em;
  }
  .box_pdb0 {
    padding-bottom: 0;
  }
}
@media screen and ( min-width: 992px ) {
  .inner {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .inner.lg {
    max-width: 186rem;
  }
  .inner.full {
    max-width: 100%;
  }

  .box_pd {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }
  .box_pd_sm {
    padding-top: 3.6em;
    padding-bottom: 3.6em;
  }
  .box_pdt0 {
    padding-top: 0;
  }
  .pdt_sm {
    padding-top: 3.6em;
  }
  .box_pdb0 {
    padding-bottom: 0;
  }
}


/*--------------------------------------------
  HEADER
--------------------------------------------*/
.header .fx_head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 1.3em 2em;
  background-color: #010101;
}
.header .fx_head .hd_logo {
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header .fx_head .hd_logo .logo_img > a {
  display: block;
}
.header .fx_head .hd_logo .logo_img > a:hover,
.header .fx_head .hd_logo .logo_img > a:focus {
  opacity: .7;
}
.header .fx_head .hd_logo .logo_text {
  padding-left: 2em;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
}
.header .fx_head .hd_accordion_btn {
  padding-left: 2em;
}
.header .fx_head .hd_accordion_btn > button {
  display: block;
  padding: .5em;
  background-color: transparent;
  border: none;
  font-size: 1.4rem;
  color: #fff;
  cursor: pointer;
}
.header .fx_head .hd_accordion_btn > button > span {
  position: relative;
  display: block;
  padding-left: 2em;
  line-height: 1;
}
.header .fx_head .hd_accordion_btn > button > span::before,
.header .fx_head .hd_accordion_btn > button > span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 1em;
  height: .2rem;
  background-color: #fff;
  transition: .4s;
}
.header .fx_head .hd_accordion_btn > button > span::before {
  top: .2rem;
}
.header .fx_head .hd_accordion_btn > button > span::after {
  bottom: .2rem;
}

.header .fx_head .hd_accordion_btn > button.active > span::before {
  top: .5rem;
}
.header .fx_head .hd_accordion_btn > button.active > span::after {
  opacity: 0;
}

.header .fx_head .hd_spmenu_btn {
  width: 3em;
  height: 2.6em;
}
.drawer-hamburger {
  position: static;
  top: .8em !important;
  right: 1em !important;
  box-sizing: border-box;
  width: 3em;
  padding: 1.2em .5em;
}
.drawer-hamburger-icon {
  margin-top: 0;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  height: .2rem;
  background-color: #fff;
}
.drawer-hamburger-icon:before {
  top: -.6em;
}
.drawer-hamburger-icon:after {
  top: .6em;
}


.drawer-nav {
  display: none;
  background-color: #161616;
}
.drawer-nav .drawer-menu {
  padding: 6em 2em;
}
@media screen and (min-width: 992px) {
  .header .fx_head .hd_spmenu_btn {
    display: none;
  }

  .drawer-nav {
    position: static;
    width: 100%;
    padding: 3em 2em;
  }
  .drawer-nav .drawer-menu {
    padding: 0;
  }
}

.menu_search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-bottom: 1.5em;
}
.menu_search .search_form {
  width: 23.5em;
  padding: .3em;
  padding-left: 2em;
}
.menu_search .search_form > form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background-color: rgba(255,255,255,.1);
  padding: .1em 1em;
  border-radius: 2em;
}
.menu_search .search_form > form .f_input {
  flex-grow: 1;
}
.menu_search .search_form > form .f_input > input {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
}
.menu_search .search_form > form .f_btn > button {
  padding-top: .2em;
  background-color: transparent;
  border: none;
  outline: none;
  vertical-align: top;
  line-height: 1;
  cursor: pointer;
  transition: .4s;
}
.menu_search .search_form > form .f_btn > button:hover,
.menu_search .search_form > form .f_btn > button:focus {
  opacity: .7;
}
.menu_search .link_btn {
  width: 15em;
  padding: .3em;
  padding-left: 2em;
}
.menu_search .search_tab {
  flex-grow: 1;
}
.menu_search .search_tab .ul_tabbtn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -.3em;
  margin-right: -.3em;
}
.menu_search .search_tab .ul_tabbtn > li {
  padding: .3em;
}
.menu_search .search_tab .ul_tabbtn > li > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.3em;
  height: 100%;
  min-height: 3em;
  padding: .3em 1em;
  background-color: rgba(255,255,255,.1);
  text-align: center;
  color: #fff;
  line-height: 1.1;
  letter-spacing: .1rem;
}
.menu_search .search_tab .ul_tabbtn > li > a:hover,
.menu_search .search_tab .ul_tabbtn > li > a:focus {
  background-color: rgba(255,255,255,.2);
}
.menu_search .search_tab .ul_tabbtn > li > a.active {
  background-color: rgba(255,255,255,1);
  color: #111;
  pointer-events: none;
}

.tab_contents .tab_item {
  display: none;
}
.menu_term .ul_termlink {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
}
.menu_term .ul_termlink > li {
  width: 20%;
  padding: 0 1em;
}
.menu_term .ul_termlink > li > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 3.8em;
  padding: .3em 0;
  border-bottom: .1rem solid #fff;
  color: #fff;
  line-height: 1.1;
  letter-spacing: .1rem;
}
.menu_term .ul_termlink > li > a:hover,
.menu_term .ul_termlink > li > a:focus {
  opacity: .7;
}

.menu_copyright {
  margin-top: 2em;
  text-align: right;
  font-size: 1.2rem;
  color: #888888;
}
.menu_copyright > a {
  color: #fff;
  text-decoration: underline;
}
.menu_copyright > a:hover,
.menu_copyright > a:focus {
  text-decoration: none;
  opacity: .9;
}
.menu_copyright > a + a {
  margin-left: 2em;
}

@media screen and (max-width: 1399px) {
  .menu_search .search_tab .ul_tabbtn > li > a {
    width: 13em;
  }
  .menu_term .ul_termlink > li {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .header .fx_head {
    padding: .8em 1em .7em;
  }
  .header .fx_head .hd_logo {
    flex-grow: 1;
    display: block;
  }
  .header .fx_head .hd_logo .logo_img > a {
    display: inline-block;
    vertical-align: top;
  }
  .header .fx_head .hd_logo .logo_text {
    display: none;
  }
  .header .fx_head .hd_accordion_btn {
    display: none;
  }

  .drawer-nav {
    display: block !important;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition-duration: .2s !important;
  }
  .drawer--right .drawer-nav {
    right: 0;
  }
  .drawer-open .drawer-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .4s !important;
  }
  .drawer-open .hd_spmenu_btn > button {
    position: fixed;
    z-index: 105;
    top: .8em !important;
    right: 1em !important;
    background-color: rgba(0,0,0,.7);
    border: .1rem solid rgba(255,255,255,.3);
  }

  .menu_search {
    display: block;
  }
  .menu_search .search_form {
    width: 100%;
    margin-bottom: 1.5em;
    padding: 0;
  }
  .menu_search .link_btn {
    width: 100%;
    padding: 0;
  }
  .menu_search .link_btn + .link_btn {
    margin-top: 1.2em;
  }
  .menu_search .link_btn .btn_color {
    width: 100%;
  }

  .menu_search .search_tab {
    margin-top: 2em;
  }
  .menu_search .search_tab .ul_tabbtn > li {
    width: 33.3333%;
  }
  .menu_search .search_tab .ul_tabbtn > li > a {
    width: 100%;
  }


  .menu_term .ul_termlink {
    margin-left: -.5em;
    margin-right: -.5em;
  }
  .menu_term .ul_termlink > li {
    width: 50%;
    padding: 0 .5em;
  }
}
@media screen and (max-width: 767px) {
  .menu_search .search_tab .ul_tabbtn > li {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .menu_term .ul_termlink > li {
    width: 100%;
  }
}