@charset "UTF-8";
/*
Theme Tenrai
Author:天来書院公式サイト レスポンシブ対応
Theme URI: http://www.shodo.co.jp/tenraiwp/
Description:天来書院
Version:20210601
*/
/* CSS Document */

/*---------------------------------------
common.css responsive
---------------------------------------*/
.img100 img{
    width:100%;
    height:auto;
}
.img100_c img{
	display: block;
    width:100%;
    height:auto;
    margin-right: auto;
    margin-left:auto;
}
.br_pc{display:inline;}
.br_sp{display:none;}
.br_sp_s{display:none;}

@media screen and (max-width: 770px){
.br_pc{display:none;}
.br_sp{display:inline;}	
}
@media screen and (max-width: 439px){
.br_sp_s{display:inline;}    
}

/*---------------------------------------
style.css responsive
---------------------------------------*/
/*header-top*/
/*-------------------------------------*/
.header_btn_sp{ display: none; }
#SearchHeader_sp{ display: none; }
#usefullbtn_sp{ display: none; }

@media screen and (max-width: 1279px) {
.header_wrapper{
	width: 100%;
    align-items: center;
}
.header_left{ width: 24%;}
.header_center{ width: 34%;}
.header_right{ width: 38%;}
.telfax{ display:none; }
header nav {
	width: 100%;
}
#mainNav{ width:100%; }
#snslogo{ display:none; }
}

@media screen and (max-width: 770px){
.header_wrapper{
	width: 100%;
    margin: 15px auto 15px;
	padding:0 10px;
}
.header_left{ width: 46%; }
.header_center{ display:none; }
.header_right{ width:50%; }
.logo img{
	width:100%;
	max-width: 230px;
	height:auto;
}
.header_btn{ display: none; }
.telfax{ display: none; }
.header_btn_sp{
	display:flex;
	justify-content:flex-end;
}
.header_btn_sp > li{
    font-size: 12px;
    margin-right: 4%;
    text-align: center;
}
.header_btn_sp > li.header_gnavi_sp{
    margin-right: 0;
}
.header_btn_sp > li:nth-child(1){
    letter-spacing: -0.05em;
}
.header_btn_sp > li img{
	border:none;
    width:100%;
    max-width: 45px;
}
#SearchHeader_sp{ margin: 10px; }

header nav {
    display: none;
}
#usefullbtn_sp{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#usefullbtn_sp li{
    width: calc(92% / 4);
    margin: 0 1%;
    padding: .5em 0;
    text-align: center;
    border: 1px solid #333;
}
#usefullbtn_sp li a{
    font-size: 14px;
    line-height: 1.5;
    color: rgb(0, 0, 0);
}
#usefullbtn_sp li:last-of-types{
    border-right: 1px solid #333;
}
}
@media screen and (max-width: 600px){
    #usefullbtn_sp li{
    width: calc(63% / 3);
    margin: 0 0 0 1%;
    }
#usefullbtn_sp li:last-child{
        width: 32%;
        margin: 0 1% 0 1%;
    }
#usefullbtn_sp li a{ font-size: 13px; }    
}

/*ハンバーガーメニューここから*/
#chk{ display: none; }
#spnav{ display: none; }

/* ハンバーガーメニュー展開時の背景固定*/
@media screen and (max-width: 770px){
html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}/* 背景固定ここまで */

header{ position:relative; }    

#chk { display: none; }
#humbt {
    display: flex;
    margin: 0.5vw 0 0 0;
    width: 6vw;
    height: 6vw;
    cursor: pointer;
    position: relative;
}
#humbt span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #716c58;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 900;
}
#humbt span:nth-child(2) { top: 13px; }
#humbt span:nth-child(3) { top: 26px; }
#chk:checked ~ #humbt span{
    right: 15px;
}
#chk:checked ~ #humbt span:nth-child(1) {
    top:13px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
#chk:checked ~ #humbt span:nth-child(2) {
    width: 0;
    left: 50%;
}
#chk:checked ~ #humbt span:nth-child(3) {
    top:13px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
