@charset "utf-8";
/*
Theme Name: NB-B1.0
Theme URI: http://www.no-b.co.jp
Description: 株式会社ノーブランド［オリジナルテーマ］
Version: 1.0
Author: nobrand co.,ltd.
Author URI: http://www.no-b.co.jp
Tags: responsive

	nobrand_themes v1.0
	 http://www.no-b.co.jp

	This theme was designed and built by nobrand co.,ltd.,
	whose blog you will find at http://www.no-b.co.jp
*/


/*-------------------------------------------------------------------------------------------*/
/* 　カラー設定
/*-------------------------------------------------------------------------------------------*/
:root {
    --main: #1a8ae0;
    --sub: #e5007f;
    --link: #1a8ae0;
    --link-h: #e5007f;
    --line: #ccc;
}
mb {
    margin-bottom: 120px;
}



/*-------------------------------------------------------------------------------------------*/
/* 　全体
/*-------------------------------------------------------------------------------------------*/

html {
    font-size: 62.5%;
    font-size: 10px;
}
body {
    font-family: -apple-system, BlinkMacSystemFont,
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #666;
    -webkit-text-size-adjust: none;
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(images/back.jpg);
}
body#page-news {
    background: url(images/back-news.jpg);
}


/*-------- リンク設定 --------*/
a {
    color: var(--link);
    padding: 0;
    margin: 0;
    text-decoration: none;
    background: transparent;
    outline: 0;
    vertical-align: baseline;
    transition: 0.3s;
}
a:hover,
a:active {
    outline: none;
    color: var(--link-h);
}

/*-------- ベースレイアウト --------*/
* {
    box-sizing: border-box;
}
.inner {
    display: block;
    width: 1024px;
    padding: 0px;
    margin: 0 auto;
}
#toppage header {
    background-color: var(--main);
    background-image: url(images/header-back.png);
}
header {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 50px solid #fff;
    background-image: linear-gradient(180deg, rgba(26, 138, 224, 1), rgba(125, 185, 232, 1));
}
header:before {
    content: url(images/header-back02.png);
    position: absolute;
    bottom: -100px;
    right: 0;
}
header:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/header-back.png);
    z-index: 0;
}
#toppage header {
    margin-bottom: 0;
    border-bottom: none;
}
#toppage header:before {
    display: none;
}
article[id^="page-"] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
}
.page-content {
    flex-basis: 100%;
    width: 100%;
}
.text p {
    margin-bottom: 20px;
}
.text p:last-of-type {
    margin-bottom: 0;
}
.text:after {
    content: "";
    display: block;
    clear: both;
}
#content {
    width: 100%;
}
#sidebar {
    flex: 1 0 0%;
    flex-basis: 270px;
    margin-left: 34px;
}
#footer {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 280px;
    padding: 100px 0 80px;
    background-image: linear-gradient(180deg, rgba(26, 138, 224, 1), rgba(125, 185, 232, 1));
}
#footer:before {
    content: "";
    position: absolute;
    top: -150px;
    left: -50px;
    width: 500px;
    height: 168px;
    background: url(images/footer-back01.png) no-repeat;
    background-size: contain;
}
#footer:after {
    content: "";
    position: absolute;
    top: -78px;
    right: 0;
    width: 250px;
    height: 88px;
    background: url(images/footer-back02.png) no-repeat;
    background-size: contain;
}
:before,
:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.wide-box {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
}
p:empty:before {
    content: initial !important;
}

/*-------- 画像 --------*/
img,
.wp-caption,
.wp-video {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.wp-video {
    width: 100% !important;
    height: auto;
    vertical-align: bottom;
}
a img {
    transition: 0.3s ease-in-out;
}
a img:hover {
    opacity: .5;
    transition: all 1s;
}
.alignnone,
.aligncenter,
.alignleft,
.alignright {
    position: relative;
    display: block;
}
.aligncenter {
    max-width: 400px;
    margin: 0 auto 12px;
}
.alignleft {
    float: left;
    margin: 0 20px 12px 0;
    border-radius: 20px;
}
.alignright {
    float: right;
    margin: 0 0 12px 20px;
    border-radius: 20px;
}
.size-full {
    max-width: 100%;
}
.alignnone + br {
    margin: 0 auto 12px;
}
a .size-medium {
    cursor: url(images/zoom.png), auto;
}




/*-------------------------------------------------------------------------------------------*/
/* 　ヘッダ
/*-------------------------------------------------------------------------------------------*/

/*-------- ヘッダトップ --------*/
.header-top {
    padding: 10px 0;
    margin: 0 10% 5px;
}
.header-top .inner {
    display: flex;
    justify-content: space-between;
}
.header-copy {
    flex-shrink: 10;
    color: rgba(255,255,255,.8);
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.4;
    padding: 10px 0;
}
.header-sns {
    display: flex;
    margin: 0;
}
.header-sns svg,
.footer-sns svg {
    width: 25px !important;
    height: 25px;
    color: #fff;
    margin: 6px 0 0 2px;
    border-radius: 2px;
}
.fa-facebook-f {
    background: #305097;
}
.fa-twitter {
    background: #00aced;
}
.fa-skype {
    background: #00aff0;
}
.fa-rss {
    background: #f90;
}
#gtranslate_wrapper {
    right: 10px !important;
}

/*-------- ヘッダコンテンツ --------*/
header .logo-box {
    display: flex;
    justify-content: space-between;
    margin: 0 10%;
}
header .logo-box img {
    width: 350px;
    margin: 0 0 15px;
}
header .logo-box img:hover {
    opacity: 1;
    transform: scale(1);
}
header .logo-box .banner {
    margin: 17px 0 10px;
    z-index: 2;
}
header .logo-box .banner img {
    float: left;
    width: 120px;
    margin-right: 3px;
}
header .logo-box .banner a:nth-child(2) {
    float: left;
    display: block;
    width: 120px;
    height: 103px;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    line-height: 50px;
    padding: 22px 15px;
    background: #ffdd00;
}
header .logo-box .banner a:nth-child(2):hover {
    color: var(--main);
    background: rgba(255,255,255,.6);
}
header .logo-box .access {
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    padding: 10px 20px;
    margin-left: 15px;
    margin-bottom: 20px;
    border-radius: 30px;
    background: var(--sub);
}
header .side-btn {
    position: fixed;
    top: 100px;
    right: 20px;
    width: 40px;
    height: 180px;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 2px;
    writing-mode: vertical-lr;
    padding-top: 40px;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid var(--sub);
    background: var(--sub);
    transition: all 0.3s;
    z-index: 100;
}
header .side-btn:before {
    content: url(images/side-btn-icon.png);
    position: absolute;
    top: -40px;
    left: -10px;
}
header .side-btn:hover {
    border: 1px solid #fff;
    background: var(--main);
}

