@charset "UTF-8";
/*==========================================
  Config
  ==========================================*/
/*==========================================
  Common
  ==========================================*/
/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1001;
}

/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
}

.sp {
  display: none !important;
}

a {
  color: #420d08;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:visited {
  color: #420d08;
}
a:hover {
  color: #420d08;
  text-decoration: none;
}
a:active {
  color: #420d08;
}
a.tel {
  pointer-events: none;
  cursor: default;
}

/* Contents
==================================*/
/* main
==================================*/
main {
  display: block; /*IE対策*/
}
main .page_ttl {
  height: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/top/bg-sweetsbank.jpg) repeat center top;
}
main .page_ttl h1 {
  margin-top: 35px;
  position: relative;
}
main .page_ttl h1::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .page_ttl h1 .en {
  line-height: 1;
  font-size: 18px;
  padding-bottom: 18px;
  display: block;
  border-bottom: 2px solid #420d08;
  font-family: "FuturaLTPro-Book", sans-serif;
  letter-spacing: 0.15em;
}
main .page_ttl h1 .ja {
  line-height: 1;
  font-size: 42px;
  padding: 9px 0 0;
  display: block;
  font-family: "FOT-筑紫B丸ゴシック Std B", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 -4px 0 -7px;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
}
header h1, header p.logo {
  position: absolute;
  top: 29px;
  left: 61px;
}
header h1 a, header p.logo a {
  display: block;
  width: 254px;
  height: 56px;
  background: url(../images/common/logo01.svg) no-repeat 0 0/contain;
  text-indent: -9999px;
}
header .menu_wrap {
  position: absolute;
  top: 15px;
  right: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .menu_wrap .menu {
  position: relative;
  z-index: 999;
  background: url(../images/common/menubg.png) no-repeat 0 0/contain;
  display: block;
  width: 99px;
  height: 94px;
  padding-top: 62px;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header .menu_wrap .menu {
    background: url(../images/common/menubg@2x.png) no-repeat 0 0/contain;
  }
}
header .menu_wrap .menu.active {
  background: none;
}
header .menu_wrap .menu p {
  font-family: "FuturaLTPro-Book", sans-serif;
  font-size: 12px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .menu_wrap .menu p.active {
  color: #000000;
}
header .menu_wrap .menu span {
  position: absolute;
  top: 34px;
  left: 30px;
  display: inline-block;
  background: #000000;
  width: 37px;
  height: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .menu_wrap .menu span.line-b {
  top: 45px;
  width: 23px;
}
header .menu_wrap .menu span.active.line-t {
  top: 38px;
  background: #000000;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
header .menu_wrap .menu span.active.line-b {
  background: #000000;
  top: 38px;
  width: 37px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
header nav {
  position: fixed;
  top: 0;
  right: -464px;
  bottom: 0;
  z-index: 998;
  background: #ffffff;
  width: 464px;
  padding: 157px 0 0;
  overflow-y: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header nav::-webkit-scrollbar {
  width: 10px;
}
header nav::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #420d08;
}
header nav::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}
header nav.show {
  right: 0;
}
header nav .toppage {
  width: 196px;
  top: 42px;
  left: 60px;
  position: absolute;
}
header nav .toppage img {
  width: 100%;
  height: auto;
}
header nav ul {
  text-align: center;
}
header nav ul li {
  margin-bottom: 47px;
}
header nav ul li a {
  position: relative;
  display: inline-block;
  font-family: "FuturaLTPro-Book", sans-serif;
  font-size: 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header nav ul li a::after {
  position: absolute;
  bottom: 24px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #420d08;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header nav ul li a span.ja {
  display: block;
  color: #a59593;
  font-size: 12px;
  margin-top: 7px;
  font-family: "FOT-筑紫B丸ゴシック Std R", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}
header nav ul li a:hover::after, header nav ul li a.here::after {
  bottom: 18px;
  opacity: 1;
}
header nav ul.sns {
  width: 144px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header nav ul.sns li {
  width: 42px;
  margin: 0 15px;
  text-indent: -9999px;
}
header nav ul.sns li a {
  display: block;
  width: 100%;
  height: 42px;
  background: url(../images/common/icon_insta.svg) no-repeat 0 0/contain;
}
header nav ul.sns li a::after {
  display: none;
}
header nav ul.sns li a:hover {
  opacity: 0.7;
}
header nav ul.sns li.fb {
  display: none;
}
header nav ul.sns li.fb a {
  background: url(../images/common/icon_facebook.svg) no-repeat 0 0/contain;
}
header.scroll h1 a, header.scroll p.logo a {
  width: 94px;
  height: 117px;
  background: url(../images/common/logo01_tate.svg) no-repeat 0 0/contain;
}

/* pan
==================================*/
#pan {
  padding: 0 60px;
  position: relative;
  top: 100px;
  left: 0;
}
#pan ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1246px;
  margin: 0 auto;
  padding: 0 0 33px;
}
#pan ul li {
  position: relative;
  margin-right: 16px;
  font-size: 14px;
  color: #6f6f6f;
}
#pan ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -10px;
  background: url(../images/info/ar04.jpg) no-repeat center/contain;
  width: 4px;
  height: 5px;
}
#pan ul li:last-child::after {
  content: none;
}
#pan ul li a {
  -webkit-transition: 0s;
  transition: 0s;
  text-decoration: underline;
}
#pan ul li a:hover {
  opacity: 0.7;
}

