/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
#jp .jp-only{
  display: block;
}
#jp .en-only{
  display: none;
}
#en .en-only{
  display: block;
}
#en .jp-only{
  display: none;
}

.ast-page-builder-template .entry-header {
    display: none;
}
.fl-row-content-wrap {
    padding: 0px;
}
.fl-module-content {
    margin: 0px;
}
.ast-header-search {
    padding-left: 40px;
	width: 100%;
}
.ast-inline-search.ast-search-menu-icon {
    width: 100%;
	    border: none;
}
.search-form {
    border: none;
    background: #EFEFEF!important;
	border:none;
}
.ast-header-search .ast-search-menu-icon .search-submit {
    background: #EFEFEF!important;
}
.ast-header-search .ast-search-menu-icon form.search-form .search-field {
    background: #EFEFEF!important;
}
.uabb-gallery-img {
    border-radius: 8px;
}
.site-header .ast-inline-search.ast-search-menu-icon .search-form {
    border: none;
}
.site-header label {
	width:100%;
}
.ast-header-search .search-field::placeholder {
 display:none;
}
.ast-header-search .ast-icon {
    color: #b9b9b9;
    position: absolute;
    right: 10px;
    top: 10px;
}
.fl-slideshow-image, .fl-slideshow-image img{
	border-radius:8px;
}
.ast-header-search {
    padding-left: 20px;
}
    .head-primary-menu{
    align-items: center;
    width: auto;
    padding-top: 24px;
    position: absolute;
    right: 100px;
      z-index: 99;
  }
  .lang{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lang-icon{
    width: 32px;
  }
  .lang span{
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    padding-right: 30px;
	   color: #1d1d1d;
	  padding-left:3px;
  }
  
  .head-reserve a{
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    text-decoration: none;
    padding-right: 20px;
    color: #1d1d1d;
  }
.site-header-section>div:last-child {
    padding-right: 14px;
      margin-top: 8px;
}
.ast-header-search .ast-search-menu-icon form.search-form .search-field {
    width: 100%;
}

.weather{
    position: absolute;
    right: 24px;
    top: 88px;
    z-index: 4;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    color: #333;
}
.temp {
    text-align: center;
    position: relative;
}
.temp-data{
    font-size: 70px;
    line-height: 1;
}
.tani{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}
.today{
    font-size: 11px;
    color: #1d1d1d;
}
.weather-ico {
    text-align: center;
}
.weather-ico img {
    width: 60px;
    margin-bottom: 6px;
}
.mejs-mediaelement {
    background: #fff;
}

.mejs-mediaelement video {
    border-radius: 0 40px 40px 0;
    background: #fff;
}



/* moldal menu */

.menu-btn {
    position: fixed;
    top: 31px;
    right: 22px;
    cursor: pointer;
    padding: 17px 18px;
    z-index: 102;
    background: #ff6900;
    border-radius: 60px;
}

.menu-btn span {
    color: #fff;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
}

.open .menu-btn span:after {
    content: attr(data-txt-close);
}
.menu {
    position: fixed;
    display: flex;
  justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF6900;
    -webkit-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
  
}

.menu ul {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.menu li {
	opacity: 0;
	color: #fff;
  list-style: none;
}
  .menu .primary li {
	font-size: 16px;
    display: inline-block;
    padding: 0 10px 0 0;
}
  
  

.menu li a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.menu li a:hover {
color: #fff;
    text-decoration: underline;
}

.open .menu li {
	opacity: 1;

}

.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
	z-index: 101;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
position: relative;
    width: 40px;
    height: 21px;
    z-index: 100;
    margin-top: 8px;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
}
.menu-trigger span:nth-of-type(2) {
  top: 17px;
}

.open .menu-trigger span {
    background-color: #fff;
}
.open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(2) {
  -webkit-transform: translateY(-3px) rotate(45deg);
  transform: translateY(-3px) rotate(45deg);
}
  
  .item-left {
	   width: 50%;
    padding: 120px;
    box-sizing: border-box;

  }
  .item-right {
       width: 50%;
    padding: 120px 0px;
    box-sizing: border-box;
  }
.nav-logo {
    width: 80%;
}

  .global {
    display: flex;
    justify-content: space-between;
  }
  .global-item {
    width: 50%;
  }
  .en-title a {
    text-decoration: none;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
     font-family: "Albert Sans", sans-serif;
    font-weight: 900;
        line-height: 1.2em;
}
 .en {
    font-family: "Albert Sans", sans-serif;
    font-weight: 900;
  }
   .jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .address {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .sns-wrap li {
    display: inline;
  }
  .primary {
    padding-bottom: 40px;
}




html {
    margin-top: 15!important;
}
header .custom-logo-link img {
    max-width: 300px;
  margin-top: 0px;
}
.astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg,.transparent-custom-logo .astra-logo-svg,.advanced-header-logo .astra-logo-svg) {
   height: auto;
}
.astra-logo-svg {
    width: 160px;
}
.tag ul {
    margin: 10px 10px 20px;
}
#masthead .ast-container {
    padding-left: 40px;
}
.ast-logo-title-inline .ast-site-identity {
    padding: 0;
}
  .ast-builder-grid-row>.site-header-section {
    flex-wrap: nowrap;
    align-items: flex-start;
}
#page .astra-logo-svg {
    width: 110px;
}
#page .site-content {
    padding-top: 10px;
}
.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    padding-left: 30px;
}
.footer-name.en {
    font-family: "Albert Sans", sans-serif;
        font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    color: #1d1d1d;
    padding-bottom: 20px;
}
.footer-address {
    text-align: left;
    font-size: 14px;
  line-height: 1.5;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    max-width: 100%;
    padding-left: 64px;
    padding-right: 35px;
}
.site-primary-footer-wrap {
    padding-top: 25px;
    padding-bottom: 45px;
}
.footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
    text-align: center;
    margin-left: 30px;
    font-size: 11px;
}#ast-scroll-top {
    background-color: #ffffff00;
    font-size: 15px;
    font-size: 20px;
    color: #333;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    padding-top: 40px !important;
	padding-bottom: 0px !important;
	margin-top: 25px !important;
}
#wrap select {
    border: none;
    font-size: 26px;
    line-height: 1em;
    padding: 0;
    margin: 0;
    border-bottom: #333 solid 1px;
    margin-bottom: 15px;
    margin-left: 8px;
    color: #1d1d1d;
    font-weight: 700;
    font-family: "Albert Sans", sans-serif;
    padding-right: 40px;
    padding-bottom: 10px;
  background: #fff;
}
/* home */
.jp {
        font-family: "Noto Sans JP", sans-serif;
  }
