@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');
@import url('./sanitize.css');
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}
html {
    font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP',"游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff
}

*,:after,:before {
    box-sizing: border-box
}
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
dl,
dt,
dd {
    margin: 0;
    padding: 0
}
ul {
    list-style: none
}
picture{
    display:block;
}
a:active,
a:hover,
a:link,
a:visited {
    color: #0d75a5;
    text-decoration: none
}
.pc-only {
    display: block;
}
.sp-only {
    display: none
}
.pc-center {
    text-align: center
}
@media screen and (max-width:420px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
    .pc-center {
        text-align: left;
    }
}

.grecaptcha-badge {
    margin-bottom:110px;
}

/* 共通設定 */
.mgt05 {
    margin-top: 5px !important
}
.mgt10 {
    margin-top: 10px !important
}
.mgt20 {
    margin-top: 20px !important
}
.mgt30 {
    margin-top: 30px !important
}
.mgt40 {
    margin-top: 40px !important
}
.mgt60 {
    margin-top: 60px !important
}
.mgt80 {
    margin-top: 5pc !important
}
.mgt120 {
    margin-top: 120px !important
}
.w6em {
    width: 6em;
    text-align: center
}
.f14 {
    font-size: 1.4rem
}
.f16 {
    font-size: 1.6rem
}
.f18 {
    font-size: 1.8rem
}
.f20 {
    font-size: 2rem
}
.f24 {
    font-size: 2.4rem
}
.f26 {
    font-size: 2.6rem
}
.f30 {
    font-size: 3rem
}
.f34 {
    font-size: 3.4rem
}
.futo {
    font-weight: 600
}
.txt-gold {
    color: #ae7a2b
}
.txt-blue {
    color: #005982
}
.center {
    text-align: center
}
.right {
    text-align: right
}
.left {
    text-align: left
}
.min{
    font-family: 'Noto Serif JP', serif;
}
.nw{
    white-space:nowrap;
}

/* 共通パーツ */
.wrapper{
    background-color:#F7F7F7;
    padding:120px 0 0 0;
}
.wrapper-inner{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}
main{
    position:relative;
}
@media(max-width: 768px){
    .wrapper{
        padding:120px 16px 0 16px;
    }
    .wrapper-inner{
        position:relative;
    }
    .ls-narrow{
        letter-spacing: -5px;
    }
}
.fixed{
    position: fixed;
    top: 0;
}
.heading{
    font-size:4.8rem;
    font-weight:bold;
    padding-bottom:1rem;
    position:relative;
}
.heading::after{
    content:"";
    width:100%;
    max-width:600px;
    border-bottom:1px solid #7367A7;
    position:absolute;
    bottom:0;
    left:0;
}
.heading3{
    font-size:3.6rem;
    font-weight:bold;
    margin-top:60px;
    margin-bottom:40px; 
    position:relative;
}
@media(max-width: 768px){
    .heading{
        font-size:2.8rem;
    }
    .heading::after{
        width:60%;
    }
}
.col2{
    display: flex;
    flex-direction: row;
}
.insertimage{
    width:100%;
    height:600px;
}
.insertimage01{
    background:url(/img/insertimage01.png) no-repeat center;
    background-size:cover;
}
.insertimage02{
    background:url(/img/insertimage02.png) no-repeat center;
    background-size:cover;
}

@media(max-width: 768px){
    .insertimage{
        width:100%;
        height:250px;
    }
}
/* ボタンデザイン */
.area-button{
    width:100%;
    text-align:center;
    padding:60px 0;
}

a.button-a{
    display:block;
    background-color:#000;
    padding:20px 40px;
    max-width:300px;
    margin:0 auto;
    color:#fff;
    border-radius:8px;
    box-shadow: 2px 2px 4px #333;
    transition:all .2s;
    position:relative;
}
a.button-a::after{
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    content: '\f054';
    position:absolute;
    right:1.5rem;
}
a.button-a:hover{
    background-color:#7367a7;
}

a.button-b{
    display:block;
    background-color:#000;
    padding:20px 40px;
    max-width:600px;
    margin:0 auto;
    color:#fff;
    border-radius:8px;
    box-shadow: 2px 2px 4px #333;
    transition:all .2s;
    position:relative;
    font-size:2.4rem;
    font-weight:bold;
    text-align:center;
}
a.button-b::after{
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    content: '\f054';
    position:absolute;
    right:1.5rem;
}
a.button-b:hover{
    background-color:#7367a7;
}

/* ブローバルナビゲーション */
.global-navi{
    position:fixed;
    z-index:99;
    background-color:#fff;
    right:30px;
    top:30px;
    max-width:1200px;
    padding:0 60px;
    border-radius:60px;
    box-shadow:2px 2px 8px #999;
}

