@charset "UTF-8";
/* CSS Document */
/* syabou-nankado.com */


/* Proparty
------------------------------------------------------------------------- */

body {
  background-image: url(../images/bg.png);
  background-repeat: repeat;
}

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

p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
}

.jumbotron h2 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.header {
  background-color: #5c4963;
  padding: .8rem 1rem 0 1rem;
  margin-top: -.3rem !important;
}

.header h1 {
  font-size: 1rem;
  color: #FFF;
}

.jumbotron .gfonts-tangerine {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.jumbotron .gfonts-noto-serif-jp {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}


/* Responsive
================================= */

@media (max-width: 575.98px) {
  .jumbotron h2 {
    font-size: 1.5rem;
  }

  .jumbotron h3 {
    font-size: 1rem;
  }

  .jumbotron li {
    font-size: .9rem;
  }

  .jumbotron ul {
    padding-left: 1rem;
  }
}

@media (min-width: 576px) {
  .jumbotron h2 {
    font-size: 1.8rem;
  }

  .jumbotron h3 {
    font-size: 1.1rem;
  }

  .jumbotron li {
    font-size: .9rem;
  }

  .jumbotron ul {
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .jumbotron h2 {
    font-size: 2.1rem;
  }

  .jumbotron h3 {
    font-size: 1.5rem;
  }

  .jumbotron li {
    font-size: 1rem;
  }

  .jumbotron ul {
    padding-left: 2rem;
  }
}

@media (min-width: 992px) {
  .jumbotron h2 {
    font-size: 2.4rem;
  }

  .jumbotron h3 {
    font-size: 1.3rem;
  }

  .jumbotron li {
    font-size: 1rem;
  }

  .jumbotron ul {
    padding-left: 3rem;
  }
}

@media (min-width: 1200px) {
  .jumbotron h2 {
    font-size: 2.7rem;
  }

  .jumbotron h3 {
    font-size: 1.4rem;
  }

  .jumbotron li {
    font-size: 1rem;
  }

  .jumbotron ul {
    padding-left: 3rem;
  }
}


/* Link
------------------------------------------------------------------------- */

/* 未訪問時のリンクカラー（Nav 限定）
================================= */
.navbar a:link {
  color: #136fad;
}

/* 訪問済みリンクカラー
================================= */
a:visited {
  color: #3399cc;
}

/* カーソルが乗っている時のリンクカラー
================================= */
a:hover {}

/* クリックした瞬間に輝くリンクカラー
================================= */
a:active {
  color: #afcc33;
}


/* Footer/Link
------------------------------------------------------------------------- */

.list-unstyled {
  margin-top: 1rem;
}

.list-unstyled li {
  font-size: .9rem;
}

/* 未訪問時のリンクカラー
================================= */
.list-unstyled li a:link {
  color: #FFF;
}

/* 訪問済みリンクカラー
================================= */
.list-unstyled li a:visited {
  color: #33cc87;
}

/* カーソルが乗っている時のリンクカラー
================================= */
.list-unstyled li a:hover {
  color: #493347;
}

/* クリックした瞬間に輝くリンクカラー
================================= */
.list-unstyled li a:active {
  color: #afcc33;
}


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


/* Jumbotron
------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
  .carousel-caption {
    display: none;
  }
}

.borderRadius1 img {
  -moz-border-top-left-radius: 220px;
  -webkit-border-top-left-radius: 220px;
  -o-border-top-left-radius: 220px;
  -ms-border-top-left-radius: 220px;
  -moz-border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -o-border-top-right-radius: 20px;
  -ms-border-top-right-radius: 20px;
  -moz-border-bottom-right-radius: 220px;
  -webkit-border-bottom-right-radius: 220px;
  -o-border-bottom-right-radius: 220px;
  -ms-border-bottom-right-radius: 220px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -o-border-bottom-left-radius: 20px;
  -ms-border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0 0 16px rgba(10, 10, 10, 0.4);
  border-top-left-radius: 220px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 220px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 0 16px rgba(10, 10, 10, 0.4);
  margin: 30px 0;
}

.jumbotron-comment {
  padding: 20px 5% 0 5%;
}


/* Nav
------------------------------------------------------------------------- */

.navbar-brand {
  width: 200px;
  height: 50px;
  background-image: url(../images/logo.png);
  background-size: cover;
}

nav form input,
nav form button {
  font-size: .75rem !important;
}

nav .dropdown-item {
  font-size: .85rem;
}


/* Responsive
================================= */
@media (max-width: 575.98px) {
  nav form {
    display: block !important;
  }
}

@media (min-width: 576px) {
  nav form {
    display: block !important;
  }
}

@media (min-width: 768px) {
  nav form {
    display: block !important;
  }
}

@media (min-width: 992px) {
  nav form {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  nav form {
    display: block !important;
  }
}


/* Font color
------------------------------------------------------------------------- */

.text-muted {
  color: #616970 !important;
}


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

section {
  margin-bottom: 30px;
}

.workshopMenu h3 {
  font-size: 1.5rem;
  font-weight: 200;
  font-style: italic;
  text-shadow: 1px 1px 0 #FFF;
}

.workshop-box {
  padding-top: 2rem;
}

.gallery {
  background-color: rgba(156, 165, 142, .2);
  padding-top: 2rem;
  border-radius: .3rem;
}

/* Keyword contents
=====================*/

.keyword-contents {
  background-color: #5e487a;
  padding: 2rem 1.5rem 1rem 1.5rem;
  border-radius: 6px;
}

.keyword-contents p {
  color: #FFF;
}

/* btn link
=====================*/

.herbs-album-btn a:link {
  color: #FFF;
}

.herbs-album-btn a:visited {
  color: #EEE;
}

.herbs-album-btn a:hover {}

.herbs-album-btn a:active {
  color: #FF0;
}

/* body背景色の変化CSS
=====================*/

.workshop {
  animation: bgchange 20s ease infinite;
  border-radius: .3rem;
  /*変化の時間を変更したい場合は20sの部分を好きな時間に変更*/
}

@keyframes bgchange {
  0% {
    background: rgba(168, 105, 190, .1);
  }

  25% {
    background: rgba(166, 105, 188, .1);
  }

  50% {
    background: rgba(188, 105, 147, .1);
  }

  75% {
    background: rgba(130, 105, 188, .1);
  }

  90% {
    background: rgba(172, 188, 105, .1);
  }

  100% {
    background: rgba(168, 105, 190, .1);
  }
}

/* Jumbotron
=====================*/

.jumbotron {
  background-color: rgba(250, 238, 242, .7);
}


/* Simple radial menu
------------------------------------------------------------------------- */

.simple-radial-menu .rotater img {
  height: 80px;
  border-radius: 50%;
  margin-top: -16px;
  margin-left: -13px;
}

.simple-radial-menu .rotater figure figcaption {
  font-size: .8rem;
  margin-top: .4rem;
  color: #FFF;
}

.simple-radial-menu h2 {
  color: #FFF;
  margin-top: -80px;
}


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

footer {
  color: #FFF;
  margin-bottom: 8px;
}

.footer-info {
  background-color: #493347;
  padding: 1rem 2rem;
}

.footer-info h3 {
  font-size: 1.4rem;
  margin-top: 2rem;
}

.footer-logo-mark {
  float: left;
  height: 38px;
  width: 38px;
  background-image: url(../images/touch-icon.png);
  background-size: cover;
}

.footer-company-name {
  float: left;
  margin-left: 1rem;
}

.social {
  clear: left;
  margin-left: 3.6rem;
}

.footer-copyright {
  font-size: .9rem;
  background-color: #5e487a;
  padding: 1rem 0;
}


/* 見出し装飾
------------------------------------------------------------------------- */

/* header-decoration1
-------------------------------- */
.header-decoration1 {
  position: relative;
  padding-bottom: .3rem;
  border-bottom: 4px solid #9a8a9f;
  font-size: 1.4rem;
}

.header-decoration1::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #5c4963;
}

/* header-decoration2
-------------------------------- */
.header-decoration2 {
  position: relative;
  padding: 0 .5rem 0 2.2rem;
  font-size: 1.3rem;
}

.header-decoration2::before,
.header-decoration2::after {
  position: absolute;
  content: '';
  border-radius: 100%
}

.header-decoration2::before {
  top: .2rem;
  left: .2rem;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: #7a7a7a;
}

.header-decoration2::after {
  top: .7rem;
  left: .7rem;
  width: 13px;
  height: 13px;
  background: #c68dc9;
}


/* Two circles
-------------------------------- */
.two-circles {
  position: relative;
  padding: 0 .5em .5em 2em;
  border-bottom: 1px solid #ccc;
  margin: 1.6rem 0;
}

.two-circles::before,
.two-circles::after {
  position: absolute;
  content: '';
  border-radius: 100%
}

.two-circles::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(150, 150, 150, .5);
}

.two-circles::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(210, 210, 210, .5);
}


