/*!  02_base
================================================ */
:root {
	--primary-2: 235,72,163;
}
html {
	overflow: auto
}

body {
	min-width: 1100px;
	line-height: 2.13333;
	overflow: hidden;
	color: #4d4d4d;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", -apple-system, BlinkMacSystemFont, Meiryo, sans-serif;
	font-size: 22.4px;
	font-size: 1.4rem;
	letter-spacing: 0.06em
}

a {
	color: #4d4d4d;
	text-decoration: underline;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

em {
	font-weight: 700
}

sup {
	font-size: 1rem;
	vertical-align: super
}

/*! Utitity
-------------------------------------- */
.green {
	color: #007563;
	vertical-align: baseline
}

.c-link-blank01::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 14px;
	background: url(../img/common/ico_openwin01.png) center center no-repeat;
	background-size: contain;
	vertical-align: middle;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 3px;
}
.c-link-blank01.is-white::after{
	background: url(../img/common/ico_openwin02.png) center center no-repeat;
	background-size: contain;
}

.c-link-blank02{
	color: #007563;
	text-decoration: underline;
}
.c-link-blank02::after {
  width: 15px;
  height: 13px;
  content: "";
  display: inline-block;
  vertical-align: -2px;
  background: no-repeat center / contain;
	background: url(../img/common/ico_openwin01.png) center no-repeat;
	background-size: contain;
  margin-left: 3px;
  margin-right: 3px;
}

a.green {
	border-bottom: 1px solid #007563;
	color: #007563;
	vertical-align: baseline
}
a:hover.green.u-alpha{
	border: none;
}

.u-center{
	text-align: center;
}

.marker {
	background: #fff2d2;
	padding-left: 0.2em;
	padding-right: 0.2em
}

.tcRed {
	color: #f00
}

.tcSat {
	color: #1ba9c0
}

.tcSun {
	color: #f1719f
}

.tcRsv {
	color: #e1a45f
}

.tcRsv a,
a.tcRsv {
	border-bottom: 1px solid #e1a45f;
	color: #e1a45f
}

.alpha {
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.alpha:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.note {
	font-size: 22.4px;
	font-size: 1.4rem
}

.noteSmall {
	font-size: 17.6px;
	font-size: 1.1rem
}

/*! font
-------------------------------------- */
.f-notomin {
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif
}

.f-roboto {
	font-family: "Noto Sans JP", sans-serif
}


/*! 表示出し分け
-------------------------------------- */
.viewPc {
	display: none
}

@media all and (min-width: 600px) {
	.viewSp {
		display: none!important;
	}

	.viewPc {
		display: block
	}

	.slick-slide img.viewSp {
		display: none
	}
}

/*! clearFix
-------------------------------------- */
.cf:after {
	display: block;
	clear: both;
	content: ""
}

/*! layout
-------------------------------------- */
#wrapper {
	position: relative;
	padding-top: 175px;
}

#container {
	padding: 30px 0 80px;
	font-size: 24px;
	font-size: 1.6rem;
}
#container main{
	color: #1A1A1A;
}

#container.col2 {
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0 80px
}

#container.col2 #contents {
	float: right;
	width: 830px;
	padding: 0
}

#container.col2 #sidebar {
	float: left;
	width: 240px;
	padding-top: 0
}

#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	min-width: 1100px;
	/* height: 210px; */
	background: #fff
}

#gHeader .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 35px 0 12px;
}

#hdInfo {
	position: relative;
	height: 85px;
	background: #fff
}

#hdInfo .logo {
	position: absolute;
	top: 0;
	left: 0
}

#hdInfo .siteTit {
	position: absolute;
	bottom: 0px;
	left: 0;
	font-size: 1rem;
	color: #bbbebe;
	line-height: 1;
}

#hdInfo .clinicList {
	position: absolute;
	top: 0;
	right: 180px;
	overflow: hidden
}

#hdInfo .clinicList .item {
	position: relative;
	float: left;
	width: 155px;
	padding: 0 7px
}

#hdInfo .clinicList .item+.item {
	border-left: 1px dashed #e2e0e0
}

#hdInfo .clinicList .item a>.clinic {
	position: absolute;
	top: 0;
	left: 18px;
	line-height: 27px;
	color: #fff;
	font-size: 20.8px;
	font-size: 1.3rem
}

#hdInfo .clinicList .item .tit {
	overflow: hidden;
	background-color: #007563;
	display: block;
	padding: 6px;
	border-radius: 4px;
	margin-top: 2px
}

#hdInfo .clinicList .item .tit .clinic {
	width: 48%;
	display: block;
	line-height: 1;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	box-sizing: border-box
}

#hdInfo .clinicList .item .tit .day {
	color: #008a85;
	background-color: #c7e4e4;
	font-size: 1rem;
	line-height: 1;
	padding: 2px 0 3px;
	width: 49%;
	display: block;
	text-align: center;
	float: right;
	border-radius: 2px;
	box-sizing: border-box;
	letter-spacing: 0;
	font-weight: 500
}

#hdInfo .clinicList .item .tel {
	display: block;
	line-height: 1.1;
	margin-top: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 28.8px;
	font-size: 1.8rem;
	text-align: center
}

#hdInfo .clinicList .item .time {
	display: block;
	padding-top: 3px;
	color: #bbbcbc;
	font-size: 17.6px;
	font-size: 1.1rem;
	text-align: center
}

#hdInfo .gContact {
	display: table;
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	height: 80px
}

#hdInfo .gContact a {
	display: table-cell;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: #ce925f;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	/* padding-top: 10px; */
}

#hdInfo .gContact a:after {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0;
	top: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: rotate(45deg);
	margin: auto 0;
}

#hdInfo .gContact a .mainTxt {
	display: block;
	line-height: 1.4;
	font-weight: bold;
	font-size: 22.4px;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-bottom: 5px;
}

#hdInfo .gContact a .subTxt {
	display: block;
	line-height: 1.1;
	font-size: 19.2px;
	font-size: 1.2rem;
	/* transform: translateY(-10px); */
}

.hsp_disnone #hdInfo .clinicList {
	left: 548px
}

.hsp_disnone #hdInfo .gContact {
	display: none
}

#gNav {
	margin-top: 12px
}

#gNav .navList {
	display: table;
	width: 100%
}

#gNav .navList .item {
	position: relative;
	display: table-cell;
	box-sizing: border-box;
	border-right: 1px solid #e2e0e0
}

#gNav .navList .item:first-child {
	border-left: 1px solid #e2e0e0
}

#gNav .navList .item>a {
	display: block;
	line-height: 30px;
	font-size: 25.6px;
	font-size: 1.6rem;
	text-align: center
}

#gNav .navList .item>a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

#gNav .navList .wrapSubMenu {
	display: none;
	position: absolute;
	top: 23px;
	left: 0;
	width: 295px;
	padding-top: 20px
}
#gNav .navList .item.beginner .wrapSubMenu{
	left: initial;
	right: -2px;
}

#gNav .navList .child-list {
	padding: 10px;
	background: #daefe9
}

#gNav .navList .child-list .child-item+.child-item {
	border-top: 1px solid #fff
}

#gNav .navList .child-list .child-item a {
	display: block;
	position: relative;
	padding: 14px 10px;
	line-height: 1.4;
	color: #007563
}

#gNav .navList .child-list .child-item a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #007563;
	border-right: 2px solid #007563;
	content: "";
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

#gNav .navList .child-list .child-item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

#gNav .navList .item:hover .wrapSubMenu {
	display: block
}

#gContact {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	min-width: 320px
}

#gContact .weapScroll {
	padding: 30px 15px;
	background: #e1a45f
}

#overlay {
	display: none !important
}

#mainImg {
	position: relative;
	width: 100%;
	height: 330px;
	text-align: center
}

#mainImg .pageTit01 {
	display: table;
	position: absolute;
	top: 90px;
	left: calc((100% - 490px) / 2);
	width: 490px;
	height: 150px;
	background: rgba(255, 255, 255, 0.85)
}

#mainImg .pageTit01 .mainTit {
	display: table-cell;
	line-height: 1.1;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 600;
	font-size: 51.2px;
	font-size: 3.2rem;
	vertical-align: middle;
	letter-spacing: 0.12em
}

#mainImg .pageTit02 {
	display: table;
	position: absolute;
	top: 90px;
	left: calc((100% - 630px) / 2);
	width: 630px;
	height: 150px;
	background: rgba(255, 255, 255, 0.85)
}

#mainImg .pageTit02 .mainTit {
	display: table-cell;
	width: 100%;
	height: 100%;
	line-height: 1.38;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 600;
	font-size: 51.2px;
	font-size: 3.2rem;
	vertical-align: middle;
	letter-spacing: 0.12em
}

#mainImg .pageTit03 {
	position: absolute;
	top: 90px;
	left: calc((100% - 580px) / 2);
	width: 580px;
	height: 150px;
	background: rgba(255, 255, 255, 0.85)
}

#mainImg .pageTit03 .subTit {
	line-height: 1.1;
	padding-top: 40px;
	color: #007563;
	font-weight: 400;
	font-size: 25.6px;
	font-size: 1.6rem;
	letter-spacing: 0
}

#mainImg .pageTit03 .mainTit {
	line-height: 1.1;
	padding-top: 12px;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 600;
	font-size: 51.2px;
	font-size: 3.2rem;
	letter-spacing: 0.12em
}

