@charset "UTF-8";

/* CSS Document */
/* リセット
---------------------------------------------------- */
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,
hr {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img,
svg {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: inherit;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/* ページ共通
---------------------------------------------------- */
html {
  color: #222;
  font-size: 10px;
  letter-spacing: 0.05em;
}

body {
  margin: 0;
  padding: 0;
  font: 10px/1.4 "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

*:first-child+html body {
  font-size: 87%;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  margin: 20px 0;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* map.css */
/*-----------------------
   地図
-----------------------*/
.mapBlock {
  width: 100%;
  max-width: 630px;
  height: 472px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .mapBlock {
    max-width: 560px;
    height: 464px;
  }
}

@media screen and (max-width: 991px) {
  .mapBlock {
    max-width: 630px;
    height: 500px;
    margin: auto;
    position: relative;
    top: -15px;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .mapBlock {
    width: 320px;
    margin: 0 auto;
    height: 320px;
    z-index: 9998;
  }
}

.mapBlock .mapImgBg {
  background: url(../img/map_bg_crcl.png) center 20px no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .mapBlock .mapImgBg {
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .mapBlock .mapImgBg {
    background-position: center center;
    width: auto;
    top: 0;
    left: 5px;
    right: 5px;
  }
}

.mapBlock .mapImg {
  position: absolute;
  top: 10px;
  left: 62px;
}

@media screen and (max-width: 991px) {
  .mapBlock .mapImg {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .mapBlock .mapImg {
    width: 300px;
    top: 22px;
    left: 10px;
  }
}

.mapBlock .mapTxtBox {
  position: absolute;
  left: 40px;
  top: 40px;
}

@media screen and (max-width: 767px) {
  .mapBlock .mapTxtBox {
    left: 20px;
  }
}

.mapBlock .mapTxtBox h2 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 24px;
  border-bottom: 1px solid #a5d552;
}

@media screen and (max-width: 991px) {
  .mapBlock .mapTxtBox h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .mapBlock .mapTxtBox h2 {
    font-size: 13px;
  }
}

.mapBlock .mapTxtBox h2 i {
  color: #a5d552;
  font-size: 200%;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .mapBlock .mapTxtBox h2 i {
    margin-right: 5px;
  }
}

.mapBlock .mapTxtBox h2 span {
  line-height: 1.2;
}

.mapBlock .fukidashi {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
}

@media screen and (max-width: 767px) {
  .mapBlock .fukidashi {
    width: auto !important;
    min-width: 60px;
    border: 1px solid #ccc;
    padding: 9px 14px !important;
  }
}

.mapBlock .fukidashi h3 {
  margin: 0px;
  padding-bottom: 5px;
  color: #585858;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .mapBlock .fukidashi h3 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .mapBlock .fukidashi h3 {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .mapBlock .fukidashi ul {
    display: none;
  }
}

.mapBlock .fukidashi li {
  display: inline-block;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .mapBlock .fukidashi li {
    font-size: 12px;
  }
}

.mapBlock .fukidashi a {
  color: #585858;
}

.mapBlock .fukidashi:hover {
  background: #fefeed;
}

.mapBlock .fukidashi.Hokkaido {
  width: 90px;
  padding: 22px 0;
  left: 510px;
  top: 60px;
}

@media screen and (max-width: 1199px) {
  .mapBlock .fukidashi.Hokkaido {
    left: 470px;
  }
}

@media screen and (max-width: 991px) {
  .mapBlock .fukidashi.Hokkaido {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .mapBlock .fukidashi.Hokkaido {
    top: 50px;
    left: 230px;
  }
}

.mapBlock .fukidashi.Hokkaido h3 {
  padding-bottom: 0;
}

.mapBlock .fukidashi.Hokkaido ul {
  display: none;
}

.mapBlock .fukidashi.Tohoku {
  width: 134px;
  left: 468px;
  top: 155px;
}

@media screen and (max-width: 1199px) {
  .mapBlock .fukidashi.Tohoku {
    left: 428px;
    top: 135px;
  }
}

@media screen and (max-width: 991px) {
  .mapBlock .fukidashi.Tohoku {
    top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .mapBlock .fukidashi.Tohoku {
    left: 230px;
    top: 120px;
  }
}

.mapBlock .fukidashi.Kanto {
  width: 178px;
  padding: 10px;
  left: 424px;
  top: 270px;
}

@media screen and (max-width: 1199px) {
  .mapBlock .fukidashi.Kanto {
    left: 384px;
    top: 240px;
  }
}

@media screen and (max-width: 991px) {
  .mapBlock .fukidashi.Kanto {
    width: 158px;
    left: 400px;
    top: 234px;
  }
}

@media screen and (max-width: 767px) {
  .mapBlock .fukidashi.Kanto {
    top: 193px;
    left: 200px;
  }
}

.mapBlock .fukidashi.Hokuriku {
  width: 144px;
  left: 195px;
  top: 110px;
}

@media screen and (max-width: 991px) {
  .mapBlock .fukidashi.Hokuriku {
    top: 160px;
    left: 220px;
  }
}

@media screen and (max-width: 767px) {
  .mapBlock .fukidashi.Hokuriku {
    top: 130px;
    left: 100px;
  }
}

.mapBlock .fukidashi.Tokai {
  width: 99px;
  left: 294px;
  top: 355px;
}

@media screen and (max-width: 991px) {
  .mapBlock .fukidashi.Tokai {
    top: 248px;
    left: 270px;
  }
}

@media screen and (max-width: 767px) {
  .mapBlock .fukidashi.Tokai {
    top: 190px;
    left: 130px;
  }
}

.mapBlock .fukidashi.Chugoku {
  width: 124px;
  left: 178px;
  top: 210px;
}

@media screen and (max-width: 991px) {
  .mapBlock .fukidashi.Chugoku {
    top: 225px;
    left: 135px;
  }
}

@media screen and (max-width: 767px) {
  .mapBlock .fukidashi.Chugoku {
    top: 175px;
    left: 50px;
  }
}

.mapBlock .fukidashi.Kansai {
  width: 155px;
  left: 125px;
  top: 355px;
}

@media screen and (max-width: 991px) {
  .mapBlock .fukidashi.Kansai {
    width: 125px;
    top: 362px;
    left: 220px;
  }
}

@media screen and (max-width: 767px) {
  .mapBlock .fukidashi.Kansai {
    top: 252px;
    left: 105px;
  }
}

.mapBlock .fukidashi.Shikoku {
  width: 91px;
  left: 20px;
  top: 355px;
}

@media screen and (max-width: 991px) {
  .mapBlock .fukidashi.Shikoku {
    top: 325px;
    left: 115px;
  }
}

@media screen and (max-width: 767px) {
  .mapBlock .fukidashi.Shikoku {
    top: 270px;
    left: 40px;
  }
}

.mapBlock .fukidashi.Kyushu {
  width: 120px;
  left: 40px;
  top: 165px;
}

@media screen and (max-width: 991px) {
  .mapBlock .fukidashi.Kyushu {
    top: 285px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .mapBlock .fukidashi.Kyushu {
    top: 220px;
    left: 0px;
  }
}

/*-----------------------
   地図ポップアップ
-----------------------*/
#modalArea {
  display: none;
  text-align: center;
  width: 40%;
  top: 200px;
  left: 50%;
  margin-left: -20%;
  border-radius: 8px;
  box-shadow: 3px 3px 3px 3px #9a9a9a;
  padding: 15px;
  position: absolute;
  background: #ffffff;
  z-index: 9999;
}

@media screen and (max-width: 991px) {
  #modalArea {
    top: 420px;
  }
}

@media screen and (max-width: 767px) {
  #modalArea {
    width: 90%;
    margin-left: -45%;
    top: 200px;
  }
}

#modalArea li {
  display: inline-block;
  font-size: 16px;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  #modalArea li {
    font-size: 14px;
    color: #fff;
  }

  #modalArea li a {
    color: #333;
    margin: 0 auto;
  }
}

#modalInner {
  position: relative;
  width: 100%;
}

#modalInner em.btnClose {
  display: block;
  background: #f7b138;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 3px 5px 3px 5px;
  line-height: 1em;
  border-radius: 30px;
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #modalInner em.btnClose {
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 25px;
  }
}

.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 150px;
  height: 30px;
  overflow: hidden;
  position: relative;
  background: url("../img/star.png");
  fill: #42afe3;
  background-size: contain;
  cursor: pointer;
}

.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url("../img/star2.png");
  fill: #42afe3;
  background-size: contain;
}

.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}

.star-rating input:hover+i,
.star-rating input:checked+i {
  opacity: 1;
}

.star-rating i~i {
  width: 40%;
}

.star-rating i~i~i {
  width: 60%;
}

.star-rating i~i~i~i {
  width: 80%;
}

.star-rating i~i~i~i~i {
  width: 100%;
}

.choice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  display: block;
}

.star-rating::after,
.star-rating::before {
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 1199px) {
  .star-rating {
    width: 125px;
    height: 25px;
  }
}

