@charset "UTF-8";
/*====================================================================

  リセット

====================================================================*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup,menu, nav, section, summary,time, mark, audio, video {
    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content:'';content:none;
}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {line-height: 150%;}
body {line-height:150%;}
img {vertical-align: bottom;max-width: 100%;height: auto;display: block;margin: 0 auto;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
caption, th, td {font-weight: normal;}
strong {font-weight:normal;}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*====================================================================

  設定

====================================================================*/
html,body {
	color:#1d2538;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	background: #FFFFFF;
}

a:link {color:#2252a0; text-decoration:none;}
a:visited {color:#2252a0; text-decoration:none;}
a:hover {color:#206acf; text-decoration:none;}

a:hover img {
	opacity: 0.8 ;
	filter: alpha(opacity=80) ;	
	-ms-filter: "alpha(opacity=80)";
	}
a img {
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
a {-webkit-transition: 0.4s ;transition: 0.4s ;}
p {line-height:180%;}
i {	padding: 0 0.5rem;}

.f_l {float:left;}
.f_r {float:right;}
.clear {clear:both}
.clear_fix:before, .clear_fix:after {content: " ";display: table;}
.clear_fix:after {clear: both;}
.clear_fix {*zoom: 1;}

/* ==================================================================================================================

 共通CSS

================================================================================================================== */
html {font-size: 62.5%;}
body {font-size:1.4rem;}

/*-------------------------------------------
/* BINDのためのリセット
-----------------------------------------*/
table, tr, tbody, tr, th, td {vertical-align: top;}
th {text-align: center;}
.c-list_news {
    margin-bottom: 0;
    border-top: none;
}
.c-list_news>tbody>tr>th {
    font-weight: 400;
}
.c-list_news th, .c-list_news td {
    border-bottom: none;
    padding: 0;
}
.c-img {display:block;}
.c-list_news .c-affix {padding-left: 0;}
.c-lead {font-size: 1.4rem}
/*.c-no_adjust {
max-width: 100%;
}*/
a:hover {
	opacity: 1.0 ;
	filter: alpha(opacity=100) ;	
	-ms-filter: "alpha(opacity=100)";
    
}@media only screen and (max-width:640px){
    a:hover {
        opacity: 1.0 ;
        filter: alpha(opacity=100) ;	
        -ms-filter: "alpha(opacity=100)";
    }
    .side_list table tr th,
    .side_list table tr td {
        display: table-cell;
    }
    #category_list_l table tr th,
    #category_list_l table tr td {
        display: table-cell;
    }
}
/*-------------------------------------------
 レイアウト
-------------------------------------------*/
.container {margin: 0 auto;}

main {
min-height: 80vh;
}

.flex_wrap {
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
/* 共通項目
-----------------------------------------*/
.bg_gy {background: #f3f6fb;}
hr {border-top: 1px solid #e5e7ea;}


/*タイトル*/
.tit01 {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
}
.tit01 p {
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0.3em;
}
.tit01 h2 {
    font-size: 1.2rem;
}
.tit01 img {
    display: inline;
    padding-right: 0.5em;
}
.tit02 {
    font-size: 2.2rem;
    border-bottom: 1px solid #e5e7ea;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
}
.tit03 {
    color: #4a5160;
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 1.5vh;
}
.tit04 {
    color: #4a5160;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.5vh;
}
.tit05 {
    font-size: 2.4rem;
    border-bottom: 1px solid #2252a0;
    border-left: 1em solid #2252a0;
    padding-left: 0.5em;
    margin-bottom: 1em;
    line-height: 130%;
}
.tit05 span {
    font-size: 1.1rem;
    margin-left: 1em;
    height: 1em;
    color: #4a5160;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .tit05 span {
        display: none;
    }
}
/*ボタン設定*/
.btn01 a {
    position: relative;
    font-size: 1.6rem;
    display: block;
    max-width: 270px;
    padding: 0.8em;
    background: #2252a0;
    color:#FFF;
    border: 2px solid #2252a0;
    text-align: center;
    margin: 1em auto 0 auto;
}
.btn01 a:hover {
    background: #206acf;
    color: #FFF;
    border: 2px solid #206acf;
}
.btn01 a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f105";
    position: absolute;
    right: 20px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.btn01 a:hover:after {
    position: absolute;
    transform: translate(10px,0);
}
.btn02 a {
    position: relative;
    font-size: 1.6rem;
    display: block;
    max-width: 270px;
    padding: 0.8em;
    background: #FFF;
    color:#2252a0;
    border: 2px solid #2252a0;
    text-align: center;
    margin: 1em auto 0 auto;
}
.btn02 a:hover {
    color: #206acf;
    border: 2px solid #206acf;
}
.btn02 a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f104";
    position: absolute;
    left: 20px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.btn02 a:hover:after {
    position: absolute;
    transform: translate(-10px,0);
}
.btn03 a {
    font-size: 1.6rem;
    display: block;
    max-width: 270px;
    padding: 0.8em;
    background: #FFF;
    color:#2252a0;
    border: 2px solid #2252a0;
    text-align: center;
    margin: 1em auto 0 auto;
}
.btn03 a:hover {
    color: #206acf;
    border: 2px solid #206acf;
}

/*テーブル設定*/
.tbl01 {
    width: 100%;
    border-top: 1px solid #b6b6b7;
    max-width: 900px;
    margin: 1em auto;
}
.tbl01 table {
    width: 100%;
}
.tbl01 tr th {
    width: 25%;
    padding: 0.8em;
    border-bottom: 1px solid #b6b6b7;
    background: #f3f6fb;
    font-weight: 700;
}
.tbl01 tr td{
    width: 75%;
    padding: 0.8em;
    border-bottom: 1px solid #b6b6b7;
}


/* ヘッダー
-----------------------------------------*/
header {
	background-color: rgba(255,255,255,1.0);
    width: 100%;
    border-bottom: 1px solid #e5e7ea;
}
header .container {
    position: relative;
}
header #dis_tit {
    font-size: 1.1rem;
    margin-bottom: -20px;
}
header #header_top {
    height: 60px;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    position: relative;
}
header .logo {
    text-align: center;
}
header .logo img {
    width: 105px;
}
header #header_top_l {
    position: absolute;
    left: 0;
    top: 25px;
}
header #header_top_r {
    position: absolute;
    right: 0;
    display: table;
}
header #header_top_r a {
    display: table-cell;
}
header #header_top_r a img {
    margin-left: 3px;
}
header #header_menu {}
@media screen and (max-width: 1000px) {
    header {
        height: 50px;
        position: fixed;
        top: 0;
        z-index: 999;
        background: #FFF;
    }
    header #header_top {
        height: 50px;
    }
    header .container {width: 100%; padding: 0; height: 50px;}
    
    header .logo img {
            width: 80px;
    }
    header #header_menu {
        position: fixed;
        top: 50px;
        left: 0px;
        z-index: 999;
        width: 100%;
    }
    header #header_top_r,
    header #header_top_l{
        display: none;
    }
    header #dis_tit {
        display: none;
    }
    header #header_sp {
        position: absolute;
        top: 0;
        left: 0;
    }
    header #header_sp a {
        display: table-cell;
    }
}

