@charset "UTF-8";
@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;
}
/* ==========================================================================
*	Global Styles
========================================================================== */
body {
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Roboto, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #000;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #4AE3B5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #4AE3B5;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
small, .small {
/*     font-size: 70%; */
}
/* ==========================================================================
*	Typography
========================================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #000;
/*   font-family: "Work Sans", Arial, sans-serif; */
  font-weight: 400;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

::-webkit-selection {
  color: #fff;
  background:#8398d7;
}

::-moz-selection {
  color: #fff;
  background:#8398d7;
}

::selection {
  color: #fff;
  background:#8398d7;
}

/* ==========================================================================
*	Header Style
========================================================================== */
#header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 20px;
}
#header h1 {
    margin:0;
}

#header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#header #navbar {
	clear:right;
    
}
@media screen and (min-width: 992px) {
	#header #navbar ul {
		margin-top:15px;
	}
}
#header #navbar li a {
  color: #fff;
  position: relative;
  font-size:18px;
  padding:10px 12px;
  font-weight:500;
}

#header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
/*   bottom: 0; */
  bottom: -10px;
  left: 0;
  background-color:#fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#header #navbar li a:hover {
  color: #fff;
}
#header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#header #navbar li.active a {
  background: transparent;
  background: none;
  color: #fff;
}
#header #navbar li.active a img,
#header.navbar-fixed-top #navbar li a img,
#header #navbar li a span img {
  width:20px;
	height:20px;
  vertical-align:top;
  
}
#header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#header .navbar-brand {
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 400;
  padding-left: 0;
  color: #fff;
}
#header .navbar-brand span {
  color: #4AE3B5;
}
#header.navbar-fixed-top {
/*position: fixed !important;*/
/*   background: #fff; */
  background:rgba(35,26,106,0.7);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
  padding: 15px 0;
}
#header.navbar-fixed-top .navbar-brand {
  color: #4AE3B5;
}
#header.navbar-fixed-top #navbar li a {
/*   color: rgba(0, 0, 0, 0.5); */
	color:#fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#header.navbar-fixed-top h1 img {
	width: 90%; 
}
#header.navbar-fixed-top #navbar li a:hover {
  color: #fff;
}
#header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #4AE3B5;
}
#header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

#header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#header .navbar-default .brand-slogan em {
  color: #4AE3B5;
  font-style: normal;
}
#header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
  background: #fff;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  /*
  *display: inline;
  */
  width: 25px;
  height: 3px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

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

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

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

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

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

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

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

.nav-toggle {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
/***
*	Dropdown Menu
*******************************************/
.dropdown-menu {
  border: 2px solid #fff;
  background: rgba(255,255,255,.15);
  min-width: 200px;
  padding: 10px 5px;
}
.dropdown-menu:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 20%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.nav .open > a, .nav .open > a:hover,
.nav .open > a:focus {
  color: #555;
  background-color:rgba(255,255,255,0) !important;
}

.dropdown-menu> li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: rgba(255,255,255,0) !important;
}

.dropdown-submenu .dropdown-menu {
  top: 0px;
  left: 100% !important;
    margin-top: -3px !important;
/*     margin-left: -1px; */
  border-radius: 0px 6px 6px;
  min-width: 230px;
}
.dropdown-submenu .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 20%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: none;
  border-width: none;
  border-color: none;
}
#header #navbar li .dropdown-menu a span::before {
  bottom: -3px;
}

@media screen and (max-width: 992px) {
  #header #navbar ul .dropdown-menu {
	margin:0;
  }
}

#header.navbar-fixed-top .dropdown-menu,
#header.about-nav .dropdown-menu {
  border: 2px solid #231a6a;
  background: rgba(255,255,255,1);
  min-width: 230px;
  padding: 10px 5px;
}
#header.navbar-fixed-top .dropdown-menu::after,
#header.about-nav .dropdown-menu ::after  {
    border-color: transparent transparent #231a6a transparent;
}
#header.navbar-fixed-top #navbar li .dropdown-menu a,
#header.about-nav #navbar li .dropdown-menu a {
  color: #231a6a;
}
#header.navbar-fixed-top #navbar li .dropdown-menu a span::before,
#header.about-nav #navbar li .dropdown-menu a span::before {
  background-color: #231a6a;
}
/***
*	headNavi
*******************************************/
#header #Mobile-headNavi {
  display:none;
}
#headNavi::before{
  display: table;
  content: " ";    
}
#headNavi::after {
  clear: both;    
}
#searchForm,
#headNavi input#search-form {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 30px;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding:0 7px;
  border: none !important;
}
#searchForm input[type="submit"],
#headNavi button.search-submit[type="submit"] {
  background: url("../image/basic/magnifier.png") no-repeat 50% 50%;
  border: 0;
  text-indent: -99999em;
  position: absolute;
  top: 3px;
  right: 5px;
  width: 28px;
  height: 23px;
  outline: none;
}
#searchForm .search-field {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 80%;
  height: 22px;
  border: 0;
  font-size: 108%;
  line-height: 22px;
  outline: none;
  background: transparent;
  border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
}
body {
  overflow-x: hidden;
}
/* 
.owl-carousel-main .owl-stage-outer {
  overflow: visible;
} */

/* ==========================================================================
*	Hero Style
========================================================================== */
#hero {
  margin-bottom: 0;
  background: #fff url(../images/loader.gif) no-repeat center center;
  margin-bottom: 0 !important;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#hero .btn {
  font-size: 24px;
}
#hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
#hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(35, 26, 106, 0.55);
  z-index: 1;
}
#hero .flexslider .flex-control-nav {
  bottom: 60px;
  z-index: 1000;
  right: 20px;
  width: 25px;
  float: right;
}
#hero .flexslider .flex-control-nav li {
  display: block !important;
  margin-bottom: 20px;
  float: right;
}
#hero .flexslider .flex-control-nav li a {
  display: block !important;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border: 2px solid transparent;
}
#hero .flexslider .flex-control-nav li a:active, #hero .flexslider .flex-control-nav li a:focus {
  outline: none;
  border: 2px solid white !important;
}
#hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  border: 2px solid white;
  background: transparent;
}
#hero .flexslider .flex-direction-nav {
  display: none;
}
#hero .flexslider::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0) url("../image/bg/raster.png") repeat scroll 0 0;
  z-index: 500;
}

/***
*	gotToNextSection
*******************************************/
.learn-more {
  position: absolute;
	bottom: 5%;
  left: 50%;
  z-index: 12;
  text-align: center;
}
.learn-more a {
  display: block;
	width: 55px;
}
.learn-more a img {
	max-width:100%;
	height:auto;   
}
/***
*	Top image logo
*******************************************/
#index-logo {
	width: 100%;
	position: absolute;
	left: 0;
	top: 35%;
	margin-top: -96px;
	z-index: 10;
}

#index-logo div {
	width:100%;
	margin: 0 auto;
  text-align: center;
}
#index-logo div img {
	max-width: 100%;
	height:auto;
    
}

@media screen and (max-width: 992px) {
  #index-logo {
    top: 50%;
  }
  #index-logo div img {
	width: 50%;
	height:auto;  
  }
}
@media screen and (max-width: 767px) {
  #index-logo div img {
	width: 100%;
	height:auto;
  }
}

