@charset "UTF-8";
/*
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
* {
  box-sizing: border-box;
}

:root,
html {
  font-size: 100px;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  :root,
  html {
    font-size: 8.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  :root,
  html {
    font-size: 26.0416666667vw;
  }
}

body {
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.16rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video {
  max-width: 100%;
}

img {
  width: auto;
  height: auto;
}
img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
  display: none;
}
@media screen and (max-width: 800px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
    display: inline-block;
  }
  img[src$="_sp.jpg"] + img, img[src$="_sp.png"] + img, img[src$="_sp.svg"] + img {
    display: none;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

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

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

em {
  font-style: normal;
}

/*//////////////////////////////////////////
//  共通設定
//////////////////////////////////////////*/
.inner-w {
  max-width: 12rem;
  width: 100%;
  margin: 0 auto;
}

.inner {
  max-width: 10.8rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .inner {
    padding: 0 0.15rem;
  }
}

.inner-s {
  max-width: 9.6rem;
  width: 100%;
  margin: 0 auto;
}

.picture {
  display: block;
}

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

.mincho {
  font-family: "Noto Serif JP", serif;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
/*セレクトボックスの設定(全ブラウザ共通にするため)
//設定やアイコンは用途に合わせて書き換え*/
select::-ms-expand {
  display: none;
}

label {
  font-size: 0.15rem;
}

.select-box {
  position: relative;
  display: block;
  padding: 0;
  max-width: 0.7rem;
  width: 100%;
  height: 0.38rem;
}
.select-box:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  z-index: 2;
  background: url("../images/arrow-select.svg") 0 0 no-repeat;
  pointer-events: none;
}
.select-box select {
  display: block;
  width: 100%;
  height: 0.38rem;
  padding-left: 1.5em;
  margin: 0;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0.05rem;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}

.round, a[class^=btnMore-] {
  border-radius: 0.5rem;
}

