@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@charset "UTF-8";


/****************************************
		CSS Setting
*****************************************/

/****************************************
		General Setting
*****************************************/

html,
body,
div,
span,
strong,
h1,
p,
a,
code,
img,
ol,
ul,
li {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}
.header {
	position:static !important;
}

@media screen and (min-width: 1024px) {
    body {
        margin-top: 0 !important;
    }
}
body {
	/* regular 400 Medium 500 bold 700 */
	font-family: noto-sans-cjk-jp, "游ゴシック", "Yu Gothic", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	word-break: break-strict;
	color: #555;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
}

.f_minc {
	/* regular 400 Medium 500 bold 700 */
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	font-style: normal;
}

.gnav a,header a,footer a{
	text-decoration: underline;
	color: #2d2d2d;
}

a:hover {
	color: #2d2d2d;
}

a img {
	-webkit-transition: opacity 200ms 0s ease;
	transition: opacity 200ms 0s ease;
}

a img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

.clearfix {
	display: block;
	zoom: 1;
}

.clearfix:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

body {
	_display: inline;
	_zoom: 1;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.anim {
	-webkit-transition: opacity 200ms 0s ease;
	transition: opacity 200ms 0s ease;
}

.anim:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

/****************************************
		Base Setting
*****************************************/

.wrap {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.header {
	border-bottom: 2px solid #036eb7;
}

/*-- height: 100px; --*/
.header_inner {
	position: relative;
	height: 121px;
}

.header_logo {
	position: absolute;
	top: 27px;
	left: 10px;
}

/*-- right: 330px; --*/
.header_btn {
	position: absolute;
	top: 25px;
	right: 360px;/*20230427電話*/
}

.header_btn ul li {
	float: left;
	margin-left: 2px;
}

.header_btn ul li a {
	position: relative;
	display: block;
	width: 215px;
	height: 75px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.header_btn ul li a span {
	font-size: 94%;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	letter-spacing: 0.06em;
	line-height: 1.4;
}

.header_btn ul li:nth-child(1) a {
	background-color: #4abec4;
}

.header_btn ul li:nth-child(2) a {
	background-color: #00b900;
}

/*-- top: 18px; --*/
.header_tel {
	position: absolute;
	top: 25px;
	right: 20px;
}

.header_tel img,
.header_tel a {
	display: block;
	float: left;
}

.header_tel a {
	line-height: 1.2;
	position: relative;
	top: -5px;
	padding-left: 13px;
	text-align: center;
	text-decoration: none;
}

.header_tel a strong {
	font-size: 240%;
	font-weight: 700;
	display: flex;
	color: #036eb7;
	justify-content: center;
	align-items: center;
	gap:2px;
}/*20230427電話*/

.header_tel .header_tel-icon{
	display:block;
	width:28px;
	transform: rotate(3deg);
}

.header_tel a span {
	font-size: 94%;
	letter-spacing: 0.09em;
}

.header_tel_sp{
	display: none;
}

.header_btn img {
	width: 21px;
	position: absolute;
	top: 0;
	left: 10px;
}

.gnav {
	position: relative;
	z-index: 2;
	padding: 20px 0;
	text-align: center;
}

.gnav ul li {
	display: inline-block;
	margin: 0 36px;
}

.gnav ul li a {
	text-decoration: none;
	letter-spacing: 0.06em;
}

.gnav ul li a:hover {
	text-decoration: underline;
}

/*.common_contact_outer h3 {
	font-size: 320%;
	font-weight: 700;
	color: #036eb7;
}*/

/*-- table setting 20240105 --*/
/*== 20240105 ==*/


.footer_bana {
	margin: 2em auto 0;
	display: flex;
	justify-content: center;
}

.footer_bana p {
	text-align: center;
	margin: 0 0.5em;
}

.footer_bana p img {
	width: 300px;
}

.footer {
	background-color: #036eb7;
}

.footer_inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
}

.fnav {
	padding: 100px 0;
}

.fnav ul {
	float: left;
}

.fnav ul li {
	margin-bottom: 10px;
}

.fnav ul li a {
	font-size: 94%;
	text-decoration: none;
	color: #fff;
}

.fnav ul li.min {
	padding-left: 15px;
}

.fnav ul:nth-child(2) {
	margin-left: 30px;
}

.fnav ul:nth-child(3) {
	margin-left: 30px;
}

.fnav ul:nth-child(4) {
	margin-left: 30px;
}

.foot_line {
	width: 300px;
	margin: 1em auto;
}

.footer_info {
	position: absolute;
	top: 50px;
	right: 0;
}

.footer_info ul li {
	font-size: 94%;
	line-height: 1.8;
	margin-bottom: 10px;
}

.footer_tel {
	padding: 20px 0;
}

.footer_tel p strong {
	font-size: 267%;
	font-weight: 700;
	line-height: 1;
}

.footer_tel p img {
	position: relative;
	top: -8px;
	margin-right: 5px;
	vertical-align: middle;
}

.footer_last {
	padding-top: 50px;
	text-align: center;
	background-color: #fff;
}

.footer_last p.link {
	text-align: left;
	max-width: 760px;
	margin: 0 auto 51px;
	font-size: 86.666%;
	line-height: 1.69;
}

.footer_sns {
	margin-left: -20px;
}

.footer_sns ul li {
	display: inline-block;
	padding: 0 12px;
}

.footer_sns ul li a {
	line-height: 75px;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #036eb7;
}

.footer_sns ul li a img {
	vertical-align: middle;
}

.footer_link {
	margin-left: 40px;
	padding: 40px 0 10px;
}

.footer_link ul li {
	display: inline-block;
	padding: 0 25px;
	border-right: 1px solid #a9a9a9;
}

.footer_link ul li a {
	font-size: 94%;
	line-height: 1;
	text-decoration: none;
}

.footer_link ul li:last-child {
	border-right: none;
}

.footer_copy {
	padding-bottom: 35px;
}

.footer_copy p {
	font-size: 94%;
}

/****************************************
		top Setting
*****************************************/

/*-- top: 50px; --*/

/*
.top_plan_head ul {
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #036eb7;
}*/ /*20240105*/

/*.top_info_outer .box_inner {
	background-color: #fff;
}20230425*//*20230425*/

/*.top_info_outer .box_bg {
	background-image: url(./img/top/top_info_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}*/



@media (max-width: 1199px) {
	.gnav ul li {
		margin: 0 2%;
	}
}

@media (max-width: 1160px) {
	.wrap {
		padding: 0 2%;
	}

	.footer_inner {
		padding: 40px 0;
	}

	.footer_info {
		padding-top: 20px;
		position: relative;
		top: inherit;
		right: inherit;
		text-align: center;
	}

	.fnav {
		width: 860px;
		margin: 0 auto;
		padding: 10px 0;
	}

	.fnav ul:nth-child(2) {
		margin-left: 30px;
	}

	.fnav ul:nth-child(3) {
		margin-left: 30px;
	}

	.fnav ul:nth-child(4) {
		margin-left: 30px;
	}
}

@media (max-width: 1093px) {

	.header_btn ul li a {
		font-size: 87%;
		width: 200px;
	}
}

@media (max-width: 1024px) {
	.header_logo {
		top: 22px;
	}

	.header_logo h1 img {
		width: 250px;
	}
}

@media (max-width: 960px) {
	.header_logo {
		top: 28px;
	}

	.header_logo h1 img {
		width: 230px;
	}

	.header_btn {
		right: 283px;/*20230427*/
	}

	.header_tel a {
		top: 2px;
		padding-left: 8px;
	}

	.header_tel a strong {
		font-size: 180%;
	}

	.gnav {
		font-size: 90%;
	}

	.gnav ul li {
		margin: 0 1%;
	}

	.footer_inner {
		padding: 40px 0;
	}

	.fnav {
		width: 740px;
	}

	.fnav ul:nth-child(2) {
		margin-left: 30px;
	}

	.fnav ul:nth-child(3) {
		margin-left: 20px;
	}

	.fnav ul:nth-child(4) {
		margin-left: 20px;
	}

	.footer_info {
		position: relative;
		top: inherit;
		right: inherit;
		text-align: center;
	}
}

.sp_only {
	display: none;
}

.drawer-overlay {
	display: none;
}

@media (max-width: 767px) {

	.sp_only {
		display: block;
	}

	/****************************************
			Base Setting
	*****************************************/
	.wrap {
		padding: 0 6%;
	}

	.header {
		/*
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		width: 100%;
		border-bottom: none;
		background: #fff;
		*/
	}

	.header_inner {
		height: 65px;
	}

	.header_logo {
		top: 14px;
		left: 10px;
	}

	.header_logo h1 img {
		width: 205px;
	}

	.header_btn {
		display: none;
	}

	.header_tel {
		display: none;
	}
	.header_tel_sp{
		display: block;
	}

	.header_tel_sp .header_tel_icon{
		width: 30px;
		position: absolute;
		top: 15px;
		right: 75px;
	}
	.header_btn ul li a {
		width: 150px;
	}

	.header_btn ul li:nth-child(2) a {
		width: 150px;
	}

	.header_btn img {
		top: 2px;
		left: 9px;
	}

	.gnav {
		display: none;
	}

/*.common_contact_outer h3 {
		font-size: 214%;
	}*/

	.footer {
		background-color: transparent;
	}

	.footer_inner {
		display: none;
	}

	.footer_last {
		padding-top: 35px;
		background-color: #f3faff;
	}

	.footer_sns {
		margin-left: 0;
	}

	.footer_sns ul li:nth-child(1) a img {
		width: 30px;
	}

	.footer_sns ul li:nth-child(2) a img {
		width: 35px;
	}

	.footer_sns ul li a {
		line-height: 62px;
		width: 64px;
		height: 64px;
	}

	.footer_link {
		margin-left: 0;
		padding: 30px 0 20px;
	}

	.footer_link ul li {
		display: inline-block;
		width: 44%;
		margin: 0 2%;
		padding: 0;
		border-right: none;
	}

	.footer_link ul li a {
		font-size: 80%;
		display: block;
		padding: 13px 0;
		text-decoration: none;
		color: #036eb7;
		border: 1px solid #036eb7;
	}

	.footer_link ul li:last-child {
		margin-top: 20px;
		border-right: none;
	}

	.footer_copy {
		padding-bottom: 95px;
	}

	.footer_copy p {
		font-size: 80%;
	}

	.sp_foot_btns {
		position: fixed;
		z-index: 9999;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.sp_foot_btns ul li {
		display: block;
		float: left;
		width: 50%;
	}

	.sp_foot_btns ul li a {
		position: relative;
		display: block;
		height: 62px;
		text-decoration: none;
	}

	.sp_foot_btns ul li a span {
		font-size: 80%;
		font-weight: 500;
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 50%;
		width: 100%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		color: #fff;
	}

	.sp_foot_btns ul li a span img {
		position: relative;
		top: -2px;
		width: 21px;
		margin-right: 10px;
	}

	.sp_foot_btns ul li:nth-child(1) a {
		background-color: #4abec4;
	}

	.sp_foot_btns ul li:nth-child(2) a {
		background-color: #00b900;
	}

	.sp_dnav_btn {
		position: absolute;
		top: 0;
		right: 0;
		width: 65px;
		background-color: #2ca6e0;
	}

	.sp_dnav_btn .inn {
		position: relative;
		height: 65px;
	}

	.sp_dnav_btn .ct {
		position: absolute;
		top: 22px;
		left: 50%;
		width: 24px;
		-webkit-transform: translateY(0%) translateX(-50%);
		transform: translateY(0%) translateX(-50%);
	}

	.sp_dnav_btn .ct .line i {
		display: block;
		width: 100%;
		height: 2px;
		margin-bottom: 8px;
		background-color: #fff;
	}

	.drawer-overlay {
		position: fixed;
		z-index: 9998;
		top: 65px;
		right: 0;
		width: 100%;
		height: 100%;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.drawer-bg {
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	.drawer-nav {
		position: absolute;
		z-index: 10000;
		top: 0;
		right: 0;
		overflow-y: auto;
		width: 75vw;
		height: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #fff;
		-webkit-overflow-scrolling: touch;
	}

	.drawer-menu {
		padding-bottom: 127px;
		border-top: 1px solid #cabfd4;
	}

	.drawer-menu li a,
	.drawer-menu li p {
		font-size: 94%;
		display: block;
		padding: 20px;
		text-decoration: none;
		border-bottom: 1px solid #cae0ee;
		background-color: #2ca6e0;
		color: #fff;
	}

	.drawer-menu li a {
		background-image: url(https://proteo.jp/wp-content/themes/asera-shinbashi_original/img/common/sp_common_dnav_ico_02.png);
		background-repeat: no-repeat;
		background-position: center right 10px;
		background-size: 7px 11px;
	}

	.drawer-menu li p {
		background-image: url(https://proteo.jp/wp-content/themes/asera-shinbashi_original/img/common/sp_common_dnav_ico_01.png);
		background-repeat: no-repeat;
		background-position: center right 10px;
		background-size: 11px 11px;
	}

	.drawer-menu li ol {
		display: none;
	}

	.drawer-menu li ol li a {
		background-color: #036eb7;
	}

	.drawer-menu li ol li a img {
		position: relative;
		top: -1px;
		width: 9px;
		margin-right: 6px;
		vertical-align: middle;
	}

}



@media (max-width: 767px) {
	/*.instagram{
		position: static;
		margin-top: 14px;
	}*/
}


/****************************************
カウンセリング予約
*****************************************/
.tab{
	display: none;
}
@media (max-width: 960px) {
	.header_btn ul li a {
		font-size: 87%;
		width: 120px;
	}
	.header_btn ul li a span {
		top: 60%;
	}
	.header_btn img {
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.tab{
			display: block;
		}
}



/*コラムの挿入関連記事*/

/* 共通のヘッダースタイル */
.header {
    width: 100%;
    z-index: 1000;
}

/* PC版の固定ヘッダー */
@media screen and (min-width: 1024px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;

    }


    body {
        margin-top: calc(var(--header-height, 121px));
    }

    /* WordPressツールバーの影響を防ぐ */
}

/* スマホやタブレットの場合 */
@media screen and (max-width: 1023px) {
    .header {
        position: static;
    }
}