/* footer
==================================*/
footer {
  background: #f5f5f5;
  padding: 0 0 24px;
  text-align: center;
  position: relative;
}
footer nav {
  padding: 38px 0 0;
}
footer nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 846px;
  margin: auto;
}
footer nav ul li {
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.1em;
  font-family: "FuturaLTPro-Book", sans-serif;
}
footer nav ul li a {
  position: relative;
}
footer nav ul li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #420d08;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer nav ul li a:hover::after {
  bottom: -4px;
  opacity: 1;
}
footer nav ul li ul {
  display: block;
  margin-top: 8px;
}
footer nav ul li ul li {
  color: #877371;
  font-size: 12px;
  line-height: 25px;
  font-family: "FOT-筑紫A丸ゴシック Std R", san-serif;
  position: relative;
  letter-spacing: 0.05em;
}
footer nav ul li ul li::before {
  content: "> ";
}
footer nav ul li ul li a {
  color: #877371;
  font-size: 12px;
  font-family: "FOT-筑紫A丸ゴシック Std R", san-serif;
}
footer nav ul li ul li a::after {
  background-color: #877371 !important;
}
footer nav ul li ul li a:hover, footer nav ul li ul li a:visited {
  color: #877371;
}
footer .logo {
  margin: 76px auto 38px;
  width: 254px;
}
footer .logo img {
  width: 100%;
}
footer .address {
  font-size: 14px;
  margin-bottom: 27px;
}
footer .insta {
  font-size: 12px;
  font-family: "FuturaLTPro-Book", sans-serif;
}
footer .insta a {
  font-size: 14px;
  margin-left: 22px;
  padding-left: 36px;
  position: relative;
}
footer .insta a::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -7px;
  left: 0;
  background: url(../images/common/icon_insta.svg) no-repeat left top/contain;
}
footer .insta a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  content: "";
  width: calc(100% - 36px);
  height: 1px;
  background-color: #420d08;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .insta a:hover::after {
  bottom: -4px;
  opacity: 1;
}
footer .mailto {
  font-size: 14px;
  font-family: "FuturaLTPro-Medium", sans-serif;
  margin: 14px 0 17px;
  letter-spacing: 0.08em;
}
footer .mailto a {
  position: relative;
}
footer .mailto a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #420d08;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .mailto a:hover::after {
  bottom: -4px;
  opacity: 1;
}
footer .company {
  width: 561px;
  margin: auto;
  border-top: #d8d1d1 1px solid;
  font-size: 14px;
  padding-top: 15px;
}
footer .company a {
  position: relative;
  padding-right: 20px;
}
footer .company a::before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 4px;
  right: 0;
  background: url(../images/common/icon_link.svg) no-repeat left top/contain;
}
footer .company a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #420d08;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .company a:hover::after {
  bottom: -4px;
  opacity: 1;
}
footer .copy {
  margin-top: 59px;
}
footer .copy small {
  color: #8b7b7a;
  font-family: "FuturaLTPro-Book", sans-serif;
  font-size: 14px;
}
footer #Brand {
  background: #fff;
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer #Brand .brandbox {
  border: #c8c8c8 1px solid;
  margin: 0 8px;
  padding-top: 22px;
  height: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer #Brand .brandbox h2 {
  font-size: 14px;
  font-family: "FOT-筑紫B丸ゴシック Std B", sans-serif;
  letter-spacing: 0.08em;
}
footer #Brand .brandbox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer #Brand .brandbox ul li img {
  width: 100%;
}
footer #Brand .brandbox a:hover {
  opacity: 0.7;
}
footer #Brand .brandbox.onlineshop {
  width: 190px;
}
footer #Brand .brandbox.onlineshop h2 {
  margin-bottom: 23px;
}
footer #Brand .brandbox.onlineshop img {
  width: 123px;
}
footer #Brand .brandbox.faci {
  width: 443px;
}
footer #Brand .brandbox.faci li.factory {
  width: 177px;
  margin-right: 25px;
  padding-top: 7px;
}
footer #Brand .brandbox.faci li.nicoe {
  width: 110px;
  margin-right: 28px;
  padding-top: 14px;
}
footer #Brand .brandbox.faci li.cacao {
  width: 60px;
  margin-top: -7px;
}
footer #Brand .brandbox.brand {
  width: 525px;
}
footer #Brand .brandbox.brand h2 {
  margin-bottom: 21px;
}
footer #Brand .brandbox.brand li.gokokuya {
  width: 125px;
  margin: 0 37px 0 34px;
}
footer #Brand .brandbox.brand li.coneri {
  width: 147px;
}
footer #Brand .brandbox.brand li.shunkado {
  width: 125px;
}
@media screen and (max-width: 1206px) {
  footer #Brand .brandbox.onlineshop {
    width: 150px;
    padding: 22px 0 0;
  }
  footer #Brand .brandbox.onlineshop img {
    width: 100px;
  }
  footer #Brand .brandbox.faci {
    width: auto;
    padding: 22px 10px 0;
    margin-right: 8px;
  }
  footer #Brand .brandbox.faci li.factory {
    width: 126px;
    margin-right: 21px;
  }
  footer #Brand .brandbox.faci li.nicoe {
    width: 100px;
    margin-right: 20px;
  }
  footer #Brand .brandbox.brand {
    width: auto;
    padding: 22px 10px 0;
  }
  footer #Brand .brandbox.brand li.gokokuya {
    width: 92px;
    margin: 0 20px 0 21px;
  }
  footer #Brand .brandbox.brand li.coneri {
    width: 114px;
  }
  footer #Brand .brandbox.brand li.shunkado {
    width: 100px;
  }
}

#pageTop {
  position: absolute;
  right: 40px;
  top: -57px;
}
#pageTop a {
  font-family: "FuturaLTPro-Book", sans-serif;
  position: relative;
  background: url(../images/common/menubg.png) no-repeat 0 0/100%;
  /*background: #fff;
  border-radius: 57% 43% 40% 60% / 60% 47% 53% 40%;*/
  display: block;
  width: 99px;
  height: 94px;
  padding-top: 56px;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #pageTop a {
    background: url(../images/common/menubg@2x.png) no-repeat 0 0/100%;
  }
}
#pageTop a::before {
  content: "";
  display: block;
  width: 35px;
  height: 18px;
  background: url(../images/common/icon_pageTop.svg) no-repeat 0 0/100%;
  position: absolute;
  top: 24px;
  left: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#pageTop a:hover::before {
  top: 19px;
}

/*==========================================
  Layout
  ==========================================*/
/* common
==================================*/
main {
  height: 100vh;
}

.calendar {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}

.fixImg {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fixImg.phArea1 {
  background-image: url(../images/top/main01.jpg);
}
.fixImg.phArea2 {
  background-image: url(../images/top/main02.jpg);
}
.fixImg.phArea3 {
  background-image: url(../images/top/main03.jpg);
}

section {
  background: #fff;
}
section > .inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 30px;
}
section h2 {
  font-family: "FuturaLTPro-Book", sans-serif;
  text-align: center;
  font-size: 55px;
  letter-spacing: 0.04em;
}
section h2 .ja {
  font-family: "FOT-筑紫B丸ゴシック Std B", sans-serif;
  display: block;
  font-size: 20px;
  letter-spacing: 0.08em;
  padding-top: 38px;
  position: relative;
}
section h2 .ja::before {
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  position: absolute;
  left: calc(50% - 80px);
  top: 21px;
  background: #420d08;
}
section img {
  width: 100%;
  height: auto;
}