#spnav {
    display: none;
    position: fixed;
    width: 80%;
    height: 100%;
    overflow-y: scroll !important;/*背景が固定されていてもメニュー内だけスクロール*/
    -webkit-overflow-scrolling: touch;
    background-color: rgba(237, 237, 228, 1.0);
    padding: 40px 0 0 0;
    right: 0;
    top: 0;
    z-index: 800!important;
}
#chk:checked ~#spnav{
display: block;
}
/* コンテンツカバー */
#chk:checked ~.hamburger-cover{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 700!important;
    background-color: rgba(3,3,3,.5);
    display: block;
}
#spnav > li {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
}
#spnav .accordion summary{
    width: 100%;
    height: 42px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #A4A4A4;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    color: #434745;
    padding-left: 18px;
    cursor: pointer;   
}
#spnav .accordion[open] summary{
    background-color: rgb(0, 186, 149);
    color: #fff;
}

.accordion summary::-webkit-details-marker {
    display: none;
}
#spnav .accordion .sp_subnav{
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
}
#spnav .accordion[open] .sp_subnav{
    transform: none;
    opacity: 1;
    padding-left: 5%;
    border-bottom: 1px solid #A4A4A4;
}
#spnav .accordion .sp_subnav > li > a{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #A4A4A4;
    color: #000;
    font-size: 14px;
    line-height: 42px;
    text-align: left;
    padding-left: 18px;
    cursor: pointer;
}
#spnav .accordion .sp_subnav > li:last-child > a{
    border-bottom:none;
}

/* アコーディオンメニューのアイコン */
#spnav .accordion .sp_subnav > li > a{
    position: relative;
}
#spnav .accordion .sp_subnav > li > a::before{
    border-bottom: 2px solid #A4A4A4;
    border-right: 2px solid #A4A4A4;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    left: 4px;
    top: 17px;
    transform: rotate(-45deg);
    width: 4px;
}

/* ２つの会員システム */
#spnav .accordion .sp_subnav > li.membership{
    border-bottom: 1px solid #A4A4A4;
}
#spnav .accordion .sp_subnav > li.membership > a{
    border-bottom: none;
}
#spnav .accordion .sp_subnav > li.membership > ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
}
#spnav .accordion .sp_subnav > li.membership > ul > li > a{
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 2em;
    padding-right: 1em;
    padding-bottom: .5em;
    cursor: pointer;
}
/* ショップガイド */
#spnav .accordion .sp_subnav > li.howtouse > a{
    padding: 6px 0 6px 18px;
    line-height: 1.5em;
}
}

@media screen and (max-width: 480px) {
    #humbt span:nth-child(2) { top: 10px; }
    #humbt span:nth-child(3) { top: 20px; }
    }
@media screen and (max-width: 359px) {
    #spnav { width: 100%; }
}
/*ハンバーガーメニューここまで*/


/*footer*/
/*-------------------------------------*/
.footer_sp_fixd{ display: none; }
@media screen and (max-width: 1279px) {
.footer_link{
    width: 100%;
    padding: 30px 24px 60px;
}
.footer_link .footer_cell {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.footer_link .footer_cell:nth-of-type(3n) {
    margin-right: 0;
}
.footer_logo {
    width: 100%;
    padding: 0 24px 15px;
}
.footer_bottom {
    width: 100%;
    padding: 7px 24px;
}
}

@media screen and (max-width: 899px){
.footer_bottom{ display: block; }
.footer_bottom > ul{ width: 100%; }
.tenrai_copyright{ width: 100%; text-align: left; }
}

@media screen and (max-width: 770px){
.footer_link{ padding: 30px 10px 60px; }
.footer_link .footer_cell{
    float: none;
    width:100%;
    margin-right:0;
}
.footer_cell ul > li > ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
}
.footer_cell ul > li > ul > li{
    width:49%;
}
.footer_cell ul > li > ul > li a{
    display: inline-block;
    position: relative;
    font-size: 13px;
    margin: 0 0 5px;
    padding: 0 2px 0 14px;       
}
.footer_cell:last-child ul > li > ul > li:nth-of-type(3),
.footer_cell:last-child ul > li > ul > li:nth-of-type(4){
    width:100%;          
}
.footer_cell ul > li > ul > li > a:before{
    top: .3em;
}
.footer_logo { padding: 0 10px 15px; }
.footer_bottom { padding: 7px 10px 70px 10px; }

.footer_sp_fixd {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    z-index: 700;
    width: 100%;
    background-color: #00B285;
}
.footer_sp_fixd .tel,.footer_sp_fixd .contact{
    width:50%;
    text-align: center;
    color:#fff;
    padding:12px 0;
    }
.footer_sp_fixd .tel{
    background-color: #1A1A1A;
    }
.footer_sp_fixd .contact{
    background-color: #24594D;
    /*background:url("img/Base/header_contact_w.png") 0 center no-repeat #24594D;
    padding:12px 0 12px 25px;*/
    }
.footer_sp_fixd .tel a,.footer_sp_fixd .contact a{
    color:#fff;
}
}

