@charset "UTF-8";
.grecaptcha-badge {
    visibility: hidden; 
}
#recommend_html{
    margin-top: 0 !important;
}
#recommend_editor_contents{
    padding: 50px 20px;
    box-sizing: border-box;
}
#recommend_pankuzu ul{
    max-width: 728px;
    margin: 50px auto 0;
    display: flex;
}
#recommend_pankuzu ul li{
    position: relative;
    margin-left: 20px;
    box-sizing: border-box;
}
#recommend_pankuzu ul li a{
    text-decoration: underline;
}
#recommend_pankuzu ul li:first-child{
    margin-left: 0;
}
#recommend_pankuzu ul li::after{
    position: absolute;
    content: '>';
    right: -15px;
}
#recommend_pankuzu ul li:last-child::after{
    position: static;
    content: '';    
}
#recommend_pankuzu ul li,#recommend_pankuzu ul li a{
    font-size: 13px;
}
#recommend_pankuzu_resp ul li{
    margin-top: 50px;
}
#recommend_pankuzu_resp ul li,#recommend_pankuzu_resp ul li a{
    text-align: center;
    display: block;
    position: relative;
}
#recommend_pankuzu_resp ul li::after{
    position: absolute;
    content: '↓';
    bottom: -36px;
    display: flex;
    justify-content: center;
    left: 0;
    width: 100%;
}
#recommend_pankuzu_resp ul li:last-child::after{
    position: static;
    content: '';
}
body{
    max-width: 1910px;
    margin: 70px auto 0;
}
#advertising_main{
    margin-top: 50px;
}
#advertising_main #recommend_ex_wrapper{
    max-width: 960px;
}
.sm_price_st{
    box-sizing: border-box;
}
/*::::サイト全体の背景:::::*/
#recommend_body{
    position: relative;
}
#oll_back_wrapper{
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat; /*--背景画像の繰り返し--*/
}
/*::::最上部固定:::::*/
#fixed_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 995;
    padding: 0 20px;
    box-sizing: border-box;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
#fixed_right_wrap{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
body#recommend_body #fixed_right_wrap{
    width: 100%;
}
/*::::トップページナビ:::::*/
#toppagenavi_wrapper{
    margin-top: 20px;
}
#top_page_navi_list li{
    width: 25%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
#top_page_navi_list li a{
    width: 95%;
    display: block;
    text-align: center;
    padding: 20px 5px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 13px;
    letter-spacing: 2px;
    transition: 0.5s;
}
/*::::ハンバーガーメニュー:::::*/
/*ボタン*/
.menu-btn {
    position: relative;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: flex-end;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
}
.menu-btn:hover{
    opacity: 0.8;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
/**/
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
/*メニュー*/
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*rightの値を変更してメニューを画面外へ*/
    z-index: 999;
    transition: all 0.8s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 40%;/*メニューを画面内へ*/
}

/*検索*/
#fixed_search_wrapper{
    margin-left: 30px;
}
#fixed_search_wrapper a i{
    font-size: 20px;
}
/*固定部分のページリンク*/
#fixed_pagelink_list li{
    margin-left: 30px;
}
#fixed_pagelink_list li:first-child{
    margin-left: 0;
}
#fixed_pagelink_list li a{
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    transition: 0.7s;
}
#fixed_pagelink_list li a:hover{
    opacity: 0.7;
}
/**/
.hb_nav_contents_wrapper{
    width: 59%;
    margin-top: 50px;
    overflow-y: scroll;
    height: 90%;
    padding-right: 20px;
    box-sizing: border-box;
}
.hamburger_title{
    margin-bottom: 30px;
    margin-left: 30px;
    letter-spacing: 3px;
    padding-bottom: 5px;
}
.hb_nav_contents_wrapper ul{
    display: flex;
    flex-wrap: wrap;
}
.hb_nav_contents_wrapper ul li{
    margin-left: 30px;
    margin-bottom: 30px;
}
.hb_nav_contents_wrapper ul li a{
    letter-spacing: 3px;
    font-weight: bold;
}
.hb_nav_contents_wrapper ul li a:hover{
    opacity: 0.7;
}
#hb_sns_list li a i{
    font-size: 20px;
}
/*::::header:::::*/
#top_header{
    position: relative;
}

.header{
    height: 500px;
    position: relative;
}
#taitle_catchphrase_wrapper{
    position: absolute;
    top: 0;
    left: 10%;
    width: 90%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
}
#taitle_catchphrase_wrap{
    max-width: 728px;
}
/**/
.archive_title{
    font-size: 18px;
    line-height: 1;
}
.archive_title span{
    margin-top: 40px;
}
.archive_title span:nth-child(1){
    margin-top: 0;
}
.headr_page_tilte_span{
    font-size: 40px;
    letter-spacing: 5px;
}
.h1_category_blogtitle{
    font-size: 25px;
    letter-spacing: 5px;
}

