@charset "UTF-8";

/*
Theme Name: Baroque2014
Description:Baroque hair and nails専用のデザインです。
Author: Megumi Matoba
Version: 2022121802
*/
* {
    letter-spacing: 0;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 13px;
    line-height: 1.2em;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.1em;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #333;
}

body {
    width: 100%;
    min-height: 100%;
}

body.noscroll {
    overflow: hidden;
}

p,
li,
dt,
dl {
    line-height: 1.6;
}
b{font-weight: bold;}
p {
    margin: 0 0 1em 0;
}

li {
    list-style-type: none;
}

a {
    color: #174F68;
    cursor: pointer;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

br {
    letter-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.l-container {
    max-width: 1280px;
    margin: 0 auto;
}
/*.l-container--overhang {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}*/

@media screen and (min-width: 1025px) {
    .l-container {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1024px) {
    .l-container {
        padding: 0 32px;
    }
}

@media screen and (max-width: 1024px) {
    .l-container {
        padding: 0 24px;
    }
}

@media screen and (max-width: 414px) {
    .l-container {
        padding: 0 16px;
    }
}

.l-flex-row {
    margin: 0 -20px;
}
.l-flex-row-gallery{
    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
    .l-flex-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.l-flex-row:not(:first-child),.l-section {
    margin-top: 48px;
}

@media screen and (min-width: 1025px) {
    .l-flex-pc-reverce {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .l-flex-col-gallery{
        -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}
}

@media screen and (max-width: 1024px){
    .l-flex-col-gallery{
        width: 50%;
    }
}
.l-flex-col-1,
.l-flex-col-2,
.l-flex-col-3,
.l-flex-col-4 {
    padding: 0 20px;
}


.l-flex-col-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.l-flex-col-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width: 0;
}

.l-flex-col-3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    min-width: 0;
}

.l-flex-col-4 {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    min-width: 0;
}

.c-logo {
    width: 260px;
    height: 56px;
    background-image: url(./images/logo-baroque-londontokyo.png);
    background-size: 260px 56px;
    background-repeat: no-repeat;
    text-indent: -999999px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

@media (-webkit-min-device-pixel-ratio: 2),
(-webkit-max-device-pixel-ratio: 2),
(max-resolution: 2dppx) {
    .c-logo {
        background-image: url("./images/logo-baroque-londontokyo@2x.png");
    }
}

@media (-webkit-min-device-pixel-ratio: 3),
(min-resolution: 3dppx) {
    .c-logo {
        background-image: url("./images/logo-baroque-londontokyo@3x.png");
    }
}

@media screen and (max-width: 414px) {
    .c-logo {
        width: 195px;
        height: 42px;
        background-size: 195px 42px;
    }
}

.c-flexibleimage {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 1024px) {
    .c-flexibleimage {
        height: 300px;
    }
}

@media screen and (max-width: 414px) {
    .c-flexibleimage {
        height: 220px;
    }
}

.c-table01 {
    width: 100%;
}

.c-table01 th {
    width: 30%;
}

.c-table01 th,
.c-table01 td {
    padding: 6px 0;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #eee;
}

.c-address {
    font-style: normal;
    font-size: 15px;
    margin-bottom: 6px;
}

.c-address.london {
    margin-bottom: 15px;
}
.c-btn-small,.c-btn-small-accent{
  -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    opacity: 1;
    display: inline-block;
    background-color: #ccc;
    color:#222;
    padding: 9px 14px;
    min-width: 112px;
    text-align: center;
    border-radius: 20px;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
}
.c-btn-small-accent{
    background-color: #185A8B;
    color:#fff;
    
}
.c-btn-small:hover{
    opacity: 0.8;
    text-decoration: none;
}
.c-sup-btn{
    text-align: center;
    padding-top: 16px;
}
.c-btn-booking {
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    opacity: 1;
    display: block;
    background-color: #185A8B;
    color: white;
    padding: 12px 20px;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}
.c-btn-booking-l {
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    opacity: 1;
    display: block;
    background-color: #185A8B;
    color: white;
    padding: 16px 20px;
    text-align: center;
    border-radius: 24px;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
        max-width: 400px;
    margin: 0 auto;
}

.c-btn-booking:hover,.c-btn-booking-l:hover,.c-btn-small-accent:hover {
    opacity: 0.8;
    text-decoration: none;
    color:#fff;
}


.c-supplement {
    display: block;
    color: #666;
}
.c-foot-buttons{
    margin:1.6em 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.c-foot-buttons > *{
    display: inline-block;
    margin-right: 0.8em;
}
@media screen and (max-width: 1024px) {
    .u-md-mb16 {
        margin-bottom: 16px;
    }
    .c-foot-buttons .c-foot-buttons_header{
        width: 100%;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .u-md-pt32 {
        padding-top: 32px;
    }
}

.u-md-brake {
    display: none;
}
.u-pc-hide{
    display: none;
}
.-u-mt-8{
    margin-top:-2rem;
}
.u-mb-8{
    margin-bottom:2rem;
}
.u-mb-10{
    margin-bottom:2.5rem;
}
@media screen and (max-width: 1024px) {
    .u-md-brake {
        display: block;
    }
    .u-pc-hide{
    display: block;
    }
    .u-sp-hide{
        display: none;
    }
}
.mobile-shown {
    display: none;
  }
@media screen and (max-width: 640px) and (hover: none) and (pointer: coarse) {
  .mobile-hide {
    display: none;
  }
  .mobile-shown {
    display: block;
  }
}
/*******全体の構造*********/
.header {
    background: url(images/bg-header-row.jpg) top center #333 no-repeat;
    width: 100%;
}

.contents {
    margin-top: 48px;
    margin-bottom: 48px;
}
.contents_section{
    margin-bottom: 56px;
}

@media screen and (max-width: 1024px) {
    .contents {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .contents_section{
    margin-bottom: 40px;
}
}

#style .contents {
    margin: 20px 0 0 0;
}

/*******ヘッダー*********/
.header_logo {
    width: 260px;
    margin: 0 auto;
    padding: 16px 0;
}

@media screen and (max-width: 1024px) {
    .header {
        background: black;
    }
}

@media screen and (max-width: 414px) {
    .header_logo {
        width: 195px;
        padding: 14px 0;
    }
}

/***********フッター*************/
.footer {
    background: #333;
    padding: 12px 0;
    color: #fff;
    font-size: 14px;
}

.footer a {
    color: #fff;
    text-decoration: underline;
}

.footer_inner {
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 1025px) {
    .footer_inner {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1024px) {
    .footer_inner {
        padding: 0 32px;
    }
}

@media screen and (max-width: 1024px) {
    .footer_inner {
        padding: 0 24px;
    }
}

@media screen and (max-width: 414px) {
    .footer_inner {
        padding: 0 16px;
    }
}

/*******ナビゲーション*********/
.mainav {
    max-width: 1280px;
    margin: 0 auto;
    letter-spacing: 0.2em;
}

@media screen and (min-width: 1025px) {
    .mainav {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1024px) {
    .mainav {
        padding: 0 32px;
    }
}

@media screen and (max-width: 1024px) {
    .mainav {
        padding: 0 24px;
    }
}

@media screen and (max-width: 414px) {
    .mainav {
        padding: 0 16px;
    }
}

.mainav_wrap {
    background: #CCC;
}

.mainav a {
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    opacity: 1;
    display: block;
    font-size: 19px;
    color: #444;
    white-space: nowrap;
    letter-spacing: 0.1em;
    padding: 5px 0;
    text-decoration: none;
}

.mainav a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.mainav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mainav>ul>li.has-child {
    position: relative;
}

.mainav>ul>li.has-child>a {
    padding-right: 16px;
}

.mainav>ul>li.has-child>a:after {
    z-index: 1;
    position: absolute;
    top: 15px;
    right: 0;
    content: "";
    border: 5px solid transparent;
    border-top-color: #444;
}

.mainav>ul>li>ul {
    display: none;
    position: absolute;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .05);
    width: 140px;
}

.mainav>ul>li>ul>li {
    border-bottom: 1px solid #eee;
}
.mainav>ul>li>ul>li span {
    font-size: 0.8em;
    display: inline-block;
    padding-left: 8px;
}

.mainav>ul>li>ul a {
    padding: 8px;
}

.mainav>ul>li>ul a:hover {
    background: #eee;
}

.mainav>ul>li:hover>ul {
    display: block;
}

@media screen and (max-width: 1024px) {
    .mainav {
        padding: 0;
    }

    .mainav a {
        padding: 6px 12px;
    }

    .mainav>ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mainav>ul>li {
        width: 50%;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        border-right: 1px solid rgba(255, 255, 255, .3);
    }

    .mainav>ul>li.has-child a:after {
        right: 8px;
    }
}

/*******共通フォント*********/
h2,
h4,
.heading--page h1
{
    font-family: 'Playfair Display', serif;
}

.header,
.footer,
.lead,
.mainnav ul li a,
#subnav li a,
h3,
.feed dt,
.c-address {
    font-family: 'Abel', sans-serif;
}

/***********フッター*************/
/*********トップページ************/
#slideshow {
    width: 100%;
    position: relative;
    z-index: 100;
}

@media screen and (min-width: 1025px) {
    #slideshow {
        max-height: 85vh;
        overflow: hidden;
    }
}

@media screen and (min-width: 1025px) {
    .gradient {
        background: url(./images/grada.png);
        position: absolute;
        width: 100%;
        height: 100px;
        left: 0;
        bottom: 0;
        z-index: 10;
    }
}

.feed {
    border-top: 1px solid #eee;
    padding-top: 12px;
}

/***********コンテンツ************/
#subnav li {
    margin-bottom: 5px;
}

#subnav li a {
    display: block;
    color: #666;
    text-decoration: none;
    padding: 3px 15px;
    font-size: 17px;
    background: url(images/arrow.png) no-repeat 95% center #CCC;
}

#subnav li a:hover {
    background-color: #ededed;
}

.contents h2,.heading--page h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.contents h2 span,.heading--page h1 span {
    font-size: 20px;
    color: #666;
    margin-left: 16px;
}

.contents h3 {
    font-size: 34px;
    margin-bottom: 28px;
    margin-top: 1.5em;
    color: #111;
}

.contents h3 span {
    display: block;
    font-size: 16px;
    margin-top: 6px;
    color: #666;
}

@media screen and (max-width: 1024px) {
    .contents h2 span{
    display: block;
    margin-left:0;
    margin-top: 12px;
}
    .contents h3 {
        margin-bottom: 16px;
    }
}

.contents h3:first-child {
    margin-top: 0;
}

.contents h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #666;
}

@media screen and (max-width: 1024px) {
    .contents h4 {
        margin-top: 16px;
    }
}

.contents h5 {
    font-size: 16px;
    font-weight: bold;
    font-weight: 600;
    margin-top: 48px;
    margin-bottom: 24px;
    font-family: Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contents ul.list,#news ul,#news ol {
    padding-left: 24px;
    margin-bottom: 24px;
}

.contents ul.list li,#news ul li{
    margin-bottom: 16px;
    list-style-type: disc;

}
.contents ul.list > li > ul,#news ul > li > ul{
margin-left:24px;
margin-top: 16px;
}
#news ol{
    margin-top: 16px;
    padding-left: 0;
    counter-reset:number;
  list-style-type: none!important;
}
#news ol li{
    position: relative;
    margin-bottom: 16px;
    padding-left: 24px;
}
#news ol li:before{
    position: absolute;
    left:0;
  counter-increment: number;
  content: counter(number);
}

