/*
Theme Name: twsbijp
Theme URI: 
Author: twsbijp
Description: twsbijp's theme
Version: 1.0
*/

#wpadminbar{
    z-index: 999999999999999999;
}

@charset "UTF-8";
/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, img, 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, section, summary,input {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: middle;
  box-sizing: border-box;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
   line-height:1.8;
    overflow-x: hidden;
    font-size:100%;
    background:#fff;
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,"Helvetica Neue",Arial,sans-serif;
}


:focus {
  outline: none;
}

ol, ul {
  list-style: none;
}

button, select, input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

img {
  vertical-align: top;
  width: 100%;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}



html {
  min-height: 100%;
}



select,
input,
textarea {
  border:1px solid #d2d2d2;
  background-color: #fff;
}

header {
  border-bottom:2px solid #000;
padding:0.5em;
}



/*リンクテキスト*/
a {
  color: #2f2f2f;
}

a:hover {
  color: #616161;
}

/*未訪問のリンク*/
a.a:link {
  color: #23abdd;
}

/*訪問済みのリンク*/
a.a:visited {
  color: #1b91bd;
}

/*ポイント時のリンク*/
a.a:hover {
  color: #43beeb;
}

/*選択中のリンク*/
a.a:active {
  color: #43beeb;
}




a {
  text-decoration: none;
  transition:1s;
}

hr {
  border:none;
  height: 3px;
  background-image: repeating-linear-gradient(135deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 5px 5px;
}

select,
input,
textarea {
  outline: none;
  vertical-align: middle;
  padding: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: calc(1rem * 0.75);
  border-radius: 4px;
  cursor: pointer;
}



input[type="text"],input[type="email"],input[type="tel"],textarea {
  width:100%;
}



/*アローつきリンクボタン*/
a.link-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #999;
  font-size: calc(1rem * 0.85);
  padding: 1rem;
  height: 100%;
  transition: 300ms;
}

a.link-arrow i {
  position: relative;
  order: 0;
  color: #666;
  font-size: 24px;
  height: 24px;
  width: 24px;
  transition: 300ms;
}

a.link-arrow i::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -2px;
  width: 12px;
  height: 12px;
  border: 2px solid #666;
  border-radius: 50%;
  transition: 300ms;
}

a.link-arrow i::after {
  content: "arrow_right_alt";
}

a:hover{
  opacity:0.7;
  color:#cc0000 !important;
}


header {
  z-index: 999;
  position:relative;
  width: 100%;
  margin: 0 auto;
}
h1{
  width: 100%;
  padding: 0.5em;
  margin:1em 0;
  font-size: 1.25em;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
font-weight:bold;
}

h2{
    font-size:1.5em;
    font-weight:bold;
    margin-bottom:1em;
    border-left:4px solid #000;
padding-left:1em;
}

body {
  animation: loading 2s;
}
@keyframes loading {
  0% {opacity: 0;}
  100% {opacity: 1;}
}


html {
  over-behavior-y: none;
}




ul.list1{
  margin:1em 0 1em 1.5em;
}


ul.list1 li{
  list-style:disc;
}



/* 追加分 */

.flex_container{
 display:flex;
flex-wrap:wrap;
}
    
.inner{
 max-width:1200px;
   margin:0 auto;
    /* overflow-x:hidden; */
}


hr{
 border:1px solid #eee;
 background:none;
  height:0;
}

  .sp {
    display:none;
  }

.wpcf7-submit:disabled {
background-color: #999;
}


/*@media screen and (max-width: 1500px) {
.inner{
    width:96%;
margin:0 2%;
    overflow:visible;
    }
}*/
    
@media screen and (max-width: 768px) {
  .pc {
    display:none;
  }
  .sp {
    display:block;
  }
    
     .swiper {
        width: 90% !important;
    }
    
}

.heading {
  position: relative;
  text-align: center; /* 文字の中央寄せ */
  font-size:1.75em;
  font-weight:bold;
  margin:1.5em 0 2em 0;
}
.heading::before {
  background-color: #000; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -10px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 80px; /* 線の長さ */
}





.headnavi {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0.5em 0;
}
.shop-logo{
    max-width:200px;
}

.shop-logo a{
    display:block;
}


.arrow-right {
  display: inline-block;
  width:0.75em;
  height: 0.75em;
  margin: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
    margin-left:5px;
}


.wrap{
    overflow-x:hidden;
    margin:0;
}


.main-visual{
    overflow-x:hidden;
}

.head_sub_navi_in {
    display:flex;
}


.head_sub_navi_in li a{
 font-size:1.05em;
 display:inline-block;
 margin-left:1.5em;
}

.head_sub_navi_in li a:hover{
 color:#000;
}

h3{
    font-size:1.35em;
    font-weight:bold;
    color:#666;
    border-bottom:1px solid #333;
    margin-bottom:1em;
}



.page h3{
    margin:2em 0 1em 0;
}


h4{
text-align:center;font-weight:bold;font-size:1.35em;margin:1em 0;
}
section{
    padding:3em 0;
}

.news_wp_all a{
display:flex;
align-items:center;
flex-wrap:wrap;
}

.news_wp_all li{
margin:0.75em 0;
}
.news_date{
margin:0 2em 0 0;
color:#A1A1A1;
width:5em;
}
.news_title{

}

.tag{
  text-align:center;
  padding:0.25em;border:1px solid #333;
  width:5em;
  font-size:0.85em;
  margin-right:1em;
}