.slider li img {
  width: 100%;
  height: auto;
}

/* Concept
==================================*/
#Concept {
  padding: 99px 0 148px;
}
#Concept p {
  line-height: 1.8;
  text-align: center;
}
#Concept p.logo {
  width: 242px;
  margin: 74px auto 81px;
}
#Concept h3 {
  font-family: "FOT-筑紫B丸ゴシック Std B", sans-serif;
  text-align: center;
  font-size: 40px;
  margin-bottom: 38px;
}

/* Facility
==================================*/
#Facility {
  padding: 98px 0 83px;
}
#Facility > .inner {
  max-width: 920px;
}
#Facility h2 {
  margin-bottom: 60px;
}
#Facility ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#Facility ul li {
  width: calc((100% - 200px) / 2);
  margin: 0 50px 70px;
  padding-bottom: 81px;
  position: relative;
}
#Facility ul li figure {
  position: relative;
}
#Facility ul li figure.shop1 figcaption {
  width: 178px;
  margin: 17px auto 24px;
}
#Facility ul li figure.shop2 figcaption {
  width: 199px;
  margin: 0 auto 21px;
}
#Facility ul li figure.shop3 figcaption {
  width: 264px;
  margin: 0 auto 20px;
}
#Facility ul li figure.shop4 figcaption {
  width: 323px;
  margin: 23px auto 24px;
}
#Facility ul li p {
  margin: 0 0 16px;
  padding: 15px 0 16px;
  font-size: 14px;
  line-height: 24px;
  border-bottom: #e8e8e8 1px solid;
}
#Facility ul li a.tel, #Facility ul li a.mail {
  font-family: "FuturaLTPro-Medium", sans-serif;
  font-size: 18px;
}
#Facility ul li ul.info {
  display: block;
  margin-top: 5px;
}
#Facility ul li ul.info li {
  position: relative;
  width: calc(100% - 94px);
  margin: 0;
  padding: 0 0 0 94px;
  line-height: 28px;
}
#Facility ul li ul.info li span {
  position: absolute;
  left: 0;
}
#Facility ul li ul.info li::before {
  content: "／";
  position: absolute;
  left: 72px;
  top: 0;
}
#Facility ul li a.more {
  font-family: "FuturaLTPro-Book", sans-serif;
  text-align: center;
  display: block;
  padding: 18px 0;
  width: 186px;
  margin: auto;
  background: url(../images/top/btn1.svg) no-repeat center center;
  position: absolute;
  left: calc(50% - 93px);
  bottom: 0;
}
#Facility ul li a.more:hover {
  padding: 17px 0;
  width: 208px;
  margin: auto;
  left: calc(50% - 104px);
  color: #fff;
  background: url(../images/top/btn1_hover.svg) no-repeat center center;
}

/* Instagram
==================================*/
#Instagram {
  padding: 98px 0 143px;
  background: url(../images/top/bg-sweetsbank.jpg) repeat center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #Instagram {
    background: url(../images/top/bg-sweetsbank@2x.jpg) repeat center top;
  }
}
#Instagram h2 {
  margin-bottom: 29px;
}
#Instagram a.more {
  display: inline-block;
  padding: 0 51px 0 51px;
  font-family: "FuturaLTPro-Book", sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  position: relative;
  margin-bottom: 49px;
}
#Instagram a.more::before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  position: absolute;
  top: -13px;
  left: 0;
  background: url(../images/common/icon_insta.svg) no-repeat left top/100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Instagram a.more::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 8px;
  background: #adadad;
  width: 36px;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Instagram a.more:hover::before {
  width: 47px;
  height: 47px;
  top: -15px;
  left: -2px;
}
#Instagram a.more:hover::after {
  right: 0;
  width: 44px;
}
#Instagram ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
#Instagram ul li {
  width: calc((100% - 14px) / 3);
  margin: 0 6px 4px 0;
}
#Instagram ul li:nth-child(3n) {
  margin-right: 0;
}
#Instagram ul li a {
  position: relative;
  display: block;
}
#Instagram ul li a .hover_box {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#Instagram ul li a .hover_box:hover {
  opacity: 1;
}
#Instagram ul li a .hover_box p {
  position: relative;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.08em;
  display: inline-block;
  font-family: "FuturaLTPro-Book", sans-serif;
}

/* News
=================================*/
#News {
  padding: 94px 0 129px;
}
#News > .inner {
  position: relative;
  max-width: 940px;
}
#News .banners {
  margin: 0 0 40px 0;
}
#News h2 {
  margin-bottom: 53px;
}
#News p.btn {
  text-align: center;
  font-family: "FuturaLTPro-Book", sans-serif;
  font-size: 18px;
  margin-top: 43px;
}
#News p.btn a {
  display: block;
  width: 226px;
  margin: auto;
  padding: 17px 0;
  background: url(../images/top/btn2.svg) no-repeat center center;
}
#News p.btn a:hover {
  width: 228px;
  padding: 16px 0;
  color: #fff;
  background: url(../images/top/btn2_hover.svg) no-repeat center center;
}
#News .news-list li {
  border-bottom: #d6d6d6 1px solid;
  /* OPEN時のみ */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#News .news-list li a {
  padding: 20px 18px 16px;
}
#News .news-list li a:hover p span {
  border-bottom: 1px solid #420d08;
  padding-bottom: 2px;
}
#News .news-list li .date {
  letter-spacing: 0.03em;
  font-family: "FuturaLTPro-Medium", sans-serif;
  width: 89px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 89px;
      -ms-flex: 0 0 89px;
          flex: 0 0 89px;
  line-height: 1.5;
}
#News .news-list li .category-cat {
  font-size: 14px;
  background: #a69880;
  width: 80px;
  height: 21px; /* OPEN時のみ */
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  padding: 1px 0 2px;
}
#News .news-list li p {
  font-size: 18px;
  border-bottom: none;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; OPEN時のみ */
}
#News .news-list li p span {
  position: relative;
  display: inline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 0 2px;
  border-bottom: 1px solid transparent;
}
#News .news-list li:last-child {
  border-bottom: none;
}

