@charset "utf-8";
/*
Theme Name: portals_responsive
Author: portals
*/
/*==================================
* reset
* html5doctor.com Reset Stylesheet
* v1.6.1
* Last Updated: 2010-09-17
* Author: Richard Clark - http://richclarkdesign.com
* Twitter: @rich_clark
==================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colors to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colors to suit your needs */
mark {
	/*background-color: #ff9;*/
	color: #000;
	font-weight: bold;
}
em {
	font-style: normal !important;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border color to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
address {
	font-style: normal;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*==================================
WordPress Natie Styles
editor
==================================*/
img.wp-smiley,
img.emoji {
	height: 2% !important;
	width: 2% !important;
}
.post p {
	display: block;
	margin: 1em;
}
.post strong {
	font-weight: bold;
}
.post em {
	font-style: oblique;
}
.post blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
.post ul {
	list-style: disc;
	margin: 0 3em 1em;
}
.post ol {
	list-style: decimal;
	margin: 0 3em 1em;
}
/* img */
.aligncenter {
	display: block;
	margin: 0 auto 8px;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
/*==================================
SP_base
==================================*/
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.img_left,
.img_right {
	margin: 0 auto 0.5em;
}
.img_center {
	display: block;
	margin: 0 auto 16px;
}
.only_pc {
	display: none;
}
img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: auto;
}
a:link {
	color: #000d99;
}
a:visited {
	color: #551a8b;
}
a:hover {
	color: #000d99;
}
a:active {
	color: #b71c1c;
}
body {
	overflow-x: hidden;
	background: #fff;
	color: #404040;
	font-size: 15px;
	line-height: 1.5;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
	Meiryo, Osaka, sans-serif;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
	"Helvetica Neue", Arial, sans-serif;*/
	/* 游明朝(transform rotateは明朝体の時だけ設定)
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg); */
	/*游ゴシック(font-weightはゴシック体の時のみ設定)*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
}
/*アニメーション要素のスタイル*/
.fadeInUp{
	opacity : 0;
	visibility: hidden;
	transition-duration: 0.8s;
	transition-delay: .25s;
	transform: translate3d(0,30px,0);
}
/*アニメーション要素までスクロールした時のスタイル*/
.activeUp{
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
}
/*アニメーション要素(左から)のスタイル*/
.fadeInLeft {
	opacity : 0;
	visibility: hidden;
	transition-duration: 0.8s;
	transition-delay: .25s;
	transform: translate3d(-100%,0,0)
}
/*アニメーション要素(左から)までスクロールした時のスタイル*/
.activeLeft {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0)
}
/*アニメーション要素(右から)のスタイル*/
.fadeInRight {
	opacity : 0;
	visibility: hidden;
	transition-duration: 0.8s;
	transition-delay: .25s;
	transform: translate3d(100%,0,0)
}
/*アニメーション要素(右から)までスクロールした時のスタイル*/
.activeRight {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0)
}
[class*="active"].delay-1 {
	transition-delay: .5s;
}
[class*="active"].delay-2 {
	transition-delay: .75s;
}
[class*="active"].delay-3 {
	transition-delay: 1s;
}
.overflow_hidden {
	overflow: hidden;
}
/*==================================
SP_layout
==================================*/
#main {
	margin: 4px auto 0;
	padding: 0 6px;
	width: 100%;
	max-width: 640px;
	box-sizing: border-box;
}
#main {
	overflow: hidden;
}
.conts {
	margin: 0 12px 16px;
}
.conts:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.conts .conts_inner {
	overflow: hidden;
}
.conts p:not([class]) {
	margin-bottom: 8px;
}
.ttl {
	margin: 0 4px 32px;
	text-align: center;
}
.bnr {
	margin: 0 0 16px;
}
a:active img {
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/*==================================
SP_heading
==================================*/
.h_style01 {
	clear: both;
	margin: 24px calc(50% - 50vw) 16px;
	padding: 8px;
	background: #fff;
	border: solid 4px #0067b7;
	font-size: 20px;
	color: #0067b7;
}
.h_style01 a {
	color: inherit;
}
.h_style02,
.post h3:not([class]),
.block_wrapper h2:not(.nostyle) {
	clear: both;
	margin: 24px calc(50% - 50vw) 16px;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #0067b7;
}
.h_style03,
.post h4,
.block_wrapper h3:not(.nostyle) {
	clear: both;
	margin: 32px auto 24px;
	padding: 0 8px;
	font-size: 18px;
	border-left: solid 8px #ee7700;
	border-bottom: dotted 2px #ee7700;
}
.h_style04,
.post h5,
.block_wrapper h4:not(.nostyle) {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 24px auto 16px;
	padding: 0 8px 2px 32px;
	font-weight: bold;
	border-bottom: dotted 2px #0067b7;
	font-size: 16px;
}
.h_style04::before,
.post h5::before,
.block_wrapper h4:not(.nostyle)::before {
	position: absolute;
	margin-top: -0.25em;
	top: 50%;
	left: 0.5em;
	content: "";
	display: inline-block;
	background: #fff;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #0067b7;
}
.h_style05,
.post h6,
.block_wrapper h5:not(.nostyle) {
	clear: both;
	overflow: hidden;
	margin: 24px auto 16px;
	padding: 0 4px 2px;
	font-weight: bold;
	border-bottom: double 4px #f6b677;
	font-size: 16px;
}
@media screen and (min-width: 640px) {
	.h_style01 {
		margin: 24px auto 16px;
	}
	.h_style02,
	.post h3:not([class]),
	.block_wrapper h2:not(.nostyle) {
		margin: 24px auto 16px;
	}

	.h_style03,
	.post h4,
	.block_wrapper h3:not(.nostyle) {
		margin: 32px 4px 24px;
	}
	.h_style04,
	.post h5,
	.block_wrapper h4:not(.nostyle) {
		margin: 24px 4px 16px;
	}
	.h_style05,
	.post h6,
	.block_wrapper h5:not(.nostyle) {
		margin: 24px 4px 16px;
	}
}
/*==================================
SP_header
==================================*/
#header {
	position: sticky;
	top:0;
	z-index: 999999;
}
.h_bg {
	background: #fff;
	border-bottom:1px solid #666464;
}
.h_inner {
	overflow: hidden;
	margin: 0 auto;
	padding: 8px 0;
	width: 95%;
	max-width: 1240px;
}
.h_inner h1{
	font-size:12px;
}
.header_conts {
	display:flex;
	background:#fff;
	position:relative;
}
.h_logo {
	margin: 8px auto 8px 8px;
	width: 70%;
}
.hamburger {
	position: absolute;
	right:16px;
	cursor: pointer;
	width: 32px;
	height: 24px;
	z-index: 10;
	top: 47%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.hamburger span {
	/*3本の線を作る*/
	transition: all .3s;
	position: absolute;
	height: 2px;
	background-color: #666464;
	width:100%;
	z-index: 10;
}
.hamburger span:nth-of-type(1) {
	/*上の線の位置*/
	top: 4px;
}
.hamburger span:nth-of-type(2) {
	/*真ん中の線の位置*/
	top: 12px;
}
.hamburger span:nth-of-type(3) {
	/*下の線の位置*/
	top: 20px;
}
.hamburger.open span:nth-of-type(1) {
	/*openのとき、上の線を右斜めにする*/
	top: 10px;
	transform: translateY(6px) rotate(-45deg);
}
.hamburger.open span:nth-of-type(2) {
	/*真ん中の線を消す*/
	opacity: 0;
}
.hamburger.open span:nth-of-type(3) {
	/*下の線を左斜めにする*/
	top: 22px;
	transform: translateY(-6px) rotate(45deg);
}
/*==================================
SP_navigation
==================================*/
nav {
	width: 100%;

}
.gnav_sp {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.2);
}
.gnav_sp li {
	padding: 8px 0;
}
.gnav_sp img {
	width: min(90%, 92px);
}
.fixed {
	position: fixed;
	top: 0;
	left:0;
	z-index: 9999;
	background:#fff;
}
/*ページ内リンク対策*/
#ryoukin {
	margin-top: -40px;
	padding-top: 40px;
}
.bt_pagetop01 a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	width: min(15vw, 90px);
	height: min(15vw, 90px);
	margin: 0 auto;
	padding: clamp(12px, 2vw, 16px);
	background-color: #ee7a06;
	color: #fff;
	font-weight: bold;
	font-size: clamp(10px, 3vw, 15px);
	text-align: center;
	line-height: 1;
	text-decoration: none;
	border-radius: 50%;
	box-sizing: border-box;
}
/*
色を変更するときは以下のURLでCSSを生成してください。
https://angel-rs.github.io/css-color-filter-generator/
*/
.bt_pagetop01 a img {
	width: min(80%, 44px);
	aspect-ratio: 22/15;
	margin: 0 auto;
	filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%)
		hue-rotate(43deg) brightness(106%) contrast(100%);
	-webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(99%)
		saturate(0%) hue-rotate(43deg) brightness(106%) contrast(100%);
}
.bt_pagetop02 {
	display: block;
	aspect-ratio: 1/1;
	margin: 0 auto;
	width: min(15vw, 90px);
}
.sp_fix_bt {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: flex;
	justify-content: center;
	width: 100%;
	background: #ccc;
	box-sizing: border-box;
}
/* 画像の幅のpxを設定 */
.sp_fix_bt > * {
	width: min(calc(50%), 380px);
}
/*==================================
SP_mainimg
==================================*/
.top_main{
	position:relative;
}
.main_img {
	display: block;
	margin: 0 auto;
	width: 100%;
	position:relative;
	padding-bottom:40px;
}
.main_bottom{
	position:absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.main_img .main_img_bottom{
	margin:0 0 0;
	width:100%;
}
.slide_main{ opacity: 0; 
	transition: opacity .3s linear; 
} 
.slide_main.slick-initialized{ 
	opacity: 1; }
.top_menu_sp{
	display:flex;
	justify-content:center;
	padding:15px 0;
	gap:12px;
	background: repeating-linear-gradient(
		135deg,
		#fbeacd 0,
		#fbeacd 5px,
		#ffffff 5px,
		#ffffff 7px
	);
}
.top_menu_sp li{
	width:20%;
}
/*==================================
SP_contact
==================================*/
.contact {
	background: #fff;
	padding: 3em 0;
}
.contact_conts {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1em;
	margin: 0 auto;
	width: 94%;
}
.contact_heading {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	width: min(100%, 680px);
	font-size: clamp(24px, 5vw, 40px);
	font-weight: bold;
	text-align: center;
}
.contact_heading::before,
.contact_heading::after {
	content: "";
	width: 1.5em;
	height: 2px;
	background: #563e18;
}
.contact_heading::before {
	margin-right: 0.5em;
}
.contact_heading::after {
	margin-left: 0.5em;
}
.contact_info {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.contact_info .block_uketsuke {
	margin: 1em auto 0;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}
.contact_info .block_uketsuke tr > :first-child {
	width: 8em;
}
.contact_info .block_uketsuke th,
.contact_info .block_uketsuke td {
	padding: 0.3em 0.1em;
	font-size: clamp(14px, 4vw, 28px);
}
.contact_info .uketsuke_block_notes {
	font-size: clamp(14px, 3.5vw, 24px);
	font-size:18px;
}
.contact_info_box p {
	margin: 0 0 8px;
}
.contact_access {
	margin: 0 auto;
	width: 100%;
	display: grid;
	grid-template-columns: 7em 1fr;
	row-gap: 0.3em;
	line-height: 1.3;
	font-size: clamp(14px, 3vw, 18px);

	display:flex;
	flex-direction:column;
}
.contact_add span {
	display: inline-block;
}
.contact_add span:first-child {
	margin-right: 0.5em;
}
.contact_bt,
.access_contact_bt {
	margin: 1.5em auto;
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.contact_map iframe {
	aspect-ratio: 16 / 9;
	width: 100% !important;
	height: 100% !important;
}
.footer_bnr_wrap {
	display: flex;
	justify-content: center;
	gap: 20px;
}
/*==================================
SP_map
==================================*/
.map {
	position: relative;
	margin: 0 auto 1em;
	padding-bottom: 250px;
	width: 95%;
	max-width: 600px;
	height: 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
address {
	margin: 0 auto 1em;
	font-size: 15px;
}
address span {
	display: block;
}
.add02 {
	margin-left: 3em;
}
.add03 {
	margin-left: 13em;
	color: #e34472;
	font-weight: bold;
}

/*==================================
SP_menu
==================================*/
.sideUpper,
.sideNav,
.sideLower,
.topUpper,
.topLower,
.blogNav {
	margin: 0 0 16px;
}
.side_fixed_menu {
	margin: 0 auto;
	border: none;
	width: 95%;
}
.side_fixed_menu a {
	border: none;
}
.side_fixed_menu li {
	margin: 0 auto 10px;
}
.side_fixed_menu li a/*PCサイドバーHOME・アクセスボタン*/ {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	width: 100%;
	padding: 16px 0;
	background: #0067b7;
}
/*メニュー共通設定*/
.widget_nav_menu p,
.widget_categories p,
.widget_recent_entries p,
.widget_search p {
	padding: 8px;
	background: #0067b7;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
/*メニュー（固定ページ/関連メニュー）*/
.widget_nav_menu,
.widget_categories,
.widget_recent_entries,
.widget_search {
	margin: 0 auto 1em;
	width: 95%;
	max-width: 640px;
	border: solid 1px #0067b7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.widget_nav_menu ul,
.widget_categories ul,
.widget_recent_entries ul {
	margin: 8px 16px 16px;
}
.widget_nav_menu li,
.widget_categories li,
.widget_recent_entries li {
	border-bottom: dotted 2px #0067b7;
}
.widget_nav_menu li a:after,
.widget_categories li a:after,
.widget_recent_entries li a:after {
	content: "▼";
	margin-right: 0.4em;
	display: inline-block;
	transform: rotate(-90deg);
	color: #0067b7;
	position: absolute;
	right: 0;
}
.widget_nav_menu li a:hover::after,
.widget_categories li a:hover::after,
.widget_recent_entries li a:hover::after {
	color: #ee7700;
}
.widget_nav_menu a,
.widget_categories a,
.widget_recent_entries a {
	display: block;
	padding: 10px 1em;
	text-decoration: none;
	color: inherit;
	position: relative;
}
/*女性特有のお悩み*/
.widget_nav_menu #woman{

}
/**/

/*検索*/
/* .widget_search {
text-align: center;
}
.widget_search label {
display: none;
}
.widget_search form {
padding: 16px 8px;
}
.search-form-2 {
display: flex;
align-items: center;
overflow: hidden;
border-radius: 3px;
}
.search-form-2 input {
width: 100%;
height: 45px;
padding: 5px 8px;
border: none;
border-radius: 3px 0 0 3px;
box-sizing: border-box;
background-color: #f2f2f2;
font-size: 0.9em;
outline: none;
box-shadow: 3px 3px 3px #e3dcdc;
}
.search-form-2 input::placeholder {
color: #79796a;
}
.search-form-2 button {
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 45px;
border: none;
border-radius: 0 3px 3px 0;
background-color: #bdbdae;
cursor: pointer;
box-shadow: 3px 3px 3px #e3dcdc;
}
.search-form-2 button::after {
width: 24px;
height: 24px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
content: '';
}
.search_emptytitle {
font-size: 18px;
font-weight: 600;
} */
/*月別アーカイブ*/
.widget_archive {
	text-align: center;
}
.widget_archive label::before {
	content: "月別アーカイブ";
}
/*メタ情報*/
.widget_meta {
	border-bottom: solid 1px #bdbdae;
}
.widget_meta p {
	padding: 8px;
	border-bottom: solid 1px #bdbdae;
	text-align: center;
}
.widget_meta ul {
	margin: 16px 8px 0;
}
.widget_meta li {
	position: relative;
	margin: 0 0 8px;
	border-bottom: dotted 1px #bdbdae;
	font-size: 14px;
}
.widget_meta li:last-child {
	border-bottom: none;
}
/*==================================
SP_copyright
==================================*/
.copyright {
	background: #0067b7;
	text-align: center;
	margin: 10% 0 16%;
	font-size: 1rem;
	font-size: 10px;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 20px 0;
}
.copyright a {
	color: #fff;
}
/* 	.copyright a:link {
color: #000d99;
}
.copyright a:visited {
color: #551a8b;
}
.copyright a:hover {
color: #000d99;
}
.copyright a:active {
color: #b71c1c;
} */
/*==================================
SP_footer
==================================*/
.f_inner {
	display: none;
}
#footer {
	clear:both;
}
/*==================================
SP_voice
==================================*/
.voice {
	margin: 0 0 24px;
}
.voice_list li {
	margin: 0 4px 16px;
	padding: 16px;
	background: #f0f0e1;
	border: solid 1px #bdbdae;
	border-radius: 8px;
}
.voice_conts {
	overflow: hidden;
	padding: 16px;
	background: #fff;
}
.voice_conts h3,
.voice_tit {
	margin: 0 0 8px;
	padding: 8px 16px;
	background: #fff;
	border-bottom: dotted 2px #e3e3da;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.voice_txt p {
	margin: 0 0 1em;
}
.voice_pic {
	width: 150px;
	margin: 0 auto 16px;
}
.voice_pic p > :first-child {
	display: block;
	margin: 0 auto 8px;
}
.menseki {
	overflow: hidden;
	margin: 16px 0 0;
	font-size: 12px;
	color: #79796a;
}
/*ダイエットページスライダー*/
.diet_slider_wrap {
	margin: min(8vw,64px) auto min(12vw,96px);
}
.diet_slider_list {
	margin: 0 auto;
	width: calc(100% - 4em);
	font-size: clamp(13px,3vw,15px);
}
.diet_slider_list .slick-track {
	display: flex!important;
}
.diet_slider_conts {
	display: grid!important;
	grid-template-rows: auto auto 1fr;
	gap: min(3vw,24px);
	padding: min(5vw,24px);
	height: auto;
	background-color: #FFF9F9;
	background-size: 12px 12px;
	background-image: linear-gradient(-45deg, #FFF6F5 25%, transparent 25%, transparent 50%, #FFF6F5 50%, #FFF6F5 75%, transparent 75%, transparent);
	box-sizing: border-box;
}
.diet_slider_ttl {
	padding: 4px;
	background-color: #FF7070;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 100px;
	box-sizing: border-box;
}
.diet_slider_pic img {
	max-width: 100%;
	height: auto;
	border: solid 8px #fff;
	box-shadow: 0px 0px 13px -2px rgba(255, 0, 0, 0.45);
	box-sizing: border-box;
}
.diet_slider_txt {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 3%;
	border: solid 1px #FF7070;
	background-color: #fff;
	border-radius: 12px;
	box-sizing: border-box;
}
.diet_slider_txt .menseki {
	margin: auto 0 0 4em;
	padding: 1em 0;
	color: #FF7070;
	font-size: clamp(10px,2vw,13px);
}
.diet_slider_txt::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 3.5em;
	aspect-ratio: 64/75;
	background: url(image/page/diet_slider_bg.png) no-repeat center center;
	background-size: contain;
}
.slick-dots {
	margin: auto!important;
}
.slick-prev:before, .slick-next:before {
	color: #FF7070!important;
}

/*==================================
SP_toppage
==================================*/
.top_inner {
	padding: min(10vw, 80px) 8px;
}
.top_sejutsu_bt {
	margin: 0 4px 16px;
	text-align: center;
}
.top_sejutsu_bt li {
	display: inline-block;
	margin: 0 0 8px;
	padding: 0 2px;
	width: 49%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.top_point_list {
	margin: 0 8px 16px;
}
.top_point_list li {
	overflow: hidden;
	padding: 24px 0;
	border-bottom: dotted 2px #e3e3da;
}
.top_point_list li:first-child {
	padding: 0 0 24px;
}
.top_point_list h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 18px;
	margin: 0 0 16px;
}
.top_point_list h3 span {
	display: contents;
}
.top_point_list h3 img {
	max-width: 50px;
	margin: 0 2vw 0 0;
}
.top_point_txt {
	clear: left;
	font-size: 14px;
}
.top_flow_list {
	text-align: center;
}
.top_flow_list li {
	display: inline-block;
	width: 47.6%;
	vertical-align: top;
	margin: 0 0 22px;
	max-width: 198px;
	text-align: left;
}
.top_flow_list p {
	padding: 10px 0px;
}
/*==================================
SP_page
==================================*/
/*キャッチ*/
.banner_area {
	margin: 0 0 32px;
}
.catch_list {
	overflow: hidden;
}
.catch_list ul {
	overflow: hidden;
	margin: 4px 0;
}
.catch_list li {
	margin: 0 0 4px;
	padding: 10px 0 8px 44px;
	background: url(image/page/catch_ico01.png) no-repeat left 4px;
	font-size: 15px;
	border-bottom: dotted 2px #c9c9ba;
}
.catch_list .img_right img {
	width: auto;
	height: auto;
	max-width: 224px;
	max-height: 224px;
}
/**/
#contents{
	overflow-x:hidden;
}
#contents * {
	box-sizing: border-box;
}
#contents .red {
	color: #d33939;
	font-weight: bold;
}
.blue {
	color: #0067b7;
	font-weight: bold;
}
#contents .w1300 {
	max-width: 1300px;
	margin: 0 auto;

	padding: 0 6px;
}
#contents .w1240 {
	max-width: 1240px;
	margin: 0 auto;

	padding: 0 6px;
}
#contents .w1200 {
	max-width: 1200px;
	margin: 0 auto;

	padding: 0 6px;
}
#contents .w1100{
	max-width:1100px;
	margin:0 auto;

	padding:0 6px;
}
#contents .w1000 {
	max-width: 1000px;
	margin: 0 auto;

	padding: 0 6px;
}
#contents .w600 {
	max-width: 600px;
	width: 100%;
	margin-left: 0;
}
#contents a {
	text-decoration: none;
	font-size: 16px;
}
#contents h2 {
	font-weight: bold;
	position: relative;
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 84px;
}
#contents h2::after {
	content: "";
	display: inline-block;
	position: absolute;
	background: #ee7a06;
	height: 7px;
	width: 100px;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/*事故計算ツール*/
