@charset "UTF-8";
/*
Theme Name: NINJA TRICK HOUSE ver2.2
Theme URI: https://ninja-trick-house.xyz
Description:　NINJA TRICK HOUSE
Version: 2.2
Author: KOBOLD inc.
Author URI: https://kobold-inc.com/
*/
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

dt {
  font-weight: bold;
}

body {
  margin: 0;
  padding: 0;
  background: url(./images/body_bg.gif) repeat;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 17px;
  color: #000000;
  line-height: 2.1em;
}

.br-pc {
  display: inherit;
}

.br-sp {
  display: none;
}

br {
  letter-spacing: normal;
}

.clear {
  clear: both;
}

blockquote {
  background: #eee;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.attention {
  color: #FF0066;
  font-weight: bold;
}

strong {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #fff4d7 50%);
}

.red {
  color: #b63131;
}

ol {
  list-style: decimal;
}

.font12 {
  font-size: 80%;
}

.required {
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #b32f38;
  font-size: 11px;
  color: #FFFFFF;
  padding: 4px 8px;
  margin-right: 10px;
}

a:link,
a:visited {
  color: #5e0000;
  text-decoration: none;
  word-wrap: break-word;
}

a:hover,
a:active {
  color: #ccc;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.img-right {
  float: right;
  padding: 10px;
}

.img-left {
  float: left;
  padding: 10px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.init-bottom:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bogoflags {
  display: none;
}

.wp-video {
  text-align: center !important;
  margin: 0 auto !important;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.bogoflags, .bogoflags-before:before {
  display: none !important;
}

/* --------------------------------------------------------
	0.Blog
-------------------------------------------------------- */
section#media-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: first baseline;
}
section#media-list article {
  display: inline-block;
  background: rgba(255, 255, 255, 0.45);
  width: 260px;
  height: 100%;
  padding: 1%;
  margin: 6px;
}
section#media-list article .post .entry-title {
  text-align: left;
  font-size: 100%;
  line-height: 1.5em;
  margin: 1% 0 0 0;
  padding: 0;
}
section#media-list article .post .thumbnail {
  max-width: 288px;
  max-height: 288px;
  overflow: hidden;
  width: auto;
}
section#media-list article .post .thumbnail img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.5s;
}
section#media-list article .post .thumbnail img:hover {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
section#media-list article .post .link-cat {
  text-align: left;
  margin: 2% 0 0 0;
  padding: 0;
}
section#media-list article .post .link-cat a:link, section#media-list article .post .link-cat a:visited {
  font-weight: 500;
  color: #FFF;
  background: #333;
  font-size: 90%;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 3px 6px;
}
section#media-list article .post .post-title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 40px;
  letter-spacing: 0em;
}

blockquote.instagram-media {
  text-align: center !important;
  margin: 0 auto !important;
}

ul.flex {
  list-style-type: none;
  padding-left: 0;
}

ul.flex li {
  padding: 1% 1%;
  margin: 1%;
  background: #FFF;
  border-bottom: 1px solid #ccc;
}

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

/*/////sns/////*/
.sns-box {
  margin: 15px 0;
  width: 100%;
  padding: 0;
}

.sns-box ul {
  margin: 0 auto;
  text-align: center;
}

.sns-box li {
  float: left;
  list-style: none;
  width: 25%;
}

.sns-box li a {
  font-size: 80%;
  position: relative;
  display: block;
  padding: 10px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  margin: 9px;
}

.sns-box li a:hover {
  -webkit-transform: translate3d(0px, 5px, 1px);
  -moz-transform: translate3d(0px, 5px, 1px);
  transform: translate3d(0px, 5px, 1px);
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s;
  box-shadow: none;
}

.sns-box .count {
  background: #FFF;
  color: #000;
  border-radius: 50%;
  padding: 0px 4px;
  line-height: 9px;
  width: 9px;
  height: 9px;
  margin-left: 3px;
  font-size: 90%;
}

/* ツイッター */
.sns-box .twitter a {
  background: #00acee;
  box-shadow: 0 5px 0 #0092ca;
}

.sns-box .twitter a:hover {
  background: #0092ca;
}

/* Facebook */
.sns-box .facebook a {
  background: #3b5998;
  box-shadow: 0 5px 0 #2c4373;
}

.sns-box .facebook a:hover {
  background: #2c4373;
}

/* グーグル */
.sns-box .googleplus a {
  background: #db4a39;
  box-shadow: 0 5px 0 #ad3a2d;
}

.sns-box .googleplus a:hover {
  background: #ad3a2d;
}

/* はてぶ */
.sns-box .hatebu a {
  background: #5d8ac1;
  box-shadow: 0 5px 0 #43638b;
}

.sns-box .hatebu a:hover {
  background: #43638b;
}

/* LINE */
.sns-box .line a {
  background: #25af00;
  box-shadow: 0 5px 0 #219900;
}

.sns-box .line a:hover {
  background: #219900;
}

.btn-reserve {
  text-align: center;
  margin: 15px auto 0 auto;
}

.btn-reserve a:link,
.btn-reserve a:visited {
  display: block;
  width: 150px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #b32f38;
  font-size: 12px;
  color: #FFFFFF;
  padding: 8px 16px;
  margin: 4px auto;
}

.btn-reserve a:hover,
.btn-reserve a:active {
  opacity: 0.8;
}

::selection {
  background: #CCCCCC;
  color: #000000;
}

::-moz-selection {
  background: #CCCCCC;
  color: #000000;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#main {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.wrapper {
  width: 1200px;
  height: auto;
  padding: 0px;
}

.main-content {
  width: 1200px;
  height: auto;
  padding: 50px;
  text-align: center;
  margin: 0 auto;
}

.main-content p {
  margin-bottom: 30px;
}

.main-content-single {
  width: 100%;
  height: auto;
  padding: 50px;
  text-align: center;
  margin: 0 auto;
}

.main-content-single img {
  width: auto;
  height: auto;
}

.main-content-single p {
  margin-bottom: 30px;
}

/*/////primary/////*/
#primary {
  width: 100%;
  height: auto;
}

/*/////top-catch/////*/
#top-catch {
  width: 100%;
  text-align: center;
  margin: 20px auto 45px auto;
}
#top-catch .wrapper {
  max-width: 900px;
  padding: 30px;
  text-align: center;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.45);
}
#top-catch .wrapper img {
  text-align: center;
  margin: 0 auto 20px auto;
}
#top-catch .wrapper ul {
  text-align: left;
  list-style: disc;
  font-size: 130%;
  font-weight: bold;
  margin-left: 40px;
}
#top-catch .wrapper ul li {
  margin-bottom: 20px;
}

#topics-box {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 60px;
}
#topics-box .topics-main {
  padding: 10px;
  background: #FFF;
  font-size: 130%;
  border: 2px solid #b32f38;
}
#topics-box .topics-main span {
  color: #b32f38;
  font-weight: bold;
}

/* shop-box */
#shop-box {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#shop-box #photo-area {
  width: 50%;
  float: left;
  background: url(images/shop_photo.jpg) no-repeat center top;
  background-size: cover;
  height: 540px;
  overflow: hidden;
}
#shop-box #shop-area {
  width: 50%;
  float: right;
  background: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  height: 540px;
}
#shop-box #shop-area h3 {
  font-size: 27px;
  font-weight: normal;
  padding-bottom: 26px;
  background: url(images/bg_dia02.png) no-repeat center top 34px;
}
#shop-box #shop-area h4 {
  line-height: 1.5em;
  margin-bottom: 8px;
  font-weight: normal;
}
#shop-box #shop-area img {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0;
}
#shop-box #shop-area p {
  line-height: 1.5em;
  margin: 0 0 8px 0;
  padding-top: 0;
  font-size: 90%;
}
#shop-box #shop-area p span {
  font-size: 90%;
}
#shop-box #shop-area .credit-card {
  width: auto;
  height: auto;
  text-align: center;
  margin: 1em auto 0 auto;
}
#shop-box #shop-area .credit-card img {
  width: auto;
  height: auto;
}
#shop-box #shop-add {
  width: 80%;
  border: 1px dashed #661515;
  background: #f4dcdc;
  padding: 6px 12px;
  border-radius: 8px;
  text-align: center;
  margin: 0 auto 10px auto;
  font-weight: bold;
  position: relative;
  color: #b32f38;
  font-size: 120%;
}
#shop-box #shop-add p {
  margin-bottom: 0;
}
#shop-box #shop-goto {
  width: 80%;
  border: 1px dashed #41220f;
  background: #87d3cf;
  padding: 6px 12px;
  border-radius: 8px;
  text-align: center;
  margin: 0 auto 10px auto;
  font-weight: bold;
  position: relative;
}
#shop-box #shop-goto h3 {
  font-size: 15px;
  letter-spacing: 0.15em;
  margin: 5px auto 5px auto;
  padding: 0;
  background: none;
}
#shop-box #shop-goto h3 span {
  background: #fbf407;
  color: #41220f;
  padding: 4px 12px;
}
#shop-box #shop-goto ul {
  text-align: left;
  list-style: none;
}
#shop-box #shop-goto ul li {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  padding-bottom: 0;
  line-height: 1.8;
}
#shop-box #shop-goto ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "■";
  color: #fbf407;
  font-size: 12px;
}

