/*
Theme Name: 横浜中央クリニック美容クリニックブログテーマ
Theme URI: https://yokohamachuoh-biyou.com/blog/
Description: ブログテーマ
Version: 2.0
Author: 5v
Author URI: https://yokohamachuoh-biyou.com/blog/
*/


/*WP共通部分*/
@media only screen and (min-width: 960px) {
body.wp div.wp_contents {
	width: 960px;
	margin: 0 auto;
}

body.wp div.wp_contents div.l_wp {
	width: 680px;
	float: left;
}

body.wp div.wp_contents div.r_wp {
	width: 240px;
	float: right;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
body.wp div.wp_contents {
	width: 100%;
}

body.wp div.wp_contents div.l_wp {
	width: 61.52%;
	float: left;
}

body.wp div.wp_contents div.r_wp {
	width: 33.28%;
	float: right;
}
}

body.wp div.wp_contents div.r_wp ul {
	border-top: 1px solid #dddddd;
	margin-bottom: 40px;
}

body.wp div.wp_contents div.r_wp ul li {
	border-bottom: 1px solid #dddddd;
	padding-top: 11px;
	padding-bottom: 10px;
	line-height: 1.2em;
	color: #3c3c3c;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

body.wp div.wp_contents div.r_wp ul li a {
	text-decoration: none;
}

body.wp div.wp_contents div.l_wp div.page {
	padding-bottom: 50px;
	text-align: center;
}

/*記事*/
body.wp div.wp_contents div.l_wp section {
	padding-bottom: 70px;
}

body.wp div.wp_contents div.l_wp section div.wp_txt {
    padding-left: 16px;
    padding-right: 16px;
}

body.wp div.wp_contents a {
    color: #555;
}

body.wp div.page {
	padding-bottom: 100px;
    padding-top: 50px;
	text-align: center;
}

img.alignleft {
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
}

img.alignright {
	float: right;
	padding-left: 30px;
	padding-bottom: 30px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}


@media screen and (max-width:767px){

body.wp div.wp_contents div.r_wp ul li {
	padding-left: 10px;
	padding-right: 10px;
}

body.wp div.wp_contents div.l_wp section div.wp_txt {
    padding-left: 10px;
    padding-right: 10px;
}

img.alignleft {
	float: none;
	display: block;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 1.5em;
}

img.alignright {
	float: none;
	display: block;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 1.5em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 1.5em;
}
}


/*アイキャッチ*/
div.thumnbail img {
	background-color: #fff;
    border: 1px solid #ddd;
	margin: 0 20px 0 0;
	padding: 3px;
	float: left;
	
    display: inline;
    height: auto;
    max-width: 173px;
}
div.thumnbail img:hover {
    opacity: 0.8;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
div.thumnbail {
    margin-left: 16px;
}
}

@media screen and (max-width:767px){
div.thumnbail {
    margin-left: 10px;
}

div.thumnbail img {
	max-width: 120px;
}
}

/*コラム*/
@media screen and (min-width:768px){
body.wp div.wp_contents div.l_wp section.column_link {
    padding-bottom: 0!important;
}

body.wp div.wp_contents div.l_wp section.column_link a {
    display: block;
    text-decoration: none;
    margin-bottom: 50px;
    background-color: #fff;
    padding: 5px 25px 5px 5px;
    box-shadow:0 0 10px rgba(218,218,218,0.8);
}

body.wp div.wp_contents div.l_wp section.column_link a div.column_box {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

body.wp div.wp_contents div.l_wp section.column_link a div.column_box div:first-child img {
    width: 250px;
    height: auto;
}

body.wp div.wp_contents div.l_wp section.column_link a div.column_box div:nth-child(2) {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
}

body.wp div.wp_contents div.l_wp section.column_link a div.column_box div:nth-child(2) p.t01 {
    padding: 5px 15px;
    line-height: 1em;
    background-color: #8d773b;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}

body.wp div.wp_contents div.l_wp section.column_link a div.column_box div:nth-child(2) p.t02 {
    padding-top: 10px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

body.wp div.wp_contents div.l_wp section.column_link a div.column_box div:nth-child(2) p.t03 {
    padding-top: 15px;
}

body.wp div.wp_contents div.l_wp section.column_link a div.column_box div:nth-child(2) p.t03 span {
    position: absolute;
    font-size: 10px;
    color: #b7b7b7;
    line-height: 1em;
    font-weight: bold;
    bottom: 0;
    left: 16px;
}
}

@media screen and (max-width:767px){
body.wp div.wp_contents div.l_wp section.column_link {
    padding-bottom: 0!important;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
    padding-left: 10px;
    padding-right: 10px;
}

body.wp div.wp_contents div.l_wp section.column_link a {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 25px;
    text-decoration: none;
    width: 49%;
    position: relative;
    margin-right: 2%;
    background-color: #fff;
    box-shadow:0 0 10px rgba(218,218,218,0.8);
}

body.wp div.wp_contents div.l_wp section.column_link a:nth-child(2n) {
    margin-right: 0;
}

body.wp div.wp_contents div.l_wp section.column_link a div.column_box div:first-child {
    padding: 5px;
}

body.wp div.wp_contents div.l_wp section.column_link a div.column_box div:first-child img {
    width: 100%;
    height: auto;
}

body.wp div.wp_contents div.l_wp section.column_link a div.column_box div:nth-child(2) {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

body.wp div.wp_contents div.l_wp section.column_link a div.column_box div:nth-child(2) p.t01 {
    padding: 5px;
    line-height: 1em;
    background-color: #8d773b;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}

body.wp div.wp_contents div.l_wp section.column_link a div.column_box div:nth-child(2) p.t02 {
    padding-top: 10px;
    color: #333;
    font-weight: bold;
    font-size: 15px;
}

body.wp div.wp_contents div.l_wp section.column_link a div.column_box div:nth-child(2) p.t03 {
    padding-top: 10px;
}

body.wp div.wp_contents div.l_wp section.column_link a div.column_box div:nth-child(2) p.t03 span {
    position: absolute;
    font-size: 10px;
    color: #b7b7b7;
    line-height: 1em;
    font-weight: bold;
    bottom: 10px;
    left: 5px;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
body.wp div.wp_contents div.l_wp section.column_link a div.column_box div:first-child img {
    width: 150px;
    height: auto;
}
}


/*404*/
@media screen and (min-width:641px){
p.not_txt01 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

p.not_txt01 span {
    font-size: 18px;
    font-weight: bold;
}

p.not_txt02 {
    text-align: center;
    padding-bottom: 200px;
}

p.not_txt02 a {
    display: block;
    width: 400px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333;
    text-decoration: none;
    border: 1px solid #333;
    position: relative;
}

p.not_txt02 a:hover {
    opacity: .8;
}

p.not_txt02 a::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
}

@media screen and (max-width:640px){
p.not_txt01 {
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

p.not_txt01 span {
    font-size: 18px;
    font-weight: bold;
}

p.not_txt02 {
    text-align: center;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

p.not_txt02 a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    text-decoration: none;
    border: 1px solid #333;
    position: relative;
}

p.not_txt02 a::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
}


/*症例詳細*/
@media screen and (min-width:768px){
.case_h1 > span > span {
    border: none!important;
    padding: 0 0 0 1em!important;
	margin-bottom: 0!important;
    margin-left: 1em;
    display: inline-block!important;
    font-size: 20px!important;
    position: relative!important;
}

.case_h1 > span > span::before{
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

.case_wp .box {
    text-align: center;
}

.case_box > .box > h2 {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #58491f;
    font-size: 24px;
    height: 78px;
    padding: 0!important;
    margin-bottom: 25px;
}

.case_box > .box > h2 span {
    font-size: 15px;
}

.case_wp .box h3 {
    margin-bottom: 25px;
}

.case_wp .box h3 span {
    font-size: 15px;
    padding-left: .5em;
}

.case_wp .box ul {
    padding-top: 15px;
    padding-bottom: 35px;
    display: inline-block;
    text-align: left;
}

.case_wp .box ul li {
    line-height: 1.7em;
}

.case_wp .box ul li span {
    font-weight: bold;
}

.case_wp .box p {
    text-align: center;
}

.case_wp .box p a {
    width: 294px;
    height: 48px;
    margin: 0 auto;
    border: 1px solid #959595;
    background-color: #f2f2f2;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    position: relative;
}

.case_wp .box p a::after {
    content: "＞";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

.case_wp .box p a:hover {
    opacity: .8;
}
}

@media screen and (max-width:767px){
.case_h1 > span > span {
    border: none!important;
    padding: 0 0 0 1em!important;
	margin-bottom: 0!important;
    margin-left: 1em;
    display: inline-block!important;
    font-size: 16px!important;
    position: relative!important;
}

.case_h1 > span > span::before{
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

.case_box > .box > h2 {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #58491f;
    font-size: 22px;
    height: 70px;
    padding: 0!important;
    margin-bottom: 25px;
}

.case_box > .box > h2 span {
    font-size: 15px;
}

.case_wp .box h3 {
    margin-bottom: 25px;
}

.case_wp .box h3 span {
    font-size: 15px;
    padding-left: .5em;
}

.case_wp .box div {
    padding: 0 10px;
}

.case_wp .box ul {
    padding: 15px 16px 35px;
}

.case_wp .box ul li {
    line-height: 1.7em;
}

.case_wp .box ul li span {
    font-weight: bold;
}

.case_wp .box p {
    text-align: center;
}

.case_wp .box p a {
    width: 294px;
    height: 48px;
    margin: 0 auto;
    border: 1px solid #959595;
    background-color: #f2f2f2;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    position: relative;
}

.case_wp .box p a::after {
    content: "＞";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
}
.bg_brown{
position: relative;
    background-color: #5b4d24;
    height: 53px;
    text-decoration: none;
    color: #fff;
    display: block;	
}
.bg_brown span{
position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.2em;
    display: block;
    background-image: url(/images/menu/images/menu_yajirushi.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.h_90{
    height: 90px!important;	
}
.h_36{
    height: 36px!important;	
}
#pickup_01{
    padding-top: 30px;
}
#pickup_01 .pickup_box01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
    padding: 35px;
}
#pickup_01 .pickup_box01 .pickup_inner01{
    width: 32%;
    margin-bottom: 20px;
}
.pickup_box01 .pickup_inner01 img{
    width: 100%;  
}
#pickup_02{
    padding-bottom: 0;  
}
#pickup_02 .pickup_box02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
    padding: 35px 20px;
}
#pickup_02 .pickup_box02 .pickup_inner02{
    width: 49%;
    margin-bottom: 20px;
}
.pickup_box02 .pickup_inner02 img{
    width: 100%;  
}
@media screen and (max-width:767px){
	#pickup_01 .pickup_box01{
	 display: block ;	
	}
#pickup_01 .pickup_box01 .pickup_inner01{
    width: 100%;
}
	#pickup_02 .pickup_box02{
	 display: block ;	
	}
#pickup_02 .pickup_box02 .pickup_inner02{
    width: 100%;
}
}
.new_tag {
    background: #FF9B9F;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    margin-left: 2em;
    padding: 6px 0.5em 3px 0.5em;
    border-radius: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.2em;
    display: block;
    position: absolute;
    
}
section#menu_cont section div.menu_box dl .new_treatment-menu a span{
    padding-left: 4.5rem;
}
.new_tag_box{
    display: flex;
    align-items: center;	
}
.new_tag02 {
    background: #FF9B9F;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    margin-right: 0.5rem;
    padding: 8px 0.5em 5px 0.5em;
    border-radius: 10px;
    line-height: 1.2em;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","\30e1\30a4\30ea\30aa", sans-serif;
}
@media screen and (max-width:767px){
	.new_tag02{
padding: 5px 0.5em 5px 0.5em;	
	}	
}
.new_tag02_f_mini{
    display: contents;
    font-size: 0.8em;	
}
@media screen and (max-width:767px){
	.new_tag02_f_mini{
	font-size: 1em;	
	}	
}
.sp-dn{
    display: block;
}
.pc-dn{
    display: none;
}
@media screen and (max-width:767px){
.sp-dn{
    display: none;
}
.pc-dn{
    display: block;
}
}
#pickup_02 .pickup_box03{
    margin: 0 auto;
    padding: 35px 20px 0 20px;
	text-align: center;
	max-width: 960px;
}
#pickup_02 .pickup_box02 .pickup_inner03{
    width: 49%;
    margin-bottom: 20px;
}
.pickup_box02 .pickup_inner03 img{
    width: 100%;  
}
.pt20{
    padding-top: 20px!important;
}
.pt00{
    padding-top: 0!important;
}
#pickup_02 .pickup_box04{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
    padding: 35px 20px;
}
#pickup_02 .pickup_box04{
    margin: 0 auto;
    padding: 35px 20px 0 20px;
	text-align: center;
	max-width: 960px;
}
#pickup_02 .pickup_inner04{
    width: 49%;
    margin-bottom: 20px;
}
#pickup_02 .pickup_box04 .pickup_inner04 img{
    width: 100%;  
}
@media screen and (max-width:767px){
#pickup_02 .pickup_box04{
display: block ;	
}
#pickup_02 .pickup_inner04{
width: 100%; 
}
}
#pickup_02 .pickup_box05{
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
	text-align: center;
	max-width: 960px;
}
#pickup_02 .pickup_inner05{
    width: 100%;
    margin-bottom: 20px;
}
#pickup_02 .pickup_box04 .pickup_inner05 img{
    width: 100%;  
}
@media screen and (max-width:767px){
#pickup_02 .pickup_box05{
    display: block ;
    padding: 0 20px 0 20px;
}
#pickup_02 .pickup_inner05{
width: 100%; 
}
}
.monitor_list{
    padding-left: 16px;
    padding-right: 16px;  
}
.monitor_list li{
    background-image: url(/ope/images/check.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 35px;
    font-size: 16px;
    line-height: 1.5em;
    padding-top: 3px;
    min-height: 22px;
    margin-bottom: 12px;
}
@media screen and (max-width: 767px){
    .monitor_list{
    padding-left: 10px;
    padding-right: 10px;       
    }  
    .monitor_list li{
    background-image: url(/ope/images/check.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 18px 19px;
    padding-left: 23px;
    line-height: 1.5em;
    min-height: 19px;
    margin-bottom: 10px;     
    } 
}
section#ope_cont ul.check02 {
    padding-left: 16px;
    padding-right: 16px;
}
section#ope_cont ul.check02 li {
    width: 46%;
    float: left;
    background-image: url(/ope/images/check.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 35px;
    font-size: 16px;
    line-height: 1.5em;
    padding-top: 3px;
    min-height: 22px;
    margin-bottom: 12px;
}
@media screen and (max-width:768px){
section#ope_cont ul.check02 li{
    width: 100%;
    box-sizing: border-box;
}
}
section div.treat_box04 {
    padding-top: 25px;
    padding-left: 16px;
    padding-right: 16px;
}
section div.treat_box04 div.box04 {
    padding-top: 50px;
    padding-bottom: 70px;
    border-bottom: 1px dotted #a6a6a6;
    display: table;
}
section .treat_box04 div.box04 div.treat {
    width: 425px;
    padding-right: 35px;
    float: left;
    padding-bottom: 45px;
    position: relative;
}
section#container section div.treat_box04 div.box04 div.treat h4 {
    width: 425px;
    margin-bottom: 14px;
}
section div.treat_box04 div.box04 div.treat div {
    float: left;
}
section div.treat_box04 div.box04 div.treat p.txt {
    margin-left: 90px;
    font-size: 14px;
    line-height: 1.8em;
}
section div.treat_box04 div.box04 div.treat p.detail {
    margin-top: 20px;
    left: 0;
    bottom: 0;
}
section div.treat_box04 div.box04 div.treat p.detail a {
    display: block;
	margin: 0 0 0 auto;
    width: 279px;
    background-color: #f2f2f2;
    border: 1px solid #9b9b9b;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 4px;
    line-height: 1.2em;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    background-image: url(/images/menu/images/treat_yajirushi.png);
    background-repeat: no-repeat;
    background-position: right;
}
@media screen and (max-width:768px){
section div.treat_box04 {
    padding-left: 16px;
    padding-right: 16px;
    }   
section div.treat_box04 div.box04{
    padding-top: 0;
}	
section div.treat_box04 div.box04 div.treat {
    padding-top: 25px;
    padding-bottom: 20px;
	padding-right: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	
    }    
section#container section div.treat_box04 div.box04 div.treat h4 {
    width: 100%;
    margin-bottom: 14px;
    margin-left: 0!important;
    margin-right: 0!important;
    }   
