@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 16px;
  /*margin: 0.67em 0;*/
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
body {
  position: relative;
  text-align: center;
  line-height: 1.5;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  _font-family: "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  *font-size: 100%;
  color: #333;
}

body.macOs, body.win8-1 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/*
Font-size list (base: 14px)
 57% =  8px
 64% =  9px
 71% = 10px
 79% = 11px        150% = 21px        221% = 31px
 86% = 12px        157% = 22px        229% = 32px
 93% = 13px        163% = 23px        236% = 33px
100% = 14px        171% = 24px        243% = 34px
107% = 15px        179% = 25px        250% = 35px
114% = 16px        186% = 26px        257% = 36px
121% = 17px        193% = 27px        264% = 37px
129% = 18px        200% = 28px        271% = 38px
136% = 19px        208% = 29px        276% = 39px
143% = 20px        214% = 30px        286% = 40px
*/
/* リンク色 */
a {
  color: #333333;
}

a:hover, a:active {
  text-decoration: none;
  color: #2196F3;
}

/* hover時の画像 */
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

/* IE8 */
html > body a:hover img {
  display: inline-block\9 ;
  zoom: 1\9 ;
}

/* 新旧Firefox */
a:hover img, x:-moz-any-link {
  background: #fff;
}

a:hover img, x:-moz-any-link, x:default {
  background: #fff;
}

