/*
Theme Name: plain Child
Version: 1.0
Template: plain
*/

:root {
--color-gray:#444444;
--color-hover:#69C469;
}

body,
button,
input,
select,
textarea {
	color: var(--color-gray);
	font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing:.06rem;
}

.mintyo{
	font-family: serif;
}

.post, .page {
    margin: 0;
}



a{
	color: var(--color-gray);
	text-decoration:none;
	font-weight:bold;
}

a:visited{
	color: var(--color-gray);	
}

a:hover{
	color: var(--color-hover);
	transition: 0.2s;
}

a.home{
	color: var(--color-hover);	
}

.breadcrumb-area{
	padding:5px 20px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

a:hover img {
  opacity: .70;
 transition: .3s ease-in-out;
}

p:empty{display: none;}

.gray{
	color: var(--color-gray);		
}
.white{
	color:#fff;
}
.inner_1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding:0 30px;
}

.entry-content .inner_1200{
 padding-top:10px;
text-align:center;
}

.site-footer .inner_1200{
 padding:50px 30px 30px;
}

.under_green {
    background: linear-gradient(transparent 60%, rgba(79, 193, 79, .3) 0%);
    padding-bottom: 4px;
}

.green{
	color:var(--color-hover);
}

.mob {
    display: none;
}
.pc {
    display: block;
}

.site-main{
padding-bottom:30px;
}