section div.treat_box04 div.box04 div.treat div {
    width: 50px;
    }    
section div.treat_box04 div.box04 div.treat p.txt {
    margin-left: 60px;
    font-size: 14px;
    line-height: 1.8em;
    min-height: 66px;
    } 
section div.treat_box04 div.box04 div.treat p.detail {
    margin-top: 15px;
	position: relative;
    }    
}
section#ope_cont div.ope_price table td.w03.w25 {
  width: 25%;
  text-align: right;
}
.br_pc_none{
	display: block;
}
@media only screen and (min-width: 540px){
.br_pc_none{
	display: none;
}
}
.pico_2column{
    display: flex;
}
.pico_2column_box{
    width: 50%;
}
.pico_2column_box img{
    width: 100%;
}
@media screen and (max-width:768px){
.pico_2column{
    display: block;
}
.pico_2column_box{
    width: 100%;
}
}
.fb{
    font-weight: bold;
}	
section #ope_cont p.t02 .d_cont{
display: contents;
}	
.monitor_flex-wrap{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.monitor_flex-box:nth-child(odd){
margin-right: 20px;
margin-bottom: 20px;
}
.monitor_flex-wrap .monitor_flex-box{
width:47%;
}

.monitor_flex-wrap .monitor_flex-box img{
width:100%;
}
@media screen and (max-width:768px){
.monitor_flex-wrap .monitor_flex-box{
width: 100%;
margin-bottom: 10px;
padding: 10px 20px;
}
.monitor_flex-box:nth-child(odd){
margin-right: 0;
}
}
.align_c{
text-align: center;
}
.recommend_btnwrap{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 60px;
}
.recommend_btnbox{
    display: flex;
    flex-wrap: wrap;
}
.recommend_btnbox li{
    background-color: #f7f7f9;
	border: 1px solid #555555;
    text-decoration: none;
    color: #555555;
    display: block;
    width: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.recommend_btnbox::before{
    content:"";
	display: block;
	width: 300px;
	order:1;
	margin-right: 20px;
    margin-bottom: 20px;
	border: transparent 1px solid;
}
.recommend_btnbox::after{
    content:"";
	display: block;
	width:300px;	
	margin-right: 20px;
    margin-bottom: 20px;
	border: transparent 1px solid;
}	
.recommend_btnbox li a {
    font-size: 14px;
    border-radius: 8px;
    color: #fff;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px 35px 10px 10px;
    box-sizing: border-box;
    text-align: left;
    color: #555555;
    height: 60px;
    display: flex;
    align-items: center;
}
.recommend_btnbox li a::after{
		content: '';
		display: inline-block;
		border-style: solid;
		border-width: 8px 0 8px 8px;
		border-color: transparent transparent transparent #555555;
		display: inline-block;
		width: 0;
		height: 0;
		  position: absolute;
		  top: 50%;
		  right: 20px;
		  transform: translateY(-50%); /* translateYのみ */
}
@media screen and (max-width:768px){
.recommend_btnbox{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.recommend_btnbox li{
 margin-right: 0;
}
}
.c_center{
    text-align: center;
}
.br_pc_none{
	display: block;
}
@media only screen and (min-width: 768px){
.br_pc_none{
	display: none;
}
}
section#ope_cont div.ope_price.pb100{
padding-bottom: 100px;
}
.easyquick_2column{
    display: flex;
}
.easyquick_2column_box01{
    width: 65%;
}
.easyquick_2column_box02{
    width: 35%;
}
.easyquick_2column_box01 img{
    width: 600px;
}
.easyquick_2column_box02 img{
    width: 267px;
}
@media screen and (max-width:768px){
.easyquick_2column{
    display: block;
}
.easyquick_2column_box01{
    width: 100%;
}
.easyquick_2column_box02{
    width: 100%;
}
.easyquick_2column_box01 img{
    width: 100%;
}
.easyquick_2column_box02 img{
     width: 50%;
    margin: 0 auto;
    display: block;
}
}
.tattoo_btn{
    background: #FF9B9F;
    padding: 6px 0.5em 3px 0.5em;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 10px;
}
@media screen and (min-width:768px){
.tattoo_picopt42{
padding-top: 42px;
}
}
.recommend_btnbox.btn_center{
display: block;
}
.recommend_btnbox.btn_center li{
    margin: 0 auto;
}
.monitor_flex-wrap:after {
    content: "";
    display: block;
    width: 47%;
    height: 0;
}
.tw.pc-dn iframe{
    margin: 0 auto;
    display: block;
}
body section#m_det p.tarumi_txt {
    padding-left: 16px;
    padding-right: 16px;
}

body section#m_det div.tarumi01 {
	clear: both;
	width: 900px;
	margin: 0 auto;
}

