@charset "utf-8";
/* CSS Document */
html, body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "メイリオ", "Meiryo";
    margin: 0;
    padding: 0;
    color: #000;
}

body {
    line-height: 1.6;
   font-size: 1.6rem;
	
}

li {
    list-style: none;
}
a {
    color: #000;
}
.font_serif {
    font-family:"Noto Serif JP",serif, '游明朝', 'YuMincho', 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-weight: bold;
}

/* * ▼▼PC・スマホ出しわけ▼▼ */
.sp_only {
	display: none;
}

@media screen and (max-width: 736px) {	
	.sp_only {
		display: block;
	}
	
	.pc_only {
		display: none;
	}

    body {
        line-height: 1.6;
        font-size: 1.4rem;
    }


}

/***************************
 ** h2タイトル
 */
.h2_ttl {
    font-family:"Noto Serif JP",serif, '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    text-align: center;
    font-size: 3rem;
	font-weight: bold;
    border: none;
    color: #000;
    margin-bottom: 4rem;
}
.h2_ttl::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #c5c5c5;
    margin: 0.8rem auto 0;
}
@media only screen and (max-width: 736px) {
    .h2_ttl {
        font-size: 2rem;
    }
}

/*fsのタイトルを.h2_ttlと合わせる*/
.fs-c-heading--page{
    font-family:"Noto Serif JP",serif, '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    text-align: center;
    font-size: 3rem;
	font-weight: bold;
    border: none;
    color: #000;
    margin-bottom: 4rem;
}

.fs-c-heading--page::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #c5c5c5;
    margin: 0.8rem auto 0;
}

@media only screen and (max-width: 736px) {
    .fs-c-heading--page {
        font-size: 2.4rem;
    }
}


/***************************
 ** テキストカラー
 */
.text_red {
    color: #ab2323;
    font-weight: bold;
}

/***************************
 ** パターン入りの背景01
 */

.bg_img01 {
    background-image: url("https://sanukigoe.itembox.design/item/img/common/bg_img01.jpg");
}

/***************************
 ** シンプルボタン【白背景】
 */
.simple_btn {
    text-align: center;
    margin-bottom: 6rem;
}
.simple_btn a {
    font-size: 2rem;
    background: #fff;
    position: relative;
    align-items: center;
    max-width: 400px;
    padding: 15px 25px;
    color: #000;
    transition: 0.3s ease-in-out;
    border: 1px #000 solid;
    display: block;
    margin: 0 auto;
}
.simple_btn a:hover {
    background: #999999;
    color: #000;
    text-decoration: none;
}
.simple_btn a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.3s ease-in-out;
}


@media only screen and (max-width: 736px) {
.simple_btn a {
    font-size: 1.6rem;
	}
}


/***************************
 ** アコーディオン
 */
.accordion_container .accordion_item {
}
.accordion_container .accordion_btn {
  cursor: pointer;
}
.accordion_container .accordion_box {
  display: none;
}
	

/***************************
 ** ヘッダー
 */

/* headerの高さ調整*/
 .fs-l-header{
    padding-top: 80px;
    }
    
    @media only screen and (max-width: 736px) {
    .fs-l-header{
    padding-top: 196px;
    }
    }

/*headerの高さ分を調整　全ページにつける*/
 .header_adjustment{
	padding-top: 80px;
 }

 @media only screen and (max-width: 736px) {
    .header_adjustment {
        padding-top: 196px;
    }
}