body{
background-size: auto auto;
background-color: rgba(248, 248, 248, 1);
background-image: url(https://haraoka.net/wp-content/uploads/bg_head.png), repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(245, 245, 245, 1) 15px, rgba(245, 245, 245, 1) 30px );
background-size: 1250px, auto;
background-position: center 145px, left top;
background-repeat: no-repeat, repeat;
}

body.page-id-472,body.page-id-910,body.page-id-921,body.page-id-928{
background-size: auto auto;
background-color: rgba(248, 248, 248, 1);
background-image: url(https://haraoka.net/wp-content/uploads/bg_beauty.png), repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(245, 245, 245, 1) 15px, rgba(245, 245, 245, 1) 30px );
background-size: 1250px, auto;
background-position: center 145px, left top;
background-repeat: no-repeat, repeat;
}




.open-sans-500{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


/* font-size */
.txt_10 { font-size:10px }
.txt_11 { font-size:11px }
.txt_12 { font-size:12px }
.txt_13 { font-size:13px }
.txt_14 { font-size:14px }
.txt_15 { font-size:15px }
.txt_16 { font-size:16px }
.txt_18 { font-size:18px }
.txt_20 { font-size:20px }
.txt_22 { font-size:22px }
.txt_24 { font-size:24px }
.txt_26 { font-size:26px }
.txt_28 { font-size:28px }
.txt_32 { font-size:32px }
.txt_36 { font-size:36px }
.txt_40 { font-size:40px }
.txt_42 { font-size:42px }
.txt_44 { font-size:44px }
.txt_46 { font-size:46px }
.txt_50 { font-size:50px }
.txt_55 { font-size:55px }
.txt_60 { font-size:60px }
.txt_70 { font-size:70px }

.mini{font-size:0.85em; line-height:1.7em;}
.minimini{font-size:0.7em; line-height:1.6em;}

/* font-weight */
.txt_fwb { font-weight:bold }
.txt_fwn { font-weight:normal }

/* letter-spacing */
.ls_05 {letter-spacing:0.03em}
.ls_1 { letter-spacing:0.1rem }
.ls_2 { letter-spacing:0.2rem }

/* line-height */
.lh_1 { line-height:1em }
.lh_13 { line-height:1.3em }
.lh_15 { line-height:1.6em }
.lh_17 { line-height:1.7em }
.lh_18 { line-height:1.8em }
.lh_2 { line-height:2em }
.lh_26 { line-height:2.6em }
.lh_3 { line-height:3em }
.lh_4 { line-height:4em }


/* margin */
.mar_0 { margin:0 }
.mar_5 { margin:5px }
.mar_10 { margin:10px }
.mar_20 { margin:20px }
.mar_auto { margin-left: auto;
	margin-right:auto; }

.mar_tb_10{
	margin-top:10px;
	margin-bottom:10px;
}
.mar_tb_20{
	margin-top:20px;
	margin-bottom:20px;
}
.mar_tb_70{
	margin-top:70px;
	margin-bottom:70px;
}
.mar_tb_80{
	margin-top:80px;
	margin-bottom:80px;
}
.pad_tb_80{
	padding-top:80px;
	padding-bottom:80px;	
}
.mar_30_20{
	margin:30px 20px;
}

/* margin-bottom */
.mar_b_0 { margin-bottom:0 }
.mar_b_3 { margin-bottom:3px }
.mar_b_5 { margin-bottom:5px }
.mar_b_10 { margin-bottom:10px }
.mar_b_15 { margin-bottom:15px }
.mar_b_20 { margin-bottom:20px }
.mar_b_25 { margin-bottom:25px }
.mar_b_30 { margin-bottom:30px }
.mar_b_40 { margin-bottom:40px }
.mar_b_50 { margin-bottom:50px }
.mar_b_60 { margin-bottom:60px }
.mar_b_70 { margin-bottom:70px }
.mar_b_80 { margin-bottom:80px }
.mar_b_90 { margin-bottom:90px }
.mar_b_100 { margin-bottom:100px }

/* margin-left */
.mar_l_0 { margin-left:0 }
.mar_l_5 { margin-left:5px }
.mar_l_10 { margin-left:10px }
.mar_l_20 { margin-left:20px }
.mar_l_30 { margin-left:30px }
.mar_l_40 { margin-left:40px }
.mar_l_50 { margin-left:50px }

/* margin-right */
.mar_r_0 { margin-right:0 }
.mar_r_10 { margin-right:10px }
.mar_r_15 { margin-right:15px }
.mar_r_20 { margin-right:20px }
.mar_r_30 { margin-right:30px }
.mar_r_5 { margin-right:5px }
.mar_r_50 { margin-right:50px }

/* margin-top */
.indent-1 { margin-top:5px }
.mar_t_0 { margin-top:0 }
.mar_t_3 { margin-top:3px }
.mar_t_5 { margin-top:5px }
.mar_t_7 { margin-top:7px }
.mar_t_10 { margin-top:10px }
.mar_t_15 { margin-top:15px }
.mar_t_20 { margin-top:20px }
.mar_t_25 { margin-top:25px }
.mar_t_30 { margin-top:30px }
.mar_t_40 { margin-top:40px }
.mar_t_50 { margin-top:50px }
.mar_t_60 { margin-top:60px }
.mar_t_70 { margin-top:70px }
.mar_t_80 { margin-top:80px }
.mar_t_90 { margin-top:90px }
.mar_t_100 { margin-top:100px }
.mar_t_120 { margin-top:120px }
.mar_t_m20 { margin-top:-20px }
.mar_t_m30 { margin-top:-30px }
.pc_mar_t_30{ margin-top:30px }

/* padding */
.pad_0 { padding:0 }
.pad_10 { padding:10px }
.pad_20 { padding:20px }
.pad_30 { padding:30px }
.pad_5 { padding:5px }
.pad_head { padding:20px 30px 0 0 }
.pad_v_6 { padding:6px 0 }
.pad_v_8 { padding:8px 0 }
.pad_v_10 { padding:10px 0 }
.pad_v_20 { padding:20px 0 }
.pad_v_30 { padding:30px 0 }
.pad_5p { padding:0 5% }


/* padding-bottom */
.pad_b_0 { padding-bottom:0 }
.pad_b_10 { padding-bottom:10px }
.pad_b_15 { padding-bottom:15px }
.pad_b_20 { padding-bottom:20px }
.pad_b_30 { padding-bottom:30px }
.pad_b_4 { padding-bottom:4px }
.pad_b_40 { padding-bottom:40px }
.pad_b_50 { padding-bottom:50px }
.pad_b_5 { padding-bottom:5px }
.mar_b_3p { margin-bottom:3% }

/* padding-left */
.indent-1 { padding-left:1em }
.pad_l_0 { padding-left:0 }
.pad_l_10 { padding-left:10px }
.pad_l_15 { padding-left:15px }
.pad_l_20 { padding-left:20px }
.pad_l_30 { padding-left:30px }
.pad_l_40 { padding-left:40px }
.pad_l_5 { padding-left:5px }

/* padding-right */
.pad_r_0 { padding-right:0 }
.pad_r_10 { padding-right:10px }
.pad_r_15 { padding-right:15px }
.pad_r_20 { padding-right:20px }
.pad_r_30 { padding-right:30px }
.pad_r_40 { padding-right:40px }
.pad_r_5 { padding-right:5px }

/* padding-top */
.pad_t_0 { padding-top:0 }
.pad_t_10 { padding-top:10px }
.pad_t_15 { padding-top:15px }
.pad_t_20 { padding-top:20px }
.pad_t_30 { padding-top:30px }
.pad_t_5 { padding-top:5px }


/* border-bottom */
.bor_b_1 { border-bottom:1px solid #eee }
.bor_bb_1 { border-bottom:1px solid #000 }
.bor_bb_d_1 { border-bottom:1px dotted #000 }
.bor_b_p { padding-top:3px;}

/* border-left */
.bor_l_1 { border-left:1px solid #eee }

/* border-right */
.bor_r_1 { border-right:1px solid #eee }

/* border-top */
.bor_t_1 { border-top:1px solid #eee }

/* text-align */
.txt_c { text-align:center }
.txt_c_mob_l { text-align:center }
.txt_l_mob_c { text-align:left }
.txt_l { text-align:left }
.txt_r { text-align:right }

/* text-indent */
.indent-1 { text-indent:-1em }

/* vertical-align */
.va-10 { vertical-align:-10% }
.va-20 { vertical-align:-20% }
.va-30 { vertical-align:-30% }
.va-35 { vertical-align:-35% }
.va-40 { vertical-align:-40% }
.vamidlle { vertical-align:middle }
.vatop{vertical-align: top;}
.vabottom{vertical-align: bottom;}

/* display */
.disp_b{display:block;}

/* position */
.p_fix{
	position: fixed;
}
.p_relative{
	position:relative;
}
.p_abso{
	position:absolute;
}

/* flexbox */
.flex{display: flex;}
.f_wrap{display: flex;flex-wrap: wrap;}
.f_nowrap{display: flex;flex-wrap: nowrap;}
.f_res{display: flex;}
.f_waku_c{display: flex;align-items: center;}
.f_waku_between{display: flex;flex-wrap: wrap;justify-content:space-between;}
.f_waku_center{display: flex;flex-wrap: wrap;justify-content:center;}
.f_start{display: flex; align-items:flex-start;}
.f_grow3 { flex-grow: 3; }
.f-item10 {flex-basis:10%;}
.f-item15 {flex-basis:15%;}
.f-item20 {flex-basis:20%;}
.f-item22 {flex-basis:22%;}
.f-item25 {flex-basis:25%;}
.f-item30 {flex-basis:30%;}
.f-item33 {flex-basis:33%;}
.f-item40 {flex-basis:40%;}
.f-item44 {flex-basis:45%;}
.f-item50 {flex-basis:50%;}
.f-item60 {flex-basis:60%;}
.f-item66 {flex-basis:66%;}
.f-item70 {flex-basis:70%;}
.f-item75 {flex-basis:75%;}
.f-item80 {flex-basis:80%;}
.f-item85 {flex-basis:85%;}
.f-item90 {flex-basis:90%;}
.f-item160p {flex-basis:160px;}
.f-itemauto {flex-basis:auto;}
.left_pad{padding-left:25px;}

.flex_g50{
display: flex;
gap: 50px;
margin-top:140px;
}

.flex_gap{
gap: 10px;
}

.grid_2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    overflow: hidden;
}


.grid_2_nagare {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
    overflow: hidden;
}


.grid_4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: left;
}
.color_waku {
    width: 100%;
    padding: 15px;
    background-color: #00b3ea;
    background-size: auto auto;
    background-color:rgba(79, 193, 79, .3);
}
.white_waku {
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    background-color: #fff;
}

.mid_w_title {
    display: block;
	font-size:1.4rem;
	font-weight:bold;
    padding: 0px 8% 5%;
    text-align: center;
}

.option{
	background:var(--color-hover);
	color:#fff;
	font-size:0.7rem;
	padding:5px;
	margin-left:7px;
	border-radius:4px;
	vertical-align:middle;
}

.wid100{
width:100%;	
}


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1{
	font-size:14px;
}

ol.point {
    counter-reset: number;
    list-style-type: none !important;
    padding: 0;
	margin:0 !important;
}

ol.point li {
    position: relative;
    padding: 0.5em 0.5em 0.5em 1em;
    line-height: 1.5em;
    background: rgba(79, 193, 79, .3);
    border-left: solid 35px var(--color-hover);
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
    font-size: 1.3em;
}
ol.point li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -35px;
    width: 35px;
    height: 1em;
    line-height: 1;
    text-align: center;
}




.max800{
	max-width:800px;
	margin-right:auto;
	margin-left:auto;
}

p {
margin-bottom: 0;
margin-block-start: 0;
margin-block-end: 0;
}

/* ハンバーガーメニュー */


/* 閉じる用の薄黒カバー */
#nav-close {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
}

/* 中身 */
#sp-navi-in {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8000;
  width: 80%;
  height: 100%;
  overflow-y: scroll;
  transition: .3s ease-in-out;
  transform: translateX(105%);
  background-color:#fff;
  background-image: url("https://haraoka.net/wp-content/uploads/bg_logo.png");
  background-position: 150px 270px;
  background-repeat: no-repeat;
  background-size:270px;
}

/* チェックが入ったらもろもろ表示 */
#menu-btn-check:checked ~ #nav-close {
  display: block;
}

/* 中身を表示（スライド） */
#menu-btn-check:checked ~ #sp-navi-in {
  box-shadow: 6px 0 25px rgb(0 0 0 / 15%);
  transform: translateX(0%);
  overflow: auto;
  height: 100vh;
}


.menu-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    height: 55px;
    width: 55px;
    justify-content: center;
    padding-top: 21px;
    z-index: 9200;
    background-color:#000;
}

.menu-btn span, .menu-btn span:before, .menu-btn span:after {
  content: '';
  display: block;
  height: 1.5px;
  width: 27px;
  background-color: #fff;
  position: absolute;
}

.menu-btn span:before {
  bottom: 9px;
}

.menu-btn span:after {
  top: 9px;
}
	
.menu-btn:after {
	font-weight: 500;
	display: block;
	content: "MENU";
	width: 75px;
	color:#fff;
	margin-top: 14px;
	margin-left: 12px;
	font-size: 8px;
	line-height: 1.8;
	font-weight:bold;
	letter-spacing:0.1rem;
}

#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}


#menu-btn-check:checked~.menu-btn::after {
  color:#fff;
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color:#fff;
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color:#fff;
}