.h1_category_name{
    font-size: 16px;
    margin-top: 20px;
}
/*商品価格 タクソノミー*/
#archive_body_breed .header,#body_vertical .header{
    height: 620px;
}
#archive_body_breed #taitle_catchphrase_wrap,#body_vertical #taitle_catchphrase_wrap{
    position: relative;
    max-width: 100%;
    height: 100%;
}
#header_page_induction_wrapper,#header_page_induction_wrapper_page{
    position: absolute;
    top: 5%;
    left: 2%;
    display: flex;
    width: 60%;
    height: 90%;
    justify-content: space-between;
}
#header_vah_title{
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 25px;
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0 10px;
}
#header_vah_title span{
    display: block;
}
#header_vah_title span strong{
    display: block;
}
.h1_parent_term_strong{
    font-size: 15px;
    margin-left: 20px;
}
#header_vah_description{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 65%;
}
#header_vah_description p{
    width: 90%;
}
#header_vah_description p{
    text-align:left;
    font-size: 14px;
    letter-spacing: 2px;
}
#header_breed_name{
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: flex-end;
}
#h1_title_page{
    font-size: 30px;
    letter-spacing: 3px;
    text-align:justify;
}
.header::after{
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
}
#update_date_wrap{
    font-size: 12px;
    margin-bottom: 10px;
}
#header_figure{
    position: relative;
    width: 100%;
    height: 100%;
}
#header_figure::before,#header_figure_category::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 90%;
    bottom: 0;
    left: 10%;
    z-index: 1;
    background-size: cover;
    background-position: center center;
}
#header_figure::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 90%;
    bottom: 0;
    left: 10%;
    z-index: 2;
}
#top_page_slider_none_wrapper video{
    width: 100%;
}
#top_header_video{
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}
/*ロゴ*/
.header_logo{
    position: fixed;
    left: 0;
    z-index: 996;
    display: block;
    margin-left: 20px;
}
/*ロゴ有*/
#header_logo_figure{
    max-width: 300px;
    top: 0;
}
/*ロゴ無*/
#header_logo_none{
    top: 0;
    height: 70px;
    display: flex;
    align-items: center;
}
#header_logo_none p a{

}
#header_logo_none p span{
    display: block;
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: bold;
}
#header_logo_none p span:nth-child(2){
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: normal;
}
/*SNS*/
#header_sns_list{
    position: absolute;
    bottom: -25px;
    right: 0;
    z-index: 3;
    padding-right: 20px;
    box-sizing: border-box;
}
#header_sns_list li{
    margin-left: 40px;
}
#header_sns_list li:first-child{
    margin-left: 0;
}
#header_sns_list li a,#top_header_sns_list li a{
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
#header_sns_list li a i{
    display: block;
    font-size: 20px;
}
/**/
.page_induction_section{
    box-sizing: border-box;
}
#main_aside_page_link_wrap .page_induction_section{
    margin-top: 0;
    margin-bottom: 100px;
}
.search_merchandise_price_wrap{
    margin: 70px auto 0;
}
.search_merchandise_price_wrap .search_merchandise_price_submit input[type=submit],.search_merchandise_price_wrap input[type=text]{
    box-sizing: border-box;
    border-radius: 5px;
}
.search_merchandise_price_wrap input[type=text]{
    width: 100%;
    padding: 20px;
    font-size: 18px;
}
.search_merchandise_price_wrap .search_merchandise_price_submit{
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}
.search_merchandise_price_wrap .search_merchandise_price_submit input[type=submit]{
    width: 300px;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.search_merchandise_price_wrap .search_merchandise_price_submit input[type=submit]:hover{
    opacity: 0.7;
}
.page_induction_wrapper{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    height: 550px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.page_induction_leftwrap{
    position: absolute;
    top: 0;
    left: 50px;
    display: flex;
    width: 480px;
    height: 450px;
}
.page_induction_leftwrap .vah_title{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 30px 30px 10px 20px;
    box-sizing: border-box;
    font-size: 25px;
    letter-spacing: 5px;
}
.page_induction_leftwrap_line{
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}
.page_induction_leftwrap_line p{
    text-align:left;
    font-size: 14px;
    letter-spacing: 2px;
}
.page_induction_leftwrap_line a{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
}
.page_induction_leftwrap_line a i{
    display: inline-block;
    margin-left: 10px;
}
/*///////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////トップページ//////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////*/
#top_header_info{
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    box-sizing: border-box;
}
#top_header_info_h1_wrapper{
    max-width: 768px;
    padding: 25px 30px;
    box-sizing: border-box;
    border-radius: 7px;
}
#top_header_info h1{
    text-align: center;
}
#top_header_info h1 span{
    display: block;
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 100%;
    margin-top: 20px;
}
#top_header_info h1 span:first-child{
    margin-top: 0;
}
#top_header_info h1 span:last-child{
    font-size: 50px;
}
#top_header_sns_list{
    position: absolute;
    bottom: -25px;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    z-index: 1;
}
#top_header_sns_list li{
    margin-right: 20px;
}
#top_header_sns_list li:last-child{
    margin-right: 0;
}
#top_header_info2{
    position: relative;
    height: 88px;
    
}
#top_header_info2_wrap{
    position: absolute;
    bottom: 0;
    right: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 176px;
    z-index: 1;
}
#top_header_info_list{
    max-width: 768px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;

}
#top_header_info_list li{
    margin-top: 15px;
}