.header {
    border-top: 5px solid #000;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c5c5c5;
    position: fixed !important; /* 位置を固定する */
    top: 0; /* 固定する位置を指定 */
    left: 0; /* 固定する位置を指定 */
    width: 100%; /* ヘッダーの幅 */
    height: 80px; /* ヘッダーの高さ */
    background: #fff;
    z-index: 999;
	position: relative;
}
.header_sp {
    display: none;
}
h1.logo {
    margin: 0;
    line-height: 0;
}
h1.logo img {
    width: 160px;
    height: auto;
}
.nav {
    display: flex;
    line-height: 4rem;
    position: absolute;
    right: 27rem;
    top: 2rem;
}
.nav_list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0 2rem 0 0;
    font-size: 1.4rem;
}
.nav_list a {
    text-decoration: none;
    padding: 10px;
    margin: 0 5px;
    color: #000;
    font-weight: bold;
}
.nav_list a:hover {
    /*background-color: #555;
*/
}
.nav_icon {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav_icon li
{
	padding-right: 10px;
}

.nav_icon img {
    width: auto;
    height: 28px;
}
.nav_icon a {
    text-decoration: none;
   
}

.header_search {
  position: absolute;
  top: 2rem;
  right: 23rem;
	text-align: right;
}
.header_search li.accordion_btn {
  display: inline;
}
.header_search li.accordion_btn::after {
    display: none !important;
}
.header_search li.accordion_box {
    display: none;
    width: 100vw;
    text-align: right;
    max-width: 500px;
    padding: 2rem;
    background: #fff;
    margin-top: 1rem;
    border: 1px #ccc solid;
}
	
	.header_search img {
		height: 28px;
		width: auto;
        cursor: pointer;
	}	
.fs-c-button--secondary {
  background: #000;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: none;
 min-width: 0;
}	

.fs-clientInfo.is-ready {
    display: block !important;
  }

  .fs-c-breadcrumb__list {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 2px;
  } 

.tel_btn_area{
    background-color: #ab2323;
    padding: 0.5rem 1.2rem;  
    text-align: center;
    line-height: 1.5;
}

.tel_btn_area a {
    color: #fff;
    text-decoration: none;
  }

  .tel_txt {
    font-size: 1.2rem;
  }

  .tel_number{
    font-weight: bold;
    font-size: 1.8rem;
  }


	
@media only screen and (max-width: 736px) {
 .header {
        display: block;
	 padding: 0;
    }
   .header_sp {
        align-items: center;
        left: 0; 
        width: 100%; 
        background: #fff;
	   display: block;
	   background: #fff;
     /*   border-bottom: 1px solid #c5c5c5;
        border-top: 1px solid #c5c5c5;*/
        padding: 0;
    }
	
	.nav {
    display: flex;
    line-height: 4rem;
    position: absolute;
    right: 4rem;
    top: 2rem;
}
	.nav_list {
		display: none;
	}
	h1.logo img {
    width: 140px;
    height: auto;
		padding: 5px;
}	
	.nav_icon img {
    width: auto;
    height: 24px;
}
	
	.header_search {
    position: absolute;
    right: 0.5rem;
		/*top:0.8rem;*/
    text-align: right;
}
.header_search li.accordion_box {
    right: -0.5rem;
    position: relative;
    box-sizing: border-box;
    margin-top: 1rem;
    width: 300px !important;
}
	
	.header_search img{
	    width: auto;
		height: 24px;
	}
	
	.nav_icon a{
		padding: 5px;
	}
	
	.nav_icon li
{
padding-right: 3px;
}

.nav_list_sp {
    display: flex;
    justify-content: space-around;
    padding: 0.8rem 0.2rem;
    font-size: 1.2rem;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 0.8rem;
}
.nav_list_sp:first-child {
    border-top: 1px solid #c5c5c5;
    border-bottom: none;
    margin-bottom: 0;
}



.nav_list_sp li a {
    font-weight: bold;
}


.tel_btn_area{
    display: none;
}

.tel_btn_area_sp{
    background-color: #ab2323;
    padding: 0.8rem;
    text-align: center;
    line-height: 1.5;
    width: 96%;
    margin: 0 auto;
}

.tel_btn_area_sp_flex {
    display: flex;
    justify-content: center;
}


.tel_btn_area_sp a {
    color: #fff;
    text-decoration: none;
  }

  .tel_txt_sp {
    font-size: 1.2rem;
    line-height: 2.1;
    margin-right: 1.2rem;
  }

  .tel_number_sp {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }



}


/***************************
 ** ページ下部　ロゴ・子どもイメージ
 */

 .bottom_area {
    line-height: 0;
 }
.bottom_area_logo {
    text-align: center;
}
.bottom_area_logo img {
    max-width: 250px;
}

.bottom_area_img img {
    width:100%;
}

@media screen and (max-width: 736px) {
	.bottom_area_logo img {
    max-width: 150px;
}
}


/***************************
 ** フッター
 */
.fs-l-footer {
    background: #000;
    border: none;
    margin-top: 0;
}
.footer_area {
    background: #000;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.footer_area a {
    color: #fff;
}
.footer_wrapper {
    max-width: 1200px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_payment {
    flex-basis: 40%;
}
.footer_payment_dl {
    flex-basis: 30%;
    box-sizing: border-box;
    padding: 2rem;
    background: #fff;
    color: #000;
    border-radius: 10px;
    margin-bottom: 3rem;
}
.footer_payment dt {
    font-weight: bold;
}
.footer_payment dd:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}
.footer_nav {
    flex-basis: 30%;
    margin: 0 5%;
}
.footer_nav li:not(:last-child) {
    margin-bottom: 1rem;
}
.footer_nav_ttl {
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
}
.foot_menu {
    flex-basis: 40%;
    line-height: 2;
    font-size: 1.4rem;
}
.foot_menu a {
    text-decoration: none;
}
.footer_guide {
    flex-basis: 25%;
}
.footer_info {
    flex-basis: 25%;
}
.sns_list {
    flex-basis: 50%;
}
.sns_list li {
    display: inline;
    margin-right: 1rem;
}
.sns_list li img {
    width: 36px;
}
.fs-p-footerSnsLink__item__icon img {
    width: 36px;
}

.fs-l-footer__utility{
	margin-bottom: 1rem;
}

.copy {
    font-size: 1rem;
}

.foot_submenu {
    font-size: 1.2rem;
    margin-left: 1.8rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 736px) {
    .footer_area {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .footer_wrapper {
        padding: 0 0.8rem;
        margin: 0 auto;
        display: block;
    }
    .footer_payment {
        padding: 0.8rem;
        margin-bottom: 1.5rem;
    }
    .footer_payment dt {
        font-size: 0.75rem;
    }
    .footer_payment dd:not(:last-child) {
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .footer_nav {
        margin: 0 0 2rem;
    }
    .foot_menu {
        margin-bottom: 2rem;
    }
    .foot_menu a {
        text-decoration: none;
    }
    .sns_list {
        margin-bottom: 2rem;
        text-align: center;
    }
    .sns_list li img {
        width: 24px;
    }
    .copyright {
        text-align: center;
    }
    .fs-p-footerPageTop {
        position: absolute;
        bottom: 2rem;
        right: 1rem;
        width: 2rem;
        height: 2rem;
    }
    .fs-p-footerPageTop a::after {
        width: 0.5rem;
        height: 0.5rem;
        top: 0.8rem;
        left: 0.7rem;
    }
	
	.copy {
    font-size: 1rem;
		text-align: center;
}
}


/***************************
 ** 任意商品表示（新着・売れ筋など）のコピーを非表示
 */
 .fs-c-productName__copy{
    display:none;
    }



/***************************
 ** headerの高さ分を調整　
 */
/*パンくずリストに設定*/
.fs-c-breadcrumb {
    font-size: 1.2rem;
  max-width:1200px;
  margin:0 auto;
   padding-top: 2rem;
  
  }
  
  @media only screen and (max-width: 736px) {
      .fs-c-breadcrumb {
          padding-top: 0;
      }
  }


/***************************
 ** 商品グループ管理　商品一覧に登録商品なしの場合、
「現在登録されている商品はありません。」の文言を非表示
 */

.fs-c-noResultMessage {
  display: none;
}