@charset "utf-8";
:target::before {
    content: "";
    display: block;
    height: 100px;
    margin: -60px 0 0;
}

html {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 200%;
	font-family: "Cormorant Infant", "Zen Kaku Gothic Antique", 'Shippori Mincho','NotoSansJP-Black', sans-serif;
	color: #333;
}

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

body {
	padding: 0;
	margin: 0;
	background-color: #fff;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: top;
	object-fit: cover;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover,
a:hover img {
	opacity: 0.75;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #333;
}

figure {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 20px;
	line-height: 200%;
}

h1,h2,h3,h4 {
	letter-spacing: 0.2rem;
	line-height: 200%;
	margin-top: 0;
}

h1 {
	font-size: 1.6rem;
}

h2 {
	font-size: 1.4rem;
}

h3 {
	margin-bottom: 10px;
}

.btn,
.content-link .marker span {
	background-color: #055707;
	width: fit-content;
	padding: 0 20px;
	margin: 0 auto;
	border-radius: 30px;
}

.btn a,
.content-link .marker a span {
	color: #fff;
}

.cn-text-container a {
	color: #FDC7E1;
}

.menu_title {
	text-align: center;
	margin-bottom: 20%;
	position: relative;
}

.menu_title::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	font-size: clamp(5rem, -1.069rem + 30.34vw, 16rem);
	color: #cccccc;
	z-index: -1;
}

.blogwrap.news .menu_title::before,
.categorywrap.news .menu_title::before {
	content: "NEWS";
}

.blogwrap.blog .menu_title::before,
.categorywrap.blog .menu_title::before {
	content: "BLOG";
}

.archivewrap .menu_title::before {
	content: "ARCH";
}

h3 {
	font-size: 1.2rem;
}

article {
	padding: 0 0 100px;
}

table {
    border-collapse: collapse;
	width: 100%;
}

.sp,
.sp1024 {
	display: none;
}

.maxwidth1980 {
	max-width: 1980px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.maxwidth {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.minwidth {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.mb30 {
	margin-bottom: 30px;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}

.pd100 {
	padding: 100px 0 0;
}

header {
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
	z-index: 10;
	transition: .3s;
	display: flex;
	position: fixed;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	background-color: #fff;
}

header .tripadviser > p {
	text-align: right;
	line-height: 1.5;
}

header h1 {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: clamp(1rem, -0.333rem + 2.78vw, 3rem);
	margin: 0;
}

header h1 .shopname {
	text-align: center;
}

.globalnavi > ul {
	display: flex;
	justify-content: right;
	align-items: center;
	margin: 0;
}

@media screen and (min-width: 769px) {
  .globalnavi .sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 999;
  }

  .globalnavi__item:hover .sub-menu {
	  opacity: 1;
	  visibility: visible;
	  transform: translateY(0);
  }
	
	.arrow {
	position: relative;
}

.arrow::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	right: 3px;
	bottom: 0;
	margin: auto;
	
}
}

.globalnavi .sub-menu li {
	padding: 0 10px;
}

.globalnavi__item {
	box-sizing: border-box;
    text-align: center;
	padding: 0 15px;
	position: relative;
}

.globalnavi__item a {
	font-size: clamp(0.7rem, 0.5rem + 0.42vw, 1rem);
}

.toggle-icon,
.globalnavi__hamburger,
.globalnavi__background {
	display: none;
}

.cta {
	display: flex;
}

.cta a {
	width: 50%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 30px 0;
	position: relative;
}

.cta a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255,255,255,0.6);
}

.cta a:nth-of-type(1) {
	background-image: url("common/images/5347.jpg");
}

.cta a:nth-of-type(2) {
	background-image: url("common/images/IMG_0940.jpg");
}

.cta a p,
.cta a h3 {
	z-index: 2;
	position: relative;
}

.cta a h3 {
	font-size: 1.3rem;
    font-weight: bold;
}

