/*=================================================
    general
=================================================*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');
/* font-family: 'Josefin Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
/* font-family: 'Noto Serif JP', serif; */
/* font-family: 'Noto Sans JP', sans-serif; */

/*-- fonts --*/
html,body { font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif; }

/*-- reset --*/
#main { width: 100%; }
header { border:none; }
p {margin: 0; padding: 0;}
a:hover {opacity: 1; transition: 0s;}
.wrapper { margin-bottom: 0; }
ul { padding: 0; margin: 0; }

/*-- wrap --*/
.pageWrap-full {
    width: 100%;
    min-width: 1024px;
    margin: 0 auto;
    }

.pageWrap {
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    }

@media only screen and (max-width: 1024px) { .pageWrap-full { min-width: 100%; } }
@media only screen and (max-width: 1024px) { .pageWrap { width: 90%; } }
@media only screen and (max-width: 1024px) { #content { box-sizing: border-box; padding: 0; } }

/*-- etc --*/
.footerIframe {
    width: 1px;
    height: 1px;
    border: none;
    }

::selection {
    background: #e66e19;
    color: #222;
	}

::-moz-selection {
    background: #e66e19;
    color: #222;
	}

/* site main color #e66e19 */
/* site sub color  #998877 */
/* site sub color  #F5F5EE */

/*=================================================
	pintarest icon
=================================================*/

@media only screen and (min-width: 768px) {

	.pinterestBtn { margin: 0; }
	.pinterestBtn span {
		height: 26px !important;
		width: 26px !important;
		background: url(/img/upload/2020/04/social_icons_pin.png) !important;
		background-position: center !important;
		background-size: 26px 26px !important;
		box-shadow: none;
        transition: .3s;
		}
	
	.pinterestBtn span:hover { opacity: 0.75; }

}

@media only screen and (max-width: 767px) {

	.pinterestBtn { margin: 0; }
	.pinterestBtn span {
		height: 26px !important;
		width: 26px !important;
		background: url(/img/upload/2020/04/social_icons_pin.png) !important;
		background-position: center !important;
		background-size: 26px 26px !important;
		box-shadow: none;
		}

}

/*=================================================
    404
=================================================*/

.txt404 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 60px;
    }

.txt404 a {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    border-bottom: solid 2px #222;
    transition: .3s;
    }

.txt404 a:hover {    
    color: #e66e19;
    border-bottom: solid 2px #e66e19;
    }

/*=================================================
    pager
=================================================*/

.pager {
    overflow: hidden;
    margin: 60px 0 ;
    }

.pager ul li a {
    background: #f6f6f6;
    color: #222;
    text-decoration: none;
    }

.pager ul li span, .pager ul li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 18px;
    margin: 0 2px;
    border-radius: 6px;
    transition: .3s;
    }

.pager ul li a:hover { background: #e66e19; color: #FFF !important; }

/*=================================================
    header
=================================================*/

header {
    position: fixed;
    width: 100%;
    padding: 60px 0 54px;
    background: #FFF;
    z-index: 5000;
    transition: .3s;
    }

header.is-scroll { padding: 24px 0 18px; }
.altishop-header {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    }

.logoArea {
    position: relative;

    margin: 0;
    width: 240px;
    z-index: 5000;
    transition: .3s;
    }

.header-sns {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 9px;
    z-index: 2000;
    }

ul.header-sp-sns { display: none; }
.header-sns::before {
    content: "PLEASE FOLLOW ME";
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-right: 12px;
    }

.header-sns li {
    width: 24px;
    margin-right: 6px;
    }

.header-sns li:last-child { margin: 0; }
.header-sns li a { transition: .3s; }
.header-sns li a:hover { opacity: .5; }
header nav .nav-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    }

header nav ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 6px;
    }

header nav ul li { margin-right: 12px; }
header nav ul li:last-child { margin-right:0; }
header nav ul li a {
    position: relative;
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #222;
    transition: .3s;
    }

header nav ul li a::after {
    position: absolute;
    bottom: .3em;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #e66e19;
    opacity: 0;
    transition: .3s;
    }

header nav ul li a:hover { color: #e66e19; }
header nav ul li a:hover::after {
    bottom: 0;
    opacity: 1;
    }

.header-tel { display: none; }
.header-reserve { margin-left: 12px; }
.header-reserve a {
    display: block;
    padding: 0 30px;
    color: #FFF;
    background: #e66e19;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    }

.header-reserve a span {
    position: relative;
    padding: 0 .5em;
    transition: all .3s;
    }

.header-reserve a span::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #FFF;
    transition: all .3s;
    opacity: 0;
    }

.header-reserve a:hover span { padding: 0 1em 0 0; }
.header-reserve a:hover span::after {
    right: -7px;
    opacity: 1;
    }

.sp-menu { display: none; }

@media only screen and (max-width: 1024px) {

header { padding: 24px 0; }
header.is-scroll { padding: 24px 0; }
.logoArea { width: 200px; }
.logoFilter { filter: brightness(0); }
.altishop-header { align-items: center; }
.header-sns { margin: 0 30px 0 0; }

/* sp menu */
.sp-menu {
    display: block;
    height: 20px;
    position: absolute;
    right: 24px;
    top: 36px;
    width: 24px;
    z-index: 1000;
    }

.menu_line{
    background: #222;
    display: block;
    height: 4px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
    }

.menu_line-center{ top: 8px; }
.menu_line-bottom{ bottom: 0; }
.menu_line-top.active{
    top: 8px;
    transform: rotate(45deg);
    }

.menu_line-center.active{ transform:scaleX(0); }
.menu_line-bottom.active{
    bottom: 8px;
    transform: rotate(135deg);
    }

/* sp nav */
header nav {
    background: rgba(230,110,25,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 500;
    top: 0;
    left: 0;
    }

header nav .nav-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    }

header nav ul {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
    margin: 0 auto 30px;
    }

header nav ul li {
    margin: 0 0 24px;
    width: 50%;
    }

header nav ul li a{
    color: #222;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
    transition: .3s;
    }

header nav ul li a:hover{ color: #666; }
.header-tel {
    width: 50%;
    display: block;
    margin: 0 0 12px;
    }

.header-tel a {
    display: block;
    padding: 0 30px;
    color: #FFF;
    background: #222;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    }

.header-reserve {
    width: 50%;
    margin-left: 0;
    }

.header-reserve a {
    color: #FFF;
    background: #222;
    font-size: 16px;
    line-height: 48px;
    }

.header-reserve a span::after {
    margin-top: -4px;
    border: 10px solid transparent;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-color: #FFF;
    }

.header-reserve a span { padding: 0 .75em; }
.header-reserve a:hover span { padding: 0 1.5em 0 0; }

}

@media only screen and (max-width: 767px) {

header { padding: 15px 0; }
header.is-scroll { padding: 15px 0; }
.logoArea { width: 140px; }
.header-sns { display: none; }
.sp-menu { top: 21px; }
header nav ul {
    width: 75%;
    margin: 0 auto 6px;
    }
header nav ul li { margin: 0 0 12px; }
header nav ul li a { font-size: 16px; }

.header-tel,
.header-reserve { width: 75%; }
.header-tel a,
.header-reserve a {
    font-size: 14px;
    line-height: 36px;
    }

ul.header-sp-sns {
    width: 75%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 18px 0 0;
    }

ul.header-sp-sns li {
    width: 30px;
    margin: 0;
    }

}

/*=================================================
    footer
=================================================*/

footer {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto 60px;
    padding: 0;
    background-color: #FFF;
    }

.altishop-footer {
    margin: 0 0 24px;
    padding: 24px 0 18px;
    border-top: solid 5px #222;
    border-bottom: solid 5px #222;
    }

.footer-info p.info-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 24px;
    color: #777E41;
    margin-bottom: 6px;
    }

ul.info-data { display: flex; }
ul.info-data li {
    width: 28%;
    font-size: 14px;
    line-height: 21px;
    }

ul.info-data li p span {
    position: relative;
    display: inline-block;
    width: 80px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    }

ul.info-data li p span::after {
    content: "：";
    position: absolute;
    right: 6px;
    }

ul.info-data li:first-child { width: 44%; }
ul.info-data li:first-child a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #222;
    font-size: 24px;
    line-height: 36px;
    text-decoration: underline;
    transition: .3s;
    }

ul.info-data li:first-child a:hover { color: #e66e19; }
ul.footer-btn {
    display: flex;
    margin: 18px auto 24px;
    }

ul.footer-btn li {
    width: 33.33%;
    border: solid 1px #222;
    border-right: none;
    }

ul.footer-btn li:last-child { border-right: solid 1px #222; }
ul.footer-btn li p {
    display: inline-block;
    vertical-align: bottom;
    }

ul.footer-btn li a {
    position: relative;
    display: block;
    text-align: center;
    color: #222;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 18px;
    padding: 24px 0;
    transition: auto;
    }

ul.footer-btn li a span {  
    display: block;
    font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    color: #999;
    }

ul.footer-btn li a p {
    position: relative;
    padding: 0 .5em;
    transition: all .3s;
    }

ul.footer-btn li a p::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #FFF;
    transition: all .3s;
    opacity: 0;
    }

ul.footer-btn li a:hover {
    background: #e66e19;
    color: #FFF;
    }
ul.footer-btn li a:hover p { padding: 0 1em 0 0; }
ul.footer-btn li a:hover p span { color: #FFF; }
ul.footer-btn li a:hover p::after {
    right: -7px;
    opacity: 1;
    }

.footer-link {
    display: flex;
    justify-content: space-between;
    }

ul.footer-menu { display: flex; }
ul.footer-menu li {
    position: relative;
    margin-right: 24px;
    }

ul.footer-menu li::after {
    content: "";
    position: absolute;
    margin-top: -6px;
    width: 1px;
    height: 50%;
    background: #222;
    top: 50%;
    right: -12px;
    }

ul.footer-menu li:last-child { margin: 0; }
ul.footer-menu li:last-child::after { width: 0; }
ul.footer-menu li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #222;
    transition: .3s;
    }

ul.footer-menu li a::after {
    position: absolute;
    bottom: .3em;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #e66e19;
    opacity: 0;
    transition: .3s;
    }

ul.footer-menu li a:hover { color: #e66e19; }
ul.footer-menu li a:hover::after {
    bottom: 0;
    opacity: 1;
    }

ul.footer-sns { display: flex; }
ul.footer-sns li {
    width: 24px;
    margin-right: 6px;
    }

ul.footer-sns li:last-child { margin: 0; }
ul.footer-sns li a { transition: .3s; }
ul.footer-sns li a:hover { opacity: .5; }
.altishop-copy {
    display: flex;
    justify-content: space-between;
    }

.footerLogo { width: 180px; }
.footerCopy {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .4px;
    }

a#goTop {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: unset;
    background-position: unset;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    clear: inherit;
    letter-spacing: 2px;
    }

.top-scroll {
    position: fixed;
    bottom: 12%;
    right: -30px;
    transform: rotate(90deg);
    z-index: 100;
    opacity: 0;
    transition: .3s;
    }

.top-scroll span {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    padding-top: 12px;
    padding-left: 4px;
    transform: rotate(-90deg);
    }

.top-scroll span img { width: 100%; }
.is-top-scroll {
    bottom: 14%;
    opacity: 1;
    }

@media only screen and (max-width: 1024px) {

footer { margin: 0 auto 42px; }
ul.footer-btn li a {
    font-size: 16px;
    padding: 18px 0;
    }

.top-scroll { right: -36px; }

}

@media only screen and (max-width: 767px) {

footer { margin: 0 auto 30px; }
.altishop-footer { margin: 0 0 18px; }
ul.info-data { flex-wrap: wrap; }
ul.info-data li {
    width: 100%;
    line-height: 24px;
    }

ul.info-data li:first-child { width: 100%; }
ul.footer-btn {
    display: block;
    margin: 18px auto;
    }

ul.footer-btn li {
    width: 100%;
    border-right: solid 1px #222;
    margin-bottom: 6px;
    }

ul.footer-btn li a {
    font-size: 14px;
    padding: 9px 0;
    }

ul.footer-btn li a span {
    display: inline-block;
    font-size: 12px;
    margin-left: 6px;
    }

.footer-link { display: block; }
ul.footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 12px;
    }

ul.footer-sns { justify-content: center; }
.altishop-copy {
    flex-direction: column;
    justify-content: center;
    }

.footerLogo { margin: 0 auto 18px; }
.footerCopy { text-align: center; }

.top-scroll {
    position: relative;
    transform: unset;
    right: 0;
    bottom: 0;
    width: 90%;
    margin: 0 auto 6px;
    text-align: center;
    }

a#goTop { letter-spacing: 1px; }
.top-scroll span {
    padding-top: 0;
    padding-left: 6px;
    transform: unset;
    }

}


/*=================================================
	page
=================================================*/

/* page title */
body.lower #pageTitleArea {
    margin: 0 auto 18px;
    padding: 186px 0 0;
    height: auto;
    background: unset;
    background-color: unset;
    }