#top_header_info_list li:first-child{
    margin-top: 0;
}
#top_header_info_list li i{
    margin-right: 10px;
}
#top_header_info_list li a,#top_header_info_list li i{
    font-size: 13px;
}
.info_contact_link a{
    display: block;
    text-align: center;
    padding: 2px 5px;
    box-sizing: border-box;
}
#header_sl_wrapper{
    position: relative;
}
#top_page_slider_none_wrapper img{
    width: 100%;
}
.ac_wrapper{
    justify-content: space-between;
}
.side_unei_article_main{
    width: 48%;
    margin-top: 50px;
}
.side_unei_figure_imgnone{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.side_unei_figure_imgnone div span{
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
    text-align: center;
}
.side_unei_figure_imgnone div span:first-child{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
.side_unei_article_main .side_unei_figure{
    max-width: 100%;
}
.side_unei_article_main .side_unei_pro{
    height: 150px;
    display: flex;
    align-items: center;
    text-align:justify;
}
#main_ac_warapper a{
    font-weight: bold;
}
#top_news{
    margin-top: 80px;
}
.news_wrap{
    max-width: 768px;
    margin: 0 auto;
    position: relative;
    padding: 15px 30px 30px;
    box-sizing: border-box;
}
.news_wrap h2{
    position: absolute;
    top: -15px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 20px;
    letter-spacing: 3px;
}
.news_wrap h2 span{
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
}
.news_article time{
    display: block;
    font-size: 13px;
    font-weight: bold;
}
.news_article{
    margin-top: 30px;
}
.news_article h3{
    font-weight: normal;
    margin-top: 10px;
}
.news_article h3 a{
    font-size: 14px;
    letter-spacing: 3px;
}
.news_page_link_wrap{
    margin-top: 50px;
}
.news_page_link_wrap{
    display: block;
    width: 100%;
    text-align: right;
    text-decoration: underline;
    font-size: 17px;
    letter-spacing: 5px;
    font-weight: bold;
}
#news_list_page_section .news_article{
    margin-top: 50px;
}
.news_article h3 a.detail_link{
    text-decoration: underline;
    color: #687fff;
}
#top_main #page_catchphrase_wrapper figure,#top_main #page_catchphrase_wrapper p,#ex_by{
    margin-top: 30px;
}
#top_main #page_catchphrase_wrapper h2{
    font-size: 20px;
}
#ex_by{
    text-align: right;
    opacity: 0.7;
}
/* slide */
.slide-animation{
    animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
#t_vertical{
}
.top_page_slider_article{
    position: relative;
}
.slide_title_h2{
    position: absolute;
    letter-spacing: 5px;
    top: 20%; 
}
#t_vertical{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    right: 20%;   
}
#t_beside{
    right: 20%;
}
.merchandise_pagelink_wrapper{
    margin-top: 100px;
    display: flex;
    justify-content: flex-end;
}
.merchandise_pagelink_wrapper a{
    letter-spacing: 3px;
    font-weight: bold;
    width: 280px;
    text-align: center;
    padding: 20px 5px;
    box-sizing: border-box;
    border-radius: 8px;
}
.merchandise_pagelink_wrapper a:hover{
    opacity: 0.7;
}
/*///////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////一覧カード//////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////*/
.ct_list{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ct_list li:first-child span{
    display: block;
}
.ct_list li:first-child span a{
    display: block;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;  
    font-size: 11px;
}
.ct_list li:last-child{
    font-size: 10px;
}
.ct_list li:last-child span{
    display: block;
}

/*///////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////footer//////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////*/
#pn_link_wrapper{
    padding-top: 70px;
}
#footer_contents_seciton{
    padding-top: 85px;
    padding-bottom: 115px;
    margin-top: 85px;
    position: relative;
}
#footer_contents_seciton::before,#footer_contents_seciton::after{
    position: absolute;
    content: '';
    left: 0;
    display: block;
    width: 100%;
}
#footer_contents_seciton::before{
    top: 0;
}
#footer_contents_seciton::after{
    bottom: 0;
}
#footer_wrap{
    align-items: flex-end;
}
#footer_page_navi{
    width: 50%;
    justify-content: space-between;
    align-items: flex-end;
}
nav.footer_page_nav:nth-child(1){
    width: 57%;
}
nav.footer_page_nav:nth-child(2){
    width: 43%;
}
nav.footer_page_nav li{
    margin-top: 20px;
}
nav.footer_page_nav li:first-child{
    margin-top: 0;
}
nav.footer_page_nav li a{
    font-size: 14px;
}
#footer_right_wrapper{
    width: 50%;
}
#footer_right_wrapper h2{
    font-size: 35px;
    letter-spacing: 5px;
}
#footer_right_wrapper p{
    font-size: 13px;
}
#footer_info_list li{
    margin-top: 20px;
}
#footer_right_wrapper h2,#footer_info_list li{
    text-align: right;
}
#footer_sns_wrapper{
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    z-index: 2;
}
#footer_sns_list li{
    margin-right: 40px;
}
#footer_sns_list li:last-child{
    margin-right: 0;
}
#footer_sns_list li a{
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;;
    border-radius: 50%;
    box-sizing: border-box;
}
#footer_sns_list i{
    font-size: 25px;
}
#footer_siteqr_wrapper{
    position: absolute;
    bottom: -65px;
    left: 0;
    display: block;
    width: 100%;
    justify-content: center;
    z-index: 1;
}
#footer_siteqr_figure{
    justify-content: center;
}
#footer_siteqr_figure img{
    max-width: 100px;
    margin-bottom: 10px;
}
#footer_siteqr_figure figcaption{
    text-align: center;
    font-size: 13px;
}
/*コピーライト*/
#copywriter{
    text-align: center;
    font-size: 13px;
    padding: 70px 0 20px;
}
/*パンくず*/
#pankuzu_wrapper{
    padding: 50px 0;
}
.body_single_merchandise #pankuzu_wrapper{
    padding: 0;
    margin-top: 50px;
}
#pankuzuj_list{
    align-items: center;
}
#pankuzuj_list li{
    position: relative;
}
#pankuzuj_list li,#pankuzuj_list li a{
    font-size: 10px;
}
#pankuzuj_list li a{

}
.applicable_span{
    padding: 2px 5px;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
}
#pankuzuj_list li:last-child{

}
/*//////////////////////////////////////////////////////////////*/
/*////////個別詳細ページ（投稿）////////////////////////////*/
/*//////////////////////////////////////////////////////////////*/
[id*=page_catchphrase_wrapper]{
    max-width: 768px;
    box-sizing: border-box;
}
#ex_wrapper{
    max-width: 768px;
    margin: 50px auto 0;
}
#top_main [id*=page_catchphrase_wrapper]{
    margin-top: 70px;
}
#page_catchphrase_wrapper_imgnone{
    margin-top: 0;
}
#page_catchphrase_p{
    letter-spacing: 3px;
    line-height: 200%;
    text-align:justify;
}
#header_cat_tag_table{
    margin-bottom: 30px;
}
#header_cat_tag_table th,#header_cat_tag_table td{
    text-align: justify;
    font-size: 10px;
    line-height: 200%;
}
#header_cat_tag_table th{
    width: 20%;
    text-transform: uppercase;
}
#header_cat_tag_table td{
    width: 80%;
}
#header_cat_tag_table td ul li{
    margin-right: 20px;
}
#header_cat_tag_table td a{
    text-decoration: underline;
}
.single_wrapper{
    padding-top: 70px;
}
.single_maincontents_wrap{
    padding-top: 70px;
}
/* SNS */
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}
.snsshare_wrapper{
    margin-top: 50px;
    padding: 30px 10px;
    box-sizing: border-box;
    position: relative;
}
.snsshare_wrapper p{
    position: absolute;
    top: -20px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.snsshare_wrapper p span{
    display: inline-block;
    padding: 5px 20px;
    box-sizing: border-box;
    letter-spacing: 5px;
    font-weight: bold;
    position: relative;
}
.snsshare_wrapper p span strong{
    text-transform:capitalize;
}
ul.snsshare {
    justify-content: space-around;
}
ul.snsshare li {
    width: 20%;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-size: 0.8rem;
}
ul.snsshare li i {
    display: block;
    font-size: 2.2rem;
}
li.twitter a {
    color: #39b4ff;
}
li.facebook a {
    color: #3a8df7;
}
li.hatena a {
    color: #45b5f7;
}
li.line a{
    color: rgb(6 198 85);
}
li.pocket a {
    color: #ff7b7b;
}
ul.snsshare li a {
    text-decoration: none;
}
ul.snsshare li:hover {
    opacity: 0.7;
}
#single_member_top_section{
    margin-top: 50px;
}

#single_member_top_wrap{
    position: relative;
    padding: 80px 20px 30px;
    box-sizing: border-box
}
#single_member_top_wrap figure{
    position: absolute;
    top: -50px;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: center;    
}
#single_member_top_wrap figure img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-sizing: border-box;
}
#single_member_top_wrap h2{
    text-align: center;
}
#single_member_top_wrap h2 span{
    display: block;
}
.operator_name_span{
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 3px;
}
#single_member_tm_wrapper{
    margin-top: 30px;
}
#single_member_tm_p{
    text-align:justify;
    line-height: 200%;
    letter-spacing: 3px;
}
#single_member_top_wrap ul{
    position: absolute;
    right: 20px;
    bottom: -15px;
}
#single_member_top_wrap ul li{
    margin-right: 30px;
}
#single_member_top_wrap ul li:last-child{
    margin-right: 0;
}
#single_member_top_wrap ul li a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#single_member_top_wrap ul i{
    font-size: 17px;
}
#member_line_wrap{
    display: flex;
    justify-content: center;
    margin-top: 30px;

}

