@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: normal;
    src: url("../font/YakuHanJP-Regular.woff2") format("woff2"),
    url("../font/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: bold;
    src: url("../font/YakuHanJP-Bold.woff2") format("woff2"),
    url("../font/YakuHanJP-Bold.woff") format("woff");
}

*{
  letter-spacing: 0.05rem;
}
img {
	max-width:100%;
  height: auto;
}
ul,li {
  list-style: none;
}
a,
a:focus {
  text-decoration: none;
  color: #393939;
  transition: all 0.2s;
}
a img {
  /* IE10以下で出る枠線対策 */
  border-style: none;
}
a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7; 
}
html {
  overflow-x: hidden;
  font-size: 14px;
  /*レスポンシブタイプセッティングの指定*/
  line-height: 1.6;
  color: #000;
}
body {  
  background-image: url(../images/common/leaf01@2x.png);
  background-size: 150px;
  background-position: left top;
  margin: 0;
  padding: 0;
  font-family: 'YakuHanJP','Noto Sans JP',sans-serif ;
}
/*  header  */
header {
  width: 100%;
}
header .seo {
  color: #fff;
  background-color: #3c2826;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 0 8px;
}
.header-main {
  position: relative;
}
.header__inner {
  align-items: center;
  display: flex;
  align-items: center;
}
.header__inner .logo {
  font-size: 0;
  margin-top: 10px;
}
.header__inner .logo p {
  font-size: 10px;
  letter-spacing: 0;
}
#sp-global-nav {
  display: none;
}
#global-nav ul {
  display: flex;
  margin: 20px 20px 0;
}
#global-nav li {
  margin: 0px;
  padding: 0 10px;
}
#global-nav li + li {
  border-left: 1px solid #000;
}
#global-nav li > a,
#global-nav li span {
  display: block;
}
header #contact-nav {
  max-width: 280px
}
.head-tel {
  color: #3c2826;
  display: flex;
  align-items: center;
}
.head-tel span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 5px 5px 0 0;
  text-align: center;
}
.head-tel .tel-link {
  font-size: 32px;
  line-height: 1.2em;
  margin: 5px 0 0 0;
}
.head-right{
  position: absolute;
  top: 0;
  right: 0;
}
#sp-foot-nav {
  display: none;
}

/*  footer  */
footer {
}
#footer-main {
  background-image: url(../images/common/border_bg.jpg);
  background-repeat: repeat;
}
#footer-head {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
#footer-head .head-tel span {
  font-size: 16px;
  line-height: 1.3em;
}
#footer-head .head-tel .tel-link {
  font-size: 40px;
}
#footer-head .con_btn_f {
  box-shadow: 4px 4px 4px rgba(128,128,128,0.75)
}
#footer-nav {
  background-color: #382323;
  padding: 15px;
}
#footer-nav ul {
  display: flex;
  justify-content: center;
}
#footer-nav li {
  margin: 0px;
  padding: 0 10px;
}
#footer-nav li + li {
  border-left: 1px solid #fff;
}
#footer-nav li a {
  color: #fff;
}
#footer-foot {
  padding: 70px 0 30px;
  text-align: center;
}
#foot-content .foot__img {
  display: flex;
  justify-content: space-between;
}
#foot-content .foot__img__inner {
  display: flex;
  flex-flow: column;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#foot-content .foot__img__inner:first-child{
  margin-right: 40px;
}
#foot-content .foot__img__inner a {
  margin-top: 10px;
  position: relative;
}
#foot-content .foot__img__inner a::after{
  border-top: 3px solid #382323;
  border-right: 3px solid #382323;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 13px;
  top: 8px;
  transform: rotate(45deg);
  transition: all 0.2s;
  width: 12px;
}

