/* スクロールダウン */
.demo a {
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}
#section01 a {
  padding-top: 60px;
}
#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
/* フェードイン */
.sa {
  opacity: 0;
  transition: all .5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--up {
  transform: translate(0, 100px);
}
.box p {
  text-align: center;
  -webkit-transition: all 1s;
  -webkit-transform: scale(1.0);
  opacity: 1;
}
.box p.move {
  -webkit-transform: translate(0, 0) scale(0.5);
  opacity: 0;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  color: #666666;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {}
body {
  font-size: 1.6rem; /* 16px */
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
/*link*/
a {
  color: #666666;
  text-decoration: none;
}
a:link {
  color: #666666;
  text-decoration: none;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #009e3b;
  text-decoration: none;
}
a.white {
  color: #858585;
  text-decoration: none;
}
a.white:link {
  color: #858585;
  text-decoration: none;
}
a.white:visited {
  color: #858585;
  text-decoration: none;
}
a.white:hover {
  color: #fff;
  text-decoration: none;
}
a.white2 {
  color: #fff;
  text-decoration: none;
}
a.white2:link {
  color: #fff;
  text-decoration: none;
}
a.white2:visited {
  color: #fff;
  text-decoration: none;
}
a.white2:hover {
  color: #fff;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  padding-top: 0px;
  transition: .3s;
}
img {
  border-style: none;
  z-index: 0;
  vertical-align: bottom;
}
/*font*/
.f12 {
  font-size: 1.2rem; /* 12px */
  line-height: 1.6;
}
.f30 {
  font-size: 3.0rem; /* 30px */
  line-height: 1.3;
}
.f40 {
  font-size: 4.0rem; /* 40px */
  line-height: 1.2;
}
/*txt*/
.bb {
  font-weight: bold;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.br-sp {
  display: none;
}
.br-pc {
  display: block;
}
.sp_left {
  text-align: left;
}
/*padding*/
.pdg10t {
  padding-top: 10px;
}
.pdg20b {
  padding-bottom: 20px;
}
.pdg10b {
  padding-bottom: 10px;
}
/*color*/
.white {
  color: #fff;
}
.brack {
  color: #666666;
}
.green {
  color: #009e3b;
  letter-spacing: 1px;
}
.gray {
  color: #858585;
}
/*btn*/
.btn {
  display: inline-block;
  width: 320px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  position: relative;
  z-index: 2;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  ;
  overflow: hidden;
  margin-top: 30px;
}
.btn::before, .btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn:hover {
  color: #333;
}
.btn::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.btn:hover::after {
  top: 0;
  background-color: #fff;
}
/* mainv */
.fixed-bg {
  position: relative;
  min-height: 100vh;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.fixed-bg .fixed-bg-content {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.fixed-bg .fixed-bg-content p {
  color: #fff;
  font-weight: bold;
}
.fixed-bg .fixed-bg-content2 {
  position: absolute;
  left: 50%;
  top: 40%;
  bottom: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.fixed-bg2 {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  min-height: 60vh;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.fixed-bg2 .fixed-bg-content {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.fixed-bg2 .fixed-bg-content p {
  color: #fff;
}
.bg01 {
  background-image: url(mainv.jpg);
}
.concept_bg {
  background-image: url(concept_img01.jpg);
}
.concept_bg1 {
  background-image: url(concept01.jpg);
}
.concept_bg2 {
  background-image: url(concept02.jpg);
}
.concept_bg3 {
  background-image: url(concept03.jpg);
}
.event_bg {
  background-image: url(goodwholeffes.jpg);
}
.palles_bg {
  background-image: url("/css/palles/mv.jpg");
}
/* mainv */
.scroll-bg00 {
  margin-top: 58px;
  padding: 2em 0;
  border-top: 1px solid #ccc;
}
.scroll-bg00 .scroll-bg-content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.scroll-bg {
  padding: 4em 0;
}
.scroll-bg .scroll-bg-content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.scroll-bg02 {
  padding: 4em 0;
  border-top: 1px solid #ccc;
}
.scroll-bg02 .scroll-bg-content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.scroll-bg2 {
  padding: 2em 0;
}
.scroll-bg2 .scroll-bg-content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.scroll-bg .scroll-bg-content p {}
.bg-color00 {
  background-color: #fff;
}
.bg-color01 {
  background-color: #fafafa;
}
.bg-color02 {
  background-color: #333;
  color: #fff;
}
.abs_comp_list {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.abs_comp_list li {
  width: 100%;
  overflow: hidden;
  position: relative;
  zoom: 1;
  padding-bottom: 2px;
  padding-top: 2px;
  border-bottom: 1px solid #ccc;
}
.abs_comp_list li dt {
  float: left;
  width: 30%;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #009e3b;
}
.abs_comp_list li dd {
  float: left;
  text-align: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.abs_comp_list2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.abs_comp_list2 li {
  width: 100%;
  overflow: hidden;
  position: relative;
  zoom: 1;
  padding-bottom: 2px;
  padding-top: 2px;
  border-bottom: 1px solid #ccc;
}
.abs_comp_list2 li dt {
  float: left;
  width: 30%;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #009e3b;
}
.abs_comp_list2 li dd {
  float: left;
  text-align: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#map_canvas {
  width: 100%;
  height: 500px;
  margin-top: 30px;
}
.concept_txt {
  padding-bottom: 10px;
  border-bottom: 1px solid #898989;
  font-size: 2.0rem; /* 20px */
  line-height: 1.6;
  margin-bottom: 15px;
  margin-bottom: 20px;
}
.container {
  border-bottom: 1px dotted #898989;
  margin-bottom: 20px;
}
.item_img {}
.item_txt {
  padding: 1.5em;
  text-align: left;
}
.item_img2 {
  padding: 1.5em;
  text-align: left;
}
.item_txt2 {}
.container2 {}
.more_staff {}
.more_staff_img {
  padding: 0.2em;
}
.price_img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.price {
  margin-bottom: 50px;
}
.price_txt {
  padding: 0.5em;
  text-align: left;
}
.price_title {
  font-size: 2.0rem; /* 30px */
  line-height: 2.0;
  border-bottom: 1px solid #ccc;
  font-family: 'Lato', sans-serif;
}
.price_title2 {
  font-size: 2.0rem; /* 30px */
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
  font-family: 'Lato', sans-serif;
  padding-bottom: 15px;
  padding-top: 10px;
}
.price_contents {
  line-height: 1.6;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding: 10px 90px 10px 0;
}
.price_ap {
  position: absolute;
  right: 0px;
  top: 10px;
  text-align: right;
  width: 100%;
}
.price_ap::after {
  content: " (税込)";
  font-size: 0.7em;
  opacity: 0.8;
}
.price_sub {
  color: #797979;
  font-size: 1.4rem; /* 14px */
  line-height: 1.5;
  padding: 5px 0 0;
  width: calc(100% + 90px);
}
.t_bn {
  position: relative;
}
.t_bn a { /*aタグを画像の真ん中に*/
  position: absolute;
  top: 80%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*以下装飾*/
  margin: 0; /*余計な隙間を除く*/
  padding: 5px 15px 5px 15px; /*文字と線の間の余白*/
  color: white; /*文字色*/
  text-decoration: none; /*下線を表示させない*/
  background: #333;
}
.t_bn a:hover { /*カーソルを当てたとき*/
  background: #fff;
  color: #333;
}
.t_bn img {
  width: 100%;
}
.t_contents {
  position: relative;
}
.t_contents p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
}
.t_contents img {
  width: 100%;
}
.t_contents {
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
  width: 100%; /*画像の幅*/
  height: 100%; /*画像の高さ*/
}
.t_contents img {
  display: block;
  transition-duration: 0.3s; /*変化に掛かる時間*/
}
.t_contents img:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
}
.cat1 {
  color: #1C9E3B;
}
.date1 {
  color: #666;
}
/* palles */
.palles_mv {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #fff;
  width: 90%;
}
.palles_mv img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto 1em;
}
.palles_mv span {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 auto 0.5em;
}
.palles_top {
  margin: 1em auto 0;
  background: #000000;
  color: #fff;
  width: 90%;
}
.palles_top img {
  width: 100%;
  height: auto;
}
.palles_top_img {}
.palles_top_txt {
  text-align: left;
  padding: 2em;
  font-size: 1.4rem;
}
.palles_top p {
  text-align: center;
  margin: 0 auto 1em;
  font-weight: bold;
  font-size: 1.6rem;
}
.palles_top p span {
  font-size: 1.3rem;
  display: block;
  margin: 0.5em auto;
}
.palles_concept_bg {
  padding: 3em 0 4em;
  width: 90%;
  margin: auto;
}
.palles_concept_bg img {
  width: 100%;
  height: auto;
}
.palles_concept_ttl {
  font-weight: bold;
  font-size: 1.6rem;
  color: #2A9D47;
  margin: 0 auto 1em;
}
.palles_concept {}
.palles_concept p {
  font-size: 1.4rem;
  text-align: left;
  margin: 0 auto 1em;
}
.palles_concept p img {
  margin: 1em auto;
}
.palles_concept div {}
.palles_dest_bg {
  padding: 12em 0 3em;
  background-image: url("/css/palles/destination01sp.jpg");
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.palles_dest_bg img {
  width: 100%;
  height: auto;
}
.palles_dest {
  width: 90%;
  margin: 0 auto 3em;
}
.palles_dest p {
  background: #666666;
  color: #fff;
  text-align: left;
  font-size: 1.4rem;
  padding: 1.5em;
}
.palles_dest p span {
  display: block;
  font-weight: bold;
  margin: 0 auto 0.5em;
  font-size: 1.6rem;
}
.palles_dest div {
  width: 80%;
  margin: 1em 0 0 auto;
}
.palles_dest_subttl {
  font-weight: bold;
  font-size: 1.7rem;
  color: #2A9D47;
  margin: 0 auto 1em;
}
.palles_dest_place {
  margin: 1em auto 0;
}
.palles_dest_place_txt {
  text-align: left;
}
.palles_dest_place_txt div {
  width: 80%;
  margin: 0 auto 0em 0;
  font-weight: bold;
  font-size: 1.6rem;
  color: #2A9D47;
  border-bottom: 1px solid #707070;
  padding: 0 0 0.2em 10%;
}
.palles_dest_place_txt p {
  width: 80%;
  margin: 0.5em auto 0;
  font-size: 1.4rem;
}
.palles_dest_place_img {
  width: 80%;
  margin: 1em auto 0;
}
.palles_service_bg {
  padding: 12em 0 3em;
  background-image: url("/css/palles/service01sp.jpg");
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.palles_service_bg img {
  width: 100%;
  height: auto;
}
.palles_service_ttl {
  font-size: 1.5rem;
}
.palles_service_ttl span {
  font-weight: bold;
  font-size: 1.8rem;
  color: #2A9D47;
  display: block;
  letter-spacing: 2px;
}
.palles_service.mgn0 {
  margin: 0 auto;
}
.palles_service {
  width: 80%;
  margin: 0 auto 4em;
}
.palles_service li {
  margin: 1em auto 0;
}
.palles_service img {
  width: 100%;
  height: auto;
}
.palles_service_img {
  position: relative;
}
.palles_service_img_ap {
  position: absolute;
  top: -1em;
  left: 0.5em;
  width: 70px;
  height: 70px;
  background-color: #2A9D47;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto; /* ←円を中央揃え */
  text-align: center; /* ←文字を左右に中央揃え */
  line-height: 70px; /* ←文字を上下に中央揃え */
  font-weight: bold;
  z-index: 1;
}
.palles_service_contets {
  margin: 2em auto 0;
  padding: 0 0 0 90px;
  position: relative;
  text-align: left;
}
.palles_service_contets span {
  font-weight: bold;
  display: block;
  font-size: 1.6rem;
}
.palles_service_contets_txt {
  font-size: 1.4rem;
  text-align: left;
  margin: 1em auto 0;
  width: 80%;
}
.palles_service_txt {
  font-size: 1.4rem;
  margin: 1em auto 0;
}
.palles_service_txt p {
  text-align: left;
}
.palles_service_list {
  margin: 0 auto 1em;
}
.palles_service_list li {
  border: 1px solid #666666;
  margin: 1em auto 0;
  padding: 0.5em 0;
}
.palles_service_list li span {
  display: block;
  font-weight: bold;
  margin: 0 auto 0.3em;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0em auto 0.5em;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.top_link {}
.top_link p {
  width: 120px;
  margin: 0 auto 1em;
}
.top_link div {}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  body {
    min-width: 1200px;
    font-size: 1.8rem; /* 18px */
    line-height: 1.8;
  }
  .demo a {
    bottom: 40px;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .sp_left {
    text-align: center;
  }
  .pdg20b {
    padding-bottom: 30px;
  }
  .fixed-bg {
    background-attachment: fixed;
  }
  .fixed-bg2 {
    width: 98%;
  }
  .scroll-bg00 {
    padding: 2em 0;
    margin-top: 80px;
  }
  .scroll-bg {
    padding: 4em 0;
  }
  .scroll-bg2 {
    padding: 4em 0;
  }
  .abs_comp_list {
    width: 50%;
    margin-top: 50px;
    font-size: 1.8rem; /* 18px */
    line-height: 1.8;
  }
  .abs_comp_list li dt {
    width: 20%;
  }
  .abs_comp_list li dd {
    width: 80%;
  }
  .abs_comp_list2 {
    width: 100%;
    font-size: 1.8rem; /* 18px */
    line-height: 1.8;
  }
  .abs_comp_list2 li dt {
    width: 20%;
  }
  .abs_comp_list2 li dd {
    width: 80%;
  }
  #map_canvas {
    margin-top: 50px;
    height: 500px;
  }
  .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .item_img {
    width: 45%;
  }
  .item_txt {
    width: 52%;
  }
  .item_img2 {
    width: 45%;
  }
  .item_txt2 {
    width: 52%;
  }
  .container.reverse {
    flex-direction: row-reverse;
  }
  .container2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .container2.reverse {
    flex-direction: row-reverse;
  }
  .more_staff {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .more_staff_img {
    width: 45%;
  }
  .price_img img {
    height: auto;
  }
  .price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .price_txt {
    margin: 0 20px 0em;
    width: calc(100% / 2 - 40px);
    padding: 30px 0 0;
  }
  .price_title {
    font-size: 3.0rem; /* 30px */
  }
  .price_title2 {
    font-size: 3.0rem; /* 30px */
  }
  .price_contents {
    padding: 15px 90px 15px 0;
  }
  .price_ap {
    top: 15px;
  }
  .blog_e_body {
    position: relative;
  }
  /* palles */
  .palles_mv img {
    max-width: 280px;
    margin: 0 auto 1em;
  }
  .palles_mv span {
    font-size: 2.5rem;
    margin: 0 auto 0.5em;
  }
  .palles_top {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-items: center;
    margin: 1em auto 0;
    background: #000000;
    color: #fff;
    width: 100%;
  }
  .palles_top_img {
    width: 45%
  }
  .palles_top_txt {
    text-align: center;
    width: 55%;
    padding: 0;
    font-size: 1.6rem;
  }
  .palles_top p {
    font-size: 2.2rem;
  }
  .palles_top p span {
    font-size: 1.5rem;
  }
  .palles_concept_bg {
    padding: 5em 0;
    width: 90%;
    max-width: 1000px;
  }
  .palles_concept_ttl {
    font-size: 2.6rem;
    margin: 0 auto 1em;
  }
  .palles_concept {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 2em auto 0;
  }
  .palles_concept p {
    font-size: 1.6rem;
    width: 48%;
    margin: 0;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .palles_concept p img {
    margin: 0em auto 1em;
  }
  .palles_concept div {
    width: 48%;
  }
  .palles_dest_bg {
    padding: 25em 0 5em;
    background-image: url("/css/palles/destination01.jpg");
  }
  .palles_dest {
    width: 90%;
    margin: 0 auto 8em;
    position: relative;
    max-width: 1000px;
  }
  .palles_dest p {
    width: calc(60% - 15%);
    font-size: 1.6rem;
    padding: 3em 10% 3em 5%;
    line-height: 2.2;
  }
  .palles_dest p span {
    font-size: 2rem;
    line-height: 1.7;
  }
  .palles_dest div {
    width: 45%;
    margin: 0;
    position: absolute;
    bottom: -5em;
    right: 0;
  }
  .palles_dest_subttl {
    font-size: 2.3rem;
    letter-spacing: 2px;
    text-align: left;
    margin: 0 auto 1em;
    max-width: 1000px;
  }
  .palles_dest_place {
    margin: 3em auto 0;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .palles_dest_place_txt {
    width: 50%;
  }
  .palles_dest_place_txt div {
    font-size: 2.2rem;
  }
  .palles_dest_place_txt p {
    margin: 1em auto 0;
    font-size: 1.6rem;
  }
  .palles_dest_place_img {
    width: 50%;
    margin: 0;
  }
  .palles_service_bg {
    padding: 25em 0 5em;
    background-image: url("/css/palles/service01.jpg");
  }
  .palles_service_ttl {
    font-size: 2rem;
  }
  .palles_service_ttl span {
    font-size: 2.5rem;
  }
  .palles_service_contets {
    max-width: 1100px;
    margin: 4em auto 0;
    padding: 0 0 0 100px;
    position: relative;
    text-align: left;
  }
  .palles_service_contets span {
    line-height: 1.5;
    font-size: 2.5rem;
  }
  .palles_service_contets_txt {
    font-size: 1.6rem;
    margin: 1em auto 0;
    width: 80%;
    max-width: 1100px;
  }
  .palles_service {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .palles_service li {
    margin: 2em auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .palles_service_img {
    width: 60%;
  }
  .palles_service_img_ap {
    top: -0.5em;
    left: 0.5em;
  }
  .palles_service_txt {
    font-size: 1.6rem;
    margin: 0;
    width: 37%;
    text-align: left;
  }
  .palles_service_list {
    margin: 0em auto 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .palles_service_list li {
    width: 31%;
    display: inline-block;
    margin: 0;
    padding: 0.5em 0;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .palles_service_list li span {
    font-size: 1.5rem;
    margin: 0 auto 0.2em;
  }
  .top_link {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .top_link p {
    width: 40%;
    margin: 0;
  }
  .top_link p img {
    width: 250px;
    margin: auto;
  }
  .youtube_wrap {
    width: 60%;
  }
}