.gmenu{
    display:flex;   
}
.gmenu-item{
    display:block;
    position:relative;
}
.gmenu-item a{
    display:block;
    color:#7367A7;
    font-weight:bold;
    padding:10px 20px 30px 20px;
    transition:all .2s;
}
.gmenu-item a:hover{
    opacity:0.8;
}

.gmenu-item01 a{
    background:url(/img/menu-about.png) no-repeat bottom center;
}
.gmenu-item02 a{
    background:url(/img/menu-news.png) no-repeat bottom center;
}
.gmenu-item03 a{
    background:url(/img/menu-store.png) no-repeat bottom center;
}
.gmenu-item04 a{
    background:url(/img/menu-menu.png) no-repeat bottom center;
}
.gmenu-item05 a{
    background:url(/img/menu-franchise.png) no-repeat bottom center;
}
.gmenu-item06 a{
    background:url(/img/menu-recruit.png) no-repeat bottom center;
}
.gmenu-item07 a{
    background:url(/img/menu-contact.png) no-repeat bottom center;
}
.gmenu-item08 a{
    background:url(/img/menu-agri.png) no-repeat bottom center;
}
@media(max-width: 768px){
    .global-navi{
        position:fixed;
        z-index:99;
        background-color:#fff;
        right:0;
        top:0;
        width:100%;
        height:100vh;
        max-width:auto;
        padding:80px 30px 0 30px;
        border-radius:0;
        overflow-y:auto;
    }
    .gmenu{
        display:block;   
    }
    .gmenu-item a{
        padding:20px 20px 20px 10px;
        transition:all .2s;
        border-bottom:1px dashed #d3cfe4;
    }
    .gmenu-item01 a{
        background:url(/img/menu-about.png) no-repeat center right;
    }
    .gmenu-item02 a{
        background:url(/img/menu-news.png) no-repeat center right;
    }
    .gmenu-item03 a{
        background:url(/img/menu-store.png) no-repeat center right;
    }
    .gmenu-item04 a{
        background:url(/img/menu-menu.png) no-repeat center right;
    }
    .gmenu-item05 a{
        background:url(/img/menu-franchise.png) no-repeat center right;
    }
    .gmenu-item06 a{
        background:url(/img/menu-recruit.png) no-repeat center right;
    }
    .gmenu-item07 a{
        background:url(/img/menu-contact.png) no-repeat center right;
    }
    .gmenu-item08 a{
        background:url(/img/menu-agri.png) no-repeat center right;
    }
    .sub-logo{
        width: 40%;
        position: absolute;
        top: 20px;
        left: 10px;
    }
    .sub-logo img{
        width:100%;
    }
}
/*GoogleMap*/
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    }
    .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    }
/*ボタン全体の形状*/
.openbtn{
    /*はじめは非表示に*/
	display: none;
    /*ボタンの位置*/
	position:fixed;
	top:37px;
	right: 10px;
	z-index: 999;
    /*ボタンの形状*/
	background:#7367a7;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 30px;
    transition: all .5s;
}
@media(max-width: 768px){
    .openbtn{
        /*はじめは非表示に*/
        display: block;
        top:20px;
    }
    .global-navi{
        display:block;
        visibility: hidden;
        opacity:0;
        transition:all .5s;
    }
    .panelactive .global-navi{
        display:block;
        visibility:visible;
        opacity:1;
        transition:all .5s;
    }
    
}
/*ボタンのアイコン設定*/
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与された後のボタンのアイコン設定*/
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    display: block;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*.doneクラスがついたヘッダー*/
#header.dnone {
	opacity: 0;/*透過0にして非表示に*/
    transition:all 0.5s;
}
#logostart.dnone {
	opacity: 0;/*透過0にして非表示に*/
    transition:all 0.5s;
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
#header.dnone.panelactive {
	opacity: 1;/*不透明にして出現*/
}