.simulator {
	margin: 3rem auto;
	padding: 0 1rem 1.5rem;
	max-width: 1000px;
	border: 2px solid #000;
	border-radius: 10px;
}
.simulator__title {
	transform: translateY(-24px);
	padding: 0.5rem 1rem;
	margin: 0;
	background-color: #000;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
}
.simulator__content {
	padding: 0 1.5rem;
}
.simulator dl {
	display: flex;
	flex-wrap: wrap;
}
.simulator dl dt {
	margin: 0;
	width: 50%;
}
.simulator dl dd {
	margin: 0;
	width: 50%;
}
.simulator dl .inner {
	padding: 1rem;
}
.simulator dl .item-title {
	font-size: 1.5rem;
	font-weight: 700;
}
.simulator dl .item-title > div {
	font-size: 1rem;
}
.simulator input {
	width: 80%;
	appearance: none;
	background-color: #fff;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	border: 1px solid #666;
	border-radius: 6px;
}
.simulator .submit {
	margin: 0 auto;
	display: block;
	margin-bottom: 1rem;
	padding: 1rem 4rem;
	border: 0;
	border-radius: 15px;
	background-color: #ed726d;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
	font-size: 1.5rem;
	color: #FFF;
	cursor: pointer;
}

.simulator .result:not(:empty) {
	text-align: center;
	padding: 2rem;
	font-size: 2.5rem;
	font-weight: 700;
	color: #e91e63;
}
.simulator .info {
	margin-top: 1.5rem;
}
.simulator .info p {
	margin: 0.5rem 0;
	font-size: 1rem;
}
/*キャッチ*/
#contents .top_catch {
	background: #e6edf7;
	position: relative;
	margin-bottom: 70px;
	padding:40px 0 50px;
}
#contents .top_catch::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 40px 90px 0 90px;
	border-color: #e6edf7 transparent transparent;
	translate: -50% 100%;
}
/*お悩み*/
#contents .top_onayami .top_offer{
	box-shadow: 4px 4px 4px #8b8b8b;
}
#contents .top_onayami .top_offer img{
	width:100%;

}
#contents .top_onayami h2 {
	margin-top: 50px;
}
#contents .top_onayami .bg_gray {
	background: #f2f0f1;
	max-width: 1000px;
	padding: 40px 0 36px;
	position: relative;
	margin-bottom: 90px;
}
#contents .top_onayami .bg_gray::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 40px 90px 0 90px;
	border-color: #f2f0f1 transparent transparent;
	translate: -50% 100%;
}
#contents .top_onayami .check_list {
	font-size: 16px;
	width: 90%;
	margin: 0 auto;
}
#contents .top_onayami .check_list li {
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #604a33;
	padding: 10px 0 6px;
}
#contents .top_onayami .check_list li::before {
	content: "";
	display: inline-block;
	background: url(image/top/check_ico.png);
	background-repeat: no-repeat no-repeat;
	width: 44px;
	height: 30px;
	margin-right: 12px;
}
#contents .top_onayami .text {
	font-size: 16px;
	line-height: 1.66;
	padding: 30px 8px 60px;
}
#contents .top_onayami .l_text {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.66;
}
/*お悩みリスト*/
#contents .top_onayami_menu {
	background: #f2f0f1;
	padding: 70px 0 70px;
}
#contents .top_onayami_menu .w1200 {
}
#contents .onayami_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: bold;
	text-align: center;
	gap: 8px 24px;
	font-size: 18px;
}
#contents .onayami_list li {
	white-space: nowrap;
	width: 26%;
}
#contents .onayami_list li > p{
	font-size:16px;
	margin:4px;
	display:flex;
	justify-content:center;
}
#contents .top_onayami_menu .more_btn {
	background: #0067b7;
	color: #fff;
	border-radius: 30px;
	margin: 12px auto 0;
	padding:4px 20px 4px 6px;
	width: 80px;
	display: block;
	position:relative;
	font-size:12px;
}
#contents .top_onayami_menu .more_btn::after{
	content: "▼";
	margin-right: 0.4em;
	display: inline-block;
	transform: rotate(-90deg);
	color: #fff;
	position: absolute;
	right: 6px;
	top:3px;
	font-size:12px;
}
#contents .other_btn {
	margin-top: 34px;
}
/*おすすめメニュー*/
#contents .top_menu {
	padding: 70px 0 70px;
	position: relative;
}

