@charset 'UTF-8';
@import 'base.css';
@import 'fonts.css';
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 140%;

  -webkit-text-size-adjust: none;
}
img {
  vertical-align: bottom;
}
/* Header内で設定 */



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






table {
  width: 100%;
}



p {
  margin: 0 0 1.5em;
}
p,
dd,
td,
th,
li {
  line-height: 1.6em;
}
.section {
  padding: 0 0 30px 0;
}
.section .section {
  padding: 0 0 10px;
}
.image_l {
  float: left;
  margin: 0 16px 8px 0;
}
.image_r {
  float: right;
  margin: 0 0 8px 16px;
}
.vb-box{
  content-visibility: auto;
  contain-intrinsic-size: 1500px;
}

#toTop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  border: none;
}
#toTop:hover {
  opacity: 0.8;
}
/* add
------------------------------------------------------------------------*/

/* add
------------------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0px;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.ml25 {
  margin-left: 25px;
}
#content .w5 {
  width: 5%;
}
#content .w10 {
  width: 10%;
}
#content .w15 {
  width: 15%;
}
#content .w20 {
  width: 20%;
}
#content .w25 {
  width: 25%;
}
#content .w30 {
  width: 30%;
}
#content .w33 {
  width: 33%;
}
#content .w35 {
  width: 35%;
}
#content .w40 {
  width: 40%;
}
#content .w45 {
  width: 45%;
}
#content .w50 {
  width: 50%;
}
.txt_r {
  text-align: right;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
  background: none;
}
body {
  color: #333333;
}
#wrapper {
  overflow: hidden;
  min-width: 1110px;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
.under #content {
  float: right;
  width: 780px;
  text-align: left;
}
.under #main {
  margin-top: 60px;
}

.shr {
  font-family: serif;
  font-size: 25px;
  font-weight: bolder;
  margin-bottom: 4px;
  text-align: center;
  letter-spacing: 3px;
}
.shr1 {
  text-align: center;
  /* font-weight:bold; */
}
/*.shr2 {
     text-align: center;
     font-weight:bold;  
}*/
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/


