@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/*===========================================
01.reset
===========================================*/
body{
  min-width: 320px;
}
.clearfix::after {
  content:'';
  display: block; 
  clear:both;
}
#content{
  margin-top:0;
}
  #content-in{/*1colum*/
    max-width:1388px;
    margin-left:auto;
    margin-right:auto;
  }
@media screen and (max-width: 834px){
  #content-in{
    width: 100%;
  }
  main.main{
    padding:80px 20px 0;
  }
}
@media screen and (min-width: 835px){
  #content-in{
    width: calc(100% - 40px);    
  }
  main.main{
    padding:80px 20px 0;
  }
}

/*===========================================
02.root
===========================================*/
:root {
  --main-color: #00a2c9;/*水色*/
  --green-color: #5ab64a;/*緑色*/
  --yellow01-color: #f9b62b;/*黄色01*/
  --yellow01-color: #ffc956;/*黄色02*/
  --yellow01-color: #fc9d29;/*黄色03*/
  --yellow01-color: #ff6d3a;/*黄色04*/
  --red-color: #b81b25;/*赤*/
  --bule-color: #2168b2;/*濃青*/
  --gray01-color: #f4f4f4;/*グレー*/
  --black-color: #000000;/*黒*/
  --gray02-color: #e5e5e5;/*グレーボーダー*/
  /* mainなど大きなブロックの角丸 */
  --border-radius-regular: 4px;
  /* mainなど大きなブロックの角丸 */
  --border-radius-large: 18px;
  /* タグなど小さな角丸 */
  --border-radius-small: 2px;
}

.txt_caution__bodyTxt{
  font-size: 12px;
  color: var(--red-color);
}
/*===========================================
01.header
===========================================*/


/*01.header menu(pc)
===========================================*/
.header-container-in.hlt-top-menu .logo-header{
  padding:10px 0;
}
@media screen and (min-width: 1024px){
  #header-container-in{
    width: calc(100% - 40px);
    height: 94px;
  }
  .header-container-in.hlt-top-menu .logo-header img{
    max-height: 76px;
  }
  .header-container-in.hlt-top-menu .logo-header .site-name{
    padding: 0;
  }
  ul#menu-header_pc{
    justify-content: flex-end;
  }
  ul#menu-header_pc a{
    font-weight: bold;
  }
  ul#menu-header_pc .caption-wrap{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  ul#menu-header_pc a .caption-wrap::before{
    content: '';
    background-color: #eee;
    background: url(/wp/wp-content/themes/cocoon-child-master/img/common/icon_nav__header.png) no-repeat left top / contain;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 4px;
  }
  /*defalut*/
  .header-container .navi{
    padding-right:302px;
  }
  .header-container .btn_cv__header {
    width: 312px;
    position: absolute;
    top: 0;
    right: 0;
    z-index:2;
  }
}
#navi .navi-in>ul>li{
  height: 36px !important;
  line-height: 36px !important;
}
#navi .navi-in>ul>li>a{
  padding: 0 0.5em !important;
  font-size: min(1.5vw,16px);
}
.header-container .btn_cv__header {
  width: 312px;
  position: absolute;
  top: 0;
  right: 0;
  z-index:2;
}

@media screen and (max-width: 1023px){
  .header-container .btn_cv__header {
    display:none;
  }
}
@media screen and (max-width: 1023px){
  nav#navi ul.mobile-header-menu-buttons label#navi-menu-open{
    display:none;
  }
}

/*------------------------------------------------
header固定時
------------------------------------------------*/
.fixed-header #header-container-in,
.fixed-header .header-container-in.hlt-top-menu .logo-header img{
  height: 60px;
}
.fixed-header .header-container-in.hlt-top-menu .logo-header{
  padding:0;
}
.fixed-header ul#menu-header_pc a{
  font-size: 14px;
}
@media screen and (min-width: 1024px){
  /*fixed*/
  .fixed-header .btn_cv__header img{
    display:none;
  }
  .fixed-header .navi{
    padding-right: 20.5%;
  }
  .fixed-header .btn_cv__header {
    width: 20.5%;
    height: 60px;
  }
  .fixed-header .btn_cv__header a{
    background: url(/wp/wp-content/themes/cocoon-child-master/img/common/btn_tel__header_m.jpg) no-repeat top right / contain;
    height: 60px;
    display: block;
  }
}
@media screen and (max-width: 1240px) and (min-width:1025px){
  .fixed-header .navi{
    padding-right:120px;
  }
  .fixed-header .btn_cv__header {
     width: 120px;
     height: 60px;
  }
  .fixed-header .btn_cv__header a{
    background: url(/wp/wp-content/themes/cocoon-child-master/img/common/btn_tel__header_s.png) no-repeat top right / contain;
    height: 50px;
    margin: 5px;
  }
}
@media screen and (min-width: 1241px){
  .fixed-header .navi{
    padding-right: 400px;
  }
  .fixed-header .btn_cv__header {
    width: 416px;
    height: 60px;
  }
  .fixed-header .btn_cv__header a{
    background: url(/wp/wp-content/themes/cocoon-child-master/img/common/btn_tel__header_m.jpg) no-repeat top right / contain;
    height: 60px;
    display: block;
  }
}

.fixed-header #navi .navi-in>ul>li>a{
  padding: 0 1em;
}

/*01.header menu(mobile)
===========================================*/
.mobile-menu-buttons .menu-button{
  justify-content: flex-start !important;
}
.mobile-menu-buttons .menu-button{
  width: 50%;
}
ul.mobile-header-menu-buttons li:nth-child(1){
  width: 140px;
}
ul.mobile-header-menu-buttons li:nth-child(2){
  width: 110px;
  display: block;
  margin: 5px;
}
ul.mobile-header-menu-buttons li:nth-child(2) a{
  line-height:1;
}
ul.mobile-header-menu-buttons li:nth-child(3){
  width: 50px;
  display:block;
  margin: 5px;
}

label#navi-menu-open{
  display: block;
  background-color: #00a1c9;
  border-radius: 4px;
  width: 50px;
  line-height: 0;
}
@media screen and (max-width: 1023px) {
  body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    margin-top: 62px;
  }
}
.logo-menu-button img{
  max-height: 64px;
}



/*01.add style
===========================================*/

@media screen and (min-width: 1620px) {
  nav#navi ul#menu-headermenu_sp{
    display: none;
  }
}
@media screen and (max-width: 1619px) {
  ul#menu-header_pc{
    display: none;
  }
  nav#navi ul#menu-headermenu_sp{
      list-style: none;
      padding: 0;
      float: right;
  }
  nav#navi ul.mobile-header-menu-buttons li:nth-child(1){
      width: 100px;
  }
  nav#navi ul.mobile-header-menu-buttons label#navi-menu-open{
    width: 100px;
  }
}
@media screen and (max-width: 1023px){
  ul#menu-header_pc{
    display: none;
  }
  nav#navi ul.mobile-header-menu-buttons label#navi-menu-open{
    width: 100px;
  }
}