.contents {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.ttl-header {
  margin-bottom: 0.32rem;
}

.ttl {
  text-align: center;
  color: #D5A31B;
  font-size: 0.32rem;
}

.ttl-txt {
  text-align: center;
  font-size: 0.14rem;
}

a[class^=btnMore-] {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 0.4rem;
  font-size: 0.14rem;
  line-height: 1;
  position: relative;
}
a[class^=btnMore-]:after {
  content: "";
  display: inline-block;
  width: 0.12rem;
  height: 0.0671rem;
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 0.18rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
a[class^=btnMore-][class$=-b] {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
a[class^=btnMore-][class$=-b]:after {
  background-image: url(../images/common/arrow-w.svg);
}
a[class^=btnMore-][class$=-r] {
  color: #fff;
  background: #D00C35;
  border: 1px solid #D00C35;
}
a[class^=btnMore-][class$=-r]:after {
  background-image: url(../images/common/arrow-w.svg);
}
a[class^=btnMore-][class$=-w] {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
a[class^=btnMore-][class$=-w]:after {
  background-image: url(../images/common/arrow-b.svg);
}

.result-ttl {
  font-size: 0.24rem;
  font-weight: 700;
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 0.15rem;
  color: #2258A8;
}

/*//////////////////////////////////////////
//  header
//////////////////////////////////////////*/
#mainHeader {
  position: fixed;
  width: 100%;
  transition: linear 0.2s all;
  z-index: 10;
}
#mainHeader .h-inner {
  padding: 0 0.17rem;
  align-items: center;
  justify-content: space-between;
  height: 0.8rem;
}
@media screen and (max-width: 800px) {
  #mainHeader .h-inner {
    height: 0.6rem;
    padding: 0 0 0 0.16rem;
  }
}
#mainHeader .logo a {
  display: flex;
  align-items: center;
  gap: 0.08rem;
}
#mainHeader .logo a .logo-img {
  width: 1.9481rem;
}
#mainHeader .logo a span {
  display: block;
  color: #fff;
  font-size: 0.12rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #mainHeader .logo a span {
    display: none;
  }
}
#mainHeader .header-sidemenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
}
#mainHeader .header-desc {
  color: #fff;
  font-size: 0.16rem;
  transition: linear 0.2s all;
}
@media screen and (max-width: 800px) {
  #mainHeader .header-desc {
    display: none;
  }
}
#mainHeader .header-submenu {
  display: none;
  transition: linear 0.2s all;
  gap: 0.24rem;
}
#mainHeader .header-submenu a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.04rem;
}
#mainHeader .header-submenu a:after {
  content: "";
  width: 0.19rem;
  height: 0.19rem;
  display: flex;
  background: #D5A31B;
  border-radius: 50%;
  position: relative;
}
#mainHeader .header-submenu a:before {
  content: "";
  display: inline-block;
  width: 0.0367rem;
  height: 0.0635rem;
  position: absolute;
  right: 0.07rem;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto 0;
  background-image: url(../images/common/icon-next.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#mainHeader .btnMore-r {
  display: none;
  transition: linear 0.2s all;
}
@media screen and (max-width: 800px) {
  #mainHeader .btnMore-r {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: initial;
    margin-right: 0.6rem;
    line-height: 1.2857142857;
    font-size: 0.14rem;
  }
  #mainHeader .btnMore-r:after {
    content: none;
  }
}
#mainHeader nav {
  height: 0;
  transition: linear 0.2s all;
  visibility: hidden;
  font-size: 0.12rem;
}
#mainHeader nav .pref-menu {
  background: #000;
  height: 0;
  transition: linear 0.2s all;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  #mainHeader nav .pref-menu {
    width: 100%;
    overflow-x: auto;
  }
  #mainHeader nav .pref-menu .inner {
    padding: 0;
  }
}
#mainHeader nav .pref-menu ul {
  display: flex;
  color: #fff;
  align-items: center;
  height: 0;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #mainHeader nav .pref-menu ul {
    width: calc(0.9rem * 12);
  }
}
#mainHeader nav .pref-menu ul li {
  width: 8.3333333333%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  #mainHeader nav .pref-menu ul li {
    width: 0.9rem;
  }
}
#mainHeader nav .pref-menu ul li:nth-child(1) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  #mainHeader nav .pref-menu ul li:nth-child(1) {
    border-left: none;
  }
}
@media screen and (max-width: 800px) {
  #mainHeader nav .pref-menu ul li:nth-last-child(1) {
    border-right: none;
  }
}
#mainHeader nav .pref-menu ul li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 0.24rem;
}
#mainHeader nav .header-menu {
  background: #D5A31B;
  height: 0;
  transition: linear 0.2s all;
  opacity: 0;
}
#mainHeader nav .header-menu ul {
  display: flex;
  color: #fff;
  align-items: center;
  height: 0;
  justify-content: center;
  width: 100%;
}
#mainHeader nav .header-menu ul li {
  width: 12.5%;
  border-right: 1px solid #fff;
}
#mainHeader nav .header-menu ul li:nth-child(1) {
  border-left: 1px solid #fff;
}
#mainHeader nav .header-menu ul li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 0.24rem;
}
#mainHeader.is-animation {
  background: #fff;
}
#mainHeader.is-animation .header-desc {
  display: none;
}
#mainHeader.is-animation .header-submenu {
  display: flex;
}
@media screen and (max-width: 800px) {
  #mainHeader.is-animation .header-submenu {
    display: none;
  }
}
#mainHeader.is-animation .btnMore-r {
  display: flex;
}
#mainHeader.is-animation .logo a span {
  color: #000;
}
@media screen and (max-width: 800px) {
  #mainHeader.is-animation .logo a span {
    display: none;
  }
}
#mainHeader.is-animation > nav {
  height: auto;
  visibility: visible;
}
#mainHeader.is-animation > nav .pref-menu {
  height: 0.6rem;
  opacity: 1;
}
#mainHeader.is-animation > nav .pref-menu ul {
  height: 0.6rem;
  opacity: 1;
}
#mainHeader.is-animation > nav .header-menu {
  height: 0.6rem;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  #mainHeader.is-animation > nav .header-menu {
    display: none;
  }
}
#mainHeader.is-animation > nav .header-menu ul {
  height: 0.6rem;
  opacity: 1;
}

/*/////////////////////////////////////////
//  必見情報
/////////////////////////////////////////*/
#mustinfo .must-list {
  display: flex;
  gap: 0.27rem;
}
#mustinfo .must-list .list-items {
  width: calc((100% - 0.27rem * 4) / 5);
}
@media screen and (max-width: 800px) {
  #mustinfo .must-list .list-items {
    padding: 0 0.135rem;
  }
}
#mustinfo .must-list .list-items figure img {
/*
  -o-object-fit: cover;
     object-fit: cover;
*/
  width: 100%;
  height: 1.84rem;
}
@media screen and (max-width: 800px) {
  #mustinfo .must-list .list-items figure img {
    height: 2rem;
  }
}
#mustinfo .must-list .list-items h3 {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 1.5;
}

