﻿@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.75;
}

a {
  color: inherit;
  text-decoration: none;
}

.link {
  color: #317925;
  text-decoration: underline;
  word-break: break-all;
}

.link:hover {
  text-decoration: none;
}

a[href^="tel"] {
  cursor: default;
}

#header {
  background: url(../images/share/h-bg.jpg) repeat-x top;
  padding: 25px 0 20px;
}

.h-inner {
  width: 1024px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.h-logo {
  width: 434px;
}

.h-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.h-tel {
  color: #317925;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  margin-right: 15px;
}

.h-tel .txt {
  font-size: 16px;
  vertical-align: 5px;
  margin-right: 10px;
}

.h-tel .num {
  font-size: 30px;
  position: relative;
}

.h-tel .num i {
  font-size: 20px;
  vertical-align: 4px;
  margin-right: 7px;
}

.h-time {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
}

.h-time li {
  display: flex;
  align-items: center;
}

.h-time li:first-child {
  margin-right: 25px;
}

.h-time li .ttl {
  color: #5f381a;
  font-size: 13px;
  line-height: 1;
  background: #f6f5e8;
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
	widows: 72px;
}

.h-time li .txt {
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-size: 13px;
  line-height: 1.4;
}

.h-txt {
  font-size: 13px;
  text-align: right;
}

.g-navi {
  margin-bottom: 25px;
}

.g-navi > ul {
  width: 1024px;
  margin: 0 auto;
  display: flex;
}

.g-navi > ul > li {
  width: 170px;
  text-align: center;
  line-height: 1;
  padding-bottom: 25px;
  margin-bottom: -25px;
  position: relative;
}

.g-navi > ul > li::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #dedede;
  position: absolute;
  top: 0;
  left: 0;
}

.g-navi > ul > li:last-child::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #dedede;
  position: absolute;
  top: 0;
  right: 0;
}

.g-navi > ul > li > a {
  color: #5f381a;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-size: 16px;
  transition: .5s;
}

.g-navi > ul > li > a:hover {
  color: #317925;
}

.child {
  display: none;
  position: absolute;
  top: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.child li {
  background: #317925;
}

.child li a {
  display: block;
  text-align: center;
  width: 200px;
  padding: 15px 0 15px;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-size: 16px;
  transition: .5s;
}

.child li a:hover {
  opacity: .5;
}

.child li + li a {
  border-top: 1px solid #529547;
}

.child .drop_li a {
  width: 170px;
}

.sp-navi {
  display: none;
}

#hero {
  position: relative;
}

#hero h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.main-slider li {
  height: 700px;
}

.main-slider li img {
  display: none;
}

.slide01 {
  background: url(../img/top1.jpg) no-repeat center/cover;
}
/*
.slide02 {
  background: url(../images/slide02_pc.jpg) no-repeat center/cover;
}

.slide03 {
  background: url(../images/slide03_pc.jpg) no-repeat center/cover;
}

.slide04 {
  background: url(../images/slide04_pc.jpg) no-repeat center/cover;
}
    */

.sec00 {
  padding: 30px 0;
}

.sec00-txt {
  text-align: center;
  font-size: 18px;
}

.sec00-img {
  width: 700px;
}

.sec01 {
  background: url(../images/sec01-bg.jpg) no-repeat center/cover;
  padding: 80px 0;
}

.sec01-ttl {
  color: #5f381a;
  font-size: 28px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  text-align: center;
  margin-bottom: 60px;
}

.sec01-ttl .border {
  padding-bottom: 10px;
  background: url(../images/sec01-border.png) repeat-x bottom;
}

.sec01-ttl .green {
  color: #317925;
}

.sec01-txt {
  text-align: center;
  margin-bottom: 40px;
}

.sec02 {
  padding: 70px 0;
  background: url(../images/sec02-bg.png) no-repeat center;
}

.sec02-box01 {
  background: #fbfaf4;
  padding: 40px 80px;
  margin-bottom: 130px;
  position: relative;
}

.sec02-box01::before {
  content: "";
  background: url(../images/top-arrow.png) no-repeat center/cover;
  width: 360px;
  height: 60px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -90px;
}

.sec02-check li {
  color: #5f381a;
  font-size: 19px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}

.sec02-check li::before {
  content: "";
  background: url(../images/top-check.png) no-repeat center/cover;
  width: 19px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 10px;
}

.sec02-check li:last-child {
  margin-bottom: 0;
}