.pageTitleBk {
    background: -webkit-linear-gradient(left, rgba(230,110,25,1) 0%, rgba(230,110,25,1) 50.1%, rgba(230,110,25,0) 50.1%, rgba(230,110,25,0) 50.1%, rgba(230,110,25,0) 100%),url(/img/upload/2020/04/titlebk_img_international.jpg);
    background: -o-linear-gradient(left, rgba(230,110,25,1) 0%, rgba(230,110,25,1) 50.1%, rgba(230,110,25,0) 50.1%, rgba(230,110,25,0) 50.1%, rgba(230,110,25,0) 100%),url(/img/upload/2020/04/titlebk_img_international.jpg);
    background: linear-gradient(to right, rgba(230,110,25,1) 0%, rgba(230,110,25,1) 50.1%, rgba(230,110,25,0) 50.1%, rgba(230,110,25,0) 50.1%, rgba(230,110,25,0) 100%),url(/img/upload/2020/04/titlebk_img_international.jpg);
    background-position: 0 50%;
    background-size: 100%,50%;
    }

body.lower #pageTitleArea h1 {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 84px 0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    }

body.lower #pageTitleArea h1 span {
    display: block;
    margin-bottom: 0;
    font-size: 42px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #FFF;
    }

body.lower.onecolumn #content #main { width: 100%; }

/* パンくず */
.breadcrumb {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin: 0 auto 60px;
    width: 90%;
    max-width: 1280px;
    }

.breadcrumb li a {
    color: #222;
    border-bottom: solid 3px #222;
    transition: .3s;
    }

.breadcrumb li a:hover {
    color: #e66e19;
    border-bottom: solid 3px #e66e19;
    }

/* page wrap */
body.lower #content {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    }

body.lower #content #main { width: 70%; }
#sub {
    width: 25%;
    margin-left: 5%;
    box-sizing: border-box;
    }

@media only screen and (max-width: 1024px) {

body.lower #pageTitleArea {
    margin: 0 auto 60px;
    padding: 99px 0 0;
    }

body.lower #content #main { width: 100%; }
body.lower #pageTitleArea h1 {
    padding: 60px 0;
    font-size: 16px;
    }

body.lower #pageTitleArea h1 span { font-size: 36px; }

}

@media only screen and (max-width: 767px) {

.pageTitleBk { background: #e66e19; }
body.lower #pageTitleArea {
    margin: 0 auto 30px;
    padding: 66px 0 0;
    }

body.lower #pageTitleArea h1 {
    padding: 30px 0;
    font-size: 14px;
    }

body.lower #pageTitleArea h1 span { font-size: 24px; }

}

/*=================================================
    sub
=================================================*/

#sub .subBox .wrapper { margin-bottom: 0; }
#sub .subBox .titleArea {
    position: relative;
    margin: 0 auto 18px;
    border-bottom: 1px solid #222;
    }

#sub .subBox .titleArea p {
    float: none;
    margin: 0;
    padding: 0 0 6px;
    color: #222;
    font-weight: bold;
    }

#sub .subBox .titleArea p span.en {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #777E41;
    }

#sub .subBox .titleArea a {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    display: inline-block;
    padding: 0 12px;
    font-size: 12px;
    line-height: 24px;
    color: #FFF;
    text-decoration: none;
    }

#sub .subBox .titleArea a span {
    padding-right: unset;
    padding: 0 .5em;
    background: unset;
    }

#sub .subBox .titleArea a:hover span { padding: 0 1em 0 0; }

#sub #subStaff ul li a,
#sub #subCategory ul li a,
#sub #subFaq ul li a,
#sub #subNewscate ul li a,
#sub #subMedicate ul li a,
#sub #subBlogcate ul li a {
    display: block;
    margin: 0 0 6px;
    padding: 6px 12px;
    color: #222;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .4px;
    background: #f6f6f6;
    border: none;
    border-radius: 6px;
    transition: .3s;
    }

#sub #subStaff ul li a:hover,
#sub #subCategory ul li a:hover,
#sub #subFaq ul li a:hover,
#sub #subNewscate ul li a:hover,
#sub #subMedicate ul li a:hover,
#sub #subBlogcate ul li a:hover { background: #e66e19; color: #FFF; }

/* side news */
.side-news li {
    display: flex;
    padding: 0 0 6px;
    margin: 0 0 12px;
    flex-wrap: wrap;
    border-bottom: dotted 2px #CCC;
    }

.side-news .newsDate a {
    width: auto;
    font-size: 12px;
    line-height: 21px;
    color: #222;
    }

.side-news .newsCut a  {
    width: auto;
    padding: 0 12px;
    font-size: 10px;
    line-height: 18px;
    color: #222;
    border-color: #222;
    }

.side-news .newsSub a {
    display: block;
    margin-top: 3px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    border-bottom: solid 2px #FFF;
    transition: .3s;
    }

body.top .newsSub a {border-color: #e66e19; }
.side-news li:hover .newsSub a { border-bottom: solid 2px #222; }

/* side blog */
ul.side-blog {
    display: block;
    width: 100%;
    }

ul.side-blog li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 12px;
    }

ul.side-blog li .side-blog-left a img { transition: .3s;}
ul.side-blog li:hover .side-blog-left a img { opacity: .75; }

.side-blog-left { width: 30%; }
.side-blog-left a {
    display: block;
    background: #e66e19;
    }

.side-blog-right {
    width: 65%;
    margin-left: 5%;
    }

.side-blog-cat a {
    display: inline-block;
    color: #FFF;
    background: #777E41;
    padding: 0px 9px;
    font-size: 10px;
    line-height: 18px;
    border-radius: 3px;
    transition: .3s;
    }

.side-blog-cat a:hover {
    color: #FFF;
    background: #e66e19;
    }

.side-blog-data {
    display: block;
    margin: 3px auto 0;
    }

ul.side-blog li ul.side-blog-data li {
    position: relative;
    display: inline-block;
    margin: 0 9px 0 0;
    }

ul.side-blog li ul.side-blog-data li::after {
    position: relative;
    content: "/";
    font-size: 14px;
    right: -5px;
    transition: .3s;
    }

ul.side-blog li ul.side-blog-data li:last-child::after { display: none; }
ul.side-blog li ul.side-blog-data li a {
    font-size: 12px;
    line-height: 18px;
    color: #222;
    transition: .3s;
    }

.side-blog-title a {
    color: #222;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    transition: .3s;
    }

ul.side-blog li:hover ul.side-blog-data li::after,
ul.side-blog li:hover .side-blog-right .side-blog-title a,
ul.side-blog li:hover ul.side-blog-data li a { color: #e66e19; }

/* side styles */
#sub #subStyle ul li { margin-bottom: 18px; }
#sub #subStyle ul li a.img {
    display: inline-block;
    width: 100%;
    margin: 0;
    background: #e66e19;
    }

#sub #subStyle ul li a.img img { transition: .3s; }
#sub #subStyle ul li a.cat {
    position: relative;
    display: inline-block;
    z-index: 20;
    margin: 6px 0 0;
    padding: 0px 9px;
    font-size: 10px;
    line-height: 18px;
    background: #222;
    color: #FFF;
    border-radius: 3px;
    transition: .3s;
    }

#sub #subStyle ul li a.txt {
    position: relative;
    display: block;
    margin: 6px 0 0;
    z-index: 20;
    font-size: 14px;
    color: #222;
    transition: .3s;
    }

#sub #subStyle ul li a.txt p {
    color: #222;
    font-size: 14px;
    transition: .3s;
    }

#sub #subStyle ul li:hover a.img img { opacity: .75; }
#sub #subStyle ul li:hover a.cat {
    background: #e66e19;
    color: #FFF;
    }

#sub #subStyle ul li:hover a.txt p { color: #e66e19; }

/* blog archive */
.subyear {
    font-size: 14px;
    color: #222;
    }

.subyear .submonth { margin: 12px 0px 0px; }
.subyear ul li { margin-left: 18px; }

.subyear:before {
    border-bottom: solid 2px #999;
    border-right: solid 2px #999;
    top: 1px;
    left: 72px;
    }

/* blog search */

#subBlogcate {
    margin: 0 auto 30px !important;
    }

dl.search2 dt {
    padding: 0;
    border: 1px solid #222;
    }

dl.search2 dt input {
    width: 100%;
    height: auto;
    line-height: 24px;
    background: none;
    border: none;
    font-size: 14px;
    padding: 3px 6px;
    box-sizing: border-box;
    }

dl.search2 dd button {
    display: block;
    cursor: pointer;
    width: 100px;
    height: auto;
    padding: 3px 6px;
    color: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 2px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 6px;
    background-color: #777E41;
    border: 1px solid #777E41;
    transition: .3s;
    }

dl.search2 dd button:hover {
    color: #FFF;
    background-color: #e66e19;
    border: 1px solid #e66e19;
    }

#sub .moreBtn:hover span::after { border-left-color: #FFF !important; }

@media only screen and (max-width: 1024px) {

#sub {
    width: 100%;
    margin-left: 0;
    }

#sub #subNews { margin-bottom: 60px; }
#sub .subBox {
    padding-bottom: 0;
    margin-bottom: 60px;
    }

#sub .subBox .titleArea { padding: 0; }
#sub #subStaff ul,
#sub #subCategory ul,
#sub #subMedicate ul,
#sub #subBlogcate ul,
#subNewscate ul,
#subFaq ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    }

#sub #subStaff ul li,
#sub #subCategory ul li,
#sub #subMedicate ul li,
#sub #subBlogcate ul li,
#subNewscate ul li,
#subFaq ul li {
    text-align: left;
    width: 32%;
    margin-right: 2%;
    }

#sub #subStaff ul li:nth-child(3n),
#sub #subCategory ul li:nth-child(3n),
#sub #subMedicate ul li:nth-child(3n),
#sub #subBlogcate ul li:nth-child(3n),
#subNewscate ul li:nth-child(3n),
#subFaq ul li:nth-child(3n) { margin-right: 0; }

#sub #subStaff ul li a,
#sub #subCategory ul li a,
#sub #subFaq ul li a,
#sub #subNewscate ul li a,
#sub #subMedicate ul li a,
#sub #subBlogcate ul li a { margin: 0 0 12px; }

#sub .subBox .titleArea a { bottom: unset; }

/* side news */
.side-news .newsDate a {
    width: 110px;
    font-size: 14px;
    line-height: 24px;
    }

.side-news .newsCut a {
    width: 140px;
    padding: 0;
    font-size: 12px;
    line-height: 24px;
    }

.side-news .newsSub a { margin: 0; }

/* side blog */
ul.side-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }

ul.side-blog li { width: 49%; }
ul.side-blog li ul.side-blog-data li { width: auto; }

/* side style */
#sub #subStyle ul.wrapper,
#subNewscate ul.wrapper {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0;
    }

#sub #subStyle ul.wrapper li a.img,
#subNewscate ul.wrapper li a.img {
    display: block;
    margin-bottom: 0;
    }

#sub #subStyle ul.wrapper li,
#subNewscate ul.wrapper li {
    display: block;
    vertical-align: top;
    margin: 0 1.33% 24px 0;
    width: 24%;
    height: auto;
    letter-spacing: 0;
    }

