@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@import url("grid.css");


h2 {
    font-family: 'Poppins', Arial;
    font-size: 3.4rem;
    letter-spacing: 0.1rem;
    text-indent: 1rem;
    margin-bottom: 30px;
    text-align: center;
}
h3 {
    font-family: 'Anton', sans-serif;
    font-size: 3.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}
img {
	max-width:100%;
	height: auto;
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}

.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
} 


.slash {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slash::before,
.slash::after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #000;
    margin: 0px 4px 4px;
}

.slash::before {
    transform: rotate(45deg);
}

.slash::after {
    transform: rotate(-45deg);
}

.outline2{
    color: #fff;
	text-shadow:0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.swiper{
    width: 90%;
    height: ;
 }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #12989d;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #12989d;
}

.flash {
    animation: flash 0.7s linear infinite;
    color: #12989d;
  }
  
  @keyframes flash {  
    10%{
      opacity: 1;
      color: #ffffff;
    }
    
    100%{
      opacity: 1;
      color: #12989d;
    }
    
  }

/*ヘッダー
-------------------------------------*/
.fv-wrap {
    background:#efe709;
    padding-bottom: 73px;
}
  
.fv-wrap > .container {
    background: url(../img/fruits.png) #efe709;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-y: bottom;
}

.header {
    padding: 2rem 0 0 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.header-inner {
    width: 50%;
    margin-left: 50%;
}
.header-inner .logo {
    margin: 50px 0 100px;
    position: relative;
    z-index: 10;
}
.nav_list{
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 2rem;
}
.nav_list li{
  display: inline-block;
}
.nav_list li a {
  color: #000;
  font-weight: 600;
  position: relative;
}

.nav_list li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #12989d;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    transition: transform 0.3s;   /*変形の時間*/
}

.nav_list li a:hover::after {
    transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.ft_bg01 {
    position: absolute;
    top: 54px;
    left: 220px;
}

.ft_bg02 {
    position: absolute;
    top: 0;
    left: -20px;
}

.ft_bg03 {
    position: absolute;
    top: 252px;
    left: 212px;
}

.ft_bg04 {
    position: absolute;
    top: 230px;
    left: 106px;
}

.ft_bg05 {
    position: absolute;
    top: 614px;
    left: 359px;
}

.ft_bg06 {
    position: absolute;
    top: 800px;
    left: 50px;
    transform:rotate(30deg);
}

.ft_bg07 {
    position: absolute;
    top: -40px;
    left: -30px;
    display: none;
}
.ft_bg08 {
    position: absolute;
    top: 393px;
    left: 30px;
    width: 170px;
}

.ft_bg09 {
    display: none;
}
    
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}


/*メニュー
-------------------------------------*/
.title{
    font-size: 2rem;
    font-weight: 600;
}


/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0 0 0 0;
}
section {
	margin: 0;
	padding: 100px 0;
}

.center {
    text-align: center;
}

#concept {
    width: 50%;
    margin-left: 50%;
    padding: 130px 0 120px;
}
#concept .con-text {
    background: #fffb93e6;
    margin: 24px 0;
    padding: 10px;
    border-radius: 20px
}

#concept h3 {
    font-size: 4.4rem;
}

#concept h3 br {
    display: none;
}

#concept p {
    margin: 30px;
    letter-spacing: 0.5rem;
}

#quality {
    background: url(../img/quality_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

#quality .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0;
    background: #edededb0;
    padding: 30px 0;
    border-radius: 20px
}



#quality .content img {
    width: 250px;
    height: 250px;
    overflow: hidden;
	border-radius: 50%;
    object-fit: cover;
}

#quality .content .text_box{
    width: 60%;
}

#menu {
    background: url(../img/menu_wht_bg.png) #12989d;
    background-repeat: no-repeat;
    background-size: cover;
}

#menu .container {
     margin: 40px auto 0;
}

#menu .container .row {
    background: #ffffffc2;
    padding: 55px 10px;
    border-radius: 20px
}

#menu .container h3 {
    margin: 40px auto;
    font-size: 3rem;
}

#menu .container .btn-wrap {
    padding: 20px 0 40px;
}