/* for IE7: page zoom bug fix */
*:first-child + html body,
*:first-child + html br {
  letter-spacing: 0;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after, .top-searvice-list:after, .spot-tab:after, .sopt-photo-gallery:after, .spot-icon:after, .spot-list .spot-list__icon:after, .genre-list:after, .spot-search .spot-search__dl dd .spot-search__list:after, .link-list li:after, .link-list:after, .side-nav .side-nav__list li a:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .top-searvice-list, .spot-tab, .sopt-photo-gallery, .spot-icon, .spot-list .spot-list__icon, .genre-list, .spot-search .spot-search__dl dd .spot-search__list, .link-list li, .link-list, .side-nav .side-nav__list li a {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .top-searvice-list, * html .spot-tab, * html .sopt-photo-gallery, * html .spot-icon, .spot-list html .spot-list__icon, * html .genre-list, .spot-search html .spot-search__dl dd .spot-search__list, .spot-search .spot-search__dl dd html .spot-search__list, .link-list html li, * html .link-list, .side-nav html .side-nav__list li a, .side-nav .side-nav__list li html a {
  height: 1%;
}

.clearfix, .top-searvice-list, .spot-tab, .sopt-photo-gallery, .spot-icon, .spot-list .spot-list__icon, .genre-list, .spot-search .spot-search__dl dd .spot-search__list, .link-list li, .link-list, .side-nav .side-nav__list li a {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

.layout-footer-half {
  width: 460px;
  float: left;
}

/* ページ幅 */
.layout-container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* メインカラム */
.layout-main-column {
  width: 710px;
  float: left;
}

/* サブカラム */
.layout-sub-column {
  width: 250px;
  float: right;
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 120px;
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col.last {
  margin-right: 0%;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col.last {
  margin-right: 0;
}

/*
	ヘッダーの指定
*/
.header {
  text-align: left;
}

.site-description {
  margin: 20px 0 8px;
  font-weight: normal;
  font-size: 87.5%;
}

.header-main {
  margin-bottom: 10px;
}

.header-language {
  text-align: right;
  padding: 10px 0;
}

.header-language__btn {
  border: 1px solid #013591;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 0px;
  font-size: 112%;
  color: #013591;
  width: 120px;
}

.header-language__icon {
  float: left;
  margin: 6px -6px 0 10px;
}

#translateButton {
  position: relative;
  display: block;
}

.header-language-dropdown-content {
  background: #013591;
  display: none;
  position: absolute;
  right: 0;
  z-index: 1;
  width: 120px;
}
.header-language-dropdown-content a {
  border-bottom: 1px solid #fff;
  color: black;
  display: block;
  padding: 4px 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 90%;
}
.header-language-dropdown-content a:hover {
  opacity: 0.7;
}

/* ヘッダーロゴ */
.header-site-name {
  display: block;
  /*width: 480px;*/
  margin: 5px 0 0 0;
  float: left;
}
.header-site-name .header-site-name__mark {
  float: left;
  margin-right: 10px;
}

/* ヘッダーお問い合わせ */
.header-contact {
  /*width: 295px;*/
  margin-top: -4px;
  float: right;
  text-align: right;
  letter-spacing: 0px;
  font-size: 88%;
}

.header-contact-tel {
  display: block;
  margin-bottom: -5px;
  font-size: 244%;
  font-weight: bold;
}
.header-contact-tel .header-contact-tel__icon {
  float: left;
  margin-top: 18px;
  margin-right: 2px;
}

/* ヘッダー検索 */
.header-search {
  width: 240px;
  position: absolute;
  right: calc(50% - 360px);
  top: 14px;
}
.header-search .cse .gsc-control-cse, .header-search .gsc-control-cse {
  padding: 0;
}
.header-search .gsib_a {
  padding-top: 2px;
}
.header-search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0 5px 0 0;
}
.header-search table.gsc-search-box td.gsc-input {
  padding-right: 4px;
}
.header-search .gsc-search-button-v2 {
  font-size: 0;
  padding: 6px 12px;
}
.header-search .gsc-control {
  width: 220px;
}
.header-search .gsc-clear-button {
  display: none;
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  clear: both;
  display: block;
  margin-top: 70px;
  position: relative;
  text-align: left;
}

.footer-link {
  background: #b0dc00;
  padding: 100px 0 80px;
}
.footer-link .footer-link__title {
  background: url(../img/common/footer/link/tit--link.png) left top;
  width: 497px;
  height: 171px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 70px;
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -249px;
  text-align: center;
}
.footer-link .footer-link__title span {
  display: block;
  line-height: 1.2;
  font-size: 200%;
  font-weight: bold;
  color: #fff;
}
.footer-link .footer-link__list {
  list-style: none;
  width: 980px;
  margin: 20px auto 40px;
  text-align: center;
}
.footer-link .footer-link__list li {
  width: 212px;
  display: inline-block;
  margin: 0 12px 20px;
  vertical-align: top;
}
.footer-link .footer-link__list li a {
  text-decoration: none;
  font-weight: bold;
}
.footer-link .footer-link__list li img {
  width: 100%;
}
.footer-link .footer-link__list li span {
  display: block;
  font-size: 80%;
  padding: 7px 0 0;
  text-align: center;
}

/* フッターナビ */
.footer-nav {
  background: url(../img/common/footer/bgi--footer.jpg) center center;
  background-size: cover;
  padding: 30px 0 60px;
  text-align: center;
}
.footer-nav .footer-nav__category {
  width: 225px;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}
.footer-nav .footer-nav__category:nth-child(4n) {
  margin-right: 0;
}
.footer-nav .footer-nav__category:nth-child(4n+1) {
  clear: both;
}
.footer-nav .footer-nav__category .footer-nav__title {
  background-position: center top;
  background-repeat: no-repeat;
  border-bottom: 5px solid #b0dc00;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.footer-nav .footer-nav__category .footer-nav__title img {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  margin-top: -30px;
}
.footer-nav .footer-nav__title--01 {
  background-image: url(../img/common/footer/icon/ico--01.png);
}
.footer-nav .footer-nav__title--02 {
  background-image: url(../img/common/footer/icon/ico--02.png);
}
.footer-nav .footer-nav__title--03 {
  background-image: url(../img/common/footer/icon/ico--03.png);
}
.footer-nav .footer-nav__title--04 {
  background-image: url(../img/common/footer/icon/ico--04.png);
}
.footer-nav .footer-nav__title--05 {
  background-image: url(../img/common/footer/icon/ico--05.png);
}
.footer-nav .footer-nav__title--06 {
  background-image: url(../img/common/footer/icon/ico--06.png);
}
.footer-nav .footer-nav__title--07 {
  background-image: url(../img/common/footer/icon/ico--07.png);
}
.footer-nav ul {
  list-style: none;
}
.footer-nav ul li {
  background: url(../img/common/mark/ico--arrow-01.png) left 5px no-repeat;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 100%;
}
.footer-nav ul li a {
  text-decoration: none;
  font-weight: bold;
}

/* コピーライト */
.copy {
  display: block;
  background: #b0dc00;
  text-align: center;
  line-height: 30px;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  width: 980px;
  display: block;
  height: 87px;
  margin: 0 auto 0;
  clear: both;
}
.global-nav .global-nav-list {
  background: url(../img/common/menu/global-nav.jpg) left top no-repeat;
  background-size: 806px auto;
  width: 806px;
  float: left;
  list-style: none;
}
.global-nav .global-nav-list .global-nav-item--01 a {
  background-position: 0px 87px;
}
.global-nav .global-nav-list .global-nav-item--01 a.active span {
  background-position: 0px 87px;
}
.global-nav .global-nav-list .global-nav-item--01 a span {
  background-position: 0px 0px;
}
.global-nav .global-nav-list .global-nav-item--02 a {
  background-position: -161px 87px;
}
.global-nav .global-nav-list .global-nav-item--02 a.active span {
  background-position: -161px 87px;
}
.global-nav .global-nav-list .global-nav-item--02 a span {
  background-position: -161px 0px;
}
.global-nav .global-nav-list .global-nav-item--03 a {
  background-position: -322px 87px;
}
.global-nav .global-nav-list .global-nav-item--03 a.active span {
  background-position: -322px 87px;
}
.global-nav .global-nav-list .global-nav-item--03 a span {
  background-position: -322px 0px;
}
.global-nav .global-nav-list .global-nav-item--04 a {
  background-position: -483px 87px;
}
.global-nav .global-nav-list .global-nav-item--04 a.active span {
  background-position: -483px 87px;
}
.global-nav .global-nav-list .global-nav-item--04 a span {
  background-position: -483px 0px;
}
.global-nav .global-nav-list .global-nav-item--05 a {
  background-position: -644px 87px;
}
.global-nav .global-nav-list .global-nav-item--05 a.active span {
  background-position: -644px 87px;
}
.global-nav .global-nav-list .global-nav-item--05 a span {
  background-position: -644px 0px;
}
.global-nav .global-nav-list__name {
  position: absolute;
  bottom: 14px;
  width: 100%;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
}
.global-nav .global-nav-list__name a {
  text-decoration: none;
}
.global-nav .global-nav-list li {
  width: 161px;
  float: left;
  position: relative;
}
.global-nav .global-nav-list li > a, .global-nav .global-nav-list li span {
  background-image: url(../img/common/menu/global-nav.jpg);
  background-size: 806px auto;
  display: block;
  height: 87px;
  overflow: auto;
  text-indent: -9999px;
}
.global-nav .global-nav-list li .global-nav-drop {
  background: none;
  width: 100%;
  border-bottom: 1px solid #ccc;
  list-style: none;
  position: absolute;
  left: 0;
  top: 87px;
  z-index: 100;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.global-nav .global-nav-list li .global-nav-drop li {
  float: none !important;
}
.global-nav .global-nav-list li .global-nav-drop li a {
  background: #fff;
  display: block;
  height: auto;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-bottom: 0;
  text-indent: 0;
  text-align: center;
  font-size: 88%;
}
.global-nav .global-nav-list li .global-nav-drop li a:hover {
  background: #eff8cd;
}
.global-nav .global-nav-list li.drop:hover .global-nav-drop {
  visibility: visible;
  opacity: 1;
}
.global-nav .global-nav__fb {
  display: inline-block;
  width: 70px;
  margin: 20px 8px 0 20px;
  text-decoration: none;
  text-align: center;
  font-size: 87.5%;
}
.global-nav .global-nav__fb img {
  display: block;
  width: 30px;
  margin: 0 auto 2px;
}
.global-nav .global-nav__insta {
  display: inline-block;
  width: 70px;
  margin-top: 6px;
  text-decoration: none;
  text-align: center;
  font-size: 87.5%;
}
.global-nav .global-nav__insta img {
  display: block;
  width: 36px;
  margin: 0 auto -2px;
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background: #29ABE2;
  padding: 10px 10px;
  font-size: 114%;
  color: #fff;
}
.side-nav .side-nav__list {
  border: 1px solid #29ABE2;
  list-style: none;
  padding: 0 10px;
}
.side-nav .side-nav__list li {
  border-bottom: 1px dashed #ccc;
}
.side-nav .side-nav__list li:last-child {
  border-bottom: 0;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 10px 5px;
}
.side-nav .side-nav__list li .side-nav__thumb {
  width: 60px;
  float: left;
  margin-right: 10px;
  margin-right: 10px;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 3px solid #b0dc00;
  font-size: 200%;
  color: #438302;
  line-height: 1.6;
}

/* 見出し */
.title-lv1 {
  background: url(../img/common/heading/bgi--title-lv1.png) left top repeat-x, url(../img/common/heading/bgi--title-lv1.png) left bottom repeat-x;
  padding: 15px 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 188%;
}

.title-lv2, .spot-list .spot-list__title, .article .article__title, .article-list .article-list__title {
  padding: 5px 0;
  border-bottom: 5px solid #b0dc00;
  margin-bottom: 15px;
  font-size: 125%;
}

.title-lv3 {
  padding: 16px 0 0 0px;
  margin-bottom: 2px;
  font-size: 124%;
}

/* 汎用見出し */
.title-other-01 {
  background: #EAE6D0;
  padding: 3px 10px;
  margin-bottom: 5px;
  color: #b0dc00;
}

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #29ABE2;
  margin-bottom: 5px;
  color: #b0dc00;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #E6F4AD;
  border: 1px solid #ccc;
  padding: 12px 15px;
}
.table-ptn--01 td {
  background: #fff;
  border: 1px solid #ccc;
  padding: 12px 15px;
}

.table-ptn--02 th {
  background: #29ABE2;
  border: 1px solid #ccc;
  padding: 12px 15px;
  color: #fff;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ccc;
  padding: 12px 15px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn {
  display: inline-block;
  padding: 8px 18px;
}

.btn--full {
  display: block;
  padding: 12px 0;
  border-radius: 3px;
  text-align: center;
  behavior: url(PIE.htc);
}

.btn--main {
  background: #fff;
  border: 1px solid #499E38;
  text-decoration: none;
  color: #499E38;
  -webkit-box-shadow: 3px 3px #499E38;
          box-shadow: 3px 3px #499E38;
}

.btn--white {
  background: #fff;
  border: 1px solid #29ABE2;
  text-decoration: none;
  color: #29ABE2;
  -webkit-box-shadow: 3px 3px #29ABE2;
          box-shadow: 3px 3px #29ABE2;
}

.btn--red {
  position: relative;
  background: #fff;
  display: inline-block;
  border: 1px solid #ED1C24;
  -webkit-box-shadow: 3px 3px #ED1C24;
          box-shadow: 3px 3px #ED1C24;
  padding: 14px 50px 14px 30px;
  color: #ED1C24;
  font-weight: bold;
  font-size: 108%;
  text-decoration: none;
}
.btn--red::after {
  content: url(../img/common/mark/ico--arrow-red.svg);
  position: absolute;
  right: 18px;
  top: 12px;
}
.btn--red:hover {
  background: #FCEE21;
  opacity: 0.8;
  color: #ED1C24;
}
.btn--red:hover::after {
  content: url(../img/common/mark/ico--arrow-red.svg);
  position: absolute;
  right: 18px;
  top: 12px;
}

.btn--blue {
  position: relative;
  background: #fff;
  border: 1px solid #116BB1;
  -webkit-box-shadow: 3px 3px #116BB1;
          box-shadow: 3px 3px #116BB1;
  display: inline-block;
  padding: 14px 50px 14px 30px;
  color: #116BB1;
  font-weight: bold;
  font-size: 108%;
  text-decoration: none;
}
.btn--blue::after {
  content: url(../img/common/mark/ico--arrow-blue.svg);
  position: absolute;
  right: 18px;
  top: 14px;
}
.btn--blue:hover {
  background: #29A1D2;
  opacity: 0.8;
  color: #fff;
}
.btn--blue:hover::after {
  content: url(../img/common/mark/ico--arrow-white.svg);
  position: absolute;
  right: 18px;
  top: 14px;
}

.btn--green {
  position: relative;
  background: #fff;
  display: inline-block;
  border: 1px solid #8BC614;
  -webkit-box-shadow: 3px 3px #8BC614;
          box-shadow: 3px 3px #8BC614;
  padding: 14px 50px 14px 30px;
  color: #438302;
  font-weight: bold;
  font-size: 108%;
  text-decoration: none;
}
.btn--green::after {
  content: url(../img/common/mark/ico--arrow-green.svg);
  position: absolute;
  right: 18px;
  top: 12px;
}
.btn--green:hover {
  background: #FCEE21;
  opacity: 0.8;
  color: #438302;
}

.btn--more {
  border: 1px solid #438302;
  border-radius: 15px;
  display: inline-block;
  padding: 4px 12px;
  font-size: 87.5%;
  color: #438302;
  text-decoration: none;
}
.btn--more:hover {
  background: #438302;
  opacity: 0.7;
  color: #fff;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  background: #F2F2F2;
  padding: 20px;
}

.box-sub--02 {
  background: #EAF7FC;
  padding: 20px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.category {
  background: #29ABE2;
  display: inline-block;
  padding: 5px 10px;
  margin: 10px 10px 10px 0;
  color: #fff;
}

.article-list {
  margin-bottom: 40px;
  border-bottom: 1px dashed #ccc;
}
.article-list .article-list__eyecatch {
  width: 230px;
  margin-right: 20px;
  float: left;
}
.article-list .article-list__title {
  font-size: 150%;
}
.article-list .article-list__date {
  display: inline-block;
  margin-top: 10px;
  color: #666;
}

.sp-article-list {
  list-style: none;
  margin-bottom: 40px;
}
.sp-article-list li {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.sp-article-list .article-list__eyecatch {
  width: 30%;
  margin-right: 20px;
  float: left;
}
.sp-article-list .article-list__date {
  font-size: 88%;
}
.sp-article-list .category {
  padding: 5 5px;
  font-size: 75%;
  margin: 0 0 5px;
}
.sp-article-list a {
  text-decoration: none;
}

.article {
  line-height: 1.8;
  margin-bottom: 20px;
}
.article .article__date {
  display: inline-block;
  margin-top: 10px;
  color: #666;
}
.article .article__title {
  font-size: 150%;
}

.blog-list {
  margin-bottom: 40px;
}

.blog-list__eyecatch {
  width: 225px;
  float: left;
  margin-right: 20px;
}

.blog-list__title {
  font-size: 150%;
}

.blog-list-sp {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.blog-list-sp .blog-list__eyecatch {
  width: 30%;
  float: left;
  margin-right: 20px;
}
.blog-list-sp .blog-list__title {
  font-size: 125%;
}
.blog-list-sp .blog-list__excerpt {
  font-size: 88%;
  color: #666;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  display: block;
  margin-bottom: 120px;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 10px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 150%;
  font-weight: bold;
  color: #438302;
}
.pagination a:hover {
  background-color: #8EAF0C;
  border: 1px solid #8EAF0C;
  color: #fff;
  opacity: 0.7;
}
.pagination .current {
  background-color: #438302;
  border: 1px solid #438302;
  color: #fff;
}

.pagenation-next {
  float: right;
}
.pagenation-next a {
  border: 1px solid #438302;
  background: #fff;
  border-radius: 15px;
  display: inline-block;
  padding: 4px 8px;
  font-size: 87.5%;
  color: #438302;
  text-decoration: none;
}
.pagenation-next a:hover {
  background: #438302;
  opacity: 0.7;
  color: #fff;
}

.pagenation-prev {
  float: left;
}
.pagenation-prev a {
  border: 1px solid #438302;
  background: #fff;
  border-radius: 15px;
  display: inline-block;
  padding: 4px 8px;
  font-size: 87.5%;
  color: #438302;
  text-decoration: none;
}
.pagenation-prev a:hover {
  background: #438302;
  opacity: 0.7;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.catch {
  background: url(../img/common/catch/bgi--catch.jpg);
  padding: 52px 0 60px;
}
.catch .catch__icon {
  display: inline-block;
  float: left;
  height: 32px;
  margin: 6px 6px 0 0;
}
.catch .catch__title {
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #106533;
  font-size: 2em;
  font-weight: bold;
}
.catch .catch__title span {
  /*background: #106533;
  border-radius: 30px;*/
  border-bottom: 3px solid #106533;
  display: inline-block;
  margin: 5px 0 20px;
  padding: 8px 30px;
  font-size: 87.5%;
}
.catch .catch__comment {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  vertical-align: middle;
  text-align: center;
  font-size: 114%;
  font-weight: bold;
  color: #106533;
}

.topic-path {
  padding: 20px 0 0;
  margin-bottom: 30px;
  font-size: 88%;
}
.topic-path p {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

.bnr-temp {
  text-align: center;
  margin: 0 auto 120px;
}

/* トップページスライダー */
.slider {
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
  display: block;
}

.top-main-slider {
  height: 520px;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.slide-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slide 48s linear infinite;
          animation: slide 48s linear infinite;
  width: 4960px; /* スライドの数に応じて調整 */
}

.slide {
  /*width: 640px;*/
  height: 520px;
  margin-right: 0px;
}
.slide img {
  height: 100%;
}

.top-main__sitaname {
  position: absolute;
  bottom: 14px;
  right: 20px;
  color: #fff;
  font-size: 87.5%;
  font-weight: normal;
}

.top-main__catch-barron {
  position: absolute;
  background: url(../img/index/main/bgi--barron.svg) top center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 20px;
  left: calc(50% - 520px);
  width: 500px;
  height: 240px;
  padding: 46px 0 0 24px;
  color: #FF5800;
  font-size: 175%;
  font-weight: bold;
  line-height: 1.3;
}
.top-main__catch-barron span {
  display: block;
  margin-bottom: 5px;
  font-size: 60%;
  color: #FF5800;
}

.top-slider-barron__01 {
  position: absolute;
  top: 320px;
  left: calc(50% + 200px);
  width: 158px;
}

.top-slider-barron__02 {
  position: absolute;
  top: 60px;
  left: calc(50% + 300px);
  width: 200px;
}

.top-slider-barron__03 {
  position: absolute;
  top: 320px;
  left: calc(50% + 400px);
  width: 134px;
}

.top-slider-barron__04 {
  position: absolute;
  top: 390px;
  left: calc(50% + 20px);
  width: 134px;
}

/* お知らせ */
.link-list {
  list-style: none;
}
.link-list li {
  width: 50%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  font-size: 88%;
}
.link-list li .link-list__bnr {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.link-list li .link-list__name {
  display: block;
  height: 55px;
  font-weight: bold;
  font-size: 114%;
}
.link-list li .link-list__url {
  display: block;
  overflow: hidden;
}

/* お知らせ */
.news-list {
  margin: 0 auto 40px;
  list-style: none;
  text-align: left;
}
.news-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #29AAE3;
}
.news-list li .news-list__date {
  display: inline-block;
  margin-right: 10px;
  color: #646464;
}

/* バリアフリーマップ */
.map-title {
  margin-bottom: 80px;
  font-size: 200%;
  font-weight: bold;
  background: #fff;
  border: 4px solid #29AAE3;
  border-bottom: 10px solid #29AAE3;
  border-radius: 30px;
  margin: 0 auto 20px;
  padding: 16px 20px 20px;
  width: 980px;
  height: 135px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.map-title:after {
  content: url(../img/spot/pic--balloon-arrow-blue.svg);
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -18px;
}
.map-title span {
  display: block;
  padding: 4px 0 0;
  font-size: 50%;
  color: #29AAE3;
}

.map-category {
  padding-top: 10px;
  list-style: none;
}
.map-category li {
  position: relative;
  width: 172px;
  float: left;
  margin-right: 24px;
  margin-bottom: 30px;
}
.map-category li img {
  border-top-right-radius: 10px;
}
.map-category li:nth-child(5n) {
  margin-right: 0;
}
.map-category li:nth-child(5n+1) {
  clear: both;
}
.map-category li::after {
  content: url(../img/map/ico--mappin.svg);
  position: absolute;
  right: 10px;
  top: -10px;
}
.map-category a {
  text-decoration: none;
}

.map-category__btn {
  position: relative;
  background: #116BB1;
  border: 2px solid #116BB1;
  padding: 8px 5px 8px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 100%;
  text-decoration: none;
}
.map-category__btn::after {
  content: url(../img/common/mark/ico--arrow-white.svg);
  position: absolute;
  right: 12px;
  top: 8px;
}
.map-category__btn:hover {
  background: #29A1D2;
  opacity: 0.8;
  color: #fff;
}

.map-more-text {
  text-align: center;
  padding: 20px 0 15px;
}

.map-more-button {
  margin: 20px 0 0;
  text-align: center;
}

/* 旅行代理店の方へ */
.agency-service {
  list-style: none;
}
.agency-service li {
  width: 49%;
  float: left;
  margin-bottom: 40px;
}
.agency-service li:nth-child(even) {
  float: right;
}

.bfmap-barron {
  font-size: 124%;
  font-weight: bold;
}

.bfmap-barron__button {
  background: #B3DC05;
  display: inline-block;
  border-radius: 20px;
  margin: 5px 0 5px;
  padding: 4px 16px;
  color: #116BB1;
  font-size: 96%;
}

/* 介助派遣 */
.assistance-gallery {
  margin: 20px 40px 0;
}
.assistance-gallery li {
  text-align: center;
}
.assistance-gallery li span {
  display: inline-block;
  padding: 10px 0 20px;
  font-size: 124%;
  font-weight: bold;
}

.assistance-service {
  margin-bottom: 20px;
  list-style: none;
}
.assistance-service li {
  width: 184px;
  margin-right: 15px;
  float: left;
}
.assistance-service li:last-child {
  margin-right: 0;
}
.assistance-service li span {
  background: #EBF7FD;
  display: block;
  margin-top: -15px;
  padding: 0 0 20px;
  text-align: center;
  font-size: 144%;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.assistance-flow {
  list-style: none;
  margin-bottom: 40px;
}
.assistance-flow li {
  float: left;
  width: 245px;
}

.assistance-flow-title {
  position: relative;
  background: #29AAE3;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 24px 10px 8px;
  padding: 12px 10px;
  font-size: 132%;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.assistance-flow-title__number {
  position: absolute;
  top: -28px;
  left: 0;
  color: #29AAE3;
  font-size: 96%;
  text-align: left;
}

.assistance-flow-title__text {
  padding: 0 14px;
}

/* 施設一覧*/
.spot-search {
  border: 1px solid #B3B3B3;
  margin-top: 60px;
  margin-bottom: 60px;
}
.spot-search .spot-search__title {
  text-align: center;
  position: relative;
  border-bottom: 3px solid #ccc;
  border-right: 3px solid #ccc;
  font-size: 124%;
  font-weight: bold;
}
.spot-search .spot-search__title button {
  background: none;
  padding: 0;
  border: none;
  display: block;
  width: 100%;
  padding: 10px;
}
.spot-search .spot-search__title button:hover {
  background: #F3FAD9;
}
.spot-search .spot-search__title .spot-search__toggle {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 28px;
}
.spot-search .spot-search__title .active spot-search__toggle {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.spot-search form {
  display: none;
}
.spot-search .spot-search__dl {
  background: #F3FAD9;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0 15px 15px;
  border: 15px solid #fff;
  border-top: 0;
}
.spot-search .spot-search__dl dt {
  display: table-cell;
  vertical-align: top;
}
.spot-search .spot-search__dl dd {
  display: table-cell;
}
.spot-search .spot-search__dl dd .spot-search__list {
  list-style: none;
}
.spot-search .spot-search__area {
  margin-top: 15px;
}
.spot-search .spot-search__area dt {
  width: 95px;
  font-size: 138%;
  font-weight: bold;
}
.spot-search .spot-search__area li {
  width: 107px;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
.spot-search .spot-search__area .area-group {
  display: block;
  border-top: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  line-height: 48px;
  text-align: center;
}
.spot-search .spot-search__condition dt {
  width: 95px;
  font-size: 138%;
  font-weight: bold;
}
.spot-search .spot-search__condition li {
  width: 190px;
  float: left;
  margin-right: 20px;
  margin-bottom: 12px;
}
.spot-search .spot-search__condition li:nth-child(4n) {
  margin-right: 0;
}
.spot-search .spot-search__accent dt {
  width: 95px;
  font-size: 138%;
  font-weight: bold;
}
.spot-search .spot-search__accent li {
  width: 190px;
  float: left;
  margin-right: 20px;
  margin-bottom: 12px;
}
.spot-search .spot-search__accent li:nth-child(4n) {
  margin-right: 0;
}
.spot-search .spot-search__keyword dt {
  width: 155px;
  font-size: 138%;
  font-weight: bold;
}
.spot-search .spot-search__keyword li {
  width: 190px;
  float: left;
  margin-right: 20px;
  margin-bottom: 12px;
}
.spot-search .spot-search__keyword li:nth-child(4n) {
  margin-right: 0;
}
.spot-search label {
  background: #fff;
  cursor: pointer;
  display: block;
  border: 1px solid #53AA7B;
  border-bottom: 3px solid #53AA7B;
  border-right: 3px solid #53AA7B;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}
.spot-search label:hover {
  background: #53AA7B;
  color: #fff;
  opacity: 0.8;
}
.spot-search .spot-search__radio label {
  border-radius: 30px;
}
.spot-search .check-box {
  display: none;
}
.spot-search .check-box:checked + .label {
  background: #53AA7B;
  border-color: #244A35;
  color: #fff;
}
.spot-search .spot-search__btn {
  padding: 15px 0 30px;
  text-align: center;
}
.spot-search .spot-search__submit {
  background: #FF6100;
  width: 400px;
  margin: 0 10px;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
  font-size: 138%;
  color: #fff;
}
.spot-search .spot-search__submit:hover {
  opacity: 0.8;
}
.spot-search .spot-search__reset {
  width: 227px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #B3B3B3;
  display: inline-block;
  text-align: center;
  font-size: 138%;
}
.spot-search .spot-search__reset:hover {
  opacity: 0.8;
}

.genre-list {
  width: 900px;
  margin: 0 auto 40px;
  list-style: none;
}
.genre-list li {
  width: 280px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.genre-list li:nth-child(3n) {
  margin-right: 0;
}
.genre-list li a {
  background: #fff;
  cursor: pointer;
  display: block;
  border: 1px solid #53AA7B;
  border-bottom: 3px solid #53AA7B;
  border-right: 3px solid #53AA7B;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 112%;
}
.genre-list li a:hover {
  background: #FCEE21;
  color: #53AA7B;
}

.genre-noitem {
  text-align: center;
  font-size: 112%;
  padding: 40px 0 120px;
  color: #ED1C24;
}

.spot-list {
  padding-top: 20px;
  margin-bottom: 40px;
}
.spot-list .spot-list__img {
  width: 405px;
  float: left;
  margin-right: 20px;
}
.spot-list .spot-list__title {
  font-size: 150%;
}
.spot-list .spot-list__city {
  background: #53AA7E;
  display: inline-block;
  padding: 6px 48px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 132%;
  font-weight: bold;
  color: #fff;
}
.spot-list .spot-list__genre {
  background: #b0dc00;
  display: block;
  margin-top: -10px;
  padding: 5px 12px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 113%;
  color: #fff;
}
.spot-list .spot-list__icon {
  background: #F2F2F2;
  margin-bottom: 40px;
  padding: 10px 10px 0;
}
.spot-list .spot-list__icon ul {
  list-style: none;
}
.spot-list .spot-list__icon ul li {
  vertical-align: top;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 10px;
}
.spot-list .spot-list__icon ul li:nth-child(9n) {
  margin-right: 0;
}
.spot-list .spot-list__icon ul li:nth-child(9n+1) {
  clear: both;
}
.spot-list .spot-list__icon img {
  vertical-align: top;
}

.spot-list__icon--condition, .spot-list__icon--spa, .spot-list__icon--hotel, .spot-list__icon--food {
  display: block;
  width: 60px;
  font-size: 75%;
  line-height: 1.3;
  padding: 4px 0 0;
  font-weight: bold;
  color: #29A1D2;
  text-align: center;
}

.spot-list__icon--spa {
  color: #F15A24;
}

.spot-list__icon--hotel {
  color: #8BC614;
}

.spot-list__icon--food {
  color: #FF8800;
}

/* 施設案内*/
.spot-instruction {
  color: #ff0000;
  margin-bottom: 20px;
  text-align: center;
}
.spot-instruction strong {
  text-decoration: underline;
}

.spot-title {
  margin-bottom: 80px;
  font-size: 200%;
  font-weight: bold;
  background: #fff;
  border: 4px solid #b0dc00;
  border-bottom: 10px solid #b0dc00;
  border-radius: 30px;
  margin: 0 auto 20px;
  padding: 16px 20px 20px;
  width: 980px;
  height: 135px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.spot-title:after {
  content: url(../img/spot/pic--balloon-arrow-green.svg);
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -18px;
}
.spot-title span {
  display: block;
  padding: 4px 0 0;
  font-size: 50%;
}
.spot-title .spot-title-select {
  display: inline-block;
  font-size: 87.5%;
  color: #b0dc00;
}

.spot-icon {
  margin-bottom: 40px;
  padding-bottom: 10px;
  text-align: center;
}
.spot-icon ul {
  list-style: none;
}
.spot-icon ul li {
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.spot-icon img {
  vertical-align: top;
}

.spot-section-title {
  font-size: 124%;
  margin-bottom: 20px;
}

.spot-main-photo {
  padding: 0 15px;
  position: relative;
}
.spot-main-photo .slider-for {
  margin-bottom: 20px;
}
.spot-main-photo .slider-nav img {
  margin: 0 5px 0;
}

.sopt-photo-gallery {
  list-style: none;
}
.sopt-photo-gallery li {
  position: relative;
  width: 220px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.sopt-photo-gallery li:nth-child(4n) {
  margin-right: 0;
}
.sopt-photo-gallery li:nth-child(4n+1) {
  clear: both;
}
.sopt-photo-gallery li img {
  border-radius: 5px;
}
.sopt-photo-gallery li::after {
  content: url(../img/map/ico--zoom.svg);
  position: absolute;
  bottom: -8px;
  right: 5px;
  display: block;
}

.spot-tab {
  list-style: none;
  /*width: 912px;*/
  margin: 60px auto 0;
}
.spot-tab li {
  /*width: 114px;*/
  float: left;
  margin: 0 6px 0 0;
}
.spot-tab li a {
  background: #f2f2f2;
  display: block;
  padding: 10px 12px;
  border: 1px solid #CCC;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom: 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.spot-tab li a:hover {
  color: #8BC614;
}
.spot-tab li a.current {
  background: #B0DC00;
  padding: 12px 12px;
  margin-top: -4px;
  color: #fff;
}

.spot-info {
  background: #B0DC00;
  border-top-right-radius: 10px;
  padding: 20px 20px 25px;
  display: none;
}
.spot-info.current {
  display: block;
}
.spot-info table th, .spot-info table td {
  width: 25%;
}

.spot-info__title {
  font-size: 96%;
  margin-bottom: 20px;
}

.btn-spot-googlemap {
  position: relative;
  background: #116BB1;
  border: 1px solid #116BB1;
  border-radius: 10px;
  display: inline-block;
  margin: 0 auto;
  padding: 12px 50px 12px 40px;
  color: #fff;
  font-weight: bold;
  font-size: 114%;
  text-decoration: none;
}
.btn-spot-googlemap::after {
  content: url(../img/common/mark/ico--arrow-white.svg);
  position: absolute;
  right: 18px;
  top: 10px;
}
.btn-spot-googlemap:hover {
  background: #29A1D2;
  opacity: 0.8;
  color: #fff;
}
.btn-spot-googlemap:hover::after {
  content: url(../img/common/mark/ico--arrow-white.svg);
  position: absolute;
  right: 18px;
  top: 10px;
}

/* トップページ */
.main-catch {
  background: url(../img/index/main/pic--main.jpg) center top no-repeat;
  height: 450px;
  margin-bottom: 80px;
  text-indent: -9999px;
  overflow: hidden;
}

.top-search {
  background: url(../img/index/main/bgi--logo.png) bottom 35px right 30px no-repeat, url(../img/index/main/bgi--dot.jpg);
  width: 100%;
}
.top-search .top-search__title {
  background: url(../img/index/main/tit--section.png) left top no-repeat #fff;
  padding: 6px 0 15px 40px;
  margin: -20px 0 5px;
  font-size: 144%;
}
.top-search .top-search__list {
  list-style: none;
  padding: 25px 25px 10px;
}
.top-search .top-search__list li {
  display: inline-block;
  width: 164px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.top-search .top-search__list li span {
  display: block;
  border: 2px solid #fff;
  border-bottom-right-radius: 5px;
  background: #fff;
  width: 172px;
  padding: 0px 0 6px;
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  /*letter-spacing: 0.1em;*/
}
.top-search .top-search__list li a {
  text-decoration: none;
}
.top-search .top-search__list li img {
  border: 6px solid #fff;
  border-top: 10px solid #fff;
}
.top-search .top-search__list li:nth-child(5n) {
  margin-right: 0;
}

.top-main-bnr {
  width: 820px;
  margin: 40px auto 100px;
}
.top-main-bnr .top-main-bnr__item {
  display: inline-block;
  width: 360px;
  margin: 0 20px 0;
  font-size: 112%;
  font-weight: bold;
  text-align: center;
}
.top-main-bnr .top-main-bnr__item img {
  margin-bottom: 5px;
}
.top-main-bnr .top-main-bnr__item a {
  text-decoration: none;
}

.top-service .top-service__title {
  background: url(../img/index/service/tit--section.png) center top no-repeat;
  padding: 77px 0 77px;
  text-align: center;
  line-height: 1.1;
  font-size: 230%;
}
.top-service .top-service__title span {
  display: block;
  font-weight: normal;
  font-size: 41%;
  color: #999;
}

.top-searvice-list {
  margin: 0 auto 60px;
}
.top-searvice-list .top-searvice-list__item {
  float: left;
  list-style: none;
  width: 48%;
  margin: 0 0 40px;
}
.top-searvice-list .top-searvice-list__item:nth-child(2n) {
  float: right;
}
.top-searvice-list .top-searvice-list__item:nth-child(2n+1) {
  clear: both;
}
.top-searvice-list__text {
  display: block;
  padding: 10px 0px 24px;
  font-size: 100%;
}
.top-searvice-list a {
  text-decoration: none;
}

.top-blog .top-blog__bg {
  background: #FCEE21;
  padding: 95px 0 100px;
}
.top-blog .top-blog__title {
  background: url(../img/index/blog/tit--section.png) center top no-repeat;
  padding: 77px 0 75px;
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1.1;
  font-size: 230%;
}
.top-blog .top-blog__title span {
  display: block;
  font-weight: normal;
  font-size: 41%;
  color: #fff;
}
.top-blog .top-blog__list {
  width: 980px;
  margin: 0 auto 40px;
  list-style: none;
  text-align: left;
}
.top-blog .top-blog__item {
  width: 314px;
  margin-right: 19px;
  float: left;
}
.top-blog .top-blog__item:nth-child(3n) {
  margin-right: 0;
}
.top-blog .top-blog__article-title {
  background: #fff;
  padding: 10px;
}
.top-blog .top-blog__date {
  display: block;
  font-size: 75%;
  color: #646464;
}
.top-blog .top-blog__text {
  margin: 8px 0 8px;
}
.top-blog a {
  text-decoration: none;
}

.top-reccomend {
  margin-bottom: 80px;
}
.top-reccomend .top-reccomend__title {
  background: url(../img/index/reccomend/tit--section.png) center top no-repeat;
  padding: 70px 0 78px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1.1;
  font-size: 200%;
}
.top-reccomend .top-reccomend__title span {
  display: block;
  font-weight: normal;
  font-size: 44%;
  color: #808080;
}
.top-reccomend .top-reccomend__list {
  width: 980px;
  margin: 0 auto 40px;
  list-style: none;
  text-align: left;
}
.top-reccomend .top-reccomend__list .top-reccomend__item {
  width: 230px;
  margin-right: 20px;
  margin-bottom: 30px;
  float: left;
}
.top-reccomend .top-reccomend__list .top-reccomend__item:nth-child(4n) {
  margin-right: 0;
}
.top-reccomend .top-reccomend__list .top-reccomend__item img {
  display: block;
  margin-bottom: 10px;
}
.top-reccomend .top-reccomend__list .top-reccomend__item a {
  text-decoration: none;
}
.top-reccomend .top-reccomend__list .top-reccomend__item .btn--more {
  border: 1px solid #29AAE3;
  color: #29AAE3;
}
.top-reccomend .top-reccomend__list .top-reccomend__item .btn--more:hover {
  background: #116BB1;
  color: #fff;
}
.top-reccomend .top-reccomend__name {
  font-size: 112%;
  line-height: 1.4;
}
.top-reccomend .top-reccomend__city {
  background: #29ABE2;
  display: inline-block;
  margin: 2px 0 6px;
  padding: 5px 8px;
  text-align: center;
  color: #fff;
}

.top-arrival {
  margin-bottom: 80px;
}
.top-arrival .top-arrival__bg {
  background: #FF8800;
  padding: 95px 0 70px;
}
.top-arrival .top-arrival__title {
  background: url(../img/index/arrival/tit--section.png) center top no-repeat;
  padding: 100px 0 65px;
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1.1;
  font-size: 230%;
}
.top-arrival .top-arrival__title span {
  display: block;
  font-weight: normal;
  font-size: 41%;
  color: #999999;
}
.top-arrival .top-arrival__list {
  width: 980px;
  margin: 0 auto 40px;
  list-style: none;
  text-align: left;
}
.top-arrival .top-arrival__list .top-arrival__item {
  width: 230px;
  margin-right: 20px;
  float: left;
}
.top-arrival .top-arrival__list .top-arrival__item:nth-child(4n) {
  margin-right: 0;
}
.top-arrival .top-arrival__article-title {
  background: #fff;
  padding: 6px 8px;
}
.top-arrival .top-arrival__date {
  display: block;
  margin: 5px 0 10px;
  font-size: 87.5%;
}
.top-arrival a {
  text-decoration: none;
}
.top-arrival a .btn--more {
  border: 1px solid #fff;
  color: #fff;
}
.top-arrival a .btn--more:hover {
  background: #ED1C24 !important;
  color: #fff;
}

.top-news .top-news__title {
  background: url(../img/index/news/tit--section.png) center top no-repeat;
  padding: 26px 0 45px 440px;
  margin-bottom: 20px;
  line-height: 1.1;
  font-size: 200%;
}
.top-news .top-news__title span {
  padding-left: 10px;
  font-weight: normal;
  font-size: 44%;
  color: #808080;
}

.top-event a {
  text-decoration: none;
}
.top-event .top-event__bg {
  background: #29AAE3;
  margin: 0 0 80px;
  padding: 95px 0 80px;
}
.top-event .top-event__title {
  background: url(../img/index/event/tit--section.png) center top no-repeat;
  padding: 65px 0 65px;
  margin-bottom: -60px;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1.1;
  font-size: 230%;
}
.top-event .top-event__title span {
  display: block;
  font-weight: normal;
  font-size: 41%;
  color: #999999;
}
.top-event .top-event__list {
  width: 980px;
  margin: 0 auto 40px;
  list-style: none;
  text-align: left;
}
.top-event .top-event__list .top-event__item {
  width: 230px;
  margin-right: 20px;
  float: left;
}
.top-event .top-event__list .top-event__item:nth-child(4n) {
  margin-right: 0;
}
.top-event .top-event__list .btn--more {
  border: 1px solid #fff;
  color: #fff;
}
.top-event .top-event__list .btn--more:hover {
  background: #116BB1;
  color: #fff;
}
.top-event .top-event__article-title {
  background: #fff;
  padding: 10px;
  margin: 0 0 10px;
}
.top-event .top-event__name {
  font-size: 112%;
}
.top-event .top-event__date {
  display: block;
  font-size: 75%;
  color: #646464;
}

.top-sns img {
  vertical-align: middle;
}

.top-contents {
  display: none;
}

.loading {
  background: url(../img/index/loading/bgi--loading.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.loading .loading__position {
  position: relative;
  height: 100%;
}
.loading .loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  margin-left: -620px;
  margin-top: -237px;
}

.contact-tel {
  display: block;
  margin-bottom: -5px;
  font-size: 360%;
  font-weight: bold;
}
.contact-tel .contact-tel__icon {
  width: 28px;
  padding-bottom: 18px;
  padding-right: 4px;
}

.slick-dots {
  bottom: -30px !important;
}
.slick-dots li button:before {
  font-size: 12px !important;
  color: #29AAE3 !important;
}

.slick-prev:before {
  color: #29AAE3 !important;
  font-size: 44px !important;
  z-index: 0 !important;
  display: block;
  position: absolute;
  top: -5px;
  left: -8px;
}

.slick-next:before {
  color: #29AAE3 !important;
  font-size: 44px !important;
  z-index: 0 !important;
  display: block;
  position: absolute;
  top: -5px;
  left: -16px;
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 88%;
}

.u-font-size--large {
  font-size: 113%;
}

.u-font-size--x-large {
  font-size: 125%;
}

.u-font-size--xx-large {
  font-size: 150%;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-main {
  color: #b0dc00;
}

.u-color-sub {
  color: #29ABE2;
}

.u-lede {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 163%;
  color: #29ABE2;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* マージンボトムの設定 */
.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 40px;
}

.u-margin-bottom--x-large {
  margin-bottom: 60px;
}

/* theme */
/*
	サイト全体で使う色の指定
*/