#mainImg .pageTit06 {
	position: absolute;
	top: 90px;
	left: calc((100% - 580px) / 2);
	width: 580px;
	height: 150px;
	background: rgba(255, 255, 255, 0.85)
}

#mainImg .pageTit06 .subTit {
	line-height: 1.1;
	padding-top: 20px;
	color: #007563;
	font-weight: 400;
	font-size: 25.6px;
	font-size: 1.6rem;
	letter-spacing: 0
}

#mainImg .pageTit06 .mainTit {
	line-height: 1.38;
	padding-top: 6px;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 600;
	font-size: 51.2px;
	font-size: 3.2rem;
	letter-spacing: 0.12em
}

#breadcrumb {
	width: 1100px;
	margin: 0 auto 0;
	padding: 8px 0;
}

#breadcrumb .list {
	padding: 0;
	line-height: 1;
	font-size: 16px;
	display: flex;
}

#breadcrumb .list .item {
	display: inline-block
}
#breadcrumb .list .item.home{
	position: relative;
}
#breadcrumb .list .item.home::before{
	content: "";
	background: url(../img/common/icon_home01.svg) center no-repeat;
	width: 16px;
	height: 16px;
	background-size: contain;
	display: inline-block;
	margin-right: 4px;
}

#breadcrumb .list .item+.item {
	position: relative;
	margin-left: 32px;
}

#breadcrumb .list .item+.item:before {
	display: block;
	position: absolute;
	top: 50%;
	left: -15px;
	width: 6px;
	height: 6px;
	border-top: 1.5px solid #007563;
	border-right: 1.5px solid #007563;
	content: "";
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}
#breadcrumb .list .item:last-child:before{
	border-top: 1.5px solid #4d4d4d;
	border-right: 1.5px solid #4d4d4d;
}
#breadcrumb .list .item a {
	color: #007563;
	text-decoration: underline;
}
#breadcrumb .list .item a:hover{
	text-decoration: none;
}

.sideNav .menuTit-note {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 1px 10px 3px;
	font-size: 1.1rem;
	line-height: 1.6;
}

#sidebar .js-toggle-content {
	display: none
}

#sidebar .js-toggle-btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 50px;
	cursor: pointer
}

#sidebar .js-toggle-btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

#sidebar .js-toggle-btn:before {
	position: absolute;
	top: 20px;
	top: calc(50% - 6px);
	right: 19px;
	width: 2px;
	height: 12px;
	background: #007563;
	content: "";
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

#sidebar .js-toggle-btn:after {
	position: absolute;
	top: 25px;
	top: calc(50% - 1px);
	right: 14px;
	width: 12px;
	height: 2px;
	background: #007563;
	content: ""
}

#sidebar .js-toggle-btn.is_active:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

#sidebar .melancholy .js-toggle-btn,
#sidebar .stresscare .js-toggle-btn {
	height: 72px
}

#sidebar .melancholy i:before,
#sidebar .melancholy i:after {
	background: #007563
}

#sidebar .stresscare i:before,
#sidebar .stresscare i:after {
	background: #457eaf
}

#sidebar .partner i:before,
#sidebar .partner i:after {
	background: #d9839a
}

#sidebar .columnList {
	/*padding-bottom: 30px;
	border-bottom: 2px solid #e2e0e0*/
}

#sidebar .columnList .item>a {
	position: relative;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	box-sizing: border-box
}

#sidebar .columnList .item>a .img {
	border-radius: 5px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	height: 60px;
	overflow: hidden
}

#sidebar .columnList .item>a .img>img {
	width: 100%;
	height: auto
}

#sidebar .columnList .item>a .tit {
	padding-left: 8px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 20px;
	flex: 1 0 20px;
	font-size: 1.3rem;
	line-height: 1.35
}

.currentNav .navList .item>a {
	display: block;
	position: relative;
	line-height: 1.42;
	padding: 16px 0 17px;
	background: #007563;
	color: #fff;
	font-weight: 700;
	font-size: 25.6px;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: middle
}

.currentNav .navList .item.is_nolink {
	display: block;
	position: relative;
	line-height: 1.42;
	padding: 16px 12px 17px;
	background: #007563;
	color: #fff;
	font-weight: 700;
	font-size: 25.6px;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: middle
}

.currentNav .navList .item>a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 0;
	bottom: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: rotate(45deg);
	margin: auto 0;
}

.currentNav .navList .item>a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.currentNav .navList.stresscare .item a {
	background: #457eaf
}

.currentNav .navList.partner .item a {
	background: #d9839a
}

.currentNav .navList .child-list .child-item {
	margin-top: 3px
}

.currentNav .navList .child-list .child-item a {
	display: block;
	position: relative;
	line-height: 1.42;
	padding: 20px 10px 21px 35px;
	background: #eff2f2;
	font-size: 22.4px;
	font-size: 1.4rem
}

.currentNav .navList .child-list .child-item a:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 18px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #c9c9c9;
	border-right: 2px solid #c9c9c9;
	content: "";
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.currentNav .navList .child-list .child-item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.currentNav .navList .child-list .child-item a.current {
	padding: 15px 26px 16px 20px;
	background: #fff
}

.currentNav .navList .child-list .child-item a.current:after {
	left: 215px
}

#sidebar .caremenuBtn {
	margin-top: 10px
}

#sidebar .caremenuBtn .box {
	width: 240px;
	height: 120px
}

#sidebar .caremenuBtn .box+.box {
	margin-top: 10px
}

#sidebar .caremenuBtn .box a {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	border-radius: 5px;
	color: #fff;
	text-align: center
}

#sidebar .caremenuBtn .box a:after {
	position: absolute;
	display: block;
	right: 12px;
	bottom: 0;
	top: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: rotate(45deg);
	margin: auto 0;
}

#sidebar .caremenuBtn .box a .menuTxt {
	display: inline-block;
	width: 115px;
	margin-bottom: 8px;
	border: 1px solid #adabab;
	font-size: 17.6px;
	font-size: 1.1rem;
	letter-spacing: 0.08em
}

#sidebar .caremenuBtn .box a .menuTit {
	display: block;
	line-height: 1.263;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 30.4px;
	font-size: 1.9rem
}

#sidebar .caremenuBtn .topography a {
	background: url(../img/common/sidebar/bg_topography01.jpg) center no-repeat;
	background-size: cover
}

#sidebar .caremenuBtn .tms a {
	background: url(../img/common/sidebar/bg_tms01.jpg) center no-repeat;
	background-size: cover
}

#sidebar .mainContentsList {
	margin-top: 30px;
	padding: 20px;
	border-radius: 5px;
	background: #e6f3ef
}

#sidebar .mainContentsList .js-toggle-btn {
	top: 0;
	right: -14px
}

#sidebar .mainContentsList .item {
	position: relative
}

#sidebar .mainContentsList .item:not(:first-child) {
	border-top: 1px dotted #007563
}

#sidebar .mainContentsList .item a {
	display: block;
	position: relative;
	line-height: 1.42em;
	padding: 15px 20px 15px 0;
	font-weight: 700
}

#sidebar .mainContentsList .item a:not(.acBtn):after {
	display: block;
	position: absolute;
	top: 50%;
	right: 1px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #007563;
	border-right: 2px solid #007563;
	content: "";
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

#sidebar .mainContentsList .item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

#sidebar .mainContentsList .child-list .child-item+.child-item {
	border-top: 1px dotted #fff
}

#sidebar .mainContentsList .child-list .child-item a {
	font-weight: 400
}

#sidebar .icnList {
	margin-top: 30px;
	border-bottom: 2px solid #e2e0e0
}

#sidebar .icnList .item .wrapSubMenu {
	display: none
}

#sidebar .icnList .item {
	border-top: 2px solid #e2e0e0
}

#sidebar .icnList .item a {
	display: block;
	position: relative;
	line-height: 1.42em;
	padding: 16px 30px 16px 50px;
	color: #565656
}

#sidebar .icnList .item a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #007563;
	border-right: 2px solid #007563;
	content: "";
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

#sidebar .icnList .item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

#sidebar .icnList .beginner a {
	background: url(../img/common/sidebar/ico_beginner01.png) 15px center no-repeat
}

#sidebar .icnList .about a {
	background: url(../img/common/sidebar/ico_about01.png) 15px center no-repeat
}

#sidebar .icnList .payment a {
	background: url(../img/common/sidebar/ico_payment01.png) 15px center no-repeat
}

#sidebar .icnList .for-minors a {
	background: url(../img/common/sidebar/ico_for-minors01.png) 15px center no-repeat
}

#sidebar .icnList .info a {
	background: url(../img/common/sidebar/ico_info01.png) 15px center no-repeat
}

#sidebar .icnList .faq a {
	background: url(../img/common/sidebar/ico_faq01.png) 15px center no-repeat
}

#sidebar .icnList .news a {
	background: url(../img/common/sidebar/ico_news01.png) 15px center no-repeat
}

#sidebar .icoBox {
	margin-top: 30px
}

#sidebar .icoBox .box+.box {
	margin-top: 8px
}

#sidebar .icoBox .box a {
	padding: 18px 0 19px 50px
}

#sidebar .icoBox .box a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

#sidebar .icoBox .box a .mainTxt {
	display: block;
	line-height: 1.1;
	padding-top: 5px;
	color: #007563;
	font-weight: 700;
	font-size: 22.4px;
	font-size: 1.4rem
}