/* ナビゲーション
-----------------------------------------*/
.Nav {
    width: 100%;
}
.Nav .navbtn {
    display: none;
}
.Nav ul.close {
    display: none;
}
.Nav > ul {
    font-weight: bolder;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    position: relative;
}
.Nav > ul > li {
    display:inline-block;
    vertical-align:middle;
    -webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);
    box-shadow:0 0 1px transparent;
    width: 10%;
}
.Nav > ul .zone {
     width: 16%;
}
.Nav > ul .shop {
     width: 28%;
}
.Nav > ul .topics {
     width: 13%;
}
.Nav > ul .partner {
     width: 23%;
}
.Nav > ul > li a {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    text-align: center;
    position: relative;
    text-decoration: none;
    width: 100%;
    height: 40px;
    padding: 0 0.2vw;
    color: #1d2538;
    z-index: 2;
    font-size: 1.4rem;
    line-height: 120%;
}
.Nav > ul > li a:before {
  content: '';
  position: absolute;
  top: 20%;
  left: 0px;
  display: inline-block;
  width: 1px;
  height: 60%;
  background-color: #e5e7ea;
}

.Nav > ul:after {
  content: '';
  position: absolute;
  top: 20%;
  right: 0px!important;
  display: inline-block;
  width: 1px;
  height: 60%;
  background-color: #e5e7ea;
}
.Nav > ul > li:before {
    content:"";
    position:absolute;
    z-index:-1;
    left:50%;
    right:50%;
    bottom:0;
    background:#2252a0;
    height:5px;
    -webkit-transition-property:left,right;
    transition-property:left,right;
    -webkit-transition-duration:.3s;
    transition-duration:.3s;
    -webkit-transition-timing-function:ease-out;
    transition-timing-function:ease-out
}
.Nav > ul > li:active:before,
.Nav > ul > li:focus:before,
.Nav > ul > li:hover:before {
    left:0;
    right:0;
}
.Nav > ul > li.parent > a {}
.Nav > ul > li.parent > a:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 10px;
    right: 50%;
    width: 6px;
    height: 6px;
    margin:  0 0 0;
    border-top: solid 2px #999;
    border-right: solid 2px #999;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.Nav > ul > li.parent > a:hover::before {
    border-top: solid 2px #a08023;
    border-right: solid 2px #a08023;
}
.Nav > ul > li a:hover {
  color: #191723;
}
.Nav > ul > li a:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.Nav > ul > li a,
.Nav > ul > li a:after {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.Nav > ul > li a:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Nav > ul > li a:hover:after {}
/* 2階層 */
.Nav > ul > li > ul {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 79, 165, 0.9);
  z-index: 9;
}
.Nav > ul > li > ul li {
  text-align: left;
  border-bottom: 1px dotted #003b7c;
  height: 50px;
} 
.Nav > ul > li > ul li a {
  position: relative;
  color: #FFF;
  height: 50px;
}
.Nav > ul > li > ul li a:hover {
    background: #003b7c;
    color: #FFF;

}
.Nav > ul > li > ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Nav > ul > li > ul li a:hover {}
.Nav > ul > li > ul li ul li a {
  padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}