#foot-content {
  background-image: url(../images/common/footer-bg@2x.jpg);
  padding: 40px 0;
  margin-bottom: 65px;
}
#foot-content h3 {
  font-size: 24px;
  margin-bottom: 50px;
  text-align: center;
}
#foot-content .foot__inner {
  max-width: 94%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  width: 875px;
}
#foot-content .foot__texts {
  max-width: 430px;
}
#foot-content .foot__text01 {
  font-size: 20px;
  letter-spacing: 0rem;
}
#foot-content .foot__text02 {
  font-size: 16px;
}
/*  main  */
main {
}
.wrapper {
	margin: 0 auto;
	max-width: 960px;
	width: 90%;
}
.button01 {
  background-color: #382323;
  border: 2px solid #382323;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.button01_2 {
  background-color: #382323;
  border: 2px solid #382323;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.button01:visited {
  color: #fff;
}
.button01:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 20px;
  transform: rotate(45deg);
  transition: all 0.2s;
  width: 12px;
}
.button01:hover {
  background-color: #fff;
  color: #382323;
  opacity: 1;
}
.button01:hover:after {
  border-color: #382323;
}
.button02 {
  background-color: #382323;
  border: 2px solid #382323;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  width: 40%;
}
.button02:visited {
  color: #fff;
}
.button02 span {
  display: inline-block;
  position: relative;
}
.button02 span:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: -30px;
  top: 10px;
  transform: rotate(45deg);
  transition: all 0.2s;
  width: 12px;
}
.button02:hover {
  background-color: #fff;
  color: #382323;
  opacity: 1;
}
.button02:hover span:after {
  border-color: #382323;
}
.button03 {
  background-color: #E7C464;
  border: 2px solid #E7C464;
  border-radius: 10px;
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 45%;
}
.button03_center {
	margin: 0px 0px 40px 0px; 
}
.button03:visited {
  color: #000;
}
.button03:after {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 25px;
  top: 20px;
  transform: rotate(45deg);
  transition: all 0.2s;
  width: 12px;
}
.button03:hover {
  background-color: #fff;
  color: #E7C464;
  opacity: 1;
}
.button03:hover:after {
  border-color: #E7C464;
}
.button3-area {
   display: flex;
   justify-content: center;
	margin-right: 130px;
}

.button04 {
  background-color: #382323;
  border-radius: 20px;
  border: 2px solid #382323;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 44.4%;
}
.button04:visited {
  color: #fff;
}
.button04:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 25px;
  top: 20px;
  transform: rotate(45deg);
  transition: all 0.2s;
  width: 12px;
}
.button04:hover {
  background-color: #fff;
  color: #382323;
  opacity: 1;
}
.button04:hover:after {
  border-color: #382323;
}

.button10 {
  background-color: #FFFFFF;
  border: 2px solid #05ac48;
  color: #05ac48;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 48%;
  border-radius: 0;
}



