@charset "UTF-8";
/*variable*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.noto {
  font-family: "Noto Sans JP", sans-serif;
}

/****************************************
COMMON
*****************************************/
body {
  margin: 0;
  padding: 0;
  color: #2E2E2E;
  background-color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Quicksand, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

.pc_hidden {
  display: none;
}

.sp_hidden {
  display: block;
}

.hover a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.pointer {
  cursor: pointer;
}

.bg_gry {
  background-color: #f5f5f5; /*background-color: #f6f6f6;*/
}

.flex {
  display: flex;
}

.ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  position: relative;
}

.ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px; /*線の上下位置*/
  display: inline-block;
  width: 160px; /*線の長さ*/
  height: 5px; /*線の太さ*/
  transform: translateX(-50%); /*位置調整*/
  background-color: #725125; /*線の色*/
  border-radius: 2px; /*線の丸み*/
}

/****************************************
HEADER
*****************************************/
.header_parents {
  border-bottom: 1px solid #ccc;
}

header {
  width: 1094px;
  height: 126px;
  margin: 0 auto;
}
header .logo {
  float: left;
  width: 180px;
  margin-top: 20px;
}
header nav ul.nav01 {
  justify-content: flex-end;
}
header nav ul.nav01 li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  margin: 22px 0 0 18px;
  font-weight: 400;
}
header nav ul.nav01 li.sns {
  width: 48px;
  margin-right: -18px;
}
header nav ul.nav01 li.sns img {
  width: 34px;
}
header nav ul.nav02 {
  justify-content: flex-end;
}
header nav ul.nav02 li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  margin: 22px 0 0 40px;
  font-weight: 400;
}

/****************************************
TOP-PAGE
*****************************************/
section.main_img {
  padding: 24px 0 24px 0;
  background-color: #F5F2F2;
}
section.main_img .swiper-container {
  width: 786px;
  margin: 0 auto;
}
section.main_img .swiper-container .swiper-slide img {
  width: 643px;
  margin: 0 auto;
}

section.notice {
  padding: 24px 0 0 0;
  width: 762px;
  margin: 0 auto;
  text-align: center;
}
section.notice p {
  background: crimson;
  color: #fff;
  padding: 24px;
  font-size: 20px;
}

section.about {
  padding: 80px 0;
  width: 762px;
  margin: 0 auto;
  text-align: center;
}
section.about h1 {
  margin: 0 0 24px 0;
}
section.about h1 span {
  font-size: 14px;
}
section.about p {
  font-size: 18px;
  line-height: 1.6;
  margin: 16px 0;
}
section.about p.sml {
  font-size: 14px;
  line-height: 24px;
}
section.about h2 {
  margin: 48px 0 0 0;
}
section.about ul {
  width: 100%;
  flex-wrap: wrap;
  padding: 48px 0;
}
section.about ul li {
  width: 222px;
  text-align: left;
}
section.about ul li div {
  width: 128px;
  margin: 0 auto;
}
section.about ul li:nth-child(2) {
  margin: 0 48px;
}
section.about ul li p {
  font-size: 15px;
  line-height: 23px;
  margin: 16px 0;
}

