/*
  Theme Name: ぐるリッチ！北Q州
  Theme URI: http://underscores.me/
  Author: WOROKAS
  Author URI: https://www.worokas.com
  Description: Description
  Version: 1.0.0
  License: GNU General Public License v2 or later
  License URI: LICENSE
  Text Domain: gururich
  Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}
@font-face {
    font-family: alright-sans;
    src: url("https://www.gururich-kitaq.com/assets/font/alrightsansboldv3.otf") format("otf"),url(https://www.gururich-kitaq.com/assets/font/alrightsansboldv3.woff) format("woff"),url(https://www.gururich-kitaq.com/assets/font/alrightsansboldv3.ttf) format("truetype");
}
* {
    font-style: normal;
}
html { font-size: 81.25%; }
body {
	color: #333;
  width: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}
html, css{
  /*touch-action:none;*/
}
body, input, select, textarea {
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック","MS Gothic",sans-serif;*/
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

.no-padding {
  padding: 0;
}


ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
  -webkit-tap-highlight-color: rgba(0,164,218,0.5);
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
.object-fit-image {
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
.row-height {
  display: flex;
  flex-wrap: wrap;
}
.container {
	padding-right: 10px;
	padding-left: 10px;
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}
/*
.inview {
	opacity: 0;
  -webkit-transform: scale(1.01) translateY(10%);
  transform: scale(1.01) translateY(10%);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.inview.show {
	opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.inview.show.delay {
  transition-delay: 5s;
}
*/
/*==================
 SPLASH SCREEN
====================*/
.splash-screen{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #00a4da;
  z-index: 100000;
  transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
  transition-delay: .3s;
  
}
.loaded .splash-screen {
  height: 0;
  -webkit-transform: translateY(-1%);
  -ms-transform: translateY(-1%);
  transform: translateY(-1%);
}
#splash-svg {
  width: 200px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
  transition-delay: .3s;
  margin: 0 auto;
}
.loaded #splash-svg {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#splash-svg .st0, #splash-svg .st1 {
	stroke:transparent;
  fill:transparent;
}
#splash-svg.start .st0 {
	fill: #68b82e;
  stroke: #68b82e;
  stroke-dasharray: 2000;
  stroke-width: .2;
  -webkit-animation: stroke 3s ease-in .2s forwards;
  animation: stroke 3s ease-in .2s forwards;
}

#splash-svg.start .st1 {
	fill: #fff;
  stroke: #fff;
  stroke-dasharray: 2000;
  stroke-width: .1;
  -webkit-animation: stroke 3s ease-in .2s forwards;
  animation: stroke 3s ease-in .2s forwards;
}


@-webkit-keyframes stroke {
  0% {
    stroke-dashoffset: 2000;
    fill:transparent;
  }

  100% {
    stroke-dashoffset: 0;
    /*fill:transparent;*/
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 2000;
    fill:transparent;
  }

  100% {
    stroke-dashoffset: 0;
    /*fill:#68b82e;*/
  }
}
@-webkit-keyframes fill {
  0% {
    fill: transparent;
  }
  50% {
    fill:transparent;
  }
  100% {
    fill: #fff;
  }
}
@keyframes fill {
  0% {
    fill: transparent;
  }
  50% {
    fill:transparent;
  }
  100% {
    fill: #fff;
  }
}



/*==================
 HEADER SECTION
====================*/

#gu-header {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 480px){
  #gu-header {
    box-shadow: 0 0 5px #44bee3;
  }
}

/*==================
 NAVBAR SECTION
====================*/
.gu-main-navbar {
  background-color: transparent;
  border: none;
  padding: 16px 0;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gu-main-navbar .gu-main-nav {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
  text-align: center;
}

.gu-main-navbar .gu-main-nav li a {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 22px;
	padding-right: 22px;
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}

.gu-main-navbar .gu-main-nav .dropdown-menu {
  background-color: #fff;
  border-radius: 0;

}

.gu-main-navbar .gu-main-nav .dropdown-menu li a {
  padding: 10px 20px;
}

.gu-main-navbar .navbar-header .navbar-brand {
  display: inline-block;
  padding: 0;
  height: 34px;
  /*width: 180px;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gu-main-navbar .navbar-header .navbar-brand img {
  margin-top: 16px;
}


.gu-main-navbar .navbar-header .navbar-brand-small {
  height: 20px;
  margin-top: 16px;
  width: 105px;
}

.gu-main-navbar .navbar-header .navbar-brand-small span {
  margin-top: -4px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

@media only screen and (min-width: 1200px) {
	.input-wrap {
    padding-left: 0;
  }
}
.search-icon {
  position: absolute;
  width: 28px;
  height: 28px;
  top: calc(50% - 14px);
  right: 0;
  border-radius: 0 4px 4px 0;
}
.search-icon::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  border-radius: 50%;
  box-shadow: 0 0 0 2px #00a4da;
}
.search-icon::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 4px;
  top: calc(50% + 6px);
  left: calc(50% + 2px);
  border-top: solid 2px #00a4da;
  transform: rotate(45deg);
}

.select-wrap {
  position: relative;
  /*padding-left: 15px;*/
}
@media only screen and (min-width: 1200px) {
	.select-wrap {
    padding-left: 0;
  }
}
.select-wrap::after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-bottom: solid 2px #001a0d;
  border-right: solid 2px #001a0d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -3px;
}

.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  height: 32px;
  margin-top: 6px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 25px;
  background-color: #fff;
}

/*scrol to top*/

.scrollToTop {
  bottom: 30px;
  color: #fff;
  display: none;
  font-size: 30px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 55px;
  z-index: 999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 55px;
  /* border-radius: 50%; */
  background-color: #00a4da;
  border: 0;
}


.scrollToTop:hover,
.scrollToTop:focus {
  color: #fff;
}

/*==================
	VIDEO SECTION
====================*/
#gu-video {
	margin-top: 45px;
}
#gu-video .gu-video-area {
  position: relative;
  padding-top: 56.25%;
}
#gu-video .gu-video-area video {
  position:absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#gu-video .gu-video-area .slider-caption {
  width: 100%;
  color:#fff;
  letter-spacing:2px;
  font-size: 1.25rem;
	font-weight:400;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 10%;
}

/*==================
	SLIDER SECTION
====================*/

#gu-slider {
  display: inline;
  float: left;
  width: 100%;
/*  margin-top: 51px; */
  position: relative;
}
/*
@media only screen and (min-width: 481px) {
	#gu-slider {
    margin-top: 64px;
  }
}
@media only screen and (min-width: 1171px) {
	#gu-slider {
    margin-top: 92px;
  }
}
*/
.gu-slider-area {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
 /*
  padding-top: 46%;
  max-height: 600px;
  overflow: hidden;
*/
}

.gu-top-slider {
  display: inline;
/*
  /*float: left;
  position:absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
*/
}

.gu-top-slider  .gu-top-slider-single a {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.gu-top-slider .gu-top-slider-single img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
/*
@media only screen and (min-width: 481px) {
	.gu-top-slider .gu-top-slider-single img {
    height: 400px;
  }
}
@media only screen and (min-width: 1025px) {
	.gu-top-slider .gu-top-slider-single img {
    height: 600px;
  }
}
@media only screen and (min-width: 1199px) {
	.gu-top-slider .gu-top-slider-single img {
    height: 90vh;
  }
}
*/
.gu-top-slider .gu-top-slider-single .gu-top-slider-content {
  position: absolute;
  left: 0;
  bottom: 3%;
  padding: 0 5%;
  z-index: 99;
}
@media (min-width: 992px) {
    .gu-top-slider .gu-top-slider-single .gu-top-slider-content {
        top: 3%;
    }
}
.gu-top-slider .gu-top-slider-single .gu-top-slider-content .gu-top-slider-caption {
	color: #fff;
  letter-spacing: 2px;
  font-size: 1rem;
	font-weight: 100;
}
@media (min-width: 768px) {
  .gu-top-slider .gu-top-slider-single .gu-top-slider-content .gu-top-slider-caption {
	  font-size: 14px;
	}
}

.gu-top-slider .gu-top-slider-single .gu-top-slider-content .gu-slider-small-title {
  font-family: "Tangerine", cursive;
  font-size: 100px;
  font-weight: 400;
  line-height: 40px;
}

.gu-top-slider .gu-top-slider-single .gu-top-slider-content .gu-slider-title {
  color: #fff;
  font-size: 70px;
  line-height: 90px;
}

.gu-top-slider .gu-top-slider-single .gu-top-slider-content p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 0 30px;
}

.gu-top-slider .slick-prev::before {
  content: "\f177";
  font-family: fontAwesome;
}

.gu-top-slider .slick-next::before {
  content: "\f178";
  font-family: fontAwesome;
}

.gu-top-slider .slick-prev,
.gu-top-slider .slick-next {
  background-color: transparent;
  border: 2px solid #888;
  height: 60px;
  top: 50%;
  width: 70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gu-top-slider .slick-prev::before,
.gu-top-slider .slick-next::before {
  color: #888;
}

.gu-top-slider .slick-prev:hover,
.gu-top-slider .slick-prev:focus,
.gu-top-slider .slick-next:hover,
.gu-top-slider .slick-next:focus {
  color: #fff;
}

.gu-top-slider .slick-prev:hover::before,
.gu-top-slider .slick-prev:focus::before,
.gu-top-slider .slick-next:hover::before,
.gu-top-slider .slick-next:focus::before {
  color: #fff;
}

.gu-top-slider .slick-prev {
  left: 20px;
}

.gu-top-slider .slick-next {
  right: 20px;
}

.gu-top-slider .slick-dots {
  bottom: 20px;
}

.gu-top-slider .slick-dots li button {
  border-radius: 50%;
}

.gu-top-slider .slick-dots li button::before {
  color: transparent;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gu-top-slider .slick-dots li.slick-active button::before {
  color: transparent;
  border-radius: 50%;
  opacity: 1;
}

.gu-title {
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.gu-title .gu-bar-fold {
	width: 89px;
	height: 11px;
	display: inline-block;
	margin-bottom: 15px;
	background: url("https://www.gururich-kitaq.com/assets/images/common/bar-fold.svg") center center no-repeat;
  background-size: 100% auto;
}

.gu-title .gu-subtitle {
  font-size: 10px;
  color: #00a4da;
}

.gu-title h2 {
  color: #001a0d;
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: 0.15rem;
}

/*==================
 STREAM SECTION
====================*/

#gu-stream {
  display: inline;
  float: left;
  width: 100%;
}
.gu-news-area,
.gu-sns-area,
.gu-banner-area {
	display: inline;
  float: left;
  width: 100%;
  padding: 50px 0;
}
.gu-news-content,
.gu-sns-content,
.gu-banner-content {
  display: inline;
  float: left;
  width: 100%;
}

.gu-news-content .gu-news-widget {
  display: inline;
  float: left;
  width: 100%;
}

.gu-news-content .gu-news-widget li {
  font-size: 1.2rem;
  padding-bottom: 10px;
  margin-bottom: 13px;
  list-style: none;
  border-bottom: 1px solid #ded7cc;
}

.gu-news-content .gu-news-widget li span {
  display: inline-block;
  margin: 0 20px 10px 0;
  min-width: 100%;
}
@media only screen and (min-width: 481px) {
	.gu-news-content .gu-news-widget li span {
    min-width: 130px;
    margin: 0 20px 0 0;
  }
}
.gu-news-content .go2more {
	display: inline;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.gu-news-content .go2more a {
  font-size: 14px;
  border-radius: 25px;
  background-color: #00A4DA;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
  display: inline-block;
  width: 100%;
}
.gu-news-content .go2more a:hover {
  background-color: #7ED1EC;
}
 {
  display: inline;
  float: left;
  width: 100%;
}
.gu-banner-area {
	padding-top: 0;
}
.gu-banner-area a {
	display: block;
	margin-bottom: 10px;
}
.gu-banner-area a:hover {
	opacity: .7;
}
.gu-banner-area a:last-child {
  margin-bottom: 0px;
}
.gu-banner-area img {
	min-width: 100%;
}


.gu-sns-area {
  display: inline;
  float: left;
  width: 100%;
}

.gu-sns-content {
  display: inline;
  float: left;
  width: 100%;
}

.gu-sns {
  /*display: inline-block;*/
  width: 100%;
  text-align: center;
}

.gu-sns li {
  display: inline-block;
  float: none;
}

.gu-sns li a {
  font-size: .8rem;
  border: 0;
  border-bottom: 4px solid #f2f2f2 !important;
  border-radius: 0 !important;
  color: #481a20;
  margin: 0;
  padding: .5rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 481px) {
  .gu-sns li a {
  	font-size: 1.25rem;
  	white-space: nowrap;
  }
}
.gu-sns li a:hover,
.gu-sns .active a,
.gu-sns .active a:hover,
.gu-sns .active a:focus {
  background-color: #FFF;
  border-top: 0!important;
  border-left: 0!important;
  border-right: 0!important;
  border-bottom: 4px solid #7fd1eb;
}

.gu-sns li a .fa {
	color: #fff;
  width: 26px;
  height: 26px;
  margin: 0;
  border-radius: 50%;
  background-color: #ccc;
  line-height: 26px;
  text-align: center;
}

.gu-sns li.gu-sns-ig a .fa {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
}
.gu-sns li.gu-sns-fb a .fa {
  background-color: #3C5A99;
}
.gu-sns li.gu-sns-tw a .fa {
  background-color: #1DA1F2;
}
.gu-sns li.gu-sns-yt a .fa {
  background-color: #DA1725;
}
.gu-sns li.gu-sns-ig a .fa {
  background-color: #fff;
}
.gu-sns li.gu-sns-ig.active a .fa {
  background-color: transparent;
}
.gu-sns li.active.gu-sns-ig a .fa {
  background-color: transparent;
}

.gu-sns li a .fa:before {
	padding 0;
	line-height: 26px;
}

.gu-sns li.gu-sns-ig a {
  border-bottom: 4px solid!important;
  border-image: linear-gradient(135deg, #427eff 0%, #f13f79 70%)!important;
  border-image-slice: 1!important;
}
.gu-sns li.gu-sns-fb a { 
  border-bottom: 4px solid #3C5A99!important;
}
.gu-sns li.gu-sns-tw a {
  border-bottom: 4px solid #1DA1F2!important;
}
.gu-sns li.gu-sns-yt a{ 
  border-bottom: 4px solid #DA1725!important;
}

.gu-sns li.active.gu-sns-ig a, 
.gu-sns li.gu-sns-ig a:hover, 
.gu-sns li.active.gu-sns-ig a:hover, 
.gu-sns li.active.gu-sns-ig a:focus {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  color: #fff;
  word-break: initial;
}
.gu-sns li.active.gu-sns-fb a, 
.gu-sns li.gu-sns-fb a:hover, 
.gu-sns li.active.gu-sns-fb a:hover, 
.gu-sns li.active.gu-sns-fb a:focus {
  background-color: #3C5A99;
  color: #fff;
}
.gu-sns li.active.gu-sns-tw a, 
.gu-sns li.gu-sns-tw a:hover, 
.gu-sns li.active.gu-sns-tw a:hover, 
.gu-sns li.active.gu-sns-tw a:focus {
  background-color: #1DA1F2;
  color: #fff;
}
.gu-sns li.active.gu-sns-yt a, 
.gu-sns li.gu-sns-yt a:hover, 
.gu-sns li.active.gu-sns-yt a:hover, 
.gu-sns li.active.gu-sns-yt a:focus {
  background-color: #DA1725;
  color: #fff;
}

.gu-sns .active.gu-sns-ig a .fa,
.gu-sns .gu-sns-ig a:hover .fa,
.gu-sns .active.gu-sns-ig a:hover .fa,
.gu-sns .active.gu-sns-ig a:focus .fa {
	background-color: #4C64D3;
}
.gu-sns .active.gu-sns-fb a .fa,
.gu-sns .gu-sns-fb a:hover .fa,
.gu-sns .active.gu-sns-fb a:hover .fa,
.gu-sns .active.gu-sns-fb a:focus .fa {
  background-color: #3C5A99;
}
.gu-sns .active.gu-sns-tw a .fa,
.gu-sns .gu-sns-tw a:hover .fa,
.gu-sns .active.gu-sns-tw a:hover .fa,
.gu-sns .active.gu-sns-tw a:focus .fa {
  background-color: #1DA1F2;
}
.gu-sns .active.gu-sns-yt a .fa,
.gu-sns .gu-sns-yt a:hover .fa,
.gu-sns .active.gu-sns-yt a:hover .fa,
.gu-sns .active.gu-sns-yt a:focus .fa {
  background-color: #DA1725;
}

.gu-tab-content-area {
  display: inline;
  float: left;
  width: 100%;
  height: 600px;
  padding: 14px 0;
  overflow-y: scroll;
}
.gu-instagram-container,
.gu-facebook-container,
.gu-twitter-container,
.gu-youtube-container {
	display: inline;
  float: left;
  width: 100%;
}
.gu-instagram-container{ width: 100%; }
.gu-twitter-container{ width: 100%; }
.gu-facebook-container {
  max-width: 500px;
  margin: 0 auto;
}
.gu-facebook-container > .fb-page {
  width: 100%;
}
.gu-facebook-container > .fb-page > span,
.gu-facebook-container iframe {
  width: 100% !important;
}
.gu-single-youtube {
	width: 100%;
  margin-bottom: 30px;
}

.gu-single-youtube:last-child {
  margin-bottom: 0px;
}
.gu-single-youtube-item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.gu-single-youtube .gu-single-youtube-item .movie-box-modal p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
}
.gu-single-youtube p i {
    color: #fff;
    font-size: 6rem;
}
@media screen and (max-width: 480px){
  #gu-stream .row .col-md-6 {
    overflow: hidden;
  }
}



/*==================
SEARCH SECTION
====================*/

#gu-search {
  background-color: #ebedee;
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}

.gu-search-area {
  display: inline;
  float: left;
  width: 100%;
}

.gu-search-content {
  display: inline;
  float: left;
  margin-top: 20px;
  padding: 0 100px;
  width: 100%;
}

.gu-search-content h3 {
  color: #fff;
  display: inline-block;
  padding-bottom: 10px;
  font-weight: bold;
}

.gu-search-content p {
  color: #fff;
  letter-spacing: 0.5px;
  padding: 0 50px;
  text-align: center;
}

.gu-search-left {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  padding: 20px 10px 15px;
  border: #e2ddd3 solid 1px;
}

#calendar-box {
	width: 100%;
}