body.ja #shop-box #photo-area,
body.ja #shop-box #shop-area,
body.en-US #shop-box #photo-area,
body.en-US #shop-box #shop-area,
body.fr-FR #shop-box #photo-area,
body.fr-FR #shop-box #shop-area,
body.ko-KR #shop-box #photo-area,
body.ko-KR #shop-box #shop-area,
body.zh-CN #shop-box #photo-area,
body.zh-CN #shop-box #shop-area,
body.zh-TW #shop-box #photo-area,
body.zh-TW #shop-box #shop-area {
  height: 720px !important;
}

/* info-box */
#info-box {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#info-box h3 {
  font-family: "Vijaya";
  font-size: 34px;
  margin-bottom: 40px;
}
#info-box #news-area {
  width: 50%;
  float: left;
  background: rgba(215, 212, 205, 0.25);
  text-align: center;
  margin: 0 auto;
  padding: 30px;
  height: 600px;
}
#info-box #sns-area {
  width: 50%;
  float: right;
  background: rgba(188, 183, 173, 0.25);
  text-align: center;
  margin: 0 auto;
  padding: 30px;
  height: 600px;
}

/* btn */
.btn, .btn02 {
  margin-top: 30px;
}

.btn a {
  background: url(images/btn_bg.gif) repeat-x center top;
  display: inline-block;
  width: 270px;
  height: 48px;
  color: #FFF;
}
.btn a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
.btn a p {
  line-height: 48px;
  font-size: 18px;
  text-align: center !important;
}

.btn02 a {
  background: url(images/btn_bg_02.gif) repeat-x center top;
  display: inline-block;
  width: 270px;
  height: 48px;
  color: #FFF;
}
.btn02 a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
.btn02 p {
  line-height: 48px;
  font-size: 18px;
  background: url(images/access_pin.png) no-repeat 30% 50%;
  padding-left: 25px;
}

/*---------------- table ---------------- */
.width600 {
  width: 600px;
  text-align: center;
  margin: 0 auto 40px auto;
}
.width600 p.Left {
  text-align: left;
}
.width600 h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.width600 h3:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "■";
  color: #b32f38;
  font-size: 18px;
}

.table02 {
  width: 100%;
  margin-top: 30px;
}
.table02 th {
  padding: 10px;
  border-right: 1px solid #e5e2da;
  font-weight: bold;
  line-height: 120%;
  text-align: left;
}
.table02 td {
  padding: 10px;
  text-align: left;
}
.table02 tr {
  background: rgba(255, 255, 255, 0.25);
}
.table02 tr:nth-child(2n+1) {
  background: rgba(215, 212, 205, 0.25);
}

/* form */
input[type=text] {
  border-radius: 6px;
  padding: 5px;
  border: 1px solid #CCCCCC;
}

select {
  border-radius: 6px;
  padding: 5px;
  border: 1px solid #CCCCCC;
}

input[type=email] {
  border-radius: 6px;
  padding: 5px;
  border: 1px solid #CCCCCC;
}

input[type=date] {
  border-radius: 6px;
  padding: 5px;
  border: 1px solid #CCCCCC;
}

textarea {
  width: 100%;
  border-radius: 6px;
  padding: 5px;
  border: 1px solid #CCCCCC;
}

.wpcf7-submit {
  padding: 10px 120px;
  font-size: 1.2em;
  border-radius: 60px;
  text-align: center;
  background-color: #b32f38;
  color: #FFFFFF;
  border: 0;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #b32f38;
  color: #b32f38;
  font-weight: bold;
  font-size: 1.2em;
}

div.wpcf7-mail-sent-ok {
  color: #398f14;
  font-weight: bold;
  font-size: 1.2em;
}

.wpcf7 .ajax-loader {
  display: block !important;
}

.wpcf7 .ajax-loader {
  text-align: center;
  margin: 10px auto;
}

.num {
  width: 50px;
  margin-left: 10px;
  margin-right: 20px;
}

