@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, 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, menu, nav, section, summary,
time, mark, audio, video, picture, source {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	font-size: 62.5%;
	word-break: break-all;
}

body {
	-webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
main, footer, header, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	word-break: break-word;
	line-break: strict;
	overflow-wrap: break-word;
	word-wrap: break-word;
	font-weight: inherit;
}

ul:not([class]),
ol:not([class]) {
	padding-left: 1.25em;
}

ul[class],
ol[class] {
	list-style: none;
}

span {
	font-weight: inherit;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

a {
	color: inherit;
}
@media all and (min-width: 768px) {
	a:hover {
		text-decoration: none;
	}
}

a[class] {
	text-decoration: none;
}

ins {
	background-color: #ff9;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

address {
	font-style: normal;
}

table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #c4cacb;
	margin: 1em 0;
	padding: 0;
}

source,
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	vertical-align: middle;
}

/* form
================================================== */
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
	display: block;
	width: auto;
	max-width: 100%;
	font-family: inherit;
	outline: none;
	border: 1px solid;
	border-radius: 0;
	background: none;
}
@media all and (max-width: 767px) {
	input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
		font-size: 1.6rem;
	}
}

input[type=text], input[type=email], input[type=tel], input[type=button], textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	outline: none;
}

input[type=radio], input[type=checkbox] {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

textarea {
	resize: vertical;
}

input[type=button],
button {
	cursor: pointer;
	border: none;
	padding: 0;
	width: auto;
}

/* 02_base
	overflowx: hidden;
================================================ */
html {
	overflow: auto;
}

body {
	position: relative;
	min-width: 320px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.4rem;
	line-height: 1.7142857143;
	font-weight: 400;
	color: #333;
	background: url(../img/bg.webp) top center/auto 369px no-repeat;
}
@media all and (min-width: 768px) {
	body {
		min-width: 1000px;
		font-size: 1.6rem;
		line-height: 1.75;
	}
}

img {
	vertical-align: top;
}

sup {
	vertical-align: top;
	font-size: 0.8em;
	margin-right: 3px;
}

.l-wrapper {
	position: relative;
}

@media all and (max-width: 767px) {
	.l-container {
		padding-top: 90px;
	}
}
.l-container a {
	color: #333;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.l-container p + p {
	margin-top: 1.5em;
}

.l-contents {
	padding-bottom: 5em;
	color: #666;
}
.l-contents a {
	color: #666;
}

@media all and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}