#menu-btn-check {
  display: none;
}

.sp-navi-inner {
    width: 100%;
    height: 100%;
    z-index: 220;
    transition: all 0.5s;
    padding:30px 20px 30px 30px;
	border-left: 15px solid var(--color-hover);
}
#menu-btn-check:checked ~ .sp-navi-inner {
    right: 0;/*メニューを画面内へ*/
}
.menu_open_title a:active ~ .sp-navi-inner {
    right: 0;/*メニューを画面内へ*/
}

.menu_mob{
	font-size:1.1rem;
	line-height:2.6rem;
	width:100%;
	margin-left:30px;
}
.menu_mob_top{
	font-size:1.2rem;
	line-height:2.6rem;
	width:100%;
	margin-left:0;
}

a.menu_mob:hover{
	color:#fff;
}

.menu_mob_title{
	font-size:1.2rem;	
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px dotted #444;
	padding-bottom:10px;
}
.icon-right {
  display: inline-block;
  color: var(--color-hover);
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin-right:10px;
margin-bottom:1px;
}

/* ヘッダー */

.site-branding{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo{
	width:40%;
	padding-top:20px;
	display: flex;
}
.headmenu{
	padding-top:17px;
	padding-left:15px;
	width:25%;
}

.head_bana{
	width:460px;
	text-align:right;
	top: 0;
	right: 0;
}

.button_line a {
    border-radius: 2px;
    border: 1px solid #444;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 6px 0;
    max-width: 280px;
    padding: 11px 25px;
    color: #313131;
    transition: .3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
    line-height: 1rem;
	border-radius: 3px;
	font-weight:bold;
}

.button_line a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 49%;
    right: 30px;
    border-radius: 1px;
    transition: .3s ease-in-out;
    box-sizing: content-box;
}

