@charset "utf-8";

/*===============================
reset & new role
=================================*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

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

* {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

a {
	word-break: break-all;
	color: #D92E85;
}

a:hover,
a:active {
	text-decoration: unset;
}

a img {
	border: 0;
	transition: all .3s;
}

a img:hover {
	opacity: .7;
}

img {
	max-width: 100%;
	height: auto;
	width: 100%;
	backface-visibility: hidden;
}

.tb-content {
	display: none;
}

.sp-content {
	display: none;
}

.disabled {
	pointer-events: none;
}

small {
	font-size: 80%;
}

/*===============================
wrapper, box, content
=================================*/

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	min-width: 320px;
	box-sizing: border-box;
	color: #080404;
	background: linear-gradient(180deg, rgba(208, 229, 245, 1) 0%, rgba(245, 222, 208, 1) 50%, rgba(227, 194, 194, 1) 100%);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.all_wrap {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	background-color: #fff;
}

body.top-page .all_wrap {
	background-color: #080404;
}

.col-left {
	flex: 1;
	max-width: 300px;
	background: #643788;
	color: #fff;
}

.col-right {
	flex: 1;
	padding-bottom: 80px;
}

#page-content {
	min-height: 1180px;
	padding: 0 30px;
}

/*===============================
header
=================================*/

header.site-header {
	display: none;
}

h1.site-ttl {
	padding: 30px;
}

h1.site-ttl a {
	display: inline-block;
}

.theme {
	padding: 0 10px 10px 10px;
}

#menu {
	margin: 0;
	background: #643788;
}

#menu-inner {
	width: 100%;
	margin: 0 auto;
}

#menu-btn {
	display: none;
}

#menu-content {
	margin: 0;
}

#menu-content>li {
	position: relative;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	list-style: none;
}

#menu-content>li>a {
	position: relative;
	display: block;
	padding: 18px 10px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#menu-content>li>a:hover,
#menu-content>li>a:active {
	background-color: #fff;
	color: #643788;
	padding-left: 10px;
}

#menu-content>li:hover,
#menu-content>li.active {
	border-color: #643788;
}

#menu-content>li:hover>a,
#menu-content>li.active>a {
	background-color: #fff;
	color: #643788;
	padding-left: 25px;
}

#menu-content>li>a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) translateX(8px);
	width: 6px;
	height: 6px;
	background-color: #643788;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.3s;
}

#menu-content>li>a:hover::before,
#menu-content>li.active>a::before {
	opacity: 1;
	transform: translateY(-50%) translateX(10px);
}

.menu_new {
	display: inline-block;
	height: 18px;
	padding: 0 3px;
	color: #fff;
	font-size: 0.7em;
	line-height: 18px;
	background-color: #E60012;
}

.nav-bnr {
	display: block;
	margin: 2rem 1rem;
	text-align: center;
	transition: all 0.2s;
}

#top_mv {
	position: relative;
}

.is_new>a {
	position: relative;
}

.is_new>a::after {
	content: "NEW";
	background-color: #E8100D;
	color: #fff;
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	z-index: 1;
	padding: 0 7px 3px;
	line-height: 2;
	letter-spacing: normal;
	font-size: 12px;
}

/*===============================
.zimukyoku-wrap, footer
=================================*/
.button-020 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 50%;
	background-color: #643788;
	transition: all .3s;
}

.button-020 path {
	fill: #fff;
}

.button-020:hover {
	background-color: #1FA0DA;
}

.button-020:hover path {
	fill: #fff;
}

.zimukyoku {
	padding: 30px 10px 60px;
}

.zimukyoku .zimukyoku-content+.zimukyoku-content {
	margin-top: 35px;
}

.zimukyoku-heading {
	font-weight: 500;
	font-size: 1.4rem;
	color: #643788;
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #fff;
}