/* ==========================================================================
*	Basic Style
========================================================================== */
/***
*	heading
*******************************************/
.section-heading-top,
.section-heading {
/*   float: left; */
  width: 100%;
  margin-bottom: 30px;
  clear: both;
}
.section-heading-top h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 0px;
  line-height: 1.5;
}
.section-heading-top h2 span {
  font-weight:300;
  text-transform: uppercase;
  color: #555;
  font-size: 15px;
  letter-spacing: 1px;
  font-family:"Roboto", Arial, sans-serif;
  display: block;
}
.section-heading-top h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #4AE3B5;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
  display: none;
}
.section-heading h2 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 0px;
  line-height: 1.5;
}
.section-heading h2 span {
  font-weight:300;
  text-transform: uppercase;
  color: #555;
  font-size: 15px;
  letter-spacing: 1px;
  font-family:"Roboto", Arial, sans-serif;
  display: block;
}
.heading h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
  margin: 20px 0 30px;
  color:#231a6a;
  letter-spacing: 1px;
}
.heading h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0;
  color:#231a6a;
  letter-spacing: 1px;
}
#secContents .heading h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0 30px;
  color:#231a6a;
  letter-spacing: 3px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
#secContents .heading h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0 30px;
  color:#231a6a;
  letter-spacing: 1px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
#secContents .heading h3 span {
  font-size: 16px;
  color:#231a6a;
  letter-spacing: 1px;
}

.section-gray {
    background: #fafafa;
}
.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section {
  padding: 5em 0;
}
/* ==========================================================================
*	 Top Contents Style
========================================================================== */
/***
*	index-information
*******************************************/
#index-information .container {
  padding: 0 50px 0 390px;
  position: relative;
}
#index-information h2 {
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
#index-information h2 {
  position: absolute;
  left:15%;
  width: 235px;
  height: 498px;
  background: url("../image/top/index_about_title.png") 0 0 no-repeat;
} 
#index-information .introduction {
  margin-top: 50px;
}
#index-information .introduction p {
  font-size:18px;
  letter-spacing:2px;
  line-height:2;
  font-weight:500;
}

/***
*	About
*******************************************/
#about {
	padding:0;
}
#about [class^="col-"] {
  padding:0;
}
.about-img {
  position: relative;
  overflow: hidden;
}
.about-img > .desc {
  position: absolute;
  text-align: center;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 75px;
  z-index: 12;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.about-img > .desc span {
  display: block;
  margin-bottom: 5px;
}
.about-img > .desc span img {
  display:inline-block;
  width:55px;
}
@media screen and (min-width: 1600px) {
  .about-img > .desc span img {
	width:65px;
  }
}
.about-inner {
/*   padding: 12px 5px; */
  height: 100%;
  position: absolute;
  bottom: -150%;
  width: 100%;
  transition: .4s;
}
.about-inner::after {
  content: "";
  position: absolute;
/*   z-index: 44; */
  background: #000;
  width: 150%;
  height: 100%;
  left: -25%;
  right: 0;
  opacity: 0.55;
}
#about [class^="col-"]:hover .about-inner {
  bottom: 0%;
  transition: .5s;
  z-index: 20;
}
#about .box-content {
  position: absolute;
  left: 0;
  padding: 60px 10% 0;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  transition: .4s linear;
  z-index:20;
  text-align:center;
}
#about .box-content .text {
/*   margin: 20px 0; */
  color: #fff;
  font-size: 15px;
  line-height: 2.2;
  text-align: center;
}
.btn-detail a {
  display: inline-block;
  min-width: 230px;
  overflow: hidden;
  padding: 12px 17px;
  border: 2px solid #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 13px;  
  color:#fff;
}
.btn-detail a:hover {
  background:#fff;
  color:#231a6a;
  transition: 0.5s;
  text-decoration:none;
}

/***
*	News
*******************************************/
#news #tag .news, #newslist #tag .news,
#tag a {
  padding: 2px 15px;
  color: #fff;
  border: none;
  font-size: 13px;
  display: table;
  transition: .8s;
  border-radius:3px;
  background: #231a6a;
}
#news h3, #newslist h2 {
  font-size:18px;
  font-weight:600;
  letter-spacing: 1px;
  margin: 10px 0 5px;
}
#news h3 a {
  color:#000;
}
#news p, #newslist p {
  margin-bottom: 5px;
}
#news time {
  font-weight:500;
  color: #000;
}
#news .back, #newslist .back {
  width: 100%;
  margin-top: 40px;
  text-align: left;
}
#news .button_base, #newslist .button_base {
  width: 230px;
  font-size:16px;
}
.span_exc a{
  padding-left: 10px;
  color:#8398d7;
}

#news .post-thumbnail img {
  max-height: 220px;
  margin:0 auto;
}
/***
*	Appeal
*******************************************/
#appeal{
  padding:0;
  position: relative;
}
#appeal #appeal-hero {
    width: 100%;
}
#appeal #appeal-hero {
  height: 200px;
  background-image: url('../image/top/index_appeal_hero_img.jpg');
  background-repeat: no-repeat;
  background-position: center center;

}
#appeal .appeal-label {
    display: block;
    overflow: hidden;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    outline: none;
}
#appeal .appeal-label {
  position: absolute;
  width: 350px;
  height: 150px;
  background: url('../image/top/appeal_header_label.png') 0 0 no-repeat;
  top: -100px;
  right: 3%;
  z-index:20;
}
.appeal-label {
  display: block;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
#appeal .title {
  position: absolute;
  top: -120px;
  left: 10%;
  color:#fff;
  font-size:30px;
  font-weight:600;
}
#appeal #top-main-menu,
.bg-pattern {
  background: url('../image/bg/main-menu-back.png') repeat center top;
}
.left {
  float: left;
}
.right {
  float: right;
}
.item-grid a {
  display: block;
}
.item-grid {
  background-color: #fff;
  width: 50%;
  height:264px;
}
.item-grid:hover {
    opacity:0.5;
}
.item-grid div {
  min-height:264px;
}

.item-img, .item-txt {
  width: 50%;
  color: #333333;
  text-align: center;
}
.item-txt {
  position: relative;
  padding: 38px 50px 35px;
}
.item-grid .item-txt {
    padding: 15px;
}
.item-txt span img {
  display: block;
  margin: 0 auto;
  width: 45px !important;   
}
.item-txt span {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: auto;
}

.item-grid .item-txt h2 {
  font-size: 17px;
  line-height: 1.2;
  margin: 20px 0;
  letter-spacing: 0.1em;
}
.item-right::after {
  content: '';
  position: absolute;
  border-left: 20px solid #fff;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  right: -20px;
  top: 50%;
  margin-top: -17px;
}
.item-txt p {
  margin-bottom: 25px;
  font-size:14px;
}
item-grid .item-txt p {
  letter-spacing: 0;
}
.item-link {
  background-size: 15px;
  padding-left: 20px;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  color:#231a6a;
}
.item-link::before {
  content: "\e079";
  font-family: 'simple-line-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 15px;
  vertical-align: middle;
  color:#231a6a;
  margin-right: 3px;
}
.item-right::after {
  content: '';
  position: absolute;
  border-left: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  right: -15px;
  top: 50%;
  margin-top: -17px;
}
.item-left::after {
    content: '';
  position: absolute;
  border-right: 20px solid #fff;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  left: -15px;
  top: 50%;
  margin-top: -17px;
}

