/*
Theme Name: Island v2
Theme URI: http://tokyodesignroom.com/
Author: the Tokyodesignroom team
Author URI: http://tokyodesignroom.com/
Description: Island theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpTDR
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "UTF-8";
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,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0 !important;
  text-decoration: none !important;
}
html,
body {
  margin: 0 !important;
  padding: 0;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
caption,
th,
td {
  text-align: left;
  padding: 5px 10px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: none;
  display: block;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
time {
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #dfae8f;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin: 0px;
  padding: 0px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
figure {
  max-width: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#news-topics .siderbar {
  padding-bottom: 70px;
}

/*page
----------------------------------------------------*/

body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #00142c;
  text-decoration: none;
  line-height: 1.9;
}
textarea {
  font-family: inherit;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: "";
  overflow: hidden;
  display: block;
  clear: both;
}
.ja-font,
.block_title {
  font-family: "Noto Serif JP", serif;
}

.en-font {
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 400;
}
.m-color {
  color: #dfae8f;
}
.m-bg-color {
  background-color: #f8f5f3;
}
.dark-bg {
  background-color: #00142c;
}
.block {
  display: block;
}
.flex-view {
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
  display: -webkit-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex-view.middle {
  align-items: center;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.container,
.b-container {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.b-container {
  max-width: 1225px;
}
.tmb img {
  width: 100%;
  display: block;
}

.use-bg {
  background-color: #dfae8f;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-btn {
  display: inline-block;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #00142c;
  min-width: 148px;
}
.main-btn > * {
  display: inline-block;
  vertical-align: middle;
}
.main-btn .txt {
  line-height: 30px;
  padding: 3px 0;
}

.main-btn .arrow {
  width: 20px;
  height: 12.5px;
  position: relative;
  margin-left: 6px;
  background: url(assets/images/arrow.png) no-repeat right top 0px;
}
.main-btn:hover .arrow {
  background-position: right top -13px;
}
/*
.main-btn .arrow:before{
	content:'';
	position:absolute;
	top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    border:0.5px solid #00142c;
}
.main-btn .arrow:after{
	content: '';
    position: absolute;
    top: 45%;
    right: -2px;
    border-right: 1px solid #00142c;
    border-bottom: 1px solid #00142c;
    transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    width: 7.5px;
    height: 7.5px;
}*/
.main-btn:hover,
.main-btn:focus {
  background: #00142c;
  color: #fff;
}
.main-btn:hover .arrow:before,
.main-btn:hover .arrow:after,
.main-btn:focus .arrow:before,
.main-btn:focus .arrow:after {
  border-color: #fff;
}

.main-btn.s2 {
  border-color: #dfae8f;
  color: #dfae8f;
}
/*
.main-btn.s2 .arrow:before,
.main-btn.s2 .arrow:after{
	border-color:#dfae8f;
}*/
.main-btn.s2:hover {
  background-color: #dfae8f;
  color: #fff;
}
.main-btn.s2 .arrow {
  background-image: url(assets/images/arrow2.png);
}
/*
.main-btn.s2:hover .arrow:before,
.main-btn.s2:hover .arrow:after{
	border-color:#fff;
}*/
.no_border_btn {
  text-align: inherit;
  padding: 0;
  border: none;
  min-width: inherit;
}
.no_border_btn:hover,
.no_border_btn:focus {
  background: none;
  color: #dfae8f;
}
.no_border_btn .arrow {
  width: 26px;
  height: 7px;
  position: relative;
  margin-left: 6px;
  background: url(assets/images/arrow-new.png) no-repeat right top 0px;
}
.no_border_btn:hover .arrow {
  background-position: right top;
}
.white {
  color: #fff;
}

.inline-its > * {
  display: inline-block;
  vertical-align: middle;
}

a img:hover {
  opacity: 0.8;
}

#site-header {
  position: relative;
  z-index: 99;
}
#site-header.fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}
.tbl-payment {
  margin-top: 5px;
  margin-bottom: 30px;
  max-width: 450px;
}
.tbl-payment td {
  text-align: left !important;
}
.tbl-td-middle td {
  vertical-align: middle;
}
#site-header .top {
  padding: 0px 0 0px 20px;
  border-bottom: 1px solid #002a47;
}
#site-header .spec-btn {
  display: inline-block;
  height: 100%;
  min-width: 120px;
  text-align: center;
  border: none;
  color: #fff;
  padding: 0 25px;
  font-size: 22px;
  border-radius: 0;
  line-height: 103px;
  background: #cd0000;
  background: -moz-linear-gradient(top, #cd0000 0%, #7c0000 100%);
  background: -webkit-linear-gradient(top, #cd0000 0%, #7c0000 100%);
  background: linear-gradient(to bottom, #cd0000 0%, #7c0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0000', endColorstr='#7c0000',GradientType=0 );
}
#site-header .spec-btn:hover {
  background: #ad0000;
  background: -moz-linear-gradient(top, #ad0000 0%, #600000 100%);
  background: -webkit-linear-gradient(top, #ad0000 0%, #600000 100%);
  background: linear-gradient(to bottom, #ad0000 0%, #600000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0000', endColorstr='#600000',GradientType=0 );
}
#site-header .spec-btn > span {
  background-image: url(assets/images/web-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px auto;
  padding: 5px 0 5px 45px;
}
#site-header .contact .it {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
#site-header .contact .phone span {
  display: inline-block;
  vertical-align: middle;
}
#site-header .contact .phone .icon {
  margin-right: 4px;
}
#site-header .contact .phone .txt {
  display: none;
}
#pri-menu > li {
  position: relative;
  width: 100%;
  padding: 16px 0;
}
#pri-menu > li:first-child {
  margin-left: 0;
}
#pri-menu > li:last-child {
  margin-right: 0;
}
#pri-menu li {
  position: relative;
}
#pri-menu li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  color: #00142c;
  width: 220px;
  text-align: left;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.en_font {
  font-family: "EB Garamond", serif;
}
#pri-menu li:hover > .sub-menu {
  display: block;
}
#pri-menu .sub-menu ul {
  left: 100%;
  top: 0;
}
#pri-menu .sub-menu ul ul {
  /*left:-100%;*/
}
#pri-menu a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 0 20px;
  line-height: 40px;
  line-height: 40px;
}
#pri-menu .current-menu-item > a {
  color: #dfae8f;
}
#pri-menu .sub-menu a {
  padding: 10px 15px;
  border-bottom: 1px solid #f2f2f2;
}
#pri-menu a > span:not(.home) {
  line-height: 20px;
  display: block;
}
#pri-menu a > .en_font {
  color: #dfae8f;
  font-size: 11px;
  display: block;
  letter-spacing: 1px;
}
#pri-menu > li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -21px;
  height: 42px;
  width: 1px;
  background: #002a47;
}
#pri-menu li.current-menu-item::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #dfae8f;
}
#pri-menu a:hover {
  color: #dfae8f;
}
#pri-menu a:hover .en_font {
  color: #fff;
}
#pri-menu a .home {
  font-family: "EB Garamond", serif;
}

