body {
  background-color: #00b2bc;
  color: #50503D;
  font-family: dnp-shuei-mgothic-std, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  /*font-weight: 600;*/
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  line-height: 1.45;
  text-indent: 0.03em;
  position: relative;
  text-align: center;
}
.sp {
  display: none;
}
.fade {
  opacity: 0;
  transition: .7s;
  visibility: hidden
}
.fade.go {
  opacity: 1;
  visibility: visible
}
img {
  transition: 0.3s;
}
a:hover img {
  opacity: 0.7;
}
.text_r {
  text-align: right;
}
.text_l {
  text-align: left;
}
.text_c {
  text-align: center;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
.type {
  padding-top: 130px;
  margin-top: -130px;
  margin-bottom: 100px;
}
header {
  background-color: #fff;
  text-align: left;
  position: relative;
  z-index: 100;
}
header .inner {
  width: 1300px;
}
.site-header {
  background: #fff;
  position: absolute;
  width: 100%;
}
.site-header.fixed {
  position: fixed;
  top: 0;
}
#logo {
  background-color: #00b2bc;
  padding: 20px;
}
.gnav {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between
}
/* .menu_trigger ---------------------*/
.menu_trigger, .hum_nav {
  display: none;
}
.taxfree_box {
  margin-right: 40px;
}
.taxfree_box_name {
  font-weight: 700;
  font-size: 3rem;
}
.taxfree_box_name span {
  display: flex;
  font-weight: 700;
  font-size: 1.5rem;
}
.gnav_menu {
  display: flex;
}
.gnav_menu_list {
  margin-right: 1.5em;
}
.gnav_menu_list:last-child {
  margin-right: 0;
}
.gnav_menu_list a {
  border-left: 4px solid #00b2bc;
  padding-left: 5px;
  font-weight: 600;
}
.btn {
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
/*背景*/
.btn-wrap {
  margin: 20px 0 20px 20px;
}
a.btn-c {
  position: relative;
  padding: 3rem 4rem 3rem 10rem;
  color: #fff;
  border-radius: 100vh;
  background: #F86516;
  -webkit-box-shadow: 0 5px 0 #EDEDED;
  box-shadow: 0 5px 0 #EDEDED;
}
a.btn-c span {
  font-size: 1.8rem;
  line-height: 2.1;
  position: absolute;
  top: 11px;
  left: 18px;
  width: 72px;
  height: 72px;
  padding-top: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  background: #FA945C;
}
a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #F86516;
  -webkit-box-shadow: 0 2px 0 #EDEDED;
  box-shadow: 0 2px 0 #EDEDED;
}
a.btn-c:hover span {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
#mv {
  background-color: #34C5CC;
  animation: loop 100s linear infinite;
  background: url("../img/mv_img03.png") repeat-x left bottom;
  background-size: contain;
  position: relative;
  height: 760px;
}
@-webkit-keyframes loop {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: -3198px bottom; /* 画像のマイナス幅 */
  }
}
@keyframes loop {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: -3198px bottom; /* 画像のマイナス幅 */
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .inner {
    padding: 0 10px;
  }
  #logo {
    height: 50px;
    padding: 0 20px;
  }
  #logo img {
    height: 30px;
    width: auto;
    vertical-align: -webkit-baseline-middle;
  }
  .gnav {
    justify-content: left;
  }
  .gnav p img {
    width: auto;
    height: 50px;
  }
  .taxfree_box {
    margin-right: 0;
  }
  .taxfree_box_name, .taxfree_box_name span {
    font-size: 12px;
  }
  .site-header .inner {
    padding-right: 0;
  }
  .btn-wrap {
    margin: 0;
  }
  a.btn-c {
    padding: 1rem 2rem 1rem 3rem;
    width: 100%
  }
  a.btn-c span {
    font-size: 13px;
    line-height: 14px;
    position: absolute;
    top: 7px;
    left: 18px;
    width: 40px;
    height: 40px;
  }
  .type {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 100px;
  }
}
#mv .inner {
  width: 1300px;
}
#mv h2 {
  width: 413px;
}
#mv h3 {
  width: 820px;
}
#town {
  padding: 160px 0 0;
  position: relative;
  height: 760px;
}
#img_kokomomo {
  position: absolute;
  left: 0;
  bottom: 0;
}
#img_kokomomo img {
  width: 380px;
  height: auto;
}
#img_sun {
  position: absolute;
  left: -40%;
  top: -80%;
  z-index: -2;
}
#img_sun img {
  width: 1024px;
  height: auto;
}
#img_plane {
  position: absolute;
  left: 260px;
  top: 50%;
  z-index: -1;
}
#img_plane img {
  width: 190px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #mv {
    height: auto;
  }
  #mv .inner {
    width: 86%;
  }
  #mv h2 {
    width: auto;
    margin-bottom: 30px;
  }
  #mv h3 {
    width: auto;
  }
  #town {
    padding: 80px 0 0;
    position: relative;
    height: 70vh;
  }
  #img_kokomomo {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #img_kokomomo img {
    width: 100px;
    height: auto;
  }
  #img_sun {
    position: absolute;
    left: -80%;
    top: -5%;
    z-index: -2;
  }
  #img_sun img {
    width: 500px;
    height: auto;
  }
  #img_plane {
    position: absolute;
    right: 20px;
    top: auto;
    bottom: 15%;
    z-index: -1;
  }
  #img_plane img {
    width: 80px;
    height: auto;
  }
}
.price_point {
  padding: 30px 0;
}
.flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-box.col3 .flex {
  width: 31%;
}
.flex-box.col4 .flex {
  width: 24%;
}
.flex {
  width: 48%;
}
.flex img, .img {
  width: 100%;
  height: auto;
}
#otameshipack {
  background-color: #F8B216;
  padding: 30px 0;
}
#otameshipack .flex {
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  header .inner {
    width: 100%;
  }
  /* .menu_trigger ---------------------*/
  .menu_trigger {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
  }
  .menu_trigger::after {
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    z-index: -1;
  }
  .menu_trigger .line {
    background-color: #50503D;
    display: inline-block;
    height: 2px;
    position: absolute;
    right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 30px;
  }
  .menu_trigger .line:nth-of-type(1) {
    top: 25px;
  }
  .menu_trigger .line:nth-of-type(2) {
    top: 33px;
  }
  .menu_trigger .line:nth-of-type(3) {
    bottom: 31px;
  }
  .menu_trigger.active .line:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
    top: 14px;
  }
  .menu_trigger.active .line:nth-of-type(2) {
    right: -40px;
  }
  .menu_trigger.active .line:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
    bottom: 16px;
  }
  /* .hum_nav ---------------------*/
  .hum_nav {
    display: block;
    position: fixed;
    top: -290px;
    left: 0;
    -webkit-transition: top 0.6s ease;
    transition: top 0.6s ease;
    width: 100%;
    z-index: -10;
  }
  .hum_nav_box {
    background-color: #fff;
    padding: 80px 50px 30px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    width: 100%;
    z-index: 100;
  }
  .hum_nav_list {
    border-bottom: 1px solid #ebebeb;
  }
  .hum_nav_list.last {
    border: none;
  }
  .hum_nav_inr {
    position: relative;
  }
  .hum_nav_inr a {
    display: block;
    font-size: 18px;
    padding: 25px 0 25px 30px;
    position: relative;
  }
  .hum_nav_inr a::after {
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: 23px;
    left: 4px;
    width: 30px;
    border-left: 4px solid #00b2bc;
    padding-left: 5px;
    font-weight: 600;
  }
  .hum_nav_inr::before, .hum_nav_inr::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    top: 18px;
    right: 17px;
    width: 2px;
    z-index: 1;
  }
  .hum_nav_inr.next::before, .hum_nav_inr.next::after {
    height: 10px;
    width: 2px;
  }
  .hum_nav_inr.next::before {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .hum_nav_inr.next::after {
    -webkit-transform: translateY(18px) rotate(45deg);
    transform: translateY(18px) rotate(45deg);
  }
  .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    display: block;
    height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    width: 0;
    z-index: 5;
  }
  .open .hum_nav {
    top: 0;
  }
  .open .hum_nav_box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .open .overlay {
    height: 100%;
    opacity: 1;
    width: 100%;
  }
  .gnav_menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .flex-box.col3 .flex, .flex-box.col4 .flex, .flex {
    width: 100%;
  }
  #otameshipack .flex {
    width: 100%;
    padding: 15px;
  }
  .price_point {
    padding: 30px 50px 10px;
  }
  .price_point li {
    margin-bottom: 20px;
  }
}
.otameshipack_h2 {
  position: relative;
  padding: 0.5rem 0;
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  width: 1300px;
  margin: 0 auto 30px;
}
.otameshipack_h2 span {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
main {
  background-color: #F5F5F5;
  padding-top: 5px;
}
.title_about {
  width: 100%;
  background-image: repeating-linear-gradient(-45deg, #88E2E7, #88E2E7 2px, #67DAE0 2px, #67DAE0 12px);
  border-radius: 15px;
  font-size: 32px;
  color: #fff;
  margin: 45px 0;
  padding: 10px 0;
}
.aboutmenzei_p {
  font-size: 16px;
  text-align: left;
  line-height: 3em;
  margin-top: 30px;
}
.aboutmenzei_p strong {
  font-size: 24px;
  font-weight: bold;
  background-color: #FAFA0A;
}
.aboutmenzei05 {
  width: 900px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .title_about {
    font-size: 24px;
    margin: 25px 0;
    padding: 7px 0;
  }
  .aboutmenzei_p {
    font-size: 16px;
    text-align: left;
    line-height: 38px;
    margin-top: 30px;
  }
  .aboutmenzei_p strong {
    font-size: 24px;
    font-weight: bold;
    background-color: #FAFA0A;
  }
  .aboutmenzei05 {
    width: 900px;
    margin: 50px auto;
  }
  .aboutmenzei05 {
    width: 100%;
    margin: 20px auto;
  }
}
.jisski-box {
  width: 80%;
  margin: 80px auto;
  font-size: 14px;
}
.title_jisseki {
  font-size: 32px;
  color: #34C5CC;
  text-align: left;
}
.box_jisseki {
  border-bottom: 1px solid #416F6F;
  text-align: left;
  margin: 10px 0;
}
.box_jisseki tr {
  border-top: 1px solid #416F6F;
}
.box_jisseki th {
  background-color: #C9ECEE;
  color: #416F6F;
  padding: 20px;
}
.box_jisseki td {
  padding: 20px;
}
.title_type {
  background-color: #34C5CC;
  border-radius: 26px 0 26px 0;
  font-size: 45px;
  color: #FFF;
  text-align: left;
  padding: 15px 15px 15px 40px;
  margin-bottom: 30px;
}
.features li {
  border: 2px solid #34C5CC;
  background-color: #FFF;
  border-radius: 20px;
  font-size: 30px;
  color: #34C5CC;
  margin-bottom: 50px;
  padding: 15px;
}
.features li.no_featurest {
  border: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 5px 0 0;
  text-align: left;
}
.explanation {
  font-size: 16px;
  text-align: left;
}
.btn_kakaku {
  margin: 50px 0;
  display: inline-block;
}
.btn_kakaku a {
  background-color: #34C5CC;
  border-radius: 8px;
  /*  font-size: 22px;*/
  font-weight: bold;
  color: #FFF;
  position: relative;
  padding: 20px 100px;
  transition: .3s;
  box-shadow: 8px 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.btn_kakaku a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.btn_kakaku a:hover {
  background: #FFF;
  color: #34C5CC;
}
.btn_kakaku a:hover:before {
  border-top: solid 2px #34C5CC;
  border-right: solid 2px #34C5CC;
}
.order_box .btn_kakaku a {
  padding: 28px 68px;
}



.btn_kakaku2 {
  margin: 50px 0;
  display: inline-block;
}
.btn_kakaku2 a {
  background-color: #34C5CC;
  border-radius: 8px;
  /*  font-size: 22px;*/
  font-weight: bold;
  color: #FFF;
  position: relative;
  padding: 20px 100px;
  transition: .3s;
  box-shadow: 8px 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.btn_kakaku2 a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.btn_kakaku2 a:hover {
  background: #FFF;
  color: #34C5CC;
}
.btn_kakaku2 a:hover:before {
  border-top: solid 2px #34C5CC;
  border-right: solid 2px #34C5CC;
}
.order_box .btn_kakaku2 a {
  padding: 24px 48px;
}


.title_how {
  border-left: 8px solid #50503D;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  margin: 50px 0 70px;
  padding: 10px;
  border-bottom: 1px dashed #50503D;
}
@media screen and (max-width: 768px) {
  .jisski-box {
    width: 100%;
    margin: 40px auto 100px;
  }
  .box_jisseki th, .box_jisseki td {
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .title_type {
    font-size: 25px;
    border-radius: 20px 0 20px 0;
    padding: 5px 5px 5px 20px;
  }
  .features li {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 5px;
  }
  .features li.no_featurest {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .explanation {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .btn_kakaku {
    font-size: 16px;
  }
  .btn_kakaku a {
    padding: 10px 40px;
  }
  .btn_kakaku a:before {
    right: 20px;
  }
  .item-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .item-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .title_how {
    font-size: 20px;
    margin: 20px 0 30px;
  }
}
.step-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 100px;
}
.step-box div {
  width: 31%;
  background-color: #D5D5D5;
  padding: 20px;
  margin-bottom: 35px;
  position: relative;
}
.step-box div:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 4px #7E7E77;
  border-right: solid 4px #7E7E77;
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-radius: 2px;
}
.step-box div:nth-child(3):before, .step-box div:nth-child(6):before {
  display: none;
}
@media screen and (max-width: 768px) {
  .step-box div {
    width: 90%;
    padding: 10px;
    margin: 0 auto 50px;
  }
  .step-box div:before {
    top: auto;
    right: auto;
    bottom: -30px;
    left: 50%;
    margin-top: -4px;
    transform: rotate(135deg);
  }
  .step-box div:nth-child(3):before {
    display: block;
  }
}
.step-box img {
  width: 100%;
  height: auto;
}
.step-box p {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  width: 100%;
  text-align: left;
  margin-top: 20px;
  align-items: center;
}
.step-box p span {
  font-size: 40px;
  font-weight: bold;
  border-right: 2px solid #50503D;
  margin-right: 0.25em;
  padding-right: 0.25em;
}
.point_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px 0;
  text-align: left;
}
.point {
  width: 48%;
  background-color: #E4F6F7;
  padding: 20px 60px;
  margin-bottom: 35px;
  position: relative;
  border-radius: 20px;
}
.point_box.col3 .point {
  width: 31%;
  padding: 20px 20px 20px;
}
.point_box.col3:nth-of-type(2) .point {
  width: 48%;
}
.point p {
  font-size: 16px;
}
.point .point_number {
  background-color: #50503D;
  color: #FFF;
  border-radius: 50px;
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  text-align: center;
  font-size: 26px;
  line-height: 36px;
  padding-top: 10px;
  left: -20px;
  top: -20px;
}
.point_number span {
  display: block;
  font-size: 40px;
}
.point_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  padding-left: 70px;
  margin-bottom: 20px;
  /*  height: 2.5em;*/
  text-align: center;
}
.point_box:nth-of-type(2) .point_title {
  padding-left: 35px;
}
.point_box img {
  width: 100%;
  height: auto;
  margin: 5px 0 15px;
}
.title_order {
  border-bottom: 2px solid #34C5CC;
  position: relative;
  margin-bottom: 100px;
}
.title_order span {
  font-size: 32px;
  color: #34C5CC;
  background-color: #FFF;
  border: 2px solid #34C5CC;
  border-radius: 30px;
  display: inline-block;
  width: 400px;
  padding: 5px 80px;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -200px;
}
.order_box {
  background-color: #E4F6F7;
  border-radius: 26px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .point {
    width: 90%;
    padding: 20px 40px;
    margin: 0 auto 40px;
    border-radius: 20px;
  }
  .point_box {
    margin: 20px 0;
  }
  .point_box.col3 .point {
    width: 90%;
    padding: 20px 20px 20px;
  }
  .point_box.col3:nth-of-type(2) .point {
    width: 90%;
  }
  .point .point_number {
    width: 64px;
    height: 64px;
    font-size: 20px;
    line-height: 24px;
    padding-top: 10px;
    left: -20px;
    top: -20px;
  }
  .point_number span {
    font-size: 20px;
  }
  .point_title {
    font-size: 21px;
    font-weight: bold;
    line-height: 22px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .point_box:nth-of-type(2) .point_title {
    padding-left: 35px;
  }
  .title_order {
    margin-bottom: 50px;
  }
  .title_order span {
    font-size: 22px;
    width: 80%;
    padding: 5px 40px;
    position: absolute;
    margin: 0 auto;
    margin-left: -40%;
    top: -22px;
  }
  .order_box {
    padding: 20px;
  }
}
.order_box h4 {
  /*  font-size: 22px;*/
}
.order_box .txt_size {
  color: #707070;
  text-align: left;
  font-size: 32px;
  position: relative;
  margin-bottom: 50px;
  padding-left: 50px;
}
.order_box .txt_size::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 35px; /* 横幅 */
  height: 35px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #7E7E77;
}
.order_box .txt_size::after { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  bottom: 0;
  left: 10px;
  width: 20px;
  height: 20px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-radius: 3px;
  transform: rotate(135deg);
}
.mini {
  font-size: 16px;
  line-height: 32px;
  vertical-align: text-bottom;
  padding-left: 1em;
}
.order_box p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .order_box .txt_size {
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 25px;
  }
  .order_box .txt_size::before { /* 背景の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 3px;
    width: 20px; /* 横幅 */
    height: 20px; /* 高さ */
    border-radius: 50%; /* 角の丸み */
    background: #7E7E77;
  }
  .order_box .txt_size::after { /* くの字の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: -5px;
    bottom: 0;
    left: 8px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 3px;
    transform: rotate(135deg);
  }
  .mini {
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px;
    padding-left: 0;
    display: block;
  }
  .order_box p {
    font-size: 16px;
  }
}
.title_eco {
  font-size: 45px;
}
.title_bio {
  font-size: 32px;
}
.title_bio span {
  font-size: 45px;
}
#eco {
  background: url("../img/bg_eco.png");
  border-radius: 40px;
  padding: 60px;
  margin-bottom: 100px;
}
#biomass {
  background: url("../img/img_tree.png") no-repeat right 46px;
}
.eco_box {
  width: 790px;
  margin: 0 auto;
  text-align: left;
}
.title_eco {
  font-size: 45px;
}
.title_bio {
  font-size: 32px;
  padding: 30px 0 30px;
}
.title_eco span {
  font-size: 45px;
}
.eco_box p {
  /*  font-size: 22px;*/
  line-height: 42px;
  padding-bottom: 50px;
}
#menzei {
  width: 1254px;
}
.menzei_box_top {
  background: url("../img/bg_menzei_top.png") no-repeat center top;
  padding: 100px;
}
.menzei_box_bottom {
  background: url("../img/bg_menzei_bottom.png") no-repeat center bottom;
  padding: 0 100px 100px;
}
.title_menzei {
  font-size: 32px;
  margin-bottom: 50px;
  padding: 50px 0 10px;
  border-bottom: 1px solid #707070;
}
.title_menzei span {
  font-size: 20px;
}
#menzei .flex-box.text_l {
  width: 910px;
  margin: 0 auto;
  justify-content: flex-start;
}
#jyouken {
  width: 910px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
#jyouken .btn_detail {
  position: absolute;
  right: 0;
  top: 0;
  width: 318px;
  height: auto;
}
#jyouken p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 25px;
}
#menzei .flex-box.text_l img {
  margin-right: 50px;
}
#menzei .flex-box.text_l p {
  margin-top: 40px;
}
#menzei .flex-box.col4 img {
  padding: 0 15px 15px;
}
.item11 {
  position: relative;
}
.item11 span {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  #eco {
    width: 90%;
    margin: 0 20px 50px;
    padding: 20px;
  }
  #biomass {
    background: url("../img/img_tree.png") no-repeat right 185px;
    background-size: 80px auto;
  }
  .eco_box {
    width: 100%;
  }
  .title_eco {
    font-size: 25px;
  }
  .title_bio {
    font-size: 18px;
    padding: 30px 0 30px;
  }
  .title_eco span {
    font-size: 25px;
  }
  .eco_box p {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
  }
  #menzei {
    width: 100%;
  }
  .menzei_box_top {
    background-size: cover;
    padding: 50px 30px 0;
  }
  .menzei_box_bottom {
    background-size: cover;
    padding: 0 30px 50px;
  }
  .title_menzei {
    font-size: 25px;
    margin-bottom: 50px;
    padding: 50px 0 10px;
  }
  .title_menzei span {
    font-size: 20px;
  }
  #menzei .flex-box.text_l {
    width: 100%;
    justify-content: center;
  }
  #menzei .flex-box.text_l img {
    width: 50%;
    margin-bottom: 20px;
  }
  #jyouken {
    width: 100%;
  }
  #jyouken .btn_detail {
    position: static;
    width: auto;
    padding: 20px;
  }
  #jyouken p {
    font-size: 16px;
    line-height: 30px;
    padding-top: 25px;
  }
  #menzei .flex-box.text_l img {
    margin-right: 0;
  }
  #menzei .flex-box.text_l p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  #menzei .flex-box.col4 .flex {
    width: 48%;
    font-size: 14px;
    margin-bottom: 20px;
  }
  #menzei .flex-box.col4 img {
    padding: 0 15px 15px;
  }
  .item11 {
    position: relative;
  }
  .item11 span {
    position: absolute;
    right: 0;
  }
}
#contact {
  padding-bottom: 50px;
}
.contact_box {
  background-color: #34C5CC;
  width: 1000px;
  margin: 50px auto;
  border-radius: 30px;
  padding: 15px 90px;
}
.contact_box .flex-box {
  padding: 0;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between
}
.contact_box .flex {
  margin: 0;
  width: 32%;
}
.contact_box h4 {
  color: #FAFA0A;
  margin: 0 0 10px;
  font-size: 26px;
}
.btn-s {
  position: relative;
  padding: 3rem 1rem 3rem 7rem;
  border-radius: 100vh;
  background: #fff;
  color: #34C5CC;
  font-size: 2.2rem;
  font-weight: bold;
}
.btn-s:nth-child(2) {
  padding: 3rem 1rem 3rem 6rem;
}
.btn-s span {
  font-size: 1.8rem;
  line-height: 2.1;
  position: absolute;
  top: 11px;
  left: 13px;
  width: 65px;
  height: 65px;
  padding-top: 14px;
  border-radius: 50%;
  background: #34C5CC;
  color: #fff;
}
.contact_box #for_pripra {
  margin: 30px 0;
  font-size: 36px;
}
.contact_box #for_pripra a {
  background-color: #FAFA0A;
  box-shadow: 8px 10px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 5px 0;
  border-radius: 50px;
  color: #34C5CC;
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
.tel_box {
  background: #34C5CC url("../img/icon_tel.png") no-repeat 30px 50%;
  color: #FFF;
  text-align: left;
  margin: 50px auto 0;
}
.tel_box h4 {
  color: #FFF;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.tel_box .flex-box {
  padding: 0;
  align-items: center;
  justify-content: space-between;
  padding-left: 110px;
}
.tel_box .flex {
  width: auto;
}
.tel_box p.tel_number {
  font-size: 42px;
  margin: 10px 0;
  text-decoration: none;
}
.tel_box p.tel_number a {
  color: #FFF;
}
.tel_box p.tel_number span {
  background-color: #fff;
  border-radius: 30px;
  font-size: 32px;
  color: #000;
  padding: 10px 30px;
  margin-right: 20px;
}
.inr {
  margin: 0 auto;
  max-width: 1112px;
  width: 100%;
}
.footer {
  background-color: #34c5cc;
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 20px;
  }
  .contact_box {
    background-color: #34C5CC;
    width: 100%;
    margin: 20px auto;
    border-radius: 30px;
    padding: 10px;
  }
  .contact_box .flex-box {
    padding: 0;
    display: block;
  }
  .contact_box .flex {
    margin: 0 0 10px;
    width: 100%;
  }
  .contact_box h4 {
    color: #FAFA0A;
    margin: 0 0 10px;
    font-size: 22px;
  }
  .btn-s {
    position: relative;
    padding: 1.5rem 1.5rem 1.5rem 7rem;
    font-size: 1.6rem;
  }
  .btn-s:nth-child(2) {
    padding: 1.5rem 1.5rem 1.5rem 7rem;
  }
  .btn-s span {
    font-size: 1.2rem;
    line-height: 2.1;
    top: 6px;
    left: 80px;
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
  .contact_box #for_pripra {
    margin: 10px 0;
    font-size: 22px;
  }
  .contact_box #for_pripra a {
    width: 100%;
    font-weight: bold;
  }
  .tel_box {
    background: #34C5CC;
    margin: 50px auto 0;
  }
  .tel_box h4 {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
  }
  .tel_box .flex-box {
    padding-left: 0;
    text-align: center;
  }
  .tel_box .flex {
    width: auto;
  }
  .tel_box p.tel_number {
    font-size: 22px;
    margin: 10px 0 20px;
    text-align: left;
  }
  .tel_box p.tel_number:nth-child(2) {
    margin-bottom: 0;
  }
  .tel_box p.tel_number span {
    font-size: 22px;
    color: #000;
    padding: 10px 30px;
    margin-right: 20px;
  }
  .footer .inr {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer hr {
    display: none
  }
}
.footer a {
  color: #fff;
  transition: opacity .3s ease
}
.footer a:hover {
  opacity: .5
}
@media screen and (min-width: 768px) {
  .footer .flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
  }
  .footer .flex.center {
    align-items: center
  }
}
.footer_bottom {
  background-color: #959595;
  font-size: 12px;
  padding: 10px 0;
}
.footer_bottom .copy {
  font-size: 10px;
}
.footer_block {
  padding: .7rem 0 0;
  width: 100%
}
.footer_box01 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%
}
.footer_box01 .logo {
  width: auto;
  height: 60px;
  margin-bottom: 30px;
}
.footer_box01 .illust {
  width: 150px;
  height: auto;
  margin: 0 auto;
}
.footer_box02 {
  width: 100%
}
.footer_box02_gnav {
  display: flex;
  justify-content: space-between;
  width: 100%
}
.footer_box02_list .list {
  line-height: 2.3
}
.footer_box02_list .list b {
  display: inline-block;
  font-weight: normal;
  margin-bottom: .15rem
}
.footer_box02_list_child {
  display: flex;
  flex-wrap: wrap;
  margin-top: .05rem
}
.footer_box02_list_child li {
  width: 50%
}
.footer_box02_list_child li p {
  margin-top: .03rem
}
@media screen and (max-width: 768px) {
  .inner, .otameshipack_h2 {
    width: 88%;
  }
  .inner, .otameshipack_h2 span {
    width: 100%;
  }
  .inner, .otameshipack_h2 img {
    width: 100%;
    height: auto
  }
  .footer_box01 {
    order: 1;
    width: 100%
  }
  .footer_box01 .logo {
    height: 40px;
    margin-bottom: 30px;
    width: auto;
  }
  .footer_box01 .illust {
    display: none
  }
  .footer_block {
    padding: .8rem 0 0
  }
  .footer_bottom .copy {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer_box02 {
    display: none
  }
}
.footer_boxadd {
  padding: 20px 0 40px;
  width: 100%
}
@media screen and (max-width: 768px) {
  .footer_boxadd {
    padding: 0 0 .45rem
  }
}
.footer_boxadd .company_name {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .footer_boxadd .company_name {
    margin-bottom: .1rem
  }
}
.footer_boxadd .company_blank {
  width: 175px;
  background-color: #FFF;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .footer_boxadd .company_blank {
    width: 135px;
    height: auto;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer_boxadd .company_addlist {
    display: flex
  }
}
.footer_boxadd .company_addlist li {
  line-height: 1.8;
  font-size: 14px;
}
.footer_boxadd .company_addlist li:last-child {
  margin: 30px 0 0
}
@media screen and (min-width: 768px) {
  .footer_boxadd .company_addlist li {
    line-height: 1.7
  }
  .footer_boxadd .company_addlist li:last-child {
    margin: 0 0 0 100px;
  }
}
.text {
  letter-spacing: .15em;
  line-height: 1.8
}
@media screen and (max-width: 768px) {
  .text {
    letter-spacing: .1em;
    line-height: 1.6
  }
}
hr {
  background-image: url("../img/hr_dotted.png");
  background-size: 12px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
  border: none;
  height: 4px;
  margin: 0 auto;
  overflow: inherit;
  position: relative;
  max-width: 1112px;
  width: 100%
}
hr::before, hr::after {
  content: "";
  display: block;
  background-color: #34c5cc;
  border-radius: 50%;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px
}
hr::after {
  right: 0;
  left: auto
}
hr.white {
  background-image: url("../img/hr_dotted_white.png");
  max-width: none;
  width: 100%
}
hr.white::before, hr.white::after {
  background-color: #fff
}
@media screen and (max-width: 768px) {
  hr {
    max-width: 100%;
    width: calc(100% - .5rem)
  }
}
.en {
  font-family: "Quicksand", sans-serif
}
.maru {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic"
}
@media screen and (max-width: 768px) {
  .pc_block {
    display: none;
  }
}