.sec02-box02 {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  margin-bottom: 110px;
}

.sec02-box02 .l-img {
  width: 370px;
  margin-left: 30px;
}

.sec02-box02 .l-desc {
  flex: 1;
}
.sec02-box03{
  padding-top: 110px;
}
.sec02-h401 {
  color: #5f381a;
  font-size: 30px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  background: url(../images/sec02-border.png) repeat-x bottom;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.sec02-txt {
  margin-bottom: 50px;
}

.sec02-h402 {
  color: #317925;
  font-size: 30px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 30px;
  position: relative;
}

.sec02-h402::before {
  content: "";
  background: url(../images/sec02-icon01.png) no-repeat center/cover;
  width: 55px;
  height: 39px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec02-h402 span {
  position: relative;
}

.sec02-h402 span::before {
  content: "";
  background: url(../images/sec02-icon02.png) no-repeat center/cover;
  width: 49px;
  height: 69px;
  position: absolute;
  top: 12px;
  left: -110px;
}

.sec02-h402 span::after {
  content: "";
  background: url(../images/sec02-icon03.png) no-repeat center/cover;
  width: 49px;
  height: 69px;
  position: absolute;
  top: 15px;
  right: -75px;
}

.sec02-good li {
  color: #5f381a;
  font-size: 19px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 5px;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}

.sec02-good li::before {
  content: "";
  background: url(../images/top-good.png) no-repeat center/cover;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 5px;
}

.sec02-good li:last-child {
  margin-bottom: 0;
}

.sec02-good li .org {
  color: #fb9765;
}

.sec03 {
  background: url(../images/sec03-bg.jpg) no-repeat center/cover;
  padding: 70px 0;
}

.sec03-ttl {
  color: #317925;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  text-align: center;
  text-shadow: 1px 1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff, 1px 1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff;
  margin-bottom: 30px;
}

.sec03-ttl .small {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}

.sec03-ttl .large {
  font-size: 48px;
}

.sec03-txt {
  color: #5f381a;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-size: 22px;
  text-shadow: 1px 1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff, 1px 1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff;
  text-align: center;
  margin-bottom: 35px;
}

.sec04 {
  background: url(../images/sec04-bg.jpg) no-repeat center/cover;
  padding: 70px 0 80px;
  margin-bottom: 70px;
}

.sec04-box {
  margin-bottom: 50px;
}

.sec04-h4 {
  color: #5f381a;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-size: 25px;
  text-align: center;
  line-height: 1;
  background: #ebe9de;
  padding: 8px 0 13px;
  margin-bottom: 30px;
}

.sec04-img {
  display: flex;
  justify-content: space-between;
  width: 1024px;
}

.sec04-img li {
  width: 496px;
  height: 275px;
  overflow: hidden;
  position: relative;
}

.sec04-img li a {
  display: block;
  background: rgba(66, 39, 18, 0.4);
}

.sec04-img li a::before {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  content: '';
  opacity: 0;
  z-index: 2;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.sec04-img li a::after {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  content: '';
  opacity: 0;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.sec04-img li a:hover::before, .sec04-img li a:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sec04-img li a:hover .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: 0.3s;
}

.sec04-img li a:hover .sec04-cont {
  background: rgba(66, 39, 18, 0.4);
}

.sec04-img li a:hover .sec04-cont .ttl {
  top: 50px;
}

.sec04-img li a:hover .sec04-cont .txt {
  top: 140px;
  opacity: 1;
}

.sec04-img li .sec04-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sec04-img li .sec04-cont .ttl {
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-size: 30px;
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0.35s;
}

.sec04-img li .sec04-cont .ttl::before {
  content: "";
  width: 70px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -18px;
}

.sec04-img li .sec04-cont .txt {
  width: 400px;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-size: 16px;
  position: absolute;
  top: 220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.35s;
}

.sec04-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}

.sec04-btn .txt {
  color: #5f381a;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-size: 18px;
  margin-right: 5px;
}

.sec04-btn .txt span {
  background: url(../images/sec04-border.png) repeat-x bottom;
  padding-bottom: 5px;
}

.sec04-btn .btn {
  margin-left: 20px;
}

.sec04-btn .btn a {
  color: #fff;
  font-size: 18px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  text-align: center;
  display: inline-block;
  min-width: 250px;
  background: url(../images/share/btn-bg.jpg) no-repeat center/cover;
  padding: 7px 5px;
  position: relative;
  transition: .5s;
}

.sec04-btn .btn a:hover {
  opacity: .7;
}

.sec04-btn .btn a::before {
  content: "\f105";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec04-box02 {
  padding: 35px;
  background: #fff;
  display: flex;
}

.sec04-box02 .l-img {
  width: 360px;
  margin-right: 40px;
}

.sec04-box02 .l-desc {
  flex: 1;
}

.sec04-h402 {
  color: #5f381a;
  font-size: 30px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}

.sec04-h402::before {
  content: "";
  width: 70px;
  height: 1px;
  background: #5f381a;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec04-txt {
  margin-bottom: 25px;
}

.sec05 {
  margin: 0 auto 90px !important;
}

.sec05-boxR {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  margin-bottom: 65px;
}

.sec05-boxR .l-img {
  width: 370px;
  margin-left: 35px;
}

.sec05-boxR .l-desc {
  flex: 1;
}

.sec05-boxL {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}

.sec05-boxL .l-img {
  width: 370px;
  margin-right: 35px;
}

.sec05-boxL .l-desc {
  flex: 1;
}

.sec05-h4 {
  color: #5f381a;
  font-size: 22px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  padding: 0 0 16px 65px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #5f381a;
  position: relative;
}

.sec05-h4 .num {
  background: url(../images/sec05-icon.png) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 52px;
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -10px;
}

.sec05-txt {
  line-height: 2;
  margin-bottom: 30px;
}

.sec06 {
  margin: 0 auto 70px !important;
}

.sec06-post {
  display: flex;
  margin-bottom: 50px;
}

.sec06-post li {
  width: 232px;
}

.sec06-post li + li {
  margin-left: 30px;
}

.sec06-post li .img {
  margin-bottom: 10px;
}

.sec06-post li .ttl {
  color: #5f381a;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sec06-post .nonme{
  font-family: "FOT-筑紫明朝 Pr6N RB";
  display: none;
}


.sec06-post li .txt {
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-size: 14px;
  line-height: 1.4;
}

.sec07 {
  padding: 80px 0;
  background: url(../images/sec07-bg.jpg) no-repeat center/cover;
}

.sec07-inner {
  display: flex;
  justify-content: space-between;
}

.sec07-box {
  width: 496px;
  position: relative;
}

.sec07-ttl01 {
  color: #317925;
  font-size: 24px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  border-bottom: 1px solid #317925;
  padding: 0 0 10px 30px;
  margin-bottom: 25px;
  position: relative;
}

.sec07-ttl01::before {
  content: "";
  background: url(../images/sec07-icon01.png) no-repeat center/cover;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 8px;
}

.sec07-ttl02 {
  color: #317925;
  font-size: 24px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  border-bottom: 1px solid #317925;
  padding: 0 0 10px 30px;
  margin-bottom: 25px;
  position: relative;
}

.sec07-ttl02::before {
  content: "";
  background: url(../images/sec07-icon02.png) no-repeat center/cover;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 8px;
}

.sec07-list li {
  display: flex;
  justify-content: space-between;
}

.sec07-list li + li {
  margin-top: 15px;
}

.sec07-list li .l-img {
  width: 120px;
  margin-right: 20px;
}

.sec07-list li .l-desc {
  flex: 1;
}

.sec07-list li .l-desc time {
  color: #317925;
  font-size: 12px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  /* display: block; */
}
.sec07-list li .l-desc .list-data .category{
  display: inline-block;
  background: #317925;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  margin-left: 10px;
  padding: 2px 10px 1px;
  vertical-align: 1px;
}


.sec07-list li .l-desc a {
  color: #5f381a;
  font-size: 18px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  display: block;
  margin-bottom: 4px;
}

.sec07-list li .l-desc p {
  font-size: 14px;
}

.sec07-btn {
  color: #317925;
  font-size: 16px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  position: absolute;
  top: 5px;
  right: 0;
}

.sec07-btn i {
  margin-right: 8px;
}

.sec08 {
  background: url(../images/sec08-bg.jpg) no-repeat center/cover;
  padding: 70px 0 90px;
}

.sec08-ttl {
  color: #317925;
  font-size: 30px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  text-align: center;
  margin-bottom: 40px;
}

.sec08-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.sec08-list li {
  width: 155px;
}

.sec08-btn {
  text-align: center;
}

.sec08-btn a {
  color: #fff;
  font-size: 18px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  text-align: center;
  display: inline-block;
  min-width: 250px;
  background: url(../images/share/btn-bg.jpg) no-repeat center/cover;
  padding: 7px 5px;
  transition: .5s;
}

.sec08-btn a:hover {
  opacity: .7;
}

.sec08-btn a i {
  margin-right: 10px;
}

.sec09 {
  padding: 90px 0 80px;
}

.sec09-list {
  display: flex;
  justify-content: space-between;
}

.sec09-list li {
  width: 33%;
  text-align: center;
  overflow: hidden;
}

.sec09-list li iframe {
  height: 261px !important;
}

.sec10 {
  padding: 70px 0 0 0;
  background: url(../images/sec02-bg.png) no-repeat center;
}

.sec10-h402 {
  color: #317925;
  font-size: 30px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 30px;
  position: relative;
}

.sec10-h402 span {
  position: relative;
}

.sec10-h402 span::before {
  content: "";
  background: url(../images/sec02-icon02.png) no-repeat center/cover;
  width: 49px;
  height: 69px;
  position: absolute;
  top: -13px;
  left: -70px;
}

.sec10-h402 span::after {
  content: "";
  background: url(../images/sec02-icon03.png) no-repeat center/cover;
  width: 49px;
  height: 69px;
  position: absolute;
  top: -13px;
  right: -55px;
}


.top-map {
  height: 320px;
}

.top-ttl {
  text-align: center;
  margin-bottom: 50px;
}

.top-ttl .eng {
  color: #c3b4a9;
  font-family: "Caveat", cursive;
  font-size: 19px;
  display: block;
  margin-bottom: 15px;
}

.top-ttl .jp {
  color: #317925;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-size: 30px;
  padding-bottom: 10px;
  background: url(../images/topttl-border.png) repeat-x bottom;
}

.top-btn a {
  color: #fff;
  font-size: 18px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  text-align: center;
  display: inline-block;
  min-width: 290px;
  background: url(../images/share/btn-bg.jpg) no-repeat center/cover;
  padding: 7px 5px;
  position: relative;
  transition: .5s;
}

.top-btn a:hover {
  opacity: .7;
}

.top-btn a::before {
  content: "\f105";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.t-contener {
  max-width: 1024px;
  margin: 0 auto;
}

.pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 5;
}

.pagetop a {
  display: inline-block;
  transition: .5s;
  width: 78px;
}

.pagetop a:hover {
  opacity: .5;
}

.fixed-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.fixed-menu .pc {
  display: flex;
  justify-content: space-between;
}

.fixed-menu .pc li {
  width: 25%;
  text-align: center;
  background: #317925;
  border-left: 1px solid #74aa6b;
}

.fixed-menu .pc li:last-first {
  border-left: none;
}

.fixed-menu .pc li a {
  color: #fff;
  font-size: 17px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  letter-spacing: 2px;
  width: 100%;
  display: block;
  padding: 5px 0;
  transition: .7s;
}

.fixed-menu .pc li a:hover {
  opacity: .5;
}

.fixed-menu .pc li a i {
  margin-right: 5px;
}

.fixed-menu .sp {
  display: none;
}

.sp-app {
  display: none;
}

#footer {
  padding: 40px 0 39px;
  background: url(../images/share/f-bg.jpg) no-repeat center/cover;
}

.f-logo {
  width: 434px;
  margin: 0 auto 20px;
}

.f-bnr {
  display: flex;
  justify-content: space-evenly;
  width: 1024px;
  margin: 0 auto 40px;
  z-index: 1;
}

.f-bnr li {
  width: 320px;
}

.f-contener {
  width: 1024px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdacc;
  padding-bottom: 35px;
}

.f-contents {
  widows: 460px;
}

.f-contents .add {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.f-contents .add i {
  color: #317925;
  margin-right: 5px;
}

.f-contents .access {
  line-height: 1.7;
}

.f-contents .access span {
  display: block;
  color: #317925;
  font-size: 15px;
  font-weight: bold;
}

.f-table {
  width: 540px;
}

.f-table table {
  margin-bottom: 20px;
  table-layout: fixed;
  border: 2px solid #317925;
  border-radius: 10px;
  border-collapse: separate;
  overflow: hidden;
}

.f-table table th {
  color: #fff;
  font-size: 15px;
  background: #317925;
  padding: 10px 0;
  border-right: 1px solid #317925;
}

.f-table table th:first-child {
  width: 130px;
}

.f-table table th:last-child {
  border-right: none;
}

.f-table table td {
  background-color: #fff !important;
  color: #5f381a;
  font-size: 16px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  text-align: center;
  line-height: 1.2;
  padding: 15px 0;
  border-right: 1px solid #317925;
  border-bottom: 1px solid #317925;
}

.f-table table td:first-child {
  width: 130px;
  color: #3e2902;
}

.f-table table td:last-child {
  border-right: none;
}

.f-table table td span {
  font-size: 12px;
}

.f-table table tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}
.f-table table tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}
.f-table table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.f-table table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.f-table .open {
  background: url(../images/share/open.png) no-repeat center;
}

.f-table .close {
  background: url(../images/share/close.png) no-repeat center;
}

.f-table .sankaku {
  background: url(../images/share/sankaku.png) no-repeat center;
}

.f-table-list {
  display: flex;
}

.f-table-list .time {
  font-size: 14px;
  padding-left: 25px;
  margin-right: 15px;
  position: relative;
}

.f-table-list .time::before {
  content: "";
  background: url(../images/share/sankaku.png) no-repeat center;
  width: 18px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
}

.f-table-list .day {
  font-size: 14px;
  padding-left: 70px;
  position: relative;
}

.f-table-list .day span {
  background: #317925;
  color: #fff;
  text-align: center;
  width: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.f-table-txt {
  font-size: 14px;
}

.sitemap {
  margin: 0 auto 30px;
}

.sitemap ul {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.sitemap ul li {
  line-height: 1;
}

.sitemap ul li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #333;
}

.sitemap ul li a {
  font-size: 16px;
  transition: .7s;
}

.sitemap ul li a:hover {
  color: #317925;
  border-bottom: 1px solid #317925;
}

.copyright {
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: url(../images/share/copy-bg.jpg) repeat-x center;
  padding: 5px 0;
}

/*------------
下層レイアウト
--------------*/
.breadcrumb {
  margin: 10px 0;
  width: 100%;
}

.breadcrumb ul {
  margin: 0 auto;
  max-width: 1024px;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li a {
  color: #317925;
  transition: .5s;
}

.breadcrumb ul li a:hover {
  opacity: .5;
}

.breadcrumb ul li + li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #317925;
  padding: 0 5px;
}

#under-middle .contents p + p {
  margin-top: 15px;
}

#pagettl {
  height: 320px;
  background: url(../img/title.jpg) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pagettl h2 {
  color: #000000;
  font-size: 36px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  text-shadow: 1px 1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff, 1px 1px 5px #fff, -1px 1px 5px #fff, 1px -1px 5px #fff, -1px -1px 5px #fff;
  letter-spacing: 1px;
}

/*------------
下層パーツ
--------------*/
.u-h3 {
  color: #5f381a;
  font-size: 28px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

.u-h3 span {
  padding-bottom: 8px;
  background: url(../images/under/h3-border.png) repeat-x bottom;
}

.u-h4, .postdata h4 {
  color: #5f381a;
  font-size: 24px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  border-bottom: 1px dotted #5f381a;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.u-h5, .postdata h5 {
  color: #317925;
  font-size: 20px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  margin-bottom: 10px;
}

.u-h6 {
  color: #5f381a;
  font-size: 16px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}

.u-h6::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #317925;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.short + .short {
  margin: 30px 0 0;
}

.tall {
  padding: 40px 0;
}

.tall-inner {
  max-width: 1024px;
  margin: 0 auto;
}

.u-bg {
  background: #f6f5e8;
}

.col2, .col2-col2,
.col3, .col3-col2,
.col4, .col4-col2 {
  display: flex;
  flex-wrap: wrap;
}

.col2, .col2-col2 {
  justify-content: space-between;
}

.col2 > li, .col2-col2 > li {
  margin: 0 0 30px;
  width: 49%;
}

.col3, .col3-col2 {
  margin: 0 -1%;
}

.col3 > li, .col3-col2 > li {
  margin: 0 1% 25px;
  width: 31.3333333%;
}

.col4, .col4-col2 {
  margin: 0 -1%;
}

.col4 > li, .col4-col2 > li {
  margin: 0 1% 15px;
  width: 23%;
}

.l-imgR, .l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.l-imgR .l-img, .l-imgL .l-img {
  margin: 0 40px 0 0;
  width: 40%;
}

.l-imgR .l-desc, .l-imgL .l-desc {
  flex: 1;
}

.l-imgR .w-20, .l-imgL .w-20 {
  width: 20%;
}

.l-imgR {
  flex-direction: row-reverse;
}

.l-imgR .l-img {
  margin: 0 0 0 40px;
}

.u-table {
  border-top: 1px dotted #5f381a;
  border-bottom: 1px dotted #5f381a;
}

.u-table tr th {
  background-color: #f6f5e8;
  border-top: 1px dotted #5f381a;
  padding: 20px 15px 15px;
  line-height: 1.5;
  text-align: left;
}

.u-table tr td {
  border-top: 1px dotted #5f381a;
  padding: 20px 15px 15px 22px;
  line-height: 1.5;
}

.ptb-20 {
  padding: 20px 0 !important;
}

.first-menu {
  display: flex;
  justify-content: center;
}

.first-menu li {
  margin: 0 10px;
}

.first-menu li a {
  color: #5f381a;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-size: 18px;
  padding: 0 30px 5px;
  transition: .5s;
}

.first-menu li a:hover {
  border-bottom: 1px dotted #5f381a;
}

.doctor-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.doctor-box .l-img {
  width: 45%;
  margin-right: 40px;
}

.doctor-box .l-desc {
  flex: 1;
}

.doctor-box .l-desc .name {
  padding: 30px 20px;
  background: #f6f5e8;
}

.doctor-box .l-desc .name p {
  color: #5f381a;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-size: 20px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px dotted #5f381a;
}
.doctor-box .l-desc .name p.name_txt {
  color: #333;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-size: 100%;
  line-height: 1.7em;
  padding-bottom: 10px;
  border-bottom: none;
}

.list_square li {
  position: relative;
  padding-left: 15px;
}

.list_square li:last-child {
  margin-bottom: 0;
}

.list_square li::before {
  content: "";
  width: 5px;
  height: 15px;
  background-color: #5f381a;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}

.list_check li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.list_check li:last-child {
  margin-bottom: 0;
}

.list_check li::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 16px;
  color: #ff9516;
  position: absolute;
  left: 0;
  top: 0;
}
.list_arrow_r li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.list_arrow_r li a{
  color: #317925;
  border-bottom: 1px dotted;
}
.list_arrow_r li a:hover{
  color: #317925;
  border-bottom: 1px dotted white;
}
.list_arrow_r li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 16px;
  color: #ff9516;
  position: absolute;
  left: 0;
  top: 0;
}