#contents .top_menu .w1200 {
	position: relative;
}
#contents .top_menu .w1200::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 62px;
	background: url(image/top/bg_menu.png);

	background-size: contain;
	background-repeat: no-repeat no-repeat;
	top: -33px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#contents .top_menu .osusume_menu_list {
	display: flex;
	justify-content: center;
	gap: 10px;

	flex-direction: column;
}
/*女性向けメニュー*/
#contents .top_ladies {
	padding: 70px 0 70px;
	background: repeating-linear-gradient(
		135deg,
		#f6e6c8 0,
		#f6e6c8 6px,
		#ffffff 6px,
		#ffffff 8px
	);
}
#contents .top_ladies .w1200 {
	position: relative;
}
#contents .top_ladies .w1200::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 62px;
	right: 0;
	top: -93px;
	background: url(image/top/bg_ladys.png);

	background-size: contain;
	background-repeat: no-repeat no-repeat;
	top: -33px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#contents .ladies_list {
	display: flex;
	justify-content: center;
	gap: 10px;

	flex-direction: column;
}
/*美容整体について*/
#contents .top_about {
	padding: 70px 0 70px;
	background: #0067b7;
	color: #fff;
	position: relative;
}

#contents .top_about h2 {
	text-align: left;
}
#contents .top_about h2::after {
	left: 0;
	transform: none;
}
#contents .top_about p {
	font-size: 16px;
}
/*ご予約*/
#contents .top_link {
	padding: 34px 0;
}
#contents .top_link .text {
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.02em;
	font-size: 20px;
	margin: 0 0 20px;
}
#contents .top_link .list {
	display: flex;
	justify-content: center;
	gap: 20px;

	flex-direction: column;
}
/*予約下*/
#contents .top_time {
	padding: 70px 0;
	background: repeating-linear-gradient(
		135deg,
		#eeeeee 0,
		#eeeeee 6px,
		#ffffff 6px,
		#ffffff 8px
	);
}
#contents .top_time .fukidashi {
	width: 80%;
}
#contents .top_time .text_wrap {
	border: 3px solid #ee7a06;
	background: #fff;
	display: flex;
	justify-content: center;
	gap: 28px;
	margin-top: -50px;
	padding: 68px 24px 36px;

	flex-direction: column;
}

