@charset "UTF-8";
/*
Theme Name:茶器・陶磁器
Theme URI:https://chaki.takane-baikyaku.com/
Description:茶器・陶磁器の買取専門です。
Author:koshimizu ayako
Version:1.0 24.04.18
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img{vertical-align: bottom;}


/* iphone リセット*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input, select, textarea{
    border: none;
    outline: none;
}

iframe{
    width: 100%;
    height: 100%;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/********* base *********/

html{font-size: 62.5%; /* sets the base font to 10px for easier math */}

body{
	color: #222;
	font-size: 1.8rem;
    line-height: 1.7;    
}

body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6{
    font-family: 'a-otf-ud-shin-go-pr6n', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

a{text-decoration: none;
    color: #202020;}
a:hover{opacity: 0.8;}

img{max-width: 100%;}

.sp{display: none!important;}

@media screen and (max-width: 768px){
    body{font-size: 1.6rem;}
    img{
        max-width: 100%;    
        width: 100%;
        vertical-align: bottom;}
	.sp{display: block!important;}
	.pc{display: none!important;}
}




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

/********* header *********/
header {    
    position: relative;
    padding: 0 10px 0 2%;
}

header h1.logo {
    width: 37%;
    padding: 21px 10px 27px 50px;
}

#header-inner {
    max-width: 1776px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: url(img/header_bg.png) no-repeat left top;
}

#header-inner .pc {
    width: 60%;
}

#header-inner .header_right_wrap {
    margin-bottom: 27px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#header-inner .header_right_wrap .telBtn {
    text-align: center;
    margin-top: 4px;
}
#header-inner .header_right_wrap .telBtn span {
    display: block;
    text-align: center;
    font-size: 1.7rem;
    color: #560725;
    line-height: 1.1;
}
#header-inner .header_right_wrap .lineBtn a{
    padding: 8px 15px 12px;
    background: #06C755;
    font-size: 2.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #fff;
    letter-spacing: 3px;
    clip-path: polygon(100% 0, 100% 83%, 97% 100%, 3% 100%, 0 83%, 0 0);
}
#header-inner .header_right_wrap .lineBtn a:before{
    content: '';
    background: url(img/icon_line.png);
    width: 40px;
    height: 38px;
    display: block;
    margin-righto: 5px;
}
#header-inner .header_right_wrap .lineBtn a:after{
    content: '';
    background: url(img/icon_arrow.png);
    width: 13px;
    height: 20px;
    display: block;
    margin-left: 5px;
}

#header-inner ul#menu-g-nav {
    margin-bottom: 13px;
    display: flex;
}
#header-inner ul#menu-g-nav li {
    margin-right: 3%;
    padding-right: 2%;
    border-right: 1px solid #202020;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
}
#header-inner ul#menu-g-nav li:last-child{
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

@media screen and (max-width:1024px) {
    header h1.logo{
        width: 33%;
        padding: 37px 10px 36px 27px;
    }
    #header-inner .pc{
        width: 65%;
    }
    #header-inner ul#menu-g-nav li{
        margin-right: 10px;
        padding-right: 9px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width:768px) {
    #header-inner{
        background-size: 50%;
    }
    header h1.logo{
        width: 53%;
        padding: 5px 14px 4px 1px;
    }
    #header-inner{
        align-items: center;
    }
}


/********* footer *********/	
footer{
    padding: 56px 0;
    background: url(img/footer_bg.webp)no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

footer a{color: #fff;}

footer ul {
    margin-bottom: 68px;
    display: flex;
    justify-content: center;
}
footer ul#menu-f-nav2 {
    margin-top: 66px;
}

footer ul li {
    margin-right: 30px;
    padding-right: 29px;
    border-right: 1px solid #ffffff;
    letter-spacing: 2px;
    line-height: 1;
}
footer ul li:last-child{
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

footer h1.logo{
    margin-bottom: 22px;
    text-align: center;
}

footer p.no {
    text-align: center;
}

.footer_under_block {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    justify-content: center;
    z-index: 1;
}
.footer_under_block > div{
    width: 50%;
    max-width: 600px;
}
.footer_under_block > div a{
    height: 100%;
    display: block;
}
.footer_under_block .footer_tel_block a{
    padding: 3px 0 3px;
    background: rgb(217 182 78 / 90%);
    text-align: center;
    font-size: 1.6rem;
}
.footer_under_block .footer_tel_block a p {
    margin-bottom: 5px;
}

.footer_under_block .footer_line_block span.img {
    margin-right: 44px;
    display: block;
}
.footer_under_block .footer_line_block a{
    padding: 6px 0 8px;
    background: rgb(6 199 85 / 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: 600;
}

@media screen and (max-width:768px) {
    footer{
        background: url(img/footer_bg.webp) no-repeat center center;
        padding: 36px 0;
        margin-bottom: 90px;
    }
    footer ul{
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    footer ul li{
        margin-right: 20px;
        margin-bottom: 15px;
        padding-right: 18px;
    }

    footer h1.logo{
        width: 80%;
        max-width: 368px;
        margin: 0 auto 22px;
    }

    footer ul#menu-f-nav2{
        margin-top: 36px;
    }

    .footer_under_block > div{
        height: auto;
    }
    .footer_under_block .footer_tel_block a{
        padding: 3px 5px 3px;
        font-size: 1.4rem;
        line-height: 1.1;
    }
    .footer_under_block .footer_line_block a{
        padding: 3px 5px 3px;
        font-size: 1.4rem;
    }

    .footer_under_block .footer_line_block span.img {
        width: 33px;
        margin-right: 11px;
    }
    .footer_under_block .footer_line_block a > div{
        width: 76%;
    }
    .footer_under_block .footer_line_block a p span {
        display: inline-block;
        width: 24px;
    }
}


/********* spNavi *********/
@media screen and (max-width:768px) {
    #wrapper nav {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        padding-top: 50px;
        background:#333;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 2
    }
    #wrapper nav ul li {
        display: block;
        padding: 25px 28px 0;
        font-weight: 600;
        font-size: 1.8rem;
        line-height: 1;
    }
    #wrapper nav ul li a {
        text-decoration: none;
        color: #fff;
    }
    #wrapper .btn-gnavi {
    /*    position: fixed; */
        position: relative;
        right: 3px;
        width: 36px;
        height: 32px;
        z-index: 3;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms;
        display: block;
    }
    #wrapper .btn-gnavi span {
        position: absolute;
        width: 30px;
        height: 4px;
        background: #666;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }
    #wrapper .btn-gnavi span:nth-child(1) {
        top: 0
    }
    #wrapper .btn-gnavi span:nth-child(2) {
        top: 10px
    }
    #wrapper .btn-gnavi span:nth-child(3) {
        top: 20px
    }
    #wrapper .btn-gnavi.open span {
        background: #fff
    }
    #wrapper .btn-gnavi.open span {
        width: 24px;
    }
    #wrapper .contents section p {
        position: absolute;
        top: 50%;
        width: 30%;
        line-height: 1.4;
        font-size: 20px;
        color: #fff;
    }
    #wrapper .contents section:nth-child(odd) p {
        left: 10%
    }
    #wrapper .contents section:nth-child(even) p {
        right: 10%
    }
    
    nav#global-navi .header_right_wrap{
        display: block;
    }

    nav#global-navi .contactBtn, .requestBtn{
        width: 80%;
        max-width: 240px;
    }
    nav#global-navi .contactBtn a, .requestBtn a{
        font-size: 1.6rem;
        padding: 10px 10px 10px;
        margin-top: 20px;
    }
}