/*-------- ヘッダホーム画像 --------*/
#header-top-img {
    position: relative;
    height: 550px;
    color: #fff;
    font-size: 3rem;
    padding-top: 70px;
    margin: 0 auto 250px;
    border-bottom: 80px solid #fff;
    background-image: linear-gradient(180deg, rgba(26, 138, 224, 1), rgba(125, 185, 232, 1));
    z-index: 0;
}
#header-top-img .inner {
    position: relative;
}
#header-top-img .inner p:nth-child(1) {
    display: inline-block;
    font-size: 2rem;
    padding: 8px 30px;
    margin-bottom: 20px;
    border-radius: 30px;
    background: #0b69b1;
}
#header-top-img .inner p:nth-child(2) span {
    display: block;
    font-size: 8rem;
    margin-top: -20px;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(33,86,143,1);
}
#header-top-img .inner p:nth-child(3) {
    display: inline-block;
    font-size: 2.8rem;
    padding: 3px 12px;
    border: 1px solid rgba(255,255,255,.3);
}
#header-top-img .shop {
    position: absolute;
    right: 0;
    bottom: -220px;
}
#header-top-img .inner .circle {
    position: absolute;
    top: -51px;
    left: 130px;
    bottom: auto;
    width: 600px;
    z-index: -1;
}
.association {
    position: absolute;
    left: 0;
    bottom: -120px;
    color: #666;
    font-size: 1.4rem;
}
.association .logo {
    float: left;
    width: 60px;
    margin: -3px 20px 0 0;
}

/*-------- ヘッダ画像 --------*/


/*-------- パンくず --------*/
#breadcrumb {
    position: absolute;
    bottom: -47px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 1024px;
    padding: 10px 0;
}
#breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    color: #999;
    margin: 0 auto;
}
#breadcrumb li,
#breadcrumb li a {
    flex-grow: 0;
    font-size: 1.2rem;
    line-height: 2;
    margin-right: 5px;
}



/*-------------------------------------------------------------------------------------------*/
/* 　ホーム
/*-------------------------------------------------------------------------------------------*/

/*-------- ホームタイトル --------*/
#page-top h1,
h2.top-title {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto 50px;
    padding: 10px 30px;
    border-radius: 50px;
    background: var(--sub);
}
h3.top-title {
    font-size: 2.4rem;
}
.top-copy {
    font-size: 1.8rem;
    text-align: center;
}
#toppage p.copy {
    color: #222;
    text-align: center;
}