#sub #subStyle ul.wrapper li:nth-child(3n) { margin: 0 1.33% 24px 0; }
#sub #subStyle ul.wrapper li:nth-child(4n),
#subNewscate ul.wrapper li:nth-child(4n) { margin: 0 0 24px 0; }

#sub #subStyle ul li a.cat {
    font-size: 12px;
    line-height: 21px;
    }

/* blog archive */
.subyear { width: 100% !important; }

}

@media only screen and (max-width: 767px) {

#sub .subBox .titleArea p span.en { font-size: 21px; }

#sub #subStaff ul li,
#sub #subCategory ul li,
#sub #subMedicate ul li,
#sub #subBlogcate ul li,
#subNewscate ul li,
#subFaq ul li {
    text-align: left;
    width: 100%;
    margin-right: 0;
    }

/* side news */
.side-news .newsDate a {
    width: auto;
    font-size: 12px;
    line-height: 21px;
    }

.side-news .newsCut a {
    width: auto;
    padding: 0 12px;
    font-size: 10px;
    line-height: 18px;
    }

.side-news .newsSub { width: 100%; }
.side-news .newsSub a { margin: 6px 0 0; }

/* side blog */
ul.side-blog li { width: 100%; }

/* side style */
#sub #subStyle ul.wrapper li, #subNewscate ul.wrapper li {
    margin: 0 4% 24px 0;
    width: 48%;
    }

#sub #subStyle ul.wrapper li:nth-child(3n) { margin: 0 4% 24px 0; }
#sub #subStyle ul.wrapper li:nth-child(2n) { margin: 0 0 24px 0; }
#sub #subStyle ul li a.cat {
    font-size: 10px;
    line-height: 18px;
    }

}

/*=================================================
	top
=================================================*/

body.top #content { width: 100%; }
#mainVisual { padding-top: 186px; }
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    padding:  0 12px;
    max-width: 1280px;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    }

.swiper-slide img { border-radius: 24px; }

/* top concept */
.topConcept {        
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin: 60px auto 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

.topConcept-left { width: 50%; padding-right: 3%; box-sizing: border-box; }
.topConcept-right { width: 50%; }
.topConcept .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 1;
    border-radius: 12px;
    }

.topConcept .swiper-slide { padding: 0; }
.topConcept .swiper-slide img { border-radius: 0; }
.topConcept h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 48px;
    color: #777E41;
    margin: 0 0 24px;
    }

.topConcept-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 24px;
    color: #777E41;
    }

.topConcept-txt {
    font-size: 14px;
    line-height: 24px;
    }

/* top staffs */
.topStaff {
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin: 120px auto;
    }

.topStaff-title h2 {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 48px;
    color: #777E41;
    margin: -9px 0 0;
    padding: 0;
    }

.topStaff-title .moreBtn {    
    margin-left: 12px;
    border: solid 1px #222;
    background: #FFF;
    }

.topStaff ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0;
    }

.topStaff ul li {
    width: 23%;
    margin: 0 2.66% 30px 0;
    }

.topStaff ul li:nth-child(4n) { margin: 0 0 30px 0; }
.topStaff ul li .img {
    display: block;
    background: #e66e19;
    transition: .3s;
    }

.topStaff ul li .txt {
    display: block;
    margin: 12px 0 0;
    }

.topStaff ul li a.txt p.staff-list-position {
    display: inline-block;
    color: #FFF;
    background: #222;
    font-size: 12px;
    line-height: 21px;
    padding: 0 9px;
    border-radius: 3px;
    transition: .3s;
    }

.topStaff ul li a.txt h3 {
    margin: 6px 0 0;
    color: #222;
    font-size: 18px;
    line-height: 24px;
    transition: .3s;
    }

.topStaff ul li a.txt p.staff-list-kana {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    transition: .3s;
    }

.topStaff ul li img { transition: .3s; }
.topStaff ul li:hover .img img { opacity: .75; }
.topStaff ul li:hover a.txt p.staff-list-position {
    color: #FFF;
    background: #e66e19;
    }

.topStaff ul li:hover a.txt p.staff-list-kana,
.topStaff ul li:hover a.txt h3 { color: #e66e19; }

/* top news */
.topNews {
    width: 100%;
    background: #e66e19;
    margin: 120px auto;
    padding: 84px 0;
    }

.topNews-wrap {
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    }

.topNews-title { margin: 0 0 24px; }
.topNews-title h2 {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 48px;
    color: #FFF;
    margin: -9px 0 0;
    padding: 0;
    }

.moreBtn {
    margin-left: 12px;
    border: solid 1px #FFF;
    color: #FFF;
    }

.topNews .moreBtn { color: #FFF; }
.topNews .moreBtn span::after { border-left-color: #FFF !important; }
.moreBtn {
    display: inline-block;
    padding: 0 30px;
    color: #222;
    background: #e66e19;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    }

.moreBtn span {
    position: relative;
    padding: 0 .5em;
    transition: all .3s;
    }

.moreBtn span::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #222;
    transition: all .3s;
    opacity: 0;
    }

.moreBtn:hover span { padding: 0 1em 0 0; }
.moreBtn:hover span::after {
    right: -7px;
    opacity: 1;
    border-left-color: #222;
    }

body.stylist #main .moreBtn:hover span::after,
body.style #main .moreBtn:hover span::after { border-left-color: #FFF; }

.topNews ul li {
    display: flex;
    padding: 0 0 12px;
    margin: 0 0 30px;
    border-bottom: dotted 2px #FFF;
    width: 100%;
    }

.topNews ul li:last-child { margin:0; }
.newsDate a {
    width: 110px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: .4px;
    color: #FFF;
    margin: 0 12px 0 0;
    }

.newsCut a {
    width: 140px;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 12px 0 0;
    font-size: 12px;
    line-height: 24px;
    color: #FFF;
    border: solid 1px #FFF;
    border-radius: 6px;
    transition: .3s;
    }

.newsSub a {
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    transition: .3s;
    }

.topNews ul li:hover .newsSub a { border-bottom: solid 2px #FFF; }
.newsCut a:hover {
    background: #222;
    color: #FFF;
    border-color: #222;
    }

/* top style */
.topStyle {
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin: 120px auto;
    }

.topStyle-title h2 {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 48px;
    color: #777E41;
    margin: -9px 0 0;
    padding: 0;
    }

.topStyle-title .moreBtn {    
    margin-left: 12px;
    border: solid 1px #222;
    background: #FFF;
    }

.topStyle ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0;
    }

.topStyle ul li {
    width: 23%;
    margin: 0 2.66% 30px 0;
    }

.topStyle ul li:nth-child(4n) { margin: 0 0 30px 0; }
.topStyle ul li .img {
    position: relative;
    display: block;
    }

.topStyle ul li .img::before {
    position: absolute;
    display: block;
    content: "";
    background: #e66e19;
    width: 100%;
    height: 100%;
    top: 12px;
    left: 12px;
    z-index: 5;
    transition: .3s;
    }

.topStyle ul li .img img {
    position: relative;
    z-index: 10;
    transition: .3s;
    }

.topStyle ul li .cat {
    position: relative;
    display: inline-block;
    z-index: 20;
    margin: 6px 0 0;
    padding: 6px 12px;
    font-size: 12px;
    background: #222;
    color: #FFF;
    border-radius: 3px;
    transition: .3s;
    }

.topStyle ul li .txt {
    position: relative;
    display: block;
    margin: 6px 0 0;
    z-index: 20;
    font-size: 14px;
    color: #222;
    transition: .3s;
    }

.topStyle ul li:hover .img::before { top: 0; left: 0; }
.topStyle ul li:hover .img img { opacity: .75; }
.topStyle ul li:hover .cat { background: #e66e19; color: #FFF; }
.topStyle ul li:hover .txt { color: #e66e19; }

/* top blog */
.topBlog {
    width: 100%;
    background: #e66e19;
    margin: 120px auto;
    padding: 84px 0 54px;
    }

.topBlog-wrap {
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    }

.topBlog-title h2 {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 48px;
    color: #FFF;
    margin: -9px 0 0;
    padding: 0;
    }

.topBlog .moreBtn {
    margin-left: 12px;
    border: solid 1px #FFF;
    color: #FFF;
    }

.topBlog .moreBtn span::after { border-left-color: #FFF; }
.topBlog ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0;
    }

.topBlog ul li {
    width: 32%;
    margin: 0 2% 30px 0;
    }

.topBlog ul li:nth-child(3n) { margin: 0 0 30px 0; }
.blog-img { margin: 0 0 12px; transition: .3s; }
.blog-txt {
    position: relative;
    background: #FFF;
    padding: 12px;
    font-size: 14px;
    line-height: 21px;
    box-sizing: border-box;
    border-radius: 6px;
    }

.blog-cat {
    position: absolute;
    top: -50px;
    left: 12px;
    }

.blog-cat  a {
    display: inline-block;
    background: #777E41;
    color: #FFF;
    padding: 3px 12px;
    font-size: 12px;
    border-radius: 6px;
    transition: .3s;
    }

.topBlog ul.blog-data {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    }

.topBlog ul.blog-data li {
    position: relative;
    width: auto;
    margin: 0 12px 6px 0;
    font-size: 12px;
    }

.topBlog ul.blog-data li::after {
    position: absolute;
    content: "/";
    top: 0;
    right: -8px;
    transition: .3s;
    }

.topBlog ul.blog-data li:last-child::after { display: none; }
.topBlog ul.blog-data li .blog-date { transition: .3s; }
.topBlog ul.blog-data li a { color: #222; transition: .3s; }
.blog-txt h5 {
    margin: 0 auto 6px;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    color: #222;
    transition: .3s;
    }

.blog-body {
    font-size: 12px;
    line-height: 18px;
    color: #222;
    transition: .3s;
    }

.tags {
    margin: 6px 0 0;
    padding: 6px 0 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .4px;
    border-top: dotted 2px #CCC;
    transition: .3s;
    }

.topBlog ul li:hover .blog-img { opacity: .75; }
.topBlog ul li:hover .blog-txt h5,
.topBlog ul li:hover .blog-txt .blog-body,
.topBlog ul li:hover .blog-data li .blog-date,
.topBlog ul li:hover .blog-data li::after,
.topBlog ul.blog-data li a:hover { color: #e66e19; }
.topBlog ul li:hover .tags { color: #e66e19; border-color: #e66e19; }
.blog-cat a:hover { color: #FFF; background: #e66e19; }

/* top banner */
.topBanner {
    width: 90%;
    max-width: 768px;
    margin: 120px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }

.topBanner li {
    width: 48%;
    background: #e66e19;
    }

.topBanner li a {
    display: block;
    transition: .3s;
    }

.topBanner li:hover a { opacity: .75; }

@media only screen and (max-width: 1024px) {

#mainVisual { padding-top: 99px; }
.swiper-slide { max-width: 768px; }
.swiper-slide img { border-radius: 18px; }
.topConcept-txt br { display: none; }
.topStaff,
.topConcept,
.topStyle,
.topBanner { margin: 60px auto; }
.topConcept h2,
.topNews-title h2,
.topStyle-title h2,
.topBlog-title h2 { font-size: 42px; }
.topNews {
    margin: 60px auto;
    padding: 60px 0;
    }

/* top staffs */
.topStaff ul li a.txt p.staff-list-position {
    font-size: 11px;
    line-height: 18px;
    }

.topStaff ul li a.txt h3 {
    font-size: 16px;
    line-height: 21px;
    }

.topStyle ul li .img::before {
    top: 9px;
    left: 9px;
    }

.topBlog {
    margin: 60px auto;
    padding: 64px 0 34px;
    }

}

@media only screen and (max-width: 767px) {

#mainVisual { padding-top: 66px; }
.swiper-slide {
    max-width: 375px;
    padding: 0 6px;
    }

.swiper-slide img { border-radius: 12px; }

.topStaff,
.topConcept,
.topStyle,
.topBanner { margin: 30px auto; }

.topConcept h2,
.topStaff-title h2,
.topNews-title h2,
.topStyle-title h2,
.topBlog-title h2 { font-size: 30px; }
.topConcept {
    flex-wrap: wrap;
    justify-content: flex-start;
    }

.topConcept-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 12px;
    }

.topConcept h2 { margin: 0 0 12px; }
.topConcept-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px;
    }

.topConcept-right { width: 100%; }
.topNews {
    margin: 30px auto;
    padding: 30px 0;
    }

.moreBtn {
    padding: 0 12px;
    font-size: 12px;
    line-height: 24px;
    }

.topNews ul li { flex-wrap: wrap; }
.newsDate a {
    width: auto;
    line-height: 21px;
    }

.newsCut a {
    width: auto;
    line-height: 21px;
    padding: 0 12px;
    }

.newsSub a {
    display: block;
    width: 100%;
    margin: 6px 0 0;
    }

.topStaff ul li {
    width: 48%;
    margin: 0 4% 30px 0;
    }

.topStyle ul li {
    width: 48%;
    margin: 0 4% 24px 0;
    }

.topStaff ul li:nth-child(2n) { margin: 0 0 24px 0; }
.topStyle ul li:nth-child(2n) { margin: 0 0 24px 0; }
.topStyle ul li .cat { font-size: 10px; }
.topBlog {
    margin: 30px auto;
    padding: 30px 0 0;
    }

.topBlog ul { margin: 24px auto 0; }
.topBlog ul li {
    width: 48%;
    margin: 0 4% 24px 0;
    }

.topBlog ul li:nth-child(3n) { margin: 0 4% 24px 0; }
.topBlog ul li:nth-child(2n) { margin: 0 0 24px 0; } 
.topBlog ul.blog-data li:nth-child(2n) { margin: 0; }
.blog-img { margin: 0 0 6px; }
.blog-body { display: none; }
.blog-cat {
    position: relative;
    top: 0;
    left: 0;
    }

.blog-cat a {
    display: block;
    text-align: center;
    background: #222;
    color: #FFF;
    margin: 0 0 6px;
    padding: 0;
    font-size: 10px;
    border-radius: 6px;
    }

.topBlog ul.blog-data li { margin: 0 12px 0 0; }
.topBanner li {
    width: 100%;
    margin: 0 0 12px;
    }

}

/*=================================================
	informations
=================================================*/

body.news #main .couponArea {
    width: 100%;
    margin: 0 auto 60px;
    }

body.news #main .couponArea ul li {
    display: flex;
    padding: 0 0 12px;
    margin: 0 0 30px;
    border-bottom: dotted 2px #222;
    width: 100%;
    }

body.news #main .newsDate a { color: #222; }
body.news #main .newsCut a {
    color: #222;
    border: solid 1px #222;
    }

body.news #main .newsSub a { color: #222; }
body.news #main .newsCut a:hover { color: #FFF;}
body.news #main .couponArea ul li:hover .newsSub a { border-bottom: solid 2px #222; }

@media only screen and (max-width: 767px) {

body.news #main .couponArea ul li { flex-wrap: wrap; }
.newsSub { width: 100%; }

}

/*=================================================
	information
=================================================*/

body.news #main .sect { width: 100%; }
body.news #main .sect .titleArea {
    margin: 0 auto 18px;
    border-bottom: 1px solid #222;
    }

body.news #main .sect .titleArea h3 {
    float: none;
    margin: 0;
    padding: 0 0 12px;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    }

body.news #main .sect .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    }

body.news #main .sect .wrapper li {
    float: none;
    margin: 0 6px 0 0;
    padding: 3px 6px;
    color: #222;
    font-size: 12px;
    background-color: #FFF;
    border: solid 1px #222;
    border-radius: 3px;
    }

body.news #main .sect .wrapper li:first-child {
    border: none;
    font-size: 14px;
    padding: 3px 0;
    margin-right: 12px;
    }

