@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&amp;subset=japanese);
.flex {
  display: flex;
}

.jcss {
  justify-content: start;
}

.jcsc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  .disnone {
    display: block !important;
    position: fixed;
    top: 1%;
    left: 2%;
    z-index: 9;
  }
  .disnone a {
    color: #fff;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .disnone {
    display: block !important;
    position: fixed;
    top: 1%;
    left: 2%;
    z-index: 9;
  }
  .disnone a {
    color: #fff;
  }
}

@media only screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #696969;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  word-wrap: break-word;
  font-size: 16px;
  background: #f6f3dd;
  min-width: 100%;
  overflow: hidden;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .inner {
    padding: 20px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .inner {
    padding: 64px 0 20px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#contents {
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

a {
  transition: 1s;
}

.imgR, .imgL {
  float: none !important;
}
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgL {
  float: none;
  max-width: 100% !important;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
}

.spnone {
  display: block;
}
@media only screen and (max-width: 834px) {
  .spnone {
    display: none;
  }
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}
.hed_left {
  width: 19%;
  margin-left: 1%;
  max-width: 160px;
}
@media only screen and (max-width: 834px) {
  .hed_left {
    max-width: 100%;
    width: 100% !important;
  }
}

@media only screen and (max-width: 834px) {
  .hed_right .snsbox {
    display: none;
  }
}
.hed_right .snsbox li {
  text-align: left;
  line-height: 0;
}
.hed_right .snsbox li a {
  font-size: 10px;
  color: #ffffff;
}
.hed_right .snsbox li a i {
  font-size: 20px;
  margin-right: 7px;
}

.hed_center {
  width: 55%;
}
@media screen and (min-width: 834px) and (max-width: 1480px) {
  .hed_center {
    width: 60%;
  }
}
@media only screen and (max-width: 834px) {
  .hed_center {
    display: none;
  }
}

.side_btnwrap {
  position: fixed;
  top: calc(20vh - 30px);
  left: calc(98vw - 30px);
  z-index: 2;
}
@media only screen and (max-width: 834px) {
  .side_btnwrap {
    bottom: 0;
    right: 0;
    left: 0;
    top: unset;
  }
}
.side_btnwrap .sidebtn:nth-of-type(1) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 834px) {
  .side_btnwrap .sidebtn:nth-of-type(1) {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
}
.side_btnwrap .sidebtn:nth-of-type(1) a {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #ffffff;
  background: #192f60;
  padding: 10px;
  display: block;
  height: 230px;
  font-size: 13px;
}
@media only screen and (max-width: 834px) {
  .side_btnwrap .sidebtn:nth-of-type(1) a {
    writing-mode: inherit;
    height: 100%;
  }
}
.side_btnwrap .sidebtn:nth-of-type(2) {
  height: 230px;
}
@media screen and (min-width: 834px) and (max-width: 1480px) {
  .side_btnwrap .sidebtn:nth-of-type(2) {
    bottom: 0;
  }
}
@media only screen and (max-width: 834px) {
  .side_btnwrap .sidebtn:nth-of-type(2) {
    bottom: 0;
    height: 100%;
  }
}
.side_btnwrap .sidebtn:nth-of-type(2) a {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #ffffff;
  background: #192f60;
  padding: 10px;
  display: block;
  font-size: 13px;
}
@media only screen and (max-width: 834px) {
  .side_btnwrap .sidebtn:nth-of-type(2) a {
    writing-mode: inherit;
  }
}

.hide {
  transform: translateY(-200%);
}

#header {
  width: 100%;
  background: rgba(25, 47, 96, 0.8);
  transition: 0.5s ease-in-out;
}
#header .hedwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
@media screen and (min-width: 834px) and (max-width: 1480px) {
  #header .hedwrap {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #header .hedwrap {
    display: block;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header .hedwrap {
    align-items: center;
  }
}
#header #siteID {
  text-align: left;
}
@media only screen and (max-width: 834px) {
  #header #siteID {
    text-align: center;
  }
}
#header #siteID a {
  opacity: 1;
}

@media only screen and (max-width: 834px) {
  #nav_global {
    padding: 155px 35px;
  }
}
#nav_global ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  #nav_global ul {
    display: block;
  }
}
#nav_global ul li {
  position: relative;
}
@media only screen and (max-width: 834px) {
  #nav_global ul li {
    text-align: left;
  }
}
#nav_global ul li a {
  color: #ffffff;
  display: block;
  padding: 15px;
  font-family: "Sorts Mill Goudy", serif;
}
@media screen and (min-width: 834px) and (max-width: 1480px) {
  #nav_global ul li a {
    padding: 5px;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 834px) {
  #nav_global ul li a {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px;
  }
}
#nav_global ul li a:hover {
  opacity: 0.6;
}
#nav_global ul ul {
  position: absolute;
  width: 215px;
  z-index: 100;
  top: 100%;
  left: -70%;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}
