@charset "utf-8";
@import url("../../../common/css/Normalize.css");
@import url("../../../common/css/reset.css");
@import url("../../../common/css/base.css");
@font-face {
	font-family: 'GenJuuGothic-H';
    /* src:url("../fonts/GenJyuuGothic-P-Bold.ttf") format("woff"); */
    src: url('../fonts/GenJyuuGothicX-Heavy.eot');
    src: url('../fonts/GenJyuuGothicX-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/GenJyuuGothicX-Heavy.woff') format('woff'), url('../fonts/GenJyuuGothicX-Heavy.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
	font-family: 'GenJuuGothic-B';
    /* src:url("../fonts/GenJyuuGothic-P-Bold.ttf") format("woff"); */
    src: url('../fonts/GenJyuuGothicX-Bold.eot');
    src: url('../fonts/GenJyuuGothicX-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GenJyuuGothicX-Bold.woff') format('woff'), url('../fonts/GenJyuuGothicX-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
	font-family: 'GenJuuGothic-N';
    /* src: url("../fonts/GenJyuuGothic-P-Regular.ttf") format("woff"); */
    src: url('../fonts/GenJyuuGothic-Normal.eot');
    src: url('../fonts/GenJyuuGothic-Normal.eot?#iefix') format('embedded-opentype'), url('../fonts/GenJyuuGothic-Normal.woff') format('woff'), url('../fonts/GenJyuuGothic-Normal.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}





html{
    scroll-behavior: smooth;
  }

body {
    padding: 0;
    margin: 0;
    /* letter-spacing: 1px; */
    font-family: 'GenJuuGothic-N',"Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif ;
    /* font-family: "GenJyuu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", Arial, ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, sans-serif; */
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: url(/common/images/paper-back.jpg);
    background-repeat: repeat;
    line-height: 1.7;
}

h1,h2,h3,p,ul,li {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
h2 {
    font-family: 'Righteous', cursive;
    font-size: 37px;
    letter-spacing: .07em;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
}

/* ----- header ----- */

header {
    height: 140px;
    padding: 30px 0 0;
    margin: 0 auto;
    position: relative;
    width: 90%;
    box-sizing: border-box;
}
header #logo,header nav {
    display: inline-block;
}
header a {
    color: #000;
    font-family: 'Righteous', cursive;
}
header nav {
    float: right;
    padding: 15px 0 0;
}
header nav li {
    display: inline-block;
    font-size: 18px;
    padding: 0 2vw;
    letter-spacing: .07em;
}
header .instagram {
    border-radius: 100%;
    background: #000;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
}
header .instagram i {
    color: #ffffff;    
    font-size: 32px;

}


/*------ PANKUZU ---------*/
.breadcrumb{
    margin: 100px auto 36px;
    padding: 0;
}
.breadcrumb ul{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1200px;
    font-size: 14px;
    margin: auto;
}
.breadcrumb ul li{
  line-height: 27px;
  padding: 0px 0 0 14px;
  margin: 0 0 0 8px;
  position:relative;
}
.breadcrumb ul li a{
    color: #000;
}

.breadcrumb ul li:before{
  /* margin: 0 7px 0 0; */
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #000000;
  left: 0;
  font-size: 18px;
}
.breadcrumb ul li:first-child{
  padding: 0px 0 0 0px;
  margin: 0 0 0 0px;   
}
.breadcrumb ul li:first-child:before{
    display:none;    
}

/* ----- footer ----- */
footer .main {
    color: #fff;
    background: url(/index/images/footer-back.jpg);
    background-repeat: repeat;
    padding: 6vh 8vw 0;
}
footer #navi,footer #store {
    display: inline-block;
}
footer #navi ul {
    margin: 20px 0 30px;
}
footer #navi li {
    font-size: 16px;
    font-family: 'Righteous', cursive;
    line-height: 2.4;
    letter-spacing: .07em;
}
footer #navi a {
    color: #fff;
    transition: all .5s;
}
footer #navi a:hover {
    color: #f59916;
    transition: all .5s;
}
footer #store {
    text-align: right;
    float: right;
    color: #a7a7a7;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: .05em;
}
footer #store .tel {
    color: #fff;
    font-family: 'Righteous', cursive;
    font-size: 16px;
    margin-bottom: 4px;
    letter-spacing: .09em;
}
footer #store .tel span {
    font-size: 26px;
}
footer #store .instagram i {
    font-size: 22px;
    color: #bbbbbb;
    padding: 20px 0 0;
    transition: all .5s;
}
footer #store .instagram i:hover {
    opacity: 0.6;
    transition: all .5s;
}
footer .Copyright {
    color: #a2a2a2;
    background: #252525;
    font-size: 13px;
    padding: 2vh 8vw 1vw;
    text-align: right;
}