/*メール*/
.mail_wrapper{
    margin-top: 50px;
    justify-content: space-between;
    align-items: flex-end;
}
.mail_contents_wrapper{
    width: 70%;
}
.mail_contents_wrapper a{
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: bold;
}
.receptionist{
    margin-top: 30px;
    letter-spacing: 3px;
    font-weight: bold;
}
.mail_wrapper figure{
    width: 30%;
    text-align: right;
}
.mail_wrapper figure img{
    border: 1px solid #ccc;
    box-sizing: border-box;
    max-width: 100px;
}
/*tel*/
.tel_contents_wrapper a:first-child{
    margin-top: 50px;
    display: block;
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: bold;
}
.receptionist_tel{

}
.tel_name_span{
    display: block;
    font-weight: normal;
}
.tel_name_span:first-child{
    margin-bottom: 40px;
}
/*line*/
#contact_line_section h2{
    color: #06c755;
}
#contact_line_section ul li{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
#contact_line_section ul li:first-child{
    margin-top: 0;
}
#contact_line_section ul li span{
    display: block;
    font-weight: bold;
    letter-spacing: 5px;
}
#contact_line_section ul li span:first-child{
    width: 30%;
}
#contact_line_section ul li span:last-child{
    width: 70%;
    color: #06c755;
}
/*fax*/
.fax_wrapper{
    margin-top: 50px;
    justify-content: space-between;
    align-items: flex-end;
}
.fax_wrapper figure{
    width: 50%;
}
.fax_wrapper figure img{
    max-width: 335px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.fax_right_wrap{
    width: 49%;
}
.fax_right_wrap p{
    letter-spacing: 3px;
    text-align:left;
    line-height: 200%;
}
.fax_right_wrap a{
    display: block;
    text-align: center;
    padding: 20px 5px;
    box-sizing: border-box;
    margin-top: 40px;
}
.fax_right_wrap a:hover{
    opacity: 0.7;
}
/*//////////////////////////////////////////////////////////////*/
/*////////サイドバー////////////////////////////*/
/*//////////////////////////////////////////////////////////////*/
.side_banner_figure figcaption{
    font-size: 12px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.side_banner_figure figcaption:before,.side_banner_figure figcaption:after{
    position: relative;
    display: inline-block;
    content: "";
    width: 2px;
    height: 2em;
    margin: 0 1.5em;
    margin-top: -.2em;
    vertical-align: middle;
}
 
.side_banner_figure figcaption:before{
    transform: rotate(-35deg);
}
 
.side_banner_figure figcaption:after{
    transform: rotate(35deg);
}
#mc_sc_wrapper{
    justify-content: space-between;
}
.main_sidebar{
    width: 68%;
}
.sidebar_sidebar{
    width: 30%;
    position: relative;
}
.w728{
    margin: 0 auto 0 0;
}
.w300,.w302{
    margin: 0 0 0 auto; 
}
.w300{
    max-width: 300px;
}
.w302{
    max-width: 302px;
}
.single_maincontents_figure{
    margin-bottom: 50px;
}
/**/
#google_map_article{
    margin-bottom: 100px;
    width: 100%;
}
#google_map_article h3{
    margin-bottom: 15px;
}
#google_map_article iframe{
    width: 100%;
    height: 550px;
}
#google_map_article h3 span{
    display: inline-block;
    margin-left: 20px;
}
.side_unei_section{
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.side_unei_figure{
    max-width: 300px;
    height: 200px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.side_unei_figure h2 {
    position: absolute;
    display: block;
    bottom: -55px;
    left: 0;
    width: 100%;
}
.side_unei_figure h3{
    position: absolute;
    display: block;
    bottom: -55px;
    left: 0;
    width: 100%;
}
.side_unei_figure img{
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    box-sizing: border-box;
}
.side_unei_content_wrap{
    margin-top: 65px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.side_unei_content_wrap p{
    margin-top: 10px;
    font-size: 14px;
}
.side_unei_content_wrap p:first-child{
    margin-top: 0;
}
.side_unei_name{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
}
.side_unei_sname span{
    font-weight: bold;
}
.side_unei_pro{
    text-align:justify;
    letter-spacing: 2px;
    line-height: 170%;
}
.side_unei_content_wrap a{
    display: block;
    margin-top: 40px;
    padding: 10px 5px;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 10px;
}
.sidebar_section,.side_blog_article{
    position: relative;
}
.side_blog_article,.sidebar_section_banner,.side_ct_section,#side_unei_section_h,.widget,.side_banner_article,.banner_title {
    margin-bottom: 50px;
}
.side_last_wrapper .sidebar_section_banner{
    margin-bottom: 0;
}
.side_blog_article:first-child{
    margin-top: 50px;
}
.bc_rc_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.side_blog_catname{
    font-size: 10px;
    padding: 3px 5px;
    box-sizing: border-box;
    border-radius: 3px;
}
.sidebar_title{
    position: relative;
    padding: 0 0 10px;
    border-bottom: 3px solid rgba(204, 204, 204, 0.71);
}
.sidebar_title span:nth-child(2){
    position: absolute;
    right: 0;
    bottom: -34px;
}
.sidebar_title a span:nth-child(2){
    font-size: 12px;
}

.sidebar_title::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30%;
  height: 3px;
  content: '';
}
.side_blog_article{
    position: relative;
    padding-bottom: 20px;
}
.side_blog_article::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    opacity: 0.3;
}
.side_catlist_warp{
    margin-top: 30px;
}
.side_catlist_warp:first-child{
    margin-top: 50px;
}
#sidebar .cat_name_span,#sidebar .nickname_name_span{
    display: block;
}

.side_blog_wrapper h3{
    margin-top: 20px;
}
.side_blog_wrapper h3 a{
    font-size: 13px;
    font-weight: normal;
}
.side_blog_wrapper h3 a:hover{
    font-weight: bold;
}
.side_newdate_wrap{
    margin-top: 10px;
    color: #f00;
    font-size: 10px;
}
#side_brog_catnew .sidebar_title{
    align-items: center;
    flex-wrap: nowrap;
}
.side_catlist_warp div.side_catlist_parent a{
    display: block;
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc75;
    letter-spacing: 5px;
}
.side_catlist_warp div.side_catlist_parent a i{
    display: inline-block;
    margin-right: 10px;
}
.side_catlist_warp ul li{
    width: 90%;
    margin: 30px 0 0 auto;
}
.side_catlist_warp ul li a{
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 5px;
    font-weight: bold;
}
.side_catlist_warp ul li a:hover{
    color: #3434dd;
}
#side_tag_search ul{
    margin-top: 40px;
}
#side_tag_search ul li{
    margin-top: 30px;
    margin-right: 10px;
}
#side_tag_search ul li a{
    display: inline-block;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 7px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
}

.sticky{
    position:-webkit-sticky; 
    position:sticky; top:0;
    top: 90px;
    max-width: 300px;
    margin: 0 0 0 auto;
}
/*アコーディオン*/
.side_ct_title{
    position: relative;
    cursor: pointer;
    padding: 10px 10px 10px 15px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 3px;
}
.side_ct_title:hover{
    opacity: 0.5;
}
.open_3{
    display: none;
}
.btn_3:after{
    position: absolute;
    content: "＋";
    top: 0;
    right: 5px;
    font-weight: bold;
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}
.active::after{
    position: absolute;
    content: "-";
    top: 0;
    right: 5px;
    font-weight: bold;
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.open_1{
    display: none;
}

[id*="recent-posts"] ul li{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
[id*="recent-posts"] ul li a,[id*="recent-posts"] ul li a span{
    display: block;
    width: 100%;
}
[id*="recent-posts"] ul li span{
    order: 1;
    font-size: 10px;
}
[id*="recent-posts"] ul li a{
    order: 2;
}
.widget a:hover{
    opacity: 0.7;
}
.widget select{
    width: 100%;
    margin-top: 50px;
    padding: 20px 10px;
    box-sizing: border-box;
}
[id*="archives"] ul li{
    margin-top: 50px;
}
/*アーカイブページ*/
#archive_main{
    width: 65%;
}
#archive_main .blog_article{
    min-width: inherit;
    margin: 50px 30px 0 0;
}
#side_brog_cat_rank{
    margin-top: 0;
}
/*カテゴリー*/
body#archive_body header{
    height: 400px;
}
body#archive_body #header_figure::before {
    background-image: none;
}
body#archive_body #header_figure::after{
    content: none;
}
.cta_section_title span{
    display: inline-block;
    padding: 0 3px;
    box-sizing: border-box;
    line-height: 100%;
}
.section_description{
    text-align:justify;
    letter-spacing: 3px;
    line-height: 200%;
    margin-top: 50px;
     
}
.cta_section_title .cta_st_span{
    padding: 5px 7px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 3px;
    letter-spacing: 0;
}
/*//////////////////////////////////////////////////////////////////////////////////*/
/*/////固定ページ 運営者情報//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/
#main_administrator{
    margin-top: 70px;
}
#main_administrator .page_induction_section{
    padding: 0;
    margin-bottom: 70px;
    margin-top: 0;
}
/*メンバー*/
#main_member_section{
    margin-bottom: 70px;
}
/*
#main_member_section h2{
    font-size: 20px;
    letter-spacing: 5px;
}
*/
.main_member_article{
    width: 45%;
    margin-top: 50px;
    margin-right: 10%;
}
.main_member_article:nth-child(2n){
    margin-right: 0;
}
.main_member_article h3{
    display: flex;
    justify-content: center;
}
.main_member_article h3 img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.main_member_name,.main_member_comment,.main_member_link{
    margin-top: 30px;
}
.main_member_name{
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
}
.main_member_comment{
    text-align:justify;
    line-height: 160%;
    letter-spacing: 3px;
}
.main_member_link{
    display: block;
    text-align: right;
    font-weight: bold;
    text-decoration: underline;
}
/*メッセージ*/
.message_section{
    margin-bottom: 70px;
}
.section_1024{
    max-width: 1024px;
    margin: 0 auto;
}
.message_article{
    margin-top: 50px;
}
.transparent_bothends {
    position: relative;
    width: 100%;
    font-size: 18px;
    text-align: center;
    z-index: 1;
}
.transparent_bothends::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.transparent_bothends span{
    display: inline-block;
    padding: 0 35px;
    box-sizing: border-box;
}
.transparent_bothends span strong{
    display: block;
    font-size: 25px;  
}
.transparent_bothends span strong:nth-child(1){
    letter-spacing: 3px;
}
.transparent_bothends span strong:nth-child(2){
    font-size: 14px;
    opacity: 0.6;
}

