@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
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,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto;
}

html, body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meirio, sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
  letter-spacing: 1px;
}

@media only screen and (min-width: 769px) {
  .sp-visible {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 3.125vw;
  }

  .sp-hidden {
    display: none !important;
  }

  /*	select , */
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none;
  }
}
span.link,
a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none;
    opacity: 0.8;
  }
}
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

p {
  line-height: 1.6;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none;
  zoom: 1;
  overflow: hidden;
}

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

dl, dt, dd {
  zoom: 1;
  overflow: hidden;
}

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none;
}

input, textarea, select, label {
  font-size: 100%;
  font-family: "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meirio, sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box;
  }
}
button {
  font-family: "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meirio, sans-serif;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  border: none;
  vertical-align: middle;
}

object {
  vertical-align: middle;
  outline: none;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 100%;
}

i {
  font-style: normal;
}

u {
  text-decoration: none;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal;
}

sup {
  font-size: 1em;
  vertical-align: text-top;
}

sub {
  font-size: 1em;
  vertical-align: text-bottom;
}

hr {
  display: none;
}

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative;
}

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

/* --------------------------------------
		105 other
-------------------------------------- */
/* editor */
.editor {
  /* img */
}
.editor strong {
  font-weight: bold;
}
.editor em {
  font-style: italic;
}
.editor blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.editor img.aligncenter {
  display: block;
  margin: 0 auto;
}
.editor img.alignright {
  float: right;
}
.editor img.alignleft {
  float: left;
}
.editor img[class*="wp-image-"], .editor img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
.editor .clearfix {
  overflow: hidden;
  zoom: 1;
}
.editor .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ----------------------------
	000-00.wp-pagenavi
----------------------------- */
.wp-pagenavi {
  padding: 1.5rem 0;
  overflow: hidden;
  clear: both;
  text-align: center;
}
.wp-pagenavi ul li {
  display: inline;
}
.wp-pagenavi a {
  min-width: 3.6rem;
  height: 3.6rem;
  line-height: 3.4rem;
  display: inline-block;
  letter-spacing: 0;
  border: .1rem solid #eee;
  text-align: center;
  margin: .2rem .3rem;
  border-radius: .3rem;
}
.wp-pagenavi a:hover {
  background: #eee;
}
.wp-pagenavi span {
  min-width: 3.6rem;
  height: 3.6rem;
  line-height: 3.4rem;
  display: inline-block;
  letter-spacing: 0;
  border: 0.1rem solid #66cc66;
  text-align: center;
  font-weight: bold;
  pointer-events: none;
  color: #fff;
  background: #66cc66;
  margin: 0 .3rem;
  border-radius: 3px;
}

/*------- tab -----------*/
.tab-box {
  display: none;
}
.tab-box.tab-active {
  display: block;
}

.tabs-in-box li {
  display: inline;
}

/*------- accordion -----------*/
.accordion-box {
  display: none;
}
.accordion-box.accordion-active {
  display: block;
}

/*------- over-txt -----------*/
.over-txt {
  position: relative;
  display: block;
}
.over-txt:after {
  content: attr(data-overtxt);
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: 10px;
  color: white !important;
  text-shadow: 1px 1px 3px #000;
}

iframe[name="google_conversion_frame"] {
  overflow: hidden;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#content ul.linkList li {
  padding: 5px;
}
#content ul.linkList li a {
  padding: 5px 5px 5px 25px;
  display: block;
  position: relative;
}
#content ul.linkList li a:before {
  font-family: 'icomoon' !important;
  content: '\e803';
  color: #66cc66;
  position: absolute;
  left: 5px;
  top: 5px;
}
#content ul.linkList ul {
  margin-left: 10px;
}
#content ul.linkList ul li a:before {
  content: '\e807';
}

#sitemapOuter {
  border: 4px solid #e5e5e5;
  padding: 20px;
  display: block;
  overflow: hidden;
  margin: 0px auto;
}

#content table {
  border-top: 1px dotted #eee;
  text-align: left;
  width: 98%;
  margin: 10px 1%;
}

#content table th, #content table td {
  border: 1px solid #eee;
  padding: 1rem;
  vertical-align: top;
}

#content table th {
  background-color: #339933;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
}