.button_line a:hover {
    background: var(--color-hover);
    color: #fff;
	border: 1px solid var(--color-hover);
}

.arrow_r_b {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
.arrow_r_b:before {
  content: '';
  width: 35px;
  height: 35px;
  background: var(--color-hover);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.arrow_r_b:hover::before {
  background: rgba(79, 193, 79, .3);
}

.arrow_r_b:after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  margin: auto;
}


/* トップページ */

.topcopy{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align:center;
  font-size:30px;
  font-weight:bold;
}

.top_section{
	max-width:350px;
	margin:20px auto;
	font-size:1.1rem;
	line-height:1.7;
}

.line_g{
border-left:6px solid #69C469;
padding:10px 20px;
}

.arrow_menu {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  padding-bottom:15px;
  font-size:1.2rem;
  border-bottom:1px dotted #444;
  width:100%;
  margin-top:20px;
}
.arrow_menu::before {
  content: '';
  width: 30px;
  height: 30px;
  background: var(--color-hover);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 15px;
  margin: auto;
}

.arrow_menu:hover::before{
    background: rgba(79, 193, 79, .3);

}

.arrow_menu::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 11px;
  margin: auto;
}



.topheadcopy {
    position: relative;
    overflow: hidden;
    margin: 10px auto 0;
    height: 100px;
}
.topheadcopyBack {
    position: absolute;
    display: inline-block;
    font-size: 55pt;
    line-height: 1;
    color: #fff;
    padding: 20px 0 0;
	text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	white-space: nowrap;
}
.topheadcopyFront {
    display: inline-block;
    position: absolute;
    padding: 20px 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.line_title{

  position: absolute;
  left: 50%;
  width: 50px;
  height: 6px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: var(--color-hover);
  bottom: 20px;
}

.pos_rel {
    position: relative;
}
.back_color {
    background-color: var(--color-hover);
}
.fo_white {
    color: #fff;
}

.num_box .num {
    font-size: 3em;
    line-height: .8;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.num_box>span {
    display: inline-block;
    width: 70px;
    height: 70px;
    padding-top: 4px;
    letter-spacing: .1em;
    z-index: 100;
    margin-top: -30px;
    vertical-align: top;
}

.num_box>span:before {
    content: "";
    position: absolute;
    top: -9px;
    right: -9px;
    bottom: 9px;
    left: 9px;
    background: rgba(79, 193, 79, .3);
    z-index: -1;
}
.num_box .pt {
    font-size: .6em;
    line-height: 1;
}

.num_box .num {
    font-size: 1.5em;
    line-height: .8;
}

.box_white{
	width:100%;
	background-color:#fff;
	padding:0 20px 20px 20px;
	text-align:left;
}

.point_txt{
	text-align:center;
	font-weight:bold;
	font-size:1.3rem;
	margin-bottom:10px;
}


/* フッター */

.fotter_1{
	flex-basis:50%;
}
.fotter_2{
	flex-basis:25%;
}
.fotter_3{
	flex-basis:25%;
}

.site-footer{
	background-color:#fff;
}

.photowaku{
	padding:15px;
	border:1px solid #ddd;
	background-color:#fff;
	max-width:360px;
	margin:0 auto;
}

.button_toi a {
	display:block;
    background: #444;
    border-radius: 9999px;
    padding: 9px 39px;
    text-decoration: none;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: bold;
	font-size:14px;
}

.button_toi a:hover {
  background: #ddd;
  color: #fff;
}

.button_simple a {
    border-radius: 2px;
    border: 1px solid #000;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 20px 25px;
    color: #313131;
    transition: .3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
    line-height: 1rem;
}

.button_simple a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 49%;
    right: 30px;
    border-radius: 1px;
    transition: .3s ease-in-out;
    box-sizing: content-box;
}

.button_simple a:hover {
    background: #444;
    color: #fff;
}

.footer_pad{
	padding-left:111px;
}

.footer_logo{
	max-width:370px;
}

.site-info{
	text-align:center;
	font-size:0.8rem;
	padding:60px 20px 0;
}


#sp-navi{
	display:none;
}
.mob_button{
	display:none;
}
.mob_tel{
	display:none;
}
.mob_tel_img{
	max-height:37px;
}