.bottomcontents {
    border-top: 1px solid #eee;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bottomcontents p {
    margin: 10px 0 0 0;
}

.bottomcontents h3 {
    font-size: 34px;
    margin-bottom: 16px;
    color: #111;
}

.bottomcontents h3 span {
    font-size: 16px;
    margin-top: 6px;
    margin-left: 16px;
    color: #666;
}

@media screen and (max-width: 1024px) {
    .bottomcontents h3 {
        margin-bottom: 16px;
    }

    .bottomcontents h3 span {
        display: block;
        margin-left: 0;
    }
}

.japaneseBox {
    border-top: 1px solid #ededed;
    margin-top: 20px;
    padding-top: 20px;
}

.japaneseBox p {
    line-height: 2.8em;
}

.japaneseBox p:last-child {
    margin-bottom: 0;
}

.japaneseBox2 {
    border-top: 1px solid #ededed;
    margin-top: 20px;
    padding-top: 20px;
}

.japaneseBox2 p,.block-longpage p {
    line-height: 2;
}

/***********汎用*************/
.ftlt {
    float: left;
}

.mr10 {
    margin-right: 10px;
}

.newline2 {
    margin-left: 10px;
}

div#container {
    margin: 0 auto;
    width: 100%;
}

.item {
    width: 200px;
    margin: 5px auto;
    /*float: left;*/
    height: auto;
}