nav .nav_contact a:link {
background: #1c1c44; color: #FFF; min-width: 130px;
}
nav .nav_contact a:hover {
color: #FFF!important; background: #a08023!important;
}
nav .nav_contact a:visited {
color: #FFF;background: #1c1c44;
}
@media screen and (max-width: 1000px) {
    .Nav {
        position: relative;
        }
    .Nav > ul > li:before {display: none;}
    .Nav .navbtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: -50px;
        right: 0px;
        background: #2252a0;
        color: #FFF;
        font-size: 1.3rem;
        padding: 5px 10px 5px 5px;
    }
    .Nav .navbtn a,
    .Nav .navbtn a.close {
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
    }
    .Nav .navbtn a::before,
    .Nav .navbtn a.close::before {
        position: absolute;
        top:10px;
        left:10px;
        content:"";
        width: 20px;
        height: 2px;
        background-color: #FFF;
        transition: .2s;
    }
    .Nav .navbtn a.open::before {
        top:19px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .Nav .navbtn a::after,
    .Nav .navbtn a.close::after {
        position: absolute;
        bottom:10px;
        left:10px;
        content:"";
        width: 20px;
        height: 2px;
        background-color: #FFF;
        transition: .2s;
    }
    .Nav .navbtn a.open::after {
        bottom:19px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .Nav .navbtn a.open {
    }
    .Nav .navbtn a span {
        display: block;
        overflow: hidden;
        width: 1px;
        height: 1px;
    }
    .Nav .navbtn a span::after,
    .Nav .navbtn a.close span::after {
        position: absolute;
        top:19px;
        left:10px;
        content:"";
        width: 20px;
        height: 2px;
        background-color: #FFF;
    }
    .Nav .navbtn a.open span::after {
        display: none;
    }
    .Nav > ul {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
        background-color: rgba(0,0,0,0.7);
        height: calc(100vh);
    }
    .Nav > ul > li {
        text-align: left;
        width: 100%;
        float: none;
        display: block;
        border-bottom: solid 1px #F2F2F2;
        background: #FFF;
    }
    .Nav > ul > li a {
    height: 10vh;
    max-height: 60px;
	font-size: 1.5rem;
    }
    .Nav > ul > li.parent.open > a::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .Nav > ul > li.parent.open {
        border-bottom: none;
    }
    .Nav > ul > li.parent.open > a {
        color: #FFF;
    }
    .Nav > ul > li > ul {
        position: static;
    }
    .Nav > ul > li a:before,
    .Nav > ul:after {
        display: none;
    }    
     .Nav > ul .shop,
	 .Nav > ul .zone,
	 .Nav > ul .partner,
	 .Nav > ul .topics {
         width: 100%;
    }      
    
}




@media screen and (max-width: 1000px) {
    main {margin-top: 50px;}
        #dis_tit_sp {
        background: #FFF;
        padding: 3px 8px;
        border-bottom: 1px solid #e5e7ea;
    }
}

/* メイン画像
-----------------------------------------*/
#top_img_wrap {
    background: #BFDEFF;    
}
#top_img_wrap:after{
	content: "";
	display: block;
	height: 10px;
	background: -moz-linear-gradient(to right,#CCC,#F2F2F2 50%,#CCC); 
	background: -webkit-linear-gradient(to right,#CCC,#F2F2F2 50%,#CCC); 
	background: linear-gradient(to right,#CCC,#F2F2F2 50%,#CCC); 
}
#top_img {
    max-width: 1400px;
    margin: 0 auto;
    background: url("../img/bg_top_img2.jpg") top center;
    background-size: cover;
}
#top_submenu {
  /*background: -moz-linear-gradient(top, #2252a0, #123c74);
  background: -webkit-linear-gradient(top, #2252a0, #123c74);
  background: linear-gradient(to bottom, #2252a0, #123c74);
  background: #2252a0;*/
  background: #FFF;
}
#top_submenu ul li {
    background: #FFF;
    float: left;
    width: 49%;
    list-style: none;
}
#top_submenu ul li:nth-child(1) {
     margin-right: 2%;
}
#top_submenu ul .shop {
     width: 100%;
     margin-top: 2%;
}
#top_submenu a {
    display: block;
}
#top_submenu a img {
    border: 1px solid #CCC;
}
#top_submenu .container {
    padding: 4vh 0;
}
@media screen and (max-width: 768px) {
    #top_submenu ul li {
        float: none;
        width: 100%;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    #top_submenu ul li:nth-child(1) {
         margin-right: auto;
         margin-bottom: 2%;
    }
}
/* 新着
-----------------------------------------*/
#top_news {
    background: url("../img/bg_wood2.jpg") center center;
	background-size: cover;
}
#top_news .container {
    padding: 5vh 0;
}
#top_news table {
    width: 100%;
    background: #FFF;
}
#top_news table tr {
    border-bottom: 1px solid #e5e7ea;
    position: relative;
    display: block;
    width: 100%;
}
#top_news table tr:first-child {
    border-top: 1px solid #e5e7ea;
}
#top_news table tr:before,
#top_news table tr:after {content: " ";display: table;}
#top_news table tr:after {clear: both;}