#header #gnavi {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  background: rgba(51,51,51,0.95);
}
.under #header #gnavi {
  display: block;
}
#header #gnavi li {
  float: left;
  margin: 0 12px;
}
#header #gnavi li:first-child {
  margin: 0 12px 0 0;
}
#header #gnavi li a:hover {
  opacity: 0.6;
}
#header #gnavi li:first-child a:hover {
  opacity: 1;
}
#index #top_info .inner {
  position: relative;
  height: 750px;
}
#slider_index {
  position: absolute;
  z-index: 8888;
  top: 0;
  left: 50%;
  width: 2000px;
  height: 750px;
  margin-left: -1000px;
}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
  clear: both;
  text-align: center;
}
.under #footer {
  margin-top: 60px;
}
#footer #footer01 {
  padding: 20px 0 25px;
  text-align: center;
  border-top: #afafaf 1px solid;
}
#footer01 li {
  /* display: inline-block; */
  margin-right: 20px;
}
#footer01 li:last-child {
  margin: 0;
}
#footer #footer02 {
  padding-top: 75px;
  color: #ffffff;
  background: url(../images/bg_footer.png) center top no-repeat;
  background-size: cover;
}
#footer #f_inner01 {
  padding-bottom: 35px;
}
#f_inner01 #f_logo {
  margin-bottom: 42px;
}
#f_inner01 #f_info {
  margin-bottom: 27px;
}
#f_inner01 #f_info span {
  font-size: 20px;
  font-weight: bold;
}
#f_inner01 #f_info a {
  color: #ffffff;
}
#f_inner01 .footer_list01 li {
  display: inline-block;
  margin-right: 40px;
}
#f_inner01 .footer_list01 li:last-child {
  margin-right: 0;
}
#footer #f_inner02 {
  padding: 35px 0;
  border-top: #000000 1px solid;
  border-bottom: #000000 1px solid;
}
#f_inner02 .footer_list02 li {
  float: left;
  box-sizing: border-box;
  width: calc(100% / 5);
  margin: 5px 0;
  text-align: left;
}
#f_inner02 .footer_list02 li a {
  font-size: 12px;
  padding-left: 15px;
  color: #ffffff;
  background: url(../images/arrow_01.png) left 3px no-repeat;
  background-size: 7px auto;
}
#f_inner02 .footer_list02 li a:hover {
  color: #c59624;
  background: url(../images/arrow_02.png) left 3px no-repeat;
  background-size: 7px auto;
}
#footer address {
  font-size: 12px;
  padding: 20px 0 29px;
  text-align: center;
}
#info_fix {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 15%;
  width: 60px;
}
#info_fix > p {
  margin-bottom: 0;
  cursor: pointer;
}
#info_fix > p:hover {
  opacity: 0.8;
}
#info_fix01,
#info_fix02 {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 60px;
  display: block;
  width: 200px;
  transition: all 0.5s;
}
#info_fix01 {
  color: #ffffff;
  background: #c39524;
}
#info_fix01 > p {
  margin-bottom: 15px;
}
#info_fix01 a,
#info_fix01 li {
  font-size: 12px;
  color: #ffffff;
}
#info_fix01 a:hover,
#info_fix01 li a.fontResizerSelected {
  text-decoration: none;
  opacity: 0.8;
}
#info_fix01 .info01_tel {
  font-size: 12px;
}
#info_fix01 .info01_tel span {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
}
#info_fix01 .fix01_list01 {
  width: 100%;
}
.fix01_list01 li {
  display: table;
  float: left;
  box-sizing: border-box;
  width: 50%;
  height: 60px;
  border-top: #975805 1px solid;
  border-bottom: #975805 1px solid;
}
.fix01_list01 li:first-child {
  border-right: #975805 1px solid;
}
.fix01_list01 li a {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background: url(../images/i_arrow_02.png) 10px center no-repeat;
  background-size: 6px auto;
}
.fix01_list02 {
  overflow: hidden;
  width: 100%;
  padding: 5px;
  border-bottom: #975805 1px solid;
}
.fix01_list02 li {
  font-weight: bold;
  display: inline-block;
}
.fix01_list02 li + li {
  margin-left: 4px;
}
.fix01_list02 li a {
  font-weight: normal;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  background: #975805;
}
#info_fix01 .fix01_btn01 {
  display: none;
  padding: 5px 10px;
}
#info_fix01 .fix01_btn01 a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  background: #975805;
}
#info_fix02 {
  top: 200px;
  padding-bottom: 10px;
  background: url(../images/bg_info_fix02.png) center top repeat-x #1a1a1a;
}
#info_fix02 .tit_fix01 {
  margin-bottom: 15px;
}
#info_fix02 .info02_btn {
  margin-bottom: 10px;
}
#info_fix02 ul {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
}
#info_fix02 ul li {
  float: left;
  width: calc(50% - 10px);
  margin: 5px;
}
#info_fix02 ul li a {
  font-size: 12px;
  display: block;
  color: #1a1a1a;
  background: #ffffff;
}
#info_fix02 ul li a:hover {
  opacity: 0.8;
}
/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/
#index p:last-child {
  margin-bottom: 0;
}
#index h3 {
  text-align: center;
}
#index #cont01.lazyloaded {
  background: url(../images/bg_cont01.png) center 0 no-repeat;
}
#index #cont01 h3 {
  float: right;
}
#cont01 .cont01_inner {
  padding: 90px 145px 88px 175px;
}
#cont01 .cont01_l {
  float: left;
  width: calc(100% - 60px);
  height: 272px;
}
#cont01 .cont01_inner p {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'MS P明朝', MS PMincho, serif !important;
  font-size: 16px;
  line-height: 2.5em;
  float: left;
  margin: 0 38px 0 0;
}
#index #cont02 {
  padding: 17px 0;
  border-top: #c49625 3px solid;
  border-bottom: #c49625 3px solid;
  background: #eddfbc;
}
#cont02 h4 {
  float: left;
}
#cont02 #news {
  float: left;
  box-sizing: border-box;
  width: calc(100% - 131px);
  height: 80px;
  background: #fbf9f2;
}
#cont02 #news dl {
  margin: 12px 25px;
}
#news dt,
#news dd {
  display: table-cell;
}
#news dd a {
  text-decoration: none;
  color: #333333;
}
#news dd a:hover {
  text-decoration: underline;
}
#news dt {
  font-weight: bold;
  width: 100px;
}
#index #cont03 {
  position: relative;
  padding: 60px 0 360px;
  text-align: center;
  color: #ffffff;
  background-size: cover;
}
#index #cont03.lazyloaded{
  background: url(../images/bg_cont03.png) center 0 no-repeat;	
}
#cont03:after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: block;
  visibility: visible;
  width: 2000px;
  height: 280px;
  margin-left: -1000px;
  content: '';
}
#cont03.lazyloaded:after{
  background: url(../images/cont03_img_01.png) 0 0 no-repeat;
}
#cont03 h3 {
  margin-bottom: 50px;
}
#cont03 .cont03_inner {
  margin-bottom: 55px;
}
#cont03 .cont03_list {
  text-align: center;
}
.cont03_list li {
  display: inline-block;
  margin-right: 36px;
}
.cont03_list li:last-child {
  margin-right: 0;
}
#index #cont04 {
  padding: 60px 0;
  background-size: cover;
}
#index #cont04.lazyloaded{
  background: url(../images/bg_cont04.png) center top no-repeat;
}
#cont04 h3 {
  margin-bottom: 35px;
}
#cont04 .cont04_inner {
  margin-bottom: 50px;
  text-align: center;
}
#cont04 .cont04_l {
  float: left;
  width: 620px;
  background: #f3ead3;
}
.cont04_l .image_l {
  margin: 0;
}
.cont04_l dl {
  float: left;
  padding: 37px 0 0 45px;
}
.cont04_l dt {
  margin-bottom: 33px;
}
.cont04_l dd li {
  margin-bottom: 10px;
}
.cont04_l dd li a {
  padding-left: 20px;
  text-decoration: none;
  color: #333333;
  background: url(../images/arrow_03.png) left 5px no-repeat;
  background-size: 6px auto;
}
.cont04_l dd li a:hover {
  text-decoration: underline;
  color: #c49625;
  background: url(../images/arrow_02.png) left 5px no-repeat;
  background-size: 6px auto;
}
#cont04 .cont04_r {
  float: right;
  width: 450px;
}
#cont04 .cont04_r p:first-child {
  margin-bottom: 32px;
}
#index #cont05 {
  margin-bottom: 50px;
  padding: 22px 0;
  border-top: #42210b 1px solid;
  border-bottom: #42210b 1px solid;
}
#index #cont05.lazyloaded{
  background: url(../images/bg_cont05.png) 0 0 repeat;
}
#cont05 .inner {
  position: relative;
  box-sizing: border-box;
  padding: 20px 20px 12px 25px;
  background: #ffffff;
}
#cont05 .inner:before {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 30px;
  height: 30px;
  content: '';
  background: url(../images/cont05_icon.png) 0 0 no-repeat;
  background-size: 20px auto;
}
#cont05 h4 {
  margin-bottom: 5px;
}
#cont05 .cont05_l {
  float: left;
  width: 458px;
}
#cont05 ul {
  float: right;
}
#cont05 ul li {
  float: left;
}
#cont05 ul li:last-child {
  margin-left: 10px;
}
#index #cont06 {
  padding: 50px 0 0;
  text-align: center;
}
#index #cont06.lazyloaded{
  background: url(../images/bg_cont06.png) center top no-repeat;
}
#cont06 h3 {
  margin-bottom: 35px;
}
#cont06 .cont06_inner {
  margin-bottom: 40px;
}
#cont06 .cont06_inner .mb30 {
  margin-bottom: 30px;
}

