@charset "UTF-8";
/* CSS Document */
html {
font-size: 62.5%;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 15px;
font-family: 'M PLUS 1p', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
color:#231815;
background: #FFF;
text-align: left;
letter-spacing: 0.15em;
}
img {
width: 100%;
max-width: 100%;
height: auto;
vertical-align: middle;
}
.object-fit-img {
-o-object-fit: cover;
   object-fit: cover;
font-family: 'object-fit: cover;'
}
a, a:hover {
text-decoration: none;
}
a {
display: block;
-webkit-transition: 0.7s;
-o-transition: 0.7s;
transition: 0.7s;
letter-spacing: 0.1em;
color: #020202;
}

#header {
background: #036EB7;
position: relative;
width: 100%;
}
#header h1{
margin: auto;
}
#header a{
color: #fff;
}
.wrapper {
height: 100%;
overflow-x: hidden;
position: relative;
}
.overlay {
content: "";
display: block;
width: 0;
height: 0;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
z-index: 1001;
opacity: 0;
-webkit-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
}
.overlay.open {
width: 100%;
height: 100%;
opacity: 1;
}
#content {
height: 100%;
min-height: 100vh;
}
.menu-trigger {
display: inline-block;
width: 28px;
height: 22px;
vertical-align: middle;
cursor: pointer;
position: absolute;
top: 36px;
right: 36px;
z-index: 1002;
-webkit-transition: -webkit-transform .5s;
-o-transition: transform .5s;
transition: transform .5s,
	-webkit-transform .5s;
}
.menu-trigger span:nth-of-type(1),
.menu-trigger span:nth-of-type(2),
.menu-trigger span:nth-of-type(3) {
display: inline-block;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
position: absolute;
left: 0;
width: 100%;
height: 2px;
background-color: #FFFFFF;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.menu-trigger span:nth-of-type(1) {
top: 0;
}
.menu-trigger span:nth-of-type(2) {
top: 10px;
}
.menu-trigger span:nth-of-type(3) {
bottom: 0;
}
.menu-trigger span:nth-of-type(4) {
display: inline-block;
position: absolute;
top: 0;
left: 46px;
width: auto;
height: 24px;
text-transform: uppercase;
}
.menu-trigger.active span:nth-of-type(1) {
-webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
}

nav {
position: fixed;
top: 0;
left: 0;
height: 100vh;
z-index: 1003;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
background: rgba(3,110,183,0.9);
overflow:scroll;

}
nav.open {
-webkit-transform: translateZ(0);
        transform: translateZ(0);
}
nav li a{
text-align: left;
padding: 8px 26px;
border-bottom: 1px solid #fff;
}
nav a {
color: #fff;
}
nav .category {
margin-bottom: 16px;
}

nav h4{
  font-size: 18px;
  color: rgba(3,110,183,0.9);
  background-color: #fff;
  margin: 20px 0 0 0;
  padding: 5px 25px;
}

nav img{
  /* margin-bottom: 20px; */
  padding: 5%;
  width: 90%;
}




.close-btn {
position: relative;
cursor: pointer;
color: #fff;
text-align: center;
display: inline-block;
margin-left: 85%;
padding: 24px;
text-transform: capitalize;
}
.close-btn::after{
position: absolute;
display: block;
content: "\f00d";
font-family: "Font Awesome 5 Free";
font-size: 24px;
top: 50%;
left: 50%;
width: 24px;
height: auto;
-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
font-weight: 900;
}

.inner {
width: 94%;
max-width: 1260px;
margin: 0 auto;
}

.ttl-main {
max-width: 1260px;
margin: 0 auto;
}
.ttl-main h2{
position: relative;
color: #036EB7;
font-weight: 900;
}
.ttl-main h2::after{
position: absolute;
content: "";
left: 0;
background: url("../images/kyukatu_icon.png") no-repeat center;
background-size: contain;
}

.bg-blue{
background: #036EB7;
}
.btn {
display: inline-block;
padding: 6px 20px;
background: #dfb676;
color: #FFF;
border-radius: 3px;
}
.main-btn {
display: block;
font-size: 1.4em;
font-weight: 900;
text-align: center;
width: 280px;
margin: 0 auto;
}
.entry-btn {
display: block;
margin: 0 auto;
max-width: 960px;
margin-bottom: 30px;
}
.wpcf7-submit{
  background: #dfb676;
  color: #FFF;
}
.btn02 {
display: inline-block;
padding: 20px 20px;
background: #FF1493;
color: #FFF;
border-radius: 3px;
}
.entry-btn02 {
display: block;
font-size: 1.4em;
font-weight: 900;
text-align: center;
width: 380px;
margin: 0 auto;
}

