@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?8qhx6w');
  src:  url('../fonts/icomoon.eot?8qhx6w#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?8qhx6w') format('truetype'),
    url('../fonts/icomoon.woff?8qhx6w') format('woff'),
    url('../fonts/icomoon.svg?8qhx6w#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height:inherit;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e900";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-tiktok:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\ea34";
}
.icon-arrow-down:before {
  content: "\ea36";
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */

html { scroll-behavior: smooth;}

article{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
display: block;}


img {
	max-width: 100%;
}  

.main_imgBox {
    height: 100vh;
    overflow: hidden;
    position: relative; }

  .main_logo {
    z-index:11;
    position: absolute;
    top:96%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
	  text-align: center;
    height:auto;

}
  .main_logo2 {
    z-index:12;
    position: absolute;
    top:44%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
	  text-align: center;
    height:auto;

}
  .main_logo2 img{
	  width: 380px
}

  .main_logo h2{
    height:auto;
	  color: #fff;
	  font-size: 3rem;
	 font-family: 'Noto Serif JP', serif;
	  font-weight: 500;
	  line-height: 1.5;
}

  .main_logo p{
	  font-size: 2.5rem;
	  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	  color: #fff
}
  .main_logo p span{
	  font-size: 2.5rem;
	  color: #fff;
	  display: inline-block;
	  background-color: red;
	  font-weight: 700;
	  padding: 0 0.5rem;
}

  .main_logo p.spot{
	  font-size: 0.8em;
}

  .main_logo img{
	  max-width: 100%;
	  width: 310px;
	  transition: .3s;
}

  .main_logo a{
	  padding: 0.5rem 2rem;
	  margin: 0;

	  display:inline-block;
	  border: 1px rgba(255,255,255,0.70) solid;
	  max-width: 95%;
	  color: #fff;
	  font-size: 1.5em;
}
  .main_logo img:hover{
	  opacity: 0.8;
  transition-duration: 0.3s;
}


@media screen and (min-width: 768px){
.br-sp {display: none; }
}

@media screen and (max-width: 768px){
.br-pc {display: none; }
}

@media screen and (max-width: 480px) {
  .main_imgBox {
	  height: 100vh;
	}
	
  .main_logo {
}
  .main_logo h2{
	  line-height: 1.2;
	  font-size: 2.8rem;
}

  .main_logo p{
	  font-size: 1.5rem;
	  line-height: 3rem
}
  .main_logo p span{
	  font-size: 2rem;
	  color: #fff;
	  display: inline-block;
	  background-color: red;
	  font-weight: 700;
	  padding: 0 0.5rem;
}

}

.slide001{
	background-image: url(../images/slide1.jpg)
}
.slide002{
	background-image: url(../images/slide1.jpg)
}


@media screen and (max-width: 480px) {
.slide001{
	background-image: url(../images/slide1sp.jpg)
}
.slide002{
	background-image: url(../images/slide2sp.jpg)
}


}

  .main_img {
    z-index:10;
	  opacity: 0;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 2s 0s 1;
    animation: anime 2s 0s 1; 
 animation-fill-mode:forwards;/*コレが最後停止*/}








@keyframes anime {
    0% {
        opacity: 0;
		transform: scale(1.1);
    }

    100% { opacity: 1;
	transform: scale(1);
	}
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
		transform: scale(1.1);
    }

    100% { opacity: 1;
	transform: scale(1);
	}
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color:#000;
	background-color: #fff;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    background: #000 url(../images/broken_noise.png) repeat;
  }
}

#page {
  position: relative;
  overflow-x: hidden;
  max-width: 1080px;
	margin: 0 auto;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #ea272d;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #ea272d;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 30px;
}

h1, h3, h4, h5, h6, figure {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}
h2 {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #ea272d;
}

::-moz-selection {
  color: #fff;
  background: #ea272d;
}

::selection {
  color: #fff;
  background: #ea272d;
}

.fh5co-nav {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1001;
  top: 0;
  padding: 14px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .fh5co-nav {
    position: absolute;
	  padding: 0;
  }
  .fh5co-nav a{
	  line-height: 1.2
  }
}
.fh5co-nav.scrolled {
  background: #a20000;
  top: -62px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fh5co-nav.scrolled {
    background: #a20000;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-nav.scrolled {
    background: transparent;
  }
}
.fh5co-nav #fh5co-logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-family: 'Ramabhadra', sans-serif; ;
  color: #fff !important;
}
.scrolled .fh5co-nav #fh5co-logo {
  color: #000 !important;
}
.fh5co-nav #fh5co-logo a {
  font-size: 32px;
  color: #fff !important;
}
.scrolled .fh5co-nav #fh5co-logo a {
  color: #000 !important;
}
.fh5co-nav #fh5co-logo a span {
  color: #ea272d;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