#appeal .grid-list {
  position: relative;
}
#appeal .grid-list .grid-slide {
  text-align: center;
}
#appeal .grid-list .grid-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#appeal .grid-list .grid-slide span a.twitter {
  color: #F14E95;
  font-weight: 300;
}
#appeal .grid-list .grid-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100px;
  height: 100px;
}
#appeal .grid-list .grid-slide figure img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#appeal .grid-list .grid-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#appeal .grid-list .grid-slide blockquote p {
  font-style: italic;
  color: #8f989f;
  font-size: 20px;
  line-height: 1.6em;
}
#appeal .grid-list .grid-slide.active {
  display: block;
}
#appeal .grid-list .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#appeal .grid-list .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#appeal .grid-list .arrow-thumb a:hover, #appeal .grid-list .arrow-thumb a:focus, #appeal .grid-list .arrow-thumb a:active {
  text-decoration: none;
}
.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #ab769f;
}
.owl-stage-outer {
  background: #fff;
}
#appeal .owl-controls {
 padding:50px 0;
}

@media screen and (max-width: 992px) {
  #appeal #appeal-hero {
	height: 150px;
  }
 #appeal .appeal-label {
    top: -120px;
	right: 3%;
  }
  #appeal .title {
	font-size:25px;
    top: -100px;
  }
  #appeal .grid-list .grid-slide blockquote {
    width: 100%;
  }
  .item-grid {
	width: 100%;
  }
  .item-grid .item-img img {
	height:264px;
  }
}
@media screen and (max-width: 767px) {
  .item-img, .item-txt {
      width:100%;
 }
  .item-grid {
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  #appeal .appeal-label {
    width: 250px;
    height: 105px;
    background: url('../image/top/appeal_header_label02.png') 0 0 no-repeat;
  }
 #appeal .appeal-label {
    top: -50px;
	right: 0;
  }
}

/* ==========================================================================
*	footer Styles
========================================================================== */
#footer {
  padding: 5em 0;
  position: relative;
  background: #231a6a;
  color:#fff;
  font-size:13px;
}
#footer .gotop {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -40px;
  color:#fff;
  background: #231a6a;
  z-index: 8;
  width: 80px;
  height: 80px;
  font-size: 25px;
  padding-top: 10px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#footer .gotop:hover, #footer .gotop:focus {
  top: -25px;
  text-decoration: none !important;
}
#footer .col-foot-logo {
  width: 12%;
  float:left;    
}
#footer .f-info .col-foot-logo h2,
#footer .f-info p {
  margin:0;
  letter-spacing: 2px;
}
#footer .f-info p {
  margin:0 0 5px 0;
}
#footer .f-info span {
  font-size:15px;
  font-weight:500;
  padding-right:10px;
}
.footer-nav {
  border-top: 1px solid #4f4888;
  border-bottom: 1px solid #4f4888;
  margin: 30px 0 25px;
  padding: 20px 0;
}
.footer-nav a {
  color: #fff;
}
#footer .footer-nav ul {
  margin:0;
}
#footer .footer-nav ul li {
  display: inline-block;
  padding: 0 25px 0 0;
}
#footer .copyright {
  font-size:12px;
  margin-bottom: 0px;
  padding-bottom: 0;
  font-weight:300;
  letter-spacing:2px;
}

/* ==========================================================================
*	Buttons Styles
========================================================================== */
.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.btn.btn-primary {
  background: #4AE3B5;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #4AE3B5;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}
/* animation button */
.back {
  width: 33%;
  margin-top: 40px;
  text-align: left;
  line-height:1.4;
}
.button_base {
  margin: 0;
  border: 0;
  font-size: 18px;
  font-weight:500;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -100px;
  width: 200px;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  cursor: default;
}
.button_base:hover {
  cursor: pointer;
}

/* ### ### ### 02 */
.b02_slide_in {
  overflow: hidden;
  color:#231a6a;
  border: #231a6a solid 3px;
}
.b02_slide_in div {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
}
.b02_slide_in div:nth-child(1) {
  color: #231a6a;
  background-color: #fff;
}
.b02_slide_in div:nth-child(2) {
  background-color: #231a6a;
  transition: top 0.1s ease;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.1s ease;
  top: -50px;
}
.b02_slide_in div:nth-child(3) {
  color: #fff;
  transition: opacity 0.1s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  opacity: 0;
}
.b02_slide_in:hover div:nth-child(2) {
  top: 0px;
  transition: top 0.1s ease;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
}
.b02_slide_in:hover div:nth-child(3) {
  opacity: 1;
  transition: opacity 0.1s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
}

/* ### ### ### 04 */
.b04_3d_tick {
  perspective: 500px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective-origin: center top;
  -webkit-perspective-origin: center top;
  -moz-perspective-origin: center top;
}
.b04_3d_tick div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: #231a6a solid 1px;
}
.b04_3d_tick div:nth-child(1) {
  color:#231a6a;
    background-color: #ffffff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
.b04_3d_tick div:nth-child(2) {
    color: #ffffff;
    background-color: #231a6a;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
}
.b04_3d_tick:hover div:nth-child(1) {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    background-color: rgba(0, 0, 0, 0.5);
}
.b04_3d_tick:hover div:nth-child(2) {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}

/* important animated */
.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

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

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* important animated */


/* ==========================================================================
*	Padding Space Position
========================================================================== */
.relative {
    position:relative;
}
.space10 {
	margin-bottom: 10px;
}
.space20 {
	margin-bottom: 20px;
}
.space30 {
	margin-bottom: 30px;
}
.space40 {
	margin-bottom: 40px;
}
.space50 {
	margin-bottom: 50px;
}
.space60 {
	margin-bottom: 60px;
}
.space70 {
	margin-bottom: 70px;
}
.space80 {
	margin-bottom: 80px;
}
.space90 {
	margin-bottom: 90px;
}
.space100 {
	margin-bottom: 100px;
}
.no-padding {
	padding: 0;
}
.no-float {
    float:none;
    margin:0 auto;
}
.padding05 {
	padding: 5px 0 !important;
}
.padding10 {
	padding: 10px 0 !important;
}
.padding20 {
	padding: 20px 0 !important;
}
.padding30 {
	padding: 30px 0 !important;
}
.padding40 {
	padding: 40px 0 !important;
}
.padding50 {
	padding: 50px 0 !important;
}
.padding60 {
	padding: 60px 0 !important;
}
.padding70 {
	padding: 70px 0 !important;
}
.padding80 {
	padding: 80px 0 !important;
}
.padding90 {
	padding: 90px 0 !important;
}
.padding100 {
	padding: 100px 0 !important;
}

/* ==========================================================================
*	Sub Page Style
========================================================================== */
/***
*	sub-hero head
*******************************************/
#sub-hero {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#sub-hero::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background: rgba(35, 26, 106, 0.3) url("../image/bg/raster.png") repeat scroll 0 0;
  height: 500px;
}
#sub-hero h2 {
  width: 100%;
  height: 100%;
   text-align: center;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto; 
  display: inline-block;
  z-index: 10;
}
#sub-hero h2 img {
  position: static;  
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-indent: -9999px;
}