/*/////////////////////////////////////////
// ニュースエリア
/////////////////////////////////////////*/
#information {
  background: #F3F6FB;
}
#information .inner-s {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
}
@media screen and (max-width: 800px) {
  #information .inner-s {
    gap: 0.36rem;
    padding: 0 0.15rem;
  }
}
#information .inner-s > div {
  width: calc((100% - 0.95rem) / 2);
}
@media screen and (max-width: 800px) {
  #information .inner-s > div {
    width: 100%;
  }
}
#information .inner-s > div dl {
  padding-right: 0.1rem;
  height: 1.75rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 800px) {
  #information .inner-s > div dl {
    gap: 0.24rem;
    height: auto;
    max-height: 2.2rem;
  }
}
#information .inner-s > div dl div {
  display: flex;
  gap: 0.16rem;
}
@media screen and (max-width: 800px) {
  #information .inner-s > div dl div {
    display: block;
  }
}
#information .inner-s > div dl div dt {
  width: 0.7rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.14rem;
}
@media screen and (max-width: 800px) {
  #information .inner-s > div dl div dt {
    width: 100%;
  }
}
#information .inner-s > div dl div dd {
  width: calc(100% - 0.7rem - 0.16rem);
  font-size: 0.14rem;
}
@media screen and (max-width: 800px) {
  #information .inner-s > div dl div dd {
    width: 100%;
  }
}
#information .inner-s > div dl::-webkit-scrollbar {
  width: 0.08rem;
}
#information .inner-s > div dl::-webkit-scrollbar-track {
  background-color: #fff;
}
#information .inner-s > div dl::-webkit-scrollbar-thumb {
  background-color: #D00C35;
  border-radius: 8px;
}

/*/////////////////////////////////////////
//  SNSエリア
/////////////////////////////////////////*/
#snsArea {
  position: relative;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 800px) {
  #snsArea {
    background: initial;
  }
}
#snsArea:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #F3F6FB 0, #F3F6FB 1.92rem, transparent 1.92rem, transparent 0);
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #snsArea:before {
    content: none;
  }
}
#snsArea .inner-s {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  #snsArea .inner-s {
    gap: 0.36rem;
    padding: 0 0.15rem;
  }
}
#snsArea .inner-s > div {
  width: calc((100% - 0.95rem) / 2);
}
@media screen and (max-width: 800px) {
  #snsArea .inner-s > div {
    width: 100%;
  }
}
#snsArea .inner-s > div .snsBox {
  margin-top: 0.3rem;
  width: 100%;
  background: #fff;
  height: 2.4rem;
  border-radius: 0.16rem;
}
#snsArea .inner-s > div.facebook .snsBox {
  border: 1px solid #D00C35;
}
#snsArea .inner-s > div.twitter .snsBox {
  border: 1px solid #2258A8;
}

/*/////////////////////////////////////////
//  お問い合わせエリア
/////////////////////////////////////////*/
#contactArea {
  background: #F9F9F9;
}
#contactArea .inner-s {
  display: flex;
  flex-wrap: wrap;
}
#contactArea .inner-s > div {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #contactArea .inner-s > div {
    width: 100%;
  }
}
#contactArea .inner-s > div:nth-child(1) {
  border-right: 1px solid #c0c0c0;
  position: relative;
}
@media screen and (max-width: 800px) {
  #contactArea .inner-s > div:nth-child(1) {
    border: none;
    padding-bottom: 0.32rem;
  }
  #contactArea .inner-s > div:nth-child(1):after {
    content: "";
    display: block;
    width: 1.69rem;
    height: 0.01rem;
    background: #c0c0c0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
#contactArea .inner-s > div:nth-child(2) {
  padding-top: 0.32rem;
}
#contactArea .inner-s > div h2 {
  font-size: 0.16rem;
}
#contactArea .inner-s > div p {
  font-size: 0.14rem;
/*
  flex-grow: 1;
*/
  margin-top: 0.08rem;
}
#contactArea .inner-s > div a {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #D00C35;
  border-bottom: 1px solid #D00C35;
}

