ｘ/* Main CSS "miyaken" */

.color-scheme {
  color: #e84b13;
  color: #ea1835;
  color: #E2D6BE;
  color: #17b397;
  color: #D8FAF4;
  color: #2e3740;
  color: #333;
  color: #337F9A;

}
.img-base_size-01 {
  width: 1600px;
  height: 900px;
  width: 920px;
  height: 518px;
}
.img-base_size-02 {
  width: 1600px;
  height: 990px;
  width: 940px;
  height: 582px;
  width: 800px;
  height: 495px;
}
.img-base_size-03 {
  width: 1100px;
  height: 734px;
  width: 920px;
  height: 614px;
  width: 800px;
  height: 534px;
}
.img-base_size-04 {
  width: 1000px;
  height: 750px;
  width: 800px;
  height: 600px;
}


/*------------------

Base

-------------------*/


* {
  box-sizing: border-box;
}

body {

  font-family: 'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .8px;
  word-break: break-all;
  color: #333;
}

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

img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

ul,
li {
  list-style: none;
}



/*------------------

Common

-------------------*/
#wrapper {
  padding-top: 0px;
}

h2,
h3,
h4 {
  font-weight: normal;
}
.red-text {
  color: #e84b13;
}
.blue-text {
  color: #2BB8FA;
}
.bold-text {
  font-weight: 700;
}

@media screen and (min-width: 896px) {
  .is_sp {
    display: none;
  }

}


/*------------------

Spacer

-------------------*/
.nc20 {
  padding:20px 0;
}
.nc50 {
  padding:50px 0;
}
.spacer12 {
  padding:12px;
}
.spacer20 {
  padding:20px;
}
.spacer60 {
  padding:60px;
}



/*------------------

2nd_mv

-------------------*/
.second-mainvisual {
  background-image: url(../img/2nd_mv_about.jpg);
  background-size: cover;
  background-position: center top 15%;
  height: 55vh;
  overflow: hidden;
  position: relative;
  z-index: -1;
  display: flex;
  align-items: center;
}
.second-mainvisual.antivirus {
  background-image: url(../img/2nd_mv_antivirus.jpg);
}
.second-mainvisual.course1 {
  background-image: url(../img/2nd_mv_course1.jpg);
}
.second-mainvisual.course2 {
  background-image: url(../img/2nd_mv_course2.jpg);
}
.second-mainvisual.course3 {
  background-image: url(../img/2nd_mv_course3.jpg);
}
.second-mainvisual.flow {
  background-image: url(../img/2nd_mv_flow.png);
}
.second-mainvisual.chitose {
  background-image: url(../img/2nd_mv_chitose.png);
}
.second-mainvisual.company {
  background-image: url(../img/2nd_mv_company.png);
  background-position: 0 55%;
}
.second-mainvisual.contact {
  background-image: url(../img/2nd_mv_contact.png);
}
.second-mainvisual.notice {
  background-image: url(../img/2nd_mv_notice.png);
}
.second-mainvisual.news {
  background-image: url(../img/2nd_mv_news.jpg);
}
.second-mainvisual.photo {
  background-image: url(../img/2nd_mv_photo.jpg);
  background-position: top;
}
.second-mainvisual.pride {
  background-image: url(../img/2nd_mv_pride.jpg);
  /* background-position: top; */
}

.second-maintitle {
  display: block;
  /* background:#17b397; */
  color: #fff;
  font-weight: 900;
  font-size: 38px;
  letter-spacing: 0.2em;
  padding-left: 40px;
  padding-top: 22px;
  position: relative;
  width: 40%;
  height: 50px;
  left: 5%;
  top: 25%;
  z-index: 2;
  filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.4));
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;  
}
.second-maintitle::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/second_mv_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 280px;
  height: 180px;
  background-size: auto 90px; /*ロゴサイズ*/
  top: -50px;
  left: 0;
  z-index: -1;
  filter: none;
}

.second-maintitle.wide {
  width: 70%;
  letter-spacing: 0.10em;
  font-size: 34px;
}
.second-maintitle::before {
  position: absolute;
  font-size: 16px;
  top: 4px;
  left: 40px;
  color: #2e3740;
  letter-spacing: 0.2rem;
  text-shadow: none;
  font-weight: 500;
}
.second-maintitle.antivirus::before {
  /* content: "ANTIVIRUS"; */
}
.second-maintitle.policy::before {
  /* content: "EDUCATIONAL POLICY"; */
}
.second-maintitle.course1::before {
  /* content: "Elementary school"; */
}
.second-maintitle.course2::before {
  /* content: "Junior high school"; */
}
.second-maintitle.course3::before {
  /* content: "High school"; */
}
.second-maintitle.flow::before {
  /* content: "FLOW OF ENROLLMENT"; */
}
.second-maintitle.chitose::before {
  /* content: "CHITOSE CLASSROOM"; */
}
.second-maintitle.company::before {
  /* content: "COMPANY"; */
}
.second-maintitle.contact::before {
  /* content: "CONTACT"; */
}
.second-maintitle.notice::before {
  /* content: "NOTICE"; */
}
.second-maintitle.news::before {
  /* content: "NEWS"; */
}

.breadcrumbs {
  padding-left: 5%;
}
.breadcrumbs.chitose {
  background: #17b397;
}
.breadcrumbs ul {
  display: flex;
  font-size: 13px;
  padding: 3% 0;
}
.breadcrumbs.chitose ul,
.breadcrumbs.chitose ul a{
  color: #fff;
}
.breadcrumbs li::after {
  content: "/";
  padding: 0 10px;
  font-size: 13px;
}
.breadcrumbs li:last-child:after {
  content: '';
}


/*------------------

btn

-------------------*/
.btn-wrap{
  width: 320px;
  display: block;
  margin: 30px auto;
}
.c-btn, .c-btn-small, .c-btn-next, .c-btn-prev, .c-btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  height: 80px;
  padding: 0 60px;
  border: 1px solid #e84b13;
  background: #e84b13;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .2rem;
  text-align: center;
  position: relative;
  transition: all 0.6s
}
.c-btn-next::before, .c-btn-next::after {
  position: absolute;
  top:  0.2em;
  bottom: 0;
  height: 1px;
  margin: auto; /*imp 上下左右中央*/
  background: #fff;
  content: "";
  transition: all 0.4s
}
.c-btn-next::before {
  width: 25px;
}
.c-btn-next::before, .c-btn-next::after {
  right: 30px;
}
.c-btn-next::after {
  width: 10px;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.c-btn-next:hover {
  color: #e84b13;
  background: #fff;
}
.c-btn-next:hover::before,
.c-btn-next:hover::after {
  background: #e84b13;
}
.c-btn-next:hover::before {
  width: 30px;
}
.c-btn-next:hover::after {
  width: 14px;
}

.btn_blue {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  /* background-color: #004e95; */

  background: rgb(64,150,238); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(64,150,238,1) 0%, rgba(0,78,149,1) 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(64,150,238,1) 0%,rgba(0,78,149,1) 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(64,150,238,1) 0%,rgba(0,78,149,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#004e95',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  width: 30%;
  min-width: 300px;
  margin: 6% auto 10px auto;
  padding: 20px 5px;
  line-height: 24px;
  position: relative;
  z-index: 60;
  border-radius: 2px;
  outline: 1px solid #fff;
  outline-offset: -3px;
}
.btn_icon {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  transform: translateY(-48%);
}
.btn_blue:hover {
  opacity: 0.7;
}

.btn_green {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  background-color: #009479;
  width: 30%;
  min-width: 300px;
  margin: 3% auto 10px auto;
  padding: 20px 5px;
  line-height: 24px;
  position: relative;
  z-index: 60;
  border-radius: 2px;
  outline: 1px solid #fff;
  outline-offset: -3px;
}
.btn_icon {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  transform: translateY(-48%);
}
.btn_green:hover {
  opacity: 0.7;
}

.btn-yellow_outer {
  width: max-content; /*センタリング*/
  margin: 0 auto;
}
.btn-yellow {
  letter-spacing: 1.83px;
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
  width: 340px;
  text-decoration: none;
  background: #E0D700;
  border-radius: 2px;
  position: relative;
  font-style: normal;
  padding: 18px 7px 18px 15px;
  font-weight: 400;
}
.btn-yellow a {
  display: block;
  /* width: 340px; */
  text-align: center;
  color: #fff;
  font-family: 'Roboto',sans-serif;
  font-weight: 900;
  letter-spacing: .3em;
}
.btn-yellow:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 340px;
  height: 100%;
  top: -100%;
  /*左に隠す*/
  left: 0;
  background-color: #00E2FF;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-yellow:hover a {
  text-decoration: none;
  color: #fff;
}
.btn-yellow:hover:before {
  /*-100%を打ち消す*/
  top: 0;
}
.btn-yellow:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  /*FontAwesomeのアイコンコードを指定*/
  content: "\f054";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}


/*------------------

heading

-------------------*/
.en-news-heading {
  color: #e84b13;
  font-weight: 600;
  padding-left: 4px;
}
.jp-news-heading {
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  line-height: 2.6rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; 
}
.en-heading {
  color:  #e84b13;
  font-weight: 600;
  padding: 0 0 4px 4px;
}
.jp-heading {
  color: #2e3740;;
  font-weight: 500;
  font-size: 40px;
  line-height: 2.6rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; 
}
.en-heading.black {
  color: #2e3740;
}
.jp-heading.white {
  color: #fff;
}
.jp-heading.pd2 {
  font-size: 26px;
  padding: 4px 20px 0;
  font-weight: bold;
}
.jp-subheading {
  color: #2e3740;
  font-weight: 400;
  font-size: 32px;
  line-height: 2.0rem;
  padding: 2px 22px 4px;
  border-left: solid 2px #17b397;
}
.jp-subheading.white {
  color: #fff;
  border-left: solid 2px #2e3740;
}
.jp-subheading-small {
  color: #2e3740;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8rem;
  padding: 2px 22px 4px;
  border-left: solid 2px #17b397;
}
.jp-heading i {
  padding-right: 8px;
}



/*------------------

Header

-------------------*/
nav {
  width: 100%;
  height: 143px; /*works?*/
  position: relative;
  z-index: 99;
  background: transparent;
}
.drawer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0 1em;
  background-image: url(../img/bg01.png);
  /* background: rgb(177, 56, 8); */
  /* background: rgb(43,66,108);
  background: linear-gradient(125deg, rgba(43,66,108,1) 0%, rgba(43,66,108,1) 4%, rgba(64,88,124,1) 4%, rgba(64,88,124,1) 11%, rgba(69,102,148,1) 11%, rgba(69,102,148,1) 83%, rgba(111,125,159,1) 100%); */
  /* background: #e6bc00; */
  
}

@media screen and (min-width: 896px) {
  .drawer {
    background: transparent;
  }
}


/* h1 img {
  max-width: 150px;
  display: block;
  margin-left: 2px;
} */
/*menuは左に隠しておく*/
.menu {
  /* text-align: center;  */
  transition: .5s ease;/*滑らかに表示*/
  
  /*左に隠しておく*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);

  /*右に隠しておく*/
  /* -webkit-transform: translateX(105%);
  transform: translateX(105%); */

  /*上に隠しておく*/
  /* -webkit-transform: translateY(-120%);
  transform: translateY(-120%); */
}
.menu ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding: 22px 20px;
  border-bottom: solid 0.7px #ccc;
  color: #333;
  text-decoration: none;
}
.menu ul li:first-child {
  border-top: solid 0.7px #ccc;
}
.menu ul li a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f054";
  color: #e0d700;
  position: absolute;
  top: 50%;
  right: 20px;
  /* margin-top: -12px; */
  transform: translateY(-50%)
}

/* li.menu__single {
  position: relative;
}
li.menu__single ul.menu__second-level {
  position: absolute;
  display: inline-block;
  top: 40px;
  width: 100%;
  padding: 0px;
  background: pink;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
li.menu__single:hover ul.menu__second-level {
  top: 40px;
  visibility: visible;
  opacity: 1;
} */

