/*!
Theme Name: serina-mb
Theme URI: https://www.serina-mb.com/
Author: serina-mb
Description: Description
Version: 1.0.0
Text Domain: https://www.serina-mb.com/
*/

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
html,body{
     height:100%;
}
html {
    font-size: 62.5%;
}
ol, 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;
}
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
a{
	color: #3b3b3b;
	transition: .4s;
}
a:hover{
	opacity: 0.8;
}
p {
　　　overflow-wrap: break-word;
　　　word-wrap: break-word;
}

/*--------------------------------------------------------------
# 全体
--------------------------------------------------------------*/
body {
    width:100%;
    font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    margin:0;
    padding:0;
    color:#3b3b3b;
    line-height:1.7;
    position: relative;
    font-size: 1.6rem;
	background:#ffffff;
}
.sp_text_br{
		display: none;
	}
.pc_hidden_text{
	display: none;
}
.sp_hidden_text{
	display: block;
}
.contents_wrap {
    width: 1200px;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
	display: block;
}
.intro_text{
	font-size: 2rem;
	text-align: center;
}
.text_black{
	color: #000000;
}

/***フォント***/
.philosopher-reg {
  font-family: "Philosopher", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.philosopher-bold {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/***タイトル***/
.main_title{
	text-align: center;
	margin-bottom: 30px;
}
.main_title .en_tit{
	font-family: "Philosopher", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.3rem;
    color: #766162;
    display: block;
	line-height: 1.4;
}
.main_title .jp_tit{
	font-size: 4.8rem;
	color: #3b3b3b;
}
.main_title_wh{
	text-align: center;
	margin-bottom: 30px;
}
.main_title_wh .en_tit{
	font-family: "Philosopher", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 6rem;
    color: #ffffff;
    display: block;
	line-height: 1.4;
}
.main_title_wh .jp_tit{
	font-size: 3rem;
	color: #ffffff;
}

/***ボタン***/
.main_btn{
	font-family: "Philosopher", sans-serif;
    width: 230px;
    height: 55px;
    display: flex;
    border-radius: 50px;
    background-image: linear-gradient(90deg, #0a3673, #3f75be);
    color: #ffffff;
    justify-content: center;
    align-items: center;
    font-size: 1.9rem;
	position: relative;
}
.main_btn .link_icon_s {
    position: absolute;
    right: 0;
    margin-right: 25px;
    width: 17px;
}

.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt40{ margin-top: 40px;}
.mt50{ margin-top: 50px;}
.mt60{ margin-top: 60px;}
.mt70{ margin-top: 70px;}
.mt80{ margin-top: 80px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}
.mb60{ margin-bottom: 60px;}
.mb70{ margin-bottom: 70px;}
.mb80{ margin-bottom: 80px;}
.mtb20{ margin: 20px 0;}
.mtb30{ margin: 30px 0;}
.mtb40{ margin: 40px 0;}
.mtb50{ margin: 50px 0;}
.mtb60{ margin: 60px 0;}
.mtb70{ margin: 70px 0;}
.mtb80{ margin: 80px 0;}
.pt20{ padding-top: 20px;}
.pt30{ padding-top: 30px;}
.pt40{ padding-top: 40px;}
.pt50{ padding-top: 50px;}
.pt60{ padding-top: 60px;}
.pt70{ padding-top: 70px;}
.pt80{ padding-top: 80px;}
.pb20{ padding-bottom: 20px;}
.pb30{ padding-bottom: 30px;}
.pb40{ padding-bottom: 40px;}
.pb50{ padding-bottom: 50px;}
.pb60{ padding-bottom: 60px;}
.pb70{ padding-bottom: 70px;}
.pb80{ padding-bottom: 80px;}
.ptb20{ padding: 20px 0;}
.ptb30{ padding: 30px 0;}
.ptb40{ padding: 40px 0;}
.ptb50{ padding: 50px 0;}
.ptb60{ padding: 60px 0;}
.ptb70{ padding: 70px 0;}
.ptb80{ padding: 80px 0;}

/***Q&A***/
.qa-item {
  border-radius: 10px;
  margin-bottom: 15px;
  background: #f9f9f9;
  overflow: hidden;
}
.qa-question {
  font-weight: bold;
  cursor: pointer;
  padding: 20px 30px;
  position: relative;
}
.qa-question::before {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 2rem;
    font-family: "Yu Gothic", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    margin-top: -4px;
}
.qa-item.open .qa-question::before {
  content: '−';
    font-size: 2rem;
    font-family: "Yu Gothic", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    margin-top: -4px;
}
.qa-answer {
  display: none;
  padding: 0px 30px 15px;
}

/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
/***メニュー***/
/* ハンバーガーアイコン */
header .menu-toggle {
	position: fixed;
	top: 19px;
	right: 15px;
	z-index: 1001;
	cursor: pointer;
	width: 30px;
	height: 23px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
header .menu-toggle span {
	display: block;
	height: 3px;
	width: 100%;
	background: #0a3673;
	border-radius: 2px;
	transition: all 0.4s ease;
	transform-origin: center;
}
header .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translateY(13px);
    margin-left: 15px;
}
header .menu-toggle.active span:nth-child(2) {
	opacity: 0;
}
header .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-15px);
    margin-left: 15px;
}
    /* メニュー全体 */
header .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    transition: right 0.3s ease;
    z-index: 1000;
    padding: 60px 20px;
    margin-right: 0px;
}   
header .menu.open {
	right: 0;
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
}
header .menu ul {
	list-style: none;
	padding: 0;
}
header .menu ul li{
	text-align: center;
}
header .menu ul li a {
    text-decoration: none;
    color: #0a3673;
    font-size: 2.3rem;
	text-align: center;
    font-family: "Philosopher", sans-serif;
    font-weight: 500;
    font-style: normal;
}
header .menu ul li a span.jp_text{
	color: #a3a3a3;
	font-size: 1.4rem;
	display: block;
	font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
header .menu ul li ul {
    display: none;
    padding-left: 15px;
}
    /* 矢印 */
header .submenu-toggle .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}
header .submenu-toggle.open .arrow {
    transform: rotate(180deg);
}
@media (min-width: 980px) {
header .menu-toggle {
    display: none;
 }
header .menu {
    position: static;
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    padding: 0;
    right: 0 !important;
}
header .menu ul {
        display: flex;
        height: 90px;
        gap: 20px;
        padding-top: 10px;
}    
header .menu ul li ul {
    display: none;
}
}
header {
    position: fixed;
    height: 90px;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    top: 0;
}
header h1.header_logo{
    width: 190px;
    height: 190px;
    padding: 20px;
    border-radius: 0 0 10px 0px;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
}
header .flexbox {
    display: flex;
    margin-left: 190px;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding: 0 40px;
}
header .flexbox .text_logo{
    font-size: 2.4rem;
    font-weight: bold;
}
header .flexbox .g_nav_wrap{
    display: flex;
    align-items: center;
}
header .flexbox .g_nav_wrap ul.sns_link {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
header .menu li.current{
    border-bottom: solid 5px #0a3673;
    padding-bottom: 10px;
}
header .g_nav_wrap .sns_link li.insta_icon{
    margin-right: 20px;
}

/*--------------------------------------------------------------
# スクロールアニメーション
--------------------------------------------------------------*/
/* アニメーション設定 */
.scr_fadeup {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
.scr_fadeup.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}

/*--------------------------------------------------------------
# MV
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# TOPページ
--------------------------------------------------------------*/
#home #page_header_wrap,#home .pankuzu{
	display: none;
}
#home #page_contentswrap{
	margin-bottom: 0px;
}
#home #wrapper{
background: #E0EEFF;
background: linear-gradient(90deg,rgba(224, 238, 255, 1) 0%, rgba(239, 246, 255, 1) 50%, rgba(224, 238, 255, 1) 100%);
}