/*===========================================
info closing term(休暇中お知らせ)
===========================================*/
.block_info_closing{
  max-width: 1040px;
  margin: min(30px, 5%) auto;
  background: #ffe2e2;
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
h3.ttl__info_closing{
  font-weight: bold;
  color: #d71a18;
  text-align: center;
  font-size: 14px;
  width: 100%;
  padding:0 10px;
  line-height: 1.4;
  border: 0;
  margin: 0.5em 0;
}
.contents__info_closing{
  width:100%;
  padding:0 10px;
}
.contents__info_closing p{
  margin: 0.5em 0;
  line-height: 1.4;
}
.txt01__info_closing{
  font-size: 13px;
}
.txt02__info_closing{
  font-size: 18px;
  font-weight: bold;
}
.txt03__info_closing{
  font-size: 12px;
}
@media screen and (min-width: 768px){
  .block_info_closing{
    border-radius: 4px;
    padding: 20px;
    width: 100%;
  }
  h3.ttl__info_closing{
    font-size: 16px;
    width: calc((100% / 12) * 3);
  }
  .contents__info_closing{
    width: calc((100% / 12) * 9);
  }
  .contents__info_closing p{
    margin: 5px 0;
  }
  .txt01__info_closing{
    font-size: 14px;
  }
  .txt02__info_closing{
    font-size: 20px;
  }
  .txt03__info_closing{
    font-size: 12px;
  }
}
@media screen and (max-width: 767px){
  h3.ttl__info_closing br{
    display: none;
  }
  .contents__info_closing{
    text-align: center;
  }
}
/*top only------------------------------------*/
@media screen and (min-width: 768px){
  .block_info_closing.top_info{
    width: 92%;
  }
}

/*01.footer menu(mobile)
===========================================*/
.footer-bottom{
  padding-bottom: 90px;
}
/*ul#menu-footer_mobile::before{
  width: 100%;
  height: 31px;
  content: '';
  display: block;
  position: absolute;
  top: -31px;
  z-index: 1;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/common/obj_menu-footer_mobile.jpg) no-repeat center bottom / contain;
}*/
/*ul#menu-footer_mobile::after{
  width: 100%;
  height: 31px;
  background-color: #ffc809;
  content: '';
  display: block;
  position: absolute;
  top: -31px;
  z-index: 0;
}*/
ul#menu-footer_mobile li a{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 70px;
}
ul#menu-footer_mobile li span{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 15px 5px;
}
ul#menu-footer_mobile .request__cv .icon{
  width: 2.5em;
  height: 2em;
  padding: 0;
  background:url(/wp/wp-content/themes/cocoon-child-master/img/common/icon_cv01_mb.png) no-repeat center center / contain;
  display: inline-block;
      margin-left: -1em;
}
ul#menu-footer_mobile .tel__cv .icon{
  width: 2.5em;
  height: 2em;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/common/icon_cv03_mb.png) no-repeat center center / contain;
  padding: 0;
  display: inline-block;
      margin-left: -1em;
}
/*--------------------------------------------------
modal　追従ナビの電話タップのみモーダル表示
--------------------------------------------------*/
.modal-container{
  letter-spacing: 0.1em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 3;
}
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
}
.hd_modal01{
  background: #00a1c9;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  font-size: 15px;  
}
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.modal-content{
  background: #fff;
  padding: 0 0 30px;
}
.num_tel__modal01{
  padding: 25px 30px 10px;
}
.num_tel__modal01 a{
  display: block;
}
.btn_tel__modal01 a{
  background-color: #b81b25;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 8px;
  border-radius: 30px;
  width: 80%;
  max-width: 390px;
  margin: 0 auto 10px;
}
.num_tel__modal01 img{
  max-width: 300px;
  width: 100%;
}
.link_mail__modal01 a{
  text-align: center;
  color: #333;
  font-size: 1em;
  cursor: pointer;
  text-decoration: underline;
}

/*01.slide in menu(mobile)
===========================================*/
.menu-content{
  width: 100%;
  background-color: #00a1c9;
  max-width: 100%;
  color: #fff;
}
.menu-close-button {
  width: 60px;
  margin-left: calc(100% - 60px);
}
.menu-content .menu-drawer{
  padding: 0;
}
ul.menu-drawer li{
  border-color: #fff;
  border-bottom: 1px solid #fff;
  width: 100% !important;
  margin:0 !important;
}
.menu-drawer a{
  padding: 1em;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.btn_tel__slideinmenu{
  margin:50px 40px;
  text-align: center;
}
.btn_tel__slideinmenu img{
  max-width: 450px;
  width: 90%;
}


/*===========================================
01.footer
===========================================*/
.footer_deco{
  height:133px;
  width:100%;
  background:url(/wp/wp-content/themes/cocoon-child-master/img/common/bg_footer.jpg) repeat-x center bottom;
  background-size:auto;
}

/*01.cv page bottom
===========================================*/
#cv__page-bottom{
  width:calc(100% - 60px);
  max-width:calc(1024px + 20px);
  margin-left:auto;
  margin-right:auto;
  padding-top:60px;
}
@media screen and (max-width: 834px){
  #cv__page-bottom{
    width:calc(100% - 30px);
  }
}
/*cv list common ---------------------------*/
.list_conversion{
  display:flex;
  flex-wrap:wrap; 
}
.request__cv a,
.online__cv a,
.tel__cv a{
  display:block;
  width:100%;
  color:#ffffff;
  text-align:center;  
}
.request__cv a{background-color:#00a1c9;}
.online__cv a{background-color:#2168b2;}
.tel__cv a{background-color:#5ab64a;}

@media screen and (min-width: 835px){
  .request__cv a:hover{background-color:#0091b5;}
  .online__cv a:hover{background-color:#1e5da0;}
  .tel__cv a:hover{background-color:#51a342;}
}
.block_conversion h2{
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
}
.block_conversion h2:before,
.block_conversion h2:after{
  content: '';
  display: block;
  background: #000;
  border-radius: 2px;
}
.block_conversion h2:before{
  transform: rotate(-30deg);
}
.block_conversion h2:after{
  transform: rotate(30deg);
}
#cv__page-bottom a{
  text-decoration:none;
  font-weight:bold;
  border-radius:4px;
  font-size:18px;
}
#cv__page-bottom span{
  width:100%;
  display:block;
  line-height:1;
}
#cv__page-bottom span.arrow{
  text-align:right;
}
#cv__page-bottom .request__cv,
#cv__page-bottom .online__cv,
#cv__page-bottom .tel__cv{
  width:calc(((100% / 12) * 4) - 20px);
  padding:0;
  margin:0 10px 60px;
}
@media screen and (max-width: 834px){
  .block_conversion h2{
    font-size: 20px;
    margin-bottom: 25px;
    line-height:1.4;
  }
  .block_conversion h2:before,
  .block_conversion h2:after{
    height: 2.2em;
    width: 2px;
  }
  .block_conversion h2:before{
    margin-right: 15px;
  }
  .block_conversion h2:after{
    margin-left: 15px;
  }
  #cv__page-bottom a{
    padding: 20px 15px 15px;
    font-size:13px;
  }
  #cv__page-bottom .request__cv,
  #cv__page-bottom .online__cv,
  #cv__page-bottom .tel__cv{
    width:calc(((100% / 12) * 4) - 10px);
    margin:0 5px 30px;
  }

  #cv__page-bottom a span.txt{
    line-height: 1.6;
    margin-bottom: 10px;
    letter-spacing: 0.07em;
  }
  #cv__page-bottom a span.arrow{
    text-align:center;
  }
}
@media screen and (min-width: 768px){
  .block_conversion h2{
    font-size: 34px;
    margin-bottom: 40px;
  }
  .block_conversion h2 br{
    display:none;
  }
  .block_conversion h2:before,
  .block_conversion h2:after{
    height: 1.2em;
    width: 4px;
  }
  .block_conversion h2:before{
    margin-right: 30px;
  }
  .block_conversion h2:after{
    margin-left: 30px;
  }
  .request__cv a br,
  .online__cv a br,
  .tel__cv a br{
    display:none;
  }
  #cv__page-bottom a{
    padding: 30px 17px 17px;
    font-size:18px;
  }
  #cv__page-bottom span.arrow{
    text-align:right;
  }
  #cv__page-bottom .request__cv,
  #cv__page-bottom .online__cv,
  #cv__page-bottom .tel__cv{
    width:calc(((100% / 12) * 4) - 20px);
    margin:0 10px 60px;
  }
}