/* header-decoration3
-------------------------------- */

.header-decoration3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
}

.header-decoration3::before,
.header-decoration3::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #a8adcc;
}

.header-decoration3::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}

.header-decoration3::after {
  margin-left: 30px;
  transform: rotate(35deg)
}


/* header-decoration4
-------------------------------- */

.header-decoration4 {
  position: relative;
  font-size: 26px;
}

.header-decoration4::before {
  content: attr(data-number);
  display: inline-block;
  margin-right: 20px;
  color: #666875;
  font-size: 30px;
  border-bottom: 1px solid #666875;
}


/* Gallery
------------------------------ */

.gallery {
  padding: 2rem;
}


/* Gallery h3
------------------------------ */

/*
.gallery h3 {
  position: relative;
  padding-bottom: .2em;
  font-size: 1.2rem;
}

.gallery h3::before,
.gallery h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}

.gallery h3::before {
  z-index: 2;
  width: 15%;
  background-color: #2e4920;
}

.gallery h3::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #2e4920 2px, #2e4920 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #2e4920 2px, #2e4920 4px);
}
*/


/* Gallery li
------------------------------ */

.gallery ul li {
  margin-left: -3rem;
}

.gallery a:link {
  color: #212529 !important;
}

.gallery a:hover {
  color: #2d5bfb !important;
}