/*-------- ホームコンテンツ --------*/
.top-btn {
    position: relative;
    padding: 30px 30px 20px 280px;
    margin-top: 220px;
    border-radius: 20px;
    background: #fff;
    justify-content: space-between;
}
.top-btn:before {
    content: "";
    position: absolute;
    top: -80px;
    left: -50px;
    width: 328px;
    height: 335px;
    background: url(images/character01.png) no-repeat;
    background-size: contain;
}
.top-btn .w12 {
    padding: 15px 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #1a8ae0;
    background: -moz-linear-gradient(-45deg, #1a8ae0 0%, #7cb3dd 100%);
    background: -webkit-linear-gradient(-45deg, #1a8ae0 0%, #7cb3dd 100%);
    background: linear-gradient(135deg, #1a8ae0 0%, #7cb3dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a8ae0', endColorstr='#7cb3dd', GradientType=1);
}
.top-btn .w6.big {
    background: #e5007f;
    background: -moz-linear-gradient(-45deg, #e5007f 0%, #e07baf 100%);
    background: -webkit-linear-gradient(-45deg, #e5007f 0%, #e07baf 100%);
    background: linear-gradient(135deg, #e5007f 0%, #e07baf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5007f', endColorstr='#e07baf', GradientType=1);
}
.top-btn .w12:hover {
    background: var(--main);
}
.top-btn .w6:hover {
    background: var(--sub);
}
.top-btn .w6 a,
.top-btn .w12 a {
    display: block;
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
}
.top-btn .w6 a span,
.top-btn .w12 a span {
    font-size: 3.2rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(80,80,80,1);
}
.top-btn .w6 {
    width: 49%;
    max-width: 49%;
    padding: 5px 20px;
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 10px;
    background: var(--main);
}
.news,
.first .w4,
.impossible,
.faq,
.form,
.calendar {
    position: relative;
    padding: 60px 50px 40px;
    border-radius: 20px;
    background: #fff;
}
.news h2,
.impossible h2,
.faq h2,
.form h2,
.calendar h2 {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

/*--- ホームお知らせ ---*/
.news {
    position: relative;
}
.news:before {
    content: "";
    position: absolute;
    bottom: -80px;
    right: -50px;
    width: 195px;
    height: 249px;
    background: url(images/character03.png) no-repeat;
    background-size: contain;
}
.news li {
    color: #666;
    font-size: 1.4rem;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
}
.news li:hover {
    color: var(--sub);
    background: #f8f8f8;
}
.news .ymd {
    color: #FFF;
    font-size: 1.2rem;
    padding: 3px 10px 4px;
    margin-right: 10px;
    border-radius: 3px;
    background: var(--main);
}

/*--- 質入れと買取の玉や質店の強み ---*/
.strengths {
    position: relative;
    justify-content: space-between;
}
.strengths:before {
    content: url(images/character04.png);
    position: absolute;
    bottom: -135px;
    left: -50px;
    z-index: 2;
}
.strengths:before {
    content: "";
    position: absolute;
    bottom: -145px;
    left: -50px;
    width: 194px;
    height: 203px;
    background: url(images/character04.png) no-repeat;
    background-size: contain;
    z-index: 2;
}
.strengths .w3 {
    position: relative;
    width: 23%;
    max-width: 23%;
    padding: 80px 20px 20px;
    margin-right: 0;
    border-radius: 20px;
    background: #fff;
}
.strengths h3 {
    color: #fff;
    text-align: center;
    line-height: 2;
    margin-bottom: 15px;
    border-radius: 30px;
    background: var(--main);
}
.strengths img {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 50% !important;
    background: var(--main);
}

/*--- 主な買取ブランド ---*/
.purchase {
    display: flex;
    justify-content: space-between !important;
    margin-top: 20px;
}
.purchase br {
    display: none;
}
.purchase a {
    width: 23%;
    color: #0c74c3;
    max-width: 23%;
    text-align: center;
    padding: 7px;
    margin-bottom: 10px;
    border: 1px solid #0c74c3;
    border-radius: 7px;
    background: #fff;
    transition: .5s;
}
.purchase a:hover {
    color: #fff;
    background: var(--sub);
    border: 1px solid var(--sub);
}

/*--- 主な買取商品 ---*/
.item {
    justify-content: space-between !important;
    position: relative;
    left: 50%;
    width: 100vw;
    min-width: 1430px;
    padding: 0 20%;
    transform: translateX(-50%);
}
.item .w25 {
    position: relative;
    width: 19%;
    max-width: 19%;
    font-size: 1.4rem;
    padding: 10px 10px 30px;
    margin-right: 0;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #fff;
}
.item img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.item h3 {
    color: var(--main);
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.item span {
    display: block;
    font-size: 1.3rem;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px dotted #ccc;
}
.item a {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    line-height: 1.8;;
    text-align: center;
    border-radius: 0 0 10px 10px;
    background: var(--main);
}
.item a:hover {
    background: var(--sub);
}

/*--- はじめての方へ ---*/
.first .w4 {
    font-size: 1.8rem;
    padding: 40px 50px;
}
.first h4 {
    color: #222;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}
.first h4 span {
    display: block;
    font-size: 3.4rem;
    line-height: 1.4;
}
.first a {
    display: block;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
    background: var(--main);
}
.first a:hover {
    background: var(--sub);
}
.dot-text {
    padding-top: 0.5em;
    background-position: top left -1px;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    background-image: radial-gradient(0.12em 0.12em at center center,var(--sub),var(--sub) 100%,transparent);
}

/*--- 取り扱い不可商品 ---*/
.impossible {
    position: relative;
}
.impossible:before {
    content: "";
    position: absolute;
    top: -80px;
    right: -50px;
    width: 206px;
    height: 215px;
    background: url(images/character05.png) no-repeat;
    background-size: contain;
}
.impossible li {
    padding-left: calc(1em + 1px);
    text-indent: calc(-1em + 4px);
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ddd;
}
.fa-times,
.fa-circle {
    color: var(--sub);
}

/*--- よくあるご質問 ---*/
.faq h4 {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
    background: var(--main);
}
.accordion {
    width: 100%;
    margin: 0 auto;
}
.accordion .ac-header {
    position: relative;
    color: #222;
    padding: 20px 35px 20px 30px;
    border-top: 1px dotted #ccc;
    cursor: pointer;
    transition-duration: 0.2s;
}
.accordion .ac-header:before {
    content: "\f067";
    float: right;
    color: var(--sub);
	font-size: 2rem;
    font-weight: 900;
    margin-right: -30px;
    transition: .5s;
}
.accordion .ac-header.open:before {
    content: "\f068";
    transform: rotate(180deg);
}
.accordion .ac-header:after,
.accordion .ac-inner:after {
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
    font-weight: bold;
    margin: 0 8px -6px 0;
    border-radius: 50%;
}
.accordion .ac-header:after {
    content: "Q";
    top: 20px;
    background: var(--main);
}
.accordion .ac-inner {
    position: relative;
    display: none;
    padding: 0 35px 20px 30px;
    box-sizing: border-box;
}
.accordion .ac-inner:after {
    content: "A";
    top: 0;
    background: var(--sub);
}
.accordion:last-child .ac-header {
    border-bottom: 1px dotted #ccc;
}
.accordion:last-child .ac-header.open {
    border-bottom: none;
}
.accordion:last-child .ac-header:after.open {
    content: "\f068";
}
.accordion:last-child .ac-inner {
    border-bottom: 1px dotted #ccc;
}
.faq li {
    padding-left: 2em;
    text-indent: -2.1em;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ddd;
}
.faq li span {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 14px;
    text-align: right;
    line-height: 27px;
    font-weight: bold;
    padding-right: 8px;
    margin: 0 8px -6px 0;
    border-radius: 50%;
    background: var(--sub);
}

/*--- 今すぐ査定 ---*/
.form {
    position: relative;
}
.form:before {
    content: "";
    position: absolute;
    top: -80px;
    left: -50px;
    width: 195px;
    height: 240px;
    background: url(images/character06.png) no-repeat;
    background-size: contain;
}
p.delivery-purchase {
    color: var(--main);
    font-size: 3rem;
    text-align: center;
    margin-bottom: 20px;
}
.form h3 {
    width: 450px;
    color: #222;
    font-size: 2.4rem;
    text-align: center;
    margin: 0 auto 10px;
    border: 1px solid var(--main);
    border-radius: 5px;
    background: #f8f8f8;
}
.form .tel {
    color: var(--sub);
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px !important;
}
.table-form {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 10px;
}
.table-form th {
    color: var(--main);
    width: 19%;
    font-size: 1.4rem;
    vertical-align: middle;
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    background: #f8f8f8;
    font-weight: normal;
}
.table-form th.short {
    width: 15%;
}
.table-form th span {
    color: #fff;
    font-size: 1.2rem;
    padding: 2px 4px;
    margin-left: 5px;
    background-color: var(--sub);
    white-space: nowrap;
}
.table-form th p {
    font-size: 1.2rem;
}
.table-form td {
    font-size: 1.2rem;
    padding: 8px;
    border: 1px solid #e6e6e6;
}

/*--- 玉やからのご挨拶 ---*/
.greeting {
    position: relative;
    left: 50%;
    width: 100vw;
    height: 1283px;
    transform: translateX(-50%);
    padding-top: 60px;
    background: url(images/greeting-back.png) no-repeat center;
}
.greeting .text {
    width: 860px;
    color: #222;
    margin: 0 auto;
}
.greeting ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.greeting ul li {
    width: 200px;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin: 0 10px 10px;
    border-radius: 20px;
    background: var(--sub);
}
.greeting .w6,
.greeting .w6 img {
    object-fit: cover;
    height: 230px;
}
.greeting .youtube {
    position: relative;
}
.greeting .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*--- 営業カレンダー ---*/
.calendar .fc-left h2 {
    position: relative;
    color: var(--main);
    font-size: 2.2rem;
}
.fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed hr, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #bbb !important;
}


/*-------------------------------------------------------------------------------------------*/
/* 　固定ページ
/*-------------------------------------------------------------------------------------------*/

/*-------- 固定タイトル --------*/
h1.page-title {
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", Sans-Serif;
    color: var(--main);
    font-size: 3.6rem;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 100px;
    text-shadow    : 
       3px  3px 1px #ffffff,
      -3px  3px 1px #ffffff,
       3px -3px 1px #ffffff,
      -3px -3px 1px #ffffff,
       3px  0px 1px #ffffff,
       0px  3px 1px #ffffff,
      -3px  0px 1px #ffffff,
       0px -3px 1px #ffffff; 
}
h3.title {
    display: inline-block;
    width: 100%;
    color: var(--main);
    font-size: 2rem;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--main);
}
h5.title {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.4;
    padding: 3px 10px;
    background: var(--main);
}
p.title {
    display: inline-block;
    width: 100%;
    color: var(--main);
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 5px;
}
strong {
    color: var(--main);
    border-bottom: 1px solid orange;
}

/*-------- 検索結果 --------*/
h2.post-list-title {
    color: #222;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 5px;
}
.search-box .title {
    font-size: 1.8rem;
    color: #F30;
    margin-bottom: 20px;
    display: inline-block;
}
.search-box p {
    margin: 20px 0;
}
.post-list .search-list {
    width: 100%;
}

/*-------- テーブル --------*/
.table1 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}
.table1 th {
    color: var(--main);
    text-align: left;
    padding: 10px 0px;
    font-weight: 400;
    border-bottom: #e3e3e3 1px solid;
}
.table1 td {
    text-align: left;
    padding: 10px 0px;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 5px;
}
.table1 th.last,
.table1 td.last {
    border-bottom: none;
}

/*-------- リスト --------*/
.list2 {
    counter-reset: li;
    color: #333;
}
.list2 li {
    padding: 5px 0;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.list2 li:before {
    content: counter(li, decimal) ". ";
    counter-increment: li;
    color: var(--sub);
}

/*-------- ステップ --------*/
.step-list {
    counter-reset: item;
}
.step-box {
	position: relative;
	display: inline-block;
	padding: 25px 25px 17px 100px;
	width: 100%;
	margin-bottom: 30px;
	box-sizing: border-box;
	border-radius: 6px;
	border: 1px solid #d0e6f3;
	background: #fff;
}
.step-box:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 34.5px 0 34.5px;
    border-color: #d0e6f3 transparent transparent transparent;
    position: absolute;
    left: 15px;
    bottom: -25px;
}
.step-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 34.5px 0 34.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 15px;
    bottom: -24px;
}
.step-box h4 {
	font-size: 120%;
	color: #222;
	font-weight: normal;
}
.step-box h4:before {
    position: absolute;
    top: 20px;
    left: 25px;
    color: var(--sub);
    font-size: 4rem;
    counter-increment: item;
    content: counter(item, decimal-leading-zero);
}
.step-box:last-child:before,
.step-box:last-child:after {
    display: none;
}

/*-------- 固定コンテンツ --------*/
body[id^="page-"] section {
    position: relative;
    padding: 80px 50px 40px;
    margin-bottom: 80px;
    border-radius: 20px;
    background: rgba(255,255,255,.8);
}
body[id^="page-"] section .flex-box [class^="w"] {
    position: relative;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 1px solid #d0e6f3;
    background: #fff;
}
body[id^="page-"] section .flex-box [class^="w"] .number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 3rem;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: var(--sub);
}
article[class^="post-"] section h2 {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.4em;
    text-align: center;
    padding: 10px 30px;
    border-radius: 80px;
    background: var(--main);display: table;vertical-align: bottom;
}
body[id^="page-"] .aligncenter.size-full {
    margin: 0 auto 50px;
    border-radius: 20px;
}
body[id^="page-"] .alignnone.size-full {
    padding: 40px;
    margin: 30px auto 10px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #d0e6f3;
}
.all-btn {
    position: absolute;
    top: -20px;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: var(--sub);
}
.all-btn:hover {
    color: #fff;
    background: var(--main);
}
.strengths-box {
    margin-bottom: 30px;
    overflow: auto;
}
.strengths-box h3 {
    color: var(--main);
    font-size: 2rem;
    padding: 3px 20px 3px 10px;
    margin-bottom: 10px;
    border: 1px solid var(--main);
    border-radius: 30px;
}
.strengths-box h3 span {
    display: inline-block;
    width: 40px;
    height: 37px;
    color: #fff;
    font-size: 2rem;
    padding: 3px 14px;
    margin-right: 8px;
    background: url(images/title-icon.png) no-repeat;
}
.number .fa-times, .number .fa-circle {
    color: #fff;
}
.item-list .flex-box {
    justify-content: center;
}
.item-list .w4 {
    padding: 20px 20px 70px !important;
}
.item-list .w4 h3 {
    color: var(--sub);
    font-size: 2rem;
    text-align: center;
}
.item-list .w4 .point {
    color: var(--main);
    font-size: 1.2rem;
    padding: 1px 5px;
    margin-bottom: 5px;
    border: 1px solid var(--main);
}
.item-list .w4 a {
    position: absolute;
    bottom: 20px;
    display: block;
    width: calc(100% - 40px);
    color: var(--main);
    font-size: 95%;
    text-align: center;
    padding: 5px;
    border-radius: 0 0 10px 10px;
    background: #d0e6f3;
}
.item-list .w4 a:hover {
    color: #fff;
    background: var(--sub);
}
.line-list {
    width: 160px;
    margin: 0 auto 10px;
    border-style: none;
    border-width: 0;
}
.line-list::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 10px;
    background: radial-gradient(circle farthest-side, var(--main), var(--main) 60%, transparent 60%, transparent);
    background-size: 10px 10px; 
}
.know-how .flex-box {
    position: relative;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 1px solid #d0e6f3;
    background: #fff;
}
.know-how .image {
    width: 22%;
    max-width: 22%;
    margin-right: 4%;
}
.know-how .image img {
    height: 100%;
    object-fit: cover;
}
.know-how .sentence {
    width: 74%;
    max-width: 74%;
}
.know-how h3 {
    color: var(--main);
    font-size: 2rem;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.bt-d {
    padding: 5px 20px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    border-radius: 5px;
    background: var(--main);
}
.bt-d:hover {
    background: var(--sub);
    color: #fff;
}
.text .fc-left h2 {
    position: relative;
    color: var(--main);
    font-size: 2.2rem;
    background:none;
}
.flex-box2 {
   box-sizing: border-box;
   display: flex;
   flex: 0 1 auto;
   flex-flow: row wrap;
   margin-top: 40px;
}
.assessment-btn {
  list-style: none;
  overflow: hidden;
  text-align: center;
}
.assessment-btn li {
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid #d0e6f3;
    background: #fff;
    line-height: 30px;
    margin: 20px 0 5px 0;
    display: inline-block;
}
h3.title-pp {
    display: inline-block;
    width: 100%;
    color: var(--main);
    font-size: 2rem;
    line-height: 1.4;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--main);
}

/*-------------------------------------------------------------------------------------------*/
/* 　投稿ページ
/*-------------------------------------------------------------------------------------------*/

/*-------- 投稿ヘッダ --------*/
.single-content #content {
    position: relative;
    padding: 80px 80px 70px;
    border-radius: 20px;
    margin-bottom: 80px;
    background: #fff;
}
.single-content .header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    background: none;
}
.single-content .cal {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    flex-shrink: 0;
    padding: 13px 10px 5px;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 10px 0 0;
    border-radius: 50%;
    background: var(--main);
}
.single-content .cal .year {
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 0px;
}
.single-content .cal .day {
    color: #E9E9E9;
    margin-bottom: 0px;
}
.blog-info {
    flex-grow: 1;
    color: #666;
    font-size: 1.2rem;
    padding: 0px;
}
.blog-info ul {
    display: flex;
    min-height: 30px;
    padding: 5px 0;
    margin-top: 18px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

/*-------- 投稿タイトル --------*/
.post-title {
    color: #222;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 8px;
}

/*-------- 投稿コンテンツ --------*/


/*-------- 投稿ソーシャルボタン --------*/
.social-sharing {
    height: 32px;
    margin-top: 70px;
}
.social-sharing ul {
    display: flex;
    justify-content: center;
}
.social-sharing li {
    margin: 0px 5px;
}
.social-sharing li img:hover {
    transform: scale(1, 1);
}
.social-sharing .line {
    width: 32px;
    height: 32px;
    padding: 1px;
    background: #00b900;
}
.social-sharing a img:hover {
    opacity: 1;
    transform: scale(1);
}

/*-------- 投稿ページナビ --------*/
.pagenav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px 0;
}
.pagenav a {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 6px 15px;
    border-radius: 3px;
    border: 1px solid var(--link);
}
.pagenav a:hover {
    border: 1px solid var(--link-h);
}
.prev a:before {
    content: "\f137";
    color: var(--sub);
    margin-right: 10px;
}
.next a:after {
    content: "\f138";
    color: var(--sub);
    margin-left: 10px;
}

/*-------- ツールチップ --------*/
[data-tooltip] {
    position: relative;
    display: inline-block;
    color: #F60;
    border-bottom: 1px dotted #F60;
}
[data-tooltip]:before,
[data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}
[data-tooltip]:before {
    content: '';
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
}
[data-tooltip]:after {
    height: 22px;
    padding: 11px 11px 0;
    font-size: 1.2rem;
    line-height: 11px;
    content: attr(data-tooltip);
    white-space: nowrap;
    border-radius: 4px;
}
[data-tooltip]:hover,
[data-tooltip]:focus {
    background-color: transparent;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after {
    visibility: visible;
    opacity: 1;
}
.tooltip-top.tooltip-movable:before,
.tooltip-top.tooltip-movable:after {
    transition: all .1s linear;
}
.tooltip-top.tooltip-movable:before {
    margin-bottom: -15px;
}
.tooltip-top.tooltip-movable:after {
    margin-bottom: -3px;
}
.tooltip-top.tooltip-movable:hover:before,
.tooltip-top.tooltip-movable:hover:after {
    transform: translateY(-10px);
}
.tooltip-top:before,
.tooltip-top:after {
    left: 30%;
}
.tooltip-top:after {
    margin-left: -120px;
    height: auto;
    width: 150px;
    padding: 11px;
    line-height: 19px;
    white-space: normal;
    text-align: left;
}
.tooltip-top:after {
    margin-bottom: 7px;
}
[data-tooltip].tooltip-top:after {
    color: #fff;
    background: var(--sub);
}
[data-tooltip].tooltip-top:before {
    border-top-color: var(--sub);
}
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
}
.tooltip-top:before {
    margin-bottom: -5px;
}
[data-tooltip].social {
    border-bottom: none;
}
[data-tooltip].social:after {
    text-align: center;
    width: 120px;
}



/*-------------------------------------------------------------------------------------------*/
/* 　買取実績投稿ページ
/*-------------------------------------------------------------------------------------------*/

.acf-box img {
    display: block;
    margin: 0 auto 30px;
}
.acf-box h2 {
    color: #222;
    font-size: 2.4rem;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 20px;
}
.acf-box .price {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    color: var(--sub);
    font-size: 2.2rem;
    line-height: 1.4em;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 30px;
    border: 2px solid var(--sub);
    border-radius: 80px;
}
.acf-box .price span {
    color: #222;
    margin-right: 10px;
}
.acf-box h3 {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.4em;
    text-align: center;
    padding: 10px 30px;
    margin-bottom: 30px;
    border-radius: 80px;
    background: var(--main);
}
.table-dialy {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}
.table-dialy th {
    color: var(--main);
    text-align: left;
    padding: 10px 0px;
    font-weight: 400;
    border-bottom: #e3e3e3 1px solid;
}
.table-dialy th svg {
    color: var(--sub);
}
.table-dialy td {
    text-align: left;
    padding: 10px 0px;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 5px;
}
.table-dialy tr:last-child th,
.table-dialy tr:last-child td {
    border-bottom: none;
}
.single-content .top-btn {
    padding: 30px 30px 20px;
    margin: -30px 0 50px;
}
.single-content .top-btn:before {
    display: none;
}



/*-------------------------------------------------------------------------------------------*/
/* 　投稿一覧
/*-------------------------------------------------------------------------------------------*/

/*-------- 投稿一覧リスト --------*/
#page-archive .post-list {
    display: flex;
    justify-content: space-between;
}
#page-archive .post-list-search {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
#page-archive .news-list section,
#page-archive section {
    padding: 50px;
    margin-bottom: 40px;
    background: rgba(255,255,255,.8);
    border-radius: 20px;
}