/*01.site map
===========================================*/
#menu__page-bottom{
  background: #5ab64a;
}
.menu_footer .inner{
  padding:60px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.menu_footer a{
  color:#ffffff;
  text-decoration:none;
}
ul.menu__page-bottom{
  list-style-position:inside;
  width:20%;
  padding-left: 0;
}
ul.menu__page-bottom li{
  list-style-image: url("/wp/wp-content/themes/cocoon-child-master/img/common/icon_list.svg");
  margin-bottom:1em;
}

ul.menu__page-bottom li a{
  font-size:15px;
  font-weight:bold;
}
ul.sub_menu__page-bottom{
  display:flex;
  flex-wrap:wrap;
  padding-left:0;
}
ul.sub_menu__page-bottom li{
  list-style:none;
  width:calc(100% / 2);
  margin-bottom:5px;
}
ul.sub_menu__page-bottom li a{
  font-size:13px;
  font-weight:normal;
  display:inline-block;
  width:100%;
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  .menu_footer .inner{
    justify-content: flex-start;
  }
  ul.menu__page-bottom{
    list-style-position:inside;
    width:calc((100% / 3));
  }
}
@media screen and (max-width: 1023px) and (min-width:835px){
  ul.menu__page-bottom:nth-child(n+4){
    margin-top:30px;
  }
}
@media screen and (min-width:835px){
  ul.sub_menu__page-bottom{
    margin-top:10px;
  }
  ul.menu__page-bottom li{
    padding:0;
  }
  ul.menu__page-bottom li:last-child{
    margin-bottom:0px;
  }
}
/*834px以下*/
@media screen and (max-width: 767px){
  .menu_footer .inner{
    width:100%;
  }
  ul.menu__page-bottom{
    width:100%;
    padding:0;
    margin:0;
  }
  ul.menu__page-bottom>li{
    border-bottom:1px solid #fff;
    margin-bottom:0;
    padding: 10px 20px;
  }
  ul.menu__page-bottom>li>a{
    font-size: 15px;
    padding: 1em 0;
    display: inline-block;
    width: calc(100% - 1.1em);
  }
  ul.sub_menu__page-bottom li{
    width:calc(100% / 4);
    margin-bottom:10px;
  }
  ul.sub_menu__page-bottom li a{
    font-size:13px;
  }
  ul.sub_menu__page-bottom.sub_menu02 li{
    width: auto;
    padding-right: 1em;
  }
}
/*01.caution footer
===========================================*/
.caution__footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.read_caution__footer{
  width: calc((100% / 5)* 4);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.red_caution__footer{
  width:11em;
  font-weight:bold;
  line-height:2;
}
.txt_caution__footer,
.example_caution__footer{
  font-size:12px;
}
.example_caution__footer p span{
  margin-right: 0.2em;
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.example_caution__footer span img{
  width:1.3em;
  height:1.3em;
  margin-right:0.2em;
}
.wrp_companyInfo__footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px){
  .caution__footer{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .read_caution__footer{
    width: 100%;
    background-color:#f8e8e9;
    border-radius:2px;
    padding:20px;
  }
  .red_caution__footer{
    background-color: transparent;
    color: #b81b25;
    text-align: left;
    border-radius: 0;
    padding: 0;
  }
  .txt_caution__footer{
    width:100%;
  }
  .example_caution__footer{
    width:100%;
    padding:10px 0 30px;
    border-bottom:#eee solid 1px;
  }
  .example_caution__footer p{
    display: flex;
  }
  .wrp_companyInfo__footer{
    margin:0 auto;
    width:calc(100% - 40px);
  }
  .logo__footer{
    width: 80%;
    margin-right:0;
    text-align: center;
  }
  .example_caution__footer p span{
    padding-right: 1em;
  }
}
@media screen and (min-width: 768px){
  .caution__footer{
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .red_caution__footer{
    background-color:#b81b25;
    color:#ffffff;
    padding:0 1em;
    text-align:center;
    margin-right:1em;
    border-radius:4px;
  }
  .txt_caution__footer{
    width:calc(100% - 16em);
  }
  .example_caution__footer{
    width:20%;
    padding:0 0 0 20px;
    border-left:1px solid #e1e1e1;
  }
  .logo__footer{
    width: 190px;
    margin-right: 20px;
  }
}

.tel__footer img{
  width: 100%;
}

/*reset*/
footer.footer{
  padding:0;
  margin-top:0;
}
#footer-in.wrap{
  width: 100%;
}

#container.wrap{
  width:100%;
}
/*===========================================
06.information add
===========================================*/
.block_top_info{
  max-width: 1040px;
  margin:0 auto;
  background: #ffe2e2;
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

h3.ttl__top_info{
  font-weight: bold;
  color: #d71a18;
  text-align: center;
  font-size: 18px;
  width: 100%;
  padding:0 10px;
  line-height: 1.4;
  border: 0;
  margin: 0.5em 0;
}
.contents__top_info{
  width:100%;
  padding:0 10px;
}
.contents__top_info p{
  margin: 0.5em 0;
  line-height: 1.4;
}
.txt01__top_info{
  font-size: 13px;

}
.txt02__top_info{
  font-size: 20px;
  font-weight: bold;
}
.txt03__top_info{
  font-size: 13px;
}
@media screen and (min-width: 768px){
  .block_top_info{
    border-radius: 4px;
    padding: 20px;
    width: 92%;
  }
  h3.ttl__top_info{
    font-size: 18px;
    width: calc((100% / 24) * 5);
    min-width: 7em;
  }
  .contents__top_info{
    width: calc((100% / 24) * 19);
  }
  .contents__top_info p{
    margin: 5px 0;
  }
  .txt01__top_info{
    font-size: 14px;
  }
  .txt02__top_info{
    font-size: 22px;
  }
  .txt03__top_info{
    font-size: 14px;
  }
/*  .txt03__top_info br{
    display: none;
  }*/
}
@media screen and (max-width: 767px){
  h3.ttl__top_info br{
    display: none;
  }
  .contents__top_info{
    text-align: center;
  }
/*  .txt03__top_info span{
    display: none;
  }*/
}

.block_top_info_link{
  padding: 0;
  justify-content: space-between;
}
.block_top_info_link h3.ttl__top_info{
  width: calc((100% / 24) * 5);
}
.block_top_info_link .contents__top_info{
  width: calc((100% / 24) * 16);
}
.block_top_info_link .link__top_info{
  width: calc((100% / 24)* 3);
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.block_top_info_link .link__top_info a{
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  background-color: #d71a18;
}
@media screen and (min-width:1001px){
  .block_top_info_link .link__top_info a{
    padding: 63px 0;
  }
}
@media screen and (min-width: 768px) and (max-width:1000px){
  .block_top_info_link h3.ttl__top_info{
    width: 150px;
  }
  .block_top_info_link .contents__top_info{
    width: calc(100% - 240px);
  }
  .block_top_info_link .link__top_info{
    width: 90px;
  }
  .block_top_info_link .link__top_info a{
    padding: min(74px,100%) 0;
  }
}
@media screen and (min-width: 768px){
  .block_top_info_link{
    padding: 0;
  }
  .block_top_info_link .contents__top_info{
    padding:20px 1em;
  }
  .block_top_info_link .link__top_info a:hover{
    background-color: #b81b25;
  }
  .block_top_info_link .link__top_info a .arrow{
    width: 100%;
    height: 1.5em;
    margin-top: 5px;
    display: block;
    background: url(/wp/wp-content/themes/cocoon-child-master/img/common/arrow_r.png) no-repeat center center / contain;
    text-align: center;
  }
}
@media screen and (max-width: 767px){
  .block_top_info_link h3.ttl__top_info,
  .block_top_info_link .contents__top_info,
  .block_top_info_link .link__top_info{
    width: 100%;
  }
  .block_top_info_link{
      padding: 20px 0 0;    
  }
  .block_top_info_link .link__top_info a br{
    display: none;
  }
  .block_top_info_link .link__top_info a{
    line-height: 3;
    font-size: 1.2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .block_top_info_link .link__top_info a .arrow{
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    background: url(/wp/wp-content/themes/cocoon-child-master/img/common/arrow_r.png) no-repeat center center / contain;
    text-align: center;
  }
}


/*===========================================
01.sidebar
===========================================*/
.sidebar{
  background-color: transparent;
  padding: 0 0 0 20px;
}
.sidebar h3{
  padding:0;
  margin: 0.5em 0;
  font-size: 16px;
  background-color: transparent;
}

/*===========================================
01.common parts
===========================================*/
.max1024{
  max-width:1024px;
  margin-right: auto;
  margin-left: auto;
}
.max768{
  max-width:768px;
  margin-right: auto;
  margin-left: auto;
}
.wrp_flex{
 display:flex;
 flex-wrap:wrap;
}
@media screen and (max-width: 767px){
  .dpc{display:none;}
}
@media screen and (min-width: 768px){
  .dsp{display:none;}
}

@media screen and (max-width: 1023px){
  .admin-bar:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons){
    margin-top: calc(64px - var(--wp-admin--admin-bar--height));
  }
}

/*section*/

@media screen and (min-width: 835px){
  section{
    padding-top:60px;
    padding-bottom:60px;
  }
}
@media screen and (max-width: 834px){
  section{
    padding-top:30px;
    padding-bottom:30px;
  } 
}
.inner{
  width:calc(100% - 40px);
  margin-left:auto;
  margin-right:auto;
}

.wrp_breadcrumb{
  width: calc(100% - 40px);
  max-width:1366px;
  margin:10px auto;
}
.wrp_breadcrumb a{
  color:#b2b2b2;
  text-decoration:none;
}
@media screen and (max-width: 834px){
  .wrp_breadcrumb{
    font-size:12px;
  }
}
/*element----------------------------------*/
hr{
  border-radius: 0 !important;
  margin: 40px auto !important;
  border-color: #e5e5e5 !important;
  max-width:1024px;
}
@media screen and (min-width: 768px){
  hr{
    margin: 60px auto !important;
  }
}

/*botton----------------------------------*/
.btn_more{
  width:360px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.btn_more a{
  display: block;
  font-weight: bold;
  text-decoration:none;
  border-radius:56px;
  padding:1em 0;
  line-height: 1em;
  background-color:#00a1c9;
  color:#ffffff;
  position:relative;
}
.btn_more a::after{
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/common/arrow_r.png) no-repeat center center / contain;
  position: absolute;
  right: 0.7em;
  top: 0.7em;
}
.btn_more.btn_red a{
  background-color:#b81b25;
}
@media screen and (max-width: 767px){
  .btn_more{
    width:100%;
    max-width:320px;
  }
  .btn_more a{
    border-radius:56px;
  }
  .btn_more a{
    font-size:16px;
  }
}
@media screen and (min-width: 768px){
  .btn_more a:hover{
    background-color:#0091b5;
  }
  .btn_more.btn_red a:hover{
    background-color:#a51821;
  }
  .btn_more a{
    font-size:18px;
  }
}

.btn_txt a,
.btn_txt span{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.btn_txt a::before,
.btn_txt span::before{
  content:'';
  background: url(/wp/wp-content/themes/cocoon-child-master/img/common/arrow_rm_b.png) no-repeat center center / contain;
  width:15px;
  height:15px;
  display:inline-block;
  margin-right:10px;
}

/*botton cv----------------------------------*/
.btn_apply{
  width:100%;
  max-width: 360px;
  margin-left:auto;
  margin-right:auto;    
  margin-bottom: 0 !important;
}
.btn_apply a{
  text-align: center;
  background-color:#b81b25;
  color: #fff;
  font-size: 20px;
  width: 100%;
  display: block;
  border-radius: 2em;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 1em;
  position:relative;
}
.btn_apply a::after{
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/common/arrow_r.png) no-repeat center center / contain;
  position: absolute;
  right: 0.5em;
  top: 0.6em;
}


@media screen and (max-width: 767px){
  .btn_apply{
    width:100%;
    max-width:320px;
  }
  .btn_apply a{
    border-radius:56px;
  }
}

/*entry card-------------------------------*/
.related-entry-card-meta,
.entry-card-meta{
  position:relative !important;
  text-align:left !important;
  margin-bottom:5px;
  color:#999999;
}
.e-card-info{
  display: block !important;
}
.entry-date{
  margin-left:0;
}
@media screen and (min-width: 768px){
  a.a-wrap:hover{
    background-color:transparent;
  }
  a.a-wrap .entry-card-content{
    opacity:1;
    transition: all .6s ease-out;
  }
  a.a-wrap:hover .entry-card-content{
    opacity:0.7;
    transition: all .6s ease-out;
  }
  a.a-wrap .entry-card-thumb{
    overflow: hidden;
  }
  a.a-wrap .entry-card-thumb img {
    transition: all .6s ease-out 0.1s;
  }
  a.a-wrap:hover .entry-card-thumb img {
    transform: scale(1.1);
    transition: all .6s ease-out 0.1s;
  }  
}

/*===========================================
01.archive
===========================================*/
/*
#content
>#content-in
>main
>article(category-content)
>header(article-header category-header)
>entry-content(category-page-content)
*/
/*body.archive #content-in main#main{
  padding: 0;
}*/
/*title------------------------------------*/
h1.archive-title span.fa{display:none;}

h1.archive-title{
  text-align: center;
}
h1.archive-title::after{
  text-align: center;
  background-color: #00a1c9;
  width: 2em;
  content: '';
  display: block;
}
@media screen and (max-width: 767px){
  h1.archive-title{
    font-size:28px;
    margin-bottom:30px;
  }
  h1.archive-title::after{
    margin: 10px auto 0;
    height: 2px;
  }
}
@media screen and (min-width: 768px){
  h1.archive-title{
    font-size: 36px;
    margin-bottom: 60px;
  }
  h1.archive-title::after{
    margin: 35px auto 0;
    height: 4px;
  }
  p.txt_intro{
    text-align: center;
  }
}



/*category contents-------------------------*/
article.category-content{
  max-width: 1024px;
  margin: 0 auto;
}
/* アンカーリンク */
.anchor{
  justify-content:center;
}
.anchor div{
  width:auto;
  margin:0 0.5em 0.5em;
}
.anchor div a{
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 5px 1em;
  background-color: #006699;
  line-height: 2;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  min-width: 6em;
}

/*list--------------------------------------*/
body.archive #list{
  max-width: 1024px;
  margin: 0 auto;
}

/*===========================================
01.page / single
===========================================*/
/*single
-------------------------------------------*/
h1.entry-title{
  text-align:center;
  margin-bottom:1.5em;
}
h1.entry-title::after{
  background-color: #00a1c9;
  width:2em;
  content:'';
  display:block;
  margin:1em auto 0;
}
@media screen and (max-width: 767px){
  h1.entry-title{
    font-size:26px;
  }
  h1.entry-title::after{
    height:2px;
  }
}
@media screen and (min-width: 768px){
  h1.entry-title{
    font-size:36px;
  }
  h1.entry-title::after{
    height:4px;
  }
}

/*ページ送り*/
.pager-post-navi a figure{
  display: none;
}

/*decration*/
.middle_deco__single{
  height:110px;
  width:100%;
  background:url(/wp/wp-content/themes/cocoon-child-master/img/top/bg_middle.jpg) repeat-x center bottom / auto;
}
@media screen and (max-width: 834px){
  .middle_deco__single{
    height:60px;
    margin-top: 80px;
  } 
}
@media screen and (max-width: 480px){
  .middle_deco__single{
    height:40px;
    margin-top: 30px;
  } 
}
/*page
-------------------------------------------*/

/*===========================================
01.Not Found(404.php)
===========================================*/

body.error404 h1.entry-title{
  text-align:center;
  padding-left: 0;
  padding-right: 0;
}
body.error404 h1.entry-title::after{
  text-align:center;
  background-color: #00a1c9;
  width:2em;
  content:'';
  display:block;
}
.txt__404{
  font-size: 1.2em;
  margin:0 auto 2em;
  width: calc(100% - 40px);
}
.note__404{
/*  font-size: 10px;*/
font-size: 12px;
  margin:1em auto 2em;
}

@media screen and (max-width: 834px){
  body.error404 #content-in main#main{
    border-radius:8px;
  }
  body.error404 h1.entry-title{
/*    font-size:24px;*/
font-size:26px;
    margin-bottom:1em;
  }
  body.error404 h1.entry-title::after{
    margin:20px auto 0;
    height:2px;
  }
  .txt__404{
    text-align: left;
  }
  body.error404 p br{
    display: none;
  }
}
@media screen and (min-width: 835px){
  body.error404 #content-in main#main{
    border-radius:18px;
  }
  body.error404 h1.entry-title{
/*    font-size:34px;*/
font-size:36px;
    margin-bottom:2em;
  }
  body.error404 h1.entry-title::after{
    margin:35px auto 0;
    height:4px;
  }
  .txt__404,
  .note__404{
    text-align: center;
  }
}

/*3colum & 4colum & 5colum----------*/
.list_3column,
.list_4column,
.list_5column{
  column-gap:0;
  align-items: flex-start;
}
@media screen and (max-width: 767px){
  .list_3column .entry-card-wrap,
  .list_4column .entry-card-wrap,
  .list_5column .entry-card-wrap{
    margin:0 0px 30px;
  }
}
/*3colum----------------------------*/
.list_3column .entry-card-wrap{
  width:calc(((100% / 12) * 4));
  padding:0 10px;
  margin:0 0 30px;
}
@media screen and (max-width: 767px){
  .list_3column .entry-card-wrap{
    width:calc((100% / 12) * 6);
  }
}
@media screen and (min-width: 768px) and (max-width:960px){
  .list_3column .entry-card-wrap{
    width:calc((100% / 12) * 4);
  }
}
/*4colum----------------------------*/
.list_4column .entry-card-wrap{
  width:calc((100% / 12) * 3) ;
  padding:0px 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px){
  .list_4column .entry-card-wrap{
    width:calc((100% / 12) * 6);
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width:960px){
  .list_4column .entry-card-wrap{
    width:calc((100% / 12) * 3);
  }
}
/*5colum----------------------------*/
.list_5column .entry-card-wrap{
  width:calc(100% / 5) ;
  padding:0px 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px){
  .list_5column .entry-card-wrap{
    width:calc((100% / 12) * 6);
  }
}

@media screen and (min-width: 768px) and (max-width:960px){
  .list_5column .entry-card-wrap{
    width:calc((100% / 12) * 4);
  }
}



/*tag new
-----------------------------------------*/
article.tag-new-post figure{
  position: relative;
}
.entry-card-shop article.tag-new-post figure::before,
.list_shop__archive article.tag-new-post figure::before,
.wrp_shop__top article.tag-new-post figure::before{
  width: 150%;
  content: '';
  display: block;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/product/common/icon_new.png) no-repeat left top / contain;
  position: absolute;
  top:0;
  z-index: 2;
}
.entry-card-shop article.tag-new-post figure::before{
  height: 100%;
}
.list_shop__archive article.tag-new-post figure::before{
  height: 200%;  
}
.wrp_shop__top article.tag-new-post figure::before{
  height: 200%;
}
body.archive .wrp_shop__top article.tag-new-post figure::before{
  height: 250%;
}
@media screen and (min-width: 768px){
  .list_shop__archive article.tag-new-post figure::before{
    height: 170%;  
  }
}




/*===========================================
01.page
https://rfrstg.cj-web.com/menu/
https://rfrstg.cj-web.com/menu/kitchen/
https://rfrstg.cj-web.com/menu/repair/
https://rfrstg.cj-web.com/faq/
https://rfrstg.cj-web.com/request/
https://rfrstg.cj-web.com/flow/
===========================================*/

/*===========================================
01.page 1colum
https://rfrstg.cj-web.com/menu/
https://rfrstg.cj-web.com/faq/
https://rfrstg.cj-web.com/request/
https://rfrstg.cj-web.com/flow/
===========================================*/

/*===========================================
01.page 2colum
https://rfrstg.cj-web.com/menu/kitchen/
https://rfrstg.cj-web.com/menu/repair/
===========================================
#content-in.wrap{
  width: calc(100% - 60px);
  max-width: 1188px;
}
*/


/*page / single*/
.obi.post_menu{
  color:#fff;
  font-weight:bold;
  text-align:center;
  font-size:28px;
  background-color:#00a2c9;
  padding:1em;
  line-height:1;
}
.ttl_pagetop p,
.ttl_pagetop h1{
  z-index:2;
  position:relative;
}
@media screen and (max-width: 767px){
  .obi.post_menu{
    font-size: 22px;
  }  
}
/*===========================================
06.information
===========================================*/
.list_info{
  border-top:1px solid #e5e5e5;
  max-width:1024px;
  margin-right: auto;
  margin-left: auto;
}

.entry-card-information{
  padding:20px 5px;
  border-bottom:1px solid #e5e5e5;
  color:#000000;
  text-decoration:none;
  display:flex;
  flex-wrap:wrap;
  align-items: flex-start;
}
.list_info .tag_info{
  width: 7em;
  font-size:13px;
  line-height:2;
  font-weight:bold;
  text-align:center;
  color:#ffffff;
  background-color:#00a2c9;
  padding:0.3em 1em;  
  border-radius:2px;
}
.list_info .tag_sale{
  background-color:#b81b25;
}
.list_info .tag_open{
  background-color:#5ab64a;
}

.list_info .post-date{
  display: inline-block;
  padding-top: 0.3em;
}

.list_info .txt_info{
  font-size:1em;
  padding-top: 0.3em;
  line-height: 1.8;
}
.date_info{
  font-weight: bold;
}
@media screen and (max-width: 767px){
  .list_info{
    width: 100%;
  }
  .list_info .txt_info{
    width: 100%;
    display: block;
  }
  .list_info .tag_info{
    font-size:11px;
    padding:5px 8px;
    line-height: 1.5;
  }
  .list_info .post-date{
    font-size: 14px;
    line-height: 1.4;
    padding-left: 1em;
  }
  .list_info .txt_info{
    width: 100%;
    padding-top:0.5em;
  }
}
@media screen and (min-width: 768px){
  .list_info{
    width: calc(100% - 40px);
  }
  a.entry-card-information{
    background-color:#ffffff;
  }
  a.entry-card-information:hover{
    background-color:#f4f4f4 !important;
  }
  .list_info .post-date{
    font-size: 1em;
    line-height: 1.8;
    padding-left: 3em;
  }
  .list_info .txt_info{
    width: calc(100% - 17em);
    padding-left:2em;
  }
}


/*shop list
TOP / ショップ一覧
-----------------------------------------*/

.list_shop {
  max-width:1024px;
  width: 100%;/*only top*/
  margin:0 auto;
  align-items: stretch;
}
.ttl_shop_block__top a{
  text-decoration: none;
  background: #00a1c9;
  color: #fff;
  max-width: 1030px;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
      align-items: center;
}
.ttl_shop_block__top a::after{
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  content: '';
  background: url(/wp/wp-content/themes/cocoon-child-master/img/common/arrow_cv__page-bottom.png) no-repeat center right / contain;
}
.wrap_shop__top,
.wrap_shop__archive{
  max-width:1024px;
  margin:0 auto;
  align-items: stretch;
}

.wrap_shop__top .ect-vertical-card{
  column-gap: 0 !important;
  gap: 0;
}
/*entry card :: shop(s)
----------------------------------------*/
.entry-card-shop_s{
  padding:0;
  width: calc(25% - 10px);
  margin: 0;
}
.entry-card-shop_s .entry-card-content{
  padding: 10px 0  20px !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.entry-card-shop_s .entry-card-thumb{
  width: 100%;
  line-height:0;
  overflow:hidden;
  border-radius:8px;
}
.entry-card-shop_s .entry-card-title{
  font-size:1em;
}
.entry-card-shop_s .kuchikomi_entrycard_shop{
  font-size: 10px;
  font-weight: bold;
  display: flex;
  line-height: 1.3;
}
.entry-card-shop_s .kuchikomi_entrycard_shop span{
  margin-left: 5px;
}
.entry-card-shop_s .add_entrycard_shop{
  font-size: 12px;
  margin-top:10px;
  line-height: 1.3;
}
.entry-card-shop_s .area_entrycard_shop{
  font-size: 12px;
  margin: 10px 0 0;
  line-height: 1.3;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 2em;
}
span.ttl_area_entrycard_shop{
  font-weight: bold;
  width: 6em;
  display: inline-block;
}
span.txt_area_entrycard_shop{
  width: calc(100% - 6em);
  display: inline-block;
}

@media screen and (max-width: 834px){
  .entry-card-shop_s{
    width: calc(50% - 10px);
  }
  .entry-card-shop_s .entry-card-content{
    padding: 5px 0 10px !important;
  }
/*  section#shop_voice__top{
    padding-bottom:0;
  }*/
  .entry-card-shop_s .kuchikomi_entrycard_shop{
    justify-content: space-between;
  }
}
/*-------------------------------------------------------------
top page only
-------------------------------------------------------------*/
body.home .entry-card-shop_s .add_entrycard_shop,
body.home .entry-card-shop_s .area_entrycard_shop{
  display: none;
}
@media screen and (min-width: 835px){
  .wrap_shop__top{
    width: calc(100% - 40px);
  }
  .list_shop {
    margin:0 auto 40px;
  }
  .ttl_shop_block__top a{
    padding: 10px 20px;
    margin: 0 auto 20px;
    font-size:17px;
  }
  .shop_1column__top{
    width: calc((100% / 4) - 10px);
  }
  .shop_2column__top{
    width: calc((100% / 2) - 10px);
  }
  .shop_4column__top{
    width: 100%;
  }
  /*店舗数4*/
  .shop_4column__top .entry-card-shop_s{
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
  /*店舗数2*/
  .shop_2column__top .wrp_shop__top{
    justify-content: space-between;
  }
  .shop_2column__top .entry-card-shop_s{
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  /*店舗数1*/
  .shop_1column__top .entry-card-shop_s{
    width: 100%;
  }
  #osaka_shop__top{margin-right: 0px;}
  #kyoto_shop__top{margin-right: 10px;}
  #nara_shop__top{margin-right: 10px;}
  #shiga_shop__top{margin-right: 0px;}
  #hyogo_shop__top{margin-right: 10px;}
  #fukuoka_shop__top{margin-right: 10px;}


  .shop_2column__top .entry-card-shop_s,
  .shop_2column__top .entry-card-shop_s:nth-child(2n),
  .shop_3column__top .entry-card-shop_s:nth-child(3n),
  .shop_4column__top .entry-card-shop_s:nth-child(4n){
    margin-right: 0;
  }
}
@media screen and (max-width: 834px){
  .wrap_shop__top{
    width: 100%;
  }
  .ttl_shop_block__top a{
    padding: 0.5em 1em;
    margin: 0 auto 1em;
    font-size: 16px;
  }
  .shop_1column__top{
    width: calc((100% / 2) - 5px);
  }
  .shop_2column__top,
  .shop_3column__top,
  .shop_4column__top{
    width: 100%;
  }

  .shop_2column__top .entry-card-shop_s,
  .shop_3column__top .entry-card-shop_s,
  .shop_4column__top .entry-card-shop_s{
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
 .shop_1column__top .entry-card-shop_s{
    width: 100%;
  }
  /*店舗数2*/
  .shop_2column__top .wrp_shop__top{
    justify-content: space-between;
  }
  #nara_shop__top{
    margin-right: 10px;
  }
/*  #nara_shop__top{
    margin-right: 0px;
  }*/
  .shop_2column__top .entry-card-shop_s,
  .shop_2column__top .entry-card-shop_s:nth-child(2n),
  .shop_3column__top .entry-card-shop_s:nth-child(2n),
  .shop_4column__top .entry-card-shop_s:nth-child(2n){
    margin-right: 0;
  }
}

/*@media screen and (min-width: 768px) and (max-width:960px){
  .shop_1column__top{
    width: calc((100% / 3) - 10px);
  }
  .shop_2column__top{
    width: calc(((100% / 3) * 2) - 10px);
  }
  .shop_3column__top{
    width: calc(100% - 10px);
  }
  .shop_4column__top{
    width: calc(100% - 10px);
  }
  .shop_2column__top .entry-card-shop_s{
    width: calc((100% - 10px) / 2);

  }
  .shop_4column__top .entry-card-shop_s{
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .shop_4column__top .entry-card-shop_s:nth-child(2n){
    margin-right: 10px;
  }
  .shop_4column__top .entry-card-shop_s:nth-child(3n){
    margin-right: 0;
  }
  #hyogo_shop__top,
  #nara_shop__top,
  #shiga_shop__top{
    margin-right: 10px;
  }
  #kyoto_shop__top{
    margin-right: 0px;
  }
}*/

/*-------------------------------------------------------------
shop archive only
-------------------------------------------------------------*/
.wrap_shop__archive .entry-card-shop_s .entry-card{
  width: 100%;
  flex-direction: row !important;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wrap_shop__archive .entry-card-shop_s figure{
  width: 33% !important;
  margin-right: 4%;
  position: relative;
}

.wrap_shop__archive .entry-card-shop_s .entry-card-content{
  width: 63%;
  margin-top:0;
  padding: 0 2em 10px 0 !important;
  height: auto;
}
.wrap_shop__archive .entry-card-shop_s .kuchikomi_entrycard_shop{
  display: none;
}
@media screen and (min-width: 835px){
  .wrap_shop__archive .shop_1column__top{
    width: calc((100% - 10px) / 2);
  }
  .wrap_shop__archive .shop_2column__top,
  .wrap_shop__archive .shop_4column__top{
    width: 100%;
  }
  /*店舗数4*/
  .wrap_shop__archive .entry-card-shop_s{
    width: 49.5%;
    margin-right: 0;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 4px;
  }
  /*店舗数1*/
  .wrap_shop__archive .shop_1column__top .entry-card-shop_s{
    width: 100%;
  }
  .wrap_shop__archive #nara_shop__top{  
    margin-right: 10px;
  }
  .wrap_shop__archive #shiga_shop__top,
  .wrap_shop__archive #kyoto_shop__top,
  .wrap_shop__archive #hyogo_shop__top{
    margin-right: 0px;
  }
}
@media screen and (max-width: 834px){
  .wrap_shop__archive .shop_1column__top,
  .wrap_shop__archive .shop_2column__top,
  .wrap_shop__archive .shop_3column__top,
  .wrap_shop__archive .shop_4column__top{
    width: 100%;
  }
  .wrap_shop__archive .entry-card-shop_s{
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #eee;
  }

  .wrap_shop__archive #kyoto_shop__top,
  .wrap_shop__archive #shiga_shop__top{
    margin-right: 10px;
  }
  .wrap_shop__archive .entry-card-shop_s picture{
    padding-top: 70%;
    position: relative;
    display: block;
  }
  .wrap_shop__archive .entry-card-shop_s picture img{
    position: absolute;
    top: 0;
    height: 100%;
  }
  .entry-card-shop_s .area_entrycard_shop{
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width:960px){
  .wrap_shop__archive .shop_1column__top{
    width: calc(50% - 10px);
  }
  .wrap_shop__archive .shop_2column__top,
  .wrap_shop__archive .shop_3column__top,
  .wrap_shop__archive .shop_4column__top{
    width: 100%;
  }
  .wrap_shop__archive .shop_2column__top .entry-card-shop_s{
    width: calc((100% - 10px) / 2);
  }
  .wrap_shop__archive .shop_4column__top .entry-card-shop_s{
    width: calc(50% - 20px);
    margin-right: 10px;
  }
  .wrap_shop__archive .shop_4column__top .entry-card-shop_s:nth-child(2n){
    margin-right: 10px;
  }
  .wrap_shop__archive #hyogo_shop__top,
  .wrap_shop__archive #nara_shop__top,
  .wrap_shop__archive #shiga_shop__top,
  .wrap_shop__archive #kyoto_shop__top{
    margin-right: 10px;
  }
/*  .wrap_shop__archive #nara_shop__top{
    margin-right: 0px;
  }*/
}

@media screen and (max-width: 767px){
  .wrap_shop__archive #kyoto_shop__top,
  .wrap_shop__archive #shiga_shop__top{
    margin-right: 0px;
  }
}




.wrap_shop__archive .entry-card-shop_s .add_entrycard_shop{
  margin-top:0px !important;
}



.wrap_shop__archive .entry-card-shop_s .entry-card::after{
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/common/arrow_r_b.png) no-repeat center right / contain;
  right: 0;
  position: absolute;
  top: 2em;
}
/*---------------------
single shop
---------------------*/
.relate_shop .entry-card-shop_s .add_entrycard_shop,
.relate_shop .entry-card-shop_s .area_entrycard_shop{
  display: none;
}