/*---------------- reservation ---------------- */
#paypal {
  background: #FFF;
  border-radius: 6px;
  margin: 20px auto;
  width: 100%;
  border: 2px solid #005ea6;
  font-weight: bold;
  color: #005ea6;
  padding: 4%;
}
#paypal table {
  text-align: center;
  margin: 0 auto;
}
#paypal p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1080px) {
  html {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  body {
    font-size: 95%;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    width: 100%;
  }
  img.ajax-loader {
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  * {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  iframe {
    width: 100%;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inherit;
  }
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
  }
  caption, th {
    text-align: left;
  }
  q:before, q:after {
    content: "";
  }
  object,
  embed {
    vertical-align: top;
  }
  hr, legend {
    display: none;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
  }
  img, abbr, acronym, fieldset {
    border: 0;
  }
  dt {
    font-weight: bold;
  }
  body {
    margin: 0;
    padding: 0;
    background: url(images/body_bg.gif) repeat;
    font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
    font-size: 16px;
    color: #000000;
    line-height: 2.1em;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .size-full {
    width: 100%;
    height: auto;
  }
  .size-full img {
    width: 100%;
    height: auto;
  }
  .img-right {
    float: right;
    padding: 10px;
  }
  .img-left {
    float: left;
    padding: 10px;
  }
  .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .wpcf7-submit {
    padding: 10px 40px;
    font-size: 1.2em;
  }
  .sp-txt {
    margin-top: 15px;
    font-size: 80%;
    font-weight: bold;
    color: #b32f38;
  }
  #main {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .wrapper {
    width: 100%;
    height: auto;
    padding: 0px;
  }
  .main-content {
    width: 100%;
    height: auto;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
  }
  .main-content p {
    margin-bottom: 30px;
  }
  .main-content-single {
    width: 100%;
    height: auto;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
  }
  .main-content-signle p {
    margin-bottom: 30px;
  }
  .main-content-single img {
    width: 100%;
    height: auto;
  }
  /*---------------- table ---------------- */
  .width600 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .width600 h3 {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    text-align: left;
  }
  .width600 h3:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "■";
    color: #b32f38;
    font-size: 18px;
  }
  .table02 {
    width: 100%;
    margin-top: 30px;
  }
  .table02 th {
    display: block;
    width: 100%;
    padding: 10px;
    border-right: 0;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    border-bottom: 1px solid #e5e2da;
  }
  .table02 th p {
    margin-bottom: 0;
  }
  .table02 td {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: left;
  }
  .table02 tr {
    background: rgba(255, 255, 255, 0.25);
  }
  .table02 tr:nth-child(2n+1) {
    background: rgba(215, 212, 205, 0.25);
  }
  .wpcf7-submit {
    margin-top: 20px !important;
  }
  .wpcf7-spinner {
    display: block !important;
  }
  /* shop-box */
  #shop-box {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  body.ja #shop-box #photo-area, body.en-US #shop-box #photo-area, body.ko-KR #shop-box #photo-area, body.zh-CN #shop-box #photo-area, body.zh-TW #shop-box #photo-area,
  body.fr-FR #shop-box #photo-area {
    height: 210px !important;
  }
  body.ja #shop-box #shop-area, body.en-US #shop-box #shop-area, body.ko-KR #shop-box #shop-area, body.zh-CN #shop-box #shop-area, body.-TW #shop-box #shop-area,
  body.fr-FR #shop-box #shop-area {
    height: auto !important;
  }
  #shop-box #photo-area {
    width: 100%;
    float: none;
    background: url(images/shop_photo.jpg) no-repeat;
    background-size: cover;
    height: 210px;
  }
  #shop-box #shop-area {
    width: 100%;
    float: none;
    background: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    height: auto;
  }
  #shop-box #shop-area h3 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 35px;
    background: url(images/bg_dia02.png) no-repeat center 35px;
  }
  #shop-box #shop-area p {
    line-height: 1.5em;
    font-size: 15px;
  }
  /* info-box */
  #info-box {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #info-box h3 {
    font-family: "Vijaya";
    font-size: 34px;
    margin-bottom: 40px;
  }
  #info-box #news-area {
    width: 100%;
    float: none;
    background: rgba(215, 212, 205, 0.25);
    text-align: center;
    margin: 0 auto;
    padding: 30px;
    height: 600px;
  }
  #info-box #sns-area {
    width: 100%;
    float: none;
    background: rgba(188, 183, 173, 0.25);
    text-align: center;
    margin: 0 auto;
    padding: 30px;
    height: 600px;
  }
  .btn, .btn02 {
    margin-top: 30px;
  }
  .btn a {
    background: url(images/btn_bg.gif) repeat-x center top;
    display: inline-block;
    width: 270px;
    height: 48px;
    color: #FFF;
  }
  .btn a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
  }
  .btn a p {
    line-height: 48px;
    font-size: 18px;
    text-align: center !important;
  }
  .btn02 a {
    background: url(images/btn_bg_02.gif) repeat-x center top;
    display: inline-block;
    width: 270px;
    height: 48px;
    color: #FFF;
  }
  .btn02 a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
  }
  .btn02 a p {
    line-height: 48px;
    font-size: 18px;
    background: url(images/access_pin.png) no-repeat 30% 50%;
    padding-left: 25px;
  }
  section#media-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: first baseline;
  }
  section#media-list article {
    display: inline-block;
    background: rgba(255, 255, 255, 0.45);
    width: calc(50% - 6px);
    height: 100%;
    padding: 1%;
    margin: 3px;
  }
  section#media-list article .post .entry-title {
    text-align: left;
    font-size: 100%;
    line-height: 1.5em;
    margin: 1% 0 0 0;
    padding: 0;
  }
  section#media-list article .post .thumbnail {
    max-width: 160px;
    max-height: 193px;
    overflow: hidden;
    width: auto;
    margin-bottom: 5px;
  }
  section#media-list article .post .thumbnail img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.5s;
  }
  section#media-list article .post .thumbnail img:hover {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
  }
  section#media-list article .post .link-cat {
    text-align: left;
    margin: 2% 0 0 0;
    padding: 0;
  }
  section#media-list article .post .link-cat a:link, section#media-list article .post .link-cat a:visited {
    font-weight: 500;
    color: #FFF;
    background: #333;
    font-size: 90%;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 3px 6px;
  }
  section#media-list article .post .post-title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 40px;
    letter-spacing: 0em;
  }
}
/* --------------------------------------------------------
	2.Header
-------------------------------------------------------- */
header {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0px 0px;
  background: #FFFFFF;
}
header hgroup {
  background: #FFFFFF;
}
header hgroup .header-inner {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
}
header #header-top {
  display: flex;
  width: 100%;
  padding: 10px 0px;
  background: url(./images/header_top_bg.gif) repeat center top;
  color: #FFFFFF;
  font-size: 14px;
  justify-content: space-between;
}
header #header-top .header-txt {
  width: calc(100% - 120px);
  display: inline-block;
  text-align: left;
}
header #header-top .header-inner .menu {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 30px;
  margin: 0 auto;
}
header .site-title {
  float: left;
  margin: 10px 0px;
  display: flex;
}
header .site-title div {
  display: inline-block;
  max-height: 104px;
}
header .site-title img {
  width: auto;
  max-height: 104px;
}
header .site-title h1 {
  margin-right: 30px;
}
header .site-title .logo-goto {
  display: none;
}

#site-navigation {
  float: right;
}

#toggle {
  display: none;
}

ul#menu {
  margin: 0;
  padding: 0;
  display: flex;
}
ul#menu li {
  display: inline-block;
  vertical-align: bottom;
  list-style: none;
  margin: 40px 0px 0px 16px;
  line-height: 1.45em;
}
ul#menu li:first-child {
  margin-left: 0;
}
ul#menu li.lp a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 5px 20px;
  color: #FFF;
  font-weight: bold;
  border-radius: 6px;
  background: rgb(254, 0, 84);
  background: -moz-linear-gradient(left, rgb(48, 0, 84) 0%, rgb(232, 202, 39) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(254, 0, 84)), color-stop(100%, rgb(232, 202, 39)));
  background: -webkit-linear-gradient(left, rgb(254, 0, 84) 0%, rgb(232, 202, 39) 100%);
  background: -o-linear-gradient(left, rgb(254, 0, 84) 0%, rgb(232, 202, 39) 100%);
  background: -ms-linear-gradient(left, rgb(254, 0, 84) 0%, rgb(232, 202, 39) 100%);
  background: linear-gradient(to right, rgb(254, 0, 84) 0%, rgb(232, 202, 39) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fe0054", endColorstr="#e8ca27", GradientType=1 );
}
ul#menu li a {
  display: block;
  text-decoration: none;
  color: #000;
  margin: 0;
  padding: 5px 12px;
}

nav a {
  position: relative;
  display: inline-block;
  margin: 15px 25px;
  outline: none;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}