.list-col2 {
  -webkit-column-count: 2;
  column-count: 2;
}

.bg-area {
  padding: 40px;
  background: url(../images/under/u-bg.jpg) no-repeat center/cover;
}

.btn-col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-col4 li {
  width: 49%;
  margin-bottom: 10px;
}

.btn-col4 li a {
  color: #fff;
  font-size: 14px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  text-align: center;
  display: inline-block;
  width: 100%;
  background: url(../images/share/btn-bg.jpg) no-repeat center/cover;
  padding: 7px 5px;
  position: relative;
  transition: .5s;
}

.btn-col4 li a:hover {
  opacity: .7;
}

.btn-col4 li a::before {
  content: "\f105";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 8px;
}

.col6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.col6 li {
  width: 15%;
}

.img-col3 {
  display: flex;
}

.img-col3 .l-img {
  margin-right: 10px;
}

.u-btn a {
  color: #fff;
  font-size: 16px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  text-align: center;
  display: inline-block;
  min-width: 220px;
  background: url(../images/share/btn-bg.jpg) no-repeat center/cover;
  padding: 7px 5px;
  position: relative;
  transition: .5s;
}

.u-btn a:hover {
  opacity: .7;
}

.u-btn a::before {
  content: "\f105";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-btn .w-290 {
  width: 290px;
}

.slide-btn {
  color: #fff;
  font-size: 20px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  text-align: center;
  padding: 8px 10px 10px;
  background: #317925;
  margin-bottom: 10px;
  transition: .5s;
  cursor: pointer;
  position: relative;
}

.slide-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 20px;
}