.add_information_shop{
  margin-bottom: 5em;
  width: 92%;
}
@media screen and (min-width: 768px){
  .add_information_shop a:hover{
    opacity: 0.8;
  }
}




/*------------------------------------------
商品一覧：list item
------------------------------------------*/
.list_item{
  margin:0 auto 60px;
  align-items: stretch;
  column-gap:0;
  gap: 0;
}
@media screen and (max-width: 834px){
  .list_item {
    margin:0 auto 30px;
  }
}
/*entry card :: item
----------------------------------------*/
.entry-card-item{
  padding:0px 10px;
  margin-bottom: 40px;
  position:relative;
  border-right:1px solid #eee;
}
.entry-card-item:last-child{
  border-right:none;
}
.entry-card-item .entry-card-thumb{
  overflow: hidden;
  position: relative;
  line-height: 0;
  padding-top: 100%;  
  width: 100%;
  border-radius: 8px;
}
.entry-card-item .entry-card-thumb img{
  position: absolute;
  top: 0%;
  object-fit: cover;
  aspect-ratio: 4 / 4;
}
.entry-card-item .badge_discount{
  z-index: 2;
  position: absolute;
  display: block;
  text-align: right;
  width: 40%;
  margin: 0 auto;
  line-height: 0;
  padding-top: 70%;
  right: 10px;
}
.entry-card-item .badge_discount img {
  max-width: 94px;
  width: 100%;
}
.entry-card-item .entry-card-content{
  padding:20px 0 0;
}
.entry-card-item .maker_item {
  margin-bottom: 5px;
  height:24px;
}
.entry-card-item .entry-card-title{
  border:none;
  padding:0;
  margin-bottom:10px;
  line-height: 1.2;
}
.entry-card-item .sub_info{
  display: inline-block;
}
.entry-card-item .box_price{
  justify-content: flex-start;
  align-items: flex-end;
}
.entry-card-item .box_price .icon_price{
  margin-right: 5px;
}
.entry-card-item .price_regular,
.entry-card-item .price_sale,
.entry-card-item .price_sale_taxin{
  line-height: 1;  
}