.fh5co-nav #fh5co-logo a {
  font-size: 20px;
	line-height: 1rem
}
}
.fh5co-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.fh5co-nav ul li a {
  padding: 30px 15px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.scrolled .fh5co-nav ul li a {
  color: rgba(0, 0, 0, 0.7);
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: white;
}
.scrolled .fh5co-nav ul li a:hover, .scrolled .fh5co-nav ul li a:focus, .scrolled .fh5co-nav ul li a:active {
  color: black;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #ea272d;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ea272d;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  font-size: 17px;
  padding: 2px 0;
  display: block;
  color: white;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.scrolled .fh5co-nav ul li.has-dropdown:hover a, .scrolled .fh5co-nav ul li.has-dropdown:focus a {
  color: rgba(0, 0, 0, 0.7);
}
.fh5co-nav ul li.active > a {
  color: #fff;
  position: relative;
}
.scrolled .fh5co-nav ul li.active > a {
  color: rgba(0, 0, 0, 0.7);
}

/*
.fh5co-nav ul li.active > a:after {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  content: '';
  width: 30px;
  height: 2px;
  background: #ea272d;
  margin: 0 auto;
}
*/

#fh5co-counter,
.fh5co-bg,
#fh5co-gallery .fh5co-bg-img,
#fh5co-gallery .fh5co-gallery_big,
.product {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

#fh5co-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    background-position: center center;
    background-attachment: scroll;
  }
}
#fh5co-header .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  #fh5co-header,
  .fh5co-cover {
    padding: 0;
  }
}
#fh5co-header .display-t,
.fh5co-cover .display-t {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-t,
  .fh5co-cover .display-t {
    padding: 3em 0;
  }
}
#fh5co-header .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc,
  .fh5co-cover .display-tc {
    padding: 3em 0;
  }
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 74px;
  font-size: 80px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
#fh5co-header .display-tc h1 em,
.fh5co-cover .display-tc h1 em {
  font-style: italic;
  font-weight: 600;
}
#fh5co-header .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-style: italic;
}
#fh5co-header .display-tc h2 a,
.fh5co-cover .display-tc h2 a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  position: relative;
}
#fh5co-header .display-tc h2 a:before,
.fh5co-cover .display-tc h2 a:before {
  background: #ea272d;
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
#fh5co-header .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 10px 30px;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc .btn,
  .fh5co-cover .display-tc .btn {
    width: 80%;
    margin: 0 auto;
  }
}
#fh5co-header .display-tc .btn.btn-learn,
.fh5co-cover .display-tc .btn.btn-learn {
  background: #fee856;
  border: none;
  color: #000 !important;
}
#fh5co-header .display-tc .btn.btn-learn:hover, #fh5co-header .display-tc .btn.btn-learn:focus,
.fh5co-cover .display-tc .btn.btn-learn:hover,
.fh5co-cover .display-tc .btn.btn-learn:focus {
  background: rgba(254, 232, 86, 0.9) !important;
  color: #000 !important;
}
#fh5co-header .display-tc .btn:hover, #fh5co-header .display-tc .btn:focus,
.fh5co-cover .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:focus {
  color: #fff !important;
}
#fh5co-header .display-tc .btn.btn-demo,
.fh5co-cover .display-tc .btn.btn-demo {
  background: #ea272d;
  border: none;
}
#fh5co-header .display-tc .btn.btn-demo:hover, #fh5co-header .display-tc .btn.btn-demo:focus,
.fh5co-cover .display-tc .btn.btn-demo:hover,
.fh5co-cover .display-tc .btn.btn-demo:focus {
  background: rgba(234, 39, 45, 0.9) !important;
  color: #fff !important;
}
#fh5co-header .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #ea272d !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

.fh5co-section {
  padding: 7em 1em;
}
@media screen and (max-width: 480px) {
  .fh5co-section {
    padding: 3em 0;
  }
}
.fh5co-section p {
  color:#000;
  font-size: 18px;
  line-height: 1.5;
}

.section-heading {
  width: 100%;
  margin-bottom: 50px;
}

.section-heading ul{
	padding: 0; margin: 0;
}

.section-heading ul li{
	list-style: none;
	width:95%;
	border: solid 1px #000;
	background-color: #fff;
	padding: 1.2rem;
	margin: 1rem auto 5rem;
	text-align: center;
	position: relative;
}

.section-heading ul li::after{/*疑似要素*/
  content: '▼';
  color: gray; /*文字色*/
  font-size: 2em; /*2倍サイズ*/
  display: block; /*改行するように*/
	position: absolute;
	top: 6rem;
	left: 50%;
	transform:translate(-50%,0);
}

@media screen and (max-width: 480px) {
.section-heading ul li{
	font-size: 16px;
}
.section-heading ul li::after{/*疑似要素*/
	top: 9rem;
}
}

.section-heading ul li:last-child::after{
  content: none;
}


#hero{
	background-color: #19191C;
	color: #000;
}

