@charset "UTF-8";
@import url("./base.css");
/* Global */
html, body {
  width: 100%; }

body {
  font-family: Arial, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #000;
  background-color: #fff; }

img {
  max-width: 100%; }

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

a:hover {
  color: #999;
  text-decoration: none; }

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

.inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto; }

.flexcontainer {
  display: flex; }

.flexcontainer2 {
  display: flex;
  justify-content: center;
  align-items: center; }

.flexitem {
  width: 100%;
  text-align: center; }

.item5 {
  flex-basis: 30%; }

.item6 {
  flex-basis: 70%; }

.item7 {
  flex-basis: 33%; }

.item8 {
  flex-basis: 67%; }

.item-btn {
  flex-basis: 50%; }

.item-plan1 {
  flex-basis: 40%; }

.item-plan2 {
  flex-basis: 20%; }

.item-plan3 {
  flex-basis: 40%; }

.item-nagare1 {
  flex-basis: 43%; }

.item-nagare2 {
  flex-basis: 14%; }

.item-nagare3 {
  flex-basis: 43%; }

h2 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #ffe100; }

h2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #ccc; }

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

/* header */
.header_bg {
  background: #ffe100;
  width: 100%;
  border-bottom: 5px solid #000; }

.header_contents {
  width: 100%;
  max-width: 1040px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header_nav {
  margin: 0 auto;
  width: 100%; }

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

.nav_link {
  font-size: 18px; }

#logo {
  position: relative;
  left: 28px;
  /* 左からの位置指定 */
  top: 10px; }

#head_logo {
  display: none; }

#head_logo_sub {
  width: auto;
  max-width: 80px;
  margin: 0 auto;
  padding-top: 20px; }