#top_news table tr th {
    float: left;
    width: 150px;
    text-align: center;
    font-size: 1.4rem;
    display: block;
    padding: 1.0em 0;
}
#top_news table tr td {
    float: left;
    width: calc(100% - 150px);
    display: block;
}
#top_news table tr td p {
    margin-bottom: 0;
    line-height: 150%;
}
#top_news table tr td a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.0em 2.0em 1.0em 0;
    font-size: 1.5rem;
    font-weight: 700;
}
#top_news table tr td:after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f054";
    position: absolute;
    right: 1.0em;
    top:50%;
    color: #b6b6b7;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
    #top_news table tr th {
        float: none;
        width: 100%;
        text-align: left;
        padding: 1.0em 2.0em 0 2.0em;
    }
    #top_news table tr td {
        float: none;
        width: 100%;
        padding: 0 0 0 2.0em;
    }
    #top_news table tr td a {
        padding-top: 0.5em;
    }   
}

/* SNS
-----------------------------------------*/
 #top_sns {}
#top_sns .container {
    padding: 5vh 0;
}
 #top_insta {
     width: 46%;
     margin: 0 1.5% 0 2.5%;
     float: left;
 }
 #top_fb {
     width: 46%;
     margin: 0 2.5% 0 1.5%;
     float: left;
     overflow: hidden;
}
@media screen and (max-width: 768px) {
     #top_insta {
         width: 100%;
         margin: 0;
         float: none;
     }
     #top_fb {
         width: 100%;
         margin: 2vh 0 0 0;
         float: none;
    }
}

/* 注意事項
-----------------------------------------*/
#top_notice {}

#top_notice .container {
    padding: 5vh 0;
}
.notice_box {
	border: 1px solid #C1BBBF;
	padding: 3%;
}
.notice_box p {
	font-size: 1.3rem;
	color: #6D636F;
}

/* サブページ
-----------------------------------------*/
#sub_img {
    text-align: center;
    height: 150px;
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid #e5e7ea;
}
.page_zone {background: url("../img/bg_zone.jpg") center center;background-size: cover;}
.page_catelog {background: url("../img/bg_catalog.jpg") center center;background-size: cover;}
.page_beautyinfo {background: url("../img/bg_beautyinfo.jpg") center center;background-size: cover;}
.page_temp {background: url("../img/bg_temp.jpg") center center;background-size: cover;}
.page_program {background: url("../img/bg_program.jpg") center center;background-size: cover;}
.page_partner {background: url("../img/bg_partner.jpg") center center;background-size: cover;}

#sub_img .shadow {
    background-color: rgba(3,3,3,0.6);
    width: 100%;
    height: 100%;
}
#sub_img_box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); 
    color: #FFF;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    letter-spacing: 0.2rem;
}
#sub_img_box h2 {
    font-size: 2.2rem;
}

#sub_img_box p {
    font-size: 1.4rem;
}

/*パンくずリスト*/
#breadcrumb {
    color: #1d2538;
}
#breadcrumb ul {
    font-size: 1.2rem;
    padding: 0.5em; 
    vertical-align: middle;
}
#breadcrumb ul li {
    display: inline-block;
}
#breadcrumb ul li:after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f105";
    color: #b6b6b7;
    padding: 0 0.7em;
}
#breadcrumb ul li:last-child:after {
    display: none;
}
#breadcrumb ul li a {
    color: #1d2538;
}
/* メインコンテンツ
-----------------------------------------*/
#main_content {
    margin-bottom: 3vh;
}
#main_content .container {
    padding: 5vh 0;
}
.ptb5vh {padding: 5vh 0;}

/* Zoneについて
-----------------------------------------*/
.zone_box1 {}
.zone_box2 {}

.zone_box1_r {
    width: 60%;
    margin-left: 5%;
}
.zone_box1 h2,
.zone_box2 h2,
.zone_box3 h2 {
    font-size: 2.6rem;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    display: inline-block;
    margin-bottom: 2.0em;
}
.zone_box1 h2:after,
.zone_box2 h2:after,
.zone_box3 h2:after {
    content: '';
    position: absolute;
    bottom: -1em;
    display: inline-block;
    width: 1em;
    height: 1px;
    left: 0;
    background-color: #1d2538;
}
.zone_box1_r p,
.zone_box2_l p,
.zone_box3 p {
    margin-bottom: 1.5em;
}
.zone_box1 .tit,
.zone_box2 .tit {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 2.5em;
}
.zone_box1_l {
    width: 35%;
}
.zone_box2_r {
    width: 35%;
}
.zone_box2_l {
    width: 60%;
    margin-right: 5%;
}
.zone_box3 {}

#bk12818383 {
	background: #f3f6fb;;
}
.patent {
	margin-top: 5vh;
}

