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

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'shimonita' !important;
  speak: never;
  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;
}

.ico-negi:before {
  content: "\e92b";
}
.ico-prime:before {
  content: "\e92a";
}
.ico-train-prime:before {
  content: "\e900";
}
.ico-sq-up:before {
  content: "\e91c";
}
.ico-sq-down:before {
  content: "\e91d";
}
.ico-sq-left:before {
  content: "\e91e";
}
.ico-sq-right:before {
  content: "\e91f";
}
.ico-c-left:before {
  content: "\e920";
}
.ico-c-up:before {
  content: "\e921";
}
.ico-c-down:before {
  content: "\e922";
}
.ico-c-right:before {
  content: "\e923";
}
.ico-s-check:before {
  content: "\e924";
}
.ico-s-up:before {
  content: "\e90e";
}
.ico-s-down:before {
  content: "\e90f";
}
.ico-s-left:before {
  content: "\e90d";
}
.ico-s-right:before {
  content: "\e91b";
}
.ico-nav-menu:before {
  content: "\e915";
}
.ico-close:before {
  content: "\e914";
}
.ico-event:before {
  content: "\e911";
}
.ico-sightseeing:before {
  content: "\e909";
}
.ico-cuisine:before {
  content: "\e908";
}
.ico-accommo:before {
  content: "\e907";
}
.ico-lingal:before {
  content: "\e910";
}
.ico-car:before {
  content: "\e90a";
}
.ico-chikuma-bus:before {
  content: "\e90b";
}
.ico-highway:before {
  content: "\e912";
}
.ico-highwaybus:before {
  content: "\e913";
}
.ico-train:before {
  content: "\e916";
}
.ico-joushin-line:before {
  content: "\e90c";
}
.ico-cycling:before {
  content: "\e901";
}
.ico-speciality:before {
  content: "\e905";
}
.ico-localfood:before {
  content: "\e906";
}
.ico-michi-no-eki:before {
  content: "\e903";
}
.ico-mobility:before {
  content: "\e902";
}
.ico-myougi:before {
  content: "\e904";
}
.ico-facebook:before {
  content: "\e919";
}
.ico-twitter:before {
  content: "\e91a";
}
.ico-youtube:before {
  content: "\e918";
}
.ico-instagram:before {
  content: "\e917";
}
.ico-clip:before {
  content: "\e927";
}
.ico-pin:before {
  content: "\e926";
}
.ico-download:before {
  content: "\e925";
}
.ico-ar-down:before {
  content: "\e929";
}
.ico-handy:before {
  content: "\e928";
}
.ico-key:before {
  content: "\f084";
}
.ico-binoculars:before {
  content: "\f1e5";
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  font-size: 100%;
  color: #333;
   font-family: "Hiragino Kaku Gothic ProN", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", system-ui, -apple-system, "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Hiragino Sans", Meiryo, sans-serif;
	margin-top: 100px;
}
a {
  color: #0c3a78;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #4e8ba8;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #0c5c78;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 36px;
  padding-top: 3px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
.back-to-top-go {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
  margin-left: -15px;
  margin-right: -15px;
}
.back-to-top-go li {
  display: inline-block;
}
.back-to-top-go li.left {
  margin-left: -35px;
}
.back-to-top-go li.right {
  float: right;
}
.back-to-top-go li a {
  font-size: 14px;
  color: #0c5c78;
}
.back-to-top-go span {
  margin-right: 8px;
}


/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #0c5c78;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# slide Section
--------------------------------------------------------------*/

@media (max-width: 599px) {
#slide {
  display: table;
  width: 100%;
  height: 60vh;
  background: #000;
}

#slide .carousel-item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
}

@media (min-width: 600px) {
#slide {
  display: table;
  width: 100%;
  height: 100%;
  background: #000;
}

#slide .carousel-item {
  width: 100%;
    aspect-ratio: 16 / 8.5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
}
@media (min-width: 1400px) {
  #slide .carousel-item {
    max-height: 900px;
  }
}
.carousel-content {
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 4px;
}

#slide .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#slide .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#slide .carousel-background img {
  max-width: 100%;
}

#slide .carousel-content {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

#slide h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
}

#slide p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

#slide .carousel-fade {
  overflow: hidden;
}

#slide .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#slide .carousel-fade .carousel-inner .carousel-item,
#slide .carousel-fade .carousel-inner .active.carousel-item-left,
#slide .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#slide .carousel-fade .carousel-inner .active,
#slide .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#slide .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#slide .carousel-fade .carousel-inner .carousel-item-next,
#slide .carousel-fade .carousel-inner .carousel-item-prev,
#slide .carousel-fade .carousel-inner .active.carousel-item-left,
#slide .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#slide .carousel-control-prev,
#slide .carousel-control-next {
  width: 10%;
}

#slide .carousel-control-next-icon,
#slide .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#slide .carousel-indicators li {
  cursor: pointer;
}

#slide .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #460c79;
}

#slide .btn-get-started:hover {
  background: #fff;
  color: #460c79;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#header {
	height: 100px;
	transition: all 0.5s;
	z-index: 997;
	padding: 0px 0;
	background: rgba(245, 245, 245, 0.9);
	color: #333;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

header#header p i {
	font-size: 42px;
	position: relative;
	left: 30%;
}

/* lang Menu Essentials */

.nav-item,
.lang-menu {
	font-size: 90%;
}
.lang-menu p {
	position: relative;
	right: 25%;
}
.lang-menu a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
}
.lang-menu a {
	color: #7db0c0;
}
.lang-menu a:hover {
	color: #0c5c78;
}

/*--------------------------------------------------------------
# Header  font-color
--------------------------------------------------------------*/

header#header {
  overflow: visible;
}
header#header .navbar-nav p,
header#header .navbar-nav span {
	color: #7db0c0;
}
header#header .navbar-nav li:hover p,
header#header .navbar-nav li:hover span {
	color: #0c5c78;
}
header#header .dropdown-menu a {
	color: #7db0c0;
}
header#header .prime p,
header#header .prime span {
	color: #0c5c78;
}
header#header .lang-menu a:hover {
	color: #0c5c78;
}
.nav-item *,
.lang-menu * {
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .nav-item *,
  .lang-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}

@media (max-width: 991px) {
  .nav-item *,
  .lang-menu * {
    padding: 0;
    list-style: none;
  }
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  header#header .dropdown-menu .row {
    width: 1280px;
    padding: 0;
  }
}
@media (min-width: 992px) {
header#header .define {
	margin-top: 12px;
}
header#header .logo {
	width: 200px;
	height: auto;
	object-fit: contain;
}
header#header .lang-menu {
	margin-left: 30px;
	margin-right: 20px;
}
header .nav-item a span {
	font-size: 12px;
}
header#header li {
	margin-right: 1%;
}
header#header .menu-col {
	width: 100%;
}
header#header .dropdown-menu .row {
	display: flex;
	justify-content: space-between;
	gap: 0;
	padding: 0 20px;
	margin: 0 auto;
}
header#header .dropdown-menu ul {
	padding: 0;
	margin: 0;
}
header#header .dropdown-menu li {
	padding: 5px 0;
	transition: all 0.3s;
}
header#header .dropdown-menu a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s;
}
header#header .m-menu {
	position: static;
  .dropdown-menu {
    width: 100%;
  }
}
.dropdown-hover .dropdown-menu {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
	top: 87px;
}
.dropdown-hover:hover .dropdown-menu {
	max-height: 500px;
	opacity: 1;
}
.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
}
.dropdown-menu .row {
  min-height: 300px;
}

[class^=col-]{
	padding: 1rem;
	margin: 0 0 .25rem 0;
}
.navbar-collapse {
	display: flex;
	justify-content: flex-end;
}
.navbar-nav {
	margin-left: auto;
}
header#header.header-scrolled {
	background: rgba(245, 245, 245, 0.9);
	height: 60px;
	padding: 15px 0 0px 0;
}
header#header.header-scrolled .define {
	margin-top: -45px;
}
header#header.header-scrolled .logo {
	margin-top: 30px;
}
header#header.header-scrolled .lang-menu {
	margin-top: 10px;
}
header#header.header-scrolled p i {
	font-size: 0%;
}
header#header .pbox {
	padding: 40px 20px 40px 60px;
}
header#header .pbox h2:first-child {
	margin-top: 0px;
}
header#header .pbox h2 a {
	color: #0c5c78;
}
header#header .pbox ul li {
	margin-left: 10px;
}
header#header .pbox ul li a {
	display: block;
    width: 100%;
    height: 100%;
	padding: 0px 10px;
 	color: #0c5c78;
 	transition: background-color 0.5s ease, color 0.5s ease;
}
header#header .pbox ul li a:hover {
	color: #0c5c78;
    background-color: #daecf2;
    text-decoration: none;
    width: 100%;
}
header#header .pbox ul {
    width: 100%;
}
header#header .pbox h2 {
	font-weight: 600;
	font-size: 20px;
	padding: 5px 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

/*--------------------------------------------------------------
# sub-menu
--------------------------------------------------------------*/

header#header .sub-box {
	position: relative;
	display: block;
	padding: 0 0 20px 0px;
	background-color: #fff;
}
header#header .sub-box h3 {
	margin: 5px 0 0 0;
	font-size: 90%;
	font-weight: 600;
}
header#header .sub-box p {
	font-size: 80%;
	color: #666;
}
header#header .sub {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: 0px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
header#header .enone {
	display: none;
}
header#header .icon-decor {
  position: absolute;
  top: calc(50% - 80px);
  transform: translateY(-50%);
  right: 100px;
  font-size: 200px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
  color: #0c5c78;
}
header#header .geo-decor {
  position: absolute;
  right: 100px;
  top: 0;
  transform: translateY(-50%);
  width: 150px;
  height: 100%;
  background-image: url('/assets/img/shimonita-flag.svg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.pbox {
  position: relative;
  z-index: 1;
}
.icon-decor {
  animation: floatIcon 6s ease-in-out infinite;
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
}


@media (max-width: 991px) {
html, body {
  overflow-x: hidden;
}
.navbar-collapse {
    overflow-x: hidden;
}
header#header {
	height: 60px;
	padding: 0px 0 10px 20px;
	background: rgba(255, 255, 255, 1.0);
}
header#header .define {
	margin-top: 5px;
	background: rgba(255, 255, 255, 1.0);	
}
header#header p i {
	display: none;
}
header#header .logo {
	width: 160px;
	height: auto;
	object-fit: contain;
}
header#header .logo img {
	margin-top: 5px;
}
header#header .lang-menu {
    position: fixed;
    top: -10px;
    right: 20px;
    z-index: 9999;
  }
header#header #lang {
	margin-top: 25px;
}
header#header.header-scrolled {
	background: rgba(255, 255, 255, 0.9);
	height: 60px;
	padding: 0px 0 0px 20px;
	margin-top:0px;
}
header#header.header-scrolled .logo {
	margin-top: 0px;
}
header#header.header-scrolled .lang-menu {
    top: 40px;
    right: 20px;
}
header#lang .lang-menu a {
	color: #0c5c78;
}
header#header .lang-menu i {
	display: none;
}
header#header.header-scrolled .lang-menu {
	margin-top: -50px;
}
header#header .nav-item a {
	font-size: 16px;
	padding: 20px;
}
header#header li.dropdown-hover  {
	display: block;
	margin: 5px;
	background-color: #f5f5f5;
}
header#header .nav-item li {
	padding: 5px;
	background-color: #f5f5f5;
}
header#header .dropdown-toggle {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1rem;
	text-align: left;
}
header#header .navbar-toggler {
	position: absolute;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	z-index: 999 !important;
	background-color: #f8f9fa;
	color: #000;
	border: 1px solid #ccc;
	right: 60px;
}
header#header .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
header#header .dnone {
	display: none;
}
header#header h2.enone a {
	color: #fff !important;
}
header#header .pbox {
	padding: 0px 20px;
}
header#header .pbox h2 a {
	color: #0c5c78;
}
header#header .pbox ul {
	margin-bottom: 10px;
}
header#header .pbox ul li {
	margin-left: 0px;
}
header#header .pbox ul li a {
	color: #0c5c78;
}
header#header .pbox h2 {
	font-weight: 600;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 0px solid #ccc;
}
.navbar-nav .nav-item.dropdown .nav-link p {
    display: inline;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1050;
    overflow-y: auto;
	margin-top: 60px;
}
body.menu-open {
  overflow: hidden;
}
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

#main .section-header h2 {
  color: #111;
  text-transform: none;
  text-align: center;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #2dabd8;
}

#main .section-header h2::before {
}
#main .section-header h2::after {
}
#main .section-header p {
  text-align: center;
  padding-bottom: 30px;
}