@media screen and (max-width: 991px) {
  .star-rating {
    width: 100px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .star-rating {
    width: 150px;
    height: 30px;
  }
}

/*--------------------------------------
 レイアウト
---------------------------------------*/
.l-header {
  box-shadow: 0.5px 0.866px 3px 0px rgba(4, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .l-header .container {
    max-width: none;
    padding: 0;
  }
}

.l-header .info {
  padding: 20px 0 10px;
  border-bottom: 3px solid #a5d552;
}

@media screen and (max-width: 991px) {
  .l-header .info {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-header .info {
    padding: 11px 0;
    border-bottom: none;
  }
}

.l-header .info .in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header .info .logo {
  width: 374px;
}

@media screen and (max-width: 991px) {
  .l-header .info .logo {
    width: 190px;
  }
}

@media screen and (max-width: 767px) {
  .l-header .info .logo {
    width: 64vw;
    margin-left: 10px;
  }
}

.l-header .info .logo a {
  display: block;
  transition: 0.3s;
}

.l-header .info .logo a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .l-header .info .logo a img {
    display: block;
  }
}

.l-header .info .contacts {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .l-header .info .contacts {
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .l-header .info .contacts {
    display: none;
  }
}

.l-header .info .contacts .tel {
  display: flex;
  margin-right: 20px;
  padding-right: 15px;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
  .l-header .info .contacts .tel {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}

l-header .info .contacts .tel li {
  display: flex;
  align-items: center;
}

.l-header .info .contacts .tel li:nth-child(1) {
  width: 300px;
}

.l-header .info .contacts .tel li:nth-child(2) {
  width: 260px;
}

@media screen and (max-width: 991px) {
  .l-header .info .contacts .tel li:nth-child(1) {
    width: 240px;
  }

  .l-header .info .contacts .tel li:nth-child(2) {
    width: 230px;
  }
}

.l-header .info .contacts .tel li+li {
  margin-left: 10px;
}

.l-header .info .contacts .links {
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  .l-header .info .contacts .links {
    display: flex;
    justify-content: flex-end;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -1.5em;
  }
}

.l-header .info .contacts .links li+li {
  margin-top: 1em;
}

@media screen and (max-width: 991px) {
  .l-header .info .contacts .links li+li {
    margin: 0 0 0 1em;
  }
}

.l-header .info .contacts .links li a:hover {
  text-decoration: underline;
}

.l-header .info .contacts .links li a i {
  color: #abd75e;
  margin-right: 0.5em;
}

.l-header .navs {
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-header .navs {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .l-header .navs {
    display: none;
    background-color: #add863;
    padding: 12px 0;
  }
}

.l-header .navs ul {
  display: flex;
  font-size: 1.4rem;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
  .l-header .navs ul {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header .navs ul {
    display: block;
    background-color: #fff;
    font-size: 1.5rem;
  }
}

.l-header .navs ul li {
  border-left: 1px solid #ccc;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-header .navs ul li {
    width: auto !important;
    border-left: none;
  }
}

.l-header .navs ul li:nth-child(1) {
  width: 8%;
}

.l-header .navs ul li:nth-child(2) {
  width: 14%;
}

.l-header .navs ul li:nth-child(3) {
  width: 16%;
}

.l-header .navs ul li:nth-child(4) {
  width: 12%;
}

.l-header .navs ul li:nth-child(5) {
  width: 11%;
}

.l-header .navs ul li:nth-child(6) {
  width: 11%;
}

.l-header .navs ul li:nth-child(7) {
  width: 9%;
}

.l-header .navs ul li:nth-child(8) {
  width: 19%;
}

@media screen and (max-width: 767px) {
  .l-header .navs ul li+li {
    border-top: 1px solid #add863;
  }

  .l-header .navs ul li+li li {
    border: 0px;
  }
}

.l-header .navs ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.l-header .navs ul li a:hover {
  color: #add863;
}

@media screen and (max-width: 767px) {
  .l-header .navs ul li a {
    display: block;
    background: url("../img/sp_menu.png") right center no-repeat;
    background-size: 25px;
    padding: 0.7em;
  }
}

.l-header .navs ul li span {
  display: block;
  padding: 12px 0;
  text-align: center;
  cursor: pointer;
}

.l-header .navs ul li span:hover {
  color: #add863;
}

@media screen and (max-width: 767px) {
  .l-header .navs ul li span {
    display: block;
    background: url("../img/sp_menu.png") right center no-repeat;
    background-size: 25px;
    padding: 0.7em;
  }
}

.l-header .navs ul li ul.sub {
  display: none;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: 100%;
  background: #eee;
  border-bottom: 1px solid #add863;
}

@media screen and (max-width: 767px) {
  .l-header .navs ul li ul.sub {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .l-header .navs ul li ul.sub.show {
    display: block;
  }
}

.l-header .navs ul li ul.sub li {
  width: 100%;
  padding: 0px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-header .navs ul li ul.sub li:hover .sub2Inner {
    display: block;
  }
}

.l-header .navs ul li ul.sub li .sub2Inner {
  position: absolute;
  left: 100%;
  width: 100%;
  display: none;
  top: 0px;
  border-bottom: 1px solid #add863;
}

@media screen and (max-width: 767px) {
  .l-header .navs ul li ul.sub li .sub2Inner {
    display: flex;
    flex-wrap: wrap;
    position: static;
  }

  .l-header .navs ul li ul.sub li .sub2Inner li {
    width: 21% !important;
    display: inline-block;
    margin: 2%;
  }

  .l-header .navs ul li ul.sub li .sub2Inner li a {
    padding: 5px;
    border: 1px solid #add863;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-header .navs ul li ul.sub li .sub2Inner li a {
    padding: 5px 0;
    font-size: 1.3rem;
  }
}

.l-header .navs ul li ul.sub li .sub2Inner a {
  background: #fff;
}

.l-header .navs ul li ul.sub li a,
.l-header .navs ul li ul.sub li span {
  padding: 10px 0;
  display: block;
  border-top: 1px solid #add863;
}

@media screen and (max-width: 767px) {

  .l-header .navs ul li ul.sub li a,
  .l-header .navs ul li ul.sub li span {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {

  .l-header .navs ul li ul.sub li a:hover,
  .l-header .navs ul li ul.sub li span:hover {
    color: #222;
  }
}

@media screen and (min-width: 768px) {
  .l-header .navs ul li:hover ul.sub {
    display: block;
  }
}

.l-header .btnMenu {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header .btnMenu {
    display: block;
    width: 55px;
    padding: 5px;
    color: #add863;
    font-size: 10px;
    text-align: center;
    line-height: 1.1em;
    text-decoration: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9999;
    border-left: 1px solid #eee;
  }

  .l-header .btnMenu i {
    font-size: 25px;
    line-height: 1em;
    padding: 0px;
    margin: 0 0 3px 0;
    display: block;
  }
}

.l-header .btnTel {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header .btnTel {
    display: block;
    width: 55px;
    padding: 5px;
    color: #add863;
    font-size: 10px;
    text-align: center;
    line-height: 1.1em;
    text-decoration: none;
    border-left: 1px solid #eee;
    position: absolute;
    right: 57px;
    top: 0px;
    z-index: 9999;
    color: #f7b138;
  }

  .l-header .btnTel i {
    font-size: 27px;
    display: block;
    line-height: 1em;
    padding: 0px;
    margin: 0 0 2px 0;
  }
}

.l-header .info .contacts .tel .showTel {
  cursor: pointer;
}

.l-header .info .contacts .tel .modalTel {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}

.l-header .info .contacts .tel .modalTel.show {
  display: block;
}

.l-header .info .contacts .tel .modalTel .modalTelIn {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.l-pankz {
  background: #add863;
}

.l-pankz ul {
  margin: 0 auto;
  width: 100%;
  overflow-x: auto;
  display: flex;
  font-size: 1.2rem;
  padding: 0.5em;
  justify-content: flex-start;
}

.l-pankz ul li {
  margin-right: 0.3em;
  word-break: keep-all;
}

.l-pankz ul li a:after {
  content: "/";
  padding-left: 0.3em;
}

.l-footer {
  color: #333;
}

@media screen and (max-width: 767px) {
  .l-footer .container {
    max-width: none;
  }
}

.l-footer .sitemap {
  background-color: #3b3b3b;
  padding: 40px 0;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .l-footer .sitemap {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .sitemap {
    padding: 25px 0;
    font-size: 1.6rem;
    display: none;
  }
}

.l-footer .sitemap nav {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-footer .sitemap nav {
    display: block;
  }
}

.l-footer .sitemap nav .box {
  width: 12%;
}

@media screen and (max-width: 767px) {
  .l-footer .sitemap nav .box {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .sitemap nav .box+.box {
    margin-top: 2vw;
    padding-top: 2vw;
    border-top: 1px solid #999;
  }
}

.l-footer .sitemap nav .box h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .l-footer .sitemap nav .box h2 {
    font-size: 1.2rem;
    border-bottom: none;
    padding-bottom: 0px;
  }
}

.l-footer .sitemap nav .box ul li {
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .l-footer .sitemap nav .box ul li {
    margin-top: 0;
    display: inline-block;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .sitemap nav .box ul li+li {
    margin-top: 0.5em;
  }
}

.l-footer .sitemap nav .box ul li a {
  display: inline-flex;
  transition: 0.3s;
}

.l-footer .sitemap nav .box ul li a:hover {
  opacity: 0.5;
}

.l-footer .sitemap nav .box ul li a i {
  flex-shrink: 0;
  margin: 0 5px 0 0;
  font-size: 1.3em;
}

.l-footer .links {
  margin-top: 15px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .l-footer .links {
    margin-top: 0;
    font-size: 1.4rem;
    border-top: 1px solid #333;
  }
}

.l-footer .links ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .l-footer .links ul {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .links ul li {
    width: 50%;
    border-bottom: 1px solid #333;
  }
}

.l-footer .links ul li+li {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #333;
}

@media screen and (max-width: 767px) {
  .l-footer .links ul li+li {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .links ul li:nth-child(odd) {
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .links ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px;
    text-align: center;
  }
}

.l-footer .links ul li a:hover {
  text-decoration: underline;
}

.l-footer #copyright {
  padding: 30px 15px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer #copyright {
    padding: 10px;
  }
}

/*--------------------------------------
 要素
---------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

input[type=text],
input[type=submit],
input[type=reset],
input[type=button],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

input[type=text],
textarea {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
}

section+section {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  section+section {
    padding-top: 20px;
  }
}

a:hover {
  opacity: 0.8;
}

/*--------------------------------------
 パーツ
---------------------------------------*/
.u- {
  /* パディング */
  /* インナー */
  /* タイトル */
  /* テキスト */
  /* テキスト色 */
  /* 背景色 */
  /*フォーム*/
  /* ボタン */
  /* ラベル */
  /* アイコン */
  /* 注釈 */
  /* リスト */
  /* テーブル */
  /* ページネーション */
  /* 箱 */
  /* ページャー */
  /* 状態 */
}

@media screen and (max-width: 767px) {
  .u-spPd1 {
    padding-left: 1.875vw;
    padding-right: 1.875vw;
  }
}

.u-card1 a {
  padding: 24px;
  display: flex;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .u-card1 a {
    display: block;
    padding: 1em;
    font-size: 1.4rem;
  }
}

.u-card1 a:hover {
  opacity: 0.8;
}

.u-card1 a .sp-title {
  color: #add863;
  font-size: 2rem;
  border-bottom: 1px solid #add863;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.u-card1 a .img {
  width: 28%;
  background: #eee;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .u-card1 a .img {
    width: 100%;
  }
}

.u-card1 a .img img {
  max-height: 200px;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .u-card1 a .img img {
    max-width: 245px;
  }
}

@media screen and (max-width: 1024px) {
  .u-card1 a .img img {
    max-height: 250px;
    max-width: 179px;
  }
}

@media screen and (max-width: 767px) {
  .u-card1 a .img img {
    max-height: 250px;
    max-width: 100%;
  }
}

.u-card1 a .txt {
  width: 68%;
}

@media screen and (max-width: 767px) {
  .u-card1 a .txt {
    width: 100%;
  }
}

.u-card1 a .txt .ttl {
  color: #add863;
  font-size: 2.4rem;
  border-bottom: 1px solid #add863;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.u-card1 a .txt .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 0.5em;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .u-card1 a .txt .info {
    font-size: 1.4rem;
  }
}

.u-card1 a .txt .info dt {
  width: 12%;
  box-sizing: border-box;
  padding-right: 2%;
  padding: 0.25em 0;
  color: #add863;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .u-card1 a .txt .info dt {
    width: 25%;
    border-top: 1px solid #eee;
  }
}

.u-card1 a .txt .info dd {
  width: 37%;
  text-align: left;
  padding: 0.25em 0;
}

@media screen and (max-width: 767px) {
  .u-card1 a .txt .info dd {
    width: 75%;
    border-top: 1px solid #eee;
  }
}

.u-card1 a .txt .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .u-card1 a .txt .price {
    display: block;
  }
}

.u-card1 a .txt .price dl {
  text-align: center;
  width: 48%;
  display: flex;
  justify-content: center;
  background: #eee;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .u-card1 a .txt .price dl {
    width: 100%;
    margin-bottom: 8px;
    justify-content: flex-start;
  }
}

.u-card1 a .txt .price dl dt {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .u-card1 a .txt .price dl dt {
    width: 16vw;
    text-align: left;
    border-right: 1px solid #ccc;
  }
}

.u-card1 a .txt .price dl dd {
  font-size: 2rem;
  color: #f7b138;
  font-weight: bold;
}

.u-card1 .distance {
  display: block;
  font-size: 1.6rem;
  color: #333;
  padding-bottom: 0.3em;
}

.u-feature {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 24px;
}

@media screen and (max-width: 767px) {
  .u-feature {
    padding-top: 16px;
  }
}

.u-feature li {
  width: 13%;
  height: 4em;
  border-radius: 8px;
  background: #ccc;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .u-feature li {
    width: 32%;
    margin-bottom: 2%;
    font-size: 1.2rem;
  }
}

.u-feature li.on {
  background: #f7b138;
}

.u-card2 {
  display: block;
  background: #fff;
  border: 1px solid #add863;
  box-shadow: 1px 1px 1px #add863;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .u-card2 {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    margin-bottom: 10px;
  }
}

.u-card2 .img {
  text-align: center;
  height: 140px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .u-card2 .img {
    width: 20%;
    margin-bottom: 0px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.u-card2 .img img {
  width: auto;
  max-height: 140px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .u-card2 .img img {
    max-height: 65px;
  }
}

@media screen and (max-width: 767px) {
  .u-card2 .img img {
    max-height: 65px;
  }
}

@media screen and (max-width: 767px) {
  .u-card2 .txt {
    width: 77%;
  }
}

.u-card2 .day {
  font-size: 1.2rem;
  color: #add863;
}

.u-card2 p {
  font-size: 1.6rem;
}

.u-card3 {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: left;
  overflow: hidden;
}

.u-card3 dt {
  background: #f9f7da;
  padding: 0.7em;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .u-card3 dt {
    font-size: 1.6rem;
  }
}

.u-card3 dt i {
  margin-right: 0.2em;
  color: #f7b138;
}

.u-card3 dd {
  padding: 15px;
}

.u-card3 p {
  font-size: 1.6rem;
}

.u-card3 .day {
  text-align: right;
  font-size: 1.2rem;
}

.u-stars {
  display: flex;
  font-size: 2rem;
  align-items: center;
  margin-bottom: 0.6em;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .u-stars {
    padding-top: 10px;
  }
}

.u-stars i {
  color: #ccc;
}

.u-stars .star1 i:nth-child(-n+1) {
  color: #ffea00;
}

.u-stars .star2 i:nth-child(-n+2) {
  color: #ffea00;
}

.u-stars .star3 i:nth-child(-n+3) {
  color: #ffea00;
}

.u-stars .star4 i:nth-child(-n+4) {
  color: #ffea00;
}

.u-stars .star5 i:nth-child(-n+5) {
  color: #ffea00;
}

.u-stars .point {
  margin: 0 0.5em;
  color: #f7b138;
  font-weight: bold;
}

.u-stars .points {
  font-size: 1.4rem;
}

.u-stars .points span {
  color: #f7b138;
}

.u-stars .cnum {
  font-size: 1.4rem;
}

.u-stars .cnum i {
  color: #f7b138;
}

.u-stars .cnum i span {
  color: #666;
}

.u-inner {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .u-inner {
    padding: 30px 0;
  }
}

.u-inner.sz2 {
  max-width: 1000px;
}

.u-ttl1 {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .u-ttl1 {
    margin-bottom: 1em;
    font-size: 2.4rem;
  }
}

.u-ttl1 span {
  display: inline-block;
  border-bottom: 3px solid #add863;
  padding-bottom: 0.5em;
}

.u-ttl2 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  margin-top: 2em;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 3px solid #add863;
}

@media screen and (max-width: 767px) {
  .u-ttl2 {
    font-size: 2.2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.u-ttl2.type2 {
  margin-bottom: 40px;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.u-ttl2.type2 span {
  display: inline-block;
  padding: 0 10px 15px;
  border-bottom: 3px solid #add863;
}

.u-ttl3 {
  margin-top: 35px;
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 2.5rem;
  font-weight: bold;
  border-left: 5px solid #add863;
}

@media screen and (max-width: 767px) {
  .u-ttl3 {
    font-size: 2rem;
  }
}

.u-ttl4 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #6ca014;
  font-size: 2rem;
  font-weight: bold;
}

.u-ttl5 {
  margin-top: 25px;
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: 2rem;
  font-weight: bold;
  border-top: 1px solid #ccc;
  position: relative;
}

.u-ttl5:before {
  content: "";
  width: 90px;
  border-top: 1px solid #6ca014;
  position: absolute;
  left: 0;
  top: -1px;
}

.u-ttl6 {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: bold;
}

.u-bg1 {
  background: #f9f7da;
}

.u-wakuTxt1 {
  background: #eee;
  padding: 1.5em;
}

.u-inyo1 {
  color: #a5d552;
  display: flex;
  margin-bottom: 1em;
}

.u-inyo1:before {
  content: "";
  width: 2em;
  height: 1px;
  background: #6ca014;
  margin-right: 0.5em;
  position: relative;
  top: 0.5em;
}

.u-search {
  background: url("../img/bg.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #add864;
  padding: 25px 0;
}

.u-search .u-form-input {
  border-bottom: 1px solid #ccc;
}

.u-search h2 {
  color: #fff;
  margin-bottom: 0.5em;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .u-search h2 {
    font-size: 2rem;
  }
}

.u-search h2 em {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-search .spToggle {
    position: relative;
    margin-bottom: 0px;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .u-search .spToggle em {
    display: flex;
    align-items: center;
    padding: 0.5em 1.5em 0.5em 0.5em;
    font-size: 1.4rem;
    background: #fff;
    border-radius: 5px;
    color: #a5d552;
  }

  .u-search .spToggle em:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 9px;
    transform: rotate(135deg);
    width: 0.6em;
    height: 0.6em;
    border-top: 3px solid #a5d552;
    border-right: 3px solid #a5d552;
    transition: 0.3s;
  }

  .u-search .spToggle.open em:after {
    top: 10px;
    transform: rotate(-45deg);
  }

  .u-search .spHide {
    visibility: hidden;
    height: 0px;
    opacity: 0;
    transition: 0.3s;
  }

  .u-search .spHide.open {
    margin-top: 10px;
    height: auto;
    visibility: visible;
    opacity: 1;
  }
}

.u-search h3 {
  font-size: 1.4rem;
  color: #add863;
  padding: 1em 0 0.5em 0;
  border-top: 1px dotted #ccc;
}

.u-search h3:first-of-type {
  border-top: 0px;
}

.u-search ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}

.u-search ul li {
  width: 25%;
}

.u-search ul li a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .u-search ul li {
    width: 49%;
    font-size: 1.4rem;
  }

  .u-search ul li:nth-child(odd) {
    margin-right: 2%;
  }
}

.u-search ul li label {
  display: flex;
  align-items: flex-start;
}

.u-search input[type=text] {
  width: 100%;
  max-width: 600px;
  flex-shrink: 0;
}

.u-search input[type=checkbox] {
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.3em;
  flex-shrink: 0;
}

.u-search .btn-box {
  padding: 20px;
}

.u-form-input {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .u-form-input {
    padding: 8px;
  }
}

.u-form-input:nth-child(odd) {
  background: #f4f4f4;
}

.u-form-input dt {
  width: 16%;
}

@media screen and (max-width: 767px) {
  .u-form-input dt {
    width: 100%;
  }
}

.u-form-input dd {
  width: 84%;
}

.u-form-input dd textarea {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .u-form-input dd input[type=text] {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .u-form-input dd {
    width: 100%;
  }

  .u-form-input dd .col-lg-3 {
    display: flex;
    align-items: center;
    padding: 0.3em 0 0.3em 0.5em;
  }

  .u-form-input dd .col-lg-3 p {
    margin: 0 0.3em;
  }
}

.u-btn1 {
  display: block;
  border-radius: 5px;
  margin-top: 1em;
  text-align: center;
  margin: 0 auto;
  transition: 0.3s;
  background: #a5d552;
  box-shadow: 0px 3px #6ca014;
  color: #fff;
  border-radius: 50px;
  width: 300px;
}

.u-btn1:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .u-btn1 {
    width: 100%;
    margin-top: 10px;
  }
}

.u-btn1.sz1 {
  padding: 1em 1em;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .u-btn1.sz1 {
    padding: 0.8em;
  }
}

.u-btn1.clr1 {
  background-color: #666;
  color: #fff;
}

.u-btn1.clr2 {
  background-color: #f7b138;
  box-shadow: 0px 3px #a56600;
  color: #fff;
}

.u-btn2 {
  display: inline-block;
  border-radius: 5px;
  margin-top: 1em;
  text-align: center;
  margin: 0 auto;
  transition: 0.3s;
  color: #fff;
}

.u-btn2:hover {
  opacity: 0.7;
}

.u-btn2.sz1 {
  padding: 0.5em 1em;
  font-size: 1.8rem;
  font-weight: bold;
}

.u-btn2.clr1 {
  background-color: #666;
  color: #fff;
}

.u-btn3 {
  display: inline-block;
  border-radius: 5px;
  margin-top: 1em;
  text-align: center;
  padding: 0.5em 1em;
  transition: 0.3s;
  color: #add863;
  border: 1px solid #add863;
}

.u-btn3:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .u-btn3 {
    font-size: 1.2rem;
    width: 100%;
  }
}

.u-arrow {
  display: flex;
  justify-content: flex-start;
}

.u-arrow span:before {
  margin-right: 0.8em;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #a5d552;
  border-right: 2px solid #a5d552;
  transform: rotate(45deg);
  display: inline-block;
}

.u-commentBox {
  display: flex;
  padding: 15px;
  border-radius: 8px;
  background: #f4f4f4;
  margin-top: 20px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .u-commentBox {
    font-size: 1.4rem;
    display: block;
  }
}

.u-commentBox i {
  font-size: 3rem;
  color: #f7b138;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .u-commentBox i {
    font-size: 1.6rem;
    margin: 0px;
    border: 0px;
  }
}

.u-commentBox span {
  padding-left: 1em;
  border-left: 1px solid #f7b138;
}

@media screen and (max-width: 767px) {
  .u-commentBox span {
    padding: 0px;
    border: 0px;
  }
}

.u-commentBox em {
  font-size: 1.2rem;
  color: #666;
}

.u-pagination.pagination {
  justify-content: center;
}

.u-pagination.pagination li {
  margin: 0 3px;
}

.u-pagination.pagination .page-link {
  border: 0px;
  color: #fff;
  background: #6ca014;
  border-radius: 5px;
}

.u-pagination.pagination .page-link.current {
  background: #ccc;
}

.u-box1 {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
}

.u-box1.is-green {
  border: 1px solid #add863;
}

.u-box1 section p {
  line-height: 1.6;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .u-box1 section p {
    font-size: 1.6rem;
    padding: 0 0 0.5em 0;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .u-box1 {
    padding: 12px 12px 20px 12px;
  }
}

.u-box1 .u-ttl2:first-of-type {
  margin-top: 0px;
}

.u-title-block {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .u-title-block {
    padding: 15px;
    flex-direction: column;
  }
}

.u-title-block .title-block-left {
  border-left: 5px solid #add863;
  padding-left: 20px;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .u-title-block .title-block-left {
    text-align: left;
    width: 100%;
    padding: 0px;
    border: 0px;
  }
}

@media screen and (max-width: 767px) {
  .u-title-block .title-block-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

.u-title-block .title-block-right a {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .u-title-block .title-block-right a .u-btn3 {
    width: 40%;
  }
}

.u-title-block h1 {
  font-size: 4rem;
  color: #a5d552;
}

@media screen and (max-width: 767px) {
  .u-title-block h1 {
    font-weight: bold;
    font-size: 2.5rem;
  }
}

.u-title-block .u-stars {
  font-size: 3rem;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .u-title-block .u-stars {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 2rem;
  }
}

.u-title-block .u-feature {
  width: 40%;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .u-title-block .u-feature {
    width: 100%;
    padding-top: 10px;
  }
}

.u-title-block .u-feature li {
  margin: 0 0 1% 1%;
  width: 24%;
  font-size: 1.2rem;
}

.u-infoBox dl {
  display: flex;
  flex-wrap: wrap;
}

.u-infoBox dl dt {
  width: 20%;
  color: #a5d552;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .u-infoBox dl dt {
    width: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
  }
}

.u-infoBox dl dd {
  width: 80%;
  box-sizing: border-box;
  padding-left: 3%;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .u-infoBox dl dd {
    width: 100%;
    padding: 0px;
  }
}

.u-infoBox .map iframe {
  width: 100%;
  height: 100%;
  min-height: 250px;
}

.u-priceBox {
  margin-top: 16px;
  width: 100%;
  border-radius: 8px;
}

.u-priceBox ul {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.u-priceBox ul li {
  width: 19%;
  text-align: center;
  border: 1px solid #a5d552;
  border-radius: 5px;
  margin-right: 1.2%;
}

.u-priceBox ul li:last-of-type {
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .u-priceBox ul li {
    width: 48%;
    margin-bottom: 2%;
    margin-right: 3%;
  }

  .u-priceBox ul li:nth-child(even) {
    margin-right: 0px;
  }
}

.u-priceBox ul li span {
  padding: 0.3em;
  font-weight: bold;
  display: block;
  background: #a5d552;
  color: #fff;
}

.u-priceBox ul li em {
  display: flex;
  height: 3em;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
}

.u-pager1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-.dis_flex_block {
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-.dis_flex_block {
    display: block;
  }
}

/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 38px;
  height: 59px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(0);
  transition: 0.3s;
}

.slick-arrow:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 2.89375vw;
    height: 4.6875vw;
  }
}

.slick-arrow:before {
  content: normal;
}

.slick-arrow.slick-prev {
  background-image: url(../img/slk_arw1_l.png);
  left: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 0.78125vw;
  }
}

.slick-arrow.slick-next {
  background-image: url(../img/slk_arw1_r.png);
  right: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 0.78125vw;
  }
}