/*-------- アイキャッチ --------*/
#page-archive .image-orver {
    width: 180px;
    height: 180px;
    margin-right: 25px;
    border-radius: 10px;
    background: #f4f4f4;
    overflow: hidden;
}
#page-archive .image-orver img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all 0.25s ease-in-out;
}
#page-archive .image-orver img:hover {
    transform: scale(1.15, 1.15);
    opacity: 1;
}

/*-------- 投稿情報 --------*/
#page-archive .blog-info {
    flex-basis: 100%;
    flex-shrink: 20;
}
#page-archive .blog-info ul {
    display: flex;
    flex-wrap: wrap;
    min-height: 35px;
    color: #666;
    padding: 8px 0px 4px;
    margin: 10px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
#page-archive .blog-info li,
#page-archive .blog-info li a {
    font-size: 1.2rem;
}
.blog-comment {
    display: block;
    font-size: 1.4rem;
    overflow: hidden;
}
.blog-button {
    display: block;
    width: 115px;
    font-size: 1.2rem;
    padding: 5px 15px 3px;
    margin-top: 16px;
    border: 1px solid var(--link);
    border-radius: 3px;
}
.blog-button:before {
    content: "\f138";
    color: var(--sub);
    font-size: 1.3rem;
    margin-right: 7px;
    vertical-align: top;
}
.blog-button:hover {
    color: #FFF;
    border: 1px solid var(--link-h);
    background: var(--link-h);
}
.blog-info li {
    margin: 0 15px 0 5px;
    justify-content: center;
}
.blog-info li {
    font-size: 1.2rem;
}
.blog-info li a {
    color: #666;
}
.blog-info li a:hover,
.blog-info-single li a:hover {
    color: var(--link-h);
}
.blog-info li:before {
    color: var(--sub);
    margin-right: 7px;
}
.blog-info li.cal:before {
    content: "\f073";
}
.blog-info li.aut:before {
    content: "\f007";
}
.blog-info li.tag:before {
    content: "\f02c";
}
.blog-info li.cat:before {
    content: "\f07b";
}