#nav_global ul ul li {
  border-bottom: 1px solid #ccc;
}
#nav_global ul ul li a {
  color: #333;
}

.mainArea {
  width: 100%;
  max-width: 100% !important;
}
@media only screen and (max-width: 640px) {
  .mainArea img {
    width: 120% !important;
    min-height: 60vw !important;
    margin: 0 -34% !important;
    object-fit: cover;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .mainArea img {
    width: 60% !important;
    min-height: 32vw !important;
    margin: 0 -16% !important;
    object-fit: cover;
  }
}

.main_txtwrap {
  background: rgba(25, 47, 96, 0.3);
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 1495px;
  min-width: 240px;
  height: 373px;
}
@media only screen and (max-width: 834px) {
  .main_txtwrap {
    width: 100%;
    height: 635px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
  .main_txtwrap {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  .main_txtwrap {
    white-space: nowrap;
  }
  .main_txt {
    font-size: 5em !important;
  }
  .main_txt span {
    font-size: 36px !important;
  }
}
.mainwrap {
  position: relative;
}
.mainwrap .main_txt {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 7em;
  color: #ffffff;
  line-height: 1em;
  text-align: center;
}
.mainwrap .main_txt span {
  display: block;
  font-size: 30px;
  line-height: 2.8em;
}
@media only screen and (max-width: 834px) {
  .mainwrap .main_txt span {
    font-size: 30px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1300px) {
  .mainwrap .main_txt span {
    font-size: 30px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1480px) {
  .mainwrap .main_txt {
    font-size: 6em;
  }
}
@media screen and (min-width: 834px) and (max-width: 1300px) {
  .mainwrap .main_txt {
    font-size: 5em;
  }
}
@media only screen and (max-width: 640px) {
  .mainwrap .main_txt {
    font-size: 2em;
    width: 100%;
    padding: 30px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .mainwrap .main_txt {
    font-size: 1.8em;
    width: 100%;
    padding: 30px;
  }
}
.mainwrap .btnwrap {
  margin: auto;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 50px;
  color: #ffffff;
  line-height: 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .mainwrap .btnwrap {
    display: block;
  }
}
.mainwrap .btnwrap .hedbtn {
  width: 275px;
  height: 75px;
  margin: 0 30px;
}
@media only screen and (max-width: 834px) {
  .mainwrap .btnwrap .hedbtn {
    width: 100%;
    margin: auto;
  }
}
.mainwrap .btnwrap .hedbtn a {
  color: #ffffff;
  font-size: 24px;
  border: 1px solid #fff;
  display: block;
  padding: 10px;
  position: relative;
}
.mainwrap .btnwrap .hedbtn a:hover {
  color: #192f60;
}
.mainwrap .btnwrap .hedbtn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #ccc;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.mainwrap .btnwrap .hedbtn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.snsbox_sp {
  display: none !important;
  margin-top: 30px !important;
}
.snsbox_sp li a {
  border: none !important;
  font-size: 14px !important;
  padding: 0 !important;
}
.snsbox_sp li a i {
  margin-right: 7px;
}
@media only screen and (max-width: 834px) {
  .snsbox_sp {
    display: block !important;
  }
}

#local-keyvisual {
  position: relative;
  background-position: left top;
}
@media only screen and (max-width: 640px) {
  #local-keyvisual {
    margin-bottom: 30px;
  }
}
#local-keyvisual h1 {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 5em;
  font-weight: 700;
  z-index: 1;
  position: relative;
  text-align: center;
  font-family: "Sorts Mill Goudy", serif;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #local-keyvisual h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 640px) {
  #local-keyvisual h1 {
    font-size: 1.7em;
  }
}
#local-keyvisual h1 span {
  display: block;
  padding: 300px 0;
  background: rgba(0, 0, 0, 0.2);
}
#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pan1 {
  margin: 20px 0;
}
@media only screen and (max-width: 640px) {
  .pan1 {
    display: none;
  }
}
.pan1 a {
  color: #000;
}

.drawer-hamburger {
  z-index: 101 !important;
}

.drawer-hamburger span {
  background: #fff !important;
}

.drawer-hamburger span:before, .drawer-hamburger span:after {
  background: #fff !important;
}

.drawer-hamburger.change-color span {
  background: #2e4121 !important;
}

.drawer-hamburger.change-color span:before, .drawer-hamburger.change-color span:after {
  background: #2e4121 !important;
}

.drawer-nav {
  z-index: 101 !important;
  background-color: #192f60 !important;
}

