@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Marcellus);
/* Reset Style */
/* =======================================

	Browser Reset CSS
	Last Up Date 09/09/28

========================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

body {
  background: #FFF;
  color: #000;
  -webkit-text-size-adjust: none;
  letter-spacing: 1px;
}

html {
  font-size: 62.5% !important;
}

@media all and (max-width: 896px) {
  html {
    font-size: 60% !important;
  }
}
body {
  font-size: 1.5rem;
  line-height: 1.7em;
  letter-spacing: 1.5px;
}

* html body {
  font-size: small;
}

*:first-child + html body {
  font-size: small;
}

#wrapper {
  overflow: hidden;
}

img {
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

#wrapper {
  font-family: "Noto Serif JP", serif;
}

.pconly {
  display: block;
}
@media all and (max-width: 480px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 480px) {
  .sponly {
    display: block;
  }
}

.w1000 {
  max-width: 1000px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
a.a_none {
  pointer-events: none;
}

img {
  max-width: 100%;
}
img.fitimg {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  width: 100%;
  height: 100%;
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px); /* フェードインで動く高さを指定 */
  transition: all 1500ms; /* フェードインにかかる時間を指定 */
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

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

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pankuzu {
  padding: 5px 0;
  margin: 0 auto;
}
.pankuzu .breadcrumb {
  font-size: 15px;
}
.pankuzu .breadcrumb li {
  display: inline;
  list-style: none;
}
.pankuzu .breadcrumb li a {
  color: #10B8E5;
}
.pankuzu .breadcrumb li a:hover {
  text-decoration: underline;
}
.pankuzu .breadcrumb li:after {
  content: ">";
  padding: 0 3px;
  color: #555;
}
.pankuzu .breadcrumb li:last-child:after {
  content: "";
}

