@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
.font-SS {
  font-size: 0.7rem; }

.font-S {
  font-size: 0.8rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.font-LL {
  font-size: 2.0rem; }

.red {
  color: #f00;
  font-weight: bold; }

.blue {
  color: #0000ff;
  font-weight: bold; }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*! ==================================================
　メインのスタイル
=================================================== */
body {
  background-image: url(../img/back.jpg);
  background-repeat: repeat;
  font-family: "メイリオ",-apple-system; }

h1, h2, h3, h4, h5, h6 {
  font-family: "honoka-maru-gothic", sans-serif; }

/*! ==================================================
　common
=================================================== */
h2.title0 {
  color: #50270c;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 2.0rem; }
  @media print, screen and (max-width: 991px) {
    h2.title0 {
      font-size: 1.6rem;
      margin-top: 30px;
      margin-bottom: 20px; } }
  h2.title0 span {
    font-size: 1.0rem; }

h2.title1 {
  color: #50270c;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 2.0rem;
  background-image: url(../img/icon_reishi.png);
  background-position: center 30px;
  background-size: 70px;
  background-repeat: no-repeat;
  border-top: 8px solid #ae9864;
  padding-top: 90px; }
  @media print, screen and (max-width: 991px) {
    h2.title1 {
      font-size: 1.6rem; } }
  h2.title1 span {
    font-size: 1.0rem; }

#home h2.title1 {
  margin-top: 70px; }

h3.title2 {
  color: #cc0000;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 30px;
  line-height: 1.5; }

h3.title3 {
  color: #50270c;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }

h3.title4 {
  color: #FFF;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #50270c;
  padding: 10px 10px;
  border-radius: 10px 10px;
  text-align: center; }

p {
  padding-top: 15px; }

.common-btn {
  margin: 10px auto;
  width: 50%; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 80%; } }
  .common-btn a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #54a40b;
    text-decoration: none;
    text-align: center;
    font-family: "honoka-maru-gothic", sans-serif; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #54a40b;
    text-decoration: none;
    text-align: center; }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px; }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    font-family: "honoka-maru-gothic", sans-serif;
    background-color: #54a40b;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 0.9rem;
    float: right;
    text-align: center; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  background-image: url(../img/back.jpg);
  background-repeat: repeat;
  z-index: 10000;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /*メニューを上に動かす*/
  	/*.is-animation {
  
  		position: relative;
  		height:50px;
  	}*/ }
  #header-fixed header {
    position: relative; }
    #header-fixed header .sitetitle {
      float: left;
      width: 260px;
      padding: 5px 5px 5px 15px;
      background-image: url(../img/icon_reishi.png);
      background-position: 10px 10px;
      padding-left: 90px;
      background-size: 70px;
      background-repeat: no-repeat; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .sitetitle {
          width: 220px;
          background-position: 5px 5px;
          padding-left: 80px;
          background-size: 70px; } }
      #header-fixed header .sitetitle a {
        text-decoration: none;
        display: block;
        font-size: 1.4rem;
        font-weight: bold; }
        @media print, screen and (max-width: 991px) {
          #header-fixed header .sitetitle a {
            font-size: 1.2rem; } }
    #header-fixed header .sitecomment {
      float: left;
      width: 350px;
      font-size: 0.8rem;
      padding: 15px 10px 10px 20px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .sitecomment {
          display: none; } }
      @media print, screen and (min-width: 992px) {
        #header-fixed header .sitecomment {
          display: block; } }
    #header-fixed header .contact-btn {
      margin-top: 10px;
      margin-right: 15px;
      font-family: "honoka-maru-gothic", sans-serif;
      float: right; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .contact-btn {
          margin-right: 60px; } }
      #header-fixed header .contact-btn a {
        padding: 10px 15px;
        display: block;
        color: #fff;
        font-weight: bold;
        border-radius: 10px;
        background-color: #54a40b;
        text-decoration: none; }
        @media print, screen and (max-width: 991px) {
          #header-fixed header .contact-btn a {
            padding: 10px 10px;
            font-size: 0.8rem; } }
    #header-fixed header .companybox {
      margin-top: 10px;
      margin-right: 15px;
      float: right; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .companybox {
          display: none; } }
      @media print, screen and (min-width: 992px) {
        #header-fixed header .companybox {
          display: block; } }
      #header-fixed header .companybox .companyname {
        font-size: 1.0rem;
        font-weight: bold;
        padding-top: 0; }
      #header-fixed header .companybox address {
        font-size: 0.8rem; }
    #header-fixed header #headmenuback {
      background-color: #87600f;
      background-image: url(../img/back1.jpg);
      background-repeat: repeat; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header #headmenuback {
          display: none; } }
      @media print, screen and (min-width: 992px) {
        #header-fixed header #headmenuback {
          display: block; } }
      #header-fixed header #headmenuback .headmenu ul {
        font-size: 0;
        text-align: center; }
      #header-fixed header #headmenuback .headmenu li {
        font-size: 0.9rem;
        display: inline-block;
        padding: 0 10px; }
      #header-fixed header #headmenuback .headmenu li a {
        color: #fff;
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        font-weight: bold;
        font-family: "honoka-maru-gothic", sans-serif; }
        @media print, screen and (max-width: 1199px) {
          #header-fixed header #headmenuback .headmenu li a {
            padding: 10px 5px; } }