#sidebar .icoBox .box a .subTxt {
	display: block;
	line-height: 1.1;
	margin-top: 6px;
	color: #bbbcbc;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17.6px;
	font-size: 1.1rem
}

#sidebar .icoBox .houjin a {
	background: url(../img/common/sidebar/ico_houjin01.png) 15px center no-repeat
}

#sidebar .icoBox .other a {
	background: url(../img/common/sidebar/ico_other01.png) 13px center no-repeat
}

#sidebar .columnBtn {
	display: table;
	width: 100%;
	height: 75px;
	margin-top: 30px
}

#sidebar .columnBtn a {
	display: table-cell;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: url(../img/common/sidebar/bg_column01.png) center no-repeat #8277ac;
	color: #fff;
	font-weight: 700;
	font-size: 25.6px;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: middle
}

#sidebar .columnBtn a:before {
	display: block;
	position: absolute;
	right: 12px;
	bottom: 0;
	top: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: rotate(45deg);
	margin: auto 0;
}

#sidebar .columnBtn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

#sidebar .no-icoList {
	margin-top: 30px;
	border-bottom: 1px dotted #007563
}

#sidebar .no-icoList .js-toggle-btn {
	top: 0;
	right: 0
}

#sidebar .no-icoList .item {
	position: relative;
	border-top: 1px dotted #007563
}

#sidebar .no-icoList .item a {
	display: block;
	position: relative;
	line-height: 1.42em;
	padding: 15px 30px 15px 15px
}

#sidebar .no-icoList .item a:not(.acBtn):after {
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #007563;
	border-right: 2px solid #007563;
	content: "";
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

#sidebar .no-icoList .item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

#sidebar .no-icoList .child-list .child-item {
	border-top: 1px dotted #e2e0e0
}

#sidebar .clinicList {
	margin-top: 30px
}

#sidebar .clinicList .item+.item {
	margin-top: 15px
}

#sidebar .clinicList .item a {
	display: block;
	position: relative;
	padding: 9px 9px 14px;
	border: 1px solid #e2e0e0;
	box-shadow: 0 3px #ebebeb
}

#sidebar .clinicList .item a:after {
	display: block;
	position: absolute;
	right: 12px;
	bottom: 0;
	top: 30px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #007563;
	border-right: 2px solid #007563;
	content: "";
	transform: rotate(45deg);
	margin: auto 0;
}

#sidebar .clinicList .item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

#sidebar .clinicList .item a .clinic {
	display: block;
	line-height: 1.1;
	padding: 8px 0;
	border-radius: 5px;
	background: #007563;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	font-size: 1.5rem;
	text-align: center
}

#sidebar .clinicList .item a .tel {
	display: block;
	position: relative;
	line-height: 1.1;
	margin-top: 13px;
	padding-left: 63px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 35.2px;
	font-size: 2.2rem;
	letter-spacing: 0
}

#sidebar .clinicList .item a .tel:before {
	position: absolute;
	top: -2px;
	left: 12px;
	width: 42px;
	height: 42px;
	background: url(../img/common/sidebar/ico_tel01.png) center no-repeat;
	background-size: cover;
	content: ""
}

#sidebar .clinicList .item a .time {
	display: block;
	line-height: 1.1;
	margin-top: 5px;
	padding-left: 63px;
	color: #bbbcbc;
	font-size: 19.2px;
	font-size: 1.2rem
}

#sidebar .clinicList .item a .open {
	display: block;
	width: 115px;
	line-height: 1.1;
	margin: 10px auto 0;
	padding: 5px 0;
	border-radius: 3px;
	background: #e6f3ef;
	color: #007563;
	font-size: 19.2px;
	font-size: 1.2rem;
	text-align: center
}

.mod_cvContact {
	width: 100%;
	padding: 50px 0 55px;
	background: #d8efe8
}

.mod_cvContact .contact .tit {
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 700;
	font-size: 43.2px;
	font-size: 2.7rem;
	text-align: center;
	letter-spacing: 3.2px;
	letter-spacing: 0.2rem
}

.mod_cvContact .contact .contactList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	margin: 25px auto 0;
	overflow: hidden;
	padding: 30px 10px 28px;
	border-radius: 5px;
	background: #fff
}

.mod_cvContact .contact .contactList .item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0 15px;
	overflow: hidden
}

.mod_cvContact .contact .contactList .item+.item {
	border-left: 1px solid #e2e0e0
}

.mod_cvContact .contact .contactList .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 100px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	box-shadow: 0 3px #ebebeb
}

.mod_cvContact .contact .contactList .item a:after {
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: rotate(45deg);
	margin: auto 0;
}

.mod_cvContact .contact .contactList .item .mainTxt {
	display: block;
	padding-top: 0;
	height: auto;
	font-weight: 700;
	font-size: 19px;
	font-size: 1.9rem;
	box-sizing: border-box;
	line-height: 1.6;
}

.mod_cvContact .contact .contactList .item .mainTxt.is-selfcheck {
	/* padding-top: 31px */
}

.mod_cvContact .contact .contactList .item .subTxt {
	display: block;
	line-height: 1.1;
	font-size: 15px;
	font-size: 1.5rem
}

.mod_cvContact .contact .contactList .item .txt {
	line-height: 1.64;
	padding: 15px 15px 10px;
	font-size: 22.4px;
	font-size: 1.4rem
}

.mod_cvContact .contact .contactList .reserve a {
	background: #ce925f
}

.mod_cvContact .contact .contactList .request a {
	background: #007563
}

.mod_cvContact .contact .contactList .request .free {
	position: absolute;
	top: 14px;
	left: 67%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #fff;
	color: #007563;
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center
}

.mod_cvContact .contact .contactList .request .free:before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: -6px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	-webkit-transform: rotate(65deg);
	-ms-transform: rotate(65deg);
	transform: rotate(65deg)
}

.mod_cvContact .contact .contactList .selfcheck a {
	background: #d9839a
}

.hsp_disnone .mod_cvContact .contact .item.reserve,
.hsp_disnone #gFooter .pointList .item:first-of-type {
	display: none
}

.mod_consent_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.mod_consent {
	box-sizing: border-box;
	width: 49%;
	padding: 30px 40px 30px;
	border-radius: 5px;
	background: #e6f3ef
}

.mod_consent.colmun2{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mod_consent.colmun2 .consent_head{
	width: 50%;
}

.mod_consent .tit {
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 30.4px;
	font-size: 1.9rem
}

.mod_consent .tit:before {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: url(../img/common/ico_check_green02.png) center no-repeat;
	background-size: cover;
	vertical-align: -3px;
	content: ""
}

.mod_consent .txt {
	line-height: 1.8;
	margin-top: 5px;
	font-size: 24px;
	font-size: 1.5rem
}

.mod_consent .btn {
	width: auto;
	margin: 16px auto 0
}

.mod_consent.colmun2 .btn{
	width: 40%;
	margin-left: auto;
	margin-right: 0;
}

.mod_careMenu {
	overflow: hidden;
	margin-top: 40px;
	padding: 30px 35px;
	background: #eff2f2
}

.mod_careMenu .box {
	display: table;
	width: 370px;
	height: 140px
}

.mod_careMenu .box a {
	display: table-cell;
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	vertical-align: middle
}

.mod_careMenu .box a:after {
	display: block;
	position: absolute;
	right: 15px;
	bottom: 0;
	top: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: rotate(45deg);
	margin: auto 0;
}

.mod_careMenu .box a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.mod_careMenu .box a .menuTxt {
	display: inline-block;
	width: 170px;
	line-height: 1.1;
	margin-bottom: 13px;
	padding: 5px 0;
	border: 1px solid #adabab;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.08em
}

.mod_careMenu .box a .menuTit {
	display: block;
	line-height: 1.1;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 35.2px;
	font-size: 2.2rem;
	letter-spacing: 0.1em
}

.mod_careMenu .topography {
	float: left
}

.mod_careMenu .topography a {
	background: url(../img/common/bg_mod_topography01.jpg) center no-repeat;
	background-size: cover
}

.mod_careMenu .tms {
	float: right
}

.mod_careMenu .tms a {
	background: url(../img/common/bg_mod_tms01.jpg) center no-repeat;
	background-size: cover
}

.mod_telList {
	display: flex;
	justify-content: center;
	padding: 35px 40px 30px;
	border-radius: 5px;
	background: #e6f3ef
}

.mod_telList .telBox {
	box-sizing: border-box;
	width: calc(100% / 3);
	padding: 0 20px
}

.mod_telList .telBox+.telBox {
	border-left: 1px solid #e2e0e0
}

.mod_telList .telBox .clinic {
	display: block;
	line-height: 1.1;
	padding: 8px 0;
	border-radius: 5px;
	background: #007563;
	color: #fff;
	font-size: 25.6px;
	font-size: 1.6rem;
	text-align: center
}

.mod_telList .telBox .tel {
	display: block;
	position: relative;
	line-height: 1.1;
	margin-top: 12px;
	padding-left: 45px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 36.8px;
	font-size: 2.3rem
}

.mod_telList .telBox .tel:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	background: url(../img/common/ico_tel02.png) center no-repeat;
	background-size: cover;
	content: ""
}

.mod_telList .telBox .time {
	display: block;
	line-height: 1.1;
	margin-top: 3px;
	padding-left: 45px;
	color: #bbbcbc;
	font-size: 19.2px;
	font-size: 1.2rem
}

