html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    /*line-height: normal;*/
    line-height: 1.7;
    box-sizing: border-box;
    color: #231815;
}
/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html {
    box-sizing: border-box;
}
*, ::before, ::after {
    box-sizing: inherit;
}
body {
    background: transparent;
    color: #121212;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}
html[lang="ja"] body {
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, system-ui, 'Noto Sans JP', sans-serif;
}
/* main elements group */
audio, canvas, progress, video {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/* a */
* {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;

}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
   background: rgba(35, 24, 21, .3);
   /* Safari */
   color: #fff;
}
::selection {
    background: rgba(35, 24, 21, .3);
    /* Safari */
    color: #fff;
}

::-moz-selection {
   background: rgba(35, 24, 21, .3);
   /* Firefox */
   color: #fff;
}
img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
    height: auto;
}
/** ---------------- font/_default.scss - */

/*default_comp*/
.center {
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}

.clearfix:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
    clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
a {
    text-decoration: none;
    color: #313131;
}
/*.hide {
    display: none;
}*/
input {
    vertical-align: middle;
}
/*************************** setting end */
/*************************** comp */
html {
    font-size: 100%;
}
body{
}
.min{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
}
/*パンくず*/
.breadcrumb {
  margin: 65px auto 90px;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-size: 14px;
  font-weight: 600;
}

.breadcrumb li:after {/* >を表示*/
  content: '〉';
  padding: 0 15px 0 20px;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #52b5ee;/*色*/
  transition: all .3s;
}
.breadcrumb li a span{
    color: #9A9797;
}
.breadcrumb li span.current{
    color: #606060;
}
.breadcrumb li a:hover {
  opacity: 0.8;
}
/*header*/
#header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 55px;
    background-image: url(../img/head_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 100;
    background-color: #5E524A;
}

#header .logo{
    position: relative;
    width: 340px;
}

.globalMenuSp{
    position: absolute;
    right: 55px;
    bottom: 15px;
}
#header.fixed .globalMenuSp{
    position: relative;
    right: auto;
    bottom: auto;

}
.globalMenuSp ul{
    display: flex;
}
#header.fixed .globalMenuSp ul{
    justify-content: center;
}
.globalMenuSp ul li{
    margin-right: 50px;
}
.globalMenuSp ul li:last-child{
    margin-right: 0;
}
.globalMenuSp ul li a{
    color: #DBB577;
    font-size: 1.1rem;
    transition: all .3s;
}
.globalMenuSp ul li a:hover{
    color: #fff;
}
/*fixed*/
#header.fixed{
    position: fixed;
    animation-name: anime;
    animation-duration: 0.3s;
    background-image: none;
    padding: 20px 0;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header.fixed .logo,
#header.fixed .tagline{
    display: none;
}
#header.fixed .globalMenuSp ul li{
    margin-right: 20px;
}
#header.fixed .globalMenuSp ul li a{
    background-color: #997E7C;
    padding: 15px 30px;
    display: block;
    line-height: 1;
    border-radius: 15px;
    color: #F5E9E9;
}
#header.fixed .globalMenuSp ul li a:hover{
    background-color: #F5E9E9;
    color: #997E7C;
}
.hamburger{
    display: none;
}

.tagline{
    position: absolute;
    color: #DBB577!important;
    right: 20px;
    top: 15px;
    line-height: 1;
}
/*footer*/
footer{
    padding: 30px 0;
    background-color: #5E524A;
    position: relative;
}
footer::after{
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100px;
    height: 80px;
    background-image: url(../img/foot_kazari.png);
    background-repeat: no-repeat;
    background-size: contain;
}
footer::before{
    top: 15px;
    height: 16px;
    width: 350px;
    background-color: #CEB19D;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: '';
}
footer p{
    color: #fff;
}
.copyright{
    font-size: 12px;
    text-align: right;
}
.f_logo{
    max-width: 500px;
    width: 80%;
    margin: 10px auto 35px;
}
.f_menu{
    justify-content: flex-end;
}
.f_menu li a{
    color: #fff;
    font-size: 17px;
    line-height: 1;
    padding: 0 20px;
    position: relative;
    transition: all .3s;
}
.f_menu li a:hover{
    color: #DBB577;
}
.f_menu li:first-child a{
    padding-left: 0;
}
.f_menu li:last-child a{
    padding-right: 0;
}
.f_menu li a::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
}
.f_menu li:last-child a::after{
    display: none;
}
.f_box .box_l,
.f_box .box_r{
    width: 50%;
}
.f_box .box_r{
    justify-content: flex-end;
}
.f_box .box_r .f_ttl{
    margin-right: 50px;
}
.sns_box li{
    width: 50px;
    margin-right: 40px;
}
.sns_box li:last-child{
    margin-right: 0;
}
.f_info dt,
.f_info dd{
    font-size: 18px;
/*    font-size: 20px;*/
    line-height: 1.8;
    color: #fff;
}
.f_info dt{
    width: 150px;
}
.f_info dd{
    width: calc(100% - 150px);
}
.f_info dd a{
    color: #fff;
}
@media screen and (max-width: 1600px) {
.globalMenuSp ul li{
    margin-right: 30px;
}
.globalMenuSp ul li a{
    font-size: 16px;
}
.tagline{
    font-size: 15px;
}
}
@media screen and (max-width: 1400px) {
#header.fixed .globalMenuSp ul li a{
    padding: 15px 20px;
}
#header{
    padding: 10px 30px;
}
#header.fixed{
    padding: 15px 15px;
}
#header .logo{
    width: 250px;
}
.globalMenuSp{
    bottom: 10px;
}
.sns_box li{
}
.f_logo{
    width: 400px;
}
.f_menu li a,
.f_info dt, .f_info dd{
    font-size: 16px;
}

}
@media screen and (max-width: 1200px) {
#header.fixed .globalMenuSp ul li a{
    padding: 15px 15px;
    font-size: 16px;
}
#header.fixed{
}
#header{
    position: fixed;
    padding: 10px 15px;
}
.tagline{
    display: none;
}
#header .logo{
    width: 220px;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 0;
  top   : 0;
  width : 62px;
  height: 62px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