/***
*	breadcrumb
*******************************************/
ul.breadcrumb-list {
  text-align: center;
  padding:10px 0;
}
ul.breadcrumb-list li {
  background: url('../image/basic/icn_breadcrumb.png') no-repeat 0 50%;
  background-size: 6px 12px;
  padding-left: 38px;
  margin: 0 14px;
  display: inline-block;
}
ul.breadcrumb-list li:first-child {
  background: none;
  padding-left: 0;
}
ul.breadcrumb-list li a {
    color:#000;
}

/***
*	About
*******************************************/
#sub-hero-about {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#sub-hero-about::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  height: 150px;
}

/********************************************/
.container-about {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-about::before, .container-about::after {
    display: table;
    content: " ";
}
@media screen and (min-width: 768px) {
  .container-about {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .container-about {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container-about {
    width: 1400px;
  }
}
@media screen and (min-width: 1600px) {
  .container-about {
    width: 1600px;
  }
}
/********************************************/
#about-header {
  padding:0;
}

#about-header .figure1 {
  width: 74%;
}
#about-header figure img {
  width: 100%;
  height: auto;
}
#about-header h2 {
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
#about-header h2 {
  position: absolute;
  top: 0;
  right: 92px;
  width: 311px;
  height: 784px;
  background: url('../image/about/about_title.png') 0 0 no-repeat;
}
#about-section {
  padding-bottom:0;
}
#about-section .lead {
  width:100%;
  height:180px;
  background: url('../image/about/about_lead.png') 0 0 no-repeat;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  position:relative;
}
#about-section table thead {
    background: #dee3ee;
}
#about-section table thead th {
    text-align: center;
}
.about-project ul{
  width: 100%;
  padding:0;
  list-style-type:none;
}
.about-project ul li {
  display: table;
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
}
.project-img, .project-txt {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.project-img {
  width: 40%;
}
.project-txt {
  padding: 0 40px;
}
.project-txt h3 {
  font-weight: bold;
  font-size: 18px;
  color: #231a6a;
  padding-bottom: 10px;
  margin-bottom: 16px;
  line-height:2;
  margin-top: 0;
}

#about-section05 ul {
  list-style-type:none;
  padding:0;
}
#about-section05 ul li a {
  color:#000;
  text-decoration:underline;
  line-height:2;
}
#about-section05 ul li::before {
  content: "\e079";
  font-family: 'simple-line-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 15px;
  vertical-align: middle;
  color: #231a6a;
  margin-right: 5px;
}
#about-section05 .list h3 {
  font-size:18px;
}
/******* marumori *******/
#about-marumori figure,
#about-community figure,
#about-Okuteshuku figure {
  width: 55%;
}
#about-marumori h2 span,
#about-community h2 span,
#about-Okuteshuku h2 span {
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
#about-marumori h2 span {
  display: block;
  position:absolute;
  top: -5%;
  right: 5%;
  width: 660px;
  height: 149px;
  margin-left: 346px;
  background: url('../image/about/section-title-marumori.png') 0 0 no-repeat;
  z-index: 2;
}
#about-marumori .img-block,
#about-community .img-block,
#about-Okuteshuku .img-block {
  position: absolute;
  top: 25%;
  right: 5%;
  width: 40%;
  z-index: 0;
}
#about-marumori .img-block [class^="col-"],
#about-community .img-block [class^="col-"],
#about-Okuteshuku .img-block [class^="col-"]   {
  margin-bottom:20px;
}
.facility i.icon-flag::before {
  content: "\e024";
  font-size: 33px;
  vertical-align: bottom;
  color: #95a0c8;
}
.facility table, .public table {
    border-bottom: 1px solid #ddd;
}
.facility .table th {
  text-align:center;
  font-weight:400;
  vertical-align: middle;
}
.facility .table-striped > tbody > tr:nth-of-type(odd),
.publicc .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(222,227,238,.35);
}
.facility table td ul {
  padding-left:20px;
  margin:10px 0;
}
#about-marumori03 .back,
#okutes-course02 .back {
  width: 100%;
  margin-top: 40px;
  text-align: left;
  line-height:1.6;
}
#about-marumori03 .button_base,
#okutes-course02 .button_base {
  width: 33%;
  font-size:16px;
  left: 45%;
}
@media screen and (max-width: 992px) {
  #about-marumori03 .button_base,
  #okutes-course02 .button_base {
	width:50%;
	left: 38%;
  }
}
@media screen and (max-width: 480px) {
  #about-marumori03 .button_base,
  #okutes-course02 .button_base {
	width:85%;
  }
}

.maru-report p {
  font-size:13px;
  margin: 7px 0;
  line-height:1.6;
}



/* Carousel */
#about-marumori03 #item-block .owl-pagination {
  display: block;
}
#about-marumori03 .owl-theme .owl-controls .owl-page span {
  background: #b5b2f1;
  width: 15px;
  height: 15px; 
}
#about-marumori03  #item-box .item img,
#item-block .item img{
  display: block;
  max-width: 100%;
  height: auto;
}
#about-marumori03 .owl-next {
  background: rgba(35,26,106,.5);
  border: none;
  width: 50px;
  height: 50px;
  line-height: 70px;
  color: #fff;
  border-radius: 0;
  font-size: 0px;
  opacity: 1;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -55px;
  transition: .4s;
}
#about-marumori03 .owl-next::after {
  content: "\e606";
  font-family: 'simple-line-icons';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -9px;
  left: 2px;
  right: 0px;
  font-size: 20px;
  color: #b5b2f1;
  line-height: 70px;
  transition: .4s;
}
#about-marumori03 .owl-prev {
  background: rgba(0,0,0,.5);
  border: none;
  width: 50px;
  height: 50px;
  line-height: 70px;
  color: #fff;
  border-radius: 0;
  font-size: 0px;
  opacity: 1;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -65px;
  transition: .4s;
}
#about-marumori03 .owl-prev::after {
  content: "\e605";
  font-family: 'simple-line-icons';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -9px;
  left: 0px;
  right: 0px;
  font-size: 20px;
  color: #b5b2f1;
  line-height: 70px;
  transition: .4s;
}
/******* community *******/
#about-community h2 span {
  display: block;
  position:absolute;
  top: -5%;
  right: 5%;
  width: 660px;
  height: 149px;
  margin-left: 346px;
  background: url('../image/about/section-title-community.png') 0 0 no-repeat;
  z-index: 2;
}
#outline-section #sec01 table,
#outline-section #sec06 table {
    border-bottom: 1px solid #ccc;
}
#outline-section #sec01 td,
#outline-section #sec06 td {
    padding: 20px;
    border-top: 1px solid #ccc;
}
#outline-section #sec01 td small {
    font-size: 65%;
    padding-right: 10px;
}
#outline-section .table-hover > tbody > tr:hover {
  background-color: rgba(222,227,238,.35);
}
/* Carousel */
#outline-section .owl-theme .owl-controls .owl-page span {
  background: #b5b2f1;
  width: 15px;
  height: 15px; 
}
#outline-section  #item-box .item img,
#item-block .item img{
  display: block;
  max-width: 100%;
  height: auto;
}
#outline-section .owl-next {
  background: rgba(35,26,106,.5);
  border: none;
  width: 50px;
  height: 50px;
  line-height: 70px;
  color: #fff;
  border-radius: 0;
  font-size: 0px;
  opacity: 1;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -55px;
  transition: .4s;
}
#outline-section .owl-next::after {
  content: "\e606";
  font-family: 'simple-line-icons';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -9px;
  left: 2px;
  right: 0px;
  font-size: 20px;
  color: #fff;
  line-height: 70px;
  transition: .4s;
}
#outline-section .owl-prev {
  background: rgba(0,0,0,.5);
  border: none;
  width: 50px;
  height: 50px;
  line-height: 70px;
  color: #fff;
  border-radius: 0;
  font-size: 0px;
  opacity: 1;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -65px;
  transition: .4s;
}
#outline-section .owl-prev::after {
  content: "\e605";
  font-family: 'simple-line-icons';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -9px;
  left: 0px;
  right: 0px;
  font-size: 20px;
  color: #fff;
  line-height: 70px;
  transition: .4s;
}
.Name-fac {
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}
#outline-section #sec03 .price table thead, #outline-section #sec05 .class table thead {
  background-color: rgba(222,227,238,.5);
}
#sec03 .price caption {
  padding-top: 0;
  padding-bottom: 0;
}
#outline-section .table > thead > tr > th,
#outline-section .table > tbody > tr > th, 
#outline-section .table > tbody > tr > td {
  padding: 10px;
}
#outline-section table thead th, #sec05 .class table thead th {
  text-align: center;
}
.howto .lead {
  color: #231a6a;
  font-weight:400;
}
.howto p {
  margin-bottom: 10px;
}
.howto ul {
  padding-left: 15px;
}
#outline-section h4 {
    font-size:20px;
}
#outline-section #sec05 .class table tbody td {
    vertical-align: middle;
}