.patent h3 {
	font-weight: bold;
	margin-bottom: 1em;	
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

.patent ul {
	margin-bottom: 1.5em;
}
.patent ul li {
	font-size: 1.4rem;
	list-style: none;
	margin-bottom: .5em;
	line-height: 150%;
}
.career_table {}
.career_table th {
	width: 13%;
	text-align: left;
	padding: 0.5em 0.8em;
}
.career_table td {
	width: 87%;
	padding: 0.5em 0.8em;
}
.career_table td b {
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
	.career_table th {
		width: 80px;
		min-width: 80px;
		text-align: right;
	}
	.career_table th {
		width: calc(100% - 80px);
	}
}
.zone_box3 .history {}
.zone_box3 .history ul {}
.zone_box3 .history li {
padding-left: 0.5em;
margin-left: 1.5em;
margin-bottom: 1em;
list-style: disc;
}

#drsears {
    background: #cddfeb;
    padding: 3%;
    margin-top: 3vh;
}
#drsears_box {
    max-width: 700px;
    background: #FFF;
    padding: 2%;
    margin: 0 auto;   
}
#drsears_box table {
    width: 100%;
}
#drsears_box table th {
    width: 150px;
}
#drsears_box table td {
    padding-left: 1em;
}
#drsears_box table td img {
    margin: 0 auto 1em 0;
}
#drsears_box table td h3 {
    margin-bottom: 0.5em;
}
#zone_submenu ul li {
    background: #FFF;
    float: left;
    width: 49%;
    list-style: none;
}
#zone_submenu ul li:nth-child(1) {
     margin-right: 2%;
}
#zone_submenu ul li:nth-child(3) {
     width: 100%;
     margin-top: 2%;
}
#zone_submenu a {
    display: block;
    border: 1px solid #CCC;
}
#zone_submenu .container {
    padding: 4vh 0;
}

@media screen and (max-width: 768px) {
    .zone_box1_r {
        width: 100%;
        margin: 1em 0 0 0;
    }
    .zone_box1 h2,
    .zone_box2 h2{
        font-size: 2.0rem;
    }
    .zone_box1_l {
        width: 100%;
    }
    .zone_box2_r {
        width: 100%;
    }
    .zone_box2_l {
        width: 100%;
        margin-right: 0;
    }
    #drsears_box table th {
        display: block;
        width: 100%;
    }
    #drsears_box table td {
        display: block;
        width: 100%;
        padding: 1em 0 0 0;
    }
    #zone_submenu ul li {
        width: 100%;
        float: none;
        max-width: 350px;
        margin: 0 auto;
    }
    #zone_submenu ul li:nth-child(1) {
         margin: 0 auto 2% auto;
    }
}

/* 商品カタログ
-----------------------------------------*/
.product_list {
    margin-top: 1em;
}
.product_box {
    border: 1px solid #e5e7ea;
    width: 31.3%;
    margin: 1%;
    padding: 2%;
}
.product_box h3 {
    font-size: 1.6rem;
    margin-bottom: 1em;
}
.product_box p {
    line-height: 150%;
}
@media screen and (max-width: 768px) {
    .product_box {
        width: 100%;
        margin:0 0 1% 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product_box h3 {
        font-size: 1.5rem;
        margin-bottom: 0.5em;
}
    .product_box p {
        font-size: 1.2rem;
}
    .product_box .product_box_img {
        width: 35%;
    }
    .product_box .product_box_p {
        width: 65%;
    }
    .product_box .btn01 {
        width: 100%;
    }
    .product_box .btn01 a{
        margin-top: 0.5em;
        font-size: 1.4rem;
    }
}

/* 商品カタログ 個別
-----------------------------------------*/
#product_single {}
#product_single_l {
    width: 33%;
    float: left;
}
.box_around {
}
.main_image_box {
    border: 1px solid #e5e7ea;
}
.detail {
    margin-top:0.5%;
}
.detail ul {
    display:inline-block;
    width:100%;
    padding:0;
    margin:0;
}
.detail ul li {
    display:inline-block;
    width:24%;
    margin: 0.5%;
    float:left;
}
.detail ul li img {
    border: 1px solid #e5e7ea;
}
#product_single_r {
    width: 65%;
    float: right;
	margin-bottom: 5vh;
}
#product_single_r p {
    margin: 1em auto 1.5em 1em;
}
#product_single_r h3 {
    font-size: 1.8rem;
    margin: 2em auto 0.5em auto;
    padding: 0.4em 0.8em;
    border-bottom: 1px dotted #736357;
  background:#f6f3ef;
}
/* 商品別　OmegaRx */
#product_single_r .ul01 {
    margin-top: 2em;
}
#product_single_r .ul01 li {
    margin-bottom: 2em;
    font-size: 1.5rem;
    margin-left: 1em;
    list-style: none;
}
#product_single_r .ul01 li span {
    font-size: 2.0rem;
    color: #206acf;
    display: block;
    font-weight: 700;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #206acf;
}
/*テーブル設定*/
#product_single_r .tbl02 {
    width: 100%;
    border-top: 1px solid #b6b6b7;
    max-width: 900px;
    margin: 1em auto;
    font-size: 1.2rem;
  line-height:130%;
}
#product_single_r .tbl02 tr th {
    width: 25%;
    padding: 0.6em;
    border-bottom: 1px solid #b6b6b7;
    border-left: 1px solid #b6b6b7;
  border-right: 1px solid #b6b6b7;
}
#product_single_r .tbl02 tr td{
    width: 75%;
    padding: 0.6em;
    border-bottom: 1px solid #b6b6b7;
    border-right: 1px solid #b6b6b7;
}

