@charset "UTF-8";
@font-face {
	font-family: "KTEGAKI";
	src: url(../font/KTEGAKI.ttf);
}

html {
	width: 100%;
	scroll-behavior: smooth;
}

body {
	width: 100%;
	font-family: "游ゴシック", "ヒラギノ角 ProN", "メイリオ", "ＭＳ Ｐゴシック",
		sans-serif;
	color: #111111;
	font-size: 1rem;
	background-color: #fef6fd;
	margin: 0;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

h1 {
	font-size: 1.5rem;
	font-family: "KTEGAKI", sans-serif;
	position: relative;
	display: inline-block;
	padding: 0 25px;
}

h1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-index: -1;
}

h2 {
	font-size: 1.2rem;
	padding: 0.25em 0.5em; /*上下 左右の余白*/
	background: transparent; /*背景透明に*/
	border-left: solid 5px #001657; /*左線*/
}

h3 {
	font-size: 1.1rem;
	position: relative;
	margin-left: 15px;
	padding-left: 25px;
}

h3:before {
	position: absolute;
	content: "";
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #f8bf00;
}
h3:after {
	position: absolute;
	content: "";
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px #f8bf00;
}

.nav {
	background-color: #f46490;
	color: white;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	position: fixed;
	top: 15px;
	z-index: 2;
}

.nav-item {
	display: inline-block;
	height: 60px;
	padding-top: 18px;
	margin-right: 60px;
}

.nav-item:last-child {
	margin-right: 0;
}