.gallery a:visited {
  color: #565656 !important;
}

.gallery a:active {
  color: #FF0 !important;
}

/*
gallery li {
  position: relative;
  padding: .5em .5em .5em 2em;
  list-style: none;
}

.gallery li::before,
.gallery li::after {
  position: absolute;
  content: '';
  border-radius: 100%
}

.gallery li::before {
  top: .5em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(46, 73, 32, .5);
}

.gallery li::after {
  top: 1em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(96, 165, 46, .5);
}
*/


/* Gallery map
------------------------------ */

.gallery picture img {
  height: 128px;
}

.gallery ul,
.gallery li {
  margin-left: 40px;
}


/* 画像に影
================================================================= */

.box-shadow1 {
  box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, .3);
}


/* 文字に影
================================================================= */

.text-shadow1 {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}

/* .workkategoris h3
========================== */
.workkategoris h3 {
  position: relative;
  padding-bottom: .5em;
}

.workkategoris h3::before,
.workkategoris h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}

.workkategoris h3::before {
  z-index: 2;
  width: 15%;
  background-color: #444;
}

.workkategoris h3::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}

/* .workkategoris h4
========================== */
.workkategoris h4 {
  color: #FFF;
  padding: .4em .75em;
  background: -webkit-repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
  background: repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  margin-top: 18px;
}


/* 象形文字
------------------------------------------------------------------------- */

.hieroglyph {
  height: 32px;
  background-image: url(../images/hieroglyph.png);
  background-repeat: repeat-x;
  background-size: 280px;
  margin-bottom: .6rem;
}


/* www/index.html
------------------------------------------------------------------------- */

/* 未訪問時のリンクカラー（.workshop 限定）
================================= */
.workshop a:link {
  color: #212529;
  font-size: 1.2rem;
  text-decoration: underline;
}

/* 訪問済みリンクカラー
================================= */
.workshop a:visited {
  color: #8d7374;
}

/* カーソルが乗っている時のリンクカラー
================================= */
.workshop a:hover {
  background-color: #c2bd3d;
  color: #FFF;
  text-decoration: none;
  font-style: italic;
}

/* クリックした瞬間に輝くリンクカラー
================================= */
.workshop a:active {
  color: #FF0;
}

.workshopMenu img {
  height: 140px;
  border: 2px outset #a0e7ff;
}

.workkategoris h3 {
  font-size: 18px;
}

.workkategoris h4 {
  font-size: 14px;
}

.workkategorisBox {
  margin-bottom: 28px;
}

.workshopBox2 {
  margin-top: 30px;
}


/* www/guide/index.html
------------------------------------------------------------------------- */

.guide-index a:visited {
  color: #433;
}


/* www/guide/info.html
------------------------------------------------------------------------- */

.profile {
  background-color: rgba(255, 255, 255, .4);
  border-radius: 8px;
}

.profile-contents hr {
  border-top: 1px solid #fddca5;
  margin-bottom: 2rem;
}