#menu .menu-sp {
    display: none;
}

#shop {
    background: url(../img/shop_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
#shop .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0;
}

#shop .content img {
    object-fit: contain;
    width: 40%;
}

#shop .content .text_box {
    width: 55%;
}

#shop .container {
     margin-bottom: 15px;
}

#shop table th,
#shop table td{
    border: none;
}

#shop .shop-img {
    box-shadow: 10px 10px 0px 0 rgb(18, 152, 157);
}

iframe {
    width: 100%;
    aspect-ratio: 16/4;
}

.spbr br {
        display:  none;
}

.btn {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}



/*フッター
-------------------------------------*/
footer {
    background-color: #efe709;
    padding: 1rem 0;
}

.footer-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 80px 0 0px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.footer-logo {
    width: 50%;
}

.footer-nav {
    width: 50%;
}

.insta {
    text-align: center;
    margin-top: 65px;
}

.insta img {
    width: 60px;
    margin: 0 auto;
}


/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    width: 100%;
}
.copyright p {
    margin-bottom: 0;
    justify-content: center;
    position: relative;
}

/*postscriptpostscript
-------------------------------------*/
.footer-inner .postscript {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translate(18%, -50%);
}
/*追記
-------------------------------------*/
@media screen and (max-width: 1200px){
    .footer-inner .postscript {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translate(0, -50%);
}
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #15c0c7;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 15px 5px;
    text-align: center;
    border-radius: 50%;
}
#pagetop a:hover {
    background: #666;
}