.menu-tel-sp a {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  padding: 22px 20px;
  border-bottom: 1px dotted #CCC;
  color: #fff;
  text-decoration: none;
  background: #e84b13;
}
.menu-tel-sp span {
  display: block;
  font-family: 'Roboto', sans-serif;
}
.menu-tel-sp i {
  font-family: 'Font Awesome 5 Free';
  padding-right: 6px;
}
.menu-tel-sp small {
  font-size: 14px;
  font-weight: 500;
}
.menu-tel-sp a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 15px;
  content: "\f054";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  /* margin-top: -12px; */
  transform: translateY(-50%)
}
.menu-contact-sp a {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  padding: 22px 20px;
  background: #e84b13;
  border-bottom: 1px dotted #CCC;
  text-decoration: none;
}
.menu .menu-contact-sp i {
  padding-right: 6px;
}
.menu-tel-sp span {
  display: block;
  font-family: 'Roboto', sans-serif;
}
.menu-contact-sp span {
  display: block;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .1rem;
}
.menu-contact-sp small {
  font-size: 14px;
  font-weight: 500;
}
.menu-contact-sp a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 15px;
  content: "\f054";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  /* margin-top: -12px; */
  transform: translateY(-50%)
}

/*OPEN時の動き*/
.menu.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*右スライド*/
}
.Toggle {
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 3;
  top: 15px;
  right:15px;
}
.Toggle span {
  display: block;
  position: absolute;
  width: 34px;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
/*変化前*/
.Toggle span:nth-child(1) {
  top:5px;
}
.Toggle span:nth-child(2) {
  top: 18px;
}
.Toggle span:nth-child(3) {
  top: 32px;
}
/*変化後*/
.Toggle.active span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*------------------

Header max-width:896px

-------------------*/

@media screen and (max-width: 896px) {

  .header-notice {
    /* height: 40px; */
    /* width: 100%;
    font-size: 12px;
    background: #222;
    padding: 8px 14px;
    line-height: 1.15rem;
    color: #fff; */
  }
  .header-notice a{
    color: #2BB8FA;
  } 

  header h1 a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;

    /* width: 282px;
    height: 47px;
    background-image: url(../img/logo3.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 38px; 
    overflow: hidden;
    text-indent: 100%; */
  }
  /*タイトルロゴは表示し、附随するテキストを隠す*/
  .clearText {
    /* text-indent:100%;
    white-space:nowrap;
    overflow:hidden; */
  }
  .menu {
    background-color: rgba(255,255,255);
  }

  .menu-tel,
  .menu-contact {
    display: none;
  }
  .menu__single .init-bottom {
    /* display: none; */
  }

  /* .menu .form {
  display: none;
  } */
}

/*------------------

2nd_Header max-width:896px

-------------------*/
@media screen and (max-width: 896px) {
  nav {
    height: 60px; /*imp_tag*/
  }
}

/*------------------

Header min-width:896px

-------------------*/
@media screen and (min-width: 896px) {
 
  nav {
    /* margin-top: 30px; */
    /*pcのheight base-px*/
    /* position: fixed; */
    /*drawer/menuのflex*/
    /* display: flex; */
    /* background-color: #999; */
    /* background-color: #fff; */
    /* justify-content: space-between; */
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
    z-index: 99;
  }
  nav {
    height: 70px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  .header-notice {
    height: 40px;
    width: 100%;
    font-size: 13px;
    /* background: #222; */
    background-image: url(../img/bg2.jpg);
    /* background: rgb(23,179,151);
    background: linear-gradient(123deg, rgba(23,179,151,1) 63%, rgba(26,200,168,1) 82%, rgba(42,227,193,1) 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .header-notice a{
    /* color: #fff; */
  }
  .header-notice a:hover{
    color: #2e3740;
  }

  .nav-wrapper {
    display: flex;
    justify-content: space-between;
    background-image: url(../img/bg01.png);
    /* background: rgb(43,66,108);
    background: linear-gradient(125deg, rgba(43,66,108,1) 0%, rgba(43,66,108,1) 4%, rgba(64,88,124,1) 4%, rgba(64,88,124,1) 11%, rgba(69,102,148,1) 11%, rgba(69,102,148,1) 83%, rgba(111,125,159,1) 100%); */
    /* background: rgb(172,109,11);
    background: linear-gradient(125deg, rgba(172,109,11,1) 0%, rgba(208,134,36,1) 44%, rgba(208,160,96,1) 82%, rgba(222,182,83,1) 100%); */
    /* background: #e6bc00; */
  }
  /*nav全体 transform 後*/
  nav.fixed {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    /* background-color: rgba(255,255,255,0.8); */
    height: 100px;
    /* justify-content: center; */
  }

  nav .drawer {
    width: 380px;
    height: 80px;
    /* background-color: #ddd; */
    position: relative;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  nav.fixed .drawer {
    width: 300px;
    height: 60px;
  }
  .drawer h1 a {

    display: flex;
    width: 420px;
    height: 80px;
    color: #fff;
    align-items: center;
    padding-left: 40px;
    font-size: 20px;

    /* background-image: url(../img/logo3.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 60px;
    overflow: hidden;
    text-indent: 100%;
    margin-left: 10px; */

    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  /*タイトルロゴ画像を表示して、附随するテキストは隠したい*/
  /* .clearText {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
  } */
  nav .drawer::before {
    /* position: absolute;
    content: "ダクト･空調工事の会社";
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.3rem;
    top:4px;
    left:11%;
    width: 300px; */
    /* right:10%; */
  }
  nav.fixed .drawer h1 a {
    /* position: absolute; */
    width: 300px;
    height: 60px;
    background-image: url(../img/logo3.png);
    background-position: left center;
    background-size: auto 40px;
  }

  nav.fixed .drawer::before {
    display: none;
  }

  /* h1 img {
    width: 200px;
    height: auto;
  } */
  
  .Toggle {
   display: none;
  }
  
  .menu-pc-inner {
    display: flex;
    justify-content: center;
    background-color: transparent;
  }
  .menu {
  display: flex;
  /* width: 100%; */
  font-size:0.9em;
  background-color: transparent;
  padding: 0 0px 0 20px; 
  margin-right: 0;
  /* margin:0 10px; */
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  .menu {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }

  nav.fixed .menu { /*imp*/
    background-color: transparent;
  }
  
  .menu ul {
   height: 80px;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: center;
   padding-right: 15px;
   margin: 0;
   -webkit-transform: translateX(0);
   transform: translateX(0);
  }
  /*trans設定*/
  .menu ul {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  /*メニュー部 transform 後*/
  nav.fixed .menu ul {
    height: 60px;
  }
  .menu ul li a {
   padding: 0 24px;
   border-bottom: none;
   font-size: 14px;
   /* color: #2e3740; */
   color: #fff;
   /* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;  */
   font-weight: 400;
  }
  nav.fixed .menu ul li a {
    color: #fff;
  }
  .menu-tel a,
  .menu-contact a {
    border-bottom: none;
  }
  .menu ul li:first-child {
    border-top: none
  }
  .menu ul li a::after {
    display: none;
  }
  nav.fixed .menu ul a {
    color: #2e3740;
  }
  nav.fixed .menu .sp-contact a {
    color: #fff;
  }
  .menu ul li a:hover {
  background-color:transparent;
  /* color: #17b397; */
  color: #5ac8fb;
  }
  nav.fixed .menu ul li a:hover {
    /* background-color:transparent; */
    /* color: #17b397; */
    color: #e84b13;
    }


  /* .sp-contact {
    display: block;
    background-color: #005AAE;
    margin-left: 14px;
    text-align: center;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-radius: 2px;
    box-sizing: border-box;
    outline: 1px solid #fff;
    outline-offset: -3px;
  }
  .menu ul .sp-contact a:hover {
    color: #333;
  } */

  .menu-tel {
    display: flex;
    white-space: nowrap;
    height: 80px;
    text-align: center;
    align-items: center;
    font-size: 14px;
    border-left: solid 1px #777;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  nav.fixed .menu-tel {
    height: 60px;
  }
  .menu-tel a {
    /* color: #555; */
    color: #fff;
  }
  .menu-tel-num p {
    font-size: 10px;
  }
  .menu-tel a i {
    padding-right: 5px;
  }

  .menu-contact a {
    /*li aのblock化*/
    display: flex;
    white-space: nowrap;
    height: 80px;
    align-items: center;
    /* background-color: #2e3740; */
    background-color: #ea1835;
    color: #fff;
    font-size: 15px;
    padding: 0 30px;
    text-decoration: none;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  .menu-contact a i {
    padding-right: 5px;
  }
  .menu-contact a:hover {
    color: #D8FAF4;
  }
    
  nav.fixed .menu-contact a {
    height: 60px;
  }
  .menu-tel-sp,
  .menu-contact-sp {
    display: none;
  }

  /*ドロップダウン*/
  li.menu__single {
    position: relative;
  }
  li.menu__single ul.menu__second-level {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    top: 40px;
    width: 120px;
    height: 150px;
    margin-left: 0;
    padding-left: 0;
    background: #333;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
  }
  .menu__second-level li{
    /* display: block; */
    padding-top: 14px;
    /* color: #333; */
  }
  .menu__second-level li a {
    /* color: #333; */
  }
  ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
  li.menu__single:hover ul.menu__second-level {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }
}



/*------------------

imgBox top_only

-------------------*/
.main_imgBox {
  height: 72vh;
  overflow: hidden;
  position: relative;
}
.sidebar {
  width: 80px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 15;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: solid 1px #fff;
}
.sidebar img {
  width: 16px;
  margin-top: 70px;
}

.main_img {
  z-index:10;
  /* opacity: 0; */
  width: 100%;
  height: 82vh;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  /* -webkit-animation: anime 18s 0s infinite;
  animation: anime 18s 0s infinite; */
}

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main_img:nth-of-type(4) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

/* .main_img:nth-of-type(4) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.main_img:nth-of-type(5) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.main_img:nth-of-type(6) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
} */

@keyframes anime {
  0% {
      opacity: 0;
  }
  17% {
      opacity: 1;
  }
  33% {
      opacity: 1;
  }
  50% {
      opacity: 0;
       transform: scale(1.1);
                  z-index:9;
  }
  100% { opacity: 0 }
}

@-webkit-keyframes anime {
  0% {
      opacity: 0;
  }
  17% {
      opacity: 1;
  }
  33% {
      opacity: 1;
  }
  50% {
      opacity: 0;
       -webkit-transform: scale(1.1);
          z-index:9;
  }
  100% { opacity: 0 }
}

.main-title-outer {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top:60%;
  z-index: 12;
  text-align: center;

}
/* .main-title-outer::after {
  position: absolute;
  content:"";
  width: .5px;
  height: 380px;
  background: #17b397;
  left: -5%;
  top: -30%;
}
.main-title-outer::before {
  position: absolute;
  content:"";
  width: 100%;
  height: .5px;
  background: #17b397;
  left: -5%;
  top: -30%;
} */
.main-title,
.main-title2,
.main-title3 {
  /* width: max-content; */
  width: 900px;
  font-size: 32px;
  /* color: #fff; */
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: .1;
  /* filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2)); */
  /* transform: translateX(150px); */
  padding: 10px 30px 13px;
  margin: 20px 0;
  color: #fff;
  filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.4));
}

.main-title-outer2 {
  position: absolute;
  top:40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 12;
}
.main-title-last {
  width: max-content;
  font-size: 58px;
  color: #e84b13;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: .1;
  padding: 10px 30px 13px;
  margin: 12px 0;
  
  filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.4));
  text-shadow:0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff;
}
.main-title-last_red {
  /* color: #e84b13; */
  color: #444;
  font-size: 66px;
}
/*------------------

animation

-------------------*/

.fadeInleft {
  opacity : 0;
  transform: translateX(-200px);
  transition: 0.4s;
}
.fadeInUp {
  opacity : 0;
  transform: translateY(50px);
  transition: 0.5s;
}
.trs10 {
  transition: 1.0s;
}
.trs15 {
  transition: 1.5s;
}
.trs20 {
  transition: 2.0s;
}
.trs25 {
  transition: 2.5s;
}
.trs30 {
  transition: 3.0s;
}



/*------------------

News

-------------------*/
.top-sec-news {
  padding: 20px 0;
  /* background-image: url(../img/bg_black1.jpg); */
  background-image: url(../img/bg01.png);
  /* background:  rgba(64,88,124,1); */
  
  
}
.news-inner {
  margin: 0 26px;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: solid .5px #999;
  border-bottom: solid .5px #999;
  /* align-items: center; */
}
.news-heading-area {
  width: 16%;
  padding: 10px 0;
  border-right: solid .5px #ccc;
}
.news-text-area {
  width: 85%;
  padding-left: 30px;
}
.news-text-area__day {
  color: #e84b13;
  font-weight: 400;
}
.news-text-area__article {
  padding: 0 0 6px;
  color: #fff;
  text-align: center;
}

/*------------------

About us

-------------------*/
.top-sec-about {
  padding: 80px 0 80px;
  position: relative;
  background-image: url(../img/bg-s1.jpg);
  z-index: 1;
}
.top-sec-about::after {
  content: "";
  /* background:#edf1f3; */
  /* background: gray; */
  background: #fff;
  position: absolute;
  width: 65%;
  height: 78%;
  top:16%;
  right: 0%;
  z-index: -1;
}
.about-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;/*左寄せ*/
}
.about-wrap__img {
  flex-basis: 42%;
  position: relative;
  z-index: 5;
}
/* .about-wrap__img::after {
  content: "";	
  display: block;	
  position: absolute;	
  z-index: -1;
  width: 100%;
  padding: 29% 0;
  top: 16%;	
  left: 5%;	
  background:#ddd;
} */
.about-wrap__text-outer {
  flex-basis: 43%;
  margin: 70px 0 0 100px;
  position: relative;
}
.pjt-wrap.reverse {
  flex-direction: row-reverse;
}
.pjt-wrap__img.reverse::after {
  left: -8%;
}
.pjt-wrap__text-outer.reverse {
  margin: 100px 150px 0 0;
  position: relative;
}
.about-text {
  line-height: 2rem;
  padding: 40px 0 20px;
  z-index: 2;
}


/*------------------

Course --menu--

-------------------*/
.menu-wrapper {
  /* background: rgb(172,109,11);
  background: linear-gradient(125deg, rgba(172,109,11,1) 0%, rgba(208,134,36,1) 44%, rgba(208,160,96,1) 82%, rgba(222,182,83,1) 100%); */
  background-image: url(../img/bg05.png);
}
#top-sec-course1 {
  padding: 46px 0 10px;
  position: relative;
  /* background-image: url(../img/bg01a.png); */
}
#top-sec-course1 .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 30px;
}
.top-sec-course2 {
  padding: 20px 0 70px;
  position: relative;  
}
.top-sec-course2 .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 30px;
}
.course2__lead {
  color: #fff;
}
.menu-container {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  position: relative;
}
.menu-img {
  width: 43%;
  z-index: 1;
}
.menu-cont {
  width: 56%;
  z-index: 2;
  background: #fff;
  padding: 30px 50px;
  z-index: 2;
  margin-left: -40px;
  margin-top: 40px;
  height: 360px;
  box-shadow: 0px 10px 30px rgba(0,0,0,.13);
}
.menu-cont__title {
  padding: 10px 0 20px;
  font-size: 18px;
}
.menu-cont__text {
  line-height: 2rem;
}