nav a:hover, nav a:focus {
  outline: none;
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
  height: 1px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.cl-effect-4 a {
  padding: 0 0 10px;
}
.cl-effect-4 a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.menu {
  float: right;
  position: relative;
  width: 150px;
  height: 36px;
  margin: 0 auto;
}
.menu > li {
  width: 150px;
  height: 36px;
  line-height: 36px;
  background: url(images/btn_bg_02.gif) repeat-x center top;
  list-style: none;
}
.menu > li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.menu > li a:hover {
  color: #FFF;
  background: url(images/btn_bg_02.gif) repeat-x center top;
  text-decoration: underline;
}
.menu > li:hover {
  background: #072A24;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul.bogo-language-switcher {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu > li .bogo-language-switcher li {
  border-top: 1px solid #111;
}

.menu li.menu__single a {
  position: relative;
  padding-left: 18px;
}
.menu li.menu__single a:before {
  position: absolute;
  content: "";
  left: 12px;
  top: 8px;
  background: url(./images/ico_language.svg) no-repeat left top !important;
  background-size: 18px;
  width: 18px;
  height: 18px;
}
.menu li.menu__single a.init-bottom:after {
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}

.menu:before,
.menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

.menu > li.menu__single {
  position: relative;
  z-index: 100;
}

li.menu__single ul.bogo-language-switcher {
  position: absolute;
  top: 50px;
  width: 100%;
  background: #072A24;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

li.menu__single:hover ul.bogo-language-switcher {
  top: 30px;
  visibility: visible;
  opacity: 1;
}

.menu > li.menu__single {
  position: relative;
}

li.menu__single ul.bogo-language-switcher {
  position: absolute;
  top: 50px;
  width: 100%;
  background: #072A24;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

li.menu__single:hover ul.bogo-language-switcher {
  top: 36px;
  visibility: visible;
  opacity: 1;
}

.bogo-language-switcher li a {
  padding-left: 0 !important;
  position: relative;
}
.bogo-language-switcher li a:before {
  display: none;
}

.bogo-language-switcher li a:link, .bogo-language-switcher li a:visited {
  color: #FFF;
}

.bogo-language-switcher .ja, .bogo-language-switcher .en-US,
.bogo-language-switcher .ja, .bogo-language-switcher .ko-KR,
.bogo-language-switcher .ja, .bogo-language-switcher .zh-CN,
.bogo-language-switcher .ja, .bogo-language-switcher .zh-TW {
  background: none;
  padding: 0px 0px;
}

@media only screen and (max-width: 767px) {
  header {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0px 0px;
    background: #FFF;
    height: 60px;
  }
  header #header-top {
    width: 100%;
  }
  header #header-top .header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  header #header-top .header-inner .menu {
    width: 80px;
  }
  header hgroup .drawer-nav {
    z-index: 3;
  }
  header hgroup .header-inner {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
  }
  header .site-title {
    float: none;
    margin: 10px auto 0 auto;
  }
  header .site-title div h1 {
    margin-right: 0;
  }
  header .site-title div h1 img {
    width: 40%;
  }
  .menu {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 60px;
    margin: 0 auto;
  }
  .menu > li {
    float: none;
    width: 80px;
    height: 60px;
    line-height: inherit;
    background: url(images/btn_bg_02.gif) repeat center top !important;
    list-style: none;
  }
  .menu li.menu__single a {
    padding-left: 0;
    padding-top: 30px;
    height: 60px;
  }
  .menu li.menu__single a:before {
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-size: contain;
    width: 32px;
    height: 32px;
  }
  .menu li.menu__single a.init-bottom {
    font-size: 13px;
  }
  .menu li.menu__single a.init-bottom:after {
    display: none;
  }
  .menu li.menu__single:hover ul.bogo-language-switcher {
    top: 60px;
  }
  .menu li ul.bogo-language-switcher li a {
    height: 36px;
    padding-top: 0;
  }
  .init-bottom:after {
    display: none;
  }
  #site-navigation {
    float: none;
    width: 100%;
  }
  #toggle {
    display: none;
  }
  #menu {
    display: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #maintxt-en {
    width: 100%;
    height: 100%;
    margin-left: -50%;
    position: absolute;
    left: 50%;
    line-height: normal;
    font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Vijaya";
    font-size: 20px;
    font-weight: normal;
    top: 50%;
    color: #FFF;
    text-shadow: 1px 1px 10px #000;
    letter-spacing: 0.1em;
  }
}
#float-menu {
  display: none;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 100%;
  clear: both;
  z-index: 999;
}
#page-top a {
  background: rgba(121, 113, 95, 0.5);
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: rgba(121, 113, 95, 0.3);
}

/* bnr-float */
#bnr-float {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 15;
}
#bnr-float img {
  width: 300px;
  height: auto;
  vertical-align: top;
}
#bnr-float.bnr-notice {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 15;
}
#bnr-float.bnr-notice .box.lang .bnr-notice-box {
  display: block;
  padding: 15px;
  font-size: 100%;
  font-weight: bold;
  color: #000 !important;
  max-width: 300px;
  width: 300px;
  line-height: 1.5;
}
#bnr-float.bnr-notice .box.lang .bnr-notice-box h2 {
  color: #FFF;
  display: inline-block;
  padding: 2px 4px;
  font-size: 90%;
  background: #b32f38;
  margin-right: 8px;
}
#bnr-float.bnr-notice.jp {
  bottom: 209px;
}
#bnr-float .btn {
  color: #FFF;
  background: #b32f38;
  border: 1px solid #b32f38;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  line-height: 24px;
  text-align: center;
  display: table;
  cursor: pointer;
}
#bnr-float .btn:hover, #bnr-float .btn :active {
  cursor: pointer;
  border: 1px solid #b32f38;
  color: #b32f38;
  background: #FFF;
}
#bnr-float .box {
  background: #FFF;
}
#bnr-float .box.lang {
  background: #FFF;
  border: 2px solid #b32f38;
  max-width: 300px;
  width: 300px;
}
#bnr-float .box.lang a {
  display: block;
  padding: 15px;
  font-size: 140%;
  font-weight: bold;
  color: #b32f38 !important;
}

#bnr-float.bnr-notice .box.lang .bnr-notice-box span {
  margin-left: 10px;
}

/* close button */
#bnr-float .action-close {
  position: relative;
  margin-top: 2em;
}

#bnr-float .action-close .btn {
  position: absolute;
  right: -0.75em;
  top: -46px;
  z-index: 5;
}

/* checkbox non-display */
#bnr-float .add-control .checkbox {
  display: none;
}

/* close button's control */
#bnr-float .add-control .action-close #close:checked ~ .btn {
  display: none;
}

#bnr-float .add-control .action-close #close:checked ~ .box {
  display: none;
}

#bnr-float .add-control .action-close #notice-close:checked ~ .btn {
  display: none;
}

#bnr-float .add-control .action-close #notice-close:checked ~ .box {
  display: none;
}

#bnr-float .add-control .action-close #time-close:checked ~ .btn {
  display: none;
}

#bnr-float .add-control .action-close #time-close:checked ~ .box {
  display: none;
}

footer {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  background: url(images/footer_bg.gif) repeat;
  font-size: 80%;
  color: #FFF;
}
footer .calender {
  float: right;
  width: 240px;
}
footer .footer-info {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  height: auto;
  font-size: 15px;
}
footer .footer-info a {
  color: #FFF;
}
footer .footer-info .footer-info-left {
  float: left;
  text-align: left;
  padding-bottom: 40px;
  height: 160px;
  width: 150px;
}
footer .footer-info .footer-info-right {
  float: left;
  text-align: left;
  height: 160px;
  width: 150px;
}
footer .footer-info .footer-info-sns {
  float: left;
  text-align: left;
  width: 150px;
}
footer .footer-info .footer-info-sns h3 {
  margin-bottom: 10px;
}
footer .footer-info .footer-info-sns ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding-right: 10px;
}
footer .footer-info .footer-info-center {
  float: right;
  width: 600px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
footer .footer-info .footer-info-center div {
  display: inline-block;
  margin: 0 10px;
  width: auto;
}
footer .footer-info .footer-info-trip {
  margin: 0 0 20px 0;
  padding: 0;
  width: 200px;
}
footer .footer-info .footer-info-trip li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-info .footer-info-trip #CDSWIDEXC {
  margin: 0;
}
footer .footer-info .footer-info-bnr {
  width: 200px;
}
footer .site-info {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
  color: #cccccc;
  font-size: 12px;
}
footer copyright {
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
  padding: 2px 0px;
}