/*/////////////////////////////////////////
//  フッター
/////////////////////////////////////////*/
#mainFooter {
  background: #000;
  color: #fff;
  padding-bottom: 0.48rem;
}
#mainFooter .fLogoArea {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.08rem;
}
@media screen and (max-width: 800px) {
  #mainFooter .fLogoArea {
    padding-top: 0.7rem;
    padding-bottom: 0.6rem;
  }
}
#mainFooter .fLogoArea img {
  width: 2.8rem;
}
#mainFooter .fLogoArea p {
  text-align: center;
  font-size: 0.14rem;
  font-weight: 700;
}

#fnavBlock {
  background: #000;
}
@media screen and (max-width: 800px) {
  #fnavBlock {
    padding: 0 0.3rem;
  }
}
#fnavBlock .footer-nav {
  max-width: 7.28rem;
  width: 100%;
  text-align: center;
  padding: 0.48rem 0;
  margin: 0 auto 0;
  background: #272727;
}
#fnavBlock .footer-nav li {
  display: inline-block;
  line-height: 2.2857142857;
}
@media screen and (max-width: 800px) {
  #fnavBlock .footer-nav li {
    display: block;
    line-height: 3;
  }
}
#fnavBlock .footer-nav li a {
  border-right: 1px solid #fff;
  padding: 0 0.1rem;
  font-size: 0.14rem;
  line-height: 1;
  padding-bottom: 0.02rem;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #fnavBlock .footer-nav li a {
    padding: 0 !important;
    border: none !important;
  }
}
#fnavBlock .footer-nav li:nth-child(1) a {
  padding-left: 0;
}
#fnavBlock .footer-nav li:nth-child(5) a, #fnavBlock .footer-nav li:nth-last-child(1) a {
  border-right: none;
  padding-right: 0;
}
#fnavBlock .footer-nav2 {
  margin-top: 0.48rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #fnavBlock .footer-nav2 {
    padding: 0 0.4rem;
  }
}
#fnavBlock .footer-nav2 li {
  display: inline-block;
  line-height: 2;
}
#fnavBlock .footer-nav2 li a {
  border-right: 1px solid #fff;
  padding: 0 0.1rem;
  font-size: 0.12rem;
  line-height: 1;
  padding-bottom: 0.02rem;
  color: #fff;
}
#fnavBlock .footer-nav2 li:nth-child(1) a {
  padding-left: 0;
}
#fnavBlock .footer-nav2 li:nth-last-child(1) a {
  border-right: none;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  #fnavBlock .footer-nav2 li:nth-last-child(1) a {
    padding-right: 0.1rem;
  }
}
@media screen and (max-width: 800px) {
  #fnavBlock .footer-nav2 li:nth-child(2) a {
    padding-right: 0;
    border-right: none;
  }
}
#fnavBlock .fTxt {
  text-align: center;
  font-size: 0.14rem;
  margin-top: 0.48rem;
  line-height: 1.7142857143;
  color: #fff;
}
#fnavBlock small {
  font-size: 0.1rem;
  display: block;
  text-align: center;
  margin-top: 0.4rem;
  color: #fff;
}