/*-------------------------------------------*/
/* pc iPad3より大きい場合
/*-------------------------------------------*/
@media (min-width: 770px) {
  #sitemapOuter {
    padding: 20px 50px;
  }

  #content #sitemapPageList {
    float: left;
    width: 49%;
  }

  #content #sitemapPostList {
    float: right;
    width: 49%;
    margin-top: 0px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media only screen and (min-width: 769px) {
  /* --------------------------------------
  		102 header
  -------------------------------------- */
  /*--------------
  #header {
    width: 100%;
    height: 60px;
    min-width: 1000px;
    padding: 0px 20px;
    background: #fff;
    z-index: 10000;
    position: relative;
  }
  #header:after {
    content: "";
    display: block;
    clear: both;
  }
  #header .logo {
    float: left;
    padding: 5px;
  }
  #header #nav-menu {
    height: 40px;
    float: right;
  }
  #header #nav-menu nav ul.main-menu {
    overflow: visible;
  }
  #header #nav-menu nav ul.main-menu > li {
    float: left;
    position: relative;
    overflow: visible;
  }
  #header #nav-menu nav ul.main-menu > li .sub-nav {
    width: 300px;
    opacity: 1;
    overflow: visible;
    transition: top 0.5s ease , opacity 1s ease;
    z-index: 1000;
    position: absolute;
    top: 60px;
    left: 0;
    display: block;
  }
  #header #nav-menu nav ul.main-menu > li .sub-nav ul {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
  }
  #header #nav-menu nav ul.main-menu > li .sub-nav ul li {
    border-bottom: 1px solid #eee;
  }
  #header #nav-menu nav ul.main-menu > li .sub-nav ul li:nth-last-of-type(1) {
    border: none;
  }
  #header #nav-menu nav ul.main-menu > li .sub-nav ul li a {
    padding: 5px;
    line-height: 20px;
  }
  #header #nav-menu nav ul.main-menu > li.off .sub-nav {
    display: none;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    top: 55px;
  }
  #header #nav-menu nav ul.main-menu > li:after {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 15px;
    background: #eee;
  }
  #header #nav-menu nav ul.main-menu > li a {
    padding: 15px 8px;
    letter-spacing: 0;
    line-height: 30px;
    position: relative;
    display: block;
  }
  #header #nav-menu nav ul.main-menu > li a i {
    position: relative;
    margin-right: 5px;
    font-size: 1.2rem;
    color: #66cc66;
  }
  #header #nav-menu nav ul.main-menu > li.cart::after {
    display: none;
  }
  #header #nav-menu nav ul.main-menu > li.cart a {
    line-height: 15px;
    padding-left: 40px;
  }
  #header #nav-menu nav ul.main-menu > li.cart a i {
    position: absolute;
    left: 1rem;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    font-size: 2.4rem;
  }
  #header #nav-menu nav ul.main-menu > li.search {
    height: 40px;
    position: relative;
    padding: 10px 5px;
  }
  #header #nav-menu nav ul.main-menu > li.search::after {
    display: none;
  }
  #header #nav-menu nav ul.main-menu > li.search #check {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
  }
  #header #nav-menu nav ul.main-menu > li.search #check.on {
    z-index: -1;
  }
  #header #nav-menu nav ul.main-menu > li.search form {
    width: 40px;
    height: 40px;
  }
  #header #nav-menu nav ul.main-menu > li.search form.on {
    width: 150px;
  }
  #header #nav-menu nav ul.main-menu > li.search form.on .hidden {
    display: block;
  }
  #header #nav-menu nav ul.main-menu > li.search form.on .hidden input[type=text] {
    width: 150px;
    height: 40px;
    border: 1px solid #eee;
    line-height: 36px;
    padding: 0 50px 0 10px;
  }
  #header #nav-menu nav ul.main-menu > li.search form .hidden {
    display: none;
  }
  #header #nav-menu nav ul.main-menu > li.search form button {
    display: block;
    background: #9d9d9d;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 2rem;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    z-index: 10;
  }
  #header #nav-menu nav ul.main-menu > li.search form button:hover {
    outline: none;
    box-shadow: none;
  }
-----------*/
  /* --------------------------------------
  		103 content
  -------------------------------------- */
  /*------- pankuzu -----------*/
  #container-ttl {
    background: url(../images/common/bg_main_catch.jpg) no-repeat 50% 100%;
    background-size: cover;
    text-align: center;
    position: relative;
  }
  #container-ttl .container-ttl {
    font-size: 2.7rem;
    color: #fff;
    padding: 50px 0;
  }
  #container-ttl .container-sub-ttl {
    position: absolute;
    top: 26px;
    left: 0%;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    color: #01400A;
  }
  #container-ttl .container-pankuzu {
    background: #fbfbfb;
    border-bottom: 1px solid #ddd;
    font-size: 1.3rem;
    text-align: left;
    vertical-align: top;
    clear: both;
  }
  #container-ttl .container-pankuzu ul {
    width: 1000px;
    margin: 0 auto;
  }
  #container-ttl .container-pankuzu ul li {
    float: left;
    border-right: 1px solid #eee;
    line-height: 40px;
    vertical-align: top;
    padding: 0 15px;
  }
  #container-ttl .container-pankuzu ul li:nth-last-of-type(1) {
    border: none;
  }
  #container-ttl .container-pankuzu ul li span {
    font-weight: 400;
    text-decoration: none;
    display: block;
    vertical-align: top;
  }

  .container {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 10px;
    position: relative;
    /*------- main -----------*/
    /*------- side -----------*/
    /*------- social btn -----------*/
    /*------- btn -----------*/
    /*------- header -----------*/
    /*------- column-list -----------*/
  }
  .container:after {
    clear: both;
    content: "";
    display: block;
  }
  .container .container-main {
    width: 705px;
    float: left;
  }
  .container .container-side {
    width: 250px;
    float: right;
  }
  .container .container-side .side-box {
    position: relative;
    margin-bottom: 20px;
  }
  .container .container-side .side-box .side-header {
    background: #66cc66;
    line-height: 50px;
    position: relative;
    padding-left: 15px;
  }
  .container .container-side .side-box .side-header .side-ttl {
    color: #fff;
    font-weight: 700;
  }
  .container .container-side .side-box .side-header .side-ttl span {
    font-size: 1.2rem;
    margin-right: 5px;
  }
  .container .container-side .side-box .side-header small {
    font-size: 1rem;
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 1;
    margin-top: -.5em;
    color: #339933;
  }
  .container .container-side .side-box .side-inner {
    padding: 15px;
    background: #fbfbfb;
  }
  .container .container-side .side-popular {
    background: linear-gradient(90deg, #66cc66 0%, #339933 100%);
  }
  .container .container-side .side-popular .side-header {
    background: none;
    line-height: 1.2;
    position: relative;
    padding: 20px 15px 15px 55px;
    border-bottom: 1px solid rgba(0, 102, 15, 0.4);
  }
  .container .container-side .side-popular .side-header .side-ttl {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
  }
  .container .container-side .side-popular .side-header i {
    color: #FFF200;
    font-size: 3rem;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
  }
  .container .container-side .side-popular .side-header small {
    font-size: 1rem;
    color: #0C7019;
    position: relative;
    display: block;
    right: auto;
    top: auto;
    line-height: 2;
    margin-top: -.5em;
    color: #339933;
  }
  .container .container-side .side-popular .side-inner {
    padding: 10px;
    background: none;
    overflow: hidden;
  }
  .container .container-side .side-popular .side-inner .popular-item {
    width: 50%;
    float: left;
    padding: 8px;
    position: relative;
  }
  .container .container-side .side-popular .side-inner .popular-item:hover .img {
    opacity: 0.8;
  }
  .container .container-side .side-popular .side-inner .popular-item a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .container .container-side .side-popular .side-inner .popular-item:nth-of-type(2n+1) {
    clear: both;
  }
  .container .container-side .side-popular .side-inner .popular-item .img {
    width: 100%;
    height: 100px;
    margin-bottom: 1rem;
    background-size: cover;
    background-position: 50% 50%;
  }
  .container .container-side .side-popular .side-inner .popular-item p {
    font-size: 1rem;
    line-height: 1.1;
    color: #fff;
  }
  .container .container-side .side-search-box {
    border: 1px solid #ccc;
    height: 44px;
    padding: 5px 45px 5px 5px;
  }
  .container .container-side .side-search-box input[type=text] {
    width: 100%;
    height: 36px;
    line-height: 30px;
    padding: 0 10px;
    text-align: left;
    border: none;
    outline: none;
    box-shadow: none;
  }
  .container .container-side .side-search-box button {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #9d9d9d;
    color: #fff;
    border: none;
    outline: none;
    display: block;
    line-height: 32px;
    text-align: center;
    font-size: 2.4rem;
    right: -1px;
    top: -1px;
  }
  .container .container-side .bnr-voice a {
    height: 90px;
    outline: 4px solid #ff6600;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #ffa424;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    padding-left: 40%;
    position: relative;
    margin: 4px;
  }
  .container .container-side .bnr-voice a i {
    font-size: 3rem;
    line-height: 1;
    display: block;
    padding-top: 10px;
  }
  .container .container-side .bnr-voice a small {
    color: #ff6600;
    font-size: 1rem;
    line-height: 1;
    display: block;
  }
  .container .container-side .bnr-voice a:before {
    content: "";
    width: 40%;
    height: 90px;
    background: url(../images/common/bg_bnr_voice_sub.png) 50% 50%;
    background-size: cover;
    position: absolute;
    left: -1px;
    top: -1px;
  }
  .container .container-side .side-category {
    background: #fbfbfb;
  }
  .container .container-side .side-category .side-inner {
    padding: 0;
  }
  .container .container-side .side-category .side-inner > ul {
    padding: 5px;
  }
  .container .container-side .side-category .side-inner > ul > li {
    border-bottom: 1px solid #eee;
  }
  .container .container-side .side-category .side-inner > ul > li:nth-last-of-type(1) {
    border-bottom: none;
  }
  .container .container-side .side-category .side-inner > ul > li.off span i.icon-tu:before {
    content: '\e801';
  }
  .container .container-side .side-category .side-inner > ul > li.off ul {
    height: 0;
    transition: transform 0.3s;
    padding: 0;
  }
  .container .container-side .side-category .side-inner > ul > li > ul {
    height: auto;
  }
  .container .container-side .side-category .side-inner > ul > li > ul > li {
    border-top: 1px dashed #eee;
  }
  .container .container-side .side-category .side-inner > ul > li > ul > li > a {
    display: block;
    font-size: 1.1rem;
    position: relative;
    line-height: 32px;
    padding: 0 5px 0 5px;
  }
  .container .container-side .side-category .side-inner > ul > li > ul > li > a i {
    color: #66cc66;
    margin-right: 5px;
  }
  .container .container-side .side-category .side-inner > ul > li > a, .container .container-side .side-category .side-inner > ul > li span {
    display: block;
    font-size: 1.2rem;
    position: relative;
    line-height: 40px;
    padding: 0 15px 0 5px;
  }
  .container .container-side .side-category .side-inner > ul > li > a i, .container .container-side .side-category .side-inner > ul > li span i {
    color: #66cc66;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
  }
  .container .social-btn {
    clear: both;
    padding: 40px 0;
  }
  .container .social-btn ul {
    width: 450px;
    margin: 0 auto;
  }
  .container .social-btn ul li {
    width: 20%;
    float: left;
    padding: 3px;
  }
  .container .social-btn ul li a {
    display: block;
    border-radius: 5px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 2rem;
  }
  .container .social-btn ul li.line a {
    background: #00b300;
  }
  .container .social-btn ul li.gp a {
    background: #ee403a;
  }
  .container .social-btn ul li.hate a {
    background: #00a8e0;
  }
  .container .social-btn ul li.fb a {
    background: #325a9f;
  }
  .container .social-btn ul li.tw a {
    background: #25abf4;
  }
  .container .btn-top-back {
    clear: both;
    padding: 20px 0;
  }
  .container .btn-top-back a {
    width: 300px;
    height: 40px;
    font-size: 1.3rem;
    border-radius: 20px;
    line-height: 38px;
    border: 1px solid #eee;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .container .btn-top-back a i {
    color: #66cc66;
    font-size: 1.1rem;
  }
  .container .container-header {
    height: 200px;
    text-align: center;
    position: relative;
    background: #f6f9f4;
  }
  .container .container-header:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3.7rem;
    background: url(../images/common/bg-nami.png) no-repeat 0% 0%;
    background-size: 100% 3.7rem;
    z-index: 1;
  }
  .container .container-header .container-ttl {
    position: relative;
    font-size: 3.6rem;
    color: #339933;
    font-weight: 400;
    text-align: center;
    position: relative;
    padding-top: 60px;
    letter-spacing: 6px;
    z-index: 2;
  }
  .container .container-header .container-ttl span {
    position: relative;
  }
  .container .container-header .container-ttl span:after {
    width: 33px;
    height: 1px;
    background: #66cc66;
    position: absolute;
    content: "";
    left: -50px;
    top: 15px;
  }
  .container .container-header .container-ttl span:before {
    width: 33px;
    height: 1px;
    background: #66cc66;
    position: absolute;
    content: "";
    right: -50px;
    top: 15px;
  }
  .container .container-header .container-ttl span span:before, .container .container-header .container-ttl span span:after {
    top: 50%;
  }
  .container .container-header .container-ttl span span span:before, .container .container-header .container-ttl span span span:after {
    bottom: 15px;
    top: auto;
  }
  .container .column-list .column-box {
    height: 210px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  .container .column-list .column-box:hover {
    opacity: 0.8;
  }
  .container .column-list .column-box:hover .column-img .img-inner {
    transform: rotate(-3deg) scale(1.1);
  }
  .container .column-list .column-box:nth-of-type(2n+1) {
    background: #f6f9f4;
  }
  .container .column-list .column-box:nth-of-type(2n+1) .column-body .column-time span {
    background: #f6f9f4;
  }
  .container .column-list .column-box .column-img {
    width: 280px;
    float: left;
    height: 210px;
    position: relative;
    overflow: hidden;
  }
  .container .column-list .column-box .column-img .img-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(1);
    transition: 0.3s;
    background-size: cover;
    background-position: 50% 50%;
  }
  .container .column-list .column-box .column-img .column-cat {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 6px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
    background: linear-gradient(90deg, #66cc66 0%, #339933 100%);
  }
  .container .column-list .column-box .column-body {
    width: 425px;
    float: right;
    padding: 10px 15px;
  }
  .container .column-list .column-box .column-body .column-time {
    font-size: 1.2rem;
    color: #66cc66;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
  }
  .container .column-list .column-box .column-body .column-time:after {
    width: 100%;
    height: 1px;
    background: #66cc66;
    top: 50%;
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
  }
  .container .column-list .column-box .column-body .column-time span {
    padding-right: 10px;
    background: #fff;
  }
  .container .column-list .column-box .column-body .column-ttl {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0 0 10px;
    font-weight: 700;
    text-align: left;
  }
  .container .column-list .column-box .column-body .column-txt {
    text-align: left;
  }
  .container .column-list .column-box .column-body .column-txt p {
    line-height: 1.4;
  }
  .container .column-list .column-box > a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
  }

  /* --------------------------------------
  		104 footer
  -------------------------------------- */
  #pgTop {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    background: linear-gradient(90deg, #66cc66 0%, #339933 100%);
    right: 10px;
    text-align: center;
    bottom: 10%;
    line-height: 60px;
    z-index: 1000;
    opacity: 0.9;
  }
  #pgTop i {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    position: relative;
    bottom: -0.2em;
  }

  footer#footer {
    clear: both;
    position: relative;
    border-top: 1px solid #eee;
  }
  footer#footer .footer-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 25px 0;
  }
  footer#footer .footer-inner:after {
    clear: both;
    content: "";
    display: block;
  }
  footer#footer .footer-inner .footer-bnr {
    width: 265px;
    text-align: center;
    float: left;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  footer#footer .footer-inner .footer-bnr div {
    width: 210px;
    margin: 0 auto 15px;
    font-size: 1.6rem;
    line-height: 1;
    text-align: left;
  }
  footer#footer .footer-inner .footer-bnr div a {
    display: block;
    color: #fff;
    padding: 25px 15px 0;
  }
  footer#footer .footer-inner .footer-bnr div a i {
    float: left;
    margin-right: 10px;
    font-size: 3.1rem;
  }
  footer#footer .footer-inner .footer-bnr div small {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.8);
  }
  footer#footer .footer-inner .footer-bnr div.bnr-blog {
    height: 75px;
    background: url(../images/common/bg_bnr_blog.png) 50% 50%;
    background-size: cover;
  }
  footer#footer .footer-inner .footer-bnr div.bnr-blog a {
    height: 75px;
    position: relative;
    z-index: 1;
  }
  footer#footer .footer-inner .footer-bnr div.bnr-blog a:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #339933;
    opacity: 0.7;
  }
  footer#footer .footer-inner .footer-bnr div.bnr-voice {
    height: 75px;
    background: url(../images/common/bg_bnr_voice.png) 50% 50%;
    background-size: cover;
  }
  footer#footer .footer-inner .footer-bnr div.bnr-voice a {
    height: 75px;
    position: relative;
    z-index: 1;
  }
  footer#footer .footer-inner .footer-bnr div.bnr-voice a:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ff6600;
    opacity: 0.7;
  }
  footer#footer .footer-inner .footer-bnr div.bnr-img a {
    padding: 0;
  }
  footer#footer .footer-inner .footer-bnr div.bnr-img img {
    max-width: 100%;
  }
  footer#footer .footer-inner .footer-bnr div:nth-last-of-type(1) {
    margin-bottom: 0 !important;
  }
  footer#footer .footer-inner aside {
    float: left;
    padding: 0 35px;
  }
  footer#footer .footer-inner aside.footer-tag-box {
    width: 420px;
  }
  footer#footer .footer-inner aside.footer-tag-box h6 {
    font-size: 1.2rem;
    color: #666666;
    font-weight: 700;
    padding-bottom: 10px;
  }
  footer#footer .footer-inner aside.footer-tag-box h6 small {
    margin-left: 5px;
    color: #66cc66;
    font-size: 1rem;
    font-weight: 400;
  }
  footer#footer .footer-inner aside.footer-about {
    width: 315px;
  }
  footer#footer .footer-inner aside.footer-about header {
    padding-bottom: 10px;
  }
  footer#footer .footer-inner aside.footer-about header small {
    color: #66cc66;
    font-size: 1rem;
  }
  footer#footer .footer-inner aside.footer-about header h3 {
    font-size: 1.6rem;
  }
  footer#footer .footer-inner aside.footer-about .txt {
    font-size: 1rem;
  }
  footer#footer .footer-inner aside.footer-about .txt p {
    line-height: 1.5;
    padding-bottom: 1rem;
  }
  footer#footer .footer-inner aside.footer-about .footer-contact-box {
    border: 1px solid #eee;
    padding: 6px;
    text-align: center;
  }
  footer#footer .footer-inner aside.footer-about .footer-contact-box .tel {
    font-size: 1.1rem;
  }
  footer#footer .footer-inner aside.footer-about .footer-contact-box .tel a {
    font-size: 2.4rem;
    line-height: 1.1;
  }
  footer#footer .footer-inner aside.footer-about .footer-contact-box span {
    font-size: 1rem;
    display: block;
    padding-bottom: .3rem;
  }
  footer#footer .footer-inner aside.footer-about .footer-contact-box .btn a {
    background: #6eb776;
    color: #fff;
    font-size: 1.2rem;
    line-height: 2.6rem;
    display: block;
  }
  footer#footer .footer-bottom {
    margin: 0 20px;
    padding: 10px 0 5px;
    clear: both;
    border-top: 1px solid #eee;
  }
  footer#footer .footer-bottom:after {
    clear: both;
    content: "";
    display: block;
  }
  footer#footer .footer-bottom nav {
    font-size: 1.2rem;
  }
  footer#footer .footer-bottom nav ul {
    float: left;
  }
  footer#footer .footer-bottom nav ul li {
    display: inline-block;
  }
  footer#footer .footer-bottom nav ul li a {
    line-height: 30px;
    padding: 5px;
  }
  footer#footer .footer-bottom nav ul li:after {
    content: " | ";
    color: #666;
    margin-left: 3px;
  }
  footer#footer .footer-bottom nav ul li:nth-last-of-type(1):after {
    display: none;
  }
  footer#footer .footer-bottom .copy {
    color: #999;
    line-height: 30px;
    font-size: 1rem;
    float: right;
  }

  .tags-list ul li {
    display: inline-block;
    margin: 4px 3px;
  }
  .tags-list ul li a {
    display: block;
    border: 1px solid #66cc66;
    border-radius: 3px;
    font-size: 1rem;
    padding: 1px 5px;
    background: #fff;
  }
}
@media only screen and (max-width: 768px) {
  /* --------------------------------------
  		102 header
  -------------------------------------- */
  header#header {
    background: #fff;
  }
  header#header .logo {
    line-height: 5rem;
    text-align: center;
  }
  header#header .logo img {
    width: 17.2rem;
    height: auto;
  }
  header#header #menu {
    width: 6rem;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding-top: .2rem;
  }
  header#header #menu i {
    font-size: 3rem;
    line-height: 1;
    display: block;
    color: #999;
  }
  header#header #menu span {
    font-size: .9rem;
    line-height: 1;
    letter-spacing: 0;
    display: block;
  }

  #nav-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.5s ease , opacity 1s ease;
    z-index: 1001;
    opacity: 0;
  }
  #nav-menu.on {
    left: 0%;
    opacity: 1;
  }
  #nav-menu nav {
    width: 88%;
    position: absolute;
    z-index: 2;
    background: #fff;
    height: 100%;
    overflow: auto;
    left: 0;
    top: 0;
  }
  #nav-menu nav ul.main-menu > li {
    border-bottom: 1px solid #eee;
  }
  #nav-menu nav ul.main-menu > li > a {
    padding: 1.2rem 1.5rem;
    position: relative;
    display: block;
    font-size: 1.4rem;
  }
  #nav-menu nav ul.main-menu > li > a i {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    font-size: 1.2rem;
    color: #66cc66;
  }
  #nav-menu nav ul.main-menu > li.on > a i:before {
    content: "\e800";
  }
  #nav-menu nav ul.main-menu > li.on .sub-nav {
    height: auto;
    overflow: visible;
  }
  #nav-menu nav ul.main-menu > li .sub-nav {
    padding: 0 1rem;
    height: 0;
    transition: height 0.5s ease , opacity 1s ease;
    overflow: hidden;
  }
  #nav-menu nav ul.main-menu > li .sub-nav li {
    border-top: 1px dashed #eee;
  }
  #nav-menu nav ul.main-menu > li .sub-nav li a {
    padding: 1rem 1.2rem;
    position: relative;
    display: block;
    font-size: 1.2rem;
  }
  #nav-menu nav ul.main-menu > li .sub-nav li a i {
    margin-right: .5em;
    font-size: 1.2rem;
    color: #66cc66;
  }
  #nav-menu nav ul.main-menu > li.cart {
    margin: 1rem;
    border: none;
  }
  #nav-menu nav ul.main-menu > li.cart a {
    background: #66cc66;
    color: #fff;
    font-size: 1.3rem;
    line-height: 3.6rem;
  }
  #nav-menu nav ul.main-menu > li.cart a i {
    position: relative;
    float: left;
    margin: 0;
    margin-right: 1rem;
    right: auto;
    top: auto;
    color: #339933;
    font-size: 2.4rem;
    top: .5rem;
  }
  #nav-menu nav ul.main-menu > li.search {
    margin: 1rem;
    border: none;
  }
  #nav-menu nav ul.main-menu > li.search form {
    border: .1rem solid #eee;
    position: relative;
    height: 4rem;
    padding-right: 4.5rem;
  }
  #nav-menu nav ul.main-menu > li.search form input[type=text] {
    line-height: 2.6rem;
    border: none;
    outline: none;
    box-shadow: none;
    padding: .5rem 1rem;
  }
  #nav-menu nav ul.main-menu > li.search form button {
    position: absolute;
    right: -.1rem;
    top: -.1rem;
    color: #fff;
    font-size: 2.2rem;
    line-height: 3rem;
    text-align: center;
    width: 4rem;
    height: 4rem;
    background: #9d9d9d;
    border: none;
    outline: none;
    box-shadow: none;
  }
  #nav-menu #nav-close {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  #nav-menu #nav-close span {
    width: 12%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding-top: 2.6rem;
    display: block;
    position: relative;
    float: right;
  }
  #nav-menu #nav-close span:before {
    content: "";
    width: .1rem;
    height: 3rem;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: 0%;
  }
  #nav-menu #nav-close span:after {
    content: "";
    width: .1rem;
    height: 3rem;
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 50%;
    top: 0%;
  }

  /* --------------------------------------
  		103 content
  -------------------------------------- */
  #container-ttl {
    background: url(../images/common/bg_main_catch.jpg) no-repeat 50% 100%;
    background-size: cover;
    text-align: center;
    position: relative;
  }
  #container-ttl .container-ttl {
    font-size: 1.6rem;
    color: #fff;
    padding: 2rem 0;
  }
  #container-ttl .container-sub-ttl {
    position: absolute;
    top: .5rem;
    left: 0%;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    color: #01400A;
  }
  #container-ttl .container-pankuzu {
    background: #fbfbfb;
    border-bottom: .1rem solid #ddd;
    font-size: 1rem;
    text-align: left;
    vertical-align: top;
    clear: both;
  }
  #container-ttl .container-pankuzu ul li {
    float: left;
    border-right: .1rem solid #eee;
    vertical-align: top;
  }
  #container-ttl .container-pankuzu ul li:nth-last-of-type(1) {
    border: none;
    border-top: .1rem solid #eee;
    position: relative;
    top: -.1rem;
  }
  #container-ttl .container-pankuzu ul li span {
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    display: block;
    vertical-align: top;
    padding: 1rem;
  }

  .container {
    position: relative;
    clear: both;
    /*------- side -----------*/
    /*------- social btn -----------*/
    /*------- btn -----------*/
    /*------- column-list -----------*/
  }
  .container:after {
    clear: both;
    content: "";
    display: block;
  }
  .container .container-side .side-box {
    position: relative;
  }
  .container .container-side .side-box .side-header {
    background: #66cc66;
    line-height: 5rem;
    position: relative;
    padding-left: 1.5rem;
  }
  .container .container-side .side-box .side-header .side-ttl {
    color: #fff;
    font-weight: 700;
  }
  .container .container-side .side-box .side-header .side-ttl span {
    font-size: 1.2rem;
    margin-right: 5px;
  }
  .container .container-side .side-box .side-header small {
    font-size: 1rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    line-height: 1;
    margin-top: -.5em;
    color: #339933;
  }
  .container .container-side .side-box .side-inner {
    padding: 1.2rem;
    background: #fbfbfb;
  }
  .container .container-side .side-popular {
    background: linear-gradient(90deg, #66cc66 0%, #339933 100%);
  }
  .container .container-side .side-popular .side-header {
    background: none;
    line-height: 1.2;
    position: relative;
    padding: 1.6rem 1.2rem 1.6rem 5rem;
    border-bottom: 0.1rem solid rgba(0, 102, 15, 0.2);
  }
  .container .container-side .side-popular .side-header .side-ttl {
    color: #fff;
    font-size: 1.6;
    font-weight: 700;
  }
  .container .container-side .side-popular .side-header i {
    color: #FFF200;
    font-size: 2.6rem;
    position: absolute;
    left: 1.2rem;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
  }
  .container .container-side .side-popular .side-header small {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.4);
  }
  .container .container-side .side-popular .side-inner {
    padding: 1rem;
    background: none;
    overflow: hidden;
  }
  .container .container-side .side-popular .side-inner .popular-item {
    width: 50%;
    float: left;
    padding: .8rem;
    position: relative;
  }
  .container .container-side .side-popular .side-inner .popular-item a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .container .container-side .side-popular .side-inner .popular-item:nth-of-type(2n+1) {
    clear: both;
  }
  .container .container-side .side-popular .side-inner .popular-item .img {
    width: 100%;
    height: 10rem;
    margin-bottom: 1rem;
    background-size: cover;
    background-position: 50% 50%;
  }
  .container .container-side .side-popular .side-inner .popular-item p {
    font-size: 1rem;
    line-height: 1.1;
    color: #fff;
  }
  .container .container-side .side-search-box {
    border: .1rem solid #ccc;
    height: 4.4rem;
    padding: .5rem 4.5rem .5rem .5rem;
    margin: 1.5rem;
  }
  .container .container-side .side-search-box input[type=text] {
    width: 100%;
    height: 3.6rem;
    line-height: 3rem;
    padding: 0 1rem;
    text-align: left;
    border: none;
    outline: none;
    box-shadow: none;
  }
  .container .container-side .side-search-box button {
    position: absolute;
    width: 4.4rem;
    height: 4.4rem;
    background: #9d9d9d;
    color: #fff;
    border: none;
    outline: none;
    display: block;
    line-height: 3.2rem;
    text-align: center;
    font-size: 2.4rem;
    right: -.1rem;
    top: -0.1rem;
  }
  .container .container-side .bnr-voice {
    margin: 1.5rem;
  }
  .container .container-side .bnr-voice a {
    height: 9rem;
    outline: 0.4rem solid #ff6600;
    border: 0.1rem solid rgba(255, 255, 255, 0.3);
    background: #ffa424;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    padding-left: 40%;
    position: relative;
    margin: .4rem;
  }
  .container .container-side .bnr-voice a i {
    font-size: 3rem;
    line-height: 1;
    display: block;
    padding-top: 1rem;
  }
  .container .container-side .bnr-voice a small {
    color: #ff6600;
    font-size: 1rem;
    line-height: 1;
    display: block;
  }
  .container .container-side .bnr-voice a:before {
    content: "";
    width: 40%;
    height: 9rem;
    background: url(../images/common/bg_bnr_voice_sub.png) 50% 50%;
    background-size: cover;
    position: absolute;
    left: -.1rem;
    top: -.1rem;
  }
  .container .container-side .side-category .side-inner {
    padding: .5rem 1rem;
  }
  .container .container-side .side-category .side-inner > ul > li {
    border-bottom: .1rem solid #eee;
  }
  .container .container-side .side-category .side-inner > ul > li:nth-last-of-type(1) {
    border-bottom: none;
  }
  .container .container-side .side-category .side-inner > ul > li.off span i.icon-tu:before {
    content: '\e801';
  }
  .container .container-side .side-category .side-inner > ul > li.off ul {
    height: 0;
    transition: transform 0.3s;
  }
  .container .container-side .side-category .side-inner > ul > li > ul {
    height: auto;
  }
  .container .container-side .side-category .side-inner > ul > li > ul > li {
    border-top: .1rem dashed #eee;
  }
  .container .container-side .side-category .side-inner > ul > li > ul > li > a {
    display: block;
    font-size: 1.1rem;
    position: relative;
    line-height: 3.2rem;
    padding: 0 .5rem 0 .5rem;
  }
  .container .container-side .side-category .side-inner > ul > li > ul > li > a i {
    color: #66cc66;
    margin-right: .5rem;
  }
  .container .container-side .side-category .side-inner > ul > li > a, .container .container-side .side-category .side-inner > ul > li > span {
    display: block;
    font-size: 1.2rem;
    position: relative;
    line-height: 4rem;
    padding: 0 1.5rem 0 .5rem;
  }
  .container .container-side .side-category .side-inner > ul > li > a > i, .container .container-side .side-category .side-inner > ul > li > span > i {
    color: #66cc66;
    position: absolute;
    right: .3rem;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
  }
  .container .social-btn {
    clear: both;
    padding: 1rem 0;
  }
  .container .social-btn ul {
    width: 80%;
    margin: 0 auto;
  }
  .container .social-btn ul li {
    width: 20%;
    float: left;
    padding: .3rem;
  }
  .container .social-btn ul li a {
    display: block;
    border-radius: .5rem;
    color: #fff;
    line-height: 4.5rem;
    text-align: center;
    font-size: 1.6rem;
  }
  .container .social-btn ul li.line a {
    background: #00b300;
  }
  .container .social-btn ul li.gp a {
    background: #ee403a;
  }
  .container .social-btn ul li.hate a {
    background: #00a8e0;
  }
  .container .social-btn ul li.fb a {
    background: #325a9f;
  }
  .container .social-btn ul li.tw a {
    background: #25abf4;
  }
  .container .btn-top-back {
    clear: both;
    padding: 2rem 0;
  }
  .container .btn-top-back a {
    width: 20rem;
    height: 4rem;
    font-size: 1.2rem;
    border-radius: 2rem;
    line-height: 3.8rem;
    border: .1rem solid #eee;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .container .btn-top-back a i {
    color: #66cc66;
    font-size: 1rem;
  }
  .container .column-list .column-box {
    height: 12.5rem;
    overflow: hidden;
    position: relative;
    margin-bottom: .1rem;
    padding-left: 15.5rem;
  }
  .container .column-list .column-box a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .container .column-list .column-box:nth-of-type(2n+1) {
    background: #f6f9f4;
  }
  .container .column-list .column-box:nth-of-type(2n+1) .column-body .column-time span {
    background: #f6f9f4;
  }
  .container .column-list .column-box .column-img {
    width: 14rem;
    height: 10.5rem;
    position: absolute;
    left: 1rem;
    top: 1rem;
  }
  .container .column-list .column-box .column-img .img-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: 50% 50%;
  }
  .container .column-list .column-box .column-img .column-cat {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 .3rem;
    color: #fff;
    font-size: .9rem;
    background: linear-gradient(90deg, #66cc66 0%, #339933 100%);
  }
  .container .column-list .column-box .column-body {
    padding: 1rem 1.2rem;
  }
  .container .column-list .column-box .column-body .column-time {
    font-size: 1rem;
    color: #66cc66;
    position: relative;
    z-index: 1;
    margin-bottom: .5rem;
  }
  .container .column-list .column-box .column-body .column-time:after {
    width: 100%;
    height: .1rem;
    background: #66cc66;
    top: 50%;
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
  }
  .container .column-list .column-box .column-body .column-time span {
    padding-right: .7rem;
    background: #fff;
  }
  .container .column-list .column-box .column-body .column-ttl {
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
  }
  .container .column-list .column-box .column-body .column-txt {
    display: none;
  }

  /* --------------------------------------
  		104 footer
  -------------------------------------- */
  .foot-contact {
    background: url(../images/common/bg-foot.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    clear: both;
  }
  .foot-contact .contact-wrap {
    padding: 3rem 0 4rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .foot-contact .contact-wrap header {
    position: relative;
    padding-bottom: 2.5rem;
  }
  .foot-contact .contact-wrap header .icon-sun {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 20rem;
    font-size: 7.2rem;
    margin-left: -10rem;
  }
  .foot-contact .contact-wrap header .icon-logo {
    font-size: 4rem;
    line-height: 5rem;
    padding-top: 4rem;
    display: block;
  }
  .foot-contact .contact-wrap header h3 {
    font-size: 1.4rem;
    position: relative;
  }
  .foot-contact .contact-wrap header small {
    font-size: 3.6rem;
    line-height: 1.2;
    color: #66cc66;
    letter-spacing: 1px;
    display: block;
  }
  .foot-contact .contact-wrap p {
    line-height: 1.3;
    font-size: 1.3rem;
    padding-bottom: 1.5rem;
  }
  .foot-contact .contact-wrap p strong {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 400;
  }
  .foot-contact .contact-wrap .btn-area {
    padding-top: 1.5rem;
  }
  .foot-contact .contact-wrap .btn-area.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1002;
  }
  .foot-contact .contact-wrap .btn-area.fixed ul {
    width: 100%;
  }
  .foot-contact .contact-wrap .btn-area.fixed ul li {
    width: 50%;
    margin: 0;
  }
  .foot-contact .contact-wrap .btn-area.fixed ul li:nth-of-type(2) a:after {
    color: #FC2842;
  }
  .foot-contact .contact-wrap .btn-area.fixed ul li a {
    height: 5rem;
    line-height: 5rem;
    font-size: 1.2rem;
    position: relative;
    padding: 0;
  }
  .foot-contact .contact-wrap .btn-area.fixed ul li a:after {
    content: "\35";
    font-family: 'icomoon';
    color: #339933;
    display: inline-block;
    margin-left: .2rem;
  }
  .foot-contact .contact-wrap .btn-area.fixed ul li a span {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
    color: #FC2842;
    top: .5rem;
  }
  .foot-contact .contact-wrap .btn-area.fixed ul li a span:before {
    content: "＼";
  }
  .foot-contact .contact-wrap .btn-area.fixed ul li a span:after {
    content: "／";
  }
  .foot-contact .contact-wrap .btn-area.fixed ul li a i {
    display: inline-block;
    font-size: 2.8rem;
    margin-bottom: 0rem;
    margin-right: .3rem;
    position: relative;
    bottom: -.2em;
  }
  .foot-contact .contact-wrap .btn-area.fixed ul li a br.sp-visible {
    display: none !important;
  }
  .foot-contact .contact-wrap .btn-area ul {
    width: 30rem;
    margin: 0 auto;
  }
  .foot-contact .contact-wrap .btn-area ul li {
    width: 14rem;
    float: left;
    margin: 0 .5rem;
  }
  .foot-contact .contact-wrap .btn-area ul li a {
    height: 8.5rem;
    font-size: 1.5rem;
    line-height: 1.1;
    padding-top: 1rem;
    display: block;
    color: #fff;
  }
  .foot-contact .contact-wrap .btn-area ul li a i {
    font-size: 2.8rem;
    margin-bottom: .5rem;
    display: block;
  }
  .foot-contact .contact-wrap .btn-area ul li:nth-of-type(1) a {
    background: #66cc66;
  }
  .foot-contact .contact-wrap .btn-area ul li:nth-of-type(2) a {
    background: #ff6600;
  }

  #pgTop {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    position: fixed;
    background: linear-gradient(90deg, #66cc66 0%, #339933 100%);
    right: .5rem;
    text-align: center;
    bottom: 6rem;
    line-height: 4rem;
    z-index: 999;
    opacity: 0.9;
  }
  #pgTop i {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    bottom: -0.1em;
  }

  footer#footer {
    clear: both;
    position: relative;
    border-top: 1px solid #eee;
  }
  footer#footer .footer-inner .footer-bnr {
    margin: 0 .5rem;
  }
  footer#footer .footer-inner .footer-bnr div {
    width: 48%;
    float: left;
    margin: 1rem 1%;
    line-height: 1;
    text-align: center;
  }
  footer#footer .footer-inner .footer-bnr div a {
    display: block;
    color: #fff;
    padding: 2rem 1rem;
  }
  footer#footer .footer-inner .footer-bnr div a i {
    display: none;
  }
  footer#footer .footer-inner .footer-bnr div small {
    font-size: .9rem;
    color: rgba(0, 0, 0, 0.8);
  }
  footer#footer .footer-inner .footer-bnr div.bnr-blog {
    height: 7rem;
    background: url(../images/common/bg_bnr_blog.png) 50% 50%;
    background-size: cover;
  }
  footer#footer .footer-inner .footer-bnr div.bnr-blog a {
    height: 7rem;
    position: relative;
    z-index: 1;
  }
  footer#footer .footer-inner .footer-bnr div.bnr-blog a:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #339933;
    opacity: 0.7;
  }
  footer#footer .footer-inner .footer-bnr div.bnr-voice {
    height: 7rem;
    background: url(../images/common/bg_bnr_voice.png) 50% 50%;
    background-size: cover;
  }
  footer#footer .footer-inner .footer-bnr div.bnr-voice a {
    height: 7rem;
    position: relative;
    z-index: 1;
  }
  footer#footer .footer-inner .footer-bnr div.bnr-voice a:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ff6600;
    opacity: 0.7;
  }
  footer#footer .footer-inner .footer-bnr div.bnr-img {
    width: 98%;
    float: none;
    clear: both;
  }
  footer#footer .footer-inner .footer-bnr div.bnr-img a {
    padding: 0;
  }
  footer#footer .footer-inner .footer-bnr div.bnr-img img {
    max-width: 100%;
  }
  footer#footer .footer-inner .footer-bnr div:nth-last-of-type(1) {
    margin-bottom: 0 !important;
  }
  footer#footer .footer-inner aside {
    padding: 1.5rem;
  }
  footer#footer .footer-inner aside.footer-about header {
    padding-bottom: 1rem;
  }
  footer#footer .footer-inner aside.footer-about header small {
    color: #66cc66;
    font-size: 1rem;
  }
  footer#footer .footer-inner aside.footer-about header h3 {
    font-size: 1.6rem;
  }
  footer#footer .footer-inner aside.footer-about .txt {
    font-size: 1rem;
  }
  footer#footer .footer-inner aside.footer-about .txt p {
    line-height: 1.5;
    padding-bottom: 1rem;
  }
  footer#footer .footer-inner aside.footer-about .footer-contact-box {
    border: .1rem solid #eee;
    padding: 1rem;
    text-align: center;
  }
  footer#footer .footer-inner aside.footer-about .footer-contact-box .tel {
    font-size: 1.1rem;
  }
  footer#footer .footer-inner aside.footer-about .footer-contact-box .tel a {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  footer#footer .footer-inner aside.footer-about .footer-contact-box span {
    font-size: 1rem;
    display: block;
    padding-bottom: .5rem;
  }
  footer#footer .footer-inner aside.footer-about .footer-contact-box .btn a {
    background: #6eb776;
    color: #fff;
    font-size: 1.2rem;
    line-height: 3rem;
    display: block;
  }
  footer#footer .footer-bottom {
    clear: both;
    letter-spacing: 0;
  }
  footer#footer .footer-bottom:after {
    clear: both;
    content: "";
    display: block;
  }
  footer#footer .footer-bottom nav {
    font-size: 1rem;
    text-align: center;
  }
  footer#footer .footer-bottom nav ul li {
    display: inline-block;
  }
  footer#footer .footer-bottom nav ul li a {
    line-height: 3rem;
    padding: .5rem;
  }
  footer#footer .footer-bottom nav ul li:after {
    content: " | ";
    color: #666;
    margin-left: .3rem;
  }
  footer#footer .footer-bottom nav ul li:nth-last-of-type(1):after {
    display: none;
  }
  footer#footer .footer-bottom .copy {
    border-top: .1rem solid #eee;
    text-align: center;
    color: #999;
    line-height: 2.8rem;
    font-size: .9rem;
  }

  .tags-list ul li {
    display: inline-block;
    margin: .2rem .4rem;
  }
  .tags-list ul li a {
    display: block;
    border: 0.1rem solid #66cc66;
    border-radius: .3rem;
    font-size: 1.2rem;
    padding: .2rem .5rem;
    background: #fff;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/fontello.eot");
  src: url("../fonts/fontello.eot#iefix") format("embedded-opentype"), url("../fonts/fontello.ttf") format("truetype"), url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tu:before {
  content: '\e800';
}

.icon-td:before {
  content: '\e801';
}

.icon-tl:before {
  content: '\e802';
}

.icon-tr:before {
  content: '\e803';
}

.icon-u:before {
  content: '\e804';
}

.icon-d:before {
  content: '\e805';
}

.icon-l:before {
  content: '\e806';
}

.icon-r:before {
  content: '\e807';
}

.icon-search:before {
  content: '\e808';
}

.icon-cart:before {
  content: '\e809';
}

.icon-home:before {
  content: '\e80a';
}

.icon-dl:before {
  content: '\e80b';
}

.icon-dr:before {
  content: '\e80c';
}

.icon-menu:before {
  content: '\e969';
}

.icon-star:before {
  content: '\e96a';
}

.icon-voice:before {
  content: '\e96b';
}

.icon-twitter:before {
  content: '\f099';
}

.icon-facebook:before {
  content: '\f09a';
}

.icon-gplus:before {
  content: '\f0d5';
}

/*----------------search----------------------*/

.gsc-control-cse {
  border-color: #FFFFFF;
  background-color: #EDEDED !important;
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  width: auto;
  font-family: Arial, sans-serif;
  font-size: 13px;
}
.gsc-control-cse {
  padding: 6px !important;
}
.gsc-search-box table {
  margin: 0px !important;
}
.gsc-input-box table {
  margin: 0px !important;
  border-top: none !important;
}
.gsib_a table td {
  border: none !important;
  padding: 3px !important;
}
table.gsc-search-box td {
  border: none !important;
  padding: 3px !important;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
  border-color: #93C47D !important;
  background-color: #B6D7A8 !important;
  background-image: none;
  filter: none;
}
/* .gsc-search-button-v2 {
  width: auto;
  padding: 11px 10px;
  margin: 0;
  border-radius: 0;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.gsc-input-box {
  padding-top: 6px;
  padding-bottom: 5px;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
} */

/*--------------header-------------------*/
@media screen and (min-width: 769px) {
  #top .top-main-img .image {
    min-width: 700px;
  }
  #header {
      width: 100%;
      height: 150px;
      background: rgba(255, 255, 255, 0.95);
      
      font-size: 0;
      position: relative;
      left: auto !important;
      z-index: 998;
      font-family: 'Noto Sans JP', sans-serif;
      letter-spacing: 0px;
  }
  h1, h2, h3, h4, h5, div, p, ul, ol, li, dl, dt, dd, a, span, figure, img {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
  }
  #header ol, #header ul, #header li {
    zoom: unset;
    overflow: unset;
  }
  #wrapper.fixed #header {
    position: fixed;
    top: -100px;
    left: 0;
  }
  #header:before {
    content: '';
    width: 100%;
    height: 44px;
    border-top: solid 6px #70c88c;
    background: #4eba6f;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 998;
  }
  #header .container-head {
    position: relative;
    z-index: 999;
  }
  .container-head {
    width: 1000px;
    margin: 0 auto;
  }
  #header .h_logo {
    height: 100px;
    overflow: hidden;
    text-align: left;
    line-height: 100px;
  }
  #header .h_logo a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
  }
  #header a {
    outline: none;
    color: #1391af;
  }
  #header .h_logo a img {
    vertical-align: middle;
    width: 60px;
    margin-right: 10px;
  }
  img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border: 0;
  }
  #header .h_logo a > span {
    display: inline-block;
    vertical-align: middle;
  }
  #header .h_logo a > span span:first-of-type {
    display: block;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.2;
    color: #888;
  }
  #header .h_logo a > span span:last-of-type {
    display: block;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color: #00a291;
  }
  .sp {
    display: none;
  }
  #header .h_logo a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
  }
  #navi {
    display: block !important;
    height: 50px;
    border-top: solid 6px #70c88c;
    background: #4eba6f;
  }
  #navi .h_hotel {
    position: absolute;
    top: 47px;
    right: 0;
  }
  #navi .h_hotel li {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
  }
  #navi .h_hotel li a {
    display: inline-block;
    vertical-align: top;
    height: 38px;
    padding: 0 23px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #4eba6f;
    background: -moz-linear-gradient(left, #4eba6f 0%, #94dc52 50%, #4eba6f 100%);
    background: -webkit-linear-gradient(left, #4eba6f 0%, #94dc52 50%, #4eba6f 100%);
    background: linear-gradient(to right, #4eba6f 0%, #94dc52 50%, #4eba6f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eba6f', endColorstr='#4eba6f',GradientType=1 );
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: 500;
    font-size: 15px;
    line-height: 38px;
    color: #fff;
    position: relative;
  }
  #navi .h_hotel li:nth-of-type(1) a:before {
    content: url(../images/common/mypage.png);
    margin-right: 5px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 17px;
    transform: scale(0.5);
    position: absolute;
    top: -9px;
    left: -2px;
  }
  #navi .h_hotel li:nth-of-type(2) a:before {
    display: inline-block;
    vertical-align: top;
    content: url(../images/common/cart.png);
    margin-right: 7px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    transform: scale(0.5);
    position: absolute;
    top: -9px;
    left: -2px;
  }
  #h_search {
    width: 360px;
    height: 64px;
    overflow: hidden;
    position: absolute;
    top: 150px;
    right: 0;
  }
  #navi .h_navi {
    position: relative;
  }
  #navi .h_navi:before {
    left: 0;
  }
  #navi .h_navi > li:not(:first-of-type):before, #navi .h_navi:before, #navi .h_navi:after {
    content: '';
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 13px;
  }
  #navi .h_navi > li:first-of-type {
    margin-left: 0;
  }
  #navi .h_navi > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  #navi .h_navi > li > span, #navi .h_navi > li > a {
    display: block;
    height: 44px;
    padding: 0 28px;
    text-decoration: none;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    cursor: pointer;
  }
  #navi .h_navi > li > span.active,
  #navi .h_navi > li > a.active,
  #navi .h_navi > li > span:hover,
  #navi .h_navi > li > a:hover {
	background: rgba(255, 255, 255, 0.2);
	opacity: 1;
	filter: Alpha(opacity=100);
  }
  #navi .h_navi > li:not(:first-of-type):before {
    left: -0;
  }
  #navi .h_navi > li div {
    display: none;
    min-width: 1100px;
    width: 100%;
    padding: 20px 0 30px;
    background: #fff;
    background: #f3f3f3;
    box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.2) inset;
    font-size: 0;
    line-height: 0;
    position: fixed;
    top: 150px;
    left: 0;
    z-index: 999;
    text-align: center;
  }
  #wrapper.fixed #navi .h_navi > li div {
    top: 50px;
  }
  #navi .h_navi > li div ul:not(:last-of-type) {
    margin-right: 80px;
  }
  #navi .h_navi > li div ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  #navi .h_navi > li ul a {
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    color: #323232;
  }
  #navi .h_navi:after {
    right: 0;
  }
  #navi .h_navi:after {
    right: 0;
  }
  #navi .h_navi > li ul a:before {
    display: inline-block;
    vertical-align: 2px;
    content: '';
    width: 0;
    height: 0;
    margin-right: 2px;
    border: solid 3px transparent;
    border-left: solid 5px #1d9942;
  }
  #navi .h_navi > li ul a:hover {
    text-decoration: underline;
    color: #1d9942;
    opacity: 1;
    filter: Alpha(opacity=100);
  }
  #navi .h_sitemap {
    height: 60px;
    text-align: right;
    font-size: 22px;
    line-height: 70px;
    color: #fff;
    transform: scale(0.6);
    transform-origin: right top;
    position: absolute;
    top: 5px;
    right: 0;
  }
  #navi .h_sitemap li {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
  }
  #navi .h_sitemap li a {
    display: block;
    text-decoration: none;
    color: #323232;
    position: relative;
  }
  #navi .h_sitemap li a:before {
    content: '';
    width: 0;
    height: 0;
    margin-top: -4px;
    border: solid 6px transparent;
    border-left: solid 8px #323232;
    position: absolute;
    top: 50%;
    left: -12px;
  }
  #navi .h_phone {
    width: 250px;
    height: 90px;
    padding-top: 7px;
    background: #f9f9f9 url(../images/common/h_bg.jpg) no-repeat top;
    text-align: center;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 410px;
  }
  #navi .h_phone:before {
    content: '';
    width: 238px;
    height: 84px;
    border: solid 1px #fff;
    border-top: 0;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 1;
  }
  #navi .h_phone dd {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    color: #6a6a6a;
    position: relative;
    z-index: 2;
  }
  #navi .h_phone dd a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    color: #26ade7;
  }
  #navi .h_phone dd a:before {
    display: inline-block;
    vertical-align: top;
    content: url(../images/common/phone.png);
    margin-right: 7px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    line-height: 34px;
    transform: scale(0.5);
    position: absolute;
    top: -11px;
    left: 7px;
  }
  /* ---------------------------------------------------------
	CSS Document navi > h_search
--------------------------------------------------------- */

