@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
#dropdown,
#mobiledropdown {
  width: 150px;
  background-color: rgba(255,255,255,0);
  border-color: rgba(255,255,255,0);
  font-family: "Montserrat", "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

#dropdown option,
#mobiledropdown option {
  background-color: rgba(255,255,255,0);
	border-color: rgba(255,255,255,0);
  font-family: "Montserrat", "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.menu-button-in {
  text-align: left;
  padding-left: 16px;
}

/*既存レイアウト調整*/
.article {
  margin: 0px !important;
}

.article-header.entry-header {
	display: none;
}

.entry-content.cf {
  margin: 0px;
}

#toc {
  display: none;
}

.body {
	font-family: "Montserrat", "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.breadcrumb,
.date-tags {
	display: none;
}

#content {
	margin-top: -56px !important;
	width: 100%;
}

#content-in {
	margin: 0px;
	width: 100%;
}

#main {
	padding: 0px;
}

.search-menu-button.menu-button,
.home-menu-button.menu-button {
	display: none !important;
}

/*ブロック要素*/
.main {
	display: grid !important;
	gap: 160px !important;
}

.section {
  margin: 0px !important;
}
.section--top {
	position: relative;
  width: 100%;
  height: 100vh;
}
.section--top::after {
  content: "";
  position: absolute;
	display: block;
  opacity: .6;
  visibility: visible;
  background: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section--body {
  width: 100%;
  margin: auto !important;
}
.section--wide {
  width: 100%;
}
.section--footer {
	background-color: #25313c;
	padding: 64px 0px;
}

.content {
  margin: 0px !important;
}
.content--with-image {
	margin: 0px;
	position: relative;
	height: 500px;
}
.content--with-image::after {
  content: "";
  position: absolute;
	display: block;
  opacity: .6;
  visibility: visible;
  background: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content--with-image-large {
	height: 100%;
}

.list {
}
.list--2column {
	display: flex;
	align-items: center;
}

.element {
}
.elementbox--with-image {
	display: flex;
	gap: 32px;
	align-items: center;
	height: 100%;
}
.elementbox--with-image-col {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1060px;
	padding: 40px 0px;
	margin: auto;
	gap: 64px;
}

.table {
}
.table--price {
	text-align: center;
	z-index: 1;
	background-color: #fafbfc;
}
.table--price th {
	font-size: 18px;
}

.imagebox {
}
.imagebox--with-image {
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
}

.thumbnail {
}
.thumbnail--top {
  position: relative;
  width: 100%;
  height: 100vh;
}
.thumbnail--with-image-bg {
	position: absolute;
  width: 100%;
	height: 100%;
}
.thumbnail--with-image {
	height: 100%;
	margin: auto;
	-webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.thumbnail--course {
  width: 100%;
	margin: 0px auto;
}

.textbox {
}
.textbox--top {
  z-index: 1;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  width: 100%;
}
.textbox--scroll {
  z-index: 1;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -90%);
  -webkit-transform: translate(-50%, -90%);
  -ms-transform: translate(-50%, -90%);
  width: 100%;
}
.textbox--body {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.textbox--with-image {
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}
.textbox--body-column {
	width: 100%;
	max-width: 1060px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	border-bottom: 1px solid #3b3b3b;
}
.textbox--body-column .list {
	border-top: 1px solid #3b3b3b;
	padding: 32px 0px;
}
.textbox--body-2column {
	width: 100%;
	display: flex;
	gap: 32px;
	justify-content: center;
	margin: auto;
}

.text {
}
.text--title-top {
  letter-spacing: 16px;
  font-size: 64px;
  font-weight: 200 !important;
}
.text--description-top {
	font-size: 24px;
  font-weight: 200;
}
.text--scroll-top {
  position: relative;
}
.text--scroll-top::before {
  display: inline-block;
  content: "";
  border: solid currentColor;
  border-width: 0 0 1px 1px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8vh;
  margin: auto;
  rotate: -45deg;
  z-index: 1;
  -webkit-animation: topmv_scroll 2.5s infinite;
  animation: topmv_scroll 2.5s infinite;
}
.text--head {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 60%;
	margin: auto;
	position: relative;
	margin-bottom: 40px;
	font-size: 26px;
  font-weight: bold;
	text-align: center;
}
.text--head::before {
	border: 1px solid var(--cocoon-box-border-color);
	content: "";
	height: 100%;
	position: absolute;
	width: 16px;
	border-right-width: 0;
	bottom: 0;
	left: 0;
}
.text--head::after {
	border: 1px solid var(--cocoon-box-border-color);
	content: "";
	height: 100%;
	position: absolute;
	width: 16px;
	border-left-width: 0;
	bottom: 0;
	right: 0;
}
.text--head-withen {
	position: relative;
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 26px;
	text-align: center;
	z-index: 1;
  margin: 0px !important;
}
.text--head-withen span {
	position: relative;
	z-index: 2;
}
.text--head-withen::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: #E4E4E3;
	font-size: 60px;
	font-style: italic;
}
.text--head-withen::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(90deg);
	width: 1px;
	height: 40px;
	background-color: #E4E4E3;
}
.text--head-large {
	position: relative;
	color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 40px;
  font-weight: bold;
	text-align: center;
	z-index: 1;
  margin: 0px !important;
}
.text--head-large::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(90deg);
	width: 1px;
	height: 60px;
	background-color: #E4E4E3;
}
.text--head-double {
	color: #ffffff;
	border: 6px double #ffffff;
	width: 40%;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.text--with-image-head {
  letter-spacing: 8px;
  font-size: 26px;
	color: #dedede;
	border-bottom: solid 3px #dedede;
  position: relative;
  margin: 0px !important;
}
.text--with-image-head::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #3b3b3b;
  bottom: -3px;
  width: 20%;
}
.text--with-image-head-large {
  font-size: 42px;
}
.text--body {
	font-size: 20px;
  letter-spacing: 4px;
	text-align: center;
}
.text--with-image-body {
	font-size: 20px;
  letter-spacing: 4px;
	color: #E4E4E3;
}
.text--list-head {
	font-size: 24px;
	font-weight: bold;
  letter-spacing: 4px;
	text-align: center;
	width: 50%;
  margin: 0px !important;
}
.text--list {
	font-size: 20px;
  letter-spacing: 4px;
	text-align: left;
  margin: 0px !important;
}
.text--brown {
	color: #712c2c;
}
.text--black {
	color: #535252;
}