/* 2階層目 */

.categ_menu{
text-align:center;
}

.categ_title {
    font-size:1.8rem;
	font-weight:bold;
	margin:30px auto;
}

.head_copy {
    font-size: 24px;
    margin: 0 auto;
	padding:40px 0 40px;
    font-weight: bold;
}

.page_title{
	position:relative;
	font-size:1.8rem;
	font-weight:bold;
	padding: 20px 0 40px;
	margin-top:60px;
}

.page_title_beauty{
	font-size:1.8rem;
	font-weight:bold;
	font-family:serif;
	padding: 20px 0 10px;
	margin-top:60px;
}

.page_title_beauty.mar_t_20{
	margin-top:20px !important;	
}


.submenu{
	display:inline-block;
	padding:0 5px;
	margin:0 15px 15px;
	font-weight:bold;

}
.submenu a{
	position: relative;
	padding-bottom:7px;
	text-decoration: none;
	transition: 0.3s;
}

.submenu a::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 4px;
	background: var(--color-hover);
	transition: 0.3s;
	width: 100%;
}
.submenu a:hover::before{
	left: 50%;
	width: 0;
}

.submenu_biyou{
	display:inline-block;
	padding:0 5px;
	margin:0 15px 15px;
	font-weight:bold;
	font-family: serif;
}
.submenu_biyou a{
	position: relative;
	padding-bottom:7px;
	text-decoration: none;
	transition: 0.3s;
}
.submenu_biyou a:hover{
	color: var(--color-gray);
	transition: 0.3s;
}

.submenu_biyou a::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 4px;
  background: var(--color-hover);
  transition: 0.3s;
}
.submenu_biyou a:hover::before{	
  left: 0;
  width: 100%;
}

