@charset "UTF-8";
/*------------------------------------------------------------
Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  /*font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;*/
  line-height: 1.1;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: bottom;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.70;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/*------------------------------------------------------------
  clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
  Layout
  ------------------------------------------------------------*/
body {
  min-width: 800px;
  /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
  line-height: 1.5;
  /*text-align: center;*/
  width: 100%;
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
    min-width: 100%;
  }
}

.only-sp {
  display: none!important;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none!important;
  }
  .only-sp {
    display: block!important;
  }
}

.l-container {
  margin: 0 auto;
  width: 980px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .l-container {
    width: auto;
    padding: 0 10px;
  }
}


@media screen and (max-width: 768px) {
  .f_container{
    margin: 0 -10px;
  }
}


/*------------------------------------------------------------
  common
  ------------------------------------------------------------*/
.f_left {
  float: left;
}

@media screen and (max-width: 768px) {
  .f_left {
    float: none;
  }
}

.f_right {
  float: right;
}

@media screen and (max-width: 768px) {
  .f_right {
    float: none;
  }
}



/*------------------------------------------------------------
	header
	------------------------------------------------------------*/
.c-header__top {
  background: #80b419;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .c-header__top {
    background: #fff;
  }
}

.c-header__top .l-container {
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-header__top .l-container {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1.5px solid #80b419;
    padding: 0 10px 5px;
    height: 46px;
    z-index: 10;
  }
}

@media screen and (max-width: 365px) {
  .c-header__top .l-container {
    height: 43.5px;
  }
}

@media screen and (max-width: 768px) {
  .c-header__top .l-container:after {
    content: unset;
  }
}

.c-header__top .text_top {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 5px 0 5px 10px;
}

.text_top_h1{
  line-height: initial;
}

.sp_header_logo {
  align-self: center;
}

@media screen and (max-width: 365px){
  .sp_header_logo img {
    width: 130px;
  }
}

.c-header__top h1.only-sp {
  -ms-flex-item-align: center;
      align-self: center;
}

@media screen and (max-width: 365px) {
  .c-header__top h1.only-sp img {
    width: 130px;
  }
}

.c-header__top .nav_right {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .c-header__top .nav_right {
    position: unset;
  }
}

.c-header__top .nav_right li {
  float: left;
}

.c-header__top .nav_right a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-right: 10px;
  background: #80b419;
  border-radius: 3px;
  height: 50px;
  text-align: center;
  width: 100px;
  padding-top: 5px;
}