h3.sub-tit{
	color: #fff;
	font-family: "Noto Sans JP";
	font-weight:bolder;
	font-size: 1.7em;
	line-height: 1.6;
}
h3.sub-tit-2{
	color: #000;
	font-family: "Noto Sans JP";
	font-weight:bolder;
	font-size: 1.7em;
	line-height: 1.6;
}


h4.sub-tit{
	color: #000;
	font-family: "Noto Sans JP";
	font-weight:bolder;
	font-size: 1.4em;
	line-height: 1.6;
}

#hero p{
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.2em;
	line-height: 2;
}

@media screen and (max-width: 480px) {
h3.sub-tit{
	font-size: 1.2em;
	line-height: 1.2;
}
#hero p{
	font-size: 0.7em;
	line-height: 2.5;
}
}

#fh5co-about{
	background-color: #f4f4f4;
	color: #000;
}

#fh5co-about .img-wrap{
	padding-right: 30px
}

#fh5co-about .img-wrap img {
  margin-bottom: 30px;
	max-width: 100%;
}
@media screen and (max-width: 992px) {
  #fh5co-about .img-wrap img {
    max-width: 100%;
  }
}


#fh5co-featured-menu{
	color: #000;
	margin: auto;
}

.message-box{
	padding: 0;
	border: 1px solid #000;
	margin: 1rem;
}

.message-box::after{
    content: "";
    clear: both;
    display: block;
}

.message-box div{
	float: left
}

.message-box div.ari{
	width: 47%;
	height: 320px;
	background: url("../images/gallery_9.jpeg") no-repeat center top;
	background-size: cover;
	padding: 0; margin: 0;
}

.message-box div.era{
	width: 47%;
	height: 320px;
	background: url("../images/gallery_8.jpeg") no-repeat center top;
	background-size: cover;
	padding: 0; margin: 0;
}

.message-box div.nakata{
	width: 47%;
	height: 320px;
	background: url("../images/gallery_7.jpeg") no-repeat center top;
	background-size: cover;
	padding: 0; margin: 0;
}

.message-box div.take{
	width: 47%;
	height: 320px;
	background: url("../images/gallery_6.jpeg") no-repeat center top;
	background-size: cover;
	padding: 0; margin: 0;
}

.message-box div.shima{
	width: 47%;
	height: 320px;
	background: url("../images/gallery_5.jpeg") no-repeat center top;
	background-size: cover;
	padding: 0; margin: 0;
}

.message-box .w-50{
	width: 53%;
	padding: 2rem 1.4rem; margin: 0;
}

.message-box .w-50 h4.sub-tit{
	font-size: 1.2em;
	margin-bottom: 15px;
}
.message-box .w-50 p{
	font-size:14px;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

@media screen and (max-width: 480px) {
.message-box div.ari, .message-box div.era, .message-box div.nakata, .message-box div.take, .message-box div.shima{
	width: 100%;
	height: 240px;
	}
.message-box .w-50{
	width: 100%;
}
}

#fh5co-featured-menu .fh5co-heading, #fh5co-gallery .fh5co-heading, #fh5co-reservation-form .fh5co-heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #fh5co-featured-menu .fh5co-heading, #fh5co-gallery .fh5co-heading, #fh5co-reservation-form .fh5co-heading {
    margin-bottom: 50px;
  }
}
#fh5co-featured-menu .fh5co-heading h2, #fh5co-gallery .fh5co-heading h2, #fh5co-reservation-form .fh5co-heading h2 {
  color: #fff;
  font-family: "Satisfy", cursive;
}
#fh5co-featured-menu .fh5co-item-wrap, #fh5co-gallery .fh5co-item-wrap, #fh5co-reservation-form .fh5co-item-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
#fh5co-featured-menu .fh5co-item, #fh5co-gallery .fh5co-item, #fh5co-reservation-form .fh5co-item {
  float: left;
  width: 100%;
  backround: #fff;
}
#fh5co-featured-menu .fh5co-item.margin_top, #fh5co-gallery .fh5co-item.margin_top, #fh5co-reservation-form .fh5co-item.margin_top {
  margin-top: 150px;
}
@media screen and (max-width: 480px) {
  #fh5co-featured-menu .fh5co-item.margin_top, #fh5co-gallery .fh5co-item.margin_top, #fh5co-reservation-form .fh5co-item.margin_top {
    margin-top: 0;
  }
}
#fh5co-featured-menu .fh5co-item h3, #fh5co-gallery .fh5co-item h3, #fh5co-reservation-form .fh5co-item h3 {
  margin-bottom: 0px;
  color: #fff;
}
#fh5co-featured-menu .fh5co-item .fh5co-price, #fh5co-gallery .fh5co-item .fh5co-price, #fh5co-reservation-form .fh5co-item .fh5co-price {
  font-style: 20px;
  color: #fee856;
  margin-bottom: 20px;
  font-size: 30px;
  display: block;
}
#fh5co-featured-menu .fh5co-item img, #fh5co-gallery .fh5co-item img, #fh5co-reservation-form .fh5co-item img {
  margin-bottom: 30px;
}