.info h2 {
  font-size: 2.6rem;
  margin-left: 1rem;
  color: #b585b1;
}

.profile img {
  max-width: 164px;
  border-radius: 50%;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, .3);
}

.profile .mb-space-220px {
  margin-bottom: 150px;
}

.profile .mb-space-250px {
  margin-bottom: 250px;
}

.profile .circle {
  background-image: url(../images/profile_line.png);
  background-repeat: repeat-y;
  background-size: 12px;
  background-position: center;
  position: relative;
  top: 20px;
}

.profile h2 {
  font-size: 2.6rem;
  color: #b585b1;
  margin-left: 1rem;
  opacity: .8;
  font-style: italic;
}


/* www/guide/links.html
------------------------------------------------------------------------- */

.links img {
  max-height: 128px;
  max-width: 128px;
}


/* www/workshop/index.html
------------------------------------------------------------------------- */

.workshop-index img {
  border-radius: 50%;
}


/* www/workshop/photo.html
------------------------------------------------------------------------- */

.photo-box h2,
.photo-box h3,
.photo-box img {
  margin-bottom: 1rem;
}


/* www/workshop/data_provided.html
------------------------------------------------------------------------- */

.data-provided h2 {
  width: 180px;
  font-size: 1.2rem;
  color: #777;
  text-align: center;
  background-color: #ebebeb;
  border: 1px solid #AAA;
  padding: 10px 10px;
  border-radius: 50%;
}


/* www/workshop/butsuzou.html
------------------------------------------------------------------------- */

.butsuzou .modal-img-footer {
  text-align: center;
  margin-bottom: 1rem;
}

.butsuzou h2 {
  font-size: 22px;
  margin-top: 1rem;
  color: #655;
}

.butsuzou p {
  color: #655;
}


/* www/yakuzen/
------------------------------------------------------------------------- */

.news {
  margin: .8rem 0 .4rem 0;
  background: rgba(99, 176, 40, .8);
  overflow: hidden;
  margin-bottom: 1.2em;
}

.news ul {
  margin: 6px;
  padding-left: 100%;
  display: inline-block;
  white-space: nowrap;
  animation: flowing-1 40s linear infinite;
  transform: translateX(0);
}

.news ul li {
  display: inline;
  margin: 0 100px 0 0;
  font-size: 1rem;
  color: #FFF;
}

@keyframes flowing-1 {
  100% {
    transform: translateX(-100%)
  }
}

.news ul li img {
  height: 18px;
  margin: 0 6px 4px 0;
}

.news a:link {
  color: #e3edf7;
  text-decoration: underline;
}

.news a:visited {
  color: #cfe1f1;
}

.news a:hover {
  color: #FFF;
  background: #428bca;
}

.news a:active {
  color: #FF0;
}

.search-color {
  color: #888;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}


/* www/yakuzen/index.html (AIUEO index)
------------------------------------------------------------------------- */

.features ul {
  list-style: none;
}

.features ul li {
  line-height: 2;
}

.herbs-album .zukan {
  width: 220px;
  font-size: 1.8rem;
  border-radius: 24px;
  background-color: #00b200;
  padding: .5rem;
  box-sizing: border-box;
  color: #FFF;
  border: outset 3px #367c20;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .2);
  margin-bottom: 1em;
}

.g-fonts-stick {
  font-family: "Stick", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/* Link
========================= */
.herbs-album a:link {
  color: #FFF;
}

.herbs-album a:visited {
  color: #FEE;
}

.herbs-album a:hover {
  color: #FFF;
  background: #2ed817;
}

.herbs-album a:active {
  color: #FF0;
}

.herbs-album .btn {
  text-align: center;
}

.yakuzen-menu {
  background-color: #f0f0f0;
  padding: 1rem;
  border-radius: 3px;
}

#postMain .yakuzen-links,
#posts .spot-links {
  margin: 0 0 24px;
}

.yakuzen-links,
.spot-links,
.event-links {
  padding: 15px;
  background: #f0f0f0;
}

.clearfix,
.container,
header,
fooer,
.wrapper,
article,
#newPosts,
#postMain .sharedLinks,
#postMain #author,
#postMain #likeBtns {
  /zoom: 1;
}