/**お知らせ**/
#top_news{
    background: #0a3673;
    padding: 60px 0px 40px;
}
#top_news .contents_wrap{
    padding: 0 60px;	
}
#top_news .flexbox {
    display: flex;
}
#top_news .flexbox .leftbox {
    margin-right: 118px;
}
#top_news .flexbox .leftbox h3{
	margin-bottom: 0px;
}
#top_news .flexbox .leftbox .main_title .en_tit{
    font-size: 1.9rem;
    color: #ffffff;
}
#top_news .flexbox .leftbox .main_title .jp_tit{
    font-size: 3rem;
    color: #ffffff;
}
#top_news .flexbox ul li{
    margin: 0px 0px 15px;
}
#top_news .flexbox ul li a {
    color: #ffffff;
    display: flex;
    align-items: center;
}
#top_news .top_news_area ul li .date{
    margin-right: 30px;
    margin-left: 30px;
}
#top_news .top_news_area ul li .cat {
    background: #ffffff;
    width: 100px;
    color: #0a3673;
    font-size: 1.4rem;
    display: block;
    text-align: center;
    border-radius: 2px;
}
#top_news .top_news_link{
    color: #ffffff;
    display: flex;
    justify-content: end;
}

/**症例事例**/
#top_case_photo {
    padding: 80px 0px 110px;
    background: url(images/case_photo_bk.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 60%;
}
#top_case_photo .contents_wrap{
	position: relative;
}
#top_case_photo .contents_wrap .before_now{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -20px;
}
#top_case_photo .main_title {
    text-align: center;
    margin-bottom: 50px;
}
#top_case_photo .btn_wrap{
    display: flex;
    justify-content: end;
	margin-bottom: 60px;
}

/***波***/
.wave-section {
  position: relative;
  z-index: 1;
}
.wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 1;
}
.wave-bottom svg {
  display: block;
  width: 100%;
  height: 100%;
}

/**メッセージ**/
#top_message {
    padding: 20px 0px 100px 0px;
    background: #ffffff;
    position: relative;
}
#top_message .flexbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#top_message .flexbox .leftbox{
    width: 430px;
}
#top_message .flexbox .rightbox{
    width: calc(100% - 540px);
}
#top_message .flexbox .rightbox .main_title .en_tit{
    font-size: 4.8rem;
    text-align: left;
    line-height: 1;
}
#top_message .flexbox .rightbox h4{
    font-size: 3rem;
    margin-bottom: 20px;
}
#top_message .flexbox .rightbox p.text {
    font-size: 1.8rem;
    letter-spacing: -1px;
    line-height: 2;
}
#top_message .flexbox .rightbox p.name{
    font-size: 1.8rem;
    text-align: right;
    margin: 30px 0px;
}

/***美容メニュー***/
#top_beauty_menu{
    padding: 80px 0px;
	background: url(images/top_menu_bk.jpg);
	background-size: cover;
	background-position: center;
}
#top_beauty_menu .main_title {
    text-align: left;
}
#top_beauty_menu .info{
    font-size: 3rem;
    margin-bottom: 100px;
}
#top_beauty_menu .bnr_wrap .beauty_bnr {
    margin-bottom: 25px;
    display: block;
}
#top_beauty_menu .pc_hidden_text.beauty_menu04{
	display: none;
}
#top_beauty_menu .bnr_wrap .flexbox{
	display: flex;
	justify-content: space-between;
}
#top_beauty_menu .bnr_wrap .flexbox .leftbox{
	width: 49%;
}
#top_beauty_menu .bnr_wrap .flexbox .rightbox{
	width: 49%;
}

/***Follow Us***/
#follow_us {
    padding: 60px 0px;
    background: url(images/follow_us_bk.png);
    background-size: cover;
    background-position: center;
}
#follow_us .main_title .en_tit{
    font-size: 4rem;
}
#follow_us .main_title .jp_tit{
    font-size: 3.9rem;
}
#follow_us .info{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
}
.insta_btn {
    background-color: #ffffff;
    border: none;
    font-size: 2.4rem;
    box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.15), inset -4px -4px 8px rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    width: 560px;
    margin: 0 auto;
    height: 70px;
    position: relative;
}   
.insta_btn:active {
      box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2),
                  inset -2px -2px 5px rgba(255, 255, 255, 0.6);
    }  
