@charset "UTF-8";
/**
 * Theme Name: Atsumaru Custom Fabric Theme
 * Version: 0.0.1
 * Template: arkhe
 */
/** ==========================================================================
*
* ヘッダーフッター関連CSS
*
========================================================================== **/
/** ==========================================================================
*
* init.css
*
========================================================================== **/
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

aside, figure {
  margin: 0;
  padding: 0;
}

figcaption {
  display: block;
}

body,
table,
input, textarea, select, option {
  font-size: 1em;
}

input, textarea, select, option {
  vertical-align: top;
}

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

ul {
  list-style: none;
}

ol {
  /* margin-left:2em; */
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  border: 0;
  vertical-align: bottom;
}

label {
  cursor: pointer;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important;
}

.fsP2 {
  font-size: 1.16em !important;
}

.fsP3 {
  font-size: 1.24em !important;
}

.fsP4 {
  font-size: 1.32em !important;
}

.fsP5 {
  font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important;
}

.fsM2 {
  font-size: 0.84em !important;
}

.fsM3 {
  font-size: 0.76em !important;
}

.fsM4 {
  font-size: 0.68em !important;
}

.fsM5 {
  font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.ast {
  text-indent: -1em;
  padding-left: 1em;
}

.ast2 {
  text-indent: -1.8em;
  padding-left: 1.8em;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0em;
}

ul.onmark {
  list-style: disc;
  list-style-position: inside;
}

ul.onmark li {
  padding-left: 1em;
  text-indent: -1em;
}

.erase {
  display: none !important;
}

/** ==========================================================================
*
* base.css
*
========================================================================== **/
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
  color: #c44;
}

.orange {
  color: #ca5250;
}

.white {
  color: #fff;
}

.green {
  color: #063;
}

.lgreen {
  color: #063;
}

.sky {
  color: #369;
}

.pink {
  color: #ee7799;
}

.blue {
  color: #1b689c;
}

.purple {
  color: #9c94e1;
}

.snavy {
  color: #50678f;
}

.navy {
  color: #505764;
}

.gray {
  color: #777;
}

.gold {
  color: #b39b58;
}

.brown {
  color: #855b08;
}

.yellow {
  color: #Fd0;
}

/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
  color: inherit !important;
}

/* a:link {
	color:#06C;
	text-decoration:none;
}
a:visited {
	color:#06C;
	text-decoration:none;
}
a:hover {
	color:#39f;
	text-decoration:none;
}
a:active {
	color:#06C;
	text-decoration:none;
} */
.fw a:link {
  color: #333;
  text-decoration: none;
}

.fw a:visited {
  color: #333;
  text-decoration: none;
}

.fw a:hover {
  color: #999;
  text-decoration: none;
}

.fw a:active {
  color: #333;
  text-decoration: none;
}

#bread a:link {
  color: #333;
  text-decoration: none;
}

#bread a:visited {
  color: #333;
  text-decoration: none;
}

#bread a:hover {
  color: #999;
  text-decoration: none;
}

#bread a:active {
  color: #333;
  text-decoration: none;
}

.btn a {
  display: block;
  animation: btnfadeout 0.5s ease 0s 1 normal forwards;
  -webkit-animation: btnfadeout 0.5s ease 0s 1 normal forwards;
}

.btn a:hover {
  animation: btnfadein 0.5s ease 0s 1 normal forwards;
  -webkit-animation: btnfadein 0.5s ease 0s 1 normal forwards;
}

@keyframes btnfadein {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes btnfadeout {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.mgend {
  margin-bottom: 80px;
}

.mgl {
  margin-bottom: 120px;
}

.mgm {
  margin-bottom: 60px;
}

.mgms {
  margin-bottom: 40px;
}

.mgs {
  margin-bottom: 30px;
}

.mgss {
  margin-bottom: 15px;
}

@media screen and (max-width: 499px) {
  .mgend {
    margin-bottom: 50px;
  }
  .mgl {
    margin-bottom: 80px;
  }
  .mgm {
    margin-bottom: 40px;
  }
  .mgms {
    margin-bottom: 30px;
  }
  .mgs {
    margin-bottom: 20px;
  }
  .mgss {
    margin-bottom: 10px;
  }
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
  line-height: 1.4 !important;
}

.lh_m {
  line-height: 1.6 !important;
}

.lh_l {
  line-height: 2.5 !important;
}

.lh0 {
  line-height: 0;
  font-size: 1px;
}

html {
  height: 100%;
}

body {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  height: 100%;
}

.fserif {
  font-family: "Noto Serif JP", serif;
}

.effect, .effect_l, .effect_r {
  position: relative;
  /*
  opacity:0;
  */
}

#loader img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  display: block !important;
}

.ovf {
  overflow: hidden;
}

#wrapper {
  position: relative;
}

@media screen and (min-width: 1041px) {
  #wrapper {
    margin-top: 151px;
  }
}
@media screen and (max-width: 1040px) {
  #wrapper {
    /*padding-top: 134px;*/
    padding-top: 75px;
  }
}
.bg1 {
  background-color: #f1f4ef;
}

.bg2 {
  color: #fff;
  background-color: #3d4553;
}

.anbtn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

.anbtn a:hover::after {
  top: 0;
  left: 0;
  background-color: #49b6d4;
}

.anbtn a,
.anbtn a::before,
.anbtn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.anbtn2 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

.anbtn2 a:hover::after {
  top: 0;
  left: 0;
  background-color: #2b7be4;
}

.anbtn2 a,
.anbtn2 a::before,
.anbtn2 a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mbend {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 499px) {
  .pc {
    display: none !important;
  }
  body {
    font-size: 0.84em;
  }
  .mbcenter {
    text-align: center;
  }
  #loader img {
    width: 32px;
    height: 32px;
  }
  #wrapper {
    padding-top: 117px;
  }
  .mbend {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 500px) {
  .mb {
    display: none !important;
  }
  .pccenter {
    text-align: center;
  }
}
#header {
  position: relative;
  width: 100%;
  min-width: 1200px;
  /* height:120px; */
  background-color: #fff;
  top: 0;
  right: 0;
  z-index: 2000;
}

#header h1 {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 246px;
  height: 44px;
}

#header h1 a {
  display: block;
  width: 246px;
  height: 44px;
  /*background-image:url(../../images/base/hd_logo.png);*/
  background-size: contain;
  background-repeat: no-repeat;
}

#header h1 a span {
  display: none;
}

.sns {
  position: absolute;
  right: 410px;
  top: 30px;
  line-height: 0;
}

.sns li {
  position: relative;
  float: left;
  margin-left: 10px;
}

.sns li a {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.5s;
}

.sns li img {
  height: 20px;
}

.sns li a:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.gw {
  position: absolute;
  right: 20px;
  bottom: 10px;
  padding: 0 15px;
}

.gw li {
  position: relative;
  float: left;
}

.gw a {
  position: relative;
  display: inline-block;
  font-size: 0.84em;
  color: #3d4553;
  line-height: 40px;
  padding: 0 15px;
  transition: opacity 0.5s;
}

.gw a:hover {
  opacity: 0.6;
}

.inq {
  position: absolute;
  right: 20px;
  top: 20px;
}

.inq img {
  vertical-align: middle !important;
}

.inq li {
  float: left;
  position: relative;
  margin-left: 1px;
}

.inq li a img {
  vertical-align: middle;
  margin-right: 5px;
}

.inq li a {
  position: relative;
  z-index: 5;
  display: inline-block;
  line-height: 40px;
  color: #3d4553;
  font-size: 0.84em;
  padding: 0 15px;
  transition: opacity 0.5s;
}

.inq li a:hover {
  opacity: 0.6;
}

.inq li a {
  background-color: #3d4553;
  color: #fff;
}

.fix_inq {
  writing-mode: vertical-lr;
  position: fixed;
  width: 60px;
  top: 80px;
  right: -60px;
  z-index: 2000;
}

.fix_inq li {
  float: left;
  width: 60px;
  position: relative;
}

.fix_inq li a {
  position: relative;
  overflow: hidden;
  z-index: 5;
  display: block;
  line-height: 60px;
  color: #fff;
  font-size: 0.84em;
  padding: 25px 0;
  background-color: #3d4553;
  transition: opacity 0.5s;
  border-bottom: 1px dotted #fff;
}

.fix_inq li a img {
  margin: 0 21px 5px;
}

.fix_inq li a:hover {
  opacity: 0.6;
}

.fix_inq li:last-child, .fix_inq li:nth-last-child(2) {
  width: 60px;
}

.fix_inq li:last-child a, .fix_inq li:nth-last-child(2) a {
  color: #3d4553;
  background-color: #fff;
  width: 60px;
  text-align: center;
  border-bottom: 1px dotted #3d4553;
  border-left: 1px dotted #3d4553;
}

.accordion {
  position: fixed;
  height: 100%;
  z-index: 1900;
  top: 0;
  left: 0;
  font-size: 0.92em;
  display: none;
  text-align: center;
  background-color: rgba(21, 29, 43, 0.8);
}

.accordion p {
  text-align: left;
  margin: 10px 10px 20px;
}

.accordion p a img {
  transition: opacity 0.5s;
}

.accordion p a:hover img {
  opacity: 0.6;
}

.accordion ul {
  margin: 60px 10px 0;
}

.accordion ul a {
  position: relative;
  overflow: hidden;
  z-index: 5;
  display: block;
  line-height: 50px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px dotted #fff;
  transition: all 0.5s;
}

.accordion ul li:nth-child(2n) a {
  border-right: 1px dotted #fff;
}

.accordion ul a:hover {
  color: #3d4553;
  background-color: #fff;
}

.accordion li {
  float: left;
  width: 50%;
}

.accordion li:first-child {
  width: 100%;
}

.accordion li span {
  background-color: #FF0;
  color: #C00 !important;
  margin-right: 5px;
}

.msns {
  text-align: center !important;
  padding-top: 10px;
}

.msns a {
  margin: 0 10px;
}

.msns img {
  height: 20px;
}

#fix_foot {
  display: none;
}