.datepicker {
  border-radius: 0;
  padding: 0;
}

.datepicker-inline {
	width: 100%;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  font-size: 20px;
}
.datepicker .prev a,
.datepicker .next a{
	display:block;
	width: 100;
	line-height: 1.5;
}

.table-condensed {
	width: 100%;
}

/*.table-condensed > thead > tr > th,*/
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 10px;
}

.datepicker td, .datepicker th {
  text-align: center;
  margin: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: #fff solid 2px;
}

.datepicker table tr td {
  background-color: #f0f3f5;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
	background-color: #00a4da;
}
.datepicker table tr td a {
  text-decoration: underline;
}

.datepicker table tr td.day:hover {
  color: #fff;
}

.gu-search-right {
  display: inline;
  float: left;
  width: 100%;
}

.gu-search-form .form-group {
	margin-bottom: 17px;
}

.gu-search-form .form-group label {
	font-size: 1rem;
	font-weight: normal;
	padding-right: 0;
	margin-bottom: 8px;
	text-align: left;
	width: 100%;
}
.gu-search-form .input-wrap,
.gu-search-form .select-wrap {
	position: relative;
	width: 100%;
	display: inline-block;
}
@media only screen and (min-width: 768px) {
	.gu-search-form .form-group label {
    width: 22%;
  }
  .gu-search-form .input-wrap,
  .gu-search-form .select-wrap {
	  width: 77%;
	}
}
.gu-search-form input[type="text"] {
	border: 1px solid #ded7cc;
	border-radius: 20px;
	color: #000;
	height: 40px;
	padding-left: 1.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.gu-search-form .search-icon {
	right: 20px;
}

.gu-search-form input[type="text"]:focus {
  box-shadow: none;
}

.gu-search-form .select-wrap::after {

}

.gu-search-form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  border: 1px solid #ded7cc;
  border-radius: 20px;
  background-color: #fff;
}

.gu-search-form .select-wrap select:focus {
  box-shadow: none;
}

.gu-search-form .select-wrap select option {
  margin-bottom: 10px;
  color: #000;
}

.gu-search-form .form-group ul {
	position: relative;
  font-size: .7rem;
  text-align: center;
}
@media only screen and (min-width: 481px) {
	.gu-search-form .form-group ul {
    font-size: 1.1rem;
	}
}
.gu-search-form .form-group ul li {
	float: none;
	text-align: left;
  margin-bottom: 1rem;
}
.gu-search-form .form-group ul li a {
   vertical-align: middle;
   width: 100%;
   height: 100%;
}
.gu-search-form button[type="submit"],
.gu-search-form button[type="reset"] {
	width: 48%;
	font-size: 1.2rem;
	color: #fff;
  border: none;
  margin-left: 0;
  margin-top: 10px;
  padding: 14px 0;
  border-radius: 25px;
}
.gu-search-form button[type="submit"] {
  background-color: #00A4DA;
  float: right;
}
.gu-search-form button[type="reset"] {
  background-color: #ccc;
  float: left;
}


/*==================
 SPOT SECTION
====================*/
.gu-spot-slider-area {
/*
  display: inline;
  float: left;
*/
  position: relative;
	overflow: hidden;
	width: 100%;
/*	max-height: 530px; */
}
/*
@media only screen and (min-width: 481px) {
	.gu-spot-slider-area {
    height: 450px;
  }
}
@media only screen and (min-width: 1025px) {
	.gu-spot-slider .gu-spot-slider-single img {
    height: 550px;
  }
}
*/
.gu-spot-slider {
	padding-left: 0;
	padding-right: 5px;
}

.gu-spot-slider-single {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
.gu-spot-slider-single img {
	width: 100%;
  height: auto;
}
.slick-dots {
	position: static;
}
.slick-dots li button:before {
	font-size: 50px;
}
.gu-spot-slider-thumbs {
  overflow: hidden;
  background-color: #000;
  padding-left: 0;
  padding-right: 0;
}
/*
.gu-spot-slider .gu-spot-slider-single img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
*/
/*
@media only screen and (min-width: 481px) {
	.gu-spot-slider-single {
    height: 300px;
  }
}
@media only screen and (min-width: 769px) {

	.gu-spot-slider-single {
    height: 400px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
	.gu-spot-slider-single {
    height: 500px;
  }
}
*/
.gu-spot-slider-thumbs-single {
	position: relative;
	cursor: pointer;
}
.gu-spot-slider-thumbs-single img {
	width: 100%
}
.gu-spot-slider-thumbs-single:after {
  content:'';
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .3s opacity linear;
}

.gu-spot-slider-thumbs-single.gu-thumbnail-current:after {
  opacity: 0;
}

#gu-spot {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}

.gu-spot-area {
  display: inline;
  float: left;
  width: 100%;
}

.gu-spot-content {
  display: inline;
  float: left;
  width: 100%;
}

.gu-spot-body {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 50px;
}

.gu-single-spot {
  display: inline;
  padding-right: 0;
  padding-left: 0;
}

.gu-single-spot:last-child {
  margin-bottom: 0px;
}

.gu-single-spot .gu-single-spot-item {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

.gu-single-spot .gu-single-spot-item .gu-single-spot-see {
	background-image: url("https://www.gururich-kitaq.com/assets/images/top/spot-1.jpg");
	background-size:contain;
}

.gu-single-spot .gu-single-spot-item .gu-single-spot-eat {
	background-image: url("https://www.gururich-kitaq.com/assets/images/top/spot-2.jpg");
	background-size:contain;
}

.gu-single-spot .gu-single-spot-item .gu-single-spot-buy {
	background-image: url("https://www.gururich-kitaq.com/assets/images/top/spot-3.jpg");
	background-size:contain;
}

.gu-single-spot .gu-single-spot-item .gu-single-spot-stay {
	background-image: url("https://www.gururich-kitaq.com/assets/images/top/spot-4.jpg");
	background-size:contain;
}

.gu-single-spot .gu-single-spot-item .gu-single-spot-model {
	background-image: url("https://www.gururich-kitaq.com/assets/images/top/spot-5.jpg");
	background-size:contain;
}

.gu-single-spot .gu-single-spot-item .gu-single-spot-search {
	background-image: url("https://www.gururich-kitaq.com/assets/images/top/spot-6.jpg");
	background-size: cover;
    background-repeat: no-repeat;
}

figure.gu-single-spot-img.gu-single-spot-search:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.3;
    display: block;
}

.gu-single-spot .gu-single-spot-item:hover .gu-single-spot-info {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.gu-single-spot .gu-single-spot-item .gu-single-spot-img {
  display: inline;
  float: left;
  overflow: hidden;
  width: 100%;
}

.gu-single-spot .gu-single-spot-item .gu-single-spot-img img {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.gu-single-spot .gu-single-spot-item .gu-single-spot-genre {
	position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.16);
}

@media only screen and (min-width: 481px) {
	.gu-single-spot .gu-single-spot-item .gu-single-spot-genre {
	  font-size: 1.5rem;
	}
}
@media only screen and (min-width: 768px) {
	.gu-single-spot .gu-single-spot-item .gu-single-spot-genre {
	  font-size: 2rem;
	}
}

.gu-single-spot .gu-single-spot-item .gu-single-spot-info {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 28%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}


/*==================
  AdSense SECTION
====================*/

#gu-ad-sense {
  background-color: #f9f9f9;
  padding: 32px 0;
  display: inline;
  float: left;
  width: 100%;
}

.gu-ad-sense-area {
  display: inline;
  float: left;
  width: 100%;
}

.gu-ad-sense-content {
  display: inline;
  float: left;
  width: 100%;
}

.gu-ad-sense-slider {
  display: inline;
  float: left;
  width: 100%;
}

.gu-ad-sense-slider li {
  display: inline;
  float: left;
  width: 100%;
}

.gu-ad-sense-slider li .gu-ad-sense-single {
  display: inline;
  float: left;
  padding: 0 150px;
  position: relative;
  width: 100%;
}

.gu-ad-sense-slider li .gu-ad-sense-single .gu-ad-sense-info {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
}


/*==================
  AREA SECTION
====================*/
.parent-pageid-1390 .gu-content-area img {
  width: 100%;
  height: auto;
}


/*==================
  FEATURE & EVENT SECTION
====================*/

#gu-feature,
#gu-event {
  display: inline;
  float: left;
  padding: 30px 0 20px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
	#gu-feature,
  #gu-event {
    padding: 40px 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
	#gu-feature,
  #gu-event {
    padding: 60px 0 35px;
  }
}

.gu-feature-area,
.gu-event-area {
  display: inline;
  float: left;
  width: 100%;
}

.gu-feature-content,
.gu-event-content {
  display: inline;
  float: left;
  width: 100%;
  overflow: hidden;
}
#gu-feature-carousel {
	height: 300px;
}
#gu-feature-carousel .kc-horizon {
	position: relative !important;
}
#gu-feature-carousel a {
  display: block;
  transition: all ease .5s;
}
#gu-feature-carousel a:hover {
  opacity: .7;
}

@media only screen and (min-width: 768px) {
	#gu-feature-carousel {
	  height: 350px;
  }
}


#gu-feature-carousel img {
	pointer-events: none;
  width:100%;
}


.gu-event-nav {
  display: inline;
  float: left;
  width: 100%;
}

.gu-event-nav .slick-list li {
  display: inline-block;
  margin: 0 5px 0;
/*  width: 22%; */
  overflow: hidden;
}
/*
.gu-event-nav .slick-list li:first-child {
  margin-left: 0;
}

.gu-event-nav .slick-list li:last-child {
  margin-right: 0;
}
*/
.gu-event-nav .slick-list li .gu-single-event {
  display: inline;
  float: left;
  width: 100%;
}
.gu-event-nav .slick-list li .gu-single-event a {
  transition: all ease .5s;
}

.gu-event-nav .slick-list li .gu-single-event .gu-single-event-img {
  position: relative;
  width: 100%;
  padding-top: 140%;
  overflow: hidden;
  margin: 0 auto;
}

.gu-event-nav .slick-list li .gu-single-event .gu-single-event-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  transition: all ease .5s;
}

.gu-event-nav .slick-list li .gu-single-event .gu-single-event-img img:hover {
  opacity: .7;
}

.gu-event-nav .slick-list li .gu-single-event .gu-single-event-info {
  display: inline;
  float: left;
  padding: 8px 0 20px;
  width: 100%;
}

.gu-event-nav .slick-list li .gu-single-event .gu-single-event-info h4 {
	font-size: 1.125rem;
  margin-bottom: 1.125rem;
  height: 32px;
  overflow: hidden;
}

.gu-event-nav .slick-list li .gu-single-event .gu-single-event-info span {
  font-size: 10px;
  letter-spacing: 0.5px;
  display: block;
}
@media only screen and (min-width: 1097px) {
  .gu-event-nav .slick-list li .gu-single-event .gu-single-event-info span {
	  font-size: 12px;
  }
}
.gu-event-nav .slick-list li .gu-single-event .gu-single-event-info span.date {
	color: #00b961;
	margin-bottom: 5px;
}
@media only screen and (min-width: 1097px) {
	.gu-event-nav .slick-list li .gu-single-event .gu-single-event-info span.date {
		margin-bottom: 10px;
  }
}
.gu-event-nav .slick-list li .gu-single-event .gu-single-event-info span.area,
.gu-event-nav .slick-list li .gu-single-event .gu-single-event-info span.area a {
	color: #00a4da;
}

/*==================
 FOOTER SECTION
====================*/
#gu-footer-nav {
	display: block;
  width: 100%;
  float: left;
	background-color: #e2f5fa;
}

#gu-footer {
	display: block;
  width: 100%;
  float: left;
  padding: 30px 0 20px;
  width: 100%;
  background-color: #00a4da;
}
.gu-footer-area {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
}
.gu-footer-widget-left {
  display: inline-block;
}

.gu-footer-widget-left p {
	font-size: 1.1rem;
	color: #fff;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 0.8rem;
}

.gu-footer-widget-left p a {
	color: #fff;
  text-decoration: none;
}
.gu-footer-widget-left p a:hover {
	text-decoration: underline;
}

.gu-footer-widget-left address p {
  letter-spacing: 0.5px;
}

.gu-footer-widget-right {
	padding-top: 0;
}
.gu-footer-social {
    display: flex;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
    margin-top: 30px;
}

.gu-footer-social a {
  background-color: #00a4da;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  width: 40px;
  margin-right: 7px;
  margin-left: 7px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.gu-footer-social a:hover {
  background-color: #fff;
  color: #00a4da;
  border: 1px solid #00a4da;
}

.gu-footer-social a:nth-last {
	margin-right: 0;
}

.gu-footer-lang {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 13px;
}

.gu-footer-lang .gu-footer-lang-list {
  margin: 0;
　padding: 0;
}
.gu-footer-lang .gu-footer-lang-list li{
  list-style: none;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.gu-footer-lang .gu-footer-lang-list li:not(:first-child){
  border-left: 1px solid #fff;
}
.gu-footer-lang .gu-footer-lang-list li:nth-child(4){
  border-left: none;
}
@media only screen and (min-width: 769px) {
	.gu-footer-lang .gu-footer-lang-list li:nth-child(4){
	  border-left: 1px solid #fff;
  }
}

.gu-footer-lang .gu-footer-lang-list li a{
	font-size: 1.1rem;
  letter-spacing: 0.5px;
	text-decoration: none;
	padding: 0 12px;
	color: #fff;
}
.gu-footer-lang .gu-footer-lang-list li a:hover{
	text-decoration: underline;
}

.gu-footer-copyright {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
}

.gu-footer-copyright p {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  color: #fff;
  margin: 0;
}

.gu-footer-navi {
	display: block;
  width: 100%;
  padding: 80px 0 100px;
  float: left;
}

.gu-footer-navi .gu-footer-single-navi {
  	width: 20%;
  float: left;
}

.gu-footer-navi ul {
  list-style: none;
}

.gu-footer-navi .gu-footer-single-navi ul li a {
	display: block;
  font-size: 1.4rem;
  margin-bottom: 1.23rem;
  color: #001a0d;
  transition: all ease .25s;
}
.gu-footer-navi a:hover {
  color: #00a4da!important;
}

.gu-footer-navi .gu-footer-single-navi .sub-menu {
  margin-left: 0;
}

.gu-footer-navi .gu-footer-single-navi .sub-menu li a {
	display: block;
  font-size: 1.23rem;
  margin-bottom: 1rem;
  color: #001a0d;
}

.gu-footer-navi .gu-footer-single-navi .sub-menu li a::before {
  content: "-";
  width: 5px;
  height: 5px;
  margin-right: 10px;
}

.gu-footer-navi .gu-footer-smart-navi {
	width: 100%;
	text-align:center;
}
.gu-footer-navi .gu-footer-smart-navi li {
	border-top: 1px solid #00a4da;
	padding: 2rem 0;
}
.gu-footer-navi .gu-footer-smart-navi li:last-child {
	border-bottom: 1px solid #00a4da;
}
.gu-footer-navi .gu-footer-smart-navi li a {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  line-height: 1;
}
@media screen and (min-width: 991px) {
	#gu-footer {
    padding: 80px 0;
  }
  .gu-footer-area {
	  text-align: left;
  }
  .gu-footer-social,
  .gu-footer-lang,
	.gu-footer-copyright {
    text-align: right;
  }
  .gu-footer-widget-right {
	  padding-top: 27px;
  }
}

/*==================
 RESPONSIVE DESIGN
====================*/

@media (max-width: 1199px) {

  .gu-main-navbar .gu-main-nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
/*
  .gu-top-slider .gu-top-slider-single .gu-top-slider-content {
    position: absolute;
    left: 0;
    bottom: 10%;
    padding: 0 5%;
  }
*/
  .gu-top-slider .gu-top-slider-single .gu-top-slider-content .gu-slider-small-title {
    font-size: 80px;
  }

  .gu-top-slider .gu-top-slider-single .gu-top-slider-content .gu-slider-title {
    font-size: 55px;
    line-height: 70px;
  }

  .gu-search-content {
    padding: 0;
  }

  .gu-ad-sense-slider li .gu-ad-sense-single {
    padding: 0 50px;
  }

  .gu-single-spot .gu-single-spot-item .gu-single-spot-info {
    padding-top: 26%;
  }


}


@media (max-width: 991px) {

  .gu-main-navbar .gu-main-nav li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .gu-top-slider-content .gu-search-btn {
    display: none;
  }

  .gu-search-form {
    text-align: center;
  }

  .gu-search-right {
    margin-top: 60px;
  }

  #gu-spot .gu-spot-area .gu-spot-content .gu-spot-body .gu-single-spot .gu-single-spot-item .gu-single-spot-info {
    padding-top: 22%;
  }

  #gu-ad-sense .gu-ad-sense-area .gu-ad-sense-content .gu-ad-sense-slider li .gu-ad-sense-single {
    padding: 0 60px;
  }

  #gu-ad-sense .gu-ad-sense-area .gu-ad-sense-content .gu-ad-sense-slider li .gu-ad-sense-single .gu-ad-sense-info p::before {
    top: 40%;
  }


}