/*! ==================================================
　sidenavi
=================================================== */
#sidenavi {
  position: fixed;
  top: 5%;
  right: 1%;
  z-index: 10000; }
  #sidenavi ul {
    padding-top: 70px;
    padding-left: 10px; }
    #sidenavi ul li {
      list-style: none;
      margin-top: 10px; }
      #sidenavi ul li a {
        padding: 5px 15px;
        display: block;
        color: #fff;
        font-weight: bold;
        border-radius: 10px;
        background-color: #cc0000;
        text-decoration: none;
        text-align: center; }
  @media print, screen and (max-width: 991px) {
    #sidenavi {
      display: none; } }

/*! ==================================================
　spnavi
=================================================== */
@media print, screen and (min-width: 992px) {
  #spnavi {
    display: none; } }
#spnavi .spnavititle {
  color: #fff;
  padding: 2px 0;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 10px; }
#spnavi .spnavi {
  padding: 0 10px; }
  @media print, screen and (min-width: 992px) {
    #spnavi .spnavi {
      display: none; } }
  #spnavi .spnavi li {
    list-style: none;
    padding: 5px;
    line-height: 1.2; }
    #spnavi .spnavi li a {
      display: block;
      text-align: center;
      font-size: 0.6rem;
      text-decoration: none;
      padding: 10px 0; }
      #spnavi .spnavi li a img {
        border-style: solid;
        border-width: 5px;
        border-color: #eeeeee;
        border-radius: 50%;
        background-image: -moz-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        background-image: -webkit-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        background-image: -ms-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: auto; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #spnavi .spnavi li a img {
            width: 40px;
            height: 40px; } }

/*! ==================================================
　content
=================================================== */
#contenttop {
  padding-top: 150px;
  margin-top: -150px; }

/*! ==================================================
　banner
=================================================== */
#banner {
  padding-top: 30px;
  margin-top: 30px; }
  #banner li {
    list-style: none; }

/*! ==================================================
　HOME
=================================================== */
@media print, screen and (max-width: 991px) {
  #home #topslide .slider_pc {
    display: none; } }
@media print, screen and (min-width: 992px) {
  #home #topslide .slider_pc {
    display: block; } }
@media print, screen and (max-width: 767px) {
  #home #topslide .slider_tab {
    display: none; } }
@media print, screen and (min-width: 768px) and (max-width: 991px) {
  #home #topslide .slider_tab {
    display: block; } }
@media print, screen and (min-width: 992px) {
  #home #topslide .slider_tab {
    display: none; } }