.item img {
    width: 100%;
}

.layout2 img.attachment-post-thumbnail {
    margin-bottom: 20px;
}

.red {
    color: #E42F32;
}

.orange {
    color: #E65100;
}

.pagetop {
    text-align: right;
}

.lt_con {
    margin-bottom: 40px;
}

.c-tit-101 {
    font-size: 20px;
    margin-bottom: 1.2em;
    margin-top: 1.6em;
    padding-bottom: 0.2em;
    font-weight: bold;
    color: #555;
}

.c-tit-102 {
    font-size: 14px;
    background: #555;
    color: #fff;
    margin-bottom: 1.2em;
    margin-top: 1.4em;
    padding: 0.3em 0.8em;
    display: inline-block;
}

.c-list101 {
    margin-top: 2em;
    margin-left: 2em;
}

.c-list101 li {
    margin-bottom: 1.2em;
    list-style-type: circle;
}

.c-list102 {
    margin-top: 2em;
}

.c-list102 dt {
    margin-bottom: 0.8em;
    font-weight: bold;
}

.c-list102 dd {
    margin-bottom: 1.2em;
    padding-left: 1em;
}
.c-list103 li{position: relative; padding-left: 1rem;}
.c-list103 li::after{
    content:"";
    display: block;
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 1px;
    background: #333;
}
.c-list103 li:not(:last-child){
    margin-bottom: 1rem;
}
.c-dlist dt{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 4px;
}