.entry-card-item .price_regular{
  font-weight: bold;
  color: #b2b2b2;
  width: 100%;
  display: block;
}
.entry-card-item .price_sale{
  font-weight: bold;
  color: #cf0714;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 5px;
}
.entry-card-item .under_yellow{
  display: inline-block;
  width: auto;
  background: linear-gradient(transparent 80%, #ffc956 20%);
}
.entry-card-item .price_sale_taxin{
  width: 100%;
  display: block;
  margin-top: 5px;
}
.logo_maker__card{
  height:24px;
}


@media screen and (max-width: 767px){
  .entry-card-item{
    width:calc((100% / 12) * 6);
    margin:0 0 30px;
  }
  .entry-card-item .entry-card-content{
    padding:10px 0 0;
  }
  .entry-card-item .entry-card-thumb{
    border-radius:4px;
  }

  .entry-card-item .badge_discount{
    right: 5px;
  }
  .entry-card-item:nth-child(2n){
    border-right:none;
  }
}
@media screen and (min-width: 768px) and (max-width:960px){
  .entry-card-item{
    width:calc((100% / 12) * 3);
  }
}
@media screen and (min-width: 768px) {
  .entry-card-item:nth-child(4n){
    border-right:none;
  }
}


/*font-size-----------------------*/
/*pc*/
@media screen and (min-width:376px){
  .entry-card-item .price_sale{
    font-size: 20px;
  }
  .entry-card-item .box_price .icon_price{
    width: 15px;
  }
  .entry-card-item .entry-card-title{
    font-size:15px;
  }
  .entry-card-item .sub_info{
    font-size:12px;
  }
  .entry-card-item .middle{
    font-size:13px;
  }
  .entry-card-item .price_sale_taxin{
    font-size: 13px;
  }
  .entry-card-item .price_regular,
  .entry-card-item .small{
    font-size: 12px;
  }
}

/*sp-small ～375px*/
@media screen and (max-width: 375px){
  .entry-card-item .price_sale{
    font-size: 16px;
  }
  .entry-card-item .box_price .icon_price{
    width: 12px;
  }
  .entry-card-item .entry-card-title{
    font-size:14px;
  }
  .entry-card-item .sub_info{
    font-size:11px;
  }
  .entry-card-item .middle{
    font-size:12px;
  }
  .entry-card-item .price_sale_taxin{
    font-size: 12px;
  }
  .entry-card-item .price_regular,
  .entry-card-item .small{
    font-size: 11px;
  }
}
/*font-size-----------------------*/



/*事例-----------------------------------*/
.entry-card-case{
  padding:0px 10px;
  margin-bottom: 40px;
  position:relative;
  border-right:1px solid #eee;
}
.entry-card-case article{
  display:flex;
  flex-wrap:wrap;
}
.entry-card-case .entry-card-thumb{
  overflow: hidden;
  border-radius: 8px;
  line-height: 0;
  padding-top: 100%;
  position: relative;
  margin:0;
  width:100%;
}
.entry-card-case .entry-card-thumb img{
  position: absolute;
  top: 0%;
  object-fit: cover;
  aspect-ratio: 4 / 4;
}
.entry-card-case .entry-card-content{
  padding:20px 0 0;
  width:100%;
  height: auto !important;
  margin-left:0;
}
.entry-card-case .entry-card-title{
  font-size:13px;/*entry-card-case_s*/
  font-size:15px;/*entry-card-case*/
  border:none;
  padding:0;
  margin-bottom:10px;
}
.entry-card-case .info_case_card{
  font-size:10px;
  color:#c9c9c9;
}
.entry-card-case .infos_case{
  display: block;
}

.entry-card-case .tag_shop{
  background-color: #999999;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
  margin-top: 5px;
  padding: 4px;
  line-height: 1;
  display: inline-block;
  font-size: 10px;
}
@media screen and (min-width: 835px){
  .list_3column .entry-card-case:nth-child(3n),
  .list_4column .entry-card-case:nth-child(4n){
    border-right:none;
  }
}
@media screen and (max-width: 834px){
  .entry-card-case{
    width:calc(((100% / 12) * 6));
    margin:0 0 30px;
  }
  .entry-card-case:nth-child(2n){
    border-right:none;
  }
  .entry-card-case .entry-card-thumb{
    border-radius:4px;
  }
  .entry-card-case .entry-card-content{
    padding:10px 0 0;
  }
  .entry-card-case .entry-card-title{
    font-size:12px;
  }
}
/*-----------------------------------------
サイドナビ
-----------------------------------------*/
/*side nav*/
.sidebar h3{
  background-color: transparent;
  color: #00a1c9;
}
ul.links_side {
  padding-left: 0;
  margin:0 auto 30px;
  list-style: none;
  font-size: 14px;
}
ul.links_side li {
  padding-left: 20px;
  line-height: 1.6em;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/common/arrow_rm_b.png) left 0px top 3px no-repeat;

  background-size: 15px auto;
  margin-bottom: 0.5em;
}
ul.links_side a{
  color:#020202;
}
@media screen and (max-width: 1024px){
  div.sidebar{
    padding:0 20px;
  }
  .sidebar h3{
    border-top: 1px solid #ccc;
    margin-top: 1em;
    padding: 1em 0 0.5em;
   }
  ul.links_side {
    margin:0 auto 15px;
    display: flex;
    flex-wrap: wrap;
  }
  ul.links_side li {
    width: 50%;
  }
}
@media screen and (min-width: 835px){
  .sidebar h3{
    padding:0;
    margin-top:0;
  }
  ul.links_side {
    padding-left: 0;
    margin:0 auto 1.5em;
  }
  ul.links_side li {  
    background-size: 15px auto;
    margin-bottom: 0.5em;
  }
}
/*side nav:tag*/
#sidebar .tagcloud a{
  background: #fff;
  font-size: 14px;
}