@media screen and (max-width: 499px) {
  #header {
    position: fixed;
    height: 50px;
    min-width: 100%;
  }
  #header h1 {
    left: 12px;
    top: 10px;
    width: 168px;
    height: 30px;
  }
  #header h1 a {
    width: 168px;
    height: 30px;
    /*background-image:url(../../images/base/hd_logo_sp.png);*/
    background-size: contain;
    background-repeat: no-repeat;
  }
  .gw, .cw, .hw, .inq, .fix_inq, .sns {
    display: none;
  }
  #fix_foot {
    display: block;
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    z-index: 4000;
    color: #3d4553;
  }
  #fix_foot ul {
    font-size: 1em;
    text-align: center;
  }
  #fix_foot ul li {
    float: left;
    width: 33.3333333333%;
    height: 50px;
    background-color: #fff;
  }
  #fix_foot ul li:last-child {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4000;
    width: 16.6666666667%;
  }
  #fix_foot ul li img {
    height: 14px;
    margin-right: 5px;
    vertical-align: middle !important;
  }
  #fix_foot ul li:last-child img {
    height: 20px;
    margin-right: 0;
  }
  #toggle {
    cursor: pointer;
  }
  #toggle span {
    display: none;
  }
  #toggle.close span {
    display: block;
  }
  #toggle.close font {
    display: none;
  }
  #fix_foot ul li a {
    position: relative;
    z-index: 5;
    display: block;
    line-height: 50px;
    text-decoration: none;
    color: #3d4553;
    background-color: #fff;
    border-right: 1px dotted #3d4553;
    border-top: 1px dotted #3d4553;
    transition: opacity 0.5s;
  }
  #fix_foot ul li:nth-child(3) a {
    border-right: 0;
  }
  #fix_foot ul li:last-child a {
    color: #fff;
    background-color: #3d4553;
    border-right: 0;
    border-top: 0;
  }
  #fix_foot ul li a:hover {
    opacity: 0.6;
  }
  #toggle.close a {
    color: #3d4553 !important;
    background-color: #fff !important;
  }
}
@media screen and (min-width: 500px) {
  #toggle, .accordion {
    display: none !important;
  }
  .gfix {
    /*padding-top:130px !important;*/
  }
  .gfix #header {
    position: fixed !important;
    height: 60px;
    background-color: #fff !important;
    transition: background-color 0.5s;
  }
  .gfix #header h1 {
    left: 15px;
    top: 15px;
    width: 168px;
    height: 30px;
  }
  .gfix #header h1 a {
    width: 168px;
    height: 30px;
    /*  background-image:url(../../images/base/hd_logo.png);*/
  }
  .gfix .gw {
    background-color: transparent;
  }
  .gfix .gw a {
    color: #3d4553;
  }
  .gfix .cw, .gfix .inq, .gfix .sns {
    display: none;
  }
}
.container {
  width: 1200px;
  padding: 60px 0;
  margin: 0 auto;
  text-align: left;
  z-index: 1000;
}

.container2 {
  width: 960px;
  padding: 60px 0;
  margin: 0 auto;
  text-align: left;
  z-index: 1000;
}

.more p {
  text-align: center;
}

.more a {
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-size: 1.08em;
  border: 1px solid #505764;
  font-weight: bold;
  color: #3d4553;
  width: 400px;
  display: block;
  margin: 0 auto;
  line-height: 70px;
  background-color: #fff;
  background-image: url(../../images/base/arr.png);
  background-position: right center;
  background-size: 45px 36px;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.more a:hover {
  color: #fff;
  background-color: #505764;
  background-image: url(../../images/base/arrw.png);
}

.morew a {
  color: #fff !important;
  background-image: url(../../images/base/arrw.png) !important;
  border: 1px solid #fff !important;
}

.more2 p {
  text-align: center;
}

.more2 a {
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-size: 1.08em;
  border: 1px solid #fff;
  font-weight: bold;
  color: #fff;
  width: 400px;
  display: block;
  line-height: 70px;
  background-color: #3d4553;
  background-image: url(../../images/base/arrw.png);
  background-position: right center;
  background-size: 45px 36px;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.more2 a:hover {
  color: #3d4553;
  background-color: #fff;
  background-image: url(../../images/base/arr.png);
}

@media screen and (max-width: 499px) {
  .container {
    width: auto;
    padding: 40px 30px;
  }
  .container2 {
    width: auto;
    padding: 40px 30px;
  }
  .more a, .more2 a {
    width: 280px;
    line-height: 60px;
  }
}
.pagetop {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 100px;
  right: -40px;
  z-index: 2000;
}

.pagetop img {
  width: 40px;
}

.fw {
  font-size: 0.76em;
}

.fw li {
  float: left;
  margin-bottom: 15px;
}

.fw li a {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #ccc;
}

.fw li:last-child a {
  border-right: 0;
}

#footer {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  line-height: 1.6;
}

#footer h3 {
  margin-bottom: 20px;
}

#footer h3 img {
  height: 34px;
}

.copyright {
  padding-right: 30px;
  font-size: 0.76em;
  text-align: right;
  color: #666;
}

.copyright img {
  vertical-align: top;
}

@media screen and (max-width: 499px) {
  .pagetop {
    position: static;
    text-align: center;
    width: auto;
    height: auto;
    padding-bottom: 10px;
  }
  .pagetop img {
    width: 40px;
  }
  #footer {
    width: auto;
    min-width: 100%;
    padding: 40px 0 90px;
    border-top: 0;
  }
  #footer h3 img {
    height: 34px;
  }
  .copyright {
    padding: 0;
    text-align: center;
  }
  .copyright img, .fw {
    display: none;
  }
}
.flyer {
  margin-bottom: 40px;
}

.flyer li {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.flyer img {
  max-width: 200px;
  max-height: 200px;
  width: expression(this.width >= this.height ? "200px" : "auto");
  height: expression(this.width <= this.height ? "200px" : "auto");
}

#title {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#title:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}

#title p {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}

#title p span {
  display: block;
  text-align: center;
  font-size: 2em;
  color: #3d4553;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 80px;
  padding: 0;
}

.ltsp {
  letter-spacing: 0.3em;
}

#bread {
  width: 1200px;
  margin: 5px auto 0;
  text-align: left;
  font-size: 0.76em;
  color: #bbb;
}

@media screen and (max-width: 499px) {
  .flyer li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #title {
    margin-top: 50px;
  }
  #title p {
    width: 100%;
    margin: 0 auto;
  }
  #title p span {
    display: block;
    line-height: 60px;
    padding: 0;
    text-align: center;
    font-size: 1.4em;
  }
  #bread {
    display: none;
  }
}
.sub {
  text-align: left;
  font-size: 1.24em;
  color: #3d4553;
  border-bottom: 1px solid #505764;
  margin: 0 0 30px;
  padding-bottom: 5px;
}

.sub2 {
  text-align: left;
  font-size: 1.24em;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #666;
  margin: 0 0 20px;
  padding-bottom: 5px;
}

.sub2 span {
  color: #0d6fb8;
  font-size: 1.24em;
}

.line {
  border-bottom: 1px dotted #666;
}

.line2 {
  border-bottom: 1px dotted #ccc;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 499px) {
  .sub {
    margin: 0 0 20px;
    padding-bottom: 5px;
  }
}
.box0 {
  line-height: 1.6;
}

.box1 {
  line-height: 1.6;
  margin-left: 10px;
  margin-right: 10px;
}

.box2 {
  line-height: 1.6;
  margin-left: 20px;
  margin-right: 20px;
}

.imgbox p {
  *float: left;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}

.table0 {
  border-width: 0;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

.table0 td {
  border-width: 0;
  padding: 0;
  margin: 0;
}

.table0 th {
  border-width: 0;
  padding: 0;
  margin: 0;
}

.table1 {
  width: 100%;
  border-collapse: collapse;
}

.table1 td, .table1 th {
  padding: 10px 15px;
  border-bottom: 1px dotted #999;
  text-align: left;
  vertical-align: top;
}

.table1 th {
  font-weight: normal;
  white-space: nowrap;
}

.table2 {
  border-width: 0;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
}

.table2 td {
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #999;
  padding: 15px 20px;
  vertical-align: top;
  margin: 0;
}

.table2 th {
  border-width: 0 1px 1px 0;
  border-style: dotted;
  border-color: #999;
  padding: 15px 20px;
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  margin: 0;
  font-weight: normal;
}

.table3 {
  width: 100%;
  border-collapse: collapse;
}

.table3 td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  text-align: left;
}

.table3 th {
  padding: 10px 15px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  background: #f1f4ef;
  white-space: nowrap;
  color: #999;
}

.table4 {
  width: 100%;
  border-collapse: collapse;
}

.table4 td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  text-align: left;
}

.table4 th {
  width: 150px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  background: #f1f4ef;
  white-space: nowrap;
  font-size: 0.84em;
}

.table4 th.smid {
  background-color: #084f99;
  color: #fff;
  font-size: 1em;
}

.table5 {
  border-width: 0;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
}

.table5 td {
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #999;
  padding: 15px 20px;
  vertical-align: top;
  margin: 0;
}

.table5 th {
  border-width: 0 1px 1px 0;
  border-style: dotted;
  border-color: #999;
  padding: 15px 20px;
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  margin: 0;
  font-weight: normal;
}

.table6 {
  width: 100%;
  border-collapse: collapse;
}

.table6 td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  text-align: left;
}

.table6 th {
  width: 300px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  background: #f1f4ef;
  white-space: nowrap;
}

.table7 {
  width: 100%;
  border-collapse: collapse;
}

.table7 td, .table7 th {
  padding: 10px 15px;
  border-bottom: 1px dotted #999;
  text-align: left;
  vertical-align: top;
}

.table7 th {
  font-weight: normal;
  white-space: nowrap;
  border-right: 1px dotted #999;
}

.table7 th.smid {
  border-right: 0;
}

.table7 th.smid strong {
  display: block;
  font-size: 1.16em;
  padding-top: 20px;
  color: #505764;
}