@media print, screen and (max-width: 767px) {
  #home #topslide .slider_sp {
    display: block; } }
@media print, screen and (min-width: 768px) {
  #home #topslide .slider_sp {
    display: none; } }
#home #mapbox {
  padding: 50px 0; }
  @media print, screen and (max-width: 991px) {
    #home #mapbox {
      padding: 20px 0; } }
  #home #mapbox img {
    margin-top: 20px; }
#home #kinoko {
  margin-top: 35px; }
  #home #kinoko h3 {
    background-color: #faf4b6;
    color: #50270c;
    border-bottom: 8px solid #ae9864;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 2.0rem;
    margin-bottom: 15px;
    margin-top: 15px; }
    #home #kinoko h3 span {
      font-size: 0.8rem; }
  #home #kinoko p {
    padding-top: 0;
    padding-bottom: 15px; }
#home #homelineup .campaign {
  color: #ffee00;
  background: #cc0000;
  margin: auto;
  font-weight: 900;
  padding: 16px;
  text-align: center;
  font-size: 1.8rem; }
#home #homelineup .lineupbox {
  padding: 15px; }
  #home #homelineup .lineupbox h3 {
    margin-top: 15px;
    font-size: 1.0rem;
    font-weight: bold;
    font-family: "メイリオ", -apple-system; }
    #home #homelineup .lineupbox h3 span {
      display: inline-block;
      padding: 2px 5px;
      color: #fff;
      background-color: #cc0000;
      font-size: 0.8rem; }
  #home #homelineup .lineupbox .setumei {
    font-size: 0.9rem;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    padding-top: 10px;
    padding-bottom: 10px; }
#home #voice .voicebox {
  border: 2px solid #fff;
  background-color: #faf4b6;
  padding: 0 15px 15px;
  margin-top: 10px;
  font-weight: bold; }
  #home #voice .voicebox p.nendai {
    text-align: right; }
  #home #voice .voicebox p strong {
    color: #c00;
    font-size: 1.2rem; }
#home #homebtn {
  z-index: 9000;
  margin-top: 30px; }
  #home #homebtn .btnbox {
    margin-top: 15px;
    background-color: #54a40b;
    font-family: "honoka-maru-gothic", sans-serif; }
    #home #homebtn .btnbox img {
      width: 30%; }
    #home #homebtn .btnbox a {
      color: #fff;
      text-decoration: none;
      display: block;
      font-weight: bold;
      font-size: 1.4rem; }
      @media print, screen and (max-width: 991px) {
        #home #homebtn .btnbox a {
          font-size: 1.0rem; } }

/*! ==================================================
　LINEUP
=================================================== */
#lineup #lineupList .campaign {
  color: #ffee00;
  background: #cc0000;
  margin: auto;
  margin-bottom: 30px;
  font-weight: 900;
  padding: 16px;
  text-align: center;
  font-size: 1.8rem; }
#lineup #lineupList .listbox {
  border-bottom: 1px solid #ae9864;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media print, screen and (min-width: 992px) {
    #lineup #lineupList .listbox img {
      width: 70%; } }
  #lineup #lineupList .listbox h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 5px;
    font-family: "メイリオ", -apple-system; }
    #lineup #lineupList .listbox h3 span {
      display: inline-block;
      padding: 2px 5px;
      color: #fff;
      background-color: #cc0000;
      font-size: 0.8rem; }
  #lineup #lineupList .listbox .price {
    font-weight: bold;
    color: #c00;
    font-size: 1.4rem;
    padding-top: 0; }
    #lineup #lineupList .listbox .price span {
      color: #333;
      font-size: 0.9rem; }
  #lineup #lineupList .listbox .price2 {
    font-size: 1.0rem;
    padding-top: 0; }
    #lineup #lineupList .listbox .price2 span {
      color: #333;
      font-size: 0.9rem; }
  #lineup #lineupList .listbox .setumei {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.8rem; }