.main {
  height: 100vh;
}
@media all and (max-width: 896px) {
  .main {
    height: auto;
  }
}
.main .area_main {
  position: relative;
}
.main .area_main h1 {
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 0;
  right: 0;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .main .area_main h1 {
    max-width: 300px;
    top: 15%;
  }
}
.main .area_main ul {
  display: flex;
}
.main .area_main ul li {
  width: 50%;
  height: calc(100vh - 250px);
  position: relative;
}
@media all and (max-width: 480px) {
  .main .area_main ul li {
    height: 400px;
  }
}
.main .area_main ul li a {
  display: block;
  background: #000;
  height: 100%;
  width: 100%;
}
.main .area_main ul li a.a_none img {
  opacity: 0.5;
}
.main .area_main ul li a.a_none div:before {
  background: rgba(0, 0, 0, 0.5);
  content: "ComingSoon";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.main .area_main ul li a img {
  opacity: 0.8;
}
.main .area_main ul li a div {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
}
@media all and (max-width: 480px) {
  .main .area_main ul li a div {
    padding: 5px;
    font-size: 1.4rem;
    bottom: 10px;
    width: 100px;
    height: 100px;
  }
}
.main .area_wain {
  background: #000;
  height: 300px;
}
@media all and (max-width: 896px) {
  .main .area_wain {
    height: auto;
  }
}
.main .area_wain dl {
  max-width: 1100px;
  width: calc(100% - 30px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .main .area_wain dl {
    flex-wrap: wrap;
    text-align: center;
  }
}
.main .area_wain dl dt {
  color: #fff;
  padding: 50px 0;
  width: 350px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .main .area_wain dl dt {
    width: 100%;
    display: block;
    padding: 50px 0 30px 0;
  }
}
.main .area_wain dl dt h2 {
  font-size: 2rem;
}
.main .area_wain dl dt p {
  margin-top: 20px;
}
.main .area_wain dl dd {
  width: calc(100% - 650px);
}
@media all and (max-width: 896px) {
  .main .area_wain dl dd {
    width: 100%;
    height: 200px;
  }
}
.main .area_wain dl dd.bnr {
  width: 300px;
  margin: 0 20px;
  display: flex;
  align-items: center;
}

.main_upage .area_main {
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_upage .area_main p {
  max-width: 450px;
  width: 100%;
}

.link {
  padding: 15px 0;
}
.link .area_link {
  display: flex;
  justify-content: center;
  color: #fff;
}
.link .area_link h1 {
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 4rem;
  line-height: 1.3em;
  letter-spacing: 5px;
}
.link .area_link .nav {
  display: flex;
  flex-flow: row wrap;
}
@media all and (max-width: 480px) {
  .link .area_link .nav {
    display: none;
  }
}
.link .area_link .nav > li {
  display: flex;
  align-items: center;
  position: relative;
}
.link .area_link .nav > li > a {
  color: #fff;
  margin: 0 30px;
  display: block;
  line-height: 1;
  z-index: 1;
}
.link .area_link .nav > li > a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
}
.link .area_link .nav > li > a:hover {
  text-decoration: underline;
}
.link .area_link .nav > li .sub {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  min-height: 0;
  height: 0;
  z-index: 3;
  transition: min-height 0.5s;
}
.link .area_link .nav > li .sub > li a {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 1.75;
  background-color: #000;
  padding: 8px 10px;
  box-sizing: border-box;
  font-size: 1.3rem;
  letter-spacing: 0px;
}
.link .area_link .nav > li .sub > li a:hover {
  opacity: 0.8;
}
.link .area_link .nav > li .sub.active {
  min-height: 300px;
}
.link .area_link .sp_menu {
  display: none;
}
@media all and (max-width: 480px) {
  .link .area_link .sp_menu {
    display: block;
    width: 100%;
  }
}
.link .area_link .sp_menu li dl.accArea dt.accTitle {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  letter-spacing: 0px;
  cursor: pointer;
  padding: 5px 0;
}
.link .area_link .sp_menu li dl.accArea dt.accTitle span {
  display: block;
  color: #fff;
  line-height: 1.2em;
  letter-spacing: 2px;
  padding: 2px 0;
}
.link .area_link .sp_menu li dl.accArea dt.accTitle span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
}
.link .area_link .sp_menu li dl.accArea dt.accTitle::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 50%;
  background: #fff; /* 横棒を縦 90℃回転 */
  transform: translateY(-50%) rotate(90deg); /* +→-アニメーション */
  transition: 0.5s;
}
.link .area_link .sp_menu li dl.accArea dt.accTitle::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.link .area_link .sp_menu li dl.accArea dt.accTitle.accOn::after {
  transform: rotate(0);
  transition: 0.5s;
}
.link .area_link .sp_menu li dl.accArea dd.accInner {
  display: none;
}
.link .area_link .sp_menu li dl.accArea dd.accInner ul {
  margin-left: 1em;
}
.link .area_link .sp_menu li dl.accArea dd.accInner ul:first-child {
  margin-top: 0;
}
.link .area_link .sp_menu li dl.accArea dd.accInner ul li p {
  font-weight: bold;
}
.link .area_link .sp_menu li dl.accArea dd.accInner ul li a {
  padding: 2px 0;
  display: block;
  color: #fff;
  font-size: 1.4rem;
}