.gmap iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 499px) {
  .imgbox {
    text-align: center;
  }
  .imgbox p {
    display: block;
    margin-bottom: 20px;
  }
  .table0 {
    display: block;
  }
  .table0 tbody {
    display: block;
  }
  .table0 tr {
    display: block;
  }
  .table0 th, .table0 td {
    float: left\9 ;
    clear: both\9 ;
    display: block;
    width: 100%;
  }
  .table0 td {
    margin-bottom: 30px;
  }
  .table0 td.adj0 {
    margin-bottom: 0;
  }
  .table0 td.adj10 {
    margin-bottom: 10px;
  }
  .table0 td.adj15 {
    margin-bottom: 15px;
  }
  .table0 td.adj20 {
    margin-bottom: 20px;
  }
  .table0 td.adj40 {
    margin-bottom: 40px;
  }
  .table0 td.adj50 {
    margin-bottom: 50px;
  }
  .table0 td.adj60 {
    margin-bottom: 60px;
  }
  .dtable {
    display: table !important;
    border: none !important;
  }
  .dtable tbody {
    display: table-row-group !important;
  }
  .dtable tr {
    display: table-row !important;
  }
  .dtable th, .dtable td {
    float: none !important;
    display: table-cell !important;
    width: auto !important;
    border: none !important;
    margin: 0 !important;
  }
  .img100 {
    width: 100%;
    height: auto;
  }
  .img90 {
    width: 90%;
  }
  .img80 {
    width: 80%;
  }
  .img70 {
    width: 70%;
  }
  .img60 {
    width: 60%;
  }
  .img50 {
    width: 50%;
  }
  .img40 {
    width: 40%;
  }
  .img30 {
    width: 30%;
  }
  .imglmt {
    width: 100%;
    max-width: 360px;
  }
  .table1 {
    display: block;
    width: auto;
  }
  .table1 tbody {
    display: block;
  }
  .table1 tr {
    display: block;
  }
  .table1 th, .table1 td {
    float: left\9 ;
    clear: both\9 ;
    display: block;
    width: auto;
    border: none;
  }
  .table1 th {
    background-color: transparent;
    white-space: normal;
    text-align: left;
    margin-bottom: 10px;
    padding: 0 0 5px;
    border-bottom: 1px dotted #999;
    line-height: 1.231;
  }
  .table1 td {
    margin: 0 10px 30px;
    padding: 0;
  }
  .table2 {
    display: block;
    width: auto;
  }
  .table2 tbody {
    display: block;
  }
  .table2 tr {
    display: block;
  }
  .table2 th, .table2 td {
    float: left\9 ;
    clear: both\9 ;
    display: block;
    width: auto;
    border: none;
  }
  .table2 th {
    text-align: left;
    margin-bottom: 10px;
    background: #162548;
    color: #fff;
    padding: 5px 10px;
    line-height: 1.231;
    font-weight: bold;
  }
  .table2 td {
    margin: 0 10px 20px;
    padding: 0;
  }
  .table2 td.nobd {
    margin-bottom: 0 !important;
  }
  .table3 {
    font-size: 0.76em;
  }
  .table3 th, .table3 td {
    padding: 7px 10px;
  }
  .table4 {
    display: block;
    width: auto;
  }
  .table4 tbody {
    display: block;
  }
  .table4 tr {
    display: block;
  }
  .table4 th, .table4 td {
    float: left\9 ;
    clear: both\9 ;
    display: block;
    width: auto;
    border: none;
  }
  .table4 th {
    text-align: left;
    margin-bottom: 10px;
    background: #f1f4ef;
    padding: 5px 10px;
    line-height: 1.231;
    font-weight: bold;
  }
  .table4 th.smid {
    background-color: #084f99;
    color: #fff;
    font-size: 1em;
  }
  .table4 td {
    margin: 0 10px 20px;
    padding: 0;
  }
  .table4 td.nobd {
    margin-bottom: 0 !important;
  }
  .table5 {
    display: block;
    width: auto;
  }
  .table5 tbody {
    display: block;
  }
  .table5 tr {
    display: block;
  }
  .table5 th, .table5 td {
    float: left\9 ;
    clear: both\9 ;
    display: block;
    width: auto;
    border: none;
  }
  .table5 th {
    text-align: left;
    margin-bottom: 10px;
    color: #171519;
    padding: 3px 10px;
    border-bottom: 1px solid #171519;
    font-weight: bold;
  }
  .table5 td {
    margin: 0 10px 20px;
    padding: 0;
  }
  .table5in td {
    margin: 0 0 20px;
  }
  .table6 {
    display: block;
    width: auto;
  }
  .table6 tbody {
    display: block;
  }
  .table6 tr {
    display: block;
  }
  .table6 th, .table6 td {
    float: left\9 ;
    clear: both\9 ;
    display: block;
    width: auto;
    border: none;
  }
  .table6 th {
    text-align: left;
    margin-bottom: 10px;
    background: #f1f4ef;
    padding: 5px 10px;
    line-height: 1.231;
    font-weight: bold;
  }
  .table6 td {
    margin: 0 10px 30px;
    padding: 0;
  }
  .table7 {
    font-size: 0.84em;
  }
  .gmap iframe {
    width: 100%;
    height: 400px;
  }
}
.txc1 {
  display: inline-block;
  text-align: left;
}

.txc2 {
  display: inline-block;
  text-align: left;
}

.txc3 {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.txc4 {
  display: inline-block;
  text-align: left;
}

.txc5 {
  width: 60%;
  margin: 0 auto;
  text-align: left;
}

.txc6 {
  display: inline-block;
  text-align: left;
}

.txsdw1 {
  text-shadow: 0px 0px 5px #111111;
}

.txsdw2 {
  text-shadow: 0px 0px 5px #ffffff;
}

.imgc1 {
  padding: 10px;
  text-align: left;
}

.pgtop {
  padding-top: 30px;
}

.pgend {
  margin-bottom: 60px;
}

.int {
  padding-bottom: 60px;
  line-height: 0;
}

@media screen and (max-width: 499px) {
  .txc1 {
    display: block;
    padding: 30px 30px 0;
    text-align: left;
  }
  .txc2 {
    display: block;
    padding: 30px;
    text-align: left;
  }
  .txc3 {
    width: auto;
    padding: 30px;
    margin: 0 auto;
    text-align: left;
  }
  .txc4 {
    display: block;
    padding: 20px 30px 0;
    text-align: left;
  }
  .txc5 {
    width: auto;
    padding: 0 30px;
    margin: 0 auto;
    text-align: left;
  }
  .txc6 {
    display: block;
    text-align: left;
  }
  .imgc1 {
    padding: 0 10px;
    text-align: left;
  }
  .pgtop {
    padding-top: 20px;
  }
  .pgend {
    margin-bottom: 40px;
  }
  input[type=text], textarea {
    width: 290px;
  }
  .table6 th img {
    float: right;
    width: 40px;
    margin-top: -2px;
  }
  .sarea {
    width: 100px !important;
  }
  .int {
    padding-bottom: 40px;
  }
  .int img {
    width: 80px;
  }
}
@media screen and (min-width: 500px) {
  .table1 th {
    width: 200px;
  }
  .table6 th img {
    float: right;
    width: 40px;
    margin-top: 2px;
  }
  .nobd {
    border-bottom: none !important;
  }
}
/** ==========================================================================
*
* page.css
*
========================================================================== **/
/* コンテンツ */
.sns li:nth-child(1) img, .sns li:nth-child(2) img, .sns li:nth-child(3) img, .sns li:nth-child(4) img {
  display: none;
}

.tch_bg {
  background-image: url(../../images/base/tec_bg.jpg);
  background-position: center center;
  background-size: cover;
}

.ga_bg {
  background-image: url(../../images/base/ga_bg.jpg);
  background-size: 900px auto;
  background-position: right -50px;
  background-repeat: no-repeat;
}

#movie1 {
  width: 800px;
  margin: 0 auto;
}

#movie1 video {
  width: 100%;
  margin: 0 auto;
}

#mainimg {
  /*margin-top: -120px;*/
  position: relative;
  overflow: hidden;
  height: 100vh;
}

#mainimg h2 {
  z-index: 1200;
  position: absolute;
  bottom: 28%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2.6em;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}

#mainimg h3 {
  z-index: 1200;
  position: absolute;
  bottom: 23%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1em;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}

.swiper-container1 {
  position: relative;
  width: 100%;
  height: 100%;
}

#mainimg .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#mainimg .sld1 {
  background-image: url("../../images/base/slide/fukuoka_mv_2025.jpg");
  background-position: center center;
  background-size: cover;
}

#mainimg .sld2 {
  background-image: url("../../images/base/slide/2206-02.jpg");
  background-position: center center;
  background-size: cover;
}

#mainimg .sld3 {
  background-image: url("../../images/base/slide/2206-03.jpg");
  background-position: center center;
  background-size: cover;
}

#mainimg .sld4 {
  background-image: url("../../images/base/slide/2206-04.jpg");
  background-position: center center;
  background-size: cover;
}

#mainimg .sld5 {
  background-image: url("../../images/base/slide/2206-05.jpg");
  background-position: center center;
  background-size: cover;
}

#bannerarea {
  margin-top: -40px;
  margin-bottom: 60px;
  overflow: hidden;
}

.bannerbox {
  width: 340px;
  position: relative;
  margin: 0 auto;
}

.swiper-container2 {
  text-align: center;
  overflow: visible !important;
  z-index: 1;
}

#bannerarea .swiper-slide {
  margin-right: 40px;
}

#bannerarea .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-button-prev, .swiper-button-next {
  margin-top: -21px !important;
  width: 20px !important;
  height: 41px !important;
}

.swiper-button-prev {
  left: -410px !important;
  background: url(../../images/base/left.png) no-repeat right center !important;
  background-size: contain !important;
}

.swiper-button-next {
  right: -410px !important;
  background: url(../../images/base/right.png) no-repeat left center !important;
  background-size: contain !important;
}

#eventarea {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 60px;
}

.eventbox {
  width: 340px;
  position: relative;
  margin: 0 auto 40px;
}

.swiper-container3 {
  text-align: center;
  overflow: visible !important;
  z-index: 1;
}

#eventarea .swiper-slide {
  margin-right: 40px;
  text-align: left;
  position: relative;
}

#eventarea .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

#eventarea .swiper-slide a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#eventarea h5 {
  font-weight: normal;
  font-size: 0.84em;
  display: inline-block;
  color: #fff;
  line-height: 2em;
  padding: 0 20px;
  margin-top: 15px;
}

#eventarea h5.icon1 {
  background-color: #e93;
}

#eventarea h5.icon2 {
  background-color: #e66;
}

#eventarea h5.icon3 {
  background-color: #9C0;
}

#eventarea h5.icon4 {
  background-color: #09C;
}

#eventarea h4 {
  margin-top: 10px;
  font-size: 1.16em;
  line-height: 1.6;
  color: #505764;
}

#eventarea p {
  margin-top: 5px;
  line-height: 1.6;
}

.news {
  width: 800px;
  margin: 0 auto 40px;
}

.news dt {
  float: left;
  display: inline-block;
  font-size: 0.84em;
  color: #737983;
  background-color: #f1f4ef;
  padding: 2px 10px;
}

.news dd {
  padding: 0 0 30px 130px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 30px;
}

.news a {
  color: #333;
  text-decoration: underline;
}

.news a:hover {
  color: #888;
}

.tsub {
  color: #3d4553;
  font-size: 2em;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #505764;
  width: 400px;
  padding-bottom: 5px;
  margin: 0 auto 10px;
}

.tsub2 {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}

.tsubw {
  font-size: 2em;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #fff;
  width: 400px;
  padding-bottom: 5px;
  margin: 0 auto 40px;
}

.tsub2w {
  font-size: 1.32em;
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}

.gsub {
  font-size: 2em;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}

.gsub2 {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: left;
}

.bkbox {
  line-height: 1.6;
  overflow: hidden;
}

.bkbox ul {
  position: relative;
  float: left;
  left: 50%;
}

.bkbox li {
  position: relative;
  float: left;
  left: -50%;
  width: 372px;
  margin: 0 42px 40px 0;
}

.bkbox li h3 {
  width: 100%;
  height: 248px;
  overflow: hidden;
}

.bkbox li h3 p {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transition: all 0.55s ease;
}