@media (max-width: 767px) {

  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border: 0;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }

  .gu-main-navbar .gu-main-nav {
    background-color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #fff;
  }

}

/*
@media (max-width: 640px) {
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }
/*
  #gu-slider .gu-slider-area .gu-top-slider .gu-top-slider-single .gu-top-slider-content .gu-slider-title {
    font-size: 50px;
    line-height: 75px;
  }
 .gu-top-slider .gu-top-slider-single .gu-top-slider-content {
    top: 18%;
  }
*/
/*
  #gu-stream .gu-sns-area .gu-sns-content .gu-sns li a {
    font-size: 16px;
    margin: 0 5px;
  }

  #gu-spot .gu-spot-area .gu-spot-content .gu-spot-body .gu-single-spot .gu-single-spot-item .gu-single-spot-info {
    padding-top: 18%;
  }

  #gu-ad-sense .gu-ad-sense-area .gu-ad-sense-content .gu-ad-sense-slider li .gu-ad-sense-single {
    padding: 0;
  }

  .gu-ad-sense-slider li .gu-ad-sense-single .gu-ad-sense-info p {
    font-size: 16px;
    line-height: 30px;
  }

  #gu-feature .gu-feature-area .gu-feature-content .gu-feature-nav .slick-list li .gu-single-chef .gu-feature-chef-social a {
    margin: 0 3px;
    padding: 3px 0;
    width: 30px;
  }

  .gu-top-slider .slick-dots {
    display: none !important;
  }

  .gu-top-slider .gu-top-slider-single .gu-top-slider-content .gu-slider-small-title {
    font-size: 45px;
    line-height: 35px;
  }

  .gu-top-slider .gu-top-slider-single .gu-top-slider-content p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 0 5px;
  }

  #gu-slider .gu-slider-area .gu-top-slider .gu-top-slider-single .gu-top-slider-content .gu-slider-title {
    font-size: 30px;
    line-height: 50px;
  }

}


@media (max-width: 480px) {

  .gu-top-slider .gu-top-slider-single .gu-top-slider-content {
   top: 20%;
  }


  .gu-top-slider .gu-top-slider-single .gu-top-slider-content p {
    display: none;
  }

  .gu-search-content p {
    padding: 0;
  }


  .gu-title {
    margin-bottom: 0;
  }

  #gu-ad-sense .gu-ad-sense-area .gu-ad-sense-content .gu-ad-sense-slider li .gu-ad-sense-single {
    padding: 0;
  }

  #gu-subscription .gu-subscription-area .gu-subscription-form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }

  #gu-subscription .gu-subscription-area {
    padding: 0;
    text-align: center;
  }

  #gu-subscription .gu-subscription-area .gu-subscription-form .gu-readmore-btn {
    width: auto;
  }

   #gu-spot .gu-spot-area .gu-spot-content .gu-spot-body .gu-single-spot .gu-single-spot-item .gu-single-spot-info {
    padding-top: 30%;
  }

  #gu-stream .gu-sns-area .gu-sns-content .gu-sns li {
    margin-bottom: 10px;
  }


}

@media (max-width: 360px) {

  #gu-slider .gu-slider-area .gu-top-slider .gu-top-slider-single .gu-top-slider-content .gu-slider-title {
    font-size: 22px;
    line-height: 30px;
  }

  .gu-top-slider .gu-top-slider-single .gu-top-slider-content .gu-slider-small-title {
    font-size: 30px;
    line-height: 25px;
  }

  #gu-stream .gu-sns-area .gu-sns-content .gu-sns li {
    margin-bottom: 12px;
  }

  #gu-stream {
    padding-bottom: 0px;
  }

  #gu-search .gu-search-area .gu-search-content {
    padding: 0;
  }

  .gu-opening-hour h2 {
    font-size: 42px;
    padding-bottom: 10px;
  }

  .gu-title h2 {
    font-size: 28px;
  }

  #gu-ad-sense .gu-ad-sense-area .gu-ad-sense-content .gu-ad-sense-slider li .gu-ad-sense-single .gu-ad-sense-info p {
    font-size: 16px;
    line-height: 24px;
  }

  #gu-spot .gu-spot-area .gu-spot-content .gu-spot-body .gu-single-spot .gu-single-spot-item .gu-single-spot-info {
    padding-top: 27%;
  }

  #gu-footer .gu-footer-area .gu-footer-social a {
    font-size: 18px;
  }

  .gu-menu-item-nav li {
    text-align: center;
  }

  #gu-stream .gu-sns-area .gu-sns-content .gu-tab-content-area .gu-menu-item-nav li .media .media-left {
    height: auto;
    width: 100%;
    margin-right: 0;
    float: left;
  }

  #gu-stream .gu-sns-area .gu-sns-content .gu-tab-content-area .gu-menu-item-nav li .media .media-left a{
    display: inline-block;
    margin-bottom: 10px;
  }

  #gu-stream .gu-sns-area .gu-sns-content .gu-tab-content-area .gu-menu-item-nav li .media .media-left a img {
    display: inline-block;
  }

}


@media (max-width: 320px) {

  #gu-spot .gu-spot-area .gu-spot-content .gu-spot-body .gu-single-spot .gu-single-spot-item .gu-single-spot-info {
    padding-top: 25.5%;
  }


}
*/
@media (min-width: 768px) {

  #gu-spot .container-fluid {
  	padding-left: 0;
  	padding-raight: 0;
  }

}

/*==================
 NAVBAR SECTION
====================*/
.gu-global-navbar {
  background-color: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  margin-bottom: 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 481px) {
	.gu-global-navbar {
   margin-bottom: 8px;

  }
}

@media only screen and (min-width: 1171px) {
	.gu-global-navbar {
    padding: 10px 0 10px;
  }
}

.gu-global-navbar .container {
	width: 100%;
}

.gu-global-navbar .gu-navbar-header {
	float: left;
	margin-left: -5px;
	padding: 6px 0;
	max-width: 200px;
}

.gu-global-navbar .gu-navbar-header:lang(en){
  max-width: 205px;
}
.gu-global-navbar .gu-navbar-header:lang(th){
  max-width: 160px;
}
.gu-global-navbar .gu-navbar-header:lang(ja),
.gu-global-navbar .gu-navbar-header:lang(cn),
.gu-global-navbar .gu-navbar-header:lang(tw),
.gu-global-navbar .gu-navbar-header:lang(ko) {
  max-width: 150px;
}


@media only screen and (min-width: 481px) {
	.gu-global-navbar .gu-navbar-header {
    padding-top: 6px;
    margin-left: 10px;
  }

  .gu-global-navbar .gu-navbar-header:lang(en){
    max-width: 300px;
  }
  .gu-global-navbar .gu-navbar-header:lang(th){
    max-width: 200px;
  }
  .gu-global-navbar .gu-navbar-header:lang(ja),
  .gu-global-navbar .gu-navbar-header:lang(cn),
  .gu-global-navbar .gu-navbar-header:lang(tw),
  .gu-global-navbar .gu-navbar-header:lang(ko) {
    max-width: 180px;
  }
}
/*
@media only screen and (min-width: 1025px) {
	.gu-global-navbar .gu-navbar-header {
    padding-top: 12px;
  }
}
*/
.gu-global-nav-wrap {
	float: left;
	margin: auto;
}
@media only screen and (min-width: 1171px) {
  .gu-global-nav-wrap:lang(en-US) {
  	width: calc(100% - 480px);
  }
  .gu-global-nav-wrap:lang(th-TH) {
  	width: calc(100% - 380px);
  }
  .gu-global-nav-wrap:lang(ja),
  .gu-global-nav-wrap:lang(zh-TW),
  .gu-global-nav-wrap:lang(zh-CN),
  .gu-global-nav-wrap:lang(ko-KR) {
  	width: calc(100% - 360px);
  }
}
.gu-global-navbar .gu-global-nav {
  text-align: center;
}


.gu-global-navbar .gu-global-nav li:last-child a {
	padding-right: 0;
}

.gu-global-navbar .gu-navbar-header .gu-navbar-brand {
  /*display: inline-block;*/
  padding: 0;
}

.gu-global-navbar .gu-global-nav li {
  display: inline-block;
  position: relative;
}

.gu-global-navbar .gu-global-nav li a {
  color: #333;
  padding: 0 .1rem;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
@media only screen and (min-width: 1171px) {
	.gu-global-navbar .gu-global-nav li a {
    padding: 0 .7rem;
  }
}
.gu-global-navbar .gu-global-nav li a .icon {
  display: block;
  width: 45px;
  height: 30px;
  margin: 0 auto 8px;
  overflow: hidden;
  background: url("https://www.gururich-kitaq.com/assets/images/common/global-icons.svg") no-repeat;
  background-size: 100% auto;
}

.gu-global-navbar .gu-global-nav li a:hover .icon,
.gu-global-navbar .gu-global-nav li a:focus .icon {
    animation: rubberBand .5s;
}

.gu-global-navbar .gu-global-nav li:first-child .icon {
  background-position: 0 0;
}
.gu-global-navbar .gu-global-nav li:nth-child(2) .icon {
  background-position: 0 -40px;
}
.gu-global-navbar .gu-global-nav li:nth-child(3) .icon {
  background-position: 0 -80px;
}
.gu-global-navbar .gu-global-nav li:nth-child(4) .icon {
  background-position: 0 -120px;
}
.gu-global-navbar .gu-global-nav li:nth-child(5) .icon {
  background-position: 0 -160px;
}
.gu-global-navbar .gu-global-nav li:nth-child(6) .icon {
  background-position: 0 -200px;
}
.gu-global-navbar .gu-global-nav li:nth-child(7) .icon {
  background-position: 0 -240px;
}
.gu-global-navbar .gu-global-nav li:last-child .icon {
  background-position: 0 -280px;
}

.gu-global-navbar .gu-global-nav li a .en {
  display: block;
  margin-top: 2px;
  font-weight: 100;
  font-size: 8px;
  letter-spacing: 0.15rem;
  line-height: 1;
  font-family: lato, sans-serif;
  font-style: italic;
  letter-spacing: .1rem;
}

.gu-global-navbar .gu-global-nav li:first-child .en:before  {
  content: "Know";
  color: #7f9fc8;
}
.gu-global-navbar .gu-global-nav li:nth-child(2) .en:before  {
  content: "See / Play";
  color: #fec1ad;
}
.gu-global-navbar .gu-global-nav li:nth-child(3) .en:before  {
  content: "Eat";
  color: #fce094;
}
.gu-global-navbar .gu-global-nav li:nth-child(4) .en:before  {
  content: "Buy";
  color: #7fdcaf;
}
.gu-global-navbar .gu-global-nav li:nth-child(5) .en:before  {
  content: "Stay";
  color: #7fd1ec;
}
.gu-global-navbar .gu-global-nav li:nth-child(6) .en:before  {
  content: "Event";
  color: #7fd4d6;
}
.gu-global-navbar .gu-global-nav li:nth-child(7) .en:before  {
  content: "Access";
  color: #d9c1e3;
}
.gu-global-navbar .gu-global-nav li:last-child .en:before  {
  content: "Download";
  color: #7ed1ec;
}

.gu-global-navbar .gu-global-nav li a:hover .icon,
.gu-global-navbar .gu-global-nav li a:focus .icon {
  animation: rubberBand .5s;
}

.gu-global-nav-button {
  height: 20px;
  width: 25px;
  position: fixed;
  right: 14px;
  top: 12px;
  z-index: 999;
  display: block;
  cursor: pointer;
}

@media only screen and (min-width: 481px) {
	.gu-global-nav-button {
    right: 20px;
    top: 16px;
  }
  .gu-global-nav-button p {
    font-family: Lato, sans-serif;
    font-family: italic;
  }
}
@media only screen and (min-width: 1171px) {
	.gu-global-nav-button {
    display: none;
  }
}
.gu-global-nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00a7da;
  -moz-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}
.gu-global-nav-button span:nth-of-type(1) {
  top: 0;
}
.gu-global-nav-button span:nth-of-type(2) {
  top: 9px;
}
.gu-global-nav-button span:nth-of-type(3) {
  bottom: 0;
}
.gu-global-nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-134deg);
  transform: translateY(8px) rotate(-134deg);
}
.gu-global-nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.gu-global-nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(134deg);
  transform: translateY(-10px) rotate(134deg);
}
.gu-global-nav-button p {
  position: absolute;
  top: 25px;
  right: 0px;
  display: block;
  color: #004e66;
  font-size: .7rem;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  word-break: initial;
}
@media only screen and (min-width: 481px) {
	.gu-global-nav-button p {
		top: 30px;
	}
}

.gu-global-navbar .gu-global-nav li .plus-icon,
.gu-global-navbar .gu-global-nav li .plus-icon span {
  transition: all .30s;
  box-sizing: border-box;
}

.gu-global-navbar .gu-global-nav li .plus-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  cursor: pointer;
}
.gu-global-navbar .gu-global-nav li .plus-icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #F88789;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.gu-global-navbar .gu-global-nav li .plus-icon span:nth-of-type(1) {
  top: 14px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.gu-global-navbar .gu-global-nav li .plus-icon span:nth-of-type(2) {
  top: 14px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.gu-global-navbar .gu-global-nav li .plus-icon.active span:nth-of-type(1) {
  display:none;
}
.gu-global-navbar .gu-global-nav li .plus-icon.active span:nth-of-type(2) {
  top: 14px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

@media screen and (min-width: 1171px) {
	.gu-global-navbar .gu-global-nav li .plus-icon {
		display: none;
	}

	.gu-global-navbar .gu-global-nav li .sub-menu {
    background-color: #fff;
    position: absolute;
    top: 130%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
  }
  .gu-global-navbar .gu-global-nav li .sub-menu li {
	  display: block;
	  top: 0;
  }
  .gu-global-navbar .gu-global-nav li .sub-menu li .plus-icon {
	  display: inline-block;
	  margin: 0;
  }
  .gu-global-navbar .gu-global-nav li .sub-menu li .plus-icon span {
	  width: 40%;
	}
  .gu-global-navbar .gu-global-nav li .sub-menu li a {
    padding: 10px 20px;
  }
  .gu-global-navbar .gu-global-nav li .sub-menu li a:hover {
    background-color: #00a4da;
    color: #fff;
  }
  .gu-global-navbar .gu-global-nav li .sub-menu .children a {
    width: calc(100% - 35px);
    padding: 10px 0 10px 20px;
    display: inline-block;
  }
  .gu-global-navbar .gu-global-nav li .sub-menu li a .icon,
  .gu-global-navbar .gu-global-nav li .sub-menu li a .en {
    display: none;
  }
  .gu-global-navbar .gu-global-nav li .sub-menu li .sub-menu {
	  top: -5px;
    left: 200px;
  }
  .gu-global-navbar .gu-global-nav li .sub-menu li .sub-menu li a {
    padding: 10px 20px;

  }
}

@media screen and (max-width: 480px) {
  .gu-global-navbar .gu-global-nav {
    text-align: left;
    padding: 50px 10px 0;
  }
}
/* tanaka.css start*/
#gu-header .gu-global-navbar .gu-global-nav li .plus-icon {
	right: 25px;
}
@media screen and (min-width: 1171px) {
	#gu-header .gu-global-navbar .gu-global-nav li .plus-icon {
	  right: 0;
	}
}
#gu-header .gu-global-navbar .gu-global-nav li .plus-icon span {
	background-color: #333;
}