#form-wrap {
  border: 4px solid rgba(255, 255, 255, 0.04);
  padding: 30px;
}
#form-wrap .form-group:last-child {
  margin-bottom: 0 !important;
}

#fh5co-featured-testimony {
  border: none !important;
	color: #fff;
	background: rgba(6,25,42,1.00)
}


#fh5co-featured-testimony h3.sub-tit{
	color: #fff;
	margin-bottom: 3rem;
}

#fh5co-featured-testimony p{
	color: #fff;
}

table.requir{
  width: 100%;
  border-spacing: 0;
	font-size: 16px;
}

table.requir th{
  border-bottom: solid 2px #fde72f;
  padding: 10px 5px;
}

table.requir td{
  border-bottom: solid 2px #ddd;
  padding: 10px 5px;
}

#fh5co-featured-testimony div.send{
	border: #fff 1px solid;
	padding: 2rem;
	width: 90%; max-width: 500px;
	margin:0 auto 6rem;
	font-family: "Noto Sans JP";
	font-weight: 400;
}


#fh5co-featured-testimony .fh5co-heading {
}
@media screen and (max-width: 768px) {
  #fh5co-featured-testimony .fh5co-heading {
    margin-bottom: 50px;
  }
}
#fh5co-featured-testimony .fh5co-heading h2 {
  color: #fff;
  font-family: "Satisfy", cursive;
}
#fh5co-featured-testimony .img-to-responsive img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #fh5co-featured-testimony .img-to-responsive img {
    max-width: 100%;
  }
}
#fh5co-featured-testimony blockquote {
  border: none;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  #fh5co-featured-testimony blockquote {
    margin-top: 0;
  }
}
#fh5co-featured-testimony blockquote p {
  font-size: 40px;
  line-height: 50px;
  font-style: italic;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 992px) {
  #fh5co-featured-testimony blockquote p {
    font-size: 30px;
    line-height: 40px;
  }
}
#fh5co-featured-testimony blockquote .author {
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
}
@media screen and (max-width: 992px) {
  #fh5co-featured-testimony blockquote .author {
    color: rgba(255, 255, 255, 0.3);
  }
}



.fh5co-bg-section {
  background: rgba(234, 39, 45, 0.03);
}

#fh5co-slider,
#fh5co-about,
#fh5co-wireframe,
#fh5co-started,
#fh5co-portfolio,
#fh5co-blog,
#fh5co-content-section,
#fh5co-contact,
#fh5co-footer {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-slider,
  #fh5co-about,
  #fh5co-wireframe,
  #fh5co-started,
  #fh5co-portfolio,
  #fh5co-blog,
  #fh5co-content-section,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
}

#fh5co-content {
  border-bottom: 2px solid rgba(234, 39, 45, 0.1);
}

#fh5co-started {
  border-bottom: none;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #ea272d;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

#fh5co-started {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
#fh5co-started .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}


#fh5co-started .fh5co-heading {
  margin-bottom: 0;
}


.member {
  width: 100%;
  float: left;
}
.member .author {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}
.member .desc {
  width: 80%;
  margin: 0 auto;
  margin-top: 4em;
}
.member .desc h3 {
  margin-bottom: 10px;
}
.member .desc span {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
}



.fh5co-team {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .fh5co-team {
    border-right: 0;
    margin-bottom: 80px;
  }
}
.fh5co-team h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.fh5co-team figure {
  position: relative;
  top: 0px;
  background-size: cover;
  margin-bottom: 20px;
}
.fh5co-team figure img {
  width: 150px;
  height: 150px;
  border: 10px solid #fff;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-team > div {
  padding: 30px 30px 0 30px;
}
.fh5co-team > div h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #ea272d;
}
.fh5co-team > div .position {
  color: #d9d9d9;
  margin-bottom: 30px;
}
.fh5co-team > div,
.fh5co-team blockquote {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.fh5co-team > div p,
.fh5co-team blockquote p {
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.fh5co-team span {
  color: #b3b3b3;
}

#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-footer-links {
    margin-bottom: 30px;
  }
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .fh5co-footer-links li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
  color: #ea272d;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}
#fh5co-footer .fh5co-widget h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
}
#fh5co-footer .copyright .block {
  display: block;
	color:rgba(114,114,114,1.00);
}
#fh5co-footer h2 {
	color:#fff;
	font-size: 4rem;
	font-family: "Noto Sans JP";
}