.en {
    font-family: "Albert Sans", sans-serif;
}
  #wrap {
    width: 90%;
    margin: 0 auto;
}

 .panel-items {
  margin: 0 auto;
  width: 100%;
  column-count: 5;
  column-gap: 0;
}
 .panel-items.pickup {
column-width: 40%;
}
  .panel-items2 {
  position: relative;
  width:100%;
  max-width:100%;
  margin:0 auto;
        min-height: 600px;
}
.panel-item {
    margin: 0.4%;
     display: block;
  position: absolute;
   width: 19.2%;
    z-index: 1;
  line-height: 0;
}
      @media (max-width: 1100px) {
  .panel-item {
    margin: 0.5%;
    width: 24%;
}
  }
  
      @media (max-width: 960px) {
  .panel-item {
    margin: 0.8%;
    width: 31.4%;
}
  }
       @media (max-width: 650px) {
  .panel-item {
    margin: 1%;
    width: 48%;
}
  }
.panel-item-or {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #333;
    height: 100px;
    border-radius: 0 0 10px 10px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.43461134453781514) 24%, rgba(255,255,255,0) 100%);
}

  .panel-item-icon{
    position: absolute;
    top: 16px;
    left: 14px;
  }
.panel-item-icon img {
    width: 32px;
}
  .panel-item-title{
       position: absolute;
    bottom: 30px;
    left: 20px;
    font-size: 14px;
    line-height: 1.3;
    padding-right: 20px;
  }
.panel-item-title-en{
       position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 11px;
    line-height: 1.3;
  }
  .panel-item a{
    text-decoration: none;
    color: #fff;
    
  }
  .panel-item-bg img {
    border-radius: 10px;
}
.tag {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
.tag-ico {
    position: absolute;
    top: 0;
    left: 10px;
    width: 24px;
}
 .tag li{
    display: inline-block;
    padding-right: 14px;
    font-size: 14px;
    color: #333;
    list-style: none;
    cursor: pointer;
   transition: .3s;
  }


  .tag li.active {
    cursor: pointer;
    font-weight: 600;
    color: #000;
}
  
   .tag a {
    color: #333;
    text-decoration: none;
}
.panel-item-movie video {
    width: 100%;
    border-radius: 10px;
    margin: 0;
    line-height: 0;
    padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-movie video {
    width: 100%;
    border-radius: 0 40px 40px 0;
    margin: 0;
    line-height: 0;
    padding: 0;
}
.panel-item-movie {
    margin: 0;
    line-height: 0;
  position: relative;
  z-index: -1;
}
button, html .tag input[type=button]{
    background: #fff;
    color: #333;
    font-size: 14px;
    padding: 5px 0 0 14px;
    margin: 0;
  
}

html #wrap.autumn .tag input.autumn[type=button] {
    font-weight: 600;
  color: #000;
}
html #wrap.spring .tag input.spring[type=button] {
    font-weight: 600;
  color: #000;
}
html #wrap.summer .tag input.summer[type=button] {
    font-weight: 600;
  color: #000;
}
html #wrap.winter .tag input.winter[type=button] {
    font-weight: 600;
  color: #000;
}
html #wrap.fuyu .tag input.fuyu[type=button] {
    font-weight: 600;
  color: #000;
}
html #wrap.enki .tag input.enki[type=button] {
    font-weight: 600;
  color: #000;
}
#wrap.winter .panel-item{
  display: none;
  transition: .4s;
}
#wrap.winter .panel-item.spring{
  display: none;
  transition: .4s;
}
#wrap.winter .panel-item.summer{
  display: none;
  transition: .4s;
}
#wrap.winter .panel-item.autumn{
  display: none;
  transition: .4s;
}
#wrap.winter .panel-item.fuyu{
  display: none;
  transition: .4s;
}
#wrap.winter .panel-item.enki{
  display: none;
  transition: .4s;
}
#wrap.summer .panel-item.spring{
  display: none;
  transition: .4s;
}
#wrap.summer .panel-item.autumn{
  display: none;
  transition: .4s;
}

