@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
a, a:hover {
  text-decoration: none;
}
/* ===============================================================================
header
=============================================================================== */
header.header-01-wrap {
  position: fixed;
  z-index: 99;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 10px;
  transition: all 1s;
}
header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header img {
  width: 100%;
  vertical-align: top;
}
header .header-logo {
  padding: 5px 0px 5px 20px;
}
header .header-logo img {
  height: 60px;
  width: auto;
}
header .header-r {
  padding-top: 20px;
  display: flex;
  margin-right: 20px;
}
header .header-r a {
  display: block;
  padding: 5px;
  margin-left: 10px;
  text-align: center;
  width: 140px;
  color: #FFFFFF;
  background-color: #1fabb5;
}
@media screen and (max-width:768px) {
  header {
    padding-bottom: 0px;
    background-image: none;
  }
  header .header-logo img {
    height: 40px;
    width: auto;
  }
  header .header-r {
    position: fixed;
    margin: 0px;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    z-index: 4;
  }
  header .header-r a {
    display: none;
  }
}
.bukken_footer {
  background-image: none;
  background-color: #E9F7FA;
}
#cboxContent .b-annaizu_modal>.box .b-head .b-print .b-btn a {
	background:#706965 ;
	margin-top: 35px;
}
/* ===============================================================================
nav
=============================================================================== */
header .header-r a.menu-btn {
  display: none;
}
.g-nav ul.gn-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 20px 0px;
  justify-content: center;
  /* [disabled]background-color: rgba(255,255,255,0.4); */
}
.g-nav ul.gn-area li {
  width: 10%;
  height: 46px;
  display: flex;
  align-items: center;
  border-right: 1px solid #ccc;
position: relative;
}
.g-nav ul.gn-area li:first-child {
  border-left: 1px solid #ccc;
}

.g-nav ul.gn-area li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  width: 100%;
  transition: all 1s ease 0s;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  color: #000000;
  height: 100%;
}
.g-nav ul.gn-area li.nav-cv {
  display: none;
}
.g-nav ul.gn-area li.new:before {
	content: "NEW";
	position: absolute;
	top: 1px;
	left: 4px;
	background-color: #F00004;
	color: #FFFFFF;
	font-size: 10px;
	padding: 2px;
	display: block;
	line-height: 10px;
  }