#detail .headline h1 {
  color: #0c5c78;
  font-weight: 600;
  position: relative;
  font-size: 30px;
  margin-left: 110px;
}
#detail .headline .primode {
  padding-top: 0px;
  padding-bottom: 10px;
  position: relative;
}
#detail .headline .crumb {
  margin-left: 110px;
  font-size: 80%;
}

#detail .headline i {
  position: absolute;
  left: 0;
  top: 0px;
  background-color: #477f9a;
  font-size: 70px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 0.75rem;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#detail .headline a i {
  color: #fff;
}
#detail .headline a:hover i{
  background-color: #0c5c78;
}

#detail .section-header h1 {
  color: #0c5c78;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  position: relative;
  font-size: 30px;
}

#detail .section-header h1::before {
}

#detail .section-header h1::after {
}

#detail .section-header h2 {
  color: #0c5c78;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 30px;
}

#detail .section-header h2::before {
}

#detail .section-header h2::after {
}
#detail .section-header .primode {
  padding-top: 55px;
  padding-bottom: 35px;
}

#detail .section-header p {
  text-align: center;
  padding-bottom: 30px;
}

#detail .list {
  display: flex;
  padding: 0px;
}
#detail .wrap {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap:wrap;
  }

#detail .about-col {
  border-radius:  10px 10px 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  background: #fff;
  width: 100%;
  flex-direction: column;
  display:flex;
}
#detail .about-col h2 {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  padding: 20px 20px 0px 20px;
}
#detail .about-col h2.title {
	margin: 0 0 0 0;
}

#detail .about-col h2 a {
  color: #333;
}

#detail .about-col h2 a:hover {
  color: #088de4;
}

#detail .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #555;
  margin-bottom: 20px;
  padding: 0 20px;
}
#detail .about-col .date {
  font-size: 12px;
  color: #666;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
#detail .btn {
  border-radius: 4px;
  padding: 6px 30px 6px 30px;
  border: 2px solid #85b0be;
  color: #85b0be;
  font-weight: 500;
  font-size: 14px;
  margin: auto 20px 20px 20px;
}

#detail .btn:hover {
  background-color: #85b0be;
  color: #fff;
}

@media (min-width: 1025px) {
#detail .about-col {
}
}

#detail .about-col .img {
  position: relative;
}

#detail .about-col .img img {
  border-radius: 10px 10px 0 0;
}


/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}

/*--------------------------------------------------------------
# Pankuzu
--------------------------------------------------------------*/

.crumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem 0rem 1rem 0rem;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  list-style: none;
  font-size: 85%;
  border-top: 1px solid #ccc;
}

.crumb-item + .crumb-item {
  padding-left: 0.5rem;
}

.crumb-item + .crumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #b0abab;
  content: "/";
}

.crumb-item + .crumb-item:hover::before {
  text-decoration: underline;
}

.crumb-item + .crumb-item:hover::before {
  text-decoration: none;
}

.crumb-item.active,.crumb-item a {
  color: #b0abab;
}


/* Sub Pages
--------------------------------*/

#detail .subheadline h2 {
  color: #518ba0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-top: 55px;
  padding-bottom: 35px;
}
/* subheadline Essentials */

/* Desktop Navigation */
.sub-menu, .sub-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.sub-menu a {
  display: block;
  position: relative;
  padding: 0px 15px 12px 15px;
  transition: 0.3s;
}
.sub-menu a:hover, .sub-menu .active > a, .sub-menu li:hover > a {
  text-decoration: none;
}
.subheadline .sub-menu a{
  color: #96b8c4;
}
.subheadline .sub-menu a:hover{
  color: #0c5c78;
  transform: translateY(-6px);
}
.subheadline .sub-menu p i {
	font-size: 42px;
	position: relative;
	left: 30%;
	text-align: center;
 }
.subheadline .sub-menu a span {
  font-size: 12px;
}
.subheadline .sub-menu > ul > li {
}

/*--------------------------------------------------------------
#field
--------------------------------------------------------------*/

#field h1 {
    position: relative;
    color: #0c5c78;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
 }

#field h2 {
    color: #518ba0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #ccc;
    font-size: 30px;
    padding-top: 55px;
    padding-bottom: 35px;
}
#field h2::before {
}

#field h3 {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 8px;
    color: #333;
    font-weight: 600;
    font-size: 24px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

#field h4 {
    position: relative;
    background: #dceddf;
    padding: 8px 5px 8px 50px;
    font-weight: 500;
    font-size: 20px;
    color: #474747;
    border-radius: 0 10px 10px 0;
    margin: 10px 0 10px 0;
}

#field h4:before {
    font-family: shimonita;
    content: "\e924";
    display: inline-block;
    position: absolute;
    padding: 0em;
    color: white;
    background: #158b2b;
    font-weight: normal;
    width: 40px;
    text-align: center;
    height: 48px;
    line-height: 40px;
    left: 0em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 10px 0 0 10px;
}

#field h5 {
    position: relative;
    background: #dfe9ee;
    padding: 8px 5px 8px 50px;
    font-weight: 500;
    font-size: 20px;
    color: #474747;
    border-radius: 0 10px 10px 0;
    margin: 10px 0 10px 0;
}

#field h5:before {
    font-family: shimonita;
    content: "\e924";
    display: inline-block;
    position: absolute;
    padding: 0em;
    color: white;
    background: #15298b;
    font-weight: normal;
    width: 40px;
    text-align: center;
    height: 48px;
    line-height: 40px;
    left: 0em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 10px 0 0 10px;
}
#field h6 {
    position: relative;
    background: #e3e3f0;
    padding: 8px 5px 8px 50px;
    font-weight: 500;
    font-size: 20px;
    color: #474747;
    border-radius: 0 10px 10px 0;
    margin: 10px 0 10px 0;
}

#field h6:before {
    font-family: shimonita;
    content: "\e924";
    display: inline-block;
    position: absolute;
    padding: 0em;
    color: white;
    background: #6b158b;
    font-weight: normal;
    width: 40px;
    text-align: center;
    height: 48px;
    line-height: 40px;
    left: 0em;
    top: 50%;
     -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 10px 0 0 10px;
}
#field strong {
    color: #333;
    font-size: 100%;
    background: linear-gradient(transparent 0%, transparent 50%, #e5dfd3 50%, #e5dfd3 100%);
}

@media (min-width: 992px) {
#field {
	width: 960px;
	height: auto;
	margin: 0 auto;
}
#field p {
    padding: 15px 0px 15px 0px;
    margin-bottom: 20px;
    line-height: 1.8em;
    color: #333;
    font-size: 110%;
    text-align: initial;
}
#field p img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#field .wp-block-columns {
    display: flex;
    justify-content: center;
    gap: 20px;
}
#field .wp-block-columns p img {
    width: 95%;
    height: auto;
    margin: 0 auto;
    display: block;
}
}
@media (max-width: 991px) {
#field p {
    padding: 15px 0px 15px 0px;
    margin-bottom: 20px;
    line-height: 1.8em;
    color: #333;
    font-size: 110%;
}
#field img {
	width: 100%;
	height: auto;
}
#field .wp-block-columns {
	margin: 0;
}
}

#field .wp-block-columns {
	margin: 0;
}
#field .wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}
#field .wp-block-columns .wp-block-column p {
    padding: 15px 0px 15px 0px!important;
}

figure {
    display: block;
    text-align: center;
    margin: 0 auto;
}

figure img {
    width: 100%;
    height: auto;
}

figcaption {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #333;
}

/* blockquote */
#detail blockquote {
    position: relative;
    margin: 15px 0;
    padding: 0px 12px;
    box-sizing: border-box;
    font-style: normal;
    color: #464646;
    border: 3px solid #518ba0;
    border-left-width: 50px;
    border-radius: 6px;
}

#detail blockquote:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    content: "\e927";
    font-family: 'shimonita';
    color: #FFF;
    font-size: 40px;
    line-height: 1;
    font-weight: 100;
}

#detail blockquote p {
    position: relative;
    padding: 12px 0;
    margin: 0px 0;
    z-index: 3;
    line-height: 1.7;
}
#detail blockquote a {
	color: #333;
	text-decoration: underline;
}
#detail blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/*--------------------------------------------------------------
.clipadd  .quotepin  blockquote
--------------------------------------------------------------*/

/* .clipadd */
.clipadd {
    position: relative;
    margin: 15px 0;
    padding: 15px 12px;
    box-sizing: border-box;
    font-style: normal;
    color: #464646;
    border: 3px solid #518ba0;
    border-left-width: 50px;
    border-radius: 6px;
}
.ebt .clipadd {
	position: relative;
	margin: 15px 0;
	padding: 15px 12px;
	box-sizing: border-box;
	font-style: normal;
	color: #464646;
	border: 3px solid #b10731;
	border-left-width: 50px;
	border-radius: 6px;
}
.clipadd:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    content: "\e927";
    font-family: 'shimonita';
    color: #FFF;
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
}

.clipadd p {
    position: relative;
    padding: 0;
    margin: 5px 0;
    z-index: 3;
    line-height: 1.7;
}
.clipadd a {
	color: #333;
	text-decoration: underline;
}
.clipadd cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/* .quotepin */
.quotepin {
	position: relative;
	margin: 15px 0;
	padding: 15px 12px;
	box-sizing: border-box;
	font-style: normal;
	color: #464646;
	border: 3px solid #d39477;
	border-left-width: 50px;
	border-radius: 6px;
}

.quotepin:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    content: "\e926";
    font-family: 'shimonita';
    color: #FFF;
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
}

.quotepin p {
    position: relative;
    padding: 0;
    margin: 5px 0;
    z-index: 3;
    line-height: 1.7;
}
.quotepin a {
	color: #333;
	text-decoration: underline;
}
.quotepin cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/* .course */
.course {
	position: relative;
	margin: 15px 0;
	padding: 15px 12px;
	box-sizing: border-box;
	font-style: normal;
	color: #464646;
	border: 3px solid #d39477;
	border-radius: 6px;
}

/* ul li blockquote clipadd quotepin */

#field ul {
	margin:  20px 0 20px 0px;
	padding: 0 0 0 40px;
	list-style-type: none!important;
}
#field ul li,
#field ol li {
	margin: 10px 0 10px 0px;
}
#field ul li:before {
  font-family: shimonita;
  content: "\e91f";
  position: absolute;
  left : 30px;
  color: #0c5c78;
}
#field blockquote ul {
	margin:  0px;
	padding: 20px 0 20px 20px;
}
#field .quotepin ul,
#field .clipadd ul {
	margin:  0px;
	padding: 0 0 0 20px;
}
#field blockquote ul li,
#field blockquote ol li,
#field .quotepin ul li,
#field .quotepin ol li,
#field .clipadd ul li,
#field .clipadd ol li {
	margin:  0px;
}
#field .quotepin ul li:before {
  left : 10px;
  color: #a05532;
}
#field blockquote ul li:before,
#field .clipadd ul li:before {
  left : 10px;
}
#field ol {
	margin: 20px 0 20px 40px;
	padding: 0;
}
#field blockquote ol {
	margin: 20px 0 20px 30px
}
#field .quotepin ol,
#field .clipadd ol {
	margin: 0 0 0 30px
}

h2.trans-title {
	color: #518ba0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	position: relative;
	border-bottom: 1px solid #ccc;
	font-size: 30px;
	padding-top: 55px;
	padding-bottom: 35px;
}

@media (max-width:991px) {
#field h1 {
	font-size: 24px;
}
h2.trans-title,
#field h2 {
	font-size: 24px;
	padding-bottom: 15px;
}
#field h3 {
	font-size: 20px;
}

}

/*--------------------------------------------------------------
.wp-block-column
--------------------------------------------------------------*/

@media (min-width:480px) {
    #field .wp-block-column {
        flex-basis: calc(50% - 5px);
        flex-grow: 0
    }

    #field .wp-block-column:nth-child(2n) {
        margin-left: 10px
    }
}
@media (min-width:782px) {
     #field .wp-block-column:not(:first-child) {
        margin-left: 10px
    }
}
#field .wp-dmo-column-a,
#field .wp-dmo-column-b
 {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}
#field .wp-dmo-column p {
  padding: 3px 0px 3px 0px!important;
  }

@media (min-width:600px) {
    #field .wp-dmo-column-a {
        flex-basis: calc(25% - 5px);
        flex-grow: 0
    }
#field .wp-dmo-column-b {
    flex-basis: calc(75% - 5px);
    flex-grow: 0
}

    #field .wp-dmo-column-a:nth-child(2n),
    #field .wp-dmo-column-b:nth-child(2n) {
        margin-left: 10px
    }
}
@media (min-width:782px) {
     #field .wp-dmo-column-a:not(:first-child),
      #field .wp-dmo-column-b:not(:first-child) {
        margin-left: 10px
    }
}
/*--------------------------------------------------------------
iframe
--------------------------------------------------------------*/