#contents .top_time .right_wrap {
	margin-top: 40px;
}
#contents .top_time .text {
	letter-spacing: 0.05em;
	line-height: 1.7;
	font-size: 16px;
}
#contents .top_time .l_text {
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 18px;
}
#contents .top_time .red {
	color: #d33939;
}
#contents .top_time .marker {
	background: #fcef83;
}
/*スタッフ紹介*/
#contents .top_staff {
	padding: 100px 0 70px;
	position: relative;
}
#contents .staff_wrap {
	display: flex;
	justify-content: center;
	gap: 0;

	flex-direction: column;
}
#contents .staff_wrap .right_wrap {
	max-width: 600px;
}
#contents .staff_wrap .right_wrap .text {
	margin: 0 0 40px;
	line-height: 1.55;
}
#contents .staff_wrap .right_wrap img {
	width: 100%;
}
#contents .menkyo {
	display: flex;
	gap: 20px;
	justify-content:center;
}
#contents .job {
	color: #0067b7;
	font-weight: bold;
	font-size: 18px;
	margin-top: 18px;
}
#contents .name {
	font-size: 30px;
	line-height: 1.53;
	margin: 0 0 12px;
	font-weight: bold;
}
#contents .text {
	font-size: 16px;
	line-height: 1.55;
}
#contents .staff_list_wrap {
	display: flex;
	flex-direction: column;
	gap: 36px;
	margin-top: 50px;
}

#contents .top_staff .w1300 {
	position: relative;
}
#contents .top_staff .w1300::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 141px;
	right: 0;
	top: -103px;
	background: url(image/top/bg_staff.png);

	background-size: contain;
	background-repeat: no-repeat no-repeat;
	top: -33px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#contents .top_staff h2 {
	text-align: center;
}