.course-wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 40px;
}
.co-box {
  flex-basis: 30%;
  /* background-color: #009479; */
  /* height: 100%; */
  padding-bottom: 20px;
  box-shadow: 0px 10px 30px rgba(0,0,0,.13);
  position: relative;
  /* background: #fff; */
  background-image: url(../img/bg01.jpg);
  border: solid 14px;
  border-image: url(../img/bg01.jpg);
}
.btn-plus {
  position: absolute;
  top: -14px;
  right: -15px;
  width: 50px;
  height: 50px;
  background-color: #e84b13;
  z-index: 1;
}
.btn-plus span {
  display: block;
  position: absolute;
  margin: auto;
  background-color: #fff;
}
.btn-plus span:nth-child(1) {
  position: absolute;
  top: 24px;
  right: 0;
  left: 0;
  width: 24px;
  height: 2px;
}
.btn-plus span:nth-child(2) {
  top: 13px;
  right: 0;
  left: 0;
  width: 2px;
  height: 24px;
}
.co-box__name {
  position: absolute;
  right: 4%;
  top: 20%;
  z-index: 1;
}
.co-box__name .name1 {
  display: block;
  color: #e84b13;
  font-size: 42px;
  font-weight: 600;
  line-height: 2.8rem;
  filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.4));
  text-shadow:0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff;
}
.co-box__name .name2 {
  display: block;
  color: #555;
  font-size: 20px;
  font-weight: 600;
  padding-left: 12px;
}
.box2__img {
  overflow: hidden;
  z-index: -10;
}
.box2__img img{
  display: block;
}
.box2__img img:hover {
  transform: scale(1.1);
  transition-duration: 0.4s;
  /* opacity: 0.9; */
  z-index: -10;
}

.co-box__text-outer .text1 {
  font-size: 24px;
  position: relative;
  text-align: left;
  padding: 16px 22px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; 
}
.co-box__text-outer .text1::after {
  position: absolute;
  content: "";
  display: block;
  width: 80%;
  height: .5px;
  background-color: #aaa;
  bottom: 0;
}
.co-box__text-outer .text2 {
  font-size: 14px;
  padding: 14px 22px;
}

.fas.fa-book-open {
  padding-right: 5px;
}


/*------------------

Class --inside--

-------------------*/
.top-sec-class {
  padding: 120px 0;
  position: relative;
  background-image: url(../img/bg-s1.jpg);
}
.top-sec-class::after {
  content: "";
  background-image: url(../img/bg01.png);
  /* background: gray; */
  position: absolute;
  width: 65%;
  height: 60%;
  top:12%;
  right: 0%;
  z-index: 1;
}
.class-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;/*左寄せ*/
}
.class-wrap__img {
  width: 42%;
  margin-left: 40px;
  position: relative;
  z-index: 5;
}
.class-wrap__text-outer {
  width: 50%;
  margin: 0 50px 0 60px;
  position: relative;
  z-index: 5;
}
.pjt-wrap.reverse {
  flex-direction: row-reverse;
}
.pjt-wrap__img.reverse::after {
  left: -8%;
}
.pjt-wrap__text-outer.reverse {
  margin: 100px 150px 0 0;
  position: relative;
}
.class-text {
  color: #fff;
  line-height: 2rem;
  padding: 30px 0 20px;
}



/*------------------

Profile --pride--

-------------------*/
.top-sec-prof {
  padding: 20px 0 100px;
  position: relative;
  background-image: url(../img/bg-s1.jpg);
  z-index: -2;
}
.top-sec-prof::after {
  content: "";
  /* background:#edf1f3; */
  /* background: gray; */
  background-image: url(../img/bg01.png);
  position: absolute;
  width: 62%;
  height: 90%;
  top:-2%;
  left: 0%;
  z-index: -1;
}
.prof-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;/*左寄せ*/
  z-index: 5;
}
.prof-wrap__img {
  width: 42%;
  position: relative;
  z-index: 5;
}
.prof-wrap__text-outer.reverse {
  width: 45%;
  margin: 30px 80px 0 50px;
  position: relative;
}
.prof-wrap.reverse {
  flex-direction: row-reverse;
}
.prof-text {
  line-height: 2rem;
  padding: 40px 0 20px;
  color: #fff;
  z-index: 5;
}



/*------------------

Chitose --map--

-------------------*/

.top-sec-chitose {
  overflow: hidden;
  /* background: #17b397; */
  /* background: rgb(172,109,11);
  background: linear-gradient(125deg, rgba(172,109,11,1) 0%, rgba(208,134,36,1) 44%, rgba(208,160,96,1) 82%, rgba(222,182,83,1) 100%); */
  background-image: url(../img/bg05.png);
  padding: 60px 0;
  z-index: -1;
}
.top-sec-chitose .inner {
  padding: 0 80px;
}
.chitose-cont-wrap {
  /* background: #fff; */
  background-image: url(../img/bg-s1.jpg);
  
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  /* align-items: center; */
  margin: 3% 0;
  padding: 3% 1% 3% 3.5%;
  box-shadow: 0px 10px 30px rgba(0,0,0,.13);
  z-index: -1;
}
.cont-wrap__img {
  width: 42%;
  box-sizing: border-box;
  padding: 20px 10px;
}
.cont-wrap__img img {
  width: 100%;
}
.port-map {
  width:  52%;
  position: relative;
}
.cont-wrap__caption {
  color: #2e3740;
  padding: 10px 0 0;
}
.cont-wrap__desc {
  width: 48%;
  padding: 10px;
  margin: 1% 2%;
  line-height: 2.0;
  height: 80%;
  z-index: 20;
}
.chitose-text {
  display: block;
  padding: 24px;
  background: #f5f7f8;
  /* border: solid .5px #aaa; */
  color: #2e3740;
  /* margin-left: 22px; */
}
.cont-wrap__desc a i {
  padding-right: 5px;
}
.acs_shop-title {
  font-size: 26px;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; 
}

/*------------------

Contact

-------------------*/
.top-sec-contact {
  padding: 70px 0;
  background: #edf1f3;
}
.top-sec-contact .inner {
  max-width: 1380px;
  margin: auto;
  padding: 0 80px;
}
.ct-lead-wrap {
  display: flex;
  justify-content: space-around;
}
.ct-heading {
  width: 25%;
}
.ct-lead-text {
  width: 65%;
  position: relative;
  font-size:16px;
  padding: 24px 0 0;
  z-index: 10;
}
.ct-cont-wrap {
  display: flex;
  justify-content: space-around;
  margin: 6% 0 1%;
}
.ct-cont-wrap__box1,
.ct-cont-wrap__box2 {
  display: block;
  width: 48%;
  /* background: #fff; */
  background:  #ea1835;
  text-align: center;
  padding: 40px 20px;
  box-shadow: 0px 10px 30px rgba(0,0,0,.13);
}
.ct-cont-wrap__box1 .cont-text,
.ct-cont-wrap__box2 .cont-text {
  /* display: block; */
  font-size: 33px;
  /* color: #17b397; */
  font-family: 'Roboto',sans-serif;
  font-weight: 800;
  letter-spacing: 0.2rem;
  color: #fff;
}
.ct-cont-wrap__box1 a i,
.ct-cont-wrap__box2 a i {
  padding-right: 6px;
}
.ct-cont-wrap__box1 .cont-subtext,
.ct-cont-wrap__box2 .cont-subtext {
  padding: 6px;
  font-size: 16px;
  /* color: #2e3740; */
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1rem;
  display: block;
}



/*------------------

footer

-------------------*/
#footer {
  /* background-color: #2e3740 ; */
  background-image: url(../img/bg01.png);
  padding: 50px 0 40px;
  position: relative;
  margin: 0 auto;
}
#footer .inner {
  max-width: 1340px;
  margin: 0 auto;
}
#footer img {
  width: 28%;
  margin: 0 auto;
}
.footer-cont1 {
  text-align: center;
}
.footer-cont1 a {
  color: #fff;
  font-size: 26px;
}
.footer-nav {
  display: block;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  padding: 25px 20px;
  width: max-content;
  margin: 0 auto;
}
.footer-nav li a {
  color:#fff;
  padding: 0 20px;
}
.footer-nav li a:hover {
  color: #5ac8fb;
}
.pagetop {
  position: absolute;
  width: 80px;
  height: 80px;
  /* background: #17b397; */
  background: #e84b13;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: .5%;
}
.pagetop span {
  color: #fff;
  font-size: 50px;
  cursor: pointer;
}