@media screen and (min-width: 1171px){
	#gu-header #gu-utility-nav-wrap {
		padding: 20px 20px 0 16px;
	}
	#gu-header .gu-utility-nav {
		right: 32px;
	}
	.gu-global-navbar .gu-global-nav li a {
		font-weight: bold;
	}
}


@media screen and (max-width: 1170px){
	#gu-header .gu-global-navbar .gu-global-nav {
		height: 100vh;
	}
	#gu-header .gu-global-navbar .gu-global-nav li .sub-menu li a {
		border-bottom: 1px solid #00a4da;
	}
}


@media screen and (min-width: 481px) and (max-width: 1170px) {
	#gu-header .gu-global-nav-wrap.pc.open {
		height: 100vh;
		background-color: #fff;
	}
	#gu-header .gu-global-navbar .gu-global-nav {
		width: 50vw;
		margin: 0 auto;
	}
	#gu-header .gu-global-nav-button {
		right: 20px;
		top: 20px;
	}

	#gu-header .gu-global-nav-button p {
		top: 26px;
		right: -2px;
	}
	#gu-header .gu-utility-nav .gu-utility-search,
	#gu-header .gu-utility-nav .gu-utility-lang {
		padding-left: 20px;
	}
}
/*tanaka.css end */

@media screen and (max-width: 1170px) {
	.gu-global-nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    background-color: rgba(256, 256, 256, 1);
    width: 100%;
    height: 100%;
    clear: both;
    overflow-y: scroll;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
	.gu-global-nav-wrap.open {
		visibility: visible;
    opacity: 1;
   }
	.gu-global-nav-wrap.closed {
    opacity: 0;
    visibility: hidden;
   }
  .gu-global-navbar .gu-global-nav {
    text-align: left;
    padding: 70px 10px 0;
  }
  .gu-global-navbar .gu-global-nav li {
    display: block;
    padding: 20px 0 0;

  }
  .gu-global-navbar .gu-global-nav li a {
    color: #001a0d;
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 15px;
    display: inline-block;
    border-bottom: 1px #00a7da solid;
    width: calc(100% - 35px);
    line-height: 1rem;
  }
  .gu-global-navbar .gu-global-nav li a .icon {
	  display: inline-block;
	  vertical-align: middle;
	  margin: 0 10px 0 0;
  }
  .gu-global-navbar .gu-global-nav li a .en {
	  display: none;
  }
  .gu-global-navbar .gu-global-nav li .sub-menu {
	  display: none;
	}
  .gu-global-navbar .gu-global-nav li .sub-menu li {
    margin-left: 55px;
    padding: 10px 0 10px;
  }
  .gu-global-navbar .gu-global-nav li .sub-menu li:first-child {
    padding: 20px 0 10px;
  }
  .gu-global-navbar .gu-global-nav li .sub-menu li a {
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px #d4cac3 solid;
  }

  .gu-global-navbar .gu-global-nav li .sub-menu li a:hover {
    color: #00a4da;
  }

  .gu-global-navbar .gu-global-nav li .sub-menu li .sub-menu li {
    margin-left: 18px;
  }

  .gu-global-navbar .gu-global-nav li .sub-menu .icon  {
	  display: none;
  }
}



/*==================
	UTILITY
====================*/
.gu-utility-nav {
  position: absolute;
  right: 15px;
  text-align: center;
}
.gu-lang-list-wrap {
	position: absolute;
	top: calc(100% + 12%);
  right: -50px;
  /*z-index: 999;*/
  width: 180px;
  /*padding: 20px 20px 10px 30px;*/
  padding: 0px 20px 10px 30px;
  font-size: 14px;
  list-style: none;
  background-color: #00a4da;
  /*opacity: 0;
  visibility: hidden;
  transition: opacity .30s, visibility .30s, height .30s;*/
  overflow: hidden;
  display: none;
}
@media screen and (min-width: 481px) {
	.gu-lang-list-wrap {
	  right: -70px;
	}
}
@media screen and (min-width: 1171px) {
	.gu-lang-list-wrap {
		top: 72px;
		right: -32px;
	}
}
.gu-lang-list-wrap.open {
  opacity: 1;
  visibility: visible;
}

.gu-lang-list {
	text-align: center;
/*
	-webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
  opacity: 0;
  -webkit-transition: opacity .3s ease-out 0s,-webkit-transform .3s cubic-bezier(.6,0,.2,1) 0s;
  transition: transform .3s cubic-bezier(.6,0,.2,1) 0s,opacity .3s ease-out 0s;
  transition: transform .3s cubic-bezier(.6,0,.2,1) 0s,opacity .3s ease-out 0s,-webkit-transform .3s cubic-bezier(.6,0,.2,1) 0s;
*/
}
.open .gu-lang-list {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .4s ease-out .2s,-webkit-transform .4s cubic-bezier(.215,.61,.355,1) .2s;
  transition: transform .4s cubic-bezier(.215,.61,.355,1) .2s,opacity .4s ease-out .2s;
  transition: transform .4s cubic-bezier(.215,.61,.355,1) .2s,opacity .4s ease-out .2s,-webkit-transform .4s cubic-bezier(.215,.61,.355,1) .2s;
}
.gu-lang-list-wrap .gu-lang-list a {
  padding: 10px 20px;
}
.gu-lang-list li {
  display: block;
  /*padding:0 0 0 55px;*/
  padding:0;
  height:37px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 46px auto;
  line-height: 2.5rem;
}
/*.gu-lang-list li.ja { background-image:url(https://www.gururich-kitaq.com/assets/images/common/flag-ja.svg); }
.gu-lang-list li.en { background-image:url(https://www.gururich-kitaq.com/assets/images/common/flag-en.svg); }
.gu-lang-list li.cn { background-image:url(https://www.gururich-kitaq.com/assets/images/common/flag-cn.svg); }
.gu-lang-list li.tw { background-image:url(https://www.gururich-kitaq.com/assets/images/common/flag-tw.svg); }
.gu-lang-list li.ko { background-image:url(https://www.gururich-kitaq.com/assets/images/common/flag-ko.svg); }
.gu-lang-list li.th { background-image:url(https://www.gururich-kitaq.com/assets/images/common/flag-th.svg); }*/

.gu-lang-list a li { color:#fff; text-decoration:none;}
.gu-lang-list a:hover li { text-decoration:underline;}
#flag-ja .st0,#flag-en .st0,#flag-tw .st0,#flag-cn .st0,#flag-ko .st2,#flag-th .st0 { fill: #00a7da; z-index:10; }
#flag-ja .st1,#flag-en .st1,#flag-tw .st1,#flag-cn .st1,#flag-ko .st0,#flag-ko .st1,#flag-ko .st3,#flag-th .st1,#global-search-icon .st0 { stroke: #00a7da; fill: #fff; }

#gu-utility-nav-wrap {
	position: absolute;
	top: 5px;
	right: 35px;
	min-width: 145px;
	min-height: 100%;
	padding: 0;
	display: block;
	z-index: 998;
}

@media only screen and (min-width: 481px) {
	#gu-utility-nav-wrap {
		top: 0;
	  right: 55px;
	  padding: 9px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
	#gu-utility-nav-wrap {
	  right: 60px;
  }
}
.gu-utility-nav {
	position: absolute;
	right:15px;
	text-align: center;
  padding-top: 9px;
}
@media screen and (max-width: 480px){
  .gu-utility-nav {
    padding-top: 5px;
  }
}

.gu-utility-nav .gu-utility-search,
.gu-utility-nav .gu-utility-lang {
  display: inline-block;
	padding-left: 5px;
  	cursor: pointer;
}
.gu-utility-nav .gu-utility-lang {
	padding-bottom: 25px;
}
.gu-utility-lang span {
  padding-top: 3px;
}

.gu-utility-nav .gu-utility-search svg {
  width: 23px;
  height: 24px;
  position: relative;
  bottom: 1px;
}
.gu-utility-nav .gu-utility-lang svg {
  width: 38px;
  height: 26px;
}
.gu-utility-nav li span {
  display: block;
  color: #004e66;
  font-size: .7rem;
  letter-spacing: .5px;
  font-family: lato, sans-serif;
}
.gu-utility-nav .gu-utility-search span {
  position: relative;
  top: 1px;
}
.gu-global-search-wrap {
  position: fixed;
  background: rgba(0, 164, 218, 1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .30s, visibility .30s, height .30s;
  overflow: hidden;
  z-index: 999;
}
.gu-global-search-wrap.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

#gu-global-search-close {
  position: fixed;
  right: 12px;
  top: 10px;
  width: 28px;
  height: 22px;
  cursor: pointer;
  z-index: 9999;
  pointer-events: auto;
}
@media only screen and (min-width: 481px) {
	#gu-global-search-close {
		right: 18px;
    top: 18px;
	}
}
@media only screen and (min-width: 1171px) {
  #gu-global-search-close {
      right: 34px;
      top: 27px;
  }
}
#gu-global-search-close span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .30s ease-in-out;
  -moz-transition: .30s ease-in-out;
  transition: .30s ease-in-out;
}

.open #gu-global-search-close span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(134deg);
  -moz-transform: rotate(134deg);
  transform: rotate(134deg);
}

.open #gu-global-search-close span:nth-child(2) {
  top: 11px;
  -webkit-transform: rotate(-134deg);
  -moz-transform: rotate(-134deg);
  transform: rotate(-134deg);
}

.closed #gu-global-search-close span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}

.closed #gu-global-search-close span:nth-child(2) {
  top: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}

.gu-global-search-body {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%) scale(.95);
  -ms-transform: translateY(-50%) scale(.95);
  transform: translateY(-50%) scale(.95);
  opacity: 0;
  -webkit-transition: opacity .3s ease-out 0s,-webkit-transform .3s cubic-bezier(.6,0,.2,1) 0s;
  transition: transform .3s cubic-bezier(.6,0,.2,1) 0s,opacity .3s ease-out 0s;
  transition: transform .3s cubic-bezier(.6,0,.2,1) 0s,opacity .3s ease-out 0s,-webkit-transform .3s cubic-bezier(.6,0,.2,1) 0s;
}

.open .gu-global-search-body {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: opacity .4s ease-out .2s,-webkit-transform .4s cubic-bezier(.215,.61,.355,1) .2s;
  transition: transform .4s cubic-bezier(.215,.61,.355,1) .2s,opacity .4s ease-out .2s;
  transition: transform .4s cubic-bezier(.215,.61,.355,1) .2s,opacity .4s ease-out .2s,-webkit-transform .4s cubic-bezier(.215,.61,.355,1) .2s;
}

.gu-global-search-area {
  width: 80%;
  /*max-width: 380px;*/
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.gu-global-search-area {
    max-width: 620px;
  }
}

.gu-global-search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.gu-global-search-input, .gu-global-search-submit {
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gu-global-search-input {
  width: calc(100% - 97px);
  font-size: 38px;
  padding: .3em .8em;
  border-bottom: 2px solid #fff;
  background-color: #00a4da;
  color: #fff;
}

.gu-global-search-input::-webkit-input-placeholder {
  color: #7ed1ec;
  -webkit-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
}
.gu-global-search-input:-ms-input-placeholder {
  color: #7ed1ec;
  -webkit-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
}
.gu-global-search-input::-moz-placeholder {
  color: #7ed1ec;
  -webkit-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
}

.gu-global-search-submit {
  position: relative;
  display: block;
  width: 97px;
  height: 97px;
  padding: 0;
  text-indent: -999em;
  border-bottom: 2px solid #fff;
  background-color: #00a4da;
}
.gu-global-search-submit .search-icon::before {
	width: 28px;
  height: 28px;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  box-shadow: 0 0 0 2px #fff;
}
.gu-global-search-submit .search-icon::after {
	width: 12px;
  height: 8px;
  top: calc(50% + 11px);
  left: calc(50% + 2px);
  border-top: solid 2px #fff;
}

.gu-lang-list-wrap,
.gu-global-search-wrap {
/*  display: block; */
}

@media screen and (min-width: 1171px) {
  #gu-utility-nav-wrap {
  	  right: 0;
  	  width: 180px;
  	  padding: 36px 20px 0 16px;
  	  background-color: #00a4da;
  }
  .gu-utility-nav {
  	right:15px;
  }
  .gu-utility-nav .gu-utility-search,
  .gu-utility-nav .gu-utility-lang {
  	padding-left: 25px;
  }
  .gu-utility-nav li {
    /*display: inline-block;*/
  }
  .gu-utility-nav li span {
    color: #fff;
  }
  #flag-ja .st0,#flag-en .st0,#flag-tw .st0,#flag-cn .st0,#flag-ko .st2,#flag-th .st0 { fill: #fff; }
  #flag-ja .st1,#flag-en .st1,#flag-tw .st1,#flag-cn .st1,#flag-ko .st0,#flag-ko .st1,#flag-ko .st3,#flag-th .st1,#global-search-icon .st0 { stroke: #fff; fill: #00a4da; }
}

/* Other Common of Content
==================================================
/*==================
	BREADCRUMP
====================*/

#gu-breadcrumb {
	display: inline;
  float: left;
  width: 100%;
  position: relative;
  background-color: #f9f9f9;
}

.single-spot #gu-breadcrumb,
.single-event #gu-breadcrumb {
	margin-top: 51px;
}

@media only screen and (min-width: 481px) {
  .single-spot #gu-breadcrumb,
  .single-event #gu-breadcrumb {
	  margin-top: 62px;
  }
}
@media only screen and (min-width: 1171px) {
  .single-spot #gu-breadcrumb,
  .single-event #gu-breadcrumb {
	  margin-top: 92px;
  }
}

.breadcrumb {
	font-size: .3rem;
  margin-bottom: 0;
  border-radius: 0;
  padding: 14px 0 12px;
  background-color: #f9f9f9;
}
@media only screen and (min-width: 481px) {
  .breadcrumb {
	  font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .breadcrumb {
	  font-size: 1.2rem;
  }
}

.breadcrumb > li:first-child:before {
  content: "\f015";
  font-family: FontAwesome;
  padding-right: 5px;
}

.breadcrumb > li + li:before {
  color: #481a20;
  content: ">";
  padding: 0 15px;
}

.breadcrumb .active {
	color: #481a20;
}
.breadcrumb a {
  color: #00a4da;
  text-decoration: underline;
}

/*==================
 MOTAKU SECTION
====================*/
#gu-motaku {
  display: inline;
  float: left;
  width: 100%;
  padding: 8px 0;

}
.gu-motaku-wrap {
	text-align: center;
	padding: 0 10px;
}
#gu-motaku a {
  display: block;
}
/*==================
 SHARE SECTION
====================*/

#gu-share {
  width: 100%;
  padding: 15px;
  text-align: center;
  display: inline;
  float: left;
  background-color: #fff;
}

#gu-share a {
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  width: 40px;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#gu-share .icon-tw {
    background-color: #55acef;
}

#gu-share .icon-fb {
    background-color: #3b5998;
}

#gu-share .icon-hatena {
    background-color: #00a4de;
}

#gu-share .icon-pocket {
    background-color: #ee4258;
}

#gu-share .icon-line {
    background-color: #2ec302;
}