.subhead_ac{
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    font-size: 20px;
    letter-spacing: 3px;
}
.subhead_ac:before {
    left: 0;
    right: 25px;
}
.subhead_ac:after {
    left: 25px;
    right: 0;
}
.subhead_ac:after,.subhead_ac:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    bottom: 0;
    margin: auto;
}
.item_description_wrap{
    max-width: 1024px;
    margin: 70px auto 0;
    width: 100%;
    height: 683px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: center center;
    background-size: cover;
}
.item_description_wrap::before,.item_description_wrap::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
}
.item_description_wrap::before{
    background-color: #fff;
    opacity: 0.75;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.item_description_wrap::after{
    width: 95%;
    height: 94%;
    top: 2.5%;
    left: 3%;
    border: 3px solid #fff;
    box-sizing: border-box;
}
.item_description_p{
    z-index: 1;
    width: 80%;
    text-align:justify;
    letter-spacing: 5px;
    line-height: 200%;
    color: #000;
}
.message_contents_wrap{
    max-width: 1024px;
    margin: 70px auto 0;
    position: relative;
    padding-bottom: 80px;
}
.message_contents_img{
    max-width: 728px;
    margin: 0 auto 0 0;
}
.message_contents_comment{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 500px;
    padding: 30px;
    box-sizing: border-box;
}
.message_contents_comment p{
    text-align:justify;
    letter-spacing: 3px;
    line-height: 200%;
}
/*概要*/
#main_overview_section{
    margin-bottom: 70px;
}
.main_overview_article{
    margin-top: 50px;
}
.main_overview_article h3{
    text-align: center;
    padding: 20px 5px;
    box-sizing: border-box;
    position: relative;
    letter-spacing: 3px;
}
.main_overview_article h3::before{
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    box-sizing: border-box;
}
.free_comment_p{
    margin-top: 50px;
    text-align: justify;
    letter-spacing: 3px;
    line-height: 200%;
}
.main_overview_table,.main_overview_gm{
    margin-top: 25px;
}
.main_overview_table tr{
    position: relative;
    z-index: 0;
}
.main_overview_table tr::before{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
}
.main_overview_table th,.main_overview_table td{
    text-align:left;
    padding: 25px 0;
    box-sizing: border-box;
    letter-spacing: 3px;
    line-height: 200%;
}
.main_overview_table th{
    width: 30%;
    font-size: 18px;
}
.address_tr td span{
    display: block;
}
.address_tr td span:first-child{
    font-size: 14px;
    margin-bottom: 15px;
}
.name_td{
    font-weight: bold;
}
.main_overview_table td strong{
    display: block;
    font-weight: normal;
    opacity: 0.7;
    font-size: 13px;
}
#info_table_snslist li{
    margin-right: 40px;
}
#info_table_snslist li:last-child{
    margin-right: 0;
}
#info_table_snslist li a i{
    font-size: 30px;
}
.line_2_check span:nth-child(odd){
    font-weight: bold;
    font-size: 14px;
}
.line_2_check span:nth-child(even){
    font-size: 13px;
}
.line_2_check span{
    display: block;
}
.other_list li{
    margin-top: 15px;
}
.other_list li:first-child{
    margin-top: 0;
}
.main_overview_gm iframe{
    width: 100%;
    height: 550px;
}
.main_overview_gm h4{
    margin-bottom: 10px;
}
.main_overview_gm h4 span{
    display: inline-block;
    margin-left: 20px;
}
.history_wrap{
    justify-content: space-between;
    align-items: center;
}
.history_wrap span{
    display: block;
    margin-top: 30px;
    text-align:left;
    font-size: 14px;
}
.history_wrap span:nth-child(odd){
    width: 20%;
    font-weight: bold;
}
.history_wrap span:nth-child(even){
    width: 78%;
}
.history_wrap span:nth-child(1),.history_wrap span:nth-child(2){
    margin-top: 0;
}
.web_site_td div{
    display: flex;
    align-items: center;
}
.web_site_td a{
    margin-right: 30px;
}
.web_site_td a:hover{
    opacity: 0.7;
}
.web_site_td a span{
    display: block;
}
.web_site_td a span:first-child{
    font-size: 14px;
}
.web_site_td a span:last-child{
    font-size: 12px;
    text-decoration: underline;
}
.web_site_td img{
    max-width: 100px;
}
/*////////////////////////////////////////////////////////////////////////*/
/*検索結果ページ*/
/*////////////////////////////////////////////////////////////////////////*/
#search_main{
    padding: 100px 0;
}
body#search_body #header_figure::before{
    background-image: none;
}
body#search_body #header_figure::after{
    box-sizing: border-box;   
}
body#search_body header{
    height: 250px;
}
#h1_title_search{
    font-size: 25px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
body#search_body header p{
    font-size: 14px;
    letter-spacing: 2px;
    text-align:left;
}
body#search_body header p strong{
    font-weight: bold;
    margin: 0 5px;
}
body#search_body .section_title span{
    margin: 0 5px;
}
#search_none_wrapper{
    margin-top: 50px;
}
#search_none_wrapper input[type=text]{
    width: 77%;
}
#search_none_wrapper input[type=submit]{
    width: 20%;
}
#search_none_wrapper .main_search_wrap input{
    border-radius: 0;
}
#search_none_section p{
    margin-top: 50px;
    letter-spacing: 3px;
}
#search_none_section p a{
    text-decoration: underline;
}
body#search_body #top_pickup_section{
    padding-bottom: 0;
}
body#search_body #top_pickup_section .list_link_wrap a{
    position: static;
    margin-top: 100px;
}
body#search_body .cat_tag_mainwrapper{
    padding: 100px 0;
}
/*////////////////////////////////////////////////////////////////////////*/
/*固定ページ　*/
/*////////////////////////////////////////////////////////////////////////*/
#page_editor_wrapper{
    margin: 50px auto 70px;
}