body section#m_det div.tarumi01 div.box {
	width: 268px;
	float: left;
	padding-right: 48px;
}

body section#m_det div.tarumi01 div.box:last-child {
	padding-right: 0;
}

body section#m_det div.tarumi01 div.box p.txt01 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

body section#m_det div.tarumi01 div.box div {
	text-align: center;
}

body section#m_det div.tarumi01 div.box p.txt02 {
	width: 268px;
	margin: 0 auto;
	padding-top: 15px;
}
@media only screen and (max-width: 768px) {
#m_det div.shiwa01 div.box01 div.box_l {
    width: 100%;
    float: left;
}
#m_det div.shiwa01 div.box01 div.box_r {
    width: 100%;
    float: right;
}
body section#m_det div.tarumi01 {
    clear: both;
    width: auto;
    margin: 0 auto;
}
body section#m_det div.tarumi01 div.box {
    width: auto;
    float: none;
    padding-right: 0;
}
}
.c_red{
color: #f00!important;
}
section#m_det div.page_list02 ul {
	clear: both;
	border-bottom: 1px solid #9c9c9c;
	margin-bottom: 20px;
    background-color: #f2f2f2;
    border: 1px solid #9c9c9c;
    margin-left: 10px;
    margin-right: 10px;
}

section#m_det div.page_list02 ul li {
	float: left;
	border-right: 1px solid #9c9c9c;
	font-feature-settings : "palt";
}