.item-list {
  display: flex;
  margin-bottom: 50px;

  flex-flow: wrap;
}

.item-list li {
  width: 350px;
  text-align: left;
}

.item-list a {
  display: block;
  margin-bottom: 20px;
}

.item-list a img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s;
}

.item-list a:hover img {
  opacity: 0.8;
}

.item-list-tit {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 14px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .item-list li:nth-of-type(-n+2) {
    margin-right: 25px;
  }
  .item-list li:nth-of-type(2n+4) {
    margin-right: 25px;
  }
  .item-list li:not(:nth-of-type(-n+3)) {
    width: 537px;
    margin-top: 50px;
  }
  .item-list-tit br {
    display: none;
  }
}

#index #cont07.lazyloaded {
  background: url(../images/bg_cont07.png) left top no-repeat #fef8ec;
}
#cont07 .cont07_inner {
  float: left;
  width: 600px;
  padding-top: 70px;
  padding-bottom: 20px;
}
#cont07 .cont07_inner .cont07_mb {
  margin-bottom: 60px;
}
#cont07 .image_r {
  margin: 0;
}
#cont07 h4 {
  margin-bottom: 30px;
}
#cont07 .cont07_list li {
  float: left;
}
#cont07 .cont07_list li:last-child {
  margin-left: 40px;
}
#index #cont08 {
  padding: 50px 0 35px;
}
#cont08 #twitter,
#cont08 #facebook {
  float: left;
  width: calc((100% - 100px) / 2);
  margin: 0 24px;
}
.fb-page,
.fb_iframe_widget span {
  width: 100% !important;
}

