@charset "UTF-8";
/*
Theme Name: makifinearts
Theme URI: http://www.makifinearts.com/
Description: original theme of makifinearts
Version: 1.0
Author: kookaburra.design
Author URI: https://kookaburra.koichinishiyama.com/
*/
/* 
ress.css
 * ------------------------------------------------------ */
/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

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

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/*
1-1 基本モジュール color
----------------------------------------*/
/*mixin*/
/*mixin*/
/*
1. 基本モジュール Body 
----------------------------------------*/
/*
1. 基本モジュール レスポンシブ
----------------------------------------*/
@media (min-width: 768px) {
  .spItem {
    display: none;
  }
  .pcItem {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .pcItem {
    display: none !important;
  }
  .spItem {
    display: inline-block;
  }
  .spCenter {
    text-align: center !important;
  }
  .spLeft {
    text-align: left !important;
  }
}
/*
1-1 基本モジュール　アンドロイド
----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
p {
  max-height: 100%;
}

/*
1 フルサイズ-----------------------------------------------------------------------------------*/
@media screen and (min-width: 1120px) {
  .w_fullsize {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
@media (max-width: 767px) {
  .w_fullsize {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

.fontBasicSize {
  font-size: 1.6rem;
}

.fontSmallSize1 {
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .sp_indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  .sp_indent::before {
    display: inline-block !important;
  }
}

/*
1-1 
----------------------------------------*/
.fL {
  float: left;
}

.fR {
  float: right;
}

.clr {
  clear: both !important;
  font-size: 0px;
  line-height: 0em;
}

.txR {
  text-align: right !important;
}

.txL {
  text-align: left !important;
}

.txC {
  text-align: center !important;
}

/*****/
@media (max-width: 767px) {
  .spL {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .spC {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .spMt0 {
    margin-top: 0px !important;
  }
}

.txB {
  font-weight: bold !important;
}

.fontBold {
  font-weight: bold !important;
}

/* margin
-----------------------------------------*/
.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr18 {
  margin-right: 18px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr43 {
  margin-right: 43px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt100 {
  margin-top: 100px !important;
}
@media (max-width: 767px) {
  .mt100 {
    margin-top: 80px !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

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

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

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

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

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

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

/*
2. a-----------------------------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}
/*
list_disc-----------------------------------------------------------------------------------*/
ul.list_disc {
  padding-left: 1em;
}
ul.list_disc li {
  list-style-type: disc;
}

ul.ul1 {
  padding-left: 1em;
}
ul.ul1 li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
@media (max-width: 767px) {
  ul.ul1 li {
    font-size: 1.3rem;
  }
}

/*-------------------------------------------
* Modules
1. 基本モジュール
4. contents ページ内主要コンテンツ内
5. ページ関連
----------------------------------------*/
html {
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Lora", "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.1em;
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
  font-size: 1.6em;
  background: #FAFAFA;
  /*fade*/
}

p {
  font-size: 1.8rem;
  line-height: 1.8 !important;
}
p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media (max-width: 767px) {
  p {
    font-size: 1.5rem;
  }
}

/*
2. header
-------------------------------------------------------------------------------*/
header {
  background: #FAF7F0;
  margin: 0 auto;
  /**pcHeadとspHead***/
  width: 100%;
  /*nav***/
}
@media (min-width: 768px) {
  header {
    z-index: 10;
  }
}
@media (max-width: 767px) {
  header {
    display: none;
  }
}
header nav ul {
  list-style: none;
}
@media (min-width: 768px) {
  header nav ul {
    padding: 22px 0 22px 0;
  }
}
@media (min-width: 768px) {
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
header nav ul li {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  header nav ul li {
    padding: 0 26px;
  }
}
header nav ul li a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
header nav ul li a:hover {
  color: #C65321;
}
header nav ul li:last-child a.twitter {
  height: 18px;
  display: inline-block;
  width: 18px;
  background: url(/common/images/twitter_icon.png) no-repeat;
  background-size: 18px;
}
header nav ul li:last-child a.twitter img {
  width: 18px;
}
header nav ul li:last-child a.twitter:hover {
  background: url(/common/images/twitter_icon_on.png) no-repeat;
  background-size: 18px;
}
header.fix {
  position: fixed;
  right: 0;
  top: 0;
}
header .spHead {
  display: none;
}
@media (max-width: 767px) {
  header .pcHead {
    display: none;
  }
  header .spHead {
    display: block;
  }
}
header h1 {
  display: inline-block;
  font-size: 0;
}
header h1 img {
  width: 204px;
}

@media (max-width: 767px) {
  #header {
    display: none !important;
  }
}

/*basicWrap1000 1166px
-------------------------------------------------------------------------------*/
.basicWrap1000 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .basicWrap1000 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*basicWrap800 px
-------------------------------------------------------------------------------*/
.basicWrap800 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .basicWrap800 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*main
-------------------------------------------------------------------------------*/
main {
  background: #FAF7F0;
}

/*
3. footer
-------------------------------------------------------------------------------*/
/***************/
footer {
  margin-top: 0px;
  position: relative;
  /****/
}
@media (max-width: 767px) {
  footer {
    background: #000;
    padding-bottom: 72px;
  }
}
footer .footerWrap1 {
  background: #C65321;
  padding-bottom: 40px;
}
footer .footerWrap1 .footer_block1__flex {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFF;
}
@media (max-width: 767px) {
  footer .footerWrap1 .footer_block1__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footerWrap1 .footer_block1__flex .leftItem,
footer .footerWrap1 .footer_block1__flex .rightItem {
  width: 45%;
}
@media (max-width: 767px) {
  footer .footerWrap1 .footer_block1__flex .leftItem,
footer .footerWrap1 .footer_block1__flex .rightItem {
    width: 100%;
  }
}
footer .footerWrap1 .footer_block1__flex .leftItem .item,
footer .footerWrap1 .footer_block1__flex .rightItem .item {
  padding: 30px 0;
  border-bottom: 1px solid #FFF;
}
footer .footerWrap1 .footer_block1__flex .leftItem .item:first-child,
footer .footerWrap1 .footer_block1__flex .rightItem .item:first-child {
  border-top: 1px solid #FFF;
}
footer .footerWrap1 .footer_block1__flex .leftItem .item .indent_1,
footer .footerWrap1 .footer_block1__flex .rightItem .item .indent_1 {
  display: inline-block;
  padding-left: 3em;
  text-indent: -3em;
}
footer .footerWrap1 .footer_block1__flex .leftItem .item .indent_2,
footer .footerWrap1 .footer_block1__flex .rightItem .item .indent_2 {
  display: inline-block;
  padding-left: 3.25em;
  text-indent: -3.25em;
}
@media (max-width: 767px) {
  footer .footerWrap1 .footer_block1__flex .rightItem .item:first-child {
    border-top: none;
  }
}
footer .footerWrap1 .footer_block2 {
  text-align: center;
  margin-top: 100px;
  color: #FFF;
}
@media (max-width: 767px) {
  footer .footerWrap1 .footer_block2 {
    margin-top: 60px;
  }
}
footer .footerWrap1 .footer_block2 .logo img {
  width: 70px;
}
@media (max-width: 767px) {
  footer .footerWrap1 .footer_block2 .logo img {
    width: 50px;
  }
}
@media (min-width: 768px) {
  footer .footerWrap1 .footer_block2 .logo a img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  footer .footerWrap1 .footer_block2 .logo a:hover img {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
  }
}
footer .footerWrap1 .footer_block2 .text {
  margin-top: 35px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  footer .footerWrap1 .footer_block2 .text {
    margin-top: 50px;
  }
}
footer .footerWrap1 .footer_block2 .tel {
  margin-top: 30px;
}
footer .footerWrap1 .footer_block2 .tel img {
  width: 354px;
}
@media (max-width: 767px) {
  footer .footerWrap1 .footer_block2 .tel {
    margin-top: 25px;
  }
  footer .footerWrap1 .footer_block2 .tel img {
    width: 230px;
  }
}
footer .footerWrap1 .footer_block2 .twitter {
  margin-top: 30px;
}
footer .footerWrap1 .footer_block2 .twitter img {
  width: 35px;
}
@media (max-width: 767px) {
  footer .footerWrap1 .footer_block2 .twitter img {
    width: 30px;
  }
}
footer .footerWrap1 .footer_block2 .twitter a {
  display: inline-block;
}
footer .footerWrap1 .footer_block2 .twitter a.footer_twitter {
  background: url(/common/images/footer_twitter.png) no-repeat;
  width: 35px;
  height: 35px;
  background-size: 35px;
}
@media (min-width: 768px) {
  footer .footerWrap1 .footer_block2 .twitter a.footer_twitter {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  footer .footerWrap1 .footer_block2 .twitter a.footer_twitter:hover {
    background: url(/common/images/footer_twitter_on.png) no-repeat;
    background-size: 35px;
  }
}
footer .footerWrap1 .footer_block2 .footer_block2__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
}
footer .footerWrap1 .footer_block2 .footer_block2__flex a {
  font-size: 1.4rem;
  color: #FFF;
  padding: 0 15px;
  display: inline-block;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
footer .footerWrap1 .footer_block2 .footer_block2__flex a:hover {
  color: #000;
}
@media (max-width: 767px) {
  footer .footerWrap1 .footer_block2 .footer_block2__flex {
    margin-top: 45px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 45px auto 0 auto;
  }
  footer .footerWrap1 .footer_block2 .footer_block2__flex a {
    margin-bottom: 6px;
  }
}
footer .footerWrap1 .footer_block2 .footer_block2__flex .spacer {
  width: 100%;
}
footer .footerWrap2 {
  background: #000000;
  text-align: center;
  padding: 27px 0;
}
@media (max-width: 767px) {
  footer .footerWrap2 {
    padding: 10px 0;
  }
}
footer .footerWrap2 p {
  font-size: 1rem;
  color: #FFF;
}

/*
4. layout#contents 全体のフォントの大きさなど
-------------------------------------------------------------------------------*/
/*mainはページのメインコンテンツheader,footerと同レベル*/
main {
  background: #FFF;
  text-align: center;
  color: #000;
  /*コンテンツ内、PC hover*/
  /*a hover /　Behavior of a tag in main　/ 20230118*/
}
main a {
  color: #C7C7C7;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contents::after {
  content: "";
  display: block;
  clear: both;
}

/*basicWrap 1166px*/
.basicWrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1166px;
  text-align: left;
}
@media (max-width: 1303px) {
  .basicWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*telWrap
*******************/
.telWrap {
  bottom: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #071941;
  padding: 20px 28px;
}
.telWrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 751px) {
  .telWrap a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.telWrap.sp_bottom {
  position: fixed;
  z-index: 105;
  bottom: -1px;
}
@media (min-width: 768px) {
  .telWrap.sp_bottom {
    display: none;
  }
}
.telWrap.pc_bottom {
  width: 375px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding: 12px 20px;
  position: fixed;
}
@media (max-width: 767px) {
  .telWrap.pc_bottom {
    display: none;
  }
}
@media (max-width: 767px) {
  .telWrap {
    width: 100%;
    z-index: 2;
    padding: 18px 28px;
  }
  .telWrap div.text p {
    padding-bottom: 0em;
  }
}
.telWrap div:first-child {
  padding-right: 10px;
}
.telWrap div:first-child img {
  width: 17px;
}
.telWrap div.text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding-right: 13px;
  line-height: 1.1 !important;
}
.telWrap div.text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1) * 0.5em);
  content: "";
}
.telWrap div.text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1) * 0.5em);
  content: "";
}
.telWrap div.text p {
  font-size: 1.6rem;
}
@media (max-width: 375px) {
  .telWrap div.text p {
    font-size: 1.5rem;
  }
}
.telWrap div.number img {
  width: 173px;
}
@media (max-width: 375px) {
  .telWrap div.number img {
    width: 120px;
  }
}

/*page top
***************************/
#page-top {
  position: fixed;
  bottom: 60px;
  right: 0px;
  z-index: 10;
}
@media (max-width: 767px) {
  #page-top {
    bottom: 72px;
  }
}
#page-top a {
  color: #071941;
  background: #000;
  border: 1px solid #FFF;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media (max-width: 767px) {
  #page-top a {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 768px) {
  #page-top a:hover {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
  }
}
#page-top a::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#article {
  background: #FAF7F0;
}

/*
***************************/
.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

/* ====================================================
fadeIn
==================================================== */
.fadeInTrigger {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*tel-link-none
***************************/
.tel-link-none {
  pointer-events: none;
  color: #fff !important;
}

html {
  scroll-behavior: smooth;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  color: #999;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0.4em;
  z-index: 999999;
  background: #C65321;
  text-align: center;
}

#splash_logo {
  line-height: 3.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#splash_logo img {
  width: 340px;
}
@media (max-width: 767px) {
  #splash_logo img {
    width: 120px;
  }
}