.cta a p:nth-last-of-type(1) {
	margin-bottom: 0;
	font-size: 1.1rem;
    font-weight: bold;
}

.cta_text {
	width: 250px;
	padding: 5px 0;
	border-radius: 30px;
	background-color: #fff;
	margin: 0 auto 30px;
}

.cta_text span {
	color: #6592A7;
}

.f_nav {
	padding: 50px 0;
	background-color: #627962;
}

.f_nav figure {
	width: 200px;
	margin: 0 auto 50px;
}

.f_navlist {
	display: flex;
	justify-content: space-between;
}

.f_navlist ul li a,
.copyright .maxwidth p,
.copyright .maxwidth small {
	color: #fff;
}

.copyright {
	background-color: #6592A7;
	padding: 10px 0;
}

.copyright .maxwidth {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.copyright .maxwidth p {
	margin: 0;
}

/* お問い合わせ */
.ly_form :where(button, input, textarea, optgroup, select) {
	appearance: none;
	background-color: transparent;
	border-radius: unset;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	vertical-align: middle;
}

.ly_form :where(textarea) {
	field-sizing: content;
	resize: block;
}

.ly_form :where(button, [type="button"], [type="submit"], [type="reset"]) {
	text-align: center;
	user-select: none;
	touch-action: manipulation;
	border: 0;
}


.ly_form :where(button, input, textarea, select):focus-visible {
	outline: 2px solid #005FCC;
	outline-offset: -2px;
}

.ly_form :where(button,
.ly_form input[type=button],
.ly_form input[type=submit],
.ly_form input[type=reset])[disabled] {
	cursor: not-allowed;
}
.bl_form_confirm, .bl_form_submit {
    background-color: #6592A7;
    color: #FFF;
    inline-size: min(100%, 10em);
    padding-block: 0.5em;
    padding-inline: 1em;
    width: 200px;
    cursor: pointer;
}

.bl_form_btn p {
    display: flex;
    gap: 50px;
}

.bl_form_confirm[disabled] {
    background-color: #CCC;
    border: 0;
}

.bl_form :where(textarea) {
  field-sizing: content;
  resize: block;
}
.bl_form :where(button, [type="button"], [type="submit"], [type="reset"]) {
  text-align: center;
  user-select: none;
  touch-action: manipulation;
}
/* フォーカス時はオリジナルのアウトラインを適用 */
.bl_form :where(button, input, textarea, select):focus-visible {
  outline: 2px solid #005FCC;
  outline-offset: -2px;
}
.bl_form :where(button,
.bl_form input[type=button],
.bl_form input[type=submit],
.bl_form input[type=reset])[disabled] {
  cursor: not-allowed;
}
/* レイアウト */
.bl_form,
.bl_formConfirm,
.bl_formThanks {
  padding-inline: 1.875rem;
}
.bl_form_group:not(:first-of-type),
.bl_formConfirm_txt+.bl_form_group {
  margin-block-start: 1.5em;
}
.bl_form_group fieldset {
  display: contents;
}
.bl_form_control {
  margin-block-start: 0.5em;
}
/* 項目名 */
.bl_form_label {
  align-items: center;
  display: inline-grid;
  gap: 0.6em;
  grid-template-columns: 1fr auto;
}
/* 必須ラベル */
.bl_form_required {
  background-color: red;
  color: #FFF;
  display: inline-block;
  font-weight: 700;
  padding-block: 0.1em;
  padding-inline: 0.2em;
}
/* 入力欄、セレクトボックス */
.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea, select) {
  background-color: #FFF;
  border: 2px solid #DDD;
  padding-inline: 0.3em;
}
.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea) {
  inline-size: 100%;
}
.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea)::placeholder {
  color: #C5C5C5;
}
.bl_form textarea {
  min-block-size: 5lh;
}
/* ラジオボタン、チェックボックス */
.bl_form .wpcf7-list-item {
  margin: unset;
}
.bl_form_radio,
.bl_form_checkbox {
  display: inline-grid;
  gap: 0.5em 2em;
}
/* オリジナルのラジオボタンとチェックボックスを作成 */
.bl_form :is(input[type=radio], input[type=checkbox], input[type=checkbox]) {
  background-color: #FFF;
  block-size: 18px;
  border: 2px solid #DDD;
  inline-size: 18px;
  margin-block-end: 3px;
  position: relative;
}
.bl_form input[type=radio] {
  border-radius: 50%;
}
/* フォーカス時はlabelタグにアウトラインを適用 */
.bl_form label:has(:where(input[type=radio], input[type=checkbox]):focus-visible) {
  outline: 2px solid #005FCC;
  outline-offset: 2px;
}
/* チェック時のスタイルは擬似要素で再現 */
.bl_form :where(input[type=radio], input[type=checkbox]):checked::before {
  content: "";
  inset-block-start: 2px;
  inset-inline-start: 2px;
  position: absolute;
}
.bl_form :where(input[type=radio]):checked::before {
  background-color: #37952F;
  block-size: 10px;
  border-radius: 50%;
  inline-size: 10px;
}
.bl_form :where(input[type=checkbox]):checked::before {
  block-size: 6px;
  border-block-end: 2px solid #37952F;
  border-inline-start: 2px solid #37952F;
  inline-size: 10px;
  rotate: -50deg;
}
/* プライバシーポリシー */
.bl_form_consent {
  border: 2px solid #DDD;
  margin-block-start: 2.5rem;
  padding-block: 1em;
  padding-inline: 1.3em;
  text-align: center;
}
.bl_form_consent_desc_link {
  color: #0000EE;
  text-decoration: underline;
}
/* バリデーションメッセージ */
/* .wpcf7-not-valid-tip{} */
/* 確認・戻る・送信ボタン */
.bl_form_btn {
  display: flex;
  gap: 2em;
  justify-content: center;
  margin-block-start: 2.5rem;
}