.slide-btn:hover {
  opacity: .7;
}

.slide-contents {
  display: none;
  padding: 20px;
  background: #f6f5e8;
}

.u-dl dt {
  color: #317925;
  font-size: 20px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  border-bottom: 1px solid #317925;
  margin-bottom: 10px;
  display: inline-block;
}

.u-dl dd {
  margin-bottom: 20px;
}

.img-list-col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.img-list-col2 li {
  width: 48%;
  margin-bottom: 20px;
}

.img-list-col2 li .ttl {
  color: #5f381a;
  font-size: 21px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  border-bottom: 1px dotted #5f381a;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.img-list-col2 li .img {
  margin-bottom: 10px;
}

.img-list-col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.img-list-col3 li {
  width: 32%;
}

.img-list-col3 li .img {
  margin-bottom: 10px;
}

.in-view {
  background: #ddd;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-bnr {
  background: #f6f5e8;
  padding: 20px;
  text-align: center;
}

.contact-bnr .tel {
  color: #317925;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 1.5;
}

.contact-bnr .tel i {
  font-size: 20px;
  vertical-align: 4px;
  margin-right: 7px;
}

.contact-bnr .txt {
  margin-top: 0 !important;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-size: 15px;
  line-height: 1.5;
}

.contact-bnr .txt span {
  margin-right: 20px;
}