/* Contents
==================================================
/*==================
	COMMON
====================*/
#gu-contents {
  display: inline;
  float: left;
  width: 100%;
  padding: 40px 0 30px;
}
.headline {
	padding-top: 40px;
}
.image2headline,
.image2text_only,
.headline2image,
.text_only2image,
.two-images,
.three-images,
.six-images,
.text_onlye {
	display: inline;
  float: left;
  width: 100%;
  padding: 20px 0 40px;
  font-size: 1.25rem;
  line-height: 2;
  margin-bottom: 3rem;
}
.fx-content-body {
	position: relative;
	display: inline;
  float: left;
  width: 100%;
}
.fx-content-body .go2more {
	position: absolute;
}
.image2headline .fx-content-body .go2more,
.image2text_only .fx-content-body .go2more {
	right: 0;
  bottom: -5rem;
}
.headline2image .fx-content-body .go2more,
.text_only2image .fx-content-body .go2more {
	left: 0;
  bottom: -5rem;
}
.fx-content-body .go2more a {
  font-size: 14px;
  border-radius: 25px;
  background-color: #00A4DA;
  text-align: center;
  color: #fff;
  padding: .5rem 35px;
  display: inline-block;
}
.fx-content-body .go2more a:hover {
  background-color: #7ED1EC;
}
.text_onlye {
	padding: 0 0 80px;
}
.image2headline h3,
.image2text_only h3,
.headline2image h3,
.text_only2image h3,
.two-images h3,
.three-images h3,
.six-images h3 {
  font-size: 1.85rem;
  color: #00a4da;
  margin-top: 0;
}

.two-images a,
.three-images a,
.six-images a {
	display: block;
  margin-bottom: 2rem;
}

.text_only {
	font-size: 1.25rem;
	line-height: 2;
}
.text_onlye p {
	font-size: 1.25rem;
	line-height: 2;
	max-width: 75%;
	margin: 0 auto;
	text-align: justify;
}

.image2headline .single-img,
.image2text_only .single-img,
.headline2image .single-img,
.text_only2image .single-img,
.two-images .single-img,
.three-images .single-img,
.six-images  .single-img {
  margin-bottom: 1rem;

}
.image2headline img,
.image2text_only img,
.headline2image img,
.text_only2image img,
.two-images .single-img img,
.three-images .single-img img,
.six-images  .single-img img {
	width: 100%;
  overflow: hidden;
  box-shadow: 7.5px 7.5px #7ed1ec;
}
.two-images .single-img img,
.three-images .single-img img,
.six-images .single-img img {
  /*height: 100px;*/
}
.two-images figcaption p,
.three-images figcaption p,
.six-images figcaption p {
	font-size: 1.6rem;
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
}
@media only screen and (min-width: 481px) {
	.two-images .single-img img {
	  height: 200px;
  }
  .three-images .single-img img,
  .six-images .single-img img {
    height: 190px;
  }
}
@media only screen and (min-width: 1025px) {
  .two-images .single-img img {
	  height: 295px;
  }
  .three-images .single-img img,
  .six-images .single-img img {
    height: 227px;
  }
}

.page-id-45 .six-images figcaption p {
	margin-top: 0;
	font-size: 1rem;
}
.page-id-45 .six-images .single-img {
  margin-bottom: .5rem;
}
.page-id-45 .six-images .single-img img {
	width: auto;
	height: 100px;
	display: block;
	margin: auto;
	box-shadow: none;
}
/*==================
 HERO SECTION
====================*/
#gu-hero {
	margin-top: 51px;
}
@media only screen and (min-width: 481px) {
	#gu-hero {
    margin-top: 64px;
  }
}
@media only screen and (min-width: 1171px) {
	#gu-hero {
    margin-top: 92px;
  }
}
/*
@media only screen and (min-width: 481px) {
	#gu-hero {
	  margin-top: 51px;
  }
  .single-spot #gu-breadcrumb,
  .single-event #gu-breadcrumb {
	  margin-top: 62px;
  }
}
@media only screen and (min-width: 1281px) {
  .single-spot #gu-breadcrumb,
  .single-event #gu-breadcrumb {
	  margin-top: 92px;
  }
}
*/
.gu-hero-category {
	width: 100%;
	padding-top: 10px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
	background-size: cover;
	text-align: center;
}
.gu-hero-category-title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin: 0;
}
.gu-hero-category-title {
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 16px;
	display: inline-block;
}

.gu-hero-events .gu-hero-category-title {
	background-color: rgba( 0, 170, 170, 0.7 );
}
.gu-hero-know .gu-hero-category-title {
	background-color: rgba( 0, 65, 65, .7 );
}
.gu-hero-eat .gu-hero-category-title {
	background-color: rgba( 252, 224, 224, .7 );
}
.gu-hero-special .gu-hero-category-title {
	background-color: rgba( 0, 164, 164, .7 );
}
.gu-hero-see .gu-hero-category-title {
	background-color: rgba( 254, 193, 193, .7 );
}
.gu-hero-news .gu-hero-category-title {
	background-color: rgba( 252, 224, 224, .7 );
}

.gu-hero-events .gu-hero-category-title,
.gu-hero-know .gu-hero-category-title,
.gu-hero-eat .gu-hero-category-title,
.gu-hero-special .gu-hero-category-title,
.gu-hero-see .gu-hero-category-title,
.gu-hero-news .gu-hero-category-title,
.gu-hero-area .gu-hero-category-title {
	background-color: rgba( 0, 164, 218, .7);
}
.gu-hero-category-title-icon {
	display: block;
	margin-bottom: 1.25rem;
}
.gu-hero-category-title-label,
.gu-hero-category-title-label-en {
	font-size: 1.625rem;
	font-weight: normal;
	display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  white-space: normal;
  line-height: 1.4;
}
.gu-hero-category-title-label {
	/*margin-bottom: 0.2rem;*/
}
.gu-hero-category-title-label-en {
  font-size: 1rem;
}
/*==================
 LIST SECTION
====================*/
#gu-list {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}
@media only screen and (min-width: 481px) {
	#gu-list {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1171px) {
	#gu-list {
    padding: 192px 0;
  }
}
.gu-list-area {
  display: inline;
  float: left;
  width: 100%;
}

.gu-list-content {
  display: inline;
  float: left;
  width: 100%;
}

.gu-list-body {
  width: 100%;
  margin-top: 50px;
}
.gu-list-wrap {
  width: 100%;
  display:flex;
  flex-wrap: wrap;
}

.gu-list-wrap li {
  display: inline-block;
  overflow: hidden;
}

.gu-list-wrap li .gu-single-list {
  display: inline;
  float: left;
  width: 100%;
}

.gu-list-wrap li .gu-single-list .gu-single-list-img {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;

}

.gu-list-wrap li .gu-single-list .gu-single-list-img img {
  width: 100%;
  height: 306px;
}
@media screen and (max-width: 480px){
  .gu-list-wrap li .gu-single-list .gu-single-list-img img {
    height: 238px;
  }
}


@media only screen and (min-width: 481px) {
  .gu-list-wrap li .gu-single-list .gu-single-list-img img {
    height: 497px;
  }
}
@media only screen and (min-width: 992px) {
  .gu-list-wrap li .gu-single-list .gu-single-list-img img {
    height: 311px;
  }
}
@media only screen and (min-width: 1071px) {
  .gu-list-wrap li .gu-single-list .gu-single-list-img img {
    height: 311px;
  }
}
@media only screen and (min-width: 1200px) {
  .gu-list-wrap li .gu-single-list .gu-single-list-img img {
    height: 314px;
  }
}
.gu-list-wrap li .gu-single-list .gu-single-list-info {
  display: inline;
  float: left;
  padding: 8px 0 20px;
  width: 100%;
}

.gu-list-wrap li .gu-single-list .gu-single-list-info h4 {
	font-size: 1.125rem;
  margin-bottom: 1.125rem;
}

.gu-list-wrap li .gu-single-list .gu-single-list-info span {
  font-size: 12px;
  letter-spacing: 0.5px;
  display: block;
}

.gu-list-wrap li .gu-single-list .gu-single-list-info span.date {
	color: #00b961;
	margin-bottom: 10px;
}

.gu-list-wrap li .gu-single-list .gu-single-list-info span.area,
.gu-list-wrap li .gu-single-list .gu-single-list-info span.area a {
	color: #00a4da;
}
/*==================
 PAGE NATION
====================*/
.gu-pagination-wrap {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 1.5rem;
	line-height: 1.6rem;
	text-align: center;
	width: 100%;
}
.gu-pagination-wrap .gu-number-area {
	display: inline-block;
}
.gu-pagination-wrap span, .gu-pagination-wrap a {
	display: block;
	float: left;
	margin: 0 3px;
	padding: 6px 5px;
	text-decoration: none;
	width: auto;
	color: #666; /* 通常の文字色 */
	background: #eee; /* 通常の背景色 */
}
.gu-pagination-wrap span, .gu-pagination-wrap .first,
.gu-pagination-wrap span, .gu-pagination-wrap .last {
	font-size: 1.2rem;
}
.gu-pagination-wrap .gu-number-area a:hover{
	color: #666; /* マウスホバー時の文字色 */
	background: #999; /* マウスホバー時の背景色 */
}
.gu-pagination-wrap .gu-number-area .current{
	padding: 6px 5px;
	color: #000; /* 現在のページの文字色 */
  background: #999; /* 現在のページの背景色 */
}
.gu-pagination-wrap .gu-arrow-left,
.gu-pagination-wrap .gu-arrow-right {
	display: inline-block;
	/*float: right;*/
	vertical-align: text-bottom;
}
.gu-pagination-wrap .gu-arrow-left {
	float: left;
}
.gu-pagination-wrap .gu-arrow-area span, .gu-pagination-wrap .gu-arrow-left a, .gu-pagination-wrap .gu-arrow-right a {
	background: none;
	color: #ccc;
	font-size: 1.6rem;
}
.gu-pagination-wrap .gu-arrow-area a:hover{
	color: #999; /* マウスホバー時の文字色 */
}


@media only screen and (max-width: 413px) {
  .gu-pagination-wrap {
  	font-size: 12px;
  	line-height: 12px;
  }
  .gu-pagination-wrap span, .gu-pagination a {
  	padding: 8px 10px 8px 10px;
  }
  .gu-pagination-wrap .current{
  	padding: 8px 10px 8px 10px;
  }
}


/* Spot & Event of Content
==================================================
/*==================
 LIST SECTION
====================*/
#gu-spot-list {
  display: inline;
  float: left;
  width: 100%;
  padding: 50px 0 0;
}

.gu-spot-list-area {
  display: inline;
  float: left;
  width: 100%;
}
.gu-spot-list-content {
  display: inline;
  float: left;
  width: 100%;
}

.gu-spot-list-body {
  width: 100%;
}
.gu-spot-list-wrap {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.gu-spot-list-wrap li {
  display: inline-block;
  overflow: hidden;

  padding-left: 20px;
  padding-right: 20px;
}
/*
.gu-spot-list-wrap li:nth-child(3n) {
  padding-right: 0;
}
.gu-spot-list-wrap li:nth-child(3n+1) {
  padding-left: 0;
}
*/
.gu-spot-list-wrap li .gu-single-list {
  display: inline;
  float: left;
  width: 100%;
  padding-bottom: 40px;
}

.gu-spot-list-wrap li .gu-single-list .gu-single-list-img {
  box-shadow: 7.5px 7.5px #7ed1ec;
  margin-bottom: 1rem;
}
.gu-spot-list-wrap li .gu-single-list .gu-single-list-img img {
	width: 100%;
	height: 180px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
	.gu-spot-list-wrap li .gu-single-list .gu-single-list-img img {
    height: 238px;

  }
}
.gu-single-list-info h4 {
	margin-top: 0;
	margin-bottom: .5rem;
}
.gu-single-list-info h4 a {
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #00A4DA;
}

.gu-single-list-info h4 a:hover {
	color: #7ED1EC;
}
.gu-single-list-info .category {
	background-color: #00c590;
  border-radius: 3px;
  letter-spacing: 0.5px;
  font-size: .8rem;
  margin-bottom: 10px;
}
.gu-single-list-info p {
  font-size: 1.1rem;
  line-height: 1.8;
}
.gu-single-list-info .go2more {
	width: 100%;
	text-align: right;
}
.gu-single-list-info .go2more a {
  font-size: 14px;
  border-radius: 25px;
  background-color: #00A4DA;
  text-align: center;
  color: #fff;
  padding: .5rem 35px;;
  display: inline-block;
}
.gu-single-list-info .go2more a:hover {
  background-color: #7ED1EC;
}
.gu-spot-list-wrap li .gu-single-list .gu-single-list-info {
  display: inline;
  float: left;
  padding: 8px 0 20px;
  width: 100%;
}

/*==================
	SPOT INFO SECTION
====================*/
.single-spot #gu-slider {
	margin-top: 0;
}
.gu-event-visual {
	display: inline;
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0 40px;
}
#gu-spot-info,
#gu-event-info {
  display: inline;
  float: left;
  width: 100%;
  padding: 35px 0 45px;
  background-color: #fff;
}
/*
@media only screen and (min-width: 481px) {
	#gu-slider {
    margin-top: 64px;
  }
}
@media only screen and (min-width: 1025px) {
	#gu-slider {
    margin-top: 92px;
  }
}
*/
.gu-spot-info-area,
.gu-event-info-area {
  display: inline;
  float: left;
  width: 100%;
}

.gu-spot-info-area .gu-title,
.gu-event-info-area .gu-title {
	margin-bottom: 1rem;
  text-align: left;
}

.gu-spot-info-area .gu-title .gu-bar-fold,
.gu-event-info-area .gu-title .gu-bar-fold {
	width: 89px;
	height: 11px;
	display: inline-block;
	margin-bottom: 15px;
	background: url("https://www.gururich-kitaq.com/assets/images/common/bar-fold.svg") center center no-repeat;
  background-size: 100% auto;
}

.gu-spot-info-content,
.gu-event-info-content {
  display: inline;
  float: left;
  width: 100%;
}

.gu-event-info-content .well {
	font-size: 1.2rem;
	float: left;
	width: 100%;
	background-color: #e7f5bb;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 16px 0;
	padding: 29px 24px;
}

.gu-spot-info-content .gu-spot-genre,
.gu-event-info-content .gu-event-genre {
	margin-bottom: 16px;
}

.gu-spot-info-content .gu-spot-genre .label,
.gu-event-info-content .gu-event-genre .label {
	font-size: .8rem;
	font-weight: normal;
	color: #fff;
	padding: 7px 12px;
	margin-right: 8px;
	border-radius: 0;
}
@media screen and (min-width: 481px) {
	.gu-spot-info-area .gu-title,
  .gu-event-info-area .gu-title {
	  margin-bottom: 2rem;
	}
	.gu-spot-info-content .gu-spot-genre .label,
  .gu-event-info-content .gu-event-genre .label {
	  font-size: .95rem;
  }
}
.gu-spot-info-content .gu-spot-genre .label a,
.gu-event-info-content .gu-event-genre .label a {
	color: #fff;
}

.gu-spot-info-content .gu-spot-genre .area,
.gu-event-info-content .gu-event-genre .area {
	background-color: #c08941;
}

.gu-spot-info-content .gu-spot-genre .category,
.gu-event-info-content .gu-event-genre .category {
	background-color: #135574;
}

.gu-spot-info-content .well {
	/*color: #00a7da;*/
	font-size: 1.5rem;
	float: left;
	width: 100%;
	background-color: #c3eaf6;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 16px;
	padding: 29px 24px;
}

.gu-spot-info,
.gu-event-info {
	margin-bottom: 65px;
}

.gu-spot-info p,
.gu-event-info p {
	color: #481a20;
	font-size: 1.2rem;
	line-height: 1.6rem;
	padding: 0 25px;
}

.gu-spot-movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  clear: both;
  margin-bottom: 80px;
}

.gu-spot-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==================
 OVERVIEW SECTION
====================*/
.gu-spot-overview,
.gu-event-overview {
	width: 100%;
  line-height: 1.5;
	font-size: 1.2rem;
	color: #481a20;
	border-collapse: collapse;
  border-top: 1px solid #00a4da;
}

.gu-spot-overview th,
.gu-event-overview th {
  background-color: #e2f5fa;
  padding: 10px 0px 10px 20px;
  font-weight: bold;
  border-bottom: 1px solid #00a4da;
  width: 100%;
  display: block;
}
.gu-spot-overview td,
.gu-event-overview td {
  padding: 15px 20px;
  word-break: break-all;
  font-weight: normal;
  border-bottom: 1px solid #00a4da;
  width: 100%;
  display: block;
  overflow: hidden;
}
.gu-event-overview td img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
  .gu-spot-overview th,
  .gu-event-overview th {
    width: 20%;
    display: table-cell;
    padding: 25px 0px 25px 55px;
  }
  .gu-spot-overview td,
  .gu-event-overview td {
	 width: 80%;
	 display: table-cell;
	 padding: 15px 45px;
	}
}

/*==================
 MAP SECTION
====================*/
#gu-map {
  display: inline;
  float: left;
  width: 100%;
  padding: 35px 0 45px;
  background-color: #fff;
}
.gu-render-map {
  display: inline;
  float: left;
  height: 450px;
  width: 100%;
}
/*==================
 USER POST SECTION
====================*/

#gu-instagrum {
  display: inline;
  float: left;
  width: 100%;
  padding: 35px 0 45px;
}