/* Access
==================================*/
#Access {
  padding: 79px 0 170px;
}
#Access > .inner {
  max-width: 1200px;
}
#Access h2 {
  margin-bottom: 100px;
}
#Access .access-map {
  position: relative;
  margin-bottom: 97px;
}
#Access .access-map .map {
  position: relative;
  width: 100%;
  height: 544px;
  overflow: hidden;
  border-radius: 10px;
}
#Access .access-map .map iframe {
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
}
#Access .access-map .address-box {
  position: absolute;
  bottom: -17px;
  right: 0;
  z-index: 3;
  width: 468px;
  padding: 31px 0 13px 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background: url(../images/top/bg-sweetsbank.jpg) repeat center top;
  background-size: 114px 114px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #Access .access-map .address-box {
    background: url(../images/top/bg-sweetsbank@2x.jpg) repeat center top;
    background-size: 114px 114px;
  }
}
#Access .access-map .address-box h3 {
  width: 180px;
  margin-bottom: 27px;
}
#Access .access-map .address-box p {
  font-size: 14px;
  line-height: 22px;
}
#Access .access-map .address-box p a.mail {
  font-family: "FuturaLTPro-Book", sans-serif;
}
#Access .access-map .address-box .g_map {
  margin-bottom: 15px;
}
#Access .access-map .address-box .g_map::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 21px;
  background: url(../images/top/map_pin.svg) no-repeat 0/contain;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
#Access .access-map .address-box .g_map a {
  font-size: 14px;
  border-bottom: 1px solid #420d08;
}
#Access .access-map .address-box .g_map a:hover {
  opacity: 0.7;
}
#Access .access-map .address-box .info {
  clear: both;
  overflow: hidden;
  margin: 8px 0 4px;
}
#Access .access-map .address-box .info li {
  float: left;
  font-size: 14px;
}
#Access .access-map .address-box .info li a.tel {
  font-size: 18px;
  margin-right: 18px;
  font-family: "FuturaLTPro-Medium", sans-serif;
}
#Access ul.way {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Access ul.way li {
  width: 48%;
}
#Access ul.way li h3 {
  font-family: "FOT-筑紫B丸ゴシック Std B", sans-serif;
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: #e8e8e8 1px solid;
}
#Access ul.way li.car dl dt {
  background: #dfd0ac;
}
#Access ul.way li.car dl:last-child dd {
  padding-top: 7px;
}
#Access ul.way li.bus dl dt {
  background: #b9cccb;
}
#Access ul.way li.bus dl dd span {
  display: block;
  margin: 8px 0 0 1em;
  text-indent: -1em;
}
#Access ul.way li.taxi dl dt {
  background: #d4cec5;
}
#Access ul.way li.taxi dl:nth-of-type(1) dd {
  padding-top: 7px;
}
#Access ul.way li.taxi dl dd span.thirty {
  display: block;
  margin-top: 10px;
}
#Access ul.way dl {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 39px;
}
#Access ul.way dl dt {
  float: left;
  width: 70px;
  text-align: center;
  margin-right: 8px;
  border-radius: 5px;
  padding: 11px 0;
}
#Access ul.way dl dd {
  float: left;
  width: calc(100% - 78px);
  line-height: 22px;
}
#Access ul.way dl:last-child {
  margin-bottom: 0;
}

/* Recruit
==================================*/
#Recruit {
  padding: 98px 0 143px;
  background: url(../images/top/bg-sweetsbank.jpg) repeat center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #Recruit {
    background: url(../images/top/bg-sweetsbank@2x.jpg) repeat center top;
  }
}
#Recruit h2 {
  margin-bottom: 60px;
}
#Recruit p {
  text-align: center;
}
#Recruit p a:hover {
  opacity: 0.7;
}
#Recruit p + p {
  padding-top: 15px;
}

#info header .menu_wrap .menu {
  background: rgb(255, 255, 255);
}
#info header .menu_wrap .menu.active {
  background: none;
}

/*==================================
  info
==================================*/
#info main {
  padding: 320px 0 0 0;
}
#info main .title {
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/info/bg01.jpg);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
#info main .title h1 {
  text-align: center;
  padding: 94px 0 0 0;
}
#info main .title h1 img {
  width: 344px;
  height: 179px;
}
#info main #Content {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
#info main #Content *, #info main #Content *:before, #info main #Content *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#info main #Content .inner {
  max-width: 1200px;
  margin: auto;
  padding-left: 60px;
  padding-right: 60px;
}
#info main #Content .inner .pager {
  margin-top: 60px;
  padding-top: 0;
}
#info main #Content .inner .categorybox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
#info main #Content .inner .categorybox .cbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#info main #Content .inner .categorybox .cbox:first-child {
  margin-right: 40px;
}
#info main #Content .inner .categorybox .cbox p {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "FuturaLTPro-Book", sans-serif;
  margin-right: 20px;
}
#info main #Content .inner .categorybox .cbox .c_sen {
  max-width: 220px;
  width: 100%;
}
#info main #Content .inner .categorybox .cbox .c_sen select {
  padding: 15px 55px 15px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: 1px solid #adadad;
  background: #fff url(../images/info/ar01.png) no-repeat right 20px top 50%;
  position: relative;
}
#info main #Content .inner .categorybox .cbox .c_sen select::-ms-expand {
  display: none;
}
#info main article {
  max-width: 900px;
  margin: 0 auto 28px;
  padding-bottom: 20px;
}
#info main article p {
  margin: 0 0 30px;
}
#info main article p img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#info main article .detail_tl h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  padding: 7px 0 16px;
  border-bottom: #adadad 1px solid;
  margin-bottom: 40px;
}
#info main article .detail_tl p.day {
  margin: 0 0 5px;
  font-family: "FuturaLTPro-Book", sans-serif;
  font-size: 16px;
}
#info main article .detail_tl p.day .tag {
  display: inline-block;
  color: #fff;
  width: 65px;
  height: 19px;
  margin-left: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  background: #77a9c7;
}
#info main article .detail_hon {
  width: 100%;
}
#info main article .detail_hon p {
  line-height: 1.5;
}
#info main article .detail_hon h3 {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 6px;
}
#info main article .detail_hon a {
  text-decoration: underline;
}
#info main article .detail_hon a:hover {
  color: #2290d2;
}
@media (max-width: 1160px) {
  #info main article {
    margin: 0 40px 28px;
  }
}
#info main .detail .comPageBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#info main .detail .comPageBtn li {
  font-size: 18px;
  line-height: 1;
  position: relative;
}
#info main .detail .comPageBtn li.back {
  margin: 0 60px;
}
#info main .detail .comPageBtn li.back a {
  text-align: center;
  width: 280px;
  height: auto;
  font-size: 18px;
  margin: 0;
  display: inline-block;
  padding: 27px 0;
  border: 1px solid #e3e3e3;
  background: #fff;
}
#info main .detail .comPageBtn li.back a:hover {
  color: #fff;
  border-color: transparent;
  background: #b09b5c;
}
#info main .detail .comPageBtn li.prev a, #info main .detail .comPageBtn li.next a {
  border: none;
  width: auto;
  padding: 0;
  margin: 0;
}
#info main .detail .comPageBtn li.prev a:hover, #info main .detail .comPageBtn li.next a:hover {
  color: #b09b5c;
}
#info main .detail .comPageBtn li.prev a {
  background: url(../images/common/icon_arrow_left.svg) no-repeat center left;
  background-size: 4px 7px;
  padding-left: 24px;
}
#info main .detail .comPageBtn li.next a {
  background: url(../images/common/icon_arrow_right.svg) no-repeat center right;
  background-size: 4px 7px;
  padding-right: 24px;
}