.c-header__top .nav_right a:hover{
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

.c-header__top .nav_right .viewer a {
  font-size: 18px;
  width: 250px;
  line-height: 53px;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .c-header__top .nav_right .history a {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-header__top .nav_right a {
    font-size: 1.2rem;
    height: 45px;
    width: 68px;
    margin-right: 5px;
    -moz-border-top-left-radius: unset;
    border-top-left-radius: unset;
    -moz-border-top-right-radius: unset;
    border-top-right-radius: unset;
    padding-top: 2.5px;
  }
}

@media screen and (max-width: 385px) {
  .c-header__top .nav_right a {
    font-size: 1.1rem;
    width: 57px;
    height: 43px;
  }
}

@media screen and (max-width: 365px) {
  .c-header__top .nav_right a {
    margin-right: 2px;
  }
}

.c-header__top .nav_right a span{
  text-indent: 100%;
  overflow: hidden;
}

.c-header__top .nav_right .favorite span {
  background: url(../../img/www/icon/ic_star.png) no-repeat;
  display: block;
  height: 26px;
  width: 26px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-header__top .nav_right .favorite span {
    background: url(../../img/www/icon/ic_star_sp.png) no-repeat;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
  }
}

.c-header__top .nav_right .history span {
  background: url(../../img/www/icon/ic_clock.png) no-repeat;
  display: block;
  height: 26px;
  width: 26px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-header__top .nav_right .history span {
    background: url(../../img/www/icon/ic_clock.png) no-repeat;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
  }
}

.c-header__top .nav_right .viewer a span {
  background: url(../../img/www/icon/ic_right.png) no-repeat;
  width: 8px;
  height: 14px;
  display: inline-block;
  margin-left: 15px;
}

.c-header__top .toggle-nav {
  border-left: 1px solid #664429;
  border-right: 1px solid #664429;
  border-bottom: 1px solid #664429;
  padding: 5px 8px 2px;
  /*height: 35px;*/
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media screen and (max-width: 365px) {
  .c-header__top .toggle-nav {
    padding: 5px 2px 5px;
  }
}

.c-header__top .toggle-nav a {
  background: url(../../img/www/icon/ic_off.png) no-repeat;
  background-size: 100%;
  width: 42px;
  height: 33px;
}

@media screen and (max-width: 365px) {
  .c-header__top .toggle-nav a {
    background-size: 95%;
    width: 40px;
    height: 35px;
  }
}

.c-header__top .toggle-nav.open a {
  background: url(../../img/www/icon/ic_on.png) no-repeat;
  background-size: 100%;
  width: 42px;
  height: 38px;
}

@media screen and (max-width: 365px) {
  .c-header__top .toggle-nav.open a {
    background-size: 95%;
    width: 40px;
    height: 35px;
  }
}

.c-header__bottom .logo {
  float: left;
  padding: 5px 0 10px;
}

.c-header__bottom .list_right {
  float: right;
  margin-top: 38px;
  padding-left: 8px;
}

.c-header__bottom .list_right li {
  float: left;
}

.c-header__bottom .list_right a {
  font-size: 14px;
  color: #363636;
  padding: 12px 15px 12px 0;
}

.c-header__bottom .list_right a:before {
  content: ".";
  color: transparent;
  padding: 2px;
  height: 17px;
  background: #80b419;
  margin-right: 10px;
}

.c-header .c-gnavi {
  background: #80b419;
}

.c-header .c-gnavi ul {
  background: #fff;
  display:-webkit-flex;
  display:-webkit-box;
  display:-moz-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.c-header .c-gnavi li {
  float: left;
  position: relative;
}

.c-header .c-gnavi li:first-child a {
  border-left: 1px solid #bfbfbf;
}

.c-header .c-gnavi li a {
  font-size: 20px;
  font-weight: bold;
  color: #653b14;
  border-right: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  background: #fff;
  /*padding: 15px 51.88px;*/
  width: 244px;
  padding: 15px 0;
  text-align: center;
  /*padding: 15px 59.3px;*/
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
}

.c-header .c-gnavi li:nth-of-type(2) a {
  padding: 4px;
  line-height: 1.3;
}

.c-header .c-gnavi li a:before {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 4px;
  left: 5px;
  margin: 0 auto;
  width: 0%;
  height: 86%;
  content: '.';
  color: transparent;
  background: #fd8e26;
}

.c-header .c-gnavi li a:hover {
  background-color: #FFE0B2;
  color: #653b14;
}

.c-header .c-gnavi li a:hover:before {
  width: 10px;
}

.c-header .c-gnavi li a:active:before {
  width: 10px;
}

.c-header .c-gnavi li.curent-menu-item a:before {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 5px;
  margin: 0 auto;
  width: 10px;
  content: '.';
  color: transparent;
  background-color: #fd8e26;
  height: 100%;
}

.c-header .c-gnavi_sp {
  margin-right: -310px;
  width: 310px;
  position: fixed;
  background: #fff;
  /*border-top: 2px solid #d5d5d5;*/
  height: 100%;
  right: 0;
  z-index: 999;
  overflow: scroll;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

@media screen and (max-width: 370px) {
  .c-header .c-gnavi_sp {
    margin-right: -280px;
    width: 280px;
  }
}

.c-header .c-gnavi_sp.open {
  margin-right: 0;
}

.c-header .c-gnavi_sp ul li {
  border-bottom: 1px solid #bfbfbf;
}

.c-header .c-gnavi_sp ul li .add_ic{
  padding-left: 35px;
}
.c-header .c-gnavi_sp ul li .add_ic:before{
  content: "";
  border-left: 1.5px solid #664429;
  border-bottom: 1.5px solid #664429;
  width: 8px;
  height: 8px;
  left: 20px;
  top: 36%;
  position: absolute;
}

.c-header .c-gnavi_sp ul a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #664429;
  padding: 15px 20px;
  text-align: left;
}

.c-header .c-gnavi_sp ul a:after{
  content: "";
  background: url(../../img/www/icon/ic_right_sp.png);
  background-size: 10px 14px;
  background-position: center right 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 14px;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-header .c-gnavi_sp ul a:hover, .c-header .c-gnavi_sp ul a:active{
  background: #E8F5E9;
}

@media screen and (max-width: 370px) {
  .c-header .c-gnavi_sp ul a {
    font-size: 1.4rem;
  }
}

.c-header .c-gnavi_sp .btn-close {
  padding: 0 20px 100px;
  margin: 20px 0;
}

.c-header .c-gnavi_sp .btn-close a {
  display: block;
  font-size: 16px;
  color: #664429;
  padding: 10px 0;
  border: 1px solid #664429;
  border-radius: 5px;
}

.wrapper {
  overflow: hidden;
}

.fix-body {
  position: fixed;
  width: 100%;
  height: 100%;
}

#overlay.open {
  display: block;
}

#overlay {
  /*margin-right: 0;*/
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