#splash .fadeUp {
  -webkit-animation-name: splashAnime;
          animation-name: splashAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
  display: block;
}

#splash .fadeUp.delayAfter {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  text-align: left;
}

@-webkit-keyframes splashAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes splashAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
#splash .fadeUp {
  -webkit-animation-name: splashAnime;
          animation-name: splashAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
  display: block;
}

/* -------------------------------
		スクロールをしたら出現する要素にはじめに透過0を指定
------------------------------- */
.fadeUpTrigger {
  opacity: 0;
}

/* -------------------------------
		下から
------------------------------- */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/****/
#mainVisual {
  width: 100%;
  height: 100vh !important;
  background: #222;
  font-size: 0px;
  position: relative;
}
@media (max-width: 767px) {
  #mainVisual {
    z-index: 2;
  }
}
#mainVisual .scroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
}
@media (min-width: 768px) {
  #mainVisual .scroll img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
}
#mainVisual .scroll:hover img {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50); /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
#mainVisual .scroll img {
  width: 17px;
}
@media (max-width: 767px) {
  #mainVisual .scroll {
    bottom: 75px;
  }
}

/*h1
************/
h1 {
  position: fixed;
  left: 0px;
  margin: 0px;
  top: 0px;
  padding: 0px;
  line-height: 0px;
  font-size: 0px;
  width: 150px;
  background: #FFF;
  text-align: center;
  z-index: 110;
}
@media (max-width: 767px) {
  h1 {
    width: 60px;
    z-index: 1100 !important;
  }
}
h1 img {
  width: 80px;
}
@media (max-width: 767px) {
  h1 img {
    width: 40px;
  }
}
@media (min-width: 768px) {
  h1 a {
    padding: 45px 0 20px 0;
    display: block;
  }
  h1 a img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  h1 a:hover img {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
  }
}
@media (max-width: 767px) {
  h1 {
    padding: 20px 0 10px 0;
    display: block;
    z-index: 1100 !important;
  }
}