/*お客様の声*/
#contents .top_voice {
	padding: 100px 0 70px;
}
#contents .top_voice .block_voice_wrap{
	padding:12px;
	border-radius:10px;
	background:repeating-linear-gradient(
		135deg,
		#fbeacd 0,
		#fbeacd 6px,
		#ffffff 6px,
		#ffffff 8px
	);
	margin-bottom:20px;
}
#contents .top_voice_block_voice_wrap:last-of-type{
	margin-bottom:30px;
}
#contents .block_voice{
	margin:0;
	padding:20px 20px 30px;
	border-radius:18px;
	border:0;
}
#contents .block_voice_container{
	gap:50px;
	margin:0;
	flex-wrap:wrap;
}
#contents .block_voice_ttl{
	font-size:18px;
	border-bottom:1px solid #323232;
}
/*よくあるご質問*/
#contents .top_faq {
	background: #f3f3f3;
	padding: 100px 0 10px;
}
#contents .top_faq .w1000 {
	position: relative;
}
#contents .top_faq .w1000::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 107px;
	height: 157px;
	right: 0;
	top: -33px;
	background: url(image/top/bg_faq.png);

	background-size: contain;
	background-repeat: no-repeat no-repeat;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#contents .top_faq h2 {
	text-align: center;
}
#contents .faq_list {
}
#contents .faq_list li {
	border-bottom: 1px dashed #bababa;
	padding: 10px 0 0;
	font-size: 16px;
}
#contents .faq_list li:first-of-type {
	padding-top: 0;
}
#contents .faq_list li:last-of-type {
	border: none;
}
.faq_list .answer {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition:
		max-height 0.35s ease,
		opacity 0.25s ease;
}

.faq_list .question {
	cursor: pointer;
	position: relative;
	padding-right: 30px;
}

/* 開いた状態 */
.faq_list .question.active + .answer {
	max-height: 1000px; /* 十分大きめ */
	opacity: 1;
}

/* ＋／− */
.faq_list .question::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.25s ease;
	font-size:26px;
}

.faq_list .question.active::after {
	content: "−";
}

#contents .question {
	display: flex;
	align-items: center;

	color: #0067b7;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
#contents .answer {
	display: flex;
	align-items: flex-start;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.05em;
}
#contents .question::before {
	content: "Q";
	font-size: 30px;
	background: #0067b7;
	color: #fff;
	display: inline-block;
	text-align: center;
	width:46px;
	height: 46px;
	min-width:46px;
	margin-right: 16px;
}
#contents .answer::before {
	content: "A";
	font-size: 30px;
	background: #fff;
	color: #0067b7;
	display: flex;
	align-items: center;
	justify-content: center;
	width:46px;
	height: 46px;
	min-width:46px;

	margin-right: 16px;
}

#contents .top_reason {
	background: #eaf4fe;
	padding: 100px 0 70px;
	position: relative;
}

#contents .reason_list {
	background: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 34px 8px 0;
	margin: 0 auto;
}
#contents .reason_list li {
	font-family: "メイリオ", Meiryo, sans-serif;
	width: 100%;
	max-width: 340px;
}
#contents .reason_list .title {
	font-weight: bold;
	font-size: 20px;
	margin: 24px 0;
	text-align: center;
}
#contents .reason_list .title span {
	color: #0067b7;
}
#contents .reason_list .text {
	margin: 24px 0 50px;
	font-size: 15px;
}
#contents .top_reason::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 141px;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: url(image/top/bg_reason.png);

	background-size: contain;
	background-repeat: no-repeat no-repeat;
	top: 71px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#contents .top_offer_wrap .top_offer{
	box-shadow: 4px 4px 4px #8b8b8b;
	margin-top:60px;
}
#contents .top_offer_wrap .top_offer img{
	width:100%;
}
/*==================================
SP_price
==================================*/
.ryoukin_list01,
.ryoukin_list02 {
	margin: 0 auto 32px;
	width: 100%;
	text-align: center;
}
.ryoukin_list01 th,
.ryoukin_list01 td {
	width: 50%;
}
.ryoukin_list02 th,
.ryoukin_list02 td {
	width: 33.3%;
}
.ryoukin_list01 th,
.ryoukin_list01 td,
.ryoukin_list02 th,
.ryoukin_list02 td {
	padding: 3px;
	border: solid 1px #ccc;
}
.ryoukin_list01 th,
.ryoukin_list02 th {
	background: #f0f0e1;
}
.ryoukin_style01 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-left: 50px;
}
.ryoukin_chui {
	text-indent: -1em;
	margin: 0 30px;
}
/*==================================
SP_form
==================================*/
.wpcf7-form {
	width: 96%;
	margin: 0 auto 30px;
}
.wpcf7-form p {
	margin: 0 auto 10px;
	line-height: 2em;
}
.privacy_policy {
	width: 92%;
	margin: 0 auto 30px;
	height: 300px;
	overflow: auto;
	border: solid 1px #999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.privacy_policy dl dt {
	margin: 0 auto 10px;
	font-weight: bold;
}
.privacy_policy dl dd {
	margin: 0 auto 2em;
}
.required {
	background: #ffe6e6;
	color: #ff7373;
	padding: 2px;
	border-radius: 5px;
	font-size: 90%;
}
.any {
	background: #ffe599;
	color: #ff8000;
	padding: 2px;
	border-radius: 5px;
	font-size: 90%;
}
.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	line-height: 2em;
	font-size: 16px;
}
#form_contents article {
	margin: 0 auto;
	max-width: 640px;
}
.form_atention {
	background: #ffdfdf none repeat scroll 0 0;
	border: 1px solid #f2f2f2;
	margin: 0 auto 20px;
	padding: 15px;
	width: 96%;
	max-width: 640px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-width {
	max-width: 100%;
}
/*==================================
SP_blog
==================================*/
ul.blog_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2em;
}
ul.blog_list li {
	width: 50%;
	margin-top: 0;
	padding: 0 0.2em;
	box-sizing: border-box;
}
.post_box {
	box-sizing: border-box;
	margin: 1em 0.5em;
}
h2.post_box_post_ttl {
	font-weight: 800;
	font-size: clamp(15px, 1.4vw, 22px);
}
h2.post_box_post_ttl a {
	color: inherit;
	text-decoration: none;
}
.post_box_post time {
	font-size: clamp(10px, 1vw, 14px);
}
.post_box_post time::before {
	font-family: "icomoon";
	content: "\e900";
	display: inline-block;
	margin-right: 2px;
	vertical-align: baseline;
}
.post_box_info {
	box-sizing: border-box;
}
p.post_box_info_cat a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	font-size: clamp(10px, 1vw, 14px);
	margin-right: 6px;
	transition: 0.4s;
}
p.post_box_info_cat a::before {
	font-family: "icomoon";
	content: "\e901";
	display: inline-block;
	margin-right: 2px;
	vertical-align: bottom;
}
p.post_box_info_cat a:hover {
	letter-spacing: 0.05em;
}
.post_box_thumb {
	overflow: hidden;
}
.post_box_thumb_img {
	width: 100%;
	background-size: cover;
	background-position: center;
	height: auto;
	padding-top: 68%;
	overflow: hidden;
	transition-duration: 0.3s;
}

a:hover .post_box_thumb_img {
	transform: scale(1.1, 1.1); /*画像の拡大*/
}

@media screen and (min-width: 782px) {
	.post_box {
		margin: 14px;
		overflow: hidden;
	}
	.post_box_thumb {
		margin-bottom: 0.5em;
	}
}

