﻿body {
  color: #333333;
  font-family: 'M PLUS Rounded 1c', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: .1em
}

a {
  color: #ee6200;
  text-decoration: none;
  transition: all 0.3s ease
}

a:hover {
  color: #ff9b55
}

img {
  max-width: 100%;
  height: auto
}

#header .inner {
  margin: 0 auto;
  width: 1200px;
  padding: 15px 0
}

#header .inner .head_catch {
  font-size: 1.2rem
}

.slideshow {
  position: relative;
  margin-bottom: 20px
}

.slideshow #catch {
  position: absolute;
  z-index: 999;
  width: 100%;
  text-align: center;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%)
}

.swiper-slide {
  padding: 23rem 0
}

.slide01 {
  background: url(../img/bg_slide_01.jpg) no-repeat center 30%;
  background-size: cover
}

.slide02 {
  background: url(../img/bg_slide_02.jpg) no-repeat center 25%;
  background-size: cover
}

.slide03 {
  background: url(../img/bg_slide_03.jpg) no-repeat center top;
  background-size: cover
}

.slide04 {
  background: url(../img/bg_slide_04.jpg) no-repeat center 30%;
  background-size: cover
}

#navi {
  margin-bottom: 50px
}

#navi .inner {
  margin: 0 auto;
  width: 1200px
}

#navi .inner #logo {
  float: left;
  width: 400px
}

#navi .inner ul {
  float: right;
  margin-top: 10px
}

#navi .inner ul li {
  float: left;
  text-align: center
}

#navi .inner ul li:last-child a {
  border-right: none
}

#navi .inner ul li a {
  display: block;
  border-right: 0.5px solid #dcdddd;
  color: #333333;
  text-align: center;
  padding: 0 20px
}

#navi .inner ul li a span {
  display: block;
  font-family: 'Nico Moji', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1rem;
  color: #ee6200;
  transition: all 0.3s ease
}

#navi .inner ul li a:hover span {
  color: #ff9b55
}

.contact {
  background: url(../img/bg_contact.jpg) no-repeat right bottom;
  padding-bottom: 80px
}

.contact .single {
  width: 1200px;
  margin: 0 auto
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999
}

#page-top a {
  display: block;
  background: #319600;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid #319600;
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  text-align: center
}

#page-top a:hover {
  background-color: #FFFFFF;
  color: #319600
}

.foot_navi {
  padding: 35px 0;
  background: url(../img/bg_foot_navi.png) no-repeat left -27px;
  background-size: contain
}

.foot_navi ul {
  margin: 0 auto;
  width: 1200px
}

.foot_navi ul li {
  float: left;
  width: 200px;
  position: relative;
  text-align: center
}

.foot_navi ul li a {
  position: relative;
  color: #333333
}

.foot_navi ul li a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-right: 10px;
  color: #ee6200
}

.foot_navi ul li a::after {
  transform: scaleX(1)
}

.foot_navi ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: #333333;
  transition: all .3s ease
}

.foot_navi ul li a:hover::after {
  transform: scaleX(1)
}

#footer {
  background: #ee6200;
  color: #FFFFFF
}

#footer .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-size: 1.2rem
}

#sp_navi {
  display: none
}

#contents {
  margin: 0 auto;
  width: 1200px
}

#main {
  float: left;
  width: 70%
}

#side {
  float: right;
  width: 25%
}

.single {
  margin-bottom: 80px
}

.lsingle,
.rsingle {
  width: 48.44%
}

.lsingle {
  float: left
}

.rsingle {
  float: right
}

.bg01 {
  background: url(../img/bg_01.png) repeat left top #f8f8f8;
  padding: 60px 0
}

.bg01 .single {
  margin-bottom: 0
}

.mtitle {
  background: url(../img/bg_mtitle.png) no-repeat left top;
  padding-top: 30px;
  margin-bottom: 30px;
  border-bottom: solid 0.3px #dbdcd9;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', 'Meiryo', 'serif';
  font-size: 3.4rem;
  color: #dbdcd9
}

.mtitle span {
  margin-left: 10px;
  font-family: 'M PLUS Rounded 1c', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.6rem;
  color: #6f6f69
}

.mtitle_middle {
  font-size: 2.3rem;
  color: #ee6200;
  margin-bottom: 15px
}

.mtitle_small {
  background: #fff4ec;
  border-left: 5px solid #ee6200;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 2rem
}