.pccol3{
    width:30.33333%;
    margin:0 1.5% 1em 1.5%;
    background:#fff;
    padding:1em;
}

.top_img{
    width:70%;
    margin-left:auto;
}
.top_catch_img{
position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width:20%;max-width:300px;
}



@media screen and (max-width: 768px) {
body{
    font-size:90%;
}

h2{
    font-size:1.25em;
}


    .inner {
        width: 90%;
        margin: 0 5%;
    }

.top_img{
    width:100%;
    margin-left:auto;
}

.top_catch_img{

  width:50%;max-width:300px;
}
.main-visual{
    padding-bottom:2em;
}
.top_catch_back{
    height:75dvh;object-fit:cover;
}


.breadcrumb{
  font-size:0.85em;
}
.spcol1{
    width:96%;
    margin:0 2% 1em 2%;
}
.headnavi {
flex-direction:column;
    align-items:center;
    padding:1em 0;
}

.head_sub_navi{
    margin-top:1em;
    width:100%;
    overflow-x:scroll;
}
.head_sub_navi_in{
    justify-content:space-around;
}


.head_sub_navi_in li a{
 font-size:1.3em;
 display:inline-block;
 margin:0.5em;
}
}


@media (768px <= width < 1000px) {

}



.arrow-button{
    position: relative;
}

.arrow-button::after{
    content: '';
    border: 0;
    border-top: solid 2px #999;
    border-right: solid 2px #999;
    display: inline-block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 34px;
    transform: translateY(-50%) rotate(45deg);
}



.tri_right {
    display: inline-block;
    margin-right: 0.5em;
    background: #CFCFCF;
    height: calc(tan(60deg)* 15px / 2);
    width: 12px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}



#footer{
    border-top:1px solid #DEDEDE;
    padding:5em 0 3em;
}
.sns_btn {
    display:flex;
margin:3em 0 1.5em 0;

}

.sns_btn li{
    width:40px;
    margin-right:1em;
}
    
.sns_btn li img{
    width:100%;
}
.footer_logo{
 width:250px;
}



.contact_btn a {
    display:block;
    border:1px solid #707070;
    border-radius:50px;
    padding:1em;
    text-align:center;
}
.footer_bottom{
    margin:2em auto;
}

.footer_menu ul {
    display:flex;
    flex-wrap:wrap;
}
.footer_menu ul li{
    margin: 0 1em 0 0;
}
.footer_menu ul li a{
    color:#818181;
}

#about p{
    font-size:1.15em;
}
.kikan{
    background:#006934;color:#fff;font-weight:bold;padding:0.25em 0.5em;display:inline-block;font-size:0.85em;
}
.item_info{
    font-size:0.85em;
}

.link_btn {
    text-align: center;
    margin: 2em 0;
}

.link_btn a {
    text-align: center;
    display: inline-block;
    padding: 1em 1.5em;
    border-radius: 8px;
    color: #ffffff;
    background: #000;
    transition: color 0.3s ease, background 0.3s ease;
    transition:1s;
    font-weight:bold;
}


.link_btn a:hover {
opacity:0.7;
}


.link_btn2 a {
    color: #000;
    background: #fff;
}



.swiper-container{
  overflow-x:hidden;
  margin:1em 0;
}

/*.swiper-container img{
object-fit:contain;
}*/


.swiper-wrapper{
  height:auto;
}

#shops .heading {
color:#fff;
}
#shops .heading::before {
  background-color: #fff; /* 線の色 */
}

#shops p{
  color:#fff;
  text-align:center;
}



#faq h2, #company h2{
  margin-top:2em;
}

.copyright{
    text-align:center;
    width:100%;
    margin-top:1em;
    font-size:0.85em;
}



@media screen and (max-width: 1200px){
.inner{
    width:96%;
    margin:0 2%;
}
}

.footer_menu ul {
    display:flex;
    flex-wrap:wrap;
}
.footer_menu ul li:not(:last-of-type){
    margin-right:1em;
}
.footer_menu ul li a{
    color:#818181;
}


.footer_menu ul li:not(:first-of-type)::before {
  content: "/";
  margin-left: 0.75em;
  margin-right: 0.75em;
}


@media screen and (max-width: 768px){
#footer{
    background:#F2F2F2;
    padding:3em 0 0 0;
}

#footer .inner{
width:86%;
margin:0 7%;
}
.footer_bottom{
    max-width:initial;width:100%;
    background:#fff;
    margin: 3em 0 0 0;
        padding: 1em 0 0 0;
}
.contact_btn a {
    display:block;
    border:1px solid #ff0000;
    border-radius:50px;
    color:#ff0000;
    padding:1em;
    text-align:center;
}
.footer_menu{
    width:100%;
    margin:0;
}

.footer_logo{
  width:40%;
}


.copyright{
    text-align:center;
    width:100%;
    margin-top:1em;
    font-size:0.85em;
}
.sns_btn li{
    width:30px;
}
}






.breadcrumb {
  display: flex;
  padding:0.5em 0;
}

.breadcrumb li {
  font-size:0.85em;
color:#aaa !important;
}


.breadcrumb > * + * {
  margin-left: 0.5em;
}
.breadcrumb > * + *::before {
  content: ">";
  margin-left: 0.75em;
  margin-right: 0.75em;
}

p{
    margin-bottom:1em;
}


.wpcf7-submit {
    width: 100%;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

input {
    appearance: revert;
}