#shop_link {
background: #efefef;
}
#shop_link ul{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#shop_link li{
position: relative;
width: 280px;
height: 80px;
background: #fff;
}
#shop_link li a > img {
position: absolute;
max-height: 68px;
width: auto;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form textarea {
padding: 8px;
border: 1px solid #dcc7a7;
border-radius: 3px;
width : 100%;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
form select {
padding: 8px;
border: 1px solid #dcc7a7;
border-radius: 3px;
width : 72px;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
form {
width: 90%;
margin: auto;
}
input::-webkit-input-placeholder {
  color: #CCC;
}
input::-moz-placeholder {
  color: #CCC;
}
input:-ms-input-placeholder {
  color: #CCC;
}
input::-ms-input-placeholder {
  color: #CCC;
}
input::placeholder {
  color: #CCC;
}
input:-ms-input-placeholder {
  color: #CCC;
}
input::-ms-input-placeholder {
  color: #CCC;
}

#footer,
#footer a{
color: #fff;
text-align: center;
}
#foo_menu {
margin-bottom: 16px;
}
#foo_menu ul{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#foo_menu li{
padding: 8px 16px;
}

#foo_logo img{
margin-top: 16px;
width: 160px;
height: auto;
}
#footer small {
display: block;
}

.inner02 {
width: 100%;
margin-top: 60px;
margin-bottom: 60px;
}

.inner03 {
width: 100%;
margin-top: 60px;
margin-bottom: 60px;
text-align: center;
}

#about{
  overflow:hidden;
  padding-bottom: 0px;
}

.aboutImg{width: 50%; float: left;}
.aboutTxt{width: 50%; float: left;}
.aboutTxt h3{
  padding: 0px 0px 15px 60px;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.2em;
}
.aboutTxt p{
  padding: 10px 0px 15px 60px;
  font-size: 1.3vw;
  line-height: 1.7em;
  margin-bottom: 20px
}


#entry01{
overflow:hidden;
padding:0px;
padding-bottom: 45px;

}

.entrybg01{
border: 20px solid #fc693b ;
}

.inpage{margin-top: 120px;}

.entryImg{width: 50%; float: left;}
.entryTxt{width: 50%; float: left;}
.entryTxt h3{
  padding: 0px 0px 15px 60px;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.2em;
}
.entryTxt p{
  padding: 10px 0px 15px 60px;
  font-size: 1.3vw;
  line-height: 1.7em;
  margin-bottom: 20px
}


#snserea{
  overflow:hidden;
  padding:0px;
}

.snsImg{width: 46%; float: left;  padding: 1%; margin: 1%; }
.snsImg img{ border: 2px solid #000;  }



@media screen and (max-width: 560px){
body {
font-size: 12px;
}

.sp-dn {
display: none;
}
.pc-dn {
display: block;
}
.menu-trigger span:nth-of-type(4) {
display: none;
}

.ttl-main h2{
font-size: 1.8em;
padding-left: 30px;
}
.ttl-main h2::after{
top: 4px;
width: 24px;
height: 24px;
}

nav {
width: 100vw;
-webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
        transform: translate(-100%);
}
nav li a {
font-size: 1.4rem;
}

#shop_link li{
margin: 0 auto 16px;
}

#footer small {
font-size: 10px;
padding: 6px 0;
}
}

@media screen and (min-width: 561px) {
.pc-dn {
display: none;
}

.ttl-main h2{
font-size: 2.6em;
padding-left: 48px;
}
.ttl-main h2::after{
top: 8px;
width: 40px;
height: 40px;
}

nav {
width: 300px;
-webkit-transform: translate(-300px);
    -ms-transform: translate(-300px);
        transform: translate(-300px);
}

#shop_link li{
margin: 24px auto;
}

#footer small {
font-size: 12px;
padding: 6px 0;
}

#instafeed{  width: 1280px; margin: 0 auto; background-color: #fff;}
#instafeed ul{margin: 0 auto; text-align: center;}
#instafeed li{float: left; margin: 5px 5px 0 5px;}
#instafeed img{width: 295px;}

}

@media screen and (max-width: 959px){
.inner {
padding: 24px 0;
}
#header h1 {
width: 140px;
height: auto;
padding: 12px 0;
}
.menu-trigger {
width: 27px;
height: 21px;
top: 18px;
right: 12px;
}
.menu-trigger span {
height: 2px;
}
.menu-trigger.active span:nth-of-type(1) {
-webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
top: 9px;
}
.menu-trigger.active span:nth-of-type(3) {
-webkit-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
}
.menu-trigger span:nth-of-type(4) {
font-size: 12px;
left: 36px;
}

#shop_link .inner{
max-width: 600px;
margin: auto;
}

.aboutImg{width: 100%;}
.aboutTxt{width: 100%;}
.aboutTxt h3{
  padding: 30px 30px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2em;
}
.aboutTxt p{
  padding: 0px 30px;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 20px
}

.entryImg{width: 100%;}
.entryTxt{width: 100%;}
.entryTxt h3{
  padding: 30px 30px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2em;
}
.entryTxt p{
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 20px
}

.snsImg{width: 96%; float: left;  padding: 1%; margin: 1%; }
.snsImg img{ border: 2px solid #000;  }

}



@media screen and (min-width: 960px){
a[href^="tel:"] {
pointer-events: none;
}
.inner {
padding: 56px 0;
}
#header h1 {
width: 280px;
height: auto;
padding: 16px 0;
}
.ttl-main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
margin-bottom: 48px;
}
.ttl-main p{
padding-left: 16px;
}

#footerContent ul {
margin-top: 16px;
}

/*hover*/
a:hover{
opacity: 0.7;
}
#footerContent li a:hover{
background: rgba(255,255,255,0.1);
border: solid 2px #861a33;
}
}