.mod_telList .telBox .open {
	display: block;
	width: 115px;
	line-height: 1.1;
	margin: 10px auto 0;
	padding: 5px 0;
	border-radius: 3px;
	background: #fff;
	color: #007563;
	font-size: 19.2px;
	font-size: 1.2rem;
	text-align: center
}

.mod_selfcheck {
	margin: 45px 0 0
}

.mod_selfcheck .checkList {
	position: relative;
	padding: 20px;
	border-radius: 5px;
	background: #007563;
	counter-reset: number 0
}

.mod_selfcheck .checkList .item {
	padding: 25px 30px 30px;
	border-radius: 5px;
	background: #fff
}

.mod_selfcheck .checkList .item+.item {
	margin-top: 10px
}

.mod_selfcheck .checkList .item .tit {
	position: relative;
	min-height: 60px;
	padding-left: 65px;
	border-bottom: 1px dotted #007563;
	font-weight: 700;
	font-size: 27.2px;
	font-size: 1.7rem
}

.mod_selfcheck .checkList .item .tit:before {
	position: absolute;
	top: -5px;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: #007563;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 32px;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0;
	content: "0" counter(number);
	counter-increment: number 1
}

.mod_selfcheck .checkList .item:nth-of-type(-n+2) .tit {
	color: #d9839a
}

.mod_selfcheck .checkList .item:nth-of-type(-n+2) .tit:before {
	background: #d9839a
}

.mod_selfcheck .checkList .item:nth-of-type(-n+2) .itemWrap .input_radio+label:before {
	border: 2px solid #d9839a
}

.mod_selfcheck .checkList .item:nth-of-type(-n+2) .itemWrap .input_radio:checked+label {
	color: #d9839a
}

.mod_selfcheck .checkList .item:nth-of-type(-n+2) .itemWrap .input_radio:checked+label:after {
	background: #d9839a
}

.mod_selfcheck.is_green .checkList .item:nth-of-type(-n+2) .tit {
	color: #4d4d4d
}

.mod_selfcheck.is_green .checkList .item:nth-of-type(-n+2) .tit:before {
	background: #007563
}

.mod_selfcheck.is_green .checkList .item:nth-of-type(-n+2) .itemWrap .input_radio+label:before {
	border: 2px solid #007563
}

.mod_selfcheck.is_green .checkList .item:nth-of-type(-n+2) .itemWrap .input_radio:checked+label {
	color: #007563
}

.mod_selfcheck.is_green .checkList .item:nth-of-type(-n+2) .itemWrap .input_radio:checked+label:after {
	background: #007563
}

.mod_selfcheck .checkList .item:nth-of-type(n+10) .tit:before {
	content: counter(number)
}

.mod_selfcheck .checkList .item .itemWrap {
	margin-top: 20px
}

.mod_selfcheck .checkList .item .itemWrap .input_radio+label {
	width: 160px;
	margin-right: 10px
}

.mod_selfcheck.is_multi .checkList .item .itemWrap label:nth-of-type(n+3) {
	margin-top: 15px
}

.mod_selfcheck .checkList:after {
	position: absolute;
	bottom: -50px;
	left: calc((100% - 300px) / 2);
	width: 0;
	height: 0;
	border-width: 50px 150px 0 150px;
	border-style: solid;
	border-color: #e1a45f transparent transparent transparent;
	content: ""
}

.mod_selfcheck .resultArea {
	margin-top: 30px;
	padding: 30px;
	background: #eff2f2
}

.mod_selfcheck .resultArea .innerBox .commentArea.is-gambling {
	color: #4d4d4d;
	text-align: left;
	padding: 30px 45px
}

.mod_selfcheck .resultArea .innerBox .commentArea.is-gambling .point {
	color: #e1a45f
}

.mod_selfcheck .resultArea .innerBox {
	overflow: hidden;
	border: 1px solid #e1a45f;
	border-radius: 5px
}

.mod_selfcheck .resultArea .innerBox .result {
	padding: 45px 0 40px;
	background: #fff;
	text-align: center
}

.mod_selfcheck .resultArea .innerBox .result .txt {
	vertical-align: middle
}

.mod_selfcheck .resultArea .innerBox .result .fukidashi {
	display: inline-block;
	position: relative;
	line-height: 1.1;
	margin-right: 20px;
	padding: 10px 28px;
	border-radius: 5px;
	background: #e1a45f;
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	font-size: 2rem;
	vertical-align: middle
}

.mod_selfcheck .resultArea .innerBox .result .fukidashi:after {
	position: absolute;
	top: calc((100% - 9px) / 2);
	right: -6px;
	width: 0;
	height: 0;
	border-width: 4.5px 0 4.5px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #e1a45f;
	content: ""
}

.mod_selfcheck .resultArea .innerBox .result .count {
	line-height: 1.1;
	margin-right: 10px;
	padding: 8px 20px;
	border: 3px solid #eff2f2;
	font-weight: 700;
	font-size: 38.4px;
	font-size: 2.4rem;
	vertical-align: middle
}

.mod_selfcheck .resultArea .innerBox .result .unit {
	padding-right: 30px;
	font-weight: 700;
	font-size: 32px;
	font-size: 2rem;
	vertical-align: -10px
}

.mod_selfcheck .resultArea .innerBox .commentArea {
	padding: 35px 0;
	background: #fdf6df;
	color: #e1a45f;
	text-align: center
}

.mod_selfcheck .resultArea .innerBox .commentArea .tit {
	line-height: 1.1;
	font-weight: 700;
	font-size: 30.4px;
	font-size: 1.9rem
}

.mod_selfcheck .resultArea .innerBox .commentArea .txt {
	line-height: 1.1;
	margin-top: 15px;
	font-size: 22.4px;
	font-size: 1.4rem
}

.mod_selfcheck .resultArea .innerBox .commentArea p {
	font-weight: 500
}

.mod_selfcheck .resultArea .innerBox .levelBox .item {
	background-color: #fff;
	color: #999;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	max-height: 59px;
	overflow: hidden
}

.mod_selfcheck .resultArea .innerBox .levelBox .item .levelTit {
	background-color: #b9b9b9;
	padding: 15px 30px;
	font-size: 1.8rem;
	line-height: 1.6;
	position: relative;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease
}

.mod_selfcheck .resultArea .innerBox .levelBox .item .levelTit .num {
	background-color: #f9fafa;
	color: #999;
	display: block;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -1em;
	width: 140px;
	text-align: center;
	height: 2em;
	line-height: 2em;
	border-radius: 5px;
	font-weight: 700
}

.mod_selfcheck .resultArea .innerBox .levelBox .item .levelTit .num:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -5px;
	margin-top: -4.5px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4.5px 0 4.5px 6px;
	border-color: transparent transparent transparent #fff
}

.mod_selfcheck .resultArea .innerBox .levelBox .item .levelTit .tit {
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding-left: 165px
}

.mod_selfcheck .resultArea .innerBox .levelBox .item .levelTxt {
	padding: 20px 30px 30px
}

.mod_selfcheck .resultArea.hsp .innerBox .levelBox .item {
	max-height: 64px
}

.mod_selfcheck .resultArea.hsp .innerBox .levelBox .item.long {
	max-height: 87px
}

.mod_selfcheck .resultArea.hsp .innerBox .levelBox .item.long.is_view {
	max-height: 500px
}

.mod_selfcheck .resultArea.hsp .innerBox .levelBox .item.long2 {
	max-height: 77px
}

.mod_selfcheck .resultArea.hsp .innerBox .levelBox .item.long2.is_view {
	max-height: 500px
}

.mod_selfcheck .resultArea.hsp .innerBox .levelBox .item .levelTit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 30px
}

.mod_selfcheck .resultArea.hsp .innerBox .levelBox .item .levelTit .num {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	margin-top: 0;
	left: 0;
	height: auto;
	line-height: 1.3;
	padding: 5px 0
}

.mod_selfcheck .resultArea.hsp .innerBox .levelBox .item .levelTit .tit {
	padding-left: 10px;
	line-height: 1.3
}

.mod_selfcheck .resultArea .innerBox .levelBox .item.is_view {
	background-color: #fff;
	color: #4d4d4d;
	max-height: 500px
}

.mod_selfcheck .resultArea .innerBox .levelBox .item.is_view .levelTit {
	background-color: #e1a45f
}

.mod_selfcheck .resultArea .innerBox .levelBox .item.is_view .levelTit .num {
	background-color: #fff;
	color: #e1a45f
}



#gFooter .gFinner{
	width: 1100px;
	margin: auto;
}

#gFooter .gFaccess {
	position: relative;
	padding: 65px 0 57px
}

#gFooter .gFaccess>.tit {
	color: #007563;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 700;
	font-size: 23px;
	font-size: 2.3rem;
	letter-spacing: 0.12em;
	line-height: 1.2
}

#gFooter .gFaccess>.txt {
	font-size: 24px;
	font-size: 1.5rem;
	margin-top: 10px
}

#gFooter .pointList {
	position: absolute;
	top: 65px;
	right: 0;
	overflow: hidden
}

#gFooter .pointList .item {
	display: table;
	float: left;
	box-sizing: border-box;
	width: 126px;
	height: 51px;
	border: 2px solid #007563;
	border-radius: 5px
}

#gFooter .pointList .item:not(:first-child) {
	margin-left: 6px
}