.yakuzen-links dl,
.yakuzen-links-block,
.spot-links dl,
.event-links-inner {
  overflow: hidden;
  padding: 15px;
  background: #fff;
  border-radius: 0;
  margin: 0 0 15px;
  width: 100%;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.yakuzen-links-block:last-child,
.event-links-inner {
  margin: 0;
}

.aiueo-list {
  padding: 0;
  margin: 0;
  width: 48%;
  float: left;
}

.aiueo-item {
  width: calc(20% - 3px);
  list-style-type: none;
}

.yakuzen-links dd,
.spot-links dd,
.aiueo-item {
  margin: 0;
  float: left;
  text-align: center;
  margin: 0 3px 3px 0;
}

.yakuzen-links .aiueo-list1 a {
  background: rgba(0, 0, 0, .05);
  border: none;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.yakuzen-links .aiueo-list2 a {
  background: rgba(0, 0, 0, .05);
  border: none;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.aiueo-boder a {
  border: thick double #ce944d !important;
}

.yakuzen-links a,
.spot-links a {
  display: block;
  background: #fff;
  text-decoration: none;
  padding: 3px 15px 3px 13px;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: block;
  vertical-align: baseline;
  color: #000;
  font-size: 109%;
}

.yakuzen-links-aiueo p {
  line-height: 2;
}


/* www/yakuzen/tea/herbs.html
------------------------------------------------------------------------- */

.hototogisu img {
  max-width: 430px;
}


/* www/yakuzen/lists/
------------------------------------------------------------------------- */

.click p {
  color: #006400;
  font-size: 1.2rem;
  margin-top: 2rem;
}

.herbs-album .modal-img-footer {
  text-align: center;
  padding: 1rem;
}

.herbs-album button {
  font-size: .8rem;
}

.herbs-comment ol li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}

.herbs-album p {
  text-indent: 1rem;
}

.herbs-comment h2 {
  font-weight: 600;
  margin-bottom: 2rem;
}

.herbs-comment strong {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.1rem;
}


/* www/bone/index.html (AIUEO index)
------------------------------------------------------------------------- */

.jumbotron picture img {
  border-radius: 50%;
  border: outset 10px #a8adcc;
}

.bone p {
  text-indent: 1rem;
}

.bone ul span {
  font-size: 1.1rem;
  font-weight: 600;
}

.bone ul li {
  margin-bottom: 1rem;
}

/* Link
========================= */
.bone-album a:link {
  color: #FFF;
}

.bone-album a:visited {
  color: #FEE;
}

.bone-album a:hover {
  color: #FFF;
  background: #2ed817;
}

.bone-album a:active {
  color: #FF0;
}

.bone-album .btn {
  text-align: center;
}

.bone-menu {
  background-color: #f0f0f0;
  padding: 1rem;
  border-radius: 3px;
}

#postMain .bone-links,
#posts .spot-links {
  margin: 0 0 24px;
}

.bone-links,
.spot-links,
.event-links {
  padding: 15px;
  background: #f0f0f0;
}

.clearfix,
.container,
header,
fooer,
.wrapper,
article,
#newPosts,
#postMain .sharedLinks,
#postMain #author,
#postMain #likeBtns {
  /zoom: 1;
}