/* news-list
================================================ */
.news-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-list li a p {
  border-bottom: 1px solid #adadad;
  padding: 0 0 6px 0;
}
.news-list li .date {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "FuturaLTPro-Book", sans-serif;
  font-weight: 500;
  margin-right: 10px;
  display: inline-block;
  width: 85px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 85px;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
  line-height: 1.5;
}
.news-list li .category-cat {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: #77a9c7;
  width: 65px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65px;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  display: inline-block;
  text-align: center;
  padding: 3px 5px;
  margin-right: 22px;
  line-height: 1.5;
}
.news-list li p {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  position: relative;
  top: -1px;
  left: 0;
}
.news-list li .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.news-list li .icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* pager
================================================ */
#Content .pager {
  padding-top: 32px;
  width: 100%;
  text-align: center;
  letter-spacing: -0.4em;
}
#Content .pager .pages {
  display: none;
}
#Content .pager a {
  display: inline-block;
  width: 52px;
  height: 52px;
  text-align: center;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 8px;
  font-family: "FuturaLTPro-Book", sans-serif;
  padding: 16px 5px;
  color: #000;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Content .pager a:hover {
  background: #eee;
  border-color: transparent;
  text-decoration: none;
}
#Content .pager a.btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  width: 180px;
  height: 50px;
  margin: 20px 0 0;
  padding: 16px 23px;
  border: 1px solid #adadad;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}
#Content .pager a.btn::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -1px;
  background: #fff;
  width: 10px;
  height: 26px;
}
#Content .pager a.btn::after {
  content: "";
  position: absolute;
  top: 24px;
  left: -18px;
  background: #adadad;
  width: 36px;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Content .pager a.btn:hover {
  background: #fff;
}
#Content .pager a.btn:hover::after {
  left: -38px;
}
#Content .pager span.current {
  display: inline-block;
  width: 52px;
  height: 52px;
  text-align: center;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 8px;
  font-family: "FuturaLTPro-Book", sans-serif;
  padding: 16px 5px;
  background: #eee;
}
#Content .pager a.previouspostslink,
#Content .pager span.prev a {
  background: none;
  width: auto;
  height: auto;
  margin: 0 50px 0 0;
  padding-left: 20px;
  background: url(../images/info/ar02.jpg) no-repeat left center;
  border: none;
}
#Content .pager a.previouspostslink:hover,
#Content .pager span.prev a:hover {
  color: #000;
  text-decoration: none !important;
  opacity: 0.75;
}
#Content .pager a.nextpostslink,
#Content .pager span.next a {
  background: none;
  width: auto;
  height: auto;
  margin: 0 0 0 50px;
  padding-right: 20px;
  background: url(../images/info/ar03.jpg) no-repeat right center;
  border: none;
}
#Content .pager a.nextpostslink:hover,
#Content .pager span.next a:hover {
  color: #000;
  text-decoration: none !important;
  opacity: 0.75;
}
#Content .pager .comPageBtn li {
  display: inline;
}
#Content .pager a.first {
  display: none;
}
#Content .pager a.last {
  display: none;
}
#Content .pager .wp-pagenavi span.extend {
  display: none;
}

#Content .pager a.previouspostslink:hover,
#Content .pager .comPageBtn li.prev a:hover,
#Content .pager a.nextpostslink:hover,
#Content .pager .comPageBtn li.next a:hover {
  text-decoration: underline;
}

main.detail #Content .pager a {
  padding: 25px 20px;
}
main.detail #Content .pager .back a {
  width: 280px;
  height: 74px;
}

/*==================================
  NewsPage
==================================*/
#NewsPage main #News {
  padding: 80px 0 180px;
}
#NewsPage main .page_ttl h1 {
  text-align: center;
}
#NewsPage main .page_ttl h1 .ja {
  padding: 9px 7px 0;
  margin: 0;
}
#NewsPage main .pager_wrap {
  margin-top: 100px;
}
#NewsPage main .pager_wrap .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#NewsPage main .pager_wrap .wp-pagenavi a, #NewsPage main .pager_wrap .wp-pagenavi .current {
  font-family: "FuturaLTPro-Book", sans-serif;
}
#NewsPage main .pager_wrap .wp-pagenavi .page, #NewsPage main .pager_wrap .wp-pagenavi .current {
  font-size: 26px;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
#NewsPage main .pager_wrap .wp-pagenavi .page::before, #NewsPage main .pager_wrap .wp-pagenavi .current::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 68px;
  height: 66px;
  background: url(../images/news/pager_h.svg) no-repeat 0/contain;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