/*-------- ページナビゲーション --------*/
.pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    border-radius: 25px;
}
.pagination .current {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 5px;
    border-radius: 15px;
    background: var(--link);
}
.pagination a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    padding-top: 3px;
    padding-bottom: 5px;
    border-radius: 25px;
}
.pagination a:hover {
    color: #fff;
    border-radius: 15px;
    background: var(--link-h);
}
.pagination a:before {
    display: inline-block;
    color: var(--link);
    font-size: 2rem;
    margin-top: -5px;
}
.pagination a:hover:before {
    color: #fff;
}
.previous-button a:before {
    content: "\f104";
}
.first-button a:before {
    content: "\f100";
}
.next-button a:before {
    content: "\f105";
}
.last-button a:before {
    content: "\f101";
}





/*-------------------------------------------------------------------------------------------*/
/* 　買取実績一覧
/*-------------------------------------------------------------------------------------------*/
#page-archive .dialy.flex-box {
    justify-content: space-between;
}
#page-archive .dialy section {
    width: 48%;
    padding: 50px 50px 90px;
    margin-bottom: 40px;
}
#page-archive .dialy .post-list {
    display: block;
}
#page-archive .dialy .image-orver {
    width: 100%;
    height: 250px;
    margin: 0 0 15px;
    border: 1px solid #ddd;
    background: #f4f4f4;
    overflow: hidden;
}
#page-archive .dialy .image-orver img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all 0.25s ease-in-out;
}
#page-archive .dialy .cal {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 20px;
    text-align: center;
    padding-top: 20px;
    border-radius: 50%;
    background: var(--main);
    z-index: 10;
}
#page-archive .dialy h2 {
    color: #222;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