.bone-links dl,
.bone-links-block,
.spot-links dl,
.event-links-inner {
  overflow: hidden;
  padding: 15px;
  background: #fff;
  border-radius: 0;
  margin: 0 0 15px;
  width: 100%;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bone-links-block:last-child,
.event-links-inner {
  margin: 0;
}

.aiueo-list {
  padding: 0;
  margin: 0;
  width: 48%;
  float: left;
}

.aiueo-item {
  width: calc(20% - 3px);
  list-style-type: none;
}

.bone-links dd,
.spot-links dd,
.aiueo-item {
  margin: 0;
  float: left;
  text-align: center;
  margin: 0 3px 3px 0;
}

.bone-links .aiueo-list1 a {
  background: rgba(0, 0, 0, .05);
  border: none;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.bone-links .aiueo-list2 a {
  background: rgba(0, 0, 0, .05);
  border: none;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.aiueo-boder a {
  border: thick double #ce944d !important;
}

.bone-links a,
.spot-links a {
  display: block;
  background: #fff;
  text-decoration: none;
  padding: 3px 15px 3px 13px;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: block;
  vertical-align: baseline;
  color: #000;
  font-size: 109%;
}

.yakuzen-links-aiueo p {
  line-height: 2;
}

/* Video
========================= */
.wrap-video {
  position: relative;
}

.wrap-video video {
  width: 100%;
  height: 100%
}

.wrap-video .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*上下左右中央寄せ*/
  text-align: center;
}

.wrap-video .text p {
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.wrap-video .text .headline {
  font-size: 20px;
}


/* Google fonts
------------------------------------------------------------------------- */

.gfonts-tangerine {
  font-family: 'Tangerine', cursive;
  font-weight: 100;
}

.gfonts-kaisei-decol {
  font-family: 'Kaisei Decol', serif;
  font-size: 1.8rem;
}

.gfonts-noto-serif-jp {
  font-family: 'Noto Serif JP', serif;
}


/* dynitePhoto
------------------------------------------------------------------------- */

.dynitePhoto {
  border-top: groove 14px #9f8aa0;
  border-bottom: groove 14px #9f8aa0;
}


/* Social icons (Font Awesome)
================================================= */

.social-icons {
  margin-left: 10px;
  margin-right: 10px;
}

.social-icons a {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  width: 70px;
  height: 28px;
  margin: 0 10px 10px 0;
  padding: 0;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}

.social-icons i,
.social-icons span {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 28px;
  margin: 0;
  background: #00B7EA;
  line-height: 28px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: .4s;
}

.social-icons i {
  z-index: 2;
  transform: rotateY(0deg);
}

.social-icons a:hover i {
  z-index: 1;
  transform: rotateY(180deg);
}

.social-icons span {
  z-index: 1;
  transform: rotateY(-180deg);
}

.social-icons a:hover span {
  z-index: 2;
  transform: rotateY(0deg);
  color: #e5ff72;
}


/* Parallax Section
------------------------------------------------------------------------- */

.banner {
  background-color: #2d9ab7;
  background-image: url(../images/parallax.png);
  height: 400px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax {
  color: #FFF;
  text-align: right;
  text-shadow: 1px 1px 1px #000;
  padding-right: 50px;
  padding-top: 110px;
  letter-spacing: 2px;
  margin-top: 0px;
}

.parallax-description {
  color: #FFF;
  text-align: right;
  text-shadow: 1px 1px 1px #000;
  padding-right: 50px;
  width: 68%;
  float: right;
  font-weight: lighter;
  line-height: 23px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}


/* 波紋 JS
------------------------------------------------------------------------- */

.hamon {
  width: 100%;
  height: 50vh;
  background: url('../images/underwater.jpg') center center/cover no-repeat;
  background-size: cover;
  border-radius: .3rem;
}


/* 区切り線（水平線）
------------------------------------------------------------------------- */

.hr1 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(129, 130, 132, 0), rgba(129, 130, 132, .75), rgba(129, 130, 132, 0));
  background-image: -moz-linear-gradient(left, rgba(129, 130, 132, 0), rgba(129, 130, 132, .75), rgba(129, 130, 132, 0));
  background-image: -ms-linear-gradient(left, rgba(129, 130, 132, 0), rgba(129, 130, 132, .75), rgba(129, 130, 132, 0));
  background-image: -o-linear-gradient(left, rgba(129, 130, 132, 0), rgba(129, 130, 132, .75), rgba(129, 130, 132, 0));
  margin: 1rem;
}


/* Herbs album
------------------------------------------------------------------------- */

.section-bg {
  background-color: #f5f9fc;
}

.bus .gfonts-poiret-one,
.subway .gfonts-poiret-one {
  font-size: 2.4rem !important;
  color: #f0ac78 !important;
  margin-left: 1rem;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: .2rem;
  padding-bottom: 0;
  color: #3a3021;
}

.section-title p {
  margin-bottom: 0;
}

.about .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
}

.gallery img {
  height: 100px;
}

.herbs-album .card a:link {
  text-align: center;
  color: #6c757d;
  text-decoration: none;
}

.herbs-album .card a:visited {
  color: #6c757d;
}

.herbs-album .card a:hover {
  background-color: #ce944d;
  color: #FFF;
}

.herbs-album .card a:active {
  color: #FF0;
}

/* テキストと
グラデーションボーダーを重ねる
（light blue color）
=============================== */

.h-deco-gradation-line2 {
  position: relative;
  text-align: center;
}

.h-deco-gradation-line2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #f5f9fc;
  text-align: left;
}

.h-deco-gradation-line2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #CCC;
  background: -webkit-linear-gradient(-45deg, transparent, #CCC 10%, #CCC 90%, transparent);
  background: linear-gradient(-45deg, transparent, #CCC 10%, #CCC 90%, transparent);
}