body.news #main .articleTxt {
    margin: 30px 0 60px;
    font-size: 14px;
    line-height: 24px;
    }

@media only screen and (max-width: 1024px) {

body.news #main .sect {
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
    }

body.news #main .articleTxt p {
    line-height: 24px;
    font-size: 14px;
    }

}

@media only screen and (max-width: 767px) {

body.news #main .sect .titleArea h3 {
    font-size: 16px;
    padding: 0 0 6px;
    }

body.news #main .sect .titleArea { margin: 0 auto 12px; }

}

/*=================================================
	menu
=================================================*/

body.menu #main .sect .titleArea {
    position: relative;
    margin: 0 auto 18px;
    border-bottom: 1px solid #222;
    }

body.menu #main .sect .titleArea h3 {
    float: none;
    margin: 0;
    padding: 0 0 6px;
    color: #222;
    font-weight: bold;
    }

body.menu #main .sect .titleArea h3 span.en {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #777E41;
    }

body.menu #main .sect .txtRight {
    position: absolute;
    top: 3px;
    right: 0;
    padding: 3px 6px;
    font-size: 11px;
    text-align: right;
    display: inline-block;
    margin: 0;
    color: #222;
    border: solid 1px #222;
    border-radius: 3px;
    }

body.menu #main .sect .table tr {
    border-top: none;
    border-bottom: dotted 2px #CCC;
    display: block;
    margin: 0 0 18px;    
    }

body.menu #main .sect .table td {
    font-size: 14px;
    font-weight: bold;
    }

body.menu #main .sect .table > tbody > tr > td:first-child {
    padding: 0;
    margin: 0;
    }

body.menu #main .sect .table > tbody > tr > td:first-child > .serviceSubTxt {
    text-align: left !important;
    width: 100%;
    margin: 6px 0;
    padding: 6px 12px;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: .4px;
    color: #222;
    background: #f6f6f6;
    border-radius: 6px;
    box-sizing: border-box;
    }
    
body.menu #main .sect .table > tbody > tr > td:last-child {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    }

@media only screen and (max-width: 767px) {

body.menu #main .sect .titleArea h3 span.en { font-size: 21px; }

}

/*=================================================
	coupon
=================================================*/
/* coupon search */
body.coupon #main section.sect01 .titleArea {
    width: 100%;
    margin: 0 auto 18px;
    border-bottom: 1px solid #222;
    }

body.coupon #main section.sect01 .titleArea h3 {
    float: none;
    margin: 0;
    padding: 0 0 6px;
    color: #222;
    font-weight: bold;
    }

body.coupon #main section.sect01 .titleArea h3 span.en {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #777E41;
    }

body.coupon #main section.sect01 .filterArea {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
    padding: 30px;
    background-color: #f6f6f6;
    border-radius: 12px;
    box-sizing: border-box;
    }

body.coupon #main section.sect01 .filterArea dl {
    margin: 0 auto 18px;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    }

body.coupon #main section.sect01 .filterArea dl dt {
    padding: 9px 18px 3px;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    }

body.coupon #main section.sect01 .filterArea dl dd {
    padding: 0 6px 6px 0;
    font-size: 14px;
    }

body.coupon #main section.sect01 .filterArea dl dd ul li {
    margin: 3px 18px 3px 0;
    display: inline-block;
    float: none;
    font-size: 14px;
    }

body.coupon #main section.sect01 .filterArea .btn {
    margin: 30px auto 0;
    text-align: center;
    }

body.coupon #main section.sect01 .filterArea .btn button {
    padding: 12px 0;
    color: #FFF;
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
    background-color: #777E41;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: .3s;
    }

body.coupon #main section.sect01 .filterArea .btn button:hover {
    color: #FFF;
    background-color: #e66e19;
    opacity: 1;
    }

[type="checkbox"],
[type="radio"] {
    vertical-align: bottom;
    box-sizing: border-box;
    padding: 0;
    }

/* coupon box */
body.coupon .twoResult {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	}

body.coupon .twoResultWrap {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 0 2% 36px 0;
	font-size: 12px;
	border: solid 1px #222;
	box-sizing: border-box;
	}

body.coupon .twoResultWrap:nth-child(2n) { margin: 0 0 24px; }
body.coupon .twoResult-target,
body.coupon .twoResult-content {
	display: table-cell;
    vertical-align: middle;
	box-sizing: border-box;
	}

body.coupon .twoResult-target {
    background: #222;
    color: #FFF;
    text-align: center;
    width: 30px;
    padding: 0 6px;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
	}

body.coupon .twoResult-content {
	padding: 12px;
	overflow: hidden;
	}

body.coupon .twoResult-inBox ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	}

body.coupon .twoResult-inBox li {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	}

body.coupon .twoResult-inBox li:first-child { width: 30%; }
body.coupon .twoResult-inBox li:last-child {
	width: 70%;
	padding-left: 2%;
	}

body.coupon .twoResult-inBox li h5 {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    margin: 0 0 6px;
	}

body.coupon li .twoResult-category span {
    display: inline-block;
    text-align: center;
    background: #e66e19;
    color: #FFF;
    border: solid 1px #e66e19;
    padding: 2px 9px;
    font-size: 11px;
    margin-bottom: 6px;
    margin-right: 6px;
    border-radius: 3px;
	}

body.coupon li .twoResult-price {
    text-align: right;
    margin: 12px 0;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #C75467;
	}

body.coupon li .twoResult-text {
	font-size: 12px;
	line-height: 18px;
	}

body.coupon li .twoResult-reserve a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 9px 0;
    margin-top: 12px;
    border: none;
    color: #FFF;
    background: #777E41;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .4px;
    box-sizing: border-box;
    border-radius: 6px;
    z-index: 2;
    transition: .3s;
    }

body.coupon li .twoResult-reserve a:hover {
    background: #e66e19;
    border-color: #e66e19;
	color: #FFF;
	}

body.coupon .two-rule {
	border-top: dotted 2px #666;
	margin-top: 12px;
	padding-top: 12px;
	}

body.coupon .two-rule p {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-right: 12px;
	}

body.coupon .two-rule p span {font-weight: bold;}

@media only screen and (max-width: 1024px) {

body.coupon .twoResultWrap { margin: 0 2% 24px 0; }

}


@media only screen and (max-width: 767px) {


body.coupon #main section.sect01 .filterArea dl {
    padding: 6px;
    box-sizing: border-box;
    }

body.coupon #main section.sect01 .filterArea {
    margin: 0 auto 12px;
    padding: 15px;
    }

body.coupon #main section.sect01 .filterArea dl dt { padding: 9px 9px 3px; }
body.coupon #main section.sect01 .filterArea dl dd { margin-inline-start: 18px; }
body.coupon #main section.sect01 .filterArea .btn { margin: 12px auto 0; }
body.coupon #main section.sect01 .filterArea .btn button {
    padding: 6px 0;
    width: 100%;
    font-size: 14px;
    }

body.coupon .twoResultWrap {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 0 2% 12px 0;
    font-size: 12px;
    border: solid 1px #222;
    box-sizing: border-box;
	}

body.coupon .twoResultWrap:nth-child(2n) { margin: 0 0 12px; }
body.coupon .twoResult-target,
body.coupon .twoResult-content {
	display: table-cell;
    vertical-align: middle;
	box-sizing: border-box;
	}

body.coupon .twoResult-target {
    background: #222;
    color: #FFF;
    text-align: center;
    width: 30px;
    padding: 0 6px;
    font-size: 13px;
    line-height: 28px;
    font-weight: bold;
	}

body.coupon .twoResult-content {
	padding: 12px;
	overflow: hidden;
	}

body.coupon .twoResult-inBox ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	}

body.coupon .twoResult-inBox li {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	}

body.coupon .twoResult-inBox li:first-child { width: 30%; }
body.coupon .twoResult-inBox li:last-child {
	width: 70%;
	padding-left: 4%;
	}

body.coupon .twoResult-inBox li h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 0 6px;
	}

body.coupon li .twoResult-category span {
    display: inline-block;
    text-align: center;
    background: #e66e19;
    color: #FFF;
    border: solid 1px #e66e19;
    padding: 2px 6px;
    margin-bottom: 6px;
    margin-right: 6px;
    border-radius: 3px;
	}

body.coupon li .twoResult-price {
    text-align: right;
    margin: 12px 0;
    font-size: 24px;
    font-weight: bold;
	color: #F00;
	}