#wrap.summer .panel-item.winter{
  display: none;
  transition: .4s;
}
#wrap.summer .panel-item.fuyu{
  display: none;
  transition: .4s;
}
#wrap.summer .panel-item.enki{
  display: none;
  transition: .4s;
}
#wrap.autumn .panel-item.spring{
  display: none;
  transition: .4s;
}
#wrap.autumn .panel-item.summer{
  display: none;
  transition: .4s;
}

#wrap.autumn .panel-item.winter{
  display: none;
  transition: .4s;
}
#wrap.autumn .panel-item.fuyu{
  display: none;
  transition: .4s;
}
#wrap.autumn .panel-item.enki{
  display: none;
  transition: .4s;
}
#wrap.spring .panel-item.autumn{
  display: none;
  transition: .4s;
}
#wrap.spring .panel-item.summer{
  display: none;
  transition: .4s;
}
#wrap.spring .panel-item.fuyu{
  display: none;
  transition: .4s;
}
#wrap.spring .panel-item.enki{
  display: none;
  transition: .4s;
}
#wrap.spring .panel-item.winter{
  display: none;
  transition: .4s;
}
#wrap.fuyu .panel-item.autumn{
  display: none;
  transition: .4s;
}
#wrap.fuyu.panel-item.summer{
  display: none;
  transition: .4s;
}

#wrap.fuyu .panel-item.winter{
  display: none;
  transition: .4s;
}
#wrap.fuyu .panel-item.spring{
  display: none;
  transition: .4s;
}
#wrap.enki .panel-item.autumn{
  display: none;
  transition: .4s;
}
#wrap.enki.panel-item.summer{
  display: none;
  transition: .4s;
}

#wrap.enki .panel-item.winter{
  display: none;
  transition: .4s;
}
#wrap.enki .panel-item.spring{
  display: none;
  transition: .4s;
}
#wrap.enki .panel-item.fuyu{
  display: none;
  transition: .4s;
}



#wrap.winter .panel-item.winter{
  display: block;
  transition: .4s;
}
#wrap.summer .panel-item.summer{
  display: block;
  transition: .4s;
}
#wrap.autumn .panel-item.autumn{
  display: block;
  transition: .4s;
}
#wrap.spring .panel-item.spring{
  display: block;
  transition: .4s;
}
#wrap.fuyu .panel-item.fuyu{
  display: block;
  transition: .4s;
}
#wrap.enki .panel-item.enki{
  display: block;
  transition: .4s;
}
#wrap.all .panel-item.winter{
  display: block;
  transition: .4s;
}
#wrap.all .panel-item.summer{
  display: block;
  transition: .4s;
}
#wrap.all .panel-item.autumn{
  display: block;
  transition: .4s;
}
#wrap.all .panel-item.spring{
  display: block;
  transition: .4s;
}
#wrap.all .panel-item.fuyu{
  display: block;
  transition: .4s;
}
#wrap.all .panel-item.enki{
  display: block;
  transition: .4s;
}


#content {
    animation: fadeIn 2s ease 0s 1 normal;
}
.panel-items2 {
animation:fadeIn 1s;
animation-delay:1.8s;
  opacity: 0;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
input:focus {
outline: none;
}
.serchi-result {
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 50px;
}
.sns-wrap li {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
}
.sns-wrap li img {
   width: 100%;
}
.sns-wrap {
    margin-top: 10px;
}
ol, ul {
    margin: 0 0 1.5em 1.5em;
}


.flex-table {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}
.item {
    background: #fcfcfc;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding-bottom: 36px;
    border-radius: 8px;
}
 .col3 .item {
    width: calc(33.333% - 8px);
  }
  
.item-tag {
    background: #ff9345;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 16px 0 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    border-radius: 8px 8px 0 0;
    line-height: 1.2;
}
 .item:nth-child(2n) .item-tag {
    background: #ff6b00;
}
.item-tag .sup {
    display: block;
    font-size: 13px;
}
.item-body {
    width: 86%;
    margin: 0 auto;
    padding-top: 30px;
}
.item-body dl {
    margin: 0;
    text-align: center;
    padding: 0 0 14px;
    margin-bottom: 14px;
    border-bottom: #e9e9e9 solid 1px;
}
  .item-body dt {
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: 400;
}
.item-body dd {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}
.item-body dd .price {
    font-size: 118%;
    padding:0 4px;
    font-weight: 600;
}
.item-body dl.special{
    border-bottom: none;
      padding-bottom: 0;
}
  .item-body dl.special dt {
    font-size: 20px;
    padding-bottom: 0;
    font-weight: 600;
    color: #ff6b00;
    line-height: 1;
    padding-top: 10px;
}
  .item-body dl.special dd {
    font-size: 26px;
    font-weight: 600;
    color: #ff6b00;
}
.item-body dl.special dd .sup {
    font-size: 13px;
    font-weight: 400;
    display: block;
}
.btn-reserve a {
    text-align: center;
    display: block;
    background: #b49f78;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    text-decoration: none;
    margin-top: 28px;
    transition: .4s;
    border-radius: 60px;
}
  .btn-reserve a:hover {
    background: #ff6900;
  transition: .4s;
}
  .ast-single-post .entry-content a {
    text-decoration: none;
}


 .col6 .item {
	width: calc(25% - 8px);
  }
  
.col6 .item-tag {
    font-size: 15px;
    padding: 14px 0 14px;
    line-height: 1.2;
}
.col6 .item-body dt {
    font-weight: 600;
}
.col6 .item-body dd {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}

.col6 .item-body dl.special{
    border-bottom: none;
      padding-bottom: 0;
}
.col6 .item-body dl.special dt {
    font-size: 20px;
    padding-bottom: 0;
    font-weight: 600;
    color: #ff6b00;
    line-height: 1;
    padding-top: 10px;
}
.col6 .item-body dl.special dd {
    font-size: 26px;
    font-weight: 600;
    color: #ff6b00;
}
.col6 .item-body dl.special dd .sup {
    font-size: 13px;
    font-weight: 400;
    display: block;
}
.col6 .btn-reserve a {
    text-align: center;
    display: block;
    background: #b49f78;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0;
    text-decoration: none;
    margin-top: 20px;
    transition: .4s;
    border-radius: 60px;
}
.col6 .btn-reserve a:hover {
    background: #333;
  transition: .4s;
}
.col6 .ast-single-post .entry-content a {
    text-decoration: none;
}

/* col5 start */
 .col5 .item {
	width: calc(20% - 8px);
  }
  
.col5 .item-tag {
    font-size: 15px;
    padding: 14px 0 14px;
    line-height: 1.2;
}
.col5 .item-body dt {
    font-weight: 600;
}
.col5 .item-body dd {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}

.col5 .item-body dl.special{
    border-bottom: none;
      padding-bottom: 0;
}
.col5 .item-body dl.special dt {
    font-size: 20px;
    padding-bottom: 0;
    font-weight: 600;
    color: #ff6b00;
    line-height: 1;
    padding-top: 10px;
}
.col5 .item-body dl.special dd {
    font-size: 26px;
    font-weight: 600;
    color: #ff6b00;
}
.col5 .item-body dl.special dd .sup {
    font-size: 13px;
    font-weight: 400;
    display: block;
}
.col5 .btn-reserve a {
    text-align: center;
    display: block;
    background: #b49f78;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0;
    text-decoration: none;
    margin-top: 20px;
    transition: .4s;
    border-radius: 60px;
}
.col5 .btn-reserve a:hover {
    background: #333;
  transition: .4s;
}
.col5 .ast-single-post .entry-content a {
    text-decoration: none;
}
    .item{
      position: relative;
    }
    .label_inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
}
/* col5 end */

    .item{
      position: relative;
    }
    .label_inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.ribbon {
    display: inline-block;
    position: absolute;
    padding:2px 0 2px 0;
    left: -20px;
    top: 9px;
	width: 150px;
    text-align: center;
    font-size: 12px;
    background: #FF1E21;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.soldout .ribbon {
    background: #3e3d3d;
    }
