@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

img.climg {
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width:768px) {
  img.climg {
    image-rendering: auto;
  }
}

.test {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
  font-family: "Roboto", sans-serif;
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.onmouse {
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
}

.onmouse:hover {
  opacity: 0.6;
}

html {
  overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

img {
  border: 0;
  vertical-align: bottom;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  text-align: left;
  line-height: 160%;
  color: #333;
  font-feature-settings: "palt";
}

.clearfix {
  zoom: 1;
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

/* link_nomal */
a {
  text-decoration: none;
  color: #333;
}

a:link {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a:active {
  text-decoration: none;
  color: #333;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/**テキスト揃え**/
.text-center {
  text-align: center;
}

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

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

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.pc_only_inline {
  display: inline-block;
}

.sp_only_inline {
  display: none;
}

@media screen and (max-width:768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .pc_only_inline {
    display: none;
  }
  .sp_only_inline {
    display: inline-block;
  }
}
.fade__up {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: translate(0%, 30px);
}
.fade__up.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__in {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: translate(0%, 0px);
}
.fade__in.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__in__start {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: translate(0%, 0px);
}
.fade__in__start.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__big {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: scale(1.1);
}
.fade__big.active {
  opacity: 1;
  transform: scale(1);
}

.anime_a_time1 {
  clip-path: inset(0% 0% 100% 0 round 0px);
  transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}
@media screen and (max-width:768px) {
  .anime_a_time1 {
    transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
.anime_a_time1.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.anime_a_time2 {
  clip-path: inset(0% 100% 0% 0 round 0px);
  transition: clip-path 0.9s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
}
@media screen and (max-width:768px) {
  .anime_a_time2 {
    transition: clip-path 0.6s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
  }
}
.anime_a_time2.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.anime_a_time3 {
  clip-path: inset(0% 0% 0% 100% round 0px);
  transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}
@media screen and (max-width:768px) {
  .anime_a_time3 {
    transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
.anime_a_time3.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.delay1 {
  transition-delay: 0s;
}

.delay2 {
  transition-delay: 0.3s;
}

.delay3 {
  transition-delay: 0.6s;
}

.delay4 {
  transition-delay: 0.9s;
}

.delay5 {
  transition-delay: 1.2s;
}

html.no-webp .backgrond_webp {
  background-image: url(../images/pc.jpg);
}
@media screen and (max-width:768px) {
  html.no-webp .backgrond_webp {
    background-image: url(../images/sp.jpg);
  }
}

.backgrond_webp {
  width: 100%;
  max-width: 680px;
  height: 420px;
  background-image: url(../images/pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .backgrond_webp {
    background-image: url(../images/sp.webp);
  }
}

/*****************************************/
.f60 {
  font-size: 60px;
  line-height: 125%;
}
@media screen and (max-width:768px) {
  .f60 {
    font-size: 7.2vw;
  }
}

.f50 {
  font-size: 50px;
  line-height: 125%;
}
@media screen and (max-width:768px) {
  .f50 {
    font-size: 8vw;
  }
}

.f40 {
  font-size: 40px;
  line-height: 135%;
}
@media screen and (max-width:768px) {
  .f40 {
    font-size: 7.5vw;
  }
}

.f38 {
  font-size: 38px;
  line-height: 115%;
}
@media screen and (max-width:768px) {
  .f38 {
    font-size: 7vw;
  }
}

.f36 {
  font-size: 36px;
  line-height: 115%;
}
@media screen and (max-width:768px) {
  .f36 {
    font-size: 6.5vw;
  }
}

.f34 {
  font-size: 34px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f34 {
    font-size: 6vw;
  }
}

.f32 {
  font-size: 32px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f32 {
    font-size: 5.7vw;
  }
}

.f30 {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f30 {
    font-size: 5vw;
  }
}

.f28 {
  font-size: 28px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f28 {
    font-size: 4.9vw;
  }
}

.f26 {
  font-size: 26px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f26 {
    font-size: 4.8vw;
  }
}

.f24 {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f24 {
    font-size: 4.6vw;
  }
}

.f22 {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f22 {
    font-size: 4.5vw;
  }
}

.f20 {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f20 {
    font-size: 4.4vw;
  }
}

.f18 {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f18 {
    font-size: 4.2vw;
  }
}

.f16 {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f16 {
    font-size: 3.6vw;
  }
}

.f14 {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f14 {
    font-size: 3.4vw;
  }
}

.f12 {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width:768px) {
  .f12 {
    font-size: 2.8vw;
  }
}

.f10 {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width:768px) {
  .f10 {
    font-size: 2.4vw;
  }
}

/*****************************************/
@media print {
  body {
    min-width: 1156px;
  }
  .fade__up {
    opacity: 1;
  }
  .fade__up__start {
    opacity: 1;
  }
  .fade__in {
    opacity: 1;
  }
}
body {
  min-width: 1156px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  body {
    min-width: 100px;
  }
}

#pc_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99998;
  display: none;
}
#pc_mask.active {
  display: block;
}
@media screen and (max-width:768px) {
  #pc_mask {
    display: none;
  }
}

header#pc_head {
  position: fixed;
  z-index: 99999;
  top: 50%;
  transform: translate(0%, -50%);
  left: -490px;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
header#pc_head.active1 {
  left: -382px;
}
header#pc_head.active2 {
  left: -382px;
}
@media screen and (max-width:768px) {
  header#pc_head {
    display: none;
  }
}
header#pc_head.active {
  left: -2px;
}
header#pc_head .header__in {
  width: 490px;
  justify-content: space-between;
  display: flex;
}
header#pc_head .header__in nav.pc_nav {
  width: 380px;
  height: 548px;
  background-color: #EDEAE8;
  border: 0.5px solid #8C7260;
  display: flex;
  align-items: center;
}
header#pc_head .header__in nav.pc_nav ul {
  width: 78%;
  margin: 0 auto 25px auto;
  font-weight: 500;
}
header#pc_head .header__in nav.pc_nav ul li {
  margin-bottom: 2em;
}
header#pc_head .header__in nav.pc_nav ul li:last-child {
  margin-bottom: 0;
}
header#pc_head .header__in nav.pc_nav ul li a {
  display: inline-block;
  padding: 0.2em 0em 0.2em 2em;
  position: relative;
  letter-spacing: 0.2em;
}
header#pc_head .header__in nav.pc_nav ul li a.textcolor {
  color: #E95504;
}
header#pc_head .header__in nav.pc_nav ul li a.textmini {
  letter-spacing: 0.1em;
}
header#pc_head .header__in nav.pc_nav ul li a.type1::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../images/icon_ya1.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
header#pc_head .header__in nav.pc_nav ul li a.type2::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../images/icon_ya2.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
header#pc_head .header__in nav.pc_nav ul li a.other {
  padding: 0 0 0 0;
  display: block;
  width: 160px;
  margin-top: 60px;
}
header#pc_head .header__in nav.pc_nav .vall {
  width: 200px;
  display: block;
}
header#pc_head .header__in .pc_menu {
  position: relative;
}
header#pc_head .header__in .pc_menu .base img.backimgnav {
  width: auto;
  height: 548px;
}
header#pc_head .header__in .pc_menu .titles {
  width: 60px;
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translate(-50%, 0%);
}
header#pc_head .header__in .pc_menu .botan_menu_pc {
  width: 58px;
  position: absolute;
  left: 50%;
  top: 210px;
  transform: translate(-50%, 0%);
}
header#pc_head .header__in .pc_menu .botan_menu_pc:hover {
  cursor: pointer;
}
header#pc_head .header__in .pc_menu .botan_menu_pc::before {
  content: "menu";
  font-family: "Roboto", sans-serif;
  text-align: center;
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  top: calc(100% + 5px);
  left: 50%;
  transform: translate(-50%, 0%);
  line-height: 100%;
  color: #50321E;
}
header#pc_head .header__in .pc_menu .botan_menu_pc.active::before {
  content: "close";
}
header#pc_head .header__in .pc_menu .botan_menu_pc figure {
  position: relative;
  width: 100%;
}
header#pc_head .header__in .pc_menu .botan_menu_pc .base {
  width: 100%;
  position: relative;
}
header#pc_head .header__in .pc_menu .botan_menu_pc .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease-out 0.01s;
  z-index: 15;
}
header#pc_head .header__in .pc_menu .botan_menu_pc .base_on.active {
  opacity: 1;
}
header#pc_head .header__in .pc_menu .madoguti {
  display: block;
  width: 60px;
  position: absolute;
  top: 320px;
  left: 50%;
  background-color: #EDEAE8;
  border-radius: 30px;
  padding: 15px 0 15px 0;
  transform: translate(-50%, 0%);
  color: #50321E;
}
header#pc_head .header__in .pc_menu .madoguti .intext {
  font-size: 13px;
  text-align: center;
  line-height: 105%;
  font-weight: 700;
}
header#pc_head .header__in .pc_menu .madoguti .snsbt {
  width: 38px;
  margin: 9px auto 0 auto;
  transition: all 0.4s ease-out 0.01s;
}