/*------------------

copyright

-------------------*/
.copyright-sec {
  padding: 6px;
  background-color: #edf1f3;
}
.copyright {
  padding: 2px 0;
  font-size: 0.7rem;
  text-align: center;
  /* color: #fff; */
}


/*------------------

2nd_antivirus

-------------------*/
.avs2-sec-lead {
  padding: 60px 0;
}
.avs2-sec-lead .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 80px;
}
.avs2-sec-lead {
  background: #f5f7f8;
}
.avs2-text {
  border: solid 1px #bbb;
  padding: 30px 40px;
}
.avs2-text-title {
  font-weight: 600;
  font-size: 18px;
}

/*------------------

2nd_policy

-------------------*/
/*from ebisuya css start*/
.abt2-sec {
  padding: 80px 0;
}
.abt2-sec .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 60px;
}
#abt2-serv.abt2-sec {
  /* background-size: cover; */
  background-position: top center;
  position: relative;
}
#abt2-serv.abt2-sec.num1 {
  background-image: url(../img/abt2_bg1.jpg);
  background-repeat: repeat;
  z-index: -10;
}
#abt2-serv.abt2-sec.num2 {
  background-image: url(../img/abt2_bg2.jpg);
  background-repeat: repeat;
  z-index: -10;
}
#abt2-serv.abt2-sec.num3 {
  background-image: url(../img/abt2_bg1.jpg);
  z-index: -10;
}

.abt2-serv-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.abt2-serv-wrap__img {
  flex-basis: 42%;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.abt2-serv-wrap__img:before {
  content:"";
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  position:absolute;
  top: 1.5%;
  left: 1%;
  right: 1%;
  bottom: 1.5%;
  border: .8px solid rgba(255,255,255,0.8);
}
.abt2-serv-wrap__desc {
  flex-basis: 50%;
}
.abt2-sec.num2 .abt2-serv-wrap__desc {
  color: #fff;
}

.abt2-serv-wrap__title {
  font-size: 22px;
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding: 30px 10px 10px 0px;
  line-height: 1.9rem;
  z-index: 2;
}
.abt2-serv-wrap__title:after {
  content: '';
  position: absolute;
  background-image: url(../img/abt_icon1.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 280px;
  height: 200px;
  background-size: auto 140px; /*ロゴサイズ*/
  bottom: 20%;
  left: 0;
  z-index: 10;  
}
.abt2-serv-wrap__title.num2:after {
  background-image: url(../img/abt2_icon2.png);
}
.abt2-serv-wrap__title.num3:after {
  background-image: url(../img/abt2_icon3.png);
}
.abt2-serv-wrap__text {
  padding: 20px 10px 10px 0px;
}

/* .abt2-serv-wrap__title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 95px;
  height: 0.5px;
  background-color: #777;
}
.abt2-serv-wrap__title:before {
  left:0;
}
.abt2-serv-wrap__title:after {
  right: -108px;
} */

/*from ebisuya css end*/


/*------------------

2nd_pride

-------------------*/
.po2-sec-wrap {
  padding: 30px 0;
  /* background-image: url(../img/bg1.jpg); */
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,0.04) 0px, rgba(0,0,0,0.04) 2px,transparent 2px, transparent 4px),linear-gradient(135deg, rgb(226,214,190),rgb(249,245,244));
  z-index: -10;
}
.po2-sec-wrap .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 60px;
}
.pd2-title {
  width: 24%;
}
.pd2-title-r {
  width: 24%;
  margin: 0 0 0 auto;
}
.po2-container {
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
}
.po2-text1 {
  position: relative;
  width: 52%;
  line-height: 2.0rem;
  padding-left: 4%;
  z-index: 5;
}
.po2-text1::after {
  position: absolute;
  content: "";
  width: 125%;
  height: 105%;
  /* background: #edf1f3; */
  background-image: repeating-linear-gradient(135deg, rgba(145, 145, 145, 0.02) 0px, rgba(145, 145, 145, 0.02) 39px,rgba(140, 140, 140, 0.02) 39px, rgba(140, 140, 140, 0.02) 57px,rgba(9, 9, 9, 0.02) 57px, rgba(9, 9, 9, 0.02) 91px,rgba(217, 217, 217, 0.02) 91px, rgba(217, 217, 217, 0.02) 119px,rgba(45, 45, 45, 0.02) 119px, rgba(45, 45, 45, 0.02) 141px,rgba(227, 227, 227, 0.02) 141px, rgba(227, 227, 227, 0.02) 184px,rgba(236, 236, 236, 0.02) 184px, rgba(236, 236, 236, 0.02) 227px,rgba(124, 124, 124, 0.02) 227px, rgba(124, 124, 124, 0.02) 244px),repeating-linear-gradient(135deg, rgba(39, 39, 39, 0.02) 0px, rgba(39, 39, 39, 0.02) 23px,rgba(2, 2, 2, 0.02) 23px, rgba(2, 2, 2, 0.02) 55px,rgba(13, 13, 13, 0.02) 55px, rgba(13, 13, 13, 0.02) 71px,rgba(44, 44, 44, 0.02) 71px, rgba(44, 44, 44, 0.02) 98px,rgba(240, 240, 240, 0.02) 98px, rgba(240, 240, 240, 0.02) 134px,rgba(182, 182, 182, 0.02) 134px, rgba(182, 182, 182, 0.02) 159px,rgba(246, 246, 246, 0.02) 159px, rgba(246, 246, 246, 0.02) 174px,rgba(157, 157, 157, 0.02) 174px, rgba(157, 157, 157, 0.02) 190px),repeating-linear-gradient(135deg, rgba(145, 145, 145, 0.02) 0px, rgba(145, 145, 145, 0.02) 35px,rgba(217, 217, 217, 0.02) 35px, rgba(217, 217, 217, 0.02) 53px,rgba(199, 199, 199, 0.02) 53px, rgba(199, 199, 199, 0.02) 70px,rgba(196, 196, 196, 0.02) 70px, rgba(196, 196, 196, 0.02) 114px,rgba(137, 137, 137, 0.02) 114px, rgba(137, 137, 137, 0.02) 143px,rgba(249, 249, 249, 0.02) 143px, rgba(249, 249, 249, 0.02) 191px,rgba(247, 247, 247, 0.02) 191px, rgba(247, 247, 247, 0.02) 239px,rgba(38, 38, 38, 0.02) 239px, rgba(38, 38, 38, 0.02) 273px),linear-gradient(90deg, rgb(255,255,255),rgb(236,236,236));
  z-index: -1;
  top: -10%;
  left: 0%;
}
.po2-img {
  width: 42%;
  z-index: 10;
}
.po2-middle-heading{
  text-align: right;
  margin-right: 3%;
}
.po2-text2 {
  position: relative;
  width: 52%;
  line-height: 2.0rem;
  padding-right: 4%;
  z-index: 5;
}
.po2-text2::after {
  position: absolute;
  content: "";
  width: 125%;
  height: 115%;
  background-image: repeating-linear-gradient(135deg, rgba(145, 145, 145, 0.02) 0px, rgba(145, 145, 145, 0.02) 39px,rgba(140, 140, 140, 0.02) 39px, rgba(140, 140, 140, 0.02) 57px,rgba(9, 9, 9, 0.02) 57px, rgba(9, 9, 9, 0.02) 91px,rgba(217, 217, 217, 0.02) 91px, rgba(217, 217, 217, 0.02) 119px,rgba(45, 45, 45, 0.02) 119px, rgba(45, 45, 45, 0.02) 141px,rgba(227, 227, 227, 0.02) 141px, rgba(227, 227, 227, 0.02) 184px,rgba(236, 236, 236, 0.02) 184px, rgba(236, 236, 236, 0.02) 227px,rgba(124, 124, 124, 0.02) 227px, rgba(124, 124, 124, 0.02) 244px),repeating-linear-gradient(135deg, rgba(39, 39, 39, 0.02) 0px, rgba(39, 39, 39, 0.02) 23px,rgba(2, 2, 2, 0.02) 23px, rgba(2, 2, 2, 0.02) 55px,rgba(13, 13, 13, 0.02) 55px, rgba(13, 13, 13, 0.02) 71px,rgba(44, 44, 44, 0.02) 71px, rgba(44, 44, 44, 0.02) 98px,rgba(240, 240, 240, 0.02) 98px, rgba(240, 240, 240, 0.02) 134px,rgba(182, 182, 182, 0.02) 134px, rgba(182, 182, 182, 0.02) 159px,rgba(246, 246, 246, 0.02) 159px, rgba(246, 246, 246, 0.02) 174px,rgba(157, 157, 157, 0.02) 174px, rgba(157, 157, 157, 0.02) 190px),repeating-linear-gradient(135deg, rgba(145, 145, 145, 0.02) 0px, rgba(145, 145, 145, 0.02) 35px,rgba(217, 217, 217, 0.02) 35px, rgba(217, 217, 217, 0.02) 53px,rgba(199, 199, 199, 0.02) 53px, rgba(199, 199, 199, 0.02) 70px,rgba(196, 196, 196, 0.02) 70px, rgba(196, 196, 196, 0.02) 114px,rgba(137, 137, 137, 0.02) 114px, rgba(137, 137, 137, 0.02) 143px,rgba(249, 249, 249, 0.02) 143px, rgba(249, 249, 249, 0.02) 191px,rgba(247, 247, 247, 0.02) 191px, rgba(247, 247, 247, 0.02) 239px,rgba(38, 38, 38, 0.02) 239px, rgba(38, 38, 38, 0.02) 273px),linear-gradient(90deg, rgb(255,255,255),rgb(236,236,236));
  z-index: -1;
  top: -10%;
  right: 0;
}


/*------------------

2nd_cors21 コース

-------------------*/
.cors21-sec-wrap {
  padding: 30px 0;
}
.cors21-sec-wrap .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 80px;
}

/* from ebisuya_css start */
.menu-category-wrapper {
  padding: 45px 0;
}
.cors21-tr {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.cors21-img {
  width: 38%;
}
.cors21-container {
  width: 60%;
  /* background: #f5f7f8; */
  background-image: linear-gradient(216deg, rgba(255,255,255, 0.05) 0%, rgba(255,255,255, 0.05) 25%,rgba(42, 42, 42,0.05) 25%, rgba(42, 42, 42,0.05) 38%,rgba(223, 223, 223,0.05) 38%, rgba(223, 223, 223,0.05) 75%,rgba(255,255,255, 0.05) 75%, rgba(255,255,255, 0.05) 100%),linear-gradient(44deg, rgba(255,255,255, 0.05) 0%, rgba(255,255,255, 0.05) 34%,rgba(255,255,255, 0.05) 34%, rgba(255,255,255, 0.05) 57%,rgba(255,255,255, 0.05) 57%, rgba(255,255,255, 0.05) 89%,rgba(255,255,255, 0.05) 89%, rgba(255,255,255, 0.05) 100%),linear-gradient(241deg, rgba(255,255,255, 0.05) 0%, rgba(255,255,255, 0.05) 14%,rgba(255,255,255, 0.05) 14%, rgba(255,255,255, 0.05) 60%,rgba(255,255,255, 0.05) 60%, rgba(255,255,255, 0.05) 69%,rgba(164, 164, 164,0.05) 69%, rgba(164, 164, 164,0.05) 100%),linear-gradient(249deg, rgba(248, 248, 248,0.05) 0%, rgba(248, 248, 248,0.05) 32%,rgba(148, 148, 148,0.05) 32%, rgba(148, 148, 148,0.05) 35%,rgba(202, 202, 202,0.05) 35%, rgba(202, 202, 202,0.05) 51%,rgba(181, 181, 181,0.05) 51%, rgba(181, 181, 181,0.05) 100%),linear-gradient(92deg, rgb(255,255,255),rgb(255,255,255));
  padding: 20px;
}
.cors21-price {
  width: 100%;
  background: #fff;
  margin: 18px 0 0;
  padding: 10px 20px;
}
.td__cont2 {
  margin: 6px 0 0;
}
.label {
  margin-right: 10px;
}
.label.c01 {
  padding: 6px 16px;
  background-color: #a3A24d;
  color: #fff;
  border-radius: 4px;
}
.label.c02 {
  padding: 6px 16px;
  background-color: #569ac2;
  color: #fff;
  border-radius: 4px;
}
.cors21-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 26px 0 18px;
}
.td__cont1 {
  font-size: 16px;
  line-height: 1.6rem;
  padding: 10px 0 6px;
}
.td__cont2 {
  font-size: 14px;
  line-height: 1.4rem;
  padding: 6px 0;
}
.cors21-price {
  font-size: 22px;
  line-height: 1.7rem;
  color: #e64d4d;
  font-weight: 600;
}
.cors21-price .tax {
  font-size: 12px
}
/* from ebisuya_css end */