/*==================
 GOURMET && ATTRACTION SECTION
====================*/

#gu-gourmet,
#gu-attraction {
  display: inline;
  float: left;
  width: 100%;
  padding: 35px 0 45px;
}

.gu-gourmet-area,
.gu-gourmet-content,
.gu-attraction-area,
.gu-attraction-content {
  display: inline;
  float: left;
  width: 100%;
}

.gu-gourmet-nav,
.gu-attraction-nav {
  display: inline;
  float: left;
  width: 100%;
}

.gu-gourmet-nav li,
.gu-attraction-nav li {
  display: inline-block;
  margin: 0;
  overflow: hidden;
}

.gu-gourmet-nav li:first-child,
.gu-attraction-nav li:first-child {
  margin-left: 0;
}

.gu-gourmet-nav li:last-child,
.gu-attraction-nav li:last-child {
  margin-right: 0;
}

.gu-gourmet-nav li .gu-single-gourmet,
.gu-attraction-nav li .gu-single-attraction {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

.gu-gourmet-nav li .gu-single-gourmet .gu-single-gourmet-img,
.gu-attraction-nav li .gu-single-attraction .gu-single-attraction-img {
  margin-bottom: 1rem;
}

.gu-gourmet-nav li .gu-single-gourmet .gu-single-gourmet-img img,
.gu-attraction-nav li .gu-single-attraction .gu-single-attraction-img img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px){
  .gu-gourmet-nav li .gu-single-gourmet .gu-single-gourmet-img img,
  .gu-attraction-nav li .gu-single-attraction .gu-single-attraction-img img {
    height: 238px;
  }
}
.gu-gourmet-nav li .gu-single-gourmet .gu-single-gourmet-info,
.gu-attraction-nav li .gu-single-attraction .gu-single-attraction-info {
  display: inline;
  float: left;
  padding: 0 16px;
  width: 100%;
}

.gu-gourmet-nav li .gu-single-gourmet .gu-single-gourmet-info h4,
.gu-attraction-nav li .gu-single-attraction .gu-single-attraction-info h4 {
	font-size: 1.35rem;
	font-weight: 600;
	margin-top: 0;
  margin-bottom: 1.5rem;
}

.gu-gourmet-nav li .gu-single-gourmet .gu-single-gourmet-info p,
.gu-attraction-nav li .gu-single-attraction .gu-single-attraction-info p {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Tourism pr Movie of Content
==================================================
/*==================
	MOVIE BOX
====================*/
.gu-movie-box {
	margin-bottom:2rem;
	text-align: center;
}
.movie-box-modal {
	position: relative;
}

.movie-box-modal p {
  position: absolute;
  top: 46%;
  left: 48%;
  -ms-transform: translate(-46%,-48%);
  -webkit-transform: translate(-46%,-48%);
  transform: translate(-46%,-48%);
  margin:0;
  padding:0;
}
.gu-movie-box p i {
	color: #fff;
	font-size: 6rem;
}
.gu-movie-box h3 {
	padding: .5rem;
	background-color: #00a4da;
	color: #fff;
	font-size: 1.25rem;
}

.gu-movie-box .thumb {
  margin-bottom: 1.5rem;
  max-width: 247px;
  box-shadow: 7.5px 7.5px 0 #7ED1EC;
}
.gu-movie-body {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-align: left;
}
.gu-movie-download {
  font-size: 12px;
  border-radius: 25px;
  background-color: #d42422;
  color: #fff;
  padding: .5rem 0;
  width: 100%;
  display: block;
  margin-bottom: .5rem;
}

/* Tourism Information Download
==================================================
/*==================
	DOWNLOAD SPLIT BOX
====================*/
.download-split {
  text-align: left;
  display: inline;
  float: left;
  width: 100%;
  padding: 40px 0 80px;
  font-size: 1.25rem;
  line-height: 2;
}
.download-split h3 {
  padding: 1rem;
  background-color: #00A4DA;
  color: #fff;
  font-size: 1.25rem;
  text-align: left;
}
.download-split p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding: 2rem;
  background-color: #f9f9f9
}
.download-split img {
  margin-bottom: 2rem;
  box-shadow: 7.5px 7.5px 0 #7ED1EC;
}
.download-split-right .bulk, {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.download-split-right a {
  color: #d42422;
  text-decoration: underline;
}
.download-split-right li {
  margin-bottom: 1rem;
}
/*==================
	DOWNLOAD BOX
====================*/
.download {
	text-align: center;
	display: inline;
  float: left;
  width: 100%;
  padding: 40px 0 80px;
  font-size: 1.25rem;
  line-height: 2;
}
.download .gu-download-single {
	margin-bottom:2rem;
}
.gu-download-single h3 {
	padding: .5rem;
	background-color: #00A4DA;
	color: #fff;
	font-size: 1.25rem;
}
.gu-download-single img {
  margin-bottom: 2rem;
  box-shadow: 7.5px 7.5px 0 #7ED1EC;
}
.download .gu-download-single .object-fit-image {
  max-width: 70%;
}
.gu-download-single .gu-download-single-btn {
  font-size: 12px;
  border-radius: 25px;
  background-color: #d42422;
  color: #fff;
  padding: .5rem 0;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
.gu-download-single .gu-download-single-body {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 1rem;
}
/* Tourism Taxi
==================================================
/*==================
	TOURISM TAXI LIST
====================*/
#taxi-list {
	border-collapse:  collapse;
	width: 100%;
}
#taxi-list th, #taxi-list td {
	border: solid 1px #C3EAF6;
	text-align: center;
	padding: 15px 0;
}
#taxi-list th {
	color: #fff;
	background-color: #00A4DA;
	font-size: 1.25rem;
	font-weight: normal;
}
#taxi-list td {
	color: #001A0D;
	font-size: 1.25rem;
}
/* Tourism Access
==================================================
/*==================
	TOURISM
====================*/
#gu-tourismt-access {
	display: inline;
  float: left;
  width: 100%;
  padding: 50px 0 40px;
  font-size: 1.25rem;
  line-height: 2;
}
.gu-tourismt-access-area {
  display: inline;
  float: left;
  width: 100%;
}
.gu-tourismt-access-content {
  display: inline;
  float: left;
  width: 100%;
}
.gu-tourismt-access-menu {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: none;
}
.gu-tourismt-access-menu li {
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}
.gu-tourismt-access-content .nav-tabs li a{
    padding: 10px 20px;
    margin-right: 5px;
    font-size: .9rem;
    color: #00A4DA;
    border: 1px solid #00A4DA;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease-in 0s;
    font-size: .7rem;
}
@media only screen and (min-width: 768px) {
	.gu-tourismt-access-content .nav-tabs li a {
    font-size: 1.25rem;
  }
}
.gu-tourismt-access-content .nav-tabs li a:hover{
    color: #cb5245;
    background: #fff;
    border: 1px solid #cb5245;
}
.gu-tourismt-access-content .nav-tabs li.active a{
    color: #fff;
    background-color: #00A4DA;
    border: 1px solid #00A4DA;
}
#nationwide .gu-tab-content-area,
#tokyo .gu-tab-content-area,
#kansai .gu-tab-content-area,
#kyushu .gu-tab-content-area {
	height: auto;
	overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}
.gu-tourismt-access-map {
	padding-bottom: 15px;
}
.gu-tourismt-access-link {
	display: inline;
  float: left;
  width: 100%;
}
.gu-tourismt-access-link ul {
  list-style-type: none;
}
.gu-tourismt-access-link li a {
	font-size: .8rem;
}
.gu-tourismt-access-link li a:hover {
	text-decoration: underline;
	color: #00a4da;
	font-size: .8rem;
}
@media only screen and (min-width: 481px) {
	.gu-tourismt-access-link li a {
    font-size: 1.25rem;
  }
}
/*==================
	TRAFFIC WAYS
====================*/
#city-traffic {
	padding-top: 100px; margin-top: -100px;
}

#gu-traffic-ways {
  display: inline;
  float: left;
  width: 100%;
  padding: 50px 0;
}
.gu-traffic-ways-area {
  display: inline;
  float: left;
  width: 100%;
}
.gu-traffic-ways-area-content {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}
.traffic-ways-left {
/*  width: 144px; */
  text-align: center;
  margin-bottom: 2rem;
}
.traffic-ways-body {
  display: table-cell;
  vertical-align: top;
}
.gu-traffic-ways-nav li {
	display: inline;
  float: left;
  width: 49%;
  margin: 0 5px 20px;
  background: #f2f2f2;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 0 4px #94a2a6;
}
.gu-traffic-ways-nav li li {
  display: block;
  float: none;
  margin: 0;
  background: none;
  border-radius: 0;
  padding: 1rem;
  box-shadow: none;
  width: 100%;
}

.traffic-ways-icon {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 144px;
  line-height: 42px;
  text-align: center;
  width: 144px;
}
.traffic-ways-icon span {
	display: block;
}
.train .traffic-ways-icon {
  background-color: #D8C1E2;
  padding-top: 2rem;
}
.bus .traffic-ways-icon {
  background-color: #00B961;
  padding-top: 3rem;
}
.boat .traffic-ways-icon {
  background-color: #00A4DA;
  padding-top: 3rem;
}
.car .traffic-ways-icon {
  background-color: #00AAAD;
  padding-top: 3rem;
}
/* Model Course
==================================================
/*==================
	LIST
====================*/
#gu-model-list {
  display: inline;
  float: left;
  width: 100%;
  padding-top: 60px;
}

.gu-model-list-content {
	position: relative;
	display: inline;
  float: left;
  width: 100%;
}
.gu-model-list-single {
	position: relative;
	display: inline;
  float: left;
  width: 100%;
  margin: 20px 0 40px;
  font-size: 1rem;
  line-height: 2;
}
.gu-model-list-single .single-img {
  margin-bottom: 1rem;

}
.gu-model-list-single img {
	width: 100%;
  overflow: hidden;
  box-shadow: 7.5px 7.5px #7ed1ec;
}
.gu-model-list-single .gu-bar-fold {
	width: 89px;
	height: 11px;
	display: inline-block;
	margin-left: 1rem;
	background: url("https://www.gururich-kitaq.com/assets/images/common/bar-fold.svg") center center no-repeat;
  background-size: 100% auto;
}
.gu-model-list-single h3 {
  font-size: 1.5rem;
  color: #00a4da;
  margin-top: 0;
  margin-left: 1rem;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  padding-bottom: .5rem;
}

.gu-model-list-single p {
	padding-left: 0;
  text-align: justify;
}
.gu-model-list-single .go2more {
	position: static;
	margin: 0;
	width: 100%;
	text-align: center;
}
.gu-model-list-single .go2more a {
  font-size: 14px;
  border-radius: 25px;
  background-color: #00A4DA;
  text-align: center;
  color: #fff;
  padding: .2rem 35px;
  display: inline-block;
  width: 95%;
}
@media only screen and (min-width: 992px) {
	.gu-model-list-single {
	  position: relative;
	  display: inline;
    float: left;
    width: 100%;
    margin: 20px 0 40px;
    font-size: 1.25rem;
  }
  .gu-model-list-single h3 {
    font-size: 1.85rem;
  }
	.gu-model-list-single p {
  	padding-left: 1rem;
  }
	.gu-model-list-single .go2more {
  	position: absolute;
  	bottom: 0;
  	right: 0;
  	width: auto;
  }
	.gu-model-list-single .go2more a {
		padding: .5rem 35px;
		width: auto;
  }
}
.gu-model-list-single .go2more a:hover {
  background-color: #7ED1EC;
}








/*==================
	ROUTE
====================*/
#gu-model-course {
  display: inline;
  float: left;
  width: 100%;
  padding-top: 60px;
}
.gu-model-course-content {
  display: inline;
  float: left;
  margin-top: 20px;
  padding: 0 10px;
  width: 100%;
}
/*
@media only screen and (min-width: 481px) {
	.gu-model-course-content {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1025px) {
	.gu-model-course-content {
    padding: 0 100px;
  }
}
*/
.gu-model-course-content p {
  letter-spacing: 0.5px;
  font-size: 1.25rem;
  line-height: 2;
}
.gu-model-course-detail {
	max-width: 75%;
  margin: 0 auto;
  text-align: justify;
}


.gu-model-course-content .duration {
	padding-top: 24px;
	text-align: center;
}
.gu-route-area {
	padding: 60px 0;
}
.gu-route {
  list-style: none;
  position: relative;
}

.gu-route:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #7ED1EC;
  left: 30px;
}

@media only screen and (min-width: 481px) {
	.gu-route:before {
    left: 25px;
  }
}
@media only screen and (min-width: 1025px) {
	.gu-route:before {
    left: 50px;
  }
}

.gu-route > li {
  position: relative;
}

.gu-route > li:before,
.gu-route > li:after {
  content: " ";
  display: table;
}

.gu-route > li:after {
  clear: both;
}