section.about02 {
  background-color: #F5F2F2;
  padding: 100px 0 80px 0;
  text-align: center;
}
section.about02 ul {
  width: 762px;
  margin: 0 auto;
  padding-top: 80px;
  flex-wrap: wrap;
  text-align: left;
}
section.about02 ul li.pos01 {
  width: 180px;
}
section.about02 ul li.pos02 {
  width: calc(100% - 180px);
}
section.about02 ul li.pos02 p {
  margin-left: 72px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
section.about02 ul li.pos02 p:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
section.about02 ul li.pos02 p.sml {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
section.about02 ul li.pos03 {
  width: calc(100% - 180px);
  margin: 48px 0;
}
section.about02 ul li.pos03 p {
  margin-right: 72px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
section.about02 ul li.pos03 p:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
section.about02 ul li.pos04 {
  width: 180px;
  margin: 48px 0;
}

section.buy {
  padding: 80px 0;
  text-align: center;
}
section.buy .buy_btn {
  width: 240px;
  margin: 0 auto;
}

/****************************************
illustration
*****************************************/
section.illustration {
  padding: 32px 0 60px 0;
  width: 762px;
  margin: 0 auto;
  text-align: center;
}
section.illustration h1 {
  margin: 24px 0 24px 0;
}
section.illustration h2 {
  margin: 48px 0 0 0;
}
section.illustration p {
  font-size: 16px;
  line-height: 26px;
  margin: 16px 0;
}
section.illustration .f_sml {
  font-size: 15px;
  line-height: 1.7;
}
section.illustration ul {
  width: 1024px;
  flex-wrap: wrap;
  padding: 48px 0 0 0;
}
section.illustration ul li {
  width: 403px;
  text-align: left;
  margin-bottom: 120px;
}
section.illustration ul li div.photo {
  padding: 16px 8px;
}
section.illustration ul li:nth-child(2n) {
  margin: 0 0 120px 0;
  width: calc(100% - 403px);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 0 16px 0;
}
section.illustration ul li p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 8px 16px 8px;
}
section.illustration ul li p.book_ttl {
  font-size: 16px;
  background-color: #6D5024;
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
  margin: 0 8px 8px 8px;
  font-weight: 400;
  border-radius: 8px;
}
section.illustration ul li p.ttl_pos01 {
  margin-top: 24px;
}
section.illustration ul li p.float-left {
  float: left;
  width: calc(100% - 168px);
}
section.illustration div.staff-img {
  width: 140px;
  margin-top: 64px;
  float: right;
}
section.illustration div.staff-img02 {
  width: 120px;
  margin: 0 auto 16px auto;
  padding: 0 0 16px 0;
}
section.illustration div.staff p {
  font-size: 14px;
  padding-bottom: 0;
}
section.illustration div.staff p:nth-child(2) {
  padding-top: 24px;
}
section.illustration div.staff p span {
  font-weight: 600;
}
section.illustration div.staff p.ttl {
  font-size: 16px;
}

div.bg-wrapper {
  background-color: #FBFBF4;
  padding: 64px 0;
}

section.staff {
  width: 762px;
  margin: 0 auto;
  text-align: center;
}
section.staff p.ttl {
  font-size: 18px;
  margin-bottom: 64px;
  text-align: center;
}
section.staff ul {
  display: flex;
  flex-wrap: wrap;
}
section.staff ul li {
  width: 50%;
  padding: 32px 24px;
  border-bottom: 1px solid #ccc;
}
section.staff ul li p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
section.staff ul li p.center {
  font-weight: 600;
  padding: 8px 0;
  text-align: center;
}
section.staff ul li p.txt-center {
  text-align: center;
}
section.staff ul li div {
  width: 164px;
  margin: 0 auto;
}
section.staff ul li:nth-child(2n) {
  border-left: 1px solid #ccc;
}

div.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 24px 8px 24px 8px;
}

div.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/****************************************
principle
*****************************************/
.principle_parents {
  background-color: #F5F2F2;
}

section.about_pcc01 {
  padding: 32px 0 16px 0;
  width: 960px;
  margin: 0 auto;
}
section.about_pcc01 p {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 0 24px 0;
  text-align: left;
}

section.about_pcc02 {
  padding: 16px 0 16px 0;
  width: 960px;
  margin: 0 auto;
}
section.about_pcc02 h2 {
  margin: 0 0 16px 0;
  font-size: 16px;
}
section.about_pcc02 p {
  font-size: 15px;
  line-height: 23px;
  padding: 0 0 24px 0;
  text-align: left;
}

section.principle {
  padding: 32px 0 32px 0;
  width: 762px;
  margin: 0 auto;
  text-align: center;
}
section.principle h1 {
  margin: 24px 0 24px 0;
}
section.principle .book {
  width: 643px;
  margin: 32px auto 0 auto;
}
section.principle p.eng {
  font-size: 15px;
  line-height: 23px;
  padding: 24px 0 0 0;
  text-align: left;
}
section.principle p.jp {
  font-size: 15px;
  line-height: 23px;
  margin: 24px 48px;
  text-align: left;
  margin-top: 48px;
}
section.principle p.jp02 {
  font-size: 15px;
  line-height: 23px;
  margin: 24px 48px;
  text-align: left;
}

section.principle02 h3 {
  width: 960px;
  margin: 0 auto;
}
section.principle02 ul {
  clear: both;
  width: 960px;
  padding: 24px 0 0 0;
  margin: 0 auto;
  flex-wrap: wrap;
}
section.principle02 ul li {
  width: 450px;
  text-align: left;
  margin-bottom: 40px;
}
section.principle02 ul li:nth-child(2n) {
  margin-left: 60px;
}
section.principle02 p {
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 8px 0;
}
section.principle02 p span {
  font-size: 13px;
  line-height: 20px;
}
section.principle02 ul li p:first-child {
  font-weight: 600;
}
section.principle02 .annotation {
  text-align: center;
  font-size: 15px;
}

section.principle03 {
  width: 960px;
  margin: 0 auto;
}
section.principle03 p {
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 8px 0;
}

/****************************************
SHOP
*****************************************/
section.shop {
  padding: 32px 0 32px 0;
  width: 762px;
  margin: 0 auto;
  text-align: center;
}
section.shop h1 {
  margin: 16px 0 16px 0;
}
section.shop ul {
  padding: 24px 0;
  text-align: center;
}
section.shop ul li {
  margin: 16px 0;
  font-size: 15px;
  line-height: 25px;
}

/****************************************
Books Archives
*****************************************/
section.book_archives {
  padding: 32px 0 80px 0;
  text-align: center;
}
section.book_archives h1 {
  margin: 24px 0 24px 0;
}
section.book_archives ul {
  width: 1000px;
  margin: 0 auto;
  padding: 24px 0 0 0;
  flex-wrap: wrap;
}
section.book_archives ul li {
  width: 316px;
  margin: 0 26px 32px 0;
}
section.book_archives ul li p.check {
  text-align: center;
  padding-top: 8px;
}
section.book_archives ul li p.check a {
  text-decoration: underline;
}
section.book_archives ul li:nth-child(3n) {
  margin: 0 0 32px 0;
}

/****************************************
BTN
*****************************************/
.square_btn {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background-color: #ef5050;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  text-align: center;
  padding: 8px 16px;
}

.square_btn:hover {
  background-color: #A49090;
}

.col_brw {
  background-color: #725125;
}

.col_red {
  background-color: #C53434;
}

.fnt_20 {
  font-size: 20px;
  font-weight: 500;
  width: 243px;
  padding: 16px 0;
}

.fnt_20:hover {
  text-decoration: none;
  background-color: #9e2d2d;
}

/****************************************
FOOTER
*****************************************/
footer {
  background-color: #725125;
  padding: 10px 0 10px 0;
}
footer div {
  width: 80px;
  margin: 0 auto;
  padding-top: 60px;
}
footer address {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-style: normal;
  line-height: 18px;
  margin: 16px 0 16px 0;
}

/****************************************
BASIC
*****************************************/
.f_left {
  float: left;
}

.f_right {
  float: right;
}

.both {
  clear: both;
}

.href {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  overflow: hidden;
  display: block;
}

/* clearfix */
.clearfix:after { /*float解除*/
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px; /*IE6 7用*/
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

input[type=submit], input[type=reset], input[type=button], button {
  cursor: pointer;
}

.hover:hover {
  filter: alpha(opacity=0.8);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  zoom: 1;
}

.block {
  display: block;
}

.border-top {
  border-top: 1px solid #ccc;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.t_center {
  text-align: center;
  margin: 0 auto;
}

.auto {
  margin: 0 auto;
}

img.alpha {
  filter: alpha(opacity=0.3);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  zoom: 1;
}

dl.outline {
  max-width: 490px;
}

dl.outline dt {
  margin: 0;
  float: left;
  clear: left;
  width: 80px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  padding: 10px 0;
  /*border-bottom:1px dotted #3e3938;*/
}

dl.outline dd {
  float: left;
  width: 370px;
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  padding: 10px 0;
  margin: 0;
  /*border-bottom:1px dotted #3e3938;*/
}

/* font */
.bold {
  font-weight: bold;
}

.font_mc {
  font-family: "ヒラギノ明朝 ProN W3", YuMincho, "游明朝", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_gc {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.ma-auto {
  margin: 0 auto;
}

.mat0 {
  margin-top: 0;
}

.mat5 {
  margin-top: 5px;
}

.mat10 {
  margin-top: 10px;
}

.mat15 {
  margin-top: 15px;
}

.mat20 {
  margin-top: 20px;
}

.mat25 {
  margin-top: 25px;
}

.mat30 {
  margin-top: 30px;
}

.mat35 {
  margin-top: 35px;
}

.mat40 {
  margin-top: 40px;
}

.mat45 {
  margin-top: 45px;
}

.mat50 {
  margin-top: 50px;
}

.mat55 {
  margin-top: 55px;
}

.mat60 {
  margin-top: 60px;
}

.mat65 {
  margin-top: 65px;
}

.mat70 {
  margin-top: 70px;
}

.mat75 {
  margin-top: 75px;
}

.mat80 {
  margin-top: 80px;
}

.mat85 {
  margin-top: 85px;
}

.mat90 {
  margin-top: 90px;
}

.mat100 {
  margin-top: 100px;
}

.mat135 {
  margin-top: 135px;
}

.mat150 {
  margin-top: 150px;
}

.mab0 {
  margin-bottom: 0;
}

.mab25 {
  margin-bottom: 25px;
}

.mab30 {
  margin-bottom: 30px;
}

.mab50 {
  margin-bottom: 50px;
}

.smp_mat20 {
  margin-top: 20px;
}

.mar5 {
  margin-right: 5px;
}

.mar10 {
  margin-right: 10px;
}

.mar15 {
  margin-right: 15px;
}

.mar20 {
  margin-right: 20px;
}

.mar25 {
  margin-right: 25px;
}

.mar30 {
  margin-right: 30px;
}

.mar35 {
  margin-right: 35px;
}

.mar40 {
  margin-right: 40px;
}

.mar45 {
  margin-right: 45px;
}

.mar50 {
  margin-right: 50px;
}

.mar_b5 {
  margin-bottom: 5px;
}

.mar_b10 {
  margin-bottom: 10px;
}

.mar_b15 {
  margin-bottom: 15px;
}

.mar_b20 {
  margin-bottom: 20px;
}

.mar_b30 {
  margin-bottom: 30px;
}

.mal10 {
  margin-left: 10px;
}

.mal15 {
  margin-left: 15px;
}

.mal20 {
  margin-left: 20px;
}

.mal30 {
  margin-left: 30px;
}

.mal40 {
  margin-left: 40px;
}

.mal50 {
  margin-left: 50px;
}

.mal60 {
  margin-left: 60px;
}

.patb5 {
  padding: 5px 0;
}

.par3 {
  padding-right: 3px;
}

.par5 {
  padding-right: 5px;
}

.par10 {
  padding-right: 10px;
}

.pad_b0 {
  padding-bottom: 0;
}

.pad_b3 {
  padding-bottom: 3px;
}

.pad_b5 {
  padding-bottom: 5px;
}

.pad_b10 {
  padding-bottom: 10px;
}

.pad_b30 {
  padding-bottom: 30px;
}

.pad_b50 {
  padding-bottom: 50px;
}

.pad_b80 {
  padding-bottom: 80px;
}

.pad_b200 {
  padding: 0 0 200px 0;
}

.pat5 {
  padding-top: 5px;
}

.pat10 {
  padding-top: 10px;
}

.pat15 {
  padding-top: 15px;
}

.pat20 {
  padding-top: 20px;
}

.pat25 {
  padding-top: 25px;
}

.pat30 {
  padding-top: 30px;
}

.pat35 {
  padding-top: 35px;
}

.pat40 {
  padding-top: 40px;
}

.pat45 {
  padding-top: 45px;
}

.pat50 {
  padding-top: 50px;
}

.pat60 {
  padding-top: 60px;
}

.pat65 {
  padding-top: 65px;
}

.pat80 {
  padding-top: 80px;
}

.pat100 {
  padding-top: 100px;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls75 {
  letter-spacing: 0.075em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.border_none {
  border: none;
}