.slick-dots li {
  background-color: #ccc;
  width: 15px;
  height: 15px;
  margin: 0 11px;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots li.slick-active {
  background-color: #ffba00;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 4vw;
    height: 4vw;
    margin: 0 2.93333vw;
  }

  .slick-dots li.slick-active {
    border-width: 0.3125vw;
  }
}

.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modalBox .modalInner {
    width: 90%;
  }
}

.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
}

.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #fff;
}

/*--------------------------------------
 トップ
---------------------------------------*/
.pageTop .mapZone {
  background: url("../img/top/main_bg_wrap.png") center top no-repeat;
  background-size: cover;
}

.pageTop .mapZone .partMain .container {
  position: relative;
}

.pageTop .mapZone .partMain .txts {
  padding: 80px 0 80px;
  font-family: "Noto Serif JP", serif;
}

.pageTop .mapZone .partMain .txts.withPrize {
  padding: 40px 0 30px;
}

@media screen and (max-width: 767px) {
  .pageTop .mapZone .partMain .txts.withPrize {
    padding: 10vw 0 1vw;
  }
}

.pageTop .mapZone .partMain .txts h2.iconNhk {
  padding-left: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pageTop .mapZone .partMain .txts h2.iconNhk {
    font-size: 2.6rem;
    margin-right: 0px;
  }
}