/*Stele*/
/*比田井天来が書いた石碑*/
/*-------------------------------------*/
@media screen and (max-width: 480px){
.Stele ul li {
    margin-bottom: 2em;
    border-bottom: none;
}
.Stele ul li.Wide p:first-child{
    margin: 10px 0;
    border: 1px solid #333;
    padding: 10px 20px 7px;
}
.Stele ul li dl dt{
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.Stele ul li dl dd{
    float: none;
    display: block;
    width: 90%;
    margin:0 auto;
}
.Stele ul li dl img {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
}
}

/*Festival*/
/*天来祭り*/
/*-------------------------------------*/
@media screen and (max-width: 770px){
.Birthplace.Festival dl dd{
    padding-left: 0;
}
}

/*---------------------------------------
basic.css responsive
---------------------------------------*/
/*top*/
/*-------------------------------------*/
.topics-contents_sp{ display: none; }
.Exhibition2019Box_sp{ display: none; }
.top_tenrai_sp{ display: none; }

@media screen and (max-width: 1279px) {
#top_contents{
    margin:0 auto 50px;
    padding:0 24px;
}

/*h2*/
.product h2{
    background: rgba(0, 0, 0, 0) url("top_line.png") no-repeat scroll left bottom;
    font-size: 180%;
    line-height: 1.4;
    margin: 30px auto 10px;
    width: 100%;
	position:relative;
	overflow: hidden;
}
.product p.h2_txt {
    width:100%;
}

.topics-contents{ width: 100%; }
.product-contents { width: 100%; }

.product-wrapper.tenrai {
    background-color: rgba(237, 237, 228, 1.0) ;
    margin: 20px auto 70px;/*新contactbox時は100px*/ 
    overflow:hidden;
}
.top_tenrai_pc{
    width:90%;
    height:480px;
}
.top_tenrai h2{
    width:10%;
    position: absolute;
    top: 3px;
    left: calc(50% - 3.7vw);
    z-index: 10;
    background: none;
    line-height: 1em;
    margin: 0;
}
.top_tenrai01,.top_tenrai02,.top_tenrai03,.top_tenrai05{
    width:42%;
}
.top_tenrai02{
    top:130px;
}
.top_tenrai04{
    width:45%;
}
.top_tenrai li {
    margin-right: 10px;
    font-size: 90%;
}
.top_contactbox{
    width: 100%;
}
}

@media screen and (max-width: 1000px){
.Exhibition2019Box{
    width:100%;
    margin:30px 0 50px;
}
.top_contactbox h2{
    font-size:160%;
}
}

@media screen and (min-width:771px) and (max-width:1000px){
.top_contactbox h2 { margin-bottom:25px; }
.top_contactbox ul,.top_contactbox p { margin-left:0; }
}

@media screen and (max-width: 770px){
#top_contents{
    margin:0 auto 30px;
    padding:0 10px;
}

/*topics*/
.topics-contents{ display: none; }
.topics-contents_sp{ display: block; }