#about-Okuteshuku h2 span {
  display: block;
  position:absolute;
  top: -5%;
  right: 5%;
  width: 660px;
  height: 149px;
  margin-left: 346px;
  background: url('../image/okuteshuku/section-title-Okutecshuku.png') 0 0 no-repeat;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  #about-marumori figure {
    width: 60%;
  }
  #about-marumori h2 span {
    top: 0;
    right: 3%;
  }
  #about-marumori .img-block {
    right: 0;
	top: 33%;
  }
}
@media screen and (max-width: 992px) {
  #about-header h2 {
    right: 3%;
    width: 220px;
    height: 555px;
    background-size: 90%;
    margin: 0; 
  }
  #about-section .lead {
	height:150px;
	background: url('../image/about/about_lead02.png') 0 0 no-repeat;
	background-size: 90%;
	top: 30px;
  }
  #about-marumori {
    padding-top:0;
  }
  #about-marumori figure,
  #about-community figure,
  #about-Okuteshuku figure {
    width: 100%;
  }
  #about-marumori h2 span,
  #about-community h2 span,
  #about-Okuteshuku h2 span  {
	position: relative;
	margin: -8% 0 0 12%;
	text-align: right;
	z-index: 1;
	font-size: 0;
	right: 3%;
	width: 100%;
  }
  #about-marumori .img-block,
  #about-community .img-block,
  #about-Okuteshuku .img-block {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 0;
	margin:0 auto;
  }
  .project-txt {
	padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  #about-header .figure1 {
    width: 100%;
  }
  #about-header h2 {
	position: relative;
	width: 100%;
	height: 95px;
	margin: 0 20px;
	background: url('../image/about/about_title02.png') 0 0 no-repeat;
	background-size: 90%;
	z-index: 1;
	right: 0;
  }
  #about-section {
    padding-top: 0;
  }
  #about-section .lead {
    height: auto;
    margin-top: -20px;
	background:none;
    font-size:16px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	font-weight:600;
  }
  #about-marumori h2 span,
  #about-community h2 span,
  #about-Okuteshuku h2 span {
    width: 300px;
    background-size: 300px auto;
    height: 70px;
  }
  #about-marumori02 [class^="col-"] {
	margin-bottom:20px;
  }
  .facility .table th, .facility .table td {
    width: 100%;
    display: block;
    padding: 5px;
	text-align:left;
  }
  .project-img, .project-txt {
	width: 100%;
	display: block;
  }
  .owl-theme .owl-controls {
    display:none !important;
  }
  #top-main-menu .owl-theme .owl-controls {
    display:block !important;
  }
}

/***
*	Okuteshuku
*******************************************/
.historical ol, .historical02 ol {
  padding-left:15px;
}
.historical li, .historica02l li,
.historical li a, .historical02 li a  {
  color: #000;
  padding-left: 5px;
  line-height:2.5;
}
.historical li span.title {
  width:160px;
  padding:0;
  display:inline-block;
}
.historical li span, .historical02 li span  {
  padding-right: 10px;
  display: inline-block;
}
.historical li a:hover, .historical02 li a:hover {
  text-decoration:none;
  color: #8398d7;

}
.historical li a::after, .historical02 li a::after  {
  content: "";
  background-repeat: no-repeat;
  background-size: 95%;
  background-image: url('../image/okuteshuku/document.jpg');
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 17px; 
  margin-left: 5px;
}

/* Carousel */
#item-block .owl-pagination {
    display:none;
}
#item-block .item img{
  display: block;
  max-width: 100%;
  height: auto;
}
#item-block .owl-next {
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  line-height: 70px;
  color: #231a6a;
  border-radius: 50%;
  font-size: 0px;
  opacity: 1;
  position: absolute;
  right: -5%;
  top: 30%;
  transition: .4s;
}
#item-block .owl-next::after {
  content: "\e91e";
  font-family: 'icomoon' !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -9px;
  left: 2px;
  right: 0px;
  font-size: 28px;
  color: #231a6a;
  line-height: 70px;
  transition: .4s;
}
#item-block .owl-prev {
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  line-height: 70px;
  color: #fff;
  border-radius: 0;
  font-size: 0px;
  opacity: 1;
  position: absolute;
  left: -5%;
  top: 30%;
  transition: .4s;
}
#item-block .owl-prev::after {
  content: "\e91d";
  font-family: 'icomoon' !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -9px;
  left: 0px;
  right: 0px;
  font-size: 28px;
  color: #231a6a;
  transition: .4s;
}
.report dl {
  border-top: 1px solid #91b3bc;
  border-bottom: 1px solid #91b3bc;
  padding: 10px 20px;
}
.report dt, .report dd {
  display: inline-block;
  vertical-align:middle;
  padding:0 10px;   
}
/******* spot map *******/
.trip img {
  margin:0 auto;
}
.MapNav li a {
  color:#000;
  line-height:2.2;
  font-size: 17px;
}
.MapNav li a:hover {
  color:#7c70b9;
  transition: .4s;
}
.course .lead a {
  color:#231a6a;
  font-size: 18px;
  font-weight: 400;
}
.overlay-folio2 {
  background: rgba(35,26,106,0.45);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.mp-lightbox {
  opacity: 1;
  transition: .4s;
}
.item-gal {
  position: relative;
}
#okutes-course .course [class^="col-"] .item-gal:hover .overlay-folio2  {
  opacity: 1;
  visibility: visible;
  transition: .4s;
}
.hover-zoom {
  display: table;
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -25px;
}
.hover-zoom a {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
}
.hover-zoom a:hover {
  background: #fff;
  color:  #231a6a;
  text-decoration:none;
}
.hover-zoom .zoom {
  position: relative;
  left: -50px;
  opacity: 0;
  transform: rotate(-140deg);
}
.course [class^="col-"] .hover-zoom a.link  {
  position: relative;
  right: 0px;
  opacity: 1;
  transform: rotate(0deg);
}
.course [class^="col-"]:hover .hover-zoom a.zoom  {
  position: relative;
  left: 0px;
  opacity: 1;
  transform: rotate(0deg);
}
.tidbits h3 {
  font-size: 20px;
  color:#43529a;
  font-weight: 500;
}
.tidbits ul{
  padding-left:5px;
  list-style-type:none;
}
.tidbits ul li span {
  color:#de7e71;
}