.listprice {
      display: block;
    text-decoration: line-through;
}
.baseprice {
    display: block;
	text-decoration: none;
}
.col5 .item-body dd .price {
    font-size: 26px;
}
.col6 .item-body dd .price {
    font-size: 26px;
}
.item-body dl.adult {
    text-align: center;
    border: none;
      padding-bottom: 0;
} 
.item-body dl.adult dt {
    padding-bottom: 0;
}
    
.entry-content p.coution {
    text-align: center;
    padding-top: 24px;
    font-size: 14px;
    color: #ff5900;
    line-height: 1.6;
}
.entry-content p.coution2 {
    text-align: center;
    /*padding-top: 24px;*/
    /*font-size: 20px;*/
	font-weight:bold;
    color: #ff5900;
    line-height: 1.6;
}
.item-body dl.child {
    padding-top: 30px;
      padding-bottom: 0;
}
.item-body dl.child .sup {
    font-size: 12px;
    display: block;
    line-height: 1;
    padding-bottom: 10px;
} 
/* rabel color */
.col6 .item01 .item-tag,.item02 .item-tag {
    background: #A0B2C6!important;
} 
.col6 .item01 .btn-reserve a,.col6 .item02 .btn-reserve a {
    background: #A0B2C6;
}  
.col6 .item03 .item-tag,.item04 .item-tag {
    background: #CAA846!important;
} 
.col6 .item03 .btn-reserve a,.col6 .item04 .btn-reserve a {
    background: #CAA846;
}
.col6 .item05 .item-tag {
    background: #979C9A;
} 
.col6 .item05 .btn-reserve a {
    background: #979C9A;
}   
.col6 .item06 .item-tag {
    background: #ff6b00;
} 
.col6 .item06 .btn-reserve a {
    background: #ff6b00;
}

.col5 .item01 .item-tag,.item02 .item-tag {
    background: #A0B2C6!important;
} 
.col5 .item01 .btn-reserve a,.col5 .item02 .btn-reserve a {
    background: #A0B2C6;
}  
.col5 .item03 .item-tag,.item04 .item-tag {
    background: #CAA846!important;
} 
.col5 .item03 .btn-reserve a,.col5 .item04 .btn-reserve a {
    background: #CAA846;
}
.col5 .item05 .item-tag {
    background: #979C9A;
} 
.col5 .item05 .btn-reserve a {
    background: #979C9A;
}   
.col5 .item06 .item-tag {
    background: #ff6b00;
} 
.col5 .item06 .btn-reserve a {
    background: #ff6b00;
}
/* rabel color */

