@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
*/

/* ==========================================================================
   SWELLデフォルトのヘッダー・フッターを非表示
   ========================================================================== */
#header.l-header,
#fix_header.l-fixHeader,
#sp_menu.p-spMenu,
#footer.l-footer {
	display: none !important;
}

/* ドロワー展開時のbodyスクロール制御 */
body.st-drawer-open {
	overflow: hidden;
}

/* ==========================================================================
   カスタムヘッダー（メインサイト再現）
   ========================================================================== */
.st-Header {
	max-width: 1380px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	box-sizing: border-box;
}
.st-Header *,
.st-Header *::before,
.st-Header *::after {
	box-sizing: border-box;
}
.st-Header a {
	color: #000;
	text-decoration: none;
}
.st-Header address {
	font-style: normal;
}
.st-Header_Logo {
	position: absolute;
	left: 20px;
	top: 5px;
	z-index: 10;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
.st-Header_Logo::before {
	content: '';
	width: 162px;
	height: 42px;
	background: url("https://www.nishiotsu-ent.com/common/img/bg_shadow_01.png") no-repeat 0 0;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	left: calc((100% - 162px) / 2);
	bottom: -6px;
}
.st-Header_Logo_Link {
	width: 150px;
	height: 62px;
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
.st-Header_Logo_Image {
	width: 138px;
	height: auto;
}
.st-Header_Drawer {
	width: 300px;
	max-height: 100%;
	background-color: rgba(115, 160, 190, 0.92);
	border-bottom-left-radius: 40px;
	overflow: auto;
	position: fixed;
	right: -300px;
	top: 0;
	z-index: 1001;
	-webkit-overflow-scrolling: touch;
	transition: all .6s cubic-bezier(0.23, 1, 0.32, 1);
}
.st-Header_Drawer.is-open {
	right: 0;
}
.st-Header_Drawer_Inner {
	min-height: 100%;
	box-sizing: border-box;
	padding: 10px 0 40px;
	position: relative;
}
.st-Header_SpLogo {
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
	margin-left: 20px;
}
.st-Header_SpLogo_Link {
	color: #fff;
	font-size: 123.1%;
	text-decoration: none;
	display: inline-block;
	padding: 77px 10px 5px 0;
	position: relative;
}
.st-Header_SpLogo_Image {
	position: absolute;
	left: 0;
	top: 5px;
}
.st-Header_SpLogo_Image::before {
	content: '';
	width: 162px;
	height: 42px;
	background: url("https://www.nishiotsu-ent.com/common/img/bg_shadow_01.png") no-repeat 0 0;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	left: calc((100% - 162px) / 2);
	bottom: -6px;
}
.st-Header_SpLogo_Image_Inner {
	width: 150px;
	height: 63px;
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
.st-Header_SpLogo_Image_Item {
	width: 138px;
	height: auto;
	transform: translateY(-1px);
}
.st-Header_Nav {
	margin: 20px 0 0 20px;
}
.st-Header_Nav_List {
	margin: 0;
	padding: 0;
	list-style: none;
}
.st-Header_Nav_Item {
	list-style: none;
}
.st-Header_Nav_Item-contact .st-Header_Nav_Link {
	padding-top: 7px;
	padding-bottom: 7px;
}
.st-Header_Nav_Item-contact .st-Header_Nav_Link::after {
	content: '';
	width: 56px;
	height: 36px;
	background: url("https://www.nishiotsu-ent.com/common/img/ico_contact_01.svg") no-repeat 0 0;
	background-size: 100% 100%;
	display: inline-block;
	margin-left: 24px;
	vertical-align: -10px;
}
.st-Header_Nav_Link {
	color: #fff;
	font-size: 123.1%;
	text-decoration: none;
	display: block;
	padding: 16px 10px 10px;
	position: relative;
}
.st-Header_Nav_Link::before {
	content: '';
	height: 2px;
	background: url("https://www.nishiotsu-ent.com/common/img/bg_line_01.svg") repeat-x 0 0;
	background-size: 8px 2px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .6;
}
.st-Header_Nav_Sm {
	font-size: 85%;
}
.st-Header_SpTel {
	margin: 9px 0 0 15px;
}
.st-Header_SpTel .js-TelLink {
	display: inline-block;
	padding: 5px;
}
.st-Header_SpTel_Image {
	width: 200px;
	height: auto;
}
.st-Header_Rsv {
	position: absolute;
	right: 99px;
	top: 10px;
}
.st-Header_Rsv_Link {
	display: inline-block;
	padding: 5px;
}
.st-Header_Rsv_Image {
	width: 56px;
	height: auto;
}
.st-Header_Tel {
	position: absolute;
	right: 55px;
	top: 10px;
}
.st-Header_Tel .js-TelLink {
	display: inline-block;
	padding: 5px;
}
.st-Header_Tel_Inner {
	width: 26px;
	display: block;
	overflow: hidden;
}
.st-Header_Tel_Image {
	width: 160px;
	height: auto;
}
.st-Header_Trigger {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 1002;
	transition: all .4s ease;
	cursor: pointer;
}
.st-Header_Trigger_Inner,
.st-Header_Trigger::before,
.st-Header_Trigger::after {
	width: 30px;
	height: 2px;
	background-color: #4682aa;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	transition: all .4s ease;
}
.st-Header_Trigger::before,
.st-Header_Trigger::after {
	content: '';
}
.st-Header_Trigger_Inner {
	top: 14px;
}
.st-Header_Trigger::before {
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.st-Header_Trigger::after {
	bottom: 14px;
}
.st-Header_Trigger.is-open {
	position: fixed;
	right: 0;
	top: 5px;
}
.st-Header_Trigger.is-open .st-Header_Trigger_Inner,
.st-Header_Trigger.is-open::before,
.st-Header_Trigger.is-open::after {
	background-color: #fff;
}
.st-Header_Trigger.is-open .st-Header_Trigger_Inner {
	transform: translateY(10px) rotate(45deg);
}
.st-Header_Trigger.is-open::before {
	transform: translateX(-10px);
	opacity: 0;
}
.st-Header_Trigger.is-open::after {
	transform: translateY(-10px) rotate(-45deg);
}

/* ヘッダー レスポンシブ: 360px以下 */
@media only screen and (max-width: 359px) {
	.st-Header_Logo {
		left: 15px;
	}
	.st-Header_Rsv {
		right: 86px;
	}
	.st-Header_Tel {
		right: 50px;
	}
}

/* ヘッダー レスポンシブ: PC (960px以上) */
@media only screen and (min-width: 960px) {
	.st-Header {
		height: 70px;
	}
	.st-Header_Logo {
		transition: all .2s ease;
	}
	.st-Header_Logo:hover {
		opacity: .7;
		transform: translateY(-2px);
	}
	.st-Header_Logo::before {
		width: 260px;
		height: 67px;
		left: calc((100% - 260px) / 2);
		bottom: -10px;
	}
	.st-Header_Logo_Link {
		width: 240px;
		height: 100px;
	}
	.st-Header_Logo_Image {
		width: 218px;
	}
	.st-Header_Drawer {
		width: auto;
		height: auto;
		background-color: transparent;
		overflow: visible;
		position: static;
		z-index: 0;
		opacity: 1;
		transition: none;
	}
	.st-Header_Drawer_Inner {
		min-height: 0;
		padding: 0;
		position: static;
	}
	.st-Header_Nav {
		margin: 0;
	}
	.st-Header_Nav_List {
		display: flex;
		position: absolute;
		right: 307px;
		top: 27px;
	}
	.st-Header_Nav_Item-contact {
		display: none;
	}
	.st-Header_Nav_Link {
		color: #000;
		padding: 10px 8px;
		transition: all .2s ease;
	}
	.st-Header_Nav_Link::before {
		display: none;
	}
	.st-Header_Nav_Link:hover {
		opacity: .7;
		transform: translateX(2px);
	}
	.st-Header_Rsv {
		right: 225px;
		top: 13px;
	}
	.st-Header_Rsv_Link {
		transition: all .2s ease;
	}
	.st-Header_Rsv_Link:hover {
		opacity: .7;
		transform: translateY(2px);
	}
	.st-Header_Rsv_Image {
		width: 70px;
	}
	.st-Header_Tel {
		right: 15px;
		top: 13px;
	}
	.st-Header_Tel_Inner {
		width: auto;
		display: inline;
		overflow: visible;
	}
	.st-Header_Tel_Image {
		width: 200px;
	}
	.st-Header_SpLogo,
	.st-Header_SpTel,
	.st-Header_Trigger {
		display: none;
	}
}

@media only screen and (min-width: 1000px) {
	.st-Header_Nav_Item + .st-Header_Nav_Item {
		margin-left: 6px;
	}
	.st-Header_Nav_Link {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (min-width: 1080px) {
	.st-Header_Logo {
		left: 40px;
	}
	.st-Header_Nav_List {
		right: 377px;
	}
	.st-Header_Rsv {
		right: 265px;
	}
	.st-Header_Tel {
		right: 35px;
	}
}

@media only screen and (min-width: 1180px) {
	.st-Header_Nav_Item + .st-Header_Nav_Item {
		margin-left: 36px;
	}
}

/* ==========================================================================
   カスタムフッター（メインサイト再現）
   ========================================================================== */
.st-Footer {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-size: 13px;
}
.st-Footer *,
.st-Footer *::before,
.st-Footer *::after {
	box-sizing: border-box;
}
.st-Footer a {
	color: #000;
	text-decoration: none;
}
.st-Footer a:hover {
	text-decoration: none;
}
.st-Footer address {
	font-style: normal;
}
.st-Footer ul,
.st-Footer ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.st-Footer h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
.st-Footer p {
	margin: 0;
	padding: 0;
}
.st-Footer section {
	margin: 0;
}
.st-Footer img {
	border: 0;
	vertical-align: bottom;
}
.st-Footer_Item-clinic {
	background: url("https://www.nishiotsu-ent.com/common/img/bg_footer_01.webp") no-repeat center center;
	background-size: cover;
}
.st-Footer_Item-links {
	background-color: #f0f0f0;
}
.st-Footer_Item-other {
	background-color: #d2e1eb;
}
.st-Footer_Map_Item {
	width: 100%;
	height: 300px;
	vertical-align: bottom;
}
.st-Footer_Clinic {
	max-width: 690px;
	box-sizing: border-box;
	padding: 45px 20px 50px;
}
.st-Footer_Clinic_Name {
	color: #fff;
	font-size: 153.9%;
	font-weight: bold;
}
.st-Footer_Clinic_Text {
	color: #fff;
	font-size: 123.1%;
	margin-top: 11px;
}
.st-Footer_Clinic_Btn {
	margin-top: 35px;
}
.st-Footer_Clinic_Btn .sw-Btn01 {
	width: 220px;
}
.st-Footer_Links {
	max-width: 690px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: 0;
	padding: 88px 20px 66px;
}
.st-Footer_Logo {
	text-align: center;
}
.st-Footer_Logo_Link {
	display: inline-block;
	padding: 5px;
}
.st-Footer_Logo_Image {
	width: 218px;
	height: auto;
}
.st-Footer_Rsv {
	text-align: center;
	margin-top: 17px;
}
.st-Footer_Rsv_Link {
	background: url("https://www.nishiotsu-ent.com/common/img/bg_rsv_01.png") no-repeat 0 0;
	background-size: 100% 100%;
	display: inline-block;
}
.st-Footer_Rsv_Image {
	width: 220px;
	height: auto;
}
.st-Footer_Nav {
	max-width: 340px;
	display: flex;
	margin-top: 40px;
}
.st-Footer_Nav_List {
	width: 50%;
	box-sizing: border-box;
}
.st-Footer_Nav_List:first-of-type {
	padding-right: 15px;
}
.st-Footer_Nav_Item {
	list-style: none;
}
.st-Footer_Nav_Item-examination {
	margin-top: 10px;
}
.st-Footer_Nav_Link {
	font-size: 123.1%;
	text-decoration: none;
	display: block;
	padding: 8px 0;
}
.st-Footer_Nav_Sm {
	font-size: 85%;
}
.st-Footer_LowerNav {
	margin-top: -6px;
}
.st-Footer_LowerNav_Item {
	list-style: none;
}
.st-Footer_LowerNav_Link {
	color: #646464;
	font-size: 123.1%;
	text-decoration: none;
	display: block;
	padding: 3px 0 3px 1em;
	position: relative;
}
.st-Footer_LowerNav_Link::before {
	content: '・';
	position: absolute;
	left: 0;
	top: 3px;
}
.st-Footer_Other {
	width: 100%;
	max-width: 690px;
	box-sizing: border-box;
	padding: 25px 20px 62px;
}
.st-Footer_Facebook {
	text-align: right;
	margin-right: -5px;
}
.st-Footer_Facebook_Link {
	display: inline-block;
	padding: 5px;
}
.st-Footer_Facebook_Image {
	width: 40px;
	height: auto;
	opacity: .6;
}
.st-Footer_ContactTel {
	max-width: 310px;
	display: flex;
	justify-content: space-between;
	margin: 5px -5px 0 auto;
}
.st-Footer_Contact_Link {
	display: inline-block;
	padding: 5px;
}
.st-Footer_Contact_Image {
	width: 70px;
	height: auto;
}
.st-Footer_Tel .js-TelLink {
	display: inline-block;
	padding: 5px;
}
.st-Footer_Tel_Image {
	width: 200px;
	height: auto;
}
.st-Footer_Copyright {
	color: #323232;
	line-height: 1.54;
	text-align: right;
	margin-top: 23px;
}
.st-Footer_Copyright .is-pc {
	display: none;
}
.st-Footer_Copyright_Sm {
	font-size: 100%;
}
.st-Footer_Bnrs {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 20px 25px;
}
.st-Footer_Bnrs_List {
	max-width: 320px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.st-Footer_Bnrs_Item {
	list-style: none;
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	margin-top: 20px;
	padding: 0 15px;
}
.st-Footer_Bnrs_Image {
	width: 100%;
	height: auto;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.st-Footer_Pagetop {
	position: fixed;
	right: 0;
	bottom: -50px;
	opacity: 0;
	transition: all .4s ease;
	z-index: 999;
}
.st-Footer_Pagetop_Link {
	width: 60px;
	height: 60px;
	background-color: #73a0be;
	border-radius: 4px;
	display: block;
	box-sizing: border-box;
	text-align: center;
	padding-top: 6px;
	position: relative;
	opacity: .7;
}
.st-Footer_Pagetop_Image {
	width: 35px;
	height: auto;
}
.st-Footer_Pagetop.is-show {
	opacity: 1;
	bottom: 80px;
}

/* フッター レスポンシブ: タブレット (700px以上) */
@media only screen and (min-width: 700px) {
	.st-Footer {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.st-Footer_Item {
		width: 50%;
	}
	.st-Footer_Item:first-child {
		display: flex;
		flex-direction: column;
	}
	.st-Footer_Item-other {
		display: flex;
		align-items: flex-end;
	}
	.st-Footer_Map {
		flex: 1;
		min-height: 300px;
		position: relative;
	}
	.st-Footer_Map_Item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.st-Footer_Clinic {
		padding-left: 30px;
		padding-right: 30px;
	}
	.st-Footer_Links {
		padding-left: 30px;
		padding-right: 30px;
	}
	.st-Footer_Other {
		padding-left: 30px;
		padding-right: 30px;
	}
	.st-Footer_Bnrs_List {
		max-width: inherit;
		justify-content: center;
	}
	.st-Footer_Bnrs_Item {
		width: 160px;
	}
}

/* フッター レスポンシブ: PC (960px以上) */
@media only screen and (min-width: 960px) {
	.st-Footer_Clinic {
		padding: 85px 40px 90px 80px;
	}
	.st-Footer_Clinic_Btn {
		margin-top: 40px;
	}
	.st-Footer_Links {
		padding: 88px 40px 98px;
	}
	.st-Footer_Logo_Link {
		transition: all .2s ease;
	}
	.st-Footer_Logo_Link:hover {
		opacity: .7;
	}
	.st-Footer_Logo_Link:hover .st-Footer_Logo_Image {
		transform: translateX(2px);
	}
	.st-Footer_Logo_Image {
		transition: all .2s ease;
	}
	.st-Footer_Rsv_Link {
		transition: all .2s ease;
	}
	.st-Footer_Rsv_Link:hover {
		opacity: .7;
	}
	.st-Footer_Rsv_Link:hover .st-Footer_Rsv_Image {
		transform: translateX(2px);
	}
	.st-Footer_Rsv_Image {
		transition: all .2s ease;
	}
	.st-Footer_Nav_Link {
		transition: all .2s ease;
	}
	.st-Footer_Nav_Link:hover {
		text-decoration: underline;
		opacity: .7;
	}
	.st-Footer_LowerNav_Link {
		transition: all .2s ease;
	}
	.st-Footer_LowerNav_Link:hover {
		text-decoration: underline;
		opacity: .7;
	}
	.st-Footer_Other {
		padding-right: 40px;
	}
	.st-Footer_Facebook_Link {
		transition: all .2s ease;
	}
	.st-Footer_Facebook_Link:hover {
		opacity: .7;
	}
	.st-Footer_Facebook_Link:hover .st-Footer_Facebook_Image {
		transform: translateY(2px);
	}
	.st-Footer_Facebook_Image {
		transition: all .2s ease;
	}
	.st-Footer_Contact_Link {
		transition: all .2s ease;
	}
	.st-Footer_Contact_Link:hover {
		opacity: .7;
	}
	.st-Footer_Contact_Link:hover .st-Footer_Contact_Image {
		transform: translateY(2px);
	}
	.st-Footer_Contact_Image {
		transition: all .2s ease;
	}
	.st-Footer_Copyright .is-sp {
		display: none;
	}
	.st-Footer_Copyright .is-pc {
		display: inline;
	}
	.st-Footer_Bnrs_Link {
		transition: all .2s ease;
	}
	.st-Footer_Bnrs_Link:hover {
		opacity: .7;
	}
	.st-Footer_Pagetop {
		right: 20px;
	}
	.st-Footer_Pagetop_Link {
		transition: all .2s ease;
	}
	.st-Footer_Pagetop_Link:hover {
		opacity: 1;
	}
	.st-Footer_Pagetop_Link:hover .st-Footer_Pagetop_Image {
		transform: translateY(-2px);
	}
	.st-Footer_Pagetop_Image {
		transition: all .2s ease;
	}
}

@media only screen and (min-width: 1100px) {
	.st-Footer_LogoRsv {
		max-width: 505px;
		display: flex;
		justify-content: space-between;
		margin-left: -5px;
	}
	.st-Footer_Rsv {
		margin-top: -3px;
	}
	.st-Footer_Nav {
		margin-top: 20px;
	}
}

/* ==========================================================================
   共通ボタンスタイル（フッター内で使用）
   ========================================================================== */
.st-Footer .sw-Btn01 {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	color: #73a0be;
	font-size: 123.1%;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #73a0be;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	padding: 7px 0;
	position: relative;
	cursor: pointer;
}
@media only screen and (min-width: 960px) {
	.st-Footer .sw-Btn01 {
		transition: all .2s ease;
	}
	.st-Footer .sw-Btn01:hover {
		color: #fff;
		background-color: #73a0be;
	}
}
