@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.3.1/css/all.css);
@import url("https://fonts.googleapis.com/css?family=Great+Vibes&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

::selection {
  background: #d4dcd6;
}

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

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

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

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

.link {
  color: #fea59e;
  text-decoration: underline;
}

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

.link-tel {
  color: #fea59e;
}

.link-tel:hover {
  opacity: .5;
}

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

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
#header {
  border-top: 4px solid #fea59e;
  padding-top: 10px;
}

#header h1 {
  color: #777777;
  font-size: 11px;
  margin-bottom: 10px;
}

.h-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.h-logo {
  width: 110px;
}

.h-contents {
  display: flex;
  justify-content: flex-end;
}

.h-tel {
  display: flex;
  justify-content: space-between;
  margin-right: 15px;
}

.h-tel li {
  text-align: center;
}

.h-tel li .txt {
  color: #333333;
  font-size: 11px;
  background: #eee2eb;
  margin-bottom: 5px;
}

.h-tel li .tel {
  width: 184px;
}

.h-tel li:first-child {
  margin-right: 10px;
}

.h-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efe8d4;
  border-radius: 30px;
  width: 135px;
  height: 42px;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 14px;
  text-align: center;
  position: relative;
  transition: .5s;
}

.h-btn:hover {
  opacity: .5;
}

.h-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #d3b262;
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*-----------------------------------------------------------
g-navi
-----------------------------------------------------------*/
.pc-navi-list {
  display: flex;
  justify-content: center;
}

.pc-navi-list > li {
  letter-spacing: 0.04em;
  position: relative;
  padding: 0 19px 20px 0;
  margin-right: 19px;
}

.pc-navi-list > li::before {
  content: "";
  background: url(../images/share/gnavi-item.png) no-repeat center/cover;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  right: -5px;
}

.pc-navi-list > li:last-child {
  padding: 0 0 20px 0;
  margin-right: 0;
}

.pc-navi-list > li:last-child::before {
  content: none;
}

.pc-navi-list > li a {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 15px;
  transition: .5s;
}

@media only screen and (max-width: 1200px) {
  .pc-navi-list > li {
    padding: 0 15px 20px 0;
    margin-right: 15px;
  }

  .pc-navi-list > li a {
    font-size: 13px;
  }
}

.pc-navi-list > li a:hover {
  opacity: .5;
}