body.coupon li .twoResult-text {
	font-size: 12px;
	line-height: 18px;
	}

body.coupon li .twoResult-reserve a {
	position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 9px 0;
    margin-top: 12px;
    font-size: 12px;
    font-weight: bold;
	}

body.coupon .two-rule {
	border-top: dotted 2px #666;
	margin-top: 12px;
	padding-top: 12px;
	}

body.coupon .two-rule p {
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    margin-right: 12px;
    letter-spacing: 1px;
	}

body.coupon .two-rule p span {font-weight: bold;}

}

/*=================================================
	staffs
=================================================*/

.staff-list h2 {
    padding: 0 0 6px;
    margin: 0 0 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 24px;
    border-bottom: solid 1px #222;
    color: #777E41;
    }

.wrapper_stylist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 60px;
    overflow: hidden;
    }

ul.wrapper_stylist li {
    margin: 0 2% 30px 0;
    width: 32%;
    height: auto;
    display: block;
    vertical-align: top;
    line-height: initial;
    }

ul.wrapper_stylist li:nth-child(4n) { margin: 0 2% 30px 0; }
ul.wrapper_stylist li:nth-child(3n) { margin: 0 0 30px 0; }
ul.wrapper_stylist li img { width: 100%; transition: .3s; }
body.stylist #main .sect02 ul.wrapper_stylist li a.img img { margin-bottom: 0 !important; }

.staff-list .img {
    display: block;
    background: #e66e19;
    transition: .3s;
    }

.staff-list .txt {
    display: block;
    margin: 12px 0 0;
    }

body.stylist #main .sect02 ul.wrapper_stylist li a.txt p.staff-list-position {
    display: inline-block;
    color: #FFF;
    background: #222;
    font-size: 12px;
    line-height: 21px;
    padding: 0 9px;
    border-radius: 3px;
    transition: .3s;
    }

body.stylist #main .sect02 ul.wrapper_stylist li a.txt h3 {
    margin: 6px 0 0;
    color: #222;
    font-size: 18px;
    line-height: 24px;
    transition: .3s;
    }

body.stylist #main .sect02 ul.wrapper_stylist li a.txt p.staff-list-kana {
    color: #999;
    font-size: 12px;
    transition: .3s;
    }

ul.wrapper_stylist li:hover .img img { opacity: .75; }
body.stylist #main .sect02 ul.wrapper_stylist li:hover a.txt p.staff-list-position { color: #FFF; background: #e66e19; }
body.stylist #main .sect02 ul.wrapper_stylist li:hover a.txt p.staff-list-kana,
body.stylist #main .sect02 ul.wrapper_stylist li:hover a.txt h3 { color: #e66e19; }

@media only screen and (max-width: 767px) {

.staff-list h2 { font-size: 21px; }
ul.wrapper_stylist li {
    margin: 0 4% 30px 0;
    width: 48%;
    }

ul.wrapper_stylist li:nth-child(3n) { margin: 0 4% 30px 0; }
ul.wrapper_stylist li:nth-child(2n) { margin: 0 0 30px 0; }
body.stylist #main .sect02 ul.wrapper_stylist li a.txt p.staff-list-position { font-size: 10px; }
body.stylist #main .sect02 ul.wrapper_stylist li a.txt h3 {
    font-size: 16px;
    line-height: 21px;
    }

}

/*=================================================
	staff
=================================================*/

body.stylist #main .stylistBox .visualInfo { width: 35%; }
body.stylist #main .stylistBox .visualInfo .photo img { width: 100%; }
body.stylist #main .stylistBox .txtInfo {
    width: 65%;
    margin-left: 5%;
    }

body.stylist #main .stylistBox .txtInfo h2 {
    margin: 0 auto 6px;
    font-size: 21px;
    }

body.stylist #main .stylistBox .txtInfo h2 span {
    margin-left: 12px;
    font-size: 14px;
    color: #999;
    }

body.stylist #main .stylistBox .txtInfo p.job {
    display: inline-block;
    color: #FFF;
    background: #222;
    font-size: 12px;
    line-height: 21px;
    padding: 0 9px;
    border-radius: 3px;
    transition: .3s;
    }

body.stylist #main .stylistBox .txtInfo ul.sns {
    margin: 0 0 18px auto;
    text-align: right;
    }

body.stylist #main .stylistBox .txtInfo ul.sns li {
    width: 24px;
    display: inline-block;
    margin-left: 3px;
    transition: .3s;
    }

body.stylist #main .stylistBox .txtInfo ul.sns li:hover {opacity: .50;}
body.stylist #main .stylistBox .txtInfo p.catch02 {
    padding: 0 0 6px;
    margin: 0 0 12px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: solid 1px #222;
    }

body.stylist #main .stylistBox .txtInfo p.comment {
    display: block;
    background: #f6f6f6;
    padding: 12px;
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 6px;
    box-sizing: border-box;
    }

body.stylist #main .stylistBox .txtInfo .career dl,
body.style #main .styleBox .txtInfo .box dl {
    display: flex;
    margin: 0 0 12px;
    width: 100%;
    background: none;
    }

body.stylist #main .stylistBox .txtInfo .career dl dt {
    float: none;
    width: 35%;
    padding: 0 0 0 9px;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    border-left: solid 5px #e66e19;
    box-sizing: border-box;
    }

body.stylist #main .stylistBox .txtInfo .career dl dd,
body.style #main .styleBox .txtInfo .box dl dd {
    width: 70%;
    padding: 0 0 0 3%;
    margin-left: 0;
    font-size: 14px;
    line-height: 21px;
    box-sizing: border-box;
    border-left: dotted 2px #CCC;
    }


/* stylist blog */
body.stylist #main .stylistBox .txtInfo .blogArea .titleArea,
body.stylist #main .sect02 .titleArea {
    position: relative;
    margin: 0 auto 18px;
    padding: 0;
    border-bottom: 1px solid #222;
    }

body.stylist #main .stylistBox .txtInfo .blogArea .titleArea h3,
body.stylist #main .sect02 .titleArea h3 {
    float: none;
    margin: 0;
    padding: 0 0 6px;
    color: #222;
    font-weight: bold;
    }

body.stylist #main .stylistBox .txtInfo .blogArea .titleArea h3 span.en,
body.stylist #main .sect02 .titleArea h3 span.en {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #777E41;
    }

body.stylist #main .stylistBox .txtInfo .blogArea .titleArea a,
body.stylist #main .sect02 .titleArea a {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif; 
    font-size: 12px;
    line-height: 24px;
    color: #FFF;
    text-decoration: none;
    }

body.stylist #main .stylistBox .txtInfo .blogArea .titleArea a span,
body.stylist #main .sect02 .titleArea a span {
    padding-right: unset;
    padding: 0 .5em;
    background: unset;
    }

body.stylist #main .stylistBox .txtInfo .blogArea .titleArea a:hover span,
body.stylist #main .sect02 .titleArea a:hover span { padding: 0 1em 0 0; }

ul.staff-blog {
    display: block;
    width: 100%;
    }

ul.staff-blog li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 12px;
    }

ul.staff-blog li .staff-blog-left a img { transition: .3s;}
ul.staff-blog li:hover .staff-blog-left a img { opacity: .75; }

.staff-blog-left { width: 30%; }
.staff-blog-left a {
    display: block;
    background: #e66e19;
    }

.staff-blog-right {
    width: 65%;
    margin-left: 5%;
    }

.staff-blog-cat a {
    display: inline-block;
    color: #FFF;
    background: #777E41;
    padding: 0px 9px;
    font-size: 10px;
    line-height: 18px;
    border-radius: 3px;
    transition: .3s;
    }

.staff-blog-cat a:hover {
    color: #FFF;
    background: #e66e19;
    }

.staff-blog-data {
    display: block;
    margin: 6px auto;
    }

ul.staff-blog li ul.staff-blog-data li {
    position: relative;
    display: inline-block;
    margin: 0 9px 0 0;
    }

ul.staff-blog li ul.staff-blog-data li::after {
    position: relative;
    content: "/";
    font-size: 14px;
    right: -5px;
    transition: .3s;
    }

ul.staff-blog li ul.staff-blog-data li:last-child::after { display: none; }
ul.staff-blog li ul.staff-blog-data li a {
    font-size: 12px;
    line-height: 18px;
    color: #222;
    transition: .3s;
    }

.staff-blog-title a {
    color: #222;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    transition: .3s;
    }

ul.staff-blog li:hover ul.staff-blog-data li::after,
ul.staff-blog li:hover .staff-blog-right .staff-blog-title a,
ul.staff-blog li:hover ul.staff-blog-data li a { color: #e66e19; }

/* stylist style */
body.stylist #main .sect02 ul.wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 30px;
    width: 100%;
    }

body.stylist #main .sect02 ul.wrapper li {
    float: none;
    margin: 0 2.66% 24px 0;
    width: 23%;
    }

body.stylist #main .sect02 ul.wrapper li:nth-child(4n) { margin: 0 0 24px 0; }
body.stylist #main .sect02 ul.wrapper li a.img {
    position: relative;
    display: block;
    margin: 0;
    }

body.stylist #main .sect02 ul.wrapper li a.img img {
    position: relative;
    z-index: 10;
    transition: .3s;
    }

body.stylist #main .sect02 ul.wrapper li:hover a.img img { opacity: .75; }
body.stylist #main .sect02 ul.wrapper li a.img::before {
    position: absolute;
    display: block;
    content: "";
    background: #e66e19;
    width: 100%;
    height: 100%;
    top: 9px;
    left: 9px;
    z-index: 5;
    transition: .3s;
    }

body.stylist #main .sect02 ul.wrapper li:hover a.img::before { top: 0; left: 0; }
body.stylist #main .sect02 ul.wrapper li .cat {
    position: relative;
    display: inline-block;
    z-index: 20;
    margin: 6px 0 0;
    padding: 6px 12px;
    font-size: 12px;
    background: #222;
    color: #FFF;
    border-radius: 3px;
    transition: .3s;
    }

body.stylist #main .sect02 ul.wrapper li:hover .cat {
    background: #e66e19;
    color: #FFF;
    }

body.stylist #main .sect02 ul.wrapper li .txt {
    position: relative;
    display: block;
    margin: 6px 0 0;
    z-index: 20;
    font-size: 14px;
    color: #222;
    transition: .3s;
    }

body.stylist #main .sect02 ul.wrapper li a.txt p {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    transition: .3s;
    }

body.stylist #main .sect02 ul.wrapper li:hover a.txt p { color: #e66e19; }

/* stylist photo */
body.stylist #main .stylistBox .visualInfo .photo { margin: 0 0 24px; }
body.stylist #main .stylistBox .visualInfo .calendar .calendarInner { border: 1px solid #222; }
body.stylist #main .stylistBox .visualInfo .calendar .calendarInner .month { background-color: #222; }
body.stylist #main .stylistBox .visualInfo .calendar .calendarInner .month span {
    font-size: 14px;
    letter-spacing: 1px;
    }

body.stylist #main .stylistBox .visualInfo .calendar-txt span { color: #ff8a8a; }
body.stylist #main .stylistBox .visualInfo .calendar-txt {
    margin-top: 6px;
    font-size: 14px;
    line-height: 21px;
    }

/* stylist & style coupon */
body.stylist .twoResultWrap,
body.style .twoResultWrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0 0 60px 0;
	font-size: 12px;
	border: solid 1px #222;
	box-sizing: border-box;
	}

body.stylist .twoResult-target,
body.stylist .twoResult-content,
body.style .twoResult-target,
body.style .twoResult-content {
	display: table-cell;
    vertical-align: middle;
	box-sizing: border-box;
	}

body.stylist .twoResult-target,
body.style .twoResult-target {
    background: #222;
    color: #FFF;
    text-align: center;
    width: 30px;
    padding: 0 6px;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
	}

body.stylist .twoResult-content,
body.style .twoResult-content {
	padding: 12px;
	overflow: hidden;
	}

body.stylist .twoResult-inBox ul,
body.style .twoResult-inBox ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	}

body.stylist .twoResult-inBox li,
body.style .twoResult-inBox li {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	}