#gFooter .pointList .item span {
	display: table-cell;
	width: 100%;
	height: 100%;
	line-height: 1.23;
	color: #007563;
	font-weight: 700;
	font-size: 20.8px;
	font-size: 1.3rem;
	text-align: center;
	vertical-align: middle
}

#gFooter .accessTit {
	color: #007563;
	font-weight: 700;
	text-align: center;
	font-size: 1.6rem;
	margin-top: 10px
}

#gFooter .accessTit:before,
#gFooter .accessTit:after {
	content: "";
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	width: 100px;
	height: 1px;
	background-color: #007563
}

#gFooter .accessList {
	overflow: hidden;
	margin-top: 35px;
	padding-bottom: 3px;

	display: flex;
	justify-content: center;
}

#gFooter .accessTit+.accessList {
	margin-top: 15px
}

#gFooter .accessList .item {
	/* float: left; */
	width: 352px
}

#gFooter .accessList .item+.item {
	/* margin-left: 26px */
}
#gFooter .mod_list04 .item + .item {
    margin-top: 5px;
}
#gFooter .accessList .item a {
	display: block;
	position: relative;
	overflow: hidden;
	box-shadow: 0 3px #ebebeb
}

#gFooter .accessList .item a:before {
	display: block;
	position: absolute;
	right: 15px;
	bottom: 0;
	top: -55px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #007563;
	border-right: 2px solid #007563;
	content: "";
	transform: rotate(45deg);
	margin: auto 0;
}

#gFooter .accessList .item .img {
	float: left
}

#gFooter .accessList .item .txtArea {
	box-sizing: border-box;
	height: 205px;
	margin-left: 122px;
	padding: 12px 0 12px;
	border-top: 1px solid #e2e0e0;
	border-right: 1px solid #e2e0e0;
	border-bottom: 1px solid #e2e0e0
}

#gFooter .accessList .item .txtArea>span {
	margin-left: 15px
}

#gFooter .accessList .clinicName {
	padding-left: 15px
}

#gFooter .accessList .item .name {
	display: block;
	font-weight: 700;
	font-size: 25.6px;
	font-size: 1.6rem
}

#gFooter .accessList .item .clinic {
	display: inline-block;
	line-height: 1.1;
	margin-top: 5px;
	padding: 4px 12px;
	border-radius: 3px;
	background: #007563;
	color: #fff;
	font-size: 22.4px;
	font-size: 1.4rem
}

#gFooter .accessList .item .address {
	display: block;
	line-height: 1.75;
	margin-top: 5px;
	padding-bottom: 12px;
	font-size: 19.2px;
	font-size: 1.2rem;
	letter-spacing: 0px
}

#gFooter .accessList .item .tel {
	position: relative;
	padding-top: 15px;
	border-top: 1px solid #e2e0e0
}

#gFooter .accessList .item .tel .no {
	display: block;
	line-height: 1.1;
	padding-left: 65px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 35.2px;
	font-size: 2.2rem
}

#gFooter .accessList .item .tel .no:before {
	position: absolute;
	top: 13px;
	left: 15px;
	width: 42px;
	height: 42px;
	background: url(../img/common/ico_tel02.png) center no-repeat;
	background-size: cover;
	content: ""
}

#gFooter .accessList .item .tel .time {
	display: block;
	line-height: 1.1;
	margin-top: 2px;
	padding-left: 65px;
	color: #bbbcbc;
	font-size: 20.8px;
	font-size: 1.3rem
}

#gFooter .gFnav {
	/* overflow: hidden;
	padding: 50px 0; */
}

#gFooter .gFnav .box {
	float: left
}

#gFooter .gFnav .box .linkList {
	padding: 10px 0 10px 28px;
	border-left: 1px solid #e2e0e0;
	line-height: 1.53;
	font-size: 1.3rem
}

#gFooter .gFnav .box .linkList~.linkList {
	margin-top: 40px
}

#gFooter .gFnav .box .linkList .item+.item {
	margin-top: 20px
}

#gFooter .gFnav .box .linkList .item a {
	display: inline-block;
	position: relative;
	line-height: 1.53;
	padding-left: 14px;
	color: #5e5e5e;
	font-size: 20.8px;
	font-size: 1.3rem
}

#gFooter .gFnav .box .linkList .item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

#gFooter .gFnav .box .linkList .child-list {
	margin-top: 20px
}

#gFooter .gFnav .box .linkList .child-item+.child-item {
	margin-top: 18px
}

#gFooter .gFnav .box .linkList .child-item a:before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 1px;
	content: ""
}

#gFooter .gFnav .box .linkList.item-default .item a:before {
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 2px solid #007563;
	border-right: 2px solid #007563;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#gFooter .gFnav .box .linkList.item-menu .item .item__head {
	font-weight: 700;
	font-size: 15px
}

#gFooter .gFnav .box .linkList.item-menu .child-item a:before {
	background: #5e5e5e
}

#gFooter .gFnav .box .linkList.item-melancholy .item>a {
	color: #007563;
	font-weight: 700;
	font-size: 15px
}

#gFooter .gFnav .box .linkList.item-melancholy .item>a:before {
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 2px solid #007563;
	border-right: 2px solid #007563;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#gFooter .gFnav .box .linkList.item-melancholy .child-item a:before {
	background: #007563
}

#gFooter .gFnav .box .linkList.item-services .item>a {
	font-weight: 700;
	font-size: 15px
}

#gFooter .gFnav .box .linkList.item-services .item>a:before {
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 2px solid #5e5e5e;
	border-right: 2px solid #5e5e5e;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#gFooter .gFnav .box .linkList.item-services .child-item a:before {
	background: #5e5e5e;
}

#gFooter .gFnav .box .linkList.item-stresscare .item>a {
	color: #457eaf;
	font-weight: 700;
	font-size: 15px
}

#gFooter .gFnav .box .linkList.item-stresscare .item>a:before {
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 2px solid #457eaf;
	border-right: 2px solid #457eaf;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#gFooter .gFnav .box .linkList.item-stresscare .child-item a:before {
	background: #457eaf
}

#gFooter .gFnav .box .linkList.item-partner .item>a {
	color: #d9839a;
	font-weight: 700;
	font-size: 15px
}

#gFooter .gFnav .box .linkList.item-partner .item>a:before {
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 2px solid #d9839a;
	border-right: 2px solid #d9839a;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#gFooter .gFnav .box .linkList.item-partner .child-item a:before {
	background: #d9839a
}

#gFooter .gFnav .box .linkList.item-clinic .item>a {
	color: #90af63;
	font-weight: 700;
	font-size: 15px
}

#gFooter .gFnav .box .linkList.item-clinic .item>a:before {
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 2px solid #90af63;
	border-right: 2px solid #90af63;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#gFooter .gFnav .box .linkList.item-clinic .child-item a:before {
	background: #90af63
}

#gFooter .gFnav .box .linkList.item-column .item>a {
	color: #8277ac;
	font-weight: 700;
	font-size: 15px
}

#gFooter .gFnav .box .linkList.item-column .item>a:before {
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 2px solid #8277ac;
	border-right: 2px solid #8277ac;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#gFooter .gFnav .box .linkList.item-column .child-item a:before {
	background: #8277ac
}

#gFooter .gFnav .box .linkList.item-column .sub-list {
	line-height: 1.4;
	margin-left: 1.2em;
	padding-top: 2px
}

#gFooter .gFnav .box .linkList.item-column .sub-list .sub-item {
	margin-top: 8px
}

#gFooter .gFnav .box .linkList.item-column .sub-list .sub-item a {
	padding-left: 10px
}

#gFooter .gFnav .box .linkList.item-column .sub-list .sub-item a:before {
	width: 4px;
	height: 4px;
	top: 6px;
	background: none;
	border-left: 1px solid #8277ac;
	border-bottom: 1px solid #8277ac
}

#gFooter .gFnav .box01 {
	width: 285px
}

#gFooter .gFnav .box02 {
	width: 285px
}

#gFooter .gFnav .box03 {
	width: 285px
}

#gFooter .gFnav .box04 {
	width: 245px
}

#gFooter .gFlogo {
	position: relative;
	padding: 16px 0
}

#gFooter .logo {
	position: relative;
	text-align: center;
	padding: 16px 0;
	border-bottom: 1px solid #DADADA;
}

#gFooter .logo .txt {
	color: #a3a6a6;
	font-size: 19.2px;
	font-size: 1.2rem
}

#gFooter .logo .img {
	padding: 10px 0;
	width: 191px;
	margin: auto;
}
#gFooter .logo .img img{
	width: 100%;
}
#gFooter .logo a{
	transition-duration: 0.3s;
}
#gFooter .logo a:hover{
	opacity: 0.6;
}
#gFooter .rowList {
	line-height: 1;
}

#gFooter .rowList .item {
	display: inline-block;
	position: relative;
	padding-right: 17px;
}
#gFooter .rowList .item + .item{
	padding-left: 24px;
}

#gFooter .rowList .item+.item:before {
	position: absolute;
	top: -2px;
	left: 0;
	content: "|"
}

#gFooter .rowList .item a {
	display: block;
	padding: 0;
	color: #5e5e5e;
	font-size: 1.3rem;
}

#gFooter .rowList .item:last-child a {
	padding-right: 0;
}
#gFooter .gF_rowblock{
	display: flex;
	align-items: flex-end;
	padding: 8px;
	flex-wrap: wrap;
}
#gFooter .rowList .item a:hover{
	text-decoration: underline;
	opacity: 1;
	color: #007563;
}