/*==================================
SP_pager
==================================*/
.pager {
	text-align: right;
	padding-bottom: 10px;
}
a.page-numbers,
.pager .current {
	color: #0067b7;
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 5px 8px;
	margin: 0 2px;
}
.pager .current {
	background: #0067b7;
	border: solid 1px rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 1);
}
.navigation {
	overflow: hidden;
	margin: 0 auto;
	width: 95%;
}
.navigation .alignleft {
	width: 48%;
	float: left;
}
.navigation .alignright {
	width: 48%;
	float: right;
	text-align: right;
}
/*==================================
for iPhone Landscape(iPhone 横)
==================================*/
@media screen and (min-width: 480px) {
	.gnav img {
		width: 48%;
	}
	.br_onoff {
		display: none;
	}
	.img_left,
	.alignleft {
		float: left;
		margin: 0 8px 8px 0;
	}
	.img_right,
	.alignright {
		float: right;
		margin: 0 0 8px 8px;
	}
	.voice_pic {
		float: left;
		margin: 0 16px 0 0;
	}
	.voice_pic p > :first-child {
		display: block;
		margin: 0 0 8px;
	}
	.catch_list .img_right {
		max-width: none;
		float: none;
		margin: 0 0 8px;
	}
	/*      スマホ横アクセス
	---------------------------------*/
	.access_box01 .img_left {
		width: 44.64%;
		max-width: none;
	}
	.access_info01 {
		float: right;
		width: 52.08%;
	}
	.access_pic {
		float: left;
		width: 47%;
	}
	.access_info02 {
		clear: both;
	}
}
/*==================================
for iPhone Landscape(iPhone 480px~782px)
==================================*/
@media screen and (min-width: 480px) and (max-width: 782px) {
	.contact_conts .img_left {
		float: none;
	}
	#sidebar {
		column-count: 2;
		column-gap: 0;
	}
	#sidebar > div {
		padding: 5px;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
}
/*==================================
スマホ用ドロワーメニュー
==================================*/
@media screen and (max-width: 782px) {
	#sp_menu {
		display: contents;
		background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
	}
	#sidebar {
		position: fixed;
		top: 0;
		left: 0;
		width: 85%;
		height: 100%;
		padding: 2em 0;
		background-color: #fff;
		transition: all 0.2s;
		transform: translate(-100%);
		overflow-y: scroll;
		overflow-x: hidden;
		z-index: 999999;
		box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
	}
	#sidebar.open {
		transform: translate(0%);
		background:#eef3f9;
	}
	#mask {
		display: none;
		transition: all 0.5s;
	}
	#sidebar.open + #mask {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.5;
		z-index: 99999;
		cursor: pointer;
	}
	/*モーダルの指定*/
	.modal_tel_container,
	.modal_line_container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		background: rgba(0, 0, 0, 50%);
		padding: 40px 20px;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		transition: 0.3s;
		box-sizing: border-box;
	}
	.modal_tel_container::before,
	.modal_line_container::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	.modal_tel_container.active,
	.modal_line_container.active {
		opacity: 1;
		visibility: visible;
	}
	.modal_body {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		max-width: 500px;
		width: 90%;
	}
	.modal_close {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		top: -40px;
		right: 0;
		width: 40px;
		height: 40px;
		font-size: 40px;
		color: #fff;
		cursor: pointer;
	}
	.modal_content {
		background: #fff;
		padding: 30px;
	}
	.modal_contact_tel_ttl,
	.modal_contact_line_ttl {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: clamp(15px, 3vw, 24px);
	}
	.modal_contact_tel_list li a,
	.modal_contact_line_list li a {
		display: block;
		margin: 0.5em auto;
		max-width: 16em;
		padding: 0.5em;
		text-decoration: none;
		color: #fff;
		text-align: center;
		font-size: clamp(15px, 3vw, 24px);
		border-radius: 8px;
	}
	.modal_contact_tel_list li a {
		background-color: #000;
	}
	.modal_contact_line_list li a {
		background-color: #00b900;
	}
	#sidebar.open .widget_nav_menu li,
	#sidebar.open .widget_categories li,
	#sidebar.open .widget_recent_entries li{
		border-bottom:1px solid #565555;
	}
	#sidebar.open .widget_nav_menu a,
	#sidebar.open .widget_categories a,
	#sidebar.open .widget_recent_entries a{
		font-weight:bold;
	}
	#sidebar.open .widget_nav_menu,
	#sidebar.open .widget_categories,
	#sidebar.open .widget_recent_entries,
	#sidebar.open .widget_search{
		border:none;
	}
	#sidebar.open .widget_nav_menu li{
		position:relative;
	}
	#sidebar.open .widget_nav_menu li a{
		color:#000;
	}
	#sidebar.open .widget_nav_menu li::before{
		content:"・";
		position:absolute;
		top: 50%;
		left: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		color:#ee7700;
	}
	#sidebar.open .sideUpper li::before{
		content:"";
	}
	#sidebar.open .sideUpper li a{
		color:#0067b7;
	}
	#sidebar.open .side_fixed_menu a{
		color:#ee7700;
		background:transparent;
		border-left: solid 8px #ee7700;
		text-align:left;
		font-weight:500;
		padding:2px 0 2px 8px;
	}
	#sidebar.open .sideUpper p{
		display:none;
	}
}
/*==================================
for iPad~PC
==================================*/
@media screen and (min-width: 782px) {
	/*==================================
	PC_base
	==================================*/
	a:hover img,
	a:active img {
		-webkit-opacity: 0.7;
		opacity: 0.7;
	}
	.only_sp {
		display: none;
	}
	.only_sp,
	#sidebar.only_sp {
		display: none;
	}
	.only_pc {
		display: block;
	}
	body {
		line-height: 1.6;
		width: 100%;
		max-width: 1240px; /*main_imgの幅*/
		margin-top: 0 !important;
	}
	.alignleft img,
	.alignright img {
		max-width: 300px;
		height: auto;
	}
	/*==================================
	PC_layout
	==================================*/
	/* 	#sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
	#sidebar > div {
	width: 48%;
}
	#sidebar > div:last-of-type {
	margin-right: auto;
} */
	.conts {
		margin: 0 24px 24px;
	}
	.ttl {
		margin: 0 0 32px;
	}
	.bnr {
		margin: 0 0 16px;
		text-align: center;
	}
	#page_contents {
		margin: 0px auto 0;
		padding: 0 36px;
	}
	/*==================================
	PC_heading
	==================================*/
	.h_style01,
	.h_style02,
	.news_ttl {
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
			"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", sans-serif;
	}
	.h_style01 /*下層ページのh2などに利用してください*/ {
		margin: 0 0 32px;
		padding: 20px;
		font-size: 34px;
	}
	.h_style02,
	.post h3:not([class]),
	.block_wrapper h2:not(.nostyle)
	/*トップのh2、下層のh3*/ {
		margin: 32px 0 24px;
		padding: 8px 16px;
		font-size: 18px;
	}
	.h_style03,
	.post h4,
	.block_wrapper h3:not(.nostyle)
	/*トップのh3、下層のh4*/ {
		clear: both;
		overflow: hidden;
		margin: 32px 4px 24px;
	}
	.h_style04,
	.post h5,
	.block_wrapper h4:not(.nostyle)
	/*ブログ見出し*/ {
		margin: 24px 4px 16px;
		padding: 0 8px 2px 32px;
		font-size: 18px;
	}
	/*==================================
	PC_header
	==================================*/
	#header {
		position:relative;
	}
	.h_inner h1{
		font-size:15px;
	}
	.h_logo {
		max-width: 460px;
		margin:8px auto;
	}
	.hamburger{
		display:none;
	}
	.header_conts{
		display:flex;
		max-width:1200px;
		margin:0 auto;
		align-items:center;
	}
	.header_conts .right_wrap{
		max-width:740px;
	}
	.header_conts .right_top_wrap{
		display:flex;
		align-items:flex-end;
		margin-top:20px;
		padding:0 8px 18px;
		border-bottom:1px solid #666464;			
	}
	.header_conts .header_map{
		color:#0067b7;
		text-decoration:none;
	}
	.header_conts .right_top_wrap .header_line_btn{
		margin:0 18px 0 50px;
	}
	.header_conts .right_top_wrap .header_tel_btn{
		font-size:20px;
		color:#0067b7;
		text-decoration:none;
		display:flex;
		align-items:center;
		gap:4px;
	}
	/*==================================
	PC_navigation
	==================================*/
	.gnav_pc {
		overflow: hidden;
		max-width: 1240px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.gnav_pc li {
		text-align: center;
		width: 24.9%;
		border-left: 1px solid #fff;
	}
	.gnav_pc li:last-child {
		border-right: 1px solid #fff;
	}
	.fixed .gnav_pc li:last-child{
		border-right: 1px solid #000;
	}
	.gnav_pc li a {
		display: block;
		padding: 15px 10px;
		color: #000;
		text-decoration: none;
		white-space:nowrap;
	}
	.gnav_pc li:hover {
		opacity: 0.7;
	}
	.fixed .gnav_pc{
		background:#fff;
	}
	.fixed .gnav_pc li{
		border-left:1px solid #000;
	}
	#bt_pagetop {
		position: fixed;
		z-index: 99999;
		bottom: 16px;
		right: 16px;
		width: min(10vw, 90px);
		opacity: 0;
		visibility: hidden;
		transition: opacity 1s, visibility 1s;
	}
	#bt_pagetop.active {
		opacity: 1;
		visibility: visible;
	}
	/*==================================
	PC_mainimg
	==================================*/
	.main_img {
		text-align: center;
		background:#F2F0F1;
		padding-bottom:10px;
	}
	.main_img .main_img_bottom{
		position:absolute;
		bottom:0;
		left:50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		z-index:10;
		width:54.1%;
		max-width:1171px;
	}
	.main_img .main_img_bg{
		background:#0067b7;
		width:100%;
		height:20.4%;
		max-height:184px;
		position:absolute;
		bottom:0;
		z-index:5;
	}
	/*==================================
	PC_contact
	==================================*/
	.contact {
		padding: 4em 0;
	}
	.contact_conts {
		width: 98%;
		max-width: 1090px;
		margin: auto;
		gap: 2em;
	}
	.contact_info_box {
		display: flex;
		justify-content: space-between;
		gap: 1em;
	}
	.contact_info_box > * {
		width: calc(50% - 1em);
	}
	.contact_info .block_uketsuke {
		margin: 0 auto;
		font-size: 14px;
	}
	.contact_info .block_uketsuke th,
	.contact_info .block_uketsuke td {
		padding: 0.3em;
		font-size: clamp(14px, 2vw, 24px);
	}
	.contact_info .uketsuke_block_notes {
		/*font-size: clamp(14px, 1.8vw, 20px);*/
	}
	.contact_access {
		font-size: clamp(14px, 1.6vw, 18px);
	}
	.contact_bt {
		flex-direction: row;
		justify-content: center;
	}
	.contact_bt > * {
		flex: 1;
	}
	/*==================================
	PC_menu sidemenu
	==================================*/
	.side_fixed_menu li {
		margin: 0 auto 16px;
	}
	.side_fixed_menu li a/*PCサイドバーHOME・アクセスボタン*/ {
		padding: 16px 0;
		transition: 0.5s;
	}
	.side_fixed_menu li a:hover {
		opacity: 0.7;
	}
	/*メニュー（固定ページ/関連メニュー）*/
	.widget_nav_menu,
	#custom_html-13,
	.widget_categories,
	.widget_recent_entries,
	.widget_search,
	.widget_archive,
	.widget_meta {
		width: 100%;
	}
	.widget_nav_menu li a:hover,
	.widget_categories li a:hover,
	.widget_recent_entries li a:hover {
		opacity: 0.7;
	}
	/*==================================
	PC_copyright
	==================================*/
	.copyright {
		padding: 54px 0;
		margin: 0;
		font-size: 14px;
	}
	/*==================================
	PC_footer
	==================================*/
	.f_inner {
		display: block;
		overflow: hidden;
		margin: 0 auto;
		padding: 16px 0;
		width: 95%;
		max-width: 1024px;
	}
	.footer_bnr_wrap {
		gap: 78px;
	}
	/*==================================
	PC_voice
	==================================*/
	.voice {
		margin: 0 0 40px;
	}
	.voice_list li {
		margin: 0 24px 32px;
		padding: 24px;
	}
	.voice_conts {
		padding: 24px;
	}
	.voice_conts h3 {
		width: 100%;
	}
	.voice_txt {
		clear: right;
		overflow: hidden;
		padding: 0 0 0 16px;
	}
	.voice_pic {
		float: left;
		margin: 0 16px 0 0;
	}
	.voice_pic img {
		display: inline-block;
		margin: 0 0 8px;
		max-width: 100%;
		height: auto;
	}
	/*ダイエットページスライダー*/