.pc-navi-list > li .child {
  display: none;
  background: #fff;
  width: 230px;
  border-bottom: 1px dotted #c0c0c0;
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.pc-navi-list > li .child li {
  text-align: center;
}

.pc-navi-list > li .child li + li a {
  border-top: 1px dotted #b8ab98;
}

.pc-navi-list > li .child li a {
  display: block;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 15px;
  padding: 9px 0;
  transition: .5s;
}

.pc-navi-list > li .child li a:hover {
  opacity: .5;
}

.sp-navi {
  display: none;
}

/*-----------------------------------------------------------
追従ナビ
-----------------------------------------------------------*/
.fiexd-btn {
  background: #fea59e;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.fiexd-btn ul {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
}

.fiexd-btn ul li {
  width: 25%;
  text-align: center;
  border-right: 2px solid #fff;
}

.fiexd-btn ul li:last-child {
  border-right: none;
}

.fiexd-btn ul li a {
  display: block;
  color: #fff;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 20px;
  padding: 13px 0 9px;
  transition: .5s;
}

.fiexd-btn ul li a:hover {
  opacity: .5;
}

.fiexd-btn ul li a span {
  position: relative;
}

.fiexd-btn ul li a span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fiexd-btn ul li.tel {
  cursor: pointer;
}

.fiexd-btn ul li.tel span::before {
  background: url(../images/share/fixed-item01.png) no-repeat center/cover;
  width: 23px;
  height: 18px;
  left: -35px;
}

.fiexd-btn ul li.mail span::before {
  background: url(../images/share/fixed-item02.png) no-repeat center/cover;
  width: 25px;
  height: 19px;
  left: -40px;
}

.fiexd-btn ul li.net span::before {
  background: url(../images/share/fixed-item03.png) no-repeat center/cover;
  width: 28px;
  height: 20px;
  left: -35px;
}

.fiexd-btn ul li.page-top span::before {
  background: url(../images/share/fixed-item04.png) no-repeat center/cover;
  width: 16px;
  height: 16px;
  left: -27px;
}

.br-sp {
  display: none;
}

.pu-box {
  background: #fff;
  border-top: 4px solid #fea59e;
  width: 500px;
  padding: 30px 20px 25px;
  position: fixed;
  left: 0;
  bottom: 57px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: .5s;
  z-index: 10;
}

.pu-box ul {
  display: flex;
  justify-content: space-between;
}

.pu-box ul li {
  width: 48%;
  text-align: center;
}

.pu-box ul li .txt {
  color: #333333;
  font-size: 11px;
  background: #eee2eb;
  margin-bottom: 5px;
}

.pu-box.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*-----------------------------------------------------------
hero
-----------------------------------------------------------*/
.main-slider li.slider01 a {
  background: url(../images/main01.jpg) no-repeat center/cover;
}

.main-slider li.slider02 a {
  background: url(../images/main02.jpg) no-repeat center/cover;
}

.main-slider li.slider03 a {
  background: url(../images/main03.jpg) no-repeat center/cover;
}

.main-slider li.slider04 a {
  background: url(../images/main04.jpg) no-repeat center/cover;
}

.main-slider li a {
  display: block;
  height: 570px;
  transition: .5s;
}

.main-slider li a:hover {
  opacity: .8;
}

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

/*-----------------------------------------------------------
top contents
-----------------------------------------------------------*/
.container {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.top-ttl {
  background: url(../images/ttl-item.png) no-repeat center bottom;
  text-align: center;
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 50px;
}

.top-ttl .en {
  display: block;
  color: #fd716d;
  font-family: "Great Vibes", cursive;
  font-size: 36px;
  margin-bottom: 35px;
}

.top-ttl .jp {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 36px;
}

.top-btn a {
  display: inline-block;
  min-width: 300px;
  background: #efe8d4;
  border-radius: 30px;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 17px;
  text-align: center;
  padding: 6px 30px;
  position: relative;
  transition: .5s;
}

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

.top-btn a:hover::before {
  left: 30px;
}

.top-btn a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #d3b262;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .5s;
}

.sec01 {
  padding: 80px 0;
}

.sec01-layout01 {
  display: flex;
  margin-bottom: 60px;
}

.sec01-layout01 .l-img {
  width: 395px;
  margin-right: 60px;
}

.sec01-layout01 .l-desc {
  flex: 1;
  background: url(../images/sec01-bg01.png) no-repeat top 100px right 0;
}

.sec01-ttl {
  background: url(../images/sec01-ttl.png) no-repeat left bottom;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.sec01-ttl .en {
  color: #fd716d;
  font-family: "Great Vibes", cursive;
  font-size: 36px;
  display: block;
  margin-bottom: 40px;
}

.sec01-ttl .jp {
  color: #fd716d;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 36px;
}

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

.sec01-layout02 {
  display: flex;
  align-items: center;
  padding: 40px 45px;
  border: 1px solid #d7cdc3;
  border-radius: 10px;
  background: url(../images/sec01-img03.png) no-repeat top 18px left 15px, url(../images/sec01-img03.png) no-repeat top 18px right 15px, url(../images/sec01-img03.png) no-repeat bottom 18px left 15px, url(../images/sec01-img03.png) no-repeat bottom 18px right 15px, url(../images/sec01-bg02.jpg);
}

.sec01-layout02 .l-ttl {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 18px;
  line-height: 1.5;
  padding: 25px 0;
  border-top: 3px double #beb3a8;
  border-bottom: 3px double #beb3a8;
  margin-right: 30px;
}

.sec01-layout02 .l-ttl .pink {
  color: #f2575c;
  font-size: 21px;
}

.sec01-layout02 .l-img {
  margin-right: 30px;
  position: relative;
}

.sec01-layout02 .l-img::before {
  content: "";
  background: url(../images/sec01-img04.png) no-repeat center/cover;
  width: 66px;
  height: 67px;
  position: absolute;
  left: -30px;
  bottom: -20px;
}

.sec01-layout02 .l-txt {
  line-height: 1.8;
}

.sec01-layout02 .l-txt .pink {
  color: #f2575c;
}

.sec01-layout02 .l-btn {
  text-align: center;
}

.sec01-layout02 .l-btn .btn-txt {
  position: relative;
  margin-bottom: 35px;
}

.sec01-layout02 .l-btn .btn-txt::before {
  content: "";
  background: url(../images/sec01-arrow.png) no-repeat center/cover;
  width: 27px;
  height: 25px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec01-layout02 .l-btn .btn {
  background: #ffe8e7;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 3px #febbbb inset;
  width: 165px;
  display: block;
  color: #f2575c;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 12px;
  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, -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, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff;
  padding: 9px 0;
  position: relative;
  transition: .5s;
}

.sec01-layout02 .l-btn .btn:hover {
  box-shadow: 0px 0px 8px 8px #febbbb inset;
}

.sec01-layout02 .l-btn .btn::before {
  content: "";
  background: url(../images/btn-arrow.png) no-repeat center/cover;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec02 {
  background: url(../images/sec02-border.png) repeat-x top left, url(../images/sec02-bg.jpg) repeat top left;
  padding: 80px 0;
}

.sec02-sale-btn{
	position: absolute;
    right: 0;
    top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
.sec02-link-btn{
	cursor: pointer;
}
.sec02-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.sec02-list li {
  width: 233px;
  position: relative;
  margin: 0 30px 30px 0;
}

.sec02-list li:nth-child(4n) {
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 1200px) {
  .sec02-list li {
    width: 230px;
    margin: 0 28px 40px 0;
  }
}

.sec02-list li a {
  display: block;
  transition: .5s;
}

.sec02-list li a:hover .list-img {
  border: 3px solid #d3b263;
}

.sec02-list li a:hover .list-img::before {
  background: url(../images/sec04-item.png) no-repeat center/cover;
}

.sec02-list li a:hover .list-img::after {
  background: url(../images/sec04-item.png) no-repeat center/cover;
}

.sec02-list li .list-img {
  border: 3px solid rgba(255, 255, 255, 0);
  transition: .3s;
  position: relative;
}

.sec02-list li .list-img::before {
  content: "";
  background: none;
  width: 41px;
  height: 42px;
  position: absolute;
  top: -3px;
  left: -3px;
  transition: .5s;
}

.sec02-list li .list-img::after {
  content: "";
  background: none;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 41px;
  height: 42px;
  position: absolute;
  bottom: -3px;
  right: -3px;
  transition: .5s;
}

.sec02-list li .list-img img {
  width: 233px;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.sec02-list li .label {
  display: block;
  background: #fd867f;
  width: 90px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 2px 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.sec02-txt {
  background: #fff;
  font-size: 14px;
  padding: 20px 40px;
}

.sec03 {
  padding: 85px 0 30px;
}

.sec03-layout {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.sec03-layout .l-box {
  width: 48%;
  position: relative;
}

.sec03-layout .l-btn {
  display: inline-block;
  width: 110px;
  background: #efe8d4;
  border-radius: 30px;
  font-size: 11px;
  text-align: center;
  padding: 5px 30px;
  position: absolute;
  top: -5px;
  right: 0;
  transition: .5s;
}

.sec03-layout .l-btn:hover {
  opacity: .8;
}

.sec03-layout02 {
  margin-bottom: 80px;
  position: relative;
}

.sec03-layout02 .l-btn {
  display: inline-block;
  width: 110px;
  background: #efe8d4;
  border-radius: 30px;
  font-size: 11px;
  text-align: center;
  padding: 5px 30px;
  position: absolute;
  top: -5px;
  right: 0;
}

.sec03-ttl {
  background: url(../images/sec03-border.png) repeat-x left bottom;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 18px;
  padding: 0 0 15px 40px;
  position: relative;
  margin-bottom: 20px;
}

.sec03-ttl::before {
  content: "";
  background: url(../images/sec03-ttl.png) no-repeat center/cover;
  width: 30px;
  height: 21px;
  position: absolute;
  top: 4px;
  left: 0;
}

.sec03-list li {
  border-bottom: 1px solid #e4e2de;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.sec03-list li:last-child {
  margin-bottom: 0;
}
.sec03-list li .post-info .category{
    border: 1px solid #fea59e;
    color: #fea59e;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    padding: 5px 8px 4px;
    margin: 0 10px 0 0;
}
.sec03-list li time {
  display: inline-block;
  color: #ff665b;
  font-size: 12px;
  letter-spacing: 0.075em;
  margin-right: 10px;
  margin-bottom: 5px;
}

.sec03-list li a {
  font-size: 14px;
  border-bottom: 1px solid #9b938a;
  transition: .5s;
}

.sec03-list li a:hover {
  opacity: .8;
  border-bottom: none;
}

.sec03-list li .ttl{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sec03-bnr {
  margin-bottom: 60px;
}

.sec03-bnr a {
  display: flex;
  transition: .5s;
}

.sec03-bnr a:hover {
  opacity: .5;
}

.sec03-bnr.bnr01 .l-desc {
  background: url(../images/sec03-bnr-bg01.jpg) no-repeat center/cover;
  padding-top: 55px;
}

.sec03-bnr.bnr02 .l-desc {
  background: url(../images/sec03-bnr-bg02.jpg) no-repeat center/cover;
  padding-top: 30px;
}

.sec03-bnr .l-img {
  width: 490px;
}

.sec03-bnr .l-desc {
  flex: 1;
}

.sec03-bnr .l-desc .txt01 {
  text-align: center;
  margin-bottom: 5px;
}

.sec03-bnr .l-desc .txt02 {
  color: #f2575c;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  text-align: center;
  margin-bottom: 15px;
}

.sec03-bnr .l-desc .txt02 .en {
  font-size: 30px;
}

.sec03-bnr .l-desc .txt02 .jp {
  font-size: 28px;
  margin-left: 15px;
}

.sec03-bnr .l-desc .btn {
  background: #ffe8e7;
  border-radius: 3px;
  box-shadow: 0px 0px 8px 3px #fdaaad inset;
  width: 165px;
  display: block;
  color: #f2575c;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 12px;
  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, -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, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff;
  padding: 9px 0;
  position: relative;
  margin: 0 auto;
}

.sec03-bnr .l-desc .btn::before {
  content: "";
  background: url(../images/btn-arrow.png) no-repeat center/cover;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec04 {
  background: url(../images/sec04-bg.jpg) repeat top left;
  padding: 90px 0;
}

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

.sec04-list li {
  width: 31.1%;
}

.sec04-list .list-img {
  border: 3px solid #d3b263;
  margin-bottom: 25px;
  position: relative;
}

.sec04-list .list-img::before {
  content: "";
  background: url(../images/sec04-item.png) no-repeat center/cover;
  width: 41px;
  height: 42px;
  position: absolute;
  top: -3px;
  left: -3px;
}

.sec04-list .list-img::after {
  content: "";
  background: url(../images/sec04-item.png) no-repeat center/cover;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 41px;
  height: 42px;
  position: absolute;
  bottom: -3px;
  right: -3px;
}

.sec04-bnr {
  margin-bottom: 60px;
}

.sec04-bnr a {
  display: flex;
  flex-flow: row-reverse;
  transition: .5s;
}

.sec04-bnr a:hover {
  opacity: .5;
}

.sec04-bnr .l-img {
  width: 382px;
}

.sec04-bnr .l-desc {
  flex: 1;
  background: url(../images/sec04-bnr-bg.jpg) no-repeat center/cover;
  padding-top: 50px;
}

.sec04-bnr .l-desc .txt01 {
  text-align: center;
  margin-bottom: 5px;
}

.sec04-bnr .l-desc .txt02 {
  color: #f2575c;
  font-size: 30px;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  text-align: center;
  margin-bottom: 15px;
}

.sec04-bnr .l-desc .btn {
  background: #ffe8e7;
  border-radius: 3px;
  box-shadow: 0px 0px 8px 3px #fdaaad inset;
  width: 165px;
  display: block;
  color: #f2575c;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 12px;
  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, -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, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff, -1px -1px 5px #fff;
  padding: 9px 0;
  position: relative;
  margin: 0 auto;
}

.sec04-bnr .l-desc .btn::before {
  content: "";
  background: url(../images/btn-arrow.png) no-repeat center/cover;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec05 {
  padding: 90px 0;
}

.sec05-txt {
  text-align: center;
  margin-bottom: 50px;
}

.sec05-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.sec05-list li {
  width: 233px;
  position: relative;
  margin: 0 30px 40px 0;
}

.sec05-list li:nth-child(4n) {
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 1200px) {
  .sec05-list li {
    width: 230px;
    margin: 0 28px 40px 0;
  }
}

.sec05-list .list-img {
  border: 1px solid #eeeeee;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  transition: .5s;
}

.sec05-list .list-img:hover {
  opacity: .8;
}

.sec05-list .list-img img {
  max-height: 170px;
}

.sec05-list .list-ttl {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sec05-list .list-ttl a {

  border-bottom: 1px solid #857a6f;
  transition: .5s;
}

.sec05-list .list-ttl a:hover {
  color: #f2575c;
  border-bottom: 1px solid #f2575c;
}

.sec06 {
  background: url(../images/sec06-bg.jpg) repeat top left;
  padding: 90px 0;
}

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

.sec06-list li {
  width: 48%;
}

.sec06-list li a {
  display: block;
}

.sec06-list li a:hover .sec06-layout {
  box-shadow: 0px 0px 8px 10px #febbbb inset;
}

.sec06-layout {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  background: #ffe8e7 url(../images/sec06-item.png) no-repeat left 130px bottom -30px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 3px #febbbb inset;
  padding: 3px 10px 5px 50px;
  margin-bottom: 20px;
  transition: .5s;
}

.sec06-layout .l-img {
  width: 225px;
}

.sec06-layout .l-ttl {
  position: relative;
  margin-top: 10px;
}

.sec06-layout .l-ttl::before {
  content: "";
  background: url(../images/top-arrow.png) no-repeat center/cover;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -28px;
  bottom: 4px;
}

.sec06-layout .l-ttl .en {
  color: #fd716d;
  font-family: "Great Vibes", cursive;
  font-size: 36px;
  display: block;
  margin-bottom: 25px;
}

.sec06-layout .l-ttl .jp {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 21px;
}

.sec06-txt {
  text-align: left;
}

.sec07 {
  padding: 80px 0;
}

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

.sec07-list li {
  width: 23%;
  border: 1px solid #d7cdc3;
}

.sec07-list li a {
  display: block;
  padding: 0 15px 15px;
  transition: .5s;
}

.sec07-list li a:hover {
  opacity: .5;
}

.sec07-list .list-ttl {
  margin: -10px 0 5px -10px;
}

.sec07-list .list-img {
  text-align: center;
  margin-bottom: 10px;
}

.sec07-list .list-img img {
  border: 4px solid #fff;
  box-shadow: 1px 1px 2px #cdcccb;
}

.sec07-list .list-txt {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 16px;
  padding-left: 25px;
  position: relative;
}

.sec07-list .list-txt::before {
  content: "";
  background: url(../images/top-arrow.png) no-repeat center/cover;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  left: 0;
}

.sec08 {
  margin-bottom: 80px;
}

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

.sec08-list li {
  width: 48%;
  border: 1px solid #d7cdc3;
  padding: 30px 40px 37px;
  position: relative;
}

.sec08-list li::before {
  content: "";
  background: url(../images/sec08-item.png) no-repeat center/cover;
  width: 41px;
  height: 42px;
  position: absolute;
  top: -1px;
  left: -1px;
}

.sec08-list li::after {
  content: "";
  background: url(../images/sec08-item.png) no-repeat center/cover;
  width: 41px;
  height: 42px;
  position: absolute;
  top: -1px;
  right: -1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sec08-list .list-ttl {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.sec08-list .list-ttl .border {
  border-bottom: 3px double #beb3a8;
  padding-bottom: 5px;
}

.sec08-list .list-txt {
  margin-bottom: 15px;
}

.sec08-list .list-tel {
  width: 184px;
  margin-bottom: 15px;
}

.sec08-dl {
  display: flex;
  margin-bottom: 12px;
}

.sec08-dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 20px;
  color: #fff;
  text-align: center;
  background: #fea59e;
  margin-right: 10px;
}

.sec08-dl dd {
  flex: 1;
}

.sec08-dl.last01 {
  margin-bottom: 20px;
}

.sec08-dl.last02 {
  margin-bottom: 45px;
}

.sec08-btn {
  text-align: center;
  margin-bottom: 30px;
}

.sec08-btn a {
  display: inline-block;
  min-width: 260px;
  background: #efe8d4;
  border-radius: 30px;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 14px;
  text-align: center;
  padding: 10px 30px;
  position: relative;
  transition: .5s;
}

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

.sec08-btn a:hover::before {
  left: 30px;
}

.sec08-btn a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #d3b262;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .5s;
}

.sec09 {
  background: url(../images/sec09-bg.jpg) repeat top left;
  padding: 90px 0;
}

.sec09-ttl {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 36px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

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

.sec09-layout .l-box {
  width: 48%;
}

.sec09-layout .l-ttl {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.sec09-layout .l-ttl .border {
  border-bottom: 3px double #beb3a8;
  padding-bottom: 3px;
}

.sec09-layout .inst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.sec09-layout .inst li {
  width: 240px;
  margin-bottom: 10px;
}

/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/
#footer {
  padding-top: 60px;
  margin-bottom: 58px;
}

.f-container {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.f-card {
  background: url(../images/share/f-bg.jpg) repeat;
  width: 735px;
  margin: 0 auto 30px;
  padding: 35px 40px 20px;
  display: flex;
}

.f-card .l-img {
  width: 250px;
  margin-right: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.f-card .l-img li {
  margin-bottom: 15px;
}

.f-card .l-desc {
  flex: 1;
}

.f-card .l-ttl {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 18px;
  margin-bottom: 10px;
}

.f-contents {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.f-logo {
  width: 160px;
  margin-right: 25px;
}

.f-add {
  margin-right: 20px;
}

.f-add .store {
  font-weight: bold;
  margin-right: 15px;
}

.f-sns {
  display: flex;
}

.f-sns li {
  text-align: center;
  margin-right: 20px;
  transition: .5s;
}

.f-sns li:hover {
  opacity: .5;
}

.f-sns li:last-child {
  margin-right: 0;
}

.f-sns .img {
  margin-bottom: 5px;
}

.f-sns .txt {
  color: #92816e;
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
  .f-add .store {
    display: block;
  }
  .f-add p + p {
    margin: 5px 0 0;
  }
}
.sitemap {
  background: #fcfaf6;
  border-top: 1px solid #eae1ce;
  padding: 45px 0 50px;
}

.sitemap ul {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
}

.sitemap ul li {
  line-height: 1;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #b7ab9d;
}

.sitemap ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.sitemap ul li a {
  color: #b7ab9d;
  font-size: 15px;
  transition: .5s;
}

.sitemap ul li a:hover {
  color: #fea59e;
}

.copyright {
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: #fea59e;
  padding: 9px 0;
}

/*-----------------------------------------------------------
under
-----------------------------------------------------------*/
.breadcrumb {
  margin: 10px 0;
  width: 100%;
}

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

.breadcrumb ul li {
  display: inline;
}

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

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

.breadcrumb ul li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #fea59e;
}

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

.pagettl {
  height: 245px;
  background: url(../images/under/pagettl-item01.png) no-repeat top center, url(../images/under/pagettl-item02.png) no-repeat bottom center, url(../images/under/pagettl-bg.jpg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagettl h2 {
  color: #fd716d;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.1em;
}

/*-----------------------------------------------------------
under parts
-----------------------------------------------------------*/
.u-h3 {
  background: url(../images/under/h3-item.png) no-repeat center bottom;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.u-h4, .postdata h4 {
  background: url(../images/under/h4-item.png) repeat-x left bottom;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.u-h5, .postdata h5 {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 18px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.u-h5::before, .postdata h5::before {
  content: "";
  background: url(../images/under/h5-item.png) no-repeat center/cover;
  width: 30px;
  height: 21px;
  position: absolute;
  top: 1px;
  left: 0;
}

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

.tall {
  padding: 40px 0;
}

.u-container {
  max-width: 1024px;
  margin: 0 auto;
}

.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 {
  flex-direction: row-reverse;
}

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

.pic_l {
  float: left;
  width: 40%;
  margin-right: 4%;
}

.pic_r {
  float: right;
  width: 40%;
  margin-left: 4%;
}

.table-style {
  border: 1px solid #beb3a8;
}

.table-style tr th {
  color: #fff;
  font-size: 16px;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  line-height: 1.5;
  text-align: center;
  background-color: #fea59e;
  border-bottom: 1px solid #fff;
  padding: 14px 5px 12px;
}

.table-style tr td {
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid #beb3a8;
  padding: 14px 15px 12px;
}

.table-scroll table {
  border: 1px solid #beb3a8;
}

.table-scroll table tr th {
  color: #fff;
  font-size: 16px;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  line-height: 1.5;
  text-align: center;
  background-color: #fea59e;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 14px 5px 12px;
}

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

.table-scroll table tr td {
  font-size: 14px;
  line-height: 1.5;
  border-right: 1px solid #beb3a8;
  border-bottom: 1px solid #beb3a8;
  padding: 14px 15px 12px;
}

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

.list-style01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.list-style01::after {
  content: "";
  width: 31%;
}

.list-style01 li {
  width: 31%;
  margin-bottom: 20px;
}

.list-style01 .list-img {
  border: 3px solid #d3b263;
  position: relative;
  margin-bottom: 10px;
}

.list-style01 .list-img::before {
  content: "";
  background: url(../images/under/u-img-item.png) no-repeat center/cover;
  width: 41px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
}

.list-style01 .list-img::after {
  content: "";
  background: url(../images/under/u-img-item.png) no-repeat center/cover;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 41px;
  height: 42px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.list-style02 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.list-style02 li {
  width: 233px;
  position: relative;
  margin: 0 30px 40px 0;
}

.list-style02 li:nth-child(4n) {
  margin: 0 0 40px 0;
}

.list-style02 li a {
  display: block;
  transition: .5s;
}

.list-style02 li a:hover {
  opacity: .5;
}

.list-style02 li .label {
  display: block;
  background: #fd867f;
  width: 90px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 2px 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

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

.list-style02 .list-img img {
  width: 233px;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.list-style02 .list-ttl {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 3px double #beb3a8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-num {
  counter-reset: number;
}

.list-num li {
  padding: 0 0 0 30px;
  position: relative;
}

.list-num li + li {
  margin-top: 3px;
}

.list-num li::before {
  background: #fea59e;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding: 0 0 0 2px;
  width: 20px;
  height: 20px;
}

.list-disc li {
  position: relative;
  padding: 0 0 0 15px;
}
.list-disc li + li {
  margin-top: 3px;
}
.list-disc li::before {
  background: #fea59e;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
}

.dl-style01 dt {
  background: url(../images/under/h4-item.png) repeat-x left bottom;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  margin: 0 0 15px 0;
}

.dl-style01 dd + dt {
  margin: 40px 0 15px 0;
}

.dl-flow dt {
  border-bottom: 1px solid #beb3a8;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 21px;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 0 10px 40px;
  margin: 0 0 20px 0;
}

.dl-flow dt i {
  background: #fea59e;
  border-radius: 50%;
  color: #fff;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  left: 0;
}

.dl-flow dd + dt {
  margin: 40px 0 15px 0;
}

.dl-faq dt {
  border-bottom: 1px solid #beb3a8;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 21px;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 0 10px 38px;
  margin: 0 0 20px 0;
}

.dl-faq dt i {
  color: #fea59e;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 25px;
  position: absolute;
  top: -3px;
  left: 0;
}

.dl-faq dd {
  position: relative;
  padding: 0 0 0 38px;
}

.dl-faq dd i {
  color: #b6a18a;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 25px;
  position: absolute;
  top: -10px;
  left: 0;
}

.dl-faq dd + dt {
  margin: 40px 0 15px 0;
}

.l-contact {
  display: flex;
}

.l-contact .l-img {
  width: 33%;
  margin-right: 35px;
  border: 3px solid #d3b263;
  position: relative;
}

.l-contact .l-img::before {
  content: "";
  background: url(../images/under/u-img-item.png) no-repeat center/cover;
  width: 41px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
}

.l-contact .l-img::after {
  content: "";
  background: url(../images/under/u-img-item.png) no-repeat center/cover;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 41px;
  height: 42px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.l-contact .l-ttl {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 24px;
  margin-bottom: 30px;
}

.l-contact .l-ttl span {
  padding-bottom: 5px;
  border-bottom: 3px double #beb3a8;
}

.l-contact .l-tel {
  margin-bottom: 15px;
}

.l-contact .l-tel span {
  color: #fff;
  background: #fea59e;
  padding: 2px 5px;
  margin-right: 15px;
}

.l-contact .l-tel a {
  width: 184px;
  display: inline-block;
}

.event-bnr {
  margin-bottom: 60px;
  display: flex;
}

.event-bnr .l-img {
  width: 490px;
}

.event-bnr .l-desc {
  flex: 1;
  background: url(../images/under/event-bnr-bg.jpg) no-repeat center/cover;
  padding-top: 50px;
}

.event-bnr .l-desc .txt01 {
  text-align: center;
  margin-bottom: 5px;
}

.event-bnr .l-desc .txt02 {
  color: #f2575c;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  text-align: center;
  margin-bottom: 15px;
}

.event-bnr .l-desc .txt02 .en {
  font-size: 30px;
}

.event-bnr .l-desc .txt02 .jp {
  font-size: 28px;
  margin-left: 15px;
}

.event-bnr .l-desc .btn {
  background: #ffe8e7;
  border-radius: 3px;
  box-shadow: 0px 0px 8px 3px #fdaaad inset;
  width: 165px;
  display: block;
  color: #f2575c;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 12px;
  text-align: center;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF;
  padding: 9px 0;
  position: relative;
  margin: 0 auto;
}

.event-bnr .l-desc .btn::before {
  content: "";
  background: url(../images/btn-arrow.png) no-repeat center/cover;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-btn a {
  display: inline-block;
  min-width: 300px;
  background: #efe8d4;
  border-radius: 30px;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 17px;
  text-align: center;
  padding: 6px 30px;
  position: relative;
  transition: .5s;
}

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

.u-btn a:hover::before {
  left: 30px;
}

.u-btn a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #d3b262;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .5s;
}

.l-sale {
  display: flex;
  align-items: center;
}

.l-sale .l-desc {
  flex: 1;
}

.sale-btn a {
  background: #ffe8e7;
  border-radius: 3px;
  box-shadow: 0px 0px 8px 3px #fdaaad inset;
  width: 180px;
  display: block;
  color: #f2575c;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 14px;
  text-align: center;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF;
  padding: 12px 0;
  position: relative;
  transition: .5s;
}

.sale-btn a:hover {
  opacity: .5;
}

.sale-btn a::before {
  content: "";
  background: url(../images/under/sale-item.png) no-repeat center/cover;
  width: 92px;
  height: 63px;
  position: absolute;
  top: -23px;
  left: -28px;
}

.sale-btn a::after {
  content: "";
  background: url(../images/under/sale-arrow.png) no-repeat center/cover;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

/*------------
お問い合わせ
--------------*/
.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 input[type="number"],
.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 .zipcode input[type="text"]{
  width: 40%;
}
.contact-form .zipcode::before{
  content: "〒";
  display: inline-block;
  padding-right: 10px;
}

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

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

.contact-form input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

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

.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: 15px;
  margin-left: 0 !important;
}

.contact-form .mwform-radio-field input[type="radio"] {
  display: none;
}

.contact-form .mwform-radio-field label {
  display: inline-block;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
  line-height: 1;
}

.contact-form .mwform-radio-field label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  box-sizing: border-box;
}

.contact-form .mwform-radio-field .mwform-radio-field-text:after {
  content: "";
  border-radius: 50%;
  background: #419caf;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transition: .4s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.contact-form .mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

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

.contact-form .mwform-checkbox-field input[type="checkbox"] {
  display: none;
}

.contact-form .mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  padding: 0 0 0 30px;
  position: relative;
}

.contact-form .mwform-checkbox-field label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
}

.contact-form .mwform-checkbox-field .mwform-checkbox-field-text:after {
  content: "";
  border-bottom: 3px solid #419caf;
  border-right: 3px solid #419caf;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 1px;
  left: 7px;
  transition: .3s;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

.contact-form .mwform-checkbox-field input[type="checkbox"]:checked + .mwform-checkbox-field-text:after {
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

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

.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 .mwform-zip-field input[type="text"] {
  width: 15%;
  min-width: 80px;
  margin: 0 10px;
}

.contact-form .preferred-date {
  overflow: hidden;
}

.contact-form .preferred-date .date {
  width: 45%;
  float: left;
}

.contact-form .preferred-date .time {
  display: flex;
  align-items: center;
  float: right;
  width: 50%;
}

.contact-form .preferred-date .time select {
  width: 80px;
}

.contact-form .preferred-date .time .hour {
  margin: 0 10px;
}

.contact-form .preferred-date .time .minute {
  margin: 0 0 0 10px;
}

.contact-form .birthday {
  display: flex;
  align-items: center;
}

.contact-form .birthday select {
  width: 100px;
}

.contact-form .birthday .year {
  margin: 0 10px;
}

.contact-form .birthday .month {
  margin: 0 10px;
}

.contact-form .birthday .day {
  margin: 0 0 0 10px;
}

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

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

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

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

.contact-form .name-2col {
  display: flex;
  align-items: center;
}

.contact-form .name-2col dt {
  width: 35px;
  margin-right: 1em;
}

.contact-form .name-2col dd {
  width: 210px;
  margin-right: 1em;
}

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

/*------------
投稿パーツ
--------------*/
.category-title {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 25px;
  margin-bottom: 30px;
}

/*普通投稿*/
.list-post-type01 {
  margin-bottom: 80px;
}

.list-post-type01 li {
  overflow: hidden;
}

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

.list-post-type01 .list-ttl {
  background: url(../images/under/h4-item.png) repeat-x left bottom;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  margin: 0 0 25px;
}

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

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

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

.list-post-type01 .list-img img {
  width: 250px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.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 {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 25px 0 0;
}

.list-post-type01 .category {
  border: 1px solid #fea59e;
  color: #fea59e;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px 4px;
  margin: 0 10px 0 0;
}

.list-post-type01 .list-txt {
  margin: 0 0 15px;
}

.list-post-type01 .list-btn {
  text-align: right;
}

.list-post-type01 .list-btn a {
  border: 1px solid #fea59e;
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  color: #fea59e;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  text-align: center;
  padding: 5px 40px 6px;
  transition: .5s;
}

.list-post-type01 .list-btn a:hover {
  background: #fea59e;
  color: #fff;
}

/*詳細ページ*/
.l-post-single {
  margin-bottom: 80px;
}

.l-post-single .l-ttl {
  background: url(../images/under/h3-item.png) no-repeat center bottom;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

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

.post-data time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 20px 0 0;
}

.post-data .category {
  border: 1px solid #fea59e;
  color: #fea59e;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px 4px;
  margin: 0 10px 0 0;
}

.sale-data {
  margin: 0 0 20px;
}

.sale-data .label{
  display: block;
  background: #fd867f;
  width: 90px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 2px 0;
  margin: 0 10px 0 0;
}

/*詳細ページ*/
.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;
}

/*セレクト式カテゴリー*/
.select-area {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
}

.select-area .select-item {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
}

.select-area .select-ttl {
  display: inline-block;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 16px;
  margin: 0 15px 0 0;
}

.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: '';
  background: #fff url(../images/share/ico_arrow_down.svg) no-repeat;
  background-size: 20px;
  background-position: right center;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  height: 35px;
  min-width: 150px;
  padding: 5px 20px 5px 0;
}

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

/*ページャー*/
.post-number {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "FOT-筑紫オールド明朝 Pro R";
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}

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

.post-number .current {
  color: #000;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.post-number-single {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  line-height: 1;
  overflow: hidden;
}

.post-number-single a {
  display: inline-block;
  color: #000;
}

.post-number-single a.next {
  margin-top: 0;
}

.post-number-single a.next::before {
  content: '';
  background: url(../images/share/ico_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 22px;
  height: 22px;
}

.post-number-single a.prev {
  margin-top: 0;
}

.post-number-single a.prev::after {
  content: '';
  background: url(../images/share/ico_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 22px;
  height: 22px;
}

.post-number-single a.all {
  padding: 2px 0 0;
}

.post-number-single a:hover {
  opacity: .5;
}

.l-style01 {
  padding: 40px 45px;
  border: 1px solid #d7cdc3;
  border-radius: 10px;
  background: url(../images/under/box-bg.jpg);
}

.l-style01 .l-ttl {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.l-style01 .l-ttl::before {
  content: "";
  background: #b6a18a;
  box-shadow: 1px 1px 0 #e4ded2;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 8px;
  left: 0;
}

/*-----------------------------------------------------------
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: #00B050;
}

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

/*-----------------------------------------------------------
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;
}