.insta_btn .insta_icon{
    margin-right: 20px;
}
.insta_btn .arrow_icon {
    position: absolute;
    right: 0;
    margin-right: 40px;
}

/***よくある質問***/
#top_faq{
	padding: 60px 0px;
	background: #E0EEFF;
    background: linear-gradient(90deg, rgba(224, 238, 255, 1) 0%, rgba(239, 246, 255, 1) 50%, rgba(224, 238, 255, 1) 100%);
}
#top_faq h3.main_title{
	text-align: center;
}
#top_faq .btn_wrap{
    margin-top: 50px;
    display: flex;
    justify-content: end;
}

/***リンクバナー***/
#blue_bnr_wrap{
	background: #ffffff;
}
#blue_bnr_wrap .contents_wrap{
	display: flex;
	justify-content: space-between;
	padding: 60px 0px;
}
#blue_bnr_wrap .blue_bnr {
    width: 48%;
    padding: 50px 40px 50px 70px;
    position: relative;
    background: #0a3673;
    border-radius: 10px 49px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#blue_bnr_wrap .blue_bnr .text_wrap .en_text{
	color: #ffffff;
	font-size: 6rem;
}
#blue_bnr_wrap .blue_bnr .text_wrap .jp_text{
	color: #ffffff;
	font-size: 2.3rem;
}

/*--------------------------------------------------------------
# 下層ページ
--------------------------------------------------------------*/
#page_contentswrap{
    margin-bottom: 100px;
}

/***パンくず***/
.pankuzu{
    font-size: 1.4rem;
    margin-bottom: 80px;
    text-align: right;
}

#page_header_wrap{
    height: 30rem;
    background: #E0EEFF;
    background: linear-gradient(90deg, rgba(224, 238, 255, 1) 0%, rgba(239, 246, 255, 1) 50%, rgba(224, 238, 255, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 90px auto 15px;
    background-size: cover;
    background-position: center;
    position: relative;
}
#page_header_wrap .inner_box {
    background: url(images/case_photo_bk.png);
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
}
#page_header_wrap .inner_box .page_header{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page_header_wrap .inner_box .page_header .page_header_en_title {
    font-size: 4.8rem;
    text-align: center;
    line-height: 1;
    color: #766162;
    display: block;
    margin-bottom: 10px;
	font-family: "Philosopher", sans-serif;
    font-weight: 500;
    font-style: normal;
}
#page_header_wrap .inner_box .page_header .page_header_jp_title{
    font-size: 2rem;
    display: block;
    text-align: center;
}

/***ご利用の流れ***/
 #flow .flow_list{
    background: #E0EEFF;
    background: linear-gradient(90deg, rgba(224, 238, 255, 1) 0%, rgba(239, 246, 255, 1) 50%, rgba(224, 238, 255, 1) 100%);
    padding: 20px;
    margin-bottom: 80px;
    border-radius: 10px;
	position: relative;
}
 #flow .flow_list .number{
    position: absolute;
    color: #0a3673;
    font-size: 5rem;
    top: 0;
    left: 0;
    margin-top: -59px;
    font-family: "Philosopher", sans-serif;
    font-weight: 500;
    font-style: normal;
}
#flow .flow_list .flexbox{
	display: flex;
	justify-content: space-between;
    background: #ffffff;
    padding: 40px;
}
#flow .flow_list .flexbox .leftbox {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#flow .flow_list .flexbox .rightbox{
	width: calc(100% - 200px);
}
#flow .flow_list .flexbox .rightbox .flow_title {
    font-size: 2.4rem;
    color: #0a3673;
    border-bottom: solid 1px #0a3673;
    margin-bottom: 15px;
}
 #flow .flow_list.list01 .img_01{
    height: 120px;
    margin-right: 10px;
}
#flow .flow_list.list01 .img_02{
	width: 100px;
}
 #flow .flow_list.list01 .img_03{
    width: 120px;
}

/***料金***/
#price .price_mart60{
	margin-top: 60px;
}
#art_make_price,#beauty_drip_price,#diet_injections_price,#massage_peel_price{
	margin-top: -100px;
	padding-top: 100px;
}
#price .price_box {
    margin-top: 50px;
    background: #E0EEFF;
    background: linear-gradient(90deg, rgba(224, 238, 255, 1) 0%, rgba(239, 246, 255, 1) 50%, rgba(224, 238, 255, 1) 100%);
    border-radius: 15px;
    padding: 40px;
}
#price .menu_sub_title{
    color: #766162;
    font-size: 2.4rem;
    border-left: solid 2px;
    line-height: 1;
    padding: 0 10px;
    margin-bottom: 15px;
}
#price .menu_sub_title .s_text{
    font-size: 1.8rem;
    margin-top: 10px;
    display: block;
}
#price .main_title .m_title{
    display: block;
    font-size: 3rem;
    line-height: 1;
}
#price .item_btn_wrap{
    display: flex;
    justify-content: center;
    margin: 0 0 60px;
}
#price .item_btn_wrap a{
    margin: 0 20px;
}
#price .item_btn_wrap a.main_btn .link_icon_s {
    position: absolute;
    right: 0;
    margin-right: 15px;
    width: 15px;
}
#price .menu_item_wrap {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
    margin-bottom: 40px;
}
#price .menu_item_wrap table{
	width: 100%;
}
#price .menu_item_wrap th, #price .menu_item_wrap td {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 1em;
    vertical-align: middle;
}
#price .menu_item_wrap th {
    background-color: #0a3673;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 240px;
    min-width: 4em;
}
#price .menu_item_wrap td {
    width: calc(100% - 240px);
    text-align: right;
}
#price .menu_item_flex{
	display: flex;
	justify-content: space-between;
}
#price .menu_item_flex .rightbox,#price .menu_item_flex .leftbox{
	width: 48%;
}
#price .menu_item_flex .menu_item_wrap table{
    margin-bottom: 15px;
}
#price .menu_item_flex .menu_item_wrap .info_text{
	font-size: 1.5rem;
}
#price .otoku_wari{
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
}
#price .otoku_wari h4{
    color: #766162;
    font-size: 2.4rem;
    text-align: center;
    border-bottom: solid 1px;
    margin-bottom: 20px;
}
#price .otoku_wari h5{
    text-align: center;
    font-size: 2.1rem;
}
#price .otoku_wari .price_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-family: "Philosopher", sans-serif;
    font-weight: 500;
    font-style: normal;
}
#price .otoku_wari .price_flex .arrow{
    margin: 0 20px;
}
#price .otoku_wari .price_flex .s_price01{
    color: #0a3673;
}
#price .otoku_wari .price_flex .s_price02{
    color: #e35e60;
    font-size: 4rem;
}
#price .otoku_wari .text01,#price .otoku_wari .text02{
    text-align: center;
}