#field iframe {
	width: 100%;
}
.wp-video {
	width: 100% !important;
}
video.wp-video-shortcode {
	background-color: #d6e1e3;
	width: 100%!important;
	height: 100%!important;
}
.wp-caption {
	width: 100% !important;
}

.media {
	width:100%;
	padding-bottom: 56.25%;
	height:0px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.media iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
#sitemap
--------------------------------------------------------------*/

#sitemap h2 {
    position: relative;
    width: 100%;
    margin-top: 25px;
    padding-top: 5px;
    padding-left: 70px;
    padding-bottom: 5px;
    color: #333;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    border-bottom: 2px solid #477f9a;
}
#sitemap h2 i {
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #477f9a;
    color: #fff;
	font-size: 34px;
	padding: 8px;
	margin-right: 0px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	border-radius: 10% 10% 0% 0%;
}

#sitemap a i {
	color: #fff;
}
#sitemap a:hover i{
	background-color: #c5d0d3;
}
#sitemap p {
	padding: 0px 0px 30px 0px;
	margin-left: 20px;
	line-height: 1.8em;
	color: #333;
	font-size: 100%;
}
#sitemap a {
	color: #333;
}
#sitemap a:hover {
	color: #f67a0a;
}

#sitemap .catlist a {
	font-size: 95%;
}
#sitemap .catlist {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #bbb;
}

#sitemap img {
	width: 100%;
	height: auto;
}
#sitemap .wp-block-columns {
	margin: 0;
}
#sitemap .wp-block-column {
	padding: 0 20px;
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}
#sitemap .wp-block-column p {
	padding: 3px 0px 3px 0px!important;
  }

/*--------------------------------------------------------------
dl dt dd
--------------------------------------------------------------*/

.tb {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tbttl {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 5px;
}

.service dl,.service dt,.service dd {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.service {
  background-color: #FFF;
  border-top: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.service  dt {
  background-color: #fbfbfb;
  font-weight: 600;
  padding: 15px;
  width: 25%;
  box-sizing: border-box;
  border-right:  1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
.service  dd {
  padding: 15px;
  width: 75%;
  box-sizing: border-box;
  border-right:  1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
@media (max-width: 992px) {
.service {
  border: none rgba(0, 0, 0, 0);
  box-shadow: none;
}
.service-body {
  padding: 0rem;
}
.service  dt,
.service  dd {
  width: 100%;	
  border-right: none rgba(0, 0, 0, 0);
}
}


/* none dl dt dd ---------------------------------- */

.service dl dt.none {
  border-bottom: none;
}

/* coloring 
------------------------------------------------------------ */
.service dl.service dt {
}

@media (max-width: 992px) {
  .service dl dt {
    width: 100%;
  }
  .service dl dd {
    margin: 10px 0 20px 0;
    width: 100%;
	text-align: left;
  }
}

/*--------------------------------------------------------------
Google Map
--------------------------------------------------------------*/

.map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	margin-top: 20px;
	border: 1px solid #ddd;
}
 
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Google Map Sightseeing
------------------------------------------------------------ */

.jtop {
	margin-top: -30px;	
}

.jmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	margin-bottom: 20px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
 
.jmap iframe,
.jmap object,
.jmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ACF route plan
------------------------------------------------------------ */
.plan p {
	line-height: 1.6em;
}
.plan span {
	background-color: #e2f6f3;
	padding: 0px 10px;
	color: #158b2b;
	border-radius: 25px;
}


/*--------------------------------------------------------------
Project Menu
--------------------------------------------------------------*/

.project-menu {
	margin-bottom: 30px;
}
.project-menu ul {
}

.project-menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.project-menu li a {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #ecdbc5;
  border-radius: 20px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  transition: all 0.3s ease 0s;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
	opacity: 1;
}

.project-menu li a.active {
  border-color: #e99e9e;
  background: #db7a46;
  color: #fff;
  text-decoration: none;
}

.project-menu li a:hover {
  border-color: #e99e9e;
  background: #db7a46;
  color: #fff;
  text-decoration: none;
  transform: translateY(-6px);
}

.portfolio-area {
  padding-top: 0px;
}
.project-menu li a {
  padding: 6px 12px;
  margin: 8px 4px;
}

@media (max-width: 992px) {
  .project-middle {
  	display: none;
  }
}
/* Project Menu2
--------------------------------*/

.project-menu {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.prmn,
.prmna {
  display: inline-block; 
}
.prmn i,
.prmna i {
  margin-right: 0px;
  color: #0c5c78;
}

.prmn a {
  margin: 5px 0;
  padding: 4px 5px;
  background: none 0 0 repeat scroll #b9c8cd;
  border: 1px solid #c5deec;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  transition: all 0.3s ease 0s;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
  opacity: 1;  
}
.prmn a::after {
content: "\e91b";
font-family: shimonita;
margin-left: 6px;
}
.prmna a {
  margin: 5px 0;
  padding: 4px 5px;
  background: none 0 0 repeat scroll #0c5c78;
  border: 1px solid #c5deec;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  transition: all 0.3s ease 0s;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
  opacity: 1;  
}
.prmna a::after {
  content: "\e91b";
  font-family: shimonita;
  margin-left: 6px;
}

.prmn a.active {
  border-color: #e99e9e;
  background: #db7a46;
  color: #fff;
  text-decoration: none;
}

.prmn a:hover {
  border-color: #e99e9e;
  background: #db7a46;
  color: #fff;
  text-decoration: none;
  transform: translateY(-6px);
}

.project-inner {
	margin: 3px 20px 10px 20px;
}
.project-inner .categ {
	margin: 0px 5px 0px 0;
	padding: 2px 3px;
	background: none 0 0 repeat scroll #fff;
	border: 1px solid #85abc0;
	border-radius: 8px;
	color: #85abc0;
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
}
.project-inner .categ a {
	color: #85abc0;
}


.portfolio-area {
	padding-top: 0px;
}
.project-menu li a {
	padding: 6px 12px;
	margin: 8px 4px;
}
.project-middle {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.project-middle .prmn a {
	background: none 0 0 repeat scroll #90acb5;
}
.project-middle .prmn a:hover {
	border-color: #e99e9e;
	background: #db7a46;
	color: #fff;
	text-decoration: none;
	transform: translateY(-6px);
}


/*--------------------------------------------------------------
# Welcome to Shimonita
--------------------------------------------------------------*/

/* Shimonita Section
--------------------------------*/

#welcome {
  background: url("/assets/img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#welcome::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#welcome .container {
  position: relative;
  z-index: 10;
}
#welcome .list {
  display: flex;
  padding: 0px;
}
#welcome .wrap {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
}

#welcome .about-col {
  border-radius:  10px 10px 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  background: #fff;
}

@media (min-width: 1025px) {
#welcome .about-col {
}
}

#welcome .about-col .img {
  position: relative;
}

#welcome .about-col .img img {
  border-radius: 10px 10px 0 0;
}

#welcome .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #0c5c78;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#welcome .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#welcome .about-col:hover .icon {
  background-color: #55a5aa;
}

#welcome .about-col:hover i {
  color: #fff;
}

#welcome .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#welcome .about-col h2 a {
  color: #333;
}

#welcome .about-col h2 a:hover {
  color: #088de4;
}

#welcome .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

.size-post-thumbnail,
.attachment-perform_thumbnail,
.attachment-tour_thumbnail {
  max-width: 100%;
  height: auto;
}

.thum-image {
  width: 768px;
  height: 450px;
  object-fit:cover;
}

/*--------------------------------------------------------------
# Access
--------------------------------------------------------------*/

/* access Section
--------------------------------*/

#access {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
  width: 100%;
}

#access .box {
  margin-bottom: 30px;
}

#access .icon {
  float: left;
}

#access .icon i {
  color: #0c5c78;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#access .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#access .title a {
  color: #111;
}

#access .box:hover .title a {
  color: #0c5c78;
}

#access .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* access-sub Section
--------------------------------*/

#access-sub {
  background: #fff;
  background-size: cover;
  padding: 30px 0 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 35px;
  width: 100%;
}

#access-sub .box {
  margin-top: 10px;
  margin-bottom: 10px;
}

#access-sub .icon {
  float: left;
}

#access-sub .icon i {
  color: #0c5c78;
  font-size: 36px;
  line-height: 0.8;
  transition: 0.5s;
}

#access-sub .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 18px;
}

#access-sub .title a {
  color: #111;
}

#access-sub .box:hover .title a {
  color: #0c5c78;
}
#access-sub .description {
  font-size: 12px;
  margin-left: 60px;
  line-height: 20px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# journey Section
--------------------------------------------------------------*/

#journey  {
  }
#journey img  {
  width: 100%;
  height: 100%;
 }

#journey h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}
#journey p {
  width: 100%;
  margin: 0 auto 30px auto;
  color: #fff;
}
#journey .caption {
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
#journey h2 {
  font-size: 24px;
}
}

/* jorney .jn-col
--------------------------------*/
#detail .jn-col {
  border-radius:  10px 10px 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  background: #fff;
  width: 100%;
  flex-direction: column;
  display:flex;
}
#detail .jn-col h2 {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  padding: 20px 20px 0px 20px;
}
#detail .jn-col h2.title {
	margin: 0 0 0 0;
}

#detail .jn-col h2 a {
  color: #333;
}

#detail .jn-col h2 a:hover {
  color: #088de4;
}

#detail .jn-col p {
  font-size: 14px;
  line-height: 24px;
  color: #555;
  margin-bottom: 20px;
  padding: 0 20px;
}
#detail .jn-col .date {
  font-size: 12px;
  color: #666;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
#detail .btn {
  border-radius: 4px;
  padding: 6px 30px 6px 30px;
  border: 2px solid #85b0be;
  color: #85b0be;
  font-weight: 500;
  font-size: 14px;
	margin: auto 20px 20px 20px;
}

#detail .btn:hover {
  background-color: #85b0be;
  color: #fff;
}

@media (min-width: 1025px) {
#detail .jn-col {
}
}

#detail .jn-col .img {
  position: relative;
}

#detail .jn-col .img img {
  border-radius: 10px 10px 0 0;
}

.flex {
	justify-content: center;
}

/* journey Details
--------------------------------*/
.journey-details {
  padding-top: 30px;
}

.journey-details .journey-container {
  position: relative;
}

.journey-details .journey-carousel {
  position: relative;
  z-index: 1;
}

.journey-details .journey-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.journey-details .journey-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.journey-details .journey-carousel .owl-dot.active {
  background-color: #18837d !important;
}

/*--------------------------------------------------------------
# blog
--------------------------------------------------------------*/
/* blog
--------------------------------*/

#blog {
  background: #fff;
  background-size: cover;
  padding: 60px 0;
}

#blog #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#blog #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#blog #portfolio-flters li:hover,
#blog #portfolio-flters li.filter-active {
  background: #460c79;
  color: #fff;
}

#blog #portfolio-flters li:last-child {
  margin-right: 0;
}

#blog p {
  color: #111;
}

#blog .portfolio-item{
	width: 100%;
}
#blog .crown {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 27%;
}

#blog .date {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#blog .cat {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 1px 5px;
	text-align: center;
  border-radius: 8px;
  color: #fff;
}

#blog .content {
	display: inline-block;
	width: 72%;
	text-align: left;
}

#blog ul {
  margin-left: 0;
}
#blog ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 1.2rem;
  padding: 6px 0px;
　margin-right: 20px;
}

#blog #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#blog #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#blog #portfolio-flters li:hover,
#blog #portfolio-flters li.filter-active {
  background: #460c79;
  color: #fff;
}

#blog #portfolio-flters li:last-child {
  margin-right: 0;
}

/* coloring / top badge
-------------------------------------------- */

#blog .cat-content
 {
  background-color: #24a295;
}


/*--------------------------------------------------------------
#blog btn
--------------------------------------------------------------*/
#blog .btn {
  border-radius: 4px;
  padding: 6px 30px 6px 30px;
  border: 2px solid #85b0be;
  color: #85b0be;
  font-weight: 500;
  margin: 10px 0px 20px 0px;
  font-size: 12px;
}

#blog .btn:hover {
  background-color: #85b0be;
  color: #fff;
}

@media (max-width: 991px) {
#blog .btn {
  width: 100%;
}
}
@media (min-width: 992px) {
#blog .btn {
  float: right;
}
}

@media (min-width: 1280px) {
  #blog .date {
	width: 55%;
  }
  #blog .cat {
	font-size: 80%;
	width: 38%;
}
#blog .cat {
  margin-left: -15px;
}
}