.header-bg {
  background-image: url("https://haraoka.net/wp-content/uploads/image_massage.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.header-bg-b {
  background-image: url("https://haraoka.net/wp-content/uploads/head_biyou.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.header-bg-txt{
  height: 300px;
  display: grid;
  place-items: center;
  font-size:2rem;
  font-weight:bold;
}

.header-bg-txt-b{
  height: 300px;
  display: grid;
  place-items: center;
  font-size:2rem;
  color:var(--color-gray);
  font-weight:bold;
}


.title_bikkuri {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
	font-weight:bold;
	font-size:1.5rem;
	margin-bottom:30px;
}

.title_bikkuri::before,
.title_bikkuri::after {
    width: 5px;
    height: 70px;
    background-color:var(--color-hover);
    content: '';
}

.title_bikkuri::before {
    transform: rotate(-25deg);
    margin-right: 22px;
}

.title_bikkuri::after {
    transform: rotate(25deg);
    margin-left: 22px;
}


.top_sec02 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.top_sec02 li {
    width: 190px;
    height: 190px;
    border-radius: 100%;
    padding: 10px;
    background-size: auto auto;
    background-color: var(--color-hover);
    margin: 0 15px 10px;
}
.top_sec02 .back_white {
    height: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    font-size: 1.1em;
	font-weight:bold;
    justify-content: center;
    line-height: 1.5;
}
ul {
    list-style: none;
	margin:0;
	margin-block-start: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
.back_white {
    background-color: #fff;
}

a.button-big,input[type="submit"]  {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    margin: 30px auto;
    padding: 20px;
    border: 4px solid #fff;
    border-radius: 5px;
    background-color: var(--color-hover);
	box-shadow: 0 0 0 3px var(--color-hover);
    color: #fff;
    font-weight: 600;
	font-size:1.3rem;
}

a.button-big::after{
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

a.button-big:hover,input[type="submit"]:hover{
	box-shadow: 0 0 0 3px var(--color-gray);
	background-color: var(--color-gray);
	border: 4px solid #fff;
	transition: 0.2s;
	border-color: #fff;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #fff!important;
}

.photo_parent{
	position: relative;
	max-width:800px;
	height:420px;
	margin:0 auto;
}

.photo_child_1{
    position: absolute;
    top: 16%;
    right: 0;
    width: 26%;
    height: 26%;
}
.photo_child_2{
    position: absolute;
    top: 0;
    left: 28%;
	width: 48%;
}
.photo_child_3{
    position: absolute;
    top: 5%;
    left: 0;
    width: 24%;
    height: 24%;
}
.photo_text{
    position: absolute;
    top: 60%;
    left: 0;
    width: 300px;
    height: 35px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	line-height:34px;
	background-color:#fff;
}

.txt_box{
	max-width:700px;
	margin:20px auto;
	text-align:left;
	line-height:1.8rem;
}

.txt_box_title{
	font-weight:bold;
	font-size:22px;
	text-align:center;
	margin 30px auto;
}

.maxw700{
	max-width:700px;
	margin:0 auto;
}
.kouka {
	display:inline-block;
	width:46%;
	margin:2%;
    background-color: #fff;
    text-align: center;
    font-size: 1.1rem;
    color: var(--color-hover);
    padding: 15px;
    font-weight: bold;
}

.hentou{
	color:var(--color-hover);
}

.waku{
	border:3px solid var(--color-hover);
	padding:20px;
}

a.button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    padding: .9em 2em;
    border: 1px solid var(--color-hover);
    border-radius: 5px;
    background-color:var(--color-hover);
    color: #fff;
    font-size: 1em;
	font-weight:bold;
}

a.button-1::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

a.button-1:hover::after {
    border-top: 2px solid var(--color-hover);
    border-right: 2px solid var(--color-hover);
}
a.button-1:hover{
	background-color: #fff;
	transition: 0.2s;
	color:var(--color-hover);
}

.nagare_nom{
	font-size:3rem;
}

.nagare_title{
	font-size:1.7rem;
	padding:15px 0;
	font-weight:bold;
}

table.tbl-r02{
	border-collapse: collapse;
}

.tbl-r02 th {
  background: var(--color-hover);
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}

.tbl-r02 td {
border: solid 1px #ccc;
padding: 10px;
text-align:left;
}



/* お問い合わせフォーム */

.cf-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1em 0;
	border-bottom: 1px dashed #ccc;
	transition: all .3s;
}

.cf-area:last-child {
	border-bottom: none;
}

.cf-area dt {
  width: 200px;
  padding-right: 30px;
  text-align: right;
	line-height:1.5em;
}

.cf-area dd {
    flex: 1;
}

.cf-area input, .cf-area textarea {
  max-width: 100% !important;
  padding: 0.8em;
  border: none;
  background-color: #e6e6e6;
  font-size: 16px;
  resize: vertical;
  transition: all .3s;
}

.cf-area input:focus,.cf-area textarea:focus {
	outline: none;
	background: #dde2e9;
}

.cf-required {
	background: #b91e23;
	color: #fff;
	font-size: 0.8em;
	padding: 0 5px 2px;
	border-radius: 2px
}

.cf-send input {
	display: block;
	background: linear-gradient(135deg, #6b7a8e 0%, #3b4a5e 100%);
	height: 60px;
	margin: 30px auto 0;
	border: none;
	border-radius: 10px;
	color: #fff;
	box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, .2);
	font-size: 1.3em;
	font-weight: bold;
	transition: all .3s;
}

.cf-send input:hover {
	filter: brightness(1.25);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #fce3e3;
	border: none;
	text-align: center;
}

.mycf7-text-right {
text-align: right;
}

#autozip{
	background-color:var(--color-hover) !important;
}

.point_title{
	background-color:var(--color-hover) ;
	padding:15px;
	color:#fff;
	font-weight:bold;
	font-size:1.3rem;
}



@media screen and (max-width:768px){
	.cf-area {
		display: block;
		padding: 0.2em 0;
	}

	.cf-area dt {
    width: 100%;
	margin-bottom: 5px;
    padding-right: 0;
    text-align: left;
	line-height:1.5em;
	}
	
.cf-send input {
	display: block;
	background: linear-gradient(135deg, #6b7a8e 0%, #3b4a5e 100%);
	width: 100%;
	height: 60px;
	margin: 20px auto 0;
	border: none;
	border-radius: 10px;
	color: #fff;
	box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, .2);
	font-size: 1.3em;
	font-weight: bold;
	transition: all .3s;
}
}
.qaContainer dt {
padding: 15px 15px 15px 60px;
border-radius: 5px;
background: rgba(79, 193, 79, .3);
text-indent: -43px;
font-size:1.3rem;
font-family: serif;
}
.qaContainer dt:before {
content: "Q.";
font-weight: bold;
margin-right: 10px;
font-family: serif;
background-color:#fff;
color: var(--color-hover);
padding:4px;
border-radius: 5px;
}
.qaContainer dd {
margin: 20px 10px 40px 60px;
text-indent: -43px;
}
.qaContainer dd:before {
content: "A.";
font-family: serif;
color: #FFF;
font-weight: bold;
background-color:var(--color-hover);
margin-right: 10px;
padding:4px;
border-radius: 5px;
font-size:1.3rem;
}

.balloon2 {
  position: relative;
  display: inline-block;
  padding: 20px 25px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border-radius:10px;
  border: solid 3px var(--color-hover);
  box-sizing: border-box;
  font-weight:bold;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid var(--color-hover);
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}


dl.menu {
    width: 100%;
    font-size: 1rem;
    margin: 0;
	font-family:serif;
	vertical-align:middle;
	align-items: center;
}

dl.menu div {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding:0;
}
dl.menu dt {
    margin: 0;
    font-weight: normal;
    padding: 0 5px 0 30px;
    background-color: #ffffff;
	background-image: url(https://haraoka.net/wp-content/uploads/green.png);
	background-size:24px;
	background-repeat: no-repeat;
	background-position:0 8px;
    z-index: 2;
    text-align: left;
	font-size:1.5rem;
		vertical-align:middle;
}
dl.menu dd {
    margin: 0;
    padding: 0 0 0 5px;
    background-color: #ffffff;
    z-index: 2;
    text-align: right;
	font-size:1.1rem;
}
dl.menu div::after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    z-index: 1;
    width: 100%;
    border-bottom: dotted 1px #000;
}
.menu_waku{
	padding:35px;
	background-color: #ffffff;
	border-radius:20px;
}
.menu_info{
	text-align:left;
	font-family:serif;
}

.page_title.nomar{
    margin-top: 10px;
}

.v_line_single {
    width: 1px;
    height: 25px;
    margin: 10px auto 0;
    background-color: #333;
}

#wpfront-scroll-top-container{
	width:40px;
	z-index:7500 !important;
}
.photomaru{
	border-radius:20px;
}