/***
*	Course
*******************************************/
/******* sub-course-hero *******/
#sub-course-hero {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#sub-course-hero::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background: rgba(35, 26, 106, 0.3) url("../image/bg/raster.png") repeat scroll 0 0;
  height: 600px;
}
#sub-course-hero h2 {
  width: 100%;
  height: 100%;
   text-align: center;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto; 
  display: inline-block;
  z-index: 10;
}
#sub-course-hero h2 img {
  position: static;  
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-indent: -9999px;
}

#okutes-course02 .call .lead {
  font-weight: 600;
  color: #231a6a;
  font-size:22px;
}

/******* sub-course-hero *******/
#detail-menu ul {
  padding:0;
}
#detail-menu li {
  width: 23%;
  background: #000;
  color: #FFF;
  display: inline-block;
  margin: 0 0.5%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.power #detail-menu li {
    width: 32%;
}
#detail-menu li:before {
  content: "";
  display: block;
  padding-bottom: 32.4%;
}
#detail-menu li a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#detail-menu li h4 {
  color: #fff;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#detail-menu li .image {
  width: 100%;
  height: 102%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: -1%;
  left: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 0.9;
}
#detail-menu li:hover .image {
  opacity: 0.4;
}
#detail-menu li:hover:after {
  width: 28px;
  height: 28px;
  content: ' ';
  background-image: url('../image/bg/link_down.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#section-power02 .facility .table {
  font-size:13px;
}
#section-power02 .facility .table th {
  width:20%;
}
.table > tbody > tr > td {
  vertical-align:middle;
}


#section-beauty .flower .column {
  width:20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding: 5px;
}
#section-beauty .flower .column a img {
  margin-bottom:10px;
}

/******* historical *******/
#sec-historical section {
  padding:3em 0;
}
.area ul {
  padding:0;
}
.area .image li {
  display: inline-block;
}
.area .image li:nth-child(even) {
  width: -webkit-calc(50% - 4px);
  width: calc(50% - 4px);
  margin: 8px 8px 0 0;
}
.area .image li:nth-child(odd) {
  width: -webkit-calc(50% - 4px);
  width: calc(50% - 4px);
  margin: 8px 0 0 0;
}
.area .image li:first-child {
  width: 100%;
  margin: 0;
}
.area .image li img {
  width: 100%;
  height: auto;
}

#sec-historical .btn-top {
 margin-top: 2%;
 float: right;
 margin-right: 3.9%;
}
#sec-historical .btn-top a {
  color: #231a6a;
  font-size:16px;
}
#sec-historical .btn-top i {
  font-size:18px;
  vertical-align:middle;
  padding-left:5px;
}

#sec-historical .school  [class^="col-"],
#sec-historical .shrine  [class^="col-"]  {
    padding:0 5px;
}
/* btn */
#sec-historical .b02_slide_in {
  border: #231a6a solid 2px;
}
#sec-historical .button_base {
  font-size:16px;
}

#sec-historical section .link {
  padding-top:100px;
  margin-top:-100px;
} 

/* btn */
.facility dl dt {
  float: left;
  width: 5.5em;
  font-weight: 400;
  line-height:2.5;
}
.facility dl dd {
  padding-left: 6em;
  line-height:2.5;
}

@media screen and (max-width: 992px) {
  #detail-menu li,
  .power #detail-menu li {
    width: 45%;
    margin: 5px 10px;
  }
  #section-beauty .flower .column {
	width:25%;
  }

  .area .image li:nth-child(even) {
	width: -webkit-calc(50% - 3px);
	width: calc(50% - 3px);
	margin: 6px 6px 0 0;
  }
  .area .image li:nth-child(odd) {
	width: -webkit-calc(50% - 3px);
	width: calc(50% - 3px);
	margin: 6px 0 0 0;
  }
  .area .image li:first-child {
	width: 100%;
	margin: 0;
  }
  .area .image li img {
	width: 100%;
	height: auto;
  }
  .area .btn-top {
	margin-top: 40px;
  }	
  #section-golf .back {
	width: 60%;
  }

}
@media screen and (max-width: 480px) {
  #detail-menu li,
  .power #detail-menu li {
    width: 100%;
    margin: 5px 0 0 0;
  }
  #section-beauty .flower .column {
	width:100%;
  }
  #section-golf .back {
    width: 100%;
  }
  #section-power02 .button_base,
  #section-golf .button_base {
    left: 30%;
  }
  #section-power02 .b04_3d_tick div,
  #section-golf .b04_3d_tick div {
    width: 70%;
  }
}
/***
*	Access
*******************************************/
#map {
    width: 100%;
    height: 700px;
    position: relative;
}
#map-default {
  width: 100%;
  height: 650px;
}
#access .heading h3 {
  font-size:18px;
  font-weight:400;
}
#access .bus a {
  color: #7c70b9;
  text-decoration:underline;   
}
#about-map {
  width: 100%;
  height: 400px;
}


/***
*	News List & News
*******************************************/
#newslist h2 a {
  color: #000;
}
.side-widget h4 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 15px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.cat-list li {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
}
.cat-list li a {
  color: #000;
  font-size: 14px;
}
#newslist h2.News-ttl {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;    
}
#newslist .News-post img {
  max-width: 100%;
  height: auto;
  display: block;
}
#newslist .blogpost .post-media img {
  max-height:320px;
  margin: 0 auto;
}



@media screen and (max-width: 480px) {
  #newslist .col-sm-3 {
  	display:none;
  }
}

/***
*	Pagination
*******************************************/
.pager a, .pager span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f5f5f5;
  margin: 0 5px;
  text-decoration: none;
  font-family: 'Signika', sans-serif;
  font-size: 11px;
  color:#000;
}
.pager a:hover, .pager span {
  background:#231a6a;
  color: #fff;
}
.pager a i, .pager span i {
  font-size: 15px;
  vertical-align: middle;
}

/***
*	Privacy Policy
*******************************************/
#sub-hero h2.privacy {
  top: 220px;
}
#privacy .heading h3,
.policy .heading h3  {
  font-size: 18px;
  margin: 10px 0;
}

#policy {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;    
}
#policy h2 img {
    position: static;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-indent: -9999px;
}
.environment li {
  display: inline-block;
    padding-right: 10px;
}
@media screen and (max-width: 992px) {
  #sub-hero h2.privacy {
    top: 150px;
  }
}

/***
*	Contact
*******************************************/
.Inq-phone h2 {
  font-weight:600;
  font-family:Roboto;
}
#contact-form .red {
  color:#ea5549
}

.form-control {
  background-color: transparent;
  border-color: #ddd;
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  min-height: 180px;
  resize:none;
}

.form-group {
  margin-bottom: 15px;
}