.special-title {
    text-align: center;
    font-size: 20px;
}
 a.distable {
    opacity: 0.5;
    pointer-events: none;
}
    .col6 table {
    border: none;
}
   .col6 td {
    padding: 0;
    border-width: 0;
    text-align: right;
    font-weight: 400;
    height: 34px;
    border-bottom: #d1d1d1 dotted 1px;
    font-size: 12px;
    color: #f35f00;
	white-space: nowrap;
}
   .col6 th {
    padding: 0;
    border-width: 0;
    text-align: left;
    font-weight: 400;
    height: 34px;
    border-bottom: #d1d1d1 dotted 1px;
    font-size: 12px;
}

    .col6 tr:last-child th {
      border: none;
    }
    .col6 tr:last-child td {
      border: none;
    }
    .col6 .item-body {
    width: 90%;
}
     .col6 .item-body dl {
    border-bottom: none;
}

   .col5 table {
    border: none;
}
   .col5 td {
    padding: 0;
    border-width: 0;
    text-align: right;
    font-weight: 400;
    height: 34px;
    border-bottom: #d1d1d1 dotted 1px;
    font-size: 12px;
    color: #f35f00;
	white-space: nowrap;
}
   .col5 th {
    padding: 0;
    border-width: 0;
    text-align: left;
    font-weight: 400;
    height: 34px;
    border-bottom: #d1d1d1 dotted 1px;
    font-size: 12px;
}

    .col5 tr:last-child th {
      border: none;
    }
    .col5 tr:last-child td {
      border: none;
    }
    .col5 .item-body {
    width: 90%;
}
     .col5 .item-body dl {
    border-bottom: none;
}


    .th-none{
      text-align: center;
    }

.pc{
    display: block;
  }
  .sp{
    display: none;
  }
.ast-primary-header-bar {
    background-color: #ffffff00!important;
  margin-top: 30px;
}

.copyright-flex {
    display: flex;
    justify-content: flex-start;
  align-items: center;
}
.safetyreport {
    vertical-align: top;
    padding-left: 20px;
    font-size: 11px;
}
.safetyreport a {
    color: #ff6900;
    text-decoration: underline;
}
.uabb-faq-after-text .uabb-faq-question-label strong {
    font-size: 30px;
    padding-right: 14px;
    color: #1d1d1d;
    font-family: "Albert Sans", sans-serif;
    font-weight: 800;
}
.sponser{
  display: flex;
  justify-content: center;
      padding-top: 120px;
}
.sponser-item{
  height: 60px;
  width: auto;
  margin: 8px 30px;
}
.sponser-item img{
  height: 60px;
  width: auto;
  transform: .4s;
}
.sponser-item img:hover{
  opacity: 0.6;
  transform: .4s;
}
.single .entry-header img {
  display: none;
  
}
.ast-single-post .entry-title {
    font-weight: 600;
    font-size: 24px;
    color: #333;
    letter-spacing: 0.02em;
      font-family: "Noto Sans JP", sans-serif;
}
.entry-meta * {
    word-break: break-word;
    font-size: 14px;
    color: #333;
}
.entry-content p {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.02em;
    line-height: 2.3;
    margin-bottom: 2em;
}
.entry-content {

}
.entry-content img {

}


@media screen and (max-width:650px) {
.ast-primary-header-bar {
  margin-top: 0px;
}
  .sponser-item img {
    height: 40px;
    transform: .4s;
}
  .sponser-item {
    height: 40px;
    margin: 4px;
}
  
}
@media (max-width: 1300px) {
  .page-hero-txt .fl-col-content {
    padding: 60px 80px 80px;
}
.page-hero-title-en.fl-module-heading .fl-heading {
    font-size: 70px;
}
  .page-hero-title-jp.fl-module-heading .fl-heading {
    font-size: 16px;
}
  .page-hero-title-copy.fl-module-heading .fl-heading {
    font-size: 24px;
}
  
  .sec-title-en.fl-module-heading .fl-heading {
    font-size: 40px;
}
  .page-hero-title-tag .entry-content p {
    margin-bottom: 0em;
}
  .fl-node-lwkgvx482sma.fl-col > .fl-col-content {
    padding: 40px;
}
  .fl-builder-content .page-hero-p .fl-rich-text *:not(b, strong) {
    font-size: 14px;
    line-height: 2.0em;
}

}


@media (max-width: 1080px) {
    .ast-primary-header-bar {
    margin-top: 0;
}
  .page-hero-txt .fl-col-content {
    padding: 30px 60px 60px;
}
  .page-hero-icon .fl-photo-content {
    width: 60px;
}
  .page-hero-title-copy.fl-module-heading .fl-heading {
    font-size: 22px;
}
  .panel-items {
    column-count: 4;
}
}