/* ipad */

@media screen and (max-width:1025px) { 
	
#sp-navi{
	display:block;
}
.headmenu{
	width:60%;
	padding-left:30px;
}
.head_bana{
	display:none;		
}
.entry-content .inner_1200{
 padding-top:30px;
}

.flex_g50 {
   flex-direction: column;
	max-width:620px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
}
	
.topcopy{
  font-size:26px;
	position:relative;
}

.mob_button{
	display:block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
	height: 55px;
    justify-content: center;
    z-index: 9000;
    background-color:var(--color-hover);
}
	
.footer_pad{
	padding-left:0;
}
	
.fotter_1{
	flex-basis:100%;
	padding-bottom:30px;
}
.fotter_2{
	flex-basis:50%;
}
.fotter_3{
	flex-basis:50%;
	padding-left:20px;
}

.site-info{
	text-align:left;
	font-size:0.7em;
	padding:30px 0;
	}

.p_abso{
display:none;		
	}
	
.mob_tel{
    display:block;	
    padding:10px 65px 10px 10px;
}
.f_res{
	   flex-direction: column;
	}
.grid_4 {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 10px;
        text-align: left;
}
.color_waku {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
}

.mid_w_title {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1% 2% 3%;
    text-align: center;
}
.categ_menu{
    display:none;
}
	