@media (max-width: 1279px) {
#blog #portfolio-flters li {
  font-size: 12px;
}
  #blog .crown {
	width: 100%;
	margin-bottom: 8px;
	margin-left: 0;
  }
  #blog .date {
	font-size: 80%;
  }
  #blog .cat {
	font-size: 60%;
  }
  #blog .content {
	width: 100%;
  }
  #blog ul {
  margin-left: -25px;
  }	
}

/*--------------------------------------------------------------
# farm
--------------------------------------------------------------*/
/* farm
--------------------------------*/

#farm {
  padding: 60px 0;
}

#farm #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#farm #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#farm #portfolio-flters li:hover,
#farm #portfolio-flters li.filter-active {
  background: #460c79;
  color: #fff;
}

#farm #portfolio-flters li:last-child {
  margin-right: 0;
}

#farm p {
  color: #111;
}

#farm .portfolio-item{
	width: 100%;
}
#farm .crown {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 33%;
}

#farm .date {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#farm .cat {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 1px 5px;
	text-align: center;
	border-radius: 8px;
	color: #fff;
}

#farm .content {
	display: inline-block;
	width: 65%;
	text-align: left;
}

#farm ul {
  margin-left: 0;
}
#farm ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 1.2rem;
  padding: 6px 0px;
  margin-right: 20px;
}

#farm #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#farm #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#farm #portfolio-flters li:hover,
#farm #portfolio-flters li.filter-active {
  background: #460c79;
  color: #fff;
}

#farm #portfolio-flters li:last-child {
  margin-right: 0;
}

/* coloring / top badge
-------------------------------------------- */

#farm .cat-farm,#farm .cat-shimonita-negi,#farm .cat-shiitake,
#farm .cat-shirataki,#farm .cat-vege,#farm .cat-ukokkei,
#farm .cat-kozufarm,#farm .cat-pottery,#farm .cat-prototype,
#farm .cat-cookware {
  background-color: #24a295;
}


/*--------------------------------------------------------------
#farm btn
--------------------------------------------------------------*/
#farm .btn {
  border-radius: 4px;
  padding: 6px 30px 6px 30px;
  border: 2px solid #85b0be;
  color: #85b0be;
  font-weight: 500;
  margin: 10px 0px 20px 0px;
  font-size: 12px;
}

#farm .btn:hover {
  background-color: #85b0be;
  color: #fff;
}

@media (max-width: 991px) {
#farm .btn {
	width: 100%;
}
}
@media (min-width: 992px) {
#farm .btn {
  float: right;
}
}

@media (min-width: 1280px) {
  #farm .date {
	width: 42%;
  }
  #farm .cat {
	font-size: 80%;
	width: 45%;
}
}

@media (max-width: 1279px) {
#farm #portfolio-flters li {
	font-size: 12px;
}
  #farm .crown {
	width: 100%;
	margin-bottom: 8px;
	margin-left: 0;
  }
  #farm .date {
	font-size: 80%;
  }
  #farm .cat {
	font-size: 60%;
  }
  #farm .content {
	width: 100%;
  }
  #farm ul {
	margin-left: -25px;
  }	
}


@media (max-width: 991px) {
  #farm .crown {
	width: 100%;
	margin-bottom: 8px;
	margin-left: 0;
  }
   #farm .content {
	width: 100%;
  }
  #farm ul {
	margin-left: -25px;
  }	
}



/*--------------------------------------------------------------
# News & Topics
--------------------------------------------------------------*/
/* News topics
--------------------------------*/

#new-info {
  background: #fff;
  background-size: cover;
  padding: 60px 0;
}

#new-info #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#new-info #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#new-info #portfolio-flters li:hover,
#new-info #portfolio-flters li.filter-active {
  background: #460c79;
  color: #fff;
}

#new-info #portfolio-flters li:last-child {
  margin-right: 0;
}

#new-info p {
  color: #111;
}

#new-info .portfolio-item{
	width: 100%;
}
#new-info .crown {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 27%;
}

#new-info .date {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#new-info .cat {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 1px 5px;
	text-align: center;
	border-radius: 8px;
	color: #fff;
}

#new-info .content {
	display: inline-block;
	width: 72%;
	text-align: left;
}

#new-info ul {
  margin-left: 0;
}
#new-info ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 1.2rem;
  padding: 6px 0px;
　margin-right: 20px;
}

#new-info #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#new-info #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#new-info #portfolio-flters li:hover,
#new-info #portfolio-flters li.filter-active {
  background: #460c79;
  color: #fff;
}

#new-info #portfolio-flters li:last-child {
  margin-right: 0;
}

#new-info .topics {
	background-color: orange;
	color: #fff;
}
#new-info .news {
	background-color: maroon;
	color: #fff;
}

/* coloring / top badge
-------------------------------------------- */

#new-info .cat-topics,
#new-info .cat-topics-en
 {
  background-color: #2c41be;
}

#new-info .cat-news,
#new-info .cat-news-en {
  background-color: #3aad1b;
}

#new-info .cat-info,
#new-info .cat-info-en {
  background-color: #C21043;
}

.label-commerce {
  background-color: #286090;
}

/*--------------------------------------------------------------
#new-info btn
--------------------------------------------------------------*/
#new-info .btn {
  border-radius: 4px;
  padding: 6px 30px 6px 30px;
  border: 2px solid #85b0be;
  color: #85b0be;
  font-weight: 500;
  margin: 10px 0px 20px 0px;
  font-size: 12px;
}

#new-info .btn:hover {
  background-color: #85b0be;
  color: #fff;
}

@media (max-width: 991px) {
#new-info .btn {
	width: 100%;
}
}
@media (min-width: 992px) {
#new-info .btn {
	float: right;
}
}

@media (min-width: 1280px) {
  #new-info .date {
	width: 55%;
  }
  #new-info .cat {
	font-size: 80%;
	width: 38%;
	margin-left: -15px;
  }
}

@media (max-width: 1279px) {
#new-info #portfolio-flters li {
  font-size: 12px;
}
  #new-info .crown {
	width: 100%;
	margin-bottom: 8px;
	margin-left: 0;
  }
  #new-info .date {
	font-size: 80%;
  }
  #new-info .cat {
	font-size: 60%;
  }
  #new-info .content {
	width: 100%;
  }
  #new-info ul {
	margin-left: -25px;
  }	
}


/*--------------------------------------------------------------
# News & Topics
--------------------------------------------------------------*/
/* notice
--------------------------------*/

#notice {
  background: #fff;
  background-size: cover;
  padding: 60px 0;
}

#notice #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#notice #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#notice #portfolio-flters li:hover,
#notice #portfolio-flters li.filter-active {
  background: #460c79;
  color: #fff;
}

#notice #portfolio-flters li:last-child {
  margin-right: 0;
}

#notice p {
  color: #111;
}

#notice .portfolio-item{
	width: 100%;
}
#notice .crown {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 100%;
}

#notice .date {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-right: 3px;
}
#notice .cat {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 1px 5px;
	text-align: center;
  border-radius: 8px;
  color: #fff;
  font-size: 70%;
}

#notice .content {
	display: inline-block;
	width: 100%;
	text-align: left;
}

#notice ul {
  margin-left: 0;
}
#notice ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 1.2rem;
  padding: 6px 0px;
}

#notice #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#notice #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#notice #portfolio-flters li:hover,
#notice #portfolio-flters li.filter-active {
  background: #460c79;
  color: #fff;
}

#notice #portfolio-flters li:last-child {
  margin-right: 0;
}

#notice .topics {
	background-color: orange;
	color: #fff;
}
#notice .news {
	background-color: maroon;
	color: #fff;
}

/* coloring / top badge
-------------------------------------------- */

#notice .cat-topics,
#notice .cat-topics-en
 {
  background-color: #2c41be;
}

#notice .cat-news,
#notice .cat-news-en {
  background-color: #3aad1b;
}

#notice .cat-info,
#notice .cat-info-en {
  background-color: #C21043;
}

@media (max-width: 991px) {
#notice #portfolio-flters li {
  font-size: 12px;
}
  #notice .crown {
	width: 100%;
	margin-bottom: 8px;
	margin-left: 0;
  }
  #notice .date {
	font-size: 80%;
  }
  #notice .cat {
	font-size: 60%;
  }
  #notice .content {
	width: 100%;
  }
  #notice ul {
  margin-left: -25px;
  }	
}

@media (min-width: 992px) {
  #notice .cat {
	font-size: 70%;
	width: 80px;
  }
#notice li {
margin-right: 40px;
}	
}

/*--------------------------------------------------------------
# Experience
--------------------------------------------------------------*/
#event-exp {
  background: #fff;
	background-size: cover;
  padding: 60px 0;
}

#event-exp #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#event-exp #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#event-exp #portfolio-flters li:hover,
#event-exp #portfolio-flters li.filter-active {
  background: #460c79;
  color: #fff;
}

#event-exp #portfolio-flters li:last-child {
  margin-right: 0;
}

#event-exp p {
  color: #111;
}

#event-exp .portfolio-item{
	width: 100%;
}
#event-exp .crown {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 33%;
}

#event-exp .date {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#event-exp .cat {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 1px 5px;
	text-align: center;
  border-radius: 8px;
  color: #fff;
}

#event-exp .content {
	display: inline-block;
	width: 65%;
	text-align: left;
}

#event-exp ul {
  margin-left: 0;
}
#event-exp ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 1.2rem;
  padding: 6px 0px;
  margin-right: 20px;
}

#event-exp #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#event-exp #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#event-exp #portfolio-flters li:hover,
#event-exp #portfolio-flters li.filter-active {
  background: #460c79;
  color: #fff;
}

#event-exp #portfolio-flters li:last-child {
  margin-right: 0;
}


/* coloring / top badge
-------------------------------------------- */

#event-exp .eventexp {
  background-color: #1f9ff1;
}
  #event-exp .cat {
  background-color: #1f9ff1;
  }
#event-exp .cat-log-negi {
  background-color: #3aad1b;
}
#event-exp .cat-log-heritage {
  background-color: #C21043;
}
#event-exp .cat-log-kozufarm {
  background-color: #2c41be;
}
#event-exp .cat-log-other {
  background-color: #109fc2;
}
#event-exp .cat-log-geo {
  background-color: #c29010;
}

/*--------------------------------------------------------------
#event-exp btn
--------------------------------------------------------------*/
#event-exp .btn {
  border-radius: 4px;
  padding: 6px 30px 6px 30px;
  border: 2px solid #85b0be;
  color: #85b0be;
  font-weight: 500;
	margin: 10px 0px 20px 0px;
	font-size: 12px;
}

#event-exp .btn:hover {
  background-color: #85b0be;
  color: #fff;
}

@media (max-width: 991px) {
#event-exp .btn {
	width: 100%;
}
}
@media (min-width: 992px) {
#event-exp .btn {
 float: right;
}
}

@media (min-width: 1280px) {
  #event-exp .date {
	width: 42%;
  }
  #event-exp .cat {
	font-size: 80%;
	width: 48%;
    }
  
}
@media (max-width: 1279px) {
  #event-exp .crown {
	width: 100%;
	margin-bottom: 8px;
	margin-left: 0;
  }
  #event-exp .date {
	font-size: 80%;
  }
  #event-exp .cat {
	font-size: 60%;
  }
  #event-exp .content {
	width: 100%;
  }
  #event-exp ul {
	margin-left: -25px;
  }	
}

/*--------------------------------------------------------------
# sns
--------------------------------------------------------------*/
/* sns Section
--------------------------------*/

#sns {
  padding: 60px 0;
}

#sns .list {
  border-radius:  10px;
  background-color: #fff;
}
#sns .pave {
  border-radius:  10px 10px 4px 4px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
#sns .twcl {
  border-radius:  10px 10px 10px 10px;
  background-color: #fff;
  margin-top: 20px; 
  margin-bottom: 20px;
}
#sns .sns {
  border-radius:  10px 10px 4px 4px;
  background-color: #fff;
  margin-bottom: 20px;
}
#sns .social-links {
  text-align: center;
}
#sns .social-links img {
  width: 150px;
  height: auto;
  padding: 0px 30px 20px 30px;
}

#sns .date {
  font-weight: 600;
  color: #555;
}

#sns h3.title {
  margin-top: 5px;
  font-size: 100%;
  font-weight: 500;
  padding: 0;
}

#sns h3.title a {
  color: #555;
}
#sns .btn {
  border-radius: 4px;
  padding: 6px 30px 6px 30px;
  border: 2px solid #85b0be;
  color: #85b0be;
  font-weight: 500;
  margin: 10px 0px 20px 0px;
  width: 100%;
}

#sns .btn:hover {
  background-color: #85b0be;
  color: #fff;
}