/* 戻るボタン */
.bl_form_back {
  text-decoration: underline;
}
/* 確認画面とメッセージ、スピナーを非表示 */
/* .bl_formConfirm,
.wpcf7-response-output,
.bl_formConfirm .wpcf7-spinner {
   display: none; 
} */
/* 送信完了画面 */
.bl_formThanks_ttl,
.bl_formThanks_txt {
  text-align: center;
}
.bl_formThanks_ttl {
  font-size: 24px;
  font-weight: 700;
}
.bl_formThanks_txt {
  margin-block-start: 1em;
}
@media (min-width: 768px) {
  .bl_form_group {
    align-items: start;
    display: grid;
    gap: 3%;
    grid-template-columns: 25% 1fr;
  }
  .bl_form_label {
    margin-block-start: 0.5em;
  }
  .bl_form_radio,
  .bl_form_checkbox {
    grid-auto-flow: column;
  }
}
/* post */	
.singlewrap {
	padding-top: 5% !important;
}

.informationwrap,
.archivewrap,
.singlewrap,
.categorywrap,
.errorwrap,
.achievementwrap,
.allcategoryswrap {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding: 100px;
}

.informationwrap .minwidth,
.archivewrap .minwidth,
.singlewrap .minwidth,
.categorywrap .minwidth,
.errorwrap .minwidth,
.achievementwrap  .minwidth {
	margin: 0 auto;
}

.news__wrap--category {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 50px;
}

.columnwrap .all_categorytab {
	background-color: #333;
}

.columnwrap .all_categorytab a {
	color: #fff;
}

.english_grammarwrap .english_grammartab {
	background-color: #6592A7;
}

.english_grammarwrap .english_grammartab a {
	color: #fff;
}

.english_conversationwrap .english_conversationtab {
	background-color: #627962;
}

