@charset "utf-8";
/* =====reset-css====== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
html,
body,
div,
span,
.header__items,
.footer__items,
.footer__items--sp {
  padding: 0;
  margin: 0;
  list-style: none;
}

.single__title {
  font-weight: normal;
}

h1 {
 font-size: 39.4px; 
} 
h2 {
 font-size: 31.2px; 
} 
h3 {
 font-size: 24.96px; 
} 
h4 {
 font-size: 20px; 
} 
h5 {
 font-size: 16px; 
} 
h6 {
 font-size: 12.8px; 
} 

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

/* nav ul {
    list-style:none;
} */

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
  
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}



hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {
    vertical-align: bottom;
}

* {
    box-sizing: border-box;
  }

a {
  color: #000;
}

/* ul {
  list-style: none;
} */

/* ol {
  list-style: none;
} */

button,
input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  border-radius: 0;
  appearance: none;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

/* =====common-css====== */

@font-face {
  font-family: "MyFont";
    src: url('../font/myfont.eot') format("eot"), 
    url('../font/myfont.woff') format("woff");
  }

body {
  font-family: "MyFont", sans-serif;
  color: #000;
}

body.open {
  overflow: hidden;
}

.hidden {
  overflow: hidden;
}

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

.common-inner {
  position: relative;
}

.br-sp {
  display: none;
}

.breadcrumbs {
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.66;
}

.home-icon {
  background-image: url(../img/home.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-bottom: -4px;
}

.breadcrumbs__arrow {
  margin: 0 4px;
}


.category-wrap {
  padding: 40px 0;
  background-color: #f5f1eb;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-item:hover {
  opacity: 0.7;
  transition: all .3s;
}

.category-item:not(:last-of-type) {
  margin-right: 80px;
}

.category-item__label {
  font-size: 18px;
}

.category-item__box {
  /* appearance: none;
  -webkit-appearance: none; */
  width: 15px;
  height: 15px;
  /* border: 1px solid #d2d2d2; */
  /* background-color: #fff; */
  /* border-radius: 5px; */
  margin: 0 10px 0 0;
  vertical-align: top;
}

/* .category-item__box:checked {
  background-color: #000;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #d2d2d2;
} */

.page-pagination {
  display: flex;
  justify-content: center;
}

.page-pagination__btn {
  display: inline-block;
  padding: 8px 11px;
  font-size: 14px;
  background-color: #f5f1eb;
  font-family: 'Noto Sans JP', sans-serif;
}

.page-pagination__btn:not(:last-of-type) {
  margin-right: 20px;
}

.page-pagination__btn.is-active {
  background-color: #64363c;
  color: #fff;
}

.page-pagination__btn--next {
  background-color: transparent;
}

.fv-none {
  margin-top: 150px;
}

/* =====header====== */

.content-left {
  flex-basis: 22%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%) ;
}

.header {
  max-width: 424px;
}

.header-sp {
  display: none;
}

.header-inner {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 22%;
  overflow: scroll
}

.header__logo {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}

.header__logo-sp {
  display: none;
}

.header__items {
  margin: 20px 5% 113px 11%;
}

.header__item:not(:first-child) {
  margin-top: 34px;
}

.header__item:hover {
  opacity: 0.7;
  transition: all .3s;
}

.header__link--gentei {
  font-size: 12px;
  margin-left: 20px;
}

.header__link {
  font-size: 16px;
  line-height: 1.22;
}

.header__icons {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}

.header__icon:not(:last-of-type) {
margin-right: 30px;
}

.header__icon:hover {
  opacity: 0.7;
  transition: all .3s;
}

.burger-btn {
  display: block;
  padding: 20px 10px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 13;
}

/* =====fv====== */

.fv {
  position: relative;
}

.content-right {
  flex-basis: 78%;
}

.swiper-container {
  height: 1000px;
}

.swiper-wrapper {
  height: 1000px;
}

.swiper-slide__img {
  width: 100%;
  height: 1000px;
  object-fit: cover;
}

.header__message {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 36px;
  letter-spacing: 0.119em;
  position: absolute;
  top: 0;
  right: 4%;
  z-index: 10;
}

.header__message-text--right {
  display: inline-block;
  padding: 62px 36px 83px 35px;
  background-color: rgba(255, 255, 255, 69%);
}