@media only screen and (max-width: 767px) {
  #page-top {
    position: fixed;
    bottom: 59px;
    right: 15px;
    font-size: 100%;
    clear: both;
    z-index: 500;
  }
  #page-top a {
    background: rgba(121, 113, 95, 0.5);
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
  }
  #page-top a:hover {
    text-decoration: none;
    background: rgba(121, 113, 95, 0.3);
  }
  /* bnr-float */
  #bnr-float {
    position: fixed;
    left: 15px;
    bottom: 59px;
    z-index: 15;
  }
  #bnr-float img {
    width: 150px;
    height: auto;
    vertical-align: top;
  }
  #bnr-float .btn {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    line-height: 14px;
    text-align: center;
    display: table;
    cursor: pinter;
  }
  #bnr-float .action-close .btn {
    top: -2.75em;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    line-height: 20px;
  }
  /* jp */
  #bnr-float.bnr-ninja {
    bottom: 59px;
  }
  #bnr-float.bnr-time {
    bottom: 144px;
    font-size: 14px;
  }
  #bnr-float.bnr-notice.jp {
    bottom: 154px;
    font-size: 14px;
  }
  #bnr-float.bnr-notice .box.lang .bnr-notice-box {
    display: block;
    padding: 5px;
    font-size: 100%;
    font-weight: bold;
    color: #000 !important;
    max-width: 270px;
    line-height: 1.5;
  }
  #bnr-float.bnr-notice .box.lang .bnr-notice-box h2 {
    margin-right: 5px;
  }
  #bnr-float.bnr-notice {
    position: fixed;
    left: 15px;
    bottom: 60px;
    z-index: 15;
    width: 270px;
  }
  #bnr-float .box.lang {
    width: 270px;
  }
  #bnr-float .box.lang a {
    font-size: 14px;
    padding: 5px;
  }
  #float-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 99;
    height: 44px;
  }
  #float-menu div.float-reserve {
    display: inline-block;
    width: 50%;
    background: #408C3D;
    text-align: center;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
  }
  #float-menu div.float-reserve button {
    width: 100%;
    height: 44px;
    display: block;
    font-size: 115% !important;
  }
  #float-menu div.float-contact {
    display: inline-block;
    width: 50%;
    background: #b32f38;
    text-align: center;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
  }
  #float-menu div.float-contact a {
    width: 100%;
    display: block;
    color: #FFF;
    text-decoration: none;
    background: #b32f38;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 115%;
    position: relative;
    padding-left: 30px;
  }
  #float-menu div.float-contact a:before {
    position: absolute;
    content: "";
    background: url(./images/ico_contact.svg) no-repeat left top;
    background-size: 22px auto;
    width: 22px;
    height: 22px;
    left: 15%;
    top: 26%;
  }
  footer {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10px 10px 54px 10px;
    background: url(images/footer_bg.gif) repeat;
    font-size: 13px;
    color: #FFF;
  }
  footer .calender {
    float: none;
    width: 100%;
    clear: both;
  }
  footer .footer-info {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: auto;
    font-size: 13px;
  }
  footer .footer-info a {
    color: #FFF;
  }
  footer .footer-info .footer-info-left {
    float: left;
    text-align: left;
    padding-bottom: 0px;
    height: auto;
    width: 40%;
    padding-left: 40px;
  }
  footer .footer-info .footer-info-right {
    float: right;
    text-align: left;
    height: auto;
    width: 40%;
  }
  footer .footer-info .footer-info-sns {
    clear: both;
    float: none;
    text-align: center;
    margin: 20px 0px;
    width: 100%;
    border-top: 1px dotted #666;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
  }
  footer .footer-info .footer-info-sns h3 {
    margin-bottom: 10px;
  }
  footer .footer-info .footer-info-sns ul {
    position: relative;
    left: 50%;
    float: left;
  }
  footer .footer-info .footer-info-sns ul li {
    position: relative;
    left: -50%;
    float: left;
    list-style: none;
    text-align: center;
    margin: 0 auto;
    padding-right: 10px;
  }
  footer .footer-info .footer-info-sns ul li:last-child {
    padding-right: 0;
  }
  footer .footer-info .footer-info-center {
    float: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px 0;
    justify-content: space-between;
  }
  footer .footer-info .footer-info-center div {
    display: inline-block;
    margin: 0 0 !important;
    padding: 0 2px;
  }
  footer .footer-info .footer-info-center div.footer-info-trip {
    width: 33%;
    text-align: center;
    margin: 0 auto;
  }
  footer .footer-info .footer-info-center div.footer-info-trip #TA_excellent553 {
    width: 100% !important;
  }
  footer .footer-info .footer-info-center div.footer-info-trip #TA_excellent553 #CDSWIDEXC {
    width: 100%;
  }
  footer .footer-info .footer-info-center div.footer-info-trip #TA_excellent553 #CDSWIDEXC #CDSWIDEXC.widEXC.cx_brand_refresh img#CDSWIDEXCLOGO.widEXCIMG {
    width: 100%;
  }
  footer .footer-info .footer-info-center div.footer-info-bnr {
    width: 33%;
    text-align: center;
    margin: 0 auto;
  }
  footer .footer-info .footer-info-center img {
    width: 100%;
    height: auto;
  }
  footer .site-info {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
    color: #cccccc;
    font-size: 12px;
  }
  footer copyright {
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
    padding: 2px 0px;
    font-size: 11px;
  }
}
/*/////mainimg/////*/
#mainimg {
  position: relative;
  width: 100%;
  height: 800px;
  text-align: center;
  margin: 0 auto;
  background: url(images/mainimg01_pc.jpg) no-repeat center top;
  background-size: cover;
}
#mainimg:after {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  max-height: 800px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
#mainimg #firsttxt {
  position: absolute;
  content: "";
  top: 20%;
  z-index: 2;
  font-size: 48px;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
}
#mainimg #maintxt {
  position: absolute;
  content: "";
  top: 43%;
  z-index: 2;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  font-size: 82px;
  color: #FFFFFF;
  font-family: "interstate-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
}
#mainimg #maintxt span {
  font-size: 36px;
  letter-spacing: 0.05em;
}

.nivo-controlNav {
  position: relative;
  top: -45px;
}

#childimg {
  width: 100%;
  margin: 6px auto;
  padding: 0;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#childimg div {
  display: inline-block;
  width: calc(50% - 3px);
}
#childimg div img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

#movie-box {
  width: 900px;
  margin: 120px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#movie-box div {
  display: inline-block;
  width: 48.5%;
  margin: 0;
  padding: 0;
}
#movie-box div h3 {
  font-weight: bold;
  font-size: 115%;
  background: #FFF;
  padding: 10px;
}
#movie-box div video {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#reserve-box {
  max-width: 900px;
  text-align: center;
  margin: 20px auto 60px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#reserve-box > div {
  display: inline-block;
  max-width: 48.5%;
  vertical-align: top;
}
#reserve-box .btn-reserve, #reserve-box .btn-reserve button, #reserve-box .btn-contact {
  width: 100%;
  height: 60px;
  text-align: center;
  margin: 0;
  font-size: 105%;
}
#reserve-box .btn-contact {
  width: 100%;
}
#reserve-box .btn-contact a {
  display: block;
  width: 100%;
  height: 100%;
  background: #b32f38;
  border-radius: 6px;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 60px;
  position: relative;
}
#reserve-box .btn-contact a:before {
  position: absolute;
  content: "";
  background: url(./images/ico_contact.svg) no-repeat left top;
  background-size: 22px auto;
  width: 22px;
  height: 22px;
  left: 30%;
  top: 30%;
}
#reserve-box .btn-contact a:hover {
  opacity: 0.75;
}
#reserve-box .btn-contact p {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.25;
}

#tokyo-box {
  width: 100%;
  display: inline-block;
  padding: 0; /* background: rgba(0,0,0,0.15); */
  background: rgba(255, 255, 255, 0.45);
  min-height: 320px;
  margin: 120px 0;
}
#tokyo-box .tokyo-box-img {
  width: 55%;
  float: right;
  text-align: right;
  margin: 0;
  padding: 0;
  min-height: 320px;
}
#tokyo-box .tokyo-box-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#tokyo-box .tokyo-box-txt {
  width: 45%;
  float: left;
  text-align: center;
  padding: 2%;
  min-height: 320px;
  position: relative;
}
#tokyo-box .tokyo-box-txt h3 {
  font-weight: bold !important;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  border-bottom: 1px solid #CCCCCC;
}
#tokyo-box .tokyo-box-txt p {
  margin-bottom: 20px;
}
#tokyo-box .tokyo-box-txt p:last-child {
  margin-bottom: 0;
}

#top-reserve {
  margin-top: 30px;
}

#topics-box h2, #top-box h2 {
  font-size: 36px;
  font-weight: normal;
  padding-bottom: 80px;
  background: url(images/bg_dia.png) no-repeat center 60px;
  letter-spacing: 0.1em;
}

.fb-movie {
  position: relative;
  max-width: 900px;
  text-align: center;
  width: 100%;
  margin: 25px auto 0 auto;
}
.fb-movie img {
  width: 100%;
  height: auto;
  line-height: 1;
}