.english_conversationwrap .english_conversationtab a {
	color: #fff;
}

.eventwrap .eventtab {
	background-color: #333;
}

.eventwrap .eventtab a {
	color: #fff;
}

.otherswrap .otherstab {
	background-color: #333;
}

.otherswrap .otherstab a {
	color: #fff;
}

.news__wrap--category a {
	padding: 0 10px;
}

.informationwrap {
	padding-top: 5%;
}

.informationwrap .news__wrap--contents {
	width: 100%;
}

.news__wrap--matchbox {
	border-bottom: 1px solid #333;
	display: block;
	margin: 0 0 25px 0;
}

.news__wrap--matchbox h3 {
	margin: 0;
}

.pagination {
	margin-top: 10%;
}

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

.page-numbers li {
	text-align: center;
	width: 40px;
	height: 40px;
}

.page-numbers li span,
.page-numbers li a {
	width: 100%;
	height: 100%;
	display: flex;
}

.page-numbers li .current {
	background-color: #333;
    color: #fff;
    font-weight: 600;
}

.page-numbers li:hover {
	background-color: #cccccc;
}

.sidebar h3,
.sidebar h2 {
	margin: 0;
	font-size: 1.4rem;
	line-height: 120%;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	padding: 10px 10px 10px 0;
}

.sidebar {
	width: 250px;
}

.sidebar_menu {
	margin: 0;
}

.sidebar_menu > li.widget {
	margin-bottom: 30px;
}

/* privacypolicy */
.privacypolicy p {
	margin-top: 0;
}

.privacypolicy h2 {
	text-align: left;
	margin-bottom: 0;
}

.privacypolicy ol {
	text-align: left;
	margin-top: 0;
}

.detail table {
	width: 100%;
	border-spacing: 0;
}

.detail table tr:nth-child(2n+1) {
	background-color: #729475;
}

.detail table tr:nth-child(2n+1) td {
	color: #fff;
}

.detail table td[colspan] {
	text-align: center;
}

.detail table td {
	padding: 10px;
	border-right: 0 !important;
	border-left: 1px solid #fff !important;
	border-top: 0 !important;
	border-bottom: 1px solid #729475;
}

.detail table tr:nth-last-of-type(1) td {
	border-bottom: 1px solid #729475 !important;
}

.wp-block-snow-monkey-blocks-list.smb-list {
	padding: 0 0 0 30px;
}

ul.wp-block-list {
	padding: 0 0 0 30px;
	margin: auto;
}

.f_navlist ul .sub-menu {
	padding-left: 20px;
}

.f_navlist ul .sub-menu li {
	position: relative;
}

.f_navlist ul .sub-menu li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -18px;
	margin: auto;
	width: 10px;
	height: 1px;
	background-color: #fff;
}

@media screen and (max-width: 1980px) and (min-width: 1px) {
	.maxwidth1980 {
		max-width: inherit;
		width: 100%;
		margin: 0 auto;
	}
}