.header__message-text--left {
  margin-right: 20px;
  padding: 62px 36px 62px 35px;
  background-color: rgba(255, 255, 255, 69%);
}

  
.scroll{
position: absolute;
left: 50%;
bottom: -30px;
}

.scroll:before {
content: "";
position: absolute;
bottom: 0;
right: 8px;
width: 1px;
height: 16px;
background: #000;
transform: skewX(45deg);
}

.scroll:after{
content:"";
position: absolute;
bottom:0;
right:0;
width:1px;
height: 65px;
background:#000;
}

/* =====footer====== */

.footer {
  margin-top: 151px;
  padding: 60px 0 20px;
  background-color: #64363c;
  position: relative;
}

.footer-scroll-link {
  display: inline-block;
  position: absolute;
  top: -70px;
  right: 0;
  width: 70px;
  height: 70px;
  border: 1px solid #000;
}

.footer-scroll{
  position: absolute;
  bottom: 10px;
  left: 50%;
  }
  
  .footer-scroll:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: -50px;
  right: -7px;
  width: 1px;
  height: 14px;
  background: #000;
  transform: skewX(45deg);
  }
  
  .footer-scroll:after{
  content:"";
  position: absolute;
  bottom:0;
  right:0;
  width:1px;
  height: 50px;
  background:#000;
  }


.foote-inner-pc {
  padding: 0 80px 0 16px;
}

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

.footer__nav {
  display: flex;
}

.footer__link--gentei {
  margin-left: 20px;
}

.footer__items:not(:last-of-type) {
  margin-right: 80px;
}

.footer__item:not(:first-of-type) {
  margin-top: 27px;
}

.footer__item:hover {
  opacity: 0.7;
  transition: all .3s;
}

.footer__link {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 1599px) {

  .footer__link {
    font-size: 12px;
  }

  .footer__items:not(:last-of-type) {
    margin-right: 40px;
  }

  .footer__link--gentei {
    margin-left: 10px;
    font-size: 1px;
  }

  .foote-inner-pc {
    padding: 0 16px 0 ;
  }
}

@media (max-width: 1299px) {

  .footer__link {
    font-size: 12px;
  }

  .footer__items:not(:last-of-type) {
    margin-right: 30px;
  }

  .foote-inner-pc {
    padding: 0 16px 0 ;
  }
}

.footer__info {
  font-size: 16px;
  color: #fff;
}

.footer__info:first-of-type {
  margin-top: 41px;
}

.footer__info:not(:last-of-type) {
  margin-bottom: 10px;
}

.footer__info-text {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  line-height: 1.21;
}

.footer__icons {
  margin-top: 60px;
  display: flex;
}

.footer__icon:first-of-type {
  margin-left: 57px;
}

.footer__icon:not(:first-of-type) {
  margin-left: 30px;
}

.footer__icon:hover {
  opacity: 0.7;
  transition: all .3s;
}