body.stylist .twoResult-inBox li:first-child,
body.style .twoResult-inBox li:first-child { width: 25%; }
body.stylist .twoResult-inBox li:last-child,
body.style .twoResult-inBox li:last-child {
	width: 75%;
	padding-left: 2%;
	}

body.stylist .twoResult-inBox li h5,
body.style .twoResult-inBox li h5 {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    margin: 0 0 6px;
	}

body.stylist li .twoResult-category span,
body.style li .twoResult-category span {
    display: inline-block;
    text-align: center;
    background: #e66e19;
    color: #FFF;
    border: solid 1px #e66e19;
    padding: 2px 9px;
    font-size: 11px;
    margin-bottom: 6px;
    margin-right: 6px;
    border-radius: 3px;
	}

body.stylist li .twoResult-price,
body.style li .twoResult-price {
    text-align: right;
    margin: 12px 0;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #C75467;
	}

body.stylist li .twoResult-text,
body.style li .twoResult-text {
	font-size: 12px;
	line-height: 18px;
	}

body.stylist li .twoResult-reserve a,
body.style li .twoResult-reserve a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 9px 0;
    margin-top: 12px;
    border: none;
    color: #FFF;
    background: #777E41;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .4px;
    box-sizing: border-box;
    border-radius: 6px;
    z-index: 2;
    transition: .3s;
	}

body.stylist li .twoResult-reserve a:hover,
body.style li .twoResult-reserve a:hover {
	background: #e66e19;
	border-color: #e66e19;
	color: #FFF;
    }

body.stylist .two-rule,
body.style .two-rule {
	border-top: dotted 2px #666;
	margin-top: 12px;
	padding-top: 12px;
	}

body.stylist .two-rule p,
body.style .two-rule p {
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    margin-right: 12px;
	}

body.stylist .two-rule p span {font-weight: bold;}
body.style .two-rule p span {font-weight: bold;}

body.stylist #main .stylistBox .visualInfo .calendar .calendarInner table tr td {
    font-size: 12px;
    color: #999;
    }


@media only screen and (max-width: 1024px) {

body.stylist #main .stylistBox {
    display: flex;
    flex-direction: row-reverse;
    }

body.stylist #main .stylistBox .txtInfo ul.sns li { padding: 0; }
body.stylist #main .sect03 ul.wrapper li:nth-child(3n+2) { margin: 0 2.66% 24px 0; }
body.stylist #main .stylistBox .visualInfo .calendar .calendarInner table tr td {
    font-size: 12px;
    color: #999;
    }

}

@media only screen and (max-width: 767px) {

body.stylist #main .stylistBox { flex-direction: column-reverse; }
body.stylist #main .stylistBox .visualInfo {
    width: 100%;
    margin-bottom: 30px;
    }

body.stylist #main .stylistBox .txtInfo {
    width: 100%;
    margin-left: 0;
    }

body.stylist #main .stylistBox .txtInfo h2 { font-size: 18px; }
body.stylist #main .stylistBox .txtInfo h2 span { font-size: 12px; }
body.stylist #main .stylistBox .txtInfo .career dl { flex-direction: column; }
body.stylist #main .stylistBox .txtInfo .career dl dt {
    width: 100%;
    padding: 6px 0 6px 9px;
    margin: 0 0 12px;
    border-bottom: solid 1px #e66e19;
    }

body.stylist #main .stylistBox .txtInfo .career dl dd {
    width: 100%;
    border: none;
    }

body.stylist #main .sect02 ul.wrapper li {
    margin: 0 4% 24px 0;
    width: 48%;
    }

body.stylist #main .sect02 ul.wrapper li:nth-child(2n) { margin: 0 0 24px 0; }
body.stylist #main .sect02 ul.wrapper li a.img::before {
    top: 6px;
    left: 6px;
    }

body.stylist #main .sect02 ul.wrapper li .cat {
    font-size: 10px;
    line-height: 12px;
    }

body.stylist .twoResult-inBox li h5,
body.style .twoResult-inBox li h5 { font-size: 14px; }

body.stylist li .twoResult-reserve a,
body.style li .twoResult-reserve a { font-size: 12px;}

}

/*=================================================
	styles
=================================================*/

body.style #main .sect02 ul.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 60px;
    }

body.style #main .sect02 ul.wrapper li {
    display: block;
    vertical-align: top;
    margin: 0 2.66% 30px 0;
    width: 23%;
    height: auto;
    }

body.style #main .sect02 ul.wrapper li:nth-child(4n) { margin: 0 0 30px 0; }
body.style #main .sect02 ul.wrapper li a.img {
    position: relative;
    display: block;
    margin: 0;
    }

body.style #main .sect02 ul.wrapper li a.img::before {
    position: absolute;
    display: block;
    content: "";
    background: #e66e19;
    width: 100%;
    height: 100%;
    top: 12px;
    left: 12px;
    z-index: 5;
    transition: .3s;
    }

body.style #main .sect02 ul.wrapper li a.img img {
    position: relative;
    z-index: 10;
    transition: .3s;
    }

body.style #main .sect02 ul.wrapper li .cat {
    position: relative;
    display: inline-block;
    z-index: 20;
    margin: 6px 0 0;
    padding: 6px 12px;
    font-size: 12px;
    background: #222;
    color: #FFF;
    border-radius: 3px;
    transition: .3s;
    }

body.style #main .sect02 ul.wrapper li .txt {
    position: relative;
    display: block;
    margin: 6px 0 0;
    z-index: 20;
    font-size: 14px;
    color: #222;
    transition: .3s;
    }

body.style #main .sect02 ul.wrapper li a.txt p {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    transition: .3s;
    }

body.style #main .sect02 ul.wrapper li:hover a.img::before {
    top: 0;
    left: 0;
    }

body.style #main .sect02 ul.wrapper li:hover a.img img { opacity: .75; }
body.style #main .sect02 ul.wrapper li:hover .cat {
    background: #e66e19;
    color: #FFF;
    }

body.style #main .sect02 ul.wrapper li:hover a.txt p { color: #e66e19; }

@media only screen and (max-width: 1024px) {

body.style #main .sect02 ul.wrapper li:nth-child(3n+2) { margin: 0 2.66% 30px 0; }
body.style #main .sect02 ul.wrapper li:nth-child(4n) { margin: 0 0 30px 0; }
body.style #main .sect02 ul.wrapper li a.img::before { top: 9px; left: 9px; }

}

@media only screen and (max-width: 767px) {

body.style #main .sect02 ul.wrapper li {
    margin: 0 4% 24px 0;
    width: 48%;
    }

body.style #main .sect02 ul.wrapper li:nth-child(3n+2) { margin: 0 2.66% 24px 0; }
body.style #main .sect02 ul.wrapper li:nth-child(2n) { margin: 0 0 24px 0; }
body.style #main .sect02 ul.wrapper li .cat { font-size: 10px; }

}

/*=================================================
	style
=================================================*/

body.style #main .styleBox {
    margin: 0 auto 60px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    }

body.style #main .styleBox .txtInfo {
    float: none;
    width: 65%;
    margin-left: 5%;
    }

body.style #main .styleBox .visualInfo { width: 35%; }
body.style #main .styleBox .visualInfo .photo {
    margin: 0 0 18px;
    width: 100%;
    height: auto;
    overflow: hidden;
    }

body.style #main .styleBox .txtInfo h2 {
    margin: 0 auto 12px;
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
    }

body.style #main .styleBox .txtInfo .box { margin: 0 auto 30px; }
.style-arrange-point {
    font-size: 14px;
    margin-top: 30px;
    }

body.style #main .styleBox .txtInfo .box p.styleTitle,
.style-arrenge-point-title,
body.style #main .commentArea .txt h4 {
    padding: 0 0 6px;
    margin: 0 0 12px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: solid 1px #222;
    }

.style-arrenge-point-text,
body.style #main .commentArea .txt p {
    display: block;
    background: #f6f6f6;
    padding: 12px;
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 6px;
    box-sizing: border-box;
    }

body.style #main .styleBox .txtInfo .box dl dt {
    float: none;
    width: 35%;
    padding: 0 0 0 9px;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    border-left: solid 5px #e66e19;
    box-sizing: border-box;
    }

body.style #main .styleBox .txtInfo .box ul {
    display: flex;
    justify-content: space-between;
    }

body.style #main .styleBox .txtInfo .box ul li {
    color: #FFF;
    width: 29%;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    border-radius: 6px;
    }

.typeOff { background-color: #CCC; }
.typeOn { background-color: #e66e19; }

body.style #main .styleBox .txtInfo .box-mask ul li {
    width: 19%;
    padding: 6px 0 3px;
    }

.hairMenu {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .4px;
    }

body.style #main .commentArea {
    margin-bottom: 60px;
    padding: 18px;
    background-color: #FFF;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: solid 1px #222;
    box-sizing: border-box;
    }

body.style #main .commentArea .img {
    width: 15%;
    text-align: center;
    }

body.style #main .commentArea .txt {
    width: 82%;
    margin-left: 3%;
    }

body.style #main .commentArea .img .comment-img {
    display: block;
    background: #e66e19;
    }

body.style #main .commentArea .img a {
    color: #222;
    font-size: 14px;
    }

body.style #main .commentArea .img a:hover {
    color: #222;
    font-size: 14px;
    }

body.style #main .commentArea .img img {
    margin: 0;
    transition: .3s;
    }

body.style #main .commentArea .img a:hover img { opacity: .75; }
body.style #main .commentArea .img .comment-name {
    margin: 12px 0 0;
    padding: 6px 0;
    background: #222;
    color: #FFF;
    font-size: 12px;
    border-radius: 6px;
    transition: .3s;
    }

body.style #main .commentArea .img a:hover .comment-name {
    background: #e66e19;
    color:#FFF;
    }

body.style #main .sect02 .titleArea {
    position: relative;
    margin: 0 auto 18px;
    padding: 0;
    border-bottom: 1px solid #222;
    }

body.style #main .sect02 .titleArea h3 {
    float: none;
    margin: 0;
    padding: 0 0 6px;
    }

body.style #main .sect02 .titleArea h3 span.en {    
    color: #777E41;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    }

body.style #main .sect02 .titleArea a {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #FFF;
    text-decoration: none;
    }

body.style #main .sect02 .titleArea a span {
    padding-right: unset;
    padding: 0 .5em;
    background: unset;
    }

body.style #main .sect02 .titleArea a:hover span { padding: 0 1em 0 0; }

@media only screen and (max-width: 1024px) {

body.style #main .styleBox { margin: 0 auto; }
body.style #main .sect02 .titleArea h3 .en {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0;
    }

body.style #main .commentArea .img a {
    padding: 0;
    margin: 0;
    }

body.style #main .commentArea .img img {
    float: none;
    width: 100%;
    }

.style-arrenge-point-text,
body.style #main .commentArea .txt p { margin: 0; }
body.style #main .sect02 ul.wrapper { margin: 0 0 30px; }

}

@media only screen and (max-width: 767px) {

body.style #main .styleBox { flex-direction: column-reverse; }
body.style #main .styleBox .visualInfo {
    width: 100%;
    margin: 0 0 30px;
    }

body.style #main .styleBox .txtInfo {
    width: 100%;
    margin-left: 0;
    }

body.style #main .styleBox .txtInfo h2 {
    font-size: 18px;
    margin: 0 auto 6px;
    }

body.style #main .styleBox .txtInfo ul.sns { margin: 0 0 18px; }
body.style #main .styleBox .txtInfo .box ul li {
    width: 28%;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 3px;
    }

body.style #main .styleBox .txtInfo .box-mask ul li { width: 18.5%; }
body.style #main .commentArea .img { width: 30%; }
body.style #main .commentArea .txt { width: 67%; }

}

/*=================================================
	blogs
=================================================*/

ul.blog-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px;
    }

ul.blog-list li {
    display: block;
    width: 32%;
    margin: 0 2% 30px 0;
    }

ul.blog-list li:nth-child(3n) { margin: 0 0 30px 0; }
ul.blog-list .blog-cat {
    position: absolute;
    top: -42px;
    left: 9px;
    }