.bkbox li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bkbox li:hover h3 p {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.bkbox h4 {
  font-size: 1.16em;
  margin-top: 10px;
  color: #505764;
}

.bkbox span {
  font-size: 0.84em;
  margin-top: 5px;
}

.bkbox h3 strong {
  display: block;
  position: absolute;
  width: 100%;
  height: 248px;
  top: 0;
  left: 0;
  background-image: url(../../images/base/more_ov.png);
  background-size: cover;
  background-position: center center;
  text-indent: -9999px;
  opacity: 0;
  transition: all 0.55s ease;
}

.bkbox li:hover strong {
  opacity: 1;
}

.hdsoku {
  margin-top: 10px;
}

.hdsoku strong {
  font-size: 0.76em;
  font-weight: normal;
  display: inline-block;
  background-color: #84b4ef;
  color: #fff;
  padding: 0 10px;
  margin: 0 5px 0 0;
  line-height: 25px;
}

.hdsoku strong.ken {
  background-color: #b2acec;
}

.hdsoku strong.kan {
  background-color: #ca9fd2;
}

.hdsoku strong.kanbai {
  background-color: #c33;
}

.trialbox {
  background-image: url(../../images/base/ts_bg.jpg);
  background-position: center center;
  background-size: cover;
  color: #fff;
}

.blbox li {
  position: relative;
  float: left;
  width: 570px;
  margin: 0 60px 40px 0;
  line-height: 1.6;
}

.blbox li:nth-child(2n) {
  margin-right: 0;
}

.blbox li:nth-child(2n+1) {
  clear: both;
}

.blbox li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blbox span {
  display: block;
  color: #737983;
  text-align: left;
  font-size: 0.84em;
}

.blimg {
  position: relative;
  width: 100%;
  height: 165px;
  overflow: hidden;
}

.blimg h4 {
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  opacity: 1;
}

.blbox li:hover h4 {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}

.blbox li p {
  font-size: 0.84em;
  color: #fff;
  display: inline-block;
  background-color: #505764;
  padding: 0 15px;
  line-height: 2em;
  margin-bottom: 8px;
  margin-top: 8px;
}

.blbox li h3 {
  color: #505764;
}

.exbox {
  line-height: 1.6;
}

.exbox li {
  position: relative;
  float: left;
  width: 372px;
  margin: 0 42px 40px 0;
}

.exbox li p {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.exbox li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.exbox li:nth-child(3) {
  margin-right: 0;
}

.exbox li img {
  width: 100%;
  transition: all 0.55s ease;
}

.exbox li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.exbox h4 {
  font-size: 1.16em;
  margin-bottom: 10px;
  color: #505764;
}

.exbox h5 {
  font-weight: normal;
}

.exbox span {
  font-size: 0.84em;
}

.exbox strong {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../../images/base/more_ov.png);
  background-size: cover;
  background-position: center center;
  text-indent: -9999px;
  opacity: 0;
  transition: all 0.55s ease;
}

.exbox li:hover strong {
  opacity: 1;
}

.vobox {
  line-height: 1.6;
}

.vobox li {
  position: relative;
  float: left;
  width: 285px;
  height: 500px;
  margin: 0 20px 40px 0;
  overflow: hidden;
}

.vobox li p {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transition: all 0.55s ease;
}

.vobox li:hover p {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.vobox li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(17, 25, 51, 0.3);
  transition: all 0.55s ease;
}

.vobox li:hover a {
  background-color: rgba(17, 25, 51, 0);
}

.vobox li:nth-child(4) {
  margin-right: 0;
}

.vobox h4 {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 1.16em;
  color: #fff;
  z-index: 1000;
  font-family: "Noto Serif JP", serif;
}

.vobox h4 span {
  font-weight: normal;
  font-size: 0.72em;
}

.vobox strong {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../../images/base/more_ov2.png);
  background-size: cover;
  background-position: center center;
  text-indent: -9999px;
  opacity: 0;
  transition: all 0.55s ease;
}

.vobox li:hover strong {
  opacity: 1;
}

.eventitem li {
  position: relative;
  float: left;
  width: 570px;
  margin: 0 60px 40px 0;
  line-height: 1.6;
}

.eventitem li:nth-child(2n) {
  margin-right: 0;
}

.eventitem li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.eventitem span {
  display: block;
  color: #737983;
  text-align: left;
  font-size: 0.84em;
}

.eventitem li h3 {
  overflow: hidden;
}

.eventitem img {
  width: 100%;
  transition: all 0.55s ease;
}

.eventitem li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}

.eventitem li p {
  font-size: 0.84em;
}

.eventitem li h4 {
  color: #505764;
  font-size: 1.16em;
}

.eventitem li h5 {
  font-weight: normal;
  font-size: 0.84em;
  display: inline-block;
  color: #fff;
  background-color: #84c4e9;
  line-height: 2em;
  padding: 0 15px;
  margin-bottom: 10px;
}

.eventitem li h5.icon1 {
  background-color: #6ec275;
}

.eventitem li h5.icon2 {
  background-color: #edc566;
}

.eventitem li h5.icon3 {
  background-color: #ecad9e;
}

.eventitem li h5.icon4 {
  background-color: #b2acec;
}

@media screen and (min-width: 500px) {
  #header {
    background-color: transparent;
  }
  #header h1 a {
    background-image: url(../../images/base/hd_logo_w.png);
  }
  .gw {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .gw a {
    color: #fff;
  }
  .inq li a {
    color: #fff;
  }
  .bkbox li:nth-child(3), .bkbox li:last-child {
    margin-right: 0;
  }
  .bkbox li:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width: 499px) {
  .ga_bg {
    background-size: 100% auto;
    background-position: right top;
  }
  .more2 a {
    margin: auto;
  }
  #movie1 {
    width: 100%;
  }
  #mainimg {
    /*
    margin-top:50px;
       */
    height: 60vh;
  }
  #mainimg h2 {
    bottom: 25%;
    font-size: 1.7em;
    letter-spacing: 0em;
  }
  #mainimg h3 {
    bottom: 15%;
    font-size: 0.84em;
    letter-spacing: 0;
  }
  #bannerarea {
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .bannerbox {
    width: 260px;
  }
  #bannerarea .swiper-slide {
    margin-right: 30px;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  #eventarea {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .eventbox {
    width: 260px;
    margin-bottom: 30px;
  }
  #eventarea .swiper-slide {
    margin-right: 30px;
  }
  .news {
    width: auto;
  }
  .news dd {
    padding: 0 0 30px 100px;
  }
  .tsub {
    font-size: 1.4em;
    width: 80%;
  }
  .tsub2 {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .ts2adj {
    font-size: 0.92em;
  }
  .tsubw {
    font-size: 1.4em;
    width: 80%;
    margin-bottom: 30px;
  }
  .tsub2w {
    font-size: 1.16em;
    margin-bottom: 30px;
  }
  .gsub {
    font-size: 1.4em;
  }
  .bkbox {
    line-height: 1.6;
    overflow: hidden;
  }
  .bkbox ul {
    position: relative;
    float: none;
    left: 0;
  }
  .bkbox li {
    float: left;
    left: 0;
    width: 145px;
    margin: 0 30px 40px 0;
  }
  .bkbox li h3 {
    height: 97px;
  }
  .bkbox li:nth-child(even) {
    margin-right: 0;
  }
  .bkbox li:nth-child(2n+1) {
    clear: both;
  }
  .bkbox h4 {
    font-size: 1.08em;
    margin-top: 5px;
  }
  .bkbox span {
    font-size: 0.84em;
  }
  .hdsoku {
    margin-top: 5px;
  }
  .hdsoku strong {
    font-size: 0.68em;
    padding: 0 5px;
    margin: 0 1px 0 0;
    line-height: 18px;
  }
  .bkbox h3 strong {
    height: 97px;
  }
  .cycleimg img {
    width: 320px;
    height: 213px;
  }
  .blbox li {
    width: calc(50% - 15px);
    margin: 0 25px 40px 0;
  }
  .blbox span {
    background-color: #fff;
    padding: 0 5px;
    text-align: right;
    line-height: 20px;
  }
  .blimg {
    height: 97px;
  }
  .blbox li p {
    font-size: 0.84em;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .exbox li {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .exbox li:nth-child(even) {
    margin-left: 0;
  }
  .exbox h4 {
    font-size: 1.08em;
  }
  .exbox p {
    font-size: 0.92em;
  }
  .exbox span {
    font-size: 0.84em;
  }
  .vobox li {
    float: none;
    width: 100%;
    height: 213px;
    margin-bottom: 20px;
  }
  .vobox li:nth-child(even) {
    margin-left: 0;
  }
  .vobox li:last-child {
    margin-bottom: 40px;
  }
  .eventitem li {
    width: 145px;
    margin: 0 25px 40px 0;
  }
  .eventitem li h4 {
    font-size: 1em;
  }
  .eventitem li h5 {
    font-size: 0.84em;
    margin-bottom: 5px;
  }
}
/*20250408*/
.trialbox {
  background-image: url(../../images/base/ts_bg_2025.jpg);
  background-position: center center;
  background-size: cover;
  color: #fff;
}

/** ==========================================================================
*
* imagelightbox.css
*
========================================================================== **/
/*------------------------------------------------------------
	imagelightbox.min.js
------------------------------------------------------------*/
.lb {
  display: block;
}

/* IMAGE LIGHTBOX SELECTOR */
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); /* 50 */
}

/* ACTIVITY INDICATION */
#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}

#imagelightbox-loading {
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em; /* 10 */
  margin: -1.25em 0 0 -1.25em; /* 20 */
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); /* 40 */
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); /* 40 */
}

#imagelightbox-loading div {
  width: 1.25em; /* 20 */
  height: 1.25em; /* 20 */
  background-color: #fff;
  -webkit-animation: imagelightbox-loading 0.5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
}
@keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.5;
    transform: scale(0.75);
  }
}
/* OVERLAY */
#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* "CLOSE" BUTTON */
#imagelightbox-close {
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em; /* 40 */
  right: 2.5em; /* 40 */
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#imagelightbox-close:hover,
#imagelightbox-close:focus {
  background-color: #111;
}

#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}

#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* CAPTION */
#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #666;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em; /* 10 */
}

/* NAVIGATION */
#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em; /* 60 */
  padding: 0.313em; /* 5 */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#imagelightbox-nav button {
  width: 1em; /* 20 */
  height: 1em; /* 20 */
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em; /* 5 */
}

#imagelightbox-nav button.active {
  background-color: #fff;
}

/* ARROWS */
.imagelightbox-arrow {
  width: 3.75em; /* 60 */
  height: 7.5em; /* 120 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em; /* 60 */
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
  background-color: rgba(0, 0, 0, 0.75);
}

.imagelightbox-arrow:active {
  background-color: #111;
}