/* .l-header
================================================ */
.l-header {
	width: 100%;
	min-width: 320px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.l-header a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media all and (min-width: 768px) {
	.l-header {
		margin: auto;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
	}
	.l-header__wrap {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}

/* .l-nav-btn
================================================== */
@media all and (max-width: 767px) {
	.l-nav-btn {
		position: absolute;
		top: 5px;
		left: 5px;
		width: 45px;
		height: 45px;
		cursor: pointer;
		border: none;
		border-radius: 4px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		z-index: 999999;
	}
	.l-nav-btn__line {
		position: absolute;
		right: 12.5px;
		width: 20px;
		height: 2px;
		border-radius: 4px;
		content: "";
		background: #12292f;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.l-nav-btn__line:nth-child(1) {
		top: 13px;
	}
	.l-nav-btn__line:nth-child(2) {
		top: 20px;
	}
	.l-nav-btn__line:nth-child(3) {
		top: 27px;
	}
	.l-nav-btn.is-open {
		top: 5px;
		right: 20px;
		left: auto;
	}
	.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
		top: 20px;
		-webkit-transform: rotate(-45deg);
						transform: rotate(-45deg);
	}
	.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
		opacity: 0;
	}
	.l-nav-btn.is-open .l-nav-btn__line:nth-child(3) {
		top: 20px;
		-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
	}
}
/* .l-nav__wrap
================================================ */
@media all and (max-width: 767px) {
	.l-nav__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
	.l-nav__wrap .l-nav-btnlist {
		-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
						order: 2;
	}
	.l-nav__wrap .l-nav-list {
		-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
						order: 1;
	}
}
@media all and (min-width: 768px) {
	.l-nav__wrap {
		padding-top: 30px;
	}
	.l-nav__wrap .l-nav-btnlist {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.l-nav__wrap .l-nav-list {
		font-size: 2rem;
	}
}

/* .l-nav

================================================ */
.l-nav {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media all and (max-width: 767px) {
	.l-nav {
		position: absolute;
		background: #fff;
		top: 0px;
		left: 0;
		z-index: 9999;
		width: 100%;
		min-width: 320px;
		height: 100vh;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
		font-size: 1.6rem;
		overflow: auto;
		-webkit-transform: translateX(120%);
						transform: translateX(120%);
	}
	.l-nav::-webkit-scrollbar {
		display: none;
	}
	.l-nav.is-open {
		-webkit-transform: translateX(0);
						transform: translateX(0);
	}
	.l-nav__wrap {
		padding-bottom: 30px;
		width: 100%;
	}
	.l-nav .l-nav-sp {
		padding: 0 7vw 7vw;
	}
}

/* .l-nav-list
================================================== */
.l-nav-list {
	position: relative;
}
.l-nav-list a {
	text-decoration: none;
}
.l-nav-list li {
	position: relative;
	margin: 0;
}
.l-nav-list > li > a {
	position: relative;
	display: block;
	line-height: 1.3333333333;
	font-size: 2rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}
.l-nav-list > li > a.is-active {
	color: #F54F56;
}
@media all and (max-width: 767px) {
	.l-nav-list {
		padding: 5vw 5vw;
	}
	.l-nav-list a {
		display: block;
		position: relative;
		font-weight: 500;
	}
	.l-nav-list > li {
		margin: 3vw 0;
	}
	.l-nav-list > li > a {
		height: 40px;
		border: 1px solid #666;
	}
	.l-nav-list > li > a::after {
		position: absolute;
		content: "";
		top: 12px;
		right: 12px;
		width: 12px;
		height: 12px;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
	}
}
@media all and (min-width: 768px) and (max-width: 1120px) {
	.l-nav-list > li > a {
		font-size: 12px;
	}
}
@media all and (min-width: 768px) {
	.l-nav-list {
		clear: both;
		padding: 11px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
				-ms-flex-align: start;
						align-items: start;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		gap: 8rem;
	}
	.l-nav-list > li {
		padding: 0;
		position: relative;
	}
	.l-nav-list > li::before {
		position: absolute;
		content: "";
		top: 10px;
		bottom: 10px;
		left: -3.5rem;
		width: 1px;
		background: #bd3475;
	}
	.l-nav-list > li:last-child::after {
		position: absolute;
		content: "";
		top: 10px;
		bottom: 10px;
		right: -3.5rem;
		width: 1px;
		background: #bd3475;
	}
	.l-nav-list > li > a {
		padding: 8px 5px;
		text-align: center;
		display: block;
		border-bottom: 1px solid transparent;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.l-nav-list > li > a:hover {
		border-bottom: 1px solid #12292f;
	}
}


@media all and (max-width: 767px) {
	body.is-open .l-header__logo {
		left: 32px;
	}
	body.is-open .l-nav-list2 {
		padding: 60px 30px 0;
	}
	.cat-title {
		margin-top: 30px;
	}
	.l-nav-list2 {
		font-size: 1.3rem;
	}
	.l-nav-list2 a {
		position: relative;
		padding: 14px 10px;
		display: block;
		line-height: 1;
		text-decoration: none;
		border-bottom: 1px solid #e1e4e5;
		background: url(../img/ico_nav-sp.png) calc(100% - 5px) center/8px no-repeat;
	}
}
@media all and (max-width: 767px) {
	body.is-fixed .l-header__name {
		background: rgba(255, 255, 255, 0.8);
		height: 60px;
		width: 100%;
	}
}
@media all and (min-width: 768px) {
	body.is-fixed .l-header__wrap {
		background: rgba(255, 255, 255, 0.8);
	}
}
/* .l-nav-overlay
================================================ */
.l-nav-overlay {
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 10;
}
@media all and (min-width: 768px) {
	.l-nav-overlay {
		display: none !important;
	}
}

/* 
.l-footer
================================================ */
.l-footer {
	border-top: 5px solid #fff;
	position: relative;
	background: #f3f3f3;
}
.l-footer a {
	text-decoration: none;
	color: #12292f;
}
.l-footer__copyright {
	letter-spacing: 0.05em;
}
.l-footer-content__logo a img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.l-footer-content__logo a:hover img {
	opacity: 0.7;
}

.l-footer-content__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}
.l-footer-content__wrap li a {
	display: inline-block;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.l-footer-content__wrap li a:hover {
	border-bottom: 1px solid #12292f;
}

.l-footer__copyright {
	margin-top: 5px;
	font-size: 1.2rem;
	text-align: right;
}

@media all and (max-width: 767px) {
	.l-footer__inner {
		padding: 2em 0;
	}
	.l-footer-content__wrap {
		align-items: end;
	}
}
@media all and (min-width: 768px) {
	.l-footer {
		padding: 60px 0;
	}
	.l-footer-content__logo {
		margin-bottom: 65px;
	}
	.l-footer__copyright {
		font-size: 1.4rem;
	}
	.l-footer .l-footer__nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		gap: 45px;
	}
	.l-footer .l-footer__nav li {
		margin-bottom: 20px;
	}
	.l-footer .l-footer__nav-list1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 30px;
	}
}


/* pc <--> sp
-------------------------------------- */
.u-media-query {
	display: none;
	font-family: "sp";
}
@media all and (min-width: 768px) {
	.u-media-query {
		font-family: "pc";
	}
}

@media all and (max-width: 767px) {
	.u-view-pc {
		display: none !important;
	}
}

@media all and (min-width: 768px) {
	.u-view-sp {
		display: none !important;
	}
}

/* text
-------------------------------------- */
.u-uppercase {
	text-transform: uppercase;
}

/* link
-------------------------------------- */
@media all and (min-width: 768px) {
	a.u-alpha {
		display: block;
		text-decoration: none;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	a.u-alpha:hover {
		opacity: 0.7;
	}
}
a.u-zoom {
	display: block;
	text-decoration: none;
}
a.u-zoom .u-zoom__img {
	display: block;
}
a.u-zoom .u-zoom__img-wrap {
	display: block;
	overflow: hidden;
}
@media all and (min-width: 768px) {
	a.u-zoom .u-zoom__img {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	a.u-zoom:hover .u-zoom__img {
		-webkit-transform: scale(1.1);
						transform: scale(1.1);
	}
}

/* layout
-------------------------------------- */
.u-inner {
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

@media all and (min-width: 768px) {
	.u-inner {
		width: 1040px;
		max-width: 100%;
		margin: auto;
	}
	.u-inner.w1000 {
		width: 1000px;
	}
}

.u-font-en {
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

#contents {
	padding-top: 230px;
}

.l-header__name {
	margin: auto;
	width: 94%;
	max-width: 940px;
}
@media all and (min-width: 768px) {
	.l-header__name {
	padding: 30px 0 25px;
	}
}

@media all and (max-width: 767px) {
	.l-header__logo {
		position: absolute;
		top: 15px;
		left: calc(50% - 100px);
		width: 200px;
		z-index: 999999;
	}
}


* + .btn01 {
	margin-top: 1em;
}
.btn01 {
	display: flex;
	justify-content: end;
	white-space: nowrap;
}
.btn01 a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	font-size: 1.4rem;
	letter-spacing: 0;
	color: #333;
	background: #d4e7ef;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn02 {
	margin: 0.5em 0;
	display: table;
	white-space: nowrap;
}
.btn02 a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	font-size: 1.4rem;
	letter-spacing: 0;
	color: #cc0066;
	background: #fff;
	border: 1px solid #cc0066 !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn02 a:hover {
	background: #ffe7ed;
}

.wrap01 {
	position: relative;
	padding-left: 25px;
}
.wrap01::before {
	position: absolute;
	content: "";
	top: 5px;
	bottom: 0px;
	left: 0;
	width: 12px;
	background: #d4e7ef;
}
.head01{
	margin-bottom: 0.4em;
	font-size: 2.4rem;
	font-weight: 400;
}
.c-article .title {
	color: #cc3333;
}
.c-article dt {
	display: flex;
	gap: 2em;
}
.c-article dd {
	margin-top: 0.5em;
	padding-left: 2em;
	line-height: 1.9;
}
.c-article dd a {
	color: #cc0066;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 1px solid transparent;
}
.c-article dd a:hover {
	border-bottom: 1px solid #cc0066;
}

.c-article + .c-article {
	margin-top: 2em;
}

	.home-about__txt {
		font-size: 1.6rem;
	}

.home-about__wrap {
	padding: 2em 0;
}
.home-about__head {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 400;
	border-bottom: 5px solid #d4e7ef;
}
.home-lead {
	padding-bottom: 60px;
	font-size: 2.8rem;
	line-height: 1.4;
	color: #bd3475;
	text-align: center;
}
.home-about {
	background: #fff url(../img/about_bg01.webp) bottom center/auto no-repeat;
}

.home-about__img img {
	max-width: 320px;
}
.btn01 a:hover {
	color: #333;
	background: #fad6e5;
}

.home-topics {
	padding: 2em 0;
	background: #fff7f9;
}

.home-info {
	padding: 50px 0;
	background: #fff;
}
.home-guide {
	padding: 50px 0 70px;
	background: #fff7f9;
}
.home-guide__wrap.wrap01::before {
	top: 7px;
	bottom: 7px;
}


@media all and (min-width: 768px) {
	.u-viiew-sp {
		display: none;
	}
	.home-about__wrap {
		padding: 60px 0;
		display: flex;
		gap: 6%;
	}
	.home-about__text {
		width: 51%;
	}
	.home-about__head {
		padding-left: 80px;
		font-size: 2.4rem;
	}
	.home-about__txt {
		padding: 10px 0 0 80px;
		font-size: 2rem;
	}
	.home-about__img {
		width: 43%;
	}
	.home-topics {
		padding: 50px 0;
	}
	.home-topics__wrap {
		display: flex;
		align-items: end;
		gap: 5em;
	}

	.wrap01 {
		padding-left: 50px;
	}
	.wrap01::before {
		width: 17px;
	}
	.btn01 a {
		padding: 5px 15px;
		font-size: 1.6rem;
	}
.home-guide__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
}

@media all and (max-width: 767px) {
	body {
		background: url(../img/bg.webp) top center/auto 250px no-repeat;
	}
	.home-lead {
		padding-bottom: 60px;
		font-size: 2rem;
	}
	#contents {
		padding-top: 100px;
	}
	.u-viiew-pc {
		display: none;
	}
	.home-about {
		background: #fff url(../img/about_bg01.webp) bottom center/auto 50% no-repeat;
	}
	.home-about__img img {
		display: block;
		width: 250px;
		margin: 1em auto 0;
	}
}


/* 下層 */

.bg-w {
	padding: 2em 0;
	background: #fff;
}
.bg-p {
	padding: 2em 0;
	background: #fff7f9;
}

.headline01 {
	position: relative;
	margin-bottom: 1em;
	font-size: 3rem;
	font-weight: 500;
	color: #cf2e8a;
	text-align: center;
}
.headline01::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #cf2e8a;
}
.table01 {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.table01 tr:nth-child(2n - 1) {
	background: #fff;
}
.table01 tr:nth-child(2n) {
	background: #f3f3f3;
}
.table01 th {
	text-align: left;
}
.table01 {
	width: auto;
	margin: auto;
}
.table02 {
	width: auto;
	margin: 0 auto 2em;
}
.table01 th,
.table01 td {
	padding: 0.5em 1em 0.5em 2em;
	font-weight: 400;
	line-height: 1.4;
}
.table01 td {
	padding: 0.5em 2em 0.5em 1em;
}
.table01 th {
	white-space: nowrap;
}



.table03 {
	border-bottom: 1px solid #ddd;
}
.table03 tr {
	border-top: 1px solid #ddd;
}
.table03 th {
	font-weight: 600;
	text-align: left;
}
.table03 th,
.table03 td {
	padding: 0.5em 1em;
	line-height: 1.4;
}
.table03 {
	width: auto;
}

.about-intro__name {
	display: flex;
	gap: 2em;
	margin-bottom: 1em;
}
.about-intro__name h3 {
	font-weight: 600;
}
.about-intro__wrap + .about-intro__wrap {
	margin-top: 3em;
}
.about-vision__text p {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}


@media all and (min-width: 768px) {
	.bg-w,
	.bg-p {
		padding: 50px 0;
	}
	.flex {
		display: flex;
	}
	.flex.is-reverse .img {
		order: 1;
	}
	.flex.is-reverse .text {
		order: 2;
	}
	.about-vision__wrap {
		align-items: center;
		gap: 5%;
	}
	.about-vision__text {
		width: 55%;
	}
	.about-vision__text p {
		font-size: 2.4rem;
	}
	.about-vision__img {
		width: 40%;
	}
	.about-greeting__head,
	.about-intro__head,
	.about-summary__head {
		width: 480px;
		margin: 0 auto 1em;
	}
	.headline01.is-short {
		width: 480px;
		margin: 0 auto 1em;
	}


	.about-mission__wrap {
		align-items: center;
		gap: 5%;
	}
	.about-mission__text {
		width: 55%;
	}
	.about-mission__text p {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.about-mission__text p + p {
		margin-top: 1em;
	}
	.about-mission__img {
		width: 40%;
	}
	.about-greeting__txt {
		width: 80%;
		margin: auto;
	}
	.about-intro__wrap {
		gap: 5%;
	}
	.about-intro__wrap .text {
		width: 70%;
	}
	.contact-lead__wrap {
		display: flex;
		justify-content: center;
		gap: 1em;
	}
	.contact-about01 {
		gap: 1em;
		width: 80%;
		margin: 1em auto 0;
		line-height: 1.4;
	}
	.contact-about01 dt {
		margin: auto;
		font-weight: 600;
		line-height: 1.4;
		white-space: nowrap;
	}
	.contact-about01 dd {
		margin: auto;
		line-height: 1.4;
	}
}


@media all and (max-width: 767px) {
	.flex .img {
		margin-top: 1em;
	}
	.headline01 {
		font-size: 2.3rem;
	}
	.headline01::after {
		height: 2px;
	}
	.about-vision__img,
	.about-mission__img {
		width: 80%;
		max-width: 250px;
		margin: auto;
	}
	.about-intro__img {
		width: 70%;
		max-width: 200px;
		margin: auto;
	}
}


/* フォーム */
.w90 {
	width: 9em !important;
}
.w100per {
	width: 100% !important;
}
.w110 {
	width: 11em !important;
}
.w150 {
	width: 15em !important;
}
.contact-form th,
.contact-form td {
	padding-top: 1em;
	padding-bottom: 1em;
}
.contact-form select {
	margin: 0.5em 0;
}
.contact-form select,
.contact-form input[type="text"] {
	background: #fff;
	padding: 0.2em;
	font-size: 16px;
	box-sizing: border-box;
}
.contact-form .flex {
	align-items: center;
}
.contact-form .flex span {
	padding-left: 0.3em;
	padding-right: 0.4em;
}
.contact-form textarea {
	background: #fff;
	padding: 0.2em;
	height: 5em;
	font-size: 16px;
	box-sizing: border-box;
}
.required {
	padding-left: 0.5em;
	color: #cf2e8a;
	font-weight: 600;
}

.contact-form th {
	font-weight: 600;
}
.contact-form input[type=submit],
.contact-form input[type=button],
.contact-form button {
	margin: 1em auto 0;
	width: 200px;
	color: #fff;
	background: #cf2e8a;
	padding: 0.3em;
	font-size: 20px;
	box-sizing: border-box;
}

.contact-form input[type=button] {
	font-size: 16px;
}
.contact-form input[type=submit] {
	color: #fff;
	background: #cf2e8a;
	border: 3px solid #cf2e8a;
}

@media all and (max-width: 767px) {

	.contact-form th,
	.contact-form td {
		padding: 0.5em;
		display: block;
	}
	.contact-form th {
		padding: 0.5em 0.5em 0;
	}
	.contact-form .flex {
		display: flex;
		align-items: center;
	}
	.contact-form .flex span{
		white-space: nowrap;
	}
	.w110 {
		width: 7em !important;
	}
}

.event-detail {
	margin-bottom: 3em;
	gap: 2em;
}
.event-detail h2{
	margin: 0 0 0.3em;
	font-size: 1.5em;
	line-height: 1.4;
	font-weight: 600;
}
.event-detail .img p + p{
	margin-top: 1em;
}
@media all and (min-width: 768px) {
	.event-detail .img {
		min-width: 300px;
	}
}