/*--------------------------------------------------------------
# 美容メニュー
--------------------------------------------------------------*/
.beauty_menu_category_item_wrap{
    margin-bottom: 100px;
}
.beauty_menu_category_item_wrap #cate_btn_area {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
}
.beauty_menu_category_item_wrap #cate_btn_area a{
	font-family: "Philosopher", sans-serif;
    width: 18%;
    height: 55px;
    display: flex;
    border-radius: 50px;
	background: #E0EEFF;
    background: linear-gradient(90deg, rgba(224, 238, 255, 1) 0%, rgba(239, 246, 255, 1) 50%, rgba(224, 238, 255, 1) 100%);
    border: solid 1px #0a3673;
    color: #0a3673;
    justify-content: center;
    align-items: center;
    font-size: 1.9rem;
    position: relative;
}
h3.beauty_menu_page_title{
    font-size: 3.8rem;
    color: #3b3b3b;
    text-align: center;
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
# 症例事例
--------------------------------------------------------------*/
.out_line_title {
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-size: 2.1rem;
    letter-spacing: 0;
    margin-bottom: 10px;
}
/***
.out_line_title:before, .out_line_title:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #0a3673;
    width: 2.5px;
    height: 30px;
    margin: 0 15px;
    margin-top: -.2em;
    vertical-align: middle;
    border-radius: 10px;
}
.out_line_title:before {
	transform: rotate(-40deg);
}
.out_line_title:after {
	transform: rotate(40deg);
}
***/
ul.case_photo_item_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.case_photo_item_wrap:after{
	content:'';
	width: 31.5%;
	display: block;
}
ul.case_photo_item_wrap li{
	width: 31.5%;
	margin-bottom: 50px;
}
ul.case_photo_item_wrap li .image_wrap {
    width: 100%;
    aspect-ratio: 380 / 250;
    position: relative;
}
ul.case_photo_item_wrap li .image_wrap .image {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
ul.case_photo_item_wrap li .image_wrap .category_wrap{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #E0EEFF;
    padding: 2px 5px 0px 5px;
    font-size: 1.4rem;
    border-radius: 0 0 5px 0;
    color: #0a3673;
}
#case_photo_single_page_wrap .titlewrap {
    margin-bottom: 60px;
    border-bottom: solid 1px;
}
#case_photo_single_page_wrap .titlewrap .out_line_title {
    font-size: 2.6rem;
    margin-bottom: 10px;
}
#case_photo_single_page_wrap .thumb_image_wrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto 40px;
}
.beauty_menu_category_item_wrap #cate_btn_area a.active{
	background: #0a3673;
	color: #ffffff;
}
#case_photo_single_page_wrap .category_wrap{
	text-align: center;
}
#case_photo_single_page_wrap .category_wrap .cate_name {
    background: #0a3673;
    color: #ffffff;
    padding: 2px 5px 0px;
    font-size: 1.4rem;
    display: inline-block;
    margin-bottom: 20px;
}
#case_photo_single_page_wrap .before_after_wrap{
    display: flex;
    justify-content: space-between;
}
#case_photo_single_page_wrap .before_after_wrap .after_item,#case_photo_single_page_wrap .before_after_wrap .before_item{
    width: 47%;
}
#case_photo_single_page_wrap .before_after_wrap .before_item .title{
    text-align: center;
    background: #E0EEFF;
    padding: 12px 10px 8px;
    font-size: 1.8rem;
    color: #0a3673;
}
#case_photo_single_page_wrap .before_after_wrap .after_item .title{
    text-align: center;
    background: #FFE5E5;
    padding: 12px 10px 8px;
    font-size: 1.8rem;
    color: #73170a;
}