#home-banner .inner:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  min-height: 500px;
}
#home-banner .cont {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 6px);
  max-width: -webkit-calc(100% - 6px);
}

.sec-tit {
  font-size: 27px;
}

#sec-news {
  padding: 58px 0 70px;
}

#sec-news .lt-side {
  width: 100%;
}
.new_event_banner {
  padding: 20px 0 0 0;
}
.event_banner_item {
  padding: 0 0 10px 0;
}

#sec-news .list {
  margin-top: 20px;
}
#sec-news .list .it {
  margin-bottom: 10px;
}

#sec-news .list .date {
  font-size: 12px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
#sec-news .list .tit {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 135px);
  max-width: -webkit-calc(100% - 135px);
}
.mobile {
  display: none;
}
#sec-courses {
  position: relative;
  padding: 35px 0 60px;
}
#sec-courses .top-tit {
  margin-bottom: 40px;
}
#sec-courses .lt-side {
  width: calc(100% - 165px);
  width: -webkit-calc(100% - 165px);
  padding-right: 15px;
}
#sec-courses .rt-side {
  padding-top: 10px;
}

#sec-courses .list .it {
  width: 441px;
  position: relative;
}
#sec-courses .list .it a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
}
#sec-courses .list .it .tmb {
  overflow: hidden;
  position: relative;
}
.notice-no-posts {
  margin: 30px 0;
  text-align: center;
}
#sec-courses .list .it .tmb:after {
  content: "";
  position: absolute;

  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#home-mobile-slider {
  position: relative;
}
#home-mobile-slider .img-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#sec-courses .slick-prev:before,
#sec-courses .slick-next:before {
  display: none;
}
#sec-courses .list .it a:hover + .tmb:after {
  opacity: 1;
}

#sec-courses .list .it .tmb img {
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#sec-courses .list .it a:hover + .tmb img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#sec-courses .list .tit {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#sec-courses .list .tit {
  display: block;
  padding: 15px 15px 17px 22px;
}
#sec-courses .list .tit span {
  display: inline-block;
  vertical-align: middle;
}
#sec-courses .list .tit .icon {
  margin-right: 6px;
}
.btn-link {
  display: inline-block;
  font-size: 16px;
  padding: 15px 35px;
  text-align: center;
  background-color: #dfae8d;
  border: 1px solid #dfae8d;
}
#sec-close {
  margin: 50px 0 80px;
}
.btn-link:hover {
  background-color: transparent;
}
button.slick-arrow {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
button.slick-arrow.black .arrow:before,
button.slick-arrow.black .arrow:after {
  border-color: #00142c;
}

.slick-arrow .arrow {
  position: relative;
  width: 21px;
  height: 12px;
  display: block;
  background: url(assets/images/arrowb.png) no-repeat center center;
}
.slick-arrow .arrow.s2 {
  background-image: url(assets/images/arrow2b.png);
}
.slick-arrow.slick-prev .arrow {
  transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}

.slick-arrow .arrow:before {
  display: none;
  content: "";
  border: 0.5px solid #dfae8f;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}
.slick-arrow .arrow:after {
  display: none;
  content: "";
  border-left: 1px solid #dfae8f;
  border-bottom: 1px solid #dfae8f;
  width: 7.5px;
  height: 7.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  left: 0.5px;
}
.slick-arrow.slick-next .arrow:after {
  content: "";
  border-right: 1px solid #dfae8f;
  border-bottom: 1px solid #dfae8f;
  border-left: none;
  width: 7.5px;
  height: 7.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  left: auto;
  right: 1px;
}

#primary {
  overflow: hidden;
}
.middle-cols {
  font-size: 0;
  margin: 0 0 40px 0;
}
.middle-cols > * {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
#sec-facility .tmb,
#sec-facility .cont {
  width: 50%;
}
#sec-facility .cont {
  max-width: 700px;
  padding: 30px 55px;
}
#sec-facility .cont .desc {
  font-size: 18px;
  margin-top: 16px;
}
#sec-facility .cont .read-more {
  margin-top: 35px;
}
#sec-footer-banners ul .it {
  width: 50%;
  padding: 10px;
}
#sec-footer-banners .list {
  padding: 65px 0 35px;
  margin: 0 -10px;
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
}
#sec-footer-banners ul .it img {
  width: 100%;
}
#sec-footer-banners ul .banner_full_w {
  width: 100%;
}

#footer-menu {
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
#footer-menu > li {
  line-height: 35px;
  padding-left: 15px;
}
#nav_footer1 ul li a {
  text-transform: uppercase;
}
#footer-menu li a {
  font-size: 12px;
  text-transform: uppercase;
}
#footer-menu > li > a {
  display: none;
}
.contact .oswald-font {
  font-size: 27px;
  color: #dfae8f;
}
.oswald-font {
  font-family: "Oswald", sans-serif;
}

.logo-header .center {
  padding-right: 10px;
  line-height: 1;
}
.sologan-jp {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  display: inline-block;
  width: 100%;
  line-height: 18px;
  margin-bottom: 6px;
}