/*--------------------------------------------------------------
# performance
--------------------------------------------------------------*/
/* performance Section
--------------------------------*/

#performance {
  padding: 60px 0;
}
#performance list {
  border-radius:  10px;
  background-color: #fff;
  display: flex;
}
#performance .pave {
  border-radius:  10px 10px 4px 4px;
  background-color: #fff;
  margin-bottom: 20px;
}
#performance .twcl {
  border-radius:  10px 10px 4px 4px;
  background-color: #fff;
  margin-bottom: 20px;
}

#performance .sns {
  border-radius:  10px 10px 4px 4px;
  background-color: #fff;
  margin-bottom: 20px;
}
#performance .social-links {
  text-align: center;
}
#performance .social-links img {
  width: 150px;
  height: auto;
  padding: 0px 30px 20px 30px;
}

#performance .date {
  font-weight: 600;
  color: #555;
}

#performance h3.title {
  margin-top: 5px;
  font-size: 100%;
  font-weight: 500;
  padding: 0;
}

#performance h3.title a {
  color: #555;
}
#performance .btn {
  border-radius: 4px;
  padding: 6px 30px 6px 30px;
  border: 2px solid #85b0be;
  color: #85b0be;
  font-weight: 500;
  margin: 10px 0px 20px 0px;
  width: 100%;
}

#performance .btn:hover {
  background-color: #85b0be;
  color: #fff;
}

.innerimg {
  overflow: hidden;
  position: relative;
  padding-top: 60%;
  margin-bottom: 0px;
}
.trimming {
  overflow: hidden;
  position: relative;
  padding-top: 45%;
}
.plate {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sns-page {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}
.fb-page {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}
.sns-container {
    width: 100% !important;
}

@media (max-width: 991px) {
.sns-container {
    width: 100% !important;
}
}
@media (min-width: 992px) {
.sns-container {
    max-width: 100% !important;
}
}

/*--------------------------------------------------------------
# BANNER
--------------------------------------------------------------*/
/* Banner
--------------------------------*/

#banner {
  padding: 60px 0;
}

#banner img {
  max-width: 100%;
  height: auto;
  transition: 0.3s;
  padding: 15px 0;
  padding: 0 10px;
}

#banner img:hover {
  opacity: 1;
}

#banner .owl-nav,
#banner .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#banner .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#banner .owl-dot.active {
  background-color: #460c79;
}

/*--------------------------------------------------------------
Catchups Section
--------------------------------------------------------------*/

#catchups {
  background: linear-gradient(rgba(0, 86, 60, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%), url(/assets/img/myougi-bg.jpg) center center / cover fixed;
  padding: 100px 0;
  color: #FFF;
}

#catchups .section-header {
  margin-bottom: 40px;
}

#catchups h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

#catchups .owl-nav,
#catchups .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#catchups .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#catchups .owl-dot.active {
  background-color: #c14c00;
}

#catchups .cta-btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  margin-bottom: 30px;
  border: 3px solid #fff;
  color: #fff;
}
#catchups .cta-btn:hover {
  background: #c14c00;
  border: 3px solid #96b8c4;
}
@media (max-width: 991px) {
#catchups {
  padding: 50px 0;
}
#catchups h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #fff;
  padding: 0 0 20px 0;
  color: #111;
  font-size: 14px;
}
#footer .ftlogo img {
	max-width: 270px;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

@media (max-width: 992px) {
#footer .ftlogo img {
	max-width: 190px;
}
}

#footer .footer-top {
  background: linear-gradient(to bottom, #3a687d 0%, #305769 100%);
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 30px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #192b24;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0c7874;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #ccc;
}

#footer .footer-top h4::after {
  background: #0e9ea3;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #888;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f8bf76;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  color: #fff;
}
#footer .footer-top .footer-contact p a {
  color: #fff;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #460c79;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #3a687d;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
#footer .privacy {
  background-color: #33717a;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #ccc;
}
#footer .privacy ul {
  margin: 0 auto;
  text-align: center;
}
#footer .privacy ul li {
  display: inline;
  margin-right: 30px;
}
#footer .privacy ul li a {
  color: #ccc;
}

/*--------------------------------------------------------------
# second level
--------------------------------------------------------------*/

#level {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#level .mgb-20 {
  margin-bottom: 20px;
  padding: 0;
}
#level .title {
  font-weight: 600;
  font-size: 16px;
}

#level .title a {
  color: #111;
}

#level .box:hover .title a {
  color: #460c79;
}
#level .date {
  font-size: 14px;
  color: #666;
}

#level p {
  margin-bottom: 0;
}
#level .descr p {
  margin-bottom: 20px;
}

.line {
	border: #ccc 1px solid;
}
#level #catguide {
  padding: 0;
  margin: 0px 0 15px 0;
  list-style: none;
  text-align: center;
}

#level #catguide li {
  margin: 15px 3px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size:  90%;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #ebeff6;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
#level #catguide li a:hover,
#level #catguide li a:active,
#level #catguide li a:focus {
  color: #fff;
}

#level #catguide li:hover {
  background: #0c7872;
  color: #fff;
}

#level #catguide li:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
#level #catguide li {
  font-size: 60%px;
}
}

/* access submenu
--------------------------------------------------------------------------- */

.sub .icon {
  float: left;
}
.sub .icon i {
  color: #0c5c78;
  font-size: 36px;
  line-height: 0.8;
  transition: 0.5s;
}
.sub .access {
  margin-left: 40px;
}

@media (max-width: 992px) {
.disap {
	display: none;
}
}

}

/* coloring / new
--------------------------------------------------------------------------- */

span.label {
  margin-right: 5px;
  font-weight: normal;
  font-size: 85%;
}

span.label-new {
  background-color: none;
  color: #E01212;
  font-weight: bold;
}

/* pagenavi
--------------------------------------------------------------------------- */

.wp-pagenavi { 
   margin-left: 20px;
   padding-top: 10px;
   padding-bottom: 25px;
   clear: both;
}
.wp-pagenavi a,
span.pages {
   margin-right: 4px;
   padding: 1px 10px;
   border: 1px solid #3a687d;
   background: #fff;
   text-decoration: none;
   text-align:center;
   color: #3a687d;
   border-radius: 5px;
}
span.current {
   padding: 1px 20px;
   border: 1px solid #3a687d;
   background: #fff;
   text-decoration: none;
   text-align:center;
   color: #3a687d;
   border-radius: 5px;
}
.wp-pagenavi a:hover,
span.current{
   color: #FFF;
   background: #3a687d;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (max-width: 991px) {
body {
	margin-top: 60px;	
}

/*-------------- sub-box --------------*/
.side {
	margin-top: 20px;
}

/*-------------- # h1 h2 font --------------*/

#main .section-header h2 {
	font-size: 24px;
}
#detail .headline h1 {
	font-size: 24px;
	margin-left: 70px;
	min-height: 58px;
}
#detail .headline .crumb {
	margin-left: 0px;
}
#detail .headline i {
  font-size: 40px;
}
#detail .subheadline h2 {
	font-size: 24px;
}
#detail .section-header h1 {
	font-size: 24px;
}
#detail .section-header h2 {
	font-size: 24px;
}

/*-------------- # performance font --------------*/

#performance .date {
  font-weight: 600;
  font-size: 80%;
}
#performance h3.title {
  font-size: 80%;
  font-weight: 500;
}
#performance .btn {
  font-size: 12px;
}
}

@media (min-width: 992px) {

/*-------------- # h2 font --------------*/
#main .section-header h2 {
	font-size: 28px;
}
#detail .section-header h2 {
	font-size: 28px;
}

header#header.header-scrolled .icon {
	display: none;
}

/*-------------- # performance font --------------*/

#performance .date {
  font-weight: 600;
  font-size: 90%;
}
#performance h3.title {
  font-size: 100%;
  font-weight: 500;
}
#performance .btn {
  font-size: 14px;
}
.hellowrap {
	width: 960px;
	height: auto;
	margin: 0 auto;
}
.halowrap {
	width: 960px;
	height: auto;
	margin: 0 auto;
}
}

@media (min-width: 786px) {
#performance .perform {
	left: -20px;
}
}

@media (min-width: 992px) {
  #catchups .testimonial-item p {
    width: 80%;
  }
 }

@media (min-width: 1024px) {
  #slide p {
    width: 60%;
  }

  #slide .carousel-control-prev,
  #slide .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 991px) {
  .back-to-top {
    bottom: 15px;
  }

  #slide h2 {
    font-size: 24px;
  }
  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
    margin-left: -10px;
  }
  }
@media (max-width: 991px) {
  #blog .crown {
	width: 100%;
	margin-bottom: 8px;
	margin-left: 0;
  }
   #blog .content {
	width: 100%;
  }
  #blog ul {
  margin-left: -25px;
  }	
}

.line {
	border: 1px solid #333;
}

/*-------------- # attachment design --------------*/

.attach {
  position: relative;
  padding: 6px 5px 6px 40px;
  background-color: #f5f5f5;
  margin-bottom: 10px;
	margin-left: 0px;
  border-radius: 0 10px 10px 0;
}

.attach:before {
  font-family: shimonita;
  content: "\e925";
  font-size: 22px;
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #dd570c;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 45px;
  line-height: 40px;
  left: 0em;
  top: 50%;
  transform: translateY(-50%);
  border: solid 3px f5f5f5; 
  border-radius: 10px 0 0 10px;
}

.attach p {
  margin-left: 10px;
  font-size: 80%;
  padding: 3px 0px 3px 0px!important;
}
.linkage {
	position: relative;
	padding: 6px 5px 6px 40px;
	background-color: #f5f5f5;
	margin-bottom: 10px;
	margin-left: 0px;
	border-radius: 0 10px 10px 0;
}

.linkage:before {
  font-family: shimonita;
  content: "\e926";
  font-size: 22px;
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #053a90;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 45px;
  line-height: 40px;
  left: 0em;
  top: 50%;
  transform: translateY(-50%);
  border: solid 3px f5f5f5; 
  border-radius: 10px 0 0 10px;
}
.linkage p {
  margin-left: 10px;
  padding: 3px 0px 3px 0px!important;
  font-size: 80%;
}
.linkage p a {
	color: #0c5c78;
}

.route {
	position: relative;
	padding: 6px 5px 6px 40px;
	background-color: #f5f5f5;
	margin-bottom: 10px;
	margin-left: 0px;
	border-radius: 0 10px 10px 0;
}

.route:before {
  font-family: shimonita;
  content: "\e929";
  font-size: 22px;
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #0c89dd;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 45px;
  line-height: 40px;
  left: 0em;
  top: 50%;
  transform: translateY(-50%);
  border: solid 3px f5f5f5; 
  border-radius: 10px 0 0 10px;
}
.ebt .route {
  font-size: 16px;
  font-weight: 700;
}
.ebt .route:before {
   background: #0f3bb6;
}
.ebt .exp i {
  position: relative;
  top:  15px;
  margin-right: 10px;
  color: #0f3bb6;
  font-size: 50px;
  line-height: 2px;
}
@media (max-width: 991px) {
.ebt .exp i {
    top:  0px;
  font-size: 130%;
}
}
.route p {
  margin-left: 10px;
  font-size: 80%;
  padding: 3px 0px 3px 0px!important;
}
.route p a {
	color: #0c5c78;
}

.exp {
  position: relative;
  padding: 3px 25px 3px 25px;
  background-color: #f9f9f9;
  margin-bottom: 10px;
  margin-left: 0px;
  border-radius: 0px;
}
.exp p {
  margin-left: 10px;
  font-size: 80%;
}

/* .inquiry
--------------------------------------------------------------------------- */