/*--------------------------------------------------------------
# 美容メニュー
--------------------------------------------------------------*/
ul.beauty_menu_item_wrap li{
	margin-bottom: 80px;
}
ul.beauty_menu_item_wrap li a{
    display: flex;
}
ul.beauty_menu_item_wrap li .image_wrap {
    width: 380px;
    aspect-ratio: 380 / 250;
    position: relative;
}
ul.beauty_menu_item_wrap li .beauty_menu_archive_title_wrap{
    width: calc(100% - 380px);
    padding-left: 40px;
}
ul.beauty_menu_item_wrap li .beauty_menu_archive_title_wrap .b_title{
    font-size: 2.6rem;
}
ul.beauty_menu_item_wrap li .beauty_menu_archive_title_wrap .m_title{
    font-size: 1.8rem;
    margin-top: 10px;
}
ul.beauty_menu_item_wrap li .image_wrap .image {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
ul.beauty_menu_item_wrap li .image_wrap .category_wrap{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #E0EEFF;
    padding: 2px 5px 0px 5px;
    font-size: 1.4rem;
    border-radius: 0 0 5px 0;
    color: #0a3673;
}
#beauty_menu_single_page_wrap .titlewrap {
    margin-bottom: 60px;
    border-bottom: solid 1px;
}
#beauty_menu_single_page_wrap .titlewrap .out_line_title {
    font-size: 2.6rem;
    margin-bottom: 10px;
}
#beauty_menu_single_page_wrap .thumb_image_wrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto 40px;
}
.beauty_menu_category_item_wrap #cate_btn_area a.active{
	background: #0a3673;
	color: #ffffff;
}
#beauty_menu_single_page_wrap .category_wrap{
	text-align: center;
}
#beauty_menu_single_page_wrap .category_wrap .cate_name {
    background: #0a3673;
    color: #ffffff;
    padding: 2px 5px 0px;
    font-size: 1.4rem;
    display: inline-block;
    margin-bottom: 20px;
}
#beauty_menu_archive_wrap .out_line_title .m_title{
    font-size: 1.6rem;
    margin-top: 10px;
}
#beauty_menu_single_page_wrap .out_line_title .m_title {
    font-size: 1.8rem;
    margin: 15px 0px 10px;
}
#beauty_menu_single_page_wrap .out_line_title .m_title br{
	display: none;
}
.beauty_mb60{
	margin-bottom: 60px;
}
#beauty_menu_single_page_wrap .imagebox_b_wrap .b_image{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
#beauty_menu_single_page_wrap .imagebox_b_wrap .b_image img{
    width: 80%;
}
#beauty_menu_single_page_wrap .imagebox_m_wrap {
    display: flex;
    justify-content:space-between;
    margin: 0 auto;
    width: 80%;
}
#beauty_menu_single_page_wrap .imagebox_m_wrap .m_image01,#beauty_menu_single_page_wrap .imagebox_m_wrap .m_image02{
	width: calc(100%/2);
}
#beauty_menu_single_page_wrap h3.m_title {
    color: #766162;
    font-size: 2.8rem;
    margin-bottom: 20px;
    border-bottom: solid 1px;
}
#beauty_menu_single_page_wrap .nayami_wrap .nayami_title{
    font-size: 2.8rem;
    margin-bottom: 20px;
    text-align: center;
	color: #0a3673;
}
#beauty_menu_single_page_wrap .nayami_wrap{
    background: linear-gradient(90deg, rgba(224, 238, 255, 1) 0%, rgba(239, 246, 255, 1) 50%, rgba(224, 238, 255, 1) 100%);
    padding: 30px 60px;
    border-radius: 30px;
}
#beauty_menu_single_page_wrap .nayami_wrap .nayami-item{
    font-size: 1.8rem;
    margin: 15px auto;
}
#beauty_menu_single_page_wrap .nayami_wrap{
	text-align: center;
}
#beauty_menu_single_page_wrap .nayami_wrap .nayami_list{
  display: inline-block;      /* 幅に応じて縮まるブロックに */
  text-align: left;           /* テキストは左揃えに */
}
#beauty_menu_single_page_wrap .nayami_wrap .nayami-item:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(./images/check.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}
#beauty_menu_single_page_wrap .nayami_wrap .nayami_last_text{
    font-size: 2.1rem;
    font-weight: bold;
    margin-top: 30px;
	text-align: center;
}
#beauty_menu_single_page_wrap .about_menu_wrap,#beauty_menu_single_page_wrap .torikumi_wrap {
    background: #f7f6f2;
    padding: 30px;
    border-radius: 30px;
}
.beauty_menu_main_btn_wrap .main_btn {
    width: 600px;
    margin: 0 auto;
    font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 1.8rem;
    padding-top: 5px;
}

/*--------------------------------------------------------------
# お知らせ
--------------------------------------------------------------*/
.news_sigle_title{
    font-size: 2.6rem;
    margin-bottom: 60px;
    border-bottom: solid 1px;
    padding-bottom: 10px;
}
.news_day_cate {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.news_day_cate ul li{
	margin-left: 10px;
}
.news_day_cate ul li a{
    background: #0a3673;
    border-radius: 3px;
    color: #ffffff;
    font-size: 1.4rem;
    padding: 3px 10px;
}
#news ul.news_item_wrap li.news_item {
    border: solid 1px #0a3673;
    border-radius: 5px;
    margin-bottom: 40px;
    position: relative;
}
#news ul.news_item_wrap li.news_item .textcont_wrap {
    margin-right: 90px;
    padding: 20px 20px 15px;
    border-left: 3px solid;
}
#news ul.news_item_wrap li.news_item .archive_day{
    line-height: 1;
}
#news ul.news_item_wrap li.news_item .top_news_link {
    text-align: right;
    display: block;
    color: #0a3673;
    position: absolute;
    right: 0;
    margin-bottom: 15px;
    bottom: 0;
    margin-right: 15px;
}
#news_single_page_wrap .thumb_image_wrap{
    margin-bottom: 40px;
}
#news_single_page_wrap .contentsbox p,#case_photo_single_page_wrap .contentsbox p {
	margin-bottom: 1.4em;
}

.single_bottom_arrowbox{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    border-top: solid 1px #0a3673;
    border-bottom: solid 1px #0a3673;
    padding: 15px 0px 10px 0px;
}
.single_bottom_arrowbox a{
	margin: 0px 20px;
	color: #0a3673;
	font-size: 1.5rem;
}

/*--------------------------------------------------------------
# footer お問い合わせ
--------------------------------------------------------------*/
#footer_before_contact{
	background: url(images/footer_before_contact_bk.jpg);
	background-size: cover;
}
#footer_before_contact .intro_text{
	color: #ffffff;
}
#footer_before_contact .contact_info {
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 50px;
}
#footer_before_contact .wrap770{
	max-width: 770px;
	margin: 0 auto;
}
#footer_before_contact .wrap770 p{
    color: #ffffff;
}
#footer_before_contact .wrap770 p.text01{
	margin-right: 60px;
}
#footer_before_contact .flexbox{
    display: flex;
    justify-content: space-between;
}
#footer_before_contact .flexbox .tel{
	background: #ffffff;
    padding: 20px 40px;
    text-align: center;
    width: 48%;
    border-radius: 10px;
}
#footer_before_contact .flexbox .tel .number{
    font-size: 4rem;
}
#footer_before_contact .flexbox .tel .text_info{
    margin: 0 auto;
    letter-spacing: 0px;
    text-align: left;
}
#footer_before_contact .flexbox .line{
	padding: 20px 40px;
	text-align: center;
	position: relative;
	width: 48%;
	border-radius: 10px;
	background-image: linear-gradient(#6ec22e, #4f9e13);
}
#footer_before_contact .flexbox .line .text{
    font-size: 2.9rem;
    letter-spacing: 0;
    color: #ffffff;
}
#footer_before_contact .flexbox .line .text_info{
    color: #ffffff;
    margin-top: 15px;
}
#footer_before_contact .flexbox .line img{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 15px;
    margin-bottom: 15px;
}