/*  second  */
#pankuzu {
  margin-top: 20px;
}
#pankuzu li {
  display: inline-block;
  font-size: 10px;
  color: #777777;
}
#pankuzu li + li {
  margin-left: 10px;
}
#pankuzu li a {
  color: #777777;
}
#page_header {
  background: url(../images/common/border_bg.jpg);
  background-repeat: repeat;
  background-size: 150px;
  color: #000;
  text-align: left;
  margin-top: 10px;
}
#page_header .title {
  width: 1280px;
  margin: 0 auto;
}
#page_header h2 {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 8px;
  width: 340px;
}
#page_header .page_title__text {
  font-size: 16px;
  position: relative;
  line-height: 1.4;
  width: 280px;
}
.sub-title {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.indent01 {
  text-indent: -1.6em;
  padding-left: 1.5em;
}

@media screen and (max-width: 1325px) {
  header .header-main .head-right {
    max-width: 12vw;
  }
}
@media screen and (max-width: 1240px) {
  body {  
    background-image: none;
  }
  .header__inner {
    margin: 0 0 0 10px;
  }
  #global-nav ul {
    margin: 20px 5px 0;
  }
  header .header-main .head-right {
    max-width: 11vw;
  }
  .head-tel .tel-link {
    font-size: 29px;
	}
}
@media screen and (max-width: 1230px) {
   #page_header .title {
    width: auto;
  }
}
/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  header .seo {
    padding: 5px 0;
  }
  header .seo p {
    display: none;
  }
  .header__inner {
    height: 50px;
  }
  .header__inner .logo {
    width: calc(100vw - 230px);
    max-width: 200px;
   margin-top: 0;
  }
  header #contact-nav {
    display: none;
  }
  .head-right{
    display: none;
  }
  .smp-nav__btn{
    display: flex;
    position: absolute;
    right: 0px;
    top: 0;
  }
  .smp-nav__btn a{
    align-items: center;
    color: #442d2b;
    font-size: 10px;
    padding: 4px 0 0;
    text-align: center;
    width: 70px;
    height: 50px;
  }
  
  .smp-nav__btn a.content_btn{
    padding: 8px 0 0;
    background-color: #fffd00;
    letter-spacing: 0;
  }
  .head-tel .tel-link {
    font-size: 30px;
	}
  /*ハンバーガーボタン*/
  .sp_nav-btn{
    transition: 0.3s;
  }
  .icon-animation {
    background-image: url(../images/common/border_bg.jpg);
    background-repeat: repeat;
    width: 70px;
    height: 50px;
    display: block;
    cursor: pointer;
    float: right;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
  }

  .icon-animation span {
    width: 25px;
    height: 3px;
    display: block;
    background: #382323;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .icon-animation .top {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }

  .icon-animation .bottom {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
  }

  .icon-animation:before {
    content: "メニュー";
    display: block;
    position: absolute;
    left: 45%;
    margin-left: -20px;
    letter-spacing: 0;
    bottom: 4px;
    color: #382323;
    font-size: 10px;
    width: 50px;
  }
  .icon-animation button {
    background-color: #fff;
    border: none;
  }

  .is-open .middle {
    background: rgba(51, 51, 51, 0);
  }

  .is-open .top {
    -webkit-transform: rotate(-45deg) translateY(0px);
    -ms-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
  }

  .is-open .bottom {
    -webkit-transform: rotate(45deg) translateY(0px);
    -ms-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
  }

  .is-open.icon-animation:before {
    content: "閉じる";
  }

  #global-nav {
    display: none;
  }
  #sp-global-nav {
    background-image: url(../images/common/border_bg.jpg);
    background-repeat: repeat;
    display: none;
    left: 0;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 50px;
    width: 100%;
    z-index: 999;
  }
  #sp-global-nav dl {
    padding: 0;
  }
  #sp-global-nav dt {
    background-color: #442d2b;
    display: flex;
    position: relative;
    margin: 0;
    width: 100%;
  }
  #sp-global-nav dt a {
    color: #fff;
    width: 80%;
    display: inline-block;
    padding: 15px 20px;
  }
  #sp-global-nav dt span {
    width: 20%;
    display: inline-block;
    position: relative;
    z-index: 999;
  }
  #sp-global-nav dt:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 18px;
    transform: rotate(135deg);
    transition: all 0.2s;
    width: 9px;
    z-index: 998;
  }
  #sp-global-nav dt.is-open:after {
    transform: rotate(-45deg);
    top: 22px;
  }
  #sp-global-nav dd{
    margin: 0;
    width: 100%;
  }
  #sp-global-nav dd > a {
    background-image: url(../images/common/border_bg.jpg);
    background-repeat: repeat;
    padding: 15px 20px 15px 40px ;
    color: #442d2b;
    position: relative;
    display: block;
  }
  #sp-global-nav dd > a:nth-child(2n){
    background-image: none;
    background-color: #fff;
  }
  #sp-global-nav dd > a:after {
    border-top: 2px solid #382323;
    border-right: 2px solid #382323;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    left: 20px;
    top: 20px;
    transform: rotate(45deg);
    transition: all 0.2s;
    width: 9px;
  }
  #sp-global-nav dd > a.sub_dt:after {
    transform: rotate(135deg);
  }
  #sp-global-nav dd > a.sub_dd{
    padding: 15px 20px 15px 60px;
  }
  #sp-global-nav dd > a.sub_dd:after {
    left: 40px;
  }
  #sp-contact-nav h3{
    background-color: #442d2b;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 15px 30px;
    position: relative;
    margin: 0;
    width: 100%;
  }
  #sp-contact-nav .inner{
    padding: 20px 30px;
  }
  #sp-contact-nav .sp-contact-btn {
    background-color: #fffd00;
    display: block;
    font-size: 15px;
    padding: 15px 30px;
    position: relative;
    margin: 15px 0 0;
    text-align: center;
    width: 100%;
  }
  #sp-contact-nav .sp-contact-btn:after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 22px;
    transform: rotate(45deg);
    transition: all 0.2s;
    width: 9px;
  }
  #sp-foot-nav {
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  #sp-foot-nav a {
    display: block;
    width: 50%;
    text-align: center;
    padding: 15px;
  }
  #sp-foot-nav .sp-foot-contact{
    background-color: #fffd00;
  }
  #sp-foot-nav .sp-foot-tel{
    background-color: #442d2b;
    color: #fff;
  }
  #sp-foot-nav .sp-foot-tel:before {
    background-image: url(../images/common/tel_w.png);
    background-size: cover;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    width: 11px;
    vertical-align: middle;
  }

  #footer-nav {
    padding: 5px;
  }
  #footer-nav ul {
    display: none;
  }
  #footer-head {
    flex-direction: column;
  }
  #footer-head .footer-nav {
    width: 100%;
    margin-top: 30px;
  }
  #footer-head #contact-nav,
  #footer-head .footer-contact-btn {
    display: none;
  }
  #footer-foot {
    margin-right: 0px;
    padding: 0 0 60px;
    font-size: 12px;
  }
  #page_header h2 {
    font-size: 22px;
    text-align: center;
    margin-top: 37vw;
    width: auto;
  }
  #page_header .page_title__text {
    font-size: 16px;
    width: auto;
  }
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #page_header h2 {
    margin-top: 32vw;
  }

  #foot-content .foot__inner {
    flex-direction: column;
    align-items: center;
  }
  #foot-content .foot__texts {
    margin-bottom: 20px;
  }
  .button02 {
    font-size: 16px;
    width: 100%;
  }
  .button03 {
    width: 100%;
  }
  .button04 {
    width: 100%;
  }
  #foot-content .foot__img__inner {
    font-size: 14px;
  }
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  footer{
    padding: 30px 0;
  }
  footer img {
    width: 190px;
  }
  #footer-head .footer-nav {
    flex-direction: column;
    width: 100%;
  }
  #footer-head {
    text-align: center;
  }
  #footer-head .footer-address {
    margin-top: 10px;
  }
  #footer-head .footer-nav {
    margin-top: 10px;
    text-align: left;
  }
  #footer-head .footer-nav > dl{
    margin-top: 20px;
    margin-left: 15px;
  }
  #footer-head .footer-nav > dl dl{
    margin-top: 10px;
  }
  #footer-head .footer-nav dl + dl {
    margin-left: 15px;
  }
  #footer-foot {
    flex-direction: column;
  }
  #footer-foot a {
    margin-left: 15px;
  }
  #footer-foot p {
    margin-top: 20px;
    text-align: center;
  }
  #foot-content {
    margin-bottom: 5px;
  }
  #foot-content h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #foot-content .foot__inner {
    max-width: 91%;
  }
  #foot-content .foot__text01 {
    font-size: 16px;
  }
  #foot-content .foot__text02 {
    font-size: 13px;
  }

  .sub-title {
    font-size: 22px;
  }

  #pankuzu {
    margin-top: 10px;
  }
}



/****************/
/*  ディスプレイ幅表示制御  */
/****************/
@media screen and (max-width: 1024px) {
  .spc__hide{
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .spc__show{
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ipad__hide{
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .ipad__show{
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .smp__hide{
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .smp__show{
    display: none !important;
  }
}
