@charset "UTF-8";
/*
  Theme Name: Sapporo IBD Clinic
  Description: Theme of Sapporo IBD Clinic.
  Version: 1.0 */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Open+Sans:wght@400;700&display=swap&display=swap);
/* ----------------
 * base
 * ---------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font: inherit;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section {
	display: block;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #2E3942;
	line-height: 1;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	border: none;
	outline: none;
	padding: 0;
	box-sizing: border-box;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
ol, ul {
	list-style: none;
}
hr {
	border: none;
	margin: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
img {
	vertical-align: bottom;
}
a, a:visited, button, input[type=button], input[type=submit] {
	color: #2E3942;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transition: 0.2s linear;
}
a.text-link:active {
	text-decoration: underline;
}
:focus {
	color: #2E3942;
	outline: none;
}
/* ----------------
 * media query
 * ---------------- */
html {
	position: relative;
}
body {
	min-width: 37.5rem;
}
main.l-main {
	width: 100%;
	overflow: hidden;
}
/* ----------------
 * Component
 * ---------------- */
.m-button {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	width: 25.1rem;
	padding: 1.2rem 2rem;
	line-height: 3.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s linear;
	min-height: 5.6rem;
	cursor: pointer;
	text-align: center;
	border-radius: 2.8rem;
}
.m-button.arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 2rem;
	bottom: 0;
	margin: auto;
	width: 1rem;
	height: 1rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.m-button.white {
	background-color: #FFFFFF;
	color: #E45403;
	border: 0.1rem solid #E45403;
}
.m-button.white.arrow:after {
	background-image: url(./img/arrow.png);
}
.m-button.orange {
	background-color: #E45403;
	color: #FFFFFF;
}
.m-button.orange.arrow:after {
	background-image: url(./img/arrow_white.png);
}
.slick-prev, .slick-next {
	width: 3.4rem;
	height: 4rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100;
}
.slick-prev:before, .slick-next:before {
	display: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.slick-prev {
	background-image: url(./img/slider-arrow-prev.png);
	left: -1.75rem;
}
.slick-prev:hover, .slick-prev:focus {
	background-image: url(./img/slider-arrow-prev.png);
}
.slick-next {
	background-image: url(./img/slider-arrow-next.png);
	right: -1.75rem;
}
.slick-next:hover, .slick-next:focus {
	background-image: url(./img/slider-arrow-next.png);
}
/* ----------------
 * Header
 * ---------------- */
.l-header {
	height: 10rem;
	z-index: 4000;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
	transition: background-color .7s;
}
.l-header.scrolled {
	box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.9);
}
.l-header .title-header {
	width: 100%;
	height: 100%;
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
}
.l-header .title-header > .inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.l-header .title-header > .inner .logo {
	width: 19.45rem;
	height: 6.25rem;
	margin-top: .5rem;
}
.l-header .title-header > .inner .logo a {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	display: block;
	height: 100%;
	background-image: url(./img/logo.svg);
	background-size: 100% 100%;
}
.l-header .title-header > .inner .logo a:hover, .l-header .title-header > .inner .logo a:active {
	opacity: 1;
}
.l-header .title-header > .inner .menus {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.l-header .title-header > .inner .menus .tel {
	width: 3.3rem;
	height: 3.3rem;
}
.l-header .title-header > .inner .menus .tel a {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(./img/icon_phone_sp.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.l-header .title-header > .inner .menus .button {
	margin-left: 2rem;
	width: 17.2rem;
	height: 3.8rem;
}
.l-header .title-header > .inner .menus .button + .button {
	margin-left: 1.1rem;
}
.l-header .title-header > .inner .menus .button.white a {
	background-color: transparent;
	color: #E45403;
}
.l-header .title-header > .inner .menus .button.white a:after {
	border-color: #E45403;
}
.l-header .title-header > .inner .menus .button.white a span {
	font-size: 1.1rem;
	line-height: 1.7rem;
}
.l-header .title-header > .inner .menus .button a {
	width: 100%;
	height: 100%;
	background-color: #E45403;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	border: 1px solid #E45403;
	display: flex;
	justify-content: center;
	align-items: center;
}
.l-header .title-header > .inner .menus .button a:after {
	content: '';
	display: block;
	width: .6rem;
	height: .6rem;
	border-right: 0.2rem solid #FFFFFF;
	border-bottom: 0.2rem solid #FFFFFF;
	transform: rotate(-45deg) translate(0, -50%);
	position: absolute;
	top: 50%;
	right: 1.1rem;
}
.l-header .title-header > .inner .menus .button a span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: .03em;
	line-height: 3.4rem;
}
.l-header .title-header > .inner .menus .spmenu {
	margin-left: 1.7rem;
}
.l-header .title-header > .inner .menus .spmenu a {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.l-header .title-header > .inner .menus .spmenu a.open {
	width: 1.8rem;
	height: 1.9rem;
	background-image: url(./img/menu_sp.png);
}
.l-header .title-header > .inner .menus .spmenu a.close {
	background-image: url(./img/menu_close_sp.png);
	width: 2.6rem;
	height: 2.6rem;
	display: none;
}
/* ----------------
 * Footer
 * ---------------- */
.l-footer {
	border-top: 0.1rem solid #B4B4B4;
	position: relative;
}
.l-footer .footer-main {
	position: relative;
}
.l-footer .footer-main .signature {
	padding-top: 4.5rem;
	padding-bottom: 4.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.l-footer .footer-main .signature .logo {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	width: 22.1rem;
	height: 7.1rem;
	background-image: url(./img/logo_pc.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
.l-footer .footer-main .signature .address {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.6rem;
	letter-spacing: .06em;
	text-align: center;
	color: #2E3942;
}
/*.l-footer .copy {
	position: relative;
	height: 5.3rem;
}
.l-footer .copy span {
	font-family: "Open Sans", sans-serif;
	display: block;
	position: absolute;
	text-align: center;
	color: #2E3942;
	font-size: 1.2rem;
	bottom: 1.6rem;
	width: 100%;
}*/
.l-footer .pagetop {
	display: none;
	position: absolute;
	right: 2rem;
	top: -2.5rem;
	width: 5rem;
	height: 5rem;
	z-index: 3000;
}
.l-footer .pagetop.fixed {
	position: fixed;
	top: auto;
	bottom: 2rem;
}
.l-footer .pagetop a {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(./img/pagetop.png);
	background-size: 100% 100%;
	background-repeat: none;
	background-position: center center;
}
.l-footer .bottom {
	position: fixed;
	bottom: 0;
}
/* sidebar */
.l-sidebar {
	background-color: #F5F5F5;
	margin-left: -2rem;
	margin-right: -2rem;
	padding-top: 5.4rem;
	padding-bottom: 6.1rem;
}
.l-sidebar .content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.l-sidebar .content + .content {
	margin-top: 4.2rem;
}
.l-sidebar .content .title {
	font-size: 2.2rem;
	letter-spacing: .05em;
	font-weight: bold;
	padding-bottom: 2.8rem;
	text-align: center;
	position: relative;
}
.l-sidebar .content .title:after {
	position: absolute;
	content: '';
	display: block;
	width: 4.7rem;
	border-bottom: 0.4rem solid #E45403;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.l-sidebar .content ul.list {
	margin-top: 3rem;
}
.l-sidebar .content ul.list li a {
	font-size: 1.8rem;
	line-height: 4.1rem;
	letter-spacing: .12em;
}
@media screen and (min-width: 768px) {
	a:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
		opacity: 0.7;
	}
	[href^="tel:"] {
		pointer-events: none;
	}
	body {
		min-width: 112rem;
	}
	.m-button.h-orange:hover {
		background-color: #E45403;
		color: #FFFFFF;
		opacity: 1;
	}
	.m-button.h-orange:hover.arrow:after {
		background-image: url(/wp-content/package/common/img/arrow_white.png);
	}
	/*.m-title:after {
		padding-top: 29.35578%;
	}
	.m-title .wrapper {
		height: calc(100% - 13rem);
	}*/
	.m-headline3 {
		padding: 4rem;
	}
}
@media screen and (min-width: 768px) {
	/*.m-submenu {
		width: 100%;
	}
	.m-submenu > .inner {
		width: 108rem;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}*/
	.l-header {
		height: 13rem;
		min-width: 112rem;
	}
	.l-header.fixed {
		height: 13rem;
	}
	.l-header .title-header {
		width: 100%;
	}
	.l-header .title-header {
		padding-top: 2.8rem;
		padding-bottom: 2.6rem;
	}
	.l-header .title-header > .inner {
		width: 108rem;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	.l-header .title-header > .inner .logo {
		width: 22.1rem;
		height: 7.1rem;
	}
	.l-header .title-header > .inner .menus .tel {
		width: 21.4rem;
		height: 3.6rem;
	}
	.l-header .title-header > .inner .menus .tel a {
		background-image: url(/wp-content/package/common/img/header_phone_no_pc.png);
	}
	.l-header .title-header > .inner .nav {
		height: 2.2rem;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	/*.l-header .title-header > .inner .nav .scroll-content .content ul.menu.main {
		height: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		border-left: 0.1rem solid #969696;
	}
	.l-header .title-header > .inner .nav .scroll-content .content ul.menu.main > li {
		position: relative;
		height: 100%;
		padding: 0 2.5rem;
		border-right: 0.1rem solid #969696;
	}
	.l-header .title-header > .inner .nav .scroll-content .content ul.menu.main > li > a {
		display: block;
		height: 100%;
		line-height: 2.2rem;
		color: #2E3942;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: .04em;
	}*/
	.l-footer {
		width: 100%;
	}
	.l-footer .footer-main {
		width: 108rem;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	.l-footer .footer-main .signature {
		padding-top: 7.3rem;
		padding-bottom: 3rem;
	}
	.l-footer .footer-main .signature .address {
		font-size: 1.6rem;
		line-height: 3.2rem;
		margin-top: 8.6rem;
	}
	.l-footer .footer-main .signature .address .tel {
		margin-left: 1em;
	}
	/*.l-footer .footer-main .nav {
		position: absolute;
		top: 19.5rem;
		width: 100%;
	}
	.l-footer .footer-main .nav .content ul {
		display: flex;
		justify-content: center;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.l-footer .footer-main .nav .content ul li + li:before {
		content: '/';
	}
	.l-footer .footer-main .nav .content ul li a {
		margin: 0 1em;
	}*/
	/*.l-footer .copy {
		height: 8.5rem;
	}
	.l-footer .copy span {
		font-size: 1.4rem;
		bottom: 3.5rem;
	}*/
	.l-sidebar {
		background-color: transparent;
		margin-top: 3rem;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.l-sidebar .content {
		align-items: flex-start;
	}
	.l-sidebar .content .title {
		text-align: left;
		font-size: 1.7rem;
		padding-bottom: 2rem;
	}
	.l-sidebar .content .title:after {
		right: auto;
		width: 3.6rem;
		border-width: .3rem;
	}
	.l-sidebar .content ul.list {
		margin-top: 2.2rem;
	}
	.l-sidebar .content ul.list li a {
		font-size: 1.4rem;
		line-height: 3.2rem;
	}
}
@media screen and (max-width: 767px) {
	.tablet, .tablet-pc, .tp, .pc {
		display: none !important;
	}
	html.menu-back {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	/*.m-submenu {
		width: 100%;
		padding-right: 2rem;
		padding-left: 2rem;
	}
	.m-submenu > .inner {
		width: 100%;
	}*/
	.l-header[data-opened=true] {
		background-color: #FFFFFF;
	}
	.l-header[data-opened=true] .title-header > .inner .menus {
		height: 100%;
	}
	.l-header[data-opened=true] .title-header > .inner .menus .tel {
		display: none;
	}
	.l-header[data-opened=true] .title-header > .inner .menus .spmenu {
		top: 2rem;
	}
	.l-header[data-opened=true] .title-header > .inner .menus .spmenu .open {
		display: none;
	}
	.l-header[data-opened=true] .title-header > .inner .menus .spmenu .close {
		display: block;
	}
	.l-header .title-header {
		width: 100%;
		padding-right: 2rem;
		padding-left: 2rem;
	}
	.l-header .title-header > .inner {
		width: 100%;
	}
	.l-header .title-header > .inner .nav {
		background-color: #FFFFFF;
		display: none;
		position: fixed;
		width: 100%;
		height: calc(100% - 10rem);
		color: #2E3942;
		top: 10rem;
		right: 0;
	}
	.l-header .title-header > .inner .nav .scroll-content {
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.l-header .title-header > .inner .nav .scroll-content .content {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	/*.l-header .title-header > .inner .nav .scroll-content .content ul.menu.main {
		border-top: 0.1rem solid #B4B4B4;
	}
	.l-header .title-header > .inner .nav .scroll-content .content ul.menu.main > li a {
		height: 6rem;
		border-bottom: 0.1rem solid #B4B4B4;
		display: block;
		padding: 0 4rem;
		line-height: 6rem;
		position: relative;
		font-size: 1.5rem;
		font-weight: bold;
		color: #2E3942;
	}
	.l-header .title-header > .inner .nav .scroll-content .content ul.menu.main > li a:after {
		content: '';
		width: 2rem;
		height: 2rem;
		position: absolute;
		top: 0;
		right: 2.4rem;
		bottom: 0;
		margin: auto;
		z-index: 10;
		background-image: url(/wp-content/package/common/img/circle_arrow.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}*/
	.l-header .title-header > .inner .nav .scroll-content .content .buttons {
		padding: 1.5rem 3.8rem 2rem;
	}
	.l-header .title-header > .inner .nav .scroll-content .content .buttons .inner a.button {
		margin-top: 1.5rem;
		background-color: #E45403;
		color: #FFFFFF;
		border: 1px solid #E45403;
		height: 6rem;
		text-align: center;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.l-header .title-header > .inner .nav .scroll-content .content .buttons .inner a.button.white {
		background-color: transparent;
		color: #E45403;
	}
	.l-header .title-header > .inner .nav .scroll-content .content .buttons .inner a.button.white:after {
		border-color: #E45403;
	}
	.l-header .title-header > .inner .nav .scroll-content .content .buttons .inner a.button:after {
		content: '';
		display: block;
		width: .8rem;
		height: .8rem;
		border-right: 0.2rem solid #FFFFFF;
		border-bottom: 0.2rem solid #FFFFFF;
		transform: rotate(-45deg) translate(0, -50%);
		position: absolute;
		top: 50%;
		right: 2.4rem;
	}
	.l-header .title-header > .inner .nav .scroll-content .content .buttons .inner a.button span {
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: .04em;
		line-height: 2.4rem;
	}
	.l-footer {
		width: 100%;
		padding-right: 2rem;
		padding-left: 2rem;
	}
	.l-footer .footer-main {
		width: 100%;
	}
	/*.l-footer .footer-main .nav {
		margin: 0 -2rem;
	}
	.l-footer .footer-main .nav .content {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.l-footer .footer-main .nav .content ul.menu.main {
		border-top: 0.1rem solid #B4B4B4;
	}
	.l-footer .footer-main .nav .content ul.menu.main > li a {
		height: 6rem;
		border-bottom: 0.1rem solid #B4B4B4;
		display: block;
		padding: 0 4rem;
		line-height: 6rem;
		position: relative;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: .1em;
		color: #2E3942;
	}
	.l-footer .footer-main .nav .content ul.menu.main > li a:after {
		content: '';
		width: 2rem;
		height: 2rem;
		position: absolute;
		top: 0;
		right: 2.4rem;
		bottom: 0;
		margin: auto;
		z-index: 10;
		background-image: url(/wp-content/package/common/img/circle_arrow.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}*/
}
@media screen and (min-width: 768px) and (max-width: 112rem) {
	.pc, .sp {
		display: none !important;
	}
}
@media screen and (min-width: 112.1rem) {
	.sp, .tablet, .tablet-sp, .ts {
		display: none !important;
	}
	.l-header .title-header > .inner .logo a {
		background-image: url(/wp-content/package/common/img/logo_pc.png);
	}
}