/* ----- contact ----- */
#contact {
    background: #38563c;
    padding: 5vh 0 3vh;
    color: #fff;
    position: relative;
}
#contact::before {
    content: "";
    position: absolute;
    top: 0;
    height: 30px;
    line-height: 1;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #f8f3ed;
}

#contact h3 {
    font-size: 16px;
}
#contact ul {
    text-align: center;
    margin: 4vh auto 2vh;
}
#contact a {
    color: #38563c;
    font-weight: bold;
}
#contact li {
    display: inline-block;
    background: #fff;
    height: 80px;
    width: 400px;
    border-radius: 100px;
    vertical-align: bottom;
    margin: auto 20px;
}
#contact li:hover {
    background: #f59916;
    color: #fff;
    transition: all .3s;
}
#contact li div {
    display: inline-block;
    vertical-align: middle;
}
#contact .tel {
    padding: 2vh 0 0;
}
#contact .tel i {
    font-size: 47px;
    margin: 0 10px 0 0;
}
#contact .mail {
    padding: 0 0 20px;
}
#contact .mail i {
    font-size: 41px;
    margin: 0 10px 0 0;
}

footer #store ul li a{
    color: #bbbbbb !important;
    font-size:11px;

}

#contact p span {
    font-family: 'Righteous', cursive;
    font-size: 34px;
    line-height: 37px;
    letter-spacing: 1px;
}
#contact .tel p {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}
#contact .mail p {
    font-family: 'GenJuuGothic-B';
    line-height: 100px;
    font-size: 21px;
    font-weight: bold;
}
footer #store ul li:nth-child(3){
    display:flex;
    justify-content:flex-end;
    margin:3px 0 0
  }
  footer #store ul li:nth-child(3) a{
      color: #bbbbbb !important;
      font-size:11px;
      padding: 0px 7px;
  }
  footer #store ul li:nth-child(3) a:first-child{
    border-right:1px solid #bbb;
  
  }

/***/
.img-fluid{
    max-width: 100%;
    height: auto;
}
.wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
/*===== h2_title =====*/
.h2_title {
    width: 100%;
    height: 200px;
    background: url(/common/images/orange-back.jpg);
    background-repeat: repeat;
}
.h2_title  h2 {
    font-size: 15px;
    text-align: left;
    color: #ffffff;
    padding: 51px 0 0;
    line-height: 1.7;
}
.h2_title  span {
    font-size: 42px;
    display: block;
    font-family: 'Righteous', cursive;

}
/* ==========================================
   +pagination
========================================== */
.page_bottom{
  background:#f7a32f;
}
.pagination {
    text-align: center
}
.pagination a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    background: #ffffff;
    margin: 0 5px;
    font-size: 15px;
    transition: .3s all
    color:#323232;
}
.current ,
.pagination a:hover {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    background: #323232;
    margin: 0 5px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
}

/*===== h1 =====*/
h1 {
    font-size: 11px;
    position: absolute;
    top: 6px;
    right: 0;
    font-weight: normal;
}