.sp_menu_back {
  position: fixed;
  z-index: 99990;
  left: calc(100% - 145px);
  width: 1250px;
  bottom: calc(100% - 75px);
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  display: none;
}
@media screen and (max-width:768px) {
  .sp_menu_back {
    display: block;
  }
}
.sp_menu_back.active {
  left: -40px;
  bottom: -40px;
}

nav.sp_nav {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  z-index: 199999;
  display: none;
}
@media screen and (max-width:768px) {
  nav.sp_nav {
    display: flex;
  }
}
nav.sp_nav.active {
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  opacity: 1;
}
nav.sp_nav.active ul {
  pointer-events: auto;
}
nav.sp_nav .sp_nav__inner {
  text-align: center;
  width: 100%;
}
nav.sp_nav ul {
  width: 60%;
  margin: 0 auto 0px auto;
  font-weight: 500;
  padding-top: 20px;
  font-size: 3.5vw;
  text-align: left;
}
nav.sp_nav ul li {
  margin-bottom: 1.5em;
}
nav.sp_nav ul li:last-child {
  margin-bottom: 0;
}
nav.sp_nav ul li.nounder {
  margin-bottom: 0.5em;
}
nav.sp_nav ul li a {
  display: inline-block;
  padding: 0.2em 0em 0.2em 2em;
  position: relative;
  letter-spacing: 0.1em;
  width: 115%;
}
nav.sp_nav ul li a.textcolor {
  color: #E95504;
}
nav.sp_nav ul li a.textmini {
  letter-spacing: 0.1em;
}
nav.sp_nav ul li a.type1::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../images/icon_ya1.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
nav.sp_nav ul li a.type2::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../images/icon_ya2.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
nav.sp_nav ul .valogo {
  padding: 20px 0 0;
  border: none;
  background-color: #fff;
  display: block;
  width: 160px;
  display: flex;
  justify-content: space-between;
  margin-left: 1.75em;
}
nav.sp_nav ul .other {
  padding: 12px;
  border-radius: 50px;
  background-color: #EDEAE8;
  display: block;
  width: 160px;
  display: flex;
  justify-content: space-between;
  margin-left: 1.75em;
}
nav.sp_nav ul .other .snsbt {
  width: 50px;
}
nav.sp_nav ul .other .snsbt a {
  padding: 0;
  position: relative;
  letter-spacing: 0em;
  width: 100%;
}
nav.sp_nav .vall {
  width: 200px;
  display: block;
}