body#search_404 header{
    height: 600px;
}
body#search_404 h1{
    font-size: 30px;
    letter-spacing: 5px;
    text-align: justify
}
body#search_404 p{
    letter-spacing: 3px;
    line-height: 200%;
    text-align:left;
    margin-top: 50px;
}
body#search_404 p a{
    text-decoration: underline;
}
.tax_section_title{
    font-size: 18px;
    letter-spacing: 3px;
    text-align:left;
}
.tax_section_title span:first-child{
    padding: 5px 20px;
    box-sizing: border-box;
    margin-right: 20px;
    letter-spacing: 5px;
    border-radius: 10px 0 0 0;    
}
.tax_section_title span:first-child,.tax_section_title span:last-child{
    display: flex;
    align-items: center;
}
.recommend_rank{
    margin-top: 50px;
}
#recommend_ex_wrapper{
    margin: 0 auto 50px;
    letter-spacing: 3px;
    text-align:justify;
    line-height: 200%;
}
/**/
.page_rink{
    display: block;
    text-align: right;
    margin-top: 50px;
    text-decoration: underline;
    letter-spacing: 3px;
    font-weight: bold;
}
.page_rink:hover{
    opacity: 0.6;
}
/*tab*/
input[name="tab_item_genre"] {
    display: none;
}
[class^="tab_item"] {
    font-size: 13px;
    letter-spacing: 3px;
    text-align: center;
    display: flex;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    padding: 15px 10px;
    box-sizing: border-box;
    cursor: pointer;
    width: 25%; 
    min-height: 70px;
    justify-content: center;
    align-items: center;
}
#top_main_contents_tabs [class^="tab_item"]{
    width: 50%;
}
[class^="tab_item"]:hover {
    opacity: 0.75;
}
.tabs .tab_content{
    display: none;
    padding-top: 70px;
    clear: both;
    overflow: hidden;
}
/*/////////////////////////////////////////////////////////////////////////////*/
/*おすすめサイドバー キーワード検索フォーム*/
/*/////////////////////////////////////////////////////////////////////////////*/
#body_recommend #pn_link_wrapper{
    padding-top: 0;
}
#freeword_recommend_side input[type=text],#freeword_recommend_side input[type=submit],#freeword_recommend_side p{
    display: block;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    border-radius: 10px;
}
#freeword_recommend_side input[type=text]{
    margin-top: 50px;
    border: 1px solid #ccc;
}
#freeword_recommend_side input[type=submit],#freeword_recommend_side p{
    margin-top: 10px;
}
#freeword_recommend_side input[type=submit]{
    font-weight: bold;
    letter-spacing: 3px;
    cursor: pointer;
}
#freeword_recommend_side input[type=submit]:hover{
    opacity: 0.6;
}
#freeword_recommend_side p{
    font-size: 11px;
    padding: 0;
    text-align:left;
}
/*/////////////////////////////////////////////////////////////////////////////*/
/*おすすめサイドバー 個別詳細ページ*/
/*/////////////////////////////////////////////////////////////////////////////*/
#recommend_sitename_wrap{
    position: absolute;
    right: 0;
    right: 20px;
    top: -20px;
}
#header_logo_none_recommend a{
    font-size: 25px;
    font-weight: bold;
}
#recommend_body #fixed_sitelink_list li{
    margin-left: 0;
}
#recommend_body #fixed_search_wrapper{
    display: none;
}
#recommend_body #main_aside{
    padding-top: 0;
}
.w1220{
    width: 95%;
    max-width: 1260px;
    margin: 0 auto;
    padding-bottom: 100px;
    position: relative;
}
#recommend_single_header{
    margin-top: 0;
    height: auto;
}
#recommend_single_header::after{
    position: unset;
}
#recommend_single_header h1{
    font-size: 35px;
    letter-spacing: 10px;
    text-align:left;
    padding: 87px 40px 25px;
    box-sizing: border-box;
}
#recommend_single_main{
    margin-top: 100px;
}
.recommend_single_edhitor_wrapper{
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}
.cat_ribbon{
    position: absolute;
    top: 20px;
}
.cat_ribbon span{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 30px;
    margin: 0 0 0 -20px;
    width: calc(100% + 20px);
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: bold;
}
.cat_ribbon span:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
}
#recommend_body #pankuzu_wrapper{
    padding: 0 40px;
    margin-top: 100px;
    box-sizing: border-box;
}
/*マニュアルのトップページ*/
#manual_main{
    margin-top: 100px;
}
#page_manual_ex{
    max-width: 600px;
    margin: 100px auto 100px;
    padding: 0 20px;
    text-align:left;
    letter-spacing: 3px;
    line-height: 200%;
    font-weight: bold;
    
}
.manual_tax_list{
    justify-content: space-between;
}
.manual_tax_list li{
    margin-top: 50px;
    width: 49%;
}
.manual_tax_list li a{
    display: block;
    box-sizing: border-box;
}
.manual_tax_list li a:hover{
    opacity: 0.7;
}
.manual_tax_list li a span{
    display: block;
    font-size: 14px;
    text-align:left;
    padding: 20px;
    box-sizing: border-box;
}
.manual_tax_list li a span:first-child{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
}
.manual_tax_list li a span:last-child{
    letter-spacing: 3px;
    line-height: 180%;
}
/*マニュアルカテゴリー一覧ページ*/
.manual_discription_p,#manual_article{
    margin-top: 50px;
}
.manual_discription_p{
    letter-spacing: 3px;
    line-height: 180%;
    text-align:left;
    padding-left: 25px;
    box-sizing: border-box;
}
.manual_contents_wrapper h3{

}
.manual_contents_wrapper h3 a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.manual_contents_wrapper h3 a span{
    width: 70%;
    display: flex;
    align-items: center;
    height: 70px;
}
.manual_contents_wrapper h3 a span:first-child{
    width: 25%;
    justify-content: center;
    letter-spacing: 3px;
}
.manual_contents_wrapper p{
    padding: 30px 20px;
    box-sizing: border-box;
    text-align:left;
    letter-spacing: 3px;
    line-height: 180%;
}
.manual_permalink_wrap{
    text-align: right;
}
.manual_permalink_wrap a{
    display: inline-block;
    margin: 0 20px 30px 0;
    text-decoration: underline;
    letter-spacing: 3px;
    font-weight: bold;
}
.manual_contents_wrapper a:hover{
    opacity: 0.7;
}
#single_manual_main .single_maincontents_wrap{
    margin-top: 0;
}
#side_manual_section ul li a{
    text-decoration: none;
}
#side_manual_section ul li a:hover{
    opacity: 0.7;
}
/*ウィジェット*/
/*1180*/
.editor_wrap_1180{
    max-width: 1180px;
    margin: 0 auto;
}
.editor_wrap_1180 .side_blog_section,.editor_wrap_1180 .side_ct_section,.editor_wrap_728 .side_blog_section,.editor_wrap_728 .side_ct_section,.editor_wrap_728 .side_unei_section{
    max-width: 100%;
    margin-bottom: 100px;
}
.editor_wrap_1180 .sidebar_blog_wrapper,.editor_wrap_728 .sidebar_blog_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.editor_wrap_1180 .side_blog_article,.editor_wrap_728 .side_blog_article{
    min-width: 360px;
    margin: 70px auto 0;
}
.editor_wrap_1180 .side_blog_wrapper,.editor_wrap_728 .side_blog_wrapper{
    max-width: 335px;
    margin: 0 auto;
}
.editor_wrap_1180 .side_blog_article img,.editor_wrap_728 .side_blog_article img{
    width: 335px;
    height: 223px;
    object-fit: cover;
}
.editor_wrap_1180 .side_unei_section{
    max-width: 728px;
    margin: 0 auto 100px;
}
.editor_wrap_1180 .side_unei_section,.editor_wrap_728 .side_unei_section{
    padding-top: 30px;
}
.editor_wrap_728 .side_unei_figure{
    margin: 0 auto;
}
.editor_wrap_1180 .side_catlist_list,.editor_wrap_728 .side_catlist_list{
    display: flex;
    flex-wrap: wrap;
}
.editor_wrap_1180 .side_catlist_list li,.editor_wrap_728 .side_catlist_list li{
    width: auto;
    margin: 30px 30px 0 0;
}
/*728*/
#lp_wrapper{
    margin-top: 70px;
}