/*移転情報*/
.list_shop__archive article#post-31 figure:before{
  content: '';
  display: block;
  width: 100%;
  padding-top:50%;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/shop/nara/iten-open_251023.png?ver2) no-repeat left bottom / cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.wrap_shop__archive #post-31 figure:before{
  content: '';
  display: block;
  width: 100%;
  padding-top:50%;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/shop/nara/iten-open_251023.png?ver2) no-repeat left bottom / cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.wrp_shop__top article#post-31 figure:before{
  content: '';
  display: block;
  width: 100%;
  padding-top:50%;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/shop/nara/iten-open_251023.png?ver2) no-repeat left bottom / cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
article#post-31 .eye-catch-wrap::before{
    content: "イオンモール高の原店へ移転";
    background-color: rgba(184, 27, 37, 0.9);
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    font-weight: bold;
    height: 2.5em;
    color: #fff;
    font-size: min(24px,6vw);
    line-height: 2.5;
}
article#post-31 .eye-catch-wrap figure{
  margin-bottom: 0;
}
article#post-31 .eye-catch-wrap{
  position: relative;
}

@media screen and (max-width: 767px) {
  .info__shop .list_info{
    width: calc(100% - 40px);
  }
}

/*大阪ドーム店*/
.list_shop__archive article#post-15 figure:before{
  content: '';
  display: block;
  width: 100%;
  padding-top:50%;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/shop/osakadome/close_250811.png?ver2) no-repeat left bottom / cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.wrap_shop__archive #post-15 figure:before{
  content: '';
  display: block;
  width: 100%;
  padding-top:50%;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/shop/osakadome/close_250811.png?ver2) no-repeat left bottom / cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.wrp_shop__top article#post-15 figure:before{
  content: '';
  display: block;
  width: 100%;
  padding-top:50%;
  background: url(/wp/wp-content/themes/cocoon-child-master/img/shop/osakadome/close_250811.png?ver2) no-repeat left bottom / cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}