.pageTop .mapZone .partMain .txts h2.iconNhk:before {
  margin-right: 10px;
  position: absolute;
  left: -50px;
  top: -15px;
  content: "";
  width: 77px;
  height: 77px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../img/icon_nhk.png?2021);
}

@media screen and (max-width: 767px) {
  .pageTop .mapZone .partMain .txts h2.iconNhk:before {
    width: 14vw;
    height: 14vw;
    left: -5vw;
    top: -2vw;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

.pageTop .mapZone .partMain .txts .prizeBox {
  display: inline-block;
}

.pageTop .mapZone .partMain .txts .prizeBox p {
  text-align: center;
  font-size: 10px;
  padding-top: 10px;
}

.pageTop .mapZone .partMain .txts .prizeBox ul {
  padding-top: 15px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .pageTop .mapZone .partMain .txts .prizeBox ul {
    padding-top: 5vw;
  }
}

.pageTop .mapZone .partMain .txts .prizeBox ul li {
  margin: 0 20px 0 0;
  max-width: 165px;
}

@media screen and (max-width: 767px) {
  .pageTop .mapZone .partMain .txts .prizeBox ul li {
    margin: 0 10px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .pageTop .mapZone .partMain .txts {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mapZone .partMain .txts {
    padding: 1.5em 0 0 0;
    flex-direction: column;
  }
}

.pageTop .mapZone .partMain .txts h2 {
  margin-bottom: 25px;
  background: #add863;
  color: #fff;
  font-size: 3.8rem;
  display: inline-block;
  padding: 0.2em 0.1em 0.3em 0.3em;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .pageTop .mapZone .partMain .txts h2 {
    margin: 0 15px 0 0;
    font-size: 3rem;
  }
}

@media screen and (max-width: 1199px) {
  .pageTop .mapZone .partMain .txts h2 img {
    width: 320px;
  }
}

@media screen and (max-width: 991px) {
  .pageTop .mapZone .partMain .txts h2 img {
    width: auto;
  }
}

.pageTop .mapZone .partMain .txts p {
  font-size: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .pageTop .mapZone .partMain .txts p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTop .mapZone .partMain .txts p {
    text-align: center;
    padding: 0.5em 0 0 0;
  }
}

@media screen and (max-width: 1199px) {
  .pageTop .mapZone .partMain .txts p img {
    width: 320px;
  }
}

.pageTop .mapZone .partSearch {
  background-color: #add863;
  padding: 20px 0 30px;
}

@media screen and (max-width: 767px) {
  .pageTop .mapZone .partSearch {
    padding: 10px 0;
  }
}

.pageTop .mapZone .partSearch h3 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #fff;
}

.pageTop .mapZone .partSearch h3 i {
  display: block;
  background-color: #f7b138;
  padding: 0.4em;
  font-size: 2.6rem;
  border-radius: 50%;
}

.pageTop .mapZone .partSearch h3 dl {
  margin-left: 15px;
}

.pageTop .mapZone .partSearch h3 dt {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.pageTop .mapZone .partSearch h3 dd {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .pageTop .mapZone .partSearch h3 dd {
    font-size: 1.3rem;
  }
}

.pageTop .mapZone .partSearch form {
  display: flex;
  width: 390px;
}

@media screen and (max-width: 767px) {
  .pageTop .mapZone .partSearch form {
    width: 100%;
  }
}

.pageTop .mapZone .partSearch form input[type=text] {
  margin-right: 10px;
  width: 75%;
  max-width: 290px;
}

.pageTop .basicInfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pageTop .basicInfo li {
  width: 23%;
  box-sizing: border-box;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .pageTop .basicInfo li {
    width: 48%;
    margin-bottom: 4%;
  }
}

.pageTop .basicInfo li a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.pageTop .basicInfo li a:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0);
}

.pageTop .basicInfo li a figure {
  padding: 0px;
  margin: 0px;
  position: relative;
}

.pageTop .basicInfo li a figure img {
  min-height: 170px;
}

@media screen and (max-width: 767px) {
  .pageTop .basicInfo li a figure img {
    min-height: 100%;
  }
}

.pageTop .basicInfo li a figure:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
}

.pageTop .basicInfo li a figcaption {
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 1;
  font-weight: bold;
  font-size: 1.8rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  height: 2em;
  width: 80%;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .pageTop .basicInfo li a figcaption {
    font-size: 1.4rem;
    width: 90%;
  }
}

.pageColumn .content {
  background: #f9f7da;
  padding: 30px 0 70px;
}

.pageColumn .content .container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pageColumn .content .container {
    flex-direction: column;
  }
}

.pageColumn .content .container .colMain {
  width: 69%;
}

@media screen and (max-width: 767px) {
  .pageColumn .content .container .colMain {
    width: 100%;
  }
}

.pageColumn .content .container .colSub {
  width: 28%;
}

@media screen and (max-width: 767px) {
  .pageColumn .content .container .colSub {
    width: 100%;
  }
}

/*ボックス*/
.articleBox {
  background-color: #fff;
}

.articleBox .in {
  padding: 25px 50px 50px;
}

@media screen and (max-width: 767px) {
  .articleBox .in {
    padding: 5%;
  }
}

.articleBox .articleTtl {
  margin-bottom: 15px;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .articleBox .articleTtl {
    font-size: 2.5rem;
  }
}

.articleBox .articleInfo {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.articleBox .articleInfo {
  justify-content: space-between;
  align-items: center;
}

.articleBox .snsBox>li {
  display: inline-block;
  vertical-align: top;
}

.articleBox .snsBox>li>* {
  vertical-align: top !important;
}

.articleBox .snsBox .fb_iframe_widget>span {
  vertical-align: top !important;
}

.articleBox .articleInfo time {
  color: #666;
  font-size: 1.4rem;
  font-weight: bold;
}

.articleBox p {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.875;
}

.articleBox .ttl1 {
  margin-top: 35px;
}

.articleBox .logBox {
  padding-top: 25px;
  text-align: center;
  border-top: 1px solid #ccc;
}

.indexBox {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 15px;
  border: 2px solid #eee;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  .indexBox {
    flex-direction: column;
  }
}

.indexBox .ttl {
  color: #a5d552;
  margin-right: 1em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.numberList1 {
  width: 100%;
}

.numberList1>dl {
  display: flex;
  flex-wrap: wrap;
}

.numberList1>dl+dl>* {
  padding-top: 10px;
}

.numberList1>dl>dt {
  width: 10%;
  font-weight: bold;
  font-size: 1.6rem;
}

.numberList1>dl>dt span {
  display: block;
  border-right: 2px solid #a5d552;
}

.numberList1>dl>dd {
  padding-left: 10px;
  font-size: 1.2rem;
  box-sizing: border-box;
  width: 90%;
}

.numberList1 dd li {
  margin-top: 5px;
  font-size: 0.95em;
}

.numberList1 dd li>* {
  vertical-align: top;
  word-break: break-all;
}

.contributBox {
  background-color: #e7e9ee;
  margin-top: 40px;
  padding: 20px 25px 35px;
}

.contributBox .ttl {
  margin-bottom: 5px;
  color: #172c5c;
  font-weight: bold;
  font-size: 1.8rem;
}

.contributBox textarea {
  width: 100%;
}

.contributBox .btnBox {
  margin-top: 15px;
  text-align: center;
}

.authorBox .authorInner {
  border: 1px solid #ccc;
  padding: 15px;
}

.authorBox .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 5px;
  color: #999;
}

.authorBox p {
  margin-bottom: 0px;
  padding-top: 10px;
  border-top: 1px dotted #ccc;
  margin-top: 10px;
  color: #666;
  font-size: 1.2rem;
}

.authorBox dl {
  display: flex;
  flex-wrap: nowrap;
}

.authorBox dt {
  width: 15%;
  margin-right: 15px;
  border-radius: 50px;
  height: 100%;
  overflow: hidden;
}

.authorBox dd {
  width: 85%;
}

.authorBox dd span {
  display: block;
  padding-bottom: 5px;
  font-size: 2rem;
  font-weight: bold;
  color: #172c5c;
}

.authorBox dt img {
  width: 100%;
  height: auto;
}

.authorBox a {
  color: #666;
  text-decoration: underline;
}

.thumTxtList1 {
  padding: 0 10px;
  background: #fff;
  margin-bottom: 20px;
}

.thumTxtList1 li {
  border-bottom: 1px dotted #add863;
}

.thumTxtList1 li:last-of-type {
  border-bottom: 0px;
}

.thumTxtList1 li a {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
  align-items: center;
}

.thumTxtList1 li a .img {
  text-align: center;
  width: 20%;
  margin-bottom: 8px;
}

.thumTxtList1 li a .img img {
  width: auto;
  max-height: 80px;
  max-width: 100%;
}

.thumTxtList1 li a .txt {
  width: 75%;
}

.pageDetail .basic-info {
  padding: 30px 0 80px 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pageDetail .basic-info {
    padding: 0px 0 30px 0;
  }
}

.pageDetail .basic-info .slkSld {
  padding-bottom: 30px;
  width: 100%;
}

.pageDetail .basic-info .slkSld .slides {
  padding: 0 10px;
  box-sizing: border-box;
}

.pageDetail .basic-info .slkSld .slides .img {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .pageDetail .basic-info .slkSld .slides .img {
    max-height: 250px;
  }
}

.pageDetail .basic-info .slkSld .slides img {
  width: auto;
  max-height: 400px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .pageDetail .basic-info .slkSld .slides img {
    max-height: 250px;
  }
}

.pageDetail .btn-box {
  padding: 30px 0 10px;
}

@media screen and (max-width: 767px) {
  .pageDetail .btn-box {
    padding: 20px 0 10px;
  }
}

.banner-block {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .banner-block {
    padding: 20px 15px;
  }
}

.banner-block li {
  width: 32%;
  margin-bottom: 1em;
}

.banner-block li:hover {
  opacity: 0.8;
}

.banner-block li figcaption {
  padding-top: 0.8em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .banner-block li {
    width: 48%;
  }
}

.price-table table {
  width: 100%;
  margin-bottom: 20px;
}

.price-table td,
.price-table th {
  border: 1px solid #ccc;
  padding: 10px;
}

.price-table th {
  background: #a5d552;
  color: #fff;
}

.price-table th.type {
  width: 50%;
}

.price-table th.price1 {
  width: 25%;
}

.price-table th.price2 {
  width: 25%;
}

.price-table dl {
  padding: 1em;
  border: 1px solid #ccc;
  margin-bottom: 1em;
}

.price-table dl dd {
  margin-top: 0.5em;
  font-size: 1.6rem;
}

.price-table .txt {
  padding-bottom: 0.5em;
  font-size: 1.6rem;
}

.price-table .notes {
  font-size: 1.2rem;
  color: #f33;
}

.price-table .ex-txt {
  font-size: 1.2rem;
  display: block;
}

.plan-header {
  display: flex;
  padding-bottom: 20px;
}

.plan-header .img {
  width: 100px;
  margin: 0 20px 0 0;
}

.plan-header .txt {
  font-weight: bold;
}

.plan-header .txt .area {
  font-weight: normal;
}

.plan-name {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  max-width: 500px;
}

@media screen and (max-width: 767px) {
  .plan-name {
    justify-content: flex-start;
    flex-direction: column;
  }
}

.plan-name .photo {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .plan-name .photo {
    width: 100%;
    margin-bottom: 10px;
  }
}

.plan-name p {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .plan-name p {
    text-align: left;
  }
}

.plan-name p span {
  font-size: 1.2rem;
  font-weight: normal;
}

.price-txt {
  font-size: 1.8rem;
  color: #fc8b1a;
  margin-right: 0.5em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .price-txt {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .price-txt br {
    display: none;
  }
}

.map-box {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .map-box {
    padding-bottom: 0px;
  }
}

.map-box #sample {
  width: 100%;
  height: 550px;
  border: 1px solid #add863;
}

