@charset "UTF-8";

/* 共通パーツ
----------------------------------------------------- */
/* ----------------------- */
/* base
/* ----------------------- */

@font-face {
  font-family: "Trebuchet MS";
  src: url('/fonts/trebuc.ttf');
}

html {
  overflow-x: hidden !important;
}

body {
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
  overflow-x: hidden;
  position: relative;
}

img,
svg {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.8;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
textarea {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}

.btn-faq,
.btn-contact {
  font-size: 15px;
  font-weight: bold;
  width: 180px;
  height: 45px;
  box-sizing: border-box;
  line-height: 45px;
  padding-left: 62px;
  background-size: contain;
  background-position: center;
}

.btn-faq {
  color: #00997A;
  background-image: url(/img/btn-faq.png);
}

.btn-contact {
  color: #fff;
  background-image: url(/img/btn-contact.png);
}

.section-inner {
  margin: 0 auto;
  max-width: 1040px;
}

.section-ttl-ja {
  font-size: 38px;
  color: #1A1311;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  letter-spacing: 6px;
}

.section-ttl-en {
  font-size: 21px;
  color: #00997A;
  font-family: 'Trebuchet MS', sans-serif;
  letter-spacing: 8px;
}

.text-blue {
  color: #1258A5;
}

.text-lightblue {
  color: #199DE8;
}

.text-green {
  color: #009471;
}

.text-lightgreen {
  color: #6AAF44;
}

.text-orange {
  color: #F89A27;
}

.text-brown {
  color: #937856;
}

.text-pink {
  color: #DF5695;
}

.text-red {
  color: #E55552;
}

.mx-auto {
  margin: 0 auto !important;
}

.spBlock {
  display: none;
}

.bold{
  font-weight: bold;
}

.font-17{
  font-size: 17px;
}
/* ----------------------- */
/* header
/* ----------------------- */

.header {
  background-image: url(/img/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 144px;
  position: relative;
  border-top: 10px solid #00997A;
  border-bottom: 3px solid #00997A;
  box-sizing: border-box;
}

.header-inner {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  margin-top: 5px;
  height: 100%;
}

.header-ttl {
  margin: 14px auto 0 0;
}

.header-ttl p {
  font-size: 15px;
  color: #707070;
  margin-bottom: 19px;
}

.logo {
  width: 207px;
  height: 44px;
  cursor: pointer;
}

.header-txt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 4px;
}

.header-txt p:nth-child(2) {
  color: #FF0000;
  font-size: 30px;
  font-weight: bold;
  margin: 0 10px 0 20px;
  line-height: 1.7;
}

.header-txt p:last-child {
  color: #707070;
  font-size: 15px;
}

.header-btn {
  display: flex;
  margin-bottom: 7px;
}



.header-btn a:first-of-type {
  margin-right: 20px;
}

.header-btn img {
  width: 180px;
  height: 45px;
}

.toggle-menu {
  display: none;
}

.burger-btn {
  display: none;
}

/* ----------------------- */
/* footer
/* ----------------------- */

.footer {
  background-image: url(/img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  border-top: 3px solid #249073;
}

.footer-img1 {
  position: absolute;
  top: -165.6px;
  left: 3.3%;
  width: 468px;
  height: 163px;
}

.footer-img2 {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 146px;
  height: 43px;
}

.footer-img3 {
  position: absolute;
  top: -369px;
  right: -49px;
  width: 608px;
  height: 413px;
}

.footer-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 53px 0 48px;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 47.5px;
  border-bottom: 1px solid #707070;
}

.area-item {
  width: 210px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.area-item:first-of-type,
.area-item:nth-of-type(2),
.area-item:nth-of-type(3),
.area-item:nth-of-type(4) {
  margin-bottom: 27px;
}

.area-ttl {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.area-item a {
  color: #1A1311;
  width: 56px;
  line-height: 1.57;
}

.area-item a:not(:nth-of-type(3n)) {
  margin-right: 21px;
}

.footer-cont-wrapper {
  display: flex;
  margin-top: 47.5px;
}

.company {
  margin-right: auto;
}

.company-ttl {
  color: #1258A5;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.company p {
  color: #1A1311;
  font-size: 13px;
  line-height: 1.92;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}

.footer-btn {
  display: flex;
  margin-bottom: 96px;
}

.footer-btn a:first-of-type {
  margin-right: 20px;
}

.footer-ttl p {
  color: #707070;
  font-size: 15px;

}

.footer-logo {
  width: 131px;
  height: 28px;
  margin: 18px 0 0 auto;
}

.copyright {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  background-color: #249073;
  text-align: center;
}

/* -------------------------------------------------- */


/* 下層ページ 共通
----------------------------------------------------- */
/* ----------------------- */
/* page-head(共通)
/* ----------------------- */

.page-head {
  width: 100%;
  height: 350px;
  position: relative;
}

.page-head-bg {
  width: 100%;
  height: 350px;
}

.page-head-bg img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-ttl-wapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background-color: rgba(255, 255, 255, 0.75);
}

.page-ttl-inner {
  max-width: 1040px;
  margin: 0 auto;
}

/* -------------------------------------------------- */




/* トップページ
----------------------------------------------------- */

/*search_area----------*/
.search_area {
  width: 1040px;
  height: 100px;
  margin:0 auto;
  padding: 50px 0;
}
.search_area .white {
  position: relative;
  height: 100px;
  background: rgb(255,255,255,0.7);
  border-radius: 12px;
}
.search_area .box {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0 auto;
}
.search_container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #707070;
  background: #FFFFFF;
  padding: 3px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  height: 46px;
  width: 328px;
  overflow: hidden;
  margin-left: 50px;
}
.search_container input[type="text"]{
  border: none;
  height: 2.5em;
  font-weight: bold;
  font-size: 15px;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #009471;
  color: #fff;
  position: absolute;
  font-size: 15px;
  width: 73.27px;
  height: 55px;
  right: 0px;
  top: -5px;
  outline: none;
}
.search_img01{
  position: absolute;
  width:55.95px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.search_img02{
  position: absolute;
  width:164.19px;
  right: 30px;
  top: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* ----------------------- */
/* mv
/* ----------------------- */
.mv {
  width: 100%;
  height: 100%;
  background-image: url(/img/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 !important;
  padding: 0 !important;
}

.map-wrapper {
  padding: 0 0 130px;
  position: relative;
  width: 1040px;
  margin: 0 auto !important;
}

.map {
  margin: 0 auto;
  width: 559px;
  height: 700px;
  padding: 52px 258px 40px 223px;
  background-color: #fff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
}

.map-card {
  display: block;
  position: absolute;
  background-color: rgba(245, 245, 245, 0.65);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  box-sizing: border-box;
}

.card-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 37px;
  line-height: 37px;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.card-ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 30.5%;
  background-image: url(/img/logopin.png);
  background-size: contain;
  width: 10px;
  height: 21px;
}

.card-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 9px 0px 13px 20px;
  box-sizing: border-box;
}

.card-item a {
  color: #1A1311;
  font-size: 15px;
  width: 75px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  margin-bottom: 9px;
}

.hokkaido {
  width: 160px;
  height: 80px;
  top: 138px;
  left: 526px;
}

.hokkaido .card-item,
.okinawa .card-item {
  padding: 9px 0px 13px;
}


.tohoku {
  width: 207px;
  height: 151px;
  top: 138px;
  right: 30px;
}


.kanto {
  width: 207px;
  height: 190px;
  top: 346px;
  right: 30px;
}

.chubu {
  width: 298px;
  height: 152px;
  top: 590px;
  right: 30px;
}

.kansai {
  width: 298px;
  height: 152px;
  top: 138px;
  left: 28px;
}

.shikoku {
  width: 207px;
  height: 118px;
  top: 624px;
  left: 417px;
}

.chugoku {
  width: 207px;
  height: 151px;
  top: 343px;
  left: 29px;
}

.kyushu {
  width: 207px;
  height: 190px;
  top: 549px;
  left: 28px;
}

.okinawa {
  width: 160px;
  height: 80px;
  top: 396px;
  left: 328px;
}

.hokkaido .card-ttl:before {
  left: 19%;
}

.tohoku .card-ttl:before,
.shikoku .card-ttl:before,
.chugoku .card-ttl:before,
.kyushu .card-ttl:before,
.kanto .card-ttl:before {
  left: 21%;
}

.okinawa .card-ttl:before {
  left: 24%;
}

.tohoku a:nth-child(odd),
.kanto a:nth-child(odd),
.shikoku a:nth-child(odd),
.chugoku a:nth-child(odd),
.kyushu a:nth-child(odd) {
  margin-right: 13px;
}


.kansai a:not(:nth-child(3n)),
.chubu a:not(:nth-child(3n)) {
  margin-right: 13px;
}


.bgcBlue {
  background-color: #1258A5;
}

.bgclightblue {
  background-color: #199DE8;
}

.bgcGreen {
  background-color: #009471;
}

.bgcLightgreen {
  background-color: #6AAF44;
}

.bgcBrown {
  background-color: #937856;
}

.bgcPink {
  background-color: #DF5695;
}

.bgcRed {
  background-color: #E55552;
}


.bgcOrange {
  background-color: #F89A27;
}

/* ----------------------- */
/* background-image
/* ----------------------- */
.bg-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.side-bg-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 25.7%;
  height: 1194px;
  max-height: 1194px;
  z-index: -1;
}

.side-bg-left img,
.side-bg-right img {
  height: 100%;
}

.side-bg-right {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
  /* opacity: 0.6; */
  width: 25.7%;
  height: 1194px;
  z-index: -1;
}

.parkingPic1 {
  position: absolute;
  top: 39.1%;
  right: 36px;
  max-width: 280px;
  width: 16.5%;
  width: 280px;
  height: 280px;
}

.parkingPic2 {
  position: absolute;
  bottom: -15.8%;
  left: 60px;
  z-index: 0;
  max-width: 280px;
  /* width: 14.5%; */
  width: 280px;
  height: 280px;
}

/* ----------------------- */
/* about
/* ----------------------- */

.about-wrapper {
  width: 100%;
  padding: 194px 0 0px;
  position: relative;
  height: auto;
  /* background: aqua; */
}


.about-bg {
  width: 100%;
  height: 380px;
  position: absolute;
  top: 194px;
  left: 0;
  z-index: -1;
}

.about-bg img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-inner {
  margin: 0 auto;
  max-width: 1040px;
  display: flex;
  padding-top: 113.5px;
}

.about-img {
  width: 395px;
  height: 313px;
  margin: 20px 53.7px 0 25px;
}

/* .about-cont {
} */

.about-ttl {
  width: 366px;
  height: 49px;
}

.about-txt {
  line-height: 1.57;
  width: 455px;
  padding: 41px 22px 41px 30px;
  background-color: #fff;
  margin-top: 46.6px;
}

/* ----------------------- */
/* news
/* ----------------------- */

.news-wrapper {
  padding: 90px 0 55px;
}

.news-ttl {
  position: relative;
  text-align: center;
}

.news-car {
  position: absolute;
  top: 7px;
  left: 31%;
  width: 79px;
  height: 52px;
}

.news-list {
  max-width: 700px;
  margin: 30px auto 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.news-item {
  padding: 15.5px 0 12.5px;
  border-bottom: 1px solid #707070;
}

.news-item:first-of-type {
  border-top: 1px solid #707070;
}

.news-link {
  display: flex;
}

.news-date {
  font-size: 13px;
  color: #707070;
}

.category {
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 64px;
  height: 17px;
  line-height: 17px;
  background-color: #00997A;
  border-radius: 3px;
  margin: 0 46px 0 20px;
}

.description {
  color: #707070;
  font-size: 14px;
  line-height: 1.64;
  flex: 1;
}

/* ----------------------- */
/* faq
/* ----------------------- */

.faq-wrapper {
  background-image: url(/img/faq-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 182px 0 136px;
}

.faq-ttl {
  position: relative;
  text-align: center;
}

.faq-car {
  position: absolute;
  top: -21px;
  right: 23.5%;
  width: 79px;
  height: 52px;
}

.faq-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 110px 0 90px;
}

.faq-item {
  width: 320px;
  height: 311.5px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 108px 18px 20px 26px;
}

.faq-item:first-of-type,
.faq-item:nth-of-type(2),
.faq-item:nth-of-type(3) {
  margin-bottom: 70px;
}

.faq-img {
  position: absolute;
  top: -40px;
  left: 28.7px;
  width: 249px;
  height: 114px;
}

.faq-number {
  position: absolute;
  top: -31px;
  left: 151px;
  color: #fff;
  font-size: 30px;
}

.question {
  color: #00997A;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.14;
  margin-bottom: 21px;
}

.answer {
  color: #707070;
  line-height: 1.42;
}

.faq-btn {
  display: block;
  width: 570px;
  height: 186px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* -------------------------------------------------- */



/* マップページ
----------------------------------------------------- */
/* ----------------------- */
/* mapMv
/* ----------------------- */
.mapMv {
  width: 100%;
  height: 100%;
  min-height: 915px;
  background-image: url(/img/mv.jpg);
  background-size: cover;
  background-position: center;
}

.mapMv-inner {
  padding: 90px 0 76px;
  margin: 0 auto;
  max-width: 1040px;
}

.mapPage-ttl {
  font-size: 38px;
  color: #1A1311;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  letter-spacing: 0.25em;
  text-align: center;
}

.areaMap-wrapper {
  position: relative;
}

.areaMap {
  width: 100%;
  height: 680px;
}

.areaMap-txt {
  position: absolute;
  top: 144px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  width: 300px;
  padding: 19px 20px 21px 16px;
  line-height: 1.35;
}

.areaMap-lead {
  color: #00997A;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.areaMap-lead+p {
  font-size: 13px;
  width: 260px;
}

/*map_modal----------*/
.map_modal table {
  width: 260px;
  border: 1px solid #aaa;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #aaa;
  margin: 5px 0;
}
.map_modal table th,.map_modal table td {
  padding: 10px;
  vertical-align: middle;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.map_modal table th:last-child,.map_modal table td:last-child {
  border-right: none;
}
.map_modal table tr:last-child th,.map_modal table tr:last-child td {
  border-bottom: none;
}
.map_modal table th {
  background: #6AAF44;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  width: 90px;
}
.map_modal table td {
  background: #fff;
  font-size: 12px;
  text-align: left;
}
.map_modal h3{
  font-size:14px;
  font-weight: bold;
  margin: 20px 0 5px 0;
}
.map_modal {
    background: #FFFFFF;
    border: solid 1px #707070;
    width: 260px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 20px;
    position: relative;
}
.map_modal .border.top {
    border: solid 6px #937856;
    position: absolute;
    top: 0;
    width: 248px;
}
.map_modal .border.bottom {
    border: solid 6px #937856;
    position: absolute;
    bottom: 0;
    width: 248px;
}
.map_modal img.molal_close {
    position: absolute;
    width: 15px;
    right: 30px;
    top: 30px;
}
.map_modal img.modal_title01{
  width:10px;
}
.map_modal img.modal_title02{
  width:30px;
}
.map_modal img.modal_img {
    width: 70px;
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.map_modal img.size_img {
    width: 30px;
    height: 30px;
}
.font-13{
  font-size: 13px;
}
.inline_flex {
    display: inline-flex;
}
.map_modal .menu {
    display: flex;
}
.map_modal .item {
    font-size: 20px;
    padding: 5px 0;
    margin-right: 20px;
}
.map_modal .item:last-child {
  margin-right: 0;
}

/* ----------------------- */
/* areaList
/* ----------------------- */

.areaList-wrapper {
  padding: 133px 0 262px;
  overflow: hidden;
}

.areaList-ttl {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 47px;
  position: relative;
  width: 355px;
}

.areaList-car {
  position: absolute;
  top: -25px;
  left: -98px;
  width: 79px;
  height: 51.5px;
}

.areaList-bg {
  background-image: url(/img/view-bg.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 375px;
  margin-bottom: 89px;
}

.areaList {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
  padding: 71px 0 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.areaList li {
  position: relative;
}

.areaList li:not(:nth-child(5n)) {
  margin-right: 4%;
}

.areaList li a {
  color: #00997A;
  font-size: 15px;
  font-weight: bold;
  width: 154px;
  height: 13px;
  line-height: 13px;
  background-color: #fff;
  padding: 13px 0 12px 14px;
  border: 1px solid #707070;
  border-radius: 15px;
  margin-bottom: 24px;
}

.areaList li:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 18px;
  background-image: url(/img/areaList-mark.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16.4px;
  height: 16.4px;
}

.topPage-btn {
  width: 570px;
  height: 185.8px;
  margin: 0 auto;
}

/* -------------------------------------------------- */





/* newsページ
----------------------------------------------------- */
/* ----------------------- */
/* page-head(news)
/* ----------------------- */

.page-ttl-detail {
  padding: 20px 0 30px;
}


.page-ttl-detail .date {
  font-weight: bold;
  color: #707070;
  vertical-align: -4px;
}

.page-ttl-detail .category {
  font-size: 11px;
  font-weight: bold;
  width: 67px;
  height: 18px;
  line-height: 18px;
  margin: 0 0 0 22px;
  display: inline-block;
}

.news-page-ttl {
  color: #707070;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}



/* ----------------------- */
/* news-content
/* ----------------------- */

.contents-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
  padding: 55px 0 178px;

}

.news-content {
  max-width: 700px;
}

.news-content-txt {
  line-height: 1.92;
}

.news-content-txt:last-of-type {
  margin-bottom: 127px;
}

.news-content-image {
  width: 100%;
  height: 360px;
  margin: 83px 0 84px;
}

.news-content-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pager-list {
  border-top: 1px dashed #9B99B9;
  padding-top: 47.5px;
}


.page-navi {
  display: flex;
  justify-content: center;
}

.page-prev,
.page-next {
  font-size: 13px;
  width: 190px;
  height: 46px;
  box-sizing: border-box;
  line-height: 46px;
  border-radius: 10px;
  border: 1px solid #00997A;
  text-align: center;
  position: relative;
  z-index: 0;
}

.page-prev {
  padding-left: 12px;
}

.page-next {
  padding-right: 12px;
}

.page-prev a,
.page-next a {
  color: #000;
  width: 100%;
}

.page-prev:before,
.page-next:before {
  content: "";
  position: absolute;
  background-image: url(/img/pager-icon.png);
  background-size: contain;
  width: 17px;
  height: 17px;
  z-index: -1;
}

.page-prev:before {
  top: 15px;
  left: 22px;

}

.page-next:before {
  top: 13px;
  right: 22px;
  transform: rotate(180deg);
}

.page-top {
  font-size: 13px;
  width: 135px;
  height: 46px;
  line-height: 46px;
  background-color: #00997A;
  border-radius: 10px;
  text-align: center;
  margin: 0 17px 0 18px;
}

.page-top a {
  color: #fff;
}

/* ----------------------- */
/* sidebar
/* ----------------------- */

.sidebar {
  max-width: 270px;
  width: 100%;
}

.widget {
  width: 100%;
  margin-bottom: 24px;
}

.widget-ttl {
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  height: 75px;
  padding: 24px 0 0 17px;
  box-sizing: border-box;
  border-bottom: 5px solid #00997A;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(111.2deg, rgba(205, 248, 199, 1) 1.5%, rgba(232, 255, 234, 1) 98%);
}

.widget-link {
  color: #000;
  font-size: 15px;
  display: block;
  margin-top: 29px;
  padding-left: 16px;
  box-sizing: border-box;
}

.widget-link.archive {
  color: #000;
  font-size: 15px;
  height: 35px;
  line-height: 33px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 19px;
  padding-left: 16px;
}

/* -------------------------------------------------- */








/* コンタクトページ
----------------------------------------------------- */
/* ----------------------- */
/* page-head(contact)
/* ----------------------- */

.contact-page-ttl {
  color: #707070;
  font-size: 38px;
  line-height: 95px;
}


/* ----------------------- */
/* form
/* ----------------------- */

.form-wrapper {
  padding: 55px 0 253px;
}

.contact-txt {
  font-size: 14px;
  line-height: 1.78;
  margin: 0 auto 62px;
  max-width: 1040px;
}

.form-bg-wrapper {
  width: 100%;
  height: 100%;
  background-image: url(/img/form-bg.png);
  background-size: cover;
  background-position: center;
  padding: 89px 0 101px;
  margin-bottom: 77px;
}

.form-inner {
  margin: 0 auto;
  max-width: 1040px;
}

.form {
  background-color: rgba(255, 255, 255, 0.48);
  padding: 110px 0 102px;
}

.form-list {
  max-width: 790px;
  margin: 0 auto;
}

.form-item {
  display: flex;
  border-bottom: 1px dashed #707070;
}

.form-item:last-child {
  border-bottom: none;
}

.form-ttl {
  color: #707070;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  flex-basis: 169px;
  margin: 32px 25px 0 52px;
  text-align: right;
}

.form-ttl:last-of-type {
  flex-basis: 190px;
}

.required {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
  background-color: #FF0000;
  border-radius: 6px;
  width: 38px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin-top: 35px;
}

.required.gray{
    background: #999999 !important;
}

.form-box {
  margin: 23px 0 23px 61px;
}

.form-box input {
  width: 273px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #C6C6C6;
}

.textarea-box {
  margin: 23px 0 23px 60px;
}

.textarea-box textarea {
  width: 400px;
  height: 126px;
  box-sizing: border-box;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #C6C6C6;
}

.form-box input::placeholder,
.textarea-box textarea::placeholder {
  color: #969696;
}

.checkbox {
  margin: 33px 0 23px 98px;
  font-size: 13px;
  color: #969696;
}

.checkbox input {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid #707070;
  cursor: pointer;
  vertical-align: top;
  margin-right: 4px;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

.checkbox label {
  cursor: pointer;
}

.form-btn-wrapper {
  width: 400px;
  margin: 0 auto;
  position: relative;
}

.form-btn-wrapper:after {
  content: "";
  position: absolute;
  background-image: url(/img/form-btn-icon.png);
  background-size: contain;
  top: 20px;
  right: 20px;
  width: 27.6px;
  height: 27.6px;

}

.form-btn-wrapper input {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 400px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #A2D09C;
  cursor: pointer;
  transition: 0.2s;
}

.form-btn-wrapper input:hover {
  opacity: 0.8;
  transition: 0.4s;
}

.form-btn-wrapper input.back {
    background-color: #999999;
}
.form-btn-wrapper.back:after {
content: "";
position: absolute;
background-image: url(/img/form-btn-icon_g.png);
background-size: contain;
top: 20px;
left: 20px;
width: 27.6px;
height: 27.6px;
}

.complement {
  color: #2F2F2F;
  font-size: 13px;
  line-height: 1.53;
  width: 788px;
  text-align: center;
  border: 1px solid #C6C6C6;
  padding: 36px 0 29px;
  margin: 0 auto;
}

/* -------------------------------------------------- */

form.m-t50 {
    margin-top: 50px;
}