#fh5co-footer a {
	font-size: 2rem;
	font-family: "Noto Sans JP";
	color: #337ab7;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
  color: #fff;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.3);
}
.contact-info li a {
  color: #fff;
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #000 url(../images/broken_noise.png) repeat;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #fh5co-offcanvas {
    background: #000 url(../images/broken_noise.png) repeat;
	  color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
	font-family: "Noto Sans JP";
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ebfc";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}



.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 10px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #ea272d;
  color: #fff;
  border: 2px solid #ea272d;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ec3e44 !important;
  border-color: #ec3e44 !important;
}
.btn-primary.btn-outline {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px !important;
  letter-spacing: 1px;
  border: 2px solid #ea272d;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #ea272d;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-group {
  margin-bottom: 30px !important;
}
.form-group label {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  height: 54px;
  font-size: 20px;
  font-weight: 300;
  font-family: "Satisfy", cursive;
  color: #fff;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff;
}

textarea {
  resize: vertical;
  overflow: auto;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.bootstrap-datetimepicker-widget {
  color: #000 !important;
}

/* チケット */
ul.price-box{
	list-style: none;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.3;
	padding: 0;
}
ul.price-box li{
	font-weight: 600;
	border-bottom: #000 dotted 1px;
	padding: 1rem;
}
ul.price-box li:last-child{
	border-bottom:none;
	font-weight: 400;
	font-size: 0.8em;
}
ul.price-box li span{
	color:rgba(22,62,104,1.00)
}
ul.price-box li span.chui{
	color:#000;
	font-weight: 400;
	font-size: 0.8em;
	
}


/* プレイガイド */
ul.pg-box{
	list-style: none;
	font-family: 'Noto Sans JP', sans-serif;
	border: 1px #000 solid;
	padding: 1.5rem;
}
ul.pg-box li{
	font-weight: 400;
	padding: 0.6rem;
	font-size:0.8em; 
	line-height: 1.3;
}
.next-plan{
  justify-content: center;
  align-items: center;
  width: 100%;
display: flex;
flex-direction: column;
}

.next-plan h3{
	text-align: center;
	padding-top: 3rem;
	margin: 0;
}
.container-scroll {
  position: relative;
	margin: auto;
  width: 24px;
  height: 24px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

/* TAOとは */
.parallax {
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 6% 5%;
	flex-direction: column;
}

.parallax:before{
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/shima-tatsu1.jpg") no-repeat center / cover;
  z-index: -1;
}

.parallax h3{
	color: #fff;
	font-size: 2em;
}
.parallax p{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	line-height: 2.5em;
}
@media screen and (max-width: 480px) {
.parallax p{
	font-size: 14px;
	line-height: 2em;
}
}

.parallax2 {
  box-sizing: border-box;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6% 5%;
	flex-direction: column;
	background: url("../images/bg-era.jpg") no-repeat center / cover;
}


.parallax2 h3 img{
	width: 300px;
}

.parallax2 p{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	line-height: 2em;
	font-size: 1.1em;
}
.parallax2 p.credit{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: center;
	line-height: 1.5em;
	font-size: 0.7em;
	color: #9F9F9F;
}


@media screen and (max-width: 480px) {
.parallax2 p{
	font-size: 14px;
	line-height: 2em;
}
.parallax2 h3 img{
	width: 200px;
}
}

.fh5co-section h4{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 2em;
}

.foot{
	background-color: #000;
}
.map-box{
	margin-bottom: 10rem;
	
}
.set-plan {
    background-color: rgba(218, 215, 200, 1.00);
    padding: 3rem 0;
    margin: 4rem;
}
@media screen and (max-width: 480px) {
.set-plan{

	margin: 2rem 1rem;
}
}
.set-plan div.imgbox{
	margin:0;
	padding: 6px 0 5px 5px;
	width: 100%;
}

.set-plan h3{
	color: rgba(111,97,56,1.00);
	font-size: 2.5rem;
	margin: 0 0 2rem;
}
.set-plan h4{
	margin-bottom: 0;
	color: rgba(106,1,3,1.00);
}
.set-plan p{
	margin-bottom: 0;
	color: rgba(106,1,3,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 0.8em;
}
.set-plan ul{
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0;
	padding: 0;
}

.set-plan ul li{
	border-bottom: 1px rgba(107,107,107,1.00) dotted;
	font-size: 1.5rem;
	padding: 0.8rem;
	line-height: 1.4;
}
.set-plan ul li:last-child{
	line-height: 1.6;
	text-align: center;
}
.set-plan ul li span{
	font-size: 1.2rem;
}

.set-plan a.bot-set{
	display: inline-block;
	background-color: rgba(51,26,2,1.00);
	margin: 1rem 0;
	padding: 1.5rem;
	color: rgba(255,249,187,1.00)
}

.set-plan a.bot-set:hover{
	background-color:rgba(92,13,2,1.00);

}


table.tbl-r02 {
  margin: 20px auto;
	position: relative;
}
.tbl-r02 th {
  background: #794bd6;
  border: none;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
	border-right: solid 1px #ccc;
  padding: 10px 20px;
	text-align: left;
}
.tbl-r02 td:first-child {
	border-left: solid 1px #ccc;
	color: rgba(33,94,136,1.00);
}
.tbl-r02 td:first-child span{
	color: #454545;
	font-size: 0.8em;
}
.tbl-r02 td:last-child {
	text-align: center;
}

.tbl-r02 td span.area-kyushu {
	color:rgba(175,144,104,1.00);
	font-size: 0.8em;
}
td.city{
	min-width:390px;
}
.tbl-r02 tr:first-child {
	border-top: solid 1px #ccc;
}

.tbl-r02 tr {
	border-bottom : solid 2px #2f2f2f;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 98%;
	  position: relative;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    display: block;
	  position: relative;
  }
  .tbl-r02 td {
	border-right: none;
    border-top: solid 1px #ccc;
  }
.tbl-r02 td:first-child {
	border-left: none;
	
	font-weight: 700;
}
	td.city{
	min-width:10px;
}
.tbl-r02 tr {
	position: relative;
}
.tbl-r02 tr:first-child {
	border-top: solid 2px #2f2f2f;
}
}

div.sche-wrap{
	width: 43%;
	margin: 1rem 2rem;
	display: inline-block;
	background:rgba(228,226,216,1.00);
}

.ev-waku{
	border: 1px solid #ccc;
	padding: 5rem 3rem 3rem;
}
#hero .ev-waku p{
	text-align: left;
	font-size: 0.8em;
	line-height: 1.6;
}
#hero .ev-waku p strong{
	color: rgba(115,4,5,1.00)
}