/*//////////////////////////////////////////
//  drawer
//////////////////////////////////////////*/
.drawer.drawer--right .drawer-hamburger {
  width: 0.6rem;
  height: 0.6rem;
  right: 0;
  top: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  padding: 0;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .drawer.drawer--right .drawer-hamburger {
    display: flex;
  }
}
.drawer.drawer--right .drawer-nav {
/*
  right: -100vw;
*/
  right: -100%;
  z-index: 99;
  width: 100%;
  top: 0.6rem;
  height: 100vh;
  background: #D5A31B;
  overflow: scroll;
}
.drawer.drawer--right .drawer-nav #fnavBlock {
  padding-top: 0.32rem;
  padding-bottom: 1rem;
}
.drawer.drawer--right .drawer-nav .link-top {
  display: none !important;
}
.drawer.drawer--right .drawer-nav .drawer-menu {
  margin-top: 0;
}
.drawer.drawer--right .drawer-nav .drawer-menu li {
  font-size: 0.12rem;
  font-weight: 700;
  width: 100%;
  border-top: 1px solid #fff;
}
.drawer.drawer--right .drawer-nav .drawer-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 0.6rem;
}
.drawer.drawer--right .drawer-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.drawer.drawer--right .drawer-hamburger-icon {
  background-color: #474747;
  margin-top: 0;
  width: 0.18rem;
}
.drawer.drawer--right .drawer-hamburger-icon,
.drawer.drawer--right .drawer-hamburger-icon:after,
.drawer.drawer--right .drawer-hamburger-icon:before {
  height: 0.01rem;
  background-color: black;
}
.drawer.drawer--right .drawer-hamburger-icon:before {
  width: 0.24rem;
  top: -0.075rem;
}
.drawer.drawer--right .drawer-hamburger-icon:after {
  top: 0.075rem;
  width: 0.12rem;
}
.drawer.drawer--right.drawer-open #mainHeader {
  background: #fff;
  z-index: 3;
}
.drawer.drawer--right.drawer-open .drawer-hamburger {
  top: 0;
  right: 0;
  left: initial;
  background: #D5A31B;
}
.drawer.drawer--right.drawer-open .drawer-nav {
  right: 0;
  left: initial;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon:before {
  top: 0;
  background: #fff;
  width: 0.24rem;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background: #fff;
  width: 0.24rem;
}

/*//////////////////////////////////////////
//  アニメーション設定
//////////////////////////////////////////*/
.fu {
  transition: 1s;
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}

.fu.fadeup {
  opacity: 1;
  transform: translateZ(0);
}

.fadeIn {
  transition: all 0.9s linear;
  opacity: 1 !important;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
}
.faderight {
  animation-name: faderight;
}

@keyframes faderight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*//////////////////////////////////////////
//  slick上書き
//////////////////////////////////////////*/
/* Arrows */
.slick-prev,
.slick-next {
  height: 0.6rem;
  width: 0.6rem;
  line-height: 0;
  font-size: 0;
  background: #fff;
  border-radius: 50%;
  z-index: 10;
  border: 0.03rem solid #000;
}
@media screen and (max-width: 800px) {
  .slick-prev,
  .slick-next {
    width: 0.6rem;
    height: 0.6rem;
    border: 0.03rem solid #000;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #fff;
  color: transparent;
}
.slick-prev:before,
.slick-next:before {
  content: "";
}

.slick-prev {
  left: 22%;
}
@media screen and (max-width: 800px) {
  .slick-prev {
    left: 1.5%;
  }
}
.slick-prev:before {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  border-bottom: 0.03rem solid #000;
  border-right: 0.03rem solid #000;
  transform: rotate(135deg);
  margin-left: 0.08rem;
}
@media screen and (max-width: 800px) {
  .slick-prev:before {
    width: 0.15rem;
    height: 0.15rem;
    border-bottom: 0.03rem solid #000;
    border-right: 0.03rem solid #000;
    margin-left: 0.08rem;
  }
}

.slick-next {
  right: 22%;
}
@media screen and (max-width: 800px) {
  .slick-next {
    right: 1.5%;
  }
}
.slick-next:before {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  border-bottom: 0.03rem solid #000;
  border-right: 0.03rem solid #000;
  transform: rotate(-45deg);
  margin-right: 0.08rem;
}
@media screen and (max-width: 800px) {
  .slick-next:before {
    width: 0.15rem;
    height: 0.15rem;
    border-bottom: 0.03rem solid #000;
    border-right: 0.03rem solid #000;
    margin-right: 0.08rem;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0rem;
}

.slick-dots {
  position: absolute;
  bottom: -0.3rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .slick-dots {
    bottom: -0.25rem;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 0.15rem;
  width: 0.15rem;
  margin: 0 0.05rem;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .slick-dots li {
    height: 0.15rem;
    width: 0.15rem;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 0.15rem;
  width: 0.15rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .slick-dots li button {
    height: 0.15rem;
    width: 0.15rem;
  }
}
.slick-dots li button:before {
  content: "";
  background: #9a9a9a;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 0.15rem;
  height: 0.15rem;
  line-height: 0.15rem;
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 800px) {
  .slick-dots li button:before {
    height: 0.15rem;
    width: 0.15rem;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button:before {
  background: #000;
}/*# sourceMappingURL=common.css.map */

.btn_area_btn {
	display: inline-block;
	width: 100%;
	max-width: 350px; /* ボタン幅 */
	position: relative;
	background: linear-gradient(to top, rgb(5, 130, 174), #27acd9);
	border: 2px solid #4D9BC1;
	padding: 1em 1.5em;
	font-weight: bold;
	color: #fff; /* 文字色 */
	text-decoration: none;
	text-align: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
	transition-duration: 0.3s;
}