/***ページネーション***/
.post-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.post-pagination-wrapper ul.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-pagination-wrapper li {
    margin: 0 5px;
}
.post-pagination-wrapper a.page-numbers,
.post-pagination-wrapper span.page-numbers {
    background: #ffffff;
    border: solid 1px #0a3673;
    color: #0a3673;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 40px;
    font-family: "Philosopher", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 1.6rem;
    text-decoration: none;
    transition: all 0.2s ease;
}
.post-pagination-wrapper span.page-numbers.current {
    background-image: linear-gradient(90deg, #0a3673, #3f75be);
    color: #ffffff;
    cursor: default;
}
.post-pagination-wrapper .page-numbers img {
    width: 10px;
}

/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
#right_fix_line {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    background: #06c302;
    border-radius: 5px 0px 0px 5px;
    color: #ffffff;
    padding: 15px 5px;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    margin-top: 200px;
}
footer .footer_menu {
    background: #0a3673;
    padding: 20px 0px;
}
footer .footer_menu .contents_wrap{
    display: flex;
    justify-content: space-between;
}
footer .footer_menu ul{
    display: flex;
    align-items: center;
}
footer .footer_menu ul li{
    margin-right: 40px;
}
footer .footer_menu ul li a{
    color: #ffffff;
}
footer .footer_sns{
    display: flex;
}
footer .footer_sns a{
    width: 43px;
    height: 43px;
    display: flex;
    background: #ffffff;
    align-items: center;
    border-radius: 45px;
    justify-content: center;
}
footer .footer_sns a.insta_icon{
    margin-right: 20px;
}
footer .footer-inner.contents_wrap{
	padding:100px 40px 40px; 
}
footer .footer-inner.contents_wrap .footer_logo .text_logo{
    font-size: 2.8rem;
    text-align: center;
}
footer .footer-inner.contents_wrap .footer_logo img{
    margin: 0 auto 20px;
	width:170px;
}
footer .copy_right_area{
	padding-bottom: 30px;
}
footer .copy_right_area p{
	font-size: 1.6rem;
	color: #b2b2b2;
	text-align: center;
}
#footer_bottom_fix{
    display: none;
}

/*--------------------------------------------------------------
# レスポンシブ
--------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
.contents_wrap {
    width: 94%;
    margin: 0 auto;
	}
header h1.header_logo {
    width: 150px;
    height: 150px;
    padding: 15px;
}
header .flexbox {
        margin-left: 150px;
        padding: 0px 20px 0px 0px;
}
header .flexbox .text_logo {
    font-size: 2.1rem;
}
#top_news .flexbox{
		justify-content: space-between;
	}	
#top_news .flexbox .top_news_area{
    width: calc(100% - 180px);
}
#top_news .flexbox .leftbox {
    margin-right: 40px;
        width: 120px;
}
}
@media screen and (max-width:1098px){
    header h1.header_logo {
        width: 130px;
        height: 130px;
        padding: 15px;
    }
header .flexbox {
        margin-left: 130px;
    }
header .menu ul {
        gap: 15px;
	}
header .menu ul li a span.jp_text {
    font-size: 1.2rem;
	}
header .menu ul li a {
    font-size: 2.1rem;
	}
header .flexbox .text_logo {
        font-size: 1.8rem;
    }
.out_line_title {
    font-size: 1.8rem;
}
#top_case_photo .contents_wrap .before_now {
    margin-top: -70px;
    width: 40%;
}
}
@media screen and (max-width:980px){
header {
    height: 60px;
}
header .menu li.current {
    border-bottom: none;
    padding-bottom: 10px;
}
header .menu ul li {
    text-align: center;
    border-bottom: dashed 1px #cccccc!important;
    padding: 10px 0px;
}
header .flexbox {
    margin-left: 140px;
    height: 60px;
    padding: 0 20px 0 0;
}
header h1.header_logo {
    width: 130px;
    height: 130px;
    padding: 10px;
	}
header .flexbox .g_nav_wrap ul.sns_link {
    margin-right: 50px;
}
#page_header_wrap {
    margin: 60px auto 15px;
	}
#footer_before_contact .flexbox .tel .text_info {
    width: 100%;
	}
footer .footer_menu .contents_wrap {
    display: block;
}
#footer_bottom_fix {
        display: flex;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }
#footer_bottom_fix a {
        width: calc(100% / 2);
        text-align: center;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
    }
#footer_bottom_fix a.line_btn{
		background: #06c302;
	}
#footer_bottom_fix a.tel_btn{
		background: #0a3673;
	}
#footer_bottom_fix a i,#footer_bottom_fix a img{
    margin-right: 5px;
}
}
@media screen and (max-width:860px){
body{
		font-size: 1.4rem;
	}
.pankuzu {
    margin-bottom: 50px;
}
.breadcrumb-area {
        font-size: 1.1rem;
        text-align: left;
    }
.single_bottom_arrowbox a {
    margin: 0px 20px;
    color: #0a3673;
    font-size: 1.3rem;
}
.sp_text_br{
		display: block;
	}
.pc_hidden_text{
	display: block;
}
.sp_hidden_text{
	display: none;
}
.main_title_wh .en_tit {
    font-size: 4.6rem;
	}
.main_title_wh .jp_tit {
    font-size: 1.8rem;
}
.main_title .jp_tit {
    font-size: 2.8rem;
}
.intro_text {
    font-size: 1.6rem;
    text-align: center;
}
.ptb80 {
    padding: 40px 0;
}
#right_fix_line {
    padding: 15px 0px;
	display: none;
	}
	
/***ヘッダー***/
header h1.header_logo {
        width: 100px;
        height: 100px;
        padding: 10px;
} 
header .flexbox {
        margin-left: 100px;
}
header .flexbox .text_logo {
    font-size: 1.8rem; 	   
}
header .menu {
    padding: 30px 20px;
	}