/*h2*/
/*.product h2{ background:none; }*/
.product p.h2_txt{ display:none; }

/*web shop*/
.product-wrapper{
    background: none;
    margin:0;
}
.product-contents {
    margin: 0 auto 20px;
    width: 100%;
}
.top_shoseki,.top_dvd, .top_fudeya,.top_original{
    float: left;
	height:auto;
    margin-right:2%;
    width: 49%;
}
.product-contents div:nth-child(2n){ margin-right:0; }
h3.top_shop a{
    font-size: 120%;
    line-height:34px; 
}
.top_shoptxt{ padding:10px 0; }
.shop-page-link{ display: none; }

/*Web Shopからのおすすめ*/
.shop_pr_wrapper{
    width:100%;
    float:none;
    background:#FFF;
    margin-right:0;
}
.shop_point_wrapper{
    width:100%;
    float:none;
    background:#FFF;
}

/*2つのお得な会員システム*/
.shop_point dt{ font-size:15.6px; }
.top-more a{ font-size:13px; }
.top-more2 a{
    float:none;
    width:100%;
    font-size:13px;
}
.top-more2 a:nth-child(2) {
    margin-top: 5px;
    margin-left: 0;
}

/*top blog*/
article.top_blog{
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    height:auto;
    display: flex;
    justify-content: space-between;
}
.top_blog_img,.top_blog_txt{ width:49%; }
.top_blog_img{ height: auto; }

/*information*/
#top_rss_box{
    float:none;
    width: 100%;
    overflow:hidden;
    margin-right:0;
}
#top_rss_box .rss_date{
    width: 94px;
}
.top_bnr{
    width:100%;
    float:none;
}
.top_bnr li{ width:23.5%; }

/*天来の会書展*/
.Exhibition2019Box{ display: none; }
.Exhibition2019Box_sp{
    display: block;
    width:80%;
    margin:30px auto 50px;
}

/*top tenrai*/
.product-wrapper.tenrai {
    background: none;
    margin: 20px auto 40px;
}
.top_tenrai_pc{ display: none; }
.top_tenrai_sp{ display: block; }

/*contactbox*/
.top_contactbox{ width: 100%; }
.top_contact_inner01,.top_contact_inner02{ width: 100%; }
.top_contact_inner01{ margin-right:0; margin-bottom:30px;}
.top_contactbox img{
    width:80%;
    height:auto;
}
.top_contactbox h2{
    padding: 5px 0 10px 63px;
}
.top_contact_inner01_flex{
    display: flex;
    justify-content: space-between;
}
.top_contact_inner01 ul{
    width:49%; 
    list-style:disc;
    }
.top_contact_inner01 li{
    float:none;
    list-style-type: disc;
    margin-left:25px;
    }
.top_contact_inner01 li span{ display: none; }
.top_contact_inner01 p{
    width:49%;
    margin-left:0;
    margin-right:20px;
}
}

@media screen and (max-width: 492px){
    .Exhibition2019Box_sp{ width:100%; margin:30px auto 30px;}
    .top_contactbox:first-child h2{
        padding: 3px 0 10px 75px;
    }
    .top_contact_inner01 ul{ margin-left: 0; }
    .top_contact_inner01 p{ margin-right:0; }
    .top_contact_inner02 ul {
        margin-left: 0;
        width: 80%;
        margin: 0 auto;
    }
    .top_contact_inner02 li.top_contact_btn01{
        background:none;
        padding:10px 0 0 0;
    }
    .top_contact_inner02 li.top_contact_btn01 a{
        display: block;
        padding: 10px 30px 10px 20px;
        text-align: center;
    }
}


@media screen and (max-width: 419px){
    .top_bnr li{ width:49%; }
    .top_contact_inner02 ul { width: 100%; }
    .footer_logo .tenrai_address{ font-size: 90%; }
    }

@media screen and (max-width: 369px){
.shop_pr{ padding:20px 0; }
.top_contact_inner02 li.top_contact_btn02 {
    padding: 5px 0 0 70px;
}
.top_contact_inner02 li.top_contact_btn02 span {
    font-size: 140%;
}
}