ul.blog-list .blog-cat a {
    display: inline-block;
    background: #222;
    color: #FFF;
    padding: 3px 9px;
    font-size: 10px;
    line-height: 15px;
    border-radius: 6px;
    transition: .3s;
    }

ul.blog-list .blog-txt { padding: 0 6px; }
ul.blog-list li ul.blog-data li .blog-date { transition: .3s;}
ul.blog-list li ul.blog-data li {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 12px 6px 0;
    font-size: 12px;
    }

ul.blog-list li ul.blog-data li:last-child::after { display: none; }
ul.blog-list li ul.blog-data li::after {
    position: absolute;
    content: "/";
    top: 0;
    right: -8px;
    transition: .3s;
    }

ul.blog-list li ul.blog-data li a {
    color: #222;
    transition: .3s;
    }

ul.blog-list li .blog-img a {
    display: block;
    background: #e66e19;
    }

ul.blog-list li .blog-img a img {
    display: block;
    transition: .3s;
    }

ul.blog-list li:hover .blog-img a img { opacity: .75; }

ul.blog-list li:hover .blog-txt h5,
ul.blog-list li:hover .blog-txt .blog-body,
ul.blog-list li:hover .blog-data li .blog-date,
ul.blog-list li:hover .blog-data li::after,
ul.blog-list li ul.blog-data li a:hover { color: #e66e19; }

ul.blog-list .blog-cat a:hover {
    color: #FFF;
    background: #e66e19;
    }

ul.blog-list li:hover .tags {
    color: #e66e19;
    border-color: #e66e19;
    }

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {

ul.blog-list li {
    display: block;
    width: 48%;
    margin: 0 4% 24px 0;
    }

ul.blog-list li:nth-child(3n) { margin: 0 4% 24px 0; }
ul.blog-list li:nth-child(2n) { margin: 0 0 24px 0; }

ul.blog-list .blog-cat {
    position: relative;
    top: 0;
    left: 0;
    }

ul.blog-list .blog-cat a {
    display: block;
    text-align: center;
    background: #222;
    color: #FFF;
    margin: 0 0 6px;
    padding: 0;
    font-size: 10px;
    line-height: 21px;
    border-radius: 6px;
    }

ul.blog-list .blog-txt { padding: 0; }
ul.blog-list li ul.blog-data li { margin: 0 12px 0 0; }

}

/*=================================================
	blog
=================================================*/

body.blog #main .sect { width: 100%; padding: 0; }
body.blog #main .sect .titleArea {
    margin: 0 auto 18px;
    border-bottom: 1px solid #222;
    }

body.blog #main .sect .titleArea h3 {
    float: none;
    margin: 0;
    padding: 0 0 12px;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    }

body.blog #main .sect .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    }

body.blog #main .sect .wrapper li:first-child {
    border: none;
    font-size: 14px;
    padding: 3px 0;
    margin-right: 12px;
    }

body.blog #main .sect .wrapper li {
    float: none;
    margin: 0 6px 6px 0;
    padding: 0;
    color: #222;
    font-size: 12px;
    background-color: #FFF;
    border: solid 1px #222;
    border-radius: 3px;
    transition: .3s;
    }

body.blog #main .sect .wrapper li a {
    display: block;
    color: #222;
    line-height: 21px;
    padding: 0 6px;
    }

body.blog #main .sect .wrapper li:nth-child(n+2):hover {
    background-color: #e66e19;
    border-color: #e66e19;
    }

body.blog #main .articleTxt { margin: 30px auto; }
body.blog #main .articleTxt p {
    line-height: 24px;
    font-size: 14px;
    }

body.blog #main .in-tags {
    margin: 12px 0 0;
    padding: 12px 0 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .4px;
    border-top: dotted 2px #CCC;
    transition: .3s;
    }

/*=================================================
	voice
=================================================*/

body.voice #main { margin-bottom: 60px; }
body.voice #main .voiceBox {
    width: 100%;
    padding: 24px;
    margin-bottom: 24px;
    box-sizing: border-box;
    border: solid 1px #CCC;
    }

body.voice #main .voiceBox .voiceInner {
    position: relative;
    margin: 0 0 24px;
    padding: 24px;
    background: #f6f6f6;
    border-radius: 12px;
    }

body.voice #main .voiceBox .voiceInner p.pickupWord {
    position: absolute;
    top: -9px;
    left: -9px;
    display: inline-block;
    color: #FFF;
    background: #F00;
    padding: 3px 18px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 30px;
    }

body.voice #main .voiceBox .voiceInner dl dd {
    position: relative;
    margin: 0 0 0 18px;
    padding: 0;
    }

body.voice #main .voiceBox .voiceInner dl dd:before { left: -11px; }
body.voice #main .voiceBox .voiceInner p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    }

body.voice #main .voiceBox .review .reviewInner {
    margin: 12px auto 24px;
    border-right: solid 1px #CCC;
    box-sizing: border-box;
    }

body.voice #main .voiceBox .review,
body.voice #main .voiceBox .reply { margin: 0 auto; }

body.voice #main .voiceBox .review h3,
body.voice #main .voiceBox .reply h3 {
    font-size: 14px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: dotted 2px #222;
    }

body.voice #main .voiceBox .review dl {
    display: flex;
    width: 20%;
    justify-content: space-between;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: solid 1px #CCC;
    border-right: none;
    box-sizing: border-box;
    }

body.voice #main .voiceBox .review dl dt {
    text-align: center;
    margin: 0;
    padding: 12px 0;
    width: 70%;
    background: #f6f6f6;
    border-right: solid 1px #CCC;
    box-sizing: border-box;
    }

body.voice #main .voiceBox .review dl dt.totalPoint {
    color: #F00;
    background: #ffe4e1;
    }

body.voice #main .voiceBox .review dl dd {
    width: 30%;
    text-align: center;
    margin: 0;
    padding: 12px 0;
    color: #e66e19;
    }

body.voice #main .voiceBox .reply p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    }

/* Pick Up !! */

body.voice #main .voiceBox.pickUp .voiceInner {
    background-color: #fdf0c8;
    margin-top: 0;
    padding: 30px 24px 24px;
    border-radius: 12px;
    }

body.voice #main .voiceBox .voiceInner p.pickupWord {
    position: absolute;
    top: -9px;
    left: -9px;
    display: inline-block;
    color: #FFF;
    background: #F00;
    padding: 3px 18px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    border-radius: 30px;
    }

@media only screen and (max-width: 1024px) {

body.voice #main { margin-bottom: 60px !important; }

}

@media only screen and (max-width: 767px) {

body.voice #main .voiceBox { padding: 12px; }
body.voice #main .voiceBox .voiceInner {
    border-radius: 6px;
    padding: 12px;
    }

body.voice #main .voiceBox .voiceInner dl { flex-wrap: wrap; }
body.voice #main .voiceBox .voiceInner dl dt {
    margin-right: 0;
    margin-bottom: 6px;
    width: 100%;
    }

body.voice #main .voiceBox .voiceInner dl dd { margin: 0 18px 0 0; }
body.voice #main .voiceBox .voiceInner dl dd:before {
    left: initial;
    right: -12px;
    }

body.voice #main .voiceBox .voiceInner dl dd:last-child:before { content: ""; }
body.voice #main .voiceBox .review dl { width: 100%; }

/* Pick Up !! */
body.voice #main .voiceBox.pickUp .voiceInner {
    border-radius: 6px;
    padding: 30px 12px 12px;
    }

body.voice #main .voiceBox .voiceInner p.pickupWord {
    top: -6px;
    left: -6px;
    }

}

/*=================================================
	access
=================================================*/

body.access #main { margin: 0 auto 60px; }
body.access #main .shopdate {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 60px;
    }

body.access section .shopdate .titleArea {
    margin: 0 auto 18px;
    border-bottom: 1px solid;
    }

body.access #main .shopdate h3 {
    color: #777E41;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 24px;
    margin-bottom: 6px;
    }

body.access #main .shopdate h3 span.en {
    padding: 0;
    font-size: 24px;
    letter-spacing: 0.4px;
    }

body.access #main .shopdate p {
    font-size: 14px;
    line-height: 24px;
    overflow: unset;
    }

body.access #main .shopdate a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #222;
    font-size: 24px;
    line-height: 36px;
    text-decoration: underline;
    transition: .3s;
    }

body.access #main .shopdate a:hover {
    color: #e66e19;
    text-decoration: underline;
    }

ul.access-table {
    display: flex;
    flex-wrap: wrap;
    border-top: dotted 2px #CCC;
    padding: 24px 0 0;
    margin: 24px auto 0;
    }

ul.access-table li {
    display: flex;
    width: 50%;
    margin-bottom: 12px
    }

ul.access-table li:last-child { width: 100%; }
ul.access-table li .access-table-left { width: 120px; }
ul.access-table li .access-table-right { width: calc(100% - 120px); }
.access-table-left span {
    position: relative;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    border-left: solid 5px #e66e19;
    padding-left: 9px;
    box-sizing: border-box;
    }

.access-table-left span::after {
    position: absolute;
    content: ":";
    right: 6px;
    }

.ggmap {
    border: solid 1px #222;
    box-sizing: border-box;
    }

@media only screen and (max-width: 1024px) {

body.access #main section { margin: 0 auto; }

}

@media only screen and (max-width: 767px) {

body.access #main .shopdate { margin: 0 auto 30px; }
ul.access-table {
    padding: 12px 0 0;
    margin: 12px auto 0;
    }

ul.access-table li { width: 100%; }
ul.access-table li .access-table-left { width: 100px; }
ul.access-table li .access-table-right { width: calc(100% - 100px); }

}

/*=================================================
    contact
=================================================*/

/*- contact - input -*/

body.contact #main { margin: 0 auto 60px; }
body.contact #main .contactInner {
    margin: 0 auto 30px;
    max-width: 1024px;
    }
body.contact #main .input .contactInner dl {
    margin: 0 auto 12px;
    font-size: 14px;
    }

body.contact #main .input .contactInner dl dt {
    margin-bottom: 12px;
    font-weight: bold;
    }

body.contact #main .input .contactInner dl dt span {
    vertical-align: middle;
    font-size: 18px;
    line-height: 14px;
    color: #F00;
    margin-left: 3px;
    }

body.contact #main .input .contactInner dl dd input,
body.contact #main .input .contactInner dl dd textarea {
    padding: 12px;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    }

body.contact #main .input .contactInner dl dd input:focus,
body.contact #main .input .contactInner dl dd textarea:focus {
    border-color: #e66e19;
    outline: none;
    }

body.contact #main .input .btn { margin: 0 auto; }
body.contact #main .btn input {
    height: auto;
    padding: 0;
    font-family: "Noto Sans JP";
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 2px;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
    }

body.contact #main .input .btn input#btnConfirm {
    color: #fff;
    background-color: #222;
    }

body.contact #main .input .btn input#btnReset:focus,
body.contact #main .input .btn input#btnConfirm:focus { outline: none; }

body.contact #main .input .btn input#btnReset:hover,
body.contact #main .input .btn input#btnConfirm:hover {
    opacity: 1;
    color: #FFF;
    background: #e66e19;
    }

/*- contact - check -*/

body.contact #main .confirm .contactInner dl {
    margin: 0 auto 12px;
    width: 100%;
    display: block;
    font-size: 14px;
    }

body.contact #main .confirm .contactInner dl dt {
    width: auto;
    font-weight: bold;
    margin-bottom: 12px;
    }

body.contact #main .confirm .contactInner dl dt span {
    vertical-align: middle;
    font-size: 18px;
    line-height: 14px;
    color: #F00;
    margin-left: 3px;
    }

body.contact #main .confirm .contactInner dl dd {
    width: 100%;
    margin: 0;
    padding: 12px;
    line-height: 18px;
    border: solid 1px #e1e1e1;
    background: #f6f6f6;
    border-radius: 6px;
    box-sizing: border-box;
    }

body.contact #main p.message {
    display: block;
    margin: 0 auto 36px;
    padding: 3px 0 3px 12px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    border-left: solid 3px #222;
    box-sizing: border-box;
    }