#page-archive .dialy .brand span {
    position: relative;
    color: #fff;
    padding: 3px 4px;
    margin-right: 10px;
    border: 1px solid var(--main);
    background: var(--main); 
}
#page-archive .dialy .brand span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--main);
}
#page-archive .dialy .blog-info li {
    margin: 0;
}
#page-archive .dialy .brand a {
    color: var(--main);
    padding: 3px 6px;
    border: 1px solid var(--main);
    border-radius: 3px;
}
#page-archive .dialy .brand a:hover {
    color: #fff;
    border: 1px solid var(--sub);
    background: var(--sub);
}
#page-archive .dialy .btn {
    position: absolute;
    bottom: 50px;
    display: block;
    width: calc(100% - 100px);
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
    background: var(--main);
}
#page-archive .dialy .btn:hover {
    background: var(--sub);
}




/*-------------------------------------------------------------------------------------------*/
/* 　サイドバー
/*-------------------------------------------------------------------------------------------*/
/*-------- タイトル --------*/
#sidebar .widget h3 {
    color: var(--main);
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 3px solid var(--main);
}

/*-------- ブロック --------*/
#sidebar .widget {
    width: 100%;
    margin-bottom: 30px;
}

/*-------- 検索 --------*/
#searchform {
    position: relative;
    width: 100%;
    display: block;
    height: 46px;
    margin-bottom: 40px;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0 0 0 1px #e3e3e3 inset;
}
#s {
    width: 100%;
    position: absolute;
    top: 8px;
    left: 5px;
    right: 5px;
    outline: 0;
    background: none;
    line-height: 14px;
    font-size: 1.4rem;
    padding-top: 0px;
    padding-top: 15px\9 !important;
    z-index: 10;
}
#searchsubmit {
    position: absolute;
    right: 0px;
    z-index: 90;
    height: 46px;
    width: 46px;
    border-radius: 0 5px 5px 0;
    background: var(--link);
}
#searchsubmit:hover {
    background: var(--link-h);
}
#search-2 input {
    border: none;
}

/*-------- 最近の投稿（アイキャッチ） --------*/
.widget-post {
    display: flex;
    padding: 7px 0;
    margin-top: 7px;
    border-bottom: 1px dotted #ccc;
}
.widget-post div {
    flex-basis: 100%;
    flex-shrink: 10;width: 100%;
}
.widget-post h4 {
    line-height: 1.4;
}
.widget-post h4 a {
    display: block;
    font-size: 1.5rem;
    padding-bottom: 3px;
}
.widget-post .post-date {
    font-size: 1.2rem;
}
.widget-post .post-date:before {
    content: "\f073";
    color: #999;
    font-size: 1.2rem;
    margin-right: 7px;
}
.widget-post .cover {
    width: 50px;
    height: 50px;
    margin: 0px 13px 6px 2px;
    background-color: #eee;
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #eee;
}
.widget-post img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

/*-------- 最近の投稿（タブ） --------*/
ul.tab-widget:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
}
ul.tab-widget {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
ul.tab-widget li {
    flex: 1 1 50%;
    text-align: center;
    margin-right: 3px;
}
ul.tab-widget li:last-child {
    background: none;
}
ul.tab-widget li a {
    display: block;
    padding-top: 2px;
    letter-spacing: 1px;
    text-align: center;
    background: #ebebeb;
    line-height: 35px;
}
ul.tab-widget li:last-child {
    margin-right: -4px;
}
ul.tab-widget li a:hover {
    color: #fff;
    background: var(--sub);
}
ul.tab-widget li.active a,
ul.tab-widget li.active a:hover {
    color: var(--link);
    background: #fff;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    margin-bottom: -1px;
    border-top: 2px solid var(--main);
}
#detail-widget {
    clear: both;
    overflow: hidden;
    background: #fff;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 10px 17px;
    margin-bottom: 40px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}