.drawer-nav ul li a {
  display: block;
  padding: 1em 0;
  color: #fff;
  font-size: 20px;
}

.drawer-hamburger {
  z-index: 201 !important;
}

.drawer-overlay {
  z-index: 201 !important;
}

.drawer-nav {
  z-index: 202 !important;
}

.drawer-open .drawer-hamburger .drawer-hamburger-icon {
  background-color: transparent !important;
}

.drawer-nav ul li a {
  display: block;
  padding: 1em 0;
  color: #fff;
  font-size: 18px;
}

@media only screen and (max-width: 834px) {
  .for-pc {
    display: none !important;
  }
}

.not-for-pc {
  display: none !important;
}
@media only screen and (max-width: 834px) {
  .not-for-pc {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .not-for-sp {
    display: none !important;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #696969;
  text-align: center;
}
footer#global_footer a {
  text-decoration: none;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #nav_footer {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  footer#global_footer #nav_footer {
    display: none;
  }
}
footer#global_footer #nav_footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer#global_footer #nav_footer li {
  flex-grow: 1;
}
footer#global_footer #nav_footer li a {
  color: #192f60;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 14px;
  text-decoration: none;
  padding: 0;
  display: block;
}
footer#global_footer #copy a {
  text-decoration: none;
}
footer#global_footer #copy a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #copy a {
    line-height: 60px;
  }
}

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 50px;
  z-index: 100;
}
.pagetop a {
  padding: 20px 24px;
  border-radius: 50%;
  background: #ccc;
  font-size: 20px;
  display: block;
  color: #ffffff;
}

.ftlogo {
  margin-top: 50px;
  font-size: 24px;
}

.small_bg {
  padding: 10px 0;
  background: #192f60;
  color: #fff;
}
.small_bg a {
  color: #fff;
}

.ft_nav {
  margin-bottom: 30px;
}

#footer {
  padding: 0;
}
#footer .tel2 {
  margin-bottom: 50px;
}
#footer .tel2 a {
  color: #192f60;
}

.ft_L {
  margin-bottom: 30px;
}

/* box */
.slide-bottom {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.slide-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-top {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms;
}

.slide-top.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-right {
  opacity: 0;
  transform: translate(50px, 0px);
  transition: all 1500ms;
}

.slide-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  transform: translate(-50px, 0px);
  transition: all 1500ms;
}

.slide-left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeIn_left {
  0% {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn_right {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
  }
}
.h2_01 h2 {
  font-size: 1.9em;
  color: #192f60;
  font-family: "Sorts Mill Goudy", serif;
}
@media only screen and (max-width: 834px) {
  .h2_01 h2 {
    font-size: 1.7em;
  }
}
.h2_01 h2 span {
  font-size: 18px;
  display: block;
}

.h2_02 h2 {
  font-size: 1.9em;
  color: #192f60;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .h2_02 h2 {
    font-size: 1.7em;
  }
}
.h2_02 h2 span {
  font-size: 18px;
}

.h2_03 h2 {
  font-size: 1.9em;
  color: #192f60;
  font-family: "Sorts Mill Goudy", serif;
  border-bottom: 1px solid #192f60;
  padding-bottom: 10px;
}
@media only screen and (max-width: 834px) {
  .h2_03 h2 {
    font-size: 1.7em;
  }
}
.h2_03 h2 span {
  font-size: 18px;
  padding-left: 10px;
}

.txt {
  line-height: 2em;
}

.list li {
  margin: 10px;
  font-size: 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.list li a {
  color: #696969;
  background: #f3f3f3;
  padding: 10px;
  display: block;
}

.tempowrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
  .tempowrap {
    padding: 40px 10px;
  }
}
@media only screen and (max-width: 834px) {
  .tempowrap {
    display: block;
  }
  .tempowrap .flxL {
    width: 100% !important;
  }
  .tempowrap .flxL .txt div {
    text-align: center !important;
    margin-bottom: 30px;
  }
  .tempowrap .flxR {
    width: 100% !important;
  }
  .tempowrap .img {
    text-align: center;
  }
}
.tempowrap .flxL {
  width: 20%;
  font-size: 10px;
}
.tempowrap .flxL .img {
  margin-bottom: 15px;
}
.tempowrap .flxL i {
  font-size: 20px;
  margin-right: 7px;
}
.tempowrap .flxR {
  width: 80%;
}

.tempo_list .box {
  width: 30%;
  margin: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 834px) {
  .tempo_list .box {
    width: 100%;
    text-align: center;
  }
}
.tempo_list .box h3 {
  font-size: 18px;
  font-weight: bold;
}
.tempo_list .box a {
  color: #696969;
  display: block;
}
.tempo_list .box a:hover {
  text-decoration: underline;
}