.address_box {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0 0;

  flex-wrap: wrap;
  justify-content: space-between;
}
.gmaps {
  width: 58%;
}
.address {
  font-size: 1.1em;
  text-align: left;
}
.address_tit {
  font-size: 20px;
  font-weight: bold;
}
.pum-theme-844,
.pum-theme-lightbox {
  background: none!important;
}
#popmake-849 a:hover {
  opacity: 0.8;
}
/* index
------------------------------------------------------------------------*/

/*==========================================================================*/
/*                            navigation                                    */
/*==========================================================================*/

#navi {
  float: left;
  width: 260px;
  text-align: center;
}
#navi a:hover {
  opacity: 0.8;
}
#navi .navi_dl01 {
  margin-bottom: 40px;
  padding: 12px;
  border: #42210b 3px solid;
  background: url(../images/bg_cont05.png) 0 0 repeat;
}
#navi .navi_dl01 dt {
  background: #ffffff;
}
#navi .navi_dl01 dd {
  padding: 15px 5px;
  background: #ffffff;
}
.navi_dl01 dd p {
  margin-bottom: 0;
}
.navi_dl01 dd p:last-child {
  margin-top: 10px;
}
.navi_dl01 dd .navi_txt01 {
  font-size: 12px;
  padding: 10px;
  text-align: left;
}
#navi .navi_dl02 {
  margin-bottom: 40px;
  padding: 22px 20px 30px;
  border-top: #c49625 3px solid;
  border-bottom: #c49625 3px solid;
  background: #fef8ec;
}
#navi .navi_dl02 dt {
  margin-bottom: 20px;
}
#navi .navi_dl02 dd ul li + li {
  margin-top: 10px;
}
#navi .navi_list01 li + li {
  margin-top: 10px;
}

/*==========================================================================*/

.sp-logo {
  display: none;
}

#footer01 li img {
  float: left;
  width: 18%;
  /* display: inline-block */
  margin: 0 10px;
}

/*171208*/

.index_movie {
  margin-bottom: 60px;
}

.index_movie a:hover {
  opacity: 0.8;
}

#cont02 #news {
  height: 125px;
}

#footer01 li {
  display: inline;
  margin-right: 0px;
}


/* /shop/ページ 電話番号リンクのスタイル調整   2018/11/15 updated */
a.sweetlinked {
  text-decoration: none;
  color: inherit;
}