@media screen and (max-width: 767px) {
  .map-box #sample {
    border: 0px;
    height: 80vw;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*-- font-size --*/
.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

/*-- Etc --*/
.disI {
  display: inline !important;
}

.disB {
  display: block !important;
}

.disIB {
  display: inline-block !important;
}

.disT {
  display: table !important;
}

.disTC {
  display: table-cell !important;
}

.disN {
  display: none !important;
}

.disF {
  display: flex !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.vaTB {
  vertical-align: text-bottom !important;
}

.fltL {
  float: left !important;
  margin-right: 1em;
}

.fltR {
  float: right !important;
  margin-left: 1em;
}

.fltN {
  float: none !important;
}

@media screen and (max-width: 767px) {
  .fltL {
    float: none !important;
    margin-right: 0em;
  }

  .fltR {
    float: none !important;
    margin-left: 0em;
  }
}

.posS {
  position: static !important;
}

.posR {
  position: relative !important;
}

.posA {
  position: absolute !important;
}

.posF {
  position: fixed !important;
}

.brWord {
  word-wrap: break-word;
}

.waNw {
  white-space: nowrap;
}

.printDown {
  display: none;
}

.printBreak {
  display: none;
}

@media screen and (min-width: 992px) {
  .tb {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  /*-- Width --*/
  .spWAuto {
    width: auto !important;
  }

  /*-- font-size --*/
  .spFwB {
    font-weight: bold !important;
  }

  .spFwN {
    font-weight: normal !important;
  }

  /*-- Etc --*/
  .spDisI {
    display: inline !important;
  }

  .spDisB {
    display: block !important;
  }

  .spDisIB {
    display: inline-block !important;
  }

  .spDisT {
    display: table !important;
  }

  .spDisTC {
    display: table-cell !important;
  }

  .spDisN {
    display: none !important;
  }

  .spDisF {
    display: flex !important;
  }

  .spTaL {
    text-align: left !important;
  }

  .spTaR {
    text-align: right !important;
  }

  .spTaC {
    text-align: center !important;
  }

  .spVaT {
    vertical-align: top !important;
  }

  .spVaM {
    vertical-align: middle !important;
  }

  .spVaB {
    vertical-align: bottom !important;
  }

  .spVaTB {
    vertical-align: text-bottom !important;
  }

  .spFltL {
    float: left !important;
  }

  .spFltR {
    float: right !important;
  }

  .spFltN {
    float: none !important;
  }

  .spPosS {
    position: static !important;
  }

  .spPosR {
    position: relative !important;
  }

  .spPosA {
    position: absolute !important;
  }

  .spPosF {
    position: fixed !important;
  }
}

.pageSouzoku .l-header .btnMenu {
  color: #4993d3;
}

.pageSouzoku .l-header .navs ul li span:hover,
.pageSouzoku .l-header .navs ul li a:hover {
  color: #4993d3;
}

.pageSouzoku .l-header .navs ul li ul.sub {
  border-bottom: 1px solid #1967ac;
}

.pageSouzoku .l-header .navs ul li ul.sub li a,
.pageSouzoku .l-header .navs ul li ul.sub li span {
  border-top: 1px solid #1967ac;
}

.pageSouzoku .l-header .info .contacts .links li a i {
  color: #1967ac;
}

.pageSouzoku .pageTop .mapZone {
  background-image: url(../img/top/main_bg_wrap_souzoku.png);
}

.pageSouzoku .l-header .info {
  border-bottom: 3px solid #1967ac;
}

.pageSouzoku .pageTop .mapZone .partMain .txts h2 {
  background: #4993d3;
}

.pageSouzoku .mapBlock .mapTxtBox h2 i {
  color: #1967ac;
}

.pageSouzoku .mapBlock .mapImgBg {
  background: url(../img/map_bg_crcl_souzoku.png) center 20px no-repeat;
}

.pageSouzoku .pageTop .mapZone .partSearch {
  background-color: #4993d3;
}

.pageSouzoku .mapBlock .mapTxtBox h2 {
  border-bottom: 1px solid #1967ac;
}

.pageSouzoku .u-bg1 {
  background: #eee;
}

.pageSouzoku .u-ttl1 span {
  border-bottom: 3px solid #4993d3;
}

.pageSouzoku .u-card2 {
  border: 1px solid #4993d3;
  box-shadow: 1px 1px 1px #4993d3;
}

.pageSouzoku .u-btn1 {
  background: #1967ac;
  box-shadow: 0px 3px #034279;
}

.pageSouzoku .u-card2 .day {
  color: #4993d3;
}

.pageSouzoku .u-card1 a .txt .ttl {
  color: #4993d3;
  border-bottom: 1px solid #4993d3;
}

.pageSouzoku .u-card1 a .txt .info dt {
  color: #4993d3;
}

@media screen and (max-width: 767px) {
  .pageSouzoku .l-header .navs {
    background-color: #4993d3;
  }

  .pageSouzoku .u-card1 a .sp-title {
    color: #4993d3;
    border-bottom: 1px solid #4993d3;
  }

  .pageSouzoku .l-header .navs ul li a {
    background-image: url(../img/sp_menu_souzoku.png);
  }

  .pageSouzoku .l-header .navs ul li span {
    background-image: url(../img/sp_menu_souzoku.png);
  }

  .pageSouzoku .l-header .navs ul li+li {
    border-top: 1px solid #4993d3;
  }
}

.pageSankotsu .l-header .btnMenu {
  color: #4993d3;
}

.pageSankotsu .l-header .navs ul li span:hover,
.pageSankotsu .l-header .navs ul li a:hover {
  color: #4993d3;
}

.pageSankotsu .l-header .navs ul li ul.sub {
  border-bottom: 1px solid #1967ac;
}

.pageSankotsu .l-header .navs ul li ul.sub li a,
.pageSankotsu .l-header .navs ul li ul.sub li span {
  border-top: 1px solid #1967ac;
}

.pageSankotsu .l-header .info {
  border-bottom: 3px solid #4993d3;
}

.pageSankotsu .l-pankz {
  background: #1967ac;
  color: #fff;
}

.pageSankotsu .u-bg1 {
  background: #eee;
}

.pageSankotsu .u-ttl1 {
  font-size: 3.6rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .pageSankotsu .u-ttl1 {
    margin-bottom: 1em;
    font-size: 2.4rem;
  }
}

.pageSankotsu .u-ttl1 span {
  border-bottom: 3px solid #4993d3;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

.pageSankotsu .u-ttl2 {
  border-bottom: 3px solid #1967ac;
}

.pageSankotsu .u-card2 {
  border: 1px solid #4993d3;
  box-shadow: 1px 1px 1px #4993d3;
}

.pageSankotsu .u-btn1 {
  background: #1967ac;
  box-shadow: 0px 3px #034279;
}

.pageSankotsu .u-card2 .day {
  color: #4993d3;
}

.pageSankotsu .u-card1 a .txt .ttl {
  color: #4993d3;
  border-bottom: 1px solid #4993d3;
}

.pageSankotsu .u-card1 a .txt .info dt {
  color: #4993d3;
}

.pageSankotsu .l-header .navs ul li a:hover {
  color: #4993d3;
}

.pageSankotsu .l-header .btnMenu {
  color: #4993d3;
}

.pageSankotsu .l-header .info .contacts .links li a i {
  color: #1967ac;
}

@media screen and (max-width: 767px) {
  .pageSankotsu .l-header .navs {
    background-color: #4993d3;
  }

  .pageSankotsu .l-header .navs ul li a {
    background-image: url(../img/sp_menu_souzoku.png);
  }

  .pageSankotsu .l-header .navs ul li span {
    background-image: url(../img/sp_menu_souzoku.png);
  }

  .pageSankotsu .l-header .navs ul li+li {
    border-top: 1px solid #4993d3;
  }
}

.mediaZone .inner {
  max-width: 960px;
  margin: 0 auto;
}

.mediaZone .inner h3 {
  text-align: center;
  margin-bottom: 10px;
}

.mediaZone .inner .cl_osh {
  color: #009db3;
}

.mediaZone .inner .flexBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mediaZone .inner .flexBox {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}

.mediaZone .media_heading {
  display: inline-block;
  font-weight: bold;
  font-size: 23px;
}

@media screen and (max-width: 767px) {
  .mediaZone .media_heading {
    font-size: 16px;
    line-height: 1.25em;
    padding-bottom: 0.5em;
  }
}

.mediaZone .media_body {
  padding: 25px 20px 20px;
  background-color: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}

.mediaZone .tv_list {
  display: flex;
  align-items: center;
  width: 58%;
  text-align: left;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .mediaZone .tv_list {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}

.mediaZone .tv_item+.tv_item {
  margin-top: 16px;
}

.mediaZone .tv_program {
  padding-bottom: 10px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 15px;
  color: #37ab4d;
  border-bottom: 1px solid #cccccc;
}

.mediaZone .tv_item:last-of-type .tv_program {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .mediaZone .tv_item:last-of-type .tv_program {
    padding-bottom: 20px;
  }
}

.mediaZone .tv_station {
  margin-left: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .mediaZone .tv_station {
    display: block;
    margin-left: 0;
    margin-top: 0.5em;
  }
}

.mediaZone .tv_description {
  margin-top: 7px;
  line-height: 1.4;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .mediaZone .media_photo {
    text-align: center;
    margin-bottom: 20px;
  }
}

.mediaZone .media_subheading {
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .mediaZone .media_subheading {
    font-size: 14px;
  }
}

.mediaZone .media_other {
  display: inline;
  line-height: 2;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .mediaZone .media_other {
    display: block;
    margin-top: 10px;
    line-height: 1.6;
  }
}

.mediaZone .media_other+.media_other {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .mediaZone .media_other+.media_other {
    margin-left: 0;
  }
}

.mediaZone .media_category {
  display: inline-block;
  padding: 4px 15px;
  margin-right: 10px;
  line-height: 1;
  font-size: 14px;
  color: #ffffff;
  background-color: #ff7803;
  border-radius: 11px;
}

@media screen and (max-width: 767px) {
  .mediaZone .media_category {
    margin-bottom: 5px;
  }
}

.companyZone {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 40px;
}

.companyZone h2 {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .companyZone h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}

.companyZone .flexBox {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .companyZone .flexBox {
    flex-direction: column;
  }
}

.companyZone .flexBox .flxCont {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .companyZone .flexBox .flxCont {
    width: 100%;
    margin-bottom: 30px;
  }
}

.companyZone .flexBox .flxCont h3 {
  font-size: 2.2rem;
  padding: 0.4em 0 0.3em 0.4em;
  margin-bottom: 20px;
  background: #eee;
  border-left: 10px solid #ccc;
}

@media screen and (max-width: 767px) {
  .companyZone .flexBox .flxCont h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .companyZone .flexBox .detail .tableBox {
    padding: 0 15px;
    border: 1px solid #eee;
    border-radius: 10px;
  }
}

.companyZone .flexBox .detail table tr {
  border-bottom: 1px dotted #ccc;
}

.companyZone .flexBox .detail table th {
  display: inline-block;
  width: 150px;
  padding: 10px 30px 10px 15px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .companyZone .flexBox .detail table th {
    width: 100%;
    padding: 10px;
  }
}

.companyZone .flexBox .detail table td {
  padding: 10px 15px 10px 0;
}

@media screen and (max-width: 767px) {
  .companyZone .flexBox .detail table td {
    display: block;
    padding: 0 10px 10px;
  }
}

.companyZone .flexBox .detail table td a {
  color: #06a;
}

.companyZone .flexBox .detail table td .linkLst {
  margin-top: 10px;
}

.companyZone .flexBox .detail table td .linkLst li {
  display: flex;
  align-items: center;
}

.companyZone .flexBox .detail table td .linkLst li:before {
  content: "・";
  text-indent: -0.5em;
  margin-right: -0.15em;
  font-size: 3.2rem;
  line-height: 0.5;
}

.companyZone .flexBox .idea .txtCont {
  border: 1px solid #eee;
  padding: 15px 25px;
  line-height: 1.65;
}

@media screen and (max-width: 767px) {
  .companyZone .flexBox .idea .txtCont {
    padding: 10px;
  }
}

.companyZone .flexBox .idea .txtCont+h3 {
  margin-top: 20px;
}

.companyZone .flexBox .idea .txtCont em {
  display: block;
  text-align: left;
  font-size: 1.2em;
  padding-bottom: 0.5em;
  color: #06a;
  font-weight: bold;
}

.companyZone .colCont {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .companyZone .colCont {
    margin: 0;
  }
}

.companyZone .colCont h3 {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .companyZone .colCont h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    width: 100%;
  }
}

.companyZone .colCont .lead {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .companyZone .colCont .lead {
    margin-bottom: 15px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.companyZone .colCont .flexBox .img {
  text-align: center;
}

.companyZone .colCont .flexBox .img .innerImg {
  display: inline-block;
}

.companyZone .colCont .flexBox .img .caption {
  text-align: right;
  margin-top: 10px;
  margin-right: 10px;
}

.companyZone .colCont .flexBox .txt dt {
  padding: 0.4em 0 0.3em 0.4em;
  margin-bottom: 20px;
  background: #eee;
  border-left: 10px solid #ccc;
}

.companyZone .colCont .flexBox .txt dd {
  margin-bottom: 25px;
}

.voiceSlide {
  margin: 30px 0px;
}

.voiceSlide .slick-arrow.slick-next {
  background-image: url(../img/pref/main/arw_r.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40% !important;
  background-color: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 50px;
  right: 0px;
}

.voiceSlide .slick-arrow.slick-prev {
  background-image: url(../img/pref/main/arw_l.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40% !important;
  background-color: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 50px;
  left: 0px;
}

.voiceSlide .slides {
  width: 250px;
  font-size: 1.4rem;
}

.voiceSlide .slides a {
  display: block;
  text-decoration: none;
  margin: 0 10px;
  background-color: #FFF;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #CCC;
}

.voiceSlide .slides a .u-stars {
  margin-bottom: 0px;
}

.voiceSlide .slides .img {
  position: relative;
  margin-bottom: 5px;
}

.voiceSlide .slides .img .ttlTag {
  display: inline-block;
  font-size: 1.2rem;
  background-color: #73b84d;
  color: #FFF;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0.2em 0.5em;
}

.u-lead-block {
  padding-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .u-lead-block {
    padding-bottom: 1.5em;
  }
}

.fixbtns.isType2 {
  width: 93px;
  bottom: 150px;
}

@media screen and (max-width: 767px) {
  .fixbtns.isType2 {
    display: none;
  }
}

.fix_footer {
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  background: url(../img/bg_fixed_footer_orange.png) no-repeat;
  background-size: cover;
  z-index: 999;
}

.fix_footer .inner {
  display: flex;
  align-items: center;
  width: 950px;
  height: 90px;
  margin: 0 auto;
  padding: 0 25px;
}

@media screen and (max-width: 767px) {
  .fix_footer .inner {
    height: auto;
    padding: 0;
  }
}

.fix_footer .inner .fixedFooter_text {
  margin-left: 30px;
}

.u-search.isType2 {
  padding: 35px 0;
}

@media screen and (max-width: 767px) {
  .u-search.isType2 {
    padding: 8vw 0;
  }
}

.u-searchHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.8em;
}

@media screen and (max-width: 767px) {
  .u-searchHeader {
    flex-direction: column;
  }
}

.u-searchHeader h2 {
  font-size: 2.4rem;
}

.u-searchHeader a {
  display: inline-block;
  background-color: #FFF;
  border-radius: 50px;
  padding: 0.3em 0.8em;
  color: #60910d;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .u-searchHeader a {
    margin-left: auto;
  }
}

.u-searchWrap {
  background-color: #FFF;
  border: 1px solid #CCC;
}

.u-searchRow {
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .u-searchRow {
    display: block;
  }
}

.u-searchRow+.u-searchRow {
  border-top: 1px solid #CCC;
}

.u-searchRow .ttl {
  width: 20%;
  box-sizing: border-box;
  padding: 0.8em;
  background-color: rgb(236, 236, 236);
}

@media screen and (max-width: 767px) {
  .u-searchRow .ttl {
    width: 100%;
  }
}

.u-searchRow .cont {
  width: 80%;
  box-sizing: border-box;
  padding: 0.8em;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .u-searchRow .cont {
    width: 100%;
    font-size: 1.4rem;
  }
}

.u-searchRow .cont .linkChange {
  color: #60910d;
  font-weight: bold;
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-left: 1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .u-searchRow .cont .linkChange {
    position: absolute;
    top: 1em;
    right: 1em;
  }
}

.u-searchRow .cont .linkChange i {
  margin: 0 0.2em;
}

.u-sortNavi {
  display: flex;
  justify-content: space-between;
}

.u-sortNavi li {
  width: 33.3%;
  text-align: center;
}

.u-sortNavi li+li {
  border-left: 1px solid #60910d;
}

.u-sortNavi li a {
  display: block;
  padding: 1.2em;
  border-top: 1px solid #60910d;
  border-bottom: 1px solid #60910d;
  color: #60910d;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  .u-sortNavi li a {
    padding: 1em 0.3em;
    font-size: 1.3rem;
  }
}

.u-sortNavi li a.on {
  background-color: #60910d;
  color: #FFF;
  border-bottom: 1px solid #666;
}

.u-sortNavi li a.on:after {
  content: "";
  bottom: -12px;
  left: 48%;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #60910d transparent transparent transparent;
}

.u-searchModal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.u-searchModal .btn-box {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .u-searchModal .btn-box {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .u-searchModal .u-form-input {
    padding: 0 0 4vw 0;
    background-color: transparent !important;
    border-bottom-style: dotted;
  }

  .u-searchModal .u-form-input+.u-form-input {
    margin-top: 4vw;
  }

  .u-searchModal .u-form-input:last-of-type {
    border: 0;
    padding-bottom: 0;
  }

  .u-searchModal .u-form-input dt {
    margin-bottom: 0.5em;
  }
}

.u-searchModal .btnClose {
  font-size: 5rem;
  color: #FFF;
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 1;
  cursor: pointer;
}

.u-searchModal.show {
  display: flex;
}

.u-searchModal .in {
  background-color: #FFF;
  padding: 1.5em;
  width: 90%;
  border-radius: 5px;
  max-width: 800px;
  max-height: 70vh;
  overflow: auto;
}

.u-stepNavi {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 20px;
  width: 80%;
  max-width: 350px;
  position: relative;
}

.u-stepNavi:before {
  content: "";
  width: 90%;
  background-color: #CCC;
  height: 5px;
  display: block;
  position: absolute;
  top: 22px;
  left: 3%;
}

@media screen and (max-width: 767px) {
  .u-stepNavi:before {
    top: 15px;
    width: 80%;
    left: 5%;
  }
}

.u-stepNavi li {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.u-stepNavi li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  font-size: 2.5rem;
  background-color: #CCC;
  border-radius: 50px;
  color: #FFF;
  font-weight: bold;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .u-stepNavi li .num {
    font-size: 2rem;
  }
}

.u-stepNavi li .txt {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .u-stepNavi li .txt {
    font-size: 1.4rem;
  }
}

.u-stepNavi li.on .num {
  background-color: #4f820b;
}

.u-stepNavi li.on .txt {
  color: #4f820b;
  font-weight: bold;
}

.l-header .navs.hasFirst ul li:nth-child(1) {
  width: 15%;
}

.l-header .navs.hasFirst ul li:nth-child(8) {
  width: 16%;
}

.l-header .navs.hasFirst ul li:nth-child(9) {
  width: 16%;
}

.l-header .navs.hasFirst ul li ul.sub li {
  width: 100%;
}

.is-type02 .l-header .btnEmergency {
  position: absolute;
  right: 0px;
  background-color: #CB0000;
  padding: 0.5em 1em;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  margin-top: 2vw;
  align-items: center;
  border-radius: 50px 0 0 50px;
  display: none;
}

@media (max-width: 767px) {
  .is-type02 .l-header .btnEmergency {
    display: inline-flex;
  }
}

.is-type02 .l-header .btnEmergency:before {
  width: 5vw;
  height: 5vw;
  background-image: url("../img/icon_emergency.svg");
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin-right: 1vw;
}

.is-type02 .l-header .info .container .contacts .links {
  margin-top: 30px;
  margin-right: 45px;
}

@media (max-width: 992px) {
  .is-type02 .l-header .info .container .contacts .links {
    margin: 0;
  }
}

.is-type02 .l-header .info .container .contacts .tel {
  margin: 0;
  padding: 0;
  border: none;
}

.is-type02 .l-header .info .container .contacts .tel li+li {
  padding-left: 15px;
  border-left: 1px solid #ccc;
}

.is-type02 .l-header .info .container .contacts .tel li:nth-child(1) {
  display: flex;
  width: 420px;
}

@media (max-width: 1200px) {
  .is-type02 .l-header .info .container .contacts .tel li:nth-child(1) {
    width: 305px;
  }
}

.is-type02 .l-header .info .container .contacts .tel li:nth-child(1) .showTel img {
  width: 280px;
}

@media (max-width: 1200px) {
  .is-type02 .l-header .info .container .contacts .tel li:nth-child(1) .showTel img {
    width: 180px;
  }
}

.is-type02 .l-header .info .container .contacts .tel li:nth-child(1):before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 100%;
  background: url(../img/txt_ok.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .is-type02 .l-header .info .container .contacts .tel li:nth-child(1):before {
    width: 125px;
  }
}

@media (max-width: 992px) {
  .is-type02 .l-header .info .container .contacts .tel li:nth-child(1):before {
    width: 100px;
  }
}

.is-type02 .l-header .info .container .contacts .tel li:nth-child(2) {
  width: 190px;
}

@media (max-width: 1200px) {
  .is-type02 .l-header .info .container .contacts .tel li:nth-child(2) {
    width: 130px;
  }
}

.is-type02 .mapZone .partMain .txts.withPrize {
  position: relative;
  padding: 80px 0 40px;
}

@media screen and (max-width: 991px) {
  .is-type02 .mapZone .partMain .txts.withPrize {
    align-items: flex-start;
  }

  .is-type02 .mapZone .partMain .txts.withPrize h2.iconNhk {
    margin-top: 30px;
  }

  .is-type02 .mapZone .partMain .txts.withPrize.txts p.kakaku {
    bottom: 50px;
    left: -20px;
  }

  .is-type02 .mapZone .partMain .txts.withPrize.txts p img {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .is-type02 .mapZone .partMain .txts.withPrize {
    align-items: center;
    padding: 10vw 0 5vw;
  }
}

@media (max-width: 767px) {
  .is-type02 .mapZone .partMain .txts.withPrize h2.iconNhk:before {
    top: 0;
    bottom: 0;
    left: -4vw;
    margin: auto 0;
  }
}

.is-type02 .mapZone .partMain .txts.withPrize .kakaku {
  position: absolute;
  bottom: -47px;
  left: 0;
}

@media (max-width: 1200px) {
  .is-type02 .mapZone .partMain .txts.withPrize .kakaku {
    bottom: -40px;
  }
}

@media (max-width: 767px) {
  .is-type02 .mapZone .partMain .txts.withPrize .kakaku {
    position: static;
  }
}

.is-type02 .mapZone .partMain .txts .mainTxt .in {
  max-width: 475px;
  text-align: center;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .is-type02 .mapZone .partMain .txts .mainTxt .in {
    padding-bottom: 0;
    width: 100vw;
    overflow: hidden;
  }
}


.is-type02 .mapZone .partMain .txts .mainTxt .in .prizeBox ul {
  display: flex;
  justify-content: center;
  width: 440px;
  padding-top: 0;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .is-type02 .mapZone .partMain .txts .mainTxt .in .prizeBox ul {
    padding: 6vw 0 3vw;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .is-type02 .mapZone .partMain .txts .mainTxt .in .prizeBox ul li {
    width: 35vw;
  }
}

.is-type02 .mapZone .partMain .txts .mainTxt .in .prizeBox ul li img {
  width: 100%;
}

.is-type02 .mapZone .partMain .txts p.iconNhk {
  font-size: 2rem;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .is-type02 .mapZone .partMain .txts p.iconNhk {
    font-size: 1.8rem;
  }
}

.is-type02 .mapZone .partSearch {
  padding: 60px 0 30px;
}

@media (max-width: 992px) {
  .is-type02 .mapZone .partSearch {
    padding: 40px 0 30px;
  }
}

@media (max-width: 767px) {
  .is-type02 .mapZone .partSearch {
    padding: 6vw 0 10vw;
  }
}

.is-type02 .mapZone .partSearch .container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .is-type02 .mapZone .partSearch .container {
    max-width: 1200px;
  }
}

@media (max-width: 992px) {
  .is-type02 .mapZone .partSearch .container {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 992px) {
  .is-type02 .mapZone .partSearch .container .l-cont {
    text-align: center;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .is-type02 .mapZone .partSearch .container .l-cont {
    margin-top: 8vw;
  }
}

.is-type02 .mapZone .partSearch .container .r-cont {
  display: flex;
  align-items: center;
  margin-left: 70px;
}

@media (max-width: 992px) {
  .is-type02 .mapZone .partSearch .container .r-cont {
    margin-left: 0;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .is-type02 .mapZone .partSearch .container .r-cont {
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

.is-type02 .mapZone .partSearch .container .r-cont h3 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .is-type02 .mapZone .partSearch .container .r-cont h3 {
    justify-content: start;
    margin-bottom: 3vw;
  }
}

.is-type02 .mapZone .partSearch .container .r-cont form {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .is-type02 .mapZone .partSearch .container .r-cont form {
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .is-type02 .mapZone .partSearch .container .r-cont form input {
    height: 48px;
  }
}

@media screen and (max-width: 1200px) {
  .is-type02 .mapZone .partSearch .container .r-cont form button {
    height: 48px;
    padding: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .is-type02 .mapZone .partSearch .container .r-cont form button {
    margin: 0;
  }
}

.is-type02 .secPromise {
  margin: 0;
  padding: 60px 0 90px;
}

@media screen and (max-width: 767px) {
  .is-type02 .secPromise {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1199px) {
  .is-type02.pageTop .mapZone .partMain .txts p img {
    width: 370px;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .is-type02.pageTop .mapZone .partMain .txts p img {
    width: 80vw;
  }
}

@media screen and (max-width: 1199px) {
  .is-type02 .mapZone .partMain .txts p.iconNhk {
    font-size: 1.6rem;
    text-align: left;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .is-type02 .mapZone .partMain .txts p.iconNhk {
    text-align: center;
  }
}

@media screen and (max-width: 1199px) {
  .is-type02 .mapZone .partMain .txts .mainTxt .in .prizeBox ul {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .is-type02 .mapZone .partMain .txts .mainTxt .in .prizeBox ul {
    justify-content: center;
  }
}

/**202310ボタン修正**/

.pg-pref-btnTel a {
  max-width: 930px;
  width: 100%;
}

.pg-pref-btnTel a .btnTelWrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 20px 20px 30px;
  border-radius: 10px;
  background: linear-gradient(0deg, #ff6601, #ff7903 60%);
  box-shadow: 0 5px 0 #973500;
}

@media screen and (max-width: 767px) {
  .pg-pref-btnTel a .btnTelWrap {
    display: none;
  }
}

.pg-pref-btnTel a .btnTelWrap:before {
  position: absolute;
  bottom: 0;
  left: 25px;
  content: "";
  width: calc(240 / 930 * 100%);
  height: 183px;
  background: url(../img/img_btntel.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .pg-pref-btnTel a .btnTelWrap:before {
    width: calc(260 / 930 * 100%);
    height: 148px;
  }
}

.pg-pref-btnTel a .btnTelWrap .txtCont {
  width: calc(660 / 930 * 100%);
}

@media screen and (max-width: 991px) {
  .pg-pref-btnTel a .btnTelWrap .txtCont {
    /* width: calc(700 / 930 * 100%); */
  }
}

.pg-pref-btnTel a .btnTelWrap .txtCont .txtTel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 5.9rem;
  font-weight: bold;
  letter-spacing: -.03em;
}

@media screen and (max-width: 991px) {
  .pg-pref-btnTel a .btnTelWrap .txtCont .txtTel {
    font-size: 4.8rem;
  }
}

.pg-pref-btnTel a .btnTelWrap .txtCont .txtTel:before {
  content: "";
  display: inline-block;
  width: 57px;
  height: 57px;
  margin-right: 20px;
  background: url(../img/icon_tel.png) no-repeat;
  background-size: contain;
}

.pg-pref-btnTel a .btnTelWrap .txtCont .txtRows2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.pg-pref-btnTel a .btnTelWrap .txtCont .txtRows2 span {
  display: inline-block;
  width: calc(295 / 600 * 100%);
  font-size: 3.2rem;
  font-weight: bold;
  color: #d14c00;
  padding-top: 5px;
  border-radius: 10px;
  background: #fff;
}


@media screen and (max-width: 991px) {
  .pg-pref-btnTel a .btnTelWrap .txtCont .txtRows2 span {
    font-size: 2.5rem;
    padding-top: 0;
  }
}


.pg-pref-btnTel a .spImg {
  display: none;
}

@media screen and (max-width: 767px) {
  .pg-pref-btnTel a .spImg {
    display: block;
  }
}

/**/

.pg-pref-btnTel a {
  max-width: 930px;
  width: 100%;
}

.pg-pref-btnTel a:hover {
  text-decoration: none;
}

.pg-pref-btnTel a .btnTelWrap2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 930px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 20px 10px 30px;
  border-radius: 10px;
  background: linear-gradient(0deg, #ff6601, #ff7903 60%);
  box-shadow: 0 5px 0 #973500;
}

.pg-pref-btnTel a .btnTelWrap2.mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .pg-pref-btnTel a .btnTelWrap2 {
    display: none;
  }
}

.pg-pref-btnTel a .btnTelWrap2:before {
  position: absolute;
  bottom: 0;
  left: 25px;
  content: "";
  width: calc(240 / 930 * 100%);
  height: 183px;
  background: url(../img/img_btntel.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .pg-pref-btnTel a .btnTelWrap2:before {
    width: calc(260 / 930 * 100%);
    height: 148px;
  }
}

.pg-pref-btnTel a .btnTelWrap2 .txtCont {
  width: calc(660 / 930 * 100%);
}

@media screen and (max-width: 991px) {
  .pg-pref-btnTel a .btnTelWrap2 .txtCont {
    /* width: calc(700 / 930 * 100%); */
  }
}

.pg-pref-btnTel a .btnTelWrap2 .txtCont .txtTel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 6.5rem;
  font-weight: bold;
  letter-spacing: -.03em;
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .pg-pref-btnTel a .btnTelWrap2 .txtCont .txtTel {
    font-size: 4.8rem;
  }
}

.pg-pref-btnTel a .btnTelWrap2 .txtCont .txtTel.fz54 {
  font-size: 5.4rem;
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .pg-pref-btnTel a .btnTelWrap2 .txtCont .txtTel.fz54 {
    font-size: 4.5rem;
    margin-top: 10px;
  }

  .pg-pref-btnTel a .btnTelWrap2 .txtCont .txtTel:before {
    width: 44px;
    height: 44px;
  }
}

.pg-pref-btnTel a .btnTelWrap2 .txtCont .txtTel:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: url(../img/icon_tel.png) no-repeat;
  background-size: contain;
}

.pg-pref-btnTel a .btnTelWrap2 .txtCont .txtTel .num_tel {
  line-height: 1;
}

.pg-pref-btnTel a .btnTelWrap2 .txtCont .txtBox {
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-weight: bold;
  color: #d14c00;
  padding: 10px 0;
  border-radius: 10px;
  background: #fff; */
}

/* .pg-pref-btnTel a .btnTelWrap2 .txtCont .txtBox p {  
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: left;
  margin: 0;
}
.pg-pref-btnTel a .btnTelWrap2 .txtCont .txtBox p em {  
  display: block;
  font-size: 3.2rem;
} */




.pg-pref-btnTel a .spImg {
  display: none;
}

@media screen and (max-width: 767px) {
  .pg-pref-btnTel a .spImg {
    display: block;
  }
}

.pg-pref-btnTel a .spImg.mt20 {
  margin-top: 20px;
}

/**/

.prefTopMainZone .secMain .btnTel a .spImg {
  display: none;
}

@media screen and (max-width: 767px) {
  .prefTopMainZone .secMain .btnTel a .spImg {
    display: block;
  }
}

.prefTopMainZone .secMain .btnTel a .btnBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  height: 75px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 30px;
  border-radius: 10px;
  background: linear-gradient(#ff7803, #ff6102 60%);
  box-shadow: 0 3px 0 #973500;
}

@media screen and (max-width: 767px) {
  .prefTopMainZone .secMain .btnTel a .btnBox {
    display: none;
  }
}


.prefTopMainZone .secMain .btnTel a .btnBox .txtRows2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 145px;
  color: #d14c00;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
  background: #fff;
}

.prefTopMainZone .secMain .btnTel a .btnBox .txtRows2 span {
  display: block;
  text-align: center;
  width: 100%;
}

.prefTopMainZone .secMain .btnTel a .btnBox .txtRows2 span+span {
  border-top: 1px solid #ff6102;
}

.prefTopMainZone .secMain .btnTel a .btnBox .txtTel {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: -0.03em;

}

.prefTopMainZone .secMain .btnTel a .btnBox .txtTel:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url(../img/icon_tel.png) no-repeat;
  background-size: contain;
}

.prefTopMainZone .secMain .btnTel a .btnBox .txtTel .pc-hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .prefTopMainZone .secMain .btnTel a .btnBox .txtTel .pc-hide {
    display: inline-block;
  }

  .prefTopMainZone .secMain .btnTel a .btnBox .txtTel .sp-hide {
    display: none;
  }
}


/**/

.fix_footer .fixedFooter_tel .num_tel {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .fix_footer .fixedFooter_tel .num_tel {
    font-size: 4vw;
  }
}

.fix_footer .fixedFooter_tel .num_tel:before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  background: url(../img/icon_tel.png) no-repeat;
  background-size: contain;

}

/**/


.partSearch .container .l-cont .btnTel a .btnBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  height: 75px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 30px;
  border-radius: 10px;
  background: linear-gradient(#ff7803, #ff6102 60%);
  box-shadow: 0 3px 0 #973500;
}

@media screen and (max-width: 767px) {
  .partSearch .container .l-cont .btnTel a .btnBox {
    display: none;
  }
}


.partSearch .container .l-cont .btnTel a .btnBox .txtRows2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 145px;
  color: #d14c00;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
  background: #fff;
}

.partSearch .container .l-cont .btnTel a .btnBox .txtRows2 span {
  display: block;
  text-align: center;
  width: 100%;
}

.partSearch .container .l-cont .btnTel a .btnBox .txtRows2 span+span {
  border-top: 1px solid #ff6102;
}

.partSearch .container .l-cont .btnTel a .btnBox .txtTel {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: -0.03em;

}

.partSearch .container .l-cont .btnTel a .btnBox .txtTel:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url(../img/icon_tel.png) no-repeat;
  background-size: contain;
}

.partSearch .container .l-cont .btnTel a .btnBox .txtTel .pc-hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .partSearch .container .l-cont .btnTel a .btnBox .txtTel .pc-hide {
    display: inline-block;
  }

  .partSearch .container .l-cont .btnTel a .btnBox .txtTel .sp-hide {
    display: none;
  }
}

.partSearch .container .l-cont .btnTel a .spImg {
  display: none;
}

@media screen and (max-width: 767px) {
  .partSearch .container .l-cont .btnTel a .spImg {
    display: block;
  }
}

.fixbtns .txt2 a:hover {
  text-decoration: none;
}

.fixbtns .txt2 .num_tel {
  display: flex;
  align-items: center;
  color: #ff7202;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

.fixbtns .txt2 .num_tel:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-top: 7px;
  background: url(../img/icon_tel_o.png) no-repeat;
  background-size: contain;

}

.fixbtns .txt2 .num_tel.fz35 {
  font-size: 3.2rem;
}

/**/
.modalTel .modalTelIn .telBnr,
.modalTelLp .modalTelLpIn .telBnr {
  width: 620px;
  background: #fff;
  font-weight: bold;
  text-align: center;
  padding: 35px 0;
}

.modalTel .modalTelIn .telBnr .bnrTtl,
.modalTelLp .modalTelLpIn .telBnr .bnrTtl {
  display: inline-block;
  font-size: 2.7rem;
  line-height: 1;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  background: #f16600;
}

.modalTel .modalTelIn .telBnr .num_tel,
.modalTelLp .modalTelLpIn .telBnr .num_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff7202;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}

.modalTel .modalTelIn .telBnr .num_tel:before,
.modalTelLp .modalTelLpIn .telBnr .num_tel:before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 47px;
  margin-right: 10px;
  background: url(../img/icon_tel_o.png) no-repeat;
  background-size: contain;

}


.modalTel .modalTelIn .telBnr p,
.modalTelLp .modalTelLpIn .telBnr p {
  font-size: 3rem;
  margin-top: 10px;
}



/**/
.cta_main.fbox {
  align-items: flex-start;
}


/* @media screen and (min-width: 768px) {
.cta_main .cta1 {
  height: 102px;
}
} */

.cta_main .cta2 {
  margin: 1rem 0;
}

.cta_main .cta2 .pcWrap {
  max-width: 405px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  color: #fff;
  padding: 15px 25px 20px;
  background: #006fbc;
}

@media screen and (max-width: 991px) {
  .cta_main .cta2 .pcWrap {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 767px) {
  .cta_main .cta2 .pcWrap {
    display: none;

  }
}



.cta_main .cta2 .pcWrap:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-top: 12px;
  margin-right: 10px;
  background: url(/lp/lp01/img/icon_cta_tel.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .cta_main .cta2 .pcWrap:before {
    width: 28px;
    height: 28px;
    margin-top: 9px;
  }
}


.cta_main .cta2 .pcWrap .numTxt {
  width: 260px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .cta_main .cta2 .pcWrap .numTxt {
    width: 78%;
  }
}

.cta_main .cta2 .pcWrap .numTxt .txtTel {
  font-size: 4.5rem;
  letter-spacing: -.03em;
}

@media screen and (max-width: 991px) {
  .cta_main .cta2 .pcWrap .numTxt .txtTel {
    font-size: 3.5rem;
  }
}


.cta_main .cta2 .spImg {
  display: none;
}

@media screen and (max-width: 767px) {
  .cta_main .cta2 .spImg {
    display: block;
  }
}

/**202310ボタン修正**/

.pg-pref-btnTel a {
  max-width: 930px;
  width: 100%;
}

.pg-pref-btnTel a .btnTelWrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 20px 20px 30px;
  border-radius: 10px;
  background: linear-gradient(0deg, #ff6601, #ff7903 60%);
  box-shadow: 0 5px 0 #973500;
}

@media screen and (max-width: 767px) {
  .pg-pref-btnTel a .btnTelWrap {
    display: none;
  }
}

.pg-pref-btnTel a .btnTelWrap:before {
  position: absolute;
  bottom: 0;
  left: 25px;
  content: "";
  width: calc(240 / 930 * 100%);
  height: 183px;
  background: url(../img/img_btntel.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .pg-pref-btnTel a .btnTelWrap:before {
    width: calc(260 / 930 * 100%);
    height: 148px;
  }
}

.pg-pref-btnTel a .btnTelWrap .txtCont {
  width: calc(660 / 930 * 100%);
}

@media screen and (max-width: 991px) {
  .pg-pref-btnTel a .btnTelWrap .txtCont {
    /* width: calc(700 / 930 * 100%); */
  }
}

.pg-pref-btnTel a .btnTelWrap .txtCont .txtTel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 5.9rem;
  font-weight: bold;
  letter-spacing: -.03em;
}

@media screen and (max-width: 991px) {
  .pg-pref-btnTel a .btnTelWrap .txtCont .txtTel {
    font-size: 4.8rem;
  }
}

.pg-pref-btnTel a .btnTelWrap .txtCont .txtTel:before {
  content: "";
  display: inline-block;
  width: 57px;
  height: 57px;
  margin-right: 20px;
  background: url(../img/icon_tel.png) no-repeat;
  background-size: contain;
}

.pg-pref-btnTel a .btnTelWrap .txtCont .txtRows2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.pg-pref-btnTel a .btnTelWrap .txtCont .txtRows2 span {
  display: inline-block;
  width: calc(295 / 600 * 100%);
  font-size: 3.2rem;
  font-weight: bold;
  color: #d14c00;
  padding-top: 5px;
  border-radius: 10px;
  background: #fff;
}


@media screen and (max-width: 991px) {
  .pg-pref-btnTel a .btnTelWrap .txtCont .txtRows2 span {
    font-size: 2.5rem;
    padding-top: 0;
  }
}


.pg-pref-btnTel a .spImg {
  display: none;
}

@media screen and (max-width: 767px) {
  .pg-pref-btnTel a .spImg {
    display: block;
  }
}

/**/

.pg-pref-btnTel a {
  max-width: 930px;
  width: 100%;
}

.pg-pref-btnTel a:hover {
  text-decoration: none;
}

.pg-pref-btnTel a .btnTelWrap2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 930px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 20px 10px 30px;
  border-radius: 10px;
  background: linear-gradient(0deg, #ff6601, #ff7903 60%);
  box-shadow: 0 5px 0 #973500;
}

.pg-pref-btnTel a .btnTelWrap2.mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .pg-pref-btnTel a .btnTelWrap2 {
    display: none;
  }
}

.pg-pref-btnTel a .btnTelWrap2:before {
  position: absolute;
  bottom: 0;
  left: 25px;
  content: "";
  width: calc(240 / 930 * 100%);
  height: 183px;
  background: url(../img/img_btntel.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .pg-pref-btnTel a .btnTelWrap2:before {
    width: calc(260 / 930 * 100%);
    height: 148px;
  }
}

.pg-pref-btnTel a .btnTelWrap2 .txtCont {
  width: calc(660 / 930 * 100%);
}

@media screen and (max-width: 991px) {
  .pg-pref-btnTel a .btnTelWrap2 .txtCont {
    /* width: calc(700 / 930 * 100%); */
  }
}

.pg-pref-btnTel a .btnTelWrap2 .txtCont .txtTel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 6.5rem;
  font-weight: bold;
  letter-spacing: -.03em;
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .pg-pref-btnTel a .btnTelWrap2 .txtCont .txtTel {
    font-size: 4.8rem;
  }
}

.pg-pref-btnTel a .btnTelWrap2 .txtCont .txtTel.fz54 {
  font-size: 5.4rem;
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .pg-pref-btnTel a .btnTelWrap2 .txtCont .txtTel.fz54 {
    font-size: 4.5rem;
    margin-top: 10px;
  }

  .pg-pref-btnTel a .btnTelWrap2 .txtCont .txtTel:before {
    width: 44px;
    height: 44px;
  }
}

.pg-pref-btnTel a .btnTelWrap2 .txtCont .txtTel:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: url(../img/icon_tel.png) no-repeat;
  background-size: contain;
}

.pg-pref-btnTel a .btnTelWrap2 .txtCont .txtTel .num_tel {
  line-height: 1;
}

.pg-pref-btnTel a .btnTelWrap2 .txtCont .txtBox {
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-weight: bold;
  color: #d14c00;
  padding: 10px 0;
  border-radius: 10px;
  background: #fff; */
}

/* .pg-pref-btnTel a .btnTelWrap2 .txtCont .txtBox p {  
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: left;
  margin: 0;
}
.pg-pref-btnTel a .btnTelWrap2 .txtCont .txtBox p em {  
  display: block;
  font-size: 3.2rem;
} */




.pg-pref-btnTel a .spImg {
  display: none;
}

@media screen and (max-width: 767px) {
  .pg-pref-btnTel a .spImg {
    display: block;
  }
}

.pg-pref-btnTel a .spImg.mt20 {
  margin-top: 20px;
}

/**/

.prefTopMainZone .secMain .btnTel a .spImg {
  display: none;
}

@media screen and (max-width: 767px) {
  .prefTopMainZone .secMain .btnTel a .spImg {
    display: block;
  }
}

.prefTopMainZone .secMain .btnTel a .btnBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  height: 75px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 30px;
  border-radius: 10px;
  background: linear-gradient(#ff7803, #ff6102 60%);
  box-shadow: 0 3px 0 #973500;
}

@media screen and (max-width: 767px) {
  .prefTopMainZone .secMain .btnTel a .btnBox {
    display: none;
  }
}


.prefTopMainZone .secMain .btnTel a .btnBox .txtRows2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 145px;
  color: #d14c00;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
  background: #fff;
}

.prefTopMainZone .secMain .btnTel a .btnBox .txtRows2 span {
  display: block;
  text-align: center;
  width: 100%;
}

.prefTopMainZone .secMain .btnTel a .btnBox .txtRows2 span+span {
  border-top: 1px solid #ff6102;
}

.prefTopMainZone .secMain .btnTel a .btnBox .txtTel {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: -0.03em;

}

.prefTopMainZone .secMain .btnTel a .btnBox .txtTel:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url(../img/icon_tel.png) no-repeat;
  background-size: contain;
}

.prefTopMainZone .secMain .btnTel a .btnBox .txtTel .pc-hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .prefTopMainZone .secMain .btnTel a .btnBox .txtTel .pc-hide {
    display: inline-block;
  }

  .prefTopMainZone .secMain .btnTel a .btnBox .txtTel .sp-hide {
    display: none;
  }
}


/**/

.fix_footer .fixedFooter_tel .num_tel {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .fix_footer .fixedFooter_tel .num_tel {
    font-size: 4vw;
  }
}

.fix_footer .fixedFooter_tel .num_tel:before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  background: url(../img/icon_tel.png) no-repeat;
  background-size: contain;

}

/**/


.partSearch .container .l-cont .btnTel a .btnBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  height: 75px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 30px;
  border-radius: 10px;
  background: linear-gradient(#ff7803, #ff6102 60%);
  box-shadow: 0 3px 0 #973500;
}

@media screen and (max-width: 767px) {
  .partSearch .container .l-cont .btnTel a .btnBox {
    display: none;
  }
}


.partSearch .container .l-cont .btnTel a .btnBox .txtRows2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 145px;
  color: #d14c00;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
  background: #fff;
}