.sologan-en {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#site-footer .footer-inner {
  padding: 25px 50px 30px;
}
#site-footer .side-l {
  width: 370px;
  float: left;
  border-right: 1px solid #002a47;
  padding: 25px 60px 0 0;
  font-size: 12px;
}
.tit-detail-update.text-center {
  padding: 0 0 25px 0;
  font-weight: bold;
}
.cnt-page-update {
  padding: 30px 0;
  border-bottom: 1px solid #cccc;
}
#site-footer .side-r {
  width: calc(100% - 370px);
  width: -webkit-calc(100% - 370px);
  float: right;
  padding: 40px 0 0 60px;
  font-size: 14px;
}
#site-footer .bot-part {
  padding: 23px 50px;
  border-top: 1px solid #002a47;
  font-size: 12px;
}
#site-footer .bot-part {
  font-size: 12px;
}
#ft-bottom-menu li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500;
  margin-left: 30px;
}
#ft-bottom-menu li a {
  color: #686868;
}
#ft-bottom-menu li a:hover {
  color: #dfae8f;
}
#footer-logo {
  margin-bottom: 30px;
}
#footer-logo img {
  max-height: 90px;
}
#site-footer .lt-side .cont {
  font-size: 12px;
}
.wrapper-cont #news-topics .list{
  width: 100%;
  padding-bottom: 0px;
}
.page-template-members .wrapper-cont{
  margin-top: 20px;
}
#news-topics .list-news .title time,
#news-topics .list-news .title .tit {
  display: inline-block;
  vertical-align: middle;
}
#news-topics .list-news .title time {
  margin-right: 15px;
  width: 100px;
  font-size: 12px;
}
#news-topics .list-news .title .tit {
  max-width: calc(100% - 125px);
  max-width: -webkit-calc(100% - 125px);
}
.hide {
  display: none !important;
}
#news-topics .list-news li {
  padding: 18px 0;
  border-bottom: 1px solid #dadada;
}
#news-topics .list-news li:first-child {
  border-top: 1px solid #dadada;
}
#site-footer .lt-side .copy_r {
  font-size: 10px;
}
#news-topics .list {
  width: 70%;
  padding-bottom: 110px;
}
#news-topics .tit .block_title {
  font-size: 27px;
  text-transform: uppercase;
  padding: 45px 0 37px;
}
.hotel-plan h3 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  margin-bottom: 15px;
  margin-top: 60px;
}
.so-widget-sow-editor .widget-title {
  font-size: 27px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 13px;
}
.hotel-plan .column2 {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.privacy-box {
  width: 100%;
  border: 1px solid #ccc;
  padding: 20px;
  padding-bottom: 15px;
  background: #fff;
}
.column2 div:nth-child(2) {
  width: calc(100% - 165px);
}
.hotel-plan .column2 div:first-child {
  width: 155px;
  margin-right: 30px;
}
.column2 div {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.hotel-plan .column2 div:last-child {
  padding-left: 4.41%;
}
#news-topics .entry-content p {
  margin-bottom: 20px;
}
#news-topics .entry-content p img.size-medium {
  display: inline-block;
  margin-right: 10px;
}
/*#news-topics .entry-content p:last-child:after {
    content: '';
    overflow: hidden;
    display: block;
    clear: both;
}*/
#news-topics .entry-content a {
  color: #dfae8f;
}
table tr td,
table tr th {
  border: 1px solid #dadada;
}
.pagenavi {
  padding-top: 25px;
}
.pagenavi .wp-pagenavi .current {
  background: #dfae8f;
  border-color: #dfae8f;
}
.pagenavi span.pages,
.pagenavi .nextpostslink,
.pagenavi .previouspostslink {
  display: none;
}

.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 4px 10px;
  margin: 2px;
}
.breadcrumbs {
  border-top: 1px solid #d3d3d3;
  padding: 0 50px;
  height: 36px;
  line-height: 36px;
}
.breadcrumbs span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}
.breadcrumbs .home::before {
  position: absolute;
  left: 0;
  content: "";
  top: -6px;
  width: 14px;
  height: 21px;
  background: url(assets/images/breadcrumblist.png) no-repeat;
}
.breadcrumbs .home {
  position: relative;
  padding-left: 21px;
}
.breadcrumbs .fa-angle-right {
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  width: 13.5px;
  height: 12.5px;
  display: inline-block;
  padding: 0 !important;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 10px 0 5px;
}
.breadcrumbs .fa-angle-right::before {
  display: none;
}
.breadcrumbs .fa-angle-right {
  padding: 0 10px;
  position: relative;
  top: 1px;
  color: #d3d3d3;
}
.breadcrumbs a:hover {
  color: #dfae8f;
}
.list-style-circle li {
  padding-left: 10px;
  position: relative;
}
.list-style-circle li:before {
  content: "";
  background: rgb(0, 20, 44);
  width: 3px;
  height: 3px;
  left: 0;
  top: 10px;
  position: absolute;
  display: block;
  border-radius: 50%;
}
.customers.marshall {
  margin-top: 30px;
}
.marshall-navigation {
  align-items: center;
}
.marshall-navigation .img {
  width: 411px;
}
.marshall-navigation .cont {
  width: calc(100% - 440px);
}
section.sec09 {
  padding-top: 40px;
}
.marshall-navigation .content {
  width: calc(100% - 410px);
}
.siderbar {
  width: 26%;
}
.siderbar .title {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 50px 0 0 5px;
}
.archive-list {
  margin: 15px 0 30px;
}
.siderbar {
  max-width: 195px;
}
.archive-list {
  border-top: 1px solid #dfae8f;
  border-bottom: 1px solid #dfae8f;
}
.archive-list li {
  padding: 10px;
  font-size: 13px;
}
.archive-list li + li {
  border-top: 1px solid #dadada;
}
.archive-list li.active {
  color: #dfae8f;
}

.translateY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#head_menu_nav_mobi {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 999999;
}

#site-footer .lt-side .cont .ft-site-desc {
  font-size: 21px;
}
#site-footer .lt-side .cont .company-name {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#share ul li {
  display: inline-block;
  padding-left: 12px;
  vertical-align: top;
}
#share ul li .fb_iframe_widget {
  padding: 0px;
  height: 20px;
}
#share ul li .fb_iframe_widget > span {
  height: 26px !important;
}
#news-topics .list article {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}
#news-topics .list article .entry_title {
  font-size: 27px;
  padding-top: 25px;
  padding-bottom: 10px;
}
#news-topics .list article .date {
  font-size: 12px;
  padding-bottom: 40px;
}
#news-topics .list article .double {
  padding-bottom: 30px;
}
#share {
  padding: 30px 0;
  text-align: right;
}
.back-news-topics .back {
  border: 1px solid #00142c;
  padding: 10px 0;
  max-width: 282px;
  width: 282px;
  text-align: center;
  display: inline-block;
  position: ;
}
.back-news-topics .back span {
  position: relative;
}
.back-news-topics .back span:after {
  content: "";
  width: 21px;
  height: 12px;
  top: 3px;
  right: -30px;
  display: block;
  position: absolute;
  background: url(assets/images/back-news-topics.png);
}
.back-news-topics {
  padding-top: 45px;
  text-align: center;
}

.slick-arrow {
  cursor: pointer;
}
#sec-courses .slick-arrow {
  position: absolute;
  bottom: -35px;
  z-index: 99;
}
#sec-courses .slick-prev {
  left: 15px;
}
#sec-courses .slick-next {
  right: 15px;
}

.search-result-wpr {
  padding: 50px 0;
}
.search-result-wpr .post + .post {
  border-top: 1px solid #f2f2f2;
  padding-top: 30px;
  margin-top: 30px;
}