body.contact #main p.error {
    display: block;
    margin: 0 auto 36px;
    padding: 3px 0 3px 12px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #F00;
    border-left: solid 3px #F00;
    box-sizing: border-box;
    }

body.contact #main .confirm .btn {
    display: flex;
    justify-content: space-between;
    width: 630px;
    margin: 0 auto;
    }

body.contact #main .confirm .btn input#btnSend {
    color: #fff;
    background-color: #222;
    }

body.contact #main .confirm .btn input#btnBack:focus,
body.contact #main .confirm .btn input#btnSend:focus { outline: none; }

body.contact #main .confirm .btn input#btnBack:hover,
body.contact #main .confirm .btn input#btnSend:hover {
    opacity: 1;
    color: #FFF;
    background: #e66e19;
    }

/*- contact - send -*/

body.contact #main p.sendTxt {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 60px;
    }

body.contact #main .complete a.returnTop {
    margin: 0 auto;
    padding: 0;
    height: auto;
    font-size: 14px;
    line-height: 36px;
    background-color: #222;
    color: #FFF;
    font-weight: bold;
    border-radius: 6px;
    transition: .3s;
    }

body.contact #main .complete a.returnTop:focus { outline: none; }
body.contact #main .complete a.returnTop:hover { background: #e66e19; }

@media only screen and (max-width: 1024px) {

/*- contact - input -*/

body.contact #main { margin: 0 auto 60px !important; }

body.contact #main .contactInner,
body.contact #main .input .btn { width: 90%; }

body.contact #main .input .btn input#btnReset,
body.contact #main .input .btn input#btnConfirm {
    padding: 0;
    width: 48%;
    }

body.contact #main .input .contactInner dl dd input,
body.contact #main .input .contactInner dl dd textarea { font-size: 14px; }

/*- contact - check -*/

body.contact #main p.message { width: 90%; }
body.contact #main .confirm .btn { width: 90%; }
body.contact #main .confirm .btn input#btnBack,
body.contact #main .confirm .btn input#btnSend {
    padding: 0;
    width: 48%;
    }

/*- contact - send -*/

body.contact #main p.message,
body.contact #main p.error { margin: 0 auto 24px; }
body.contact #main p.sendTxt {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    }

}

@media only screen and (max-width: 767px) {

body.contact #main .contactInner,
body.contact #main .input .btn { width: 100%; }
body.contact #main p.message { width: 100%; }
body.contact #main p.sendTxt { width: 100%; }

}

/*=================================================
	privacy policy
=================================================*/

body.privacy #main section { margin: 0 auto 60px; }
body.privacy section .shopdate { margin-bottom: 60px; }
body.privacy section .shopdate .titleArea {
    margin: 0 auto 24px;
    border-bottom: 5px solid #222;
    }

body.privacy #main .shopdate h3 {
    color: #222;
    font-size: 18px;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    margin-bottom: 12px;
    }

body.privacy #main .shopdate ol li {
    list-style: decimal;
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 6px;
    }

/*=================================================
	sitemap
=================================================*/

body.sitemap #main section { margin: 0 auto 60px; }
body.sitemap #main .shopdate ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 60px;
    }

.main_page_link li,
.shop_page_link li {
    width: 22%;
    margin-left: 3%;
    color: #222;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
    font-weight: bold;
    padding: 0;
    border-bottom: none;
    list-style: disc;
    }

.main_page_link li::before {
    display: none;
    content: "";
    }

.main_page_link p,
.shop_page_link p {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 12px;
    margin: 0 0 30px;
    border-bottom: solid 5px #222;
    }

body.sitemap #main .shopdate ul a { transition: .3s; text-decoration: none; }
body.sitemap #main .shopdate ul a:hover { color: #e66e19; }

@media only screen and (max-width: 1024px) {

.main_page_link li, .shop_page_link li { width: 30%; }

}

@media only screen and (max-width: 767px) {

body.sitemap #main section { margin: 0 auto; }
body.sitemap #main .shopdate { margin: 0 auto 60px; }
.main_page_link li, .shop_page_link li { width: 100%; margin-left: 8%; }
.main_page_link p, .shop_page_link p { margin: 0 0 24px; }
body.sitemap #main .shopdate ul { margin: 0 auto; }

}


/*=================================================
	recruit
=================================================*/

body.concept #main,
body.company #main,
body.recruit #main {
    margin: 0 auto 60px;
    }

.recruitBox h2,
.companyBox h2 {
    padding: 0 0 12px;
    color: #222;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    border-bottom: solid 1px #222;
    }

body.concept section.sect p,
body.recruit section.sect p,
body.company section.sect p {
    font-size: 14px;
    line-height: 21px;
    }

table.recruit,
table.company {
    font-size: 14px;
    margin: 30px auto;
    width: 100%;
    }

table.recruit > tbody > tr > td,
table.company > tbody > tr > td {
    padding: 12px;
    }

table.recruit > tbody > tr > td:first-child,
table.company > tbody > tr > td:first-child {
    width: 20%;
    background: #222;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 6px 0 0 6px;
    }

table.recruit > tbody > tr > td:nth-child(2),
table.company > tbody > tr > td:nth-child(2) {
    width: 80%;
    background: #FFF;
    border: solid 1px #222;
    border-radius: 0 6px 6px 0;
    }

table.recruit > tbody > tr:not(:last-child) > td,
table.company > tbody > tr:not(:last-child) > td {
    line-height: 24px;
    font-size: 14px;
    }

@media only screen and (max-width: 767px) {


.recruitBox h2,
.companyBox h2 {
    font-size: 14px;
    line-height: 18px;
    }

table.company tr,
table.recruit tr { margin-bottom: 12px; }

table.company tbody,
table.recruit tbody,
table.company tr,
table.recruit tr,
table.company > tbody > tr:not(:last-child) > td,
table.recruit > tbody > tr:not(:last-child) > td,
table.company > tbody > tr > td:first-child,
table.recruit > tbody > tr > td:first-child,
table.company > tbody > tr > td:nth-child(2),
table.recruit > tbody > tr > td:nth-child(2) {
    display: block;
    width: 100%;
    box-sizing: border-box;
    }

table.recruit > tbody > tr > td:first-child,
table.company > tbody > tr > td:first-child {
    border-radius: 6px 6px 0 0;
    }

table.recruit > tbody > tr > td:nth-child(2),
table.company > tbody > tr > td:nth-child(2) {
    border-radius: 0 0 6px 6px;
    }

}

/*=================================================
	medias
=================================================*/

body.media #main .sect02 ul.wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 60px;
    }

body.media #main .sect02 ul.wrapper li {
    width: 24%;
    margin: 0 1.33% 30px 0;
    }

body.media #main .sect02 ul.wrapper li:nth-child(3n) { margin: 0 1.33% 30px 0; }
body.media #main .sect02 ul.wrapper li:nth-child(4n) { margin: 0 0 30px 0; }
body.media #main .sect02 ul.wrapper li a.img img { margin-bottom: 0; transition: .3s; }
body.media #main .sect02 ul.wrapper li a.txt p.media-date {
    color: #222;
    font-size: 12px;
    line-height: 18px;
    margin: 6px 0 0;
    transition: .3s;
    }

body.media #main .sect02 ul.wrapper li a.txt h3 {
    margin: 0 0 6px;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    transition: .3s;
    }

.media-right {
    background: #222;
    text-align: center;
    color: #FFF;
    display: block;
    font-size: 12px;
    line-height: 21px;
    border-radius: 6px;
    transition: .3s;
    }

body.media #main .sect02 ul.wrapper li .img {
    position: relative;
    display: block;
    background: #e66e19;
    }

body.media #main .sect02 ul.wrapper li:hover a.img img { opacity: .75; }
body.media #main .sect02 ul.wrapper li:hover a.txt .media-date,
body.media #main .sect02 ul.wrapper li:hover a.txt h3 { color: #e66e19; }
body.media #main .sect02 ul.wrapper li:hover .media-right {
    color: #222;
    background: #e66e19;
    }

@media only screen and (max-width: 1024px) {

body.media #main .sect02 ul.wrapper li:nth-child(2n) { margin: 0 1.33% 30px 0; }
body.media #main .sect02 ul.wrapper li:nth-child(4n) { margin: 0 0 30px 0; }

}

@media only screen and (max-width: 767px) {

body.media #main .sect02 ul.wrapper { margin: 0 auto 30px; }
body.media #main .sect02 ul.wrapper li {
    width: 48%;
    margin: 0 4% 30px 0;
    }

body.media #main .sect02 ul.wrapper li:nth-child(3n) { margin: 0 4% 30px 0; }
body.media #main .sect02 ul.wrapper li:nth-child(2n) { margin: 0 0 30px 0; }

}

/*=================================================
	faq
=================================================*/

body.faq #main .sect .titleArea {
    margin: 0 auto 18px;
    padding: 0 0 6px;
    border-bottom: 1px solid #222;
    }

body.faq #main .sect .titleArea h3 { margin: 0 ;}
body.faq #main .sect .titleArea h3 span.jp {
    font-size: 24px;
    font-weight: bold;
    }

div.accordion > ul > li > a {
    color: #222;
    background-color: #e66e19;
    }

div.accordion > ul > li > ul > li {
    color: #222;
    font-size: 14px;
    padding: 24px 12px;
    position: relative;
    line-height: 24px;
    }

@media only screen and (max-width: 1024px) {

body.faq #sub { margin: 0; }

}

@media only screen and (max-width: 767px) {

body.faq #main .sect .titleArea h3 span.jp { font-size: 21px; }

}

/*=================================================
	gallery
=================================================*/

body.gallery #main .sect02 a { margin: 0; }
body.gallery #main .sect02 a.gallery_cat {
    color: #222;
    background: #FFF;
    padding: 3px 12px;
    font-size: 12px;
    margin-right: 6px;
    line-height: 24px;
    border: solid 1px #222;
    border-radius: 6px;
    box-sizing: border-box;
    transition: .3s;
    }

body.gallery #main .sect02 a.gallery_cat:hover {
    color: #FFF;
    background: #222;
    }

body.gallery #main .sect02 ul.wrapper {
    display: flex;
    justify-content: flex-start;
    }

body.gallery #main .sect02 ul.wrapper li {
    width: 32%;
    margin: 0 2% 30px 0;
    }

body.gallery #main .sect02 ul.wrapper li span {
    position: relative;
    display: block;
    background: #e66e19;
    }

body.gallery #main .sect02 ul.wrapper li span img { transition: .3s; }
.lightbox-title {
    margin-top: 6px;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    transition: .3s;
    }

body.gallery #main .sect02 ul.wrapper li:nth-child(4n) { margin: 0 2% 30px 0; }
body.gallery #main .sect02 ul.wrapper li:nth-child(3n) { margin: 0 0 30px 0; }
body.gallery #main .sect02 ul.wrapper li:hover span img { opacity: .75; }
body.gallery #main .sect02 ul.wrapper li:hover .lightbox-title { color: #e66e19; }

@media only screen and (max-width: 1024px) {

body.gallery #main .sect02 ul.wrapper li {
    width: 32%!important;
    text-align: left;
    }

body.gallery #main .sect02 ul.wrapper li:nth-child(4n) { margin: 0 2% 30px 0 !important; }
body.gallery #main .sect02 ul.wrapper li:nth-child(3n) { margin: 0 0 30px 0 !important; }

}

@media only screen and (max-width: 767px) {

body.gallery #main .sect02 ul.wrapper { margin: 30px 0;}
body.gallery #main .sect02 ul.wrapper li {
    width: 49%!important; 
    margin: 0 2% 24px 0!important;
    }

body.gallery #main .sect02 ul.wrapper li:nth-child(3n) { margin: 0 2% 24px 0 !important; }
body.gallery #main .sect02 ul.wrapper li:nth-child(2n) { margin: 0 0 24px 0 !important; }

}



























/*=================================================
    20200512 吉岡　ロゴ調整
=================================================*/
.logoArea{
	width: 190px;
}
@media only screen and (max-width: 1024px){
	.logoArea {width: 130px;}
}
@media only screen and (max-width: 767px){
	.logoArea {width: 95px;}
}