/*-----------------------------------------------
コラム一覧　カテゴリーリンク（TOP/コラムカテゴリー一覧）
-----------------------------------------------*/
  ul.list_link_column,
  ul.list_link_case{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    justify-content: center;
    align-items: center;
    max-width: 1020px;
    margin:0 auto;
    width: 96%;
  }


  ul.list_link_column li a,
  ul.list_link_case li a{
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    background: #00a1c9;
    color:#ffffff;
  }
  ul.list_link_column li a.current,
  ul.list_link_case li a.current{
    background: #ffffff;
    color:#00a1c9;
  }
@media screen and (min-width: 768px){
  ul.list_link_column li,
  ul.list_link_case li{
    margin:0 5px 20px;
    width: auto;
  }
  ul.list_link_column li a,
  ul.list_link_case li a{
    font-size: 18px;
    padding: 0.75em min(30px,1em);
    border:2px solid #00a1c9;
  }
  ul.list_link_column li a:hover,
  ul.list_link_case li a:hover{
    background: #ffffff;
    color:#00a1c9;
  }
}
@media screen and (max-width: 767px){
  ul.list_link_column,
  ul.list_link_case{
    margin-bottom:10px;
    justify-content: flex-start;
  }
  ul.list_link_column li,
  ul.list_link_case li{
    margin:0 5px 10px;
  }
  ul.list_link_column li a,
  ul.list_link_case li a{
    font-size: 14px;
    padding: 0.75em;
    border:1px solid #00a1c9;
  }
}