#feature-box {
  display: inline-block;
  margin: 120px auto 0 auto;
  width: 100%;
  padding: 90px 0;
  background: rgba(215, 212, 205, 0.45);
}
#feature-box .feature-flex-01, #feature-box .feature-flex-02, #feature-box .feature-flex-03 {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto 90px auto;
  text-align: center;
}
#feature-box .feature-flex-01 .feature-img, #feature-box .feature-flex-02 .feature-img, #feature-box .feature-flex-03 .feature-img {
  display: inline-block;
  width: 44%;
}
#feature-box .feature-flex-01 .feature-img img, #feature-box .feature-flex-02 .feature-img img, #feature-box .feature-flex-03 .feature-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#feature-box .feature-flex-01 .feature-txt, #feature-box .feature-flex-02 .feature-txt, #feature-box .feature-flex-03 .feature-txt {
  display: inline-block;
  width: 50%;
}
#feature-box .feature-flex-01 .feature-txt h3, #feature-box .feature-flex-02 .feature-txt h3, #feature-box .feature-flex-03 .feature-txt h3 {
  font-size: 30px;
  text-align: left;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 0.15em;
}
#feature-box .feature-flex-01 .feature-txt h3:after, #feature-box .feature-flex-02 .feature-txt h3:after, #feature-box .feature-flex-03 .feature-txt h3:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background: #b6373f;
  left: 0;
  bottom: -10px;
}
#feature-box .feature-flex-01 .feature-txt p, #feature-box .feature-flex-02 .feature-txt p, #feature-box .feature-flex-03 .feature-txt p {
  text-align: left;
}
#feature-box .feature-flex-01 .feature-txt .btn, #feature-box .feature-flex-02 .feature-txt .btn, #feature-box .feature-flex-03 .feature-txt .btn {
  text-align: left;
}
#feature-box .feature-flex-01 .feature-txt img, #feature-box .feature-flex-02 .feature-txt img, #feature-box .feature-flex-03 .feature-txt img {
  width: 75%;
  padding-top: 1.5em;
}
#feature-box .feature-flex-01 .feature-txt img {
  width: 100%;
}
#feature-box .feature-flex-02 {
  flex-direction: row;
}
#feature-box .feature-flex-03 {
  margin-bottom: 0;
}

#price-obi {
  width: 100%;
  padding: 15px 0;
  background: url(./images/header_top_bg.gif) repeat center top;
  color: #FFFFFF;
  font-size: 14px;
  margin: 0 auto;
}
#price-obi .wrapper {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
#price-obi .wrapper .hour {
  width: 42%;
  display: inline-block;
}
#price-obi .wrapper .price {
  width: 44%;
  display: inline-block;
}
#price-obi .wrapper .book {
  width: 14%;
  display: inline-block;
}
#price-obi .wrapper .book .btn-reserve {
  margin-top: 0;
}

#spot-box {
  display: inline-block;
  margin: 120px auto 0 auto;
  width: 900px;
  padding: 30px;
  border: 3px solid #b6373f;
  background: #FFF;
  position: relative;
  transition: all 0.4s ease-out;
}
#spot-box h2 {
  color: #b6373f;
  position: relative;
  font-size: 36px;
  letter-spacing: 0.025em;
  display: inline-block;
  margin-bottom: 30px;
}
#spot-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
#spot-box ul li {
  display: inline-block;
  width: 30%;
}
#spot-box ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  vertical-align: top;
}
#spot-box ul li h3 {
  margin-bottom: 15px;
  font-size: 21px;
  letter-spacing: 0;
}
#spot-box ul li p {
  line-height: 1.5 !important;
  margin-bottom: 0;
}
#spot-box ul li:nth-child(2) h3 {
  font-size: 18px;
  letter-spacing: -0.025em;
}
#spot-box ul li .details {
  width: 100%;
  margin: 0 auto 0;
  text-align: left;
}
#spot-box ul li .details__summary {
  padding: 10px 16px;
  border: 3px solid #b1a576;
  background: #FFF;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 10px 16px;
}
#spot-box ul li .details__summary .att {
  color: #b6373f;
}
#spot-box ul li .details__summary:first-child {
  margin-top: 0;
}
#spot-box ul li .details__summary::before {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #b6373f;
  transition: all 0.4s ease-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
}
#spot-box ul li .details__summary.active::before {
  transform: rotate(-90deg);
}
#spot-box ul li .details__content {
  overflow: hidden;
  margin: 0;
  padding: 0 0;
}
#spot-box ul li .details__content * {
  transition: all 0.4s ease-out;
  line-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  height: 0;
}
#spot-box ul li .details__content.active * {
  opacity: 1;
  padding: 15px 0;
  line-height: 1.8;
  height: 100%;
}
#spot-box ul li .details__content button {
  width: 150px;
}

#faq-box {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 120px auto 0 auto;
  text-align: center;
}
#faq-box h2 {
  font-size: 36px;
  font-weight: normal;
  padding-bottom: 80px;
  background: url(./images/bg_dia.png) no-repeat center 60px;
  letter-spacing: 0.1em;
}
#faq-box .details {
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
}
#faq-box .details__summary {
  padding: 10px 16px;
  border: 3px solid #b1a576;
  background: #FFF;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 10px 16px;
}
#faq-box .details__summary .att {
  color: #b6373f;
}
#faq-box .details__summary:first-child {
  margin-top: 0;
}
#faq-box .details__summary::before {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #b6373f;
  transition: all 0.4s ease-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
}
#faq-box .details__summary.active::before {
  transform: rotate(-90deg);
}
#faq-box .details__content {
  overflow: hidden;
  margin: 0;
  padding: 0 16px;
}
#faq-box .details__content * {
  transition: all 0.4s ease-out;
  line-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
#faq-box .details__content.active * {
  opacity: 1;
  padding: 16px 0;
  line-height: 1.8;
}
#faq-box .details__content button {
  width: 150px;
}