.partSearch .container .l-cont .btnTel a .btnBox .txtRows2 span {
  display: block;
  text-align: center;
  width: 100%;
}

.partSearch .container .l-cont .btnTel a .btnBox .txtRows2 span+span {
  border-top: 1px solid #ff6102;
}

.partSearch .container .l-cont .btnTel a .btnBox .txtTel {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: -0.03em;

}

.partSearch .container .l-cont .btnTel a .btnBox .txtTel:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url(../img/icon_tel.png) no-repeat;
  background-size: contain;
}

.partSearch .container .l-cont .btnTel a .btnBox .txtTel .pc-hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .partSearch .container .l-cont .btnTel a .btnBox .txtTel .pc-hide {
    display: inline-block;
  }

  .partSearch .container .l-cont .btnTel a .btnBox .txtTel .sp-hide {
    display: none;
  }
}

.partSearch .container .l-cont .btnTel a .spImg {
  display: none;
}

@media screen and (max-width: 767px) {
  .partSearch .container .l-cont .btnTel a .spImg {
    display: block;
  }
}

.fixbtns .txt2 a:hover {
  text-decoration: none;
}

.fixbtns .txt2 .num_tel {
  display: flex;
  align-items: center;
  color: #ff7202;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

.fixbtns .txt2 .num_tel:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-top: 7px;
  background: url(../img/icon_tel_o.png) no-repeat;
  background-size: contain;

}