header#sp_head {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 66px;
  top: 0%;
  left: 0px;
  display: none;
}
@media screen and (max-width:768px) {
  header#sp_head {
    display: block;
  }
}
header#sp_head .header__in {
  height: 66px;
  width: 125px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  padding-top: 12px;
  align-items: flex-start;
}
header#sp_head .header__in .titles {
  width: 50px;
  margin-right: 13px;
}
header#sp_head .header__in .sp_menu_botan {
  width: 40px;
  position: relative;
}
header#sp_head .header__in .sp_menu_botan:hover {
  cursor: pointer;
}
header#sp_head .header__in .sp_menu_botan::before {
  content: "menu";
  font-family: "Roboto", sans-serif;
  text-align: center;
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  top: calc(100% + 1px);
  left: 50%;
  transform: translate(-50%, 0%);
  line-height: 100%;
  color: #50321E;
}
header#sp_head .header__in .sp_menu_botan.active::before {
  content: "close";
}
header#sp_head .header__in .sp_menu_botan figure {
  position: relative;
  width: 100%;
}
header#sp_head .header__in .sp_menu_botan .base {
  width: 100%;
  position: relative;
}
header#sp_head .header__in .sp_menu_botan .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease-out 0.01s;
  z-index: 15;
}
header#sp_head .header__in .sp_menu_botan .base_on.active {
  opacity: 1;
}