.btn a {
  color: #9fa09e;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 20px;
  padding: 15px;
  display: block;
  width: 180px;
  border: 1px solid #9fa09e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
}
.btn a:after {
  content: "→";
  margin-left: 30px;
}
.btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #333;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.btn2 a {
  color: #192f60;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 20px;
  padding: 15px;
  display: block;
  width: 250px;
  border: 1px solid #192f60;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
}
.btn2 a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #ccc;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.btn2 a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.sec_01 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 834px) {
  .sec_01 {
    display: block;
  }
  .sec_01 .flxL {
    width: 100% !important;
    justify-content: center !important;
  }
  .sec_01 .flxR {
    width: 100% !important;
    margin-top: 30px;
  }
}
.sec_01 .flxL {
  width: 48%;
}
.sec_01 .flxR {
  width: 48%;
}

.sec_01:before {
  content: "";
  width: 0 !important;
  height: 0 !important;
  background: #e8ece9;
  background-size: 5em;
  display: block;
  position: absolute;
  right: 0;
  margin: -45px auto;
  z-index: -1;
  transition: all 5s;
}

.sec_01_b:before {
  content: "";
  width: 32% !important;
  height: 50% !important;
  background: #e8ece9;
  background-size: 5em;
  display: block;
  position: absolute;
  right: 0;
  margin: -45px auto;
  z-index: -1;
  transition: all 5s;
}
@media only screen and (max-width: 834px) {
  .sec_01_b:before {
    width: 80% !important;
  }
}

.instagram .sns_text {
  display: none;
}
.instagram div.sns_list {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  border: none !important;
  justify-content: space-between;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .instagram div.sns_list {
    justify-content: flex-start;
  }
}
.instagram div.sns_list > div {
  width: 20% !important;
}
@media only screen and (max-width: 640px) {
  .instagram div.sns_list > div {
    width: 48% !important;
    margin: 5px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .instagram div.sns_list > div {
    width: 33% !important;
  }
}
.instagram div.sns_list div.sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.instagram div.sns_list > div {
  border-bottom: none !important;
}
.instagram .sns_photo img {
  width: 240px !important;
  height: 240px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .instagram .sns_photo img {
    height: 100% !important;
    width: 100% !important;
  }
}

.bnrbox {
  justify-content: space-between;
}
.bnrbox .box {
  position: relative;
  width: 18%;
  margin: 5px;
}
.bnrbox .box img {
  width: 100% !important;
}
@media only screen and (max-width: 640px) {
  .bnrbox .box {
    width: 100%;
    height: 200px;
    margin: 5px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .bnrbox .box {
    width: 48%;
    margin: 5px;
  }
}
.bnrbox .box span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 60px;
  height: 25px;
  color: #ffffff;
  font-size: 1.12em;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .bnrbox .box span {
    font-size: 1.3em;
  }
}
.bnrbox .box h3 {
  display: none;
}

.bnrbox2 {
  justify-content: center;
}
.bnrbox2 .box {
  position: relative;
  width: 20%;
  margin: 5px;
}
.bnrbox2 .box a {
  display: block;
}
.bnrbox2 .box img {
  width: 100% !important;
}
@media only screen and (max-width: 640px) {
  .bnrbox2 .box {
    width: 100%;
    height: 200px;
    margin: 5px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .bnrbox2 .box {
    width: 48%;
    margin: 5px;
  }
}
.bnrbox2 .box span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 60px;
  height: 25px;
  color: #ffffff;
  font-size: 1.12em;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .bnrbox2 .box span {
    font-size: 1.3em;
    width: 270px;
  }
}
.bnrbox2 .box h3 {
  display: none;
}

.slider2:before {
  content: "";
  width: 100%;
  height: 36%;
  background-size: 5em;
  display: block;
  position: absolute;
  right: 0;
  z-index: 3;
}
.slider2 li {
  margin: 0 15px;
}
.slider2 li img {
  width: 100% !important;
}

.sec_02 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .sec_02 {
    display: block;
  }
  .sec_02 .flxL {
    width: 100% !important;
  }
  .sec_02 .flxR {
    width: 100% !important;
    margin-top: 30px;
  }
}
.sec_02 .flxL {
  width: 48%;
}
.sec_02 .flxR {
  width: 48%;
}

.sec_02:before {
  content: "";
  width: 0 !important;
  height: 0 !important;
  background: #e8ece9;
  background-size: 5em;
  display: block;
  position: absolute;
  left: 0;
  margin: -45px auto;
  z-index: -1;
  transition: all 5s;
}