#NewsPage main .pager_wrap .wp-pagenavi .page:hover::before {
  opacity: 1;
}
#NewsPage main .pager_wrap .wp-pagenavi .current::before {
  opacity: 1;
}
#NewsPage main .pager_wrap .wp-pagenavi .previouspostslink, #NewsPage main .pager_wrap .wp-pagenavi .nextpostslink {
  font-size: 20px;
  position: relative;
}
#NewsPage main .pager_wrap .wp-pagenavi .previouspostslink::before, #NewsPage main .pager_wrap .wp-pagenavi .nextpostslink::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #420d08;
  border-left: 1px solid #420d08;
  top: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#NewsPage main .pager_wrap .wp-pagenavi .previouspostslink {
  padding-right: 10px;
}
#NewsPage main .pager_wrap .wp-pagenavi .previouspostslink::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -15px;
}
#NewsPage main .pager_wrap .wp-pagenavi .previouspostslink:hover::before {
  left: -20px;
}
#NewsPage main .pager_wrap .wp-pagenavi .nextpostslink {
  padding-left: 10px;
}
#NewsPage main .pager_wrap .wp-pagenavi .nextpostslink::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: -15px;
}
#NewsPage main .pager_wrap .wp-pagenavi .nextpostslink:hover::before {
  right: -20px;
}
#NewsPage main .blog_sec {
  margin-top: 100px;
  padding-bottom: 170px;
}
#NewsPage main .blog_sec .inner {
  max-width: 1000px;
}
#NewsPage main .blog_sec .inner .tit_wrap {
  padding: 0 5px 25px;
  border-bottom: 1px solid #d6d6d6;
}
#NewsPage main .blog_sec .inner .tit_wrap .info {
  margin-bottom: 19px;
  font-family: "FuturaLTPro-Book", sans-serif;
}
#NewsPage main .blog_sec .inner .tit_wrap .info span {
  font-size: 14px;
  color: #fff;
  font-family: "FOT-筑紫B丸ゴシック Std R";
  background: #a69880;
  margin-left: 10px;
  padding: 1px 5px 2px;
  letter-spacing: 0;
}
#NewsPage main .blog_sec .inner .tit_wrap h2 {
  font-size: 20px;
  font-family: "FOT-筑紫B丸ゴシック Std B", sans-serif;
  text-align: left;
  line-height: 1.2;
}
#NewsPage main .blog_sec .inner .free_wrap {
  padding: 35px 5px 0;
}
#NewsPage main .blog_sec .inner .free_wrap p {
  line-height: 1.5;
}
#NewsPage main .blog_sec .inner .free_wrap p:not(:last-of-type) {
  margin-bottom: 30px;
}
#NewsPage main .blog_sec .inner .free_wrap p img {
  margin-top: 10px;
  width: auto;
  max-width: 100%;
  height: auto;
}
#NewsPage main .blog_sec .inner .free_wrap p a {
  border-bottom: 1px solid #420d08;
}
#NewsPage main .blog_sec .inner .free_wrap p a:hover {
  opacity: 0.7;
}
#NewsPage main .blog_sec .inner .blog_pager {
  margin-top: 110px;
  position: relative;
}
#NewsPage main .blog_sec .inner .blog_pager .prev a, #NewsPage main .blog_sec .inner .blog_pager .next a {
  font-family: "FuturaLTPro-Book", sans-serif;
  font-size: 20px;
  position: absolute;
  top: 15px;
}
#NewsPage main .blog_sec .inner .blog_pager .prev a::before, #NewsPage main .blog_sec .inner .blog_pager .next a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #420d08;
  border-left: 1px solid #420d08;
  top: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#NewsPage main .blog_sec .inner .blog_pager .prev a {
  left: calc(50% - 186px);
}
#NewsPage main .blog_sec .inner .blog_pager .prev a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -15px;
}
#NewsPage main .blog_sec .inner .blog_pager .prev a:hover::before {
  left: -20px;
}
#NewsPage main .blog_sec .inner .blog_pager .next a {
  right: calc(50% - 186px);
}
#NewsPage main .blog_sec .inner .blog_pager .next a::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: -15px;
}
#NewsPage main .blog_sec .inner .blog_pager .next a:hover::before {
  right: -20px;
}
#NewsPage main .blog_sec .inner .blog_pager .back {
  width: 216px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #420d08;
  border-radius: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: auto;
}
#NewsPage main .blog_sec .inner .blog_pager .back:hover {
  color: #fff;
  background: #420d08;
}