.mtitle_sub {
  background: url(../img/bg_yellow.gif) repeat-x left bottom;
  display: inline-block;
  color: #ee6200;
  padding: 0 2px;
  letter-spacing: .2em;
  font-size: 1.8rem;
  margin-bottom: 10px
}

.btn01 {
  display: block;
  margin: 0 auto;
  width: 220px;
  position: relative;
  text-align: left;
  background-color: #39b000;
  border-radius: 3px;
  padding: 10px 6px 10px 24px;
  box-sizing: border-box;
  color: #FFFFFF
}

.btn01:before {
  content: "";
  width: 63px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -32px;
  border-top: 2px solid #555555;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease
}

.btn01:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -4px;
  border-left: 3px solid #555555;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease
}

.btn01:hover {
  color: #FFFFFF
}

.btn01:hover:before {
  width: 73px;
  right: -42px
}

.btn01:hover:after {
  right: -40px
}

.news-bl dt {
  float: left;
  width: 8em;
  padding: 3px 5px;
  line-height: 1.3;
  background: #ee6200;
  color: #FFFFFF;
  text-align: center
}

.news-bl dd {
  padding: 0 0 10px 10em;
  line-height: 1.6;
  border-bottom: 1px dotted #aaa;
  margin: 0 0 10px
}

.news-bl dd:last-child {
  margin: 0;
  border-bottom: none
}

.tbl {
  width: 100%;
  background: #FFFFFF
}

.tbl th,
.tbl td {
  vertical-align: middle;
  border: 1px solid #CCCCCC;
  padding: 10px
}

.tbl th {
  background: #f8f8f8
}

.tbl01 th {
  width: 22%;
  text-align: left
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px
}

.company th,
.company td {
  padding: 10px;
  vertical-align: middle
}

.company th {
  text-align: left;
  width: 24%;
  position: relative;
  background: #ee6200;
  color: #FFFFFF;
  font-weight: normal
}

.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fafafa;
  border-width: 10px;
  border-left-color: #ee6200;
  margin-top: -10px
}

.company td {
  background: #FFFFFF;
  padding-left: 20px
}

.tbl_new {
  width: 100%
}

.tbl_new tr:nth-child(2n+2) {
  background: #f8f8f8
}

.tbl_new tr th,
.tbl_new tr td {
  padding: 16px 0;
  border-top: 1px dotted #000000
}

.tbl_new tr th {
  padding-left: 10px;
  width: 34%;
  text-align: left
}

.list_common li {
  padding-bottom: 10px;
  padding-left: 1rem;
  margin-bottom: 10px;
  border-bottom: 1px dotted #e5e5e5
}

.list_common li:before {
  font-family: 'FontAwesome';
  content: "\f111";
  margin: 0 5px 0 -1rem;
  color: #319600
}

.list_common li li {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none
}

.list_common li li:before {
  display: none
}

.list_note li {
  margin-bottom: 10px;
  padding-left: 1.5em
}

.list_note li:last-child {
  margin-bottom: 0
}

.list_note li:before {
  content: "※";
  margin: 0 5px 0 -1.5em;
  color: #FF0000
}

.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.parent {
  position: relative;
  margin-top: 20px
}

.parent .ttl {
  position: absolute;
  top: -20px;
  left: -10px;
  text-align: center;
  background: #ee6200;
  display: block;
  width: 100%;
  max-width: 240px;
  color: #ffffff;
  padding: 3px 0;
  font-size: 1.6rem;
  margin: 0 auto
}

.parent .child {
  padding: 30px 20px 20px;
  border: 1px solid #e5e5e5;
  background-color: #FFF
}

.gallery_ul li {
  float: left;
  width: 31.3%;
  margin: 0 3% 3% 0;
  text-align: center
}

.gallery_ul li:nth-child(3n) {
  margin: 0 0 3% 0
}

.gallery_ul li a {
  display: block;
  overflow: hidden;
  height: 200px;
  position: relative
}

.gallery_ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto
}

.gallery_ul li span {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem
}

.column3 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap
}

.column3 .child {
  width: 31.3%;
  margin: 0 3% 3% 0
}

.column3 .child:nth-child(3n) {
  margin: 0 0 3% 0
}

.column4 {
  float: left;
  width: 22.7%;
  margin: 0 3% 3% 0;
  position: relative
}

.column4:nth-child(4n) {
  margin: 0 0 3% 0
}