.sec_02_b:before {
  content: "";
  width: 32% !important;
  height: 50% !important;
  background: #e8ece9;
  background-size: 5em;
  display: block;
  position: absolute;
  left: 0;
  margin: -45px auto;
  z-index: -1;
  transition: all 5s;
}
@media only screen and (max-width: 834px) {
  .sec_02_b:before {
    width: 80% !important;
  }
}

.newswrap2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .newswrap2 {
    display: block;
  }
}
.newswrap2 .h2_03 {
  width: 20%;
}
@media only screen and (max-width: 834px) {
  .newswrap2 .h2_03 {
    width: 100% !important;
  }
}
.newswrap2 .newswrap {
  width: 80%;
}
@media only screen and (max-width: 834px) {
  .newswrap2 .newswrap {
    width: 100% !important;
  }
}

.newswrap {
  border-left: 10px solid #192f60;
}
@media only screen and (max-width: 834px) {
  .newswrap {
    margin: 0 10px;
  }
}
.newswrap .news {
  padding-left: 30px;
  height: 300px;
  overflow-y: scroll;
  border-left: 5px solid #cccccc;
}
@media only screen and (max-width: 834px) {
  .newswrap .news {
    margin-top: 30px;
  }
}
.newswrap .news dt {
  display: block !important;
  width: 100% !important;
  border: none !important;
}
.newswrap .news dd {
  width: 100% !important;
  border: none !important;
}
.newswrap .news dl {
  display: block !important;
  border-bottom: 1px dashed #dedfda !important;
}