@media screen and (max-width: 768px){
    h3 {
        font-size: 1.8rem;
    }
    .col h2 {
        font-size: 3rem;
    }

    .fv-wrap > .container {
        background: unset;
    }

    .ft_bg01 {
        position: absolute;
        top: 63px;
        left: unset;
        right: 6px;
        width: 152px;
    }
    
    .ft_bg02 {
        position: absolute;
        top: -31px;
        left: 182px;
        width: 96px;
    }
    
    .ft_bg03 {
        position: absolute;
        top: 430px;
        left: 230px;
        width: 65px;
    }
    
    .ft_bg04 {
        position: absolute;
        top: 125px;
        left: 139px;
        width: 23px;
    }
    
    .ft_bg05 {
        position: absolute;
        top: 525px;
        left: unset;
        right: 0;
        width: 100px;
    }
    
    .ft_bg06 {
        position: absolute;
        top: 514px;
        left: 189px;
        width: 29px;
    }
    
    .ft_bg07 {
        position: absolute;
        top: -69px;
        left: -13px;
        display: block;
        width: 180px;
    }
    .ft_bg08 {
        position: absolute;
        top: 438px;
        left: 12px;
        width: 140px;
    }

    .ft_bg09 {
        position: absolute;
        top: 479px;
        left: 160px;
        width: 22px;
        display: block;
    }

    .btn {
        font-size: 1.6rem;
    }

    .nav {
        position: fixed;
        right: -320px; /* 右から出てくる */
        top: 0;
        width: 300px; /* スマホに収まるサイズ */
        height: 100vh;
        padding-top: 60px;
        background-color: #12989d;
        transition: all .6s;
        z-index: 200;
        overflow-y: auto; /* メニューが多くなったらスクロールできるように */
    }
    .hamburger {
        position: fixed;
        right: 15px;
        top: 8px;
        width: 40px; /* クリックしやすい幅 */
        height: 40px; /* クリックしやすい高さ */
        cursor: pointer;
        z-index: 300;
    }
    .nav_list {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .nav_item {
        text-align: center;
        padding: 0 14px;
    }
    .nav_item a {
        display: block;
        padding: 8px 0;
        border-bottom: 1px solid #eee;
        text-decoration: none;
        color: #333;
    }
    .nav_item a:hover {
        background-color: #eee;
    }
    .hamburger_border {
        position: absolute;
        left: 11px;
        width: 30px;
        height: 2px;
        background-color: #333;
        transition: all .6s;
    }
    .hamburger_border_top {
        top: 14px;
    }
    .hamburger_border_center {
        top: 24px;
    }
    .hamburger_border_bottom {
        top: 34px;
    }
    .black_bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        background-color: #333;
        opacity: 0;
        visibility: hidden;
        transition: all .6s;
        cursor: pointer;
    }

    /* 表示された時用のCSS */
    .nav-open .nav {
        right: 0;
    }
    .nav-open .black_bg {
        opacity: .8;
        visibility: visible;
    }
    .nav-open .hamburger_border_top {
        transform: rotate(45deg);
        top: 20px;
    }
    .nav-open .hamburger_border_center {
        width: 0;
        left: 50%;
    }
    .nav-open .hamburger_border_bottom {
        transform: rotate(-45deg);
        top: 20px;
    }

   .header-inner {
        width: 100%;
        margin-left: 0;
    }

    .header-inner .logo {
        margin: 180px 0;
    }
    

    #concept {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }

    #concept h3 {
        font-size: 3rem;
    }

    #concept h3 br {
        display: block;
    }

    #concept p {
        margin: 30px 0;
        letter-spacing: 0;
    }

    #quality {
        background-size: 200%;
    }

    #quality .content .text_box {
        width: 90%;
        padding-top: 20px;
    }

    #menu .span-4 img,
    #shop .span-4 img {
        width: 70%;
    }

    #menu {
        padding: 20px 0;
        background-position: center;
    }

    #menu .center,
    #shop .center {
         margin-bottom: 0;
    }

    #menu .container {
         margin: 0;
    }

    #menu .container h3 {
        font-size: 1.5rem;
    }

    #menu .menu-pc {
        display: none;
    }
    #menu .menu-sp {
        display: block;
    }

    #shop {
        padding: 100px 0 0;
    }


    #shop .container {
         padding: 0 0.5rem;
         margin-bottom: 0;
    }

    #shop .content {
        margin: 40px 0 0;
    }

    #shop .content img {
        object-fit: contain;
        width: 100%;
    }

    #shop .content .text_box {
        width: 100%;
        padding: 20px 10px;
    }

    #shop table th{
        padding-bottom: 5px;
    }

    #shop table td{
        padding-top: 5px;
        padding-left: 0;
    }
    
    #shop table th,
    #shop table td{
        width: 100%;
        display: block;
    }

    .caution p {
        font-size: 1.2rem;
    }

    iframe {
        width: 100%;
        aspect-ratio: 16/9;
    }

    .footer-logo {
        width: 85%;
        text-align: center;
    }

    .footer-nav {
        width: 100%;
    }

    .footer-nav .nav_list {
        display: none;
    }

    .footer-inner {
        padding: 50px 0 0px;
    }


    .nobr {
        display: none;
    }

    .copyright p {
        font-size: 1.2rem;
        margin-top: 0;
    }

}



/*アコーディオン仕様｜業種別
★ここから★
----------------------------*/
.accordion {
    /* margin: 3em auto; */
    max-width: 60vw;
    }
    .ac_toggle {
    display: none;
    }
    .ac_option {
    position: relative;
    margin-bottom: 1em;
    }
    .ac_title,
    .ac_content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    }
    .ac_title {
    background: #FFF;
    border: solid 2px #00a3af;
    color: #00a3af;
    display:flex;
    }
    /* .ac_title::after, */
    .ac_title::before {
    content: "▼";
    position: absolute;
    right: 3em;
    top: 1.3em;
    font-size:2em;
    /* width: 2px; */
    /* height: 0.75em; */
    /* background-color: #999; */
    transition: all 0.3s;
    }
    .ac_title::after {
    transform: rotate(90deg);
    }
    .ac_content {
    overflow: hidden;
    }
    .ac_content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
    }
    .ac_toggle:checked + .ac_title + .ac_content {
    max-height: 700px;
    transition: all 1.5s;
    }
    .ac_toggle:checked + .ac_title::before {
    transform: rotate(90deg) !important;
    /* 	display:none; */
    }
    
    .ac_title img{
    width:90%;
    }
    
    figure {
    /*   float: left; */
    padding:1em 0 0 0.4em;
    }
    
    .icon_text{
    font-size:2em;
    padding-top:1.3em
    }
    /*アコーディオン仕様
    ★ここまで★
    ----------------------------*/