.imagelightbox-arrow-left {
  left: 2.5em; /* 40 */
}

.imagelightbox-arrow-right {
  right: 2.5em; /* 40 */
}

.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: "";
  display: inline-block;
  margin-bottom: -0.125em; /* 2 */
}

.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #fff;
  margin-left: -0.313em; /* 5 */
}

.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #fff;
  margin-right: -0.313em; /* 5 */
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 41.25em) {
  #container {
    width: 100%;
  }
  #imagelightbox-close {
    top: 1.25em; /* 20 */
    right: 1.25em; /* 20 */
  }
  #imagelightbox-nav {
    bottom: 1.25em; /* 20 */
  }
  .imagelightbox-arrow {
    width: 2.5em; /* 40 */
    height: 3.75em; /* 60 */
    margin-top: -2.75em; /* 30 */
  }
  .imagelightbox-arrow-left {
    left: 1.25em; /* 20 */
  }
  .imagelightbox-arrow-right {
    right: 1.25em; /* 20 */
  }
}
@media only screen and (max-width: 20em) {
  .imagelightbox-arrow-left {
    left: 0;
  }
  .imagelightbox-arrow-right {
    right: 0;
  }
}
/** ==========================================================================
*
* lightbox.css
*
========================================================================== **/
/* Preload images */
body:after {
  content: url(../images/close2.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 90px;
  height: 40px;
  background: url(../images/close2.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/** ==========================================================================
*
*  swiper.css
*
========================================================================== **/
/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #505764;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/** ==========================================================================
*
*  style.css
*
========================================================================== **/
/**{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  color:#3d4553;
}

*::before,
*::after{
  background-size: cover;
  background-position: center;
}

body{
  font-size: 16px;
  font-family: 'Noto Sans CJK JP' , 'Noto Sans JP'  ,sans-serif;

}

main{
  padding-top: 152px;
}


img{
  display : block;
  object-position: center;
}

.serif{
  font-family: 'Noto Serif JP', serif;
}


.common-hover-blue-color{
  position: relative;

}

.common-hover-blue-color::before{
  transition: 0.3s;
  opacity: 0;
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(6, 39, 95, 0.7);
}

.common-hover-blue-color:hover::before{
  opacity: 1;
}

.fade-show{
  opacity: 0;
  transition-duration: 1s;
  transform: translateY(300px);
}

.fade-show.show{
  opacity: 1;
  transform: translateY(0);
}

.hover-opa{
  transition-duration: 0.3s;
}

.hover-opa:hover {
  opacity: 0.6;
}


.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}


.mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.mask .maskInner {
  opacity: 0;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(200%);
  }
}
.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
.isPlay::before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #3d4553;
}
*/
.common_wrap01 {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.common_inlinelist01 {
  letter-spacing: -0.4em;
}

.common_inlinelist01 li {
  letter-spacing: normal;
  display: inline-block;
}

.common_flex01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common_flex01.both {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.common_flex01.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.common_btn01 {
  text-align: center;
}

.common_btn01 a {
  color: #333;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 20px 30px 20px 80px;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  border: 2px solid #3d4553;
  z-index: 1;
}

.common_btn01 a::before {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/common/common_icon_arrow01.png") no-repeat center center;
  background-size: contain;
}

.common_btn01 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #3d4553;
  transition: 0.3s;
}

.common_btn01 a:hover {
  transition: 0.3s;
  color: #fff;
}

.common_btn01 a:hover::after {
  top: 0;
  left: 0;
  transition: 0.3s;
}

.common_ttl01 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.common_ttl01.en {
  font-size: 22px;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 1300px) {
  .common_ttl01 {
    font-size: 32px;
    margin-bottom: 35px;
  }
  .common_ttl01 .en {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.common_txt01 { /*16-36*/
  font-size: 16px;
  line-height: 200%;
}

/* =============================== header =============================== */
#common_header {
  position: fixed;
  top: 0;
  background: #fff;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10000;
}

#common_header_logo a {
  display: block;
}

.common_header_inner01 {
  padding: 18px 110px 14px 60px;
  border-bottom: 1px solid #ddd;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#common_gnav {
  margin-bottom: 5px;
}

/* mega */
#common_gnav li {
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
}

#common_gnav ul > li:hover .common_megamenu {
  max-height: 9999px;
  padding: 40px;
  opacity: 1;
  border: 1px solid #ddd;
}

#common_gnav .level1 > li {
  cursor: pointer;
}

#common_gnav .level1 > li > a {
  display: block;
  padding: 14px 22px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #3d4553;
}

#common_gnav ul > li a {
  position: relative;
}

#common_gnav ul > li a::after {
  content: none;
  transition: all 5s ease-in;
}

#common_gnav ul > li.gnav01:hover a::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 20px solid #f0f0f0;
  transition: all 5s ease-in;
  z-index: 1000;
}

.common_megamenu {
  background: rgba(255, 255, 255, 0.92);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 660px;
  position: absolute;
  top: 70px;
  right: calc(5% + 70px);
  transition: all 0.2s ease-in;
  z-index: 999;
  cursor: default;
}

.common_megamenu .common_megamenu_ttl {
  font-size: 16px;
  color: #06265f;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #06265f;
  text-align: left;
}

.common_megamenu ul {
  width: 100%;
}

.common_megamenu ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.common_megamenu ul.common_strength li,
.common_megamenu ul.common_company li {
  width: 23.5%;
  margin-right: 2%;
}

.common_megamenu ul.common_strength li:nth-child(4n),
.common_megamenu ul.common_company li:nth-child(4n) {
  margin-right: 0;
}

.common_megamenu ul.land li {
  width: 31%;
  margin-right: 3.5%;
}

.common_megamenu ul.land li:nth-child(3n) {
  margin-right: 0;
}

.common_megamenu ul li a {
  text-decoration: none;
  display: block;
  padding: 5px 36px 5px 10px;
  box-sizing: border-box;
  background: #06265f;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  transition: 0.3s;
  font-size: 14px;
  white-space: nowrap;
}

.common_megamenu ul li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}

.common_megamenu ul li a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.common_header_inner02 {
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
}

.common_header_navi ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
}

.common_header_navi li.ttl {
  font-size: 18px;
  font-weight: bold;
  color: #06275f;
  position: relative;
  /* padding-right: 54px; */
  padding-right: 90px;
  white-space: nowrap;
  /* margin-right: 20px; */
  margin-right: 28px;
}

.common_header_navi li.ttl::after {
  content: "";
  background: #06275f;
  display: block;
  /* width: 36px; */
  width: 66px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.common_header_navi li:nth-child(n+2) {
  /* margin-right: 20px; */
  margin-right: 40px;
}

.common_header_navi li:nth-child(n+2) a {
  text-decoration: none;
  padding: 12px 5px 13px;
  display: block;
  line-height: 1;
  /* font-size: 14px; */
  font-size: 16px;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
  white-space: nowrap;
  color: #3d4553;
}

.common_header_navi li:nth-child(n+2) a::after {
  content: "";
  transition: 0.3s;
}

.common_header_navi li:nth-child(n+2) a:hover {
  color: #333;
}

.common_header_navi li:nth-child(n+2) a:hover::after {
  content: "";
  background: #06275f;
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: -10px;
  transition: 0.3s;
}

.common_header_btn {
  flex-wrap: nowrap;
}

.common_header_btn li {
  margin-left: 10px;
}

.common_header_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background: #06275f;
  line-height: 1;
  padding: 10px 0 9px;
  font-size: 13px;
  /* width: 148px; */
  width: 180px;
  text-align: center;
  transition: 0.3s;
  font-weight: 500;
}

.common_header_btn li i {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
}

.common_header_btn li a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.drawer-hamburger {
  right: 0;
}

@media screen and (max-width: 1300px) {
  .common_header_inner01 {
    padding: 15px 100px 14px 20px;
    border-bottom: 1px solid #ddd;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #common_header_logo img {
    height: 50px;
    padding: 5px 0;
    width: auto;
  }
  #common_gnav .level1 > li > a {
    padding: 14px;
    font-size: 14px;
  }
  .common_header_navi li.ttl {
    font-size: 18px;
    font-weight: bold;
    color: #06275f;
    position: relative;
    padding-right: 75px;
    margin-right: 15px;
  }
  .common_header_navi li.ttl::after {
    width: 50px;
  }
  .common_header_navi li:nth-child(n+2) {
    margin-right: 15px;
  }
  .common_header_btn li {
    margin-left: 8px;
  }
  .common_header_btn li a {
    padding: 12px 0 11px;
    font-size: 14px;
    width: 140px;
  }
}
@media screen and (max-width: 1080px) {
  .common_header_navi li.ttl {
    font-size: 16px;
    padding-right: 45px;
    margin-right: 10px;
  }
  .common_header_navi li.ttl::after {
    width: 35px;
  }
  .common_header_navi li:nth-child(n+2) a {
    padding: 14px 5px 15px;
    font-size: 14px;
  }
  .common_header_navi li:nth-child(n+2) {
    margin-right: 5px;
  }
  .common_header_btn li a {
    padding: 12px 0 11px;
    font-size: 14px;
    width: 110px;
  }
}
@media screen and (max-width: 1040px) {
  .common_header_inner01 {
    padding: 15px 70px 14px 20px;
  }
  #common_header_logo img {
    height: 40px;
    padding: 0;
  }
  #common_gnav {
    display: none;
  }
}
/* =============================== footer =============================== */
#common_footer {
  background: #f1f4ef;
  position: relative;
}

.common_btn_pagetop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99999;
}

.common_footer_inner {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 80px;
}

.common_f_nav01 .common_footer_logo {
  margin-bottom: 35px;
}

.common_f_nav01 .common_footer_logo img {
  mix-blend-mode: multiply;
}

.common_f_nav01 dd {
  margin-bottom: 10px;
}

.common_f_nav01 dd a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #06275f;
  line-height: 1;
  padding: 10px 0 9px;
  font-size: 16px;
  width: 240px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common_f_nav01 dd i {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
}

.common_f_nav01 dd i img {
  height: 20px;
  width: auto;
}

.common_f_nav02 {
  width: calc(100% - 240px);
}

.common_f_nav02 ul {
  margin-left: 5.8%;
  text-align: left;
}

.common_f_nav02 li {
  padding-left: 10px;
  line-height: 230%;
  font-size: 14px;
}

.common_f_nav02 li.sttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0;
}

.common_f_nav02 li a {
  position: relative;
  text-decoration: none;
  color: #3d4553;
  font-size: 14px;
}

.common_f_nav02 li a::before {
  content: "";
  width: 9px;
  height: 1px;
  display: block;
  background: #3d4553;
  position: absolute;
  left: -18px;
  top: 0.7em;
}

.common_f_nav02 li.m_b_10 {
  margin-bottom: 10px;
}