#contact-form input[type="submit"] {
  position: relative;
  display: block;
  overflow: hidden;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-family: "Noto Sans Japanese", sans-serif;
  text-align: center;
  z-index: 1;
}
#contact-form input[type="submit"] {
  min-width: 230px;
  margin: 25px auto 0;
  padding: 12px 17px;
  font-size: 17px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#contact-form input[type="submit"]:hover {
  color: #fff;
  background-color: #000;
}
#contact-form select {
  height: 50px;
}
#contact-form i {
  position: absolute;
  top: 48px;
  left: 28px;
  color: #c1c4c5;
  z-index: 200;
  font-size: 18px;
}
#contact-form  input, 
#contact-form  textarea, 
#contact-form  select {
  padding-left: 35px;
  border-radius: 0;
}
.wpcf7-form-control-wrap {
  position: relative;
}
#contact-form  mark,
#contact-form  mark a {
  padding: .2em;
  background-color: #dee3ee;
  color:#321a6a;
}
#contact-form  .warning {
  border-top:2px solid #ea5549;
  border-bottom:2px solid #ea5549;
  padding: 30px;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  clear: left;
}
span.wpcf7-list-item {
  margin-right: 1.5em;
}
radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-top: 8px;
}

#contact-form .wpcf7-captchar { 
  display: inline-block;  
  width: 60%;
  height: 34px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  margin-left: 25px;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#contact-form .wpcf7-captchar:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


#sitemap_list a {
  color: #231a6a;
  font-size:16px;
}




/***
*	Gallery
*******************************************/
#section-gallery ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
#section-gallery .gal-col li {
  width: 20%;
  float: left;
  border: 1px solid #fff;
  margin-bottom: 25px;
}
#section-gallery .gal-col li img {
  margin:0 auto;
  max-height: 175px;
}

@media (max-width: 991px) {
  #section-gallery .gal-col li {
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  #section-gallery .gal-col li {
    width: 50%;
  }
}
#section-gallery .item-grid {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}

#section-gallery .item-grid .v-align {
  padding: 30px;
}

#section-gallery .item-grid:hover, #section-gallery .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
/***
*	Serch
*******************************************/
#section-search h2.post-title {
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin:0 0 10px 0;
  color:#231a6a;
}
#section-search h2.post-title a {
  color:#231a6a;
}
/***
*	404
*******************************************/
#section-404 .section-heading h2 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 0px;
  letter-spacing:1px;
}
#section-404 .back-btn{
  position: relative;
  display: block;
  overflow: hidden;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  font-family: "Noto Sans Japanese", sans-serif;
  text-align: center;
  z-index: 1;
  width:30%;
  margin: 25px auto 0;
  padding: 12px 17px;
  font-size: 16px;
}
#section-404 .back-btn:hover {
  color: #fff;
  background-color: #000;
}
/***
*	widget
*******************************************/
h2.widgettitle {
 display:none !important;
}

/***
*	Event
*******************************************/
#event-hero {
    width: 100%;
}
#event-hero {
  height: 200px;
  background-image: url('../image/event/evt_hero_img.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
#event-hero .evt-label {
    display: block;
    overflow: hidden;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    outline: none;
}
.evt-label {
  position: absolute;
  width: 370px;
  height: 150px;
  background: url('../image/event/evt-label.png') 0 0 no-repeat;
  top: -100px;
  right: 3%;
  z-index:20;
  text-indent: 100%;
}
@media screen and (max-width: 992px) {
  #event-hero {
	height: 150px;
  }
 .evt-label {
    top: -120px;
	right: 3%;
  }
}
@media screen and (max-width: 480px) {
  .evt-label {
    width: 280px;
    height: 110px;
    top: -80px;
	right:1%;
    background: url('../image/event/evt-label02.png') 0 0 no-repeat;
  }
}

#event .season ul {
  display: table;
  margin: 0 auto 20px;
}
#event .season li {
  display:inline-block;
  padding: 6px 20px;
  border: 1px solid #aaa;   
}
#event .season li:hover {
  background-color:#261a6a;
}
#event .season li a {
  color:#000;
}
#event .season li a:hover {
  color:#fff;
}

/******* timeline *******/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #231a6a;
  left: 50%;
  margin-left: 0px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
  margin: -12em 0 1em 0;

}
.timeline > li:first-child {
    margin: 0 0 1em 0;
    
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 43%;
  float: left;
  border: 1px solid #95a0c8;
  margin-top: -20px;
  padding: 30px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
    
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 80px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #95a0c8;
  border-right: 0 solid #95a0c8;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 81px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 52.5%;
  margin-left: -80px;
  background-color: #999999;
/*   z-index: 100; */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.timeline > li > .timeline-badge.spring,
.spring {
  background-color: #e3acae;   
}
.timeline > li > .timeline-badge.summer,
.summer {
  background-color: #7a9ba4;   
}
.timeline > li > .timeline-badge.autumn,
.autumn {
  background-color: #907aa4;   
}
.timeline > li > .timeline-badge.winter,
.winter {
  background-color: #a4a47a;   
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-title {
  margin-top: 0;
  font-size:23px;
  color: #231a6a;
}

.timeline-body > p,
.timeline-body > ul,
.timeline-body > ul > li > p {
  margin-bottom: 0;
}

.timeline-body > ul {
  padding-left:15px;
}
.timeline-body > ul > li {
  list-style-type:none;
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.timeline-body > ul > li > h4 {
  font-size:18px;
  font-weight:600;
  margin:0;
}
.timeline-body > ul > li > p > i {
    color:#7c70b9;
}
.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 992px) {
  ul.timeline:before {
    left: 90px;
  }
  ul.timeline > li {
	margin:0 0 35px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }

  ul.timeline > li > .timeline-badge {
    left: 5.5%;
    margin-left: 0;
    top: 15%;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
	margin-top: 30px;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
@media screen and (max-width: 480px) {
  #event .season ul {
    display: block;
    margin: 0 auto;
    padding:0;
  }
  #event .season li {
    display: block;
    padding: 0;
    border: 1px solid #fff;
  }
  .timeline {
	font-size: 90%;
  }

  .timeline:before {
    margin-left: -64px;
  }
  .timeline > li > .timeline-panel {
    width: 75% !important;
	padding: 15px 10px;
  }
  .timeline > li > .timeline-panel:before {
    top: 30px;
  }
  .timeline > li > .timeline-panel:after {
    top: 31px;
  }
  ul.timeline > li > .timeline-badge {
    width: 60px;
    height: 60px;
    margin-left: -20px !important;
    top: 8%!important;
  }
}

.timeline li .timeline-panel .ImgBox .owl-controls {
    z-index:500;
}

.eventBox .owl-theme .owl-controls {
    margin:0 !important;
}
/* imageBox owl-prev&next */

.ImgBox .owl-pagination {
  display:none;
}
.ImgBox .owl-prev {
  background: none !important; 
  /* border: 1px solid #000; */
  width: 44px;
  height: 44px;
  line-height: 42px;
  color: #66443b;
  border-radius: 50%;
  font-size: 0px !important;
  opacity: 1;
  position: absolute;
  left: -20px;
  top: 40%;
  margin-top: -22px;
  transition: .4s;
  font-size: 0 !important;
}
.ImgBox .owl-prev:after {
  content: "\e605";
  font-family: 'simple-line-icons' !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -20px;
  right: 0;
  font-size: 15px;
  color: #555;
  line-height: 42px;
  transition: .4s;
}
.ImgBox .owl-next {
  background:none !important;
  border: none;
  width: 44px;
  height: 44px;
  line-height: 42px;
  color: #555;
  border-radius: 50%;
  font-size: 0px;
  opacity: 1;
  position: absolute;
  right: -20px;
  top: 40%;
  margin-top: -22px;
  transition: .4s;
  font-size: 0 !important;
}
.ImgBox .owl-next:after {
  content: "\e606";
  font-family: 'simple-line-icons' !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 20px;
  right: 0;
  font-size: 15px;
  color: #555;
  line-height: 42px;
  transition: .4s;
}
.ImgBoxx .owl-prev:hover:after,
.ImgBox .owl-next:hover:after {
	color: #9b769f;
	transition: .4s;
}
/* imageBox owl-prev&next */
/***
*	Book
*******************************************/
#book ul {
  list-style-type:none;
  padding:0;
}
#book ul li {
  border-bottom:1px solid #ddd;
  padding:10px 5px;
}
#book h3 {
  font-size: 22px;
  color:#231a6a;
  font-weight:500;
  padding-bottom:15px;
  border-bottom: 1px solid #ddd;
}
/***
*	Link
*******************************************/
.nav-tabs {
  border-bottom: none;
  display: table;
  width: 100%;
}