@media screen and (max-width: 1220px) and (min-width: 1px) {	
	.footer_cta .maxwidth {
		width: 100%;
	}
	
	.maxwidth {
		max-width: inherit;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
}

@media screen and (max-width: 950px) and (min-width: 1px) {
	.minwidth {
		max-width: inherit;
		width: 96%;
		margin: 0 auto;
	}
	
	.informationwrap, 
	.archivewrap, 
	.singlewrap, 
	.categorywrap, 
	.errorwrap, 
	.achievementwrap, 
	.allcategoryswrap {
		display: block;
		padding: 100px 0;
	}
	
	.sidebar {
		width: 96%;
		margin: 50px auto 0;
	}
	
	.informationwrap .minwidth, 
	.archivewrap .minwidth, 
	.singlewrap .minwidth, 
	.categorywrap .minwidth, 
	.errorwrap .minwidth, 
	.achievementwrap .minwidth {
		margin: 0 auto;
	}
}


@media screen and (max-width: 768px) and (min-width: 1px) {
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	.none .globalnavi {
		transition: none;
	}
	
	body.active {
		position: absolute;
        max-width: 100%;
        max-height: 100%;
        overflow: hidden;
	}
	
	.tripadviser,
	.globalnavi,
	header h1 {
		grid-area: none;
		font-size: 1rem;
	}
	
	header h1 {
		font-size: clamp(1rem, 0.286rem + 3.57vw, 2rem);
	}
	
	header {
		display: flex;
		justify-content: space-between;
		padding: 5px;
		top: 0;
		left: 0;
		position: fixed;
		width: 100%;
	}
	
	.visual {
		margin-top: 55px;
	}
	
	.active header {
		top: 0;
		left: 0;
		width: 100%;
		transform: translate(0 , 0);
	}
	
	.globalnavi {
		pointer-events: none;
		opacity: 0;
		width: 100%;
		z-index: 1000;
		overflow: auto;
		transition: 0.5s;
		padding: 100px 0;
		box-sizing: border-box;
		position: absolute;
        top: 0;
        left: 0;
		min-width: 100%;
	}
	
	.active .globalnavi {
		pointer-events: auto;
		opacity: 1;
		height: 100vh;
        background-color: #fff;
	}
	
	.globalnavi__hamburger {
		position: relative;
		width: 45px;
		height: 45px;
		cursor: pointer;
		z-index: 2000;
		display: block;
	}
	
	.globalnavi__hamburger .globalnavi__hamburger--line {
		display: block;
		position: absolute;
		width: 35px;
		border-bottom: solid 4px #333;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 6px;
		border-radius: 10px;
	}
	
	.active .globalnavi__hamburger span:nth-child(1) {
		top: 18px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-bottom: solid 3px #333;
	}
	
	.active .globalnavi__hamburger span:nth-child(2), 
	.active .globalnavi__hamburger span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: solid 3px #333;
	}
	
	.active .globalnavi__hamburger span:nth-child(1),
	.active .globalnavi__hamburger span:nth-child(2),
	.active .globalnavi__hamburger span:nth-child(3) {
		border-bottom: solid 3px #333;
	}
	
	.active .globalnavi__hamburger--open,
	.active .globalnavi__hamburger--close {
		color: #333;
	}
	
	.globalnavi__hamburger span:nth-child(1) {
		top: 9px;
	}
	
	.globalnavi__hamburger span:nth-child(2) {
		top: 20px;
	}
	
	.globalnavi__hamburger span:nth-child(3) {
		top: 31px;
	}
	
	.globalnavi__hamburger--open {
		opacity: 1;
		transition: 1s;
		position: absolute;
		left: 3px;
		font-size: 14px;
		top: 30px;
	}
	
	.active .globalnavi__hamburger--open,
	.globalnavi__hamburger--close {
		opacity: 0;
	}
	
	.active .globalnavi__hamburger--close {
		opacity: 1;
		transition: 1s;
		position: absolute;
		left: 5px;
		font-size: 14px;
		top: 30px;
	}
	
	.active .overlay {
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.5);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}
	
	.globalnavi > ul {
		display: block;
		margin: 0 auto 30px;
		height: initial;
	}
	
	.globalnavi__item {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		position: relative;
		padding: 0;
		height: auto;
		border: none;
		border-bottom: 1px solid #6592A7;
	}
	
	.gtranslate_wrapper {
		margin: 0 auto;
		padding: 10px 0;
	}
	
	.globalnavi__item:nth-of-type(1) {
		border-top: 1px solid #6592A7;
	}
	
	.globalnavi__toggle > a {
		width: calc(100% - 80px) !important;
	}
	
	.globalnavi__item a {
		display: inline-block;
		width: 100%;
		color: #333;
		padding: 10px 0 10px 20px;
		text-align: left;
	}
	
	.globalnavi__item .toggle-icon {
		width: 60px;
		height: 50px;
		display: inline-block;
		position: absolute;
		right: 0;
	}
	
	.globalnavi__item .toggle-icon {
		display: none;
	}
	
	.globalnavi__item.arrow .toggle-icon {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.globalnavi__item .sub-menu .toggle-icon {
		display: none;
	}

	.globalnavi .sub-menu {
		visibility: inherit;
		transition: none;
		opacity: 1;
		display: none;
		padding-top: 0 !important;
		width: 100% !important;
		position: static;
		top: 0;
		left: 0;
		background-color: #fff;
		margin: 0 !important;
	}
	
	.globalnavi .sub-menu li {
		position: relative;
		padding: 0 0 0 5%!important;
		width: 100%;
		margin: 0 0 0 auto;
		text-align: left;
		border-bottom: 1px solid #6592A7;
		background-color: #fff;
	}
	
	.globalnavi .sub-menu a {
		width: 100%;
		display: block;
		padding-left: 10px;
	}
	
	.globalnavi__item.on {
		background-color: #6592A7;
		border-bottom: none;
	}
	
	.globalnavi__item.on > a {
		color: #fff;
	}
	
	.toggle-icon {
		display: inline-block;
		cursor: pointer;
		margin-left: 10px;
	}
	
	.globalnavi .sub-menu.open {
		display: block;
	}
	
	.globalnavi .sub-menu li a {
		position: relative;
	}
	
	.globalnavi .sub-menu li a::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: -5px;
		bottom: 0;
		width: 10px;
		height: 1px;
		background-color: #6592A7;
		margin: auto;
	}

  .toggle-icon i.fa-minus {
    display: none;
  }

  .toggle-icon.active i.fa-plus {
    display: none;
  }

  .toggle-icon.active i.fa-minus {
    display: inline;
  }
	
	.on .sub-menu {
		background-color: #CEE6C1;
	}
	
	.sub-menu li {
		display: block;
	}
	
	.on .sub-menu li {
		border-bottom: 1px solid #6592A7;
	}
	
	.toggle-icon .fa-minus {
		display: none;
	}
	
	.toggle-icon i {
		width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
	}
	.toggle-icon .fa-plus::before,
	.toggle-icon .fa-minus::before {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.toggle-icon.active .fa-plus {
		display: none;
	}
	
	.toggle-icon.active .fa-minus {
		display: block;
	}
	
	.globalnavi .logo {
		margin: 10px auto 0 !important;
		width: 150px;
		height: initial;
	}
	
	.globalnavi__toggle a {
		display: inline-block;
		color: #333;
	}
	
	.globalnavi__item:nth-of-type(1)::before,
	.sub-menu li:nth-of-type(1)::before {
		display: none;
	}
	
	.globalnavi__item a::after {
		display: none;
	}
	
	.mainvisual {
		margin-top: 55px;
	}
	
	.contact th,
	.contact td,
	.contact_confirmation th,
	.contact_confirmation td {
		display: block;
		width: 100%;
		padding: 5px;
	}
	
	.contact th,
	.contact_confirmation th {
		background-color: #FDC7E1;
	}
	
	.contact td,
	.contact_confirmation td {
		padding: 10px 0;
	}
	
	.contact_confirmation td {
		padding-left: 5px !important;
	}
	
	.news__wrap--contents {
		padding: 0;
	}
	
	.mb150,
	.mb100 {
		margin-bottom: 50px !important;
	}
	
	.top_course_main {
		margin: 0 auto 50px !important;
	}
}