/******************************/
footer {
  width: 100%;
  background-color: #fff;
  padding: 100px 0 0 0;
  position: relative;
  z-index: 10;
  border-top: 1px solid #50321E;
}
@media screen and (max-width:768px) {
  footer {
    padding: 20px 0 0 0;
  }
}
footer .footer__in {
  width: 94%;
  max-width: 1020px;
  margin: 0 auto 100px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:1300px) {
  footer .footer__in {
    margin: 0 auto 100px 120px;
  }
}
@media screen and (max-width:768px) {
  footer .footer__in {
    margin: 0 auto 30px auto;
    margin-bottom: 30px;
    width: 80%;
  }
}
footer .footer__in .left {
  width: 32%;
}
@media screen and (max-width:768px) {
  footer .footer__in .left {
    width: 100%;
  }
}
footer .footer__in .mid {
  width: 29%;
}
@media screen and (max-width:768px) {
  footer .footer__in .mid {
    width: 100%;
  }
}
footer .footer__in .right {
  width: 28%;
}
@media screen and (max-width:768px) {
  footer .footer__in .right {
    width: 100%;
  }
}
footer .footer__in ul {
  width: 100%;
  padding: 0.75em 0 0 0;
}
footer .footer__in ul li {
  width: 100%;
  padding-left: 1em;
  margin-bottom: 0.25em;
}
footer .footer__in a {
  display: inline-block;
  padding: 0.2em 0;
  color: #50321E;
  position: relative;
}
footer .footer__in a.widelinks {
  display: block;
  width: 100%;
  border-bottom: 1px solid #50321E;
  font-weight: 600;
}
footer .footer__in a.type1 {
  width: 100%;
  display: inline-block;
}
footer .footer__in a.type1::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../images/icon_ya1.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
footer .footer__in a.type2 {
  width: 100%;
  display: inline-block;
}
footer .footer__in a.type2::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../images/icon_ya2.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
@media screen and (max-width:768px) {
  footer .footer__in .cons {
    margin-top: 36px;
  }
}
footer .footer__in .cons2 {
  margin-top: 36px;
}
@media screen and (max-width:768px) {
  footer .footer__in .cons2 {
    margin-top: 36px;
  }
}
footer .footer__in .cons2b {
  margin-top: 70px;
}
@media screen and (max-width:768px) {
  footer .footer__in .cons2b {
    margin-top: 60px;
  }
}
footer .footer__in .cons3 {
  margin-top: 230px;
}
footer .footer__in .cons3 figure {
  width: 200px;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  footer .footer__in .cons3 figure {
    width: 50%;
  }
}
footer .footer__in .cons3 figure a {
  display: block;
  width: 100%;
}
@media screen and (max-width:768px) {
  footer .footer__in .cons3 {
    margin-top: 80px;
  }
}
footer .copyright {
  width: 100%;
  background-color: #F4DED9;
  padding: 1.5em 0;
  text-align: center;
  line-height: 110%;
  color: #727171;
  border-top: 1px solid #50321E;
}

/*************************/
a.botanmore01 {
  display: inline-block;
  padding: 0.75em 3em 0.75em 2em;
  background-color: #50321E;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 100%;
}
a.botanmore01::after {
  content: "";
  background: url(../images/icon_ya3.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 1em;
  height: 1em;
  top: calc(50% - 0.5em);
  right: 0.75em;
}

/*****************************/
#section01_common {
  width: 100%;
  height: 400px;
  background: url(../images/other_head_pc.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width:768px) {
  #section01_common {
    background: url(../images/other_head_sp.jpg) no-repeat center;
    background-size: cover;
    height: 80vw;
  }
}
#section01_common .section__in {
  width: 90%;
  height: 100%;
  max-width: 890px;
  margin: 0 auto;
  position: relative;
}
#section01_common .section__in h1 {
  display: inline-block;
  padding: 0.1em 1em 0.2em 1em;
  background-color: #fff;
  border: 1px solid #50321E;
  border-radius: 40px;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 120%;
  font-weight: 700;
  color: #50321E;
  position: absolute;
  bottom: 50px;
  left: 0;
}
@media screen and (max-width:768px) {
  #section01_common .section__in h1.minitext {
    font-size: 5.2vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width:768px) {
  #section01_common .section__in h1 {
    font-size: 5.6vw;
    padding: 0.125em 0.75em 0.24em 0.75em;
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
  margin: 0px 0 0px 0;
}

#cboxTopLeft {
  display: none;
  width: 21px;
  height: 0px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  display: none;
  width: 21px;
  height: 0px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  display: none;
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  display: none;
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 0px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 0px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  display: none;
  height: 0px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  display: none;
  height: 0px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent { /*background:#fff*/
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 0px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}/*# sourceMappingURL=style.css.map */