.fixbtns .txt2 .num_tel.fz35 {
  font-size: 3.2rem !important;
}

/**/
.modalTel .modalTelIn .telBnr,
.modalTelLp .modalTelLpIn .telBnr {
  width: 620px;
  background: #fff;
  font-weight: bold;
  text-align: center;
  padding: 35px 0;
}

.modalTel .modalTelIn .telBnr .bnrTtl,
.modalTelLp .modalTelLpIn .telBnr .bnrTtl {
  display: inline-block;
  font-size: 2.7rem;
  line-height: 1;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  background: #f16600;
}

.modalTel .modalTelIn .telBnr .num_tel,
.modalTelLp .modalTelLpIn .telBnr .num_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff7202;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}

.modalTel .modalTelIn .telBnr .num_tel:before,
.modalTelLp .modalTelLpIn .telBnr .num_tel:before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 47px;
  margin-right: 10px;
  background: url(../img/icon_tel_o.png) no-repeat;
  background-size: contain;

}


.modalTel .modalTelIn .telBnr p,
.modalTelLp .modalTelLpIn .telBnr p {
  font-size: 3rem;
  margin-top: 10px;
}



/**/
.cta_main.fbox {
  align-items: flex-start;
}


/* @media screen and (min-width: 768px) {
.cta_main .cta1 {
  height: 102px;
}
} */