#lineup #lineupDetail h3 {
  font-family: "メイリオ", -apple-system;
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: bold; }
  #lineup #lineupDetail h3 span.label {
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
    background-color: #cc0000;
    font-size: 0.8rem; }
  #lineup #lineupDetail h3 span.haisou1 {
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
    background-color: #ff6600;
    font-size: 0.8rem; }
  #lineup #lineupDetail h3 span.haisou2 {
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
    background-color: deepskyblue;
    font-size: 0.8rem; }
#lineup #lineupDetail .photo {
  padding-top: 15px; }
#lineup #lineupDetail .hanbaitxt {
  margin-top: 15px;
  padding: 0 15px 15px;
  background-color: #faf4b6;
  border: 2px solid #fff; }
#lineup #lineupDetail .detailtxt {
  margin-bottom: 20px; }
  #lineup #lineupDetail .detailtxt h4.howtotitle {
    color: #FFF;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #c00;
    padding: 10px 10px;
    border-radius: 10px 10px;
    text-align: center; }
  #lineup #lineupDetail .detailtxt ul {
    margin-left: 20px; }
    #lineup #lineupDetail .detailtxt ul li {
      margin-top: 15px; }
#lineup #lineupDetail h4 {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: bold; }
  #lineup #lineupDetail h4 span {
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
    background-color: #cc0000;
    font-size: 0.8rem; }
#lineup #lineupDetail .lineupBox {
  margin-top: 20px; }
  #lineup #lineupDetail .lineupBox .price {
    font-weight: bold;
    color: #c00;
    font-size: 1.6rem;
    padding-top: 0; }
    #lineup #lineupDetail .lineupBox .price span {
      color: #333;
      font-size: 0.9rem; }
  #lineup #lineupDetail .lineupBox .price2 {
    font-size: 1.2rem;
    padding-top: 0; }
    #lineup #lineupDetail .lineupBox .price2 span {
      color: #333;
      font-size: 0.9rem; }
  #lineup #lineupDetail .lineupBox .setumei {
    padding-top: 5px;
    font-size: 0.8rem; }
  #lineup #lineupDetail .lineupBox .kagosrc {
    margin-top: 20px; }
    #lineup #lineupDetail .lineupBox .kagosrc table, #lineup #lineupDetail .lineupBox .kagosrc tr, #lineup #lineupDetail .lineupBox .kagosrc th, #lineup #lineupDetail .lineupBox .kagosrc td {
      border: none !important; }
  #lineup #lineupDetail .lineupBox .orderbtn {
    margin: 20px auto 0;
    text-align: center; }
    #lineup #lineupDetail .lineupBox .orderbtn a {
      display: block;
      background-color: #c00;
      color: #fff;
      padding: 5px 15px;
      border-radius: 15px;
      margin: auto;
      font-weight: bold;
      text-decoration: none; }
    #lineup #lineupDetail .lineupBox .orderbtn a:hover {
      text-decoration: none;
      opacity: 0.7; }
#lineup #lineupDetail .shoplink ul {
  font-size: 0;
  text-align: center; }
#lineup #lineupDetail .shoplink li {
  font-size: 0.9rem;
  display: inline-block;
  padding: 0 10px; }
#lineup #lineupDetail .shoplink li {
  margin-top: 10px; }
  #lineup #lineupDetail .shoplink li a {
    color: #c00;
    text-decoration: underline; }

#guidearea {
  padding: 10px 0 30px !important; }
  #guidearea ul.shiharai {
    margin-left: 30px; }
    #guidearea ul.shiharai li {
      margin-top: 15px; }
  #guidearea .common-btn {
    margin-top: 30px !important; }
  #guidearea .campaign {
    color: #ffee00;
    background: #cc0000;
    margin: auto;
    font-weight: 900;
    padding: 16px;
    text-align: center;
    font-size: 1.8rem; }