.section--footer .list--2column {
	color: #ffffff;
}
.section--footer .textbox--body-column {
	border: none;
}
.section--footer .textbox--body-column .list {
	border: none;
	color: #ffffff;
	display: flex;
	justify-content: center;
	margin: auto;
}
.section--footer .text--head-withen::before,
.section--footer .text--head-withen::after {
	color: #9ca2a7;
}
.section--footer .text--head-withen span {
	color: #ffffff;
}
.section--footer .text--list {
	width: 100%;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.section--footer .text--list span {
	color: #ffffff;
	margin: auto;
}
.section--footer .text--list a {
	color: #ffffff;
	text-decoration: none;
}

.pc {
	display: table;
}

.sp {
	display: none;
}

.navi .item-label {
	font-weight: 200;
}

.skin-grayish:not(.front-top-page) .navi-in>ul>li {
	flex-direction: row;
}

.skin-grayish:not(.front-top-page) .navi-in>ul>li::before {
	font-size: 22px;
	padding: 0px 8px;
}

/*1000px以下*/
@media screen and (max-width: 1023px){
	.main {
		gap: 80px !important;
	}
	.section--body {
		width: calc(100% - 48px);
		margin: auto;
	}
	.content--with-image {
		height: auto;
	}
	.content--with-image-large .elementbox--with-image {
		flex-direction: column;
		padding: 48px 24px;
	}
	.elementbox--with-image {
		flex-direction: column-reverse;
		padding: 48px 24px;
	}
	.imagebox--with-image {
		height: 300px;
		overflow: hidden;
	}
	.thumbnail--with-image {
		scale: 1.5;
	}
	.list--2column {
		flex-direction: column;
	}
	.textbox--body-column .list {
		padding: 16px 0px;
	}
  .text--title-top {
		font-size: 50px;
	}
	.text--description-top {
		font-size: 20px;
	}
	.text--head {
		padding-top: 10px;
    padding-bottom: 10px;
		width: 100%;
		font-size: 16px;
	}
	.text--head-withen {
		padding-top: 20px;
	}
	.text--head-withen::before {
    font-size: 50px;
	}
	.text--body {
		font-size: 14px;
	}
	.text--with-image-head {
		text-align: center;
		font-size: 16px;
	}
	.text--with-image-body {
		text-align: center;
		font-size: 14px;
	}
	.text--list-head {
		font-size: 20px;
	}
	.text--list {
		font-size: 16px;
	}
	.text--head-double {
		width: 100%;
		font-size: 18px;
	}
	.text--head-large {
		font-size: 26px;
	}

	.section--footer .text--list-head {
		font-size: 14px;
	}
	.section--footer .text--list {
		font-size: 14px;
	}

	.table--price th {
		font-size: 14px;
	}

	.pc {
		display: none;
	}

	.sp {
		display: table;
	}

	.textbox--body-2column {
		flex-direction: column;
	}
	.textbox--body-2column:nth-of-type(2n) {
		flex-direction: column-reverse;
	}

	.mobile-header-menu-buttons .navi-menu-button {
		display: none;
	}
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