/*==================================
  Shunkado
==================================*/
#Shunkado main .slick-prev, #Shunkado main .slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 27px);
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
  width: 57px;
  height: 54px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
}
#Shunkado main .slick-prev {
  left: 10px;
  background: url(../images/shunkado/left.svg) no-repeat 0 0;
  background-size: contain;
}
#Shunkado main .slick-next {
  right: 10px;
  background: url(../images/shunkado/right.svg) no-repeat 0 0;
  background-size: contain;
}
#Shunkado main .page_ttl h1 {
  padding-left: 115px;
}
#Shunkado main .page_ttl h1::before {
  background: url(../images/shunkado/icon_shunkado.svg) no-repeat 0/contain;
  width: 83px;
  height: 80px;
}
#Shunkado main .mainimg_sec {
  position: relative;
  width: 100%;
}
#Shunkado main .mainimg_sec figcaption {
  position: absolute;
  top: 12.2vw;
  left: 14.1vw;
  width: 9.4vw;
}
#Shunkado main .concept_sec {
  padding: 100px 0 140px;
}
#Shunkado main .concept_sec h2 {
  width: 462px;
  margin: 0 auto 59px;
}
#Shunkado main .concept_sec p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
#Shunkado main .concept_sec p.photoimg {
  padding: 150px 0 100px;
}
#Shunkado main .facility_sec {
  padding-bottom: 117px;
}
#Shunkado main .facility_sec > .inner {
  max-width: 940px;
}
#Shunkado main .facility_sec h2 {
  margin-bottom: 69px;
}
#Shunkado main .facility_sec ul.sl1 .slick-prev, #Shunkado main .facility_sec ul.sl1 .slick-next {
  top: 238px;
}
#Shunkado main .facility_sec ul.sl1 figure {
  max-height: 450px;
  overflow: hidden;
}
#Shunkado main .facility_sec ul.sl1 li .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
#Shunkado main .facility_sec ul.sl1 li .txt figure {
  margin-right: 42px;
  width: 182px;
  max-height: 182px;
}
#Shunkado main .facility_sec ul.sl1 li .txt h3 {
  color: #221815;
  font-size: 24px;
  margin-bottom: 16px;
}
#Shunkado main .facility_sec ul.sl1 li .txt p {
  color: #221815;
  line-height: 24px;
  letter-spacing: 0.04em;
}
#Shunkado main .facility_sec ul.sl1 li .txt p span {
  display: block;
}
#Shunkado main .facility_sec ul.sl1 li .txt p span small {
  font-size: 12px;
}
#Shunkado main .facility_sec ul.sl1 li .txt p span.kome {
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
}
#Shunkado main .facility_sec ul.sl1 li.item1 .txt {
  margin-top: 70px;
}
#Shunkado main .facility_sec ul.sl1 li.item1 .txt p {
  text-align: center;
}
#Shunkado main .facility_sec ul.sl1 li.item2 .txt {
  margin-top: 70px;
}
#Shunkado main .facility_sec ul.sl1 li.item2 .txt h2 {
  text-align: center;
}
#Shunkado main .facility_sec ul.sl1 li.item2 .txt p {
  text-align: center;
}
#Shunkado main .facility_sec ul.sl1 li.item2 .txt p span {
  text-align: center;
}
#Shunkado main .facility_sec ul.sl1 li.item4 .txt {
  margin: 28px 20px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Shunkado main .facility_sec ul.sl1 li.item4 .txt .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Shunkado main .facility_sec ul.sl1 li.item4 .txt .item figure {
  margin-right: 18px;
  width: 96px;
}
#Shunkado main .facility_sec ul.sl1 li.item4 .txt .item:nth-of-type(2) figure {
  margin-right: 19px;
  width: 98px;
}
#Shunkado main .facility_sec .schedule {
  padding-top: 99px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#Shunkado main .facility_sec .schedule .img img {
  width: 450px;
}
#Shunkado main .facility_sec .schedule .img p {
  text-align: center;
  padding-top: 15px;
}
#Shunkado main .facility_sec .schedule .time {
  margin: 0px 0 0px 30px;
}
#Shunkado main .facility_sec .schedule .time h3 {
  border-bottom: #e8e8e8 1px solid;
  font-size: 24px;
  padding-bottom: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
}
#Shunkado main .facility_sec .schedule .time p {
  font-size: 16px;
  line-height: 24px;
}
#Shunkado main .facility_sec .schedule .time p span.margin {
  margin-left: -24px;
}
#Shunkado main .facility_sec .schedule .time p span.konma {
  padding-left: 18px;
}
#Shunkado main .facility_sec ul.others {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 99px;
}
#Shunkado main .facility_sec ul.others li {
  width: 48%;
  max-width: 450px;
  position: relative;
}
#Shunkado main .facility_sec ul.others li h3 {
  margin: 30px 0 16px;
  border-bottom: #e8e8e8 1px solid;
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 16px;
  position: relative;
}
#Shunkado main .facility_sec ul.others li h3 span {
  display: block;
  font-size: 16px;
  text-align: right;
  margin-top: 16px;
}
#Shunkado main .facility_sec ul.others li h3 span small {
  font-size: 12px;
}
#Shunkado main .facility_sec ul.others li p {
  line-height: 24px;
}
#Shunkado main .facility_sec ul.others li:nth-of-type(1) h3 {
  letter-spacing: 0;
}
#Shunkado main .facility_sec ul.others li:nth-of-type(1) h3 span {
  letter-spacing: 0.03em;
}
#Shunkado main .access_sec {
  background: url(../images/top/bg-sweetsbank.jpg) repeat center top;
  padding: 100px 0 150px;
}
#Shunkado main .access_sec > .inner {
  max-width: 940px;
}
#Shunkado main .access_sec h2 {
  margin-bottom: 69px;
}
#Shunkado main .access_sec .access-map {
  position: relative;
  margin-bottom: 59px;
}
#Shunkado main .access_sec .access-map .address-box {
  padding: 36px 55px 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  background: #ffffff;
  border: #f9f9f9 3px solid;
}
#Shunkado main .access_sec .access-map .address-box dl {
  width: 100%;
  padding: 16px 0;
  clear: both;
  overflow: hidden;
  border-bottom: #e8e8e8 1px solid;
}
#Shunkado main .access_sec .access-map .address-box dl dt, #Shunkado main .access_sec .access-map .address-box dl dd {
  float: left;
  font-size: 18px;
}
#Shunkado main .access_sec .access-map .address-box dl dt {
  width: 195px;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#Shunkado main .access_sec .access-map .address-box dl:last-child {
  border-bottom: none;
}

/*==================================
  Tora to Fusen
==================================*/
#Tora main .slick-prev, #Tora main .slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
  width: 32px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
}
#Tora main .slick-prev {
  left: 10px;
  background: url(../images/shunkado/left.svg) no-repeat 0 0;
  background-size: contain;
}
#Tora main .slick-next {
  right: 10px;
  background: url(../images/shunkado/right.svg) no-repeat 0 0;
  background-size: contain;
}
#Tora main .page_ttl h1 {
  padding-left: 100px;
}
#Tora main .page_ttl h1::before {
  background: url(../images/tora/icon_tora.svg) no-repeat 0/contain;
  width: 92px;
  height: 120px;
}
#Tora main .banner {
  max-width: 939px;
  padding: 0 30px;
  margin: 0 auto 100px auto;
}
#Tora main .banner img {
  width: 100%;
  height: auto;
}
#Tora main .banner a {
  -webkit-transition: 0.6;
  transition: 0.6;
}
#Tora main .banner a:hover {
  opacity: 0.7;
}
#Tora main .concept_sec {
  padding: 50px 0 100px;
}
#Tora main .concept_sec h2 {
  font-size: 48px;
  margin-bottom: 46px;
}
#Tora main .concept_sec p {
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: center;
}
#Tora main .concept_sec #wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 940px;
  margin: 0 auto 88px;
}
#Tora main .concept_sec #wrap #slider {
  margin-bottom: 20px;
}
#Tora main .concept_sec #wrap .slide-item img {
  width: 100%;
}
#Tora main .concept_sec #wrap #thumbnail-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}
#Tora main .concept_sec #wrap .thumbnail-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 19%;
      -ms-flex: 0 1 19%;
          flex: 0 1 19%;
  max-width: 19%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