/*! ==================================================
　#about
=================================================== */
#about .sikibox {
  margin-top: 50px;
  border-bottom: 2px solid #ae9864;
  padding-bottom: 50px; }
  @media print, screen and (max-width: 991px) {
    #about .sikibox {
      margin-top: 10px; } }
  #about .sikibox h4 {
    color: #cc3366;
    font-weight: bold;
    margin-top: 50px;
    font-size: 3.0rem; }
    @media print, screen and (max-width: 991px) {
      #about .sikibox h4 {
        margin-top: 30px; } }
    #about .sikibox h4 span {
      font-size: 2.0rem; }
  #about .sikibox p {
    padding-bottom: 30px; }
  #about .sikibox .photo {
    padding: 15px; }

/*! ==================================================
　#guide
=================================================== */
#guide h3 {
  margin-bottom: 10px;
  margin-top: 50px;
  padding: 5px; }
#guide h4 {
  font-weight: bold;
  margin-top: 30px;
  padding: 10px 0 0;
  font-size: 1.8rem;
  font-family: "メイリオ", -apple-system; }
  #guide h4 span {
    font-size: 1.4rem; }
#guide table {
  text-align: center; }
  #guide table th {
    background-color: #f2dfb4;
    padding: 15px;
    border: 1px solid #ae9864; }
    @media print, screen and (max-width: 767px) {
      #guide table th {
        padding: 5px;
        font-size: 0.9rem; } }
  #guide table td {
    background-color: #fffdec;
    font-weight: bold;
    border: 1px solid #ae9864;
    padding: 15px; }
    @media print, screen and (max-width: 767px) {
      #guide table td {
        padding: 5px;
        font-size: 0.9rem; } }
#guide ul.guidetxt {
  margin-left: 20px; }
  #guide ul.guidetxt li {
    margin-top: 15px; }
#guide .campaign {
  color: #ffee00;
  background: #cc0000;
  margin: 15px auto;
  margin-top: 30px;
  font-weight: 900;
  padding: 16px;
  text-align: center;
  font-size: 1.8rem; }

/*! ==================================================
　#qa
=================================================== */
#qa h3 {
  font-weight: bold;
  color: #cc0000;
  margin-top: 50px;
  background-image: url(../img/icon_reishi.png);
  background-repeat: no-repeat;
  background-size: 50px;
  padding: 5px 10px 5px 60px; }
#qa .answer {
  background-color: #fffdec;
  padding: 0 15px 15px;
  margin-top: 15px; }

/*! ==================================================
　#howto
=================================================== */
#howto h3 {
  margin-top: 60px !important; }
#howto h4 {
  margin-top: 30px !important;
  color: #cc0000; }
  @media print, screen and (max-width: 767px) {
    #howto h4 {
      text-align: center; } }
@media print, screen and (max-width: 767px) {
  #howto .photo {
    padding: 30px; } }
#howto ul {
  margin-left: 20px; }
  #howto ul li {
    margin-top: 15px; }

/*! ==================================================
　#news
=================================================== */
.newsList {
  /*home newslist共通*/
  padding-bottom: 15px; }
  .newsList time {
    font-size: 0.8rem;
    display: block;
    margin-bottom: 5px; }
    .newsList time span {
      display: inline-block;
      background-color: #ae9864;
      padding: 2px 5px;
      color: #fff; }
  .newsList h3 {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "メイリオ", -apple-system; }
    @media print, screen and (max-width: 767px) {
      .newsList h3 {
        padding-top: 5px; } }
    .newsList h3 img {
      border-style: solid;
      border-width: 5px;
      border-color: #eeeeee;
      border-radius: 50%;
      background-image: -moz-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -webkit-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -ms-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      width: 40px;
      height: 40px; }
  .newsList .list {
    border-bottom: 1px solid #ae9864;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px; }
    .newsList .list p {
      font-size: 0.8rem; }

#news .newsList {
  padding-top: 20px; }

#news .newsDetail {
  padding-top: 20px;
  background-color: #fffdec;
  margin-bottom: 30px;
  padding: 15px; }
  #news .newsDetail h3 {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #ae9864;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 15px; }
    @media print, screen and (max-width: 767px) {
      #news .newsDetail h3 {
        padding-top: 5px; } }
    #news .newsDetail h3 img {
      border-style: solid;
      border-width: 5px;
      border-color: #eeeeee;
      border-radius: 50%;
      background-image: -moz-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -webkit-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -ms-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      width: 40px;
      height: 40px; }
  #news .newsDetail time {
    font-size: 0.8rem;
    display: block;
    margin-bottom: 5px; }
    #news .newsDetail time span {
      display: inline-block;
      background-color: #ae9864;
      padding: 2px 5px;
      color: #fff; }
  #news .newsDetail #content {
    padding-bottom: 50px; }
    #news .newsDetail #content ul {
      margin: 20px !important; }
    #news .newsDetail #content a {
      text-decoration: underline; }
    #news .newsDetail #content p {
      padding-top: 15px; }