.gu-route > li:before,
.gu-route > li:after {
  content: " ";
  display: table;
}
.gu-route > li:after {
  clear: both;
}
.gu-route > li > .gu-route-panel {
	width: 100%;
  float: left;
  border-radius: 2px;
  padding: 25px 0;
  position: relative;
  left: 30px;
  z-index: 100;
}
@media only screen and (min-width: 481px) {
	.gu-route > li > .gu-route-panel {
    left: 25px;
  }
}
@media only screen and (min-width: 1025px) {
	.gu-route > li > .gu-route-panel {
    padding: 50px 0;
    left: 50px;
  }
}
.gu-route-image {
  display: inline;
  padding: 10px 0 0;
  font-size: 1.25rem;
  line-height: 2;
}
.gu-route-image img {
  box-shadow: 7.5px 7.5px 0 #7ED1EC;
  width: 90%;
}
.gu-route > li > .gu-route-badge {
  color: #fff;
  width: 4.699rem;
  height: 4.699rem;
  line-height: 4.699rem;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  left: 0;
  background-color: #7ED1EC;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
@media only screen and (min-width: 481px) {
	.gu-route > li > .gu-route-badge {
    width: 5.699rem;
    height: 5.699rem;
    line-height: 5.699rem;
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 1025px) {
	.gu-route > li > .gu-route-badge {
    width: 7.699rem;
    height: 7.699rem;
    line-height: 7.699rem;
    font-size: 1.4em;
  }
}
.gu-route > li > .gu-route-badge.next_route {
	background-color: #4be46f;
	width: 2.849rem;
  height: 2.849rem;
  line-height: 2.849rem;
  margin-left: 12px;
}
@media only screen and (min-width: 481px) {
	.gu-route > li > .gu-route-badge.next_route {
    width: 3.849rem;
    height: 3.849rem;
    line-height: 3.849rem;
     margin-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
	.gu-route > li > .gu-route-badge.next_route {
    width: 3.849rem;
    height: 3.849rem;
    line-height: 3.849rem;
     margin-left: 25px;
  }
}
.gu-route > li > .gu-route-badge.next_route img {
	width: 50%;
  height: 50%;
}
.gu-route-title {
  margin-top: 0;
  color: inherit;
  font-size: 2.5rem;
}
/*
@media only screen and (min-width: 481px) {
	.gu-route-title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1025px) {
	.gu-route-title {
    font-size: 3.23rem;
  }
}
*/
.gu-route-duration {
	font-size: 21px;
}
.gu-route-panel-next {
  float: left;
  padding: 10px 0 50px;
  position: relative;
  left: 40px;
  z-index: 100;
}
@media only screen and (min-width: 481px) {
	.gu-route-panel-next {
		padding: 24px 0 50px;
    left: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .gu-route-panel-next {
		padding: 24px 0 50px;
    left: 60px;
  }
}
.gu-route > li > .gu-route-panel.end {
	padding: 30px 0 0;
}
@media only screen and (min-width: 481px) {
	.gu-route > li > .gu-route-panel.end {
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
	.gu-route > li > .gu-route-panel.end {
    padding: 50px 0 0;
  }
}
.gu-route > li > .gu-route-panel.end .gu-route-title {
	margin-bottom: 0;
}
.gu-route-body {
	position: relative;
	display: inline;
  float: left;
  width: 100%;
}
.gu-route-body .go2more {
	position: absolute;
	bottom: 0;
	right: 0;
}
.gu-route-body .gu-route-detail {
	height: 100%;
	padding-top: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	/*width: 90%;*/
}
.gu-route-body .gu-route-detail p {
	width: 90%;
}
@media only screen and (min-width: 767px) {
}
.gu-route-body .go2more a {
	font-size: 14px;
  border-radius: 25px;
  background-color: #00A4DA;
  text-align: center;
  color: #fff;
  padding: .5rem 35px;
  display: inline-block;
}
.gu-route-body .go2more a:hover {
  background-color: #7ED1EC;
}
#gu-course-map {
	display: inline;
  float: left;
  width: 100%;
  padding: 30px 0 40px;
}
#gu-course-map #gmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#gu-course-map #gmap iframe,
#gu-course-map #gmap object,
#gu-course-map #gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 404
==================================================
/*==================
	HEADER
====================*/
#gu-404 {
  background-color: #f9f9f9;
  display: inline;
  float: left;
  padding: 150px 0 100px;
  width: 100%;
}
.gu-404-area {
  display: inline;
  float: left;
  width: 100%;
}
.gu-404-area .gu-title {
	margin-bottom: 10px;
}
.gu-404-area .gu-title .gu-subtitle {
  display: block;
  font-size: 1.1rem;
  line-height: 2.5;
  color: #00a4da;
}
.gu-404-content{
	display: inline;
  float: left;
  width: 100%;
	text-align: center;
}
.gu-404-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 60px;
  margin-top: 10px;
}
.gu-404-content a {
  font-size: 14px;
  border-radius: 25px;
  background-color: #00A4DA;
  text-align: center;
  color: #fff;
  padding: 1rem 35px;
  margin: 0 20px;
}
.gu-404-content a:hover {
  background-color: #7ED1EC;
}


.kc-item img {
  pointer-events: none;   /* Make images non-selectable. */
  width:100%;             /* Make images expand to wrapper size (used in 2d modes). */
}

/* Area Map Search
==================================================
/*==================
	Map
====================*/
#gu-area-map {
  display: inline;
  float: left;
  width: 100%;
  padding: 60px 0 0;
}
.gu-area-map-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  display: inline;
  float: left;
  width: 100%;
  opacity:0;
  -webkit-transition: opacity .3s ease-out 0s,-webkit-transform .3s cubic-bezier(.6,0,.2,1) 0s;
  transition: transform .3s cubic-bezier(.6,0,.2,1) 0s,opacity .3s ease-out 0s;
  transition: transform .3s cubic-bezier(.6,0,.2,1) 0s,opacity .3s ease-out 0s,-webkit-transform .3s cubic-bezier(.6,0,.2,1) 0s;
}
.gu-area-map-area {
	background-image: url("https://www.gururich-kitaq.com/wp-content/uploads/2019/03/エリアで探す.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline;
  float: left;
  width: 100%;
  padding-top: 65%;
  position: relative;
}
.gu-area-map-content {
  display: inline;
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gu-area-map-list {
  width: 250px;
  padding-top: 25%;
}
.gu-area-map-list-inner {
	padding: 30px;
  background: #fff;
  border-radius: 5px;
}

.gu-area-map-list .gu-area-map-list-inner ul li {
  display: inline-block;
  padding: 12px 0;
  cursor: pointer;
}
.gu-area-map-list .gu-area-map-list-inner ul li span {
  font-size: 13px;
  position: relative;
}
.gu-area-map-list .gu-area-map-list-inner ul li span:before {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content:"\f054";
  display: inline-block;
  font-size: 10px;
  margin-right: 10px;
}
#gu-area-map-detail {
  width: 70%;
  padding-top: 12%;
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
  opacity: 0;
  -webkit-transition: opacity .3s ease-out 0s,-webkit-transform .3s cubic-bezier(.6,0,.2,1) 0s;
  transition: transform .3s cubic-bezier(.6,0,.2,1) 0s,opacity .3s ease-out 0s;
  transition: transform .3s cubic-bezier(.6,0,.2,1) 0s,opacity .3s ease-out 0s,-webkit-transform .3s cubic-bezier(.6,0,.2,1) 0s;
}
#gu-area-map-detail .gu-area-map-detail-inner {
  background: #fff;
  border-radius: 5px;
}
.gu-area-map-single-img {
	overflow: hidden;
}
.gu-area-map-single-img img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}
.gu-area-map-single-info {
	padding: 10px;
	font-size: 1rem;
	line-height: 2;
	max-height: 150px;
	overflow: hidden;
}
.gu-area-map-single-bottom {
	padding: 0 10px 10px 0;
	text-align: center;
}
.gu-area-map-single-bottom .go2more,
.gu-area-map-single-bottom .go2close {
	font-size: 14px;
  border-radius: 25px;
  background-color: #00A4DA;
  text-align: center;
  color: #fff;
  padding: .5rem 35px;
  display: inline-block;
}
.gu-area-map-single-bottom .go2close {
  background-color: #cccccc;
  margin-right: 15px;
}
.gu-area-map-single-bottom .go2more:hover {
  background-color: #7ED1EC;
}
.gu-area-map-single-bottom .go2close:hover {
  background-color: #eee;
}
#gu-area-map-overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .4s ease-out .2s,-webkit-transform .4s cubic-bezier(.215,.61,.355,1) .2s;
  transition: transform .4s cubic-bezier(.215,.61,.355,1) .2s,opacity .4s ease-out .2s;
  transition: transform .4s cubic-bezier(.215,.61,.355,1) .2s,opacity .4s ease-out .2s,-webkit-transform .4s cubic-bezier(.215,.61,.355,1) .2s;
}
#gu-area-map-detail.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .4s ease-out .2s,-webkit-transform .4s cubic-bezier(.215,.61,.355,1) .2s;
  transition: transform .4s cubic-bezier(.215,.61,.355,1) .2s,opacity .4s ease-out .2s;
  transition: transform .4s cubic-bezier(.215,.61,.355,1) .2s,opacity .4s ease-out .2s,-webkit-transform .4s cubic-bezier(.215,.61,.355,1) .2s;
}
#gu-area-map-overlay.closed {
	opacity: 0;
	-webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
}
#gu-area-map-detail.closed {
	opacity: 0;
	-webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
}

/* News
==================================================
/*==================
	LIST
====================*/
#gu-news{
	display: inline;
  float: left;
  width: 100%;
  padding: 60px 0 0;
}
.gu-news-content,
.gu-news-single-content {
  display: inline;
  float: left;
  width: 100%;
}

.gu-news-content .gu-news-list {
  display: inline;
  width: 100%;
}

.gu-news-content .gu-news-list li {
  font-size: 1.2rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  list-style: none;
  border-bottom: 1px solid #004196;
}
.gu-news-content .gu-news-list li a {
  color: #00A4DA;
  text-decoration: underline;
}
.gu-news-content .gu-news-list li a:hover {
  color: #7ed1ec;
  text-decoration: none;
}
.gu-news-content .gu-news-list li span {
  display: inline-block;
  margin-right: 20px;
  min-width: 130px;
}

.gu-news-single-content h2 {
	text-align: center;
	font-size: 21px;
}
.gu-news-single-content .date {
	color: #00A4DA;
}
.gu-news-single-content .entry {
	font-size: 20px;
	line-height: 2;
}

/* Search of Content
==================================================
/*==================
 LIST SECTION
====================*/
#gu-search-list {
  display: inline;
  float: left;
  width: 100%;
  padding-top: 174px;
}

.gu-search-list-area {
  display: inline;
  float: left;
  width: 100%;
}

.gu-search-list-content {
  display: inline;
  float: left;
  width: 100%;
}

.gu-search-list-body {
  width: 100%;
  margin-top: 50px;
}
.gu-search-list-wrap {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.gu-search-list-wrap li {
  display: inline-block;
  overflow: hidden;

  padding-left: 20px;
  padding-right: 20px;
}

.gu-search-list-wrap li .gu-single-list {
  display: inline;
  float: left;
  width: 100%;
  padding-bottom: 40px;
}

.gu-search-list-wrap li .gu-single-list .gu-single-list-img {
  margin-bottom: 1rem;
}

.gu-search-list-wrap li .gu-single-list .gu-single-list-img img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  box-shadow: 7.5px 7.5px 0 #7ED1EC;
}
@media only screen and (min-width: 1200px) {
	.gu-search-list-wrap li .gu-single-list .gu-single-list-img img {
    height: 227px;
  }
}
.gu-search-list-wrap li .gu-single-list .gu-single-list-info h4 {
	margin-top: 0;
	margin-bottom: .5rem;
}
.gu-search-list-wrap li .gu-single-list .gu-single-list-info h4 a {
  font-size: 1.125rem;
  line-height: 1.38rem;
  color: #00A4DA;
}
@media only screen and (min-width: 1200px) {
	.gu-search-list-wrap li .gu-single-list .gu-single-list-img img {
    height: 227px;
  }
}
.gu-search-list-wrap li .gu-single-list .gu-single-list-info h4 a:hover {
	color: #7ED1EC;
}
.gu-search-list-wrap li .gu-single-list .gu-single-list-info p {
  font-size: 1.1rem;
  line-height: 1.8;
}
.gu-search-list-wrap li .gu-single-list .gu-single-list-info .go2more {
	width: 100%;
	text-align: right;
}
.gu-search-list-wrap li .gu-single-list .gu-single-list-info .go2more a {
  font-size: 14px;
  border-radius: 25px;
  background-color: #00A4DA;
  text-align: center;
  color: #fff;
  padding: .5rem 35px;;
  display: inline-block;
}
.gu-search-list-wrap li .gu-single-list .gu-single-list-info .go2more a:hover {
  background-color: #7ED1EC;
}
.gu-search-list-wrap li .gu-single-list .gu-single-list-info {
  display: inline;
  float: left;
  padding: 8px 0 20px;
  width: 100%;
}

.gu-search-list-wrap li .gu-single-list .gu-single-list-info span {
  font-size: 12px;
  letter-spacing: 0.5px;
  display: block;
}

.gu-search-list-wrap li .gu-single-list .gu-single-list-info span.date {
	color: #00b961;
	margin-bottom: 10px;
}

.gu-search-list-wrap li .gu-single-list .gu-single-list-info span.area,
.gu-search-list-wrap li .gu-single-list .gu-single-list-info span.area a {
	color: #00a4da;
}

/* Download of Content
==================================================
/*==================
 AGREEMENT SECTION
====================*/
#gu-agreement {
  display: inline;
  float: left;
  width: 100%;
  padding: 40px 0 50px;
}

.gu-agreement-area {
  display: inline;
  float: left;
  width: 100%;
}

.gu-agreement-content {
  display: inline;
  float: left;
  width: 100%;
}

.gu-agreement-single {
  display: inline;
  float: left;
  padding: 0 150px;
  position: relative;
  width: 100%;
}

.gu-agreement-single .gu-agreement-info {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
}

.gu-agreement-single .gu-agreement-info p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 35px;
  margin-top: 30px;
  padding: 0;
  position: relative;
  z-index: 20;
}

.gu-agreement-single .gu-agreement-info p:before {
  content: '\f10e';
  font-family: fontAwesome;
  font-size: 50px;
  left: 1%;
  position: absolute;
  text-align: center;
  top: 20%;
  opacity: 0.6;
  width: 100%;
  z-index: -10;
}

.gu-agreement-single .gu-agreement-bio {
  color: #fff;
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 30;
}

.gu-agreement-single .gu-agreement-bio p {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
  min-width: 175px;
  padding-top: 10px;
}
/*==================
 CONTACT SECTION
====================*/
#gu-download-search {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}

.gu-download-search-area {
  display: inline;
  float: left;
  width: 100%;
}

.gu-download-search-content {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}

.gu-download-search-left {
  display: inline;
  float: left;
  width: 100%;
}

.gu-download-search-left .form-group {
  margin-bottom: 25px;
}

.gu-download-search-left .form-group label {
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.gu-download-search-form input[type="text"],
.gu-download-search-form input[type="email"] {
  color: #000;
  border-radius: 0;
  height: 40px;
}

.gu-download-search-form input[type="text"]:focus,
.gu-download-search-form input[type="email"]:focus {
  box-shadow: none;
}

.gu-download-search-form textarea {
  color: #000;
  border-radius: 0;
  padding: 10px;
}

.gu-download-search-form textarea:focus {
  box-shadow: none;
}

.gu-download-search-right {
  display: inline;
  float: left;
  padding: 0 30px;
  width: 100%;
}

.gu-download-search-right .gu-download-search-widget {
  display: inline;
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

.gu-download-search-right .gu-download-search-widget h3 {
  margin-top: 0px;
  padding-bottom: 10px;
  display: inline-block;
}

.gu-download-search-right .gu-download-search-widget > p {
  letter-spacing: 0.5px;
  line-height: 26px;
}

.gu-download-search-right .gu-download-search-widget address {
  margin-top: 20px;
}

.gu-download-search-right .gu-download-search-widget address p {
  letter-spacing: 0.5px;
}

.gu-download-search-right .gu-download-search-widget address p i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.gu-download-search-right .gu-download-search-widget address p span {
  display: inline-block;
  margin-right: 20px;
  min-width: 130px;
}

#form-messages {
  margin-bottom: 10px;
    background-color: #fff;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
}



/* Download of Picture
==================================================
/*==================
 Download SECTION
====================*/
#gu-rank-photos {
	display: inline;
  float: left;
  padding: 30px 0 0;
  width: 100%;
  background-image: url(../images/event/bg/stripes-light.png);
}
.gu-rank-photos-area {
	display: inline;
  float: left;
  padding: 4rem 0;
  width: 100%;
}
.gu-rank-photos-content {
  display: inline;
  float: left;
  width: 100%;
  overflow: hidden;
}
.gu-rank-photos-list-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.gu-rank-photos-list-wrap li .gu-single-list .gu-single-list-img {
  overflow: hidden;
  margin: 0 auto;
}
.gu-rank-photos-list-wrap li .gu-single-list .gu-single-list-img img {
  width: 100%;
  height: 100px;
  position: relative;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 481px) {
	.gu-rank-photos-list-wrap li .gu-single-list .gu-single-list-img img {
	  height: 150px;
  }
}
@media only screen and (min-width: 1025px) {
  .gu-rank-photos-list-wrap li .gu-single-list .gu-single-list-img img {
    height: 180px;
  }
}
.gu-rank-photos-list-wrap li .gu-single-list .gu-single-list-info {
	padding-top: .5rem;
}
.gu-rank-photos-list-wrap li .gu-single-list .gu-single-list-info h4 {
	font-size: 1.15rem;
}
.gu-rank-photos-content .gu-single-list .gu-single-photo-go2 {
	padding-top: .5rem;
}
/*==================
 SEARCH SECTION
====================*/
#gu-search-photos {
	display: inline;
  float: left;
  width: 100%;
  background-color: #e2f5fa;
  padding: 60px 0 80px;
}
.gu-search-photos-area {

}

.gu-search-photos-contents .searchandfilter h4 {
	font-size: 1rem;
  font-weight: normal;
  padding-left: 0;
  margin-bottom: 8px;
  text-align: left;
  display: inline-block;
  width: 100%;
}

.gu-search-photos-contents .searchandfilter .sf-field-search h4:before,
.gu-search-photos-contents .searchandfilter .sf-field-taxonomy-photo_download_category h4:before,
.gu-search-photos-contents .searchandfilter .sf-field-taxonomy-photo_download_area h4:before {
  font-family: FontAwesome;
  padding-right: 10px;;
}
.gu-search-photos-contents .searchandfilter .sf-field-search h4:before {
	content : "\f0f6";
}
.gu-search-photos-contents .searchandfilter .sf-field-taxonomy-photo_download_category h4:before {
	content : "\f05a";
}
.gu-search-photos-contents .searchandfilter .sf-field-taxonomy-photo_download_area h4:before {
	content : "\f041";
}

.gu-search-photos-contents .searchandfilter label {
	display: inline-block;
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.gu-search-photos-contents .searchandfilter h4 {
    width: 22%;
  }
  .gu-search-photos-contents .searchandfilter label {
	  width: 77%;
	}
}

.gu-search-photos-contents .searchandfilter .sf-input-text {
  border: 1px solid #ded7cc;
  border-radius: 20px;
  color: #000;
  height: 40px;
  padding-left: 1.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.gu-search-photos-contents .searchandfilter .sf-input-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  border: 1px solid #ded7cc;
  border-radius: 20px;
  background-color: #fff;
}
.sf-field-search,
.sf-field-taxonomy-photo_download_category,
.sf-field-taxonomy-photo_download_area {
	position: relative;
}

.sf-field-search::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  top: calc(50% + 55px);
  right: 28px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #00a4da;
}
.sf-field-search::after {
	position: absolute;
  content: '';
  width: 6px;
  height: 4px;
  top: calc(50% + 70px);
  right: 25px;
  border-top: solid 2px #00a4da;
  transform: rotate(45deg);
}
@media only screen and (min-width: 481px) {
	.sf-field-search::before {
    top: calc(50% + 63px);
	}
	.sf-field-search::after{
		top: calc(50% + 78px);
	}
}
@media only screen and (min-width: 768px) {
	.sf-field-search::before {
    top: calc(50% + 43px);
	}
	.sf-field-search::after{
		top: calc(50% + 58px);
	}
}
@media only screen and (min-width: 992px) {
	.sf-field-search::before {
    top: calc(50% - 12px);
	}
	.sf-field-search::after{
		top: calc(50% + 3px);
	}
}
.sf-field-taxonomy-photo_download_category::after,
.sf-field-taxonomy-photo_download_area::after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-bottom: solid 2px #001a0d;
  border-right: solid 2px #001a0d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 73%;
  right: 30px;
  margin-top: -8px;
}
@media only screen and (min-width: 768px) {
	.sf-field-taxonomy-photo_download_category::after,
  .sf-field-taxonomy-photo_download_area::after {
    top: 50%;
	}
}

