@charset "utf-8";
/* http://jigsaw.w3.org/css-validator/ */
html {
	scroll-behavior: smooth;
}
/* body */
body {
	font-family: sans-serif;
	color: #000000;
	background-color: #fff;
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	line-height: 1.6875;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	line-height: 2;
	text-align: center;
}
td,
footer .content:not(.bg_dark) {
	font-weight: normal;
	font-weight: 500;
}

body *,
::before, ::after {
    box-sizing: border-box;
	  text-decoration-thickness: 1px;
		text-underline-offset: .125em;
}
.link_list,
#site-footer {
	font-size: 1rem;
	line-height: 1.875;
}
img,
iframe,
figure
{
	max-width: 100%;
}
img
{
	height: auto;
	border: none;
}
iframe {
	display: block;
	border: none;
}
figure {
	margin-left: auto;
	margin-right: auto;
}
figcaption,
small,
time {
	font-size: .875rem;
}
address {
	font-style: normal;
}
a {
	color: inherit;
}
[lang=ja] a {
	word-break: break-all;
}
a:hover,
.link_list a {
	text-decoration: none;
}
.link_list a:hover {
	text-decoration: underline;
}

a img {
	transition: opacity .3s;
}
a:hover img {
	opacity: .7;
	filter: brightness(104%);
}
footer .content:not(.bg_dark) a:hover img {
	opacity: .6;
}
dd {
	margin-left: 0;
}
.info_list {
	margin-top: 1em;
	margin-bottom: 1.4em;
}
.info_list dt {
	display: inline-flex;
	font-size: 1rem;
	min-width: calc( 2em + 88px );
	padding: 0 10px;
	border-radius: 20px;
	color: #FFFFFF;
	background-color: #000000;
	align-items: center;
	justify-content: center;
}
.info_list dd + dt {
	margin-top: 18px;
}
.info_list dd {
	margin-top: 15px;
}
.link_list {
	display: flex;
	align-items: flex-start;
  justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
  gap: 30px;
}
.link_list > * {
	padding: 0;
}
.link_list a {
	display: block;
}
.banner_list {
	display: flex;
	margin: 20px 0 15px;
	justify-content: center;
	column-gap: 80px;
	row-gap: 20px;
	flex-wrap: wrap;
}
.link_sns {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 1.2em auto 0;
}

/* heading */
h1,h2,h3,h4,h5 {
	line-height: 1.45;
}
h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + * {
	margin-top: 0;
}
main h2 {
	font-size: 1.5em;
	margin: 38px 0 41px;
	line-height: 2;
}
main section:not(:first-of-type) h2 {
	margin-top: 1.5em;
	margin-bottom: 24px;
}
/*
main h2::after {
	content: '';
	display: block;
	width: 252px;
	height: 4px;
	max-width: 67.2vw;
	margin: 21px auto 40px;
	border-radius: 2px;
	background: linear-gradient(90deg, #F44AA3 0%, #309FC8 100%);
}
main section:not(:first-of-type) h2 {
	font-size: 1.5em;
	margin-top: 1.7em;
}
*/
h3 {
	font-size: 1.25em;
}
h4, h5 {
	font-size: 1em;
	margin: 1em 0;
}
/* bg */
.bg_dark {
	margin: 44px 0 20px;
	padding: 40px 0;
	color: #FFFFFF;
	background-color: #000000;
}
.bg_light {
	margin: 0 0 30px 0;
	padding: 24px 0;
	color: inherit;
	background-color: #F7F5F7;
}

/* wrapper */
.wrapper {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 30px;
}

/* container */
#container {
}

/* header */
#site-header {
	margin-bottom: 0;
  background-color: #FFE378;
}
@media all and (max-aspect-ratio: 3/4) and (max-width: 640px) {
  #site-header {
    background-color: #fae3eb;
  }
}
#heroimage {
  aspect-ratio: 1280/720;
}
#heroimage img {
	width: 100%;
}
/*
@media (orientation: landscape){
	#heroimage img {
		width: 100%;
	}
}
*/

.cmt {
  font-weight: normal;
  text-align: left;
  font-size: 1rem;
  border-color: #FFE378;
  background-color: #FFE378;
  border-radius: 30px 30px 0 0;
  padding: 40px 50px;
}
.cmt strong {
  font-size: 1.5rem;
}


/* main_column */
#site-content {}
#go_pagetop {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
#go_pagetop.fixed {
	position: fixed;
	bottom: 0;
	z-index: 1;
}
#go_pagetop img {
	vertical-align: bottom;
}

[class*=_list] {
	list-style: none;
	padding-left: 0;
}