.header-bg {
    height: 200px;
}
	
.header-bg-b {
    height: 200px;
	 background-image: url("https://haraoka.net/wp-content/uploads/head_biyou_mob.jpg");
}
.header-bg-txt {
    height: 200px;
}
	
.categ_title {
    display:none;
}
.header-bg-txt {
    font-size: 1.7rem;
}
.head_copy {
    font-size: 20px;
    margin: 0 auto;
	padding:30px 0;
    font-weight: bold;
}
ol.point li {
    position: relative;
    padding: 0.5em;
    line-height: 1.5em;
    background: rgba(79, 193, 79, .3);
    border-left: solid 35px var(--color-hover);
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
    font-size: 1.1rem
}
	
.title_bikkuri {
	font-size:1.25rem;
	margin-bottom:30px;
}
	
.page_title {
    position: relative;
    font-size: 1.55rem;
    font-weight: bold;
    padding: 20px 0 40px;
    margin-top: 60px;
}
.kouka {
    display: inline-block;
    width: 100%;
}
.mobw_200{
max-width:200px;		
	}
}


.price_waku{
	border: solid 5px var(--color-hover);
	padding:20px 10px 20px 25px;
	font-size:1.1rem;
	max-width:340px;
	margin:20px auto;
	text-align:left;
}

.price_meyasu{
	font-size:1.4rem;
	margin:5px 15px;
}


.heading-line {
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #333333;
}

.heading-line::before,
.heading-line::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #2589d0;
}

.heading-line::before {
    left: 0;
}

.heading-line::after {
    right: 0;
}

@media (min-width: 701px) and (max-width: 1024px) {
	
.pad_pad{
  padding-left: 7%;
  padding-right: 7%;
}    
}  

/* mobile */
@media screen and (max-width:700px) { 
	
.topcopy{
  font-size:21px;
}
	
.entry-content .inner_1200{
 padding-top:0;
}
	
.logo{
	width:100%;
	padding-top:20px;
}
	
.topheadcopyFront {
	font-size:1.55rem;
}
	
.headmenu{
	display:none;
}
	
.txt_l_mob_c { text-align:center }
	
.mob {
    display: block;
}
.pc {
    display: none;
}
.pc_mar_t_30{
    display: none;		
}
.nagare_nom{
	font-size:2rem;
	padding-right:10px;
	font-weight:bold;
}
.nagare_title{
	font-size:1.3rem;
	padding:7px 0 15px;
	font-weight:bold;
}

.page-id-731 a.button-1 {
    width: 100%;
    padding: .9em 1em;
    border: 1px solid var(--color-hover);
    border-radius: 5px;
    background-color: var(--color-hover);
    color: #fff;
    font-size: 1em;
    font-weight: bold;
}
.point_title {
    background-color: var(--color-hover);
    padding: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 1.12rem;
}
	
.page_title_beauty{
	font-size:1.6rem;

}
	

.photowaku{
	padding:15px;
	border:1px solid #ddd;
	background-color:#fff;
	max-width:290px;
	margin:0 auto;
}
.menu_waku{
	padding:15px;
	background-color: #ffffff;
	border-radius:20px;
}
dl.menu div {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
dl.menu dt {
    margin: 0;
    font-weight: normal;
    padding: 0 5px 0 25px;
    background-color: #ffffff;
    background-size: 20px;
    background-repeat: no-repeat;
    z-index: 2;
    text-align: left;
    font-size: 1.2rem;
    vertical-align: middle;
	font-weight:bold;
	background-position: 0 5px;
}
	dl.menu dd {
    margin: 0;
    padding: 0 0 0 5px;
    background-color: #ffffff;
    z-index: 2;
    text-align: right;
    font-size: 1rem;
}
.menu_info {
    text-align: left;
    font-family: serif;
	padding-left:25px;
}
#wpfront-scroll-top-container {
    right: 8px !important;
}



.tbl-r02 th {
    border-bottom: none;
    display: block;
    width: 100%;
}
	
.tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
.tbl-r02 td:last-child {
    border-bottom: solid 1px #ccc;
  }
}

.grecaptcha-badge { visibility: hidden; }