/* PC-header */
.header-title{
    width:100%;
    height: 600px;
    background-size:cover;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position:fixed;
    z-index:-1;
    background-attachment: fixed;
}
.header_imgBox {
    height: 600px;
    overflow: hidden;
    position: relative;
}
.mv{
    background-attachment: fixed;
    background-size:cover;
    position:relative;
    min-width:768px;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
.logo{
    width:15%;
    max-width:180px;
    position:fixed;
    top:30px;
    left:60px;
    z-index:10;
}
@media(max-width: 768px){
    .logo{
        width:30%;
        max-width:180px;
        position:fixed;
        top:20px;
        left:20px;
        z-index:10;
    }  
}
.message{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 600px;
}
.mv-message{
    font-size:4.8rem;
    font-weight:bold;
    color:#fff;
    position:relative;
}
.mv-message span{
    font-size:6.4rem;
}
@media(max-width: 768px){
	.header-title, .header_imgBox, .message{
		height:60vh;
	}
    .mv{
        width:100%;
        min-width:auto;
    }
    .mv-message{
        font-size:3.6rem;
        width:80%;
        text-align:center;
    }
    .mv-message span{
        font-size:3.6rem;
    }
    .mv-message img{
        width:100%;
    }
}

/* お知らせ */
.sec-news{
    background:url(/img/sec-news.png) no-repeat top left;
}
.heading{
    margin-bottom:60px;
}
.sec-news-entry h2{
    margin-top:2rem;
    font-size:3.0rem;
}
.sec-news-entry h3{
    margin-top:2rem;
    font-size:2.4rem;
}
.sec-news-entry p{
    margin-top:2.4rem;
    line-height:2;
}
.prev_next_list{
    display: flex;
    justify-content: space-around;
    margin-top:60px;
}
.prev_next_list li{
    display: block;
    width: 45%;
    text-align: center;
}
.prev_next_list li a{
    width:100%;
    display:block;
    padding:1.6rem .5rem;
    background-color:#fff;
    border-radius: 16px;
    box-shadow: 2px 2px 4px #ddd;
    transition: all .2s;
}
.prev_next_list li a:hover{
    background-color:#D2CFE2;
}
b.ttl {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.news-list li{
    margin-top:40px;
}
.news-link{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    padding:30px 40px;
    border-radius:8px;
    background-color:#fff;
    box-shadow: 2px 2px 8px #ddd;
    transition: all .2s;
}
.news-date{
    display:block;
    font-family: 'Rubik', sans-serif;
    color:#7367a7;
    margin-right:40px;
    white-space: nowrap;
}
.news-link:hover{
    background-color:#D2CFE2;
}
.news-title {
    white-space: normal;
    word-break: break-all;
}
@media(max-width: 768px){
    .sec-news{
        background-image:none;
        position:relative;
    }
    .sec-news::before{
        content: '';
        width: 100%;
        height: 200px;
        display: block;
        background: url(/img/sec-news-sp.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        top: -95px;
        transform: rotateZ(-10deg);
    }
    .sec-news .wrapper-inner img{
    	max-width:100%;
    	height:auto;
    }
    .news-list li{
        margin-top:24px;
    }
    .news-link{
        padding:20px 16px;
    }
    .news-date{
        margin-right:10px;
    }
    .news-link:hover{
        background-color:#D2CFE2;
    }
}
.instagram-center {
	margin:0 auto;
	max-width: 400px;
}
/* About */
.header_img_about{
    background:url(/img/about-header.jpg) center center;
    background-size:cover;
    height:600px;
}
.about-message::after{
    content:url(/img/title-about.svg);
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom:-5rem;
}

@media(max-width: 768px){
    .main_img01{
        background-image:url(/img/about-header.jpg);
    }
}
.sec-about{
    background:url(/img/sec-about.png) no-repeat top left;
    padding-bottom:120px;
}
.about-title{
    font-size:4.0rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP',"ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align:center;
}
.about-picture{
    margin-top:100px;
    border-radius:16px;
    overflow:hidden;
}
.about-picture img{
    width:100%;
    max-width:1200px;
}
.about-text01{
    font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP',"ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size:1.8rem;
    max-width:700px;
    margin:60px auto;
    line-height:3;
    text-align:center;
}
.about-logo{
    text-align:center;
}
.about-text02{
    text-align:center;
    line-height:3;
    font-size:1.8rem;
}
.about-table{
    width:100%;
    background-color:#fff;
    border-bottom:1px solid #aaa;
    margin-top:60px;
}
.about-table th, .about-table td{
    padding:3rem;
    border-top:1px solid #aaa;
}
.about-table th{
    font-weight:bold;
    white-space: nowrap;
}
@media(max-width: 768px){
    .about-logo img{
        width:90%;
    }
    .sec-about{
        background-image:none;
    }
    .about-table th, .about-table td{
        padding:1.8rem;
        border-top:1px solid #aaa;
    }
    .about-title{
        font-size:3.2rem;
    }
    .about-text01{
        text-align:left;
    }
}
/* 外部リンクリスト */
.about-table .fa-ul{
	margin-left:1.5em;
}
/* 店舗紹介 */
.header_img_store{
    background:url(/img/store-header.jpg) center center;
    background-size:cover;
    height:600px;
}
.store-message::after{
    content:url(/img/title-store.svg);
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom:-5rem;
}
@media(max-width: 768px){
    .main_img01{
        background-image:url(/img/about-header.jpg);
    }
}
.sec-store{
    background:url(/img/sec-store.png) no-repeat top left;
    padding-bottom:120px;
}
.store-list, .store-list2{
    margin-top:60px;
    margin-bottom:60px;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.store-link{
    display:block;
    width:350px;
    margin-top:60px;
    margin-right: calc((1200px - 350px *3)/2);
    border-radius:16px;
    box-shadow:2px 2px 4px #ddd;
    transition:all .2s;
}
.store-link-other{
    margin-top:0;
}
.store-link:nth-of-type(3n){
    margin-right:0;
}
.store-link:hover{
    background-color:#D2CFE2;
}
.store-link:hover picture img{
    transform: scale(1.1);
    transition: all 1s;
}
.store-item dt{
    overflow:hidden;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.store-item dd{
    padding:20px;
    color:#000;
}
.store-item picture, .store-item picture img{
    width:350px;
    height:250px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    object-fit: cover;
}
.store-item picture{
    overflow: hidden;
}
.store-category, .store-category-detail{
    display:inline-block;
    margin-top:20px;
    margin-left:20px;
    font-size:1.4rem;
    background-color:#000;
    color:#fff;
    padding:0.25rem 2rem;
    border-radius:2rem;
}
.store-category-detail{
    margin-left:0;
}
.store-category02{
    background-color:#60568A;
}
.store-name{
    margin-top:.5rem;
    margin-left:20px;
    font-size:2.4rem;
    font-weight:bold;
    color:#000;
}
.store-address{
    margin-bottom:2rem;
}
.store-picture-inner img{
    max-width: 100%;
    border-radius:8px;
  }
.store-picture-inner{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    width:100%;
    margin-top:40px
}
.bigimg-wrap{
    width:600px;
    height:600px;
    /* margin-top:-24px; */
}
.bigimg{
    width:600px;
    height:600px;
    object-fit: cover;
}
.thumb-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    width:560px;
}
.thumb-wrap li{
    display:inline-block;
    margin-bottom:40px;
    cursor: pointer;
}
.thumb-wrap li img{
    width:160px;
    height:160px;
    object-fit: cover;
}
.store-picture-inner li:last-of-type{
margin-right: 0;
}

@media(max-width: 768px){
    .store-list{
        flex-wrap: nowrap;
        overflow-x: auto;  /* 横スクロールの指定 */
        overflow-scrolling: touch;  /* スクロールを滑らかにする */
        -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
    }
    .store-link{
        width:240px;
        margin-right:20px;
        border-radius:16px;
        box-shadow:2px 2px 4px #ddd;
        transition:all .2s;
        margin-bottom:30px;
        background-color:#fff;
    }
    .store-item{
        width:240px;
    }
    .store-name{
        font-size:2.0rem;
    }
    .store-list2, .store-list2 .store-item, .store-list2 .store-link{
        width:100%;   
    }
    .store-list2 .store-link{
        margin-right:0;
        margin-bottom:60px;
    }
    .store-item picture, .store-item picture img{
        width:100%;
        height:250px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        object-fit: cover;
    }
    .store-item picture{
        overflow: hidden;
    }
    .store-item dd p{
        word-break:break-all;
    }
    .sec-store{
        background-image:none;
        position:relative;
    }
    .sec-store::before{
        content: '';
        width: 100%;
        height: 200px;
        display: block;
        background: url(/img/sec-store-sp.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        top: -90px;
        transform: rotateZ(-10deg);
    }
    .store-picture-inner{
        flex-direction: column;
    }
    .bigimg-wrap{
        width:calc(100vw - 32px);
        height:calc(100vw - 32px);
    }
    .bigimg{
        width:calc(100vw - 32px);
        height:calc(100vw - 32px);
    }
    .thumb-wrap{
        display: block;
        width:100%;
        margin-top:40px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .thumb-wrap li{
        display:inline-block;
        margin-bottom:20px;
        margin-right:20px;
    }
    .thumb-wrap li img{
        width:100px;
        height:100px;
        object-fit: cover;
    }
}
/* メニュー */
.header_img_menu{
    background:url(/img/menu-header.png) center center;
    background-size:cover;
    height:600px;
}
.menu-message::after{
    content:url(/img/title-menu.svg);
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom:-5rem;
}
.sec-menu{
    background:url(/img/sec-menu.png) no-repeat top left;
    padding-bottom:120px;
}
.menu-item{
    display: flex;
    flex-direction: row;
    margin-top:60px;
    justify-content: space-between;
}
.menu-item02{
    flex-direction: row-reverse;
}
.menu-picture{
    width:400px;
}
.menu-picture-pic{
    width: 400px;
    overflow: hidden;
    border-radius:16px;
}
.menu-picture-pic img{
    width:100%;
}
.menu-message{
    display: block;
    text-align:right;
}
.menu-item01 .menu-picture{
    margin-right:40px;
}
.menu-item02 .menu-picture{
    margin-left:40px;
}
.menu-heading{
    font-size:2.8rem;
}
.sec-menu .heading:not(:first-of-type){
    margin-top:80px;
}
.menu-txt{
    margin-top:20px;
    margin-bottom:40px;
    line-height:1.8;
}

@media(max-width: 768px){
    .menu-item{
        flex-direction: column;
        margin-top:20px;
    }
    .menu-picture{
        width:100%;
        margin-top:16px;
    }
    .menu-description{
        margin-top:20px;
    }
    .menu-item01 .menu-picture{
        margin-right:0;
    }
    .menu-item02 .menu-picture{
        margin-left:0;
    }
    .menu-picture img{
        width:100%;
    }
    .menu-heading{
         font-size:2.0rem;
    }
    .menu-txt{
        margin-top:16px;
    }
    .sec-menu{
        background-image:none;
        position:relative;
    }
    .sec-menu::before{
        content: '';
        width: 100%;
        height: 200px;
        display: block;
        background: url(/img/sec-menu-sp.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        top: -95px;
        transform: rotateZ(-10deg);
    }
}
/* ニュース */
.header_img_news{
    background:url(/img/news-header.jpg) center center;
    background-size:cover;
    height:600px;
}
.news-message::after{
    content:url(/img/title-news.svg);
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom:-5rem;
}
.sec-news{
    background:url(/img/sec-news.png) no-repeat top left;
    padding-bottom:120px;
    min-height:700px;
}
@media(max-width: 768px){
    .sec-news{
        background-image:none;
    }
}
/* 農業と福祉 */
.header_img_agri{
    background:url(/img/agri-header.png) center center;
    background-size:cover;
    height:600px;
}
.agri-message::after{
    content:url(/img/title-agri.svg);
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom:-5rem;
}
.abante{
    margin-top: 40px;
    padding:60px 30px;
    background-color:#fff;
    border-radius:16px;
}
.abante-ttl{
    font-style: 18px;
    font-weight:bold;
    text-align:center;
}
.abante-txt{
    margin-top: 40px;
}
.abante-txt p{
    margin-top: 20px;
}
.abante-footer{
    margin-top: 40px;
    text-align:right;
}
.abante-picture{
    width: 80px;
    height: 80px;
    display: inline-block;
}
.abante-picture img{
    width: 100%;
}
.abante-name{
    margin-top: 10px;
}

@media(max-width: 768px){
    .main_img01{
        background-image:url(/img/agri-header.png);
    }
}

.sec-agri{
    background:url(/img/sec-agri.png) no-repeat top left;
    padding-bottom:120px;
}
.agri-title{
    font-size:4.0rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", 'Noto Serif JP', "MS P明朝", "MS PMincho", serif;
    text-align:center;
}

/* トップページ｜農業 */
.sec-agri{
    background:url(/img/sec-agriculture.png) no-repeat top left;
    padding-bottom:120px;
}
.agri-inner{
    margin-top:60px;
}
.agi-message{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:600px;
    background:url(/img/agri-img01.png) no-repeat center center;
    background-size:cover;
    font-size:3.6rem;
    font-weight:bold;
    font-family: 'Yu Mincho', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.agri-txt{
    text-align:center;
    margin-top:60px;
    margin-bottom:40px;
    line-height:2;
}
.agri-pic{
    display:inline-block;
    text-align:center;
    width:100%;
}

@media(max-width: 768px){
    .sec-agri{
        background-image:none;
        position:relative;
    }
    .agi-message{
        display:flex;
        justify-content: center;
        align-items: center;
        width:100%;
        height:260px;
        font-size:2.0rem;
        border-radius:8px;
    }
    .agri-pic img{
        width:100%;
    }
    .agri-txt{
        text-align:left;
    }
    .sec-agri::before{
        content: '';
        width: 100%;
        height: 200px;
        display: block;
        background: url(/img/title-agriculture.svg) no-repeat center center;
        background-size: contain;
        position: absolute;
        top: -120px;
        left:-30px;
        transform: rotateZ(-10deg);
    }
}
/* お問い合わせ */
.header_img_contact{
    background:url(/img/contact-header.png) center center;
    background-size:cover;
    height:600px;
}
.contact-message::after{
    content:url(/img/title-contact.svg);
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom:-5rem;
}
.sec-contact{
    background:url(/img/sec-contact.png) no-repeat top left;
    padding-bottom:120px;
}
@media(max-width: 768px){
    .contact-item{
        flex-direction: column;
        margin-top:20px;
    }
    .contact-picture{
        width:100%;
        margin-top:16px;
    }
    .contact-description{
        margin-top:20px;
    }
    .contact-item01 .contact-picture{
        margin-right:0;
    }
    .contact-item02 .contact-picture{
        margin-left:0;
    }
    .contact-picture img{
        width:100%;
    }
    .contact-heading{
         font-size:2.0rem;
    }
    .contact-txt{
        margin-top:16px;
    }
    .sec-contact{
        background-image:none;
        position:relative;
    }
    .sec-contact::before{
        content: '';
        width: 100%;
        height: 200px;
        display: block;
        background: url(/img/sec-contact-sp.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        top: -95px;
        transform: rotateZ(-10deg);
    }
}
/* 画像ループ */
.sec-loop{
    background-color:#F7F7F7;
    width:100%;
    overflow:hidden;
    padding:60px 0 80px 0;
}
.loop{
    display: flex;
    align-items: center;
  　height: 600px; 
  　overflow: hidden;
}
.slideshow{
    display:flex;
    animation: loop-slide 60s infinite linear 1s both;
}
.slideshow li{
    width: 300px;
    height: 400px;
    display:block;
    margin-right:20px;
    border-radius:16px;
    overflow:hidden;
}
.slideshow li:nth-child(odd){
    transform:translateY(-40px);
}
@keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}

@media(max-width: 768px){
    .slideshow li{
        width: 150px;
        height: 200px;
        display:block;
        margin-right:20px;
    }
    .slideshow li img{
        width:100%;
    }
}
/* フランチャイズ */
.header_img_fc{
    background:url(/img/fc-header.jpg) center center;
    background-size:cover;
    height:600px;
}
.fc-message::after{
    content:url(/img/title-fc.svg);
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom:-5rem;
}
.fc-txt{
    text-align:center;
    padding:60px;
    line-height:1.8;
}
.fc-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:60px;
    margin-bottom:60px;
    row-gap: 30px;
}
.fc-list li{
    display:block;
    width:373px;
}
.fc-list li dl{
    width:100%;
}
.fc-list picture img{
    width:100%;
    border-radius:16px;
}
.fc-list li dl dt h3{
    margin-top:20px;
}
.fc-list li dl dd{
    margin-top:20px;
}
.fc-cta{
    padding:60px;
    background-color:#fff;
    border-radius:16px;
}
.fc-cta p{
    font-size:3.6rem;
    font-weight:bold;
    text-align:center;
}
.sec-fc{
    background:url(/img/sec-fc.png) no-repeat top left;
    padding-bottom:120px;
}
.fc-title{
    font-size:4.0rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP',"ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align:center;
}
@media(max-width: 768px){
    .sec-fc picture img{
        width:100%;
    }
    .sec-fc{
        background:none;
        position:relative;
    }
    .sec-fc::before{
        content: '';
        width: 80%;
        height: 200px;
        display: block;
        background: url(/img/sec-fc-sp.svg) no-repeat center center;
        background-size: contain;
        position: absolute;
        top: -140px;
        transform: rotateZ(-10deg);
    }
    .fc-txt{
        padding:30px 10px;
        text-align:left;
    }
    .fc-list{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top:60px;
        margin-bottom:60px;
    }
    .fc-list li{
        width:100%;
        margin-bottom:60px;
    }
    .fc-cta{
        padding:30px 10px;
    }
    .fc-cta p{
        font-size:2.2rem;
    }
    .fc-cta .button-b{
        font-size:2.0rem;
    }
}
/* フランチャイズ募集バナー */
.insertimage03{
    background:url(/img/insertimage03.png) no-repeat;
    background-size:cover;
    height:532px;
}
.are-franchise{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:532px;
}
.area-franchise-center{
    padding-top:40px;
    width:700px;
}
.area-franchise-left{
    width:calc((100vw - 700px) / 2);
    height:532px;
    background:url(/img/insertimage03-left.png) no-repeat right top;
    background-size:cover;
}
.area-franchise-right{
    width:calc((100vw - 700px) / 2);
    height:532px;
    background:url(/img/insertimage03-right.png) no-repeat left top;
    background-size:cover;
}
.area-franchise-left picture img,
.area-franchise-right picture img {
    width:100%;
}

.franchise-heading{
    font-size:4.8rem;
    font-family: 'Yu Mincho', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color:#fff;
}
.franchise-txt{
    color:#fff;
    text-align:center;
    line-height:4.0rem;
}
@media(max-width: 768px){
    .area-franchise-center{
        width:100%;
        padding-left:20px;
        padding-right:20px;
    }
    .franchise-heading{
        font-size:2.8rem;
        text-align:center;
    }
    .franchise-txt{
        margin-top:20px;
        color:#fff;
        text-align:left;
        line-height:1.6;
    }
}

/* 関連コンテンツ */
.wrapper-kanren{
    padding-top:80px;
    background-color:#fff;

}
.sec-kanren{
    background:url(/img/back-togarashi.png) repeat;
    padding:140px;
}
.kanren-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.kanren-list li{
    display:block;
    width:480px;
    border-radius:16px;
    box-shadow:2px 2px 8px #ccc;
    margin-right:40px;
    background-color:#fff;
    transition:all .2s;
    overflow:hidden;
}
.kanren-list li:hover{
    background-color:#D2CFE2;
}
.kanren-item{
    display:block;
    width:100%;
}
.kanren-item picture{
    width:480px;
    height:300px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow:hidden;
}
.kanren-item picture img{
    width:480px;
    height:300px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    object-fit: cover;
}
.kanren-list li:hover .kanren-item picture img{
    transform: scale(1.1);
    transition: all 1s;
}
.kanren-title{
    font-size:2.4rem;
    font-weight:bold;
    color:#DC050C;
    margin-top:20px;
    padding-left:20px;
}
.kanren-item dd{
    line-height:1.4;
    padding:20px;
    color:#000;
}
@media(max-width: 768px){
    .sec-kanren{
        background:url(/img/back-togarashi.png) repeat;
        background-size:25%;
        padding:120px 10px 120px 0;
    }
    .kanren-list{
        justify-content: flex-start;
        overflow-x: auto;  /* 横スクロールの指定 */
        white-space: nowrap;  /* 横スクロールの指定 */
        overflow-scrolling: touch;  /* スクロールを滑らかにする */
        -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
        padding-left:10px;
        padding-bottom:20px;
    }
    .kanren-list li{
        display:block;
        width:240px;
        overflow:unset;
        margin-right:20px;
    }
    .kanren-item{
        width:240px;
    }
    .kanren-item picture{
        width:240px;
        height:240px;
    }
    .kanren-item picture img{
        width:100%;
    }
    .kanren-title, .kanren-item dd{
        white-space: normal;
    }
}

/* footer */
.footer-upper{
    width:100%;
    background-color:#7F74AE;
    display: flex;
}
.footer-upper02{
    background-color:#7A6EAB;
}
.footer-upper li{
    display:block;
    width:50%;
    position:relative;
}
.footer-upper li a{
    display:block;
    color:#fff;
    text-align:center;
    padding:30px;
}
.footer-upper li a:hover{
    opacity:0.8;
}
.footer-upper li::after{
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    content: '\f054';
    position:absolute;
    left:1.5rem;
    color:#fff;
    top:30px;
}
footer{
    margin-top:0;
    padding:0;
    background-color:#7367A7;
}
.footer-inner{
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top:60px;
}
@media(max-width: 768px){
    .footer-inner{
        flex-direction: column;
    }
}
.footer-inner-left{
    text-align:center;
    width:50%;
}
.footer-inner-right{
    text-align:center;
    width:50%;
}
.footer-link{
    margin-top:20px;
}
.footer-link li{
    display:inline-block;
}
.footer-link li a{
    color:#fff;
}
.footer-link li:not(:last-child) a::after{
    content:"｜";
    padding:0 1rem;
    color:#3C3657;
}
.footer-button{
    margin-top:30px;
}
.footer-button .button-a{
    display:inline-block;
    width:300px;
}
.footer-button .button-a:first-child{
    margin-right:20px;
}
@media(max-width: 768px){
    .footer-inner-left{
        width:100%;
    }
    .footer-inner-right{
        width:100%;
    }
    .footer-button .button-a:first-child{
        margin-right:0;
        margin-bottom:20px;
    }
    .footer-link li{
        padding:1rem 0;
    }
}
.copy{
    background-color:#7367A7;
    text-align:center;
    padding-bottom:1rem;
}

/*トップへ戻るボタン*/
 
#topBtn {
    /*-----必須-----*/
    position: fixed;
    bottom: 20px;
    right: 20px;
     
    /*-----装飾-----*/
    width: 170px;
    height: 97px;
}
@media(max-width: 768px){
    #topBtn {
        /*-----必須-----*/
        position: fixed;
        bottom: 20px;
        right: 20px;
         
        /*-----装飾-----*/
        width: calc(170px / 1.5);
        height:  calc(97px / 1.5);
    }
    #topBtn img{
        width:100%;
    }
}

/* スクロールアニメーション */
.fade-in {
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity, transform;
  }
  
  .fade-in-up {
    transform: translate(0, 50px);
  }
  
  .fade-in-down {
    transform: translate(0, -50px);
  }
  
  .fade-in-left {
    transform: translate(-50px, 0);
  }
  
  .fade-in-right {
    transform: translate(50px, 0);
  }
  
  .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }
  

/*---------------------------------------------
// ページネーション
---------------------------------------------*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
  position: relative;
  font-size: 1.3rem;
}

.pagination span, .pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  border: 1px solid #7367a7;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
}

.pagination .pager {
  /* ページ番号 */
  width: 32px;
}

.pagination a:hover, .pagination .current {
  /* ホバー時 & 現在のページ */
  color: #fff;
  border-color: #7367a7;
  background-color: #7367a7;
}

.pagination a.prev {
  /* 前へ */
  margin-right: 16px;
}

@media only screen and (max-width: 768px) {
  .pagination a.prev {
    display: none;
  }
}

.pagination a.next {
  /* 次へ */
  margin-left: 16px;
}

@media only screen and (max-width: 768px) {
  .pagination a.next {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pagination a.first, .pagination a.last {
    font-size: 1rem;
  }
}

.pagination span.page_num {
  /* Page x / y */
  display: none;
}

/* お問い合わせフォーム */
/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl{
    width: 800px;
    }
    
    #cf-tbl table{
    width: 100%;
    border-collapse: collapse;
    border: solid #CCC;
    border-width: 1px;
    color: #444;
    }
    #cf-tbl table tr th,
    #cf-tbl table tr td{
    padding: 0.5em;
    text-align: left;
    vertical-align: top;
    border: solid #CCC;
    border-width: 1px;
    vertical-align: middle;
    }
    #cf-tbl table tr th{
    width: 35%;
    background: #eee;
    }
    @media screen and (max-width:768px){
    #cf-tbl{
    width: 100%;
    }
    
    #cf-tbl table,
    #cf-tbl table tbody,
    #cf-tbl table tr,
    #cf-tbl table tr th,
    #cf-tbl table tr td{
    display: block;
    }
    
    #cf-tbl table{
    width: 100%;
    border-width: 0 0 1px 0;
    }
    
    #cf-tbl table tr th,
    #cf-tbl table tr td{
    width: 100%;
    padding: 3% 5%;
    }
    
    #cf-tbl table tr td{
    border-width: 0px 1px 0px 1px;
    }
    }
    /*「必須」文字デザイン*/
    .required{
    font-size:.8em;
    padding: 5px;
    background: #F57500;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
    }
    
    /*「任意」文字デザイン*/
    .optional{
    font-size:.8em;
    padding: 5px;
    background: #000080;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
    }
    
    /* 入力項目を見やすく */
    input.wpcf7-form-control.wpcf7-text,
    textarea.wpcf7-form-control.wpcf7-textarea {
        width: 100%;
        padding: 8px 15px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #d0d5d8;
        border-radius: 3px;
        background-color: #eff1f5;
    }
    textarea.wpcf7-form-control.wpcf7-textarea {
        height: 200px;
    }
    
    /* 「送信する」ボタン */
    #cf7-btn {
        display: block;
        padding: 15px;
        width: 400px;
        background: #ffaa56;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        border-radius: 2px;
        margin: 15px auto 0
    }
    @media screen and (max-width:768px){
        #cf7-btn {
        width: 250px;
        }
    }
    
    #cf7-btn:hover {
        background: #fff280;
        color: #ffaa56;
        border: 2px solid #ffaa56
    }
    /* エラーメッセージを見やすく */
    span.wpcf7-not-valid-tip,
    .wpcf7-response-output.wpcf7-validation-errors {
        color: red;
        font-weight: 600;
    }
    /* swiperの設定 */
    .swiper-button-next,
    .swiper-button-prev {
    --swiper-navigation-color: #f8f8f8;
    }
    [class^="swiper-button-"]::after{
        font-size: 30px;
    }
    @keyframes zoomUp {
        0% {
          transform: scale(1);
        }
        100% {
          transform: scale(1.15);
        }
    }
    .swiper-slide-active .slide-img,
    .swiper-slide-duplicate-active .slide-img,
    .swiper-slide-prev .slide-img{
    animation: zoomUp 10s linear 0s 1 normal both;  
    }
    .slide-img img{
    display: block;
    }
    .swiper-slide{
    border-radius:16px;
    overflow:hidden;
    }
    .swiper-container .swiper-pagination-bullet-active{
        background-color:#fff;
    }