.tabbox-widget {
    display: none;
}
.tabbox-widget .widget-post div {
    flex-basis: 100%;
    flex-shrink: 10;
}
.widget-button {
    display: inline-block;
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    padding: 2px 0;
    margin-top: 5px;
    background: #e2e2e2;
}
.widget-button:hover {
    color: #fff;
    background: var(--sub);
}
.tabbox-widget .widget-post:last-child {
    border-bottom: none;
}

/*-------- カテゴリー --------*/
.widget_categories li a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}
.widget_categories li a:before {
    content: "\f07c";
    color: var(--sub);
    margin-right: 10px;
}

/*-------- アーカイブ --------*/
label.screen-reader-text {
    display: none;
}
.widget_archive select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin: 0;
    padding: 11px 15px 11px 35px;
    line-height: 1.5;
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
    background-image: linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
    border: 1px solid #c0c0c0;
}
.widget_archive:after {
    content: "\f078";
    position: absolute;
    color: var(--sub);
    font-size: 1.4rem;
    padding-left: 5px;
    margin-top: -32px;
    margin-left: 10px;
    z-index: 2;
}

/*-------- 固定ページ --------*/
.widget_pages li a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}
.widget_pages li a:before {
    content: "\f15b";
    color: var(--sub);
    margin-right: 10px;
}

/*-------- タグ --------*/
.tagcloud {
    display: flex;
    flex-wrap: wrap;
}
.widget_tag_cloud a {
    color: #fff;
    font-size: 1.2rem !important;
    text-align: center;
    line-height: 1.2;
    padding: 4px 10px;
    margin: 5px 3px 0 0;
    border-radius: 3px;
    background: var(--link);
    transition: 0.5s;
}
.widget_tag_cloud a:hover {
    color: #fff;
    background: var(--link-h);
}

/*-------- カレンダー --------*/
#wp-calendar {
    width: 100%;
    font-size: 1.2rem;
    border: none
}
#wp-calendar caption {
    color: var(--main);
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom: 3px solid var(--main);
}
#wp-calendar thead {
    font-size: 1.2rem;
}
#wp-calendar thead th {
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
    padding: 0;
    border: 1px solid #fff;
    background: var(--main);
}
#wp-calendar tfoot,
#wp-calendar tfoot td {
    background: none;
    border: none;
    font-size: 1.2rem;
    text-align: left;
    padding: 0;
}
#wp-calendar tfoot tr {
    border: none;
}
#wp-calendar td:first-child {
    font-weight: normal;
}
#wp-calendar tbody td {
    background: #eee;
    font-size: 1.2rem;
    border: 1px solid #fff;
    padding: 3px 0 2px;
    text-align: center;
}
#wp-calendar tbody td a {
    font-size: 1.2rem;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    text-align: right;
}
/*-------- バナー --------*/
div[class^="customs-banners"] {
    display: block;
    margin: 0 auto 20px;
}





/*-------------------------------------------------------------------------------------------*/
/* 　フッダ
/*-------------------------------------------------------------------------------------------*/

/*-------- フッダコンテンツ --------*/
#footer section {
    color: #fff;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    background: none;
}
#footer .widget {
    margin-bottom: 0px;
}
#footer .footer-sumally,
#footer .flex-box {
    min-width: 1024px;
    margin: 0 10%;
}
#footer h3 {
    color: var(--main);
    font-size: 1.8rem;
    padding-bottom: 5px;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: var(--link-h);
}
.footer-logo {
    width: 250px;
    margin-bottom: 20px;
}
#footer .w4:nth-child(1) {
    width: 33%;
    max-width: 33%;
}
#footer .w4:nth-child(2) {
    width: 25%;
    max-width: 25%;
}
#footer .w4:nth-child(3) {
    width: 34%;
    max-width: 34%;
}
.footer-sumally .access {
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
    margin-left: 10px;
    margin-bottom: 29px;
    border-radius: 30px;
    background: var(--sub);
}
.under-btn {
    display: none;
}
#footer .w4 .name {
    font-size: 1.8rem;
    font-weight: bold;
}
#footer .w4 th {
    width: 5em;
}
#footer .w4 .atf-logo {
    float: left;
    width: 100px;
    margin-right: 10px;
}
#footer .w4 .yahoo-logo {
    width: 80%;
    margin-top: 15px;
}
#footer .w4 .text {
    font-size: 1.3rem;
}
#footer .w4 .title {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    margin: 20px 0 30px;
    border-radius: 20px;
    background: var(--sub);
}

/*-------- フッダアドレス --------*/
#footer .name-footer {
    font-size: 120%;
    margin-bottom: 10px;
}
#footer .comment-footer {
    margin-top: 10px;
}
#footer p[class^="footer-"]:before {
    content: '';
    display: inline-block;
    width: 50px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    padding: 2px 3px;
    margin: 0 5px 2px 0;
    border-radius: 2px;
    background: var(--main);
    white-space: nowrap;
}
#footer .footer-address:before {
    content: '住所' !important;
}
#footer .footer-access:before {
    content: 'アクセス' !important;
}
#footer .footer-tel:before {
    content: 'TEL' !important;
}
#footer .footer-fax:before {
    content: 'FAX' !important;
}
#footer .footer-mail:before {
    content: 'E-mail' !important;
}
#footer .footer-time:before {
    content: '営業時間' !important;
}
#footer .footer-off:before {
    content: '休業日' !important;
}

/*-------- フッダメニュー --------*/
.footer-under {
    padding: 25px 0 20px;
    background: var(--main);
}
.footer-under .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 10%;
}
.copyright {
    font-size: 1.2rem;
    color: #FFF;
    margin-top: -5px;
}
.footer-menu a {
    color: #fff;
    font-size: 1.2rem;
}
.footer-menu a:hover {
    color: var(--link-h);
}
.footer-menu ul {
    display: flex;
}
.footer-menu ul li {
    font-size: 1.2rem;
    border-left: 1px dotted rgba(255, 255, 255, 0.30);
    border-right: 1px dotted rgba(255, 255, 255, 0.30);
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1;
}
.footer-menu ul li + li {
    border-right: 1px dotted rgba(255, 255, 255, 0.30);
    border-left: 0px dotted rgba(255, 255, 255, 0.30);
}
.footer-menu ul ul li {
    border-right: 0px dotted rgba(255, 255, 255, 0.30);
    border-left: 0px dotted rgba(255, 255, 255, 0.30);
}

/*-------- ページスクロール --------*/
#page-scroll {
    position: fixed;
    right: 20px;
    bottom: 35px;
    text-align: center;
    z-index: 100;
}
#page-scroll .fa-angle-up {
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .4);
    background: var(--sub);
    transition: all 0.3s;
}
#page-scroll .fa-angle-up:hover {
    border-radius: 5px;
    background: var(--sub);
}