@media (max-width: 980px) {
  .site-title, .site-title a {
    display: none;
}
  #page .astra-logo-svg {
    width: 90px;
}
  .uabb-photo-gallery-content {
    margin: 5px;
}
  .ast-button-wrap {
    display: none;
}

  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 97%;
}
  .page-hero-pic .fl-photo-img {
    border-radius: 20px;
}
  .page-hero-p .fl-module-content {
    width: 80%;
    margin: 0 auto;
}
  .fl-col[data-node] .fl-col-content {
    margin-bottom: 40px;
	  padding: 10px;
}
.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    padding-left: 0;
}
.footer-name.en {
    font-size: 16px;
    padding-bottom: 20px;
    text-align: center!important;
}
  .footer-address {
   font-size: 13px;
   text-align: center!important;
    line-height: 1.5;
}
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
	  
}
  .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
	  
}
  .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
	  
}
.footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
    text-align: center;
    margin-left: 0;
    font-size: 11px;
}
  .footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element p{
    text-align: center!important;
}
  .uabb-infobox-title {
    font-size: 14px!important;
}
  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 90%;
}
    html {
    margin-top: 0px!important;
}
.menu-btn {
    position: fixed;
    top: 14px;
    right: 14px;
    cursor: pointer;
    padding: 10px;
    z-index: 102;
    background: #ff6900;
    border-radius: 60px;
}
.menu-trigger {
    position: relative;
    width: 36px;
    height: 20px;
    z-index: 100;
    margin-top: 0px;
}
  .menu-trigger span:nth-of-type(1) {
    top: 14px;
}
  .menu-trigger span:nth-of-type(2) {
    top: 20px;
}
  .site-header-section>div:last-child {
    padding-right: 0;
    margin-top: 12px;
}
  #page .astra-logo-svg {
    width: 80px;
    margin-left: 10px;
}
  .menu {
    position: fixed;
    display: block;
  }
  .item-left {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}
  .nav-logo {
    width: 30%;
}
  .address {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 10px;
}
  .item-right {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}
  .open .menu {
    overflow: auto;
}
  .item-right {
    width: 100%;
    padding: 0 40px 60px;
    box-sizing: border-box;
}
  .primary {
    padding-bottom: 0px;
    font-size: 13px;
}
  .menu ul {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
  .menu .primary li {
    font-size: 14px;
    display: inline-block;
    padding: 0 10px 0 0;
}
  .menu li a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
  .en-title a {
    font-size: 40px;

}#ast-scroll-top {
    display: none!important;
}
  .sns-wrap li{
    display: inline-block;
    width: 26px;
    margin-right: 8px;
  }
body {
    margin-top: 0px;
}
  #page .site-content {
    padding-top: 0px;
}
  .panel-items {
    column-count: 3;
}
  .fl-node-hc8rpm54labi .fl-row-content {
    max-width: 90%;
}
  .col6 .item {
    width: calc(25% - 8px);
    margin-bottom: 24px;
}
  .col5 .item {
    width: calc(20% - 8px);
    margin-bottom: 24px;
}
    .hero-movie video {
    width: 100%;
    border-radius: 30px;
    margin: 0;
    line-height: 0;
    padding: 0;
}
  .l-wrap {
    width: 86%;
    margin: 0 auto;
  }
}

@media (max-width: 650px) {
  
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .hero-movie video {
    border-radius: 15px;
}
  
  .panel-item-title-en {
    position: absolute;
    bottom: 10px;
    left: 14px;
    font-size: 11px;
    line-height: 1.3;
}
  .panel-item-title {
    position: absolute;
    bottom: 30px;
    left: 13px;
    font-size: 13px;
    line-height: 1.3;
    padding-right: 10px;
}
  
   .panel-items {
    column-count:2;
}#page .astra-logo-svg {
    width: 80px;
}#wrap select {
    border: none;
    font-size: 20px;
    line-height: 1em;
    padding: 0;
    margin: 0;
    border-bottom: #333 solid 1px;
    margin-bottom: 15px;
    margin-left: 8px;
    color: #1d1d1d;
    font-weight: 700;
    font-family: "Albert Sans", sans-serif;
    padding-right: 40px;
    padding-bottom: 10px;
    background: #fff;
    margin-top: 10px;
}.panel-item-icon {
    position: absolute;
    top: 10px;
    left: 10px;
}.panel-item-icon img {
    width: 26px;
}
  button, html .tag input[type=button] {
    font-size: 12px;
    padding: 5px 0 0 10px;
    margin: 0;
}
.global {
    display: block;
    justify-content: space-between;
}
  .global-item {
    width: 100%;
}.page-hero-title-en.fl-module-heading .fl-heading {
    font-size: 64px;
}.page-hero-title-copy.fl-module-heading .fl-heading {
    font-size: 18px;
    width: 80%;
    margin: 0 auto!important;
}
  .fl-builder-content .fl-node-yt4objihvn1e .fl-rich-text, .fl-builder-content .fl-node-yt4objihvn1e .fl-rich-text *:not(b, strong) {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2.0em;
}.page-hero-txt .fl-col-content {
    padding: 30px 60px 0px;
}.sec-title-en.fl-module-heading .fl-heading {
    font-size: 30px;
    text-align: center;
}
.fl-module-heading .fl-heading {
    text-align: center!important;
}
.col3-title-jp .fl-heading {
    font-size: 16px!important;
    text-align: center;
}
  .page-leadcopy-big.fl-module-heading .fl-heading {
    font-size: 36px;
}
  .entry-content .lead-p p {
    padding: 0 20px;
}
  .col3-copy-jp.fl-module-heading .fl-heading {
    font-size: 17px;
}
  .fl-builder-content .col3-p .fl-rich-text :not(b, strong) {
    font-size: 14px;
}.uabb-infobox-content .uabb-infobox-text p:last-of-type {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 5px;
}
  .uabb-infobox {
    margin-bottom: 10px;
}
  .sec-title-jp.fl-module-heading .fl-heading {
    font-size: 18px;
}
  .page-hero-pic .fl-wp-video {
    border-radius: 30px;
}
  .sec-col2 .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 100%;
}