/*contents outline*/
/*-------------------------------------*/
@media screen and (max-width: 1279px){
    #contents{
        max-width: 100%;
        margin: 20px auto 50px;
        padding: 0 24px;
    }
}
@media screen and (min-width: 771px) and (max-width: 1100px){
    .main-contents{
        width:72%;
}
    .side-contents{
        width:25%;
}
}
@media screen and (max-width: 770px){
    #contents{
        margin: 20px auto 30px;        
        padding: 0 10px;
    }
    .main-contents{
        float: none;
        width:100%;
        margin-bottom: 30px;
    }
    .side-contents{
        float: none;
        width:100%;
}
}

/*anchor*/
/*---------------------------------------------------------- */
@media screen and (max-width: 1279px){
    #anchor ul li{ width : calc(98% / 4); }
}
@media screen and (max-width: 770px){
    #anchor ul li a{ font-size:13px; padding: 12px 0; }
}
@media screen and (max-width: 480px){
    #anchor ul li{ width : calc(98% / 3); }
}
@media screen and (max-width: 419px){
    #anchor ul li{ width : calc(98% / 2); }
}

/*page-title locaor*/
/*---------------------------------------------------------- */
@media screen and (max-width: 1279px){
    .page-title h2{ padding:0 24px; }
    .locator{ width:100%; padding:10px 24px; }
}
@media screen and (max-width: 770px){
    .page-title{ padding: 20px 0; }
    .page-title h2{ padding:0 10px; font-size: 200%; }
    .locator{ padding:10px 10px; }
}

/*subtitle*/
/*---------------------------------------------------------- */
@media screen and (max-width: 770px){
.subtitle{ font-size: 180%; }
.subtitle01{ font-size: 130%; }
.subtitle01_border{ font-size: 130%; }
.subtitle01_history{ font-size: 130%; }
.history_nen{ font-size:22px; padding-left:10px; }
}

/*web shop*/
/*---------------------------------------------------------- */
@media screen and (max-width: 1279px){
    .Three-box dl{
    width:calc(96% / 3);
}
}
@media screen and (max-width: 1200px){
.related_item ul li {
    margin:0 0 10px 4%;
}
}
@media screen and (max-width: 1000px){
.related_item ul li {
    width: 21%;
}
}

@media screen and (max-width: 770px){
    .Three-box dl{
    width:calc(96% / 2);
    margin: 0 5px 20px 0;
}
}
@media screen and (max-width: 480px){
    .img_left,.txt_left { width: 100%; }
    .txt_right { width: 100%; } 
    .img_left{ margin-bottom:20px;
    text-align: center;
    }
.img_left img{ width:70%; border: none; }
.related_item ul li { width: 28%; }
}
@media screen and (max-width: 419px){
    .Three-box dl{
    width:100%;
}
}

/*tenrai*/
/*---------------------------------------------------------- */
@media screen and (max-width: 900px){
.tenrai05_ctg,.tenrai05_ctg2{ display:none; }
}

@media screen and (max-width: 770px){
.flexbox,.flexbox2,.flexbox4{ display:block; }

/* 画像右寄せ　*/
.txt_left3,.img_right3{ width:100%; }
.img_right3{ margin: 20px 0 0 0; }
.img_right3 img{
    display:block;
    width:100%;
    max-width:360px;
    margin:0 auto;
}

.flexbox2 .txt_left3,
.flexbox2 .img_right3{
    width:100%;
    }
.flexbox2 .img_right3{ margin: 0 0 20px 0; }
.flexbox2 .img_right3 img{
    display:block;
    width:100%;
    max-width:360px;
}
.flexbox2 .img_right3.sp250 img,.sp250 img{
    display:block;
    width:100%;
    max-width:250px;
    margin:0 auto;
}
/* 画像左寄せ　*/
.img_left3,.txt_right3{ width:100%; }
.img_left3{ margin-bottom: 20px; }
.img_left3 img{
    display:block;
    width:100%;
    min-width:initial;
    max-width:360px;
}
.publication dl{ display:block; }
.publication dt{ width:100%; }
.publication dd{ width:100%; }

/* 知られざる比田井天来episode　*/
blockquote{ font-size:100%; }
.flexbox4 .img_left4{ width: 62vw; margin: 0 auto 10px; }
.flexbox4 .img_left4 img{
    min-width: initial;
    width:100%;
    height:auto;
    } 
.flexbox4 .txt_right4{ width:100%; }
}