input {
  height: 40px;
  line-height: 40px;
  background: #fff;
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
}

.search-submit {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #00142c;
  background: #00142c;
  color: #fff;
  cursor: pointer;
}

ul.style-star li {
  position: relative;
  padding-left: 15px;
}
ul.style-star li:before {
  content: "※";
  color: #dfae8f;
  position: absolute;
  top: 0;
  left: 0;
}

#course .course-categories-list {
  margin-bottom: 60px;
}

.tbl-scrolling + .scrolling-notice {
  display: none;
}

table.basic th,
table.basic td {
  border: 1px solid #dadada;
}
table.basic th {
  background: #efefef;
  vertical-align: middle;
}
.logo-header .center {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
#menu-page .competition-pack .item-competition {
  width: calc(50% - 8px);
  border: 1px solid #e5e5e5;
  padding: 16px;
  margin-bottom: 20px;
}
#menu-page .competition-pack .item-competition .img img {
  width: 100%;
}
.list-competition {
  flex-wrap: wrap;
}
#menu-page .price-lunch .price {
  font-size: 18px;
}
#menu-page .competition-pack .item-competition .tit {
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
}

#menu-page .competition-pack .item-competition .tit .child {
  display: block;
  font-size: 24px;
  font-weight: initial;
}
#menu-page .list-items-menu,
#menu-page .single-items,
#menu-page .single-items {
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
#menu-page .single-items .items {
  width: calc(50% - 10px);
  border: 1px solid #e5e5e5;
  padding: 12px;
  margin-bottom: 20px;
}
#menu-page .title-single {
  font-size: 18px;
}
#menu-page .menu-list-price {
  border-top: 1px solid #e5e5e5;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 20px;
}
#menu-page .menu-list-price li:nth-child(odd) > .border-r {
  border-right: 1px solid #e5e5e5;
}
#menu-page .menu-list-price li > .border-r {
  padding-left: 20px;
}
#menu-page .menu-list-price li {
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
  width: 50%;
}
#menu-page .list-items-menu .items .cont .tit {
  padding: 5px 15px 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
}
#menu-page .list-items-menu .items {
  width: calc(50% - 15px);
  padding-bottom: 70px;
}
#menu-page .price-lunch {
  padding-top: 10px;
  text-align: right;
}
#menu-page .price-lunch ul:nth-child(2) {
  color: #ff0000;
}
#menu-page .list-items-menu .items .cont .tit {
  padding: 5px 15px 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
}
#menu-page .price-lunch ul li:nth-child(2) {
  min-width: 70px;
  padding-left: 10px;
}
.price-lunch ul li {
  display: inline-block;
}
.heap_price_empty {
  height: 26px;
}
#menu-page .list-items-menu .items .cont .tit .child {
  font-size: 14px;
  display: block;
  min-height: 26px;
  padding-top: 5px;
}
#menu-page {
  padding-bottom: 100px;
}
#menu-page .list-items-menu .items .img img {
  width: 100%;
}
#menu-page .tit_menu {
  font-size: 27px;
  text-transform: uppercase;
  padding: 50px 0 15px;
  line-height: 1.5;
}
.tbl-contact-meal tr th {
  text-align: center;
  font-weight: bold;
  width: 270px;
  vertical-align: middle;
  font-size: 18px;
}
.tbl-price-competition tr td:nth-child(1) {
  width: 260px;
  text-align: center;
  font-weight: 550;
}
.tbl-price-competition tr td {
  padding: 10px 25px;
}
.cont-enjoy {
  padding-bottom: 20px;
  padding-top: 25px;
  padding-left: 5px;
}
.cont-price {
  padding-top: 20px;
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.tbl-contact-meal {
  margin-bottom: 15px;
}
.cont-meal {
  padding-left: 5px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.tbl-price-competition {
  margin-bottom: 10px;
}
.tbl-contact-meal .website {
  color: #000;
}
.tbl-contact-meal tr td {
  padding: 10px 25px;
}
.tbl-scrolling {
  overflow-x: auto;
}
.tbl-scrolling th,
.tbl-scrolling td {
  min-width: 100px;
  text-align: center;
}
.hotel-plan .hotel-plan-list {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.hotel-plan .hotel-plan-list .img-hotel-plan {
  width: 200px;
  color: #000;
}
.tbl-hotel-plan tr td,
.tbl-hotel-plan tr th {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  min-width: 166px;
}
.tbl-hotel-plan {
  margin-bottom: 15px;
}
.cont-hotel-plan .notes {
  padding-top: 15px;
}
.tbl-hotel-plan tr th {
  font-weight: 550;
  padding: 21px;
}
.cont-hotel-plan {
  width: calc(100% - 235px);
  margin-left: 35px;
}
.hotel-plan h3 span {
  display: block;
  font-size: 14px;
}
.img-hotel-plan img {
  width: 100%;
}
#place02.hotel-plan h3 {
  margin-top: 100px;
}
.tbl-contact-meal tr td {
  text-align: left;
}
#main-logo {
  display: flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: center;
  max-width: 350px;
  padding: 10px 0;
}
.logo-header .the_logo {
  min-width: 81px;
  width: 81px;
}
.logo-header .the_logo img {
  max-height: 90px;
}
#home-video > iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#home-banner .cont,
#home-video .cont {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 6px);
  max-width: -webkit-calc(100% - 6px);
  position: relative;
}
#home-video {
  height: 600px;
  position: relative;
  overflow: hidden;
}
#home-video .cont img {
  max-width: 1000px;
}
#home-video video {
  position: absolute;
  width: 100%;
}
#menu-page .competition-pack {
  padding-top: 40px;
}
#home-banner .inner:before,
#home-video .inner:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  min-height: 600px;
}
#home-mobile-slider .it {
  overflow: hidden;
}
#home-mobile-slider .it img {
  width: 100%;
}
/* #home-mobile-slider .it img{
	transition:all 15s;
	-o-transition:all 15s;
	-moz-transition:all 15s;
	-webkit-transition:all 15s;
	transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
}
#home-mobile-slider .it.slick-active img{
	transform:scale(1.5);
	-ms-transform:scale(1.5);
	-webkit-transform:scale(1.5);
} */
/*popup*/
.js-menu-open:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.item-pop-up {
  padding: 30px 0;
  text-align: center;
  background-color: #011a30;
}
.btn-pop-up:hover {
  opacity: 0.8;
  transition: all 0.3s linear;
}
a.btn-pop-up {
  color: #ecb48b;
  font-weight: bold;
  font-size: 16px;
}
.icon-close:hover {
  cursor: pointer;
  opacity: 0.8;
}
.js-menu-open {
  position: relative;
}
.pop-up.active {
  display: block;
}
.pop-up {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  z-index: 10;
  box-sizing: border-box;
  color: #000;
  text-shadow: none;
  text-align: left;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
.tit-pop-up {
  margin-bottom: 30px;
}
.close-pop {
  display: block;
  text-align: right;
  margin: 0 0 15px;
}
ul.list-pop-up {
  list-style-type: disc;
  margin-left: 20px;
}
.bold {
  font-weight: bold;
}
.btn-close {
  margin: 0;
  background: #ecb48b;
  border-radius: 20px;
  padding: 7px 15px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
  text-shadow: none;
}

.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 4px 10px;
  margin: 2px;
}
.video_container > iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video_container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
#menu-page .competition-pack .tit_menu {
  padding-bottom: 25px;
}
#menu-page .single-items .items p:empty {
  display: none;
}
#facility .cont-facility {
  font-size: 18px;
}
.center_txt {
  text-align: center;
}
.my_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row15 {
  margin-left: -7px;
  margin-right: -7px;
}
.my_col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row15 .my_col {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}
.col3 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.facility_img_desc {
  font-size: 12px;
  padding: 5px 0 0 0;
}
.facility_img_title {
  font-weight: bold;
}
.facility_tmb_txt {
  padding: 5px 5px 0 5px;
}
#facility_images .facility_tmb {
  display: block;
}
#facility_images {
  padding: 50px 0 0 0;
}
.grey {
  color: #757575;
}
.fs22 {
  font-size: 22px;
}
.rest_desc {
  padding: 20px 0 0 0;
}
.rest_title {
  text-transform: uppercase;
}
.lunch_btn {
  padding: 15px 0 0 0;
}
.note-preparation {
  font-size: 35px;
  text-align: center;
  margin-top: 70px;
}
.box-contact-76 {
  display: none;
}
.competition-2023 .competition_content {
  display: none;
}