#gFooter .snsList {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	/* margin-top: 30px; */
	margin-right: 64px;
}

#gFooter .snsList .item {
	display: block;
	width: 40px;
	height: 40px;
}

#gFooter .snsList .item+.item {
	margin-left: 40px;
}

#gFooter .snsList .item a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	background-position: center center;
	background-repeat: no-repeat;
}

#gFooter .snsList .item a.line {
	background-image: url(../img/common/ico-line.png);
	background-size: cover;
}

html.webp #gFooter .snsList .item a.line {
	background-image: url(../img/common/ico-line.webp);
	background-size: cover;
}

#gFooter .snsList .item a.instagram {
	background-image: url(../img/common/ico-instagram.png);
	background-size: cover;
}

html.webp #gFooter .snsList .item a.instagram {
	background-image: url(../img/common/ico-instagram.webp);
	background-size: cover;
}

#gFooter .snsList .item a.youtube {
	background-image: url(../img/common/ico-youtube.png);
	background-size: contain;
}

html.webp #gFooter .snsList .item a.youtube {
	background-image: url(../img/common/ico-youtube.webp);
	background-size: contain;
}

#gFooter .snsList .item a.facebook {
	background-image: url(../img/common/ico-facebook.png);
	background-size: cover;
}

html.webp #gFooter .snsList .item a.facebook {
	background-image: url(../img/common/ico-facebook.webp);
	background-size: cover;
}

#gFooter .snsList .item a.note-sns {
	background-image: url(../img/common/ico-note.png);
	background-size: contain;
}

html.webp #gFooter .snsList .item a.note-sns {
	background-image: url(../img/common/ico-note.webp);
	background-size: contain;
}

#gFooter .lineBnr {
	position: absolute;
	right: 250px;
	bottom: -9px;
	width: 300px
}

#gFooter .externalList{
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
#gFooter .externalList a{
	border: 1px solid #007563;
	color: #007563;
	padding: 10px 27px 10px 13px;
	border-radius: 5px;
	line-height: 1;
	position: relative;
}
#gFooter .externalList a:before{
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0;
	top: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #007563;
	border-right: 2px solid #007563;
	content: "";
	transform: rotate(45deg);
	margin: auto 0;
}

#gFooter .lineBnr>a>img {
	width: 100%
}

#gFooter .copyright {
	display: table;
	width: 100%;
	height: 26px;
	background: #007563;
	text-align: center;
}

#gFooter .copyright small {
	display: table-cell;
	color: #fff;
	font-size: 20.8px;
	font-size: 1.3rem;
	vertical-align: middle
}

#gFooter .gFnav {
	position: relative
}

.gFbanner {
	padding-bottom: 16px;
}

.gFbanner .gFbanner-list {
	font-size: 0;
}

.gFbanner .gFbanner-list .gFbanner-list__item {
	display: inline-block;
}

.gFbanner .gFbanner-list .gFbanner-list__item+.gFbanner-list__item {
	margin-left: 30px;
}


#gFooter .gFnav_box{
	border-bottom: 1px solid #DADADA;
	padding: 16px 0;
}
#gFooter .gFnav_box a{
	transition-duration: 0.3s;
}
#gFooter .gFnav_box_block-head a:hover,
#gFooter .gFnav_box_list-item a:hover{
	text-decoration: underline;
	color: #007563;
}
#gFooter .gFnav_box.-grid{
	display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

#gFooter .gFnav_box_block-head{
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 8px;
	line-height: 1;
	padding: 4px 0;
}
#gFooter .gFnav_box_block-head a{
	color: #007563;
	display: block;
	line-height: 1;
}
#gFooter .gFnav_box_list:not(:last-child){
	margin-bottom: 32px;
}
#gFooter .gFnav_box_list li{
	line-height: 13px;
}
#gFooter .gFnav_box_list li:nth-child(n+2){
	margin-top: 8px;
}
#gFooter .gFnav_box_list li a{
	padding: 4px 0;
	display: inline-block;
	font-size: 1.3rem;
	overflow: hidden;
	white-space: nowrap;
	width: 345px;
	text-overflow: ellipsis;
}

/* .coronavirusArea
------------------------------ */
.coronavirusArea {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 400px;
	height: 44px;
	border-radius: 5px;
	background-color: #007563;
	box-shadow: 3px 3px #008a86;
	padding: 0px 15px 0 75px;
}

.coronavirusArea::before {
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #f3a95c;
	background: url(../img/common/ico_coronavirus01.png) no-repeat;
	background-size: cover;
	box-shadow: 3px 3px #008a86
}

html.webp .coronavirusArea::before {
	background: url(../img/common/ico_coronavirus01.webp) no-repeat;
	background-size: cover;
}

.coronavirusArea::after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: calc(50% + 0);
	width: 8px;
	height: 8px;
	border-top: 2px solid #ffef31;
	border-right: 2px solid #ffef31;
	transform: rotate(45deg)
}

.coronavirusArea .mainTit {
	position: relative;
	color: #ffef31;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
}

.coronavirusArea .mainTit__txt {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.coronavirusArea .mainTit::before {
	content: '「コロナうつ」は早めのご相談を！';
	position: absolute;
	top: -30px;
	left: 0;
	display: inline-block;
	border-radius: 4px;
	padding: 5px;
	color: #007563;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1;
	background-color: #dbf5ec;
}

#gFooter .gFnav .box05 {
	position: absolute;
	left: 0;
	bottom: 30px
}

#gFooter .gFnav .box05 .socialList .item+.item {
	margin-top: 5px
}

#gFooter .gFnav .box05 .socialList .item a {
	display: block;
	background-color: #fff;
	width: 235px;
	line-height: 1.4;
	position: relative;
	box-sizing: border-box;
	padding: 6px 10px 6px 50px;
	font-size: 1.2rem;
	color: #666
}

#gFooter .gFnav .box05 .socialList .item.is-bnr a {
	padding: 0
}

#gFooter .gFnav .box05 .socialList .item a:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	top: 50%;
	left: 15px;
	margin-top: -10px
}

#gFooter .gFnav .box05 .socialList .item.facebook a:before {
	background-image: url(../img/common/ico_facebook_c.png)
}

#gFooter .gFnav .box05 .socialList .item.youtube a:before {
	background-image: url(../img/common/ico_youtube_c.png)
}

#gFooter .gf_pagetop a{
	background: #007563;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.1;
	padding: 5px 0;
}
#gFooter .gf_pagetop span{
	position: relative;
}
#gFooter .gf_pagetop span:before{
	display: block;
	position: absolute;
	left: -16px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateX(-50%) rotate(-45deg);
	margin: auto 0;
}

#pagetop {
	z-index: 999;
	position: fixed;
	right: 0;
	bottom: 0;
	visibility: hidden;
	margin: 0 30px 30px 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

#pagetop.is_view {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

#pagetop a {
	display: block;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	background: #007563;
}

#pagetop a:before {
	display: block;
	position: absolute;
	top: 17%;
	left: 50%;
	width: 11px;
	height: 11px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translate(-50%) rotate(-45deg);
}

#pagetop a span{
	display: block;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
}

.clinicBnr {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 110px;
	background-color: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
	max-width: unset;
	z-index: 1000;
	text-align: center;
	border-radius: 5px
}

.clinicBnrLink {
	display: block;
	margin: 5px;
	border: none;
	padding: 15px 30px 15px 65px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 700;
	border-radius: 3px;
	background: url(../img/common/ico_tel07.png) 15px center no-repeat;
	background-size: 35px 35px;
	background-color: #e1a45f;
	color: #fff
}

.clinicBnrBtn {
	position: absolute;
	top: -7px;
	right: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 20px;
	border: none;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff
}

.cvBox {
	margin-top: 50px;
	padding: 50px 30px 35px;
	background: #e6f3ef
}

.cvBox .tit {
	line-height: 1.5;
	padding: 0 20px;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 600;
	font-size: 41.6px;
	font-size: 2.6rem
}

.cvBox .tit+.txt {
	margin-top: 15px
}

.cvBox .txt {
	padding: 0 20px
}

.cvBox .btnWrap {
	margin-top: 40px;
	padding: 25px 0;
	background: #fff
}

.cvBox .btnWrap .btn {
	margin: 0 auto
}

.cvBox .btnWrap .btn+.btn {
	margin: 15px auto 0
}

/*!  utility
================================================ */
.p_m0 {
	margin: 0 !important
}

.p_m0a {
	margin: 0 auto !important
}

.p_mt0 {
	margin-top: 0 !important
}

.p_mt5 {
	margin-top: 5px !important
}

.p_mt10 {
	margin-top: 10px !important
}

.p_mt16 {
	margin-top: 16px !important
}

.p_mt15 {
	margin-top: 15px !important
}

.p_mt20 {
	margin-top: 20px !important
}

.p_mt24 {
	margin-top: 24px !important
}

.p_mt25 {
	margin-top: 25px !important
}

.p_mt30 {
	margin-top: 30px !important
}

.p_mt32 {
	margin-top: 32px !important
}

.p_mt35 {
	margin-top: 35px !important
}

.p_mt40 {
	margin-top: 40px !important
}

.p_mt45 {
	margin-top: 45px !important
}

.p_mt50 {
	margin-top: 50px !important
}

.p_mt55 {
	margin-top: 55px !important
}

.p_mt60 {
	margin-top: 60px !important
}