.nav-link,
.nav-link:link,
.nav-link:visited,
.nav-link:active,
.submenu-link,
.submenu-link:link,
.submenu-link:visited,
.submenu-link:active {
	display: block;
	position: relative;
	font-size: 14px;
	letter-spacing: 1px;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

.nav-link,
.nav-link:link,
.nav-link:visited,
.nav-link:active {
	font-size: 1rem;
	color: white;
	font-weight: bold;
}

.nav-link::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background: #f8bf00;
	opacity: 0;
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-link:hover::before,
.nav-link:hover::before {
	opacity: 1;
	-webkit-transform: translate(0, 5px);
	transform: translate(0, 5px);
}

.nav-link span:hover {
	opacity: 0.8;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.num {
	list-style-type: decimal;
	padding: 10px, 0;
}

.f-b {
	font-weight: 600;
}

.rose {
	color: #bc2c6c;
}

.biko {
	font-size: 0.9em;
	color: #8086a2;
	margin-left: 5px;
}

.waku-white {
	padding: 7px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.waku-orange {
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d1d3e2;
	background-color: #ffd782;
}

.waku-blue {
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d1d3e2;
	background-color: #91dbff;
}

.waku-pink {
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d1d3e2;
	background-color: #ffb5da;
}

.waku {
	padding: 10px 0;
}

.waku1 {
	padding: 10px;
	margin: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: white;
}

.ma-l3 {
	margin-left: 30px;
}

.ma-l5 {
	margin-left: 50px;
}

.ma-lr20 {
	margin: 0 20px;
}

.ma-c40 {
	text-align: center;
	margin: 40px;
}

.pa-ud10 li {
	padding: 10px 0;
}

.text-cen {
	text-align: center;
}

.text-rig {
	text-align: right;
}

.text-lf {
	text-align: left;
}

.vertical {
	writing-mode: vertical-lr;
}

.textbox-l {
	position: absolute;
	top: 60px;
	left: 0;
}

.textbox-l p {
	font-size: 4rem;
	color: #5d8cba;
}

.textbox-c {
	width: 75px;
	margin: 0 auto;
}

.flex-b {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.animate.appear {
	opacity: 1;
	transform: none;
}

header {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 9999;
}

.hed-photo {
	width: 100%;
	height: 80px;
	position: relative;
	background-color: #f46490;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hed-photo p {
	font-family: "KTEGAKI", sans-serif;
	margin: 0;
	z-index: 1;
}

.title {
	color: white;
	margin: 0;
	padding: 5px;
	color: white;
	font-weight: bold; /*太字に*/
	font-size: 2em; /*サイズ2倍*/
}

.title a {
	color: white;
	position: relative;
	text-decoration: none;
	z-index: 99;
}

.title a:hover {
	opacity: 0.8;
}

.logo {
	position: absolute;
	top: 10px;
	left: 5%;
	width: 60px;
}

.haikei {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 300px;
	bottom: 0;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/* その場で */
.fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeInAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

#content {
	margin: 100px auto;
}

section {
	margin: 20px 0;
}

.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.container-other {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
}

.construction {
	font-size: 1.8em;
}

.catch {
	/* position: absolute; */
	top: 0;
	font-size: 1.3em;
	text-align: center;
	margin: 0px 25px 35px 25px;
	color: #f06060;
	text-decoration: underline;
	width: 100%;
}

.is-style-whiteboard1 {
	font-family: "KTEGAKI", sans-serif;
	position: relative;
	max-width: 95%;
	margin: 0 auto 2em;
	padding: 2em 1.5em;
	border: 10px solid transparent;
	border-radius: 4px;
	background: linear-gradient(white, white),
		linear-gradient(#ffbf7f, #ffbf7f) no-repeat 100% 100% / 30px 30px,
		linear-gradient(#ffbf7f, #ffbf7f) no-repeat 0 100% / 30px 30px,
		linear-gradient(#ffbf7f, #ffbf7f) no-repeat 100% 0 / 30px 30px,
		linear-gradient(#ffbf7f, #ffbf7f) no-repeat 0 0 / 30px 30px,
		linear-gradient(#fff7ef, #fff7ef);
	background-clip: padding-box, border-box, border-box, border-box, border-box,
		border-box;
	background-origin: border-box;
}
.is-style-whiteboard1:before,
.is-style-whiteboard1:after,
.is-style-whiteboard1 .wp-block-group__inner-container:before,
.is-style-whiteboard1 .wp-block-group__inner-container:after {
	display: inline-block;
	position: absolute;
	content: "";
}
.is-style-whiteboard1:before {
	right: 10px;
	bottom: 16px;
	width: 52px;
	height: 8px;
	border-radius: 2px 2px 0 0;
	background: #5a95f5;
}
.is-style-whiteboard1:after {
	right: 11px;
	bottom: 1px;
	width: 50px;
	height: 15px;
	border-radius: 0 0 4px 4px;
	background: #d2e2fc;
}
.is-style-whiteboard1 .wp-block-group__inner-container:before {
	right: 71px;
	bottom: 1px;
	width: 48px;
	height: 8px;
	background: linear-gradient(
		90deg,
		#ea4335 8%,
		#f2f2f2 8%,
		#f2f2f2 70%,
		#ea4335 70%
	);
}
.is-style-whiteboard1 .wp-block-group__inner-container:after {
	right: 98px;
	bottom: 9px;
	width: 48px;
	height: 8px;
	background: linear-gradient(
		90deg,
		#333 8%,
		#f2f2f2 calc(8% + 1px),
		#f2f2f2 70%,
		#333 calc(70% + 1px)
	);
	transform: rotate(-20deg);
}

.box {
	width: 350px;
	margin: 1em;
	padding: 1.5em; /*ボックス内側余白*/
	position: relative; /*配置(ここを基準に)*/
}

.box:hover {
	transition: 0.3s;
	box-shadow: 5px 3px 3px #cccccc;
}

.back-c {
	background-color: #fef6fd; /*ボックス背景色*/
}

.box .box-title {
	background-image: repeating-linear-gradient(
		-45deg,
		white 0,
		white 3px,
		#fdf5e6 3px,
		#fdf5e6 6px
	); /*ストライプ*/
	border-left: 2px dotted rgba(0, 0, 0, 0.1); /* テープのギザギザ左*/
	border-right: 2px dotted rgba(0, 0, 0, 0.1); /* テープのギザギザ右*/
	transform: rotate(-2deg); /*テープの傾き*/
	font-size: 1.4em; /*タイトル文字の大きさ*/
	padding: 10px 20px; /*タイトルの余白*/
	line-height: 1; /*タイトルの行の高さ*/
	position: absolute; /*配置(ここを動かす)*/
	top: -15px; /*上から（-10px）移動*/
	left: 20px; /*左から(20px)移動*/
}

.box .box-info {
	font-size: 1.2em;
	/* color: #a6f7d4; */
	/* color: #0094cf; */
	color: #f97667;
	font-weight: bold;
}

.box a {
	color: #111111;
}

.box a:hover {
	color: #f46490;
}

.boxa {
	width: 350px;
	margin: 1em;
	padding: 1.5em; /*ボックス内側余白*/
	position: relative; /*配置(ここを基準に)*/
	transition: all 0.5s;
}

.boxa .box-title2 {
	font-family: "KTEGAKI", sans-serif;
	background-image: repeating-linear-gradient(
		25deg,
		white 0,
		white 3px,
		#fef6fd 3px,
		#fef6fd 6px
	); /*ストライプ*/
	border-left: 2px dotted rgba(0, 0, 0, 0.1); /* テープのギザギザ左*/
	border-right: 2px dotted rgba(0, 0, 0, 0.1); /* テープのギザギザ右*/
	transform: rotate(2deg); /*テープの傾き*/
	font-size: 1.4em; /*タイトル文字の大きさ*/
	padding: 10px 20px; /*タイトルの余白*/
	line-height: 1; /*タイトルの行の高さ*/
	position: absolute; /*配置(ここを動かす)*/
	top: 0px; /*上から（-10px）移動*/
	left: 20px; /*左から(20px)移動*/
}

.box-event .box-title {
	background-image: repeating-linear-gradient(
		-45deg,
		white 0,
		white 3px,
		#fdf5e6 3px,
		#fdf5e6 6px
	); /*ストライプ*/
	border-left: 2px dotted rgba(0, 0, 0, 0.1); /* テープのギザギザ左*/
	border-right: 2px dotted rgba(0, 0, 0, 0.1); /* テープのギザギザ右*/
	transform: rotate(-2deg); /*テープの傾き*/
	font-size: 1.2em; /*タイトル文字の大きさ*/
	padding: 10px 20px; /*タイトルの余白*/
	line-height: 1; /*タイトルの行の高さ*/
	position: relative; /*配置(ここを動かす)*/
	top: -35px; /*上から（-10px）移動*/
	text-align: left;
}

.boxa:hover {
	transition: all 0.3s;
	animation-name: anim_s;
	transform: rotate(5deg);
	animation-duration: 5s;
}

.box-event {
	width: 500px;
	margin: 2em;
	padding: 1.5em; /*ボックス内側余白*/
	text-align: center;
}

.box-visiting:hover {
	transition: 0.3s;
	box-shadow: 5px 3px 3px #cccccc;
}

@keyframes anim_s {
	50% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(5deg);
	}
}

.right-deg {
	transform: rotate(3deg);
}

.left-deg {
	transform: rotate(-3deg);
}

.panel {
	width: 100%;
}

.panel-poster {
	width: 50%;
}

.news,
.event {
	width: 450px;
	margin: 10px 40px;
	padding: 20px;
	position: relative;
	background-color: white;
	font-size: 1em;
}

.visiting {
	width: 615px;
	margin: 10px 40px;
	padding: 20px;
	position: relative;
	background-color: white;
	font-size: 1em;
}

.info-content img {
	margin-top: 10px;
	width: 100%;
}

.info-title {
	color: #333333;
	font-size: 2em;
	border-bottom: 2px solid #f46490;
	font-family: "KTEGAKI", sans-serif;
}

.part {
	border-radius: 10px;
}

.part a {
	color: black;
	text-decoration: none;
}

.part a:hover {
	color: #f46490;
}

.head {
	float: left;
	width: 73px;
	height: 37px;
	margin: 0 10px;
}

.txt {
	padding: 0 0 0 100px;
	border-bottom: 1px dashed #f46490;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.event-title {
	margin: 0 10px;
	font-weight: bold;
}

.place {
	padding: 0 25px;
	border-bottom: 1px dashed #f46490;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.time {
	padding: 5px 25px;

	background-position: 10px 9px;
}

.point {
	position: relative;
	padding-left: 10px;
}

.point:before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #f46490;
}

.all_txt p {
	color: #f46490;
	text-align: right;
}

.all_txt p:hover {
	text-decoration: underline;
}

.page-header {
	position: relative;
	width: 100%;
	text-align: center;
	color: #00264e;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.page-header span {
	display: inline-block;
	background-color: #fcfcfc;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

.photo-kao {
	text-align: center;
}

.cont-table {
	min-width: 600px;
	height: 100px;
	margin: 20px auto;
	border-collapse: collapse;
	border: 1px solid #557;
}

.cont-table span {
	font-size: 1.2rem;
}

.cont-table th,
.cont-table td {
	padding: 4px;
	text-align: center;
}

.cont-table th {
	width: 200px;
	background-color: #3451a4;
	border: 1px solid #557;
	color: white;
}

.cont-table td {
	background-color: white;
	border: 1px solid #557;
	line-height: 1.4;
}

.btn,
a.btn,
button.btn {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

a.btn--circle {
	width: 140px;
	height: 140px;
	padding: 0;
	border-radius: 50%;
	color: #fff;
	background: #219ddd;
	-webkit-box-shadow: 0 7px 0 #2e4b71;
	box-shadow: 0 7px 0 #2e4b71;
}

a.btn--circle i {
	font-size: 150%;
}

.fa-position-bottom {
	position: absolute;
	bottom: 1rem;
	left: calc(50% - 0.5rem);
}

a.btn--circle:hover {
	-webkit-transform: translate(0, 4px);
	transform: translate(0, 4px);
	color: #fff;
	-webkit-box-shadow: 0 3px 0 #2e4b71;
	box-shadow: 0 3px 0 #2e4b71;
}

.meiban span {
	color: #2e4b71;
	font-size: 1.3rem;
}

.meiban-cont {
	margin-bottom: 40px;
}

.fusen {
	text-align: right;
	margin: 30px;
}

.fusen a {
	color: #111111;
	text-decoration: none;
	position: relative;
	margin-bottom: 0.2rem;
	padding: 10px 20px;
	border-left: 30px solid #ff860d;
	background-color: ghostwhite;
	font-weight: bold;
	font-size: 23px;
	z-index: 2;
	transition: 0.3s;
}

.fusen a::before {
	position: absolute;
	top: 5px;
	bottom: 10px;
	right: 1px;
	filter: blur(4px);
	z-index: -1;
}

.fusen a:hover {
	box-shadow: 5px 3px 3px #cccccc;
	content: "";
}

.jst-describe {
	display: flex;
	flex-direction: row-reverse;
	width: 80%;
	font-size: 1.2em;
	margin: 1.5em 0;
	overflow: hidden;
}

.jst-describe .faceicon {
	float: left;
	margin-right: -90px;
	width: 160px;
}

.jst-describe .faceicon img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.jst-describe .chatting {
	width: 100%;
}

.says {
	display: inline-block;
	position: relative;
	margin: 5px 0 0 105px;
	padding: 17px 13px;
	border-radius: 12px;
	border: solid 2px;
	border-color: #ffb2cc;
	line-height: 1.4em;
}

.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #ffb2cc;
}

.says p {
	margin: 0;
}

.application-form {
	flex-direction: column;
	text-align: center;
	line-height: 1.5em;
	width: 100%;
}

.application-link {
	font-size: 1.75em;
	margin-top: 0;
}

.application-deadline {
	font-size: 1.25em;
	margin-top: 0;
	margin-bottom: 0;
}

.application-capacity {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.25em;
}

.application-closed {
	margin-top: 0;
	font-size: 1.25em;
	color: red;
}

.jikken-pdf-frame {
	flex-direction: row-reverse;
	width: 550px;
	margin: 0 40px 10px 40px;
	padding: 0 20px 20px 20px;
}

.jikken-pdf-frame img {
	width: 80%;
}

.jikken-pdf-frame p {
	text-align: center;
	font-size: 1.25em;
	line-height: 1.5em;
}

.jikken-pdf {
	display: flex;
	justify-content: center;
}

.jikken-title {
	background-image: repeating-linear-gradient(
		-45deg,
		white 0,
		white 3px,
		#fdf5e6 3px,
		#fdf5e6 6px
	); /*ストライプ*/
	border-left: 2px dotted rgba(0, 0, 0, 0.1); /* テープのギザギザ左*/
	border-right: 2px dotted rgba(0, 0, 0, 0.1); /* テープのギザギザ右*/
	transform: rotate(-2deg); /*テープの傾き*/
	font-size: 1.5em; /*タイトル文字の大きさ*/
	padding: 10px 20px; /*タイトルの余白*/
	line-height: 1; /*タイトルの行の高さ*/
	position: relative; /*配置(ここを動かす)*/
	top: 10px; /*上から（-10px）移動*/
	width: 80%;
	margin: 0 auto;
}

.jikken-deadline {
	margin-bottom: 0;
}

.jikken-capacity {
	margin-top: 0;
}

.jikken-closed {
	margin-top: 0;
	color: red;
}

.btn-square-pop {
	font-size: 2.5em;
	text-align: center;
	justify-content: center;
	position: relative;
	display: flex;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #fff;
	background: #fd9535; /*背景色*/
	border-bottom: solid 2px #d27d00; /*少し濃い目の色に*/
	border-radius: 4px; /*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
		0 2px 2px rgba(0, 0, 0, 0.19);
}

.btn-square-pop:active {
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.btn-square-disabled {
	font-size: 2.5em;
	text-align: center;
	justify-content: center;
	position: relative;
	display: flex;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #fff;
	background: gray; /*背景色*/
	border-bottom: solid 2px gray; /*少し濃い目の色に*/
	border-radius: 4px; /*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
		0 2px 2px rgba(0, 0, 0, 0.19);
}

.indent-event {
	text-indent: 1em;
}

.indent-tour-title {
	padding-left: 1em;
	text-indent: -1em;
}

.indent-tour-text {
	padding-left: 1em;
	text-indent: 1em;
}

/*PCでは無効（改行しない）*/
.smartphone-br {
	display: none;
}

.mail-address {
	height: 1em;
	vertical-align: middle;
}

.no-ktegaki {
	font-family: sans-serif;
	font-size: 0.8em;
	letter-spacing: 0.2em;
}

.toggle_btn {
	text-align: right;
}

.toggle_txt_area {
	display: none;
}

.indent-event span {
	color: #008000;
}

.content-high {
	font-size: 15px;
	color: #505050;
	counter-reset: list;
	list-style-type: none;
}

.content-high li {
	position: relative;
	padding: 0 10px 0 30px;
	margin: 7px 0 7px 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	background: #dbebf8;
	border-radius: 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.content-high li:before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #fff;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
footer {
	background-color: #f46490;
	color: white;
	border-top: 3px solid #f8bf00;
	margin-top: 160px;
	width: 100%;
}

.footer-cont {
	font-size: small;
	width: 960px;
	margin: 30px auto;
}

.footer-info {
	display: table;
	width: 100%;
}

.footer-info-col {
	display: table-cell;
}

.footer-info-col:nth-child(2n) {
	vertical-align: middle;
}

.footer-logo {
	display: inline-block;
	padding: 25px 20px 18px;
	background-color: #f7f7f7;
	border-radius: 4px;
}

.footer-logo img {
	max-width: 329px;
	height: 30px;
}

.footer-table {
	border-collapse: collapse;
	border: 1px solid rgb(255, 173, 173);
}

.footer-table th,
.footer-table td {
	padding: 4px;
	text-align: center;
}

.footer-table th {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgb(255, 173, 173);
}

.footer-table td {
	border: 1px solid rgb(255, 173, 173);
	line-height: 1.4;
}

.copyright {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px;
	text-align: center;
	font-size: 0.75rem;
}

#to_top {
	position: fixed;
	bottom: 20px;
	right: 40px;
	opacity: 0;
	transition: opacity 0.3s;
}

#to_top.scrolled {
	opacity: 1;
}

#to_top i {
	font-size: 50px;
	color: rgb(255, 173, 173);
}

@media screen and (max-width: 1259px) {
	.box-event {
		width: 350px;
		margin: 1em;
		padding: 1em; /*ボックス内側余白*/
	}
}

@media screen and (max-width: 959px) {
	#wrapper {
		overflow: hidden;
	}

	.logo {
		left: 0;
	}

	.title {
		width: 100%;
		font-size: 2rem;
	}

	.nav {
		width: 100%;
	}

	.nav-item {
		margin-right: 0;
	}

	#content {
		width: 100%;
		padding: 0 15px;
	}

	section {
		margin-top: -30px;
		padding-top: 30px;
	}

	.box {
		margin: 1em;
		padding: 0.5em;
	}

	.box-event {
		width: 300px;
	}

	.news,
	.event {
		width: 95%;
		margin: 10px 0px;
	}

	.radius1 {
		width: 80%;
	}

	.photo-kao img {
		width: 30%;
	}

	.flex-b {
		display: unset;
	}

	.cont-table {
		min-width: 100%;
	}

	.cont-table th {
		width: unset;
	}

	.waku1 {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.waku ol {
		padding-left: 15px;
	}

	footer {
		box-sizing: border-box;
		margin-top: 0;
	}

	.footer-cont {
		width: 100%;
	}

	.footer-info {
		display: grid;
	}

	.footer-info-col {
		display: contents;
	}

	.footer-logo,
	.footer-table {
		margin: 10px auto;
		width: 280px;
	}

	.footer-logo img {
		vertical-align: bottom;
		max-width: 100%;
		height: auto;
	}

	#to_top {
		z-index: 3;
	}

	.application-link a::before {
		content: "\A";
		white-space: pre;
	}
}

@media screen and (max-width: 599px) {
	.logo {
		width: 40px;
		top: 15px;
		left: 5px;
	}

	.title {
		width: 100%;
		font-size: 1.3rem;
		padding-top: 18px;
	}

	.container {
		margin-top: 120px;
	}

	.box .box-title {
		font-size: 1em;
	}

	.box .box-title2 {
		top: -20px;
	}

	.textbox-l p {
		font-size: 3rem;
	}

	.photo-kao img {
		width: 80%;
	}

	.box {
		margin: 0.7em;
		padding: 0.5em;
	}

	.box .box-title {
		padding: 10px;
	}

	.boxa {
		margin: 0.7em;
		padding: 0.5em;
	}

	.boxa .box-title2 {
		padding: 5px;
		top: -30px;
	}

	.box-event {
		margin: 1em;
		padding: 0.5em;
	}

	.box-event .box-title {
		padding: 10px;
		top: -20px;
	}

	.fusen {
		margin: 15px 0px;
	}

	.head {
		float: none;
		height: auto;
	}

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

	.jst-describe {
		display: block;
		width: 95%;
		font-size: 1.1em;
	}

	.says {
		margin: 0;
	}

	.info-title {
		font-size: 1.5em;
	}

	.application-link {
		font-size: 1.25em;
		margin-top: 0;
	}

	.application-deadline,
	.application-capacity,
	.application-closed {
		font-size: 1.1em;
	}

	.jikken-deadline {
		font-size: 1.1em;
		margin-top: 0;
	}

	.jikken-pdf-frame {
		margin: 0 0 10px 0;
		padding: 0 0 20px 0;
	}

	.jikken-pdf-frame p {
		font-size: 1.1em;
	}

	.btn-square-pop,
	.btn-square-disabled {
		font-size: 2em;
		margin-bottom: 1em;
	}

	.smartphone-br {
		display: block;
	}
}

@media all and (-ms-high-contrast: none) {
	.animate {
		opacity: 1;
		transform: none;
	}
}