.editor_wrap_728{
    
}
.editor_wrap_300{
    
}
#widget_h1_wrappre{
    margin-top: 50px;
    padding: 100px 0;
}
#widget_h1_wrappre h1{
    text-align: center;
    font-size: 25px;
    letter-spacing: 5px;
}
.widget_h2_title{
    margin-bottom: 100px;
}

/*個別詳細ページ 商品*/
.body_single_merchandise #header_logo_none,.body_breed_archive #header_logo_none,.body_single_merchandise #header_logo_figure,.body_breed_archive #header_logo_figure    {
    top: 0;
}
.body_single_merchandise .single_wrapper,#archive_body_breed .single_wrapper{
    padding-top: 70px;
}
.free_contents_wrapper{
    margin-top: 50px;
}
#merchandise_header h1{
    font-size: 23px;
    letter-spacing: 5px;
    line-height: 200%;
}
#merchandise_header p,#merchandise_thumbnail{
    margin-top: 50px;
}
#merchandise_header p{
    margin-top: 50px;
    text-align:justify;
    letter-spacing: 3px;
    line-height: 180%;
    font-size: 14px;
}
#merchandise_main{
    margin-top: 50px;
}
.merchandise_detail_seciton h2{
    margin-bottom: 50px;
}
.needs_list li{
    margin-top: 50px;
    font-weight: bold;
    text-align:left;
    letter-spacing: 3px;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 200%;
}
.needs_list li::before{
    position: absolute;
    content: '◎';
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.heading08 {
	font-size: 16px;
    opacity: 0.7;
}
.heading08_a{
	display: flex;
	align-items: center;
	font-size: 16px;
	text-transform: uppercase;
    margin-bottom: 10px;
}
.heading08_a::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
}
.heading08_j{
    display: block;
}
.heading08_j strong{
    display: inline-block;
}
.heading08_j strong:first-child{
    letter-spacing: 5px;
    opacity: 0.7;
    display: block;
}
.heading08_j strong:last-child{
    font-size: 22px;
    margin-top: 50px;
}
.heading08_j #kana_strong{
    font-size: 13px;
    opacity: 0.7;
    display: block;
    margin-top: 10px;
}
.single_merchandise_article,#single_fade_figure,#single_pr_e_contents{
    margin-bottom: 50px;
}
.single_merchandise_article:last-child{
    margin-bottom: 0;
}
.single_merchandise_article h3{
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
}
.single_merchandise_article h3 span{
    letter-spacing: 3px;
}
.kinoseino_comment_p{
    margin-top: 50px;
}
.merchandise_detail_table{
    margin-top: 50px;
}
.production_and_sales_wrap{
    width: 100%;
}
.production_and_sales_wrap span{
    margin-top: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.merchandise_arthicle .production_and_sales_wrap span {
    margin-top: 20px;
}
.production_and_sales_wrap span:nth-child(odd){
    width: 30%;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 13px;
}
.production_and_sales_wrap span:nth-child(even){
    width: 70%;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 13px;
}
.feature_p{
    margin-top: 50px;
    text-align:left;
    letter-spacing: 3px;
    line-height: 180%;
}
.tegami {
    margin-top: 50px ;
    border-radius: 8px;
    padding: 30px;
    font-weight: bold;
    box-sizing: border-box;
    background-color: #fcf8eb;
}
.tegami_title {
    font-size: 17px;
    font-weight:bold;
    text-align:justify;
    letter-spacing: 3px;
}
.sen {
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fcf8eb 50%, #fcf8eb 100%), /* 点線1の色 */
    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
    background-size: 8px 100%, /* 点線1のサイズ */
    100% 2.5em; /* 点線2のサイズ */
    line-height: 2.5em; /* 文字の高さ */
    padding-bottom: 1px; /* 最終行の下にも罫線を引く */
    margin-top: 30px;
    letter-spacing: 3px;
    font-size: 14px;
}
.tegami_icon{
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 25px;
}
.tegami_icon img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-sizing: border-box;
    margin-left: 30px;
}
.tegami_icon figcaption{
    font-size: 13px;
}

.side_merchandise_section{
    margin-bottom: 50px;
}
.side_merchandise_section h2{
    font-size: 18px;
    letter-spacing: 3px;
}
.side_merchandise_section ul li{
    margin-top: 50px;
}
.side_merchandise_section ul li a{
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: bold;
}
.sticky_order_img a:hover{
    opacity: 0.7;
}
/*line*/
#page_line_oll_wrapper{
    max-width: 335px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
#line_header h1{
    text-align: center;
    color: #07b53b;
}
#line_header h1 span{
    display: block;
    font-size: 13px;
}
#line_header h1 span:nth-child(2){
    font-size: 20px;
}
#line_header h1,#line_main figure,#line_main table{
    margin-top: 30px;
}
#line_main figure{
    display: flex;
    justify-content: center;
}
#line_main figure img{
    max-width: 335px;
}
#line_main table th,#line_main table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
}
#line_main table th{
    background-color: #07b53b;
    color: #fff;
    padding: 10px 5px;
}
#line_main table td{
    padding: 20px 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.lasttd{
    border-bottom: 1px solid #ccc;
}
/*商品価格一覧ページ*/
.breed_pc_section{
    padding-top: 70px;
}
#breed_pagewithin_list{
    justify-content: space-between
}
#breed_pagewithin_list li{
    width: 48%;
}
#breed_pagewithin_list li a{
    display: block;
    text-align: center;
    padding: 30px 5px;
    box-sizing: border-box;
    font-size: 15px;
    border-radius: 3px;
}
#breed_pagewithin_list a:hover{
    opacity: 0.7;
}
#breed_pagewithin_list li{
    margin-top: 50px;
}
#breed_pagewithin_list li:nth-child(1),#breed_pagewithin_list li:nth-child(2){
    margin-top: 0;
}
.page_mp_h2{
    font-size: 20px;
    letter-spacing: 5px;
}
.post_none{
    width: 100%;
    text-align: center;
    margin-top: 100px;
    
}
#single_price_detail_table{
    margin-top: 50px;
}
#single_price_detail_table tr{
    box-sizing: border-box;
}
#single_price_detail_table th,#single_price_detail_table td{
    text-align:left;
    padding: 20px 10px 20px 20px;
    box-sizing: border-box;
    font-size: 13px;
}
#single_price_detail_table th{
    width: 33%;
    letter-spacing: 3px;
}
#single_price_detail_table td ul li{
    margin-top: 15px;
}
#single_price_detail_table td ul li:nth-child(1){
    margin-top: 0;
}
.tmp_m{
    letter-spacing: 3px;
}
.tmp_m{
    margin-bottom: 10px
}
.tmp_p{
    margin-bottom: 20px;
}
.tmp_p:last-child{
    margin-bottom: 0;
}
#single_price_notes_list li{
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}
#single_price_notes_list li::before{
    position: absolute;
    content: '※';
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
#single_price_wrapper{
    margin-top: 50px;
}