#cart_wrap {
    margin-top: 4vh;
}
#cart_back {
    width: 40%;
    float: left;
}
#cart_in {
    width: 58%;
    float: right;
}
#cart_in i {
    margin-right: 0.7em;
}
#cart_wrap .btn01 a {
    max-width: 100%;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    #product_single_l {
        width: 100%;
        float: none;
    }
    #product_single_r {
        width: 100%;
        float: none;
        margin-top: 4vh;
    }
    #cart_back {
        width: 100%;
        float: none;
    }
    #cart_in {
        width: 100%;
        float: none;
    }
    #cart_wrap .btn02 a {
        max-width: 100%;
    }
}

/* 美容情報
-----------------------------------------*/
#beautyinfo_l {
}
#beautyinfo_list {}

#beautyinfo_list .c-list-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#beautyinfo_list tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
#beautyinfo_list tr {
    width: 48%;
    margin: 1%;
    padding: 2%;
    background: #f3f6fb;
    display: block;
}
#beautyinfo_list th,
#beautyinfo_list td {
    display: block;
    width: 100%;
}
#beautyinfo_list .c-img {
    margin-bottom: 1em;
}
#beautyinfo_list p {
    font-size: 1.2rem;
    color: #4a5160;
}
#beautyinfo_list .c-blog-new {
    font-size: 1.2rem;
    background: #4a5160;
    color: #FFF;
    padding: 0 0.5em;
    border-radius: 2px;
    margin-right: 0.5em;
}

#beautyinfo_list h3 {
    font-size: 1.4rem;
    line-height: 150%;
    font-weight: 400;
}
#beautyinfo_list h3 a {
    margin: 0.2em 0 0.5em 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    display: block;
}
#beautyinfo_r {
    float: right;
    width: 25%;
}
.side_list {
    margin-bottom: 4vh;
}
.ranking .c-img {
    position: relative;
}
.ranking .c-img:before {
    position: absolute;
    background: #2252a0;
    color: #FFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: -3px;
    left: -10px;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
}
.ranking tr:nth-of-type(1) .c-img:before {content: "1";}
.ranking tr:nth-of-type(2) .c-img:before {content: "2";}
.ranking tr:nth-of-type(3) .c-img:before {content: "3";}
.ranking tr:nth-of-type(4) .c-img:before {content: "4";}
.ranking tr:nth-of-type(5) .c-img:before {content: "5";}

.side_list table tbody {
    vertical-align: middle;
    border-bottom: 1px solid #e5e7ea;
    border-top: 1px solid #e5e7ea;
}
.side_list table tr{
    border-bottom: 1px solid #e5e7ea;
    padding: 2% 0;
    display: block;
    vertical-align: middle;
}
.side_list table tr:last-of-type {
    border-bottom: none;
}
.side_list table tr th {
    width: 27%;
    vertical-align: middle;
}
.side_list table tr td {
    width: 71%;
    padding-left: 2%;
    vertical-align: middle;
}
.side_list table tr td h3 {
    font-size: 1.3rem;
    line-height: 130%;
    font-weight: 400;
}
.side_list table tr td h3 a {
    color: #1d2538;
}
@media screen and (max-width: 768px) {
    #beautyinfo_l {
        float: none;
        width: 100%;
        margin-bottom: 4vh;
    }
    #beautyinfo_r {
        float: none;
        width: 100%;
    }
    .side_list:last-of-type {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 420px) {
    #beautyinfo_list tr {
        width: 100%;
    }
}


/* 美容情報　個別ページ
-----------------------------------------*/
#beautyinfo_single_l {

}
#beautyinfo_single_l .blog_time {
    font-size: 1.2rem;
    color: #4a5160;
    margin-bottom: 1em;
}
#beautyinfo_single_l .c-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}
#beautyinfo_single_l .c-lead {
    line-height: 150%;
    margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
#beautyinfo_single_l  {
        float: none;
        width: 100%;
        margin-bottom: 4vh;
    }
}
/* 美容情報　カテゴリーページ
-----------------------------------------*/
#category_list_l {}