.menu {
  padding: 50px 0;
}
.menu .area_menu {
  padding-top: 100px;
}
@media all and (max-width: 896px) {
  .menu .area_menu {
    padding-top: 50px;
  }
}
@media all and (max-width: 480px) {
  .menu .area_menu {
    padding-top: 30px;
  }
}
.menu .area_menu h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
}
@media all and (max-width: 480px) {
  .menu .area_menu h2 {
    font-size: 2.5rem;
  }
}
.menu .area_menu h2:before {
  content: "[";
  margin-right: 50px;
}
@media all and (max-width: 480px) {
  .menu .area_menu h2:before {
    margin: 0;
    position: absolute;
    left: 20px;
  }
}
.menu .area_menu h2:after {
  content: "]";
  margin-left: 50px;
}
@media all and (max-width: 480px) {
  .menu .area_menu h2:after {
    margin: 0;
    right: 20px;
    position: absolute;
  }
}
.menu .area_menu .sec_menu {
  margin-top: 50px;
}
.menu .area_menu .block_title {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
@media all and (max-width: 896px) {
  .menu .area_menu .block_title {
    flex-wrap: wrap;
  }
}
.menu .area_menu .block_title h3 {
  font-size: 2.8rem;
  line-height: 1.5em;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  border-right: 1px solid #000;
}
@media all and (max-width: 896px) {
  .menu .area_menu .block_title h3 {
    width: 100%;
    padding: 0 0 20px 0;
    border: none;
  }
}
.menu .area_menu .block_title ul {
  display: flex;
  width: calc(100% - 280px);
}
@media all and (max-width: 896px) {
  .menu .area_menu .block_title ul {
    width: 100%;
    justify-content: center;
  }
}
@media all and (max-width: 480px) {
  .menu .area_menu .block_title ul {
    flex-wrap: wrap;
  }
}
.menu .area_menu .block_title ul li {
  text-align: center;
}
.menu .area_menu .block_title ul li.txt {
  display: flex;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  width: 30%;
}
@media all and (max-width: 480px) {
  .menu .area_menu .block_title ul li.txt {
    width: 60%;
  }
}
.menu .area_menu .block_title ul li.txt div {
  width: 100%;
}
.menu .area_menu .block_title ul li.txt div .name {
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 8px;
  font-size: 1.6rem;
  letter-spacing: 0px;
}
@media all and (max-width: 480px) {
  .menu .area_menu .block_title ul li.txt div .name {
    font-size: 1.5rem;
  }
}
.menu .area_menu .block_title ul li.txt div p {
  font-size: 1.3rem;
  line-height: 1.4em;
}
.menu .area_menu .block_title ul li.txt div p.small {
  font-size: 1.1rem;
  letter-spacing: 0px;
  line-height: 1.5em;
}
.menu .area_menu .block_title ul li.txt div b {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.menu .area_menu .block_title ul li.img {
  border-radius: 50%;
  overflow: hidden;
  width: 20%;
}
@media all and (max-width: 480px) {
  .menu .area_menu .block_title ul li.img {
    width: 40%;
  }
}
.menu .area_menu .block_title ul li.kakeru {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50px;
  font-size: 3rem;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  .menu .area_menu .block_title ul li.kakeru {
    width: 100%;
  }
}
.menu .area_menu .block_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}
.menu .area_menu .block_menu dt {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
@media all and (max-width: 480px) {
  .menu .area_menu .block_menu dt {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
}
.menu .area_menu .block_menu dd {
  width: calc(50% - 30px);
}
@media all and (max-width: 480px) {
  .menu .area_menu .block_menu dd {
    width: 100%;
  }
}
.menu .area_menu .block_menu dd .name {
  padding: 15px 0;
  border-top: 1px solid #000;
  border-bottom: 1px dashed #000;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
.menu .area_menu .block_menu dd .txt {
  margin-top: 30px;
  letter-spacing: 1px;
}
.menu .area_menu .block_menu dd .kikan {
  margin-top: 20px;
}
.menu .area_menu .block_menu dd .price {
  margin-top: 10px;
}
.menu .area_menu .block_menu dd .price.plan:before {
  content: "プラン";
}
.menu .area_menu .block_menu dd .price:before {
  content: "コース／プラン";
  background: #CB7630;
  padding: 1px 10px;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.menu .area_menu .block_menu dd .caption {
  font-size: 1.3rem;
  line-height: 1.5em;
  text-indent: -1.1em;
  margin: 10px 0 0 1em;
}
.menu .area_menu .block_menu dd .link_btn {
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  display: block;
}

.washoku .area_main {
  background: url("../images/main01.jpg") no-repeat center center/cover;
}
.washoku .link {
  background: #C14123;
}
.washoku .area_menu h3 {
  color: #C14123;
}
.washoku .area_menu ul li.txt .name {
  color: #C14123;
}
.washoku .block_title {
  border-top: 10px solid #CB7630;
}
.washoku .block_menu .price li:before {
  color: #CB7630;
}
.washoku .link_btn {
  background: #C14123;
}

.yoshoku .area_main {
  background: url("../images/main02.jpg") no-repeat center center/cover;
}
.yoshoku .link {
  background: #430A6D;
}
.yoshoku .area_menu h3 {
  color: #430A6D;
}
.yoshoku .area_menu ul li.txt .name {
  color: #430A6D;
}
.yoshoku .block_title {
  border-top: 10px solid #430A6D;
}
.yoshoku .block_menu .price li:before {
  color: #430A6D;
}
.yoshoku .block_menu dd .price:before {
  background: #430A6D !important;
}
.yoshoku .link_btn {
  background: #430A6D;
}

footer #pagetop {
  position: fixed;
  right: 30px;
  z-index: 99;
}
footer #pagetop a {
  overflow: hidden;
  outline: none;
}/*# sourceMappingURL=layout.css.map */