#Tora main .concept_sec #wrap .thumbnail-item.thumbnail-current {
  opacity: 0.3;
}
#Tora main .concept_sec #wrap .thumbnail-item img {
  width: 100%;
}
#Tora main .menu_sec > .inner {
  max-width: 940px;
}
#Tora main .menu_sec h2 {
  margin-bottom: 59px;
}
#Tora main .menu_sec .menubox {
  margin-bottom: 50px;
}
#Tora main .menu_sec .menubox h3 {
  background: #f2efe9;
  margin-bottom: 20px;
  padding: 12px 20px 9px;
  font-size: 24px;
  letter-spacing: 0.1em;
  position: relative;
  font-family: "FuturaLTPro-Book", sans-serif;
  color: #440f0a;
}
#Tora main .menu_sec .menubox h3 span {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 16px;
}
#Tora main .menu_sec .menubox h3 span small {
  display: block;
  font-size: 12px;
  margin-top: 3px;
  letter-spacing: 0;
  font-family: "FOT-筑紫B丸ゴシック Std R";
}
#Tora main .menu_sec .menubox h3 span.t6 {
  top: 8px;
}
#Tora main .menu_sec .menubox .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Tora main .menu_sec .menubox .menu .sli_inner {
  width: 44.1%;
}
#Tora main .menu_sec .menubox .menu .disc {
  width: 51%;
}
#Tora main .menu_sec .menubox .menu .disc p {
  line-height: 24px;
}
#Tora main .menu_sec .menubox .menu .disc a.btn {
  margin-top: 50px;
  display: block;
  width: 216px;
  border: #420d08 1px solid;
  text-align: center;
  border-radius: 23px;
  letter-spacing: 0.08em;
  padding: 12px 0 15px;
}
#Tora main .menu_sec .menubox .menu .disc a.btn span {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}
#Tora main .menu_sec .menubox .menu .disc a.btn span::after {
  content: "";
  display: block;
  background: url(../images/tora/pdf.svg) no-repeat 0 0;
  width: 15px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 0;
}
#Tora main .menu_sec .menubox .menu .disc a.btn:hover {
  background: #420d08;
  color: #ffffff;
}
#Tora main .menu_sec .menubox .menu .disc a.btn:hover span::after {
  background: url(../images/tora/pdf_hover.svg) no-repeat 0 0;
}
#Tora main .stamp_sec > .inner {
  max-width: 940px;
}
#Tora main .stamp_sec h2 {
  margin-bottom: 59px;
}
#Tora main .stamp_sec .text {
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: center;
  position: relative;
  top: -15px;
  left: 0;
}
#Tora main .stamp_sec p.btn {
  width: 216px;
  margin: 0 auto 100px auto;
}
#Tora main .stamp_sec p.btn a {
  margin-top: 20px;
  display: block;
  width: 216px;
  border: #420d08 1px solid;
  text-align: center;
  border-radius: 23px;
  letter-spacing: 0.08em;
  padding: 12px 0 15px;
}
#Tora main .stamp_sec p.btn a:hover {
  background: #420d08;
  color: #ffffff;
}
#Tora main .stamp_sec p.btn a:hover span::after {
  background: url(../images/tora/pdf_hover.svg) no-repeat 0 0;
}
#Tora main .story_sec {
  padding: 100px 0 130px;
}
#Tora main .story_sec h2 {
  margin-bottom: 45px;
}
#Tora main .story_sec .toranda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 774px;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Tora main .story_sec .toranda p, #Tora main .story_sec .toranda li {
  line-height: 1.5;
}
#Tora main .story_sec .toranda figure {
  width: 194px;
  margin-left: 43px;
}
#Tora main .story_sec .toranda .toranda_box {
  width: 464px;
}
#Tora main .story_sec .toranda .toranda_box ul.about {
  background: #f4f3f3;
  border-radius: 10px;
  margin-top: 39px;
  padding: 29px;
}
#Tora main .story_sec .toranda .toranda_box ul.about li strong {
  font-family: "FOT-筑紫B丸ゴシック Std B", sans-serif;
}
#Tora main .access_sec {
  background: url(../images/top/bg-sweetsbank.jpg) repeat center top;
  padding: 100px 0 147px;
}
#Tora main .access_sec > .inner {
  max-width: 940px;
}
#Tora main .access_sec h2 {
  margin-bottom: 69px;
}
#Tora main .access_sec .address-box {
  padding: 36px 55px 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  background: #ffffff;
  border: #f9f9f9 3px solid;
}
#Tora main .access_sec .address-box dl {
  width: 100%;
  padding: 16px 0;
  clear: both;
  overflow: hidden;
  border-bottom: #e8e8e8 1px solid;
}
#Tora main .access_sec .address-box dl dt, #Tora main .access_sec .address-box dl dd {
  float: left;
  font-size: 18px;
}
#Tora main .access_sec .address-box dl dt {
  width: 195px;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#Tora main .access_sec .address-box dl:last-child {
  border-bottom: none;
}

/*==================================
  Tsuno
==================================*/
#Tsuno main .fixImg {
  background-image: url(../images/tsuno/main.jpg);
}
#Tsuno main .comming {
  font-size: 40px;
  font-family: "FuturaLTPro-Book", sans-serif;
  color: #a69880;
  text-align: center;
  line-height: 1;
  margin-top: 130px;
}
#Tsuno main .link_wrap {
  padding: 40px 0 20px 0;
}
#Tsuno main .link {
  text-align: center;
  padding: 0 0 20px 0;
}
#Tsuno main .page_ttl h1 {
  padding-left: 140px;
}
#Tsuno main .page_ttl h1::before {
  background: url(../images/tsuno/icon_tsuno.svg) no-repeat 0/contain;
  width: 116px;
  height: 84px;
}
#Tsuno main .lead_sec {
  padding: 90px 0 140px;
}
#Tsuno main .lead_sec .inner p {
  text-align: center;
  line-height: 2;
}
#Tsuno main .howto_sec {
  padding: 100px 0 90px;
  background: url(../images/top/bg-sweetsbank.jpg) repeat center top;
}
#Tsuno main .howto_sec .tsuno {
  border: 2px solid #420d08;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 553px;
  height: 177px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 75px auto 55px;
}
#Tsuno main .howto_sec .tsuno img {
  width: 374px;
}
#Tsuno main .howto_sec h3 {
  font-size: 40px;
  font-family: "FOT-筑紫B丸ゴシック Std B", sans-serif;
  margin-bottom: 30px;
  text-align: center;
}
#Tsuno main .howto_sec p {
  line-height: 2;
  text-align: center;
}
#Tsuno main .rese_sec {
  padding: 90px 0 120px;
}
#Tsuno main .pre_sec {
  padding: 90px 0 120px;
}
#Tsuno main .con_sec {
  padding: 90px 0 160px;
}
#Tsuno main .con_sec .list {
  max-width: 830px;
  margin: 110px auto 0;
}
#Tsuno main .con_sec .list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#Tsuno main .con_sec .list dl:nth-of-type(n + 2) {
  border-top: 1px solid #e8e8e8;
}
#Tsuno main .con_sec .list dl dt {
  font-size: 18px;
  width: 190px;
  padding: 17px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#Tsuno main .con_sec .list dl dd {
  font-size: 18px;
  width: calc(100% - 190px);
  padding: 17px 0;
}
#Tsuno main .con_sec .list dl dd a:hover {
  opacity: 0.7;
}