@media screen and (max-width: 480px){
.img_left3 img{ margin:0 auto; }
.img_right img{ margin:0 auto; }
.flexbox2 .img_right img{ margin:0 auto; }

/* 知られざる比田井天来top　*/
.flexbox3{ display:block; }
.flexbox3 .img_left4{ width:100%; margin-bottom:10px; }
.flexbox3 .img_left4 img{ min-width: initial; height:auto; } 
.flexbox3 .txt_right4{ width:100%; }
/* 知られざる比田井天来episode　*/
.flexbox4 .img_left4{ width: 100%; }
}




/*company*/
/*---------------------------------------------------------- */
@media screen and (max-width: 899px){
    .chronology dt .nen{
    text-align: left;  
    }
}
@media screen and (max-width: 770px){
    .company_index li{ width: 49%; }
    .chronology .flexbox{ display: flex; }
    .chronology dt .nen{ font-size:90%; }
}
@media screen and (max-width: 480px){
    .chronology dt ul{ display:block; }
    .chronology dt .nen{
    width:100%;
    text-align: left;
    margin-bottom:10px;  
    }
    .chronology dt .img{ width:100%; text-align: left;}
    .chronology dt .line{ display: none; }
    .chronology dt .img img{ max-width:100px; }
}

/*company*/
/*---------------------------------------------------------- */
@media screen and (max-width: 899px){
    .tenrai_index li{ width: 49%; }
}

/*writing*/
/*---------------------------------------------------------- */
@media screen and (max-width: 770px){
.writing-index dl{ width:100%; }
}

/*side nav*/
/*---------------------------------------------------------- */
@media screen and (min-width: 771px) and (max-width: 1279px){
.telfax2 li{ font-size: 18px; }
.side_info_01 { padding: 0 5px; }
.side_contact_btn a {
    font-size: 15px;
    letter-spacing: 1px;
}
.side_more_btn { display: none; }
}
.side_media_ttl a {
    font-size: 14px;
    letter-spacing: 0;
}
@media screen and (max-width: 770px){
.side-nav.sp_none{ display:none; }
.side-nav ul > li > a{
    font-size: 100%;
    padding: 15px 15px 15px 30px;
    }
.side_banner{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    }
.side_banner li{ margin-right:15px; }
.side_info_01 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
.side_info_01 ul li{
    width:150px;
    margin-right:15px;
    }
.side_info_01 ul >li.shopGuide{
    width: 100%;
    }
.side_contact{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
    }
.side_contact p{ width:38%; }
.side_contact .telfax2{ width:58%; }
.telfax2 li{
    font-size: 30px;
    padding-left: 38px;
    line-height:130%;
    }
.telfax2 li.ontime{
    font-size: 18px;
    line-height: 2em;
}
.side_contact_btn a{
    display: inline-block;
    padding:10px 20px;
    }
.side_media_box,.side_banner02{
    display:flex;
    justify-content: space-between;
}
.side_media_box dl,.side_banner02 li{
    width:49%;
}
}
@media screen and (max-width: 480px){
 .telfax2 li{
    font-size: 24px;
    padding-left: 38px;
    line-height:130%;
    }
.telfax2 li.ontime{
    font-size: 16px;
    line-height: 2em;
    }   
}
@media screen and (max-width: 419px){
.side_contact{
    display:block;
    }
.side_contact p{ width:100%; }
.side_contact .telfax2{ width:100%; } 
.side_contact_btn a{
    display: block;
    padding:10px 0;
    } 
}