/*  background-color: #5E524A;*/
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 35px;
  height  : 3px ;
  left    : 11px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 18px;
}
.hamburger span:nth-child(2) {
  top: 30px;
}
.hamburger span:nth-child(3) {
  top: 42px;
}


/* ナビ開いてる時のボタン */
.hamburger.active span{
    background-color: #5E524A;
}
.hamburger.active span:nth-child(1) {
  top : 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}


.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(94, 82, 74, .3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.active {
  width: 100%;
  height: 100%;
  opacity: 1;
}

nav.globalMenuSp {
  width: 80%;
  height: 100%;
  background-color: #E3E3E3;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 5%;
  transform: translateX(100%); /* right0から250px移動した位置 */
  transition: all .5s; /* 移動する速さ */
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding-top: 100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
}

nav.globalMenuSp ul li a {
  display: block;
  text-decoration :none;
  padding: 20px 0;
  transition: all .3s;
  color: rgba(94, 82, 74, .8);
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
}
nav.globalMenuSp ul li a:hover{
    padding-left: 10px;
}
nav.globalMenuSp ul li img{
    width: 100px;
}
nav.globalMenuSp ul li.ig img{
    width: 30px;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
}
@media screen and (max-width: 1200px) {
.f_info dt{
    width: 120px;
}
.f_info dd{
    width: calc(100% - 120px);
}
footer::before{
    width: 300px;
    height: 10px;
}
.f_logo{
    width: 300px;
}
.sns_box li{
    width: 40px;
    margin-right: 30px;
}
}
@media screen and (max-width: 768px) {
nav.globalMenuSp ul li a{
    font-size: 16px;
}
.f_menu li a, .f_info dt, .f_info dd,
.f_box .box_r .f_ttl{
    font-size: 13px;
}
footer::after{
    width: 60px;
}
footer::before{
    width: 200px;
    height: 8px;
}
.f_logo{
    width: 250px;
}
.f_box .box_l, .f_box .box_r{
    width: 100%;
}
.f_box .box_l{
    margin-bottom: 20px;
}
.f_box .box_r{
    padding-bottom: 50px;
    justify-content: flex-start;
}
.f_box .box_r .f_ttl{
    margin-right: 30px;
}
.breadcrumb{
    margin: 20px auto 30px;
}
.breadcrumb li{
    font-size: 12px;
}
}
.contact_list {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: initial;
  height: auto;
  justify-content: center; /* 768px以下で変更 */
  background-color: rgba(0, 0, 0, .2);
  padding: 10px;
}

.contact_list li {
  -ms-writing-mode: initial;
  writing-mode: initial;
  width: calc(98% / 2);
  max-width: 280px;
  margin-bottom: 0;
}

.contact_list li a {
  font-size: 16px;
  text-align: center;
  padding: 12px;
  letter-spacing: 0;
  color: #fff;
  padding: 20px 15px; /* 通常時 */
  border-radius: 10px;
  display: block;
  letter-spacing: 0.2em; /* 通常時 */
  transition: all .3s;
}

.contact_list li.tel a {
  background-color: #5E524A;
}

.contact_list li.tel {
  display: none;
}

.contact_list li.line a{ /* 768px以下で追加 */
  background-color: #06C755;
}

.contact_list li a:hover {
  background-color: #DBB577;
}

.contact_list li a span {
  color: #fff;
}

.contact_list li.line {
  display: block;
}

@media screen and (max-width: 768px) {
  .contact_list {
    justify-content: space-between;
  }
.contact_list li {
  max-width: 100%;
  margin-bottom: 0;
  margin-right: 0px;
  margin-left: 0px;
}
.contact_list li.tel {
  display: block;
}
  .contact_list li a {
    padding: 12px;
    letter-spacing: 0;
  }

  .contact_list li a span {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .contact_list {
    justify-content: space-between;
  }

  .contact_list li.tel,
  .contact_list li.line {
    display: block;
  }
}