.cors21-policy-container {
  padding: 60px 0;
}
.cors21-policy-text {
  margin: 20px 0;
  background: #edf1f3;
  padding: 20px 30px;
}

.cors21-cors-container {
  padding: 20px 0;
}
.cors21-cors-table {
  margin: 20px 0;
}
.cors21-cors-table th,
.cors21-cors-table td {
  border: solid 1px gray;
  padding: 20px;
}
.cors21-cors-table th {
  background: #17b397;
  color: #fff;
  font-weight: 700;
}
.cors21-cors-table tr td:nth-child(1){
  background: #D8FAF4;
}
.cors21-cors-table th:nth-child(3) {
  width: 12%;
}
.cors21-cors-table th:last-child {
  width: 60%;
}
.tbl-r05 td:first-child {
  background: #edf1f3;
}
@media screen and (max-width: 896px) {
  .cors21-cors-table {
    width: 100%;
    margin: 20px 0 5px;
  }
  .cors21-cors-table .thead {
    display: none;
  }
  .cors21-cors-table tr {
    width: 100%;
  }
  .cors21-cors-table td {
    display: block;
    text-align: left;
    width: 100%;
  }
  .cors21-cors-table td:first-child {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
  }
  .cors21-cors-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
.cors21-cors-text {
  padding: 10px;
}

.cors21-exp-container {
  padding: 50px 0;
}
.cors21-exp-text {
  padding: 30px 20px;
  margin: 30px 0;
  border: solid 1px gray;
}

.cors21-pay-container {
  padding: 20px 0;
}
.cors21-pay-table {
	width: 100%;
	margin: 30px 0 40px;
}
.cors21-pay-table th,
.cors21-pay-table td {
  border: solid 1px gray;
	padding: 20px 28px;
}
.cors21-pay-table th {
  width: 30%;
  text-align: left;
  white-space: nowrap;
  background: #f5f7f8;
}

.cors21-atd-container {
  padding: 30px 0;
}
.cors21-atd-container ul {
  padding: 16px 20px;
}
.cors21-atd-container ul li {
  position: relative;
}
.cors21-atd-container ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .8em;
  left: -1em;
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 100%;
}

.cors21-ols-container {
  padding: 30px 0;
}
.cors21-ols-text {
  padding: 16px 20px;
}


/*------------------

2nd_cors22 料理

-------------------*/
.cors22-sec-wrap {
  padding: 30px 0;
}
.cors22-sec-wrap .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 80px;
}
/* from ebisuya_css start */
.menu-category-wrapper {
  padding: 45px 0;
}
.cors22-headding {
  padding: 12px 20px;
  margin: 16px 0 2px;
  color: #e84b13;
  font-weight: 600;
}
.cors22-tr {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  padding: 6px 14px;
  /* border-top: 1px solid #ccc; */
  background: #edf1f3;
}
.cors22-img {
  width: 20%;
}
.cors22-container {
  width: 60%;
  /* background: #f5f7f8; */
  padding: 4px 30px;
}
.cors22-price {
  width: 18%;
  /* background: wheat; */
  margin: 6px 0 0;
  padding: 2px 20px;
}
.label {
  margin-right: 10px;
}
.label.c01 {
  padding: 6px 16px;
  background-color: #a3A24d;
  color: #fff;
  border-radius: 4px;
}
.label.c02 {
  padding: 6px 16px;
  background-color: #569ac2;
  color: #fff;
  border-radius: 4px;
}
.cors22-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 6px 0;
}
.td__cont2 {
  font-size: 14px;
  line-height: 1.4rem;
  padding: 6px 0;
}
.cors22-price {
  font-size: 18px;
  line-height: 1.7rem;
  color: #333;
  font-weight: 600;
}
.cors22-price .tax {
  font-size: 12px
}
/* from ebisuya_css end */


.cors22-policy-container {
  padding: 60px 0;
}
.cors22-policy-text {
  margin: 20px 0;
  background: #edf1f3;
  padding: 20px 30px;
}

.cors22-cors-container {
  padding: 20px 0 60px;
}
.cors22-cors-table {
  margin: 20px 0;
}
.cors22-cors-table th,
.cors22-cors-table td {
  border: solid 1px gray;
  padding: 20px;
}
.cors22-cors-table th {
  background: #17b397;
  color: #fff;
  font-weight: 700;
}
.cors22-cors-table tr td:nth-child(1){
  background: #D8FAF4;
}
.cors22-cors-table th:nth-child(3) {
  width: 12%;
}
.cors22-cors-table th:last-child {
  width: 60%;
}
.tbl-r05 td:first-child {
  background: #edf1f3;
}
@media screen and (max-width: 640px) {
  .cors22-cors-table {
    width: 100%;
    margin: 20px 0 5px;
  }
  .cors22-cors-table .thead {
    display: none;
  }
  .cors22-cors-table tr {
    width: 100%;
  }
  .cors22-cors-table td {
    display: block;
    text-align: left;
    width: 100%;
  }
  .cors22-cors-table td:first-child {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
  }
  .cors22-cors-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
.cors22-cors-text {
  padding: 10px;
}

.cors22-compe-container {
  padding: 20px 0;
}
.cors22-compe-text {
  padding: 20px 10px;
}
.cors22-compe-table {
	width: 60%;
	margin: 10px 0 0px;
}
.cors22-compe-table th,
.cors22-compe-table td {
  border: solid 1px gray;
	padding: 20px 28px;
}
.cors22-compe-table th {
  text-align: center;
  white-space: nowrap;
  background: #f5f7f8;
}
.cors22-compe-table th:first-child {
  width: 20%;
}
.cors22-compe-text {
  padding: 10px;
}

.cors22-exp-container {
  padding: 40px 0;
}
.cors22-exp-text {
  padding: 30px 20px;
  margin: 30px 0;
  border: solid 1px gray;
}
.cors22-exp-table {
	width: 60%;
	margin: 30px 0 0px;
}
.cors22-exp-table th,
.cors22-exp-table td {
  border: solid 1px gray;
	padding: 20px 28px;
}
.cors22-exp-table th {
  text-align: center;
  white-space: nowrap;
  background: #f5f7f8;
}
.cors22-exp-table th:first-child {
  width: 50%;
}


/*------------------

2nd_cors23 ドリンク

-------------------*/
.cors23-sec-wrap {
  padding: 30px 0;
}
.cors23-sec-wrap .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 80px;
}
/* from ebisuya_css start */
.menu-category-wrapper {
  padding: 45px 0;
}
.cors23-headding {
  padding: 12px 20px;
  margin: 16px 0 2px;
  color: #e84b13;
  font-weight: 600;
}
.cors23-tr {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  padding: 6px 14px;
  /* border-top: 1px solid #ccc; */
  background: #edf1f3;
}
.cors23-img {
  width: 20%;
}
.cors23-container {
  width: 60%;
  /* background: #f5f7f8; */
  padding: 4px 30px;
}
.cors23-price {
  width: 18%;
  /* background: wheat; */
  margin: 6px 0 0;
  padding: 2px 20px;
}
.label {
  margin-right: 10px;
}
.label.c01 {
  padding: 6px 16px;
  background-color: #a3A24d;
  color: #fff;
  border-radius: 4px;
}
.label.c02 {
  padding: 6px 16px;
  background-color: #569ac2;
  color: #fff;
  border-radius: 4px;
}
.cors23-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 6px 0;
}
.td__cont2 {
  font-size: 14px;
  line-height: 1.4rem;
  padding: 6px 0;
}
.cors23-price {
  font-size: 18px;
  line-height: 1.7rem;
  color: #333;
  font-weight: 600;
}
.cors23-price .tax {
  font-size: 12px
}
/* from ebisuya_css end */


.cors23-policy-container {
  padding: 60px 0 30px;
}
.cors23-policy-lead {
  font-weight: 700;
  font-size: 20px;
  color: red;
  padding: 20px 10px 0;
}
.cors23-policy-text {
  margin: 20px 0;
  background: #edf1f3;
  padding: 20px 30px;
}
.cors23-trial-container {
  padding: 20px 0 40px;
}
.cors23-trial-lead {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 10px 0;
}
.cors23-trial-text {
  padding: 10px;
}