/* table */
/*---------------------------------------------------------- */
@media screen and (max-width: 480px){
table th{
    background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: none;
    padding: 10px;
    text-align: left;
    display:block;
    width:100%;
}
table td{
    border-bottom: none;
    padding: 10px;
    text-align: left;
    display:block;
    width:100%;
}
table tr:last-of-type td{
    border-bottom: 1px solid #ddd;
}
table thead,table tfoot{ display:none; }
    /*ISBN*/
    #ISBN table tr th{
        padding: 7px;
        background-color: #00BA95;
        border-top: 1px solid #00BA95;
        border-left: 1px solid #00BA95;
        border-right: 1px solid #00BA95;
        border-bottom: 1px solid #00BA95;
        font-size: 120%;
        text-align: left;
        vertical-align: middle;
        color: #ffffff;
    } 
    #ISBN table tr td{
        padding: 7px;
        border-right: 1px solid #00BA95;
        border-bottom: 1px solid #00BA95;
        text-align: left;
        vertical-align: middle;
    }
    #Store table tbody tr th{
        padding: 7px;
        background-color: #c3e7e0;
        border-top: 1px solid #00BA95;
        border-right: 1px solid #00BA95;
        font-size: 120%;
        text-align: left;
        vertical-align: middle;
        color:#000000;
    }
    #Store table tr td{
        padding: 7px;
        border-right: 1px solid #00BA95;
        border-bottom: 1px solid #00BA95;
        text-align: left;
        vertical-align: middle;
    }
    /*-----↓↓↓↓↓佐久臨書展課題↓↓↓↓↓-----*/
    /*↓↓↓スマホではリストにする場合↓↓↓*/
    /*書の古典*/
    #SakuKadai table td.KadaiShonokoten i.KadaiShonokoten:before{content: "書の古典";}
    /*テキスト*/
    #SakuKadai table td.KadaiText i.KadaiText:before{content: "テキストシリーズ";}
    /*拡大本*/
    #SakuKadai table td.KadaiKakudaibon i.KadaiKakudaibon:before{content: "拡大本　";}
    /*大きな条幅手本*/
    #SakuKadai table td.KadaiOokina i.KadaiOokina:before{content: "大きな条幅手本　";}
    /*知られざる名品*/
    #SakuKadai table td.KadaiShirarezaru i.KadaiShirarezaru:before{content: "知られざる名品　";}
    /*↑↑↑スマホではリストにする場合↑↑↑*/
     /*-----↑↑↑↑↑佐久臨書展課題↑↑↑↑↑-----*/
    /*-----↓↓↓↓↓TEST↓↓↓↓↓-----*/
    #Test table{}
    table th {
    background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: none;
    padding: 10px;
    text-align: left;
    display:block;
    width:100%;
    }
    table td {
        border-bottom: none;
        padding: 10px;
        text-align: left;
        display:block;
        width:100%;
    }
    table tr:last-of-type td{
        border-bottom: 1px solid #ddd;
    }
    table thead,table tfoot{ display:none; }
    /*-----↑↑↑↑↑TEST↑↑↑↑↑-----*/

/*-----↓↓↓↓↓書籍取り扱い店↓↓↓↓↓-----*/
/*#store table .storename{color: #00BA95;}*/    
#store table .storename{font-weight: bold;} 
/*-----↑↑↑↑↑書籍取り扱い店↑↑↑↑↑-----*/
}


/* google map */
/*---------------------------------------------------------- */
@media screen and (max-width: 1100px){
.gmap iframe {
    width: 100% !important;
    height: 100% !important;
}
}
/* how to use */
/*---------------------------------------------------------- */
@media screen and (max-width: 899px){
    .how-to-use li{ width: 49%; }
}
/* how to use */
/*---------------------------------------------------------- */
@media screen and (max-width: 899px){
    .how-to-use02 li{ width: 49%; }
}
/*よくある質問*/  
/*----------------------------------------------------------*/  
@media screen and (max-width: 770px){   
#FAQ section{ padding: 3vw; }   
}