/* Normal smooth scroll */
.section:nth-of-type(even) {
  color: #e8e8e8; }

.back-btn {
  background-color: #f29635;
  border-radius: 16px;
  bottom: 20px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 120px;
  z-index: 5; }

.back-btn a {
  border-radius: 16px;
  color: #000;
  cursor: pointer;
  display: block;
  height: 100%;
  transition: .3s;
  width: 100%; }

.back-btn a:hover {
  background-color: #717171;
  color: #111934; }

/* sec01 */
#present {
  z-index: 100;
  position: relative;
  left: 20px;
  /* 左からの位置指定 */
  top: 120px; }

.sec01_1,
.sec01_2 {
  width: 100%;
  /*レイアウト用のCSS*/
  padding: 20px 0 50px 0;
  background-color: #fff; }

.sec01_1 {
  position: relative;
  /*レイアウト用のCSS*/
  height: 600px;
  background-image: url("../images/main_bg.jpg");
  background-size: cover;
  width: 100%; }

.sec01_1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #fff transparent; }

.sec01-t {
  font-size: 1.6em;
  font-weight: 700;
  padding: 50px 0 10px 0;
  border-bottom: 7px dotted #ffe100;
  border-radius: 1px; }

/* sec02 */
.sec02_1 {
  width: 100%;
  /*レイアウト用のCSS*/
  padding: 20px 0 50px 0;
  background-color: #fff; }

.sec02_2 {
  width: 100%;
  /*レイアウト用のCSS*/
  padding: 20px 0 50px 0;
  background-color: #fff9d0; }

.sec02_1 {
  position: relative;
  /*レイアウト用のCSS*/ }

.sec02_1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent transparent #fff9d0; }

/* sec03 */
.sec03_1 {
  width: 100%;
  /*レイアウト用のCSS*/
  padding: 20px 0 50px 0;
  background-color: #fff9d0; }

.sec03_2 {
  width: 100%;
  /*レイアウト用のCSS*/
  padding: 20px 0 50px 0;
  background-color: #fff; }

.sec03_1 {
  position: relative;
  /*レイアウト用のCSS*/ }

.sec03_1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #fff transparent; }

.waku-g {
  border: #ededed solid 5pt;
  padding: 30px 25px;
  background: rgba(255, 255, 255, 0.5); }

/* sec04 */
.sec04_1 {
  width: 100%;
  /*レイアウト用のCSS*/
  padding: 20px 0 50px 0;
  background-color: #fff; }

.sec04_2 {
  width: 100%;
  /*レイアウト用のCSS*/
  padding: 20px 0 50px 0;
  background-color: #f7f7f7; }

.sec04_1 {
  position: relative;
  /*レイアウト用のCSS*/ }

.sec04_1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent transparent #f7f7f7; }

/* sec05 */
.sec05_1 {
  width: 100%;
  /*レイアウト用のCSS*/
  padding: 20px 0 50px 0;
  background-color: #f7f7f7; }

.sec05_2 {
  width: 100%;
  /*レイアウト用のCSS*/
  padding: 20px 0 50px 0;
  background-color: #fff; }

.sec05_1 {
  position: relative;
  /*レイアウト用のCSS*/ }

.sec05_1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #fff transparent; }

/* sec06 */
.sec06_1,
.sec06_2 {
  width: 100%;
  /*レイアウト用のCSS*/
  padding: 20px 0 50px 0;
  background-color: #fff; }

.sec06_1 {
  position: relative;
  /*レイアウト用のCSS*/
  background-color: #fff;
  background-image: url("../images/bg_flower.gif");
  background-repeat: repeat-x;
  background-position: bottom; }

.sec06_1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #fff transparent; }

.waku-g2 {
  width: 70%;
  margin: 0 auto;
  border: #ededed solid 5pt;
  padding: 30px 25px;
  background: rgba(255, 255, 255, 0.5); }

/* footer */
/* Normal header style */
.footer_bg {
  margin-top: 70px;
  background: #ffe100;
  width: 100%;
  border-top: 5px solid #000; }
  .footer_bg a:link {
    color: #666;
    text-decoration: none; }

.footer_bg2 {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 20px 0; }

.footer_logo {
  float: left;
  margin-right: 20px;
  width: 100%;
  max-width: 80px; }

.f_menu {
  display: flex;
  justify-content: space-between;
  padding: 0; }

.f_menu > li {
  margin: 0;
  list-style: none;
  padding: 5px; }

/* ご利用規約 */
#kiyaku {
  width: 75%;
  margin: 0 auto;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.5; }

/* ご利用の流れ */
.waku-y {
  border: #fcc800 solid 5px;
  border-radius: 12px;
  padding: 20px; }
  .waku-y h3 {
    margin: 0;
    color: #ee7300;
    font-weight: 700;
    font-size: 1.4em;
    border-bottom: #fee68b 5px dotted; }

.table-nagare {
  margin-top: 10px;
  width: 100%;
  text-align: left; }
  .table-nagare td {
    padding: 7px;
    border: #ccc 3px solid; }

.arrow-sp {
  display: none; }

.arrow2-sp {
  padding: 0 20px; }

/* 特定商取引法に基づく表示 */
.table-tokutei {
  margin: 0 auto;
  margin-top: 50px;
  width: 90%;
  text-align: left; }
  .table-tokutei td {
    padding: 7px;
    border: #ccc 1px solid; }
  .table-tokutei td.bg-y {
    background-color: #fffbe1; }

/* Responsive menu button */
.responsive_btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 40px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 30; }

.menu_line {
  background: #999;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin: 4px 0; }

/* Responsive style */
@media screen and (max-width: 768px) {
  #logo {
    position: relative;
    left: 30px;
    /* 左からの位置指定 */
    width: 35%; }

  #head_logo {
    display: block;
    width: auto;
    max-width: 80px;
    margin-left: 40px;
    padding: 5px 0; }

  #head_logo_sub {
    display: none; }

  #present {
    z-index: 10;
    position: relative;
    top: 2px;
    width: 50%; }

  .inner {
    width: 90%;
    margin: 0 auto; }

  .sec01_1 {
    position: relative;
    /*レイアウト用のCSS*/
    height: 350px;
    background-image: url("../images/main_bg.jpg");
    background-size: cover;
    background-position: center;
    width: 100%; }

  .sec01-t {
    font-size: 1.2em;
    font-weight: 700;
    padding: 50px 0 5px 0;
    border-bottom: 5px dotted #ffe100;
    border-radius: 1px; }

  .responsive_btn {
    display: flex;
    z-index: 30; }

  .header_bg {
    position: relative; }

  .header_nav {
    background: #ccc;
    width: 100%;
    height: 100vh;
    padding: 80px 0 0 0;
    position: fixed;
    top: 0;
    right: -100%;
    transition: .5s;
    z-index: 20; }

  .header_nav_lists {
    display: block;
    text-align: center; }

  .header_nav_lists li {
    margin: 0 0 40px;
    text-align: center; }

  .nav_link {
    font-size: 20px; }

  .flexcontainer {
    display: flex;
    flex-direction: column; }

  .flexcontainer2 {
    display: flex;
    flex-direction: column; }

  .arrow-sp {
    display: block; }

  .arrow2-sp {
    display: none; } }
/* js function "menuToggle" starting only */
.menu_active {
  right: 0; }

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important; }

.sp {
  display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }

/*# sourceMappingURL=style.css.map */
