/* Google Fotns */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Satisfy&display=swap');

/* # =================================================================
   # 共通
   # ================================================================= */
* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}
html{
   font-size: 0.625em;
}
body{
   font-family: 'Noto Sans JP', sans-serif;
   font-size: 1.4em;   
}
.sp768{
   display: none;
}
img{
   max-width: 100%;
}
.wrapper_all {
   height: 100%;
   overflow: hidden;
   position: relative;
}
.wrapper{
   width: 96%;
   margin: 0 auto;
}
.sec_wrapper{
   padding: 60px 0 30px;
   margin: 0 auto;
   width: 92%;
}
.line{
   border-bottom: 1px solid #000;
   padding-bottom: 2px;
}
 /* ヘッダー */
 header{
   height: auto;
   width: 100%;
   padding: 12px 0;
   font-size: 1.8rem;
   position: fixed;
   z-index: 150;
   background-color: rgb(255, 255, 255);
   background-size: 200%;
   background-image: url(../img/index_img/header_line.png);
   background-repeat: repeat-x;
   background-position: center bottom;
}
.header_r{
   position: absolute;
   float: right;
   top: 0;
   right: 11%;
}
.login_btn{
   right: 0;
}
.header_r img{
   width: 64px;
}
header a{
   color: #ffffff;
   text-decoration: none;
}
header li{
   list-style: none;
   display: inline-block;
}
header li.textlink{
   list-style: none;
   display: inline-block;
   height: auto;
   vertical-align: middle;
}
.logo{
   width: 36%;
   margin-left: 2%;
}
.header_login{
   margin-right: 35px;
}
.header_login a{
   color: #ff7b7b;
}
.header_entry a{
   color: #8acd5a;
}
/* ドロワーメニュー  */
.head-bar {
	top: 0;
}
.menu-btn,
.menu-btn span {
	display: inline-block;
	transition: all .4s;
   box-sizing: border-box; 
}

.menu-btn {
	display: block;
	float: right;
	margin: 0 auto;
	position: relative;
	width: 40px;
	height: 25px;
}

.menu-btn span {
	position: absolute;
	right: 2%;
	width: 100%;
	height: 3px;
	background-color: #000;
}
.menu-btn span:nth-of-type(1) {
	top: 0;
}
.menu-btn span:nth-of-type(2) {
	top: 11px;
}
.menu-btn span:nth-of-type(3) {
	bottom: 0;
}
.sp-menu {
   padding-top: 50px;
	display: none;
}

.sp-menu li {
	box-sizing: border-box;
	border-bottom: 3px solid #fff;
}
.sp-menu li a {
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 2rem;
	line-height: 26px;
	text-decoration: none;
	width: 100%;
}
.menu-btn.active span:nth-of-type(1) {
   -webkit-transform: translateY(10px) rotate(-45deg);
   transform: translateY(12px) rotate(-45deg);
 }
 .menu-btn.active span:nth-of-type(2) {
   opacity: 0;
 }
 .menu-btn.active span:nth-of-type(3) {
   -webkit-transform: translateY(-10px) rotate(45deg);
   transform: translateY(-10px) rotate(45deg);
 }
/* # =================================================================
# モバイルファースト
# ================================================================= */
.sp{display: block;}
.pc{display: none;}
.br-sp{display: block;}
.pc-only{display: none;}
.ipad{display: block;}
/* KV */
.swiper_pos{
   margin-top: 90px;
}
/* ドロワーメニュー  */
.menu_sp_banner{
   width: 96%;
   margin: 45px auto 30px;
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
}
.menu_sp_banner img{
   max-width:100%; 
	height: auto; 
}
.menu_sp_banner a{
   width: calc(100%/2);
   padding:0 5px;
}
.menu_sp_banner:hover{
   opacity: 0.8;
}
.sp-menu li{
   list-style: none;
   font-size: 2rem;
}
.i_sp, .h_sp{
   width: 100%;
   margin: 15px auto 0;
   padding-bottom: 15px;
   box-shadow: 0px 2.5px 2px 0.2px rgba(11, 2, 4, 0.13);
}
.i_sp img, .h_sp img{
   display: block;
   width: 90%;
   margin: 0 auto;
}
.h_sp_li,.i_sp_li{
   position: relative;
   background: #f4f4f4;
   border-bottom: 3px solid #fff;
}
.i_sp_li{
   padding: 10px;
}
.h_sp_li a::after, .i_sp_li a::after{
   content:"";
   display: block;
   background-image: url( '../img/index_img/arrow.png'); 
   position: absolute;
   font-size: 3.2rem;
   top: calc(50% - 6.5px);
   right: 15px;
   height: 13px;
   width: 10px;
}
.all_svg, .map_svg{
   color: #af7943;
   margin-left: 30px;
   margin-right:30px;
   vertical-align: middle;
   width: 30px;
}
.h_sp_li img{
   display: inline;
   height: 50px;
   vertical-align: middle;
}
.sp-menu li a p{
   display: inline-block;
   padding-left: 50px;
   vertical-align: middle;
}