#news .pagelink {
  text-align: center;
  padding-top: 30px;
  font-size: 0.8rem; }

/*! ==================================================
　contact
=================================================== */
#contact .contactform {
  padding: 30px 15px;
  /*.btn_submit{
  	text-align:center;
  	margin:0 auto;
  }*/ }
  @media print, screen and (max-width: 767px) {
    #contact .contactform {
      padding: 15px 0; } }
  #contact .contactform form {
    margin: 20px 0;
    padding: 10px 0; }
  #contact .contactform .form-group {
    margin: 5px 0;
    padding: 0; }
    #contact .contactform .form-group label {
      font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform .form-group input {
        font-size: 1.6rem; } }
    #contact .contactform .form-group a {
      color: #c00;
      text-decoration: underline; }
  #contact .contactform .formback {
    background-color: #fcfcfc;
    padding: 15px 5px;
    margin-top: 15px; }
  #contact .contactform table {
    border: 1px solid #ae9864; }
    #contact .contactform table th {
      width: 30%;
      font-weight: bold;
      background-color: #f2dfb4;
      border: 1px solid #ae9864; }
    #contact .contactform table td {
      width: 70%;
      background-color: #fffdec;
      border: 1px solid #ae9864; }
  #contact .contactform input {
    width: 100%;
    padding: 5px;
    margin: 0; }
    @media print, screen and (min-width: 768px) {
      #contact .contactform input {
        margin: 0 15px; } }
  #contact .contactform input[type=radio] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    padding: 25px 0;
    margin: 5px 0 5px 15px; }
  #contact .contactform input[name=zipcode] {
    width: 40%;
    margin-bottom: 2px; }
  #contact .contactform input[name=age] {
    width: 40%; }
  #contact .contactform input[type=checkbox] {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 10px 0;
    vertical-align: middle; }
  #contact .contactform textarea {
    width: 100%;
    margin: 0; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform textarea {
        font-size: 1.6rem; } }
    @media print, screen and (min-width: 768px) {
      #contact .contactform textarea {
        margin: 0 15px; } }
  #contact .contactform p {
    padding: 15px; }
  #contact .contactform .btnInput {
    margin-top: 30px; }
    #contact .contactform .btnInput ul {
      font-size: 0;
      text-align: center; }
    #contact .contactform .btnInput li {
      font-size: 1rem;
      display: inline-block;
      padding: 0 10px; }
    #contact .contactform .btnInput li {
      list-style: none; }
    #contact .contactform .btnInput input {
      text-align: center;
      cursor: pointer;
      color: #fff;
      border: 1px solid #fff;
      background-color: #54a40b;
      width: 200px;
      margin: auto; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform .btnInput input {
          width: 100px; } }
  #contact .contactform .hissu, #contact .contactform .alert {
    color: #c00;
    font-weight: bold; }