.home_td {
  margin-left: -7.6923076923% !important;
  display: inline-table;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .home_td {
    margin-left: -7.6923076923% !important;
  }
}
@media only screen and (max-width: 640px) {
  .home_td {
    margin-left: 0 !important;
  }
}
.home_td .box {
  z-index: 10;
  float: left;
  width: 42.3076923077% !important;
  margin-left: 7.6923076923% !important;
  margin-bottom: 30px !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .home_td .box {
    width: 42.3076923077% !important;
    margin-left: 7.6923076923% !important;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .home_td .box {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.home_td .box img {
  width: 100% !important;
  border-radius: 15px;
}
.home_td .box .cont_titl {
  display: block;
  margin: 30px 0 10px;
}
.home_td .box .cont_titl h3 {
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .home_td .box .cont_titl h3 {
    font-size: 20px;
  }
}
.home_td .box .cont_titl h3:first-letter {
  font-size: 35px;
  color: #ef9916;
}
@media only screen and (max-width: 640px) {
  .home_td .box .cont_titl h3:first-letter {
    font-size: 30px;
  }
}

/* title */
.gal_btnlist ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.gal_btnlist li {
  width: 20%;
  float: none !important;
  margin: 10px;
}
@media only screen and (max-width: 640px) {
  .gal_btnlist li {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .gal_btnlist li {
    width: 21%;
  }
}
.gal_btnlist li a {
  background: #192f60;
  padding: 10px;
  display: block;
  color: #ffffff;
  font-family: "Sorts Mill Goudy", serif;
}
.gal_btnlist li a:after {
  content: "→";
  color: #ffffff;
  padding-left: 30px;
}

.gallbox {
  justify-content: center;
}
.gallbox .box {
  width: 21%;
  margin: 10px;
}
.gallbox .box:nth-of-type(2n) {
  margin-top: 80px;
}
.gallbox .box img {
  width: 100% !important;
}

.cont_01 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .cont_01 {
    display: block;
  }
  .cont_01 .flxL {
    width: 100% !important;
    justify-content: center !important;
  }
  .cont_01 .flxR {
    width: 100% !important;
    margin-top: 30px;
    text-align: center;
  }
}
.cont_01 .flxL {
  width: 68%;
}
.cont_01 .flxR {
  width: 30%;
}

.cont_02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .cont_02 {
    display: block;
  }
  .cont_02 .flxL {
    width: 100% !important;
    justify-content: center !important;
  }
  .cont_02 .flxR {
    width: 100% !important;
    margin-top: 30px;
    text-align: center;
  }
}
.cont_02 .flxL {
  width: 68%;
}
.cont_02 .flxR {
  width: 30%;
}

.contbox {
  justify-content: space-between;
}
.contbox .box {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .contbox .box {
    width: 100%;
  }
}
.contbox .box h3 {
  font-weight: bold;
  font-size: 1.25em;
  font-family: "Sorts Mill Goudy", serif;
  margin-top: 10px;
}
.contbox .box article div {
  margin: 10px;
}

.contbox2 {
  justify-content: space-between;
}
.contbox2 .box {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  .contbox2 .box {
    width: 100%;
  }
}
.contbox2 .box h3 {
  font-weight: bold;
  font-size: 1.25em;
  font-family: "Sorts Mill Goudy", serif;
  margin-top: 10px;
}
.contbox2 .box article div {
  margin: 10px;
}

.contbox4 {
  justify-content: space-between;
}
.contbox4 .box {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  .contbox4 .box {
    width: 100%;
  }
}
.contbox4 .box h3 {
  font-weight: bold;
  font-size: 1.25em;
  font-family: "Sorts Mill Goudy", serif;
  margin-top: 10px;
}
.contbox4 .box article div {
  margin: 10px;
  text-align: center;
}

.contbox5 {
  justify-content: space-between;
}
.contbox5 .box {
  width: 15%;
  margin: 5px;
}
@media only screen and (max-width: 640px) {
  .contbox5 .box {
    width: 100%;
  }
}
.contbox5 .box h3 {
  font-weight: bold;
  font-size: 1.25em;
  font-family: "Sorts Mill Goudy", serif;
  margin-top: 10px;
}
.contbox5 .box article div {
  margin: 10px;
  text-align: center;
}

.contbox6 {
  justify-content: space-between;
}
.contbox6 .box {
  width: 22%;
  margin: 10px;
}
@media only screen and (max-width: 640px) {
  .contbox6 .box {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .contbox6 .box {
    width: 46%;
  }
}
.contbox6 .box h3 {
  font-weight: bold;
  font-size: 1.25em;
  font-family: "Sorts Mill Goudy", serif;
  margin-top: 10px;
}
.contbox6 .box article div {
  margin: 10px;
  text-align: center;
}

.contbox7 {
  justify-content: space-between;
}
.contbox7 .box {
  width: 20%;
  margin: 5px;
}
@media only screen and (max-width: 640px) {
  .contbox7 .box {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .contbox7 .box {
    width: 46%;
  }
}
.contbox7 .box h3 {
  font-weight: bold;
  font-size: 1.25em;
  font-family: "Sorts Mill Goudy", serif;
  margin-top: 10px;
  text-align: center;
}
.contbox7 .box article div {
  margin: 10px;
  text-align: center;
}

.imgbox3 {
  justify-content: center;
}
.imgbox3 .box {
  text-align: center;
}

.reform_box02 {
  justify-content: space-between;
}
.reform_box02 .box {
  width: 46%;
  margin: 10px;
}

.reform_td_img td {
  border: none !important;
}

.reform_box01 .box {
  width: 30%;
}

.txt {
  line-height: 2em;
}

.txt_minchou div {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
}

.h3_01 h3 {
  font-size: 1.25em;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #192f60;
  padding-bottom: 5px;
}

.h3_02 h3 {
  font-size: 1.25em;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #192f60;
}

.td_img td {
  border: none;
}
.td_img td img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.waku_img img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.sec_03 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .sec_03 {
    display: block;
  }
  .sec_03 .flxL {
    width: 100% !important;
    justify-content: center !important;
  }
  .sec_03 .flxR {
    width: 100% !important;
    margin-top: 30px;
  }
}
.sec_03 .flxL {
  width: 48%;
}
.sec_03 .flxR {
  width: 48%;
}

.sec_03_2 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .sec_03_2 {
    display: block;
  }
  .sec_03_2 .flxL {
    width: 100% !important;
    justify-content: center !important;
  }
  .sec_03_2 .flxR {
    width: 100% !important;
    margin-top: 30px;
  }
}
.sec_03_2 .flxL {
  width: 48%;
}
.sec_03_2 .flxR {
  width: 48%;
}

.sec_04 {
  background: #f7f7f7;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.sec_04 .img {
  width: 38%;
}
.sec_04 .txt {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .sec_04 {
    display: block;
  }
  .sec_04 .img {
    width: 100% !important;
  }
  .sec_04 .txt {
    width: 100% !important;
  }
}

.bnrbox3 {
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .bnrbox3 {
    justify-content: center;
  }
}
.bnrbox3 .box {
  width: 31%;
  background: #f3f3f3;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 5px;
}
@media only screen and (max-width: 640px) {
  .bnrbox3 .box {
    width: 100% !important;
  }
}
.bnrbox3 h3 {
  font-size: 1.25em;
  font-weight: bold;
  font-family: "Sorts Mill Goudy", serif;
  border-bottom: 1px solid #192f60;
  padding: 5px 0;
}

.bnrbox4 {
  position: relative;
}
.bnrbox4 .box {
  background: #f3f3f3;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.bnrbox4 .box h3 {
  margin: 5px 0;
  font-size: 1.25em;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #192f60;
}

.bnrbox5 {
  justify-content: space-between;
}
.bnrbox5 .box {
  width: 23%;
}

.table_cont td {
  border: none !important;
  padding: 0 !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .table_cont td {
    display: block !important;
  }
}
.table_cont .img {
  width: 63% !important;
}
@media only screen and (max-width: 834px) {
  .table_cont .img {
    width: 100% !important;
  }
}
.table_cont .img img {
  width: 100% !important;
}
.table_cont span {
  font-weight: bold;
  font-size: 1.25em;
}

#zen {
  margin-top: -200px;
  padding-top: 200px;
}

#ny {
  margin-top: -200px;
  padding-top: 200px;
}