.c-list--steps{
  counter-reset:number;
  list-style-type: none!important;
}

.c-list--steps li {
  position: relative;
  line-height: 1.5em;
  padding: 0 0 0 40px;
}
.c-list--steps li:not(:last-child){
    margin-bottom: 28px;
}

.c-list--steps li:before{
  position: absolute;
  top:4px;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #C6A665;
  color: white;
  font-weight:bold;
  font-size: 18px;
  left: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}



.c-list--check li {
    position: relative;
  line-height: 1.5;
  padding: 0 0 16px 40px;
  list-style-type: none!important;
  font-size: 1.5em;
  margin-bottom: 1rem;
}
.c-list--check li span{
    display: block;
    font-size: 0.9rem;
    margin-top: 0.2rem;
    color:#555;
}

.c-list--check li:before {
  position: absolute;
  left: 6px;
  top:6px;
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  transform: rotate(45deg);
  border-bottom:3px solid #C6A665;
  border-right:3px solid #C6A665;
}
.mt-1{
    margin-top: 1rem;
}
.mt-2{
    margin-top: 2rem;
}
.mt-3{
    margin-top: 3rem;
}
.l-container--overhang {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background:#E6D4B2;
}
.l-container--overhang .l-container{padding-top:48px;padding-bottom: 48px;}

/***********ヘッダ*************/
.contents .header--section{
    font-size: 32px;
    margin-bottom: 32px;
    line-height: 1.2;
}
@media screen and (max-width: 1024px) {
    .contents .header--section{
    font-size: 28px;
    margin-bottom: 28px;
}
}
/***********スタッフページ*************/
div.staff_popup {
    width: 970px;
}

.staffindex_name,
.staffindex_position {
    display: block;
}

.staffindex_name {
    margin-top: 5px;
}

.staffindex_position {
    color: #666;
    height: 3em;
    margin-bottom: 10px;
}

.staff_popup {
    padding: 20px;
}

.staff_popup img {
    margin-bottom: 20px;
}

.staff_popup h3 {
    font-size: 30px;
}

.staff_popup .col-md-3 {
    font-weight: bold;
}

.staff_popup .row {
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: 1px solid #bebebe;
    line-height: 1.5em;
}

#container .closeup {
    width: 380px;
}

/***********worksページ*************/
.works_item {
    width: 160px;
    height: 160px;
    margin-left: 55px;
    margin-bottom: 60px;
    text-align: center;
    vertical-align: middle;
    display: table;
    float: left;
    width: expression(document.body.clientWidth < 181? "180px": document.body.clientWidth > 180? "180px": "auto");
}

.works_item a {
    display: block;
    width: 160px;
    height: 160px;
    display: table-cell;
    layout-grid-line: 160px;
    text-align: center;
    vertical-align: middle;
}

.works_item img {
    max-width: 160px;
    max-height: 160px;
}

/*************プライスページ********************/
table.tablepress {
    margin-bottom: 30px;
}

table.tablepress td {
    width: 33%;
}

table.tablepress tr {
    padding-bottom: 10px;
}

.tablepress-table-description {
    display: block;
    border-bottom: 2px solid #ededee;
    padding: 2px 10px;
    margin-bottom: 15px;
}

/*************Pagenation********************/
.pagenation {
    margin: 1em 0;
}

.pagenation:after,
.pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.pagenation ul {
    margin: 0;
}

.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}

.pagenation li:first-child {
    margin-left: 0;
}

.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 10px;
}

.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

@media only screen and (max-width: 800px) {

    /*******消すコンテンツ********/
    /*******表示するコンテンツ********/
    /*******全体*********/
    body {
        -webkit-text-size-adjust: 100%;
    }

    .wrapcon {
        width: auto;
        margin: 0 auto;
    }

    /***********フッター*************/
    div.staff_popup {
        width: auto;
    }

    #news img {
        max-width: 80%;
        height: auto;
    }
}