.inquiry p {
  margin:  0px 20px 0px 20px;
}
.inquiry input[type="text"]　{
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.inquiry input,
.inquiry textarea {
	border: 1px solid #378886;
	border-radius: 4px;
	padding: 4px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.inquiry input.mx,
.inquiry textarea.mx {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.inquiry .ttls {
	margin: 0 30px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding: 0px 0;
	font-weight: 300;
}
.inquiry .ctns {
	margin: 0 30px;
	font-size: 20px;
	padding: 10px 0;
	font-weight: 500;
}
.inquiry .msg {
	margin-left: 30px;
	margin-bottom: 100px;
	font-size: 16px;
	padding: 10px 0;
	font-weight: 400;
}
 
.inquiry .twins {
  width: 40%;
  border-radius: 4px;
  padding: 6px 0px 6px 0px;
  border: 2px solid #85b0be;
  color: #85b0be;
  font-weight: 500;
  font-size: 18px;
  background-color :#fff;
  margin: 10px;
  box-sizing: border-box;
}

.inquiry .twins:hover {
  background-color: #85b0be;
  color: #fff;
}

.inquiry .tlp {
	width: 38%;
}
.inquiry .wspw { 
	white-space:pre-wrap;
}

.inquiry .tr {
	text-align: right;
	padding: 6px 3px;
}
.inquiry dl,.inquiry dt,.inquiry dd {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
.inquiry label {
	padding : 6px 6px;
	border-radius: 4px;
	margin-bottom: 0px;
}
.inquiry select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 30px 10px 10px;
	line-height: 1.1em;
	background-image: url(/assets/img/select-down.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right 3px center;
	background-color: #fff;
	border: 1px solid #27625e;
	border-radius: 4px;
}
.inquiry dl {
  background-color: #FFF;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.inquiry dt {
  font-weight: 500;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}
.inquiry dd {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  margin-top: -25px;
 }

.inquiry .required  {
	background-color: #d83e48;
	color:#fff;
	font-size: 70%;
	padding: 2px 5px;
	border-radius: 25%;
	margin-left: 7px;
  }
.inquiry  .option  {
	background-color: #aaa;
	color:#fff;
	font-size: 70%;
	padding: 2px 5px;
	border-radius: 25%;
	margin-left: 7px;
}
.inquiry .example {
	color: #adb9ba;
}
.inquiry .cap {
	margin-top: -10px;	
	margin-left: 20px;	
	margin-bottom: 20px;	
}

/* dl dt dd
--------------------------------------------------------------------------- */

.confirm dl,.confirm dt,.confirm  dd {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
.confirm label {
    border: #ddd 1px solid;
    padding : 6px 10px;
    margin-left: -10px;
}

.confirm dl {
  width: 90%;
  padding: 0 20px;
  background-color: #FFF;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.confirm  dt {
  font-weight: 500;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  background-color: #eee;
}
.confirm  dd {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
 }

.confirm .required,
.confirm .option  {
  display: none;
 }
.confirm .comment {
   padding: 30px 50px;
   border: 1px solid #518ba0;
   border-radius: 10px; 
   font-size: 18px;
 }
.confirm .example {
	display: none;
}
 
 @media (min-width:991px) {
 .confirm  {
   min-height: 600px;
  }
 }
 
 .btn-wrap {
 	 text-align: center;
 }
 
.submit {
  width: 60%;
  border-radius: 4px;
  padding: 6px 0px 6px 0px;
  border: 2px solid #85b0be;
  color: #85b0be;
  font-weight: 500;
  font-size: 18px;
  background-color :#fff;
  margin: 10px;
  box-sizing: border-box;
}

.submit:hover {
  background-color: #85b0be;
  color: #fff;
}

/* JTA
--------------------------------------------------------------------------- */

.jta {
	background: url("/assets/img/JTA-logo-sm.png") no-repeat;
	background-position: 100% 0%;
}

.jta-logo {
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}

@media (max-width: 991px) {
.jta {
	background: url("/assets/img/trans.png") no-repeat;
	background-position: 100% 0%;
}
}

/*--------------------------------------------------------------
# Geopark
--------------------------------------------------------------*/

#detail .sflag img {
	position: relative;
	max-width: 120px;
	width: 100%;
	height: auto;
	top:  100;
}

@media (max-width: 992px) {
#detail .sflag img {
	max-width: 50px;
}
}

#detail .geo-header {
  max-width: 1140px;
  width: 100%;
  min-height: 150px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (min-width: 992px) {
  #detail .geo-header {
    flex-direction: row;
    align-items: center;
  }
}

.geo-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.geo-texts h1 {
  color: #0c5c78;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}

.geo-texts p {
  color: #42A532;
  margin: 0;
  line-height: 1.5;
} 
@media (min-width: 992px) {
#detail .geo-header h1 {
	top: 40px;
	left: 180px;
	font-size: 36px;
}
#detail .geo-header p {
	top: 90px;
	left: 190px;
	font-size: 20px;
}
}
@media (max-width: 991px) {
#detail .geo-header h1 {
	top: 70px;
	left: 20px;
	font-size: 24px;
}
#detail .geo-header p {
	top: 105px;
	left: 20px;
	font-size: 16px;
}
}

/* geo Pages
--------------------------------*/

/* #park */
#park h1 {
  font-size: 32px; 
  margin: 70px 0 30px 0;
  color: #518ba0;
  padding: 1rem 2rem;
  border-top: 3px solid #518ba0;
  border-bottom: 3px solid #518ba0;
  font-weight: 600;
}

#park h4 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #009970;
}

#park h4:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc89;
}
#park h2 {
  font-size: 28px; 
  padding: 1rem 2rem;
  color: #fff;
  background: #009970;
  -webkit-box-shadow: 5px 5px 0 #007032;
  box-shadow: 5px 5px 0 #007032;
  margin: 40px 0 20px 0;
}

#park h3 {
  font-size: 24px;  
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem 0.5rem 3rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #da4a1f;
  margin: 20px 0;
}

#park h3:before {
   position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
#park h5 {
  position: relative;
  display: inline-block;
  margin: 1rem 0 1rem -10px;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 0 100vh 100vh 0;
  background: #0075a9;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

#park h5:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}

#park h6 {
  position: relative;
  background: #e3e9f0;
  padding: 8px 5px 8px 50px;
  font-weight: 500;
  font-size: 22px;
  color: #474747;
  border-radius: 0 10px 10px 0;
  margin: 10px 0 10px 0;
}

#park h6:before {
  font-family: shimonita;
  content: "\e924";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #15218b;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 48px;
  line-height: 40px;
  left: 0em;
  top: 50%;
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 10px 0 0 10px;
 }

#park strong {
  color: #0c5c78;
  font-size: 110%;
  background: linear-gradient(transparent 0%, transparent 50%, #e5dfd3 50%, #e5dfd3 100%);
}

@media (max-width:991px) {
#park h1 {
  font-size: 24px;
}
h2.trans-title,
#park h2 {
  font-size: 20px;
  padding-bottom: 15px;
  padding: 1rem 1rem;
}
#park h3 {
  font-size: 18px;
  padding: 0.5rem 2rem 0.5rem 2.5rem;
}

#park strong {
  font-size: 100%;
}
}


#park img {
	width: 100%;
	height: auto;
}
#park .wp-block-columns {
	margin: 0;
}
#park .wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}
#park .wp-block-column p {
	padding: 3px 0px 3px 0px!important;
  }
 #park .lft {
	padding-right: 20px;
}
#park .rgt {
	padding-left: 20px;
}
@media (max-width: 991px) {
#park .lft {
	padding-right: 0px;
}
#park .rgt {
	padding-left: 0px;
}
}
  
 /* ess
--------------------------------*/

.ess {
    position: relative;
    margin: 60px 0 30px 0;
    padding: 0.5em 1em;
	border-radius: 0 10px 10px 10px;
}
.ess .es-title {
    position: absolute;
    display: inline-block;
    top: -40px;
    left: -4px;
    padding: 20px 20px;
    height: 25px;
    line-height: 5px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 10px 10px 0 0;
}
.ess p {
    margin: 0; 
    padding: 0;
}

 /* ess
--------------------------------*/

.est {
    position: relative;
    margin: 60px 0 30px 0;
    padding: 0.5em 1em;
	border-radius: 10px 10px 10px 10px;
}
.ess dl {
	margin: 10px;
	font-size: 120%;
}
.ess dt {
	float: left;
	color: #fff;
	background: #e57185;
	font-weight: 400;
	border-radius: 5px;
	padding: 0 8px;
	width: 80px;
	text-align: center;
}
.ess dd {
	margin-left: 100px;
}
@media (max-width: 991px) {
.ess .es-title {
    font-size: 20px;
	}
.ess dt {
		float: none;
	}
.ess dd {
	margin-left: 0px;
	margin-top: 10px;
 }
}


/* ess color
--------------------------------*/

.es01 {
   background: #ec8e57;	
}
.eb01 {
     border: solid 4px #ec8e57;
}
.es02 {
   background: #20b283;	
}
.eb02 {
     border: 4px solid #20b283;
}
.es03 {
   background: #566fec;	
}
.eb03 {
     border: solid 4px #566fec;
}
.es04 {
   background: #be9c07;	
}
.eb04 {
     border: solid 4px #be9c07;
}

#park p {
  padding: 15px 0px 15px 0px;
  margin-bottom: 20px;
  line-height: 1.8em;
  color: #333;
  font-size: 120%;
}


/* ul li blockquote clipadd quotepin */

#park .clipadd,
#park .quotepin {
	font-size: 100%;	
}
#park ul {
	margin:  20px 0 20px 0px;
	padding: 0 0 0 40px;
  list-style-type: none!important;
}
#park ul li,
#park ol li {
	margin: 10px 0 10px 0px;
	font-size: 120%;
}
#park ul li:before {
  font-family: shimonita;
  content: "\e91f";
  position: absolute;
  left : 30px;
  color: #0c5c78;
}
#park blockquote ul {
	margin:  0px;
	padding: 20px 0 20px 20px;
}
#park .quotepin ul,
#park .clipadd ul {
	margin:  0px;
	padding: 0 0 0 20px;
}
#park blockquote ul li,
#park blockquote ol li,
#park .quotepin ul li,
#park .quotepin ol li,
#park .clipadd ul li,
#park .clipadd ol li {
	margin:  0px;
}
#park .quotepin ul li:before {
  left : 10px;
  color: #a05532;
}
#park blockquote ul li:before,
#park .clipadd ul li:before {
  left : 10px;
}
#park ol {
	margin: 20px 0 20px 40px;
	padding: 0;
}
#park blockquote ol {
	margin: 20px 0 20px 30px
}
#park .quotepin ol,
#park .clipadd ol {
	margin: 0 0 0 30px
}

@media (min-width:480px) {
    #park .wp-block-column {
        flex-basis: calc(50% - 5px);
        flex-grow: 0
    }

    #park .wp-block-column:nth-child(2n) {
        margin-left: 10px
    }
}
@media (min-width:782px) {
     #park .wp-block-column:not(:first-child) {
        margin-left: 10px
    }
}
#park .wp-dmo-column-a,
#park .wp-dmo-column-b
 {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}
#park .wp-dmo-column p {
  padding: 3px 0px 3px 0px!important;
  }

@media (min-width:600px) {
    #park .wp-dmo-column-a {
        flex-basis: calc(25% - 5px);
        flex-grow: 0
    }
#park .wp-dmo-column-b {
    flex-basis: calc(75% - 5px);
    flex-grow: 0
}

    #park .wp-dmo-column-a:nth-child(2n),
    #park .wp-dmo-column-b:nth-child(2n) {
        margin-left: 10px
    }
}
@media (min-width:782px) {
     #park .wp-dmo-column-a:not(:first-child),
      #park .wp-dmo-column-b:not(:first-child) {
        margin-left: 10px
    }
}

#park iframe {
	width: 100%;
}

/*-------------- # h1 h2 font --------------*/


/*-------------- # h2 font --------------*/
#detail .geo-header h2 {
	font-size: 28px;
}
/*-------------- ftmenu --------------*/

.geoft {
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #ccc;
}
.ftmenu {
    margin: 0px 5px 5px 0;
    padding: 2px 3px;
    background: none 0 0 repeat scroll #fff;
    border: 1px solid #85abc0;
    border-radius: 8px;
    color: #85abc0;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.ftmenua {
    margin: 0px 5px 0px 0;
    padding: 2px 3px;
    background: none 0 0 repeat scroll #367191;
    border: 1px solid #85abc0;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.ftmenu:hover {
    background: none 0 0 repeat scroll  #85abc0;
    border: 1px solid #85abc0;
    border-radius: 8px;
    color: #fff;
 }
 
/*--------------------------------------------------------------
# blowwom
--------------------------------------------------------------*/

#blossom  {
  padding: 60px 0;
}
#blossom .jn-col {
  border-radius:  10px 10px 4px 4px;
  background: #fff;
  width: 100%;
  height: auto;
  flex-direction: column;
  display:flex;
}
#blossom  list {
  display: flex;
}

#blossom .pave {
  border-radius:  10px 0px 4px 4px;
  background-color: #fff;
  margin-bottom: 20px;
}
#blossom .twcl {
  border-radius:  0px 10px 4px 4px;
  background-color: #fff;
  margin-bottom: 20px;
}

#blossom .trimmings {
  overflow: hidden;
  position: relative;
  padding-top: 70%;
}

#blossom .column {
  margin-top: 20px;
  font-size: 20px;
}
#blossom .column p {
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 85%;
}
#blossom .column .caption {
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

#blossom .entitle {
	position: relative;
	padding-top: 30px;
	font-size: 26px;
	border-bottom: 1px solid rgba(5,62,98,1);
}

