@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/*タイトル　バリエーション　サイズ別*/
/*トップページ--about*/
.topCont--about__ttlAbout {
  font-size: 3.3rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 600;
  color: #333;
  margin: 55px 0 25px;
  text-align: center;
}

/*トップページ--service*/
.topCont--msg__ttl {
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
  font-weight: normal;
  font-weight: 300;
  margin: 30px 0;
}

.underCont__ttlLg {
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
  font-weight: normal;
  font-weight: 300;
  margin: 30px 0;
}

.underCont__ttlMd {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 600;
  color: #333;
  font-weight: 300;
  margin: 30px 0;
}

.underCont__ttlSm {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 40px;
  color: #333;
  font-weight: 300;
}

.underCont__ttlXs {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 600;
  color: #333;
  margin: 3em 0 1.5em;
  font-weight: bold;
}

.underCont__ttlFood {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 600;
  color: #333;
  margin: 2rem 0;
  font-weight: bold;
}

.underCont__ttlSub {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 600;
  margin: 50px 0 .4em;
  color: #666;
  text-align: left;
  font-weight: normal;
  display: block;
  position: relative;
}

.underCont__ttlSub .fa {
  font-size: 2.2rem;
  margin-right: .3em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.icon {
  padding-left: 2.6rem;
}

/*下層--定型リストタイトル*/
.underCont__ttlList {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 600;
  color: #333;
  margin: 60px 0 30px;
}

p {
  margin-bottom: 2em;
}

table {
  width: 100%;
  text-align: left;
  padding: 20px 0;
}

table p {
  margin-bottom: .7em;
}

.tbl01 {
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}

.tbl01 > tr {
  border-bottom: 1px solid #ddd;
}

.tbl01 > table > tbody > tr > th {
  width: 30%;
}

.tbl01 > table > tbody > tr > th ,
.tbl01 > table > tbody > tr > td {
  padding: .7rem 0;
}

.tbl02 {
  border-collapse: separate;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2em;
}

.tbl02 caption {
  text-align: left;
  font-weight: bold;
  margin-bottom: 1em;
}

.tbl02 th {
  width: 30%;
  text-align: left;
}

.tbl02 th,
.tbl02 td {
  vertical-align: top;
}

.tbl02 td {
  padding: .7rem;
}

.tbl03 {
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}

.tbl03 tr {
  border-bottom: 1px solid #ddd;
}

.tbl03 th {
  width: 40%;
}

.tbl03 th,
.tbl03 td {
  line-height: 1.4;
  padding: .7rem 0;
}

.tbl03 td {
  text-align: right;
}

.tbl04 {
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.tbl04 caption {
  font-weight: bold;
  margin-bottom: 1em;
  text-align: left;
}

.tbl04 tr {
  border-bottom: 1px solid #ddd;
}

.tbl04 th {
  width: 50%;
}

.tbl04 th,
.tbl04 td {
  border: 1px solid #ddd;
  padding: .7rem;
  text-align: center;
}

.tbl04 + .tbl04 {
  margin-top: 1.5em;
}

.tbl05 {
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-size: 1.4rem;
}

.tbl05 tr {
  border-bottom: 1px solid #ddd;
}

.tbl05 th,
.tbl05 td {
  border: 1px solid #ddd;
  padding: .7rem;
  text-align: center;
}

.tbl05 .tLeft {
  text-align: left;
  padding: .7rem 1.4rem;
}

a.btn {
  text-decoration: none;
}

.btn {
  border: 1px solid #171717;
  display: inline-block;
  margin: 1rem auto;
  padding: .7rem 3rem;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  text-align: center;
  background: transparent;
}

.btn:hover {
  background: #303A44;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #303A44;
  color: #ededed;
  opacity: 1;
}

.btn01 {
  border: 1px solid #171717;
  display: inline-block;
  margin: 1rem auto;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

.btn01 a {
  width: 100%;
  display: block;
  padding: .7rem 3rem;
  text-align: center;
  opacity: 1 !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn01 a:hover {
  background: #303A44;
  color: #fff;
}

.btnArea {
  margin-top: 1em;
}

.impotant {
  font-weight: bold;
  color: red;
}

.btn02 {
  margin: .5rem 0;
}

.btn02 a {
  width: 100%;
  display: block;
  padding: 1rem 0;
  text-align: center;
  opacity: 1 !important;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
  background: #303A44;
}

.btn02 a:hover {
  background: #181f27;
}

.note {
  text-align: left;
  position: relative;
  padding-left: 1.2em;
  margin: 0;
}

.note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.noteArea {
  border: 1px solid #ddd;
  padding: 2em;
}

.noteArea h4 {
  margin-bottom: 1em;
}

.noteArea h4:nth-child(n+2) {
  margin-top: auto;
}

.left {
  text-align: left;
}

main a {
  text-decoration: underline;
}

hr {
  border: 0;
  border-top: 1px solid #ddd;
  height: 0;
  margin: 1em 0;
}

.main-area {
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

.en .main-info {
  display: none;
}

.top-slick2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: #fff;
  -webkit-transition: 12.3s;
  transition: 12.3s;
}

.top-img {
  width: 100vw;
  background-position: center center;
  background-size: cover;
}

.img_inner {
  width: 100%;
  height: 100vh;
  display: block;
}

.img_inner2 {
  width: 100%;
  height: 100vh;
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}

.img_inner_touch:hover {
  height: 70vh !important;
}

.copyArea {
  position: absolute;
  color: #fff;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-family: YakuHanJP,"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 5rem;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 16px rgba(48, 58, 68, 0.9);
  z-index: 1001;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  opacity: 0;
  line-height: 1.4;
}

.main-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.6);
  width: 34%;
  line-height: 1.4;
  padding: 10px 12px;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 2;
}

.info-item i {
  margin-right: 1rem;
}

.second-area {
  background: url("/module/img/index/bg-map.jpg") center 41%;
}

.msg-area1 {
  display: table;
  padding: 100px 0;
  width: 100%;
  text-align: center;
}

.msg-area1 .topCont--msg__ttl {
  text-align: center;
  font-family: YakuHanJP,"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.en .msg-area1 {
  width: 80%;
  max-width: 880px;
  margin: 0 auto;
}

.btn-Area-2col {
  width: 200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-Area-2col .btn02 {
  margin: 0 10px;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

.btn-Area-2col .btn02:first-child {
  margin-left: 0;
}

.btn-Area-2col .btn02:last-child {
  margin-right: 0;
}

.bxslider {
  overflow: hidden;
}

.bxslider li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2px;
  float: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -2px;
}

.bxslider li img {
  padding: 1px;
  height: 100%;
  width: 100%;
}

.img-Half {
  width: 50% !important;
  height: 100%;
}

.bx-wrapper {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: none;
}

/*
li:before {
		border-top: 1px solid $bdr-color;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    transition: .3s;
	}
*/
.msg-area2 {
  padding: 100px 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 420px;
  width: 66%;
  max-width: 900px;
  margin: 0 auto;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.msg-area2 div {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 100%;
  position: relative;
}

.msg-area2 .topCont--msg__ttl {
  margin-top: 0;
  margin-left: 3rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  position: relative;
}

.msg-area2 .topCont--msg__ttl::after {
  content: "";
  position: absolute;
  top: 4.8em;
  right: 50%;
  background: #333;
  width: 1px;
  height: 60px;
}

.msg-area2 p {
  text-indent: 1em;
  font-size: 1.4rem;
}

.msg-area2 .paragraph2 {
  position: absolute;
  left: 0;
}

.en .msg-area2 {
  width: 80%;
  padding: 50px 0 50px;
  height: auto;
  min-height: 600px;
}

.en .msg-area2 div {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  width: 100%;
  position: relative;
}

.en .msg-area2 .topCont--msg__ttl {
  margin-left: 0;
}

.en .msg-area2 .topCont--msg__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5.5em;
  background: #333;
  width: 60px;
  height: 1px;
}

.en .msg-area2 p {
  text-indent: 0;
}

.en .msg-area2 p:last-child {
  width: 44%;
}

.en .second-area {
  background: url("/module/img/index/bg-map.jpg") 40% 38%;
}

.business-area {
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
}

.business-area .underCont__ttlLg {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  display: inline-block;
  margin: 120px 0 70px;
  font-size: 4.2rem;
  color: #fff;
}

.business-area .underCont__ttlLg span {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  font-family: YakuHanJP, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.business-area a {
  opacity: 1;
}

.business-area .flex {
  margin: 0 auto 40px;
}

.businessMainImg {
  width: 100%;
  height: 520px;
  margin-bottom: -533px;
  background: url("/module/img/index/bg_msg.jpg") center 40%;
  background-size: cover;
}

.en .businessMainImg {
  margin-bottom: -517px;
}

.businessBox {
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  font-size: 1.4rem;
  padding: 0 1px;
  text-align: left;
}

.businessBox .businessInfo {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem 2rem 0;
  margin: -5rem 2rem 0;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #ddd;
  min-height: 180px;
}

.businessBox .businessInfo h3 {
  margin-bottom: 1em;
}

.businessImg {
  width: 100%;
  overflow: hidden;
}

.businessImg img {
  width: 100%;
}

.non-stretch {
  display: inline-block;
}

.center {
  margin: 0 auto;
  width: auto;
}

.news-area {
  padding: 60px 0;
  background: url("/module/img/bg_01.gif") repeat;
  width: 100%;
  min-height: 100px;
}

.news-area .underCont__ttlLg {
  margin-top: 0;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.news-area .underCont__ttlLg span {
  font-size: 1.4rem;
  padding-left: 1em;
}

.news-area .date {
  margin-bottom: 0;
}

.news-inner {
  text-align: center;
  margin: 0 auto;
  padding: 60px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  position: relative;
}

/* 2021.07.02 comment *
.news-inner .btn {
  position: absolute;
  top: 60px;
  right: 60px;
}
*/

/* 2021.07.02 add */
.news-inner .btn {
  margin: 2em 10px 0;
}

.news-inner .news-list {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  text-align: left;
}

.news-inner .news-list a {
  padding: 1em 4em 1em 1em;
}

@media screen and (min-width: 0) and (max-width: 783px){
  .topCont--about__ttlAbout{
    font-size: 2.53846rem;
  }
  .topCont--about__ttlAbout{
    font-size: 2.4rem;
    margin: 60px 0 40px;
  }
  .topCont--msg__ttl{
    font-size: 2.46154rem;
  }
  .topCont--msg__ttl{
    margin: 40px 0 25px;
  }
  .underCont__ttlLg{
    font-size: 2.46154rem;
  }
  .underCont__ttlLg{
    margin: 40px 0 25px;
  }
  .underCont__ttlMd{
    font-size: 1.84615rem;
  }
  .underCont__ttlMd{
    margin: 40px 0 25px;
  }
  .underCont__ttlSm{
    font-size: 1.69231rem;
  }
  .underCont__ttlSm{
    margin: 0 0 25px;
  }
  .underCont__ttlXs{
    font-size: 1.23077rem;
  }
  .underCont__ttlXs{
    margin: 0 0 15px;
  }
  .underCont__ttlSub{
    font-size: 1.07692rem;
  }
  .underCont__ttlSub{
    margin: 25px 0 .4em;
  }
  .underCont__ttlList{
    font-size: 1.69231rem;
  }
  .underCont__ttlList{
    line-height: 1.5;
    margin: 50px 0 10px;
    padding-left: 2em;
    text-indent: -2.1em;
  }
  .tbl01 th{
    width: 40%;
  }
  .tbl02 th{
    width: 40%;
  }
  .tbl03 th{
    width: 40%;
  }
  .main-area{
    padding-top: 0 !important;
  }
  .copyArea{
    font-size: 2.8rem !important;
  }
  .main-info{
    left: 2em;
    width: -webkit-calc(100% - 4em);
    width: calc(100% - 4em);
    background: rgba(255, 255, 255, 0.8);
  }
  .second-area{
    background: none;
  }
  .msg-area1 .topCont--msg__ttl{
    line-height: 1.6;
  }
  .msg-area1{
    padding: 0px 2em 50px;
  }
  .en .msg-area1{
    width: auto;
  }
  .btn-Area-2col{
    width: 100%;
  }
  .msg-area2{
    padding: 50px 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .msg-area2 div{
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .msg-area2 .topCont--msg__ttl::after{
    background: no-repeat;
  }
  .msg-area2 .topCont--msg__ttl{
    margin-left: 0;
  }
  .msg-area2 .paragraph2{
    position: relative;
  }
  .en .msg-area2{
    min-height: 200px;
    height: auto;
  }
  .en .msg-area2 .topCont--msg__ttl::after{
    background: no-repeat;
  }
  .en .msg-area2 p:last-child{
    width: 100%;
  }
  .en .second-area{
    background: none;
  }
  .business-area .underCont__ttlLg{
    margin: 50px 0;
  }
  .business-area .flex{
    display: block;
    margin: 0;
    padding: 0 2em;
    width: 100%;
  }
  .businessMainImg{
    height: 200px;
    margin-bottom: -200px;
  }
  .en .businessMainImg{
    margin-bottom: -200px;
  }
  .businessBox{
    width: 100%;
    margin-bottom: 2em;
  }
  .news-area{
    padding: 50px 2em;
  }
  .news-inner{
    padding: 2em;
    width: 100%;
  }
  .news-inner .btn{
    position: relative;
    top: auto;
    left: 0;
    margin-top: 2em;
  }
  .news-inner .news-list{
    margin-top: 0;
  }
  .news-inner .news-list a{
    padding-left: 0;
  }
}


/*  2018.08.08 add  */
.news-list li.none_a{
  padding: 1em 4em 1em 1em;
}
/*  2018.08.08 end  */

/*# sourceMappingURL=maps/index.css.map */