.cont_form a {
  color: #696969;
}
.cont_form a:hover {
  text-decoration: underline;
}

.con100 {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}

.con100_2 {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background: #e8ece9;
}

.country_box {
  justify-content: center;
}
.country_box .box {
  width: 23%;
  margin: 5px;
}
.country_box .box img {
  width: 276px !important;
  height: 276px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 640px) {
  .country_box .box {
    width: 46%;
  }
}

.td_medarion td {
  border: none !important;
}
.td_medarion .td_R img {
  height: auto !important;
  width: 284px !important;
}

.imgbox {
  justify-content: flex-start;
}
.imgbox .box {
  width: 33%;
  text-align: center;
}
.imgbox .box img {
  width: 100% !important;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.imgbox .box h3 {
  text-align: center;
  padding: 10px;
  border-bottom: 2px solid #dedfda;
  margin: 5px;
}
.imgbox .box article > div {
  font-size: 14px;
  text-align: left;
  padding: 10px;
  margin: 5px;
}
@media only screen and (max-width: 640px) {
  .imgbox .box {
    width: 100%;
    margin-top: 20px;
  }
}

.imgbox2 {
  justify-content: space-between;
}
.imgbox2 .box {
  width: 48%;
}
.imgbox2 .box img {
  width: 100% !important;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 640px) {
  .imgbox2 .box {
    width: 100%;
    margin-top: 20px;
  }
}

.gmap iframe {
  width: 100%;
}

.slider2 img {
  margin: 0 auto;
}

.bg_100per_wrap {
  position: relative;
  padding: 290px 0 !important;
}
@media only screen and (max-width: 640px) {
  .bg_100per_wrap {
    padding: 530px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .bg_100per_wrap {
    padding: 530px 0 !important;
  }
}

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: #dedfda;
  background-size: cover;
  z-index: 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.bg_100per_wrap2 {
  position: relative;
  padding: 80px 0 !important;
}
@media only screen and (max-width: 834px) {
  .bg_100per_wrap2 {
    padding: 50px 0 !important;
  }
}

.bg_100per_inner2 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/common/cont2_bg.jpg);
  background-size: cover;
  z-index: -1;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.policy {
  padding: 10px 0;
  text-align: center;
}
.policy a {
  color: #000;
}

#TRANS_ANNOT {
  display: none;
}

.top_insta_t_4 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_insta_t_4 .sns_list > div {
  flex-direction: column;
  border: none !important;
  max-width: 340px;
  width: 23.5%;
  margin: 0 1% 1% 1%;
}
.top_insta_t_4 .sns_list > div:nth-child(4n+1) {
  margin: 0 1% 1% 0;
}
.top_insta_t_4 .sns_list > div:nth-child(4n+4) {
  margin: 0 0 1% 1%;
}
.top_insta_t_4 .sns_list > div .sns_text {
  width: 100%;
}
.top_insta_t_4 .sns_list > div .sns_text ul {
  display: none;
}
.top_insta_t_4 .sns_list > div .sns_text .sns_date {
  color: #227aa2;
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 10px;
}
.top_insta_t_4 .sns_list > div .sns_text .caption {
  color: #696969;
  line-height: 1.5em;
}
.top_insta_t_4 .sns_list > div .square-inner {
  position: relative;
  display: block;
}
.top_insta_t_4 .sns_list > div .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
  padding-top: 100%;
}
.top_insta_t_4 .sns_list > div .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.top_insta_t_4 .sns_list > div .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta_t_4 .sns_list > div .sns_photo img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .top_insta_t_4 .sns_list > div {
    width: 49%;
  }
  .top_insta_t_4 .sns_list > div:nth-child(2n+1) {
    margin: 0 1% 1% 0;
  }
  .top_insta_t_4 .sns_list > div:nth-child(2n) {
    margin: 0 0 1% 1%;
  }
}