/* slide */
.swiper-parentDiv{
   padding-top: 35px;
   margin-bottom: 25px;
}
.swiper-parentDiv .swiper-slide{
   padding-left: 25px;
   padding-right: 25px;
}

/* index用 */
#index-page .container{
   flex-wrap: wrap;
}
#index-page .container_inner{
   max-width: 1000px;
   margin: 0 auto;
   display: flex;
   justify-self: center;
}
/* main */
.sec_left{
   display: none;
}
/* Sec01 */
.sec_right{
   display: block;
   margin: 50px auto;
   width: 96%;
}
.info_main a{
   text-decoration: none;
}
.info_container{
   display: flex;
   max-width: 100%;
   border-bottom: 1px solid #e0dfdc;
   margin: 30px 0;
}
.info_main_title{
   display: block;
   margin: 0 auto 5px;
}
.info_l{
   margin-right: 12px;
}
.info_l img{
   width: 100px;
   height: 100px;
   object-fit: cover;
   font-family: 'object-fit: cover;object-position:center'; /*IE対策*/
   border-radius: 15px;
}
.info_r{
   display: block;
   width: 68%;
   overflow: hidden;
   color: #000000;
}
.info_title{
   display: block;
   width: 100%;
   font-size: 1.8rem;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
}
.info_content{
   display: block;
   font-size: 1.5rem;
   padding: 10px 0 0;
   line-height: 1.6;
}
.info_time svg{
   display: inline;
   vertical-align: middle;
   margin-right: 5px;
   color: #cdcdcd;
}
.info_time{
   display: block;
   float: right;
   padding: 10px 0 10px 20px;
   line-height: 1.4rem;
   font-size: 1.4rem;
}
/* Sec02 */
.pop_main{
   display: block;
   width: 98%;
   margin: 90px auto;
}
.pop_container{
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   margin: 30px auto;
}
.pop_container a{
   text-decoration: none;
}
.pop_box{
   width: calc(98% / 3); /* 96%幅を3で割るという指定 */
   border-radius: 5px;
   border: 1px solid #e7e7e7;
   margin-bottom: 20px;
   color: #000000;
   margin-right: calc(2% / 2);
}
.pop_box:nth-child(3n) {
   margin-right: 0;
}
.pop_inner{
   padding: 10px 5px 15px;
}
.pop_img{
   border-radius: 5px 5px 0 0 ;
   width: 100%;
   object-fit: cover;
   font-family: 'object-fit: cover;object-position:center'; /*IE対策*/
   border-bottom: 1px solid #e7e7e7;
   height: 80px;
}
.pop_inner h2, .pop_inner p{
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
}
.pop_inner h2{
   display: block;
   width: 100%;
   font-size: 1.6rem;
   margin-bottom: 10px;
   letter-spacing: 0.1rem; 
}
.pop_inner p{
   width: 100%;
   font-size: 1.4rem;  
}
.pop_parent{
   position: relative;
}
.rank1,.rank2,.rank3{
   position: absolute;
   top: -1px;
   left: -1px;
   width: 30px;
   height: 30px;
   padding-top: 0;
   display: block;
}
/* おすすめ */
.sec_osusume{
   width: 96%;
   margin: 0 auto 40px;
}
.sec_osusume .pop_main_title{
   margin-bottom: 20px;
}
.sec_osusume .osusume_inner{
   padding-bottom: 25px;
   background-image: url(../img/index_img/rec_title_line2.png);
   background-repeat: repeat-x;
   background-position: center bottom;
   background-size: 200%;
}
.sec_osusume .osusume_container{
   padding-top: 40px;
   background-image: url(../img/index_img/rec_title_line1.png);
   background-repeat: repeat-x;
   background-position: center top;
   background-size: 200%;
}
.sec_osusume .osusume_list{
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
}
.sec_osusume .osusume_list .item{
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 5px;
   width: calc((100% - 30px) / 3);
}
.sec_osusume .osusume_list .item a{
   display: block;
   border-radius: 50%;
   box-shadow: 5px 5px 5px rgba(0,0,0,.25);
   position: relative;
   width: 100%;
}
.sec_osusume .osusume_list .item a::before {
   content: "";
   display: block;
   padding-top: 100%;
}
.sec_osusume .osusume_list .item a img {
   position: absolute;
   border-radius:50%;
   width: 100%;
   height: 100%;
   top: 0;
   object-fit: cover;
   vertical-align: bottom;
}
/* Sec03 */
/* Sec04 */
.sec34_main_title{
   display: block;
   margin-bottom: 30px;
}
.sec34_main{
   width: 98%;
   margin: 0 auto;
}
.sec34_container{
   width: 100%;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.sec34_box{
   width: 48%;
   border: 1px solid #e7e7e7;
   border-radius:5px;
   margin-bottom: 20px;
   color: #000000;
   text-decoration: none;
}
a.sec34_box{
   text-decoration: none;
}
.sec34_inner{
   padding: 10px 10px 20px;
}
.sec34_inner h2, .sec34_inner p{
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
}
.sec34_inner h2{
   font-size: 1.6rem;
   letter-spacing: 0.1em;
   margin-bottom: 5px;
}
.sec34_inner p{
   font-size: 1.4rem;
}
.sec34_box img{
   border-radius:5px 5px 0 0;
   width: 100%;
   height: 104px;
   object-fit: cover;
   font-family: 'object-fit: cover;object-position:center'; /*IE対策*/
}

/* フッター */
footer{
   text-align: center;
   padding-bottom: 10px;
   font-size: 1.4rem;
   letter-spacing: 0.1em;
   color: #845100;
}
.footer{
   padding: 120px 0 20px;
}
footer ul li{
   list-style: none;
   display: inline-block;
   padding-bottom: 20px;
   position: relative;
   padding-right: 10px;
}
footer ul li a{
   color: #845100;
   text-decoration: underline!important;
}
footer ul li+ li {
   border-left: 1px solid #333;
   height: 4px;
   padding-left: 12px;
 }
 .company{
    display: inline-block;
    padding-bottom: 10px;
 }
.footer_pattern{
   background-image: url(../img/index_img/footer_line.png);
   background-size: 200%;
   background-repeat: repeat-x;
   background-position: center top;
}
/* # =================================================================
   # 【タブレット縦 /スマートフォン横】
   # ================================================================= */
@media screen and (min-width: 481px){
.sp{display: none;}
.pc{display: block;}
.br-sp{display: none;}
/* ヘッダー */
.logo{
   width: 140px;
   margin-left: 4%;
}
.header_r{
  right: 12%;
}
/* メニュー */
.sp-menu{
   padding-top: 52px;
}
.i_sp img, .h_sp img{
   width: 300px;
}
.menu_sp_banner{
   width: 65%;
}
.menu_sp_banner img{
   width: 100%;
}
/* KV */
.swiper_pos{
   margin-top: 90px;
}
/* おすすめ商品*/
.sec_osusume .osusume_inner{
   width: 90%;
   margin: 0 auto;
   background-size: 100%;
}
.sec_osusume .osusume_container{
   background-size: 100%;
}
.sec_osusume .osusume_list .item{
   width: calc((100% - 50px) / 5);
}
.sec_osusume .osusume_list .item a{
   display: block;
   position: relative;
   width: 100%;
}
.sec_osusume .osusume_list .item a img {
   position: absolute;
   border-radius:50%;
   width: 100%;
   height: 100%;
   top: 0;
   object-fit: cover;
}

/* Sec01 */
.info_main{
   width: 90%;
   margin: 0 auto 90px;
}
.info_container{
   margin: 40px auto;
}
.info_l img{
   width: 150px;
   height: 150px;
   margin-left: 20px;
   margin-bottom: 20px;
}
/* Sec02 */
.pop_main{
   width: 90%;
   margin: 0 auto 60px;
}
.pop_main_title{
   display: block;
   margin-bottom: 40px;
}
.pop_container{
   margin: 0 auto;
}
.pop_inner{
   padding: 10px 15px 20px;
}
.pop_box{
   width: 30%;
   border-radius:8px;
   margin-bottom: 30px;
   margin-right: calc(10% / 2);
}
.pop_img{
   height: 130px;
   border-radius:8px 8px 0 0;
}
.rank1,.rank2,.rank3{
   top: 0px;
   left: 0px;
   width: 40px;
   height: 40px;
}
/* Sec03 */
/* Sec04 */
.sec34_main{
   width: 90%;
   margin: 0 auto 60px;
}
.sec34_box{
   width: 30%;
   margin-bottom: 30px;
}
.sec34_box img{
   height: 130px;
   border-radius: 8px 8px 0 0;
}
.sec34_inner{
   padding: 10px 15px 20px;
}
/* フッター */
.footer{
   padding: 100px 0 0;
}
}

/* # =================================================================
   # 【デスクトップ/タブレット横】
   # ================================================================= */
@media screen and (min-width: 769px){
.pc-only{display: block;}
.ipad{display: none;}
.wrapper{
   max-width: 1000px;
   margin: 0 auto;
}
.sec_wrapper{
   display: block;
   max-width: 1000px;
   padding: 80px 0 30px;
}
.menu-trigger{
   display: none;
}
/* ヘッダー */
.logo{
   width: 335px;
}
header{
   height: 90px;
   padding: 0;
   background-size: auto;
}
.header_container_pc{
   display: flex;
   justify-content: space-between;
   align-items: center;
   height: 90px;
}
.header_r{
   position: static;
   display: block;
}
.header_r img{
   width: 75px;
}
.trial{
   border: 2px solid #fff;
   border-radius: 6px;
   padding: 5px 10px;
}
/* ドロワーメニュー */
.menu-btn{
   display: none;
}

/* KV */
/* main */
/* おすすめ商品 */
.sec_osusume{
   width: 100%;
}
.sec_osusume .osusume_container{
   padding-top: 60px;
}
.sec_osusume .osusume_inner{
   width: 100%;
   padding-bottom: 40px;
}

.container{
   max-width: 1000px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
}
/* サイドバー */
.sec_left{
   display: block;
   width: 270px;
}
.side_container{
   width: 240px;
   
}
.side_img{
   display: block;
   margin-bottom: 10px;
}
.side_li{
   margin-bottom: 50px;
   border-radius: 5px;
   background: #f4f4f4;
}
.side_li li{
   list-style: none;
}
.side_li li a{
   position: relative;
   display: block;
   padding: 13px 9%;
   border-bottom: 1px solid #fff;
   font-size: 1.8rem;
   background: #f4f4f4;
   text-decoration: none;
}
.side_li li a::after{
   content:"";
   display: block;
   background-image: url( '../img/index_img/arrow.png'); 
   position: absolute;
   font-size: 3.2rem;
   top: calc(50% - 3.5px);
   right: 18px;
   height: 13px;
   width: 10px;
}
.side_li li a:hover{
   opacity: 0.3;
}
.side_li a{
   color: #000000;
}
.banner{
   margin-bottom: 20px;
}
.banner:hover{
   opacity: 0.8;
}
/* Sec01 */
.info_main{
   width: 100%;
   border: 2px solid #f4f4f4;
   border-radius: 4px;
   margin-bottom: 50px;
}
.info_main_title{
   width: 664px;
}
.info_main div:last-child{
   border-bottom: 0;
}
.info_container{
   width: 90%;
   margin: 20px auto;
   align-items: center;
}
.info_l img{
   width: 120px;
   height: 120px;
   margin-right: 40px;
}
.sec_right{
   width: 730px;
   margin: 0 auto 50px;
}
.info_main_title img{
   margin: 20px auto;
}
/* Sec02 */
.pop_main{
   width: 100%;
   border: 2px solid #f4f4f4;
   border-radius: 4px;
   padding-bottom: 50px;
   margin-bottom: 50px;
}
.pop_main_title{
   width: 664px;
   margin: 20px auto 30px;
}
.pop_main_title img{
   margin: 0 auto;
}
.pop_container{
   width: 90%;
}
.rank1,.rank2,.rank3{
   width: 50px;
   height: 50px;
}
.pop_box{
   border-radius: 10px;
}
.pop_inner h2{
   margin-bottom: 5px;
}
.pop_img{
   height: 135px;
   border-radius: 10px 10px 0 0;
}
/* Sec03 */
/* Sec04 */
.sec34_main{
   width: 100%;
   border: 2px solid #f4f4f4;
   border-radius: 4px;
   padding-bottom: 50px;
   margin-bottom: 50px;
}
.sec34_container{
   width: 90%;
   margin: 0 auto;
}
.sec34_main_title{
   margin: 20px auto 30px;
}
.sec34_main_title img{
   margin: 0 auto;
}
/* フッター */
.footer{
   padding-top: 7%;
    width: 800px;
    margin: 0 auto;
    display: block;
}
.footer_inner {
   width: 800px;
   display: flex;
   float: left;
   margin-bottom: 10px;
}
footer p {
   display: inline-block;
   font-size: 1.8rem;
   text-align: left;
}
.company{
   font-size: 2rem;
   margin-right: 20px;
   font-weight: bold;
   display: block;
   text-align: left;
}
footer ul {
   display: block;
   margin: 0 auto;
   width: 800px;
   font-size: 1.6rem;
}
.footer_pattern{
   background-size: auto;
}
}

@media screen and (max-width: 768px){

   .sp768{
      display: block;
   }

   /* ヘッダー */
   .logo{
      width: 50%;
   }
   .header_r{
      top: 15%;
   }
   .header_login{
      margin-right: 15px;
   }
   .header_login a,
   .header_entry a{
      font-size: 1.4rem;
      line-height: 1.2;
      display: block;
   }
   .swiper_pos{
      margin-top: 30px;
   }

   /* メインビジュアルスライダー */
   .swiper-parentDiv .swiper-slide{
      padding-left: 10px;
      padding-right: 10px;
   }

}