@media screen and (max-width: 600px) and (min-width: 1px) {
	.privacypolicy .wp-block-group__inner-container > ol {
		padding-left: 10px;
	}
	
	.privacypolicy .wp-block-group__inner-container ol ol {
		padding-left: 10px !important;
	}
	
	.contact_confirmation .send {
		display: block;
	}
	
	.contact_confirmation .send input:nth-of-type(1) {
		margin: 30px auto 40px;
	}
	
	.news__wrap--category {
		flex-wrap: wrap;
	}
	
	.news__wrap--category li {
		width: 50%
	}
	
	.news__wrap--category li:nth-of-type(1) {
		border: 1px solid #333;
	}
	
	.news__wrap--category li:nth-of-type(2) {
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	
	.news__wrap--category li:nth-of-type(3) {
		border-left: 1px solid #333;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	
	.news__wrap--category li:nth-of-type(4) {
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	
	.news__wrap--category li:nth-of-type(5) {
		border-left: 1px solid #333;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	
	.news__wrap--category a {
		width: 100%;
		display: block;
		text-align: center;
	}
}


/* 2025/07/05 以降に追加したcss */
.globalnavi__item a[href="#"]{
	pointer-events: none;
	cursor: default;
}
.f_navlist a[href="#"]{
	pointer-events: none;
	cursor: default;
}

	.simple-contact-form {
	max-width: 600px;
	margin: 0 auto;
	padding: 2em;
	font-family: sans-serif;
	color: #333;
	}

	.simple-contact-form label {
	display: block;
	margin-bottom: 1.5em;
	font-size: 16px;
	font-weight: 600;
	}

	.simple-contact-form input[type="text"],
	.simple-contact-form input[type="email"],
	.simple-contact-form textarea {
	width: 100%;
	padding: 0.8em;
	margin-top: 0.5em;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 16px;
	box-sizing: border-box;
	background-color: #f9f9f9;
	}

	.simple-contact-form textarea {
	height: 150px;
	resize: vertical;
	}


/* ラベル全体を縦並び＆中央揃え */
.privacy-check label {
display: flex;
flex-direction: column; /* 縦並び */
align-items: center;    /* 横方向中央揃え */
gap: 0.5em;             /* 要素間の隙間 */
font-size: 14px;
line-height: 1.6;
margin-top: 1em;
}

/* チェックボックスの見た目調整 */
.wpcf7-acceptance input[type="checkbox"] {
vertical-align: middle;
position: relative;
top: 1px; /* 微調整。必要に応じて変更してください */
width: 16px;
height: 16px;
margin: 0;
cursor: pointer;
}

/* プライバシーテキストの余白調整 */
.privacy-text {
font-size: 14px;
margin: 0; /* 横余白リセット */
}

/* リンク装飾 */
.privacy-link {
text-decoration: underline;
color: #000;
}

/* モバイル対応（必要に応じて） */
@media (max-width: 768px) {
.privacy-check label {
/* 既に縦並び・中央揃えなので変更不要 */
}

.wpcf7-acceptance {
margin-top: 0.5em;
}

.wpcf7-acceptance input[type="checkbox"] {
top: 0;
}
}





	.simple-contact-form .submit-btn {
	text-align: center;
	margin-top: 2em;
	}

	.simple-contact-form input[type="submit"] {
	background-color: #6592A7;
	color: #fff;
	border: none;
	padding: 0.8em 2em;
	font-size: 16px;
	border-radius: 9999px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	}

	.simple-contact-form input[type="submit"]:hover {
	opacity: 0.7;
	}

	/* モバイル対応 */
	@media (max-width: 600px) {
	.simple-contact-form {
	padding: 1.2em;
	}

	.simple-contact-form label {
	font-size: 15px;
	}

	.simple-contact-form input[type="submit"] {
	width: 100%;
	}
	}

	
.mainslider .slick-slide img, .visual img {
	height: auto !important;
}

.calendar{
	height: 600px;
}

.calendar iframe {
    height: 100% !important;
}

@media screen and (max-width: 750px) {
    .calendar {
        height: 100vw;
    }
}
.wpcf7-spinner{
	display: none !important;
}

.course-img img{
	margin-bottom: 20px !important;
}