.diet_slider_wrap {
	margin: min(8vw,64px) auto min(12vw,96px);
}
.diet_slider_list {
	margin: 0 auto;
	width: calc(100% - 4em);
	font-size: clamp(13px,3vw,15px);
}
.diet_slider_list .slick-track {
	display: flex!important;
	gap: 1.5em;
}
.diet_slider_conts {
	display: grid!important;
	grid-template-rows: auto auto 1fr;
	gap: min(3vw,24px);
	padding: min(3vw,24px);
	height: auto;
	background-color: #FFF9F9;
	background-size: 12px 12px;
	background-image: linear-gradient(-45deg, #FFF6F5 25%, transparent 25%, transparent 50%, #FFF6F5 50%, #FFF6F5 75%, transparent 75%, transparent);
	box-sizing: border-box;
}
.diet_slider_ttl {
	padding: 4px;
	background-color: #FF7070;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 100px;
	box-sizing: border-box;
}
.diet_slider_pic img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	border: solid 8px #fff;
	box-shadow: 0px 0px 13px -2px rgba(255, 0, 0, 0.45);
	box-sizing: border-box;
}
.diet_slider_txt {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 3%;
	border: solid 1px #FF7070;
	background-color: #fff;
	border-radius: 12px;
	box-sizing: border-box;
}
.diet_slider_txt .menseki {
	margin: auto 0 0 4em;
	padding: 1em 0;
	color: #FF7070;
}
.diet_slider_txt::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 3.5em;
	aspect-ratio: 64/75;
	background: url(image/page/diet_slider_bg.png) no-repeat center center;
	background-size: contain;
}
.slick-dots {
	margin: auto!important;
}
.slick-prev:before, .slick-next:before {
	color: #FF7070;
}

	/*==================================
	PC_toppage
	==================================*/
	.top_inner {
		margin: 0 calc(50% - 50vw);
		padding: min(10vw, 80px) calc(50vw - 48%);
	}
	.top_catch h2 {
		margin: 0 0 32px;
	}
	.top_sejutsu_bt {
		margin: 0 0 24px;
	}
	.top_sejutsu_bt li {
		margin: 0 0 8px;
		width: 32.5%;
		text-align: center;
	}
	.top_point_list {
		margin: 0 24px;
	}
	.top_point_list h3 {
		float: left;
		font-size: 26px;
		line-height: 1.3em;
		margin: 0 0 16px;
	}
	.top_point_list h3 img {
		max-width: 70px;
		margin: 0 1vw 0 0;
	}
	.top_point_txt {
		clear: left;
	}
	.top_flow_list li {
		width: 46%;
		margin: 0 6px 22px;
	}
	/**/
	#contents .w1300 {
		padding: 0;
	}
	#contents .w1240 {
		padding: 0;
	}
	#contents .w1200 {
		padding: 0;
	}
	#contents .w1100{
		padding:0;
	}
	#contents .w1000 {
		padding: 0;
	}
	#contents .w600 {
		width: 60%;
	}
	#contents h2 {
		font-size: 40px;
		margin-bottom: 104px;
	}
	/*キャッチ*/
	#contents .top_catch {
		margin-bottom: 136px;
	}
	/*お悩み*/
	#contents .top_onayami .top_offer{
		display:flex;
	}
	#contents .top_onayami .top_offer img{
		width:auto;
	}
	#contents .top_onayami h2 {
		margin-top: 60px;
	}
	#contents .top_onayami .bg_gray {
		padding: 60px 0 74px;
	}
	#contents .top_onayami .check_list {
		font-size: 24px;
		width: 60%;
	}
	#contents .top_onayami .check_list li::before {
		width: 33px;
	}
	#contents .top_onayami .text {
		padding: 30px 36px 90px;
		font-size:18px;
	}
	#contents .top_onayami .l_text {
		line-height: 1.36;
		font-size:22px;
	}
	/*お悩みリスト*/
	#contents .top_onayami_menu {
		padding: 92px 0 102px;
	}

	#contents .onayami_list {
		font-size: 24px;
		gap:24px;
	}
	#contents .onayami_list li {
		width: 13%;
	}
	#contents .onayami_list li > p{
		font-size:24px;
		margin:16px;
	}
	#contents .other_btn {
		margin-top: 90px;
	}
	#contents .top_onayami_menu .more_btn {
		background: #0067b7;
		color: #fff;
		border-radius: 30px;
		margin: 22px auto 0;
		padding:8px 20px 8px 0;
		width: 98px;
		display: block;
		position:relative;
		font-size:18px;
	}
	#contents .top_onayami_menu .more_btn::after{
		content: "▼";
		margin-right: 0.4em;
		display: inline-block;
		transform: rotate(-90deg);
		color: #fff;
		position: absolute;
		right: 5px;
		top:8px;
		font-size:16px;
	}

	/*おすすめメニュー*/
	#contents .top_menu {
		padding: 102px 0 110px;
		position: relative;
	}
	#contents .top_menu .w1200::before {
		width: 539px;
		height: 139px;
		right: 0;
		top: -103px;
		background: url(image/top/bg_menu.png);
		left: auto;
		transform: none;
	}
	#contents .top_menu .osusume_menu_list {
		gap: 54px;
		flex-direction: row;
	}
	/*女性向けメニュー*/
	#contents .top_ladies {
		padding: 90px 0 100px;
	}
	#contents .top_ladies .w1200::before {
		width: 574px;
		height: 132px;
		right: 0;
		top: -93px;
		background: url(image/top/bg_ladys.png);
		transform: none;
		left: auto;
	}
	#contents .ladies_list {
		gap: 54px;
		flex-direction: row;
	}
	/*美容整体について*/
	#contents .top_about {
		padding: 200px 0 210px;
	}
	#contents .top_about .about_bg {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
	}
	#contents .top_about p {
		font-size: 18px;
	}
	/*ご予約*/
	#contents .top_link {
		padding: 65px 0;
	}
	#contents .top_link .text {
		letter-spacing: 0.05em;
		font-size: 40px;
		margin: 0 0 36px;
	}
	#contents .top_link .list {
		flex-direction: row;
	}
	/*予約下*/
	#contents .top_time {
		padding: 100px 0 130px;
	}
	#contents .top_time .fukidashi {
		width: auto;
	}
	#contents .top_time .text_wrap {
		margin-top: -96px;
		padding: 96px 40px 46px;
		flex-direction: row;
	}
	#contents .top_time .left_wrap img {
		max-width: 391px;
	}
	/*スタッフ紹介*/
	#contents .top_staff {
		padding: 110px 0 100px;
	}
	#contents .staff_wrap {
		gap: 62px;
		flex-direction: row;
	}
	#contents .staff_wrap .right_wrap .text {
		margin: 14px 0 40px;
	}
	#contents .name {
		margin: 0 0 24px;
	}
	#contents .text{
		font-size:18px;
	}
	#contents .menkyo {
		justify-content: flex-start;
	}	
	#contents .staff_list_wrap{
		display: flex;
		flex-direction: row;
		gap: 40px;
		justify-content: space-between;
		align-items: stretch;
	}
	#contents .staff_list_wrap > li{
		flex: 1;
		min-width: 0;
	}
	#contents .top_staff .w1300 {
		position: relative;
	}
	#contents .top_staff .w1300::before {
		width: 509px;
		top: -103px;
		left: auto;
		transform: none;
	}
	#contents .top_staff h2 {
		text-align: left;
	}
	#contents .top_staff h2::after {
		left: 0;
		transform: none;
	}
	/*お客様の声*/
	#contents .top_voice {
		padding: 120px 0;
	}
	/*お客様の声*/
	#contents .top_voice {
		padding: 100px 0 70px;
	}
	#contents .top_voice .block_voice_wrap{
		padding:50px;
		border-radius:10px;
		background:repeating-linear-gradient(
			135deg,
			#fbeacd 0,
			#fbeacd 6px,
			#ffffff 6px,
			#ffffff 8px
		);
		margin-bottom:56px;
	}
	#contents .top_voice_block_voice_wrap:last-of-type{
		margin-bottom:30px;
	}
	#contents .block_voice{
		margin:0;
		padding:50px 50px 30px;
		border-radius:18px;
		border:0;
	}
	#contents .block_voice_container{
		gap:50px;
		margin:0;
		flex-wrap:wrap;
	}
	#contents .block_voice_ttl{
		font-size:24px;
		word-break:auto-phrase;
	}
	/*よくあるご質問*/
	#contents .top_faq {
		padding: 120px 0 20px;
	}
	#contents .top_faq .w1000::after {
		width: 353px;
		top: -122px;
		left: auto;
		transform: none;
	}
	#contents .faq_list li {
		font-size: 18px;
	}
	#contents .faq_list .question::after{
		font-size:36px;
	}
	#contents .top_reason {
		padding: 180px 0 100px;
	}
	#contents .w1240 {
		width: 83.7%;
		margin: 0 auto;
	}
	#contents .reason_list {
		padding: 94px 80px 0;
		justify-content:space-between;
	}
	#contents .reason_list li {
		width: 32%;
	}
	#contents .reason_list .text {
		margin: 24px 0 80px;
	}
	#contents .top_reason::before {
		width: 728px;
		top:100px;
	}
	/*お悩み*/
	#contents .top_offer_wrap .top_offer{
	display:flex;
		margin-top:56px;
	}