/* footer */
#site-footer {
	padding-bottom: 23px;
}
#site-footer .heading {
	color: inherit;
	text-align: inherit;
	font-size: 1.125em;
	margin: 0;
}
#site-footer p {
}
#site-footer :is(.tel, .mail) {
  font-size: 1.5em;
}
#site-footer :is(.tel, .mail) img {
  width: calc( 1em/24*20 );
  height: auto;
  margin-right: 5px;
}


/* content */
picture img,
.thumb img {
	display: block;
	margin: auto;
}
.thumb {
	margin-bottom: 10px;
}
.wrapper_youtube {
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}
.wrapper_youtube::before {
	content: '';
	display: block;
	padding-top: 56.25%;
	background-color: #EFEFEF;
}
.wrapper_youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	margin: 0;
}
.inline-block {
	display: inline-block;
}
.strong {
	font-size: 1.2em;
	color: #BC0026;
}
table {
	margin: 43px auto;
	box-sizing: border-box;
	width: 100%;
	max-width: 900px;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #E2E2E2;
	font-size: 1rem;
	line-height: 1.875;
}
tr{
	border-top: 1px solid #E2E2E2;
}
th,
td {
	text-align: left;
	padding: 12px 0 13px 20px;
	vertical-align: top;
}
tbody th {
	width: 5.625em;
}
@media all and ( max-width: 520px ) {
	tbody th {
		width: 3.625em;
	}
}
th > *:first-child,
td > *:first-child {
	margin-top: 0;
}
th > *:last-child,
td > *:last-child {
	margin-bottom: 0;
}


/* form */
[type="text"],
[type="password"],
[type="number"],
[type="tel"],
[type="email"],
[type="url"],
[type="date"],
[type="time"],
[type="week"],
[type="month"],
[type="datetime-local"],
[type="search"], /* type=serchはスタイルの変更を受け付けない部分が多いので注意 */
textarea {
	box-sizing: border-box;
	max-width: 100%;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #999;
}
select {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #999;
	font-size: 1em;
}

/* col */
.col,
.col2,
.col3,
.col4,
.col_full {
	display: flex;
	justify-content: space-between;
	padding: 0;
	list-style: none;
	width: 100%;
}
.col2,
.col3,
.col4,
.col_full {
	margin-top: 20px;
}
.col2,
.col3,
.col4 {
	flex-wrap: wrap;
}
.col3:before,
.col4:before {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.col3:after,
.col3:before,
.col4:before,
.col4:after {
	content: '';
	display: block;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
main .col2 > * {
	width: calc( 50% - 2.04% );
	width: calc( 50% - 20px );
	margin: 0 0 20px;
}
.col3 > *,
.col3:after,
.col3:before {
	width: calc( (100% - 60px)/3 );
	margin: 10px 0;
}
.col4 > *,
.col4:before,
.col4:after {
	width: calc( ( 100% - 60px )/4 );
	margin: 10px 0;
}
.col_full > * {
	margin: 0 10px 20px;
	width: 100%;
}
.col > *:first-child,
.col > .content > *:first-child,
.box > .content > *:first-child {
	margin-top: 0;
}
.col > *:last-child,
.col > .content > *:last-child,
.box > .content > *:last-child {
	margin-bottom: 0;
}
.col img,
.col2 img,
.col3 img,
.col4 img,
.col_full img {
		vertical-align: bottom;
}

/* メディアクエリ */
@media all and ( max-width: 1250px ) {
}
@media all and ( min-width: 741px ) {
	.sp {
			display: none !important;
	}
	/* col */
	.col > .auto,
	.col2 > .auto,
	.col2 > .thumb {
		flex: 1;
	}
	.col2 > .thumb {
		margin-bottom: 0;
	}
	.col > *:not(.auto) {
		width: auto;
	}
	.col.reverse {
		flex-direction: row-reverse;
	}
}
@media all and ( max-width: 740px ) {
	.pc {
			display: none !important;
	}
	/* col */
	.col_full,
	.col {
		flex-wrap: wrap;
	}
	main .col_full > *,
	main .col4 > * {
		margin: 0 0 10px;
		width: calc( 50% - 5px );
	}
	.col > *,
	main .col2 > .auto,
	main .col2 > *,
	main .col3 > * {
		width: 100% !important;
	}
	.col2 .thumb {
		text-align: center;
	}
}
@media all and ( max-width: 680px ) {
	.wrapper {
		padding: 0 5.33%;
	}
	.link_list li {
		padding: 0 0 40px;
	}
}
@media all and ( max-width: 520px ) {
	body {
		font-size: 1em;
	}
  .cmt {
    padding: 5.33% 0;
  }
}
@media all and ( max-width: 375px ) {
}