.p_mt64 {
	margin-top: 64px !important
}

.p_mt65 {
	margin-top: 65px !important
}

.p_mt70 {
	margin-top: 70px !important
}

.p_mt75 {
	margin-top: 75px !important
}

.p_mt80 {
	margin-top: 80px !important
}

.p_mt85 {
	margin-top: 85px !important
}

.p_mt90 {
	margin-top: 90px !important
}

.p_mt95 {
	margin-top: 95px !important
}

.p_mt100 {
	margin-top: 100px !important
}

.p_mr0 {
	margin-right: 0 !important
}

.p_mr5 {
	margin-right: 5px !important
}

.p_mr10 {
	margin-right: 10px !important
}

.p_mr15 {
	margin-right: 15px !important
}

.p_mr20 {
	margin-right: 20px !important
}

.p_mr25 {
	margin-right: 25px !important
}

.p_mr30 {
	margin-right: 30px !important
}

.p_mr35 {
	margin-right: 35px !important
}

.p_mr40 {
	margin-right: 40px !important
}

.p_mr45 {
	margin-right: 45px !important
}

.p_mr50 {
	margin-right: 50px !important
}

.p_mr55 {
	margin-right: 55px !important
}

.p_mr60 {
	margin-right: 60px !important
}

.p_mr65 {
	margin-right: 65px !important
}

.p_mr70 {
	margin-right: 70px !important
}

.p_mr75 {
	margin-right: 75px !important
}

.p_mr80 {
	margin-right: 80px !important
}

.p_mr85 {
	margin-right: 85px !important
}

.p_mr90 {
	margin-right: 90px !important
}

.p_mr95 {
	margin-right: 95px !important
}

.p_mr100 {
	margin-right: 100px !important
}

.p_mb0 {
	margin-bottom: 0 !important
}

.p_mb5 {
	margin-bottom: 5px !important
}

.p_mb10 {
	margin-bottom: 10px !important
}

.p_mb15 {
	margin-bottom: 15px !important
}

.p_mb20 {
	margin-bottom: 20px !important
}

.p_mb25 {
	margin-bottom: 25px !important
}

.p_mb30 {
	margin-bottom: 30px !important
}

.p_mb35 {
	margin-bottom: 35px !important
}

.p_mb40 {
	margin-bottom: 40px !important
}

.p_mb45 {
	margin-bottom: 45px !important
}

.p_mb50 {
	margin-bottom: 50px !important
}

.p_mb55 {
	margin-bottom: 55px !important
}

.p_mb60 {
	margin-bottom: 60px !important
}

.p_mb64 {
	margin-bottom: 64px !important
}

.p_mb65 {
	margin-bottom: 65px !important
}

.p_mb70 {
	margin-bottom: 70px !important
}

.p_mb75 {
	margin-bottom: 75px !important
}

.p_mb80 {
	margin-bottom: 80px !important
}

.p_mb85 {
	margin-bottom: 85px !important
}

.p_mb90 {
	margin-bottom: 90px !important
}

.p_mb95 {
	margin-bottom: 95px !important
}

.p_mb100 {
	margin-bottom: 100px !important
}

.p_ml0 {
	margin-left: 0 !important
}

.p_ml5 {
	margin-left: 5px !important
}

.p_ml10 {
	margin-left: 10px !important
}

.p_ml15 {
	margin-left: 15px !important
}

.p_ml20 {
	margin-left: 20px !important
}

.p_ml25 {
	margin-left: 25px !important
}

.p_ml30 {
	margin-left: 30px !important
}

.p_ml35 {
	margin-left: 35px !important
}

.p_ml40 {
	margin-left: 40px !important
}

.p_ml45 {
	margin-left: 45px !important
}

.p_ml50 {
	margin-left: 50px !important
}

.p_ml55 {
	margin-left: 55px !important
}

.p_ml60 {
	margin-left: 60px !important
}

.p_ml65 {
	margin-left: 65px !important
}

.p_ml70 {
	margin-left: 70px !important
}

.p_ml75 {
	margin-left: 75px !important
}

.p_ml80 {
	margin-left: 80px !important
}

.p_ml85 {
	margin-left: 85px !important
}

.p_ml90 {
	margin-left: 90px !important
}

.p_ml95 {
	margin-left: 95px !important
}

.p_ml100 {
	margin-left: 100px !important
}

.p_p0 {
	padding: 0 !important
}

.p_pt0 {
	padding-top: 0 !important
}

.p_pt5 {
	padding-top: 5px !important
}

.p_pt10 {
	padding-top: 10px !important
}

.p_pt15 {
	padding-top: 15px !important
}

.p_pt20 {
	padding-top: 20px !important
}

.p_pt25 {
	padding-top: 25px !important
}

.p_pt30 {
	padding-top: 30px !important
}

.p_pt35 {
	padding-top: 35px !important
}

.p_pt40 {
	padding-top: 40px !important
}

.p_pt45 {
	padding-top: 45px !important
}

.p_pt50 {
	padding-top: 50px !important
}

.p_pt55 {
	padding-top: 55px !important
}

.p_pt60 {
	padding-top: 60px !important
}

.p_pt65 {
	padding-top: 65px !important
}

.p_pt70 {
	padding-top: 70px !important
}

.p_pt75 {
	padding-top: 75px !important
}

.p_pt80 {
	padding-top: 80px !important
}

.p_pt85 {
	padding-top: 85px !important
}

.p_pt90 {
	padding-top: 90px !important
}

.p_pt95 {
	padding-top: 95px !important
}

.p_pt100 {
	padding-top: 100px !important
}

.p_pr0 {
	padding-right: 0 !important
}

.p_pr5 {
	padding-right: 5px !important
}

.p_pr10 {
	padding-right: 10px !important
}

.p_pr15 {
	padding-right: 15px !important
}

.p_pr20 {
	padding-right: 20px !important
}

.p_pr25 {
	padding-right: 25px !important
}

.p_pr30 {
	padding-right: 30px !important
}

.p_pr35 {
	padding-right: 35px !important
}

.p_pr40 {
	padding-right: 40px !important
}

.p_pr45 {
	padding-right: 45px !important
}

.p_pr50 {
	padding-right: 50px !important
}

.p_pr55 {
	padding-right: 55px !important
}

.p_pr60 {
	padding-right: 60px !important
}

.p_pr65 {
	padding-right: 65px !important
}

.p_pr70 {
	padding-right: 70px !important
}

.p_pr75 {
	padding-right: 75px !important
}

.p_pr80 {
	padding-right: 80px !important
}

.p_pr85 {
	padding-right: 85px !important
}

.p_pr90 {
	padding-right: 90px !important
}

.p_pr95 {
	padding-right: 95px !important
}

.p_pr100 {
	padding-right: 100px !important
}

.p_pb0 {
	padding-bottom: 0 !important
}

.p_pb5 {
	padding-bottom: 5px !important
}

.p_pb10 {
	padding-bottom: 10px !important
}

.p_pb15 {
	padding-bottom: 15px !important
}

.p_pb20 {
	padding-bottom: 20px !important
}

.p_pb25 {
	padding-bottom: 25px !important
}

.p_pb30 {
	padding-bottom: 30px !important
}

.p_pb32 {
	padding-bottom: 32px !important
}

.p_pb35 {
	padding-bottom: 35px !important
}

.p_pb40 {
	padding-bottom: 40px !important
}

.p_pb45 {
	padding-bottom: 45px !important
}

.p_pb50 {
	padding-bottom: 50px !important
}

.p_pb55 {
	padding-bottom: 55px !important
}

.p_pb60 {
	padding-bottom: 60px !important
}

.p_pb65 {
	padding-bottom: 65px !important
}

.p_pb70 {
	padding-bottom: 70px !important
}

.p_pb75 {
	padding-bottom: 75px !important
}

.p_pb80 {
	padding-bottom: 80px !important
}

.p_pb85 {
	padding-bottom: 85px !important
}

.p_pb90 {
	padding-bottom: 90px !important
}

.p_pb95 {
	padding-bottom: 95px !important
}

.p_pb100 {
	padding-bottom: 100px !important
}

.p_pl0 {
	padding-left: 0 !important
}

.p_pl5 {
	padding-left: 5px !important
}

.p_pl10 {
	padding-left: 10px !important
}

.p_pl15 {
	padding-left: 15px !important
}

.p_pl20 {
	padding-left: 20px !important
}

.p_pl25 {
	padding-left: 25px !important
}

.p_pl30 {
	padding-left: 30px !important
}

.p_pl35 {
	padding-left: 35px !important
}

.p_pl40 {
	padding-left: 40px !important
}

.p_pl45 {
	padding-left: 45px !important
}

.p_pl50 {
	padding-left: 50px !important
}

.p_pl55 {
	padding-left: 55px !important
}

.p_pl60 {
	padding-left: 60px !important
}

.p_pl65 {
	padding-left: 65px !important
}

.p_pl70 {
	padding-left: 70px !important
}

.p_pl75 {
	padding-left: 75px !important
}

.p_pl80 {
	padding-left: 80px !important
}

.p_pl85 {
	padding-left: 85px !important
}

.p_pl90 {
	padding-left: 90px !important
}

.p_pl95 {
	padding-left: 95px !important
}

.p_pl100 {
	padding-left: 100px !important
}

.p_fs10 {
	font-size: 16px !important;
	font-size: 1rem !important
}

.p_fs11 {
	font-size: 17.6px !important;
	font-size: 1.1rem !important
}