#contents .top_offer_wrap .top_offer img
	{		width:auto;
	}

	/*==================================
	PC_page
	==================================*/
	.banner_area {
		text-align: center;
	}
	.catch_list ul {
		margin: 4px 0;
		float: left;
		width: 432px;
	}
	.catch_list li {
		padding: 6px 0 6px 44px;
		font-size: 18px;
	}
	.catch_list .img_right {
		width: 224px;
		float: right;
	}
	.catch_list .img_right img {
		width: auto;
		height: auto;
		max-width: 224px;
		max-height: 224px;
	}
	/*==================================
	PC_access
	==================================*/
	.access_info01 p {
		margin: 0;
	}
	.access_info02 {
		clear: both;
	}
	.access_info03 {
		margin: 0 auto;
		width: 500px;
	}

	/*==================================
	PC_form
	==================================*/
	.form_atention {
		width: 92%;
	}
	.privacy_policy {
		height: 150px;
	}
	/*==================================
	PC_Blog
	==================================*/
	.date {
		font-size: 13px;
		color: #ccc;
		text-align: right;
	}
	/*==================================
	PC_pager
	==================================*/
	.navigation {
		width: 630px;
	}
}
/*==================================
PC iPad landscape ~
==================================*/
@media screen and (min-width: 960px) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
	#contents {
		margin: 0 auto 40px;
		/*width: 96%;
		max-width: 1090px;
		padding: 48px 36px;*/
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contents::after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: "";
		clear: both;
		height: 0;
	}
	#page_contents {
		margin: 20px auto 40px;
		width: 96%;
		max-width: 1090px;
		padding: 0 36px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#form_contents {
		width: 720px;
		margin: 0 auto;
	}
	#main {
		z-index: -1;
		float: right;
		width: 74%;
		max-width: 720px;
	}
	#sidebar {
		display: block;
		float: left;
		width: 25%;
		max-width: 256px;
	}
	#sidebar > div {
		width: 100%;
	}
	/* img */
	.img_left {
		margin: 0 16px 16px 0;
		float: left;
	}
	.img_right {
		margin: 0 0 16px 16px;
		float: right;
	}
	.side_fixed_menu {
		width: 100%;
	}
}
/*==================================
PC Wide
==================================*/
@media screen and (min-width: 1240px) {
	body {
		min-width: 1240px;
		max-width: none;
	}
	#main {
		padding: 0;
	}
	.side_fixed_menu {
		width: 100%;
	}
}
@media screen and (min-width:1480px){
	.main_img{
		padding-bottom:90px;
	}
	.main_img .main_img_bg{
		height:176px;
	}
}