/*important_news************/
.important_news {
  max-width: 1000px;
  margin: 0px auto 0 auto;
  padding-bottom: 30px;
  padding-top: 105px;
}
@media (max-width: 767px) {
  .important_news {
    padding-top: 80px;
  }
}
/*btnWrap************/
.btnWrap a {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
  background: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}
.btnWrap a span {
  padding: 20px 20px;
  border: 1px solid #000;
  display: block;
  background: url(/common/images/arrow.png);
  background-position: right 13px center;
  background-repeat: no-repeat;
  background-size: 14px, auto;
}
@media (min-width: 768px) {
  .btnWrap a span {
    position: relative;
    z-index: 3;
    /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  }
}
@media (min-width: 768px) {
  .btnWrap a {
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    /*アニメーションの指定*/
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
    /*== 背景が流れる（左から右） */
    /*hoverした際の形状*/
  }
  .btnWrap a:before {
    content: "";
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background: #C65321;
    /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .btnWrap a:hover:before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .btnWrap a:hover {
    color: #FFF;
  }
  .btnWrap a:hover span {
    border: 1px solid #C65321;
    background: url(/common/images/arrow_on.png);
    background-position: right 13px center;
    background-repeat: no-repeat;
    background-size: 14px, auto;
  }
}
.btnWrap a.btn1 {
  background: #E3DCD9;
}
.btnWrap.btnWrap2 {
  margin-top: 30px;
}

/*btn_basicWrap*******************/
.btn_basicWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .btn_basicWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .btn_basicWrap .btnWrap {
    width: 300px;
    height: 60px;
  }
  .btn_basicWrap .btnWrap:first-child {
    margin-right: 7.59%;
  }
}
.btn_basicWrap .btnWrap.btn_center {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .btn_basicWrap .btnWrap.btn_center {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .btn_basicWrap .btnWrap {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .btn_basicWrap .btnWrap a:hover span {
    border: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .btn_basicWrap .btnWrap:nth-child(2) {
    margin-top: 30px;
  }
}

.menu_listBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .menu_listBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu_listBtn li {
  list-style: none;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
}
.menu_listBtn li:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .menu_listBtn li {
    width: 100%;
    margin-right: 0px;
  }
  .menu_listBtn li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.menu_listBtn li a {
  width: 100%;
}
.menu_listBtn li a span {
  background: url(/common/images/arrow_bottom.png);
  background-position: right 13px center;
  background-repeat: no-repeat;
  background-size: 14px, auto;
}
@media (min-width: 768px) {
  .menu_listBtn li a:hover span {
    border: 1px solid #C65321;
    background: url(/common/images/arrow_bottom_on.png);
    background-position: right 13px center;
    background-repeat: no-repeat;
    background-size: 14px, auto;
  }
}
@media (min-width: 768px) {
  .menu_listBtn.genteimenu_menu_listBtn li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .menu_listBtn.genteimenu_menu_listBtn li:nth-child(4n) {
    margin-right: 0;
  }
}
.menu_listBtn.course_menu_listBtn {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .menu_listBtn.course_menu_listBtn li {
    width: calc((100% - 60px) / 2);
    margin-right: 60px;
  }
  .menu_listBtn.course_menu_listBtn li:nth-child(2n) {
    margin-right: 0;
  }
}
.menu_listBtn.btn_1set li {
  width: 80%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.menu_listBtn.btn_1set li a span {
  background: url(/common/images/arrow.png);
  background-position: right 13px center;
  background-repeat: no-repeat;
  background-size: 14px, auto;
}
@media (min-width: 768px) {
  .menu_listBtn.btn_1set li a:hover span {
    border: 1px solid #C65321;
    background: url(/common/images/arrow_on.png);
    background-position: right 13px center;
    background-repeat: no-repeat;
    background-size: 14px, auto;
  }
}

/*takeoutBtnWrap************/
.takeoutBtnWrap {
  background: #C65321;
}
.takeoutBtnWrap .takeoutBtnWrap__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .takeoutBtnWrap .takeoutBtnWrap__inner {
    padding-left: 40px;
    padding-right: 85px;
  }
}
@media (max-width: 767px) {
  .takeoutBtnWrap .takeoutBtnWrap__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.takeoutBtnWrap .takeoutBtnWrap__inner .leftItem img {
  width: 220px;
}
@media (max-width: 767px) {
  .takeoutBtnWrap .takeoutBtnWrap__inner .leftItem {
    width: 100%;
    text-align: center;
  }
}
.takeoutBtnWrap .takeoutBtnWrap__inner .rightItem {
  width: 74%;
}
@media (max-width: 767px) {
  .takeoutBtnWrap .takeoutBtnWrap__inner .rightItem {
    margin-top: 20px;
    width: 100%;
  }
}
.takeoutBtnWrap .takeoutBtnWrap__inner .rightItem p {
  font-size: 1.8rem;
  color: #FFF;
}

/******/
h2.h2_basic {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  padding-bottom: 105px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  h2.h2_basic {
    font-size: 2.2rem;
    padding-bottom: 65px;
  }
}
h2.h2_basic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100px;
  margin: auto;
  background-color: #C65321;
}
@media (max-width: 767px) {
  h2.h2_basic:after {
    height: 60px;
  }
}

/*index_block1************/
@media (min-width: 768px) {
  .index_block1 {
    background: url(/images/index_block1_ph07_pc.png) no-repeat left bottom;
    background-size: 540px;
  }
}
@media (min-width: 768px) {
  .index_block1 .index_block1__h2 .h2_re {
    margin-top: -95px;
    color: #Fff;
  }
}
@media (max-width: 767px) {
  .index_block1 .index_block1__h2 {
    margin-top: -95px;
    color: #Fff;
    margin-top: -70px;
  }
}
.index_block1 .index_block1__wrap1 {
  max-width: 1366px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .index_block1 .index_block1__wrap1 {
    position: relative;
    background: url(/images/index_block1_ph01_pc.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: 710px;
    background-position: left top;
  }
}
.index_block1 .index_block1__wrap1 .index_block1__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .index_block1 .index_block1__wrap1 .index_block1__flex {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .index_block1 .index_block1__wrap1 .index_block1__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index_block1 .index_block1__wrap1 .index_block1__flex .index_block1__inner_flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .index_block1 .index_block1__wrap1 .index_block1__flex .index_block1__inner_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .index_block1 .index_block1__wrap1 .index_block1__flex .index_block1__inner_flex .inner_flex_sp {
    margin-right: 10%;
    margin-top: 10px;
  }
  .index_block1 .index_block1__wrap1 .index_block1__flex .index_block1__inner_flex .inner_flex_sp img {
    width: 175px;
  }
}
.index_block1 .index_block1__wrap1 .index_block1__flex .imageText {
  margin-left: 59.78%;
  margin-top: 161px;
}
@media (min-width: 768px) {
  .index_block1 .index_block1__wrap1 .index_block1__flex .imageText img {
    position: relative;
    width: 26px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .index_block1 .index_block1__wrap1 .index_block1__flex .imageText {
    margin-left: 0px;
    margin-top: -50px;
  }
  .index_block1 .index_block1__wrap1 .index_block1__flex .imageText img {
    width: 55px;
  }
}
.index_block1 .index_block1__wrap1 .index_block1__flex .textWrap {
  width: 350px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .index_block1 .index_block1__wrap1 .index_block1__flex .textWrap {
    position: relative;
  }
}
@media (max-width: 767px) {
  .index_block1 .index_block1__wrap1 .index_block1__flex .textWrap {
    width: 100%;
    margin-top: 35px;
  }
}
.index_block1 .index_block1__wrap1 .index_block1__flex .textWrap .ph03_pc {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
}
.index_block1 .index_block1__wrap1 .index_block1__flex .textWrap .ph03_pc img {
  width: 200px;
}
.index_block1 .spImage01 img {
  width: 100%;
}
.index_block1 .index_block1__wrap2 {
  max-width: 1366px;
  margin: 0 auto;
  /*sp*/
}
@media (min-width: 768px) {
  .index_block1 .index_block1__wrap2 {
    position: relative;
    margin-top: -175px;
    padding-bottom: 255px;
    background: url(/images/index_block1_ph02_pc.jpg), url(/images/index_block1_ph04_pc.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 1000px, 200px;
    background-position: right top, left 164px;
  }
}
@media (max-width: 767px) {
  .index_block1 .index_block1__wrap2 {
    margin-top: 44px;
    padding-bottom: 260px;
    background: url(/images/index_block1_ph07_sp.png);
    background-repeat: no-repeat;
    background-size: 277px;
    background-position: left bottom;
  }
}
.index_block1 .index_block1__wrap2 .index_block1_wrap2__inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .index_block1 .index_block1__wrap2 .index_block1_wrap2__inner_flex {
    display: none;
  }
}
.index_block1 .index_block1__wrap2 .index_block1_wrap2__inner_flex .imageText {
  margin-top: -50px;
  margin-right: 11.08%;
}
.index_block1 .index_block1__wrap2 .index_block1_wrap2__inner_flex .imageText img {
  width: 55px;
}
.index_block1 .index_block1__wrap2 .index_block1_wrap2__inner_flex .img img {
  width: 175px;
}
.index_block1 .index_block1__wrap2 .imageText {
  margin-top: 304px;
  margin-left: 14.7%;
}
.index_block1 .index_block1__wrap2 .imageText img {
  width: 26px;
}
@media (max-width: 767px) {
  .index_block1 .index_block1__wrap2 .textWrap {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .index_block1 .index_block1__wrap2 .index_block1_wrap2__inner2_flex {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .index_block1 .index_block1__wrap2 .index_block1_wrap2__inner2_flex .textWrap {
    width: 55.75%;
    margin-right: 4.29%;
  }
  .index_block1 .index_block1__wrap2 .index_block1_wrap2__inner2_flex img {
    width: 200px;
  }
  .index_block1 .index_block1__wrap2 .index_block1_wrap2__inner2_flex .img_pc06 {
    margin-top: 110px;
    margin-left: 55.96%;
  }
}

/*index_block2************/
.index_block2 .index_block2__bg1 {
  width: 100%;
  position: relative;
  min-height: 0;
}
@media (min-width: 768px) {
  .index_block2 .index_block2__bg1 {
    height: 900px;
    background: url(/images/index_block2_bg_pc.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
  .index_block2 .index_block2__bg1 .parallax, .index_block2 .index_block2__bg1 .img_parallax {
    display: none;
  }
}
@media (max-width: 767px) {
  .index_block2 .index_block2__bg1 {
    min-height: 0;
    padding-bottom: 250px;
    height: auto !important;
  }
  .index_block2 .index_block2__bg1 .img_parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    display: block;
  }
  .index_block2 .index_block2__bg1 .img_parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.index_block2 .index_block2__bg2_Wrap {
  background: url(/images/index_block2_bg2_pc.jpg) no-repeat;
  background-position: top center;
  background-size: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .index_block2 .index_block2__bg2_Wrap {
    background: url(/images/index_block2_bg2_sp.jpg), #FAF7F0;
    background-repeat: no-repeat, no-repeat;
    background-position: top center;
    background-size: contain;
    padding-top: 160px;
  }
}
.index_block2 .index_block2__bg2_Wrap .h2_1_Wrap {
  position: relative;
}
@media (min-width: 768px) {
  .index_block2 .index_block2__bg2_Wrap .about_wrap {
    padding-top: 80px;
  }
}
.index_block2 .index_block2__bg2_Wrap .about_wrap h2.h2_basic.h2_1 {
  color: #FFF;
}
.index_block2 .index_block2__bg2_Wrap .index_block2__text1 {
  margin: 0 auto;
  width: 664px;
  background: url(/images/block2_bg3_pc.jpg) no-repeat center;
  background-size: cover;
  padding: 65px;
  text-align: center;
}
.index_block2 .index_block2__bg2_Wrap .index_block2__text1 p {
  line-height: 2 !important;
}
.index_block2 .index_block2__bg2_Wrap .index_block2__text1 p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.index_block2 .index_block2__bg2_Wrap .index_block2__text1 p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (min-width: 1200px) {
  .index_block2 .index_block2__bg2_Wrap .index_block2__text1 {
    margin-top: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .index_block2 .index_block2__bg2_Wrap .index_block2__text1 {
    margin-top: 200px;
  }
}
@media screen and (max-width: 980px) {
  .index_block2 .index_block2__bg2_Wrap .index_block2__text1 {
    margin-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .index_block2 .index_block2__bg2_Wrap .index_block2__text1 {
    margin-top: 0%;
  }
}
@media (max-width: 767px) {
  .index_block2 .index_block2__bg2_Wrap .index_block2__text1 {
    width: 80%;
    min-width: 316px;
    background: url(/images/block2_bg3_sp.jpg) no-repeat center;
    background-size: cover;
    padding: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (max-width: 450px) {
  .index_block2 .index_block2__bg2_Wrap .index_block2__text1 {
    width: 100%;
  }
}

/*index_block3************/
.index_block3 {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .index_block3 {
    margin-top: 0px;
    padding-top: 90px;
  }
}
.index_block3 .index_block3__flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .index_block3 .index_block3__flex1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index_block3 .index_block3__flex1 .leftItem {
  width: 54.03%;
  max-width: 630px;
}
@media (max-width: 767px) {
  .index_block3 .index_block3__flex1 .leftItem {
    max-width: 800px;
    width: 100%;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.index_block3 .index_block3__flex1 .leftItem img {
  width: 100%;
}
.index_block3 .index_block3__flex1 .rightItem {
  width: 39.11%;
}
@media (max-width: 767px) {
  .index_block3 .index_block3__flex1 .rightItem {
    width: 100%;
    margin-top: 40px;
  }
}
.index_block3 .index_block3__flex2__wrap {
  position: relative;
}
.index_block3 .index_block3__flex2__wrap .index_block3__flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .index_block3 .index_block3__flex2__wrap .index_block3__flex2 {
    position: relative;
    margin-top: -190px;
  }
}
@media (max-width: 767px) {
  .index_block3 .index_block3__flex2__wrap .index_block3__flex2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index_block3 .index_block3__flex2__wrap .index_block3__flex2 .leftItem {
  width: 42.88%;
}
@media (max-width: 767px) {
  .index_block3 .index_block3__flex2__wrap .index_block3__flex2 .leftItem {
    width: 100%;
    max-width: 800px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 768px) {
  .index_block3 .index_block3__flex2__wrap .index_block3__flex2 .leftItem p {
    margin-top: 250px;
  }
}
.index_block3 .index_block3__flex2__wrap .index_block3__flex2 .leftItem .img {
  text-align: center;
}
@media (min-width: 768px) {
  .index_block3 .index_block3__flex2__wrap .index_block3__flex2 .leftItem .img {
    margin-top: 57px;
  }
  .index_block3 .index_block3__flex2__wrap .index_block3__flex2 .leftItem .img img {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .index_block3 .index_block3__flex2__wrap .index_block3__flex2 .leftItem .img {
    margin-top: 40px;
  }
  .index_block3 .index_block3__flex2__wrap .index_block3__flex2 .leftItem .img img {
    width: 140px;
  }
}
.index_block3 .index_block3__flex2__wrap .index_block3__flex2 .rightItem {
  width: 50.34%;
  max-width: 587px;
  text-align: center;
}
@media (max-width: 767px) {
  .index_block3 .index_block3__flex2__wrap .index_block3__flex2 .rightItem {
    width: 100%;
    max-width: 800px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 45px;
  }
}
.index_block3 .index_block3__flex2__wrap .index_block3__flex2 .rightItem img {
  width: 100%;
}
.index_block3 .index_block3__flex2__wrap .index_block3__flex2 .rightItem img:first-child {
  width: 85.18%;
}
@media (min-width: 768px) {
  .index_block3 .index_block3__flex2__wrap .index_block3__flex2 .rightItem img:first-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .index_block3 .index_block3__flex2__wrap .index_block3__flex2 .rightItem img:first-child {
    margin-bottom: 30px;
  }
}
.index_block3 .index_block3__bottom_sp {
  width: 100%;
  margin-top: 40px;
  line-height: 0px;
  position: relative;
  top: 10px;
}
.index_block3 .index_block3__bottom_sp img {
  width: 100%;
}
@media (min-width: 768px) {
  .index_block3 .index_block3__bottom_sp {
    display: none;
  }
}

/*****/
.slide_images {
  width: 100%;
  margin-top: 40px;
}
.slide_images .slider {
  font-size: 0px;
  line-height: 0px;
  top: 10px;
}
.slide_images .slider div {
  padding: 0 10px;
}
.slide_images .slider img {
  width: 330px;
}

/*index_block4****/
.index_block4 {
  margin-top: 170px;
}
.index_block4.access__ {
  margin-top: 0px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .index_block4.access__ {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .index_block4 #access {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .index_block4 {
    margin-top: 0px;
    padding-top: 140px;
  }
}
.index_block4 .google-maps {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  height: 630px;
}
@media (max-width: 767px) {
  .index_block4 .google-maps {
    height: 450px;
  }
}
.index_block4 .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/******/
/*
mainVisual2********************************/
.mainVisual2 {
  background: #FAF7F0;
  padding: 150px 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .mainVisual2 {
    padding: 50px 0 0 0;
  }
}
.mainVisual2.about_kv {
  padding: 80px 0 104px 0;
}
@media (max-width: 767px) {
  .mainVisual2.about_kv {
    padding: 70px 0 70px 0;
  }
}
.mainVisual2 h2.main_h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  position: relative;
}
.mainVisual2 h2.main_h2 img {
  position: absolute;
  width: 18px;
  top: 0px;
  right: -60px;
}
@media (max-width: 767px) {
  .mainVisual2 h2.main_h2 {
    font-size: 2.6rem;
  }
}
.mainVisual2 .mainVisual2_visual {
  width: 100%;
  height: 250px;
}
@media (max-width: 767px) {
  .mainVisual2 .mainVisual2_visual {
    height: 200px;
  }
}
.mainVisual2 .mainVisual2_visual.menu {
  margin-top: 150px;
  background: url(/images/menu_kv_pc.jpg) no-repeat bottom center;
  background-size: cover;
}
@media (max-width: 767px) {
  .mainVisual2 .mainVisual2_visual.menu {
    margin-top: 70px;
  }
}
.mainVisual2 .mainVisual2_visual.genteimenu {
  margin-top: 50px;
  background: url(/images/genteimenu_kv_pc.jpg) no-repeat bottom center;
  background-size: cover;
}
@media (max-width: 767px) {
  .mainVisual2 .mainVisual2_visual.genteimenu {
    margin-top: 30px;
  }
}
.mainVisual2 .mainVisual2_visual.course {
  margin-top: 50px;
  background: url(/images/course_kv_pc.jpg) no-repeat bottom center;
  background-size: cover;
}
@media (max-width: 767px) {
  .mainVisual2 .mainVisual2_visual.course {
    margin-top: 30px;
  }
}
.mainVisual2 .mainVisual2_visual.room {
  margin-top: 100px;
  background: url(/images/room_kv_pc.jpg) no-repeat bottom center;
  background-size: cover;
}
@media (max-width: 767px) {
  .mainVisual2 .mainVisual2_visual.room {
    margin-top: 80px;
    background: url(/images/room_kv_sp.jpg) no-repeat bottom center;
    background-size: cover;
  }
}
.mainVisual2 .mainVisual2_visual.info {
  margin-top: 100px;
  background: url(/images/info_kv_pc.jpg) no-repeat bottom center;
  background-size: cover;
}
@media (max-width: 767px) {
  .mainVisual2 .mainVisual2_visual.info {
    margin-top: 80px;
    background: url(/images/info_kv_sp.jpg) no-repeat bottom center;
    background-size: cover;
  }
}

/*
page_block1********************************/
.page_block1 {
  max-width: 1000px;
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.whiteBox {
  background: #FFF;
  padding: 40px;
  color: #C65321;
  margin-top: 60px;
}
.whiteBox.genteimenu_whitebox {
  margin-top: 0px;
}
.whiteBox.course_whitebox {
  text-align: center;
  padding: 20px;
}
@media (max-width: 767px) {
  .whiteBox.course_whitebox {
    text-align: left;
  }
}

/*list1*********************/
.list1 {
  margin-top: 15px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .list1 {
    margin-top: 20px;
  }
}
.list1 li {
  list-style: none;
  font-size: 1.4rem;
}

.menu_block1 {
  margin-top: 90px;
}

/*
menu_1column******************/
.menu_1column .imgWrap,
.menu_2column .imgWrap {
  font-size: 0px;
  line-height: 0;
}
.menu_1column .imgWrap img,
.menu_2column .imgWrap img {
  width: 100%;
}
.menu_1column .captionWrap,
.menu_2column .captionWrap {
  background: #FFF;
  padding: 25px 40px;
}
.menu_1column .captionWrap.roomCaption,
.menu_2column .captionWrap.roomCaption {
  background: transparent;
  padding: 25px 0;
}
@media (max-width: 767px) {
  .menu_1column .captionWrap,
.menu_2column .captionWrap {
    padding: 20px 20px;
  }
}
.menu_1column .captionWrap .menu_caption_flex,
.menu_2column .captionWrap .menu_caption_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /***room_flex**/
}
.menu_1column .captionWrap .menu_caption_flex.room_flex,
.menu_2column .captionWrap .menu_caption_flex.room_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .menu_1column .captionWrap .menu_caption_flex.room_flex,
.menu_2column .captionWrap .menu_caption_flex.room_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu_1column .captionWrap .menu_caption_flex.room_flex span.room_span,
.menu_2column .captionWrap .menu_caption_flex.room_flex span.room_span {
  font-size: 1.8rem;
  margin-left: 0.25em;
}
@media (min-width: 768px) {
  .menu_1column .captionWrap .menu_caption_flex,
.menu_2column .captionWrap .menu_caption_flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.menu_1column .captionWrap .menu_caption_flex div p,
.menu_2column .captionWrap .menu_caption_flex div p {
  display: inline;
  font-size: 2.2rem;
}
.menu_1column .captionWrap .menu_caption_flex div p .menu_name_sub,
.menu_2column .captionWrap .menu_caption_flex div p .menu_name_sub {
  font-size: 1.4rem;
}
.menu_1column .captionWrap .menu_caption_flex div p .menu_name_sub.menu_name_sub_block,
.menu_2column .captionWrap .menu_caption_flex div p .menu_name_sub.menu_name_sub_block {
  display: block;
}
.menu_1column .captionWrap .menu_caption_flex div p .menu_name_sub1,
.menu_2column .captionWrap .menu_caption_flex div p .menu_name_sub1 {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .menu_1column .captionWrap .menu_caption_flex div p .menu_name_sub1,
.menu_2column .captionWrap .menu_caption_flex div p .menu_name_sub1 {
    margin-left: 0px;
    display: block;
  }
}
.menu_1column .captionWrap .menu_caption_flex .price,
.menu_2column .captionWrap .menu_caption_flex .price {
  margin-left: auto;
  width: 8em;
  text-align: right;
}
.menu_1column .captionWrap .menu_caption_flex .room_detail .room_detail__text:not(:last-child),
.menu_2column .captionWrap .menu_caption_flex .room_detail .room_detail__text:not(:last-child) {
  margin: 0px 0 15px 0;
}
@media (max-width: 767px) {
  .menu_1column .captionWrap .menu_caption_flex .room_detail,
.menu_2column .captionWrap .menu_caption_flex .room_detail {
    margin-top: 20px;
  }
}
.menu_1column .captionWrap .menu_caption_flex .room_detail p,
.menu_2column .captionWrap .menu_caption_flex .room_detail p {
  font-size: 1.8rem;
}
.menu_1column .captionWrap .menu_caption_flex .room_detail p span,
.menu_2column .captionWrap .menu_caption_flex .room_detail p span {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .menu_1column .captionWrap .menu_caption_flex .room_detail p span,
.menu_2column .captionWrap .menu_caption_flex .room_detail p span {
    display: block;
  }
}
@media (max-width: 767px) {
  .menu_1column .captionWrap .menu_caption_flex.course_menu,
.menu_2column .captionWrap .menu_caption_flex.course_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .menu_1column .captionWrap .menu_caption_flex.course_menu div,
.menu_2column .captionWrap .menu_caption_flex.course_menu div {
    width: 100%;
  }
  .menu_1column .captionWrap .menu_caption_flex.course_menu div.price,
.menu_2column .captionWrap .menu_caption_flex.course_menu div.price {
    margin-top: 15px;
    margin-left: 0px;
    width: auto;
    text-align: left;
  }
}

.menu_2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
.menu_2column.room_bottom {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .menu_2column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.menu_2column .menu_2column__item {
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
}
.menu_2column .menu_2column__item.bgWhite {
  background: #fff;
}
.menu_2column .menu_2column__item.room_2column {
  background: transparent;
}
.menu_2column .menu_2column__item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .menu_2column .menu_2column__item:nth-child(2n) {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .menu_2column .menu_2column__item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .menu_2column .menu_2column__item .captionWrap .menu_caption_flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.menu_2column .menu_2column__item .captionWrap .menu_caption_flex div .menu_name_sub {
  display: block;
}
.menu_2column .menu_2column__item ul {
  border-top: 1px solid #000000;
}
.menu_2column .menu_2column__item ul li {
  list-style-type: none;
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu_2column .menu_2column__item ul li .list_item__sp {
  display: none;
}
@media (max-width: 767px) {
  .menu_2column .menu_2column__item ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu_2column .menu_2column__item ul li.list_item__flex .list_item__sp {
    margin-top: 14px;
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
}
.menu_2column .menu_2column__item ul li p {
  font-size: 1.8rem;
}
.menu_2column .menu_2column__item ul li p span {
  font-size: 1.4rem;
  display: block;
}
.menu_2column .menu_2column__item ul li p span.menu_name_sub {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .menu_2column .menu_2column__item ul li p span.menu_name_sub {
    display: block;
    margin-left: 0px;
  }
}
.menu_2column .menu_2column__item ul li p.price2 {
  margin-left: auto;
}
@media (max-width: 767px) {
  .menu_2column .menu_2column__item ul li p.price2 {
    text-align: right;
    width: 6em;
  }
}
@media (max-width: 767px) {
  .menu_2column .menu_2column__item.sp_mt0 {
    margin-top: 0px;
  }
  .menu_2column .menu_2column__item:nth-child(2n) ul {
    border-top: none;
  }
}

.menu_block2,
.menu_block3,
.menu_block4 {
  margin-top: 160px;
}

.menu_block5 {
  margin-top: 80px;
  padding-top: 80px;
  position: relative;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .menu_block5 {
    padding-bottom: 60px;
  }
}
.menu_block5 .menu_takeout_img {
  position: absolute;
  width: 369px;
  left: calc(50% + 235px);
  top: -20px;
}
.menu_block5 .menu_takeout_img2 {
  width: 88.61%;
  margin-top: 40px;
}

.beigeBg {
  background: #F0EDE7;
}

/*****/
.bottom_pankuzu {
  border-top: 1px solid #C7C7C7;
  padding: 25px 0;
}
.bottom_pankuzu p {
  font-size: 1.4rem;
}
.bottom_pankuzu p span {
  padding: 0 14px;
}
.bottom_pankuzu p a {
  color: #000000;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.bottom_pankuzu p a:hover {
  color: #C65321;
}

@media (max-width: 767px) {
  .page_block1 .text1,
.menu_block5 .text1 {
    font-size: 1.8rem;
  }
}

/****/
.flex_start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/****/
p.course_menu_sub {
  margin-top: 18px;
  font-size: 14px !important;
}

/**newsWrap************/
.newsWrap {
  padding-bottom: 160px;
}
.newsWrap h3 {
  font-size: 3rem;
  font-weight: 400;
}
.newsWrap p {
  margin-top: 90px;
}

/******/
/****/
@media (max-width: 767px) {
  .index_sp_menu {
    display: inline;
  }
}

@media (min-width: 768px) {
  .anckerAjust {
    padding-top: 80px;
    margin-top: -80px;
  }
}