/*!
Theme Name: osaka_hangul
Theme URI: http://underscores.me/
Author: Crossroad.Inc
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: osaka_hangul
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

osaka_hangul is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@charset "utf-8";
:root{
  --fontawesome:"Font Awesome 6 Free";
	--txtcol:#3C1E00;
	--red:#B02A41;
	--pink:#EB6563;
	--gold1:#D39B02;
	--gold2:#E0B404;
	--blgr:#3F999E;
	--paleye:#F8EB96;
	--palegr:#D5E48C;
	--palepi:#FAE9E4;
	--linegr:#06C755;
	--noto:"Noto Sans JP",sans-serif;
	--mincho:"Shippori Mincho", serif;
	--tblborder:#a9c47d;
	--tblborder2:#a6e0e3;
}
html{
	-webkit-text-size-adjust: 100%;
}
body{
	margin:0;
	background:#FDFCF4;
}
main{
	display: block;
}
hr{
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre{
	font-family: monospace, monospace;
	font-size: 1em;
}
a{
	background-color: transparent;
	transition:all .3s;
}
abbr[title]{
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted;
}
b,strong{
	font-weight: bolder;
}
code,kbd,samp{
	font-family:monospace, monospace;
	font-size:1em;
}
small{
	font-size: 80%;
}
sub,sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub{
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img{
	height:auto;
	max-width:100%;
	border-style:none;
}
.imgarea{
	text-align:center;
	margin-bottom:1rem;
}
button,input,optgroup,select,textarea{
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,input{
	overflow: visible;
}
button,select{
	text-transform: none;
}
button,[type="button"],[type="reset"],[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend{
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"]{
	-webkit-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details{
	display: block;
}
summary{
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display:none;
}
*,*::before,*::after {
	box-sizing: inherit;
}
html{
	box-sizing:border-box;
}
body,p,a,button,input,select,optgroup,textarea{
	color:var(--txtcol);
	font-family:var(--mincho);
	font-size:16px;
	line-height:1.7;
}
h1,h2,h3,h4,h5,h6{
	clear:both;
	margin:0;
}
p{
	margin: 0;
}
dfn,cite,em,i{
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,kbd,tt,var{
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,ins{
	background: #fff9c0;
	text-decoration: none;
}
big{
	font-size: 125%;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,ol{
	padding-inline-start:20px;
	margin-bottom:0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom:1.5em;
}
embed,iframe,object {
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
    border-collapse: collapse;
}
/* Links
------------------*/
a {
	text-decoration: none;
	color: #4169e1;
}
a:focus, a:hover {
	text-decoration: none;
}
/* Forms
-------------------*/
button,input[type="button"],input[type="reset"],input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}