.mt-4 {
  margin-top: 20px;
}
.scroll-table-ct {
  overflow-x: auto;
}
.cell-shapeline {
  background-image: linear-gradient(
    to top right,
    transparent,
    transparent 49%,
    #e9e9e9 50%,
    #e9e9e9 50%,
    transparent 51%,
    transparent
  );
}
.pw_form {
  padding: 100px 0;
  text-align: center;
}
.pw_form p {
  padding: 10px 0;
}
.desc-page {
  font-size: 13px;
}
hr.line {
  margin: 50px 0 20px;
  border: 1px solid #f0f0f0;
}
.box .box-tit {
  font-size: 22px;
}

.box .box-subtit {
  margin: 10px 0 13px 0;
}

.box .tbl-box th {
  background-color: #f0f0f0;
  text-align: center;
  vertical-align: middle;
}

.box .tbl-box th,
.box .tbl-box td {
  border-color: #000;
}
.box .tbl-box th {
  width: 120px;
}
.box {
  padding-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
}
.tit-main {
  font-size: 27px;
  text-transform: uppercase;
}
.sub-content .tit-main {
  margin-bottom: 30px;
}

.sub-content {
  margin: 80px 0;
}
/* member */
.wrapper-cont {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px;
  margin-bottom: 80px;
  margin-top: 20px;
}

.sidebar-member ul li {
  margin-bottom: 20px;
}

.form-left .content-mail-page {
  margin-bottom: 25px;
}

.form-left table.form th,
.form-left table.form td {
  border: none;
  display: block;
  width: 100%;
  padding: 0px;
}

.form-left table.form th {
  padding-bottom: 5px;
}

.form-left table.form td input {
  background-color: #efefef;
  border: none;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
}

.form-left table.form {
  border-collapse: separate;
  border-spacing: 0 20px;
  margin-top: -20px;
}

.form-left .note-mail {
  margin: 30px 0;
}

.btn-submit {
  font-size: 16px;
  background-color: #e0ae8f;
  padding: 20px 30px;
  height: auto;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #e0ae8f;
  width: 240px;
}

.btn-submit:hover {
  background-color: transparent;
  color: #e0ae8f;
  cursor: pointer;
}

.form-btn {
  text-align: center;
}
.thank-page .form-btn{
  padding-top: 40px;
}
span.error_form {
  color: red;
  font-size: 12px;
}
form.wpcf7-form table.form td br {
  display: none;
}
.group-confirm-btn.form-btn p {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.group-confirm-btn.form-btn br {
  display: none;
}

.group-confirm-btn.form-btn .btn-submit {
  width: 240px;
  text-align: center;
}

.group-confirm-btn.form-btn .btn-submit.btn-back {
  background-color: #efefef;
  border-color: #efefef;
}
.page-template-confirm-mail-register .form-left table.form td input {
  background-color: #b3b3b3;
}
.single-members #news-topics .entry-content a.btn-submit {color: #fff;display: inline-block;}

.single-members .wrap-btn {
    text-align: center;
    margin: 50px 0;
}

.single-members #news-topics .entry-content a.btn-submit:hover {
    color: #dfae8f;
}
table.tbl-competition-entry th {
    background-color: #F0F0F0;
    font-weight: bold;
    width: 120px;
}
form#competition-entry-form .form {
    margin-top: -50px;
}
/* responsive */
@media screen and (max-width: 1350px) {
  #main-logo{
    max-width: 280px;
  }
}
@media screen and (max-width: 1199px) {
  #pri-menu {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  #pri-menu > li {
    width: 25%;
    margin: 0;
    padding: 16px 8px;
  }

  #site-footer .footer-inner {
    padding: 30px 15px;
  }
  #site-footer .side-l {
    width: 100%;
    border-right: none;
    float: none;
    text-align: center;
    border-bottom: 1px solid #002a47;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
  }
  #site-footer .side-r {
    width: 100%;
    float: none;
    padding: 0;
  }
  #site-footer a img {
    display: inline-block;
  }
  #site-footer .bot-part {
    padding: 15px;
  }
  
}

@media screen and (max-width: 1033px) {
  .sologan-jp {
    font-size: 18px;
  }
}

@media screen and (max-width: 1014px) {
  
}

@media screen and (max-width: 991px) {
  #main-logo {
    /*		max-width: 320px;*/
    max-width: 280px;
  }
  #site-header .spec-btn {
    padding: 0 15px;
  }

  #sec-facility .tmb,
  #sec-facility .cont {
    display: block;
    width: 100%;
  }
  #sec-facility .cont {
    max-width: 100%;
    padding: 20px 18px 30px;
  }
  .tbl-scrolling + .scrolling-notice {
    display: block;
  }
}