#h_search {
	width: 360px;
	height: 64px;
	overflow: hidden;
	position: absolute;
	top: 150px;
	right: 0;
}

#h_search .gsc-control-cse {
	border: 0;
}

#h_search .gsc-input {
	padding: 0;
}

#h_search .gsc-input-box {
	height: 36px !important;
	padding: 0 0 0 5px !important;
  right: -6px;
  position: relative;
}

#h_search .gsc-search-button {
	width: 60px;
	height: 35px;
	padding: 0;
	cursor: pointer;
}

/* メガメニュー全体のスタイル */
.h_mega-menu-item .sub-menu {
  display: flex !important;
  flex-direction: row; 
  flex-wrap: wrap; 
  margin: 0 auto;
  padding: 0 0 0 40px;
  width: 1000px;
}

/* サブメニュー内の各項目のスタイル */
.h_mega-menu-item .sub-menu > li {
  width: 25%; 
  box-sizing: border-box; 
  padding: 0px;
}

.w-30 {
	width: 30% !important;
}

.w-20 {
	width: 20% !important;
}

.sp-menu {
  display: none;
}

}


/*-----------------mobile--------------------*/
@media screen and (max-width: 768px) {

  .pc-menu {
    display: none;
  }

  img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
  }
  
  /* a {
    outline: none;
    color: #1391af;
  } */
  
  a.tel {
    text-decoration: none;
    color: #323232;
  }
  
  #wrapper {
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
  }
  
  /* ---------------------------------------------------------
    CSS Document header
  --------------------------------------------------------- */
  
  #header .container-head {
    width: 100%;
    height: 60px;
    background: rgba(255,255,255,0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #header {
    font-family: 'Noto Sans JP', sans-serif !important;
  }
  #header .h_logo {
    font-family: 'Noto Sans JP', sans-serif !important;
    text-align: center;
  }

  #header .h_logo h1 {
    height: 60px;
    overflow: hidden;
    padding-left: 10px;
    line-height: 50px;
    text-align: left;
    padding-top: 2px;
  }
  
  #header .h_logo h1 img {
    vertical-align: middle;
    width: 34px;
    margin-right: 5px;
  }
  
  #header .h_logo a > span {
    display: inline-block;
    vertical-align: middle;
  }
  
  #header .h_logo a > span span:first-of-type {
    display: block;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.2;
    color: #888;
  }
  
  #header .h_logo a > span span:last-of-type {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    color: #00a291;
  }
  
  #header .h_cart a {
    width: 60px;
    height: 60px;
    overflow: hidden;
    padding-top: 15px;
    background: #94dc52 url(../images/common/h_tel.png) no-repeat center 9px;
    background-size: 26px auto;
    text-decoration: none;
    font-size: 10px;
    line-height: 60px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 60px;
    font-family: 'Noto Sans JP', sans-serif !important;
  }
  
  #header .h_swicth {
    width: 60px;
    height: 60px;
    overflow: hidden;
    padding-top: 14px;
    background: #4eba6f url(../images/common/h_swicth.png) no-repeat center 15px;
    background-size: 20px auto;
    text-align: center;
    font-size: 11px;
    line-height: 60px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  #header .h_swicth.active {
    background-position: center -36px;
  }
  
  /* ---------------------------------------------------------
    CSS Document navi > h_hotel
  --------------------------------------------------------- */
  
  #navi .h_hotel {
    padding: 20px;
    font-size: 0;
  }
  
  #navi .h_hotel li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: #0f70ac;
  }
  
  #navi .h_hotel li:last-of-type {
    margin-right: 0;
  }
  
  #navi .h_hotel li a {
    display: block;
    height: 34px;
    text-decoration: none;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    text-align: center;
  }
  
  #navi .h_hotel li:nth-of-type(1) a:before {
    display: inline-block;
    vertical-align: top;
    /* margin-right: 20px; */
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    content: url(../images/common/mypage_sp.png);
    transform: scale(0.9);
    position: relative;
    top: 2px;
    /* left: 25px; */
  }
  
  #navi .h_hotel li:nth-of-type(2) a:before {
    display: inline-block;
    vertical-align: top;
    /* margin-right: 16px; */
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 17px;
    line-height: 34px;
    content: url(../images/common/cart_sp.png);
    transform: scale(0.9);
    position: relative;
    top: 2px;
    /* left: 25px; */
  }
  
  /* ---------------------------------------------------------
    CSS Document navi > h_search
  --------------------------------------------------------- */
  
  #h_search {
    height: 48px;
    overflow: hidden;
    margin: 0 20px 20px;
  }
  
  #h_search .gsc-control-cse {
    padding: 0 !important;
    border: 0;
    background: rgba(230, 239, 248, 0.95) !important;
  }
  
  #h_search .gsc-input {
    vertical-align: top;
    height: 20px;
    padding: 0 2px 0 0 !important;
  }
  #h_search .gsc-input-box {
    right: -5px;
    top: 2px;
    position: relative;
  }
  #h_search .gsc-search-button {
    vertical-align: top;
    width: 60px;
    height: 45px;
    padding: 0;
    cursor: pointer;
  }
  
  /* ---------------------------------------------------------
    CSS Document navi > h_navi
  --------------------------------------------------------- */
  
  #navi {
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: auto;
    background: rgba(230, 239, 248, 0.95);
    color: #fff;
  }
  
  #navi .h_navi {
    border-top: solid 1px rgba(15, 112, 172, 0.2);
  }
  
  
  #navi .h_navi > li > span,
  #navi .h_sitemap a,
  #navi .h_navi > li > a {
    display: block;
    height: 50px;
    border-bottom: solid 1px rgba(15, 112, 172, 0.2);
    text-decoration: none;
    padding-left: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    color: #323232;
    position: relative;
  }
  
  /* ---------------------------------------------------------
    CSS Document navi > child
  --------------------------------------------------------- */
  
  #navi .h_navi> li > span:after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-bottom: solid 2px #323232;
    border-right: solid 2px #323232;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
  }
  
  #navi .h_navi> li div {
    display: none;
    padding: 0 20px;
    border-bottom: solid 1px rgba(15, 112, 172, 0.1);
    background: rgba(28, 137, 201, 0.1);
  }
  
  #navi .h_navi > li li a {
    display: block;
    height: 50px;
    border-bottom: dashed 1px rgba(15, 112, 172, 0.2);
    text-decoration: none;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    color: #0f70ac;
    position: relative;
  }
  
  #navi .h_navi > li ul:last-of-type li:last-of-type a {
    border-bottom: 0;
  }
  
  #navi .h_navi > li li a:after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 2px #0f70ac;
    border-right: solid 2px #0f70ac;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 2px;
  }
  
  /* ---------------------------------------------------------
    CSS Document navi > h_phone
  --------------------------------------------------------- */
  
  #navi .h_phone {
    margin: 20px;
    padding: 15px 0;
    border: solid 5px #0f70ac;
    background: #0f70ac;
    box-shadow: 0 0 0 1px #fff inset;
    text-align: center;
    font-size: 13px;
    position: relative;
  }
  
  #navi .h_phone dd {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(255,255,255,0.8);
    position: relative;
    z-index: 2;
  }
  
  #navi .h_phone dd a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
  }
  
  #navi .h_phone dd a:before {
    display: inline-block;
    vertical-align: top;
    margin-right: -8px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    line-height: 34px;
    content: url(../images/common/phone_sp.png);
    transform: scale(1.2);
    position: relative;
    top: 4px;
    left: 10px;
  }
  
  /* ---------------------------------------------------------
    CSS Document h_spnavi
  --------------------------------------------------------- */
  #header, #h_spnavi {
    letter-spacing: 0px !important;
  }
  #h_spnavi {
    background: #0f70ac;
    font-size: 0;
  }
  
  #h_spnavi li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    border-right: dotted 1px rgba(255,255,255,0.8);
  }
  
  #h_spnavi li:last-of-type {
    border-right: 0;
  }
  
  #h_spnavi li span,
  #h_spnavi li a {
    display: block;
    padding: 5px 0;
    text-align: center;
  }
  
  #h_spnavi li img {
    max-width: 70px;
  }
}

/* メニューが開いているときに背後のクリックを無効化 */
body.menu-open #wrap {
  pointer-events: none;
}

body.menu-open #navi,
body.menu-open .h_swicth {
  pointer-events: auto;
}