.float-area {
  position: fixed;
  right: 0px;
  width: 50px;
  bottom: 50%;
  transform: translateY(50%);
}
.float-area .cv-btn a {
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  width: 50px;
  color: #FFFFFF;
  font-size: 16px;
}
.float-area .cv-btn.cv1 a {
  color: #000000;
  background-color: #7bc9d9;
}
.float-area .cv-btn.cv2 a {
  background-color: #1fabb5;
}
.float-area .cv-btn.cv3 a {
  background-color: #108d9c;
  text-align: center;
}
@media screen and (max-width:1200px) {
  .g-nav ul.gn-area li {
    width: auto;
    padding: 2px 6px;
  }
}
.g-nav ul.gn-area li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.g-nav ul li span {
  display: block;
  font-size: 10px;
  width: 100%;
  line-height: 12px;
}
@media screen and (max-width:768px) {
  .g-nav {
    justify-content: center;
    position: fixed;
    width: 90%;
    height: auto;
    transform: translateY(-30%);
    background-color: rgba(255, 255, 255, 0.9);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 3;
    transition: transform .3s;
    opacity: 0;
    visibility: hidden;
    bottom: 90px;
    left: 5%;
    top: 60px;
    padding-top: 20px;
  }
  .g-nav > div {
    width: 80%;
  }
  .g-nav.open {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
  }
  .g-nav ul.gn-area {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    position: relative;
    padding-bottom: 9px;
    padding-left: 0px;
  }
  .g-nav ul.gn-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    left: 0px;
    bottom: 0px;
  }
  .g-nav ul.gn-area li {
	width: 50%;
	padding: 0px 4px;
	height: 60px;
  }
  .g-nav ul.gn-area li, .g-nav ul.gn-area li:first-child {
    border-left-style: none;
    border-right-style: none;
  }
  .g-nav ul.gn-area li a {
    display: flex;
    color: #000000;
    padding: 0px;
    border-bottom: 1px solid #108d9c;
    font-size: 15px;
    line-height: 18px;
  }

  .g-nav ul.gn-area li:first-child a, .g-nav ul.gn-area li:nth-child(2) a {
    border-top: 1px solid #108d9c;
  }
  .g-nav ul.gn-area li.nav-cv {
    display: block;
  }
  .g-nav ul li.enter-btn a {
    color: #FFFFFF;
    background-color: #716864;
  }
  header .header-r a.menu-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    align-items: center;
    border: 1px solid #108d9c;
  }
  header .header-r a.menu-btn.open {
    background-color: #108d9c;
  }
  .btn-line {
    width: 50%;
    height: 2px;
    background-color: #108d9c;
    position: relative;
    transition: .2s;
    display: inline-block;
  }
  .btn-line::before, .btn-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #108d9c;
    transition: .2s;
    left: 0px;
  }
  .btn-line::before {
    transform: translateY(-8px);
  }
  .btn-line::after {
    transform: translateY(8px);
  }
  .open .btn-line {
    background-color: transparent;
  }
  .open .btn-line::before, .open .btn-line::after {
    content: "";
    transition: .2s;
    background-color: #FFFFFF;
  }
  .open .btn-line::before {
    transform: rotate(45deg);
  }
  .open .btn-line::after {
    transform: rotate(-45deg);
  }
  .float-area {
    position: fixed;
    right: 0px;
    width: 100%;
    bottom: 0px;
    transform: translateY(0%);
    display: flex;
    flex-wrap: wrap
  }
  .float-area .cv-btn {
    width: 33.33%;
  }
  .float-area .cv-btn a {
    writing-mode: horizontal-tb;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    font-size: 14px;
  }
  .float-area .cv-btn.cv1 a {}
  .float-area .cv-btn.cv2 a {}
  .float-area .cv-btn.cv3 a {
    font-size: 13px;
    letter-spacing: -0.08em;
    line-height: 15px;
  }
}
/* ===============================================================================
anim
=============================================================================== */
.anim {
  opacity: 0;
  transition: 1.5s;
}
.anim.anim2 {
  opacity: 0;
  transform: translate(0px, 60px);
  transition: 1.5s;
}
.anim.slideLeft {
  transform: translate(40px, 0px);
}
.anim.slideRight {
  transform: translate(-40px, 0px);
}
.anim.is-show {
  opacity: 1;
}
.anim2.is-show {
  transform: translate(0px, 0px);
}
/* ===============================================================================
common class
=============================================================================== */
section {
  padding: 100px 0px;
  background-color: #FFFFFF;
}
.contents {
  font-size: 16px;
  line-height: 28px;
  padding-top: 0px;
}
.contents h2 {
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 40px;
}
.contents h2 + p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin: 0px auto 60px;
  width: 90%;
}
.contents h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 10px;
}
.contents h3 span {
  display: block;
  font-size: 70%;
}
.contents img {
  width: 100%;
  vertical-align: top;
}
.inr, .contents p.inr {
  margin: 0px auto;
  max-width: 1000px;
  width: 90%;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex.col2 > div, .flex.col2 > p {
  width: 48%;
}
.flex.col3 > div, .flex.col3 > p {
  width: 31%;
}
.bg-wht {
  background-color: #FFFFFF;
}
.bg-color {
  padding: 100px 0px;
  background-color: #E9F7FA;
}
.cap {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
  letter-spacing: normal;
}
.note {
  padding-top: 0px;
}
.note > div {
  font-size: 12px;
  max-width: 1000px;
  padding: 0px 20px;
  margin: 0px auto;
  line-height: 16px;
}
.img-cap {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
  text-align: right;
  color: #FFFFFF;
  line-height: 16px;
  letter-spacing: normal;
}
.bnr {
  max-width: 1000px;
  margin-top: 100px;
  width: 90%;
}
.pcn {
  display: none;
}
.spn {
  display: block;
}
@media screen and (max-width:768px) {
	html{
	height: 100dvh;		
	}
  header.header-01-wrap {
    padding: 10px;
  }
  header .header-logo {
    padding: 0px;
  }
  section {
    padding: 40px 0px;
  }
  .bg-color {
    padding: 40px 0px;
  }
  .contents h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .contents h2 + p {
    margin: 0px auto 30px;
    text-align: left;
  }
  .contents h2 + p br {
    display: none;
  }
  .contents h3 {
    margin-bottom: 40px;
  }
  .contents h3 img {
    width: 100%;
  }
  .flex.col2 > div, .flex.col2 > p, .flex.col3 > div, .flex.col3 > p {
    width: 100%;
  }
  .bnr {
    margin-top: 40px;
  }
  .pcn {
    display: block;
  }
  .spn {
    display: none;
  }
  .note > div {
    font-size: 11px;
    line-height: 14px;
  }
}

/* ===============================================================================
lower page
=============================================================================== */
.header-img {
  position: relative;
}
.hi-bg {
  width: 100%;
  overflow: hidden;
}
.hi-bg video {
  width: 100%;
  display: block;
}
.hi-bg:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.hi-cap {
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 3;
	filter: drop-shadow(0px 0px 5px #000);
}
.hi-txt {
  width: 95%;
  max-width: 500px;
  padding-top: 100px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
		filter: drop-shadow(0px 0px 5px #000);
}
.page-navi {
  margin-bottom: 100px;
}
.page-navi a {
  display: block;
  background-color: #1fabb5;
  color: #FFFFFF;
  padding: 15px;
  font-size: medium;
  text-align: center;
  background-image: url("../images/link-allow.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: right 10px top 50%;
}
.page-navi a.current {
  background-color: #B4DCE4;
  pointer-events: none;
  background-image: none;
}
.page-navi a img {
  width: 60%;
}
@media screen and (max-width:768px) {
  .hi-txt {
    padding-top: 60px;
  }
  .page-navi {
    margin-bottom: 40px;
  }
}
.contents.map {
	
}
.contents.map h2{
	margin-top: 40px;	
}
.contents.map .btn-gmap {
	text-align: center;
	margin-top: 40px;
}
.contents.map .btn-gmap a {
    min-width: 200px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #000;
    text-align: center;
    padding: 7px 25px;
    border-radius: 3px;
    text-decoration: none;
    line-height: 1.3;
}
.bukken_footer .footer-nav-01 .container .tel-cont .tel-details{
	margin-bottom: 10px;	
}
.bukken_footer .footer-nav-01 .container .tel-cont .tel-details img{
	vertical-align: middle;
}