#pmp_article h4 span{
    font-size: 17px;
    letter-spacing: 5px;
    padding: 10px;
    box-sizing: border-box;
}
#sp_price_wrapper,#sp_payment_wrapper{
    flex-wrap: wrap;
}
#sp_price_wrapper h4{
    width: 100%;
}
#sp_price_wrapper h5,#sp_payment_wrapper h5{
    width: 35%;
}
#sp_price_wrapper p,#sp_payment_wrapper p{
    width: 63%;
}
#sp_price_wrapper p{
    font-size: 20px;
    font-weight: bold;
}
#sp_price_wrapper h5,#sp_price_wrapper p,#sp_payment_wrapper h5,#sp_payment_wrapper p{
    margin-top: 50px;
}
.pmp_mp_wrap h4 span{
    display: block;
    text-align: center;
}
.pmp_mp_wrap{
    margin-top: 50px;
}
#pmp_article h5{
    letter-spacing: 3px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
#pmp_article h5::before{
    position: absolute;
    content: '・';
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;align-content: 
}

#order_article{
    margin-top: 50px;
}
.single_prece_order_comment{
    margin-top: 50px;
}
.single_prece_order_comment{
    font-size: 14px;
    letter-spacing: 3px;
    text-align:left;
    line-height: 200%;
}
.purchase_a{
    display: block;
    padding: 30px 5px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 18px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}
.purchase_a:hover{
    opacity: 0.6;
}
.purchase_a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
#single_prece_order_form{
    margin-top: 50px;
    box-sizing: border-box;
}
.prece_order_form_wrap{
    padding: 0 20px 20px;
    background: #fff;
    box-sizing: border-box;
}
#single_prece_order_form h4{
    text-align: center;
    padding: 20px 5px;
    box-sizing: border-box;
    letter-spacing: 5px;
}
.single_merchandise_article_h4{
    padding: 20px 5px;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 3px;
    font-weight: normal;
    position: relative;
}
#single_prece_order_form .single_merchandise_article_h4{
    padding: 0;
    text-align:left;
}
.single_merchandise_article_h4::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    opacity: 0.3;
}
.gaibu_ec_h4{
    margin-top: 50px;
}
.qanda_sp_wrapper h4,.qanda_sp_wrapper p{
    display: flex;
    align-items: center;
    text-align:left;
    letter-spacing: 3px;
    position: relative;
}
.qanda_sp_wrapper h4::before,.qanda_sp_wrapper p::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.qanda_sp_wrapper span{
    display: block;
}
.qanda_sp_wrapper h4 span:first-child,.qanda_sp_wrapper p span:first-child{
    font-size: 30px;
    margin-right: 20px;
}
.qanda_sp_wrapper h4{
    padding-bottom: 10px;
    margin-top: 50px;
    font-weight: normal;
}
.qanda_sp_wrapper p{
    padding: 50px 0;
    font-weight: bold;
}
.pp_wrapper{
    max-width: 728px;
    margin: 70px auto 0;
}
#search_h1 span{
    display: block;
    text-align:left;
}
#search_h1 span:first-child{
    font-size: 35px;
    letter-spacing: 5px;
}
#search_h1 span:last-child{
    margin-top: 20px;
    letter-spacing: 3px;
}
.search_none_title{
    line-height: 200%;
    letter-spacing: 3px;
    line-height: 200%;
    font-weight: normal;
    text-align:left;
}
/*サイトマップ*/
#sitemap_wrapper .menu-item-home a{
    display: block;
    padding: 20px 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#hbr_nav_list .menu-item-home a{
    padding: 0;
}
#sitemap_ex_wrapper{
    max-width: 728px;
    margin: 0 auto;
}
#sitemap_ex_wrapper p{
    text-align:left;
    letter-spacing: 3px;
    line-height: 200%;
}
.sitemap_nav ul li{
    margin-top: 50px;
}
.sitemap_nav ul li ul li ul li ul{
    display: flex;
}
.sitemap_nav ul li ul li ul li ul li{
    margin-right: 30px;
}
.sitemap_nav ul li ul li a{
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
/*親カテゴリー*/
.sitemap_nav ul li ul li ul li a{
    font-size: 16px;
    letter-spacing: 5px;
    padding: 0;
}
/*子カテゴリー*/
.sitemap_nav ul li ul li ul li ul li a{
    display: inline-block;
    font-size: 16px;
    letter-spacing: 3px;
    border-bottom: none;
    position: relative;
    padding-left: 22px;
    box-sizing: border-box;
}
.sitemap_nav ul li ul li ul li ul li a::before{
    position: absolute;
    content: '・';
    left: 0px;
    top: 0;
}
.sitemap_nav ul li ul li ul li a,.sitemap_nav ul li ul li ul li ul li a,.sitemap_nav ul li ul li a{
    display: inline-block;
    border-top: none;
    border-left: none;
    border-right: none;
}
/*スターレーティング*/

.merchandise_detail_table tr th,.merchandise_detail_table tr td{
    width: 50%;
    text-align: justify;
    padding: 20px 10px 20px;
    box-sizing: border-box;
}
.merchandise_detail_table th.ce_th{
    width: 100%;
}
.merchandise_detail_tablee th.ce_th div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.merchandise_detail_table th.ce_th div span:nth-child(2){
    margin-left: 30px;
    font-size: 30px;
}
.merchandise_detail_table th.ce_th div span:nth-child(1){
    letter-spacing: 5px;
}
.merchandise_detail_table tr th{
    text-align: center;
}
.merchandise_detail_table .star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    font-size: 40px;
}

.merchandise_detail_table .star5_rating:before,.merchandise_detail_table .star5_rating:after{
    content: '★★★★★';
}

.merchandise_detail_table .star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.merchandise_detail_table .star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.merchandise_detail_table .star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.merchandise_detail_table .star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.merchandise_detail_table .star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.merchandise_detail_table .star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.merchandise_detail_table .star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.merchandise_detail_table .star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.merchandise_detail_table .star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.merchandise_detail_table .star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.merchandise_detail_table .star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.merchandise_detail_table .star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

.score{
    display: inline-block;
    margin-left: 40px;
    font-weight: bold;
    font-size: 20px;
}