@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

/*------------------------------------------------------
　　　　　　　　　＊ HTML5 RESET ＊
-------------------------------------------------------*/
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, 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%;
	vertical-align:baseline;
	font-style: normal;
} 
span {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
} 
strong {
	font-size:100%;
	vertical-align:baseline;
} 
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol,ul{list-style:none;}

blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    font-size:100%;
    vertical-align:baseline;
	outline: none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
img {
	margin: 0;
	vertical-align: bottom;
	border: none;
	}

/*------------------------------------------------------
　　　　　　　　　＊ COMMON　＊
-------------------------------------------------------*/
.fl_l {float: left !important;}
.fl_r {float: right !important;}
.center {
	margin-right: auto;
	margin-left: auto;
}
.clear_b {clear: both !important;}

.ta_l {text-align: left !important;}
.ta_r {text-align: right !important;}
.ta_c {text-align: center !important;}

/* Clearfix */  
.clearfix:after {
    content: "";   
    display: block;   
    height: 0px;  
	line-height: 0px;
    clear: both;   
    visibility: hidden;  
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
.ps_r {
	position: relative;
}

.m_0 {margin: 0px !important;}
 
.m_b0 {margin-bottom: 0px !important;}
.m_b5 {margin-bottom: 5px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b15 {margin-bottom: 15px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_b25 {margin-bottom: 25px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b35 {margin-bottom: 35px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_b60 {margin-bottom: 60px !important;}
.m_b65 {margin-bottom: 65px !important;}
.m_b70 {margin-bottom: 70px !important;}
.m_b80 {margin-bottom: 80px !important;}
.m_b100 {margin-bottom: 100px !important;}

.m_t0 {margin-top: 0px !important;}
.m_t5 {margin-top: 5px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t15 {margin-top: 15px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t25 {margin-top: 25px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t35 {margin-top: 35px !important;}
.m_t40 {margin-top: 40px !important;}
.m_t50 {margin-top: 50px !important;}
.m_t-5 {margin-top: -5px !important;}
.m_t-10 {margin-top: -10px !important;}
.m_t-15 {margin-top: -15px !important;}
.m_t-20 {margin-top: -20px !important;}
.m_t-30 {margin-top: -30px !important;}

.m_l0 {margin-left: 0px !important;}
.m_l5 {margin-left: 5px !important;}
.m_l10 {margin-left: 10px !important;}
.m_l15 {margin-left: 15px !important;}
.m_l20 {margin-left: 20px !important;}
.m_l25 {margin-left: 25px !important;}
.m_l30 {margin-left: 30px !important;}
.m_l-10 {margin-left: -10px !important;}
.m_l-15 {margin-left: -15px !important;}
.m_l-20 {margin-left: -20px !important;}

.m_r0 {margin-right: 0px !important;}
.m_r5 {margin-right: 5px !important;}
.m_r10 {margin-right: 10px !important;}
.m_r15 {margin-right: 15px !important;}
.m_r20 {margin-right: 20px !important;}
.m_r25 {margin-right: 25px !important;}
.m_r30 {margin-right: 30px !important;}
.m_r60 {margin-right: 60px !important;}

.p_t0 {padding-top: 0px !important;}
.p_t5 {padding-top: 5px !important;}
.p_t10 {padding-top: 10px !important;}
.p_t12 {padding-top: 12px !important;}
.p_t15 {padding-top: 15px !important;}
.p_t20 {padding-top: 20px !important;}
.p_t25 {padding-top: 25px !important;}
.p_t30 {padding-top: 30px !important;}
.p_t40 {padding-top: 40px !important;}
.p_t45 {padding-top: 45px !important;}
.p_t50 {padding-top: 50px !important;}
.p_t60 {padding-top: 60px !important;}
.p_t70 {padding-top: 70px !important;}
.p_t100 {padding-top: 100px !important;}
.p_t130 {padding-top: 130px !important;}

.p_b0 {padding-bottom: 0px !important;}
.p_b5 {padding-bottom: 5px !important;}
.p_b10 {padding-bottom: 10px !important;}
.p_b15 {padding-bottom: 15px !important;}
.p_b20 {padding-bottom: 20px !important;}
.p_b25 {padding-bottom: 25px !important;}
.p_b30 {padding-bottom: 30px !important;}
.p_b35 {padding-bottom: 35px !important;}
.p_b40 {padding-bottom: 40px !important;}
.p_b45 {padding-bottom: 45px !important;}
.p_b50 {padding-bottom: 50px !important;}
.p_b60 {padding-bottom: 60px !important;}
.p_b65 {padding-bottom: 65px !important;}
.p_b70 {padding-bottom: 70px !important;}
.p_b80 {padding-bottom: 80px !important;}
.p_b90 {padding-bottom: 90px !important;}
.p_b100 {padding-bottom: 100px !important;}

.p_l5 {padding-left: 5px !important;}
.p_l10 {padding-left: 10px !important;}
.p_l15 {padding-left: 15px !important;}
.p_l20 {padding-left: 20px !important;}
.p_l25 {padding-left: 25px !important;}
.p_l30 {padding-left: 30px !important;}
.p_l40 {padding-left: 40px !important;}
.p_l45 {padding-left: 40px !important;}
.p_l50 {padding-left: 50px !important;}
.p_l60 {padding-left: 60px !important;}
.p_l70 {padding-left: 70px !important;}
.p_l100 {padding-left: 100px !important;}
.p_l120 {padding-left: 120px !important;}
	
.p_r5 {padding-right: 5px !important;}
.p_r8 {padding-right: 8px !important;}
.p_r10 {padding-right: 10px !important;}
.p_r15 {padding-right: 15px !important;}
.p_r20 {padding-right: 20px !important;}
.p_r25 {padding-right: 25px !important;}
.p_r30 {padding-right: 30px !important;}
.p_r60 {padding-right: 60px !important;}

.p_5 {padding: 5px !important;}
.p_10 {padding: 10px !important;}
.p_15 {padding: 15px !important;}
.p_20 {padding: 20px !important;}
.p_30 {padding: 30px !important;}

.fw_b{font-weight: bold !important;}
.fw_n{font-weight: normal!important;}
.fc_black{color: #121212 !important;}
.fc_red{color: #D8261D !important;}
.fc_blue{color: #002E5C !important;}
.fc_gray{
    color: #747474 !important;
}

.lh_130{line-height: 1.3;}
.lh_150{line-height: 1.5;}
.lh_180{line-height: 1.8;}

.fs_1{ font-size: 1px !important;}
.fs_10{ font-size: 10px !important;}
.fs_11{ font-size: 11px !important;}
.fs_12{	font-size: 12px !important;}
.fs_13{	font-size: 13px !important;}
.fs_14{	font-size: 14px !important;}
.fs_15{	font-size: 15px !important;}
.fs_16{	font-size: 16px !important;}
.fs_17{	font-size: 17px !important;}
.fs_18{	font-size: 18px !important;}
.fs_19{	font-size: 19px !important;}
.fs_20{	font-size: 20px !important;}
.fs_21{	font-size: 21px !important;}
.fs_22{	font-size: 22px !important;}
.fs_23{	font-size: 23px !important;}
.fs_24{	font-size: 24px !important;}
.fs_25{	font-size: 25px !important;}
.fs_26{	font-size: 26px !important;}
.fs_27{	font-size: 27px !important;}
.fs_28{	font-size: 28px !important;}
.fs_29{	font-size: 29px !important;}
.fs_30{	font-size: 30px !important;}
.fs_36{	font-size: 36px !important;}

.fs_120p{font-size: 120% !important;}
.fs_90p{font-size: 90% !important;}
.fs_85p{font-size: 85% !important;}
.fs_80p{font-size: 80% !important;}

.bdr_none{
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.bdr_gray01{
    border: 1px solid #D4D4D4;
}
.bg_gray01 {
    background-color: #F8F8F8 !important;
}
.bg_none {
	background-image: none !important;
}
.js_link{
	cursor: pointer;
}
.dsp_b {
	display: block;
}
.dsp_ib {
	display: inline-block;
}
.dsp_n {
	display: none;
}
.opa_60 {
	opacity: 0.6;
}
.w_100p {
    width: 100% !important;	
}
/*------------------------------------------------------
　　　　　　　　　＊ BASE ＊
-------------------------------------------------------*/
body{
	font-size: 15px;
	line-height: 1.7;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px){
body{
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.01em;
}
}
a {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

/*------------------------------------------------------
　　　　　　　　　＊ HEADER ＊
-------------------------------------------------------*/
header {
    width: 100%;
    background-color: #000000;
    text-align: center;
    z-index: 6000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    height: 130px;
    top: 0px;
}
.header_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.header_box h1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 5px;
}
.header_logo {
	background-image: url(../img/common/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 54px;
	width: 181px;
	background-size: auto 54px;
	margin-bottom:2px;
}
.header_logo a {
	height: 100%;
	width: 100%;
	display:block;
}

/*------------- SP -------------*/
@media screen and (max-width: 768px){
header {
    height: 60px;
    width: 100%;
    box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.5);
}
.header_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.header_box h1 {
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	z-index: 9999;
	margin-top: 8px;
    margin-bottom: 0px;
}
.header_logo {
    background-image: url(../img/common/logo.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 40px;
    width: 152px;
    background-size: auto 40px;
    margin-top: 2px;
}
.header_logo a {
	height: 100%;
	width: 100%;
	display:block;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ NAVI ＊
-------------------------------------------------------*/
.g-navi_area {
    width: auto;
}
.g-navi {
	height: 50px;
}
.g-navi .g-navi_ul {
    line-height: 1;
    height: 50px;
    color: #FFFFFF;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.g-navi li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    background-image: url(../img/common/bg_navi.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}
.g-navi li:last-child {
    background-image: none;
	padding-right: 0px;
}
.g-navi li.nv_facial {
    width: 100px;
}
.g-navi li.nv_slimming {
    width: 108px;
}
.g-navi li.nv_eyelash {
    width: 196px;
}
.g-navi li.nv_removal {
    width: 150px;
}
.g-navi li.nv_price {
    width: 84px;
}
.g-navi li.nv_price .en {
    margin-left: -4px;
}
.g-navi li.nv_cosmetics {
    width: 114px;
}
.g-navi li.nv_news {
    width: 78px;
}
.g-navi li.nv_access {
    width: 78px;
}
.g-navi li.nv_contact {
    width: 90px;
}
.g-navi li:hover {
    cursor: pointer;
}
.g-navi li a {
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    text-decoration: none;
}
.g-navi li:hover {
    cursor: pointer;
}
.g-navi p {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: auto;
}
.g-navi li span.en {
    display: inline;
	font-family: 'Cinzel';
	letter-spacing: 0.15em;
}
.g-navi li:hover span.en {
	font-family: 'Cinzel';
}
.g-navi li.nv_price:hover span.en {
    display: inline;
	font-family: 'Cinzel';
}
.g-navi li span.jp {
    letter-spacing: 0.07em;
    font-size: 90%;
    color: #DBDBDB;
}
.g-navi li:hover span.jp {
    display: inline;
}
.g-navi li.nv_insta {
	display: none;
}
/*--------------- PC ---------------*/
@media screen and (min-width: 768px){
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.menu > li.menu__single {
	position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    background: rgba( 0, 0, 0, 0.8 );
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #ffffff;
    width: auto;
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    margin-left: -36px;
}
li.menu__single ul.menu__second-level li {
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
    background-image: none;
    font-size: 90%;
    color: #B5B5B5;
    padding-right: 5px;
}
li.menu__single ul.menu__second-level li:last-child {
    border-bottom: none;
}
li.menu__single ul.menu__second-level a {
	color: #B5B5B5;
	width: 100%;
	height: 100%;
	text-align: left;
	display: flex;
	justify-content: flex-start !important;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 19px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
li.menu__single:hover ul.menu__second-level {
    top: 122px;
    visibility: visible;
    opacity: 1;
}
li.menu__single ul.menu__second-level li:hover {
	background-color: rgba(83,83,83,0.65);
	color: #FFFFFF;
}
li.menu__single ul.menu__second-level li:hover a {
    color: #FFFFFF;
}
.g-navi li span.en {
    display: inline;
}
.g-navi li:hover span.en {
    display: none;
}
.g-navi li.nv_price:hover span.en {
    display: inline;
}
.g-navi li span.jp {
    display: none;
}
.g-navi li:hover span.jp {
    display: inline;
}
}
/*------------- SP -------------*/
@media screen and (max-width: 768px){
.g-navi_area {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 500;
    height: auto;
    background-color: transparent;
	box-shadow: none;
}
.g-navi_area .box {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}
.sp_acd_menu,
.sp_acd_menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.sp_acd_menu {
	position: absolute;
	width: 28px;
	height: 30px;
	top: 20px;
	right: 10px;
	z-index: 5000;
}
.sp_acd_menu span {
	position: absolute;
	right: 0px;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	border-radius: 3px;
}
.sp_acd_menu span:nth-of-type(1) {
	top: 0px;
}
.sp_acd_menu span:nth-of-type(2) {
	top: 9px;
}
.sp_acd_menu span:nth-of-type(3) {
	top: 19px;
}
.sp_acd_menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(9.5px) rotate(-45deg);
	transform: translateY(9.5px) rotate(-45deg);
}
.sp_acd_menu.active span:nth-of-type(2) {
	opacity: 0;
}
.sp_acd_menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9.5px) rotate(45deg);
	transform: translateY(-9.5px) rotate(45deg);
}
.g-navi {
	display: none;
	z-index: 900;
	margin-bottom: 0px;
	width: 100% !important;
	position: absolute;
	top: 60px;
	left: 0px;
}
.g-navi a {
    color: #FFFFFF;
    text-decoration: none;
}
.g-navi_ul {
    display: block;
    width: 100%;
    padding-top: 0px !important;
	flex-direction: column;
	justify-content: space-between;
}
.g-navi .g-navi_ul {
    height: auto;
	flex-direction: column;
}
.g-navi li {
    width: 100%x !important;
    font-size: 13px;
    background-color: #000000;
    list-style-type: none;
    border-bottom: 1px solid #333333;
    display: block;
    box-sizing: border-box;
    background-image: none;
    font-weight: bold;
    height: auto;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
}
.g-navi li.nv_price {
    border-bottom: 1px solid #333333 !important;
    padding-bottom: 5px!important;
}
.g-navi li:first-child {
    border-top: 1px solid #333333;
}
.g-navi li ul li:first-child {
    border-top: none!important;
}
.g-navi li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #FFFFFF;
}
.g-navi li.nv_facial {
    width: 100% !important;
}
.g-navi li.nv_slimming {
    width: 100% !important;
}
.g-navi li.nv_eyelash {
    width: 100% !important;
}
.g-navi li.nv_removal {
    width: 100% !important;
}
.g-navi li.nv_price {
    width: 100% !important;
	height: auto;
}
.g-navi li.nv_price p {
	height: auto;
	width: 100% 
}
.g-navi li.nv_price .en {
    margin-left: 0px;
	padding-left: 15px;
}
.g-navi li.nv_cosmetics {
    width: 100% !important;
}
.g-navi li.nv_news {
    width: 100% !important;
}
.g-navi li.nv_access {
    width: 100% !important;
}
.g-navi li.nv_contact {
    width: 100% !important;
}
.g-navi li.nv_insta {
    display: block;
    background-color: #3B3B3B;
    width: 100% !important;
}
.g-navi li span.jp {
    display: none;
}
.g-navi li:hover span.jp {
    display: none;
}
.menu__single {
	padding-bottom: 0px !important;
	border-bottom: none !important;
}
.g-navi .menu__second-level  {
    margin-top: 15px;
    letter-spacing: 0.15em;
    color: #C5C5C5;
}
.g-navi .menu__second-level li {
    font-size: 13px;
    background-color: #00000;
    list-style-type: none;
    width: 100%;
    padding: 0px !important;
    display: block;
    background-image: none;
    font-weight: normal;
    height: auto;
    text-align: left;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    box-sizing: border-box;
    border-bottom: none;
}
.g-navi .menu__second-level li:first-child {
    padding-top: 0px !important;
}
.g-navi .menu__second-level li:last-child {
    border-bottom: none !important;
}
.g-navi .menu__second-level li a {
    padding-left: 28px;
	color: #C5C5C5;
	
}
}

/*------------------------------------------------------
　　　　　　　　　＊ FOOTER ＊
-------------------------------------------------------*/
.cm_contact_area {
    width: 100%;
    background-image: url(../img/common/contact_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 65px;
    padding-bottom: 40px;
    text-align: center;
    height: auto;
    background-color: #ededed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
}
.cm_contact_area .contact_ttl01 {
    color: #000000;
    background-image: url(../img/common/bar01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 13px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Cinzel";
    letter-spacing: 0.14em;
}
.cm_contact_box {
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 23px;
    padding-bottom: 23px;
}
.cm_contact_ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.cm_contact_ul li {
    margin-right: 10px;
    margin-left: 10px;
}
footer {
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 28px;
}
.footer_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 12px;
    padding-bottom: 30px;
	align-items: center;
	letter-spacing: 0.12em;
}
.footer_box h2  {
    padding-right: 30px;
    margin-top: -6px;
}
.footer_box p {
    padding-right: 30px;
}
.footer_box p img {
    width: 280px;
	height: auto;
}
.footer_box p:last-child {
    padding-left: 30px;
    border-left: 1px solid #454545;
}
.footer_box .logo img {
    width: 160px;
    height: auto;
    padding-right: 10px;
}
.copyright_area {
    width: 100%;
    padding-bottom: 27px;
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    text-align: center;
	font-family: 'Cinzel';
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cm_contact_area {
    width: 100%;
    background-image: url(../img/common/contact_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    height: auto;
    background-color: #ededed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
}
.cm_contact_area .contact_ttl01 {
    color: #000000;
    background-image: url(../img/common/bar01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 13px;
    margin-bottom: 20px;
    font-size: 17px;
    font-family: "Cinzel";
    letter-spacing: 0.14em;
}
.cm_contact_box {
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 23px;
    padding-bottom: 23px;
}
.cm_contact_ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.cm_contact_ul li {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}
footer {
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 28px;
}
.footer_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 12px;
    padding-bottom: 5px;
	align-items: center;
	letter-spacing: 0.12em;
}
.footer_box h2  {
    padding-right: 0px;
    margin-top: -6px;
    margin-bottom: 10px;
}
.footer_box p {
    padding-right: 0px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.6;
}
.footer_box p:last-child {
    padding-left: 0px;
    border-left: none;
	margin-bottom: 5px;
}
.footer_box .logo img {
    width: 120px;	
	height: auto;
}
.copyright_area {
    width: 100%;
    padding-bottom: 27px;
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    text-align: center;
	font-family: 'Cinzel';
}
}

 


/*------------------------------------------------------
　　　　　　　　　＊ COMMON ＊
-------------------------------------------------------*/
.contents {
    padding-top: 130px;	
}
.cm_area01 {
    width: 100%;
    text-align: center;
	background-image: url(../img/common/bg_item01_l.png),url(../img/common/bg_item01_r.png) ,url(../img/common/bg_01.png);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: top left, bottom right, center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.cm_box01 {
    background-color: #ffffff;
    width: 1080px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 10px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.cm_box01 img {
    max-width: 980px;
}
.cm_block01 {
    padding-bottom: 35px;
}
.cm_textbox01 p {
    margin-bottom: 12px;	
}
.cm_textbox01 p:last-child {
    margin-bottom: 0px;	
}
.cm_bdr_box01 {
    border: 2px solid #E3E3E3;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.cm_bdr_box02 {
    border: 2px solid #E3E3E3;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.contents {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-top: 60px;	
}
.cm_area01 {
    width: 100%;
    text-align: center;
	background-image: url(../img/common/bg_item01_l.png),url(../img/common/bg_item01_r.png) ,url(../img/common/bg_01.png);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: top left, bottom right, center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0px;
    background-size: 150px auto, 150px auto, 260px auto;
}
.cm_box01 {
    background-color: #ffffff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 5px;
    text-align: left;
}
.cm_box01 img {
    max-width: 100%;
	height: auto;
}
.cm_block01 {
    padding-bottom: 25px;
}
}
/*------------- BOX -------------*/
.box {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
.box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
}

/*------------- TITLE -------------*/
.cm_ttl01 {
    font-size: 24px;
    text-align: center;
    color: #00000;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-bottom: 45px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../img/common/bar01.png);
	font-family: 'Cinzel';
	letter-spacing: 0.15em;
}
.cm_ttl02 {
    font-size: 28px;
    text-align: center;
    color: #00000;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 17px;
    margin-bottom: 45px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../img/common/bar02.png);
    letter-spacing: 0.01em;
    font-family: "游明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	-webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
}
.cm_ttl span.deco01 {
    font-size: 80%;
    vertical-align: top;
    padding-right: 2px;
    margin-left: -1px;
}
.cm_ttl span.deco02 {
    font-size: 80%;
    vertical-align: bottom;
    padding-left: 2px;
    margin-right: -3px;
}
.cm_ttl03 {
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-bottom: 45px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../img/common/bar01.png);
	font-family: 'Cinzel';
	letter-spacing: 0.15em;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cm_ttl01 {
    font-size: 24px;
    text-align: center;
    color: #00000;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-bottom: 45px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../img/common/bar01.png);
	font-family: 'Cinzel';
	letter-spacing: 0.15em;
}
.cm_ttl02 {
    font-size: 20px;
    text-align: center;
    color: #00000;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 13px;
    margin-bottom: 35px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../img/common/bar02.png);
    letter-spacing: 0.005em;
    font-family: "游明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	-webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
}
.cm_ttl span.deco01 {
    font-size: 80%;
    vertical-align: top;
    padding-right: 3px;
    margin-left: -1px;
}
.cm_ttl span.deco02 {
    font-size: 80%;
    vertical-align: bottom;
    padding-left: 3px;
    margin-right: -3px;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ HOVER ＊
-------------------------------------------------------*/
.hv_fade01 {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;
	cursor: pointer;
}  
.hv_fade01:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=70);  
}
/*------------------------------------------------------
　　　　　　　　　＊ RESPONSIVE ＊
-------------------------------------------------------*/
@media screen and (min-width: 766px){
.sp_on {
	display:none;
}
}
@media screen and (max-width: 768px){
.pc_on {
	display:none;
}
.sp_ta_l {
	text-align: left;
}
.sp_w100p {
	width: 100%;
	height: auto;
}
.sp_photo_w100p img {
	width: 100%;
	height: auto;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ PAGETOP ＊
-------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 44px;
    right: 10px;
}
.pagetop img {
    width: 56px;
	height: 56px;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
}
.pagetop img {
    width: 50px;
	height: 50px;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ PAGE TITLE ＊
-------------------------------------------------------*/
.pagettl_area {
    width: 100%;
    height: 230px;
    background-image: url(../img/facial/bg_ttl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 72px;
	text-shadow: 0px 1px 1.96px rgba(0, 0, 0, 0.16);
}
.pagettl_area.facial {
    background-image: url(../img/facial/bg_ttl.jpg);
}
.pagettl_area.slimming {
    background-image: url(../img/slimming/bg_ttl.jpg);
}
.pagettl_area.eyelash {
    background-image: url(../img/eyelash/bg_ttl.jpg);
}
.pagettl_area.cosmetics {
    background-image: url(../img/cosmetics/bg_ttl.jpg);
}
.pagettl_area.access {
    background-image: url(../img/access/bg_ttl.jpg);
}
.pagettl_area.contact {
    background-image: url(../img/contact/bg_ttl.jpg);
}
.pagettl_area.news {
    background-image: url(../img/news/bg_ttl.jpg);
}
.pagettl_area.removal {
    background-image: url(../img/removal/bg_ttl.jpg);
}
.pagettl_box .en {
    color: #FFFFFF;
    font-family: "Cinzel";
    font-size: 31px;
    letter-spacing: 0.18em;
}
.pagettl_box .jp {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0.09em;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.pagettl_area {
    width: 100%;
    height: 100px;
    background-image: url(../img/facial/bg_ttl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
	text-shadow: 0px 1px 1.96px rgba(0, 0, 0, 0.16);
}
.pagettl_box .en {
    color: #FFFFFF;
    font-family: "Cinzel";
    font-size: 25px;
    letter-spacing: 0.12em;
}
.pagettl_box .jp {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0.09em;
}
}


/*------------------------------------------------------
　　　　　　　　　＊ link ＊
-------------------------------------------------------*/
.cm_link01 {
    text-align: center;
    font-size: 14px;
}
.cm_link01 a {
    color: #FFFFFF;
    background-image: url(../img/common/arrow02.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: right center;
    padding-right: 20px;
    padding-left: 10px;
}

/*------------------------------------------------------
　　　　　　　　　＊ list ＊
-------------------------------------------------------*/
.cm_list01 {
    padding-top: 5px;	
}
.cm_list01 li {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: inline-block;
    margin-right: 15px;
    list-style-type: disc;
}
.cm_dl01 {
    padding-bottom: 10px;	
}
.cm_dl01 dt {
    font-size: 1.35em;
    background-image: url(../img/common/bar04.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-bottom: 10px;
    display: inline-block;
}
.cm_dl01 dd {
    margin-bottom: 26px;	   
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cm_dl01 dt {
    font-size: 1.2em;
    background-image: url(../img/common/bar04.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-bottom: 7px;
    display: inline-block;
}
.cm_dl01 dd {
    margin-bottom: 16px;	   
}
}

/*------------------------------------------------------
　　　　　　　　　＊ other ＊
-------------------------------------------------------*/
.outline_box {}
.outline_box .photo {
    margin-bottom: 40px;
}
.outline_box .text_box p {
    margin-bottom: 15px;
}
.outline_box .text_box p:last-child {
    margin-bottom: 0px;
}
.price_area {
    background-color: #000000;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.price_box {
    background-color: #1c1c1c;
    padding-top: 30px;
    padding-bottom: 30px;
}
.price_box .ttl {
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-bottom: 45px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../img/common/bar03.png);
	font-family: 'Cinzel';
	letter-spacing: 0.15em;
}
.price_box .price_list {
    color: #FFFFFF;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}
.price_box .price_list a {
    color: #FFFFFF;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}
.price_box .price_list .menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
    width: 460px;
}
.price_box .price_list .price {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 260px;
}
.price_box .price_list .menu .price_ttl {
    margin-bottom: 12px;
    width: auto;
    font-size: 110%;
    line-height: 1.6;
    background-image: url(../img/common/ico_kalon_w.png);
    background-repeat: no-repeat;
    background-position: left top 3px;
    background-size: 15px auto;
    padding-left: 20px;
}
.price_box .price_list .menu .text {
    font-size: 12px;
    margin-bottom: 13px;
    font-weight: normal;
}
.price_box .price_list .menu .flow_list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 12px;
    padding-top: 9px;
    padding-right: 3px;
    padding-bottom: 7px;
    padding-left: 10px;
    border: 1px dotted #646464;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 10px;
}
.price_box .price_list .menu .flow_list li {
    border-bottom-style: none;
    padding-top: 0px;
    padding-bottom: 3px;
    background-image: url(../img/common/arrow02.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 9px auto;
    padding-right: 15px;
    margin-right: 8px;	
}
.price_box .price_list .menu .flow_list li:last-child {
    background-image: none;
}
.price_box .price_list ul {
    margin-bottom: 20px;
}
.price_box .price_list li {
    border-bottom: 1px solid #373737;
    padding-top: 15px;
    padding-bottom: 15px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.price_box .price_list li dl {
    display: flex;
	flex-wrap: wrap;
    width: 260px;
}
.price_box .price_list li dt {
    width: 180px;
}
.price_box .price_list li dd {
    width: 80px;
    text-align: right;
    font-size: 13px;
}
.price_box .price_list.eyelash .menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
    width: 360px;
}
.price_box .price_list.eyelash .price {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 360px;
}
.price_box .price_list.eyelash li dl {
    display: flex;
	flex-wrap: wrap;
    width: 360px;
}
.price_box .price_list.eyelash li dt {
    width: 180px;
}
.price_box .price_list.eyelash li dd {
    width: 180px;
    text-align: right;
    font-size: 13px;
}
.price_box .price_list li dd .num {
    font-family: 'Roboto';
    font-size: 16px;
    padding-right: 2px;
}
.promise_area {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 70px;
}
.promise_box .promise_ttl {
    padding-top: 50px;
    padding-bottom: 15px;
    background-image: url(../img/common/bar02.png),url(../img/common/ico_kalon.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center bottom, center top;
    background-size: auto auto, 34px auto;
    margin-bottom: 30px;
    font-family: "游明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
    -webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
    font-size: 26px;
    text-align: center;
}
.promise_list ul {
    display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.promise_list li {
    width: 305px;   
	background-color: #f8f8f8;
}
.promise_list li .text_box {
    width: 305px;
    background-color: #f8f8f8;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.promise_list li .text_box .ttl {
    font-size: 16px;
    margin-bottom: 5px;
}
.promise_list li .text_box .text {
    font-size: 13px;
	text-align: justify;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.outline_box {}
.outline_box .photo {
    margin-bottom: 25px;
}
.outline_box .photo img {
    width: 100%;
	height: auto;
}
.outline_box .text_box p {
    margin-bottom: 15px;
    text-align: left;
}
.outline_box .text_box p:last-child {
    margin-bottom: 0px;
}
.price_area {
    background-color: #000000;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.price_box {
    background-color: #1c1c1c;
    padding-top: 20px;
    padding-bottom: 20px;
}
.price_box .ttl {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../img/common/bar03.png);
	font-family: 'Cinzel';
	letter-spacing: 0.15em;
}
.price_box .price_list {
    color: #FFFFFF;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}
.price_box .price_list .menu {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
	width: auto;
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.price_box .price_list .price {
	width: auto;
}
.price_box .price_list ul {
    margin-bottom: 20px;
}
.price_box .price_list li {
    border-bottom: 1px solid #373737;
    padding-top: 15px;
    padding-bottom: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.price_box .price_list li dl {
    display: flex;
	flex-wrap: wrap;
    width: 100%;
}
.price_box .price_list li dt {
    width: 70%;
}
.price_box .price_list li dd {
    width: 30%;
    text-align: right;
    font-size: 13px;
}
.price_box .price_list.eyelash .menu {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;	
}
.price_box .price_list.eyelash .price {
	width: 100%;
}
.price_box .price_list.eyelash li dl {
    display: flex;
	flex-wrap: wrap;
    width: 100%;
}
.price_box .price_list.eyelash li dt {
    width:  100%;
}
.price_box .price_list.eyelash li dd {
    width:  100%;
    text-align: right;
    font-size: 13px;
}
.price_box .price_list li dd .num {
    font-family: 'Roboto';
    font-size: 16px;
    padding-right: 2px;
}
.promise_area {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
}
.promise_box .promise_ttl {
    padding-top: 50px;
    padding-bottom: 15px;
    background-image: url(../img/common/bar02.png),url(../img/common/ico_kalon.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center bottom, center top;
    background-size: auto auto, 34px auto;
    margin-bottom: 30px;
    font-family: "游明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
    -webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
    font-size: 23px;
    text-align: center;
}
.promise_list ul {
    display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.promise_list li {
    width: 305px;
    background-color: #f8f8f8;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.promise_list li .text_box {
    width: 305px;
    background-color: #f8f8f8;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.promise_list li .text_box .ttl {
    font-size: 17px;
    margin-bottom: 5px;
}
.promise_list li .text_box .text {
    font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ TOP ＊
-------------------------------------------------------*/
.contents.top {
    padding-top: 130px;
}
.top_main_area {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.top_main_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.top_main_copy {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -215px;
}
.slick-slide{
  display: none;
}
.slick-initialized .slick-slide{
  display: block;
}
.slick-dots {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -15px;
}
.slick-dots li {
    margin-left: 3px;
    margin-right: 3px;
    width: 60px !important;
    height: 5px!important;
    background-color: #FFFFFF;
    border-radius: 0;
	z-index: 5000;
	opacity: 0.22;
}
.top_main_box li img {
    width: 100%!important;
	height: auto;
}
.slick-dots .slick-active {
    background-color: #FFFFFF;
	opacity: 0.5;
}
.slick-dots li:hover {
    cursor: pointer;
}
.slick-dots li button{
    display: none;
}
.slick-prev, .slick-next {
    display: none !important;
}
.top_news_area {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 20px;
}
.top_news_dl {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 800px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.top_news_dl dt {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 116px;
    letter-spacing: 0.08em;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #bcbcbd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.top_news_dl dd {
    font-size: 14px;
    letter-spacing: 0.08em;
    padding-left: 25px;
    padding-right: 30px;
    text-align: left;
    width: 680px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/common/arrow01.png);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 14px center;
	margin-bottom: 10px;
}
.top_news_dl dd a {
	width:590px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.top_news_dl dd a {
    text-decoration: none;    
}
.top_news_dl dd a:hover {
    text-decoration: underline;    
}

.top_menu_area {
    background-image: url(../img/common/bg_item01_l.png),url(../img/common/bg_item01_r.png) ,url(../img/common/bg_01.png);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: top left, bottom right, center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.top_menu_list ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.top_menu_list li:hover {
	cursor: pointer;
}
.top_menu_list li {
	width: 255px;
}
.top_menu_list li a {
	text-decoration: none;
}
.top_menu_list ul .photo {
    margin-bottom: 20px;	
}
.top_menu_list ul .photo img {
    width: 100%;	
	height: auto;
}
.top_menu_list ul .text_box {
    text-align: center;
}
.top_menu_list ul .text_box .en {
    display: block;
    font-family: 'Cinzel';
    letter-spacing: 0.15em;
    font-size: 18px;
}
.top_menu_list ul .text_box .jp {
    display: block;
    letter-spacing: 0.08em;
    font-size: 13px;
}
.top_message_area {
    background-color: #000000;
    background-image: url(../img/top/bg_message.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 100px;
    padding-bottom: 100px;
}
.top_message_box {
    background-color: rgb(176, 176, 176, 0.1);
    height: 300px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.top_message_box .text_box {
    width: 760px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 84px;
    padding-right: 84px;
    padding-top: 26px;
    color: #FFFFFF;
}
.top_message_box .text_box .ttl {
    font-family: "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 22px;
    margin-bottom: 20px;
	-webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
}
.top_message_box .text_box .text {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.7;
}

/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.contents.top {
    padding-top: 60px;
}
.top_main_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.top_main_copy {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -150px;
}
.top_main_copy img {
    width: 300px;
	height: auto;
}
.slider {
  margin: 0 auto;
}
.top_main_box li img {
    width: 100%;
	height: auto;
}
.slick-dots {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -15px;
}
.slick-dots li {
    margin-left: 3px;
    margin-right: 3px;
    width: 60px !important;
    height: 5px!important;
    background-color: #FFFFFF;
    border-radius: 0;
    z-index: 5000;
    opacity: 0.22;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #FFFFFF;
	opacity: 0.5;
}
.slick-dots li:hover {
    cursor: pointer;
}
.slick-dots li button{
    display: none;
}
.slick-prev, .slick-next {
    display: none !important;
}
.top_news_area {
    margin-top: 15px;
    z-index: 5000!important;
    background-color: rgba(255,255,255,0.85);
    position: relative;
    width: 100%;
	height: auto;
    margin-left: auto;
    margin-right: auto;
	padding-top: 20px;
    padding-bottom: 22px;
}
.top_news_dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 100%;
}
.top_news_dl dt {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 100%;
    letter-spacing: 0.08em;
    padding-left: 15px;
    padding-right: 15px;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top_news_dl dd {
    font-size: 14px;
    letter-spacing: 0.08em;
    padding-left: 15px;
    padding-right: 30px;
    text-align: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/common/arrow01.png);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 14px center;
}
.top_news_dl dd a {
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.top_news_dl dd a {
    text-decoration: none;    
}
.top_news_dl dd a:hover {
    text-decoration: underline;    
}

.top_menu_area {
    background-image: url(../img/common/bg_item01_l.png),url(../img/common/bg_item01_r.png) ,url(../img/common/bg_01.png);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: top left, bottom right, center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0px;
    background-size: 150px auto, 150px auto, 260px auto;
}
.top_menu_list ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.top_menu_list li {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.top_menu_list li:hover {
	cursor: pointer;
}
.top_menu_list li a {
	text-decoration: none;
}
.top_menu_list ul .photo {
    margin-bottom: 12px;	
}
.top_menu_list ul .text_box {
    text-align: center;
}
.top_menu_list ul .text_box .en {
    display: block;
    font-family: 'Cinzel';
    letter-spacing: 0.12em;
    font-size: 20px;
}
.top_menu_list ul .text_box .jp {
    display: block;
    letter-spacing: 0.08em;
    font-size: 13px;
}
.top_message_area {
    background-color: #000000;
    background-image: url(../img/top/bg_message.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 50px;
    padding-bottom: 45px;
    background-size: 460px auto;
}
.top_message_box {
    background-color: transparent;
    height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.top_message_box .photo {
    margin-left: auto;
    margin-right: auto;
}
.top_message_box .text_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 33px;
    color: #FFFFFF;
}
.top_message_box .text_box .ttl {
    font-family: "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 20px;
    margin-bottom: 15px;
}
.top_message_box .text_box .text {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 1.7;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ ACCESS ＊
-------------------------------------------------------*/
.map_box {
	margin-bottom: 20px;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){

.map_box {
    position: relative;
    padding-top: 75%;
    height: 0;
    overflow: hidden;
}
.map_box iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ CONTACT ＊
-------------------------------------------------------*/
.contact_attention_box {
	text-align: left;
}
.contact_box .text_box {
	margin-bottom: 42px;
	padding-top: 10px;
}
.contact_form_box{
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
	margin-bottom: 50px;
}
.contact_p {
	text-align: left;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.contact_dl {
	text-align: left;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
	padding-top: 0px;
}
.contact_dl  dt {
	clear: both;
	float: left;
	padding: 21px 0px 21px;
	width: 300px;
}
.contact_dl dt span{
    color: #FFF;
    background-color: #424242;
    padding: 3px 8px 3px 8px;
    margin-right: 15px;
    font-size: 0.70em;
    line-height: 1;
    margin-left: 15px;
    font-weight: 300;
}
.contact_dl dd {
	padding: 20px 0px 20px 300px;
	border-bottom: 1px solid #F2F3EE;
	word-wrap: break-word;
}
.contact_dl dd:last-child {
	padding: 20px 0px 20px 300px;
	border-bottom: 2px solid #F2F3EE;
	word-wrap: break-word;
}
.contact_dl dd .contact_input01{
	font-size: 15px;
	padding: 4px 5px;
	border: 1px solid #E7E7E7;
	width: 500px;
	background-color: #F6F6F6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
.contact_dl dd .contact_input02{
	font-size: 15px;
	padding: 4px 5px;
	border: 1px solid #E7E7E7;
	width: 350px;
	background-color: #F6F6F6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
.contact_dl dd .contact_input03{
    font-size: 15px;
    padding: 4px 5px;
    border: 1px solid #E7E7E7;
    width: 50px;
    background-color: #F6F6F6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    margin-right: 10px;
}
.contact_dl dd select{
    font-size: 15px;
    padding: 4px 5px;
    border: 1px solid #E7E7E7;
    width: 100px;
    background-color: #F6F6F6;
    margin-right: 0px;
    margin-bottom: 0px;
}
.contact_dl dd option{
}
.contact_dl  dd .text01{
	font-size: 15px;
	padding: 2px 5px;
	border: 1px solid #E7E7E7;
	width: 580px;
	height: 250px;
	background-color: #F6F6F6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
.contact_dl  dd span{
	margin-right: 35px;
}
.contact_dl  dd span input {
	margin-right: 8px;
	margin-top: -2px;
}
.contact_input_btn {
    background-color: #000000;
    color: #FFFFFF;
    text-align: left;
    line-height: 1;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 50px;
    background-image: url(../img/common/arrow02.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    display: inline-block;
    cursor: pointer;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-size: auto 6px;
    letter-spacing: 0.08em;
    font-size: 14px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
.contact_input_btn.back {
	text-align: right;
	line-height: 1;
	padding-right: 22px;
	padding-left: 50px;
	background-image: url(../img/common/arrow02_l.png);
	background-size: auto 6px;
	background-position: left 15px center;	
}
.contact_input_btn　a {
    display: block;
    width: 100%;
    height: 100%;
}
.contact_input_btn:hover {
    background-color: #2E2E2E;
}
p.contact_input_btn.back{
    margin-right: 15px;
    background-image: url(../img/common/arrow02_l.png);
    padding-left: 50px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    padding-top: 12px;
    padding-bottom: 0px;
}
p.contact_input_btn a {
    color: #FFFFFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    text-decoration: none;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 700px){
.contact_attention_box {
	text-align: left;
}
.contact_box .text_box {
	margin-bottom: 42px;
	padding-top: 10px;
	text-align: left;
}
.contact_form_box{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
}
.contact_p {
    text-align: left;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}
.contact_dl {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0px;
}
.contact_dl dt {
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 0px 8px;
}
.contact_dl dt span{
	padding: 2px 8px 2px 8px;
	margin-right: 15px;
	font-size: 0.8em;
	line-height: 1;
	margin-left: 10px;
}
.contact_dl dd {
	float: none;
	text-align: left;
	padding: 0px 0px 10px;
	margin-bottom: 12px;
}
.contact_dl dd:last-child {
	padding: 0px 0px 10px;
	border-bottom: 2px solid #F2F3EE;
	word-wrap: break-word;
}
.contact_dl dd:last-child {
	margin-bottom: 23px;
}
.contact_dl dd .contact_input01{
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #DFDFDF;
	-webkit-appearance: none;
	display: block;
	border-radius: 0px;
}
.contact_dl dd .contact_input02{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0px;
}
.contact_dl dd select{
    font-size: 15px;
    padding: 4px 5px;
    border: 1px solid #E7E7E7;
    width: 100px;
    background-color: #F6F6F6;
    margin-right: 0px;
    margin-bottom: 8px;
}
.contact_dl  dd .text01{
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	height: 180px;
	border-radius: 0px;
}
.contact_dl .radio_box01 {
	padding-top: 10px;
}
.contact_dl .radio_box01 span {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_input_btn {
	letter-spacing: 0.2em;
}
.contact_input_btn a:hover{
	color: #000;
	background-image: url(../img/btn_arrow01.png);
}
.contact_input_btn {
	box-sizing: border-box;
	display: inline-block;
	border-radius: 0px;
	letter-spacing: 0.02em;
	font-size: 15px;
}
.contact_input_btn.back {
	margin-right: auto;
}

}

/*------------------------------------------------------
　　　　　　　　　＊ ENTRY ＊
-------------------------------------------------------*/
.entry_box {
    background-color: #FFFFFF;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
    margin-bottom: 40px;
}
.entry_box img {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.entry_box p {
    margin-bottom: 15px;    
}
.entry_list li {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 20px;
}
.entry_list li:last-child {
    margin-bottom: 0px;
}
.entry_list li .day {
    color: #4D4D4D;
    font-size: 13px;
}
/*wp-pagenavi base*/
.wp-pagenavi {
	clear: both;
	text-align:center;
 
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #000000;
	border-color: #000000;
    }


/*------------------------------------------------------
　　　　　　　　　＊ CASMARA ＊
-------------------------------------------------------*/
.casmara_list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.casmara_list li {
    width: 520px;
    margin-bottom: 20px;
    margin-right: 40px;
    border: 1px solid #E5E5E5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.casmara_list li:nth-child(2n) {
    margin-right: 0px !important;
}
.casmara_list li .photo {
    width: 209px;
}
.casmara_list li .text_box {
    width: 309px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-align: left;
}
.casmara_list li .color {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1;
}
.casmara_list li .effect {
    font-size: 18px;
    margin-bottom: 18px;
	line-height: 1.2;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.casmara_list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.casmara_list li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 40px;
    border: 1px solid #E5E5E5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 16px;
}
.casmara_list li:nth-child(2n) {
    margin-right: 0px !important;
}
.casmara_list li .photo {
    width: 150px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.casmara_list li .photo img {
    width: 100%;
	height: auto;
}
.casmara_list li .text_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-align: justify;
    font-size: 13px;
}
.casmara_list li .color {
    font-size: 19px;
    margin-bottom: 4px;
    line-height: 1;
}
.casmara_list li .effect {
    font-size: 15px;
    margin-bottom: 8px;
	line-height: 1.2;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ EYE ＊
-------------------------------------------------------*/
.eye_list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.eye_list li {
    width: 880px;
    margin-bottom: 20px;
    margin-right: auto;
    border: 1px solid #E5E5E5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    align-items: center;
    margin-left: auto;
}

.eye_list li .photo {
    width: 300px;
    margin-bottom: 0px !important;
}
.eye_list li .text_box {
    width: 780px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-left: 50px;
    text-align: left;
}
.eye_list li .name {
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 1;
}
.eye_list .point_list li {
    border-style: none;
    width: auto;
    margin-bottom: 3px;
    text-align: left;
}
.attention_box {
    border: 1px solid #C7C7C7;
    font-size: 88%;
    text-align: left;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 13px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 880px;
    margin-left: auto;
    margin-right: auto;
}
.attention_box .ttl {
    font-size: 110%;
    margin-bottom: 5px;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.eye_list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.eye_list li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 40px;
    border: 1px solid #E5E5E5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 16px;
}
.eye_list li .photo {
    width: 200px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.eye_list li .photo img {
    width: 100%;
	height: auto;
}
.eye_list li .text_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-align: justify;
    font-size: 13px;
}
.eye_list li .name {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.2;
	text-align: center;
}
.eye_list .point_list li {
    border-style: none;
    width: auto;
    margin-bottom: 5px;
    padding-top: 0px;
    margin-right: 0px !important;
    padding-right: 0px;
}
.attention_box {
    border: 1px solid #C7C7C7;
    font-size: 88%;
    text-align: left;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 17px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.attention_box .ttl {
    font-size: 110%;
    margin-bottom: 5px;
}
}

/*------------------------------------------------------
　　　　　　　　　＊ COSME ＊
-------------------------------------------------------*/
.cosme_list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.cosme_list li {
    width: 1080px;
    margin-bottom: 20px;
    margin-right: 40px;
    border: 1px solid #E5E5E5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    align-items: center; 
}

.cosme_list li .photo {
    width: 350px;
}
.cosme_list li .text_box {
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    text-align: left;
}
.cosme_list li .name {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1;
}
.cosme_list li .name .f_s {
    font-size: 85%;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.cosme_list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.cosme_list li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 40px;
    border: 1px solid #E5E5E5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 16px;
}
.cosme_list li .photo {
    width: 200px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.cosme_list li .photo img {
    width: 100%;
	height: auto;
}
.cosme_list li .text_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-align: justify;
    font-size: 13px;
}
.cosme_list li .name {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.2;
}
.cosme_list li .name .f_s {
    font-size: 85%;
}
}
/*------------------------------------------------------
　　　　　　　　　＊ SNS ＊
-------------------------------------------------------*/
.sns_box{
    position: fixed;
    top: 50%;
    right: 0px;
    margin-top: -25px;
}
.sns_box p {
    background-color: rgba(0,0,0,0.1);
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 12px;
    padding-left: 12px;
}
.sns_box p img{
    width: 26px;
    height: auto;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
.sns_box{
    position: static;
    top: 50%;
    right: 0px;
    margin-top: 0px;
    width: 100%;
}
.sns_box p {
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.sns_box p img{
    width: 26px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
}


/*------------------------------------------------------
　　　　　　　　　＊ QR ＊ 240419
-------------------------------------------------------*/
.cm_line_qr {
    text-align: center;    
}
.cm_line_qr img {
    width: 190px;
    height: auto;
}
#rss {
    margin-bottom: 30px;    
}
.cm_line_box {
    text-align: center;
    background-color: #F6F6F6;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.cm_line_box .contact_ttl01 {
    color: #000000;
    background-image: url(../img/common/bar01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 13px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Cinzel";
    letter-spacing: 0.14em;
}
/*--------------- SP ---------------*/
@media screen and (max-width: 768px){
    .cm_line_box .contact_ttl01 {
    color: #000000;
    background-image: url(../img/common/bar01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 13px;
    margin-bottom: 20px;
    font-size: 17px;
    font-family: "Cinzel";
    letter-spacing: 0.14em;
}
}