.col6 .item {
    width: calc(50% - 4px);
    margin-bottom: 24px;
}
  .col3 .item {
    width: 100%;
}
  .fl-builder-content .fl-node-sw5puqm9tl1k a.fl-button, .fl-builder-content .fl-node-sw5puqm9tl1k a.fl-button:visited {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #fc7500;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 14px 0;
    width: 100%;
}
  .tokuten .fl-col[data-node] .fl-col-content {
    margin: 0px;
}
  .tokuten .uabb-infobox {
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
  body {
    margin-top: 0;
}
  .en-title a {
    font-size: 29px;
        line-height: 1;
}
  .menu li a {
    display: block;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
  .fl-node-6lu5i170e23s .fl-photo-content {
    width: 90%;
}
  .l-wrap .fl-col[data-node] .fl-col-content {
    margin-bottom: 10px;
}
  .fl-builder-content .fl-node-kb3rcshmf56w a.fl-button, .fl-builder-content .fl-node-kb3rcshmf56w a.fl-button:visited {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #e16600;
    border-style: none;
    border-width: 0;
    background-clip: border-box;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    line-height: 1.4;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
  .head-primary-menu {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    width: auto;
    padding-right: 70px;
    padding-top: 0;
    position: absolute;
    top: 21px;
    z-index: 100;
    right: 0px;
}
  .head-reserve a {
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    text-decoration: none;
    padding-right: 20px;
    color: #1d1d1d;
}
  .panel-cat{
position: relative;
}
  .panel-cat .arrow{
    width: 8px;
    height: 8px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    position: absolute;
    right: 25px;
    top: 13px;
}
  #wrap select {
    border: none;
    font-size: 18px;
    line-height: 1em;
    padding: 0;
    margin: 0;
    border-bottom: #333 solid 1px;
    margin-bottom: 15px;
    margin-left: 8px;
    color: #1d1d1d;
    font-weight: 700;
    font-family: "Albert Sans", sans-serif;
    padding-right: 40px;
    padding-bottom: 10px;
    background: #fff;
    margin-top: 10px;
    width: 96%;
        padding-left: 10px;
}
  
.search-form .search-field {
    outline: 0;
    width: 98%;
    border: none;
    background: #e4e4e4;
    border-radius: 50px;
    padding: 4px;
    position: relative;
    margin-bottom: 8px;
    margin: 0 auto 10px;
    display: block;
}
  .search-form {
    border: none;
    background: #fff!important;
    position: relative;
}
 button.search-submit {
    font-size: 16px;
    padding: 0 0 0 10px;
    margin: 0;
    position: absolute;
    right: 18px;
    top: 10px;
    background: #e4e4e4;
}
 input.search-submit[type="submit"] {
   display: none;
}
.fl-builder-content .fl-node-poivuftwybes .fl-rich-text *:not(b, strong) {
    font-size: 14px;
}

.fl-builder-content .fl-node-wanxd2t69s5g .fl-rich-text *:not(b, strong) {
    font-size: 13px;
}

  .page-title-en.fl-module-heading .fl-heading {
  font-size: 40px;
}
  .fl-builder-content .fl-node-ax4vt21y60lc .fl-rich-text *:not(b, strong) {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
}
.fl-builder-content .fl-node-ax4vt21y60lc .fl-rich-text h3 {
    font-size: 18px!important;
}
  .page-hero-pic .fl-photo-img {
    border-radius: 15px;
}
  .fl-node-6ui8ab7nojk0 .uabb-table-inner-wrap .uabb-table-features .table-body-td {
    border: 1px solid #000000;
    padding: 5px;
}
  .fl-node-6ui8ab7nojk0 .uabb-table-wrapper .table-body-td {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
}
  
  .col6 .btn-reserve a {
    font-size: 11px;
}
  #page .astra-logo-svg {
    margin-left: 7px;
}
}

@media (max-width: 390px) {
  .page-hero-txt .fl-col-content {
    padding: 0px 60px 0px;
}.page-hero-title-jp.fl-module-heading .fl-heading {
    font-size: 14px;
}
  .page-hero-title-copy.fl-module-heading .fl-heading {
    font-size: 17px;
    width: 80%;
    margin: 0 auto!important;
}
    .page-leadcopy-big.fl-module-heading .fl-heading {
    font-size: 28px;
}
  .footer-address {
    font-size: 12px;
    text-align: center!important;
    line-height: 1.5;
}
}

  .event-hero{
    padding-top: 80px;
  }
  .event-hero-img{
    position: relative;
  }
.event-title {
font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #1d1d1d;
    margin-bottom: 40px;
}
  .event-hero-icon{
    width: 80px;
    margin: 0 auto;
  }
  .event-hero-data{
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 34%;
    text-align: center;
    line-height: 1;
  }
   .event-hero-y{
     font-size: 3.5vw;
    line-height: 1;
  }
  .event-hero-m{
      font-size: 3.5vw;
    line-height: 1;
  }
.event-dt {
    font-size: 3.5vw;
    line-height: 1;
}
  .event-hero-d{
display: block;
    font-size: 12vw;
    line-height: 1;
    letter-spacing: -0.02em;
  }.event-hero-bg {
    width: 50%;
    margin: 0 auto;
    border-radius: 60px;
  }
  .event-hero-bg img {
    border-radius: 38px;
  }
  
    
  .event-detail{
    
  }
  .event-lead-copy{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 64px;
    text-align: center;
    color: #1d1d1d;
    line-height: 1.2;
    padding: 40px 0 20px;
}
   .event-copy{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
     letter-spacing: 0.02em;
    line-height: 2.3;
    margin-bottom: 80px;
         text-align: center;
}
  .event-detail table{
font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.8;
    margin-bottom: 2em;
    font-size: 15px;
    border: none;
    margin-top: 50px;
    margin-bottom: 30px;
  }