@media screen and (max-width: 818px) {
  .nav-contact-mobile {
    display: none !important;
  }
  #main-logo {
    max-width: 100%;
  }
  .logo-header span.center:nth-child(1) {
    padding-right: 5px;
  }
  #main-logo a img {
    max-height: 29px;
  }
  .sologan-jp {
    font-size: 12px;
    line-height: 12px;
    display: block;
  }
  .sologan-en {
    font-size: 8px;
    display: block;
  }
  .logo-header .the_logo {
    min-width: inherit;
    width: unset;
  }

  #site-header .top {
    display: block;
    border-bottom: none;
    padding: 0;
    height: inherit;
  }
  #main-logo {
    position: relative;
    border-bottom: 1px solid #002a47;
    padding: 13px;
    display: flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  #main-logo a {
    display: block;
    max-width: calc(100% - 60px);
    max-width: -webkit-calc(100% - 60px);
  }
  #main-logo a img {
    max-height: 29px;
  }
  #site-header {
    background: #011a30;
  }
  #site-header .contact .its {
    display: flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 0 0 10px;
  }
  #site-header .contact .it {
    margin: 0;
  }
  #site-header .contact .phone {
    width: 100%;
    padding-right: 15px;
  }
  #site-header .contact .phone .icon {
    width: 18px;
  }
  #site-header .contact .phone .txt-img {
    display: none;
  }
  #site-header .contact .phone .txt {
    display: inline-block;
    font-size: 18px;
    display: none;
    line-height: 1;
  }
  body.fixed {
    overflow: hidden;
  }
  #right-menu {
    position: relative;
    z-index: 99999;
  }
  #right-menu span {
    position: relative;
    top: 0;
    background: #dfae8f;
    border-radius: 0;
    display: block;
    height: 2px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    width: 30px;
  }
  #right-menu span + span {
    margin-top: 6px;
  }
  #right-menu.active span:first-child {
    top: 8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #pri-menu > li,
  #pri-menu > li:first-child {
    margin: 0;
  }
  #nav_menu_top {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 56px;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #011a30;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-size: 13px;
  }
  #nav_menu_top.active {
    left: 0;
    box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
  #nav_menu_top .mobile-logo {
    padding: 13px 15px 10px 15px;
  }
  #right-menu.active span:nth-child(3) {
    top: -8px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #right-menu.active span:nth-child(2) {
    width: 0;
    transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
  }
  ul#pri-menu > li {
    display: block;
    text-align: center;
  }
  #pri-menu a {
    padding: 7px 15px;
  }

  #nav_menu_top .mobile-cont {
    padding: 20px 15px 50px;
    margin-bottom: 64px;
  }
  #mobile-menu {
    border-top: 1px solid #dfae8f;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #mobile-menu li {
    padding: 8px 0;
    border-bottom: 1px solid #444444;
    width: 50%;
  }
  #mobile-menu li:nth-child(odd) > a {
    border-right: 1px solid #444444;
  }
  #mobile-menu li:last-child:nth-child(odd) {
    width: 100%;
  }
  #mobile-menu li:last-child:nth-child(odd) > a {
    max-width: 50%;
  }

  #mobile-menu li a {
    font-size: 13px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 5.5px 6px;
  }
  .mobile-cont .info .wrap-tit-mobile {
    padding: 34px 0;
  }
  .mobile-cont .info .txt1 {
    font-size: 18px;
  }
  .mobile-cont .info .txt2 {
    font-size: 10px;
    margin-top: -4px;
  }
  .mobile-cont .info .phone-num {
    padding: 16px 0 20px;
  }
  #site-header .mobile-cont .spec-btn {
    height: 30px;
    line-height: 30px;
  }

  #news-topics .list,
  .siderbar {
    width: 100%;
    float: left;
    padding: 0;
  }

  ul#pri-menu > li {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #002a47;
  }
  #pri-menu a {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    min-height: inherit;
    line-height: inherit;
    padding: 18px 20px;
    position: relative;
  }
  #pri-menu a::after {
    content: "\f105";
    font: normal normal normal 30px / 1 FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  #pri-menu li.current-menu-item::after {
    border-bottom: unset;
  }
  .mobile.mobile-cont,
  .box-contact-76.box-contact-menu-mobi {
    display: block;
  }
  .box-contact-76 {
    display: flex;
    align-items: center;
    padding: 12px;
    justify-content: space-between;
    height: 80px;
  }
  .box-contact-menu-mobi .item-contact:first-child {
    background: #fff;
    border-radius: 5px;
  }
  .box-contact-menu-mobi .item-contact {
    width: 100%;
    margin-bottom: 10px;
  }
  .item-contact {
    color: #fff;
    text-align: center;
  }
  .box-contact-menu-mobi .item-contact a {
    display: inline-block;
    padding: 6px 0;
    text-align: center;
  }
  .item-contact:first-child a {
    color: #02162c;
    background: #fff;
  }
  .item-contact a,
  .item-contact.iconweb .btn-web span.roboto {
    font-size: 20px;
  }
  .item-contact a {
    position: relative;
    border-radius: 5px;
    display: block;
    width: 100%;
  }
  .roboto {
    font-family: "Roboto", sans-serif;
  }
  .icon-phone,
  .icon-web {
    position: relative;
    padding-right: 30px;
  }
  .icon-phone:before {
    content: "";
    position: absolute;
    background: url(../../.././wp-content/themes/island-v2/assets/images/icon-phone-2.png)
      center no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .box-contact-menu-mobi .item-contact:last-child {
    background: #ec1c24;
    border-radius: 5px;
  }
  .box-contact-menu-mobi .item-contact a {
    display: inline-block;
    padding: 6px 0;
    text-align: center;
  }
  .item-contact:last-child a {
    background: #ec1c24;
    font-size: 17px;
  }
  .icon-web:before {
    content: "";
    position: absolute;
    background: url(../../.././wp-content/themes/island-v2/assets/images/icon-webearth.png)
      center no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  /* float menu */
  #site-header .contact {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 20, 44, 0.7);
  }
  .box-contact-76 {
    display: flex;
    align-items: center;
    padding: 12px;
    justify-content: space-between;
    height: 80px;
  }
  .contact-head-76 .item-contact:first-child {
    width: calc(60% - 10px);
  }
  .contact-head-76 .item-contact:last-child {
    width: 40%;
  }
  .contact-head-76 .item-contact a {
    padding: 6px 0px;
  }
}