.o2-ttl {
  color: #5f381a;
  font-size: 21px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  border-bottom: 1px dotted #5f381a;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.p01 {
  text-decoration: underline;
}

/*------------
ファスティング
--------------*/

.l-fasting-btn {
  display: flex;
  justify-content: space-between;
}

/*------------
ドメイン設定
--------------*/
.mobile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mobile-list li {
  margin: 0 20px 0 0;
}

.mobile-list li a:before {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

.mobile-list .docomo::before {
  color: #FF1744;
}

.mobile-list .softbank::before {
  color: #9E9E9E;
}

.mobile-list .au::before {
  color: #FF9800;
}

.mobile-list .ymobile::before {
  color: #D50000;
}

/*------------
お問い合わせ
--------------*/
.contact-form table {
  border-collapse: collapse;
  margin: 0 0 50px;
  width: 100%;
}

.contact-form table tr {
  border-bottom: 1px dashed #CCC;
}

.contact-form table th {
  padding: 20px 40px 20px 0;
  vertical-align: middle;
  text-align: left;
}

.contact-form table td {
  padding: 20px 0;
}

.contact-form .hissu {
  background: #E57373;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 2px 8px;
  float: right;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form select, .contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f1f1f1;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  padding: 15px;
  width: 100%;
}

.contact-form select::-ms-expand {
  display: none;
}

.contact-form input[type="radio"], .contact-form input[type="checkbox"] {
  vertical-align: 0;
  margin: 0 10px 0 0;
}

.contact-form .select-wrap {
  position: relative;
}

.contact-form .select-wrap::after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.contact-form .mwform-radio-field, .contact-form .mwform-checkbox-field {
  display: inline-block;
  margin-right: 10px;
}

.contact-form .mwform-tel-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-form .mwform-age-field input {
  width: 100px;
  vertical-align: bottom;
  margin-right: 10px;
}

.contact-form .mwform-zip-field input[type="text"] {
  width: 15%;
  min-width: 80px;
  margin: 0 10px;
}

.contact-form .mwform-tel-field input[type="text"] {
  width: 29%;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(1) {
  margin-right: 10px;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(2) {
  margin: 0 10px;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(3) {
  margin-left: 10px;
}

.contact-form textarea {
  height: 200px;
}

.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="tel"]:focus, .contact-form textarea:focus, .contact-form select:focus {
  outline: 1px solid #419caf;
}

.contact-form .submit-btn {
  display: flex;
  justify-content: center;
}

.contact-form .submit-btn [type="submit"] {
  -webkit-appearance: none;
  background: #419caf;
  border: 1px solid #419caf;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 40px;
  letter-spacing: 3px;
  transition: .3s;
  width: 200px;
}

.contact-form .submit-btn [type="submit"]:hover {
  opacity: .7;
}

.contact-form .submit-btn [type="submit"].back-btn {
  background: #999;
  border: none;
  margin-right: 50px;
}

.mw_wp_form_confirm .select-wrap::after {
  display: none;
}

.contact-border {
  border: 2px solid #317925;
  padding: 0 0 20px;
}

.contact-border h4 {
  background-color: #317925;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
}

.contact-border .contact-tel {
  width: 300px;
  margin: 20px auto;
}

/*------------
投稿パーツ
--------------*/
/*セレクト式カテゴリー*/
.select-area .select-item {
  width: 50%;
  margin: 0 auto;
}

.select-area .select-ttl {
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 5px;
}

.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #fff url(../images/select_down.svg) no-repeat;
  background-size: 24px 24px;
  background-position: right 11px center;
  border-radius: 0;
  border: 2px solid #ddd;
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  height: 40px;
  padding: 5px 12px;
  width: 100%;
}

.select-area .select-category::-ms-expand {
  display: none;
}

/*Post Type01*/
.list-post-type01 li {
  overflow: hidden;
}

.list-post-type01 li + li {
  margin-top: 50px;
}

.list-post-type01 .list-ttl {
  color: #5f381a;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px dotted #5f381a;
  padding-bottom: 5px;
  margin: 0 0 15px;
}

.list-post-type01 .list-ttl a:hover {
  color: #317925;
}

.list-post-type01 .list-img {
  float: left;
  margin: 0 25px 0 0;
  width: 300px;
}

.list-post-type01 .list-img a {
  transition: .5s;
}

.list-post-type01 .list-img a:hover {
  opacity: .5;
}

.list-post-type01 .list-data {
  font-size: 13px;
  margin: 0 0 5px;
}

.list-post-type01 time {
  color: #8a8a8a;
  letter-spacing: 2px;
  margin: 0 10px 0 0;
}

.list-post-type01 .category {
  display: inline-block;
  background: #317925;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 10px 1px;
  vertical-align: 1px;
}

.list-post-type01 .category + .category {
  margin: 0 0 0 10px;
}

.list-post-type01 .list-btn a {
  color: #fff;
  font-size: 16px;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  text-align: center;
  display: inline-block;
  min-width: 180px;
  background: url(../images/share/btn-bg.jpg) no-repeat center/cover;
  padding: 7px 5px;
  position: relative;
  transition: .5s;
}

.list-post-type01 .list-btn a:hover {
  opacity: .7;
}

.list-post-type01 .list-btn a::before {
  content: "\f105";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*ページャー*/
.post-number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 50px 0 0;
}

.post-number a {
  color: #333;
  display: block;
  margin: 0 15px 10px;
  text-decoration: none;
}

.post-number a:hover {
  color: #317925;
}

.post-number .current {
  background: #317925;
  color: #fff;
  display: block;
  margin: 0 5px 10px;
  line-height: 30px;
  text-align: center;
  min-width: 30px;
}

/*詳細ページ*/
.l-post-single .l-ttl {
  color: #5f381a;
  font-family: "FOT-筑紫明朝 Pr6N RB";
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 10px;
  margin: 0 0 30px;
  background: url(../images/under/h3-border.png) repeat-x bottom;
}

.l-post-single .post-data {
  margin: 0 0 20px;
}

.l-post-single .post-data time {
  color: #8a8a8a;
  font-size: 13px;
  letter-spacing: 2px;
  margin: 0 10px 0 0;
}

.l-post-single .post-data .category {
  display: inline-block;
  background: #317925;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 10px 1px;
  vertical-align: 1px;
}

.l-post-single .post-data .category + .category {
  margin: 0 0 0 10px;
}

.postdata p, .postdata ul, .postdata ol {
  margin-bottom: 15px;
}

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li > ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li > ol {
  margin: 0 0 0 15px;
}

/*------------
common
--------------*/
.fixed:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  transition: .2s;
}

.fade:hover {
  opacity: .5;
}

.bold, strong {
  font-weight: bold;
}

.red {
  color: #F44336;
}

.green {
  color: #317925;
}

.notice {
  font-size: 13px;
  text-indent: -1rem;
  padding: 0 0 0 15px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb30-15 {
  margin-bottom: 30px !important;
}

.mb50-30 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tar-c {
  text-align: right;
}

.tal-c {
  text-align: left;
}

.tac-l {
  text-align: center;
}

.tac-r {
  text-align: center;
}

.fo16 {
  font-size: 16px;
}

/*------------
slick
--------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  text-align: center;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.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;
}

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
}

.slick-prev,
.slick-next {
  background: url(../images/share/slick_arrow.jpg) no-repeat 0 0/contain;
  display: block;
  position: absolute;
  top: calc(50% - 25px);
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 13px;
  height: 13px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  padding: 0;
  background: #eee;
  border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #231815;
}

.slick-dots li.slick-active button {
  background: #231815;
}

/*youtube レスポンシブ*/
.youtubearea{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubearea .iframe_auto{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.index-list{
  display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}

.index-list li{
  margin-right: 20px;
	font-weight: bold;
}