#blossom .entitle span {
	position: relative;
	z-index: 2;
}

#blossom .entitle::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(136, 2, 68, 0.1);
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 1;
}
#blossom .datewrap {
	align-self: flex-end;
	margin: auto 0 20px 0;
}
#blossom .toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content:flex-start;
}

#blossom .realtime {
	margin: 15px 20px 0 0;
	font-size: 80%;  color: #85b0be;
}
#blossom .percent {
  border-radius: 20px;
  padding: 6px 10px 6px 10px;
  border: 2px solid #85b0be;
  background-color: #85b0be;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  width:auto;
}
#blossom .image {
width: 100%;
height: auto;
}

@media (max-width: 991px) {
#blossom  h2 {
  font-size: 24px;
}
}
#blossom .btn {
	border-radius: 4px;
	padding: 6px 30px 6px 30px;
	border: 2px solid #85b0be;
	color: #85b0be;
	font-weight: 500;
	margin: 10px 0px 20px 0px;
	font-size: 12px;
}

#blossom .btn:hover {
	background-color: #85b0be;
	color: #fff;
}

@media (max-width: 991px) {
#blossom .btn {
	width: 100%;
}
}
@media (min-width: 992px) {
#blossom .btn {
	float: right;
}
}

/*--------------------------------------------------------------
# campain
--------------------------------------------------------------*/

#campain  {
}

#campain .pave {
  border-radius:  10px 0px 4px 4px;
  background-color: #fff;
}
#campain .perform {
  border-radius:  0px 10px 4px 4px;
  background-color: #fff;
  margin: 0px 0;
}

#campain .trimmings {
  border-radius:  20px 0px 20px 0px;
  overflow: hidden;
  position: relative;
  padding-top: 70%;
}
#campain .wraps {
	padding: 10px;
	background-color: #fff;
	border-radius:  10px;
    margin-top: 20px;	
}
#campain .date {
	margin-top: 10px;
}
#campain .entitle {
	position: relative;
	padding-top: 10px;
	font-size: 26px;
	border-bottom: 1px solid #187b86;
}
#campain .entitle a {
	color: #187b86;
}
#campain .entitle span {
	position: relative;
	z-index: 2;
}

#campain .entitle::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(136, 2, 68, 0.1);
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 1;
}


/*--------------------------------------------------------------
# konpara
--------------------------------------------------------------*/

#konpara  {
  padding: 60px 0;
}

#konpara .jn-col {
	border-radius:  10px 10px 4px 4px;
	width: 100%;
	height: auto;
	flex-direction: column;
	display:flex;
}
#konpara  list {
	display: flex;
}

#konpara .pave {
	border-radius:  10px 0px 4px 4px;
	background-color: #fff;
	margin-bottom: 20px;
}
#konpara .twcl {
	border-radius:  0px 10px 4px 4px;
	margin-bottom: 20px;
	background-color: #fff;
 }
 @media (min-width:992px) {
#konpara .twcl {
	background-image: url('/assets/img/nyakucchi.jpg');
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: 90% 50%;
}
}
@media (max-width:991px) {
#konpara .twcl {
	background-image: url('/assets/img/nyakucchi.jpg');
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: 90% 65%;
}
}

#konpara .trimmings {
	overflow: hidden;
	position: relative;
	padding-top: 70%;
}

#konpara .column {
	margin-top: 20px;
	font-size: 20px;
}
#konpara .column p {
	width: 100%;
	margin: 0 auto 10px auto;
	font-size: 85%;
}
#konpara .column .caption {
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
}

#konpara .entitle {
	position: relative;
	padding-top: 30px;
	font-size: 26px;
	border-bottom: 1px solid rgba(5,62,98,1);
}

#konpara .entitle span {
	position: relative;
	z-index: 2;
}

#konpara .entitle::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(136, 2, 68, 0.1);
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 1;
}
#konpara .datewrap {
	align-self: flex-end;
	margin: -30px 0 20px 0;
}
#konpara .toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content:flex-start;
}

#konpara .realtime {
	margin: 15px 20px 0 0;
	font-size: 80%;  color: #85b0be;
}
#konpara .percent {
	border-radius: 20px;
	padding: 6px 10px 6px 10px;
	border: 2px solid #85b0be;
	background-color: #85b0be;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	width:auto;
}
#konpara .image {
	width: 100%;
	height: auto;
}

@media (max-width: 991px) {
#konpara  h2 {
	font-size: 24px;
}
}
#konpara .btn {
	border-radius: 4px;
	padding: 6px 30px 6px 30px;
	border: 2px solid #85b0be;
	color: #85b0be;
	font-weight: 500;
	margin: 10px 0px 20px 0px;
	font-size: 12px;
}

#konpara .btn:hover {
	background-color: #85b0be;
	color: #fff;
}

@media (max-width: 991px) {
#konpara .btn {
	width: 100%;
}
}
@media (min-width: 992px) {
#konpara .btn {
	float: right;
}
}

/*--------------------------------------------------------------
.crims
--------------------------------------------------------------*/

#field h2.crims {
	color: #d50410;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	position: relative;
	border-bottom: none;
	font-size: 30px;
	padding-top: 55px;
	padding-bottom: 25px;
}
#field h2::before {
}

/* .climsadd */
.climsadd {
	position: relative;
	margin: 15px 0;
	padding: 15px 12px;
	box-sizing: border-box;
	font-style: normal;
	color: #464646;
	border: 3px solid #d50410;
	border-left-width: 50px;
	border-radius: 6px;
	font-size: 1.1em;
}

.climsadd:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    content: "\e927";
    font-family: 'shimonita';
    color: #FFF;
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
}

.climsadd p {
    position: relative;
    padding: 0;
    margin: 5px 0;
    z-index: 3;
    line-height: 1.7;
}
.climsadd a {
	color: #333;
	text-decoration: underline;
}
.climsadd cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

#field .climsadd ul {
	margin:  20px 0 20px 0px;
	padding: 0 0 0 40px;
	list-style-type: none!important;
}
#field .climsadd  ul li,
#field ol li {
	margin: 10px 0 10px 0px;
}
#field .climsadd  ul li:before {
  font-family: shimonita;
  content: "\e91f";
  position: absolute;
  left : 20px;
  color: #ba5711;
}


/*--------------------------------------------------------------
# mojo
--------------------------------------------------------------*/

#detail .smojo img {
	position: relative;
	max-width: 300px;
	width: 100%;
	height: auto;
	top:  100;
}

@media (max-width: 992px) {
#detail .smojo img {
	max-width: 100px;
	top:  100;
}
}

#detail .sicon img {
	position: absolute;
	max-width: 150px;
	width: 100%;
	height: auto;
	top: 0;
	right: 0;
	z-index: 3;
}

@media (max-width: 992px) {
#detail .sicon img {
	max-width: 80px;
}
}
@media (max-width: 772px) {
#detail .sicon img {
	max-width: 50px;
}
}

#detail .sslag img {
	position: relative;
	max-width: 250px;
	width: 100%;
	height: auto;
	top:  100;
}

@media (max-width: 992px) {
#detail .sslag img {
	max-width: 100px;
	top:  100;
}
}

#detail .mojo-header {
	max-width: 1140px;
	width: 100%;
	height: 170px;
}
#detail .mojo-header h1 {
	color: #980C0C;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
 }
 
@media (min-width: 992px) {
#detail .mojo-header h1 {
	top: 40px;
	left: 330px;
	font-size: 36px;
}
#detail .mojo-header p {
	top: 90px;
	left: 330px;
}
}
@media (max-width: 991px) {
#detail .mojo-header h1 {
	top: 70px;
	left: 20px;
	font-size: 24px;
}
#detail .mojo-header p {
	top: 105px;
	left: 30px;
	font-size: 16px;
}
}
#detail .mojo-header p {
	color: #a5313c;
	font-size: 120%;;
	padding-bottom: 30px;
	position: absolute;
}



/* mojo Pages
--------------------------------*/

/* #mojo */
#mojo h1 {
  font-size: 32px; 
  margin: 70px 0 30px 0;
  color: #980C0C;
  padding: 1rem 2rem;
  border-top: 3px solid #980C0C;
  border-bottom: 3px solid #980C0C;
  font-weight: 600;
}

#mojo h4 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #009970;
}

#mojo h4:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #45cc00;
}
#mojo h2 {
  color: #980C0C;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 30px;
  padding-top: 55px;
  padding-bottom: 35px;
}

#mojo h3 {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 8px;
  color: #980C0C;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

#mojo h5 {
  position: relative;
  display: inline-block;
  margin: 1rem 0 1rem -10px;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 0 100vh 100vh 0;
  background: #0098a9;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

#mojo h5:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}

#mojo h6 {
  position: relative;
  background: #f0ebe3;
  padding: 8px 5px 8px 50px;
  font-weight: 500;
  font-size: 22px;
  color: #474747;
  border-radius: 0 10px 10px 0;
  margin: 10px 0 10px 0;
}

#mojo h6:before {
  font-family: shimonita;
  content: "\e924";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #980C0C;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 48px;
  line-height: 40px;
  left: 0em;
  top: 50%;
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 10px 0 0 10px;
 }

#mojo p a {
}
#mojo strong {
	color: #780b38;
	font-size: 110%;
	background: linear-gradient(transparent 0%, transparent 50%, #e5dfd3 50%, #e5dfd3 100%);
}

@media (max-width:991px) {
#mojo h1 {
	font-size: 24px;
}
h2.trans-title,
#mojo h2 {
	font-size: 20px;
	padding-bottom: 15px;
	padding: 1rem 1rem;
}
#mojo h3 {
	font-size: 18px;
	padding: 0.5rem 2rem 0.5rem 2.5rem;
}
#mojo p {
	font-size:90%;
 }
#mojo strong {
	font-size: 100%;
}
}


#mojo img {
	width: 100%;
	height: auto;
}
#mojo .wp-block-columns {
	margin: 0;
}
#mojo .wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}
#mojo .wp-block-column p {
  padding: 3px 0px 3px 0px!important;
  }
 #mojo .lft {
	padding-right: 20px;
}
#mojo .rgt {
	padding-left: 20px;
}
@media (max-width: 991px) {
#mojo .lft {
	padding-right: 0px;
}
#mojo .rgt {
	padding-left: 0px;
}
}
#mojo p {
	padding: 15px 0px 15px 0px;
	margin-bottom: 20px;
	line-height: 1.8em;
	color: #333;
	font-size: 120%;
}

#mojo .journey-details .journey-carousel .owl-dot.active {
	background-color: #980C0C !important;
}

/* ul li blockquote clipadd quotepin */

#mojo .clipadd,
#mojo .quotepin {
	font-size: 100%;	
}
#mojo ul {
	margin:  20px 0 20px 0px;
	padding: 0 0 0 40px;
	list-style-type: none!important;
}
#mojo ul li,
#mojo ol li {
	margin: 10px 0 10px 0px;
	font-size: 120%;
}
#mojo ul li:before {
	font-family: shimonita;
	content: "\e91f";
	position: absolute;
	left : 30px;
	color: #0c5c78;
}
#mojo blockquote ul {
	margin:  0px;
	padding: 20px 0 20px 20px;
}
#mojo .quotepin ul,
#mojo .clipadd ul {
	margin:  0px;
	padding: 0 0 0 20px;
}
#mojo blockquote ul li,
#mojo blockquote ol li,
#mojo .quotepin ul li,
#mojo .quotepin ol li,
#mojo .clipadd ul li,
#mojo .clipadd ol li {
	margin:  0px;
}
#mojo .quotepin ul li:before {
	left : 10px;
	color: #a05532;
}
#mojo blockquote ul li:before,
#mojo .clipadd ul li:before {
	left : 10px;
}
#mojo ol {
	margin: 20px 0 20px 40px;
	padding: 0;
}
#mojo blockquote ol {
	margin: 20px 0 20px 30px
}
#mojo .quotepin ol,
#mojo .clipadd ol {
	margin: 0 0 0 30px
}

@media (min-width:480px) {
    #mojo .wp-block-column {
        flex-basis: calc(50% - 5px);
        flex-grow: 0
    }

    #mojo .wp-block-column:nth-child(2n) {
        margin-left: 10px
    }
}
@media (min-width:782px) {
     #mojo .wp-block-column:not(:first-child) {
        margin-left: 10px
    }
}
#mojo .wp-dmo-column-a,
#mojo .wp-dmo-column-b
 {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}
#mojo .wp-dmo-column p {
	padding: 3px 0px 3px 0px!important;
  }

@media (min-width:600px) {
    #mojo .wp-dmo-column-a {
        flex-basis: calc(25% - 5px);
        flex-grow: 0
    }
