/* CSS Document */
/*ページタイトル*/
section.img_pagetitle div.p_i_text > h1::before{
  content: "About";
}
/*コンテンツ*/
section.about_top{
  background-color: #fff;
  padding: calc(var(--headerHeight) * 1.5) 0;
  width: 100vw;
  box-sizing: border-box;
  overflow: hidden;
}
body[wc-view-type="sp"] section.about_top{
  padding: calc(var(--headerHeight) * 1.5) 6.5vw;
}
body[wc-view-type="tb"] section.about_top,
body[wc-view-type="tb-l"] section.about_top{
  padding: calc(var(--headerHeight) * 1.5) 10vw;
}
div.about_box{
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  background: -moz-linear-gradient(-45deg, rgba(235,224,244,0.5) 0%, rgba(184,224,255,0.5) 50%, rgba(235,224,244,0.5) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(235,224,244,0.5) 0%,rgba(184,224,255,0.5) 50%,rgba(235,224,244,0.5) 100%);
  background: linear-gradient(-45deg, rgba(235,224,244,0.5) 0%,rgba(184,224,255,0.5) 50%,rgba(235,224,244,0.5) 100%);
}
body[wc-view-type="tb"] div.about_box,
body[wc-view-type="sp"] div.about_box{
  flex-direction: column;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] div.about_box{
  padding-bottom: 98.5vw;
}
body[wc-view-type="tb"] div.about_box{
  padding-bottom: 71.5vw;
}
body[wc-view-type="pc"] div.about_box,
body[wc-view-type="tb-l"] div.about_box{
  padding: 3rem;
}
body[wc-view-type="pc"] div.about_box{
  width: 1100px;
  margin: 0 auto;
}
div.about_box div.about_text{
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.about_box div.about_text{
  width: 100%;
  padding: 2.5rem 1.5rem;
}
body[wc-view-type="tb"] div.about_box div.about_text{
  width: 100%;
padding: 3rem 3rem 2rem 3rem;
}
body[wc-view-type="tb-l"] div.about_box div.about_text{
  width: 50%;
  padding-top: 1.5rem;
}
body[wc-view-type="pc"] div.about_box div.about_text{
  width: 55%;
  padding: 3rem 0;
}
div.about_box div.about_text > h1{
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #444;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out;
  transition: opacity 1000ms ease-out;
  text-align: center;
}
div.about_box div.about_text > h1.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
body[wc-view-type="sp"] div.about_box div.about_text > h1{
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
body[wc-view-type="tb"] div.about_box div.about_text > h1{
  font-size: 1.7rem;
  margin-bottom: 2rem;
  text-align: center;
}
body[wc-view-type="tb"] div.about_box div.about_text > h1 br,
body[wc-view-type="pc"] div.about_box div.about_text > h1 br{
  display: none;
}
div.about_box div.about_text > p{
  line-height: 2.5rem;
  color: #444;
  padding: 0 2rem;
  box-sizing: border-box;
  -webkit-transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  transform: translateY(1rem);
  margin-bottom: 1rem;
}
div.about_box div.about_text > p:last-of-type{
  margin-bottom: 0;
}
div.about_box div.about_text > p.wcvisible{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="sp"] div.about_box div.about_text > p{
  padding: 0 0.5rem;
}
body[wc-view-type="tb"] div.about_box div.about_text > p{
  padding: 0 1rem;
}
div.about_box div.about_img{
}
body[wc-view-type="tb"] div.about_box div.about_img,
body[wc-view-type="sp"] div.about_box div.about_img{
  position: absolute;
  z-index: 2;
}
body[wc-view-type="sp"] div.about_box div.about_img{
  bottom: 1.5rem;
  left: -1rem;
  right: -1rem;
}
body[wc-view-type="tb"] div.about_box div.about_img{
  bottom: 3rem;
  left: 3rem;
  right: 3rem;
}
body[wc-view-type="tb-l"] div.about_box div.about_img,
body[wc-view-type="pc"] div.about_box div.about_img{
  display: flex;
  flex-direction: column;
}
body[wc-view-type="tb-l"] div.about_box div.about_img{
  width: 50%;
}
body[wc-view-type="pc"] div.about_box div.about_img{
  width: 45%;
}
div.about_box div.about_img figure{
}
div.about_box div.about_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.about_box div.about_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.about_box div.about_img figure.a_img01{
  width: 65%;
  margin-right: auto;
  margin-left: 2;
  -webkit-transition: opacity 1000ms ease-out, transform 1000ms ease-out;
  transition: opacity 1000ms ease-out, transform 1000ms ease-out;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px)
}
div.about_box div.about_img.wcvisible figure.a_img01{
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
body[wc-view-type="tb-l"] div.about_box div.about_img figure.a_img01{
  width: 70%;
  margin-right: auto;
}
div.about_box div.about_img figure.a_img02{
  width: 55%;
  margin-left: auto;
  margin-right: 2rem;
  margin-top: -7rem;
  -webkit-transition: opacity 1000ms ease-out, transform 1000ms ease-out;
  transition: opacity 1000ms ease-out, transform 1000ms ease-out;
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
div.about_box div.about_img.wcvisible figure.a_img02{
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
body[wc-view-type="tb-l"] div.about_box div.about_img figure.a_img02{
  width: 63%;
  margin-left: auto;
  margin-right: 2rem;
  margin-top: -5rem;
}
body[wc-view-type="sp"] div.about_box div.about_img figure.a_img02,
body[wc-view-type="tb"] div.about_box div.about_img figure.a_img02{
   margin-right: 0;
}
body[wc-view-type="sp"] div.about_box div.about_img figure.a_img02{
  margin-top: -26.1vw;
}
body[wc-view-type="tb"] div.about_box div.about_img figure.a_img02{
  margin-top: -20.8vw;
}
/*こだわり*/
section.commitment{
  width: 100vw;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
section.commitment::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(184,224,255,0.5);
}
body[wc-view-type="sp"] section.commitment{
  padding: calc(var(--headerHeight) * 1.5) 6.5vw;
}
body[wc-view-type="tb"] section.commitment,
body[wc-view-type="tb-l"] section.commitment{
  padding: calc(var(--headerHeight) * 1.5) 10vw;
}
body[wc-view-type="pc"] section.commitment{
  padding: calc(var(--headerHeight) * 1.5) calc((100vw - 1100px) / 2);
}
section.commitment > h1{
  font-size: 1.35rem;
  color: #444;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.5rem;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out;
  transition: opacity 1000ms ease-out;
  position: relative;
  z-index: 3;
}
section.commitment > h1.wcvisible{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
body[wc-view-type="sp"] section.commitment > h1{
  box-sizing: border-box;
}
section.commitment > h1::before{
  content: "Commitment";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 1rem;
}
section.commitment > article{
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  margin-top: var(--headerHeight);
  -webkit-transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  transform: translateY(1rem);
}
section.commitment > article.wcvisible{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="sp"] section.commitment > article{
  flex-direction: column;
}
body[wc-view-type="tb"] section.commitment > article{
  align-items: center;
}
section.commitment > article:nth-of-type(even){
  flex-direction: row-reverse;
}
section.commitment > article div.com_text{
  width: 50%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.commitment > article div.com_text{
  width: 100%;
  padding: 1.5rem;
  background-color: #fff;
  margin: 0 auto;
}
body[wc-view-type="tb"] section.commitment > article div.com_text{
  padding: 2rem 1rem 2rem 1rem;
}
body[wc-view-type="tb-l"] section.commitment > article div.com_text{
  padding: 4.5rem 2rem 4.5rem 2rem;
}
body[wc-view-type="pc"] section.commitment > article div.com_text{
  padding: 4.5rem 2rem 4.5rem 3rem;
}
body[wc-view-type="pc"] section.commitment > article:nth-of-type(even) div.com_text{
  padding: 4.5rem 3rem 4.5rem 2rem;
}
body:not([wc-view-type="sp"]) section.commitment > article div.com_text::before{
  content: "";
  position: absolute;
  background-color: #fff;
  z-index: -1;
}
body[wc-view-type="tb"] section.commitment > article div.com_text::before{
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body[wc-view-type="tb-l"] section.commitment > article div.com_text::before,
body[wc-view-type="pc"] section.commitment > article div.com_text::before{
  top: 2rem;
  left: 0;
  right: 0;
  bottom: 2rem;
}
section.commitment > article div.com_text > h1{
  color: #444;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
body[wc-view-type="sp"] section.commitment > article div.com_text > h1,
body[wc-view-type="tb"] section.commitment > article div.com_text > h1{
  margin-bottom: 1.3rem;
  font-size: 1.3rem;
}
section.commitment > article div.com_text > h1 span{
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1em;
  color: #444;
  margin-right: 0.75rem;
}
body[wc-view-type="tb"] section.commitment > article div.com_text > h1 span{
  font-size: 2.3rem;
}
section.commitment > article div.com_text > p{
  line-height: 1.8rem;
  color: #444;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
section.commitment > article > div.com_img{
  width: 50%;
}
body[wc-view-type="sp"] section.commitment > article > div.com_img{
  width: 100%;
}
section.commitment > article > div.com_img > figure{
  width: 100%;
}
section.commitment > article > div.com_img > figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.commitment > article > div.com_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="sp"] section.commitment > article > div.com_img figure img{
  height: 60vw;
}
body[wc-view-type="tb"] section.commitment > article > div.com_img figure img{
  height: 33vw;
}
/*アクセス*/
section.access{
  display: flex;
  background-color: #fff;
}
body[wc-view-type="sp"] section.access{
  flex-direction: column;
}
section.access div.access_text,
section.access div.map{
}
section.access div.access_text{
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.access div.access_text{
  padding: var(--headerHeight) 6.5vw;
}
body:not([wc-view-type="sp"]) section.access div.access_text{
  box-sizing: border-box;
  width: 50%;
}
body[wc-view-type="tb"] section.access div.access_text,
body[wc-view-type="tb-l"] section.access div.access_text{
  padding: var(--headerHeight) 3rem var(--headerHeight) 10vw; 
}
body[wc-view-type="pc"] section.access div.access_text{
  padding-left: calc((100vw - 1100px) / 2);
  padding-top: calc(var(--headerHeight) * 1.5);
  padding-bottom: calc(var(--headerHeight) * 1.5);
  padding-right: 3rem;
}
section.access div.access_text div.a_text_in{
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  box-sizing: border-box;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
}
section.access div.access_text div.a_text_in.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
body[wc-view-type="sp"] section.access div.access_text div.a_text_in{
  padding: 1rem 1.5rem;
}
body[wc-view-type="tb"] section.access div.access_text div.a_text_in,
body[wc-view-type="tb-l"] section.access div.access_text div.a_text_in{
  padding: 2rem;
}
body[wc-view-type="pc"] section.access div.access_text div.a_text_in{
  padding: 3rem 2rem;
}
section.access div.access_text div.a_text_in > h1{
  font-size: 1.35rem;
  color: #444;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 3;
}
body[wc-view-type="sp"] section.access div.access_text div.a_text_in > h1{
  box-sizing: border-box;
}
section.access div.access_text div.a_text_in > h1::before{
  content: "Access";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 1rem;
}
section.access div.access_text div.a_text_in > dl{
  margin-bottom: 0.75rem;
  display: flex;
}
section.access div.access_text div.a_text_in > dl dt{
}
section.access div.access_text div.a_text_in > dl.dt_width dt{
  width: 4.8rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
section.access div.access_text div.a_text_in > dl.dt_width dt::after{
  content: ":";
  position: absolute;
  top: 0.15rem;
  color: #444;
  z-index: 2;
  line-height: 1em;
  right: 0.35rem;
}
section.access div.access_text div.a_text_in > dl.dt_width dd{
  width: calc(100% - 4.8rem);
}
section.access div.access_text div.a_text_in > dl.no_dt dd{
}
section.access div.access_text div.a_text_in > dl.no_dt.tel dd > a,
section.access div.access_text div.a_text_in > dl.no_dt dd > p,
section.access div.access_text div.a_text_in > dl.no_dt dd > div{
  position: relative;
  z-index: 1;
  padding-left: 2rem;
}
section.access div.access_text div.a_text_in > dl.no_dt.tel dd > a{
  text-decoration: none;
  color: #444;
}
body:not([wc-view-type="sp"]) section.access div.access_text div.a_text_in > dl.no_dt.tel dd > a{
  pointer-events: none;
}
section.access div.access_text div.a_text_in > dl.no_dt.add dd > p{
}
section.access div.access_text div.a_text_in > dl.no_dt dd > a::before,
section.access div.access_text div.a_text_in > dl.no_dt dd > p::before,
section.access div.access_text div.a_text_in > dl.no_dt dd > div::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
  background-color: #444;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size:cover;
  mask-size:cover;
}
section.access div.access_text div.a_text_in > dl.no_dt dd > a::after,
section.access div.access_text div.a_text_in > dl.no_dt dd > p::after,
section.access div.access_text div.a_text_in > dl.no_dt dd > div::after{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  border: solid 1px #444;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
section.access div.map{
  position: relative;
  z-index: 1;
  width: 50%;
}
body[wc-view-type="sp"] section.access div.map{
  height: 75vw;
  width: 100vw;
}
section.access div.map iframe{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}