@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Hoefler-Text';
  src: url('Hoefler-Text.woff2') format('woff2'), url('Hoefler-Text.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

body {
  position: relative;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 15px;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%;
  margin: auto;
}

a {
  -webkit-transition: .4s;
  transition: .4s;
}

a:link,
a:visited {
  color: #222;
  text-decoration: none;
}

a:hover,
a:active {
  color: rgb(214, 78, 19);
  text-decoration: none;
}

.clear-type {
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/*PCで表示させないセレクタ*/
#sp_header,
.tel-btn_sp {
  display: none;
}

.pc_hidden {
  display: none;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 3;
}

.header__inner {
  position: relative;
  margin: 0 auto;
  padding: 10px 20px 0;
  height: 90px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.h__id {
  display: inline-block;
}

.h__id img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.h__links {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
}

@media screen and (max-width:768px) {
  .h__links {
    display: none;
  }
}

.l-h__links__menu1 {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 18px;
}

.l-h__links__menu2 {
  display: flex;
  gap: 10px;
}

.h__links__menu2__btn {}

a.c-req-btn2 {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  height: 40px;
  line-height: 40px;
  background: #E66E1D;
  border-radius: 8px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover.c-req-btn2 {
  background: #eb843f;
}

/*----------------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------------*/
.page_bottom_btn {
  margin-bottom: 60px;
}

a.reqBtn {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  height: 55px;
  line-height: 55px;
  /* text-indent: 1em; */
  background: #858e95;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.reqBtn.reqBtn_reserv {
  background: #858e95;
}

a:hover.reqBtn {
  opacity: .7;
}

a.reqBtn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 47%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cpa_btn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.cpa_btn a {
  width: 300px;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width:768px) {
  .page_bottom_btn {
    width: 80%;
    margin-bottom: 20px;
  }

  .cpa_btn {
    display: flex;
    flex-direction: column;
    /*		width: 90%;*/
  }

  .cpa_btn a {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  a.reqBtn {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
  }
}

.data_notes {
  font-size: 10px;
}

/*----------------------------------------------------------------------------------------------
	footer area
----------------------------------------------------------------------------------------------*/

.footer {
  width: 100%;
  text-align: center;
  position: relative;
  background: #3D2511;
}

.footer__tel {
  width: 100%;
  background: #3D2511;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  padding: 40px 0 40px;
  color: #fff;
}

.footer__tel_in {
  max-width: 870px;
  margin: 0 auto;
}

.tel_number {
  margin-top: 10px;
  font-size: 30px;
  letter-spacing: 0.1em;
}

.tel_number a {
  color: #fff;
}

.tel_number a:hover {
  color: #fff;
}

.footer__tel p {
  letter-spacing: normal;
  position: relative;
  vertical-align: middle;
}

.footer__tel p.f_tel_note {
  text-align: left;
  margin-left: 15px;
  padding-left: 15px;
}

@media screen and (max-width:768px) {
  .footer__tel p.f_tel_note {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
  }

  .footer_notes {
    background: #000;
    color: #fff;
    padding: 25px 5%;
  }
}

.f_tel_set02 {
  margin-top: 25px;
}

.f_tel_link small {
  margin-left: 1em;
}

.f__takara__id {
  margin-bottom: 10px;
}

.copy_wrap {
  padding: 1em;
  background: #5b4d42;
}

.copy {
  font-size: 10px;
  line-height: 1;
  color: #fff;
}

.sp-menu {
  display: none;
}

.sp-menu a.is-uc {
  color: rgb(129, 129, 129);
  cursor: default;
  pointer-events: none;
  background: #2b2a2a;
}

.sp-menu a.is-uc:hover {
  color: #ccc;
}

.spFtrFloat {
  display: none;
}

.f__id01 {
  margin-right: 20px;
}

.f__id02 {
  margin-right: 30px;
}


.bukken_notes {
  margin-top: 1.5em;
  font-size: 13px;
  line-height: 1.6;
}

@media screen and (min-width:769px) and (max-width: 1350px) {}

/*----------------------------------------------------------------------------------------------
	page area
----------------------------------------------------------------------------------------------*/
.l-main {
  padding-top: 60px;
}

.p-page_ttl_set {
  background: #808FA1;
  color: #fff;
  text-align: center;
  padding: 80px 6%;
}

.p-page_ttl_en {
  font-family: 'Hoefler-Text', sans-serif;
  text-transform: uppercase;
  font-size: 37px;
  letter-spacing: .2em;
  text-indent: .2em;
}

.p-page_ttl_ja {
  display: block;
  font-size: 16px;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  letter-spacing: .2em;
  text-indent: -0.2em;
}

.p-page_ttl_ja02 {
  display: block;
  font-size: 25px;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  letter-spacing: .1em;
  text-indent: -0.1em;
  margin-top: 1em;
}

.is-ankerlink {
  padding-top: 60px;
  margin-top: -60px;
}

@media screen and (max-width: 768px) {
  .p-page_ttl_set {
    text-align: left;
    padding: 40px 6%;
  }

  .p-page_ttl_en {
    font-family: 'Hoefler-Text', sans-serif;
    font-size: 25px;
    letter-spacing: .2em;
    text-indent: 0;
  }

  .p-page_ttl_ja {
    display: block;
    font-size: 14px;
    font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    letter-spacing: .2em;
    text-indent: 0;
  }

  .p-page_ttl_ja02 {
    font-size: 6vw;
    letter-spacing: 0;
    text-indent: 0;
    margin-top: .5em;
  }
}

.sideFloat {
  position: fixed;
  right: 0;
  top: 140px;
}

.sideFloat div {
  margin-bottom: 6px;
}

.vr_notes {
  font-size: 12px;
  margin-top: 5px;
}

.img_caption_white {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  color: #fff;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 95%);
}

.img_caption_black {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  color: #000;
  text-shadow: 0px 0px 2px rgb(255 255 255 / 95%), 0px 0px 3px rgb(255 255 255 / 95%), 0px 0px 5px rgb(255 255 255 / 95%), 0px 0px 6px rgb(255 255 255 / 95%);
}

.img_caption_white.img_caption_l {
  left: 10px;
}

@media screen and (max-width: 768px) {
  .sideFloat {
    display: none
  }
}

/* map */
.map {
  text-align: center;
  margin-top: 60px;
}

.address {
  text-align: center;
  font-size: 16px;
  margin-top: 3em;
}

.address-txt02 {
  text-align: center;
  font-size: 16px;
  margin-top: 1em;
}

.address-txt02 a {
  color: #50718d;
  text-decoration: underline;
}

.address-txt02 a:hover {
  text-decoration: none;
}

.map_btn {
  margin: 3em auto 0;
  display: flex;
  justify-content: center;
}

.map_btn a {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  height: 48px;
  line-height: 48px;
  background: #e6e1cf;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  /* text-indent: 1em; */
  width: 220px;
}

.map_btn a:hover {
  opacity: .7;
}

.btn_mg {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-container {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

  .map {
    text-align: center;
    margin-top: 40px;
  }

  .address {
    text-align: center;
    font-size: 14px;
    margin-top: 2em;
  }

  .address-txt02 {
    font-size: 14px;
  }

  .map_btn {
    margin: 2em auto 0;
    display: flex;
    justify-content: center;
  }

  .map_btn a {
    display: block;
    position: relative;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    height: 48px;
    line-height: 48px;
    width: 220px;
  }

  .map_btn a:hover {
    opacity: .7;
  }
}

.c-page-bottom-btns {
  max-width: 500px;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.c-page-bottom-btns li {
  width: 48%;
}

/*----------------------------------------------------------------------------------------------
	COMMON
----------------------------------------------------------------------------------------------*/
.row:after,
.col:after {
  content: "";
  display: block;
  clear: both;
}

.col {
  display: block;
  float: left;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.ctb {
  text-align: center;
}

.ac {
  text-align: center;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

a.hover img {
  -webkit-transition: .4s;
  transition: .4s;
}

a.hover:hover img {
  opacity: 0.7;
}

.soon_bana {
  background: #333;
}

.soon_bana img {
  opacity: 0.5;
}

#nav-dock {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 15px;
  right: 15px;
}

#nav-dock a {
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/btn_pagetop.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
}

#nav-dock a:hover {
  opacity: 0.7;
}

.scroll_down {
  position: fixed;
  top: 50%;
  left: 22px;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.page_sec_ttl {
  text-align: center;
  margin-bottom: 20px;
}

.yellow {
  color: #EABA2A;
}

.c-ts-color {
  color: #c0512f;
}

img {
  max-width: 100%;
  height: auto;
}

.full_w_img img,
img.full_w_img {
  width: 100%;
  height: auto;
}

.serif {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fs_s {
  font-size: .8em;
}

.fs_ss {
  font-size: .6em;
}

#nav-top {
  width: 150px;
  height: 44px;
  position: fixed;
  bottom: 120px;
  right: 50px;
}

.uline_red {
  color: #C8161D;
  text-decoration: underline;
}

.text-s {
  font-size: 12px !important;
}

.text-ss {
  font-size: 10px !important;
}

.fx {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
}

.fx-al-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.fx-al-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.fx-al-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.fx-js-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.fx-js-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.fx-js-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.fx-js-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.fx-js-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width:768px) {
  .fx-xs-column {
    flex-direction: column;
  }
}

/* ===================================================================
//animation
=================================================================== */
.pageHddAnim {
  opacity: 0 !important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.pageHddAnim.is_view {
  opacity: 1 !important;
}

.fadeAnim {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fadeAnim.is_view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fadeAnimB {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fadeAnimB.is_view {
  opacity: 1;
}

.fadeAnimC {
  opacity: 1;
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fadeAnimC.is_hide {
  opacity: 0;
}

.fadeAnimRightIn {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fadeAnimRightIn.is_view {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadeAnimLeftIn {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fadeAnimLeftIn.is_view {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.delay01 {
  -webkit-transition-delay: .1s !important;
  transition-delay: .1s !important;
}

.delay02 {
  -webkit-transition-delay: .2s !important;
  transition-delay: .2s !important;
}

.delay03 {
  -webkit-transition-delay: .3s !important;
  transition-delay: .3s !important;
}

.delay04 {
  -webkit-transition-delay: .4s !important;
  transition-delay: .4s !important;
}

.delay05 {
  -webkit-transition-delay: .5s !important;
  transition-delay: .5s !important;
}

.delay06 {
  -webkit-transition-delay: .6s !important;
  transition-delay: .6s !important;
}

.delay07 {
  -webkit-transition-delay: .7s !important;
  transition-delay: .7s !important;
}

.delay08 {
  -webkit-transition-delay: .8s !important;
  transition-delay: .8s !important;
}

.delay09 {
  -webkit-transition-delay: .9s !important;
  transition-delay: .9s !important;
}

.delay015 {
  -webkit-transition-delay: .15s !important;
  transition-delay: .15s !important;
}

.delay025 {
  -webkit-transition-delay: .25s !important;
  transition-delay: .25s !important;
}

.delay035 {
  -webkit-transition-delay: .35s !important;
  transition-delay: .35s !important;
}

.delay075 {
  -webkit-transition-delay: .75s !important;
  transition-delay: .75s !important;
}

.delay1 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}

.delay15 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

.animImg {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.animImg * {
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.animImg::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #000;
}

.animImg.is_view::before {
  -webkit-animation: animImgMask 1s ease;
  -moz-animation: animImgMask 1s ease;
  animation: animImgMask 1s ease;
}

@-webkit-keyframes animImgMask {
  0% {
    top: 100%;
  }

  25% {
    top: 0;
  }

  75% {
    top: 0;
  }

  100% {
    bottom: 100%;
  }
}

@-moz-keyframes animImgMask {
  0% {
    top: 100%;
  }

  25% {
    top: 0;
  }

  75% {
    top: 0;
  }

  100% {
    bottom: 100%;
  }
}

@keyframes animImgMask {
  0% {
    top: 100%;
  }

  25% {
    top: 0;
  }

  75% {
    top: 0;
  }

  100% {
    bottom: 100%;
  }
}

.animImg img {
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.animImg.is_view img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 光らせるためのstyle */
.shine {
  position: relative;
  overflow: hidden;
  display: block;
}

/* 光の疑似要素 */
.shine::before {
  content: "";
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}

/* 光の動き */
@keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }

  70% {
    left: -160%;
    opacity: 0.5;
  }

  71% {
    left: -160%;
    opacity: 1;
  }

  100% {
    left: -20%;
    opacity: 0;
  }
}

/**********
//fadeText
**********/
.fadeText>span {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.fadeText>span.is_view {
  opacity: 1;
}

.fadeText>span:nth-child(3n+1) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

.fadeText>span:nth-child(2n) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

/* ===================================================================
//下層ページタイトルsection
=================================================================== */

.vr_link {
  display: flex;
  background: #0C0C0C;
}

.vr_link li:first-child {
  margin-right: 2px;
}

.vr_link li:last-child {
  margin-left: 2px;
}

/* ===================================================================
//btns
=================================================================== */
.btns {
  display: block;
  background: #000;
  font-size: 15px;
  text-align: center;
  color: #fff !important;
  padding: 15px;
  width: 100%;
  max-width: 170px;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a:hover.btns {
  opacity: 0.7;
}

.btns i {
  margin-right: 5px;
}

.btns.gmapBtn {
  max-width: 350px;
}

.btns.noMobile {
  display: inline-block !important;
}

.mobile .btns.noMobile {
  display: none !important;
}


.fx_horizontal {
  display: flex;
  justify-content: center;
}

.c-buttons-shin {
  position: relative;
  overflow: hidden;
}

.c-buttons-shin:hover:after {
  display: block;
}

.c-buttons-shin:after {
  content: "";
  position: absolute;
  display: none;
  top: -100%;
  left: -40px;
  width: 40px;
  height: 300%;
  transform: rotate(30deg);
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
  animation: 3s btbr infinite;
  opacity: .7;
}

@keyframes btbr {
  0% {
    left: -40px;
  }

  20% {
    left: 390px;
  }

  100% {
    left: 390px;
  }
}

a.c-btn-primary {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  background: #E66E1D;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.c-btn-primary:hover {
  background: #627280;
}

a.c-btn-secondary {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px;
  color: #E66E1D;
  font-size: 18px;
  height: 48px;
  line-height: 47px;
  background: #fff;
  border: 1px solid #E66E1D;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.c-btn-secondary::after {
  content: ">";
  position: absolute;
  right: 10px;
  top: 0;
}

a.c-btn-secondary:hover {
  color: #fff;
  background: #E66E1D;
}

a.c-btn-primary01 {
  display: block;
  position: relative;
  text-align: center;
  padding: 1.2em 20px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  background: #E66E1D;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.c-btn-primary01::after {
  content: ">";
  position: absolute;
  right: 10px;
  top: 35%;
}

a.c-btn-primary01:hover {
  background: #627280;
}

a.c-btn-primary02 {
  display: block;
  position: relative;
  text-align: center;
  padding: .7em 20px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  background: #E66E1D;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.c-btn-primary02::after {
  content: ">";
  position: absolute;
  right: 10px;
  top: 35%;
}

a.c-btn-primary02:hover {
  background: #627280;
}

a.c-btn-secondary02 {
  display: block;
  position: relative;
  text-align: center;
  padding: .7em 20px;
  color: #E66E1D;
  font-size: 18px;
  line-height: 1.2;
  background: #fff;
  border: 1px solid #E66E1D;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.c-btn-secondary02::after {
  content: ">";
  position: absolute;
  right: 10px;
  top: 47%;
}

a.c-btn-secondary02:hover {
  color: #fff;
  background: #E66E1D;
}

@media screen and (max-width:768px) {
  a.c-btn-primary {
    padding: 0 20px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
  }

  a.c-btn-secondary {
    padding: 0 20px;
    font-size: 16px;
    height: 48px;
    line-height: 47px;
  }

  a.c-btn-secondary::after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 0;
  }

  a.c-btn-primary01 {
    padding: 1.2em 20px;
    font-size: 16px;
  }

  a.c-btn-primary01::after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 35%;
  }

  a.c-btn-primary02 {
    padding: .7em 20px;
    font-size: 16px;
  }

  a.c-btn-primary02::after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 35%;
  }

  a.c-btn-secondary02 {
    padding: .7em 20px;
    font-size: 16px;
  }

  a.c-btn-secondary02::after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 47%;
  }
}

/**********
//印刷用
**********/
@media print {
  #pageTitleSection {
    padding: 5vh 0 215px;
  }
}