/*! ==================================================
　footer
=================================================== */
footer {
  margin-top: 30px; }
  footer #footnavi {
    background-color: #f2dfb4;
    font-family: "honoka-maru-gothic", sans-serif;
    padding: 30px 10px; }
    footer #footnavi ul {
      font-size: 0;
      text-align: center; }
    footer #footnavi li {
      font-size: 0.8rem;
      display: inline-block;
      padding: 0 10px; }
    footer #footnavi li {
      padding-top: 5px;
      padding-bottom: 5px; }
    @media print, screen and (max-width: 991px) {
      footer #footnavi {
        display: none; } }
    @media print, screen and (min-width: 992px) {
      footer #footnavi {
        display: block; } }
  footer #footer {
    background-image: url(../img/back1.jpg);
    background-repeat: repeat;
    padding-top: 20px;
    color: #fff;
    padding-bottom: 20px; }
    footer #footer .sitetitle {
      padding: 20px 0 0;
      font-size: 2.0rem; }
    footer #footer address {
      padding-top: 15px;
      font-size: 0.9rem; }
    footer #footer a {
      color: #fff; }
  footer .copyright {
    text-align: center;
    font-size: 0.8rem;
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url(../img/back1.jpg);
    background-repeat: repeat;
    padding-top: 20px;
    color: #fff; }

/*! ==================================================
　information law
=================================================== */
#information .infobox, #law .infobox {
  background-color: #fffdec;
  padding: 30px 15px; }
  #information .infobox dl, #law .infobox dl {
    width: 80%;
    margin: auto;
    border-bottom: 1px dotted #87600f; }
    @media print, screen and (max-width: 991px) {
      #information .infobox dl, #law .infobox dl {
        width: 100%; } }
  #information .infobox dt, #law .infobox dt {
    padding: 10px 0;
    color: #50270c; }
  #information .infobox dd, #law .infobox dd {
    padding: 10px 0; }
    #information .infobox dd p, #law .infobox dd p {
      padding-top: 0; }
  #information .infobox a, #law .infobox a {
    color: #c00;
    text-decoration: underline; }

/*! ==================================================
　privacy
=================================================== */
#privacy h3 {
  margin-top: 30px;
  font-weight: bold; }
#privacy p {
  margin-top: 15px; }
#privacy .numlist {
  margin: 0;
  position: relative; }
  #privacy .numlist li {
    list-style: none !important;
    list-style-position: outside !important;
    margin: 10px 0 0 0 !important; }
    #privacy .numlist li span {
      position: absolute !important;
      left: 0 !important;
      margin: 0 !important; }

/*! ==================================================
　sitemap
=================================================== */
#sitemap .box, #link .box {
  padding: 15px;
  margin-top: 15px;
  background-color: #fcfcfc; }
  #sitemap .box h3, #link .box h3 {
    font-weight: bold; }
  #sitemap .box ul, #link .box ul {
    margin-bottom: 30px; }
    #sitemap .box ul li, #link .box ul li {
      margin-left: 20px;
      padding-top: 10px; }
      #sitemap .box ul li a, #link .box ul li a {
        text-decoration: underline;
        color: #1e5aa0; }

/*! ==================================================
　otoiawase
=================================================== */
#otoiawase .box {
  margin-top: 30px;
  border: 5px solid #eee;
  padding: 30px 30px; }
  @media print, screen and (max-width: 767px) {
    #otoiawase .box {
      padding: 10px; } }
  #otoiawase .box h3 {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #1e5aa0; }
  #otoiawase .box h4 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.2rem;
    background-color: #f3f3f3; }
  #otoiawase .box dl {
    border-bottom: 1px dotted #ddd;
    margin: 0; }
    @media print, screen and (min-width: 768px) {
      #otoiawase .box dl {
        margin: 15px; } }
  #otoiawase .box dt {
    font-weight: normal; }
  #otoiawase .box a {
    text-decoration: underline;
    color: #114d85; }
  #otoiawase .box p {
    padding: 10px; }

/*! ==================================================
　その他
=================================================== */
/*.menu2link{
	margin-top:-110px;
		padding-top:110px;
}
.kankouspot{
	margin-top:-150px;
		padding-top:150px;
}*/
.guidelink {
  margin-top: -110px;
  padding-top: 110px; }