/*コラム　一覧*/
.list_column{
  align-items: flex-start;
}
.list_column .a-wrap:hover{
  background-color: transparent;
}
.list_column .entry-card-thumb{
  overflow: hidden;
  border-radius: 8px;
  line-height: 0;
  padding-top: 58%;
  position: relative;
  margin-bottom: 10px;
}
.list_column .entry-card-thumb img{
  position: absolute;
  top: 0;
  object-fit: cover;
  aspect-ratio: 12 / 7;

}
.list_column .entry-card-categories{
  margin-top:10px;
  line-height: 1.2;
}
.list_column .entry-card-wrap .cat-label{
  display: inline-block;
  position: relative;
  width: auto;
  top: 0;
  left: 0;
  padding: 3px;
  margin-right: 2px;
  margin-bottom: 2px;
  max-width: inherit;
  border: #ccc 1px solid;
  background-color: #fff;
  font-size: 10px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  border-radius: 2px;
}

.list_column .entry-card-meta{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (min-width: 768px){
  .list_column .entry-card-content{
    padding: 0 10px 10px;
  }
}
.entry-card-snippet{
  color: #999999;
}
/*---------------------------------------
タグクラウド
---------------------------------------*/
.wrp_tagcloud_column{
  max-width: 1024px;
  display: flex;
  flex-wrap: wrap;
  background: #eee;
}

.wrp_tagcloud_column .wp-block-tag-cloud span{
  margin-left: 0;
}
.wrp_tagcloud_column .wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #ccc;
  padding: 0 8px;
  background: #fff;
  color: #2168b2;
}
@media screen and (max-width: 767px){
  h3.ttl_tagcloud_column{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
  }
  .wrp_tagcloud_column{
    margin: 1.5em auto;
    padding: 1em;
    border-radius: 4px;
    justify-content: center;
  }
}
@media screen and (min-width: 768px){
  h3.ttl_tagcloud_column{
    margin-right: 2em;
  }
  .wrp_tagcloud_column{
    margin: 30px auto;
    padding: 20px;
    border-radius: 8px;
  }
}
/*---------------------------------------
ページネーション
---------------------------------------*/
.pagination-next{
  width: 25em;
  max-width: 750px;
  margin-right:auto;
  margin-left: auto;
}
.pagination-next a.pagination-next-link{
  background-color: #00a1c9;
  border: 2px solid #00a1c9;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px){
  .pagination-next a.pagination-next-link:hover{
  background-color: #ffffff;
  border: 2px solid #00a1c9;
  color: #00a1c9;
  }
}

/*---------------------------------------
事例ページ　
---------------------------------------*/
.block__menu{
  margin:5em auto 0;
}
.block__menu h2{
  border: none;
  padding: 0;
  text-align: center;
  font-size: 26px;
  margin: 0 auto 1.5em;
}
.block__menu .list_item{
  margin-bottom: 0;
}
body.post-type-archive-case main#main,
body.archive.tax-case_shop main#main{
  padding-bottom: 40px !important;
}

/*-------------------------------------------
maker list
-------------------------------------------*/
section#maker{
  background-color: #f4f4f4;
  padding: 0;
}
.list_maker{
  max-width: 1024px;
  width: calc(100% - 30px);
}
.txt_list_maker{
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.bnr_list_maker{
  margin:5px;
  line-height: 1;
  width: calc((100% / 7) - 10px);
}
@media screen and (max-width: 1240px){
  .bnr_list_maker{
    width: calc((100% / 7) - 10px);
  }
}
@media screen and (max-width: 834px){
  .bnr_list_maker{
     width: calc((100% / 5) - 10px);
  }
}
@media screen and (max-width: 480px){
  .bnr_list_maker{
    width: calc((100% / 3) - 10px);
  }
}
.link_maker{
  margin-top:1em;
  text-align: center;
}
.link_maker a{
  color:#333;
}

/*----------------------------------------
補助金タグ :: entry card
----------------------------------------*/
.tag_product-subsidy5000 figure::after,
.tag_product-subsidy13000 figure::after,
.tag_product-subsidy14000 figure::after,
.tag_product-subsidy20000 figure::after,
.tag_product-subsidy21000 figure::after,
.tag_product-subsidy22000 figure::after,
.tag_product-subsidy23000 figure::after,
.tag_product-subsidy30000 figure::after,
.tag_product-subsidy80000 figure::after,
.tag_product-subsidy6000 figure::after,
.tag_product-subsidy15000 figure::after,
.tag_product-subsidy25000 figure::after,
.tag_product-subsidy100000 figure::after,
.tag_product-subsidy figure::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;  
  height: 100%;
  width: 100%;
  z-index:1;
}
.tag_product-subsidy figure::after{background:url(/wp/wp-content/themes/cocoon-child-master/img/product/common/icon_subsidy.png) no-repeat center center / 100%;}
.tag_product-subsidy5000 figure::after{background:url(/wp/wp-content/themes/cocoon-child-master/img/product/common/icon_subsidy5000.png) no-repeat center center / 100%;}
.tag_product-subsidy13000 figure::after{background:url(/wp/wp-content/themes/cocoon-child-master/img/product/common/icon_subsidy13000.png) no-repeat center center / 100%;}
.tag_product-subsidy14000 figure::after{background:url(/wp/wp-content/themes/cocoon-child-master/img/product/common/icon_subsidy14000.png) no-repeat center center / 100%;}
.tag_product-subsidy20000 figure::after{background:url(/wp/wp-content/themes/cocoon-child-master/img/product/common/icon_subsidy20000.png) no-repeat center center / 100%;}
.tag_product-subsidy21000 figure::after{background:url(/wp/wp-content/themes/cocoon-child-master/img/product/common/icon_subsidy21000.png) no-repeat center center / 100%;}
.tag_product-subsidy22000 figure::after{background:url(/wp/wp-content/themes/cocoon-child-master/img/product/common/icon_subsidy22000.png) no-repeat center center / 100%;}
.tag_product-subsidy23000 figure::after{background:url(/wp/wp-content/themes/cocoon-child-master/img/product/common/icon_subsidy23000.png) no-repeat center center / 100%;}
.tag_product-subsidy30000 figure::after{background:url(/wp/wp-content/themes/cocoon-child-master/img/product/common/icon_subsidy30000.png) no-repeat center center / 100%;}
.tag_product-subsidy80000 figure::after{background:url(/wp/wp-content/themes/cocoon-child-master/img/product/common/icon_subsidy80000.png) no-repeat center center / 100%;}
.tag_product-subsidy6000 figure::after{background:url(/wp/wp-content/themes/cocoon-child-master/img/product/common/icon_subsidy6000.png) no-repeat center center / 100%;}
.tag_product-subsidy15000 figure::after{background:url(/wp/wp-content/themes/cocoon-child-master/img/product/common/icon_subsidy15000.png) no-repeat center center / 100%;}
.tag_product-subsidy25000 figure::after{background:url(/wp/wp-content/themes/cocoon-child-master/img/product/common/icon_subsidy25000.png) no-repeat center center / 100%;}
.tag_product-subsidy100000 figure::after{background:url(/wp/wp-content/themes/cocoon-child-master/img/product/common/icon_subsidy100000.png) no-repeat center center / 100%;}