.detail-link2 {
	width: 95%;
  font-size: 2.1rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
	border-bottom: black dotted 2px;

}



a.detail-link3 {
	width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  color: #fff;
  border: 4px white solid;
	margin-bottom: 4rem
}

a.detail-link3:hover {
  border: 4px #ccc100 solid;
}

div.area-box{
	display: inline-block;
	background: black;
	font-size: 1.7rem;
	font-weight: 500;
	text-align: center;
	padding: 2px 5px 4px;
	color: white;
	vertical-align: middle;
}
div.bot-box{
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	width: 70%;
}
div.bot-box a{
	color: black;
	  background-color: #fff100;
	padding: 0.5rem 1rem;
	width: 100%;
	display:block;
}
div.bot-box a:hover{
	color: red;
}
div.bot-box a:first-child{
	  background-color: #4dd7ff;
	margin-bottom: 10px;
}
div.bot-box a:last-child{
	  background-color: #fff100;
}

div.sche-info{
	color:rgba(50,50,50,1.00);
	font-size: 1.6rem;
	width: 95%;
	margin: auto;
	padding: 0.5rem 0 0.8rem;
}
div.sche-info span{
	color: #00a9da;
}

.link-wrap{
	width: 98%;
	max-width: 900px;
	margin: auto;
	position: relative;
}

.last-bot-inner{
	width: 43%;
	margin: auto;
}

@media screen and (max-width: 640px) {
	
div.sche-wrap{
	width: 95%;
	margin:0 0 1rem
}
.last-bot-inner{
	width: 100%;
	margin: auto;
}	
	
}

a.sc-dw {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  color: #000;
  border-radius: 50%;
  width: 120px;
  height: 120px;
	line-height: 120px;
	background: #fff20a;
  padding: 0;
  -webkit-box-shadow: 0 5px 0 #e6d900;
  box-shadow: 0 5px 0 #e6d900;
}

a.sc-dw:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-box-shadow: 0 2px 0 #e6d900;
  box-shadow: 0 2px 0 #e6d900;
}

.last-bot{
	background-color: #fff
}

a.fesbanner{
	width: 80%;
	display: block;
	margin: auto;
}

.tokuwari{
	border: 1px solid #ccc;
	padding: 2rem;
	margin-bottom:1rem;
}
.tokuwari h4{
	font-size: 1.2em;
	font-weight: bold;
	color: #3675DC;
	margin: 0;
}
#hero .tokuwari p{
	font-size: 1em;
	margin: 0;
}
@media screen and (max-width: 480px) {
#hero .tokuwari p{
	font-size: 1em;
	margin: 0;
	line-height: 1.5
}
}
#hero .tokuwari p span{
	color: #FE3E00;
	font-weight: bold;
}

 h2.main-tit {
  padding: 1rem 2rem;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
	 font-weight: 700;
}
@media screen and (max-width: 480px) {
 h2.main-tit {
	 padding: 1rem;
	 font-size: 1.1em;
	  font-weight: 500;
	 line-height: 1.4em;
}
}

iframe.future-mov{
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
max-width: 800px;
display: block;
margin: auto;
}


.quo{
    display: flex;
    list-style: none;
	text-align: left;
	padding: 2rem;
	margin-top: 3rem;
	background: #fff;
	font-size: 0.8em;
}
.quo li{
list-style: none;
}

.quo li:nth-child(2){
	width: 50%;
	padding: 1rem;
}