@media only screen and (max-width: 480px) {

    /***********汎用*************/
    .newline1 {
        display: block;
    }

    .newline2 {
        margin-left: 0px;
    }

    #container .closeup {
        width: 200px;
    }

    /***********worksページ*************/
    .works_item {
        float: none;
        margin: 40px auto;
    }

    #news img {
        max-width: 100%;
        height: auto;
    }
}
.link-terms{
    text-align: center;
}
.link-terms li{
    padding-bottom: 16px;
}
.link-terms a{
    display: block;
    padding:12px;
}
#link-termscon li a {
    font-size: 12px;
    padding:8px 0;
    display: inline-block;
}

#link-termscon li {
    position: relative;
    float: left;
    margin-right: 20px;
    padding-left: 12px;
}

#link-termscon li:before {
    content: "> ";
    position: absolute;
    left:0;
    top:8px;
}

#link-termscon:after,
#link-termscon ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
@media screen and (max-width: 1024px) {
    #link-termscon li {
    float: none;
    margin-right: 0;
}
}

blockquote {
    background: #f9f9f9;
    border-left: 4px solid #ccc;
    margin: 1.5em 0;
    padding: 1rem;
}

.japaneseBox blockquote p {
    line-height: 1.4;
}

/*************Contact********************/
.tab {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.tab>li {
    margin: 8px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.tab>li a {
    display: block;
    padding: 8px;
    border-bottom: 2px solid #ccc;
    min-height: 62px;
    text-decoration: none;
    color:#666;
}

.tab>li.current a {
    border-bottom: 3px solid #BBA26F;
    font-weight: bold;
    color:#333;
}

.tab>li a:hover,
.tab>li a:active {
    text-decoration: none;
    color: #000;
    border-color: #BBA26F;
}

.contents blockquote h5 {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 12px;
}

.require:before {
    content: "*";
    font-size: 16px;
}

@media screen and (min-width: 415px) {
    #trust-form th {
        width: 40%;
    }
}

/*************Terms********************/
.m-box-terms,
.m-box-terms h2,
.m-box-terms h3 {
    font-family: arial, 'Hiragino kaku Gothic Pro', Meiryo, 'Yu Gothic', sans-serif;
}

.m-box-terms {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    line-height: 1;
    text-rendering: optimizeLegibility;
    padding: 40px 0 20px;
    margin: 20px 0 0 0;
    border-top: 1px solid #ccc;
    font-size: 15px;
}

.m-box-terms h2 {
    font-size: 28px;
    margin-bottom: 40px;
}

.m-box-terms h3 {
    font-size: 22px;
    font-weight: bold;
    border-left: 4px solid #A18A5D;
    padding-left: 12px;
    color: #333;
}

.m-box-terms li {
    margin-bottom: 24px;
    position: relative;
    padding-left: 16px;
}

.m-box-terms li:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #555;
    border-radius: 2px;
}

.m-box-terms a {
    color: #4383CC;
    text-decoration: underline;
}

.m-box-terms p {
    font-size: 15px;
    color: #333;
}

.m-box-terms strong {
    font-weight: bold;
    color: #111;
}

/*news */
#news h1,
#news h2,
#news h3,
#news h4,
#news h5,
#news h6{
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  margin: 40px 0;
  font-weight: 600;
  text-transform:unset;
}
#news h1.c-news-heading{
    font-family:'Playfair Display',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news h1{
    font-size: 40px;
}
#news h2{
    font-size: 32px;
}
#news h3 {
    font-size: 28px;
}
#news h4{
    font-size: 24px;
}
#news h5{
    font-size: 20px;
}
#news h6{
    font-size: 17px;
}
#news img {
    display: block;
    max-width: 60%;
    height: auto;
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
}
#news strong{
    font-weight: 600;
}
#news .post {
    border-top: 1px solid #ededed;
    padding: 40px 0;
}

#news p.date {
    margin: 0 5px 15px 0;
    color: #aaa;
}

#news p.date a {
    color: #ccc;
    text-decoration: underline;
}

#news p.date a:hover {
    text-decoration: none;
}


#news .news_content p {
    line-height: 1.8em;
    margin-bottom: 15px;
}

#news .news_sns {
    background: #ededed;
    padding: 5px;
}

#news_side .in_news_side {
    font-size: 10px;
    margin-bottom: 30px;
}

#news_side .in_news_side h4 {
    margin-bottom: 20px;
}

#news_side .in_news_side li {
    margin-bottom: 10px;
}

div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
    width: 100% !important;
}
.ob-widget-btn{
    display: none !important;
}