/*==================
 SEARCH RESULTS SECTION
====================*/
#gu-search-results-photos {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.gu-search-results-photos-area {
  display: inline;
  float: left;
  width: 100%;
}

.gu-search-results-photos-content {
  display: inline;
  float: left;
  margin-top: 30px;
  padding-bottom: 60px;
  width: 100%;
}
.gu-search-photos-list-wrap {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.gu-search-photos-list-wrap li {
  margin-bottom: 3rem;
}
.gu-search-results-photos-content .gu-single-photo {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

.gu-search-results-photos-content .gu-single-photo .gu-single-photo-img {
  display: inline;
  float: left;
  width: 100%;
}

.gu-search-results-photos-content .gu-single-photo .gu-single-photo-img img {
  width: 100%;
  height: 100px;
}
@media only screen and (min-width: 481px) {
	.gu-search-results-photos-content .gu-single-photo .gu-single-photo-img img {
	  height: 150px;
  }
}
@media only screen and (min-width: 1025px) {
  .gu-search-results-photos-content .gu-single-photo .gu-single-photo-img img {
    height: 180px;
  }
}

.gu-search-results-photos-content .gu-single-photo .gu-single-photo-info {
  display: inline;
  float: left;
  padding: 10px 10px;
  width: 100%;
}

.gu-search-results-photos-content .gu-single-photo .gu-single-photo-info h4 {
	font-size: 1rem;
	text-align: center;
  margin: 0 0 5px;
  letter-spacing: 0.5px;
  min-height: 30px;
}
.gu-search-results-photos-content .gu-single-photo .gu-single-photo-go2 li,
.gu-rank-photos-content .gu-single-list .gu-single-photo-go2 li {
	margin-bottom: .5rem;
}
.gu-search-results-photos-content .gu-single-photo .gu-single-photo-go2 a,
.gu-rank-photos-content .gu-single-list .gu-single-photo-go2 a{
  font-size: 12px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  padding: .5rem 0;
  display: block;

}
.gu-search-results-photos-content .gu-single-photo .gu-single-photo-go2 a:hover,
.gu-rank-photos-content .gu-single-list .gu-single-photo-go2 a:hover {
  opacity: .7;
}

.gu-search-results-photos-content .gu-single-photo .gu-single-photo-go2 .go2download,
.gu-rank-photos-content .gu-single-list .gu-single-photo-go2 .go2download {
  background-color: #EF96AE;
}
.gu-search-results-photos-content .gu-single-photo .gu-single-photo-go2 .go2view,
.gu-rank-photos-content .gu-single-list .gu-single-photo-go2 .go2view {
  background-color: #77D0EB;
}





/* tanaka.css */
/*==================
	COMPONANT SECTION
====================*/
.inner {
    border-radius: 15px;
    padding: 4rem;
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #00a4da;
}
.inner_bg {
    background-color: #e2f5fa;
    border-radius: 15px;
    padding: 4rem;
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #00a4da;
    margin-bottom: 3rem;
}
.required {
	background-color: #e67856;
	color: #fff;
	padding: .25rem .5rem;
	text-align: center;
	margin-left: 1rem;
	border-radius: 5px;
	font-size: 80%;
	font-weight: normal;
}
.gu-hero-category-title-icon img {
	width: 38px;
}

.gu-single-list a,
.three-images a {
	transition: all ease .5s;
}
.gu-single-list a:hover,
.three-images a:hover {
	opacity: .7;
}
.gu-single-spot .gu-single-spot-item .gu-single-spot-info {
	background-color: rgba(0,164,218,0.6)!important;
}


@media screen and (max-width: 480px){
	.inner_bg {
		margin: 1rem;
		padding: 2rem;
	}
	.gu-title {
		margin-bottom: 1rem!important;
	}
	.gu-title h2 {
		font-size: 1.5rem!important;
		font-weight: bold!important;
	}
	.text_onlye p {
		max-width: 95%!important;
	}
	.image2headline img {
		margin-bottom: 2rem;
	}
	.breadcrumb {
		font-size: 10px!important;
		padding: .5rem!important;
	}
	.gu-area-map-area {
		background-size: contain;
	}
/*
	#gu-header {
		padding: 0!important;
	}

	.gu-global-navbar {
		padding: 0!important;
	}

	.gu-global-navbar .gu-navbar-header {
		width: 150px!important;
		padding-top: 5px!important;
		padding-bottom: 5px!important;
	}

	#gu-utility-nav-wrap {
		padding-top: 5px!important;
		right: 35px!important;
	}


	.gu-global-nav-button {
		top: 7px!important;
		right: 10px!important;
	}

	#gu-hero {
		padding-top: 50px!important;
	}
	.gu-utility-nav .gu-utility-lang svg {
		height: 25px!important;
	}
	.gu-utility-nav .gu-utility-search svg {
		height: 25px!important;
	}
	.gu-utility-nav .gu-utility-search, .gu-utility-nav .gu-utility-lang {
		padding-left: 5px!important;
	}

	.gu-global-nav-button p {
		top: 24px!important;
	}
*/
	/* ハンバーガー */
/*
	.gu-global-navbar .gu-global-nav {
		padding: 5px!important;
	}
	.gu-global-navbar .gu-global-nav li {
		padding: 5px 0 0!important;
	}
	.gu-global-navbar .gu-global-nav li a {
		line-height: 2!important;
		font-size: 16px!important;
	}
	.gu-global-navbar .gu-global-nav li .plus-icon {
		top: 10px!important;
		right: 30px!important;
	}
	.gu-global-nav-wrap {
		top: 50px!important;
	}
*/
	/* PAGE */
	#gu-contents {
		padding: 0 0 70px!important;
	}
/*
	.gu-tourismt-access-content .nav-tabs li a {
		font-size: 1rem!important;
	}
*/
	/* flex content */
/*
	.two-images .single-img {
		height: 220px!important;
	}
*/
}
/*
@media screen and (max-width: 320px){
	.gu-global-navbar .gu-navbar-header {
		width: 140px!important;
	}
}
*/
/*==================
	KNOW KITAKYUSHU SECTION
====================*/
/*
.page-id-45 .two-images .single-img,
.page-id-45 .three-images .single-img {
	box-shadow: none;
}
*/

/*==================
	EXTERNAL LINK SECTION
====================*/
.external_link {
	text-align: center;
	font-size: 1.2rem;
}

/*	LIST  */
.tourism_link {
	border-collapse:  collapse;
	width: 100%;
}
.tourism_link thead th, .tourism_link thead td {
	border: solid 1px #C3EAF6;
	text-align: left;
	padding: 15px;
}
.tourism_link thead th {
	color: #fff;
	background-color: #00A4DA;
	font-size: 1.25rem;
	border: solid 1px #C3EAF6;
}
.tourism_link thead th .site_outline {
	color: #fff;
}

.tourism_link th {
	font-size: 1.25rem;
	padding: 15px;
	border: solid 1px #C3EAF6;
}
.tourism_link td {
	font-size: 1.25rem;
	padding: 15px;
	border: solid 1px #C3EAF6;
	line-height: 2;
}
.site_outline {
    font-size: 80%;
    margin-bottom: .25rem;
    display: inline-block;
    color: #00A4DA;
    font-weight: normal;
}


/*==================
	EVENT SECTION
====================*/
.page-id-41 #gu-event {
	padding: 0 0 70px 0;
	border-top: 1px dashed #ccc;
}
.page-id-41 .gu-event-area {
	background-image: url(../images/event/bg/stripes-light.png);
	padding: 4rem 0;
}



/*==================
	TOURIST INFORMATION SECTION
====================*/
.gu-infocenter {
	overflow: hidden;
	margin-bottom: 5rem;
}
.info_table {
    border-top: 1px solid #C3EAF6;
}
.info_table th {
    padding: 1rem;
    font-size: 1.25rem;
    width: 20%;
    background: #e2f5fa;
    border-bottom: 1px solid #C3EAF6;
}
.info_table td {
    padding: 1rem;
    font-size: 1.25rem;
    border-bottom: 1px solid #C3EAF6;
    line-height: 2;
}
.info_table .map a {
	color: #00A4DA;
}
.infocenter_img img {
    max-width: 350px;
    text-align: right;
	margin: 0 auto;
    display: block;
   	box-shadow: 7.5px 7.5px 0 #7ed1ec;
}


/*==================
	ATM SECTION
====================*/
.page-id-1599 .tourism_link thead th {
	text-align: center;
}

/*==================
	CONTACT SECTION
====================*/
.gu-contact dt {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: .5rem;
	letter-spacing: 1px;
}
.gu-contact input,
.gu-contact textarea {
    width: 100%;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: none;
    font-size: 1.25rem;
    color: #333;
    border-width: 0px;
    letter-spacing: 1px;
}
.gu-contact dl {
	margin-bottom: 3rem;
}
.gu-contact dd {
	font-size: 1.25rem;
}
.gu-contact .privacy {
    font-size: 80%;
    margin: 2rem auto;
    text-decoration: underline;
    color: #888;
    text-align: center;
}
.gu-contact .privacy:hover {
	text-decoration: none;
}
.gu-contact button[type="submit"] {
	padding: 1.5rem 3rem;
	border-radius: 15px;
	background-color: #00A4DA;
	color: #fff;
	display: block;
	margin: 0 auto;
	font-size: 1.25rem;
	letter-spacing: 2px;
	border-color: transparent;
	transition: all ease .5s;
}
.gu-contact button[type="submit"]:hover {
	background-color: #fff;
	color: #00A4DA;
	border-color: #00A4DA;
}
.gu-contact button[name="submitBack"] {
    background-color: #ccc;
    color: #fff;
    margin-right: 2rem;
}
.gu-contact .button_area {
    display: flex;
    justify-content: center;
}
.gu-contact a.to_top {
	font-size: 14px;
    border-radius: 25px;
    background-color: #00A4DA;
    text-align: center;
    color: #fff;
    padding: 1rem 35px;
    display: inline-block;
    margin-top: 3rem;
    transition: all ease .5s;
}
.gu-contact a.to_top:hover {
	background-color: #fff;
	color: #00A4DA;
	border-color: #00A4DA;
}
@media screen and (max-width: 480px){

}

/*==================
	SITEMAP SECTION
====================*/
.simple-sitemap-page {
	font-size: 1.25rem;
}
.simple-sitemap-page .page_item {
    list-style: disc;
    margin-bottom: 1.5rem;
}
.simple-sitemap-page .page_item a {
	color: #00a4da;
	font-weight: bold;
	font-size: 1.5rem;
}
.simple-sitemap-page .page_item a:hover {
	text-decoration: underline;
}
.simple-sitemap-page .children .page_item a {
	color: #333;
	font-size: 1.25rem;
	font-weight: bold;
}
.simple-sitemap-page .children .children .page_item a {
	color: #333;
	font-size: 1.25rem;
	font-weight: normal;
}
.simple-sitemap-page .page_item_has_children a {
    margin-bottom: 1rem;
    display: inline-block;
}
.simple-sitemap-page .children {
	margin-left: 4rem;
}



/*==================
	PRIVACY POLICY SECTION
====================*/
.button {
    margin-top: 2rem;
    text-align: center;
}
.page-id-1607 p {
	line-height: 2;
	font-size: 1.25rem;
}
.item_button {
    padding: 1rem 3rem;
    border-radius: 15px;
    background-color: #00A4DA;
    color: #fff;
    margin-top: 4rem;
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: 2px;
    border-color: transparent;
    transition: all 1s;
}
.item_button:hover{
	background-color: #fff;
	color: #00A4DA;
	border: 1px solid #00A4DA;
}

/*==================
	SNS POLICY SECTION
====================*/

.page-id-13305 p {
	line-height: 2;
	font-size: 1.25rem;
}

/*==================
	FRONT PAGE SECTION
====================*/
#gu-stream,
#gu-spot,
#gu-event,
#gu-feature,
#gu-slider,
#gu-motaku,
#gu-instagrum,
#gu-contents,
#gu-tourismt-access,
#gu-traffic-ways,
#gu-spot-list,
#gu-list,
#gu-gourmet,
#gu-attraction {
	background-color: #fff;
}


/*--ギャラリー
------------------------------*/
.gallery {
    display: flow-root;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: left;
}
.gallery-item {
    box-sizing: border-box;
    margin: 5px 1% 5px 0;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item {
    width: 49%;
}
.gallery-columns-3 .gallery-item {
    width: 32%;
}
.gallery-columns-4 .gallery-item {
    width: 24%;
}
.gallery-columns-5 .gallery-item {
    width: 19%;
}
.gallery-columns-6 .gallery-item {
    width: 15.66%;
}
.gallery-columns-7 .gallery-item {
    width: 13.28%;
}
.gallery-columns-8 .gallery-item {
    width: 11.5%;
}
.gallery-columns-9 .gallery-item {
    width: 10.11%;
}
@media screen and (max-width: 768px) and (min-width: 481px){
    .gallery-item,
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item{
        width: 49%;
        max-width: 49%;}
}
@media screen and (max-width: 480px){
    .gallery-item,
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item{
        width: 100%;
        max-width: 100%;}
}

/*--迷惑行為防止
------------------------------*/
.color-bar {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.pink-box {
    background-color: #EC6D88;
    height: 30px;
}
.green-box {
    background-color: #AACE33;
    height: 30px;
}
.yellow-box {
    background-color: #FCC800;
    height: 30px;
}
.blue-box {
    background-color: #12B8D7;
    height: 30px;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; width: 100%;}
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 991px) {
    .pc { display: none !important; }
    .sp { display: block !important; text-align: center; margin: 0 auto; width: 100%; }
}
.meiwaku-tittle-area {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.top-ninja {
    width: 200px;
    margin-top:1rem;
}
.meiwaku-tittle {
    text-align: center;
    margin: 0 3rem;
}
.meiwaku-karyou-area {
    text-align: center;
    margin: 0 auto;
    margin-top: 2rem;
}
.yellow-border {
    border: 4px solid #FFF67F;
    border-radius: 15px;
    padding: 2rem 1rem;
    color: #E60012;
    font-family: 'Kosugi Maru', sans-serif;
    line-height: 1.5;
    font-size: 25px;
}
span.marker {
    font-size: 35px;
    background: linear-gradient(transparent 50%, #FFF67F 50%);
    font-weight: bold;
}

.meiwaku-kinshi-area {
    margin-top: 5rem;
    padding: 2rem 1rem;
    border: dashed 2px #12B8D7;
    border-radius: 15px;
}
p.red-tittle {
    color: #E60012;
    font-family: 'Kosugi Maru', sans-serif;
    line-height: 1.5;
    font-size: 25px;
    font-weight: 900;
}
p.black-tittle {
    color: #000000;
    font-family: 'Kosugi Maru', sans-serif;
    line-height: 1.5;
    font-size: 20px;
}
.kinshi-icon {
    text-align: center;
    padding: 1rem;
}

.kinshi-area {
    width: 100%;
}
.kinshi-area-text {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 22px;
    line-height: 5rem;
}
#gu-contents span.blue {
    background: #12B8D7;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 10px;
    margin-right: 1rem;
}
.ninja-all2 {
    margin-top: 3rem;
    text-align: center;
}
p.ninja-name {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 10px;
    line-height: 1.2rem;
}

.blue-text {
    font-family: 'Kosugi Maru', sans-serif;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 2rem;
    color: #12B8D7;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.5;
}
.meiwaku-area-map {
    width: 100%;
}
.area-map {
    text-align: center;
}
@media screen and (max-width:767px){
    .yellow-border {
        font-size: 12px;
    }
    span.marker {
        font-size: 20px;
    }
    .meiwaku-kinshi-area {
        width:100%;
    }
    p.red-tittle {
        font-size: 20px;
    }
    p.black-tittle {
        font-size: 12px;
    }
    .kinshi-area-text {
        font-size: 16px;
    }
    span.black {
        font-size: 12px;
    }
    .blue-text {
        font-size: 16px;
    }}
    /*英語の場合*/
p.red-tittle-en {
    color: #E60012;
    font-family: 'Kosugi Maru', sans-serif;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 900;
}