#category_list_l table tbody {
    vertical-align: middle;
    border-bottom: 1px solid #e5e7ea;
    border-top: 1px solid #e5e7ea;
}
#category_list_l table tr {
    border-bottom: 1px solid #e5e7ea;
    padding: 2% 0;
    display: block;
    vertical-align:  top;
}
#category_list_l table tr:last-of-type {
    border-bottom: none;
}
#category_list_l table tr th {
    width: 27%;
    vertical-align: top;
}
#category_list_l table tr td {
    width: 71%;
    padding-left: 2%;
    vertical-align: top;
}
#category_list_l table tr td p:first-of-type {
    font-size: 1.2rem;
    color: #998675;
    margin-bottom: 0.5em
}
#category_list_l table tr td h3 {
    font-size: 1.6rem;
    line-height: 130%;
}
#category_list_l table tr td .c-lead {
    font-size: 1.4rem;
    line-height: 130%;
    margin: 0.5em auto;
}
#category_list_l table tr td p:before, .clear_fix:after {content: " ";display: table;}
#category_list_l table tr td p:after {clear: both;}
#category_list_l table tr td p {*zoom: 1;}

#category_list_l table tr td p .c-blog-category {
    display: block;
    float: left;
    font-size: 1.2rem;
    padding: 0 0.5em;
    margin: 0 0.5em;
    border: 1px solid #2252a0;
}
@media screen and (max-width: 768px) {
    #category_list_l table tr td p:first-of-type {
        font-size: 1.1rem;
        margin-bottom: 0.25em;
    }
    #category_list_l table tr td h3 {
        font-size: 1.3rem;
    }
    #category_list_l table tr td .c-lead {
        font-size: 1.1rem;
        margin: 0.25em auto;
    }
    #category_list_l table tr td p .c-blog-category {
        font-size: 1.1rem;
        padding: 0 0.3em;
        line-height: 130%;
    }
}


/* 新着情報　個別ページ
-----------------------------------------*/
.news_single {
    margin-bottom: 3vh;
}
.news_single > p:first-child  {
    font-size: 1.2rem;
    color: #4a5160;
    margin-bottom: 1em;
}
.news_single .c-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.news_single .c-lead {
    line-height: 150%;
    margin-bottom: 1em;
}

/* 企業情報
-----------------------------------------*/
.map {
    max-width: 900px;
    margin: 0 auto;
}
.greetings {
    max-width: 900px;
    margin: 0 auto;
}

/* プライバシーポリシー
-----------------------------------------*/
#policy {
    max-width: 900px;
    margin: 0 auto;
}
#policy dl {
    margin-top: 5%;
}
#policy dl dt {
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 1px solid #e5e7ea;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
#policy dl dd {
    margin-bottom: 2.0em;
}

/* お問い合わせ
-----------------------------------------*/
#bk12034889 .column {
    max-width: 900px;
}

/* ゾーンパートナー様専用ページ
-----------------------------------------*/
.partner_r {
	float: right;
	width: 50%;
}
.partner_l {
	float: left;
	width: 50%;
}
@media screen and (max-width: 768px) {
	.partner_r {
		float: none;
		width: 100%;
	}
	.partner_l {
		float: none;
		width: 100%;
	}
}

/* レイアウト2　の場合
-----------------------------------------*/


#l-2 #a-site_contents {
    max-width: 1000px;
    margin: 0 auto;
    padding: 5vh 0;
}

#l-2 .g-column>.-col9 {
    width: 72%;
}

#l-2 .g-column>.-col3 {
    width: 25%;
}

@media screen and (max-width: 1000px) {
    #l-2 #a-site_contents {
        margin: 0 4%;
    }
    #l-2 main {
        margin-top: 0;
    }
    #l-2 #a-billboard {
        margin-top: 50px;
    }
}
@media screen and (max-width: 768px) {
    #l-2 .g-column>.-col9 {
        width: 100%;
        margin-bottom: 4vh;
        float: none;
    }
    #l-2 .g-column>.-col3 {
        width: 100%;
        float: none;
    }
}




















/* フッター
-----------------------------------------*/

footer {
    background: #f3f6fb;
	border-top: 1px solid #E5E7E9;
}
footer .container {
    padding: 1.5em 0;
}
footer ul a:link,
footer ul a:hover,
footer ul a:visited {
    color: #1d2538;
}
footer ul li {
    float: left;
    margin-right: 2em;
    font-size: 1.3rem;
    list-style: none;
    margin-bottom: 0.5em;
    height: 2.0rem;
}
footer ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f105";
    margin-right: 0.5em;
    color: #b6b6b7;
    font-size: 0.5em;
}
small {
    background: #747678;
    color: #FFF;
    text-align: center;
    font-size: 1.2rem;
    padding: 1vh;
    display: block;
}
.footer_clear {
    clear: both;
}
footer ul .nonstyle:before {
    display: none;
}

@media screen and (max-width: 768px) {
    footer .container {
        padding: 3% 0;
    }
    .footer_clear {
        clear: none;
    }
    footer ul .nonstyle {
    margin-right: 0.5em;
}

}
/*自動埋め込みされるGoogle翻訳タグ*/
#gtx-trans { display: none;}