.cors23-cors-container {
  padding: 30px 0 60px;
}
.cors23-cors-table {
  margin: 20px 0;
}
.cors23-cors-table th,
.cors23-cors-table td {
  border: solid 1px gray;
  padding: 20px;
}
.cors23-cors-table th {
  background: #17b397;
  color: #fff;
  font-weight: 700;
}
.cors23-cors-table tr td:nth-child(1){
  background: #D8FAF4;
}
.cors23-cors-table th:nth-child(3) {
  width: 12%;
}
.cors23-cors-table th:last-child {
  width: 60%;
}
.tbl-r05 td:first-child {
  background: #edf1f3;
}
@media screen and (max-width: 640px) {
  .cors23-cors-table {
    width: 100%;
    margin: 20px 0 5px;
  }
  .cors23-cors-table .thead {
    display: none;
  }
  .cors23-cors-table tr {
    width: 100%;
  }
  .cors23-cors-table td {
    display: block;
    text-align: left;
    width: 100%;
  }
  .cors23-cors-table td:first-child {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .cors23-cors-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
.cors23-cors-text {
  padding: 10px;
}

.cors23-compe-container {
  padding: 20px 0;
}
.cors22-compe-text {
  padding: 20px 10px;
}
.cors23-compe-table {
	width: 60%;
	margin: 10px 0 0px;
}
.cors23-compe-table th,
.cors23-compe-table td {
  border: solid 1px gray;
	padding: 20px 28px;
}
.cors23-compe-table th {
  text-align: center;
  white-space: nowrap;
  background: #f5f7f8;
}
.cors23-compe-table th:first-child {
  width: 20%;
}
.cors23-compe-text {
  padding: 10px;
}

.cors23-exp-container {
  padding: 40px 0;
}
.cors23-exp-text {
  padding: 30px 20px;
  margin: 30px 0;
  border: solid 1px gray;
}
.cors23-exp-table {
	width: 60%;
	margin: 30px 0 0px;
}
.cors23-exp-table th,
.cors23-exp-table td {
  border: solid 1px gray;
	padding: 20px 28px;
}
.cors23-exp-table th {
  text-align: center;
  white-space: nowrap;
  background: #f5f7f8;
}
.cors23-exp-table th:first-child {
  width: 50%;
}


/*------------------

2nd_flow

-------------------*/
.fl2-sec-flow {
  padding: 40px 0 100px;
}
.fl2-sec-flow .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 80px;
}
.fl2-lead {
  padding: 0px 0 80px;
}
.fl2-box-parent {
  position: relative;
  padding: 25px 30px;
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(0,0,0,.08);
}
.fl2-box__step {
  position: absolute;
  background-color: #17b397;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .3rem;
  padding: 10px 100px;
  right: 0;
  top: 0;
}
.fl2-box-child {
  /* display: flex; */
  /* justify-content: space-between; */
}
.fl2-box__img {
  background-size: cover;
  flex-basis: 42%;
  /* height: 320px; */
}
.fl2-box__text-area {
  /* flex-basis: 55%; */
}
.fl2-text-area__title {
  position: relative;
  font-weight: bold;
  font-size:1.4rem;
  padding-left: 5%;
  padding-top: 4%;
}
.fl2-text-area__text {
  line-height: 2.1rem;
  margin: 2% 3%;
  padding: 2% 4%;
  background: #f5f7f8;
}

.fl2-arrow {
  width: 8%;
  margin: 0 auto;
}
.fl2-fee-table {
	width: 60%;
	margin: 30px 80px;
}
.fl2-fee-table th,
.fl2-fee-table td {
  border: solid 1px gray;
	padding: 20px 28px;
}
.fl2-fee-table th {
  text-align: center;
  white-space: nowrap;
  background: #f5f7f8;
}
.fl2-fee-table th:first-child {
  width: 50%;
}


/*------------------

2nd_Company

-------------------*/

.corp2-sec-info {
  padding: 20px 0 60px;
}
.corp2-sec-info .inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 80px;
}
.corp2-info-wrap {
  padding: 0 0 2%;
}
.corp2-wrap__table {
  margin: 3% 0;
  width: 100%;
}
.corp2-wrap__table th,
.corp2-wrap__table td {
	border-bottom: 1px dotted #ccc;
  padding: 24px 38px;
  vertical-align: middle;
}
.corp2-wrap__table th {
  width: 30%;
  text-align: right;
}
.corp2-wrap__table tr:first-child {
  border-top: 1px dotted #ccc;
}
.corp2-wrap__table th {
  background-color: #f5f7f8;
}
.corp2-map-wrap {
  margin: 20px 0;
  padding: 2%;
  background-image: linear-gradient(90deg, rgb(33,33,33) 0%,transparent 59%),repeating-linear-gradient(45deg, rgba(168, 168, 168,0.1) 0px, rgba(168, 168, 168,0.1) 1px,transparent 1px, transparent 13px),repeating-linear-gradient(135deg, rgba(168, 168, 168,0.1) 0px, rgba(168, 168, 168,0.1) 1px,transparent 1px, transparent 13px),linear-gradient(90deg, rgb(33,33,33),rgb(33,33,33));
}
.corp2-map-data {
  padding: 1%;
}
.corp2-map-data iframe {
  width: 100%;
}
.corp2-map__text {
  padding: 0 30px;
  font-size: 16px;
  color:#fff;
}
.corp2-map__text i {
  padding-right: 3px;
  font-size: 20px;
}


/*------------------

2nd_Chitose

-------------------*/

.cts2-sec-wrap {
  padding: 20px 0 60px;
  background-image: url(../img/bg1.jpg)
}
.cts2-sec-wrap .inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
}
.cts2-container {
  display: flex;
  padding: 46px 0;
  justify-content: space-between;
}
.cts2-text {
  position: relative;
  width: 57%;
  line-height: 1.8rem;
  padding-right: 4%;
  z-index: 1;
}
.cts2-text::after {
  position: absolute;
  content: "";
  width: 118%;
  height: 115%;
  background: #fff;
  z-index: -1;
  top: -10%;
  right: 0%;
}
.cts2-img {
  width: 38%;
  z-index: 2;
}
.cts2-outer {
  margin: 10px 0;
}
.cts2-outer a{
  color: #2BB8FA;
}
.cts2-outer span{
  display: block;
  margin-top: 8px;
  padding: 10px 14px;
  background: #F0F0F0;
}
.cts-info-text {
  margin: 20px 0 80px;
  padding: 30px 40px;
  background: #f5f7f8;
}
.cts2-map-data iframe {
  margin: 20px 0 50px;
  width: 100%;
}
.room2-table {
	width: 100%;
  margin: 20px 0 22px;
  font-size: 14px;
}
.room2-table th,
.room2-table td {
  border: solid .5px #ccc;
	padding: 6px 12px;
}
.room2-table th {
  width: 30%;
  text-align: left;
  white-space: nowrap;
  background-color: #f5f7f8;
}
.room2-title {
  position: relative;
  padding: 14px 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  background: #e84b13;
}
.room2-title::after {
  position: absolute;
  bottom: -12px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 20px 20px 0 20px;
  border-style: solid;
  border-color: #e84b13 transparent transparent transparent;
}

/*------------------

2nd_Photo

-------------------*/
.ph2-sec-wrap {
  padding: 20px 0 60px;
  background-image: url(../img/abt2_bg2.jpg)
}
.ph2-sec-wrap .inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
}
.ph2-lead {
  padding: 40px 20px;
  color: #fff;
}
.ph2-photo-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 1% 0;
}
.photo-wrap__box {
  flex-basis: 29%;
  /* text-align: center; */
  background-image: url(../img/abt2_bg1.jpg);
  padding-bottom: 30px;
  /* border: solid 2px #ddd; */
  margin-bottom: 38px;
}
.ph2-box__name {
  font-size: 1.2em;
  color: #333;
  margin: 20px;
  padding: 3px 12px;
  border: dashed 1px #777;
  border-radius: 12px;
}
.ph2-box__text {
  color: #333;
  padding: 0 25px;
}


/*------------------

2nd_News

-------------------*/
.news2-sec-lead {
  padding: 60px 0;
}
.news2-sec-lead .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 80px;
}
.news2-sec-lead {
  background: #f5f7f8;
}
.news2-text {
  border: solid 1px #ddd;
   background: #fff;
  padding: 30px 40px;
}
.news2-text-title {
  font-weight: 600;
  font-size: 18px;
}


/*------------------

2nd_contact

-------------------*/
.ct2-sec-lead {
  padding:20px 0;
}
.ct2-sec-lead .inner {
  max-width: 1380px;
  margin: auto;
  padding: 0 200px;
}
.ct2-sec-form {
  padding: 10px 0;
}
.ct2-sec-form .inner {
  max-width: 1320px;
  margin: auto;
  padding: 0 10px;
}
.form-wrapper {
  z-index: 80;
  text-align: center;
  margin: auto;
}
.form-wrapper iframe {
  width: 100%;
  height: 1700px;
}


/*------------------

2nd_notice

-------------------*/
.nt2-sec-wrap {
  padding:40px 0;
}
.nt2-sec-wrap .inner {
  max-width: 1380px;
  margin: auto;
  padding: 0 100px;
}
.nt2-lead {
  padding: 0px;
}
.nt2-notice1,
.nt2-notice2 {
  margin: 80px 0;
}
.notice__text {
  padding:18px 0;
}