header .g_nav_wrap .sns_link li.insta_icon {
    margin-right: 10px;
}
header .flexbox .g_nav_wrap ul.sns_link{
		display: none;
	}	
header .menu ul li a {
    line-height: 1.4;
}
.btn_wrap{
		display:flex;
		justify-content:center;
}	
/***TOP***/
#mv_wrap{
    margin-top: 60px;
}
#top_news .flexbox .leftbox .main_title .jp_tit {
    font-size: 2.8rem;
}
#top_news .flexbox .top_news_area {
        width: 100%;
    }    
#top_news .flexbox .leftbox {
        margin-right: 0px;
        margin-bottom: 20px;
    }
#top_news {
    padding: 30px 0px 30px;
}
#top_news .contents_wrap {
    padding: 0 0px;
}
#top_news .flexbox ul li a {
    display: block;
}
#top_news .top_news_area ul li .date {
    margin-right: 5px;
    margin-left: 0px;
}
#top_news .flexbox {
    display: block;
}
#top_news .top_news_area ul li .cat {
    width: 85px;
    font-size: 1.3rem;
    display: block;
    border-radius: 2px;
    padding: 3px 5px 1px;
    margin-bottom: 5px;
}
#top_case_photo .contents_wrap .before_now {
    margin-top: -64px;
    width: 60%;
}
ul.case_photo_item_wrap {
        display: block;
        width: 80%;
        margin: 0 auto;
    }    
ul.case_photo_item_wrap li {
    width: 100%;
	margin-bottom:30px;
}
.out_line_title {
    font-size: 1.8rem;
	}
#top_message {
    padding: 20px 0px 50px 0px;
	}
#top_message .flexbox .rightbox .main_title .en_tit {
    font-size: 3.8rem;
	}
#top_message .flexbox .rightbox h4 {
    font-size: 2.4rem;
}
#top_message .flexbox {
    display: block;
	}
#top_message .flexbox .leftbox {
        width: 80%;
        margin: 0 auto 20px;
    }
#top_message .flexbox .rightbox {
    width: 100%;
}
#top_message .flexbox .rightbox p.text {
    font-size: 1.6rem;
	}
#top_message .flexbox .rightbox p.text br{
		display: none;
	}
.wave-bottom {
    height: 100px;
}
#top_case_photo .contents_wrap {
    width: 80%;
}
ul.case_photo_item_wrap li .image_wrap {
    height: auto;
}
#top_case_photo .btn_wrap {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
}
#top_beauty_menu {
    padding: 50px 0px 30px
	}
#top_beauty_menu .info {
    font-size: 2.1rem;
    margin-bottom: 40px;
}
#top_beauty_menu .bnr_wrap .flexbox {
    display: block;
    justify-content: space-between;
}
#top_beauty_menu .bnr_wrap .flexbox .leftbox {
    width: 100%;
}
#top_beauty_menu .bnr_wrap .flexbox .rightbox {
    width: 100%;
}
#top_beauty_menu .pc_hidden_text.beauty_menu04{
	display: block;
}
#top_beauty_menu .bnr_wrap .beauty_bnr img{
    max-width: 590px;
	margin: 0 auto;
}
#follow_us .info {
    font-size: 1.8rem;
}
#follow_us .main_title .jp_tit {
    font-size: 2.8rem;
}
#follow_us .main_title .en_tit {
    font-size: 2.1rem;
}
#blue_bnr_wrap .contents_wrap {
    display: block;
    padding: 40px 0px 20px;
	}
#blue_bnr_wrap .blue_bnr {
    width: 100%;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
}
#blue_bnr_wrap .blue_bnr .text_wrap .en_text {
    font-size: 5rem;
}
#blue_bnr_wrap .blue_bnr .text_wrap .jp_text {
    font-size: 2rem;
}
#blue_bnr_wrap .blue_bnr img{
    width: 40px;
}
.insta_btn {
    font-size: 2.1rem;
    width: 100%;
	}
#top_faq .btn_wrap {
    justify-content: center;
}
#footer_before_contact .flexbox .tel .number {
    font-size: 3rem;
}
	
/***下層ページ***/	
#page_header_wrap {
    height: 16rem;
	}
#page_header_wrap .inner_box .page_header .page_header_en_title {
    font-size: 3.8rem;
	margin-bottom: 5px;
	}
#page_header_wrap .inner_box .page_header .page_header_jp_title {
    font-size: 1.8rem;
	}
	
/***症例事例***/
#case_photo_single_page_wrap .titlewrap .out_line_title {
    font-size: 1.8rem;
}
#case_photo_single_page_wrap .before_after_wrap {
    display: block;
    justify-content: space-between;
}
#case_photo_single_page_wrap .before_after_wrap .after_item, #case_photo_single_page_wrap .before_after_wrap .before_item {
    width: 100%;
    margin-bottom: 20px;
}
#case_photo_single_page_wrap .before_after_wrap .before_item .title {
    padding: 8px 10px 4px;
    font-size: 1.6rem;
}
#case_photo_single_page_wrap .before_after_wrap .after_item .title {
    padding: 8px 10px 4px;
    font-size: 1.6rem;
}
#case_photo_single_page_wrap .thumb_image_wrap {
    margin: 0 auto 10px;
}
#case_photo_single_page_wrap .titlewrap {
    margin-bottom: 20px;
}
	
/***よくあるご質問***/
.qa-question {
        padding: 20px 29.5px 20px 15px;
    }    
.qa-answer {
    padding: 0px 15px 15px;
}
.qa-question::before {
    right: 10px;
	}
	
