@charset "utf-8";@charset "UTF-8";
.row-fluid li {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.image img {
	display: block;
	width: 100%;
	height: auto;
}

#cont {
  /*background: #f9f9f9;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-bottom: 5%;*/
}

#Area img.bnr {
  margin: 0 auto;
  display: block;
  padding-top: 0%;
}

#Area img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

#Area {
  margin: 0 auto 100px;
  display: block;
  font-family: serif;
}

#Area .imageArea {
  width: 100%;
  margin: 0 auto 0;
}

#Area .imageArea ul.row-fluid {
  width: 100%;
  text-align: left;
  margin: 5% auto 0;
}

#Area .imageArea ul.last {
  margin: 0 auto;
}

#Area .imageArea ul.row-fluid li {
  width: 46%;
}

#Area .btn-area1 {
  width: 100%;
  display: block;
  margin: 100px auto 50px;
}

#Area .btn-area1 ul li.span10 {
  width: 60%;
  margin-left: 20%;
}

#Area .btn-area1 ul li a {
  display: block;
  font-size: 18px;
  line-height: 350%;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  background-color: #000;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}

#Area .btn-area1 ul li a:hover {
  opacity: 0.7;
  display: block;
  font-size: 18px;
  line-height: 350%;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}

/* 余白*/
.spece {
 padding-top:10%;
  text-align:center;
}

/* 文字追加*/

.text01 {
    font-size: 17px;
    line-height: 20px;
    width: 100%;
    margin: 0% auto;
    text-align: left;
    padding: 2%;
    font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}

.text02 {
    font-size: 14px;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    font-weight:bold;
    font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}

.text03 {
    font-size: 17px;
    line-height: 20px;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    padding: 5%;
    font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}


.font01 {
  font-size: 2.0em;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
  text-align:left;
  padding:2%;
}

.mini {
  font-size: 14px;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
  text-align:left;
  width: 85%;
  padding: 1%;
}

/* ボタン*/

section {
  max-width: 300px;
  margin: 0 auto;
  padding-top:3%;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_02:hover {
  background: #000;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

/* 三角*/

.arrow03 {
    position: relative;
    padding-left: 13px;
}
.arrow03::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px #000;
    top: 50%;
    left: 0;
    margin-top: -6px;
}

/* 矢印*/

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

/* レイアウト*/

.container1017 {
    display: grid;
    grid-template-columns: 430px 300px;
    grid-template-rows: 300px;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    grid-template-areas: "text1 photo1";
}

.photo1 { grid-area: photo1; }

.text1 { grid-area: text1; }

/* レイアウト*/

.container333 {
    display: grid;
    grid-template-columns: 240px 240px 240px;
    grid-template-rows: 15px 360px 40px;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas:
        "tl2 tl3 tl4"
        "photo2 photo3 photo4"
        "text2 text3 text4";
    padding-top: 3%;
}

.tl2 { grid-area: tl2; }

.photo2 { grid-area: photo2; }

.text2 { grid-area: text2; }

.tl3 { grid-area: tl3; }

.photo3 { grid-area: photo3; }

.text3 { grid-area: text3; }

.tl4 { grid-area: tl4; }

.photo4 { grid-area: photo4; }

.text4 { grid-area: text4; }

}
=============================================
tablet
===============================================*/
@media (max-width:1114px) and (min-width:768px) {
  #Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
  }

  #Area .btn-area1 {
    width: 80%;
    display: block;
    margin: 0 auto 80px;
  }

  #Area .btn-area1 ul li.span10 {
    width: 100%;
    margin-left: 4%;
    padding-bottom: 0%;
    padding-top: 2%;
  }

  #Area .btn-area1 ul li.span10:first-child {
    margin-left: 0;
  }

  #Area .btn-area1 ul li a {
    display: block;
    font-size: 18px;
    line-height: 350%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #000;
    font-weight: bold;
    font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
  }

  #Area .content-area {
    padding-bottom: 0;
  }
 
section {
  max-width: 300px;
  margin: 0 auto;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_02:hover {
  background: #000;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

/* メニューボタン*/

a.btn_01 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 150px;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 1px solid #000000;
    color: #000000;
    transition: 0.5s;
    font-size: 11px;
}

.font01 {
    font-size: 1.7em;
    font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
    text-align: center;
    padding: 2%;
}
}
/*===============================================
SMP
===============================================*/
@media (max-width: 767px) {
  #Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
 
  #Area .btn-area1 {
    width: 90%;
    display: block;
    margin: 0 auto 80px;
  }

  #Area .btn-area1 ul li.span10 {
    width: 100%;
    margin-left: 4%;
    padding-bottom: 0%;
    padding-top: 2%;
  }

  #Area .btn-area1 ul li.span10:first-child {
    margin-left: 0;
    margin-top: 20%;
  }

  #Area .btn-area1 ul li a {
    display: block;
    font-size: 18px;
    line-height: 350%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #000;
    font-weight: bold;
    font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
  }

  #Area .content-area {
    padding-bottom: 0;
  }


  #Area .imageArea ul.row-fluid li.mt47 {
    margin-top: 12%;
  }

  #Area .imageArea ul.row-fluid li.mt95 {
    margin-top: 12%;
  }

  #Area .imageArea ul.row-fluid li.mt120 {
    margin-top: 12%;
  }

/* 文字追加*/

.text01 {
    font-size: 12px;
    line-height: 14px;
    width: 95%;
    margin: 0% auto;
    padding: 3%;
    text-align: center;
}

.font01 {
    font-size: 2.0em;
    font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
    text-align: center;
    padding: 2%;
}

.mini {
    font-size: 14px;
    font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
    text-align: left;
    width: 100%;
    padding: 1%;
}
}

/* ボタン*/

section {
  max-width: 200px;
  margin: 0 auto;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_02:hover {
  background: #000;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 440px) {

.container1017 {
    display: block;
   padding-bottom:3%;
}
.container333 {
    display: block;
   padding-top:5%;
}

.text02 {
    font-size: 14px;
    padding-top: 10%;
}
.arrow03 {
    position: relative;
    padding-left: 13px;
    margin: 0% 3% 0% 3%;
}
.text03 {
    font-size: 12px;
}
.mini {
    font-size: 12px;
}
}