.top_blog2 .blog_list {
  position: relative;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 834px) {
  .top_blog2 .blog_list {
    justify-content: space-between;
  }
}
.top_blog2 .blog_list > div {
  width: 32%;
  margin: 0 1%;
  padding: 10px;
  background: #fff;
  border: #cccccc !important;
  flex-direction: column;
  border-bottom: none !important;
}
.top_blog2 .blog_list > div:nth-child(3n+1) {
  margin: 0 1% 1% 0;
}
.top_blog2 .blog_list > div:nth-child(3n+2) {
  margin: 0 1% 1% 1%;
}
.top_blog2 .blog_list > div:nth-child(3n+3) {
  margin: 0 0 1% 1%;
}
.top_blog2 .blog_list > div .blog_photo {
  width: 100%;
}
.top_blog2 .blog_list > div .blog_photo .square-inner {
  padding-top: 75%;
  position: relative;
  display: block;
}
.top_blog2 .blog_list > div .blog_photo .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_blog2 .blog_list > div .blog_photo .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.top_blog2 .blog_list > div .blog_photo img {
  width: 100%;
  object-fit: cover;
}
.top_blog2 .blog_list > div .blog_text {
  width: 100%;
}
.top_blog2 .blog_list > div .blog_text .blog_date {
  color: #000;
  font-size: 15px;
}
.top_blog2 .blog_list > div .blog_text h3 {
  margin-bottom: 0;
}
.top_blog2 .blog_list > div .blog_text h3 a {
  font-size: 16px;
  font-weight: 600;
}
.top_blog2 .blog_list > div .blog_text .detail {
  margin-top: 0;
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  .top_blog2 .blog_list {
    flex-direction: column;
  }
  .top_blog2 .blog_list > div {
    width: 95%;
    margin: 0 auto !important;
    flex-direction: row !important;
  }
  .top_blog2 .blog_list > div .blog_photo {
    width: 250px;
  }
  .top_blog2 .blog_list > div:not(:last-child) {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 640px) {
  .top_blog2 .blog_list > div {
    flex-direction: column !important;
  }
  .top_blog2 .blog_list > div .blog_photo {
    width: 100%;
  }
}

.blog {
  max-width: 1200px;
  margin: 80px auto 0;
}
@media screen and (max-width: 834px) {
  .blog {
    margin: 50px 10px 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .blog {
    margin: 30px 10px 0 10px;
  }
}
.blog .wrap {
  display: flex;
}
.blog .wrap aside {
  width: 28%;
  margin: 1%;
}
.blog .wrap aside nav {
  line-height: 2em;
}
.blog .wrap aside nav h3 {
  background: #192f60 !important;
}
.blog .wrap aside nav ul li .blogside span {
  margin-left: 5px;
  display: block;
}
.blog .wrap aside nav > a {
  background: dimgray !important;
}
.blog .wrap aside #form_calendar table tbody tr .blog {
  background: rgba(0, 0, 0, 0.2);
}
.blog .wrap #contents {
  width: 68%;
  margin: 1%;
  padding: 0 !important;
  min-width: auto;
}
.blog .wrap #contents > article {
  border-bottom: 3px dotted #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog .wrap #contents > article .date {
  color: #192f60 !important;
}
.blog .wrap #contents > article .date {
  color: #192f60 !important;
}
.blog .wrap #contents > article h1, .blog .wrap #contents > article > h2 {
  color: #696969;
  border-bottom: 1px solid #192f60;
  background: none;
  font-weight: 500;
  padding: 0.5em 0.5em 0.3em 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents > article h1, .blog .wrap #contents > article > h2 {
    font-size: 18px;
  }
}
.blog .wrap #contents dl dt div > a {
  text-decoration: none;
}
.blog .wrap #contents dl dt div > a span:first-child {
  color: #696969;
  border-bottom: 1px solid #192f60;
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 0.5em 0.3em 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents dl dt div > a span:first-child {
    font-size: 18px;
  }
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
  .blog .wrap aside, .blog .wrap #contents {
    width: 100%;
    margin: 10px auto;
  }
  .blog .wrap aside {
    text-align: center !important;
  }
}
@media screen and (max-width: 640px) {
  .blog .wrap #contents article div {
    flex-direction: column;
  }
  .blog .wrap #contents article div img {
    width: 100%;
  }
}

.page-blog #local-keyvisual {
  display: none;
}
.page-blog .blog-keyvisual {
  position: relative;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-blog .blog-keyvisual-bg {
  background-image: url(../images/contents/blog_main.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-blog .blog_ttl {
  background-position: center;
  background-size: cover;
  padding: 300px 0;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 1;
  position: relative;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 5em;
  font-weight: 700;
  z-index: 1;
  position: relative;
  text-align: center;
  font-family: "Sorts Mill Goudy", serif;
}
.page-blog .blog_ttl:empty {
  display: none;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .page-blog .blog_ttl {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 640px) {
  .page-blog .blog_ttl {
    font-size: 1.7em;
  }
}/*# sourceMappingURL=assets.css.map */