#top-access-box {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 120px auto 0 auto;
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.45);
}
#top-access-box .access-map {
  position: relative;
  background: url(./images/map.jpg) no-repeat center top;
  background-size: cover;
  min-height: 360px;
}
#top-access-box .access-map a {
  display: block;
  width: 100%;
  height: 360px;
}
#top-access-box .access-map a .btn02 {
  background: url(./images/btn_bg_02.gif) repeat-x center top;
  display: inline-block;
  width: 270px;
  height: 48px;
  color: #FFF;
  margin-top: 150px;
}
#top-access-box .access-map a .btn02 p {
  line-height: 48px;
  font-size: 18px;
  background: url(./images/access_pin.png) no-repeat 30% 50%;
  padding-left: 25px;
}
#top-access-box .access-map a:hover .btn02 {
  background: url(./images/btn_bg.gif) repeat-x center top;
}
@media only screen and (max-width: 767px) {
  #top-box {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
  }
  #top-box .wrapper {
    max-width: 100%;
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.45);
    text-align: center;
    margin: 0 auto;
  }
  #top-box p {
    text-align: left;
    margin: 0 auto 10px auto;
  }
  #top-box h3 {
    margin-bottom: 20px;
  }
  #topics-box h2, #top-box h2, #covid-19-box h2 {
    font-size: 21px;
    font-weight: normal;
    padding-bottom: 60px;
    background: url(images/bg_dia.png) no-repeat center 80px;
    letter-spacing: 0.1em;
  }
  #top-box .btn a {
    line-height: 48px;
    font-size: 18px;
  }
  /*/////mainimg/////*/
  #mainimg {
    position: relative;
    width: 100%;
    height: 500px;
    text-align: center;
    margin: 0 auto;
    background: url(images/mainimg01_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  #mainimg:after {
    height: 500px;
  }
  #mainimg #firsttxt {
    top: 18%;
    font-size: 27px;
  }
  #mainimg #maintxt {
    top: 46%;
    padding: 0 30px;
    font-size: 50px;
  }
  #mainimg #maintxt span {
    font-size: 21px;
  }
  #tokyo-box {
    margin: 60px auto;
    padding: 0; /* background: rgba(0,0,0,0.15); */
    background: rgba(255, 255, 255, 0.45);
    min-height: inherit;
  }
  #tokyo-box .tokyo-box-img {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0;
    padding: 0;
    min-height: inherit;
  }
  #tokyo-box .tokyo-box-img img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  #tokyo-box .tokyo-box-txt {
    width: 100%;
    float: none;
    text-align: center;
    padding: 2% 4%;
    min-height: inherit;
    position: relative;
  }
  #tokyo-box .tokyo-box-txt h3 {
    font-weight: bold !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    border-bottom: 1px solid #CCC;
  }
  #tokyo-box .tokyo-box-txt p {
    margin-bottom: 20px;
    line-height: 1.8em;
  }
  #tokyo-box .tokyo-box-txt p:last-child {
    margin-bottom: 0;
  }
  #movie-box {
    width: 100%;
    margin: 60px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
  }
  #movie-box div {
    display: inline-block;
    width: 48.5%;
  }
  #movie-box div h3 {
    font-size: 115%;
  }
  #movie-box div video {
    width: 100%;
    height: 100%;
  }
  body.fr-FR #movie-box div:nth-of-type(2) h3 {
    font-size: 115%;
    letter-spacing: 0.1em;
  }
  #reserve-box {
    max-width: 100%;
    text-align: center;
    margin: 5px auto 40px auto;
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 15px;
  }
  #reserve-box > div {
    display: block;
    max-width: 100%;
    vertical-align: top;
  }
  #reserve-box .btn-reserve {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0;
    font-size: 115%;
  }
  #reserve-box .btn-reserve button, #reserve-box .btn-reserve .btn-contact {
    width: 100%;
    height: 60px;
    text-align: center;
    margin: 0;
  }
  #reserve-box .btn-contact {
    width: 100%;
    margin-top: 15px;
  }
  #reserve-box .btn-contact a {
    display: block;
    width: 100%;
    height: 100%;
    background: #b32f38;
    border-radius: 6px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 60px;
    padding-left: 5px;
    font-size: 115%;
  }
  #reserve-box .btn-contact a:hover {
    opacity: 0.75;
  }
  #reserve-box p {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.25;
  }
  body.ja #reserve-box .btn-contact a:before {
    left: 26.5%;
  }
  #top-reserve {
    margin-top: 0;
    padding-top: 30px;
  }
  #feature-box {
    display: inline-block;
    margin: 60px auto 0 auto;
    width: 100%;
    padding: 60px 15px;
    background: rgba(215, 212, 205, 0.45);
  }
  #feature-box .feature-flex-01, #feature-box .feature-flex-02, #feature-box .feature-flex-03 {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 auto 60px auto;
    text-align: center;
  }
  #feature-box .feature-flex-01 .feature-img, #feature-box .feature-flex-02 .feature-img, #feature-box .feature-flex-03 .feature-img {
    display: inline-block;
    width: 44%;
  }
  #feature-box .feature-flex-01 .feature-img img, #feature-box .feature-flex-02 .feature-img img, #feature-box .feature-flex-03 .feature-img img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  #feature-box .feature-flex-01 .feature-txt, #feature-box .feature-flex-02 .feature-txt, #feature-box .feature-flex-03 .feature-txt {
    display: inline-block;
    width: 50%;
  }
  #feature-box .feature-flex-01 .feature-txt h3, #feature-box .feature-flex-02 .feature-txt h3, #feature-box .feature-flex-03 .feature-txt h3 {
    font-size: 21px;
    text-align: left;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 0.15em;
  }
  #feature-box .feature-flex-01 .feature-txt h3:after, #feature-box .feature-flex-02 .feature-txt h3:after, #feature-box .feature-flex-03 .feature-txt h3:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #b6373f;
    left: 0;
    bottom: -5px;
  }
  #feature-box .feature-flex-01 .feature-txt p, #feature-box .feature-flex-02 .feature-txt p, #feature-box .feature-flex-03 .feature-txt p {
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
  }
  #feature-box .feature-flex-01 .feature-txt .btn, #feature-box .feature-flex-02 .feature-txt .btn, #feature-box .feature-flex-03 .feature-txt .btn {
    text-align: left;
  }
  #feature-box .feature-flex-01 .feature-txt .btn a, #feature-box .feature-flex-02 .feature-txt .btn a, #feature-box .feature-flex-03 .feature-txt .btn a {
    width: 100%;
    line-height: 48px;
  }
  #feature-box .feature-flex-01 .feature-txt .btn a p, #feature-box .feature-flex-02 .feature-txt .btn a p, #feature-box .feature-flex-03 .feature-txt .btn a p {
    line-height: 48px;
  }
  #feature-box .feature-flex-01 .feature-txt img, #feature-box .feature-flex-02 .feature-txt img, #feature-box .feature-flex-03 .feature-txt img {
    padding-top: 1em;
  }
  #feature-box .feature-flex-02 {
    flex-direction: row;
  }
  #feature-box .feature-flex-03 {
    margin-bottom: 0;
  }
  #price-obi {
    width: 100%;
    padding: 10px;
    background: url(./images/header_top_bg.gif) repeat center top;
    color: #FFFFFF;
    margin: 0 auto;
  }
  #price-obi .wrapper {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    display: block;
    align-items: center;
    font-size: 15px;
  }
  #price-obi .wrapper .hour {
    width: 100%;
    display: inline-block;
  }
  #price-obi .wrapper .price {
    width: 100%;
    display: inline-block;
    margin-right: 0;
  }
  #price-obi .wrapper .book {
    width: 100%;
    display: inline-block;
  }
  #price-obi .wrapper .book .btn-reserve {
    margin-top: 5px;
  }
  #spot-box {
    display: inline-block;
    margin: 60px auto 0 auto;
    text-align: center;
    width: calc(100% - 30px);
    padding: 20px;
    border: 3px solid #b6373f;
    background: #FFF;
    position: relative;
  }
  #spot-box h2 {
    color: #b6373f;
    position: relative;
    font-size: 27px;
    letter-spacing: 0.025em;
    display: inline-block;
    margin-bottom: 15px;
  }
  #spot-box ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  #spot-box ul li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #spot-box ul li:last-child {
    margin-bottom: 0;
  }
  #spot-box ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    vertical-align: top;
  }
  #spot-box ul li h3 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
  }
  #spot-box ul li p {
    margin-bottom: 0;
  }
  #faq-box {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 60px auto 0 auto;
    text-align: center;
    padding: 0 15px;
  }
  #faq-box h2 {
    font-size: 21px;
    font-weight: normal;
    padding-bottom: 60px;
    background: url(images/bg_dia.png) no-repeat center 45px;
    letter-spacing: 0.1em;
  }
  #faq-box .details .details__summary {
    padding: 6px 32px 6px 10px;
  }
  #top-access-box {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 60px auto 0 auto;
    text-align: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.45);
  }
  #top-access-box .access-map {
    position: relative;
    background: url(./images/map.jpg) no-repeat center top;
    background-size: cover;
    min-height: 180px;
  }
  #top-access-box .access-map a {
    display: block;
    width: 100%;
    height: 180px;
  }
  #top-access-box .access-map a .btn02 {
    background: url(./images/btn_bg_02.gif) repeat-x center top;
    display: inline-block;
    width: 270px;
    height: 48px;
    color: #FFF;
    margin-top: 75px;
  }
  #top-access-box .access-map a .btn02 p {
    line-height: 48px;
    font-size: 18px;
    background: url(./images/access_pin.png) no-repeat 30% 50%;
    padding-left: 25px;
  }
  #top-access-box .access-map a:hover .btn02 {
    background: url(./images/btn_bg.gif) repeat-x center top;
  }
}
/*/////page/////*/
#primary.page {
  width: 100%;
  min-height: 940px;
}
#primary.page h1 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 52px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Vijaya";
  height: 260px;
  padding-top: 90px;
  font-weight: normal;
  font-style: italic;
  background-size: cover !important;
}
#primary.page h1.about {
  background: url(./images/bg_about.jpg) no-repeat center top;
}
#primary.page h1.blog {
  background: url(./images/bg_blog.jpg) no-repeat center top;
}
#primary.page h1.access {
  background: url(./images/bg_access.jpg) no-repeat center top;
}
#primary.page h1.photo {
  background: url(./images/bg_photo.jpg) no-repeat center top;
}
#primary.page h1.question {
  background: url(images/bg_question.jpg) no-repeat center top;
}
#primary.page h1.reservation {
  background: url(images/bg_reservation.jpg) no-repeat center top;
}
#primary.page h1.company {
  background: url(images/bg_company.jpg) no-repeat center top;
}
#primary.page h1.client {
  background: url(images/bg_client.jpg) no-repeat center top;
}
#primary.page .eng {
  font-size: 24px;
  padding-top: 20px;
}
#primary.page h2 {
  font-size: 36px;
  font-weight: normal;
  padding-bottom: 80px;
  background: url(./images/bg_dia.png) no-repeat center 60px;
  letter-spacing: 0.1em;
}