/***お知らせ***/
#news ul.news_item_wrap li.news_item .textcont_wrap {
    margin-right: 56px;
    padding: 20px 15px 15px;
}
.news_sigle_title {
    font-size: 1.8rem;
    margin-bottom: 30px;
	}

/***施術の流れ***/
#flow .flow_list .flexbox {
    display: block;
    padding: 20px;
}
#flow .flow_list .flexbox .leftbox {
    width: 100%;
    margin-bottom: 20px;
}
#flow .flow_list .flexbox .rightbox {
    width: 100%;
}
#flow .flow_list {
    padding: 15px;
    margin-bottom: 40px;
	}
#flow .flow_list .flexbox .rightbox .flow_title {
    font-size: 2.1rem;
	}
#flow .flow_list .number {
    font-size: 4rem;
    margin-top: -47px;
	}
#page_contentswrap {
    margin-bottom: 50px;
}
/* Contact Form 7のリスト項目をすべて縦並びに */
.wpcf7-list-item {
    margin-top:10px;
    display: block;
}
	
/***美容メニュー***/
.beauty_menu_category_item_wrap #cate_btn_area {
    display: block;
    margin: 0 0 30px;
}
.beauty_menu_category_item_wrap #cate_btn_area a{
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    font-size: 1.6rem;
}
h3.beauty_menu_page_title {
    font-size: 2.4rem;
	}
.beauty_menu_category_item_wrap {
    margin-bottom: 40px;
}
.beauty_mb60 {
    margin-bottom: 30px;
}
ul.beauty_menu_item_wrap {
    display: block;
	}
    ul.beauty_menu_item_wrap li .image_wrap {
        width: 100%;
        margin: 0 auto 20px;
    }
ul.beauty_menu_item_wrap li {
    width: 100%;
    margin-bottom: 30px;
}
#beauty_menu_single_page_wrap .nayami_wrap {
    padding: 20px 15px;
    border-radius: 15px;
}
#beauty_menu_single_page_wrap .nayami_wrap .nayami_title {
        font-size: 1.8rem;
        margin-bottom: 0px;
    }
#beauty_menu_single_page_wrap .nayami_wrap .nayami-item {
    font-size: 1.5rem;
    margin: 15px auto;
}
#beauty_menu_single_page_wrap .nayami_wrap .nayami_last_text {
    font-size: 1.6rem;
    margin-top: 15px;
}
#beauty_menu_single_page_wrap .titlewrap .out_line_title {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
#beauty_menu_single_page_wrap h3.m_title {
        margin-bottom: 15px;
        font-size: 1.8rem;
    }
#beauty_menu_single_page_wrap .out_line_title .m_title {
    font-size: 1.4rem;
    margin: 15px 0px 10px;
}
#beauty_menu_single_page_wrap .titlewrap {
    margin-bottom: 30px;
    border-bottom: solid 1px;
}
#beauty_menu_single_page_wrap .about_menu_wrap, #beauty_menu_single_page_wrap .torikumi_wrap {
    padding: 20px;
    border-radius: 15px;
}
.beauty_menu_main_btn_wrap .main_btn {
    font-size: 1.6rem;
	width: 80%;
}
ul.beauty_menu_item_wrap li a {
    display: block;
}
ul.beauty_menu_item_wrap li .beauty_menu_archive_title_wrap {
    width: 100%;
    padding-left: 0px;
}
ul.beauty_menu_item_wrap li .beauty_menu_archive_title_wrap .b_title {
    font-size: 2.1rem;
}
	
/***料金***/
#price .item_btn_wrap {
    display: block;
    margin: 0 0 30px;
}
#price .item_btn_wrap a {
        width: 100%;
        height: 42px;
        font-size: 1.6rem;
        margin: 0 0px 10px;
    }
#price .price_box {
    padding: 15px;
}
#price .menu_item_flex {
    display: block;
    justify-content: space-between;
}
#price .menu_item_flex .rightbox, #price .menu_item_flex .leftbox {
    width: 100%;
}
#price .menu_sub_title {
        font-size: 1.8rem;
    }
#price .menu_item_wrap th {
    width: 150px;
	}
#price .menu_item_wrap th, #price .menu_item_wrap td {
    padding: 0.8em;
	}
#price .menu_item_wrap td {
    width: calc(100% - 150px);
    text-align: right;
}
#price .menu_item_wrap {
    margin-bottom: 25px;
}
price .otoku_wari {
    padding: 15px;
}
#price .otoku_wari .price_flex .s_price02 {
    font-size: 3rem;
}
#price .otoku_wari .price_flex .arrow {
    margin: 0 10px;
}
#price .otoku_wari .text01, #price .otoku_wari .text02 {
    text-align: left;
}
	
/***フッター***/
footer{
    padding-bottom: 50px;
}
#footer_before_contact .wrap860{
	max-width: 100%;
	margin: 0 auto;
}
#footer_before_contact .flexbox {
    display: block;
}
#footer_before_contact .flexbox .tel {
    padding: 20px 20px;
    width: 100%;
	}
#footer_before_contact .flexbox .line {
    padding: 20px 20px;
    width: 100%;
    margin-top: 20px;
}
#footer_before_contact .flexbox .line .text {
    font-size: 2.1rem;
}
footer .footer_menu ul {
    display: none;
}
footer .footer_menu ul li a {
    padding: 0px 0px 5px;
    display: block;
}
    footer .footer_sns {
        display: flex;
        margin-top: 0px;
        justify-content: center;
    }
footer .footer-inner.contents_wrap {
    padding: 20px 20px 20px;
}
footer .footer-inner.contents_wrap .footer_logo .text_logo {
    font-size: 2.1rem;
}
footer .copy_right_area p {
    font-size: 1.2rem;
	}
#footer_before_contact {
    background-position: right;
}
}
@media screen and (max-width:600px){
    #price .menu_item_wrap th {
        width: 190px;
    }
    .main_title .jp_tit {
        font-size: 2.4rem;
    }
	#price .main_title {
    margin-bottom: 10px;
}
#top_beauty_menu .bnr_wrap .beauty_bnr img {
        max-width: 100%;
    }
}