.p_fs12 {
	font-size: 19.2px !important;
	font-size: 1.2rem !important
}

.p_fs13 {
	font-size: 20.8px !important;
	font-size: 1.3rem !important
}

.p_fs14 {
	font-size: 22.4px !important;
	font-size: 1.4rem !important
}

.p_fs15 {
	font-size: 24px !important;
	font-size: 1.5rem !important
}

.p_fs16 {
	font-size: 25.6px !important;
	font-size: 1.6rem !important
}

.p_fs17 {
	font-size: 27.2px !important;
	font-size: 1.7rem !important
}

.p_fs18 {
	font-size: 28.8px !important;
	font-size: 1.8rem !important
}

.p_fs19 {
	font-size: 30.4px !important;
	font-size: 1.9rem !important
}

.p_fs20 {
	font-size: 32px !important;
	font-size: 2rem !important
}

.p_fs22 {
	font-size: 35.2px !important;
	font-size: 2.2rem !important
}

.p_fs24 {
	font-size: 38.4px !important;
	font-size: 2.4rem !important
}

.p_lh10 {
	line-height: 1 !important
}

.p_lh12 {
	line-height: 1.2 !important
}

.p_lh13 {
	line-height: 1.3 !important
}

.p_lh14 {
	line-height: 1.4 !important
}

.p_lh15 {
	line-height: 1.5 !important
}

.p_lh16 {
	line-height: 1.6 !important
}

.p_lh17 {
	line-height: 1.7 !important
}

.p_lh18 {
	line-height: 1.8 !important
}

.p_lh19 {
	line-height: 1.9 !important
}

.p_lh20 {
	line-height: 2 !important
}

.p_fL {
	float: left !important
}

.p_fR {
	float: right !important
}

.p_fN {
	float: none !important
}

.p_italic {
	font-style: italic
}

.p_fw4 {
	font-weight: 400 !important
}

.p_fM,
.p_fw5 {
	font-weight: 500 !important
}

.p_fB,
.p_fw7 {
	font-weight: 700 !important
}

.p_taC {
	text-align: center !important
}

.p_taR {
	text-align: right !important
}

.p_taL {
	text-align: left !important
}

.p_overH {
	overflow: hidden !important
}

.p_db {
	display: block !important
}

.p_dib {
	display: inline-block !important
}

.p_w0 {
	width: 0 !important
}

.p_w5 {
	width: 5px !important
}

.p_w10 {
	width: 10px !important
}

.p_w15 {
	width: 15px !important
}

.p_w20 {
	width: 20px !important
}

.p_w25 {
	width: 25px !important
}

.p_w30 {
	width: 30px !important
}

.p_w35 {
	width: 35px !important
}

.p_w40 {
	width: 40px !important
}

.p_w45 {
	width: 45px !important
}

.p_w50 {
	width: 50px !important
}

.p_w55 {
	width: 55px !important
}

.p_w60 {
	width: 60px !important
}

.p_w65 {
	width: 65px !important
}

.p_w70 {
	width: 70px !important
}

.p_w75 {
	width: 75px !important
}

.p_w80 {
	width: 80px !important
}

.p_w85 {
	width: 85px !important
}

.p_w90 {
	width: 90px !important
}

.p_w95 {
	width: 95px !important
}

.p_w100 {
	width: 100px !important
}

.p_w105 {
	width: 105px !important
}

.p_w110 {
	width: 110px !important
}

.p_w115 {
	width: 115px !important
}

.p_w120 {
	width: 120px !important
}

.p_w125 {
	width: 125px !important
}

.p_w130 {
	width: 130px !important
}

.p_w135 {
	width: 135px !important
}

.p_w140 {
	width: 140px !important
}

.p_w145 {
	width: 145px !important
}

.p_w150 {
	width: 150px !important
}

.p_w155 {
	width: 155px !important
}

.p_w160 {
	width: 160px !important
}

.p_w165 {
	width: 165px !important
}

.p_w170 {
	width: 170px !important
}

.p_w175 {
	width: 175px !important
}

.p_w180 {
	width: 180px !important
}

.p_w185 {
	width: 185px !important
}

.p_w190 {
	width: 190px !important
}

.p_w195 {
	width: 195px !important
}

.p_w200 {
	width: 200px !important
}

.p_w205 {
	width: 205px !important
}

.p_w210 {
	width: 210px !important
}

.p_w215 {
	width: 215px !important
}

.p_w220 {
	width: 220px !important
}

.p_w225 {
	width: 225px !important
}

.p_w230 {
	width: 230px !important
}

.p_w235 {
	width: 235px !important
}

.p_w240 {
	width: 240px !important
}

.p_w245 {
	width: 245px !important
}

.p_w250 {
	width: 250px !important
}

.p_w255 {
	width: 255px !important
}

.p_w260 {
	width: 260px !important
}

.p_w265 {
	width: 265px !important
}

.p_w270 {
	width: 270px !important
}

.p_w275 {
	width: 275px !important
}

.p_w280 {
	width: 280px !important
}

.p_w285 {
	width: 285px !important
}

.p_w290 {
	width: 290px !important
}

.p_w295 {
	width: 295px !important
}

.p_w300 {
	width: 300px !important
}

.p_w305 {
	width: 305px !important
}

.p_w310 {
	width: 310px !important
}

.p_w315 {
	width: 315px !important
}

.p_w320 {
	width: 320px !important
}

.p_w325 {
	width: 325px !important
}

.p_w330 {
	width: 330px !important
}

.p_w335 {
	width: 335px !important
}

.p_w340 {
	width: 340px !important
}

.p_w345 {
	width: 345px !important
}

.p_w350 {
	width: 350px !important
}

.p_w355 {
	width: 355px !important
}

.p_w360 {
	width: 360px !important
}

.p_w365 {
	width: 365px !important
}

.p_w370 {
	width: 370px !important
}

.p_w375 {
	width: 375px !important
}

.p_w380 {
	width: 380px !important
}

.p_w385 {
	width: 385px !important
}

.p_w390 {
	width: 390px !important
}

.p_w395 {
	width: 395px !important
}

.p_w400 {
	width: 400px !important
}

.p_w400 {
	width: 400px !important
}

.p_w410 {
	width: 410px !important
}

.p_w420 {
	width: 420px !important
}

.p_w430 {
	width: 430px !important
}

.p_w440 {
	width: 440px !important
}

.p_w450 {
	width: 450px !important
}

.p_w460 {
	width: 460px !important
}

.p_w470 {
	width: 470px !important
}

.p_w480 {
	width: 480px !important
}

.p_w490 {
	width: 490px !important
}

.p_w500 {
	width: 500px !important
}

.p_w510 {
	width: 510px !important
}

.p_w520 {
	width: 520px !important
}

.p_w530 {
	width: 530px !important
}

.p_w540 {
	width: 540px !important
}

.p_w550 {
	width: 550px !important
}

.p_w560 {
	width: 560px !important
}

.p_w570 {
	width: 570px !important
}

.p_w580 {
	width: 580px !important
}

.p_w590 {
	width: 590px !important
}

.p_w600 {
	width: 600px !important
}

.p_w610 {
	width: 610px !important
}

.p_w620 {
	width: 620px !important
}

.p_w630 {
	width: 630px !important
}

.p_w640 {
	width: 640px !important
}

.p_w650 {
	width: 650px !important
}

.p_w660 {
	width: 660px !important
}

.p_w670 {
	width: 670px !important
}

.p_w680 {
	width: 680px !important
}

.p_w690 {
	width: 690px !important
}

.p_w700 {
	width: 700px !important
}

.p_w710 {
	width: 710px !important
}

.p_w720 {
	width: 720px !important
}

.p_w730 {
	width: 730px !important
}

.p_w740 {
	width: 740px !important
}

.p_w750 {
	width: 750px !important
}

.p_w760 {
	width: 760px !important
}

.p_w770 {
	width: 770px !important
}

.p_w780 {
	width: 780px !important
}

.p_w790 {
	width: 790px !important
}

.p_w800 {
	width: 800px !important
}

.p_w810 {
	width: 810px !important
}

.p_w820 {
	width: 820px !important
}

.p_w830 {
	width: 830px !important
}

.p_w840 {
	width: 840px !important
}

.p_w850 {
	width: 850px !important
}

.p_w860 {
	width: 860px !important
}

.p_w870 {
	width: 870px !important
}

.p_w880 {
	width: 880px !important
}

.p_w890 {
	width: 890px !important
}

.p_w900 {
	width: 900px !important
}

.p_w910 {
	width: 910px !important
}

.p_w920 {
	width: 920px !important
}

.p_w930 {
	width: 930px !important
}

.p_w940 {
	width: 940px !important
}

.p_w950 {
	width: 950px !important
}

.p_w960 {
	width: 960px !important
}

.p_w970 {
	width: 970px !important
}

.p_w980 {
	width: 980px !important
}

.p_w990 {
	width: 990px !important
}

.p_w1000 {
	width: 1000px !important
}

.p_vaT {
	vertical-align: top !important
}

.p_vaM {
	vertical-align: middle !important
}

.p_bb32{
	padding-bottom: 32px;
	border: 1px solid transparent;
}


/*!フォーカスインジケーター実装
-------------------------------------- */
body:not(.reservation-general)  *:focus-visible{
	box-shadow:none;
	outline: 2px solid black; 
	border-radius: 4px;
}