.common_copyright {
  display: block;
  width: 100%;
  padding: 50px 0 90px;
  text-align: center;
  font-size: 12px;
  color: #808080;
  background: #fff;
}

.common_f_nav01 .common_footer_sns {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
}

.common_f_nav01 .common_footer_sns dd {
  margin-right: 15px;
  margin-bottom: 10px;
  width: 40px;
}

.common_f_nav01 .common_footer_sns dd a {
  display: block;
  width: 40px;
  background: none;
  padding: 0;
}

.common_f_nav01 .common_footer_sns dd a:hover {
  opacity: 0.7;
}

.common_f_nav01 .common_footer_sns dd a img {
  max-width: 100%;
  height: auto;
}

.common_top-footer .common_f_nav01 .common_footer_sns dd a {
  width: 40px;
}

/* =============================== top =============================== */
/* =============================== topのみのヘッダー設定 =============================== */
.common_top-header .common_header_navi li.ttl {
  padding-right: 54px;
  margin-right: 20px;
  padding-right: 0;
}

.common_top-header .common_header_navi li.ttl::after {
  width: 36px;
  display: none;
}

.common_top-header .common_header_navi li:nth-child(n+2) {
  margin-right: 20px;
}

.common_top-header .common_header_navi li:nth-child(n+2) a {
  font-size: 14px;
}

.common_top-header .common_header_btn li a {
  width: 148px;
}

.common_top-header .common_header_navi li.ttl a {
  color: #06275f;
  font-size: 20px;
}

/* =============================== topのみのフッター設定 =============================== */
.common_top-footer .common_footer_inner {
  padding: 72px 0;
}

.common_top-footer .common_f_nav01 .common_footer_logo a {
  display: flex;
  align-items: flex-end;
}

.common_top-footer .common_f_nav01 .common_footer_logo img {
  mix-blend-mode: multiply;
  margin-right: 10px;
}

.common_top-footer .common_f_nav01 .common_footer_logo a p {
  color: #072a5d;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  /* padding-bottom: 6px; */
}

.common_top-footer .common_f_nav01 .btn-flex {
  display: flex;
  align-items: center;
}

.common_top-footer .common_f_nav01 .btn-flex dd {
  margin-bottom: 0;
  margin-right: 10px;
}

.common_top-footer .common_f_nav01 dd a {
  width: 140px;
}

.common_top-footer .common_f_nav02 {
  width: calc(100% - 530px);
}

@media (max-width: 1200px) {
  .common_header_inner02 {
    overflow-x: scroll;
  }
}
/* =============================== 下層共通 =============================== */
.common-page-first-section {
  padding-bottom: 132px;
}

.common-page-first-section .flex {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.common-page-first-section .flex .left {
  width: 56.7%;
}

.common-page-first-section .flex .left img {
  width: 100%;
}

.common-page-first-section .flex .right {
  padding-left: 90px;
}

.common-page-first-section .flex .right .page-title {
  font-size: 40px;
  font-weight: bold;
}

#bread .bread-flex {
  display: flex;
  align-items: center;
}

#bread .bread-flex a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

#bread .bread-flex .arrow {
  margin: 0 10px;
}

#bread .bread-flex .arrow img {
  width: 5px;
}

#bread .bread-flex .current {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #06275f !important;
  padding: 3px 10px !important;
  line-height: 1;
  color: #06275f !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #06275f !important;
  color: #fff !important;
}

/*****はじめての方へ*****/
.drawer-close .beginners_btn,
.beginners_container {
  display: none;
}

/* exhibition_popup　*/
.popup_base {
  display: none;
}

.popup_base.open {
  display: block;
}

.popup_base {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 130px;
  left: 0;
  box-sizing: border-box;
  padding: 25px 0 30px;
}

.popup_inwrap {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#expop_tablist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#expop_tablist a {
  display: block;
  padding: 10px 30px;
  border-bottom: 1px solid #ccc;
  color: #06275f;
  font-weight: bold;
  position: relative;
}

#expop_tablist a::before,
#expop_tablist a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 8px;
  background: #ccc;
}

#expop_tablist a::before {
  left: 0;
}

#expop_tablist a::after {
  right: 0;
}

#expop_tablist :nth-child(2) a::before,
#expop_tablist :nth-child(2) a::after {
  content: none;
}

#expop_tablist li {
  margin: 0 !important;
}

#expop_tablist li a.current {
  background: #06275f;
  color: #fff;
}

#expop_tablist li a.current::before,
#expop_tablist li a.current::after {
  content: none;
}

#expop_tabcontents .tab_box {
  padding: 30px 10px;
  box-sizing: border-box;
  display: none;
}

#expop_tabcontents .tab_box.tab_current {
  display: block;
}

.popup_list ul,
#expop_tabcontents .tab_box ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.house_popup_inwrap.popup_inwrap,
.lot_popup_inwrap.popup_inwrap,
.exhibition_popup_inwrap.popup_inwrap {
  max-width: 1310px;
  position: relative;
}

.swiper-container_house,
.swiper-container_lot,
.swiper-container_ex1,
.swiper-container_ex2,
.swiper-container_ex3 {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.popup_inwrap .swiper-slide {
  width: 400px;
}

.popup_inwrap .swiper-slide .thumb {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  background-size: contain;
  display: block;
  width: 100%;
  height: 140px;
}

.popup_inwrap .swiper-wrapper p {
  text-align: left;
}

.popup_inwrap .swiper-wrapper p.ttl {
  color: #06275f;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  margin: 10px 0;
  white-space: normal;
}

.popup_inwrap .swiper-wrapper p.copy {
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}

.popup_inwrap .swiper-wrapper p.address {
  color: #999;
  font-size: 12px;
}

/*swiper*/
.swip_next,
.swip_prev {
  background: #fff;
  text-indent: -9999px;
  position: absolute;
  top: 45%;
  display: block;
  width: 45px;
  height: 45px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 10000;
}

.swip_next {
  right: 0;
}

.swip_next::after {
  content: "";
  width: 11px;
  height: 11px;
  border: 0;
  border-top: solid 2px #f00;
  border-right: solid 2px #f00;
  position: absolute;
  top: 38%;
  left: 30%;
  transform: rotate(45deg);
}

.swip_prev {
  left: 0;
}

.swip_prev::after {
  content: "";
  width: 11px;
  height: 11px;
  border: 0;
  border-top: solid 2px #f00;
  border-right: solid 2px #f00;
  position: absolute;
  top: 45%;
  left: 42%;
  transform: rotate(-135deg);
  margin-top: -4px;
}

/*//swiper*/
.notfound {
  padding: 40px 0 60px;
}

.notfound p {
  margin-bottom: 20px;
}

#bn_12campaign {
  position: fixed;
  left: 0;
  bottom: 15px;
  z-index: 5000;
}

#bn_12campaign .close {
  cursor: pointer;
  position: absolute;
  z-index: 55;
  right: 1%;
  top: 3%;
}

#bn_12campaign img {
  width: 100%;
}

/*20240109*/
.drawer-menu li.local_top a,
.drawer-menu li.common_top a {
  padding: 1.3em 1.4em 1.3em 0.3em;
}

.mw_wp_form_confirm .quocard {
  display: none;
}

.reserve_thanks .tx_center {
  display: none;
}