/* Zoneプロレゾリューションプログラム
-----------------------------------------*/
.about_box01 {
	border: 10px solid #F2F5FA;
	padding: 5%;
	text-align: center;
	margin-bottom: 5vh;
}
.about_box01 .lead {
	font-size: 1.6rem;
}
.about_box01 img {
	margin: 1.5em auto;
}
.fc_gr {color: #2A7437;}
.fc_bl {color: #1E8EC7;}
.fc_pp {color: #682681;}
.fb {font-weight: bold;}
.fs_20{font-size: 2.0rem;}

.tit06 {
	font-size: 2.6rem;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	display: inline-block;
	margin-bottom: 2.0em;
}
.tit06:after {
	content: '';
	position: absolute;
	bottom: -1em;
	display: inline-block;
	width: 1em;
	height: 1px;
	left: 0;
	background-color: #1d2538;
}
.tit07 {
	border-left: 10px solid #2252a0;
	font-size: 1.9rem;
	font-weight: bold;
	padding-left: 0.5em;
	margin-bottom: 1em;
}
.tbl03 {
	max-width: 750px;
	margin: 3vh auto;
}
.tbl03 table {
	width: 100%;
}
.tbl03 th {
	font-weight: 500;
	font-size: 1.5rem;
	background: #F2F5FA;
	text-align: center;
	border: 1px solid #B6B6B6;
	padding: 1em;
	width: 50%;
}
.tbl03 td {
	border: 1px solid #B6B6B6;
	padding: 1em 2em;
}
.tbl03 td li {
	line-height: 150%;
	margin: 0.5em 0;
	padding-left:1.1em;
	text-indent:-1.1em;
}
.pb5vh {
	padding-bottom: 5vh;
}
.about_box02 {
	background: #FFF;
	padding: 2.0em;
	text-align: center;

}
.about_box03_wrap {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin-top: 3vh;
}
.about_box03_r {
	width: 70%;
	padding: 3%;
}
.about_box03_l {
	width: 30%;
	padding: 3%;
}
.about_box03_l img {
	max-width: 250px;
	margin-bottom: 2em;
}
.about_box03 {
	margin-bottom: 60px;
	position: relative;

}
.about_box03:after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 60px;
    transform: translateX(-50%);
    border-top: 15px solid #CCC;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.about_box03:last-of-type {
	margin-bottom: 0;
}
.about_box03:last-of-type:after {
	display: none;
}
.about_box03 h3 {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #666;
}
@media screen and (max-width: 768px) {
	.about_box03_r {width: 100%; margin-bottom: 3vh;}
	.about_box03_l {width: 100%;}
}
.about_box04 {
	background: -webkit-linear-gradient(left, #F2F5FA 0%, #F2F5FA 80%, #FFF 80%, #FFF 100%);
	background: -o-linear-gradient(left, #F2F5FA 0%, #F2F5FA 80%, #FFF 80%, #FFF 100%);
	background: linear-gradient(to right, #F2F5FA 0%, #F2F5FA 80%, #FFF 80%, #FFF 100%);
	padding: 5%;
	position: relative;
	margin-bottom: 120px;
}
.about_box04 .lead {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 2em;
}
.about_box04 .zusetsu {
	position: absolute;
	bottom: -80px;
	right: 0;
	max-width: 350px;
	width: 100%;
}
@media screen and (max-width: 1000px) {
	.about_box04 {
		background: #F2F5FA;
		position: inherit;
		margin-bottom: 3vh;
	}
	.about_box04 .zusetsu {
		position: inherit;
		margin-top: 2em;
	}
}
.about_box05 {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  	-webkit-box-orient: horizontal;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.about_box05 img {
	width: 25%;
}
.about_box05 p {
	width: 75%;
	padding: 4%;
}
.about_dl01 dt {
	margin-top: 3em;
}
.about_dl01 dd {
	margin-bottom: 3em;
}
.about_dl01 ul {
	margin: 1em 0;
}
.about_dl01 ul li {
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding-left:1.5em;
	text-indent:-1.5em;
	list-style: disc;
	list-style-position: inside;
}
@media screen and (max-width: 768px) {
	.about_box05 img {
		width: 60%;
		max-width: 350px;
		
	}
	.about_box05 p {
		width: 100%;
		padding: 1.5em 0 0 0;
	}
}
.tbl04 {
	margin-top: 3vh;
}
.tbl04 th {
	width: 100px;
	vertical-align: middle;
	border-top: 1px solid #B6B6B6;
	padding: 1.5em 0;
}
.tbl04 td {
	width: calc(100% - 100px);
	vertical-align: middle;
	padding: 1.5em 0 1.5em 1em;
	border-top: 1px solid #B6B6B6;
}
.tbl04 th:last-of-type,
.tbl04 td:last-of-type {
	border-bottom: 1px solid #B6B6B6;
}
.tbl04 td p {
	font-size: 1.3rem;
	line-height: 150%;
}
.tbl04 td .name {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}


/* ==================================================================================================================

768px以下 

================================================================================================================== */

@media screen and (max-width: 768px) {
.container {width: 92%;}
.sp_none {display: none;}
#top_img .container {width: 100%;}
}
/* ==================================================================================================================

768px以上 

================================================================================================================== */
@media screen and (min-width: 769px) {
.pc_none {display: none;}
.container {width: 92%;}
}
/* ==================================================================================================================

1000px以上 

================================================================================================================== */
@media screen and (min-width: 1001px) {
.container {width: 1000px;}
.pc_none_1000 {display: none!important;}
}