.cta_main .cta2 {
  margin: 1rem 0;
}

.cta_main .cta2 .pcWrap {
  max-width: 405px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  color: #fff;
  padding: 15px 25px 20px;
  background: #006fbc;
}

@media screen and (max-width: 991px) {
  .cta_main .cta2 .pcWrap {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 767px) {
  .cta_main .cta2 .pcWrap {
    display: none;

  }
}



.cta_main .cta2 .pcWrap:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-top: 12px;
  margin-right: 10px;
  background: url(/lp/lp01/img/icon_cta_tel.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .cta_main .cta2 .pcWrap:before {
    width: 28px;
    height: 28px;
    margin-top: 9px;
  }
}


.cta_main .cta2 .pcWrap .numTxt {
  width: 260px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .cta_main .cta2 .pcWrap .numTxt {
    width: 78%;
  }
}

.cta_main .cta2 .pcWrap .numTxt .txtTel {
  font-size: 4.5rem;
  letter-spacing: -.03em;
}

@media screen and (max-width: 991px) {
  .cta_main .cta2 .pcWrap .numTxt .txtTel {
    font-size: 3.5rem;
  }
}


.cta_main .cta2 .spImg {
  display: none;
}

@media screen and (max-width: 767px) {
  .cta_main .cta2 .spImg {
    display: block;
  }
}


@media screen and (max-width: 767px) {
  .prefTopMainZone .prizeBox ul {
    /* justify-content: flex-end; */
    margin-bottom: 2vw;
  }

  .prefTopMainZone .prizeBox li {
    width: 30vw;
  }
}