/* Navigation
---------------------------*/
.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul{
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index:100;
}
.main-navigation ul li.menu-item-has-children:hover>ul,.main-navigation ul li.focus>ul{
	display:block;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.main-navigation ul ul a {
	width: 100%;
	padding:10px 5px;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin:0 auto;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.gmap-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom:100%;
}
.gmap-wrap iframe, .gmap-wrap object, .gmap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
a.tellink {
  transition: all .3s;
}
.entry-body img {
  display: inline;
}
.wp-block-image img {
	object-fit: contain;
}
.entry-body a {
	transition: all .3s;
}
.entry-body a:hover {
	text-decoration: underline;
	opacity: 0.8;
}
.tb-inline,.tb-inline-block,.tb-block,.tb-flex,.pc-inline,.pc-block,.pc-flex{
  display: none!important;
}
@media(min-width:768px){
  .tb-inline {
    display: inline!important;
  }
	.tb-inline-block{
		display:inline-block!important;
	}
  .tb-block {
    display: block!important;
  }
  .tb-flex {
    display: flex!important;
  }
}
@media(min-width:992px){
  .pc-inline {
    display: inline!important;
  }
  .pc-block {
    display: block!important;
  }
  .pc-flex {
    display: flex!important;
  }
}
@media(min-width:768px){
  .gmap-wrap {
    padding-bottom:75%;
  }
  a.tellink {
    pointer-events: none;
  }
}
@media(min-width:992px){
  .gmap-wrap {
    padding-bottom:56.25%;
  }
}
/* title,font
_____________________________*/
h1{
  font-size:24px;
}
h2{
  font-size:22px;
  margin-bottom:20px;
}
h3{
  font-size:20px;
  margin-bottom:20px;
}
h4{
  font-size:18px;
  margin-bottom:15px;
}
.jp_han_ttl{
	margin-bottom:30px;
}
.jp_han_ttl img{
	display:block;
	margin:0 auto 5px;
	height:20px;
	width:100%;
	object-fit:contain;
}
.jp_han_ttl h2{
	text-align:center;
	margin-bottom:0;
	font-size:24px;
}
.ttlblo{
	position:relative;
}
.ttlblo.blo1{
	padding-left:26px;
}
.ttlblo.blo2{
	padding-left:31px;
}
.ttlblo::before{
	display:block;
	content:'';
	position:absolute;
	left:0;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ttlblo.blo1::before{
	top:-3px;
	background-image:url(./img/blossom1.png);
	width:22px;
	height:33px;
}
.ttlblo.blo2::before{
	top:5px;
	background-image:url(./img/blossom2.png);
	width:26px;
	height:24px;
}
@media(min-width:768px){
	h1{
		font-size:26px;
	}
	h2{
		font-size:24px;
	}
	h3{
		font-size:22px;
	}
	h4{
		font-size:20px;
	}
	.jp_han_ttl img{
		height:24px;
	}
	.jp_han_ttl h2{
		font-size:28px;
	}
}
@media(min-width:992px){
	h1{
		font-size:28px;
	}
	h2{
		font-size:26px;
	}
	h3{
		font-size:24px;
	}
	.jp_han_ttl h2{
		font-size:30px;
	}
}
.entry-header{
	display:flex;
	width:100%;
	height:150px;
	align-items:center;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	background:#fff;
}
.entry-header:before,.entry-header:after{
	content:'';
	width:100%;
	height:16%;
	position:absolute;
	left:0;
	background:url(./img/rainbowbar.png)repeat-x center center/contain;
}
.entry-header:before{
	top:0;
}
.entry-header:after{
	bottom:0;
}
.entry-header .container{
	position:relative;
}
.entry-ttl{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	position:relative;
}
.entry-ttl .en{
	display:none;
}
.entry-ttl .jp{
	font-size:24px;
	margin-bottom:0;
	font-weight:bold;
	line-height:1.6;
	color:var(--red);
}
.entry-ttl::after{
	content:'';
	display:block;
	width:100%;
	height:18px;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.pgheader-404 .entry-ttl::after{
	background-image:url(./img/hangul/notfound_r.png);
}
.courses-pgheader .entry-ttl::after{
	background-image:url(./img/hangul/course-information_red.png);
}
.price-pgheader .entry-ttl::after{
	background-image:url(./img/hangul/price_r.png);
}
.post-pgheader .entry-ttl::after{
	background-image:url(./img/hangul/information_r.png);
}
.faq-pgheader .entry-ttl::after{
	background-image:url(./img/hangul/faq_r.png);
}
.access-pgheader .entry-ttl::after{
	background-image:url(./img/hangul/access_r.png);
}
.lecturer-introduction-pgheader .entry-ttl::after{
	background-image:url(./img/hangul/prof_r.png);
}
.contact-pgheader .entry-ttl::after{
	background-image:url(./img/hangul/inquiry_r.png);
}
.privacy-policy-pgheader .entry-ttl::after{
	background-image:url(./img/hangul/privacy_r.png);
}
.translation-service-pgheader .entry-ttl::after{
	background-image:url(./img/hangul/translation-service_r.png);
}
.cooking-class-pgheader .entry-ttl::after{
	background-image:url(./img/hangul/cookingclass_r.png);
}
.voices-pgheader .entry-ttl::after{
	background-image:url(./img/hangul/voices_r.png);
}
@media(min-width:768px){
	.entry-header{
		height:200px;
	}
	.entry-header .container {
		margin-left:auto;
	}
	.entry-ttl .jp{
		font-size:36px;
	}
	.entry-ttl::after{
		height:22px;
	}
}
@media(min-width:992px){
	.entry-header{
		height:250px;
	}
	.entry-ttl::after{
		height:24px;
	}
}
/* #404 page */
.notfound-siteContent .site-main p {
	margin-bottom:2rem;
}
/* #header */
.site-header,.header-contents{
	height:55px;
}
.header-contents{
	position:relative;
	background:#fff;
}
.scrolled .header-contents{
	position: fixed;
	width:100%;
	z-index:2;
	background:#fff;
	top:0;
	left:0;
	box-shadow:0 1px 10px rgba(0,0,0,0.2);
}
.header_fst{
	height:55px;
}
.header_fst .container{
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.site-title{
	margin:0;
	max-height:100%;
}
.site-title span{
	font-size:30px;
	font-weight:bold;
}
.custom-logo-link img{
	max-width:100%;
	object-fit:contain;
}
.header_fst .custom-logo-link img{
	height:40px;
	width:auto;
}
#mobile-button {
	position:fixed;
	top: 5px;
	right: 10px;
	width: 45px;
	height: 45px;
	z-index: 5;
	background: rgba(255,255,255,0);
	cursor: pointer;
	border: none;
}
#mobile-button span{
	margin-left:auto;
	margin-right:auto;
	display: block;
	position:absolute;
	right:50%;
	width:32px;
	height:2px;
	background-color:#523518;
	transition: all 0.5s;
	border-radius:4px;
}
#mobile-button span:nth-child(1){
	top:9px;
	-webkit-transform:translateX(50%);
	transform:translateX(50%);
}
#mobile-button span:nth-child(2) {
	top:50%;
	-webkit-transform:translate(50%,-50%);
	transform:translate(50%,-50%);
}
#mobile-button span:nth-child(3) {
	top:33px;
	-webkit-transform:translateX(50%);
	transform:translateX(50%);
}
.scrolled #mobile-button {
	position:fixed;
}
.open #mobile-button{
	background-color:var(--red);
}
.open #mobile-button span:nth-child(1){
	background-color:#fff;
	-webkit-transform:translate(50%,14px) rotate(-135deg);
	transform:translate(50%,14px) rotate(-135deg);
}
.open #mobile-button span:nth-child(2) {
	opacity: 0;
}
.open #mobile-button span:nth-child(3) {
	background-color:#fff;
	-webkit-transform:translate(50%,-10px) rotate(135deg);
	transform:translate(50%,-10px) rotate(135deg);
}
#mobile-menu{
	display:block;
	background-color:#fff;
	position:fixed;
	top:0;
	left:-110%;
	width:100%;
	height:100vh;
	transition:all 0.5s;
	padding:50px 20px 40px;
	z-index:3;
}
.open #mobile-menu{
	left:0;
}
#mobile-menu li {
	list-style-type: none;
	border-bottom:1px solid rgba(60, 30, 0, 0.3);
}
#mobile-menu li a {
	display: block;
	padding:13px 10px;
	color:var(--txtcol);
}
.site-mobile-menu{
	padding-left:0;
}
.site-mobile-menu>li>a::after {
	content: attr(data-desc);
  font-size:14px;
  display: block;
}
#site-navigation {
	display: none;
}
.ctabtns a{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:10px;
	font-weight:700;
}
.ctabtns a.linelink{
	background:var(--linegr);
	color:#fff;
	border:2px solid var(--linegr);
}
.ctabtns a.linelink img{
	width:32px;
	margin-right:10px;
	object-fit:contain;
}
.ctabtns a.maillink{
	border:2px solid var(--gold2);
	color:var(--gold1);
}
.ctabtns a.maillink i{
	font-size:120%;
	margin-right:5px;
}
.ctabtns a.linelink:hover{
	background:#fff;
	color:var(--linegr);
}
.ctabtns a.maillink:hover{
	background:var(--gold1);
	color:#fff;
}
.mob_cta{
	margin-top:15px;
}
.mob_cta a.linelink{
	margin-bottom:10px;
}
.anchor{
	scroll-margin-top:calc(var(--header-height, 80px) + 20px);
}
@media(min-width:600px){
	.mob_cta{
		display:flex;
		justify-content:space-between;
	}
	.mob_cta a{
		width:49%;
	}
	.mob_cta a.linelink{
		margin-bottom:0;
	}
}
@media(min-width:768px){
	.header_fst .container{
		justify-content:space-between;
	}
	.site-title{
		width:fit-content;
	}
	.hd_tel{
		align-items:center;
	}
	.hd_tel .telnum{
		display:flex;
		align-items:center;
		font-size:24px;
		font-weight:700;
		margin-right:10px;
		font-family:var(--noto);
	}
	.hd_tel .telnum i{
		font-size:80%;
		margin-right:5px;
	}
	.teltime{
		font-size:14px;
	}
}
@media(min-width:992px){
	#mobile-menu,#mobile-button {
		display: none;
	}
	.header_fst .custom-logo-link img{
		height:45px;
	}
	.site-header,.header-contents{
		height:100px;
	}
	#site-navigation {
		width:100%;
		height:50px;
		display: block;
	}
	.menu-globalmenu-container{
		height:50px;
		display:flex;
		align-items:center;
	}
	#pc-nav {
		width:100%;
		display: flex;
		align-items: center;
		justify-content:center;
	}
	#pc-nav>li {
		text-align: center;
		margin-right:10px;
	}
	#pc-nav>li:last-child{
		margin-right:0;
	}
	#pc-nav>li>a {
		display: block;
		padding:5px 10px;
		color:var(--txtcol);
		font-weight:500;
		font-size:16px;
	}
	#pc-nav>li>a:hover{
		opacity:0.8;
		background:var(--paleye);
	}
	.hd_cta{
		width:400px;
		justify-content:space-between;
	}
	.hd_cta>a{
		width:49%;
		height:40px;
	}
}
body.no-sidebar #sidebar{
  display: none;
}
.notfound-siteContent .entry-content{
  padding-top:40px;
  padding-bottom:40px;
}
#breadcrumb {
	padding:10px 0;
}
#breadcrumb ul {
	display: flex;
	padding-inline-start: 15px;
	flex-wrap: wrap;
}
#breadcrumb ul li{
	list-style-type: none;
	padding:0 10px;
	position:relative;
}
#breadcrumb a, #breadcrumb ul li,#breadcrumb ul li:after{
  font-size: 13px;
  line-height:1.3;
}
#breadcrumb ul li:after {
	content:'>';
	position:absolute;
	right:-6px;
	top:0;
}
#breadcrumb ul li:last-child::after {
	display: none;
}
#breadcrumb a {
	color:#404040;
}
.page-section {
	padding:40px 0;
}
@media(min-width:768px){
	#breadcrumb ul {
		padding-inline-start: 40px;
	}
}
.fade-in,.load-in {
	opacity:0;
	transition-duration:0.7s;
	transition-property:opacity, transform;
}
.fade-in.fade-in-up,.load-in.fade-in-up {
  -webkit-transform: translate(0,30px);
  transform: translate(0,30px);
}
.fade-in.fade-in-down,.load-in.fade-in-down{
  -webkit-transform: translate(0,-30px);
  transform: translate(0,-30px);
}
.fade-in.fade-in-left,.load-in.fade-in-left{
  -webkit-transform: translate(30px,0);
  transform: translate(30px,0);
}
.fade-in.fade-in-right,.load-in.fade-in-right{
  -webkit-transform: translate(-30px,0);
  transform: translate(-30px,0);
}
.scroll-in {
	opacity: 1!important;
  -webkit-transform: translate(0,0)!important;
  transform: translate(0,0)!important;
}
.singlehead {
	padding-bottom:2rem;
}
.pagination {
	justify-content: center;
}
.nav-links{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.nav-links span,.nav-links a{
	display:flex;
	padding:5px;
	margin:0 5px;
	text-align:center;
	font-weight:bold;
	justify-content:center;
	align-items:center;
	width:36px;
	aspect-ratio:1/1;
	font-family:var(--noto);
}
.nav-links a{
	color:#fff;
	background:var(--gold1);
	text-decoration:none;
}
.nav-links span,.nav-links a:hover {
	background:var(--paleye);
	color:var(--gold1);
}
.nav-links a.next,.nav-links a.prev{
	background:transparent;
	color:var(--gold1);
	font-weight:700;
	width:fit-content;
	aspect-ratio:unset;
}
.nav-links a.next:hover,.nav-links a.prev:hover{
	-webkit-filter:opacity(0.8);
	filter:opacity(0.8);
}
/* #squarebtn */
.squarebtn{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:12px;
	position:relative;
	text-align:center;
	font-size:16px;
	font-weight:600;
}
.squarebtn .spansmall{
	font-size:90%;
}
.squarebtn>div{
	position:absolute;
	width:8px;
	height:8px;
	transition:all .3s;
}
.squarebtn>div:nth-child(1){
	top:0;
	left:0;
}
.squarebtn>div:nth-child(2){
	top:0;
	right:0;
}
.squarebtn>div:nth-child(3){
	bottom:0;
	left:0;
}
.squarebtn>div:nth-child(4){
	bottom:0;
	right:0;
}
.squarebtn.bgtr{
	background:rgba(255,255,255,0);
}
.squarebtn.bgred{
	background:var(--red);
}
.squarebtn.bgwh{
	background:#fff;
}
.squarebtn.bglinecolor{
	background:var(--linegr);
}
.squarebtn.borderye{
	color:var(--gold1);
	border:1px solid var(--gold2);
}
.squarebtn.borderye>div{
	background:var(--gold2);
}
.squarebtn.borderwh{
	border:1px solid #fff;
	color:#fff;
}
.squarebtn.borderwh>div{
	background:#fff;
}
.squarebtn.borderwh>div:nth-child(1){
	top:1px;
	left:1px;
}
.squarebtn.borderwh>div:nth-child(2){
	top:1px;
	right:1px;
}
.squarebtn.borderwh>div:nth-child(3){
	bottom:1px;
	left:1px;
}
.squarebtn.borderwh>div:nth-child(4){
	bottom:1px;
	right:1px;
}
.squarebtn.bordergreen{
	border:1px solid var(--blgr);
	color:var(--blgr);
}
.squarebtn.bordergreen>div{
	background:var(--blgr);
}
.squarebtn.borderred{
	border:1px solid var(--red);
	color:var(--red);
}
.squarebtn.borderred>div{
	background:var(--red);
}
.squarebtn.borderpink{
	border:1px solid var(--pink);
}
.squarebtn.borderpink>div{
	background:var(--pink);
}
/*---- #top page ----*/
/* loading animation */
.topload{
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 1;
  visibility: visible;
  transition: opacity 1.6s cubic-bezier(.4,0,.2,1), visibility 1.6s linear;
  will-change: opacity;
}
.topload img{
  max-width: min(40vw, 120px);
  width: 100%;
  height: auto;
  opacity: 0;
}

@keyframes gentleBlink{
  0%   { opacity: 0; }
  20%  { opacity: 1; }
  55%  { opacity: 0.9; }
  80%  { opacity: 1; }
  100% { opacity: 0; }
}
.topload img.blink{
  animation: gentleBlink 2.4s ease-in-out 0s 2 forwards;
}
.topload.hide{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .topload img.blink{ animation: none; opacity: 1; }
}

/* #hero_sec */
.hero_sec{
	padding:0;
	overflow:hidden;
	position:relative;
}
.hero_sec .container{
	padding-top:40px;
	padding-bottom:70px;
}
.stripebar{
	height:25px;
	width:100%;
	background:url(./img/rainbowbar.png)repeat-x center center/contain;
}
.stripebar.bar_btm{
	position:relative;
}
.hero-sliderWrap{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	max-width:700px;
}
.hero_bg_ye{
	position:absolute;
	top:3%;
	left:-8%;
	transition-duration:1.2s;
}
.hero-slider .swiper-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-slider .swiper-slide{
  position:relative;
  width:100%;
  z-index:1;
	opacity:0;
  transition: opacity 1.5s ease;
}
.hero-slider .picture,.hero-slider img{
	width:100%;
	object-fit:contain;
}
.hero-slider .swiper-slide-active{
	opacity:1;
  z-index:2;
}
.heroabs{
	position:absolute;
	object-fit:contain;
	display:block;
	-webkit-transform:scale(0);
	transform:scale(0);
	transition:all .2s ease-in-out;
}
.heroabs.flag{
	top: 0;
	left: 5%;
	width: 16%;
	transition-delay:1s;
	-webkit-transform:rotate(-17deg) scale(0);
	transform:rotate(-17deg) scale(0);
}
.heroabs.tower{
	top:-7%;
	left:55%;
	width:15%;
	transition-delay:1.1s;
}
.heroabs.kimchi{
	top:38%;
	left:-4%;
	width:16%;
	transition-delay:1.2s;
	-webkit-transform:rotate(6deg) scale(0);
	transform:rotate(6deg) scale(0);
}
.heroabs.chima{
	bottom: 4%;
	left: 76%;
	width: 16%;
	transition-delay:1.3s;
}
.heroabs.annyon{
	top: 15%;
	left: 78%;
	width: 18%;
	transition-delay:1.4s;
	-webkit-transform: rotate(-10deg) scale(0);
	transform: rotate(-10deg) scale(0);
}
.heroabs.appear{
	-webkit-transform:scale(1);
	transform:scale(1);
}
.heroabs.flag.appear{
	-webkit-transform:rotate(-17deg) scale(1);
	transform:rotate(-17deg) scale(1);
}
.heroabs.kimchi.appear{
	-webkit-transform:rotate(6deg) scale(1);
	transform:rotate(6deg) scale(1);
}
.heroabs.annyon.appear{
	-webkit-transform:rotate(-10deg) scale(1);
	transform:rotate(-10deg) scale(1);
}
.hero-cWrap{
	position:relative;
	margin-top:40px;
}
.hero-cWrap .catch{
	width:fit-content;
	margin:0 auto;
}
.hero_bg_pi{
	position:absolute;
	display:block;
	top:-20px;
	left:0;
	width:100%;
	height:auto;
	z-index:-1;
	object-fit:contain;
}
.hero-cWrap>div{
	position:relative;
}
.hero-cWrap .c_main{
	font-size:28px;
	font-weight:600;
	line-height:1.8;
	margin-bottom:20px;
	color:var(--red);
}
.hero-cWrap .c_sub{
	font-weight:500;
	line-height:2;
}
.courselineup{
	text-align:center;
	margin-top:34px;
}
.courselineup img{
	width:300px;
	object-fit:contain;
}
.heroabs2{
	position:absolute;
	bottom:25px;
	object-fit:contain;
	display:block;
	transition:all .2s ease-in-out;
	-webkit-transform:translateY(110%);
	transform:translateY(110%);
}
.heroabs2.tourism1{
	left:8%;
	height:70px;
	transition-delay:1.5s;
}
.heroabs2.tourism2{
	right:9%;
	height:35px;
	transition-delay:1.6s;
}
.heroabs2.appear{
	-webkit-transform:translateY(0);
	transform:translateY(0);
}
/* #about_sec */
.about_sec{
	padding-bottom:10px;
}
.about_sec .about_1,.about_sec .about_1 p{
	position:relative;
}
.about_sec .about_1{
	margin-bottom:60px;
}
.blossom{
	position:absolute;
	object-fit:contain;
}
.blossom.b1{
	top:-30px;
	left:10%;
	width:20px;
}
.blossom.b2{
	top: -18px;
	right:2%;
	width: 25px;
}
.blossom.b3{
	bottom:-40px;
	right:20%;
	width:20px;
}
.blossom.b4{
	bottom:-24px;
	left:1%;
	width:25px;
}
.ul_about{
	padding-left:0;
	list-style:none;
}
.ul_about li{
	margin-bottom:2rem;
}
.ul_about .imgarea{
	display:flex;
	justify-content:center;
	align-items:center;
}
.ul_about .imgarea img{
	object-fit:contain;
	width:250px;
}
.ul_about h3{
	font-size:17px;
	text-align:center;
	color:var(--red);
	margin-bottom:5px;
}
.ul_about p{
	font-size:15px;
	text-align:center;
}
/* #top_course_sec */
.courselinks{
	padding-left:0;
	list-style:none;
}
.courselinks li{
	margin-bottom:15px;
}
.courselinks li.c1 .squarebtn{
	font-size:15px;
	padding-top:8px;
	padding-bottom:8px;
}
.courselinks li.c2 .squarebtn{
	padding-top:15px;
	padding-bottom:15px;
}
.courselinks li.c1 .squarebtn:hover{
	background:#fadee3;
}
.courselinks li.c2 .squarebtn:hover{
	background:#f65d76;
}
/* #voice_prof_sec */
.voice_prof_sec{
	padding:0 0 20px;
}
.voice_prof_sec .inr{
	margin-bottom:20px;
}
.voice_prof_sec a{
	display:block;
	padding:15px;
	position:relative;
}
.voice_prof_sec a::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:all .3s;
}
.voice_prof_sec .voice a::before{
	background:var(--palegr);
	border-radius:29% 71% 64% 36% / 45% 37% 63% 55%;
}
.voice_prof_sec .prof a::before{
	background:var(--paleye);
	border-radius:64% 36% 68% 32% / 45% 56% 44% 55%;
}
.voice_prof_sec a img,.voice_prof_sec a h2,.voice_prof_sec a p,.voice_prof_sec a span{
	position:relative;
}
.voice_prof_sec a img{
	display:block;
	width:110px;
	height:110px;
	object-fit:contain;
	margin:0 auto 5px;
	-webkit-filter:drop-shadow(0 3px 3px rgba(0,0,0,0.2));
	filter:drop-shadow(0 3px 3px rgba(0,0,0,0.2));
}
.voice_prof_sec a h2{
	font-size:20px;
	line-height:1.5;
	margin-bottom:10px;
	color:var(--txtcol);
}
.voice_prof_sec a span{
	padding-right:1rem;
	padding-bottom:3px;
	color:#5b4228;
	font-size:14px;
	display:table;
	margin-left:auto;
	margin-top:7px;
	border-bottom:1px solid #83613e;
}
.voice_prof_sec a span::after{
	content:'';
	position: absolute;
	bottom:2px;
	right:0;
	width:10px;
	height:1px;
	background:#83613e;
	-webkit-transform:rotate(30deg);
	transform:rotate(30deg);
}
.voice_prof_sec .voice a:hover:before{
	background:#f0ffa3;
}
.voice_prof_sec .prof a:hover:before{
	background:#fff3a7;
}
/* #trial_sec */
.trial_sec{
	position:relative;
	overflow:hidden;
	background:#f67674;
	padding:60px 0;
}
.trialbg{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	object-fit:contain;
	opacity:0.55;
}
.trial_sec .container{
	position:relative;
}
.h2ribbon{
	font-size:20px;
	display:table;
	margin:0 auto 30px;
	max-width:calc(100% - 56px);
	padding:10px 20px;
	line-height:1.5;
	background:#fff;
	position:relative;
	text-align:center;
}
.h2ribbon::before,.h2ribbon::after{
	content:'';
	position:absolute;
	bottom:-10px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	width:40px;
	height:42px;
}
.h2ribbon::before{
	background-image:url(./img/top/ribbon1.png);
	left:-26px;
}
.h2ribbon::after{
	background-image:url(./img/top/ribbon2.png);
	right:-26px;
}
.h2ribbon br{
	display:none;
}
.trial_sec p{
	color:#fff;
	margin-bottom:30px;
	text-shadow:0 3px 10px #de4e4b;
}
.trial_sec .squarebtn{
	max-width:300px;
	padding:15px;
	margin:0 auto;
	font-weight:500;
}
.trial_sec .squarebtn:hover{
	border-color:#fff;
	color:#fff;
	background:#f65d76;
}
.trial_sec .squarebtn:hover>div{
	background:#fff;
}
/* #ctt_sec */
.ctt_sec{
	padding-bottom:20px;
}
.cttFlx>div{
	margin-bottom:20px;
}
.cttFlx h3{
	line-height:1.5;
	font-size:19px;
}
.cttFlx .squarebtn.bookklesson,.cttFlx .squarebtn.tellink{
	flex-direction:column;
	padding:20px;
	font-family:var(--noto);
}
.cttFlx .bookklesson h3{
	margin-bottom:20px;
	font-weight:600;
}
.cttFlx .bookklesson img{
	object-fit:contain;
	width:100px;
}
.cttFlx .tellink{
	text-align:center;
}
.cttFlx .tellink h3{
	color:var(--txtcol);
	margin-bottom:6px;
	text-align:center;
}
.cttFlx .p_tel1{
	display:flex;
	justify-content:center;
	align-items:center;
	color:var(--blgr);
	font-family:var(--noto);
	font-weight:700;
	font-size:28px;
	margin-bottom:8px;
}
.cttFlx .p_tel1 i{
	font-size:80%;
	margin-right:5px;
}
.cttFlx .p_tel2{
	text-align:center;
	color:var(--txtcol);
	margin-bottom:5px;
}
.cttFlx .p_tel3{
	color:#444;
	font-size:14px;
	font-weight:400;
}
.cttFlx .squarebtn.bookklesson:hover,.cttFlx .squarebtn.tellink:hover{
	background:#e4fafb;
}
.cttFlx .linelink,.cttFlx .maillink{
	font-size:17px;
	font-family:var(--noto);
}
.cttFlx .linelink{
	margin-bottom:20px;
}
.cttFlx .linelink img{
	width:36px;
	object-fit:contain;
	margin-right:12px;
}
.cttFlx .linelink:hover{
	background:#fff;
	border-color:var(--linegr);
	color:var(--linegr);
}
.cttFlx .linelink:hover>div{
	background:#fff;
}
.cttFlx .maillink i{
	font-size:120%;
	margin-right:7px;
}
.cttFlx .maillink:hover{
	background:var(--gold1);
	color:#fff;
	border-color:#fff;
}
.cttFlx .maillink:hover>div{
	background:#fff;
}
/* #top_info_sec */
.top_info_sec{
	position:relative;
	overflow:hidden;
	padding-bottom:70px;
}
.infoimg{
	display:block;
	position:absolute;
	bottom:0;
	right:5%;
	width:100px;
	object-fit:contain;
	-webkit-transform:translate(0,110%);
	transform:translate(0,110%);
	transition:all .2s ease-in-out;
	transition-delay:1s;
}
.ul_info{
	padding-left:0;
	max-width:930px;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
}
.ul_info li{
	padding:13px 5px;
	border-bottom:1px solid #ccc;
}
.ul_info time{
	font-family:var(--noto);
	color:#666;
	display:block;
	font-size:15px;
	margin-bottom:5px;
}
.ul_info .txt>h3{
	font-size:16px;
	line-height:1.5;
	margin-bottom:3px;
}
.ul_info .txt>p{
	font-size:15px;
}
.ul_info .txt .infocontent p a{
	color:var(--red);
	font-size:15px;
}
.top_info_sec .squarebtn{
	margin:40px auto 0;
	max-width:300px;
}
.top_info_sec .squarebtn:hover{
	background:var(--gold1);
	color:#fff;
	border:1px solid #fff;
}
.top_info_sec .squarebtn:hover>div{
	background:#fff;
}
.post-siteContent .ul_info{
	margin-bottom:40px;
}
@media(max-width:399px){
	.h2ribbon{
		padding:10px;
		width:calc(100% - 56px);
	}
	.h2ribbon br{
		display:inline;
	}
}
@media(min-width:500px){
	/* #hero_sec */
	.heroabs2.tourism1{
		left:2%;
		height:100px;
	}
	.heroabs2.tourism2{
		right:4%;
		height:50px;
	}
	/* #about_sec */
	.ul_about{
		display:flex;
		flex-wrap:wrap;
	}
	.ul_about li{
		width:50%;
		padding:0 1%;
	}
	/* #voice_prof_sec */
	.voice_prof_sec .inr{
		padding-top:20px;
	}
	.voice_prof_sec a p{
		padding-right:80px;
	}
	.voice_prof_sec a img{
		position:absolute;
		top:0;
		right:0;
		margin-bottom:0;
	}
}
@media(min-width:500px) and (max-width:767px){
	.hero_bg_pi{
    top:-50px;
    width:500px;
    height:350px;
    object-fit:fill;
	}
}
@media(min-width:768px){
	/* #hero_sec */
	.hero_sec .container{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-around;
		align-items:center;
		padding-bottom:50px;
	}
	.hero-sliderWrap{
		width:55%;
	}
	.hero-cWrap{
		margin-top:0;
		width:45%;
	}
	.hero_bg_pi{
    top: -40px;
    left: -20px;
    width: 110%;
    max-width: 110%;
	}
	.heroabs2.tourism1{
		left:5%;
	}
	/* #about_sec */
	.about_sec{
		padding:50px 0 10px;
	}
	.blossom.b1{
    top:-40px;
    width:25px;
	}
	.blossom.b2{
    width:35px;
	}
	.blossom.b3{
    width:25px;
	}
	.blossom.b4{
    width:35px;
	}
	/* #top_course_sec */
	.courselinks{
		display:flex;
		flex-wrap:wrap;
	}
	.courselinks li{
		padding:0 0.5%;
	}
	.courselinks li.c1{
		width:calc(100% / 3);
	}
	.courselinks li.c2{
		width:50%;
	}
	.courselinks li .squarebtn{
		height:100%;
	}
	/* #voice_prof_sec */
	.voice_prof_sec .container{
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	.voice_prof_sec .inr{
		width:48%;
	}
	/* #trial_sec */
	.h2ribbon{
		font-size:26px;
	}
	.trial_sec p{
		text-align:center;
	}
	/* #ctt_sec */
	.cttFlx{
		display:flex;
		flex-wrap:wrap;
	}
	.cttFlx>div{
		width:50%;
		padding:0 1%;
	}
	.cttFlx .squarebtn{
		height:100%;
	}
	/* #top_info_sec */
	.top_info_sec{
		padding-bottom:40px;
	}
	.ul_info li{
		display:flex;
	}
	.ul_info time{
		width:120px;
		text-align:center;
	}
	.ul_info .txt{
		width:calc(100% - 120px);
		padding-right:25px;
	}
}
@media(min-width:768px) and (max-width:991px){
	.squarebtn .spansmall{
		display:block;
	}
	.cttFlx .linelink {
    margin-bottom:0;
	}
	.cttFlx>div:last-child{
		width:100%;
		display:flex;
		justify-content:space-between;
	}
	.cttFlx>div:last-child a{
		width:49%;
	}
}
@media(min-width:992px){
	/* #hero_sec */
	.hero-cWrap .c_main{
		font-size:40px;
	}
	.hero-cWrap .c_sub{
		font-size:20px;
	}
	.courselineup img{
    width:360px;
	}
	.heroabs.tower{
		top:-5%;
		width:13%;
	}
	.heroabs.kimchi{
		left:-8%;
		width:14%;
	}
	.heroabs2.tourism1{
		height:120px;
	}
	.heroabs2.tourism2{
		height:76px;
	}
	/* #about_sec */
	.about_sec .about_1 p{
		text-align:center;
	}
	.blossom.b1,.blossom.b3{
    width:35px;
	}
	.blossom.b2,.blossom.b4{
    width:45px;
	}
	.blossom.b3{
		right:12%;
	}
	.ul_about li{
		width:25%;
	}
	.ul_about h3{
		font-weight:700;
	}
	/* #top_course_sec */
	.courselinks li.c1 .squarebtn{
		padding-top:12px;
		padding-bottom:12px;
	}
	.courselinks li.c1 .squarebtn:focus{
		background:#fadee3;
	}
	.courselinks li.c2 .squarebtn:focus{
		background:#f65d76;
	}
	.courselinks .squarebtn{
		letter-spacing:1px;
	}
	/* #voice_prof_sec */
	.voice_prof_sec .voice a:focus:before{
		background:#f0ffa3;
	}
	.voice_prof_sec .prof a:focus:before{
		background:#fff3a7;
	}
	/* #trial_sec */
	.h2ribbon{
		font-size:28px;
		padding:10px 30px;
	}
	.h2ribbon::before, .h2ribbon::after{
		width:50px;
		height:51px;
	}
	.h2ribbon::before{
		left:-32px;
	}
	.h2ribbon::after{
		right:-32px;
	}
	.trial_sec p{
		font-size:18px;
		font-weight:500;
	}
	.trial_sec .squarebtn{
		font-size:18px;
	}
	.trial_sec .squarebtn:focus{
		border-color:#fff;
		color:#fff;
		background:#f65d76;
	}
	.trial_sec .squarebtn:focus>div{
		background:#fff;
	}
	/* #ctt_sec */
	.cttFlx .linelink,.cttFlx .maillink{
		letter-spacing:1px;
		font-size:17px;
		font-weight:600;
	}
	.cttFlx .linelink:focus{
		background:#fff;
		border-color:var(--linegr);
		color:var(--linegr);
	}
	.cttFlx .linelink:focus>div{
		background:#fff;
	}
	.cttFlx .maillink:focus{
		background:var(--gold1);
		color:#fff;
		border-color:#fff;
	}
	.cttFlx .maillink:focus>div{
		background:#fff;
	}
	.cttFlx .squarebtn.bookklesson:focus,.cttFlx .squarebtn.tellink:focus{
		background:#e4fafb;
	}
	.cttFlx>div,.cttFlx>div:last-child{
		width:calc(100% / 3);
	}
	.cttFlx>div:last-child .squarebtn{
		height:fit-content;
		padding-top:20px;
		padding-bottom:20px;
	}
	/* #top_info_sec */
	.infoimg{
		width:150px;
	}
	.ul_info time{
		width:180px;
	}
	.ul_info .txt{
		width:calc(100% - 180px);
	}
}
@media(min-width:1200px){
	/* #about_sec */
	.blossom.b1{
		left:13%;
	}
	.blossom.b2{
		right:9%;
	}
	.blossom.b3{
		right:15%;
	}
	.blossom.b4{
		left:6%;
	}
	/* #voice_prof_sec */
	.voice_prof_sec a{
		padding-left:20px;
		padding-right:90px;
	}
	.voice_prof_sec a p{
		padding-right:0;
	}
	/* #ctt_sec */
	.cttFlx .p_tel1{
		letter-spacing:1px;
	} 
}
/*---- #course page ----*/
/* csfst_sec */
.csfst_sec,.csfst_sec .container{
	position:relative;
}
.csfst_sec .maru2{
	position:absolute;
	width:57%;
	object-fit:contain;
	top:-10px;
	right:0;
}
.csfst_sec h2{
	line-height:1.8;
	font-weight:600;
}
.csfst_sec .colred{
	color:var(--red);
}
.csfst_sec h3{
	font-size:18px;
}
.csfst_sec ul{
	padding-left:0;
	list-style:none;
	margin-bottom:0;
}
.csfst_sec ul li{
	position:relative;
	margin-bottom:10px;
	padding-left:22px;
	font-size:15px;
	font-weight:600;
}
.csfst_sec ul li::before{
	content:'';
	position:absolute;
	top:6px;
	left:0;
	width:15px;
	height:15px;
	border-radius:50%;
	background:var(--palegr);
}
/* #csfe_sec */
.csfe_sec h3{
	line-height:1.6;
	font-weight:600;
	font-size:17px;
	text-indent:-23px;
	padding-left:23px;
}
.csfe_sec h3 .num{
	color:var(--gold1);
	font-weight:700;
	margin-right:7px;
	font-size:120%;
}
.beforeradio{
	font-size:13px;
	color:#555;
	margin-bottom:10px;
	font-family:var(--noto);
}
.ul_radioWrap{
	overflow:hidden;
}
.ul_radio{
  list-style:none;
	padding-left:0;
	display:flex;
	max-width:100%;
	overflow-x:scroll;
}
.ul_radio li{
  position:relative;
	width:fit-content;
	margin-right:2px;
}
.ul_radio li:last-child{
	margin-right:0;
}
.ul_radio input[type="radio"]{
  opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.ul_radio label{
	white-space:nowrap;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	padding:10px 30px;
	border:1px solid var(--blgr);
	border-bottom:none;
	border-radius:12px 12px 0 0;
	color:#fff;
	background:var(--blgr);
	font-weight:700;
	font-size:15px;
	font-family:var(--noto);
	transition:all 0.2s;
	cursor:pointer;
	margin-bottom:0;
}
.ul_radio label img{
	width:30px;
	object-fit:contain;
	margin-left:6px;
	transition:all .2s;
}
.ul_radio.ul_age li:nth-child(1) label{
	border-color:#59CBD2;
	background:#59CBD2;
}
.ul_radio.ul_age li:nth-child(2) label,.ul_radio.ul_room li:nth-child(1) label{
	border-color:#4DB4BA;
	background:#4DB4BA;
}
.ul_desc.ul_age{
	margin-bottom:50px;
}
.ul_desc{
	list-style:none;
	padding-left:0;
}
.ul_desc li{
	display:none;
}
.ul_desc>.squarebtn>div.inr{
	width:100%;
	height:auto;
	background:rgba(255,255,255,0);
	position:relative;
	text-align:left;
}
.ul_desc .inr .closebtn{
	position:absolute;
	top:0;
	right:0;
	border-radius:0;
	border:0;
	background:rgba(255,255,255,0);
	padding:0;
}
.ul_desc .inr .closebtn img{
	width:32px;
	height:auto;
	object-fit:contain;
}
.ul_desc .inr .closebtn:hover{
	opacity:0.8;
}
.ul_radio input[type="radio"]:hover + label{
	-webkit-filter:brightness(1.1);
  filter:brightness(1.1);
}
.ul_radio input[type="radio"]:checked + label {
  background:#fff;
  color:var(--blgr);
}
.ul_radio input[type="radio"]:checked + label img{
	opacity:0;
}
.ul_desc .stu img{
	width:140px;
	height:120px;
	object-fit:contain;
}
.ul_desc .ttlblo{
	line-height:1.7;
	font-weight:700;
}
.ul_desc .squarebtn p{
	font-weight:400;
}
.ul_desc .txtarea p{
	margin-bottom:1rem;
}
.ul_desc .txtarea p:last-child{
	margin-bottom:0;
}
.jukuosakalink img{
	width:220px;
	object-fit:contain;
}
.jukuosakalink a:hover{
	opacity:0.8;
}
.ul_desc .jukuosakalink{
	margin-bottom:30px;
}
.ul_desc .txtarea h5{
	font-size:17px;
	font-weight:600;
	line-height:1.6;
	margin-bottom:10px;
}
.ul_desc.ul_age .age3 .txtarea p{
	margin-bottom:20px;
}
.ul_desc h5,.ul_desc p{
	font-family:var(--noto);
}
/* #cs_sec */
.cs_sec{
	background:#FBF7DA;
}
.beforecsWrap{
	margin-bottom:40px;
}
.csWrap{
	margin-bottom:50px;
}
.csWrap.pair{
	margin-bottom:0;
}
.csWrap h3{
	padding:10px 20px;
	font-family:var(--noto);
	color:#fff;
	font-weight:700;
	background:#9ECD02;
	border-radius:15px 15px 0 0;
	margin-bottom:0;
	line-height:1.6;
}
.cs_sec .imgarea img{
	width:140px;
	height:120px;
	object-fit:contain;
}
.cstxt{
	padding:1rem;
	background:#fff;
	font-family:var(--noto);
}
.cstxt p,.cstxt a{
	font-family:var(--noto);
}
.cstxt .lsttl{
	margin-top:30px;
	margin-bottom:10px;
	font-weight:600;
}
.cstxt>ul{
	padding-left:0;
	list-style:none;
}
.cstxt>ul>li{
	position:relative;
	margin-bottom:5px;
	padding-left:22px;
	font-size:15px;
	font-weight:500;
}
.cstxt>ul>li::before{
	content:'';
	position:absolute;
	top:6px;
	left:0;
	width:15px;
	height:15px;
	border-radius:50%;
	background:#F8EB96;
}
.cstxt .add{
	margin-top:1rem;
	color:#666;
	font-size:15px;
}
.cstxt .add ul{
	padding-left:20px;
}
a.feelink{
	display:block;
	width:220px;
	letter-spacing:1px;
	border-radius:10px;
	padding:10px 25px;
	text-align:center;
	margin:20px 0;
	color:#fff;
	font-weight:700;
	background:#F8918F;
}
.feelink:hover{
	opacity:0.8;
}
@media(min-width:400px){
	.cstxt{
		padding:20px;
	}
}
@media(min-width:500px){
	.d-500-none{
		display:none;
	}
	.ul_radio{
		overflow:initial;
	}
	.ul_desc .squarebtn{
		padding:20px;
	}
}
@media(min-width:768px){
	/* csfst_sec */
	.csfst_sec h3{
		font-size:20px;
	}
	.csfst_sec .maru2{
		width:40%;
	}
	.csfst_sec ul{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		align-items:flex-start;
	}
	.csfst_sec ul li:nth-child(odd){
		width:48%;
	}
	.csfst_sec ul li:nth-child(even){
		width:51%;
	}
	/* #csfe_sec */
	.ul_desc .inr .closebtn{
		top:-15px;
		right:-15px;
	}
	.ul_radio label{
		letter-spacing:1px;
		font-size:16px;
	}
	.csfe_sec h3{
		font-size:20px;
	}
	.beforeradio{
		font-size:14px;
	}
	.ul_desc .squarebtn{
		padding:30px;
	}
	.ul_desc .descinr{
		display:flex;
		flex-direction:row-reverse;
		justify-content:space-between;
		align-items:flex-start;
	}
	.ul_desc .imgarea{
		width:140px;
		margin-bottom:0;
	}
	.ul_desc .txtarea{
		width:calc(100% - 150px);
	}
	.ul_desc .jukuosakalink img{
		width:250px;
	}
	.room1 .imgarea.stu{
		margin-top:10px;
	}
	/* #cs_sec */
	.beforecsWrap{
		text-align:center;
	}
	.csWrap{
		margin-bottom:70px;
	}
	.cstxt{
		position:relative;
	}
	.cstxt .imgarea{
		position:absolute;
		right:30px;
		margin-bottom:0;
		top:-110px;
	}
	.pair .cstxt .imgarea{
		top:-100px;
	}
	.csWrap h3{
		padding:13px 25px;
	}
	.cstxt{
		padding:30px;
	}
	.cstxt>ul>li{
		display:inline-block;
		margin-right:40px;
	}
	.cstxt>ul>li:last-child{
		margin-right:0;
	}
}
@media(min-width:992px){
	/* csfst_sec */
	.csfst_sec{
		overflow-x:hidden;
	}
	.csfst_sec h3{
		font-size:22px;
	}
	.csfst_sec .maru2{
		width:300px;
		top:0;
	}
	/* #csfe_sec */
	.ul_desc .inr .closebtn:focus{
		opacity:0.8;
	}
	.ul_radio input[type="radio"]:focus + label{
		-webkit-filter:brightness(1.1);
		filter:brightness(1.1);
	}
	.ul_desc .inr .closebtn img{
		width:35px;
	}
	.csfe_sec h3{
		font-size:22px;
	}
	/* #cs_sec */
	.feelink:focus{
		opacity:0.8;
	}
}
@media(min-width:1200px){
	/* csfst_sec */
	.csfst_sec ul li{
		width:31%!important;
	}
}
/*---- #price page ----*/
.beforetbl{
	margin-bottom:40px;
}
.beforetbl .p1{
	font-weight:600;
	font-size:18px;
	margin-bottom:1rem;
}
.beforetbl .feefst{
	color:var(--red);
	font-weight:700;
}
.beforetbl .feefst .price{
	font-size:120%;
	margin-right:3px;
}
.beforetbl .reset{
	font-weight:400;
	font-size:16px;
}
.ul_feelink{
	margin-top:20px;
	padding-left:0;
	list-style:none;
}
.ul_feelink li{
	margin-bottom:5px;
}
.ul_feelink li a{
	color:var(--pink);
	font-family:var(--noto);
	font-weight:500;
	border-bottom:1px solid var(--pink);
}
.ul_feelink li a:hover{
	opacity:0.8;
	border-color:rgba(255,255,255,0);
}
.feeWrap{
	margin-bottom:50px;
}
.feeWrap:last-of-type{
	margin-bottom:0;
}
.feeWrap h3{
	font-weight:600;
	line-height:1.5;
	padding:10px 20px;
	background:#8fba01;
	color:#fff;
	border-radius:10px;
	font-family:var(--noto);
}
.feeWrap.one h3{
	background:var(--blgr);
}
.feeWrap ul{
	list-style:none;
	padding-left:0;
	margin-bottom:1rem;
}
.feeWrap ul li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 22px;
	font-size: 16px;
	font-weight: 600;
	color:#558a01;
	font-family:var(--noto);
}
.feeWrap.one ul li{
	color:#328489;
}
.feeWrap ul li::before{
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--palegr);
}
.feeWrap.one ul li::before{
	background:#b8f8fc;
}
.feeWrap table,.tblpc{
	border:1px solid var(--tblborder);
}
.feeWrap tr,.feeWrap tr,.tblpc tr{
	border-bottom:1px solid var(--tblborder);
}
.feeWrap tbody tr:last-child,.tblpc tr:last-child{
	border-bottom:none;
}
.feeWrap table th,.feeWrap table td,.tblpc th,.tblpc td{
	padding:5px 7px;
	font-size:15px;
	font-family:var(--noto);
	color:#444;
}
.feeWrap table thead th,.tblpc thead th{
	text-align:center;
	color:#fff;
	font-weight:600;
	background:#87b000;
	border-right:1px solid #d8f9a3;
}
.feeWrap.one table thead th{
	background:var(--blgr);
	border-color:#cff8fa;
}
.feeWrap table td,.tblpc td{
	background:#fff;
	border-right:1px solid var(--tblborder);
}
.feeWrap table thead th:last-child,.feeWrap table td:last-child,.tblpc thead th:last-child{
	border-right:none;
}
.feeWrap table tr:nth-child(even) td,.tblpc td.gr{
	background:#f8f9da;
}
.feeWrap.one table,.feeWrap.one thead tr,.feeWrap.one tbody tr,.feeWrap.one table td{
	border-color:var(--tblborder2);
}
.feeWrap.one table tr:nth-child(even) td{
	background:#cff8fa;
}
.ul_priadd{
	margin-top:40px;
}
.ul_priadd li{
	font-size:15px;
	margin-bottom:5px;
	font-family:var(--noto);
}
@media(min-width:768px){
	.beforetbl .p1{
		font-size:22px;
	}
}
/*---- #information ----*/
a.bakckhome{
	color:var(--red);
	font-weight:500;
}
a.bakckhome:hover,a.bakckhome:focus{
	opacity:0.8;
}
/*---- #access page ----*/
.dl_acc{
	margin-bottom:40px;
}
.dl_acc dt{
  padding:13px 5px 10px;
	font-family:var(--noto);
}
.dl_acc dd{
	position:relative;
  padding:0 5px 13px;
	margin-bottom:0;
	border-bottom:2px dotted var(--gold2);
	font-family:var(--noto);
}
.dl_acc dt:first-of-type{
	border-top:2px dotted var(--gold2);
}
.dl_acc .telnum a{
	color:var(--red);
	font-weight:600;
	font-size:110%;
	font-family:var(--noto);
}
.dl_acc .teladd{
	font-size:14px;
	color:#555;
}
.dl_acc .telnum a:hover{
	opacity:0.8;
}
.dl_acc ul{
	padding-left:20px;
}
.dl_acc ul li{
	margin-bottom:5px;
}
.acc_sec .imgarea{
	margin-bottom:0;
}
.acc_sec .imgarea img{
	width:100%;
	object-fit:contain;
}
@media(min-width:600px){
  .dl_acc{
    display:flex;
    flex-wrap:wrap;
  }
  .dl_acc dt{
    padding:15px 10px;
    width:25%;
    border-bottom:2px dotted var(--gold2);
  }
  .dl_acc dd{
    width:75%;
    padding:15px 10px;
		padding-left:15px;
  }
  .dl_acc dd:first-of-type{
    border-top:2px dotted var(--gold2);
  }
}
@media(min-width:768px){
	.dl_acc .telnum a{
		font-size:16px;
		color:var(--txtcol);
		font-weight:inherit;
		cursor:text;
	}
}
@media(min-width:992px){
	.acc_sec .container{
		display:flex;
		justify-content:space-between;
		align-items:flex-start;
	}
	.dl_acc{
		width:52%;
		margin-bottom:0;
	}
	.acc_sec .imgarea{
		width:46%;
	}
}
@media(min-width:1200px){
  .dl_acc dt,.dl_acc dd{
    padding-top:1rem;
    padding-bottom:1rem;
  }
}
/*---- #voices page ----*/
.ul_voices{
	padding-left:0;
	margin-bottom:40px;
	list-style:none;
}
.ul_voices>li{
	padding:1rem;
	margin-bottom:20px;
	border-radius:10px;
	background:#fff;
	border:2px solid #e6e3ca;
}
.ul_voices .ttl_thum{
	display:flex;
	align-items:center;
	margin-bottom:20px;
}
.ttl_thum .v_thumb{
	width:40px;
	height:40px;
	margin-right:10px;
}
.ttl_thum h2{
	width:fit-content;
	max-width:calc(100% - 50px);
	font-size:17px;
	font-weight:700;
	line-height:1.7;
	margin-bottom:0;
}
.ttl_thum .v_thumb img{
	width:100%;
	height:100%;
	border-radius:50%;
	object-fit:cover;
}
.ul_voices .entry-body,.ul_voices .entry-body p,.ul_voices .entry-body a{
	font-family:var(--noto);
}
@media(min-width:400px){
	.ul_voices>li{
		padding:20px;
	}
}
@media(min-width:768px){
	.ul_voices>li{
		padding:30px;
		margin-bottom:30px;
	}
}
/*---- #faq page ----*/
.dl_faq{
	max-width:900px;
	margin:0 auto 40px;
}
.dl_faq dt{
	margin-bottom:5px;
	border-bottom:2px dotted var(--gold2);
}
.dl_faq .dlbtn{
	padding:13px 27px 13px 5px;
	border:none;
	border-radius:0;
	background:rgba(255,255,255,0);
	width:100%;
	display:block;
	text-align:left;
	position:relative;
	line-height:1.7;
	transition: all .3s;
	font-weight:700;
}
.dl_faq .dlbtn:hover{
	opacity:0.8;
}
.dl_faq .dlbtn::before,.dl_faq .dlbtn::after{
	content:'';
	position:absolute;
	transition:all .2s;
	border-radius:50px;
	width:15px;
	height:2px;
	background:#D39B02;
}
.dl_faq .dlbtn::before{
	top:50%;
	right:5px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.dl_faq .dlbtn::after{
	top:calc(50% - 1px);
	right:6px;
	-webkit-transform:rotate(90deg) translateY(-50%);
	transform:rotate(90deg) translateY(-50%);
}
.dl_faq .dlbtn.ddopen::before{
	opacity:0;
}
.dl_faq .dlbtn.ddopen::after{
	-webkit-transform:rotate(0deg) translateY(-50%);
	transform:rotate(0deg) translateY(-50%);
}
.dl_faq dd{
	display:none;
	padding:1rem;
	background:#fff;
	border-radius:15px;
}
.dl_faq dd>span{
	font-weight:600;
	color:var(--gold1);
}
@media(min-width:400px){
	.dl_faq dd{
		padding:20px;
	}
}
@media(min-width:768px){
	.dl_faq dd{
		padding-left:38px;
		position:relative;
	}
	.dl_faq dd>span{
		position:absolute;
		top:20px;
		left:20px;
	}
	.dl_faq .dlbtn{
		padding:13px 42px 13px 20px;
	}
	.dl_faq .dlbtn::before{
		right:20px;
	}
	.dl_faq .dlbtn::after{
		right:21px;
	}
}
/*---- #profile page ----*/
.profFlx{
	margin-bottom:50px;
}
.p_msg_main{
	font-size:20px;
	font-weight:700;
	margin-bottom:2rem;
}
.squarebtn.prof{
	text-align:left;
	padding:1rem;
	font-weight:400;
}
.squarebtn>div.profinr{
	position:static;
	width:100%;
	height:auto;
	background:rgba(255,255,255,0);
}
.profimg img{
	display:inline-block;
	object-fit:contain;
	width:100%;
}
.profname{
	font-size:22px;
	margin:20px 0;
	font-weight:700;
	text-align:left;
}
.profname span{
	font-size:16px;
}
.profinr ul{
	padding-left:0;
	list-style:none;
	margin-bottom:30px;
}
.profinr ul li{
	padding-left:22px;
	margin-bottom:10px;
	position:relative;
}
.profinr ul li::before{
	content: '';
	position: absolute;
	top:7px;
	left:0;
	width:15px;
	height:15px;
	border-radius:50%;
	background:var(--palepi);
}
.profinr .ul2{
	margin-top:30px;
}
.profinr h3{
	font-size:16px;
	font-weight:700;
	margin-bottom:7px;
	margin-top:30px;
}
.prof_sec .msg p{
	margin-bottom:1rem;
	line-height:1.9;
}
.prof_sec .msg p:last-child{
	margin-bottom:0;
}
@media(min-width:400px){
	.squarebtn.prof{
		padding:20px;
	}
}
@media(min-width:600px){
	.profinr ul .br1{
		display:none;
	}
}
@media(min-width:768px){
	.squarebtn.prof{
		padding:30px;
	}
	.p_msg_main{
		font-size:28px;
	}
	.profname{
		font-size:24px;
	}
	.profname span{
		font-size:18px;
	}
}
@media(min-width:768px) and (max-width:991px){
	.prof_sec .ttlblo{
		margin-left:auto;
		margin-right:auto;
		width:fit-content;
	}
	.profname,.p_msg_main{
		text-align:center;
	}
	.profimg img{
		width:400px;
	}
}
@media(min-width:992px){
	.profFlx{
		display:flex;
		align-items:center;
	}
	.profimg{
		width:420px;
		margin-bottom:0;
		margin-right:60px;
	}
	.p_msg_main{
    font-size:32px;		
		color:var(--pink);
	}
}
/*---- #cooking-class page ----*/
.cookFlx img{
	width:400px;
	object-fit:contain;
}
.cookFlx p{
	margin-bottom:1rem;
}
.cookFlx p:last-child{
	margin-bottom:0;
}
.cookFlx h3{
	font-size:17px;
	margin-top:30px;
	font-weight:700;
}
.cookFlx ul{
	padding-left:20px;
	margin-bottom:1rem;
}
.cookFlx ul li{
	margin-bottom:10px;
}
.foodimages{
	margin-top:40px;
	display:flex;
	flex-wrap:wrap;
}
.foodimages>div{
	width:50%;
	aspect-ratio:1/1;
}
.foodimages img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.cook_sec2{
	padding-top:20px;
}
.cook_sec2 .blo2{
	margin-top:40px;
}
.cook_sec2 a,.trans_sec a{
	color:var(--red);
	border-bottom:1px solid var(--red);
}
.cook_sec2 a:hover,.trans_sec a:hover{
	opacity:0.8;
	border-color:rgba(255,255,255,0);
}
@media(min-width:600px){
	.foodimages>div{
		width:calc(100% / 3);
	}
}
@media(min-width:768px){
	.cookFlx{
		display:flex;
		flex-direction:row-reverse;
		justify-content:space-between;
		align-items:flex-start;
	}
	.cookFlx .imgarea{
		width:40%;
		margin-bottom:0;
	}
	.cookFlx .txtarea{
		width:calc(60% - 30px);
	}
}
@media(min-width:992px){
	.foodimages>div{
		width:calc(100% / 6);
	}
	.cookFlx .imgarea{
		width:35%;
	}
	.cookFlx .txtarea{
		width:calc(65% - 50px);
	}
}
/*---- #translation-service page ----*/
.trans_sec p{
	margin-bottom:1rem;
}
.trans_sec .imgarea{
	margin-bottom:20px;
}
.trans_sec .imgarea img{
	width:500px;
}
.trans_sec ul{
	padding-left:20px;
	margin-bottom:20px;
}
.trans_sec ul li{
	margin-bottom:5px;
	font-weight:600;
}
@media(min-width:768px){
	.trans_sec .container::after {
		content:"";
		display:block;
		clear:both;
	}
	.trans_sec .imgarea{
		float:right;
		width:40%;
		margin-left:30px;
	}
}
@media(min-width:1200px){
	.trans_sec .imgarea{
		width:400px;
	}
}
/*---- #contact page ----*/
.beforeform1{
  margin-bottom:40px;
}
.squarebtn.telWrap,.squarebtn.lineWrap{
	padding:1rem;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	font-weight:400;
  margin:0 auto 50px;
  max-width:800px;
}
.telWrap h2,.lineWrap h2{
  font-weight:700;
  margin-bottom:10px;
  font-size:20px;
}
.telWrap a.tellink{
  color:var(--txtcol);
  font-weight:700;
  display:flex;
	justify-content:center;
  align-items:center;
  font-size:30px;
	font-family:var(--noto);
}
.telWrap .tellink i{
  font-size:75%;
  margin-right:7px;
}
.telWrap .tellink:hover{
  color:var(--gold1);
}
.aftertel{
  font-size:15px;
  color:var(--txtcol);
}
a.lineBtn{
	margin:20px auto 0;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:10px 1rem;
	border-radius:5px;
	background:var(--linegr);
	color:#fff;
	font-family:var(--noto);
	font-weight:700;
	max-width:300px;
}
.lineBtn img{
	width:30px;
	object-fit:contain;
	margin-right:7px;
}
.lineBtn:hover{
	-webkit-filter:brightness(1.2);
	filter:brightness(1.2);
}
.ctt_sec .container>h2{
	font-weight:700;
	text-align:center;
}
.beforeform2{
  margin-bottom:30px;
	font-size:15px;
}
.form_add{
  max-width:900px;
  margin:0 auto;
  background:#fff;
  padding:1rem;
}
.form_add p{
	font-family:var(--noto);
  font-size:15px;
	color:#404040;
}
.wpcf7-turnstile{
	display:flex;
	justify-content:center;
	margin-bottom:20px;
}
@media(min-width:400px){
	.squarebtn.telWrap,.squarebtn.lineWrap{
		padding:20px;
	}
}
@media(min-width:500px){
  .ctt_sec h2,.telWrap p{
    text-align:center;
  }
  .telWrap a.tellink{
    justify-content:center;
  }
  .telWrap,.form_add{
    padding:20px;
  }
}
@media(min-width:768px){
	.squarebtn.telWrap,.squarebtn.lineWrap,.form_add{
		padding:30px;
	}
  .telWrap h2,.lineWrap h2{
    font-size:24px;
  }
  .telWrap a.tellink{
    font-size:40px;
  }
	.beforeform1,.beforeform2{
		text-align:center;
	}
	.beforeform2{
		font-size:16px;
	}
}
@media(min-width:992px){
	.squarebtn.telWrap,.squarebtn.lineWrap{
		padding:20px;
		height:222px;
	}
	.telWrap{
		float:left;
		clear:both;
		width:45%;
	}
	.lineWrap{
		float:right;
		width:54%;
	}
  .telWrap h2,.lineWrap h2{
    font-size:26px;
  }
}
@media(min-width:1200px){
	.squarebtn.telWrap,.squarebtn.lineWrap{
		padding:30px;
		height:227px;
		width:49%;
	}
}
/*---- #privacy page ----*/
.pri_sec .detail-wrap{
	padding:30px 0;
}
.pri_sec ul{
	padding-left:20px;
	margin-top:1rem;
}
.pri_sec ul li{
	margin-bottom:10px;
}
.pri_sec a{
	color:var(--red);
	margin:0 2px;
	font-weight:500;
	border-bottom:1px solid var(--red);
}
.pri_sec a:hover,.pri_sec a:focus{
	opacity:0.8;
	border-color:rgba(255,255,255,0);
}
@media(min-width:768px){
	.pri_sec h2{
		font-size:22px;
	}
}
@media(min-width:992px){
	.pri_sec h2{
		font-size:24px;
	}
}
/* #footer */
.ftrbar{
	width:100%;
	height:20px;
	background:url(./img/rainbowbar.png)repeat-x center center/contain;
}
.site-footer>.container{
	padding:40px 15px;
}
.ftrinfo{
	margin-bottom:30px;
}
.ftrlogo{
	margin-bottom:40px;
	text-align:center;
}
.ftrlogo img{
	width:250px;
}
.ftrttl{
	font-size:18px;
}
.ftrinfo .jukuosakalink{
	margin:20px 0;
}
.ftrinfo .jukuosakalink img{
	width:220px;
}
.ftrinfo a{
	color:var(--txtcol);
}
.ftrinfo a:hover{
	opacity:0.8;
}
.ftrsns{
	display:flex;
	align-items:center;
	width:fit-content;
	margin-top:10px;
}
.ftrsns i{
	font-size:120%;
	margin-right:5px;
}
.site-footer-nav{
	margin-bottom:30px;
}
.site-footer-menu{
	padding-left:0;
	list-style:none;
}
.site-footer-menu>li{
	margin-bottom:20px;
}
.site-footer-menu li.nolink{
	display:none;
}
.site-footer-menu>li>a{
	width:100%;
	display:block;
	padding-bottom:3px;
	margin-bottom:7px;
	border-bottom:1px solid #ccc;
	font-weight:500;
}
.site-footer-menu a{
	color:var(--txtcol);
}
.site-footer-menu ul{
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.site-footer-menu ul li{
	display:inline-block;
	margin-right:40px;
	margin-bottom:10px;
}
.site-footer-menu ul li:last-child{
	margin-right:0;
}
.site-footer-menu ul a{
	font-family:var(--noto);
}
.ftr-copy{
	width:100%;
	text-align:center;
	font-size:12px;
	font-family:var(--noto);
}
@media(min-width:768px){
	.ftrinfo .ftrtel a{
		pointer-events:none;
		cursor:text;
	}
}
@media(min-width:992px){
	.site-footer .container{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.ftrinfo{
		width:400px;
	}
	.site-footer-nav{
		width:calc(100% - 440px);
	}
	.ftrlogo,.ftr-copy{
		width:100%;
	}
}
.book-links{
	position:fixed;
	bottom:-110%;
	right:0;
	width:100%;
	height:fit-content;
	transition:all .3s;
	display:flex;
}
.book-links>div{
	width:50%;
}
.book-links a{
	display:flex;
	width:100%;
	height:100%;
	align-items:center;
	color:#fff;
	font-size:14px;
	padding:7px 15px;
	line-height:1.5;
	font-family:var(--noto);
	font-weight:500;
}
.book-links a i{
	font-size:120%;
	margin-right:15px;
}
.book-links .triallink a{
	background:var(--red);
}
.book-links .lessonlink a{
	background:var(--pink);
}
.book-links a:hover{
	-webkit-filter:brightness(1.2);
	filter:brightness(1.2);
}
.book-links.scrolled{
	bottom:0;
}
@media(min-width:470px) and (max-width:991px){
	.book-links a br{
		display:none;
	}
}
@media(min-width:470px){
	.book-links a{
		padding:12px 15px;
		font-size:15px;
		justify-content:center;
	}
}
@media(min-width:992px){
	.book-links{
		bottom:50%;
		right:-110%;
		width:fit-content;
		height:fit-content;
		display:block;
		-webkit-transform:translateY(50%);
		transform:translateY(50%);
	}
	.book-links.scrolled{
		right:0;
		bottom:55%;
	}
	.book-links>div{
		width:fit-content;
		height:160px;
	}
	.book-links a{
		flex-direction:column;
		justify-content:flex-start;
		padding:12px 7px;
		border-radius:15px 0 0 15px;
		box-shadow:0 2px 5px rgba(22, 20, 19, 0.3);
	}
	.book-links a i{
		margin-right:0;
		margin-bottom:10px;
	}
	.book-links a span{
		writing-mode:vertical-rl;
		display:inline-block;
	}
	.book-links .triallink{
		margin-bottom:10px;
	}
}