@media screen and (max-width: 767px) {
  /* popup mobile */
  .pop-up {
    max-width: 100%;
    margin: 100px 15px 0;
    left: 0 !important;
    height: 500px;
    overflow-y: scroll;
    top: 0 !important;
    padding: 15px;
  }
  .wrapper-cont {
    grid-template-columns: 1fr;
  }
  .group-confirm-btn.form-btn .btn-submit{
    width: 50%;
  }
  .btn-close {
    padding: 5px 10px;
  }
  a.btn-pop-up {
    font-size: 14px;
  }
  #home-banner .inner:before {
    min-height: 220px;
  }
  #menu-page .competition-pack .item-competition .tit {
    padding-top: 2px;
  }
  #menu-page .competition-pack {
    padding-top: 20px;
  }
  #menu-page .competition-pack .item-competition .tit,
  #menu-page .price-lunch .price {
    font-size: 14px;
  }
  #menu-page .competition-pack .item-competition .tit .child {
    font-size: 16px;
  }
  .list-competition {
    display: block;
  }
  #menu-page .competition-pack .item-competition {
    padding: 8px;
  }
  .marshall-navigation .img,
  .marshall-navigation .cont,
  #menu-page .competition-pack .item-competition,
  #menu-page .single-items .items,
  #menu-page .menu-list-price li {
    width: 100%;
  }
  #menu-page .menu-list-price li:nth-child(odd) > .border-r {
    border-right: none;
  }
  #menu-page .menu-list-price li > .border-r {
    padding-left: 5px;
  }
  #menu-page .title-single {
    font-size: 16px;
  }
  .logo-header .the_logo {
    min-width: inherit;
    width: auto;
  }
  .marshall-navigation {
    flex-wrap: wrap;
  }
  #place02.hotel-plan h3 {
    margin-top: 50px;
  }
  .tbl-hotel-plan tr td,
  .tbl-hotel-plan tr th {
    padding: 5px;
  }
  #home-mobile-slider {
    position: relative;
  }
  .cont-hole {
    padding-top: 0px;
  }

  #site-header .contact {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 20, 44, 0.7);
  }
  .slick-slide img {
    display: block;
  }
  .tbl-hotel-plan tr th {
    padding: 10px;
  }
  .tbl-price-competition tr td:nth-child(1) {
    width: 100px;
  }
  .tbl-hotel-plan tr td,
  .tbl-hotel-plan tr th {
    min-width: 130px;
  }
  .img-hotel-plan,
  .cont-hotel-plan {
    width: 100%;
    margin: 5px 0;
  }
  .hotel-plan .hotel-plan-list .img-hotel-plan {
    width: 100%;
  }
  .tbl-contact-meal tr th {
    font-size: 14px;
    width: auto;
  }
  .tbl-contact-meal tr td {
    padding: 10px 15px;
    text-align: left;
  }
  #menu-page .list-items-menu .items {
    width: 100%;
    padding-bottom: 35px;
  }
  #menu-page .tit_menu {
    font-size: 20px;
  }
  .heap_price_empty {
    height: auto;
  }
  #menu-page {
    padding-bottom: 50px;
  }
  #menu-page .list-items-menu .items .cont .tit {
    padding-left: 10px;
  }
  .column2 div p,
  .column2 div p strong,
  .column2 div p a {
    display: block;
  }
  .hotel-plan .column2 {
    display: block;
  }
  .hotel-plan .column2 div:first-child,
  .column2 div:nth-child(2) {
    width: 100%;
    display: block;
  }
  #site-header .contact .its {
    display: flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 0 0 10px;
  }
  .sologan-en {
    font-size: 8px;
    display: block;
  }
  .logo-header span.center:nth-child(1) {
    padding-right: 5px;
  }
  .sologan-jp {
    font-size: 12px;
    line-height: 12px;
    display: block;
  }
  #site-header .contact .phone {
    width: 100%;
    padding-right: 15px;
  }
  #site-header .contact .it {
    margin: 0;
  }
  #site-header .contact {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 20, 44, 0.7);
  }
  .slick-slide img {
    display: block;
  }
  #site-header .contact .phone .txt {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    display: none;
  }
  #site-header .contact .phone span {
    display: inline-block;
    vertical-align: middle;
  }
  .contact .oswald-font {
    font-size: 22px;
  }
  .mobile-cont .info .phone-num {
    padding: 16px 0 20px;
    font-size: 27px;
  }
  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  #site-header .top {
    display: block;
    border-bottom: none;
    padding: 0;
    height: inherit;
  }
  #main-logo {
    position: relative;
    border-bottom: 1px solid #002a47;
    padding: 13px;
    display: flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  #main-logo a {
    display: block;
    max-width: calc(100% - 60px);
    max-width: -webkit-calc(100% - 60px);
  }
  #main-logo a img {
    max-height: 29px;
  }
  #site-header {
    background: #011a30;
  }
  #site-header .contact .its {
    display: flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 0 0 10px;
  }
  #site-header .contact .it {
    margin: 0;
  }
  #site-header .contact .phone {
    width: 100%;
    padding-right: 15px;
  }
  #site-header .contact .phone .icon {
    width: 18px;
  }
  #site-header .contact .phone .txt-img {
    display: none;
  }
  #site-header .contact .phone .txt {
    display: inline-block;
    font-size: 18px;
    display: none;
    line-height: 1;
  }
  body.fixed {
    overflow: hidden;
  }
  #right-menu {
    position: relative;
    z-index: 99999;
  }
  #right-menu span {
    position: relative;
    top: 0;
    background: #dfae8f;
    border-radius: 0;
    display: block;
    height: 2px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    width: 30px;
  }
  #right-menu span + span {
    margin-top: 6px;
  }
  #right-menu.active span:first-child {
    top: 8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #pri-menu > li,
  #pri-menu > li:first-child {
    margin: 0;
  }
  #nav_menu_top {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 56px;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #011a30;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-size: 13px;
  }
  #nav_menu_top.active {
    left: 0;
    box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
  #nav_menu_top .mobile-logo {
    padding: 13px 15px 10px 15px;
  }
  #right-menu.active span:nth-child(3) {
    top: -8px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #right-menu.active span:nth-child(2) {
    width: 0;
    transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
  }
  ul#pri-menu > li {
    display: block;
    text-align: center;
  }
  #pri-menu a {
    padding: 7px 15px;
  }

  #nav_menu_top .mobile-cont {
    padding: 20px 15px 50px;
    margin-bottom: 64px;
  }
  #mobile-menu {
    border-top: 1px solid #dfae8f;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #mobile-menu li {
    padding: 8px 0;
    border-bottom: 1px solid #444444;
    width: 50%;
  }
  #mobile-menu li:nth-child(odd) > a {
    border-right: 1px solid #444444;
  }
  #mobile-menu li:last-child:nth-child(odd) {
    width: 100%;
  }
  #mobile-menu li:last-child:nth-child(odd) > a {
    max-width: 50%;
  }

  #mobile-menu li a {
    font-size: 13px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 5.5px 6px;
  }
  .mobile-cont .info .wrap-tit-mobile {
    padding: 34px 0;
  }
  .mobile-cont .info .txt1 {
    font-size: 18px;
  }
  .mobile-cont .info .txt2 {
    font-size: 10px;
    margin-top: -4px;
  }
  .mobile-cont .info .phone-num {
    padding: 16px 0 20px;
  }
  #site-header .mobile-cont .spec-btn {
    height: 30px;
    line-height: 30px;
  }

  #news-topics .list,
  .siderbar {
    width: 100%;
    float: left;
    padding: 0;
  }
  #news-topics .list-news .title time,
  #news-topics .list-news .title .tit {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  #sec-footer-banners ul .it,
  #site-footer .lt-side {
    width: 100%;
  }
  #sec-footer-banners ul .it {
    padding: 3px;
  }

  #sec-footer-banners .list {
    padding: 27px 0;
  }
  #site-footer .rt-side {
    display: none;
  }
  .sec-tit {
    margin-bottom: 5px;
    font-size: 21px;
  }
  .sec .main-btn {
    display: block;
  }

  #sec-news {
    padding: 14px 0 32px;
  }

  #sec-news .lt-side {
    width: 100%;
    float: none;
  }
  #sec-news .list {
    margin-top: 5px;
  }
  #sec-news .list .it {
    margin-bottom: 20px;
    display: none;
  }
  #sec-news .list .it:first-child,
  #sec-news .list .it:nth-child(2) {
    display: block;
  }
  #sec-news .list .date {
    width: auto;
    display: block;
  }
  #sec-news .list .tit {
    display: block;
    max-width: inherit;
  }
  #sec-courses {
    padding: 20px 0 40px;
  }
  #sec-courses .top-tit {
    margin-bottom: 32px;
  }

  #sec-courses .lt-side {
    width: 100%;
    float: none;
  }
  #sec-courses .list .it {
    width: 256px;
    width: 80vw;
  }
  #sec-courses .list .tit {
    font-size: 12px;
  }
  #sec-courses .list .tit a {
    padding: 12px;
  }
  #sec-courses .slick-arrow {
    bottom: -25.5px;
  }
  #sec-facility .cont {
    padding: 18px 18px 40px;
  }
  #sec-facility .cont .desc {
    margin-top: 0;
    margin: 0 0 15px;
    font-size: 14px;
  }
  #footer-logo {
    margin-bottom: 35px;
  }
  form.search-form label {
    display: block;
  }

  #course .course-categories-list {
    margin-bottom: 0;
    margin-bottom: -6px;
  }

  table.basic th,
  table.basic td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.basic tr:last-child td:last-child {
    border-bottom: 1px solid #dadada;
  }
  ul#pri-menu > li {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #002a47;
  }
  #pri-menu a {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    min-height: inherit;
    line-height: inherit;
    padding: 18px 20px;
    position: relative;
  }
  #pri-menu a::after {
    content: "\f105";
    font: normal normal normal 30px/1 FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  #pri-menu {
    display: block;
  }
  #pri-menu li.current-menu-item::after {
    display: none;
  }
  #site-footer .side-l {
    text-align: left;
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  #site-header .spec-btn {
    line-height: 43px;
    padding: 0;
    font-size: 16px;
  }
  #site-footer {
    padding: 0 0 45px 0;
  }
  .logo-header .the_logo {
    min-width: inherit;
  }
  #main-logo {
    max-width: 100%;
  }
  .col3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #site-header .spec-btn > span {
    padding: 0 0 0 32px;
    background-size: auto 100%;
  }
  .note-preparation {
    font-size: 25px;
    margin-top: 15px;
  }

  .box-contact-76 {
    display: block;
  }
  .nav-contact-mobile {
    display: none !important;
  }
  .box-contact-76 {
    display: flex;
    align-items: center;
    padding: 12px;
    justify-content: space-between;
    height: 80px;
  }
  .roboto {
    font-family: "Roboto", sans-serif;
  }
  .item-contact {
    color: #fff;
    text-align: center;
  }
  .item-contact a {
    position: relative;
    border-radius: 5px;
    display: block;
    width: 100%;
  }
  .item-contact a .icon {
    position: relative;
  }
  .item-contact:first-child {
    width: calc(60% - 10px);
  }
  .item-contact:last-child {
    width: 40%;
  }
  .item-contact:first-child a {
    color: #02162c;
    background: #fff;
  }
  .item-contact:last-child a {
    background: #ec1c24;
    font-size: 17px;
  }
  .icon-phone,
  .icon-web {
    position: relative;
    padding-right: 30px;
  }
  .icon-phone:before {
    content: "";
    position: absolute;
    background: url("../../.././wp-content/themes/island-v2/assets/images/icon-phone-2.png")
      center no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .icon-web:before {
    content: "";
    position: absolute;
    background: url("../../.././wp-content/themes/island-v2/assets/images/icon-webearth.png")
      center no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .box-contact-menu-mobi {
    flex-direction: column;
  }
  .box-contact-menu-mobi .item-contact {
    width: 100%;
    margin-bottom: 10px;
  }
  .box-contact-menu-mobi .item-contact a {
    display: inline-block;
    padding: 6px 0;
    text-align: center;
  }
  .mobile-cont .box-contact-76 {
    padding: 0 15px;
  }
  .box-contact-menu-mobi .item-contact:first-child {
    background: #fff;
    border-radius: 5px;
  }
  .box-contact-menu-mobi .item-contact:last-child {
    background: #ec1c24;
    border-radius: 5px;
  }
  .box-contact-menu-mobi .item-contact:first-child a .icon:before {
    left: -33px;
  }
  .contact-head-76 .item-contact a {
    padding: 6px 0px;
  }
  .item-contact a,
  .item-contact.iconweb .btn-web span.roboto {
    font-size: 20px;
  }
  .item-contact a.btn-web {
    font-size: 17px;
  }
  .scroll-table-ct table {
    width: 1000px;
  }
} /* End 767 */

@media screen and (max-width: 430px) {
  .box-thumb-qr {
    flex-direction: column;
  }
}
@media screen and (max-width: 340px) {
  #site-header .contact .phone .txt {
    font-size: 14px;
  }
}