/** ==========================================================================
*
*  style-sp.css
*
========================================================================== **/
@media (min-width: 770px) {
  .sp {
    display: none !important;
  }
} /*@media(min-width:770px){*/
@media (max-width: 769px) {
  .pc {
    display: none !important;
  }
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  main {
    padding-top: 0;
  }
  .common_wrap01 {
    width: 100%;
    padding: 0 6%;
  }
  .common_btn01 a {
    color: #333;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 1;
    padding: 12px 20px 12px 60px;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    border: 2px solid #3d4553;
    z-index: 1;
  }
  .common_btn01 a::before {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/common/common_icon_arrow01.png") no-repeat center center #3d4553;
    background-size: contain;
  }
  .common_ttl01 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: normal;
    font-family: "Noto Serif JP", sans-serif;
  }
  .common_ttl01 .en {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: "Josefin Sans", sans-serif;
  }
  /* =============================== header =============================== */
  #common_header_logo img {
    height: 39px;
    width: auto;
  }
  .common_header_inner01 {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #common_gnav {
    margin-bottom: 5px;
  }
  #common_gnav .level1 > li {
    cursor: pointer;
  }
  #common_gnav .level1 > li > a {
    display: block;
    padding: 14px 22px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
  }
  /* mega */
  .common_gnav-wrapper {
    background: #5e5e5e;
    position: relative;
  }
  .common_gnav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #common_gnav li {
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
  }
  #common_gnav ul > li:hover .megamenu {
    max-height: 9999px;
    padding: 40px;
    opacity: 1;
  }
  #common_gnav ul > li a {
    position: relative;
  }
  #common_gnav ul > li a::after {
    content: none;
    transition: all 5s ease-in;
  }
  #common_gnav ul > li.gnav01:hover a::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 20px solid #f0f0f0;
    transition: all 5s ease-in;
    z-index: 1000;
  }
  .common_header_inner02 {
    padding: 5px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .common_header_inner02::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #06275f;
    position: absolute;
    top: calc(45% - 10px);
    right: 10px;
  }
  .common_header_navi {
    width: 92.4%;
    box-sizing: border-box;
    padding: 0 0 10px 2.6%;
    overflow-x: scroll;
  }
  .common_header_navi ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 800px;
  }
  .common_header_navi li.ttl {
    font-size: 14px;
    font-weight: bold;
    color: #06275f;
    position: relative;
    padding-right: 3em;
    margin-right: 1em;
  }
  .common_header_navi li.ttl::after {
    content: "";
    background: #06275f;
    display: block;
    width: 2em;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .common_header_navi li:nth-child(n+2) {
    margin-right: 15px;
  }
  .common_header_navi li:nth-child(n+2) a {
    text-decoration: none;
    padding: 12px 5px 13px;
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    position: relative;
  }
  .common_header_navi li:nth-child(n+2) a:hover {
    color: #333;
  }
  .common_header_navi li:nth-child(n+2) a:hover::after {
    content: "";
    background: #06275f;
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: -10px;
  }
  .common_header_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    box-sizing: border-box;
    padding: 10px 2.6%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 100000;
  }
  .common_header_btn li {
    width: 49%;
  }
  .common_header_btn li a {
    display: flex;
    text-decoration: none;
    color: #fff;
    background: #06275f;
    line-height: 1;
    padding: 10px 0 9px;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .common_header_btn li i {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
  }
  /* =============================== footer =============================== */
  #common_footer {
    background: #f1f4ef;
    position: relative;
  }
  .common_btn_pagetop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 60px;
    right: 2.5%;
    z-index: 99999;
  }
  .common_btn_pagetop img {
    width: 100%;
    height: 100%;
  }
  .common_footer_inner {
    padding: 60px 0;
  }
  .common_f_nav01 {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
  }
  .common_f_nav01 .footer_logo {
    padding: 0 20%;
    margin-bottom: 25px;
  }
  .common_f_nav01 .footer_logo img {
    mix-blend-mode: multiply;
  }
  .common_f_nav01 dd {
    margin-bottom: 12px;
  }
  .common_f_nav01 dd a {
    text-decoration: none;
    color: #fff;
    background: #06275f;
    line-height: 1;
    padding: 10px 0 9px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .common_f_nav01 dd i {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
  }
  .common_f_nav02 {
    display: none;
  }
  .common_copyright {
    display: block;
    width: 100%;
    padding: 50px 0 85px;
    text-align: center;
    font-size: 12px;
    color: #808080;
    background: #fff;
  }
  .common_top-footer .common_f_nav01 .common_footer_sns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .common_top-footer .common_f_nav01 .common_footer_sns dd {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    width: 40px;
  }
  /* =============================== top =============================== */
  .common_top-header .common_header_btn li a {
    width: 100%;
  }
  .common_top-header .common_header_navi li.ttl a {
    color: #06275f;
    font-size: 18px;
  }
  .common_top-footer .common_footer_inner {
    padding: 60px 0;
  }
  .common_top-footer .common_f_nav01 .footer_logo {
    padding: 0;
  }
  .common_top-footer .common_f_nav01 .footer_logo a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .common_top-footer .common_f_nav01 .footer_logo img {
    mix-blend-mode: multiply;
    margin-right: 10px;
    width: 200px;
    max-width: 65%;
  }
  .common_top-footer .common_f_nav01 .footer_logo a p {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .common_top-footer .common_f_nav01 .btn-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .common_top-footer .common_f_nav01 .btn-flex dd {
    margin-bottom: 12px;
    margin-right: 0;
  }
  .common_top-footer .common_f_nav01 dd {
    width: 100%;
  }
  .common_top-footer .common_f_nav01 dd a {
    width: 100%;
  }
  .common-page-first-section {
    padding-bottom: 80px;
  }
  .common-page-first-section .flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 56px;
  }
  .common-page-first-section .flex .left {
    width: 100%;
    margin-bottom: 32px;
  }
  .common-page-first-section .flex .left img {
    width: 100%;
  }
  .common-page-first-section .flex .right {
    padding-left: 5.5%;
  }
  .common-page-first-section .flex .right .page-title {
    font-size: 28px;
    font-weight: bold;
  }
  /*****縺ｯ縺倥ａ縺ｦ縺ｮ譁ｹ縺ｸ*****/
  .beginners_btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    display: block;
    width: 100px;
    height: 70px;
    padding-top: 8px;
    position: fixed;
    top: 0;
    right: 70px;
    z-index: 10040;
    box-sizing: border-box;
  }
  .beginners_btn .img {
    width: 100%;
    text-align: center;
  }
  .beginners_btn .img img {
    margin: 0 auto;
  }
  .beginners_btn .txt {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #06275f;
  }
  .beginners_container {
    display: block;
    width: 100%;
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 10040;
    padding: 30px 20px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: -100;
  }
  .beginners_container.open {
    z-index: 10040;
  }
  .beginners_container .beginners_block {
    width: 100%;
    opacity: 0;
    transition: 0.2s;
  }
  .beginners_container.open .beginners_block {
    width: 100%;
    opacity: 1;
    transition: 0.2s;
  }
  .beginners_container .beginners_block .beginners_close {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .beginners_container .beginners_block .beginners_close::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #3d4553;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .beginners_container .beginners_block .beginners_close::after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #3d4553;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .beginners_container .beginners_block .common_ttl01 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .beginners_container .beginners_block .beginners_txt01 {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .beginners_container .beginners_block .beginners_list01 {
    width: 100%;
    margin-top: 30px;
  }
  .beginners_container .beginners_block .beginners_list01 li {
    width: 100%;
    margin-top: 20px;
  }
  .beginners_container .beginners_block .beginners_list01 li:first-of-type {
    margin-top: 0;
  }
  .beginners_container .beginners_block .beginners_list01 li a {
    width: 100%;
    display: flex;
    text-decoration: none;
  }
  .beginners_container .beginners_block .beginners_list01 li a .list_img {
    width: 100px;
    margin-right: 10px;
  }
  .beginners_container .beginners_block .beginners_list01 li a .list_img figure {
    width: 100%;
    padding-top: 80%;
    position: relative;
    background-color: #ccc;
  }
  .beginners_container .beginners_block .beginners_list01 li a .list_img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .beginners_container .beginners_block .beginners_list01 li a .list_box {
    width: calc(100% - 110px);
  }
  .beginners_container .beginners_block .beginners_list01 li a .list_box .box_ttl {
    width: 100%;
    font-size: 16px;
    color: #06275f;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: -4px;
  }
  .beginners_container .beginners_block .beginners_list01 li a .list_box .box_txt {
    width: 100%;
    font-size: 13px;
    color: #333;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 3px;
  }
  #bn_12campaign {
    width: 72%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 58px;
    z-index: 5000;
  }
  #bn_12campaign .close {
    cursor: pointer;
    position: absolute;
    z-index: 55;
    right: 0%;
    top: 0%;
    width: 7%;
  }
  /*20240422*/
  .header_navi {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2.6% 10px 2.6%;
    overflow-x: scroll;
  }
  .header_inner02::after {
    display: none;
  }
  .common_top-header .common_header_navi li:nth-child(n+2) {
    margin-right: 10px;
  }
} /*@media(max-width:769px){*/
/** ==========================================================================
*
*  drawer.css
*
========================================================================== **/
/*!
 * jquery-drawer v3.2.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-nav {
  position: fixed;
  z-index: 10001;
  top: 0;
  overflow: hidden;
  width: 18rem;
  height: 100%;
  color: #222;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #3d4553;
}

.drawer-open .drawer-overlay {
  display: block;
  cursor: pointer;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*
@media screen and (min-width: 1041px) {
	.drawer--top.drawer-open .drawer-nav,
	.drawer--top
	.drawer-hamburger,
	.drawer--top.drawer-open .drawer-navbar .drawer-hamburger {
	  display:none;
	}
}*/
/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -18rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 18rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -18rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 18rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 10004;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 30px;
  padding: 0;
  padding-top: 18px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #3d4553;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: #3d4553;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-txt {
  font-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 6px;
  color: #fff;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -8px;
  right: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 8px;
}

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

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 1040px) {
  .drawer-hamburger {
    width: 40px;
    padding-top: 28px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
  }
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    top: -12px;
  }
  .drawer-hamburger-icon:after {
    top: 12px;
  }
}
/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 10002;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 10002;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
/* content style */
.drawer-nav ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

.drawer-menu li a {
  display: block;
  margin: 0 10%;
  padding: 0.8em 1.4em 0.8em 1em;
  outline: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  text-align: left;
  width: calc(100% - 2.4em);
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.drawer-menu li .drawer-dropdown-menu a {
  padding: 0.8em 1.4em 0.8em 1.5em;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.09);
}

.drawer-menu li .drawer-dropdown-menu li:nth-last-child(n+2) a {
  border-bottom: 1px dashed #fff;
}

.drawer-menu li.tgl a.toggle::after {
  content: "+";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.drawer-menu li.tgl.open a.toggle::after {
  content: "-";
}

.drawer-nav #spnav_head {
  background: #fff;
  padding: 15px 10px;
  margin-bottom: 40px;
}

.drawer-nav #spnav_hlogo img {
  height: 39px;
  width: auto;
}

.drawer-nav #spnav_hlogo a {
  border: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 770px) {
  .drawer-nav #spnav_head {
    background: #fff;
    padding: 15px 70px 14px 20px;
  }
  .drawer-nav #spnav_hlogo img {
    height: 40px;
    padding: 0;
  }
}
@media screen and (min-width: 1040px) {
  .drawer-nav #spnav_head {
    background: #fff;
    padding: 15px 10px 15px 20px;
  }
  .drawer-nav #spnav_hlogo img {
    height: 50px;
    width: auto;
    padding: 5px 0;
  }
}
.drawer-nav > ul.drawer-menu > li:last-child {
  padding-bottom: 60px;
}

/**/
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/**/
/** ==========================================================================
*
*  event.css
*
========================================================================== **/
/* コンテンツ */
#title {
  background-image: url(../../images/event/title.jpg);
}

