@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */

html { scroll-behavior: smooth;}

img {
	max-width: 100%;
}  

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

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

}

  .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 {
	  margin-top: 2rem;
	  height: 95vh;
	}
	
  .main_logo {
	      top:84%;
}
  .main_logo h2{
	  line-height: 1.1;
}

  .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;
}
	header{
		background-color: #a20000
	}
	
}

.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;
  width: 100%;
  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;
  font-style: 18px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  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: 2.3em 0 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 0;
}
@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: #fff;
	color: #000;
}

h3.sub-tit{
	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{
	background-color: #fff;
	color: #000;
}

.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: 30px;
}

#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";
}

.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;
  }
}
@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;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
	top:15px;
  }
}

.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: 100%;
  padding: 6% 5%;
	flex-direction: column;
	
}
.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: 16px;
	line-height: 2em;
}
}

.about{background: #000;}


.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 #000;
  border-bottom: 5px solid #000;
	 font-weight: 700;
}