.footer__copy {
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.footer-inner--sp {
  display: none;
}

/* ===========================
fv
============================== */

.fv-top {
  position: relative;
}

.fv-top__size {
  width: 100%;
  height: 454px;
}

.fv-top-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-top__title {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 32px;
  padding: 26px 51px 18px 0;
  background-color: rgba(255, 255, 255, 71%);
  text-align: right;
}

/* ===========================
page-members
============================== */

.fv-top__title--members {
  font-size: 32px;
  font-weight: normal;
  padding:  12px 60px 11px 0;
}

.fv-top__sub-title--members {
  display: block;
  font-size: 2px;
  padding-right: 32px;
  margin-top: 5px;
}

/* =====member-kukki====== */

.fv-top__sub-title--members-kukki {
  padding-right: 0;
}

.application--sp {
  display: none;
}

.category-list--sp {
  display: none;
}

/* =====category-list====== */

.category-wrap--members {
  margin-top: 91px;
}

/* =====common-content====== */

.common-content {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.common-content--single {
  margin-top: 116px;
}

.common-content__left {
  flex-basis: 22%;
  display: flex;
  margin-left: 3%;  
}

.common-content__left--single {
  flex-basis: 23%;
}

.common-content__right {
  flex-basis: 78%;
}

.common-content__right--single {
  flex-basis: 77%;
}

.common-content__right--single a {
  color: #1D518B;
}
.common-content__right--single a:hover {
  text-decoration: underline;
}

/* =====content__left-inner====== */

.content__left-inner {
  position: relative;
  width: 182px;
  height: 182px;
  border-radius: 50%;
  background-image: url(../img/sinsei-bgi.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.common-content__leht-link {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
  font-size: 18px;
  line-height: 1.22;
  color: #fff;
  padding: 60px 0;
  width: 182px;
  
}

.common-content__leht-link--bot {
  display: block;
  margin-top: 3px;
}

/* =====common-content__right====== */

.single {
  margin-right: 16px;
  max-width: 800px;
}

.single__data {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

.single-data--img {
  display: none; 
}

.single__Cty {
  display: none;
}

.single__title {
  font-size: 20px;
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
}

.single__pic-S {
  width: 100%;
  max-width: 800px;
  height: 493px;
  margin-top: 40px;
}

.single__pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single__text {
  font-size: 18px;
  line-height: 1.38;
  margin: 40px 0 19px;
}

/* ===========================
page-school-Sg
============================== */

.school-Sg {
  margin-top: 91px;
}

.school-Sg__inner {
  width: 100%;
  max-width: 666px;
  margin: 0 auto;
}

.school-Sg__title {
  font-size: 26px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #54363c;
  line-height: 1.3;
  word-break: break-all;
}

.school-Sg__pic-S {
  margin: 40px auto 0;
  width: 240px;
  height: 240px;
}

.school-Sg__pic {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sS__info {
  margin-top: 70px;
}

.sS__title {
  font-size: 16px;
}

.sS__title:not(:first-of-type) {
  padding-top: 21px;
}

.sS__text {
  display: inline-block;
  font-size: 18px;
  margin-left: 70px;
}

.sS__text-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px dashed #707070;
  padding: 21px 0;
  line-height: 1.3;
}

.sS__text-wrap--top {
  padding-top: 0;
  word-break: break-all;
  line-height: 1.3;
}

.sS__title--bn {
  border-bottom: none;
  padding-bottom: 0;
  width: 118px;
}

.sS__text--add {
  margin-left: 0;
  max-width: 548px;
}

.sS__info-wrap {
  display: flex;
  padding: 21px 0;
  border-bottom: 1px dashed #707070;
}

.sS__title-ta {
  font-size: 16px;
  width: 118px;
  margin-top: 5px;
}

.sS__text-ta {
  font-size: 18px;
  line-height: 1.55;
  max-width: 548px;
}

.sS__text-link-wrap {
  display: flex;
  padding: 21px 0;
  border-bottom: 1px dashed #707070;
}

.sS__title-link {
  font-size: 16px;
  width: 49px;
  margin-top: 5px;
  border-bottom: none;
  padding-bottom: 0;
}

.sS__text-link {
  display: block;
  font-size: 18px;
  line-height: 1.55;
  max-width: 548px;
  word-break: break-all;
}

.sS__text-link:hover {
  color: #1D518B;
  text-decoration: underline;
}

.sS__text-link--mail:hover {
  color: #000;
  text-decoration: none;
}

.sS__link-wrap {
  margin-top: 100px;
  padding-bottom: 19px;
  position: relative;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  width: 592px;
  margin: 0 auto;
}

.nav-previous,
.nav-next,
.sS__link-archive {
  display: inline-block;
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
  position: relative;
  z-index: 1;
}

.nav-previous > a,
.nav-next > a {
  padding: 20px 60px;
}

.nav-previous:hover,
.nav-next:hover,
.sS__link-archive:hover {
  opacity: 0.7;
  transition: all .3s;
}

.nav-next {
  margin-left: auto;
}

.sS__link-archive--box {
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sS__link-archive {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.nav-previous::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -39px;
  width: 65px;
  height: 1px;
  background-color: #000;
}

.nav-previous::after {
  content: "";
  position: absolute;
  top: 37%;
  left: -39px;
  width: 16px;
  height: 1px;
  background-color: #000;
  transform: skewY(-45deg);
}

.nav-next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -39px;
  width: 65px;
  height: 1px;
  background-color: #000;
}

.nav-next::after {
  content: "";
  position: absolute;
  top: 37%;
  right: -39px;
  width: 16px;
  height: 1px;
  background-color: #000;
  transform: skewY(45deg);
}

.screen-reader-text {
  display: none;
}


/* ==========================================================
tablet
========================================================== */

@media (max-width: 1279px) {
  
/* =====common-css====== */

.content-wrap {
  display: block;
}

.breadcrumbs {
  margin: 13px 0 0 10px;
}

.fv-none {
  margin-top: 0;
}

/* =====header====== */

.content-left {
  box-shadow: none;
}

.header {
  max-width: none;
}

.header-sp {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  /* position: fixed;
  top: 0;
  right: 0;
  left: 0; */
  z-index: 11;
  height: 64px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
}

.header-sp--single {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
}

.header-sp.open {
  opacity: 0;
}

.header-sp__logo {
  width: 240px;
  height: 33px;
  align-self: center;
  margin-left: 10px;
}

.header-sp__pic {
  width: 100%;
  height: 100%; 
}

.burger-btn {
  display: block;
  padding: 20px 10px;
  /* position: fixed;
  top: 0;
  right: 0; */
  z-index: 13;
}

.burger-btn {
  opacity: 1;
}

.bar {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background-color: #64363c;
  transition: all 0.3s;
}

.bar-top {
  margin-bottom: 9px;
}

.bar-bot {
  margin-top: 9px;
}

.bar.bar-top.open {
  transform: translateY(13px) rotate(45deg);
}

.bar.bar-mid.open {
  opacity: 0;
}

.bar.bar-bot.open {
  transform: translateY(-9px) rotate(-45deg);
}

.header-inner {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 12;
  background-image: url(../img/pixta_61236815_M.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .3s;
}

.header-inner.open {
  transition: all .3s;
  right: 0;
}

.header__logo {
  display: none;
}

.header__logo-sp {
  display: block;
  margin-top: 50px;
  width: 100%;
  text-align: center;
}

.header__items {
  margin: 28px 20% 50px;
}

/* =====fv====== */

.fv {
  position: relative;
}

.swiper-container {
  height: 100vh;
}

.swiper-wrapper {
  height: 100vh;
}

.swiper-slide__img {
  height: 100vh;
}

.header__message {
  font-size: 32px;
}

.header__message-text--right {
  padding: 50px 27px 60px;
}

.header__message-text--left {
  margin-right: 15px;
  padding: 50px 27px 60px;
}
  
.scroll{
bottom: -35px;
}


/* =====footer====== */

.footer {
  margin-top: 151px;
  padding: 0;
  background-color: #fff;
}

.foote-inner-pc {
  padding: 0 80px 0 16px;
  display: none;
}

.footer-inner--sp {
  display: block;
}

.footer__items--sp {
  display: flex;
  flex-wrap: wrap;
  background-color: #64363c;
}

.footer__item--sp {
  flex-basis: 50%;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fa-chevron-right {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.footer__item--sp:nth-of-type(2n) {
  border-left: 1px solid #fff;
}

.footer__item--sp:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}

.footer__item--sp:last-of-type {
  flex-basis: 100%;
}

.footer__link--sp {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.footer__link--sp:hover {
  opacity: 0.7;
  transition: all .3s;
}

.footer__link--gentei-sp {
  display: inline-block;
  margin-left: 15px;
}

.footer__bgi {
  background-image: url(../img/pixta_61236815_M.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer__logo-sp {
  padding-top: 21px ;
  text-align: center;
}

.footer__info--sp {
  font-size: 14px;
  line-height: 1.21;
  text-align: center;
}

.footer__info--sp:first-of-type {
  margin-top: 25px;
}

.footer__info-text--sp {
  width: 313px;
  margin: 0 auto;
  font-size: 1.2px;
  margin-top: 10px;
}

.footer__icons--sp {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.footer__icon--sp:not(:first-of-type) {
  margin-left: 20px;
}

.footer__icon--sp:hover {
  opacity: 0.7;
  transition: all .3s;
}

.footer__copy--sp {
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 10px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

/* ===========================
fv
============================== */

.fv-top {
  position: relative;
}

.fv-top__size {
  width: 100%;
  height: 454px;
}

.fv-top-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-top__title {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 32px;
  padding: 26px 51px 18px 0;
  background-color: rgba(255, 255, 255, 71%);
  text-align: right;
}

/* ===========================
page-members
============================== */

/* ======application--sp===== */

.application--sp {
  display: block;
}

.application__wrap--sp {
  background-image: url(../img/sinsei-bgi-yoko.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 400px;
  margin: 34px auto 0;
  text-align: center;  
}

.application__text--sp {
  display: inline-block;
  padding: 14px 0;
  font-size: 18px;
  color: #fff;
  line-height: 1.22;
  transition: all .3s;
}

.application__text--sp:hover {
  opacity: 0.7;
  transition: all .3s;
}

.application__text-bot--sp {
  display: block;
}

/* ======category-list--sp===== */

.category-list--sp {
  display: block;
}

.category-wrap--sp {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.category-item__btn--sp {
  font-size: 16px;
  padding: 7px 26px;
  background-color: #f5f1eb;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 16%);
  border-radius: 15px;
  cursor: pointer;
}

.category-item__btn--sp:hover {
  opacity: 0.7;
  transition: all .3s;
} 

.category-item__btn--sp:not(:last-of-type) {
  margin-right: 30px;
}

/* =====category-list====== */

.category-list {
  display: none;
}

/* =====common-content====== */

.common-content {
  display: block;
  margin-top: 40px;
}

.common-content__left {
  display: none;
}

.common-content__right {
  flex-basis: 100%;
}

/* =====common-content__right====== */

.single {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

.single-data--img {
  display: inline-block;
  margin: 0 5px 4px 0;
}

.single__Cty {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  padding: 4px 15px;
  margin-left: 10px;
  color: #fff;
}

.icing-cookie,
.recipe {
  background-color: #70649a;
}

.ankono-ohana,
.shopping {
  background-color: #846d62;
}

.event,
.video {
  background-color: #844b55;
}

/* ===========================
page-school-Sg
============================== */

.school-Sg {
  margin-top: 35px;
}

.sS__link-wrap {
  padding-bottom: 0;
}

}

/* ==========================================================
sp
========================================================== */

@media (max-width: 767px) {

/* =====common-css====== */

.br-pc {
  display: none;
}

.br-sp {
  display: block;
}

.breadcrumbs {
  margin: 13px 0 0 10px;
  font-size: 12px;
}

.home-icon {
  width: 13px;
  height: 13px;
  margin-bottom: -2px;
}

.breadcrumbs__arrow {
  font-size: 10px;
}

/* =====header====== */

.header-sp {
  height: 56px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
}

.header-sp__logo {
  width: 200px;
  height: 27.68px;
}

.burger-btn {
  padding: 16px 20px;
  z-index: 13;
}

.header-inner {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 12;
  background-image: url(../img/pixta_61236815_M.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .3s;
}

.header__logo-sp {
  display: block;
  margin-top: 50px;
  width: 100%;
  text-align: center;
}

.header__items {
  margin: 28px 25px 50px;
}

.header__item:not(:first-child) {
  margin-top: 28px;
}

.header__link--gentei {
  margin-left: 10px;
}

.header__link {
  font-size: 16px;
}

.header__icons {
  margin-bottom: 20px;
}

.header__icon:not(:last-of-type) {
margin-right: 20px;
}

.header__icon-pic {
  width: 22px;
  height: 22px;
}

/* =====fv====== */

.fv {
  position: relative;
}

.swiper-container {
  height: 250px;
}

.swiper-wrapper {
  height: 250px;
}

.swiper-slide__img {
  height: 100%;
}

.header__message {
  font-size: 12px;
}

.header__message-text--right {
  padding: 22px 9px;
}

.header__message-text--left {
  margin-right: 5px;
  padding: 22px 9px;
}

.scroll{
bottom: -28px;
}

.scroll:before {
right: 5px;
width: 1px;
height: 10px;
}

.scroll:after{
height: 41px;
}

/* =====footer====== */

.footer {
  margin-top: 145px;
}

.foote-inner-pc {
  display: none;
}

.footer-inner--sp {
  display: block;
}

.footer-scroll-link {
  top: -45px;
  width: 45px;
  height: 45px;
}

.footer-scroll{
  bottom: 6px;
  }
  
  .footer-scroll:before {
  top: -31px;
  right: -4px;
  height: 9px;
  }
  
  .footer-scroll:after{
  height: 31px;
  }

.footer__item--sp {
  text-align: left;
}

.footer__link--gentei-sp {
  margin-left: 0;
}

.footer__icon-pic--sp {
  width: 22px;
  height: 22px;
}

/* ===========================
page-fv
============================== */

.fv-top__size {
  height: 180px;
}

.fv-top__title {
  font-size: 16px;
  padding: 13px 20px 9px 0;
}

/* ===========================
page-members
============================== */

.fv-top__title--members {
  font-size: 16px;
  padding:  12px 16px 10px 0;
}

.fv-top__sub-title--members {
  display: inline;
  font-size: 14px;
  padding-right: 0;
  margin-top: 0;
}

/* ======member-kukki===== */

.fv-top__sub-title--members-kukki {
  font-size: 12px;
}

/* ======application--sp===== */

.application--sp {
  display: block;
}

.application__wrap--sp {
  max-width: 313px;
}

/* ======category-list--sp===== */

.category-wrap--sp {
  margin-top: 30px;
}

.category-item__btn--sp:not(:last-of-type) {
  margin-right: 20px;
}

@media ( max-width: 339px ) {

.category-item__btn--sp:not(:last-of-type) {
  margin-right: 15px;
}
}

/* =====category-list====== */

.category-list {
  display: none;
}

/* =====common-content====== */

.common-content {
  display: block;
  margin-top: 40px;
}

.common-content--single{
  margin-top: 44px;
}

.common-content__left {
  display: none;
}

.common-content__right {
  flex-basis: 100%;
}

/* =====common-content__right====== */

.single {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.single__data {
  font-size: 14px;
  margin: 0 10px;
}

.single-data--img {
  width: 12px;
  height: 12px;
  margin: 0 5px 4px 0;
}

.single__title {
  font-size: 18px;
  margin: 5px 10px;
  padding-bottom: 10px;
}

.single__pic-S {
  width: 100%;
  max-width: none;
  height: 210px;
  margin-top: 30px;
}

.single__text {
  font-size: 16px;
  line-height: 1.12;
  margin: 20px 10px 0 10px;
}

/* ===========================
page-school-Sg
============================== */

.school-Sg {
  margin-top: 35px;
}

.school-Sg__inner {
  width: 100%;
  max-width: none;
  padding: 0 10px;
}

.school-Sg__title {
  font-size: 24px;
  border-bottom: 1px solid #54363c;
}

.school-Sg__pic-S {
  margin: 30px auto 0;
}

.sS__info {
  margin-top: 40px;
}

.sS__title {
  font-size: 18px;
  padding-bottom: 20px;
}

.sS__title:not(:first-of-type) {
  padding-top: 20px;
}

.sS__text {
  display: block;
  font-size: 16px;
  margin: 20px 0 0 0;
}

.sS__info-wrap {
  display: block;
  padding: 20px 0;
  border-bottom: 1px dashed #707070;
}


.sS__info-wrap {
  display: block;
  padding: 21px 0;
  border-bottom: 1px dashed #707070;
}
.sS__text-wrap {
  display: block;
  padding: 20px 0;
}

.sS__text-wrap--top {
  padding-top: 0;
}

.sS__title--bn {
  border-bottom: none;
  padding-bottom: 0;
  width: 100%;
}

.sS__text--add {
  margin-left: 0;
  max-width: none;
}

.sS__title-ta {
  font-size: 18px;
  width: 100%;
  margin-top: 0;
}

.sS__text-ta {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
  max-width: none;
}


.sS__text-link-wrap {
  display: block;
  padding: 22px 0;
}

.sS__title-link {
  font-size: 18px;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
}

.sS__text-link {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  max-width: none;
  width: 100%;
  word-break: break-all;
}


.sS__link-wrap {
  margin: 60px 15% 0;
  padding-bottom: 19px;
  position: relative;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.nav-previous,
.nav-next,
.sS__link-archive {
  display: inline-block;
  width: 121px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  position: relative;
}

.nav-previous > a,
.nav-next > a {
  padding: 15px 45px;
}

@media (max-width: 365px) {
  .nav-previous,
.nav-next,
.sS__link-archive {
  display: inline-block;
  width: 100px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  position: relative;
}

.nav-previous > a,
.nav-next > a {
  padding: 15px 35px;
}
  
}


.sS__link-archive--box {
  width: 100%;
  margin: 30px auto 0;
  position: static ;
  transform: translateX(0);
}

.sS__link-archive {
  display: block;
  /* justify-content: center; */
  margin: 0 auto;
  width: 100%;
}

.nav-previous::before {
  left: -23px;
  width: 40px;
}

.nav-previous::after {
  left: -23px;
  width: 12px;
}

.nav-next::before {
  right: -23px;
  width: 40px;
}

.nav-next::after {
  right: -23px;
  width: 12px;
}
}

.header-banner-petbaker{
    width:300px;
    margin-left: -10px;
}