.hdbox {
  position: relative;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.hdbox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hdbox h5 {
  display: inline-block;
  color: #fff;
  line-height: 2em;
  padding: 0 20px;
  margin-bottom: 10px;
  background-color: #84c4e9;
}

.hdbox h5.icon1,
.hdbox h5.cat01 {
  background-color: #6ec275;
}

.hdbox h5.icon2,
.hdbox h5.cat02 {
  background-color: #edc566;
}

.hdbox h5.icon3,
.hdbox h5.cat04 {
  background-color: #ecad9e;
}

.hdbox h5.icon4,
.hdbox h5.cat03 {
  background-color: #b2acec;
}

.hdbox h4 {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #505764;
}

.hdbox p {
  line-height: 2;
}

.hdbox p span {
  display: inline-block;
  text-align: center;
  background-color: #eee;
  width: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-indent: 0;
}

.hdbox p.kikan {
  margin-left: 90px;
  text-indent: -90px;
}

.hdbox img {
  width: 100%;
  transition: all 0.55s ease;
}

.hdbox:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hdimg {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.hdimg strong {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../../images/base/more_ov.png);
  background-size: cover;
  background-position: center center;
  text-indent: -9999px;
  opacity: 0;
  transition: all 0.55s ease;
}

.hdbox:hover strong {
  opacity: 1;
}

.doc {
  float: left;
  width: 940px;
}

.lnavi {
  float: right;
  width: 200px;
}

.stitle h3 {
  font-size: 2.4em;
  color: #000;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 60px;
  padding-bottom: 5px;
  border-bottom: 3px solid #084f99;
}

.stitle p {
  font-size: 1.24em;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
  color: #fff;
  line-height: 2em;
  padding: 0 20px;
}

.stitle p.icon1 {
  background-color: #e93;
}

.stitle p.icon2 {
  background-color: #e66;
}

.stitle p.icon3 {
  background-color: #9C0;
}

.box0.main_img a {
  display: inline-block;
}

.box0.main_img img {
  max-width: 100%;
}

.ddbox {
  margin-bottom: 60px;
}

.ddbox p {
  padding-bottom: 10px;
  line-height: 2;
}

.ddbox p span {
  display: inline-block;
  text-align: center;
  background-color: #eee;
  width: 100px;
  margin-right: 10px;
}

.ddbox p.kakaku strong {
  font-size: 1.8em;
  color: #C00;
}

.ddbox p.kakaku span {
  background-color: #084f99;
  color: #fff;
  font-size: 1.4em;
  width: 150px;
  margin-right: 10px;
}

.lnavi {
  margin-bottom: 20px;
}

.lnavi p {
  color: #3d4553;
  border-bottom: 1px solid #505764;
  font-size: 1.16em;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.lnavi li {
  font-size: 0.84em;
  border-bottom: 1px dotted #ccc;
}

.lnavi li a {
  display: block;
  color: #333;
  line-height: 40px;
  transition: all 0.5s;
}

.lnavi li a:hover {
  background-color: #f1f4ef;
}

.waku2 {
  padding: 20px;
  border: 2px solid #3d4553;
}

.bed_cont {
  position: relative;
}

.bed_cont a {
  position: relative;
  overflow: hidden;
  z-index: 5;
  display: block;
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin-right: 1px;
  font-weight: bold;
  background-color: #505764;
  transition: opacity 0.5s;
}

.bed_cont a:hover {
  opacity: 0.6;
}

.fbtbox {
  line-height: 1.6;
}

.fbtbox table {
  margin-bottom: 20px;
}

.fbtbox td {
  overflow: hidden;
  position: relative;
  height: 293px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.fbtbox li {
  position: relative;
  float: left;
  width: 293px;
  margin: 0 30px 40px 0;
}

.fbtbox li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fbtbox li:nth-child(3) {
  margin-right: 0;
}

.fbtbox li img {
  max-width: 253px;
  max-height: 253px;
  width: expression(this.width >= this.height ? "253px" : "auto");
  height: expression(this.width <= this.height ? "253px" : "auto");
  transition: all 0.55s ease;
}

.fbtbox li:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.fbtbox h4 {
  font-size: 1.16em;
  margin-bottom: 10px;
  color: #084f99;
}

.fbtbox p {
  font-size: 0.76em;
}

.fbtbox p span {
  display: inline-block;
  text-align: center;
  background-color: #eee;
  width: 70px;
  margin-right: 10px;
}

.fbtbox strong {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../../images/base/more_ov.png);
  background-size: cover;
  background-position: center center;
  text-indent: -9999px;
  opacity: 0;
  transition: all 0.55s ease;
}

.fbtbox li:hover strong {
  opacity: 1;
}

.levimg {
  max-width: 940px;
  max-height: 940px;
  width: expression(this.width >= this.height ? "940px" : "auto");
  height: expression(this.width <= this.height ? "940px" : "auto");
}

.pdfbtn {
  margin-top: 30px;
}

.pdfbtn a {
  display: inline-block;
  padding: 15px 70px 15px 15px;
  font-size: 18px;
  border: 1px solid #3d4553;
  color: #3d4553;
  position: relative;
  transition: 0.3s;
}

.pdfbtn a::after {
  border-bottom: 1px solid #3d4553;
  border-right: 1px solid #3d4553;
  content: "";
  width: 30px;
  height: 7px;
  transform: skew(55deg);
  position: absolute;
  top: 52%;
  right: 20px;
  margin-top: -7px;
  z-index: 10;
}

.pdfbtn a:hover {
  transition: 0.3s;
  background: #3d4553;
  color: #fff;
}

.pdfbtn a:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.stitle,
.box0.main_img,
.information_box,
.detail_box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.information_box h3 {
  border-left: 6px solid #084f99;
  padding: 2px 15px 6px;
  text-align: left;
  font-size: 1.6em;
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 30px;
}

.information_box p {
  margin-bottom: 1.2em;
}

.information_box strong {
  background: linear-gradient(transparent 40%, #fcff1e 40%);
  padding-left: 0.3em;
  font-size: 120%;
  padding-right: 0.3em;
}

.information_box iframe {
  margin: 15px auto 20px !important;
}

#selectshop .fbtbox {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  padding: 20px 10px 0;
}

#selectshop .fbtbox td {
  border: none;
  padding: 15px;
  box-sizing: border-box;
  height: auto;
}

#selectshop .fbtbox td .ad {
  margin-bottom: 10px;
}

#selectshop .fbtbox td .tel {
  background: #f1f4ef;
  display: block;
  text-align: center;
  padding: 5px 0;
  margin-top: 10px;
  font-size: 20px;
  color: #06275f;
}

.select_thumb {
  max-width: 320px;
  object-fit: cover;
  height: 213px;
}

.reserve_btn {
  text-align: center;
  margin-bottom: 20px;
}

.reserve_btn a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #06275f;
  line-height: 1;
  padding: 16px 0;
  font-size: 18px;
  text-align: center;
  transition: 0.3s;
  width: 300px;
}

.reserve_btn a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

@media screen and (min-width: 500px) {
  #title {
    background-position: center 30%;
  }
}
@media screen and (max-width: 499px) {
  .hdbox h4 {
    font-size: 1.4em;
  }
  .doc {
    float: none;
    width: auto;
    margin-bottom: 60px;
  }
  .lnavi {
    float: none;
    width: auto;
  }
  .stitle h3 {
    font-size: 1.4em;
  }
  .stitle p {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  .ddbox p.kakaku strong {
    font-size: 1.4em;
  }
  .ddbox p.kakaku span {
    font-size: 1em;
    width: 100px;
  }
  .lnavi li {
    float: left;
    width: 50%;
    border-bottom: 1px dotted #ccc;
  }
  .lnavi li.two {
    width: 100%;
  }
  .lnavi li a {
    display: block;
    color: #333;
    line-height: 40px;
  }
  .lnavi li a:hover {
    background-color: #dbf0f6;
  }
  .fbtbox {
    padding-bottom: 20px;
  }
  .fbtbox td {
    overflow: hidden;
    position: relative;
    height: 240px;
    border: 1px solid #ccc;
  }
  .fbtbox li {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .fbtbox li:nth-child(even) {
    margin-left: 0;
  }
  .fbtbox li:last-child {
    margin-bottom: 0;
  }
  .fbtbox li img {
    max-width: 90%;
    max-height: 200px;
    width: expression(this.width >= this.height ? "200px" : "auto");
    height: expression(this.width <= this.height ? "200px" : "auto");
    transition: all 0.55s ease;
  }
  .fbtbox h4 {
    font-size: 1.16em;
  }
  .fbtbox p {
    font-size: 0.92em;
  }
  .fbtbox p span {
    width: 80px;
  }
  .levimg {
    max-width: 320px;
    max-height: 320px;
    width: expression(this.width >= this.height ? "320px" : "auto");
    height: expression(this.width <= this.height ? "320px" : "auto");
  }
  .pdfbtn a,
  .pdfbtn a:hover {
    display: inline-block;
    width: 90%;
    box-sizing: border-box;
    padding: 10px 50px 10px 10px;
    font-size: 16px;
    color: #3d4553;
    background: none;
  }
  .pdfbtn a::after,
  .pdfbtn a:hover::after {
    border-bottom: 1px solid #3d4553;
    border-right: 1px solid #3d4553;
  }
  #selectshop .fbtbox {
    max-width: 100%;
  }
  #selectshop .fbtbox td img {
    max-width: 100%;
  }
  #selectshop .fbtbox td {
    display: block;
    width: 100%;
    padding: 10px 4%;
  }
}
#selectshop .fbtbox {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  padding: 20px 20px 0;
}

.contact_shop_block .inner {
  display: flex;
  justify-content: space-between;
}

.contact_shop_block .block_left {
  width: 40%;
}

.contact_shop_block .block_left .img img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.contact_shop_block .block_right {
  width: 57%;
  padding-top: 10px;
}

.contact_shop_block .block_right h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #084f99;
}

.contact_shop_block .block_right h4 {
  color: #333;
  font-size: 16px;
  font-weight: normal;
}

.contact_shop_block .block_right li {
  width: auto;
  color: #333;
  font-size: 14px;
  float: none;
  margin-bottom: 5px;
}

.contact_shop_block .block_right li span {
  display: inline-block;
  width: 5em;
  font-size: 13px;
  text-align: center;
  background: #eee;
  padding: 2px 5px;
  margin-right: 10px;
}

.contact_shop_block .block_right li.info_tel {
  background: #f1f4ef;
}

.contact_shop_block .block_right li.info_tel a {
  display: block;
  color: #084f99;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 5px 0;
  position: relative;
}

.contact_shop_block .block_right p.comment {
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  .contact_shop_block .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact_shop_block .block_left {
    width: 100%;
  }
  .contact_shop_block .block_left .img img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .contact_shop_block .block_right {
    width: 100%;
  }
  .contact_shop_block .block_right h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #084f99;
  }
  .contact_shop_block .block_right h4 {
    color: #333;
    font-size: 16px;
    font-weight: normal;
  }
  .contact_shop_block .block_right li {
    width: auto;
    color: #333;
    font-size: 14px;
    float: none;
    margin-bottom: 5px;
  }
  .contact_shop_block .block_right li span {
    display: inline-block;
    width: 5em;
    font-size: 13px;
    text-align: center;
    background: #eee;
    padding: 2px 5px;
    margin-right: 10px;
  }
  .contact_shop_block .block_right li.info_tel {
    background: #f1f4ef;
  }
  .contact_shop_block .block_right li.info_tel a {
    display: block;
    color: #084f99;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 5px 0;
    position: relative;
  }
  .contact_shop_block .block_right p.comment {
    margin-bottom: 20px;
  }
  #selectshop .fbtbox {
    max-width: 100%;
    padding: 4%;
  }
  #selectshop .fbtbox td img {
    max-width: 100%;
  }
  #selectshop .fbtbox td {
    display: block;
    width: 100%;
    padding: 10px 4%;
  }
  .reserve_btn {
    margin-bottom: 0;
  }
  .reserve_btn a {
    max-width: 100%;
  }
}
/** ==========================================================================
*
*  add_style.css
*
========================================================================== **/
/*2025*/
.top-section1 #slides {
  height: auto;
}

#first_view ul .first_view_img {
  max-width: 100%;
  overflow: hidden;
}

#first_view ul .first_view_img img {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.lnavi li {
  width: 20%;
}

.lnavi.event_side_category li {
  width: auto;
}

.lnavi.exhibition_side_category li {
  width: auto;
}

.to_submit {
  display: none;
}

.reserve_check .to_confirm, .counsel_check .to_confirm, .contact_check .to_confirm {
  display: none;
}

.reserve_check .to_submit, .counsel_check .to_submit, .contact_check .to_submit {
  display: block;
}

@media screen and (max-width: 768px) {
  #common_header_logo img {
    width: 150px;
    position: relative;
    top: 4px;
  }
  .lnavi li {
    width: 33.3333333333%;
  }
}
/*2026*/
.input_shop_select01 {
  max-width: 100%;
}

/*# sourceMappingURL=style03.css.map */