section#m_det div.page_list02 ul li a {
	display: block;
	width: 223px;
	line-height: 28px;
	padding-left: 15px;
	font-size: 14px;
	background-image: url(/common/images/r_yajirushi.png);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	color: #333;
}

section#m_det div.page_list02 ul li a:hover {
	opacity: .8;
}

section#m_det div.page_list02 ul li.t01 a {
    letter-spacing: -1px;
}


/*5,6,7*/
section#m_det div.page_list02 ul:first-child li:nth-child(4) {
	border-right: none;
}
/*8*/
section#m_det div.page_list02 ul:last-child li:first-child:nth-last-child(4) ~ li:nth-last-child(1) {
	border-right: none;
}
/*9,10,11*/
section#m_det div.page_list02 ul:nth-child(2) li:nth-child(4) {
	border-right: none;
}.page_list02 ul {
	clear: both;
	border-bottom: 1px solid #9c9c9c;
}

section#m_det div.page_list02 ul {
	clear: both;
	border-bottom: 1px solid #9c9c9c;
}

section#m_det div.page_list02 ul li {
	float: left;
	border-right: 1px solid #9c9c9c;
	font-feature-settings : "palt";
}
@media only screen and (max-width: 768px){
section#m_det div.page_list02 ul li {
        width: 49.8%;
}
section#m_det div.page_list02 ul li:nth-child(-n+2){
border-bottom: 1px solid #9c9c9c;
}
section#m_det div.page_list02 ul li:nth-child(even){
border-right: none;
}
section#m_det div.page_list02 ul li a{
    width: auto;
	height: 45px;
	display: flex;
    align-items: center;
}
}
.ope_link_btn a {
   display: flex;
    width: 77%;
    align-items: center;
    background-color: #f2f2f2;
    border: 1px solid #9b9b9b;
    padding-left: 15px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2em;
    font-size: 17px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    background-image: url(/images/menu/images/treat_yajirushi.png);
    background-repeat: no-repeat;
    background-position: right;
    margin: 0 auto;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px){
.ope_link_btn a{
width: 100%;
} 
}
.box .syourei_wrap02{
    display: flex;
    justify-content: flex-start;
	padding: 0 !important;
}
.syourei_wrap02 .syourei_box02{
	width: 50%;
	padding:10px 15px;
	float: left;
}
.box .syourei_txt02{
	padding: 15px 20px 35px;
}
.syourei_txt02 span{
    font-weight: bold;	
}
section#m_det div.menu_price table td.w01.w30{
    width: 30%;
}
section#m_det div.menu_price table td.w02.w42{
	width: 42%;
}
section#m_det div.m_kv.mb00{
    margin-bottom: 0;
}
.thread-lift_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
	padding-left: 16px;
    padding-right: 16px;
}
.thread-lift_box{
    width: 42%;
    border: 1px solid #000;
    padding: 20px;
}
.thread-lift_box:nth-child(odd){
    margin-right: 20px;
}
.thread-lift_box .midashi{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.thread-lift_box img{
    display: block;
    margin: 0 auto;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px){
.thread-lift_wrap{
    display: block;
}
.thread-lift_box{
    width: 100%;
    box-sizing: border-box;
	
}
.thread-lift_box:nth-child(odd){
    margin-right: 0;
	margin-bottom: 20px;
}
}
.artmake_wrap{
    display: flex;
    justify-content: center;
}
.artmake_wrap .artmake_box:first-child{
   margin-right: 30px;
}
@media only screen and (max-width: 768px){
.artmake_wrap{
    display: block;
	padding-left: 10px;
    padding-right: 10px;
}
.artmake_wrap .artmake_box{
    text-align: center;
}
.artmake_wrap .artmake_box:first-child{
   margin-right: 0;
   margin-bottom: 20px;
}
}
@media only screen and (min-width: 768px){
.pc_w40{
    width: 40%;
    margin: 0 0 0 auto;
}
}
.bisen_wrap{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.bisen_box{
    width: 45%;
    margin-bottom: 10px;
}
.bisen_box:nth-child(odd){
    margin-right: 20px;
}
.mt00{
    margin-top: 0 !important;
}	
.m_00{
    margin: 0 !important;
}	
.p_00{
    padding: 0 !important;
}
ul.disc{
    padding-left: 1.1em;
}
ul.disc li{
    list-style: disc;
    margin-bottom: 10px;
}
section#m_det p.t02 span.pb10{
    padding-bottom: 10px;
}
.right{
    text-align: right;
}