#mojo .wp-dmo-column-b {
    flex-basis: calc(75% - 5px);
    flex-grow: 0
}

    #mojo .wp-dmo-column-a:nth-child(2n),
    #mojo .wp-dmo-column-b:nth-child(2n) {
        margin-left: 10px
    }
}
@media (min-width:782px) {
     #mojo .wp-dmo-column-a:not(:first-child),
      #mojo .wp-dmo-column-b:not(:first-child) {
        margin-left: 10px
    }
}

#mojo iframe {
	width: 100%;
}
/*-------------- # h2 font --------------*/
#detail .mojo-header h2 {
	font-size: 28px;
}

/* Mojo Project Menu
--------------------------------*/

#mojo .prmn,
#mojo .prmna {
	display: inline-block; 
}
#mojo .prmn i,
#mojo .prmna i {
	margin-right: 0px;
	color: #0c5c78;
}

#mojo .prmn a {
	margin: 5px 0;
	padding: 4px 5px;
	background: none 0 0 repeat scroll #ccc3b9;
	border: 1px solid #ecddc5;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	transition: all 0.3s ease 0s;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
	opacity: 1;  
}
#mojo .prmn a::after {
	content: "\e91b";
	font-family: shimonita;
	margin-left: 6px;
}
#mojo .prmna a {
	margin: 5px 0;
	padding: 4px 5px;
	background: none 0 0 repeat scroll #980C0C;
	border: 1px solid #e4a482;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	transition: all 0.3s ease 0s;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
	opacity: 1;  
}
#mojo .prmna a::after {
	content: "\e91b";
	font-family: shimonita;
	margin-left: 6px;
}

#mojo .prmn a.active {
	border-color: #e99e9e;
	background: #db7a46;
	color: #fff;
	text-decoration: none;
}

#mojo .prmn a:hover {
	border-color: #e99e9e;
	background: #db7a46;
	color: #fff;
	text-decoration: none;
	transform: translateY(-6px);
}

/*-------------- ftmenu --------------*/

#mojo .ftmenu {
    margin: 0px 5px 5px 0;
    padding: 2px 3px;
    background: none 0 0 repeat scroll #fff;
    border: 1px solid #eab599;
    border-radius: 8px;
    color: #eab599;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
#mojo .ftmenua {
    margin: 0px 5px 0px 0;
    padding: 2px 3px;
    background: none 0 0 repeat scroll #980C0C;
    border: 1px solid #c09984;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
#mojo .ftmenu:hover {
    background: none 0 0 repeat scroll  #db7a46;
    border: 1px solid #85abc0;
    border-radius: 8px;
    color: #fff;
 }
 
 /* #mojo  .jn-col
--------------------------------*/
#mojo .jn-col {
	border-radius:  10px 10px 4px 4px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
	background: #fff;
	width: 100%;
	flex-direction: column;
	display:flex;
}
#mojo .jn-col h2 {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	padding: 0;
	padding: 20px 20px 0px 20px;
	text-align: left;
	border-bottom: none;
}
#mojo .jn-col h2.title {
	margin: 0 0 0 0;
}

#mojo .jn-col h2 a {
	color: #333;
}

#mojo .jn-col h2 a:hover {
	color: #c06464;
}

#mojo .jn-col p {
	font-size: 14px;
	line-height: 24px;
	color: #555;
	margin-bottom: 20px;
	padding: 0 20px;
}
#mojo .jn-col .date {
	font-size: 12px;
	color: #666;
	margin-bottom: 0;
	padding: 0 20px 20px 20px;
}
#mojo .btn {
	border-radius: 4px;
	padding: 6px 30px 6px 30px;
	border: 2px solid #c06464;
	color: #c06464;
	font-weight: 500;
	font-size: 14px;
	margin: auto 20px 20px 20px;
}

#mojo .btn:hover {
	background-color: #c06464;
	color: #fff;
}

@media (min-width: 1025px) {
#mojo .jn-col {
}
}

#mojo .jn-col .img {
	position: relative;
}

#mojo .jn-col .img img {
	border-radius: 10px 10px 0 0;
}

/* mojotown
--------------------------------*/

#detail .mojo-header .mtown {
	color: #0c5c78;
 }

/* #mojotown */
#mojotown h1 {
	font-size: 32px; 
	margin: 70px 0 30px 0;
	color: #0c5c78;
	padding: 1rem 2rem;
	border-top: 3px solid #0c5c78;
	border-bottom: 3px solid #0c5c78;
	font-weight: 600;
}

#mojotown h4 {
	position: relative;
	padding: 1rem 2rem;
	border-bottom: 6px solid #009970;
}

#mojotown h4:before {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 20%;
	height: 6px;
	content: '';
	background: #00cc89;
}
#mojotown h2 {
	font-size: 28px; 
	padding: 1rem 2rem;
	color: #fff;
	background: #518ba0;
	-webkit-box-shadow: 5px 5px #005670;
	box-shadow: 5px 5px #005670;
	margin: 40px 0 20px 0;
}

#mojotown h3 {
	font-size: 24px;  
	position: relative;
	display: inline-block;
	padding: 0.5rem 2rem 0.5rem 3rem;
	color: #fff;
	border-radius: 100vh 0 0 100vh;
	background: #da4a1f;
	margin: 20px 0;
}

#mojotown h3:before {
	position: absolute;
	top: calc(50% - 7px);
	left: 10px;
	width: 14px;
	height: 14px;
	content: '';
	border-radius: 50%;
	background: #fff;
}
#mojotown h5 {
	position: relative;
	display: inline-block;
	margin: 1rem 0 1rem -10px;
	padding: 1rem 3rem;
	color: #fff;
	border-radius: 0 100vh 100vh 0;
	background: #0075a9;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

#mojotown h5:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #005276;
	border-left: 10px solid transparent;
}

#mojotown h6 {
	position: relative;
	background: #e3e9f0;
	padding: 8px 5px 8px 50px;
	font-weight: 500;
	font-size: 22px;
	color: #474747;
	border-radius: 0 10px 10px 0;
	margin: 10px 0 10px 0;
}

#mojotown h6:before {
	font-family: shimonita;
	content: "\e924";
	display: inline-block;
	position: absolute;
	padding: 0em;
	color: white;
	background: #15218b;
	font-weight: normal;
	width: 40px;
	text-align: center;
	height: 48px;
	line-height: 40px;
	left: 0em;
	top: 50%;
	transform: translateY(-50%);
	border: solid 3px white; 
	border-radius: 10px 0 0 10px;
 }
#mojotown p.consp {
	font-size: 150%;
	font-weight: 600;
	color: #518ba0;
}
#mojotown p a {
}
#mojotown strong {
  color: #0c5c78;
  font-size: 110%;
  background: linear-gradient(transparent 0%, transparent 50%, #e5dfd3 50%, #e5dfd3 100%);
}

@media (max-width:991px) {
#mojotown h1 {
  font-size: 24px;
}
h2.trans-title,
#mojotown h2 {
	font-size: 20px;
	padding-bottom: 15px;
	padding: 1rem 1rem;
}
#mojotown h3 {
	font-size: 18px;
	padding: 0.5rem 2rem 0.5rem 2.5rem;
}
#mojotown p {
	font-size:90%;
 }
#mojotown strong {
	font-size: 100%;
}
#detail .mojo-header p.mtown {
	font-size: 90%;
 }
#mojotown p.consp {
	font-size: 24px;
}
}

#mojotown img {
	width: 100%;
	height: auto;
}
#mojotown .wp-block-columns {
	margin: 0;
}
#mojotown .wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}
#mojotown .wp-block-column p {
	padding: 3px 0px 3px 0px!important;
  }
 #mojotown .lft {
	padding-right: 20px;
}
#mojotown .rgt {
	padding-left: 20px;
}
@media (max-width: 991px) {
#mojotown .lft {
	padding-right: 0px;
}
#mojotown .rgt {
	padding-left: 0px;
}
}
#mojotown p {
	padding: 15px 0px 15px 0px;
	margin-bottom: 20px;
	line-height: 1.8em;
	color: #333;
	font-size: 120%;
}


/* ul li blockquote clipadd quotepin */

#mojotown .clipadd,
#mojotown .quotepin {
	font-size: 100%;	
}
#mojotown ul {
	margin:  20px 0 20px 0px;
	padding: 0 0 0 40px;
	list-style-type: none!important;
}
#mojotown ul li,
#mojotown ol li {
	margin: 10px 0 10px 0px;
	font-size: 120%;
}
#mojotown ul li:before {
	font-family: shimonita;
	content: "\e91f";
	position: absolute;
	left : 30px;
	color: #0c5c78;
}
#mojotown blockquote ul {
	margin:  0px;
	padding: 20px 0 20px 20px;
}
#mojotown .quotepin ul,
#mojotown .clipadd ul {
	margin:  0px;
	padding: 0 0 0 20px;
}
#mojotown blockquote ul li,
#mojotown blockquote ol li,
#mojotown .quotepin ul li,
#mojotown .quotepin ol li,
#mojotown .clipadd ul li,
#mojotown .clipadd ol li {
	margin:  0px;
}
#mojotown .quotepin ul li:before {
	left : 10px;
	color: #a05532;
}
#mojotown blockquote ul li:before,
#mojotown .clipadd ul li:before {
	left : 10px;
}
#mojotown ol {
	margin: 20px 0 20px 40px;
	padding: 0;
}
#mojotown blockquote ol {
	margin: 20px 0 20px 30px
}
#mojotown .quotepin ol,
#mojotown .clipadd ol {
	margin: 0 0 0 30px
}

@media (min-width:480px) {
    #mojotown .wp-block-column {
        flex-basis: calc(50% - 5px);
        flex-grow: 0
    }

    #mojotown .wp-block-column:nth-child(2n) {
        margin-left: 10px
    }
}
@media (min-width:782px) {
     #mojotown .wp-block-column:not(:first-child) {
        margin-left: 10px
    }
}
#mojotown .wp-dmo-column-a,
#mojotown .wp-dmo-column-b
 {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}
#mojotown .wp-dmo-column p {
	padding: 3px 0px 3px 0px!important;
  }

@media (min-width:600px) {
    #mojotown .wp-dmo-column-a {
        flex-basis: calc(25% - 5px);
        flex-grow: 0
    }
#mojotown .wp-dmo-column-b {
    flex-basis: calc(75% - 5px);
    flex-grow: 0
}

    #mojotown .wp-dmo-column-a:nth-child(2n),
    #mojotown .wp-dmo-column-b:nth-child(2n) {
        margin-left: 10px
    }
}
@media (min-width:782px) {
     #mojotown .wp-dmo-column-a:not(:first-child),
      #mojotown .wp-dmo-column-b:not(:first-child) {
        margin-left: 10px
    }
}

#mojotown iframe {
	width: 100%;
}

/*-------------- # h2 font --------------*/
#detail .mojo-header h2 {
	font-size: 28px;
}

#mojotop {
	background: #fff;
	background-size: cover;
	padding: 60px 0;
	text-align: center;
}

#mojotop img {
	width: 70%;
}


/*-------------- # festival color --------------*/

#field h2.fesred {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	position: relative;
	border-bottom: 1px solid #ccc;
	font-size: 30px;
	padding-top: 55px;
	padding-bottom: 35px;
	background-color: #ce2121;
}

#field h4.fesred {
  position: relative;
  background: #ce2121;
  padding: 8px 5px 8px 50px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  border-radius: 0 10px 10px 0;
  margin: 10px 0 10px 0;
}

#field h4.fesred:before {
	font-family: shimonita;
	content: "\e924";
	display: inline-block;
	position: absolute;
	padding: 0em;
	color: white;
	background: #810d0d;
	font-weight: normal;
	width: 40px;
	text-align: center;
	height: 48px;
	line-height: 40px;
	left: 0em;
	top: 50%;
	transform: translateY(-50%);
	border: solid 3px white; 
	border-radius: 10px 0 0 10px;
}

/* .quotepin */
.quotepin.fesred {
	position: relative;
	margin: 15px 0;
	padding: 15px 12px;
	box-sizing: border-box;
	font-style: normal;
	color: #464646;
	border: 3px solid #ce2121;
	border-left-width: 50px;
	border-radius: 6px;
}

.quotepin.fesred:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    content: "\e926";
    font-family: 'shimonita';
    color: #FFF;
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
}

/*--------------------------------------------------------------
# Fukujuso
--------------------------------------------------------------*/

.fukujuso {
	background-color: #FED900!important;
}

.wh {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #fff!important;
}

.centered-img-70,
.centered-img-60 {
  text-align: center;
}

.centered-img-60 img {
  max-width: 60%;
  height: auto;
  display: inline-block;
}
.centered-img-70 img {
  max-width: 70%;
  height: auto;
  display: inline-block;
}