.point {
  position: relative;
  margin-bottom: 15px
}

.point p {
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -18.5px;
  width: 37px;
  height: 37px;
  padding-top: 9px;
  border: 3px solid #FFFFFF;
  background: #ee6200;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  border-radius: 18.5px;
  box-sizing: border-box
}

.side_bnr li {
  margin-bottom: 10px
}

.page {
  min-height: 250px
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important
}

.sub_link li {
  float: left;
  width: 48.44%;
  margin: 0 3% 3% 0
}

.sub_link li:nth-child(2n) {
  margin: 0 0 3% 0
}

.sub_link li a {
  display: block;
  padding: 10px;
  border: 1px solid #dbdcd9
}

.sub_link li a:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  margin-right: 5px
}

.sub_link li a:hover {
  border: 1px solid #ee6200
}

.voice_faq {
  padding-top: 20px
}

.voice_faq dt {
  position: relative;
  border-top: solid 1px #D8D8D8;
  padding: 10px 0 20px 72px
}

.voice_faq dt span {
  position: absolute;
  left: 0;
  top: -20px;
  display: block;
  width: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  background: #ee6200;
  border-radius: 50%
}

.voice_faq dd {
  position: relative;
  padding: 0 40px 45px 72px
}

.voice_faq dd span {
  position: absolute;
  left: 22px;
  top: -6px;
  display: block;
  font-size: 2rem
}

.date {
  margin-bottom: 15px
}

.date:before {
  font-family: 'FontAwesome';
  content: "\f017";
  margin-right: 5px
}

.pages {
  text-align: center;
  margin-top: 30px
}

.pages .page_next,
.pages .page_prev {
  display: inline;
  margin: 0 20px
}

.concept_image_01,
.concept_image_02 {
  width: 49.5%;
  overflow: hidden;
  height: 478px
}

.concept_image_01 {
  float: left
}

.concept_image_02 {
  float: right
}

.concept_image_02 li:first-child {
  margin-bottom: 10px
}

.tbbr,
.spbr {
  display: none
}

.cut {
  overflow: hidden;
  zoom: 1
}

.sp_menu_navi {
  display: none
}

.page_title_box {
  padding: 100px 0;
  background: url(../img/bg_page_title_box.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 20px
}

.page_title_box .page_title {
  color: #FFFFFF;
  text-align: center;
  font-size: 4rem;
  letter-spacing: .5rem;
  -webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5)
}

.breadcrumb_box {
  margin-bottom: 60px
}

.breadcrumb_box .breadcrumb {
  margin: 0 auto;
  width: 1200px;
  padding-left: 0
}

.breadcrumb_box .breadcrumb li {
  display: inline
}

.breadcrumb_box .breadcrumb li+li:before {
  margin: 0 10px;
  content: ">"
}

.input {
  -webkit-appearance: none;
  outline: none;
  height: 20px;
  padding: 5px 10px;
  width: 20%;
  border: 1px solid #CCCCCC;
  margin-right: 10px
}

.pass_submit {
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  background: #ee6200;
  font-size: 15px;
  font-family: 'M PLUS Rounded 1c', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  border: 1px solid #ee6200;
  width: 8%;
  height: 32px;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s
}

.pass_submit:hover {
  background: #FFFFFF;
  color: #ee6200
}

.page-links {
  margin-bottom: 40px;
}

.page-links ul {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 667px) {
  .page-links ul {
    flex-wrap: wrap;
  }
}

.page-links li {
  flex: 1;
}
@media screen and (max-width: 667px) {
  .page-links li {
    flex: unset;
    width: calc((100% - 24px) / 2);
  }
}

.page-links li a {
  display: block;
  padding: 10px 4px;
  text-align: center;
  font-size: .9em;
  letter-spacing: 0;
  border: 1px solid #dbdcd9;
}

.page-links li a:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  margin-right: 5px;
}

.page-links li a:hover {
  border: 1px solid #ee6200;
}

.class-news {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 667px) {
  .class-news {
    gap: 12px;
  }
}

.class-news li {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 667px){
  .class-news li {
    width: calc((100% - 24px) / 3);
  }
}

.class-news li a {
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: 900;
  border: 1px solid #dbdcd9;
}

.class-news li a:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  margin-right: 5px;
}

.class-news li a:hover {
  border: 1px solid #ee6200;
}

/*# sourceMappingURL=basis.css.map */