.event-detail th {
    text-align: left;
    border-right: none;
    border-bottom: none;
    border-top: #eaeaea solid 1px;
    font-weight: 400;
    line-height: 1.6;
  padding: 15px;
     font-size: 14px;
}
   .event-detail td{
    text-align: left;
    border-right: none;
    border-bottom: none;
    border-top: #eaeaea solid 1px;
    font-weight: 400;
     padding: 15px;
     font-size: 14px;
  }
 .archive-title {
    font-size: 30px;
    padding-top: 60px;
    padding-bottom: 40px;
    color: #221f20;
}

.event-list-data {
position: absolute;
    top: 34%;
    text-align: center;
    left: 0;
    font-size: 1.8vw;
    right: 0;
    line-height: 0.8;
}
.event-list-data-title {
    font-size: 0.84vw;
    padding-bottom: 8px;
}



.event-list-d {
    display: block;
    font-size: 5vw;
}
.event-panel-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

  .btn-reserve2 a {
    text-align: center;
    display: block;
    background: #ff6900;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin: 40px auto;
    transition: .4s;
    border-radius: 60px;
    height: 58px;
    width: 30%;
    font-size: 20px;
    line-height: 58px;
    transition: .4s;
}
    .btn-reserve2 a:hover {
    background: #221f20;
    transition: .4s;
}
  .aword{
    text-align: center;
    margin-top: 40px;
  }
  .aword-ico{
    width: 80px;
    margin: 0 auto 20px;
  }
  .aword-detail{
font-size: 20px;
    font-weight: 600;
    color: #221f20;
    padding-bottom: 40px;
  }
  @media screen and (max-width:1100px) {
    .panel-item-title {
    font-size: 12px;
}
    
  }
   @media screen and (max-width:980px) {
.event-list-data {
    font-size: 3.5vw;
}
.event-list-d {
    display: block;
    font-size: 10vw;
}.event-list-data {
    position: absolute;
    top: 31%;
     }
     .event-list-data-title {
    font-size: 1.56vw;
    padding-bottom: 8px;
}
     
     
  }


    @media screen and (max-width:650px) { 
.event-lead-copy {
    font-size: 44px;
}
  .event-hero-bg {
    width: 100%;
    margin: 0 auto;
    border-radius: 30px;
}
    .event-hero-bg img {
    border-radius: 28px;
}  
      .event-title {

    font-size: 30px;

}.event-hero-y {
    font-size: 9vw;
}.event-hero-m {
    font-size: 9vw;
}
  .event-dt {
    font-size: 9vw;
}    
      .event-hero-d {
    font-size: 30vw;
    line-height: 0.8;
}.event-detail th {
   
    padding: 13px 0;
    font-size: 13px;
    width: 8em;
}.event-detail td {
    padding: 13px 0;
    font-size: 13px;
}.btn-reserve2 a {
   
    font-size: 16px;
    font-weight: 500;   
    height: 50px;
    width: 60%;
    font-size: 18px;
    line-height: 50px;
    transition: .4s;
}.archive-title {
    font-size: 24px;
}.event-list-data {
    position: absolute;
    top: 34%;
    text-align: center;
    left: 0;
    font-size: 4.5vw;
    right: 0;
    line-height: 0.8;
}.event-list-d {
    display: block;
    font-size: 12vw;
}
           .menu-btn {
    position: fixed;
    top: 12px;
    right: 12px;
    cursor: pointer;
    padding: 9px;
    width: 60px;
    height: 60px;
}
     .menu-trigger {
    margin: 0 auto;
    left: 0;
    right: 0;

}
  .menu-trigger span:nth-of-type(1) {
    top: 18px;
}   
   .menu-trigger span:nth-of-type(2) {
    top: 24px;
}  
     .event-list-data-title {
    font-size: 10px;
    padding-bottom: 5px;
} 
      
  }
  
   @media screen and (max-width:450px) { 

     .event-lead-copy {
    font-size: 30px;
}.event-hero {
    padding-top: 30px;
}
   .event-title {
    font-size: 20px;
}  .aword-detail {
    font-size: 16px;
    font-weight: 600;
    color: #221f20;
    padding-bottom: 40px;
}
     .event-copy {
    line-height: 2;
    margin-bottom: 40px;
    font-size: 14px;
    text-align: left;
}.event-detail th {
    padding: 10px 0;
    font-size: 12px;
    width: 8em;
}.event-detail td {
    padding: 10px 0;
    font-size: 12px;
}.panel-item-title {
    font-size: 10px;
}

     
  }



 /*20221216*/
  .tag li {
        font-family: "Noto Sans JP", sans-serif;
    display: inline-block;
    border: #6e6e6e solid 1px;
    font-size: 13px;
    color: #6e6e6e;
    list-style: none;
    cursor: pointer;
    padding: 6px 15px;
    border-radius: 30px;
    margin-right: 8px;
    line-height: 1;
    transition: .3s;
}
  .tag li:hover {
    color: #fff;
    background: #6e6e6e;
    transition: .3s;
}
  .tag {
    position: relative;
    padding-left: 0;
    margin-bottom: 12px;
}
 .tag li.active {
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    border: #221f20;
    background: #221f20;
} 
   @media (max-width: 650px) {
  .tag li {
    font-family: "Noto Sans JP", sans-serif;
    display: inline-block;
    border: #6e6e6e solid 1px;
    font-size: 11px;
    color: #6e6e6e;
    list-style: none;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 30px;
    margin-right: 5px;
    margin-bottom: 4px;
    line-height: 1;
}
  }