.zimukyoku-name {
	font-weight: 600;
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.zimukyoku-address {
	font-size: 1.4rem;
}

.footer {
	background-color: #080404;
	color: #fff;
	border-top: 1px solid #fff;
}

.copyright {
	text-align: right;
	width: 100%;
	padding: 20px 0;
	font-size: 1.2rem;
}


/*===============================
margin padding
=================================*/

.mb-50 {
	margin-bottom: 50px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

/*===============================
text
=================================*/

.indent1em {
	text-indent: -1em;
	margin-left: 1em;
}

.indent2em {
	text-indent: -2em;
	margin-left: 2em;
}

.bold {
	font-weight: 700;
}

.normal {
	font-weight: 400;
}

.line-through-red {
	color: #d34b4b;
	text-decoration: line-through;
}

.line-through-red span {
	color: #080404;
}

.txt-red {
	color: #ec2020;
}

.txt-bk {
	color: #080404;
}

.text-under {
	text-decoration: underline;
}

::marker {
	color: #D92E85;
}

.page-heading h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 2.6rem;
	background: linear-gradient(90deg, rgba(208, 229, 245, 1) 0%, rgba(227, 194, 194, 0.2) 60%, rgba(227, 194, 194, 0) 100%);
	color: #080404;
	padding: 1rem 2rem 1.2rem;
	margin: 3rem 0;
}

#page-content h3,
.page-content h3 {
	font-family: "Noto Serif JP", serif;
	position: relative;
	font-size: 2.1rem;
	color: #080404;
	padding: 8px;
	margin-bottom: 0.8em;
	border-top: 1px solid #080404;
	border-bottom: 1px solid #080404;
}

#page-content h3 small,
.page-content h3 small {
	font-size: 60%;
}

#page-content h4 {
	position: relative;
	font-size: 2.2rem;
	color: #080404;
	background: #eee;
	padding: 8px 8px 10px 15px;
	margin-bottom: 0.8em;
	border-left: 3px solid #643788;
}

.comingsoon {
	min-width: 300px;
	width: 80%;
	max-width: 100%;
	margin: 100px auto 35vh;
	padding: 20px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #643788;
}

.comingsoon::after {
	content: "coming soon";
	display: block;
	color: #643788;
	font-size: 1.4rem;
	margin-top: 0.5rem;
	font-family: 'noto serif';
	opacity: 0.8;
}

ol.decimal-leading {
	list-style-type: decimal-leading-zero;
}

/*===============================
btn
=================================*/

.btn {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 20px 0 10px;
	padding: 20px 25px;
	text-align: center;
	color: #fff;
	background-color: #1FA0DA;
	border: 1px solid #1FA0DA;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s;
	border-radius: 50em;
}

.btn:active,
.btn:focus,
.btn:hover {
	color: #1FA0DA;
	background-color: #fff;
	border: 1px solid #1FA0DA;
}

.btn.btn_ex::after {
	content: "";
	display: block;
	background: url(../images/arrow_ex_wh.svg) no-repeat;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
}

.link_ex::after {
	content: "";
	display: inline-block;
	background: url(../images/arrow_ex.svg) no-repeat;
	background-size: 100%;
	width: 14px;
	height: 14px;
	margin-left: 5px;
}

.btn.btn02 {
	color: #6DC3BA;
	border: 3px solid #6DC3BA;
	box-shadow: 0 10px 10px rgba(41, 177, 43, 0.1);
}

.btn.btn02:active,
.btn.btn02:focus,
.btn.btn02:hover {
	text-decoration: none;
	background-color: #6DC3BA;
	color: #fff;
	transition: all 0.5s ease;
}

.btn.btn03 {
	color: #dd7615;
	border: 3px solid #dd7615;
	box-shadow: 0 10px 10px rgba(177, 120, 41, 0.1);
}

.btn.btn03:active,
.btn.btn03:focus,
.btn.btn03:hover {
	text-decoration: none;
	background-color: #dd7615;
	color: #fff;
	transition: all 0.5s ease;
}

/*===============================
table
=================================*/

.table-wrap {
	/* overflow-x: scroll !important;
	max-width: 660px; */
	font-size: 14px;
}

.table-common {
	/* min-width: 300px !important; */
	width: 100%;
	/* white-space: nowrap; */
}

.table-common th,
.table-common td {
	border: 1px solid #ddd;
	padding: 0.5em 1em;
}

.table-common th {
	background-color: #f5f5f5;
	font-weight: 500;
}

.table-common thead th {
	background-color: #0a0606;
	color: #fff;
}

.table-common .btn {
	font-size: 14px;
	padding: 10px 15px;
	margin: 0;
}

/*===============================
box
=================================*/

.box-red {
	border: 2px solid #d34b4b;
	padding: 20px 20px;
}

.box-yellow {
	padding: 1em 1.5em;
	background-color: #fcf0da;
}

/* 追従バナー */
.js-scrolled-btn {
	position: fixed;
	right: 15px;
	bottom: 15px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	z-index: 10;
}

.js-scrolled-btn.scrolled {
	opacity: 1;
	visibility: visible;
}