/*-------------------------------------------------------------------------------------------*/
/* 　フォーム（Contact Form 7）
/*-------------------------------------------------------------------------------------------*/
div.wpcf7 {
    margin: 0;
    padding: 0;
}
form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    background: #fef0f0;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
    width: 100%;
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    margin-bottom: 20px;
}
.wpcf7 .wpcf7-mail-sent-ok {
    width: 100%;
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
    margin-bottom: 20px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
.wpcf7 select {
    border: solid 1px #ccc;
    padding: 5px 10px;
    width: 100%;
    height: 30px;
    font-size: 1.4rem;
    nowhitespace: afterproperty;
    -webkit-appearance: none;
    border-radius: 3px;
    line-height: 1;
    box-sizing: border-box;
}
input[type=text].w80 {
    width: 80px;
}
textarea {
    border: solid 1px #ccc;
    padding: 10px;
    width: 100%;
    font-size: 1.4rem;
    nowhitespace: afterproperty;
    -webkit-appearance: none;
    border-radius: 3px;
    line-height: 1.6;
    box-sizing: border-box;
}
form.wpcf7-form input[type=text]:focus,
form.wpcf7-form input[type=password]:focus,
form.wpcf7-form input[type=email]:focus,
form.wpcf7-form input[type=url]:focus,
form.wpcf7-form input[type=tel]:focus,
form.wpcf7-form textarea:focus {
    box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus,
input[type=reset]:hover {
    border-color: var(--link);
}
.dual {
    width: 47.5%;
}
.full {
    width: 100%;
}
.wpcf7 p {
    color: #666;
    margin-bottom: 15px;
}
.wpcf7 .submit {
    width: 100%;
    text-align: center;
}
.wpcf7-spinner {
    display: block !important;
}
input[type=submit] {
    width: 450px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    padding: 9px 10px;
    margin: 10px auto 0;
    border: none;
    border-radius: 3px;
    background: var(--link);
    transition: 0.5s;
    -webkit-appearance: none;
}
input[type=submit]:hover {
    color: #fff;
    background: var(--link-h);
}
.star:before {
    content: "\f005";
    color: #f33;
    font-size: 1rem;
    padding-left: 5px;
}
.star2:before {
    content: "\f005";
    color: #f33;
    padding-left: 5px;
}
.wpcf7-form-control.wpcf7-file {
    font-size: 1.2rem !important;
}

/*-------- reCAPTCHA --------*/
.grecaptcha-badge {
    visibility: hidden;
}
.recaptcha_policy {
    width: 100%;
    color: #444 !important;
    font-size: 11px !important;
    text-align: center;
    padding: 0;
    margin: 0;
}
.recaptcha_policy a {
    color: #111 !important;
    font-size: 11px !important;
}




/*-------------------------------------------------------------------------------------------*/
/* 　スライダー
/*-------------------------------------------------------------------------------------------*/

/*-------- lightslider（トップ） --------*/
.top-slider-box {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    padding: 80px 0;
    background: url(images/slider-back.jpg);
    z-index: 0;
    contain-intrinsic-size: 450px 100%;
}
.top-slider-box .inner {
    position: relative;
}
.top-slider-box .inner:before {
    content: "";
    position: absolute;
    top: -170px;
    right: -50px;
    width: 191px;
    height: 221px;
    background: url(images/character02.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
.top-slider-box h2.top-title span {
    background: #eee;
}
.top-slider-box .inner .all-btn {
    top: 60px;
    right: 0;
}
/*ナビゲーション*/
.lSAction > a {
    color: #fff !important;
    line-height: 32px;
    padding: 1px 10px;
    margin-top: -23px !important;
    background-image: none !important;
    background: var(--link);
    opacity: 0.8 !important;
}
.lSPrev:before {
	content: "\f104";
    font-size: 24px;
}
.lSNext:before {
	content: "\f105";
    font-size: 24px;
}
.lSAction>.lSPrev {
    left: 0 !important;
}
.lSAction>.lSNext {
    right: 0 !important;
}
/*ベース*/
.slider-box {
    position: relative;
    display: block;
    height: 390px;
    padding: 0px;
    margin-bottom: 10px;
    border: 2px solid var(--main);
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
}
.top-slider-box .data {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: auto;
    width: 60px;
    height: 60px;
    color: #FFF;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    background: var(--main);
}
.top-slider-box .data .year {
    font-size: 80%;
    font-weight: bold;
    color: #FFF;
    line-height: 1em;
    margin-top: 17px;
    margin-bottom: 4px;
}
.top-slider-box .data .day {
    color: #FFF;
    font-size: 80%;
    line-height: 1em;
}
.slider-box h4 {
    margin: 5px 15px;
    display: block;
    text-align: center;
}
.slider-orver {
    overflow: hidden;
    margin-bottom: 45px;
    width: 100%;
    height: 230px;
    background-color: #f4f4f4;
    transition: all 0s ease-in-out;
}
.slider-orver .cover {
    float: left;
    z-index: 4;
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.25s ease-in-out;
}
.slider-orver:hover .cover {
    opacity: 1;
    transform: scale(1.1, 1.1);
}
.slider-box a.button {
    position: absolute;
    bottom: 0;
}
.slider-box a.button {
    display: inline-block;
    width: 100%;
    height: 34px;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.slider-box a.button .icon {
    margin-right: 4px;
}
.slider-box a.button .primary,
.slider-box a.button .secondary {
    display: block;
    color: #fff;
    line-height: 34px;
    padding: 0 10px;
    transition: margin .4s;
}
.slider-box a.button .primary {
    background: var(--link);
}
.slider-box a.button .secondary {
    background: var(--link-h);
}
.slider-box a.button:hover .primary {
    margin-top: -34px;
}



header .side-btn:lang(en),
header .side-btn:lang(hi),
header .side-btn:lang(id),
header .side-btn:lang(ko),
header .side-btn:lang(fa),
header .side-btn:lang(ur) {
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.03em;
}
header .side-btn:lang(ar) {
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.03em;
}
header .side-btn:lang(nl),
header .side-btn:lang(tl),
header .side-btn:lang(fr),
header .side-btn:lang(it),
header .side-btn:lang(pt),
header .side-btn:lang(si),
header .side-btn:lang(ta),
header .side-btn:lang(vi)  {
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.03em;
}
header .side-btn:lang(it),
header .side-btn:lang(ru),
header .side-btn:lang(es)    {
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.03em;
}
header .side-btn:lang(de),
header .side-btn:lang(km),
header .side-btn:lang(ne)   {
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.03em;
}