.campain{
	padding: 3rem;
	margin-top: 3rem;
}
.campain li{
	list-style: none;
}
/*.campain h3 {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}*/
#hero .campain h4 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  font-size: 1.5em;
	font-weight: 800;
	margin-bottom: 5px;
	color: #FF6C00;
}
#hero .campain p {
  padding: 0;
  color: #fff;/*文字色*/
  background: transparent;/*背景透明に*/
  font-size: 1.1em;
  margin: 0;
	line-height: 1.5;
}
#hero .campain .ward{
	padding: 0;
  color: #000;/*文字色*/
  background: transparent;/*背景透明に*/
  font-size: 1.1em;
  margin: 0;
	line-height: 1.5;
}

@media screen and (max-width: 480px) {
.campain{
	padding: 1rem;
	margin-top: 3rem;
}
#hero .campain h4 {
line-height: 1.5em;
}
.quo{
 flex-direction: column;
}
.quo li:nth-child(2){
	width: 100%;
	padding: 1rem 0;
}
}

div.playguide{
	padding:3rem 0;
}
div.playguide h3{
	color: #fff;
	font-size: 0.8em;
}
div.playguide div.sche-info{
	color: #fff;
	border-top: 1px dotted #ccc;
	font-size: 0.8em;
}
div.playguide div.sche-info span{
	color: #D5CBAF;
}


.t-w{
	color: #fff
}

.subtit h2{
	text-align: center;
}

	#main {
		background-color: #ffffff;
		position: relative;
		margin: 0 auto;
		z-index: 2;
	}

	#main h2{
    letter-spacing: 0.01em;
    margin-bottom: 0.5rem;
    color: #23557B;
    font-family: 'Zen Old Mincho', serif;
	}

		#main > * {
			padding: 4rem 4rem 2rem 4rem ;
			border-top: solid 2px #eeeeee;
			margin: 0;
		}

			#main > *:first-child {
				border-top: 0;
			}
			#main > *:nth-child(2) {
				border-top: 0;
				padding: 0 4rem 2rem 4rem
			}

		#main > footer {
			text-align: center;
		}

		#main > .post {
			padding: 8rem 8rem 6rem 8rem ;
		}

		#main > .future-about {
			padding: 0 ;
			background: #000;
			color: #fff;
			padding-bottom: 5rem;
		}

			#main > .post header.major > .date {
				margin-top: -2rem;
			}

			#main > .post header.major > h1, #main > .post header.major h2 {
				font-size: 4rem;
				line-height: 1.1;
				margin: 0 0 2rem 0;
			}

			#main > .post.featured {
				text-align: center;
			}

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

				#main > .post {
					padding: 6rem 4rem 4rem 4rem ;
				}

			}

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

				#main > .post {
					padding: 4rem 2rem 2rem 2rem ;
				}

					#main > .post header.major > .date {
						margin-top: -1rem;
						margin-bottom: 2rem;
					}

					#main > .post header.major > h1, #main > .post header.major h2 {
						font-size: 2.5rem;
						line-height: 1.2;
						margin: 0 0 1.5rem 0;
					}

			}

		#main > .posts {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-moz-align-items: -moz-stretch;
			-webkit-align-items: -webkit-stretch;
			-ms-align-items: -ms-stretch;
			align-items: stretch;
			text-align: center;
			width: 100%;
			padding: 0;
		}

			#main > .posts > * {
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
			}

			#main > .posts > * {
				width: 50%;
			}

			#main > .posts > * {
				padding: 2rem;
				width: 50%;
			}

			#main > .posts > article {
				border-color: #eeeeee;
				border-width: 1px;
				border-style: solid;
				text-align: center;
			}

				#main > .posts > article > :last-child {
					margin-bottom: 0;
				}

				#main > .posts > article:nth-child(2n - 1) {
					border-left-width: 0;
				}


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

				#main > .posts > * {
					width: 50%;
				}

				#main > .posts > * {
					padding: 2.5rem;
					width: 50%;
				}

			}

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

				#main > .posts > * {
					width: 100%;
				}

				#main > .posts > * {
					padding: 2rem;
					width: 100%;
				}

				#main > .posts > article:nth-child(2n - 1) {
					border-left-width: 2px;
				}

				#main > .posts > article:nth-child(-n + 2) {
					border-top-width: 2px;
				}

				#main > .posts > article:nth-child(n) {
					border-left-width: 0;
				}

				#main > .posts > article:nth-child(-n + 1) {
					border-top-width: 0;
				}

				#main > .posts > article .image {
					max-width: 25rem;
					margin-left: auto;
					margin-right: auto;
				}

			}

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

			#main > * {
				padding: 2rem 2rem 0.1rem 2rem ;
			}

		}

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

			#main {
				width: 100%;
			}

		}

	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		border: 0;
		border-radius: 0;
		cursor: pointer;
		display: inline-block;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-weight: 900;
		letter-spacing: 0.075em;
		line-height: 3rem;
		padding: 1rem 2rem;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.button {
		background-color: transparent;
		box-shadow: inset 0 0 0 2px #212931;
		color: #212931 !important;
	}

		.button:hover {
			box-shadow: inset 0 0 0 2px #18bfef;
			color: #18bfef !important;
		}

		.button.primary {
			background-color: #212931;
			box-shadow: none;
			color: #ffffff !important;
		}

			.button.primary:hover {
				background-color: #18bfef;
			}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1rem;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1rem;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3rem 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100%);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

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

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1rem 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}

		}