/*---------------- client ---------------- */
body#client #menu ul {
  display: flex;
}

body#client #menu li {
  float: none;
  display: inline-block;
  list-style: none;
  margin: 50px 0px 0px 0 !important;
}

body#client #menu li a {
  padding: 5px 10px;
}

#client section {
  margin-bottom: 90px;
  text-align: left;
}

#client section h2 {
  text-align: center;
  clear: both;
}

#client section .client-lead {
  text-align: center;
  font-size: 1.2em;
}

#client section#sec01 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#client section#sec01 li {
  float: left;
  width: 350px;
  margin: 0 25px 25px 0;
}

#client section#sec01 li:nth-child(3n) {
  margin-right: 0;
}

#client section#sec01 li video {
  width: 100%;
  height: 240px;
}

#client section#sec01 li p {
  font-size: 90%;
}

#client section#sec02 {
  clear: both;
}

#client section#sec02 .table02 th {
  background: rgba(0, 0, 0, 0.15);
}

#client section#sec02 .table02 td {
  width: 25%;
}

#client section#sec02 caption {
  background: url(images/header_top_bg.gif) repeat center top;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  font-size: 120%;
}

#client section#sec02 .btn-view a {
  text-align: center;
  width: 50%;
  display: block;
  color: #FFFFFF;
  padding: 0 10px;
  height: auto;
  text-decoration: none;
  font-weight: bold;
  background: url(images/btn_bg_02.gif) repeat-x center top;
}

#client section#sec03 {
  clear: both;
}

#client section#sec03 p {
  text-align: center;
}

#client section#sec03 .wpcf7-submit {
  margin: 2em auto;
}

#client section#sec03 .table02 th {
  width: 40%;
}

#client section#sec03 .table02 td .country {
  float: left;
  width: 25%;
  line-height: 2.15em;
}

#client section#sec03 .table02 td .number {
  float: left;
  width: 75%;
}

#client section#sec04 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#client section#sec04 li {
  float: left;
  width: 350px;
  margin: 0 25px 25px 0;
}

#client section#sec04 li:nth-child(3n) {
  margin-right: 0;
}

#client section#sec04 li video {
  width: 100%;
  height: 350px;
}

#client section#sec05 p {
  text-align: center;
  margin-top: 30px;
}

/*---------------- about-us ---------------- */
#top-box {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 60px 0;
}
#top-box .wrapper {
  max-width: 900px;
  width: 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.45);
  text-align: center;
  margin: 0 auto;
}
#top-box ol {
  counter-reset: listnum;
  list-style: none;
}
#top-box ol li {
  position: relative;
  text-align: left;
  padding-left: 36px;
  margin-bottom: 15px;
}
#top-box ol li:before {
  position: absolute;
  counter-increment: listnum;
  content: counter(listnum);
  left: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  text-align: center;
  line-height: 24px;
  background: #b6373f;
  color: #FFFFFF;
  vertical-align: middle;
  font-weight: bold;
}
#top-box p {
  text-align: left;
  margin: 15px auto;
}
#top-box p.mini {
  font-size: 90%;
}
#top-box h3 {
  margin-bottom: 20px;
}

/*---------------- photo ---------------- */
#photo-slier {
  background: #FFFFFF;
  width: 1000px;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}

.fotorama__nav-wrap {
  padding-top: 20px;
}

/*---------------- movie ---------------- */
.movie-list {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  flex-wrap: wrap;
}

.movie-list li {
  display: inline-block;
  width: 48%;
  list-style: none;
  margin-bottom: 3%;
}

/*---------------- privacy ---------------- */
#privacy {
  width: 600px;
  text-align: center;
  margin: 0 auto;
}
#privacy dt {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}
#privacy dd {
  text-align: left;
  margin-bottom: 20px;
}
#privacy ul {
  padding-left: 40px;
}

/*---------------- access ---------------- */
#access-box {
  width: 1160px;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.45);
}
#access-box .alignright {
  float: right;
  width: 630px;
}
#access-box .alignleft {
  float: left;
  width: 470px;
}
#access-box .station {
  background: url(./images/access_station.png) no-repeat 40% top;
  padding-left: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #b6373f;
  margin-top: 50px;
}

#access-box02 {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding-top: 80px;
  left: -20px;
  position: relative;
}
#access-box02 .arrow-right {
  background: url(./images/arrow_right.png) no-repeat right 50%;
  min-height: 295px;
  padding: 6px;
}
#access-box02 .arrow-left {
  background: url(./images/arrow_left.png) no-repeat left 50%;
  min-height: 295px;
  padding: 6px;
}
#access-box02 .arrow-bottom {
  background: url(./images/arrow_bottom.png) no-repeat center bottom;
  min-height: 295px;
  padding: 6px;
}
#access-box02 .arrow-none {
  min-height: 295px;
  padding: 6px;
}

@media only screen and (max-width: 767px) {
  /*/////page/////*/
  .page {
    width: 100%;
    min-height: 100%;
  }
  #primary.page h1 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #FFF;
    font-size: 21px;
    font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Vijaya";
    height: 120px;
    padding-top: 40px;
    font-weight: normal;
    font-style: italic;
  }
  .page .about {
    background: url(images/bg_about.jpg) no-repeat center top;
    background-size: cover;
  }
  .page .blog {
    background: url(images/bg_blog.jpg) no-repeat center top;
    background-size: cover;
  }
  .page .access {
    background: url(images/bg_access.jpg) no-repeat center top;
    background-size: cover;
  }
  .page .photo {
    background: url(images/bg_photo.jpg) no-repeat center top;
    background-size: cover;
  }
  .page .question {
    background: url(images/bg_question.jpg) no-repeat center top;
    background-size: cover;
  }
  .page .reservation {
    background: url(images/bg_reservation.jpg) no-repeat center top;
    background-size: cover;
  }
  .page .eng {
    font-size: 15px !important;
    padding-top: 0px !important;
  }
  #primary.page h2 {
    font-size: 21px;
    font-weight: normal;
    padding-bottom: 60px;
    background: url(images/bg_dia.png) no-repeat center 45px;
    letter-spacing: 0.1em;
  }
  /*/////primary/////*/
  #primary {
    width: 100%;
    height: auto;
  }
  /*---------------- photo ---------------- */
  #photo-slier {
    background: #FFF;
    width: 100%;
    padding: 20px;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
  .fotorama__nav-wrap {
    padding-top: 20px;
  }
  /*---------------- access ---------------- */
  #access-box {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.45);
  }
  #access-box .alignright {
    float: none;
    width: 100%;
    margin-top: 30px;
    padding: 0;
    line-height: 0;
  }
  #access-box .alignright img {
    width: 100%;
  }
  #access-box .alignleft {
    float: none;
    width: 100%;
  }
  #access-box .station {
    background: url(images/access_station.png) no-repeat 34% top;
    padding-left: 20px;
    font-size: 18px;
    font-weight: normal;
    color: #b6373f;
    margin-top: 50px;
  }
  #access-box02 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
    left: 0px;
    position: relative;
  }
  #access-box02 img {
    width: 100%;
    height: auto;
  }
  #access-box02 .arrow-right {
    background: none;
    min-height: initial;
    padding: 0px;
  }
  #access-box02 .arrow-left {
    background: none;
    min-height: initial;
    padding: 0px;
  }
  #access-box02 .arrow-bottom {
    background: none;
    min-height: initial;
    padding: 0px;
  }
  #access-box02 .arrow-none {
    min-height: initial;
    padding: 0px;
  }
  /*---------------- privacy ---------------- */
  #privacy {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #privacy dt {
    font-weight: bold;
    font-size: 17px;
    text-align: left;
    margin-bottom: 10px;
  }
  #privacy dd {
    text-align: left;
    margin-bottom: 15px;
  }
  #privacy ul {
    padding-left: 30px;
  }
}/*# sourceMappingURL=style.css.map */