/*------------------

sp max-width: 896px

-------------------*/
@media screen and (max-width: 896px) {
  body {
    font-size: 13px;
    line-height: 1.7;
  }

  /*------------------

  sp-Common

  -------------------*/
  #wrapper {
    /* padding-top: 80px; */
  }

  .top-sec-contact {
    padding: 60px 0 20px;
  }
  .top-sec-contact .inner {
    padding: 0;
  }
  #footer {
    padding: 30px 0 10px;
  }
  #footer .inner {
    padding: 0 30px;
  }
  .footer-cont1 {
    margin-top: 20px;
  }
  .footer-cont1 a {
    font-size: 16px;
  }
  .top-margin-footer {
    padding: 10px 0;
  }

  .is_pc {
    display: none;
  }


  /*------------------

  sp-btn

  -------------------*/
  .btn-wrap{
    width: 100%;
    display: block;
    margin: 30px auto;
  }
  .c-btn, .c-btn-small, .c-btn-next, .c-btn-prev, .c-btn-more {
    width: 60%;
    height: 70px;
    min-width: 100%;
    padding: 0 40px;
    margin: 0 auto;
  }
 

  .btn_blue,
  .btn_green {
    font-size: 1.0rem;
    margin: 2% auto 10px auto;
  }
  .btn-yellow {
    width: 300px;
  }
  .btn-yellow:before {
    width: 300px;
  }



  /*------------------

  sp-2nd_mv
  
  -------------------*/
  .second-mainvisual {
    height: 40vh;
  }
  .second-maintitle {
    /* content: ""; */
    /* position: absolute; */
    top: 20%;
    font-size: 24px;
    letter-spacing: 0.12em;
    padding-left: 20px;
    padding-top: 22px;
    position: relative;
    width: 80%;
    height: 70px;
  }
  .second-maintitle::after {
    width: 190px;
    height: 170px;
  }
  .second-maintitle::before {
    position: absolute;
    font-size: 14px;
    top: 4px;
    left: 20px;
    color: #2e3740;
    letter-spacing: 0.1rem;
  }
  .second-maintitle.wide {
    font-size: 22px;
    width: 80%;
    line-height: 1.6rem;
    letter-spacing: 0.10em;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
  }
  
    
  /*------------------

  sp-imgBox
  
  -------------------*/
  .main_imgBox {
    height: 60vh;
    margin-top: 0px; /*imp*/
  }
  .main_img {
    height: 60vh;
    background-position: 50% 50%;
  }
  .sidebar {
    display: none;
  }
  .main-title-outer {
    display: none;
    /* left: 6%;
    top:50%; */
  }
  .main-title-outer::after {
    /* position: absolute;
    content:"";
    width: .5px;
    height: 180px;
    background: #17b397;
    left: -5%;
    top: -20%; */
  }
  .main-title-outer::before {
    /* position: absolute;
    content:"";
    width: 100%;
    height: .5px;
    background: #17b397;
    left: -5%;
    top: -20%; */
  }
  .main-title,
  .main-title2,
  .main-title3 {
    /* font-size: 16px;
    padding: 6px 0px 10px;
    color: #fff;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2)); */
  }
  .main-title-outer2 {
    /* display: none; */
    position: absolute;
    left: 40%;
    top:75%;
    z-index: 12;
  }
  .br::after {
    content: "\A";
    white-space: pre;
  }
  .main-title-last {
    width: max-content;
    font-size: 30px;
    /* color: #65e79f; */
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 10px 0px 13px;
    margin: 12px 0;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  }
  .main-title-last_red {
    /* color: #e84b13; */
    /* color: #444; */
    font-size: 36px;
  }


  /*------------------

  sp-heading

  -------------------*/
  .jp-news-heading {
    font-size: 26px;
    line-height: 2.0rem;
  }
  .en-heading {
    color: #e84b13;
    font-weight: 600;
    padding: 0 0 4px 4px;
  }
  .jp-heading {
    font-size: 28px;
    line-height: 2.2rem;
  }
  .jp-subheading {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7rem;
    padding: 2px 12px 4px;
    border-left: solid 2px #17b397;
  }
  .jp-subheading.white {
    color: #fff;
    border-left: solid 2px #2e3740;
  }
  .jp-subheading-small {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6rem;
    padding: 2px 22px 4px;
    border-left: solid 2px #17b397;
  }




  /*------------------

  sp-News
  
  -------------------*/
  .news-inner {
    margin: 0 20px;
  }
  .en-news-heading {
    display: none;
  }
  .top-sec-news {
    padding: 12px 0;
  }
  .news-inner {
    display: block;
    padding: 4px 0 16px;
  }
  .news-heading-area {
    width: 100%;
    padding: 10px 0;
    border-right: none;
  }
  .news-text-area {
    width: 100%;
    padding: 0 8px;
  }
  .news-text-area__article {
    padding: 0 0 6px;
    
  }


  /*------------------

  sp-About us

  -------------------*/
  .top-sec-about {
    padding: 20px 0 30px;
  }
  .top-sec-about::after {
    width: 100%;
    height: 82%;
    top:16%;
    right: 0%;
  }
  .top-sec-about .inner {
    padding: 0 20px;
  }
  .about-wrap {
    display: block;
  }
  .about-wrap__text-outer {
    flex-basis: 100%;
    margin: 20px 10px 0 10px;
    position: relative;
  }
  .about-text {
    line-height: 1.6rem;
    padding: 20px 0 10px;
  }

    
  /*------------------

  sp-Course

  -------------------*/
  #top-sec-course1 {
    padding: 10px 0 20px;
  }
  #top-sec-course1 .inner {
    max-width: 1340px;
    padding: 0 20px;
  }
  .top-sec-course2 {
    padding: 10px 0 36px;
  }
  .top-sec-course2 .inner {
    max-width: 1340px;
    padding: 0 24px;
  }
  .course-wrap {
    padding: 10px 0 30px;
    flex-wrap: wrap;
  }
  .course-wrap .co-box {
    flex-basis: 100%;   
    margin-top: 20px;
  }
  .menu-container {
    display: block;
    padding: 20px 0;
  }
  .menu-img {
    width: 100%;
  }
  .menu-cont {
    width: 100%;
    z-index: 2;
    background: #fff;
    padding: 20px 50px 30px;
    z-index: 2;
    margin-left: 0px;
    margin-top: 0px;
    height: auto;
  }
  .menu-cont__title {
    padding: 10px 0;
    font-size: 19px;
    font-weight: bold;
  }
  .menu-cont__text {
    line-height: 1.7rem;
  }





  /*------------------

  sp-Class

  -------------------*/
  .top-sec-class {
    padding: 30px 0 50px;
  }
  .top-sec-class .inner{
    padding: 0 20px;
  }
  .top-sec-class::after {
    width: 100%;
    height: 80%;
  }
  .class-wrap {
    display: block;
  }
  .class-wrap__img {
    width: 100%;
    margin-left: 0px;
  }
  .class-wrap__text-outer {
    width: 100%;
    margin: 12px 4px 0 2px;
    position: relative;
  }
  .class-text {
    color: #fff;
    line-height: 1.7rem;
    padding: 10px 0 20px;
  }


  /*------------------

  sp-Profile

  -------------------*/
  .top-sec-prof {
    padding: 30px 0 80px;
  }
  .top-sec-prof .inner{
    padding: 0 22px;
  }
  .top-sec-prof::after {
    width: 100%;
    height: 84%;
    top:8%;
    z-index: -1;
  }
  .prof-wrap {
    display: block;
    flex-wrap: nowrap;
  }
  .prof-wrap__img {
    width: 100%;
  }
  .prof-wrap__text-outer.reverse {
    width: 100%;
    margin: 30px 4px 0 2px;
  }
  .prof-text {
    line-height: 1.7rem;
    padding: 20px 0 20px;
  }

  /*------------------

  sp-Chitose

  -------------------*/
  .top-sec-chitose {
    padding: 20px 0;
  }
  .top-sec-chitose .inner {
    padding: 0 20px;
  }
  .chitose-cont-wrap {
    display: block;
    margin: 5% 0;
    padding: 3%;
  }
  .cont-wrap__img {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 16px;
  }
  .port-map {
    width:  100%;
    position: relative;
  }
  .cont-wrap__caption {
    padding: 10px 6px 0;
  }
  .cont-wrap__desc {
    width: 100%;
    padding: 0px;
    margin: 0%;
    line-height: 1.6rem;
    height: 80%;
  }
  .chitose-text {
    padding: 22px 18px;
  }
  .acs_shop-title {
    font-size: 20px;
  }
  .room2-title {
    font-size: 16px;
  }


  /*------------------

  sp-Contact

  -------------------*/
  .top-sec-contact {
    padding: 50px 0;
  }
  .top-sec-contact .inner {
    padding: 0 20px;
  }
  .ct-lead-wrap {
    display: block;
  }
  .ct-heading {
    width: 100%;
  }
  .ct-lead-text {
    width: 100%;
    font-size:14px;
    padding: 10px 0 20px;
  }
  .ct-cont-wrap {
    display: block;
  }
  .ct-cont-wrap__box1,
  .ct-cont-wrap__box2 {
    display: block;
    width: 100%;
    padding: 20px 6px;
    margin-top: 14px;
  }
  .ct-cont-wrap__box1 .cont-text,
  .ct-cont-wrap__box2 .cont-text {
    /* display: block; */
    font-size: 28px;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-weight: 800;
    letter-spacing: 0.2rem;
  }
  .ct-cont-wrap__box1 .cont-subtext,
  .ct-cont-wrap__box2 .cont-subtext {
    padding: 2px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1rem;
    display: block;
  }


  /*------------------

  sp-footer
  
  -------------------*/
  #footer {
    padding: 50px 0 40px;
  }
  #footer .inner {
    padding: 0 20px;
  }
  #footer img {
    width: 60%;
  }
  .footer-cont-2 {
    width: 100%;
    padding-left: 8%;
  }
  .footer-nav {
    width: 100%; 
    font-size: 14px;
    padding: 20px 0px;
    justify-content: start;
    
  }
  .footer-nav li {
    width: 50%;
    padding: 8px 0px;
  }

  .pagetop {
    width: 54px;
    height: 54px;
    padding-bottom: 1%;
    padding-left: .5%;
  }
  .pagetop span {
    color: #fff;
    font-size: 40px;
    cursor: pointer;
  }

  /*------------------
  
  sp-2nd-antivirus
  
  -------------------*/
  .avs2-sec-lead {
    padding: 20px 0;
  }
  .avs2-sec-lead .inner {
    padding: 0 20px;
  }
  .avs2-text {
    padding: 20px;
  }
  .avs2-text-title {
    font-weight: 600;
    font-size: 16px;
  }
  


  /*------------------
  
  sp-2nd-policy 当店について
  
  -------------------*/
  /*from ebisuya css Start*/
  .abt2-sec {
    padding: 30px 0;
  }
  .abt2-sec .inner {
    padding: 0 20px;
  }
  .main_imgBox-service {
    height: 20vh;
  }
  .blank__2a {
    display: none;
  }
  .abt2-serv-wrap {
    display: block;
  }
  .abt2-serv-wrap__img {
    margin: 10px 4px;
  }
  .abt2-serv-wrap__title {
    font-size: 1.2rem;
    margin: 5px;
    padding: 20px 0px 2px;
  }  
  .abt2-serv-wrap__text {
    margin: 0px;
    padding: 10px;
  }
  .abt2-serv-wrap__title:after {
    background-size: auto 100px;
    bottom: 5%;   
  }
  .abt2-serv-wrap__title.num2:after {
    bottom: -50%;
  }
  /*from ebisuya css end*/

  .po2-sec-wrap {
    padding: 30px 0;
  }
  .po2-sec-wrap .inner {
    padding: 0 20px;
  }
  .pd2-title {
    width: 50%;
  }
  .pd2-title-r {
    width: 50%;
  }
  .po2-container {
    display: block;
    padding: 12px 0;
  }
  .po2-text1 {
    width: 100%;
    line-height: 1.7rem;
    padding-left: 0%;
    background-image: repeating-linear-gradient(135deg, rgba(145, 145, 145, 0.02) 0px, rgba(145, 145, 145, 0.02) 39px,rgba(140, 140, 140, 0.02) 39px, rgba(140, 140, 140, 0.02) 57px,rgba(9, 9, 9, 0.02) 57px, rgba(9, 9, 9, 0.02) 91px,rgba(217, 217, 217, 0.02) 91px, rgba(217, 217, 217, 0.02) 119px,rgba(45, 45, 45, 0.02) 119px, rgba(45, 45, 45, 0.02) 141px,rgba(227, 227, 227, 0.02) 141px, rgba(227, 227, 227, 0.02) 184px,rgba(236, 236, 236, 0.02) 184px, rgba(236, 236, 236, 0.02) 227px,rgba(124, 124, 124, 0.02) 227px, rgba(124, 124, 124, 0.02) 244px),repeating-linear-gradient(135deg, rgba(39, 39, 39, 0.02) 0px, rgba(39, 39, 39, 0.02) 23px,rgba(2, 2, 2, 0.02) 23px, rgba(2, 2, 2, 0.02) 55px,rgba(13, 13, 13, 0.02) 55px, rgba(13, 13, 13, 0.02) 71px,rgba(44, 44, 44, 0.02) 71px, rgba(44, 44, 44, 0.02) 98px,rgba(240, 240, 240, 0.02) 98px, rgba(240, 240, 240, 0.02) 134px,rgba(182, 182, 182, 0.02) 134px, rgba(182, 182, 182, 0.02) 159px,rgba(246, 246, 246, 0.02) 159px, rgba(246, 246, 246, 0.02) 174px,rgba(157, 157, 157, 0.02) 174px, rgba(157, 157, 157, 0.02) 190px),repeating-linear-gradient(135deg, rgba(145, 145, 145, 0.02) 0px, rgba(145, 145, 145, 0.02) 35px,rgba(217, 217, 217, 0.02) 35px, rgba(217, 217, 217, 0.02) 53px,rgba(199, 199, 199, 0.02) 53px, rgba(199, 199, 199, 0.02) 70px,rgba(196, 196, 196, 0.02) 70px, rgba(196, 196, 196, 0.02) 114px,rgba(137, 137, 137, 0.02) 114px, rgba(137, 137, 137, 0.02) 143px,rgba(249, 249, 249, 0.02) 143px, rgba(249, 249, 249, 0.02) 191px,rgba(247, 247, 247, 0.02) 191px, rgba(247, 247, 247, 0.02) 239px,rgba(38, 38, 38, 0.02) 239px, rgba(38, 38, 38, 0.02) 273px),linear-gradient(90deg, rgb(255,255,255),rgb(236,236,236));
    padding: 10px 14px;
  }
  .po2-text1::after {
    display: none;
  }
  .po2-img {
    padding: 14px 0;
    width: 100%;
  }
  .po2-text2 {
    width: 100%;
    line-height: 1.7rem;
    background-image: repeating-linear-gradient(135deg, rgba(145, 145, 145, 0.02) 0px, rgba(145, 145, 145, 0.02) 39px,rgba(140, 140, 140, 0.02) 39px, rgba(140, 140, 140, 0.02) 57px,rgba(9, 9, 9, 0.02) 57px, rgba(9, 9, 9, 0.02) 91px,rgba(217, 217, 217, 0.02) 91px, rgba(217, 217, 217, 0.02) 119px,rgba(45, 45, 45, 0.02) 119px, rgba(45, 45, 45, 0.02) 141px,rgba(227, 227, 227, 0.02) 141px, rgba(227, 227, 227, 0.02) 184px,rgba(236, 236, 236, 0.02) 184px, rgba(236, 236, 236, 0.02) 227px,rgba(124, 124, 124, 0.02) 227px, rgba(124, 124, 124, 0.02) 244px),repeating-linear-gradient(135deg, rgba(39, 39, 39, 0.02) 0px, rgba(39, 39, 39, 0.02) 23px,rgba(2, 2, 2, 0.02) 23px, rgba(2, 2, 2, 0.02) 55px,rgba(13, 13, 13, 0.02) 55px, rgba(13, 13, 13, 0.02) 71px,rgba(44, 44, 44, 0.02) 71px, rgba(44, 44, 44, 0.02) 98px,rgba(240, 240, 240, 0.02) 98px, rgba(240, 240, 240, 0.02) 134px,rgba(182, 182, 182, 0.02) 134px, rgba(182, 182, 182, 0.02) 159px,rgba(246, 246, 246, 0.02) 159px, rgba(246, 246, 246, 0.02) 174px,rgba(157, 157, 157, 0.02) 174px, rgba(157, 157, 157, 0.02) 190px),repeating-linear-gradient(135deg, rgba(145, 145, 145, 0.02) 0px, rgba(145, 145, 145, 0.02) 35px,rgba(217, 217, 217, 0.02) 35px, rgba(217, 217, 217, 0.02) 53px,rgba(199, 199, 199, 0.02) 53px, rgba(199, 199, 199, 0.02) 70px,rgba(196, 196, 196, 0.02) 70px, rgba(196, 196, 196, 0.02) 114px,rgba(137, 137, 137, 0.02) 114px, rgba(137, 137, 137, 0.02) 143px,rgba(249, 249, 249, 0.02) 143px, rgba(249, 249, 249, 0.02) 191px,rgba(247, 247, 247, 0.02) 191px, rgba(247, 247, 247, 0.02) 239px,rgba(38, 38, 38, 0.02) 239px, rgba(38, 38, 38, 0.02) 273px),linear-gradient(90deg, rgb(255,255,255),rgb(236,236,236));
    padding: 10px 14px;
  }
  .po2-text2::after {
    display: none;
  }

  /*------------------
  
  sp-2nd-cors1 コース
  
  -------------------*/
  .cors21-sec-wrap {
    padding: 20px 0;
  }
  .cors21-sec-wrap .inner {
    padding: 0 20px;
  }
  /* from ebisuya_css start */
  .menu-category-wrapper {
    padding: 25px 0;
  }
  .cors21-tr {
    display: block;
    padding: 10px 0;
  }
  .cors21-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .cors21-container {
    width: 100%;
  }
  .cors21-label {
    margin: 5px 0;
  }
  .cors21-label {
    font-size: 0.8em;
  }
  .cors21-title {
    font-size: 17px;
    padding: 16px 0 4px;
  }
  .cors21-tr .cors21-price {
    width: 100%;
    margin-top: 3px;
    padding-left: 10px;
  }
  /* from ebisuya_css end */

  .cors21-policy-container {
    padding: 30px 0;
  }
  .cors21-policy-text {
    margin: 8px 0 8px;
    background: #edf1f3;
    padding: 14px 18px;
  }
  .cors21-cors-container {
    padding: 10px 0;
  }
  .cors21-exp-container {
    padding: 20px 0;
  }
  .cors21-exp-text {
    padding: 20px 20px;
    margin: 14px 0;
  }
  .cors21-pay-container {
    padding: 12px 0;
  }
  .cors21-pay-table {
    width: 100%;
    margin: 14px 0 14px;
  }
  .cors21-pay-table th,
  .cors21-pay-table td {
    padding: 10px 16px;
  }
  .cors21-atd-container {
    padding: 14px 0;
  }
  .cors21-atd-container ul {
    padding: 12px 20px;
    margin: 8px 0;
    background: #f5f7f8;
  }
  .cors21-ols-container {
    padding: 14px 0;
  }
  .cors21-ols-text {
    padding: 12px 20px;
    margin: 8px 0;
    background: #f5f7f8;
  }

  /*------------------
  
  sp-2nd-cors2 料理
  
  -------------------*/
  .cors22-sec-wrap {
    padding: 20px 0;
  }
  .cors22-sec-wrap .inner {
    padding: 0 20px;
  }

  /* from ebisuya_css start */
  .menu-category-wrapper {
    padding: 25px 0;
  }
  .cors22-tr {
    display: block;
    padding: 6px 0;
  }
  .cors22-img {
    width: 100%;
    padding: 6px 14px;
  }
  .cors22-container {
    width: 100%;
  }
  .cors22-label {
    margin: 5px 0;
  }
  .cors22-label {
    font-size: 0.8em;
  }
  .cors22-title {
    font-size: 16px;
    padding: 0px;
  }
  .td__cont2 {
    line-height: 1.3rem;
    padding: 6px 0 0;
    margin: 0;
  }
  .cors22-price {
    width: 100%;
    margin-top: 0px;
    font-size: 16px;
    margin: 0;
    padding: 0 18px;
    text-align: right;
  }
  /* from ebisuya_css end */
  


  .cors22-policy-container {
    padding: 30px 0;
  }
  .cors22-policy-text {
    margin: 8px 0 8px;
    background: #edf1f3;
    padding: 14px 18px;
  }
  .cors22-cors-container {
    padding: 10px 0;
  }
  .cors22-compe-container {
    padding: 16px 0;
  }
  .cors22-compe-text {
    padding: 10px 10px;
  }
  .cors22-compe-table {
    width: 100%;
    margin: 8px 0 0px;
  }
  .cors22-compe-table th,
  .cors22-compe-table td {
    padding: 10px 18px;
  }
  .cors22-compe-table th:first-child {
    width: 25%;
  }

  .cors22-exp-container {
    padding: 20px 0;
  }
  .cors22-exp-table {
    width: 100%;
    margin: 10px 0 0px;
  }
  .cors22-exp-table th,
  .cors22-exp-table td {
    border: solid 1px gray;
    padding: 10px 18px;
  }
  .cors22-exp-text {
    padding: 20px 20px;
    margin: 14px 0;
  }
  .cors22-pay-container {
    padding: 12px 0;
  }
  .cors22-pay-table {
    width: 100%;
    margin: 14px 0 14px;
  }
  .cors22-pay-table th,
  .cors22-pay-table td {
    padding: 10px 16px;
  }
  .cors22-atd-container {
    padding: 14px 0;
  }
  .cors22-atd-container ul {
    padding: 10px 20px;
    margin: 6px 0;
    background: #f5f7f8;
  }
  .cors22-ols-container {
    padding: 14px 0;
  }
  .cors22-ols-text {
    padding: 10px 20px;
    margin: 6px 0;
    background: #f5f7f8;
  }

  /*------------------
  
  sp-2nd-cors3 ドリンク
  
  -------------------*/
  .cors23-sec-wrap {
    padding: 20px 0;
  }
  .cors23-sec-wrap .inner {
    padding: 0 20px;
  }
  /* from ebisuya_css start */
  .menu-category-wrapper {
    padding: 25px 0;
  }
  .cors23-tr {
    display: block;
    padding: 10px 0;
  }
  .cors23-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .cors23-container {
    width: 100%;
  }
  .cors23-label {
    margin: 5px 0;
  }
  .cors23-label {
    font-size: 0.8em;
  }
  .cors23-title {
    font-size: 16px;
    padding: 0px;
    line-height: 1.5;
  }
  .cors23-price {
    width: 100%;
    margin-top: 0px;
    font-size: 16px;
    margin: 0;
    padding: 0 18px;
    text-align: right;
  }
  /* from ebisuya_css end */



  .cors23-policy-container {
    padding: 30px 0;
  }
  .cors23-policy-lead {
    font-weight: 700;
    font-size: 16px;
    color: red;
    padding: 10px 10px 0;
  }
  .cors23-policy-text {
    margin: 8px 0 8px;
    background: #edf1f3;
    padding: 14px 18px;
  }
  .cors23-trial-container {
    padding: 14px 0 20px;
  }
  .cors23-trial-lead {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 10px 0;
  }
  .cors23-trial-text {
    padding: 10px;
  }
  
  .cors23-cors-container {
    padding: 10px 0;
  }
  .cors23-exp-container {
    padding: 20px 0;
  }
  .cors23-exp-table {
    width: 100%;
    margin: 10px 0 0px;
  }
  .cors23-exp-table th,
  .cors23-exp-table td {
    border: solid 1px gray;
    padding: 10px 18px;
  }
  .cors23-exp-text {
    padding: 20px 20px;
    margin: 14px 0;
  }
  .cors23-pay-container {
    padding: 12px 0;
  }
  .cors23-pay-table {
    width: 100%;
    margin: 14px 0 14px;
  }
  .cors23-pay-table th,
  .cors23-pay-table td {
    padding: 10px 16px;
  }
  .cors23-atd-container {
    padding: 14px 0;
  }
  .cors23-atd-container ul {
    padding: 10px 20px;
    margin: 6px 0;
    background: #f5f7f8;
  }
  .cors23-ols-container {
    padding: 14px 0;
  }
  .cors23-ols-text {
    padding: 10px 20px;
    margin: 6px 0;
    background: #f5f7f8;
  }
  
  /*------------------
  
  sp-2nd-flow
  
  -------------------*/
  .fl2-sec-flow {
    padding: 20px 0 50px;
  }
  .fl2-sec-flow .inner {
    padding: 0 20px;
  }
  .fl2-lead {
    padding: 0px 0 40px;
  }
  .fl2-box-parent {
    padding: 40px 20px;
  }
  .fl2-box__step {
    font-size: 16px;
    padding: 2px 40px;
    top: 0%;
  }
  .fl2-box-child {
    /* display: block; */
  }

  .fl2-text-area__title {
    font-size:17px;
    padding-left: 0%;
    padding-top: 4%;
  }
  .fl2-text-area__text {
    line-height: 1.5rem;
    margin: 0%;
    padding: 10px 0px 20px;
    background-color: #fff;
  }
  .fl2-arrow {
    width: 8%;
    margin: 6px auto;
  }
  .fl2-fee-table {
    width: 100%;
    margin: 0px;
  }
  .fl2-fee-table th,
  .fl2-fee-table td {
    padding: 10px 18px;
  }


  /*------------------

  sp-2nd-Chitose

  -------------------*/
  .cts2-sec-wrap {
    padding: 20px 0 40px;
  }
  .cts2-sec-wrap .inner {
    padding: 0 20px;
  }
  .cts2-container {
    display: block;
    padding: 20px 0 40px;
  }
  .cts2-text {
    width: 100%;
    line-height: 1.6rem;
    background: #fff;
    padding: 20px 14px;
    z-index: 1;
  }
  .cts2-text::after {
    display: none;
  }
  .cts2-img {
    width: 100%;
    z-index: 2;
  }
  .cts2-outer {
    margin: 20px 0;
  }
  .cts-info-text {
    padding: 30px 34px;
  }
  .room2-table {
    width: 100%;
    margin: 14px 0 14px;
  }
  .room2-table th,
  .room2-table td {
    padding: 10px 16px;
  }


  /*------------------

  sp-2nd_photo

  -------------------*/
  .ph2-sec-wrap {
    padding: 20px 0 40px;
  }
  .ph2-sec-wrap .inner {
    padding: 0 20px;
  }
  .ph2-lead {
    padding: 20px 10px;
  }
  .ph2-photo-wrap {
    display: block;
    margin: 2% 0;
  }
  .photo-wrap__box {
    width: auto;
    margin: 5% 2%;
  }
  
  
  /*------------------
  
  sp-2nd-Company
  
  -------------------*/
  .corp2-sec-info {
    padding: 20px 0 30px;
  }
  .corp2-sec-info .inner {
    padding: 0 20px;
  }
  .corp2-info-wrap {
    display: block;
  }
  .corp2-wrap__table {
    margin: 14px 0;
    width: 100%;
  }
  .corp2-wrap__table th,
  .corp2-wrap__table td {
    border-bottom: 1px dotted #ccc;
    padding: 24px 12px;
  }
  .corp2-map-wrap {
    padding: 10px;
  }
  .corp2-map__text {
    padding: 20px 10px;
    font-size: 15px;
    color:#fff;
  }

  /*------------------

  sp-2nd-notice

  -------------------*/
  .nt2-sec-wrap {
    padding:20px 0;
  }
  .nt2-sec-wrap .inner {
    padding: 0 30px;
  }
  .nt2-notice1,
  .nt2-notice2 {
    margin: 40px 0;
  }
  .notice__text {
    padding:14px 0;
  }


  /*------------------
  
  sp-2nd-news
  
  -------------------*/
  .news2-sec-lead {
    padding: 20px 0;
  }
  .news2-sec-lead .inner {
    padding: 0 20px;
  }
  .news2-text {
    padding: 20px;
  }
  .news2-text-title {
    font-weight: 600;
    font-size: 16px;
  }
  


  /*------------------
  
  sp-2nd-Contact
  
  -------------------*/
  .ct2-sec-lead {
    padding:20px 0;
  }
  .ct2-sec-lead .inner {
    padding: 0 30px;
  }
  .form-wrapper iframe {
    width: 100%;
    height: 1800px;
  }
  





}