.sche-tit h3 {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.1;
    font-family: 'Zen Old Mincho', serif;
	margin: 1rem 0;
	color: #79090B;
}
.sche-tit p {
    font-family: 'Sawarabi Gothic', sans-serif;
    line-height: 1.5em;
	font-size: 0.8em;
	margin-bottom: 2rem;
}

.kikaku-wrap{
	background: linear-gradient(220.55deg, #FFDC99 0%, #fff 40%);
	position: relative;
}
#main .kikaku-wrap h2{
	color: #f07905;
	
}

.quo-wrap{
	background: linear-gradient(220.55deg, #ccdbf8 0%, #fff 40%);
	position: relative;
}
#main .quo-wrap h2{
	color: #2b80ff;
}

.jojo-wrap{
	background: linear-gradient(220.55deg, #eecdcd 0%, #fff 40%);
	position: relative;
}
#main .jojo-wrap h2{
	color:#6E0809;
}

.saga-wrap{
	background: linear-gradient(220.55deg, #d5fff4 0%, #fff 40%);
	position: relative;
}
#main .saga-wrap h2{
	color:#09513e;
}

.oita-wrap{
	background: linear-gradient(220.55deg, #bfa5d6 0%, #fff 40%);
	position: relative;
}
#main .oita-wrap h2{
	color:#6e19b9;
}
.kagoshima-wrap{
	background: linear-gradient(220.55deg, #b8d89c 0%, #fff 40%);
	position: relative;
}
#main .kagoshima-wrap h2{
	color:rgba(70,163,0,1.00);
}
.kumamoto-wrap{
	background: linear-gradient(220.55deg, #eacbcb 0%, #fff 40%);
	position: relative;
}
#main .kumamoto-wrap h2{
	color:rgba(123,0,2,1.00);
}
.kurume-wrap{
	background: linear-gradient(220.55deg, #eae5cb 0%, #fff 40%);
	position: relative;
}
#main .kurume-wrap h2{
	color:rgba(122,99,16,1.00);
}
.nagasaki-wrap{
	background: linear-gradient(220.55deg, #f0cdb6 0%, #fff 40%);
	position: relative;
}
#main .nagasaki-wrap h2{
	color:#e65c00;
}


.kikaku{
	width: 100%;
	margin: auto;
}

.furusato-box{
	display: flex;
	align-items:center;
	width: 100%;
	margin: 1rem 0;
}

.furusato-box div.item-box{
   width: 50%;
	padding: 0 1rem;
}

.furusato-box p{
	margin-bottom: 1rem;
	font-size: 14px;
	border-bottom: 1px dotted rgba(0,0,0,0.50);
	padding-bottom: 1rem;
}
.furusato-box p:last-child {
	border-bottom:none;
}
.furusato-box p span{
	font-size: 1.3em;
	font-weight: bold;
	color: #f07905;
}
.furusato-box p span.kome{
	font-size: 0.8em;
	font-weight:inherit;
	color:#202020;
}

span.red-t{
	font-weight: bold;
	color: red;
}

a.Alink{
	display: inline-block;
	max-width: 600px;
	color: #fff;
	background-color:  #FF8600;
	padding: .5rem 1rem;
	margin-top: 1rem
}

div.ribon{
	width: 90px;
	height: 90px;
	position: absolute;
	top:0; left:0;
	z-index: 999
}

.pv-tit{
	color: #fff;
	padding: 0.5rem 0;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.kikaku{
	width: 95%;
}
	.furusato-box div.item-box{
   font-size: 0.8em;
		width: 100%;
		padding-top: 1rem;
}
.furusato-box{
	flex-direction: column;
}

#main .kikaku-wrap h3, #main .quo-wrap h3, #main .jojo-wrap h3, #main .saga-wrap h3, #main .kurume-wrap h3, #main .nagasaki-wrap h3, #main .kagoshima-wrap h3, #main .oita-wrap h3, #main .kumamoto-wrap h3{
	font-size: 1em;
}
#main .kikaku-wrap, #main .quo-wrap, #main .jojo-wrap, #main .saga-wrap, #main .kurume-wrap, #main .nagasaki-wrap, #main .kagoshima-wrap, #main .oita-wrap, #main .kumamoto-wrap{
	padding: 6rem 1rem;
}
	
.pv-tit{
	font-size: 0.8em;
}

}

.background-hinoko {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 12;
}

.lh-14{
	line-height: 1.3;
}


	