.nav-tabs li {
  border: 1px solid #e5e5e5;
  border-right: none;
/*   width: 25%; */
  width:33.33333333%;
  position: relative;
  overflow: hidden;
  padding:0;
}

.nav-tabs li.active::after {
  content: "";
  background:  #231a6a;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -9px;
  right: -10px;
  transform: rotate(45deg);
}

.nav-tabs li:last-child {
  border-right: 1px solid #e5e5e5;
}

.nav-tabs li a {
  box-shadow: none;
  background: transparent;
  border: none !important;
  display: table;
  width: 100%;
  text-align: center;
  padding: 40px 10px;
  color: #000;
  font-size: 16px;
}

.nav-tabs li a span {
  color: #231a6a;
  margin-right: 10px;
}

.tab-pane {
  padding: 25px 20px 15px 20px;
  border: 1px solid #e5e5e5;
}

.tab-pane .panel-heading {
  width: 100%;
  padding: 0;
  margin: 0;
}

.tab-pane .panel-heading a {
  width: 100%;
  padding: 12px 15px;
  color: #000;
  display: table;
}

.tab-pane .panel {
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  border-radius: none;
  box-shadow: none;
}
#link .nav > li > a:hover, #link .nav > li > a:focus {
  text-decoration: none;
  background-color: #dee3ee;
}
.tab-content li  {
  list-style-type:none;
  line-height:2.5;
}
.tab-content li a {
    color:#000;
}
.tab-content li::before {
  content: "\e606";
  font-family: 'simple-line-icons' !important;
  padding-right: 8px;
  font-size: 10px;
  color: #555;
}

.product [class^="col-"] {
  margin-bottom:30px;
}

/***
*	donation
*******************************************/
.text-c{
    display:inline-block;
}

#d-box{
    margin:5em 0;
}

.donation{
    margin:0 8%;
    padding:50px 7%;
    text-align:center;
}

.donation h2{
    line-height:1.5;
}

.donation h3{
	color:#231a6a;
    line-height:1.5;
}

.t-a-left{
    text-align:left;
}

.donation h2,.donation h3,#donation-box h4{
	margin-bottom:30px;
}

#donation-box{
    padding:50px 7% 0px 7%;
	background:url('../image/bg/main-menu-back.png') repeat center top;
    text-align:center;
    display:flex;
	justify-content:space-around;    
    flex-wrap:wrap;   
}

#donation-box table{
	margin-right:auto;
    margin-left:auto;
    margin-bottom:50px;
}

#donation-box th{
    padding:10px 5px;
    text-align:left;
}

#donation-box td{
    padding:8px 20px;
    text-align:left;
}

#donation-box tr td:nth-child(even){
    padding-left:20px;
    padding-right:20px;
    background-color:rgba(255,255,255,0.5);
}

#donation-box tr td:nth-child(odd){
white-space: nowrap;
    background-color:rgba(136,160,203,0.2);
}

#donation-box td{
    border-bottom:solid 1px #231a6a;
}

#osugi-img ul{
    display:flex;
}

#osugi-img li{
    background-color:#ccc;
    height:200px;
    width:33.3%;
}

#osugi-img li:nth-child(even){
    background-color:#777;
}

#osugi-img img{
	object-fit:cover;
}

#donation-box2{
	text-align:center;
    padding:50px 7%;
    z-index:-10;
}

#osugi-btn-box{
	text-align:center;   
}

#osugi-btn{
	text-align:center;
	position:relative;
	display:inline-block;
    padding:20px 40px;
    color:#231a6a;
    text-decoration:none;
	user-select:none;
	border:solid 3px #231a6a;
	transition:0.2s ease;
}

#osugi-btn::before{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	content:"";
	background-color:#231a6a;
	transition:0.2s ease;
    z-index:-1;
}

#osugi-btn:hover{
    color:#fff;
}

#osugi-btn:hover::before{
	height:100%;
	background:#231a6a;
    color:#fff;
}

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

	.donation h2{
	    font-size:30px;
	}

	.donation{
	    padding:50px 0;
	}

	#osugi-img li{
	    background-color:#ccc;
	    height:100px;
	}

}

/*----------------------------------
インスタグラムキャンペーン
-----------------------------------*/
.campaign-wrap{
	max-width: 640px;
	width:90%;
	margin:0 auto;
	padding:25px 30px;
	text-align:center;
	border:3px solid #4AE3B5;
	border-radius: 8px;
}
.campaign-wrap h3{
	font-weight: bold;
	margin-bottom:20px;
}
a.link-insta,
a.link-camp{
	background-color: #4AE3B5;
	color: #000;
	display: inline-block;
	padding: 8px 30px;
	text-align: center;
	border-radius: 40px;
	margin-bottom:20px;
}
a.link-insta:hover,
a.link-camp:hover{
	background-color: #98e5ce;
	text-decoration: none;
}

/*----------------------------------

サイトマップ（plugin : Simple Sitemap）24.06.27

-----------------------------------*/
.simple-sitemap-wrap .post-type{
  display: none;
}
.simple-sitemap-page li{
  list-style: none;
}
.simple-sitemap-page > li{
  padding-top: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #ddd;
}
.simple-sitemap-page a{
    position: relative;
  }
  
.simple-sitemap-page .children > li a::before{
  content: '■';
  position: absolute;
  bottom: 50%;
  left: -2em;
  transform: translateY(50%);
  font-size: .5em;
  color: #7065c4;
}
.simple-sitemap-page .children .children li a::before{
  content: '▶';
  position: absolute;
  bottom: 50%;
  left: -2em;
  transform: translateY(50%);
  font-size: .5em;
  color: #ccc;
}
.simple-sitemap-page a:hover{
  text-decoration: none;
}
/*----------------------------------

リキャプチャ 24.06.27

-----------------------------------*/
.grecaptcha-badge { visibility: hidden; }
.re-captcha p{
  color: #aaa;
  font-size: 12px;
}