@charset "UTF-8";
/* =====================================
/* :::::::::::::::::::::::::::::: common
/* ===================================== */
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, 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, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}
html{font-size:62.5%; font-size:10px;}
body {
  color: #211A59;
  background: #f4f3ed;
  padding: 0;
  margin: 0;
  width: 100vw;
  font-family: YuGothic, 'YuGothic', 'Hiragino Kaku Gothic ProN', 'sans-serif';
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  font-size:1.4rem;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;	
}
article,aside,details,figcaption,figure,footer,
header,hgroup,menu,nav,section {display:block;}
ul,ol {list-style:none; padding: 0; margin: 0;}
a {text-decoration:none;}
a:link {color: #211A59;}
a:visited { color: currentColor; }
a:active { color: currentColor; }
figure {margin: 0;overflow: hidden;}
p {margin: 0;padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;}
img {border: 0;}
input:focus, select:focus, textarea:focus {outline: 0;}
h1::selection, h2::selection, h3::selection,
h4::selection, h5::selection, p::selection {background: #211A59; color: #fff;}
dd {-webkit-margin-start: 0;}
dl{ 
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

h1,h2,h3{font-weight:bold;}
br {
  display: block;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #211A59;
  padding: 0;
  margin: 0;
}

#all-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*.block {display: block;}
.no-margin {margin: 0px;}
.ub {border-bottom: 1px solid #d3d1da;}*/

/* :::::: lazysize :::::: */
.lazyload{
 opacity: 0;
}
.lazyloaded{
  opacity: 1;
  transition: all 1s;
}

/* :::::: fadein animation ::::::  */
body {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

/* :::::: col fade ::::::  */
.js-fade {
  opacity: 0;
}
.js-fade.is-visible {
  animation: Item 1200ms ease-in forwards;
}
@keyframes Item {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

/* :::::: scroll fade ::::::  */
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadein-down {
  animation: fuwatAnime 2s;
}

/* =====================================
/* ::::::::::::::::::::::::: sider menu
/* ===================================== */
#side-container {
  position: fixed;
  width: 224px;
  text-align: center;
  z-index:100;
}
.side-inner {
  height: 200vh;
  padding-top: 34px;
  background: #211A59;
}

.nav-side { margin-top: 46px;}
.sp-sider-menu { display: none; }

.nav-list-pc {
  position: absolute;
  width:100%;
}
.nav-list-pc li {
  position: relative;
  padding:12px 0;
  color:#fff;
  font-size: 13px;
  letter-spacing: .05em;
  font-weight: 700;	
  /*height: 16px;*/
  line-height:1;
  cursor: pointer;
}
.nav-list-pc a {
  line-height: 100%;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  text-decoration: none;
  pointer-events: auto;
}
.nav-list-pc li:hover ul {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: rgb(33 26 89 / 0.7);
}
.nav-list-pc > li:hover a:after {
  opacity: 1;
}
.nav-list-pc > li ul {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 100%;
  width: 100%;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  white-space: nowrap;
  background-color: rgb(33 26 89 / 0.7);
}
.nav-flex{display: flex; justify-content: center;}
.nav-flex-img{width: 18px; margin-right: 10px;}
.nav-item:hover{
  background-color: rgb( 255 255 255 / 0.05);
}
.nav-item a {
  width:100%;
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  letter-spacing: .05em;
  font-weight: 400;
  overflow: hidden;	
}
.nav-item a::after {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  content: attr(data-hover);
  font-size: 13px;
  letter-spacing: .05em;
  font-weight: 700;
  opacity: 0;
}
.nav-item span img{
  width: 110px;
  margin:auto;
  display: inline-block;
}
.nav-item a:hover::after { 
  opacity: 1;
}
.nav-item:hover span {
  display: block;
}
.nav-item:hover img {
  opacity: 0;	
}
.nav-item:nth-of-type(1):hover img,
.nav-item:nth-of-type(2):hover img,
.nav-item:nth-of-type(3):hover img,
.nav-item:nth-of-type(4):hover img,
.nav-item:nth-of-type(5):hover img,
.nav-item:nth-of-type(7):hover img{
  opacity:inherit;
}
.nav-item:nth-of-type(1) ul li:hover img,
.nav-item:nth-of-type(2) ul li:hover img,
.nav-item:nth-of-type(3) ul li:hover img,
.nav-item:nth-of-type(4) ul li:hover img,
.nav-item:nth-of-type(5) ul li:hover img,
.nav-item:nth-of-type(7) ul li:hover img
{
  opacity: 0;
}

.icon-holder {
  position:relative;
  top:310px;
  font-size: 0;
  margin: 40px 0 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-fb,.nav-insta {
  margin-right: 11px;
}
.nav-app{width:58px;}
.sns-btn {
  transition: all .3s ease;
}
.sns-btn:hover {
  transition: all .3s ease;
  opacity: .5;
}
.btn-blog {
  position: relative;
  width: 53px;
  height: 20px;
  font-size: 10px;
  font-weight: bold;
  background: #fff;
  border-radius: 2px;
  transition: all .3s ease;
}
.btn-blog:hover {
  transition: all .3s ease;
  opacity: .5;
}
.btn-txt {
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
}

.btn-side-holder{
  position:relative;
  top:310px;	
}
.btn-side-holder div { height: 26px;margin-top: 18px; }

.btn-os,.btn-con {
  position: relative;
  font-size: 0;
  text-align: center;
  transition: all .3s ease;
}
.btn-con:hover,
.btn-os:hover {
  transition: all .3s ease;
  opacity: .5;
}


/* =====================================
/* :::::::::::::::::::::::::::::: header
/* ===================================== */
#header {
  display:none;
  position: absolute;
  width: calc(100% - 260px);
  z-index: 2;
  top: 0;
  left: 0;
}
#header-container {
  position: relative;
  max-width: 100%;
  height: 100px;
  overflow: hidden;
  background: #211A59;
  visibility: hidden;
}

.menu-holder {
  position: absolute;
  margin: 38px 0 0 6vw;
  display: none;
  z-index: 4;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 30px;
  height: 30px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
  margin-top: 0px;
  background-color: #fff;
  transition: all .4s;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	top: 20px;
}
.logo-header {
  position: absolute;
  left: 50%;
  margin-left: -79px;
  margin-top: 12px;
}

/* =====================================
/* :::::::::::::::::::::::::::::: footer
/* ===================================== */
#footer{
  background-color: #fff;	
}
.footer-container {
  width: 980px;
  box-sizing: border-box;
  padding:0 16px;
  margin: 0 auto;
  z-index: 2;
}
.footer-container > div:last-child{	
  width: 980px;
  margin: 0 auto;	
}

.footer-btn-holder {
  text-align: center;
  padding: 0 16px;
  padding-top: 40px;
}
.f-btn {
  color: #fff;
  position: relative;
  width: 420px;
  font-size: 16px;
  height: 46px;
  margin-top: 18px;
  text-align: center;
  transition: all .3s ease;
  background: #fed945;
}
.f-btn::after {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  display: block;
  width: 100%;
  content: attr(data-hover);
  color: #fff;
  font-size: 16px;
  letter-spacing: .05em;
  opacity: 0;
}
.f-btn:hover span {
  opacity: 0;
}
.f-btn:hover::after {
  opacity: 1;
}

.footer-info{
  display:flex;
  padding-top: 40px;
  justify-content: space-between;
}
.footer-info dl{
  font-weight:bold;
}
.footer-info dt{
  line-height:2;
}
.footer-info a:hover{
 opacity:.7; 
}
.f-info-detail{
  width:45%;
}
.f-info-detail dd{
  line-height: 1;
}
.f-mail{
  font-size:2.2rem;
  margin-bottom:15px;
}
.tel {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.tel > img {
  margin: 0 11px 0 0;
}
.tel-info{
  font-size: 12px;
  padding-top: 10px;
  font-weight: normal;
}
.f-info-store{
  width:47%;	
}
.f-store{
  font-size:1.3rem;
  line-height: 1.8;
}
.f-store:hover{
 opacity:.7; 
}
.f-store p span{
  font-size:1.2rem;
  font-weight: normal;
}

.footer-nav-holder{
 position:relative;
 padding-top: 30px;
}
.footer-nav-holder img{
  position:absolute;
  top: 12px;
  right: 0;
}
.footer-nav{padding-top: 10px;}
.item-nav-footer {
  display: inline;
  font-size: 12px;
  margin-right: 22px;
  transition: all .3s ease;
}
.item-nav-footer:hover {
  opacity: .5;
  transition: all .3s ease;
}
.arrow-nav {
  display: none;
}

.copyright {
  padding:5px 0 10px;
  font-size: 1.1rem;
}

.btn-nohover {
  font-size: 16px;
  width: 181px;
  height: 36px;
  margin-top: 18px;
  padding: 0;
}
.btn-nohover:hover {
  background: #fed945;
}
/* =====================================
/* :::::::::::::::::::::::::::::: discription
/* ===================================== */
.discription{
  background: #fff;
}
.discription div{
  width: 980px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 16px;
  padding-top: 40px;
}
.discription h2{
  font-size: 1.6rem;
  padding-bottom: 8px;
}
.discription p{
  font-size: 1.2rem;
}

/* =====================================
   ::::::::::::::::::::::::::::::::ボタン
   ===================================== */
/* moreボタン */
.btn-more-holder {
  margin-top: 24px;
  text-align: right;
}
.btn-more {
  color: #fff;
  position: relative;
  font-size: 15px;
  width: 180px;
  height: 27px;
  background: #fed945;
  text-align: center;
  transition: all .3s ease;
}
/* hereボタン */
.btn-here{
  position: relative;
  width: 420px;
  height: 44px;
  font-size: 15px;
  color: #fff;
  background: #fed945;
  transition: all .3s ease;	
}

.triangle {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: 4px;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #fff;
}

/*フォーム確認ボタン*/
.btn-contact-holder {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin:60px 0;
}
.btn-contact-holder a {
    color: #fff;
    text-align: center;
}
.btn-refill {
  width:180px;
  display: block;
  color: #fff;
  font-size: 16px;
  letter-spacing: .05em;
  background: #b4cff5;
  padding: 14px 0;
  border-radius: 4px;
  transition: all .3s ease;
  margin-top: 36px;
  margin-bottom: 60px;
}
.btn-contact {
  width:180px;
  color: #fff;
  font-size: 16px;
  letter-spacing: .05em;
  background: #211A59;
  padding: 14px 0;
  border-radius: 4px;
  transition: all .3s ease;
}

.btn-more:hover,.btn-here:hover,.btn-contact:hover,.top-anime-btn:hover  {
  background: #ecc93d;
}


/* =====================================
  :::::::::::::::::::::::::::::container
   ===================================== */
/*メインコンテンツ*/
#container {
  position: absolute;
  margin-left: 224px;
  display: block;
  left: 0;
  right: 0;
  background: #f4f3ed;
  height: auto;
}
.container-inner {
  background: #f4f3ed;
}
@media (max-width: 1200px){
	.container-inner{position: absolute;}	
}

/* 固定リンク */
.float {
  position: fixed;
  height: auto;
  bottom: 0;
  opacity: 0;
  visibility: visible;
  right: 0;
  z-index: 999;
  font-size: 0;
  transition: opacity .2s ease, visibility .2s ease .2s;
}
.float > div {
  width: 200px;
}
.float > div > a {
  display: block;
}
.float > div > a > img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .float[data-active='1'],
  .float[data-state='above'] {
    opacity: 1;
    visibility: hidden;
    transition-delay: 0s;
  }
}

/* slick矢印 */
.slick_arr {
  position: absolute;
  transform: translateY(-50%);
  top: 45%;
  z-index: 2;
  cursor: pointer;
}
.slick_arr_l {
  left: -45px;
}
.slick_arr_r {
  right: -45px;
}
.slick_arr > div {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('/img/a-r.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slick_arr_l div {
  transform: rotate(180deg);
}

/* ::: TOP共通 ::: */
.wrapper {
  width: 980px;
  margin: 0 auto;
  padding:0 16px 82px;
}
.wrapper section {
  position: relative;
}

.main-title{
  position: relative;
  height: 54px;
  text-align: center;	
  margin-bottom: 20px;
  color: #fff;
}
.top-section { margin-top: 52px;}
.top-title {
  position: relative;
  height: 66px;
  margin-bottom: 37px;
  text-align: center;
}
.top-title img{
  top: 35px;
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.main-title h1,.top-title h2{
  width:100%;
  font-size: 1.2rem;
  letter-spacing: .05em;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
}

.title-col {
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
}
.col-txt {
  display: block;
  box-sizing: inherit;
}
.col-txt:hover{
  opacity:.7;
  transition: all 0.45s;
}

.fix-col-txt {
  margin-top: 9px;
  line-height: 1.5;
}
.title-line { margin: 8px 0; }

/*.col-3-holder {
  position: relative;
  margin: 0 auto;
}
.col-3-holder.col-3-holder-slick > *:nth-child(n+3) {
  margin-top: 0;
}

.col-3-inner{
  width: 282px;
  float: left;
}
.col-3-inner:nth-child(3n+2) {
  margin-left: 67px;
  margin-right: 67px;
}

.col-2-holder {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col-2-holder a { width: 47%;}
.col-2-holder figure { width: 467px;}
.col-2-holder img {
  width:190px;;
}*/

.col-1-holder{
  text-align: center;
  margin-top: 20px;
}

.col-img {position: relative;}
.col-img:after{
  content: '';
  display: block;
  background: rgb(33 26 89 / 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  z-index: 1;
  transition: all 0.45s;
  opacity: 0;
}
.col-img:hover:after {
  opacity: 1;
  cursor: pointer;
}

.col-hover:hover .col-img:after{opacity: .8;}

.clear::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.grid-3-holder{	
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:30px;
}
.top-section .grid-3-holder{column-gap:40px;}
.grid-2-holder{	
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:30px;
}
.top-section .grid-2-holder{column-gap: 46px;}

/* :::: TOP - main screen :::: */
.top-main-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 32s linear infinite;
}
.main-slide-image:nth-child(1) {
  background-image: url(/img/top-main01.jpg);
  animation-delay: -2s;
}
.main-slide-image:nth-child(2) {
  background-image: url(/img/top-main02.jpg);
  animation-delay: 6s;
}
.main-slide-image:nth-child(3) {
  background-image: url(/img/top-main03.jpg);
  animation-delay: 14s;
}
.main-slide-image:nth-child(4) {
  background-image: url(/img/top-main04.jpg);
  animation-delay: 22s;
}	

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}

/* :::: TOP - about :::: */
#top-about{margin-top: 120px;}
.top-anime-holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 34px; 
  margin-bottom: 60px;
}
.top-anime-holder h3{
  font-size: 1.8rem;
  line-height: 1.3;
}
.top-anime-holder p{
  line-height: 1.8;
  margin-top: 9px;
}
.top-anime-holder > div:first-child{
  width:500px;
  height: auto;
  background-color: #264931;
}
#top-anime{
  width: 500px;
  height: 285px;
}
.fullscreen-link{
	display:flex;
	padding: 0 10px 5px;
	margin-top: -16px;
}
.fullscreen-link div:first-child{width:16px;margin-right: 8px;}
.top-anime-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
    font-size: 15px;
	margin-left:auto;
	margin-top: 12px;
    background: #fed945;
    transition: all .3s ease;
	padding: 10px;
}
.top-anime-btn span{font-size:15px;}
.top-anime-btn img{width:30px;margin-left: 10px;}

.top-anime-holder > div:last-child{
  width: 365px;
}
.top-about-holder{
	margin-bottom: 90px;
}
.top-about-img {
  position: relative;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
}
.top-about-title{
  position: relative;
  width: 100%;
  height: 62px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.top-about-title > img{
  position: absolute;
  width: 65%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.top-about-title h2{
  width:100%;
  font-size: 1.2rem;
  letter-spacing: .05em;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  color: #fff;
}

/* ::: TOP-gallery ::: */
.top-gallery-img {
  width: 100%;
  height: 204px;
  background: url(../img/no_image.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#top-gallery  .col-txt p:last-child{margin-top: 8px;}

/* ::: TOP-event ::: */
.top-event-slider{margin-top: -20px;}
.top-event-holder{width:90%;margin: auto;}
.top-event-img {
  width: 100%;
  height: 272px;
  background: url(../img/no_image.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.top-event_arr {
  position: absolute;
  transform: translateY(-50%);
  top: 40%;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1240px){
   .top-event-slider{margin:0 5%;}
	.top-event-img{ height: 200px;}
}

/* ::: TOP-ob,interview ::: */
.top-ob-img {
  width: 100%;
  height: 260px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-ob-img > img{
  position: absolute;
  width:40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

/* :::: TOP - store:::: */
#top-store .grid-2-holder{gap: 30px 40px;}
.top-store-img {
  height: 190px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-store-img > img{
  position: absolute;
  width: 220px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
#top-store h3 span{
	font-size:12px;
	color:#fff;
	background-color:#cd1128;
	margin-right: 10px;
	padding: 4px 6px;
}


/* ::: TOP-estate ::: */
#top-estate .top-title { margin-bottom: 0px;}

.slick-padding {
  width: 100%;
  margin: 15px 0;
  box-sizing: border-box;
}
.top-estate-holder {
  width: 304px;
  margin: 0 10px;
  float: left;
  box-sizing: border-box;
}

.top-estate-bg {
  position: relative;
  height: 340px;
  padding: 14px 20px;
  background: url(../img/el-bg.png) no-repeat;
  background-size: cover;
  box-shadow: 6px 6px 6px rgb(0 0 0 / 0.15);
}
.top-estate-bg::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  height: 74px;
  background: url(../img/badge.svg) no-repeat;
  z-index: 999;
  margin-right: -10px;
  margin-top: -10px;
}
.top-estate-img {
  width: 263px;
  height: 180px;
  background: url(../img/no_image.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.top-estate-area-tag{
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  background: #211A59;
  text-transform: uppercase;
  margin: 0px 18px 0 4px;
}
.top-estate-info {
  margin-top: 10px;
}

.top-estate-a-holder { display: flex;}
.a-l {
  position: absolute;
  width: 25px;
  margin-left: -35px;
  bottom: 202px;
  cursor: pointer;
}
.a-r {
  position: absolute;
  width: 25px;
  right: -35px;
  bottom: 202px;
  cursor: pointer;
}
@media (max-width: 1200px){
  .a-l,.a-r{display: none!important;}
}

/* :::: TOP - other contents:::: */
#top-others .grid-2-holder{row-gap:10px;}
.others-img{
  position: relative;
  height: 66px;
  background-size: cover;	
  background-repeat: no-repeat; 
}
.others-img:after {
  content: '';
  background: rgb(34 25 89 / 0.2);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  transition: all 0.4s;
  opacity: 0;
}
.others-img:hover:after{
  opacity: 1;
  cursor: pointer;
}
.others-img img:nth-child(2) {
  display: none;
}
.others-img:hover img:nth-child(2) {
  display: block;
}

.others-title-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.others-title-img img{width:190px;}
.img_hover:hover figure .others-title-img img{
  transition: all 0.4s;
  opacity: 0;
}
.img_after h2{
  opacity: 0;
  max-width: initial;
  height: auto;
  color:#fff;
}
.img_hover:hover figure .img_after h2{
  transition: all 0.4s;
  opacity: 1;
}

/* ::: TOP-insta&blog ::: */
.top-ib {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 500px;
  margin-top: 70px;
}
.top-ib > div:first-child {
  width: 430px;
  top: 0;
  left: 0;
}
.top-ib > div:last-child { width: 466px;}

.top-title-s { margin-bottom: 25px;}
.top-title-s a {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.top-title-s h2{
  padding-left: 26px;
  font-size: 1.2rem;
  letter-spacing: .05em;
}

.top-insta-holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.insta-col {
  width: 136px;
  height: 136px;
  background-image: url(https://placehold.jp/187x187.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}

.top-insta-holder > .insta-col:nth-child(n+10) { display: none; }

.top-blog-holder {
  height: 425px;
  overflow: auto;
  padding: 0 10px;
}
.top-blog-holder > li {
  display: flex;
  padding: 18px 0; 	
  border-bottom: 1px solid #211A59;	
}
.top-blog-holder li a {
  display: block;
}
.top-blog-holder li a:hover .col-img:after{
	opacity: 1;
}
.top-blog-img {
  width: 117px;
  float: left;
  margin-right: 25px;
}
.top-blog-img img{vertical-align: middle;}

.top-blog-txt {
  width: 270px;
  float: left;
}
.top-blog-txt p:nth-child(3) {
  margin-top: 14px;
}


/* =====================================
/* :::::::::::::::::::::::::: child page
/* ===================================== */

.child-container { padding-top: 62px !important;}
.child-inner { 
  width: 980px; 
  margin: 0 auto;
  padding:0 16px;
}
.child-small-inner { 
  width: 828px; 
  margin: 0 auto;
  padding:0 16px;
}
.child-fv{
  position: relative;
  height: 294px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;	
}

.child-title {
  position: relative;
  height: 72px;
  margin-bottom: 37px;
  text-align: center;
}
.child-title img {
  top: 35px;
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.child-title h1,.child-title h2{
  font-size: 1.2rem;
  letter-spacing: .05em;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  width:100%;
}
.child-title h2{top:36px;}
.child-arrow{
  width: 50px;
  margin: 0 auto 60px;
  text-align: center;
}

.child-txt-title{
  font-size:2.2rem;
  letter-spacing:-0.02em;
  padding-bottom:30px;
  text-align: center;
}
.child-txt{
  line-height:1.8;
  text-align: center;
}

/**/
.child-common-img{
	position: relative;
	width:100%;
	background-size: cover;
	background-position: center;

}
.child-common-title {
    position: absolute;
    width: 100%;
    height: 62px;
    text-align: center;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.child-common-title >img{
    position: absolute;	
	width:160px;	
	top: 35px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.child-common-title h2 {
	color: #fff;	
	font-size: 1.2rem;
	letter-spacing: .05em;
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 4px;
	transform: translateX(-50%);
}

/*パンクずリスト*/
.breadcrumbs{
  font-size:11px;
  padding: 5px 16px;
}

/* :::: about us共通:::: */
.back-top-link{
	text-align: center;
    margin: 100px 0 60px;
}
.back-top-link:hover{opacity: .6;}
.about-link{ margin: 90px 0;}
.about-img{height: 180px;}

/* :::: concept:::: */
.concept-img-holder-1,.concept-img-holder-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:82px 0;
}

.concept-img-holder-1 > div:nth-child(1) { width: 564px; height: 376px; margin-bottom: 6px;}
.concept-img-holder-1 > div:nth-child(2) { width: 258px; height: 376px; margin-bottom: 6px;}
.concept-img-holder-1 > div:nth-child(3) { width: 828px; height: 477px; margin-bottom: 6px;}
.concept-img-holder-1 > div:nth-child(4) { width: 258px; height: 376px; margin-right: 6px;}
.concept-img-holder-1 > div:nth-child(5) { width: 564px; height: 376px;}

.concept-img-holder-2 > div:nth-child(1) { height: 478px; margin-bottom: 6px;}
.concept-img-holder-2 > div:nth-child(2) { width: 244px; height: 326px; margin-right: 5px;}
.concept-img-holder-2 > div:nth-child(3) { width: 578px; height: 326px; }

.concept-btn {
  text-align: center;
  margin: 82px 0;
}

/* :::: unique point:::: */
.point-title{
	text-align: center;
	margin-bottom: 20px;
}
.point-title h2{
  margin-top:10px;
  font-size: 2.2rem;
  line-height: 1.3;
  padding: 24px 0;
  letter-spacing: -0.02em;
  border-top: double;
  border-bottom: double;
}
.point-title h2 span{
  font-size:1.2rem;
}

.point-holder {
  padding-bottom: 82px;
  align-items: center;
}
#point06 .point-holder{padding-bottom: 30px;}

#point02 .point-img,#point04 .point-img,#point06 .point-img{
	order: 2;
}
.point-text p{line-height:1.8}

.point-one-img{
	max-width:600px;
	margin:auto;
}
.point-one-img img:hover {
    opacity: 0.8;
    transition: all 0.4s;
}

/* :::: service :::: */
.service-lead{margin-bottom: 20px; text-align: center;}
.service-lead p {margin-bottom: 60px;}
.service-lead img {width:68px;}

.service-section{margin-bottom: 92px;}
.service-section .child-title { margin-bottom: 16px;}

/*service共通*/
.service-1-box{text-align: center;}
.service-1-box h3{ font-size: 18px;line-height: 1.8;margin-top: 20px;}
.service-1-box:first-child{ margin-bottom: 40px; }

.service-h-260{height:260px;}
.service-h-200{height:200px;}
.service-h-110{height:110px;}


/*service-flow*/
.service-tab-hover:hover{opacity:.9;transition: all .3s ease;}
.service-title-s{
  width:130px;
  margin:0 auto 30px;
}
.service-s-arrow{
  text-align: center;
  margin-top: 24px;
}
.service-s-arrow img{width:45px;}
.service-s-arrow p{font-size:1.1rem;font-weight:bold;}
.service-tab-contents{
  display: block; 
  margin-bottom: 48px;
}
.service-tab-holder {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
.service-tab-holder li {
  margin: 0 10px;
}
.service-btn-l > a > button {
  color: #fff;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  transition: all .2s ease;
  width: 310px;
  height: 44px;
  font-size: 16px;
  border-radius: 8px;
}
.service-tab-holder > .service-btn-l > a > button {
  color: #211A59;
  background: #fff;
}
.service-btn-l.active > a > button {
  color: #fff;
  background: #211A59;
  border: 0px;
}
.service-tab-holder > .service-btn-l > a > button:hover{border: 2px solid #211A59;}
.service-btn-l > a > button > br { display: none;}

.service-tab-title{margin-bottom: 60px;}
.service-tab-title h3{
	font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
}
.service-tab-title h3 span{font-size:1.2rem;}

.service-tab-link{margin-top: 50px; text-align: center;}

.service-process-a{padding-top: 90px;}
.service-process-b {padding-top: 120px;}

.service-process-inner {
  display: flex;
  position: relative;
  align-items: center;
}
.icon-stop { height: 62px;}
.process-title {
  height: 38px;
  padding-left: 28px;
  text-align: left;
  flex-basis: 343px;
}
.process-title h3 {
  letter-spacing: -.05em;
  font-size: 1.8rem;
  line-height: 1;
}
.process-title span { 
  font-size: 1.1rem;
  letter-spacing: 0em;
}
.process-icon {
  position: absolute;
  left: 320px;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.process-txt {
  position: relative;
  padding-left: 12px;
  border-left: 6px solid #241e5a;
  width: 434px;
  height: 52px;
}
.icon-arrow {
  display: block;
  height: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.icon-arrow > img {
  margin-left: -12px;
  float: left;
}
.week-txt {
  display: block;
  margin-left: 17px;
  float: left;
  text-align: left;
}
.week-txt p {
  height: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #f3d24c;
  margin-top: -8px;
}


/* :::: onestop,ownhouse :::: */
.service-con-btn{ text-align: center; margin-top: 40px; }

.service-con-left{flex-direction: row-reverse;}
.service-con-left,.service-con-right{
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.service-con-left article ,.service-con-right article{ width: 388px; text-align: left;}
.service-con-left article h3 ,.service-con-right article h3{
  font-size: 2.2rem;
  line-height: 1.5;
  padding-bottom: 15px;
  letter-spacing: -.02em;
}
.service-con-left p,.service-con-right p{line-height: 1.8;}

.service-photos-holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}
.service-photos-holder > div:nth-child(1) { width: 308px; height: 424px; overflow: hidden;}
.service-photos-holder > div:nth-child(2) { width: 294px; height: 424px; overflow: hidden;}
.service-photos-holder > div:nth-child(3) { width: 209px; height: 424px; overflow: hidden;}

.service-frame-col {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 48px;
}
.service-frame {
  width: 405px;
  box-sizing: border-box;
  border: 3px solid #241e5a;
  padding: 35px 20px;
  background: #fff;
}
.service-frame p:first-child {
  color: #fed945;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.service-frame p:nth-child(2) {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}
.service-frame p:nth-child(4) {
  text-align: left;
  padding-top: 16px;
}
.service-frame-col div:nth-child(3),.service-frame-col div:nth-child(4) { margin-top: 26px;}


/* :::: apartment,house :::: */
.type-lead{
	position:relative;
	text-align: center;
	margin-bottom:40px;
}

.type-section{margin-bottom: 92px;}
.type-section .child-title{margin-bottom: 16px;}

.type-more-btn{
	width: fit-content;
	background-color: #211A59;
	margin-left: auto;
}
.type-more-btn:hover{opacity:.8;transition: all .3s ease;}
.type-more-btn button{
	color: #ffffff;
	padding:6px 10px;
}
.type-more-btn button span{font-size:10px;}


/*type-point*/
.type-tab-holder {
	display: flex;
	justify-content: center;
	margin: 48px 0;
}
.type-tab-holder li {
	margin: 0 10px;
}
.type-tab-btn > a > button {
	color: #fff;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	transition: all .3s ease;
	width: 220px;
	height: 54px;
	border-radius: 8px;
}
.type-tab-holder > .type-tab-btn > a > button {
	color: #211A59;
	background: #fff;
}
.type-tab-holder > .type-tab-btn > a > button:hover{border: 2px solid #211A59;}
.type-tab-btn.active > a > button {
	color: #fff;
	background: #211A59;
	border: 0px;
}

.type-point-holder-house{
	width:80%;
	margin:auto;
}

.type-point-title{
	display: flex;
	align-items: center;
	border-bottom: solid 1px;
    margin-bottom: 10px;
}
.type-point-title div:first-child{width:45px;padding-right: 16px;}
.type-point-title div:last-child{font-weight: bold;line-height: 1;}
.type-point-title div:last-child p span{font-size: 1.1rem;}
.type-point-text{line-height: 1.8;font-size: 13px;}
.type-point-text span{
	font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgb(255 228 0 / 0.4);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}

/*type-gallery*/
.type-small-title{
	text-align: center;
	margin:30px auto;
	border-top: solid 1px;
	border-bottom: solid 1px;
}
.type-small-title img{width: 120px;}

.type-gallery-title-holder h4{font-weight:bold;font-size:16px;}
.type-gallery-title-holder{margin-top: 10px;}
.type-gallery-title-holder:last-child{margin-bottom: 0;}

.type-ba-section{margin-bottom: 60px;}
.type-ba-img{
	background: #ffffff;
	padding: 10px;
	margin:0 20px;
}
.type-ba-img img{vertical-align: middle;}
.type-ba-txt{ margin:0 20px;}
.type-ba-txt h3{
	font-size:16px;
	text-align: center;
	line-height: 1;
	margin: 14px 0 7px;
}
.type-ba-slider .slick-dots{display: none!important;}

.apartment-case01-a {width: 29%;background-image: url(../img/type/apartment-case01-a.jpg);}
.apartment-case01-b {width: 40%;background-image: url(../img/type/apartment-case01-b.jpg);}
.apartment-case01-c {width: 100%;background-image: url(../img/type/apartment-case01-c.jpg);}
.apartment-case01-d {width: 100%;background-image: url(../img/type/apartment-case01-d.jpg);margin-top: 3%;}	
.apartment-case02-a {width: 29%;background-image: url(../img/type/apartment-case02-a.jpg);}
.apartment-case02-b {width: 40%;background-image: url(../img/type/apartment-case02-b.jpg);}
.apartment-case02-c {width: 100%;background-image: url(../img/type/apartment-case02-c.jpg);}
.apartment-case02-d {width: 100%;background-image: url(../img/type/apartment-case02-d.jpg);margin-top: 3%;}

.house-case01-a {width: 29%;background-image: url(../img/type/house-case01-a.jpg);}
.house-case01-b {width: 40%;background-image: url(../img/type/house-case01-b.jpg);}
.house-case01-c {width: 100%;background-image: url(../img/type/house-case01-c.jpg);}
.house-case01-d {width: 100%;background-image: url(../img/type/house-case01-d.jpg);margin-top: 3%;}	
.house-case02-a {width: 29%;background-image: url(../img/type/house-case02-a.jpg);}
.house-case02-b {width: 40%;background-image: url(../img/type/house-case02-b.jpg);}
.house-case02-c {width: 100%;background-image: url(../img/type/house-case02-c.jpg);}
.house-case02-d {width: 100%;background-image: url(../img/type/house-case02-d.jpg);margin-top: 3%;}	


/*type-faq*/
.qa-list dl {
	position: relative;
	margin: 30px 0 0;
	cursor: pointer;
	background-color: rgb(255 255 255 / 0.6);
}
.qa-list dl::after {
	position: absolute;
	top: 27px;
	right: 20px;
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	content: '';
	transform: rotate(135deg);
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
.qa-list .open::after {
	transform: rotate(-45deg);
}
.qa-list dl dt {
	position: relative;
	margin: 0;
	padding: 20px 20px 20px 45px;
}
.qa-list dl dt p{padding-right: 22px;}
.qa-list dl dt::before {
	line-height: 1;
	position: absolute;
	top: 24px;
	left: 16px;
	display: block;
	content: 'Q.';
	font-weight: bold;
}
.qa-list dl dd::before {
	line-height: 1;
	position: absolute;
	top: 24px;
	left: 16px;
	display: block;
	content: 'A.';
	font-weight: bold;
}
.qa-list dl dd {
	position: relative;
	margin: 0;
	padding: 20px 20px 20px 45px;
	border-top: 1px dotted;
}
.qa-list dl dd p {
	margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
	margin-top: 0;
}
/*type-store*/
.type-storeslider h3{text-align: center;line-height: 2;}
.type-store-img {
  height: 180px;
  width:90%;
  margin:auto;
}

/*type-contents*/
.type-contents{row-gap: 10px;}
.type-contents h3{
	text-align:center;
	margin-top: 5px;
}
.type-contents-img{ height:110px;}


/* :::: interview :::: */
.interview-fv{
	position: relative;
	height: 0;
	background-image: url(/img/interview/fv-interview.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 64.8%;
}
.interview-fv-title {
	position: absolute;
	width: 32%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.interview-main-lead{margin: 40px auto 80px;}
.interview-main-lead p{line-height:1.8;text-align: center;}
.interview-vol{
	display:flex;
	justify-content: space-between;
	margin-bottom: 90px;
}
.interview-vol:last-child{margin-bottom: 140px;}
.interview-vol-img{width:50%;}
.interview-vol-img img{vertical-align: middle;}
.interview-vol-no{font-weight: bold;}
.interview-vol h2{
	font-size:18px;
	margin-bottom:16px;
	border-top: solid 1px #C8C9CA;
	border-bottom: solid 1px #C8C9CA;
	padding: 8px 0px;
}
.interview-vol-info{width:45%;}
.interview-vol-table{
	display: flex;
	margin-bottom: 0.5em;
	align-items: flex-start;
	line-height: 1.5;
}
.interview-vol-key {
	background-color: #211A59;
	color: #fff;
	text-align: center;
	width: 7em;
	flex: none;
	border-radius: 7px;
}
.interview-vol-value {
	padding-left: 1em;
}
.interview-link{
	display: block;
	width: 47.5%;
	line-height: 1;
	text-align: center;
	color: #fff!important;
	background-color: #fed945;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left:auto;
	margin-top: 30px;
	transition: all .3s ease;
}
.interview-link:hover{background:#ecc93d;}

#child-interview{
background: #ffffff;
max-width: 900px;
margin: auto;
margin-top: 40px;
box-shadow: 0 10px 25px 0 rgb(0 0 0 / .1);
}
.interview-detail {text-align: center;}
.interview-detail h2{font-size:18px;margin-bottom: 30px;}
.interview-detail-box-pc{display: flex; justify-content: space-evenly;}
.interview-detail-box-pc div{width:25%;}
.interview-detail-box-pc p:first-of-type{border-top:solid 1px; border-bottom:solid 1px; font-weight: bold;}
.interview-detail-box-pc p:last-of-type{border-bottom:solid 1px; padding:10px; line-height:3;}
.interview-detail-box-pc .detaile-line{line-height:1.5!important;}
.interview-detail-box-sp{display:none;}
.interview-main-img{text-align: center; margin:30px 0;}
.interview-lead{margin: 40px auto 60px;}
.interview-lead p{line-height: 2;text-align: center;}
.interview-bus{margin:30px 0 10px; text-align: center;}
.interview-sentence p{line-height:1.8;word-break: normal;}
.interview-q {font-weight:bold;padding:18px 0 8px;}
.interview-anser{padding-bottom: 4px;}
.interview-anser span{font-weight:bold;}
.interview-img{margin:22px 0;}

.float_img_l{
  display: block;
  float: left;
  margin: 10px 20px 10px 0;
}
.float_img_r{
  display: block;
  float: right;
  margin: 10px 0 10px 20px;
}
.float_text{
  display: inline-block;
  text-align: justify;
  width: 100%;
  padding-bottom: 60px;
}
.interviewer{display: inline-flex;align-items: center;padding-top: 20px;padding-bottom: 60px;border-top: 1px dotted;}
.interviewer div:first-child{width:80px;margin-right: 15px;}
.interviewer span{font-size:12px;}

.interview-gallery-link{
	display:block;
	color: #fff !important;
	background: #211A59;
    width: fit-content;
    margin: 0 auto 50px;
    padding: 10px 14px;
	transition: all .3s ease;
}
.interview-dyn{
	display:flex;
	justify-content: space-between;
	align-items: center;
	max-width: 900px;
	margin: 80px auto;
	font-size: 16px;
    font-weight: bold;	
}
.interview-gallery-link:hover,.interview-dyn a:hover{opacity: .8;}
.interview-back{border-bottom: solid 1px;}

.interview-bnr{
	display:flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 80px auto;
	font-size: 16px;
    font-weight: bold;
}




/* :::: all store :::: */
.fv-store{
  height: 0;
  padding-top: 36.8%;
}
#child-all-store .child-txt{ margin-bottom: 82px;}
.store-area{
    text-align: center;
    font-size: 24px;
    line-height: .8;
    margin: 40px 0 60px;
    border-bottom: solid 1px;
    border-top: solid 1px;
    padding: 15px;
}
.store-area span{font-size: 12px;}

.store-holder-l,.store-holder-r {
  display: flex;
  justify-content: space-between;
  padding-bottom: 82px;
  flex-direction: row-reverse;
}
.store-holder-r{ flex-direction: inherit;}
.store-img-box{ width:400px;}
.store-text-box{ width: 388px;}

.store-osaka-img_01 {background: url(../img/store/store-osaka-01.jpg);}
.store-osaka-img_02 {background: url(../img/store/store-osaka-02.jpg);}
.store-osaka-img_03 {background: url(../img/store/store-osaka-03.jpg);}
.store-sakai-img_01 {background: url(../img/store/store-sakai-01.jpg);}
.store-sakai-img_02 {background: url(../img/store/store-sakai-02.jpg);}
.store-sakai-img_03 {background: url(../img/store/store-sakai-03.jpg);}
.store-kyoto-img_01 {background: url(../img/store/store-kyoto-01.jpg);}
.store-kyoto-img_02 {background: url(../img/store/store-kyoto-02.jpg);}
.store-kyoto-img_03 {background: url(../img/store/store-kyoto-03.jpg);}
.store-kobe-img_01 {background: url(../img/store/store-kobe-01.jpg);}
.store-kobe-img_02 {background: url(../img/store/store-kobe-02.jpg);}
.store-kobe-img_03 {background: url(../img/store/store-kobe-03.jpg);}
.store-nakame-img_01 {background: url(../img/store/store-nakame-01.jpg);}
.store-nakame-img_02 {background: url(../img/store/store-nakame-02.jpg);}
.store-nakame-img_03 {background: url(../img/store/store-nakame-03.jpg);}
.store-parks-img_01 {background: url(../img/store/store-parks-01.jpg);}
.store-parks-img_02 {background: url(../img/store/store-parks-02.jpg);}
.store-parks-img_03 {background: url(../img/store/store-parks-03.jpg);}
.store-fukuoka-img_01 {background: url(../img/store/store-fukuoka-01.jpg);}
.store-fukuoka-img_02 {background: url(../img/store/store-fukuoka-02.jpg);}
.store-fukuoka-img_03 {background: url(../img/store/store-fukuoka-03.jpg);}
.store-head-img_01 {background: url(../img/store/store-head-01.jpg);}
.store-sales-img_01 {background: url(../img/store/store-sales-01.jpg);}
.store-new-img_01{background: url(../img/store/store-new-c.jpg);}
.store-img{
  height:380px;	
  background-size: cover;
  background-position: center;	
  background-repeat: no-repeat;	
}

.slide-dots{
  text-align: right;
}
.slide-dots li{
    display: inline-block;
    margin: 0 15px;
}
.slide-dots li button {
    position: relative;
    text-indent: -9999px;
}
.slide-dots li button:before {
    content: '○';
    font-size: 18px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    color: #211A59;
}
.slide-dots li.slick-active button:before {
    content: '●';
    font-size: 18px;	
    color: #211A59;
}

.store-name{
  display:flex;
  align-items: center;	
  line-height: 1;	
}
.store-name h3{
  font-size: 2.2rem;
  margin-right:20px;	
  letter-spacing: -.02em;	
}
.store-name button{
  color: #fff;
  font-size: 15px;
  width: 4em;
  padding: .2em 0;
  background: #211A59;
  transition: all .3s ease;
}
.store-name button:hover {
  background: #413c69;
}

.store-adress p{
  color: #8C7A6A;
  font-weight: bold;
  padding: 8px 0;
  line-height: 1.3;	
}
.store-adress a{	
  color: #8C7A6A;
}
.store-adress p span{
  font-weight:normal;
  padding-left:10px;
}
.store-info{
  display: flex;
  padding-bottom: 10px;
  border-top: 1px solid #C8C8C9;
}
.store-info p{
  text-align: center;
  width:50%;
  padding:20px 0;
  border-right: 1px solid #C8C8C9;
  line-height: 1.3;		
}
.store-info p:last-child{
  border-right: none;
  margin-top:12px;
}
.store-holder-l:last-child .store-info p:last-child{
  margin-top:0;
}
.store-ex p{
  font-size:1.35rem;
  line-height: 1.6;
}

.store-more{
  margin-top:5px;
  text-align: right;
}
.store-holder-l .btn-more,.store-holder-r .btn-more{
  width:130px;
}

/* :::: store各ページ:::: */
.fv-osaka,.fv-sakai,.fv-kyoto,.fv-kobe,.fv-st{
	height: 0;
	padding-top: 48.8%;
}
.st-section{
  padding-bottom:92px;
}
.st-section .child-title {margin-bottom: 16px;}
.st-btn {
  text-align: center;
  margin-top:40px;
}

.st-holder-l,.st-holder-r {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;	
  padding-bottom: 40px;
}
.st-holder-r{
  flex-direction: inherit;
}
.st-text-box {
  width: 388px;
}
.st-text-box h3{
  font-size: 2.2rem;
  line-height: 1.5;
  padding-bottom: 15px;
  letter-spacing: -.02em;	
}
	@media (max-width: 1023px) {
		.st-text-box h3{font-size: 2rem;}
	}
.st-text-box p{
  line-height: 1.8;
}


/*----intro----*/
.st-kyoto-intro{position:relative;}
.st-kyoto-intro img{
  position:absolute;
  width: 200px;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity:0.2;
}

/*----one stop----*/
.st-section-onestop{padding: 40px 0 60px;}
.st-onestop-img{
  max-width:710px;
  border-bottom: solid 2px;
  text-align: center;
  margin: 0 auto 20px;
}
.st-onestop-img img{
	width: 278px;
	margin-bottom: -6px;
}
.st-onestop-flow{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
.st-onestop{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.st-onestop-title h3{
	text-align: center;
	letter-spacing: -.05em;
    font-size: 1.6rem;
    line-height: 1;
}
.st-onestop-title span{
	font-size: 1.1rem;
    letter-spacing: 0em;
}
.st-onestop-arrow{margin:0 2%;}

/*----renovation----*/

.st-col-txt {
  margin-top:9px;
}
.st-col-txt div{
  width: fit-content;
  font-size:10px;
  background:#fff;
  padding:2px 10px;
  border:solid 1px; 
  border-radius: 3px;
}
.st-col-txt h3{
  font-size:1.6rem;
  font-weight: bold;
  margin: 4px 0;
  line-height: 1.3;
}
.st-col-txt p{
  font-size: 1.2rem;
}
.st-col-img{
  height: 180px; 	
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;	
}

.st-col-detail{
	margin-top: 10px;
	display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    line-height: 1.9;
}
.st-col-detail span{
  padding-right: 5px;
  border-left: 3px solid;
}
.st-col-detail dt{
	width: 25%;
    border-bottom: dashed 1px;
}
.st-col-detail dd{
	width: 75%;
    border-bottom: dashed 1px;
}

/*----report----*/
.st-repo img{vertical-align: middle;}

/*----insta&report----*/
.st-ir{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 54px;
}
.st-ir-title a{
  display: flex;
  margin-bottom: 25px;
}
.st-ir-title h2{
  padding-left: 26px;
  font-size: 1.2rem;
  letter-spacing: .05em;
}
.st-insta-holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.st-insta-col {
  width: 120px;
  height: 120px;
  background-image: url(https://placehold.jp/187x187.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}
.st-insta-col:nth-child(n+10) { display: none; }

.st-ir-report{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  margin-bottom: 20px;
}
.st-ir a:last-child .st-ir-report{margin-bottom: 0;}
.st-ir-report:hover .col-img:after{ opacity:.8;}
.st-ir-report .txt>p{ font-size:12px; margin-top: 8px;}

/*----area---*/
.st-area{
  padding:48px 0;
  background: url(../img/store/st-area.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.st-area-kanto{
  background: url(../img/store/st-area-kanto.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.st-area-kyushu{
  background: url(../img/store/st-area-kyushu.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.st-area p:first-of-type{
  font-weight: bold;
  letter-spacing:0;
  margin-bottom:20px;
}
.st-area p:first-of-type span{font-size:1.6rem;}
.st-area p:last-of-type{
	width:660px;
	margin:0 auto;
}
/*----stores---*/
.st-stores-img{
	height: 180px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.st-stores-img > img {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.st-stores-title{
	font-size: 1.2rem;
	margin-top: 5px;
	text-align: center;
}
/*----one---*/
.st-one-img{
  background: rgb(33 26 89);
}
.st-one-img img:hover{
  opacity: 0.8;
  transition: all 0.4s;
}
/*----event---*/
.st-event h3{
  text-align: center;
  font-weight:bold;
  border-bottom: solid 1px;
  margin: 40px 0 20px;
}

.st-event-list a{
  display:flex;
}
.st-event-list a div:first-of-type{
  margin-right:10px;
  width:50%;
}
.st-event-list a div:last-of-type{
  width:50%;
}
.st-event-list a:hover .col-img:after{
  opacity:1;
}

.st-event-list a div:last-of-type p:last-of-type{
  line-height: 1.3;
  margin-top:6px;
}
.st-event-img{
  height:112px;
}

/*----access---*/
.st-detail {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;	
}
.st-detail > dt {
  width: 25%;
  margin-bottom: 24px;
  font-size: 1.6rem;	
}
.st-detail > dd {
  width: 70%;
  margin-bottom: 24px;
  font-size: 1.6rem;	
}
.st-detail > dd >div{
  display: flex;
  margin-bottom: 18px;		
}
.st-detail-ttl-sm {
  width: 18%;
  margin-right: 10px;
}
.st-map{
  max-width:828px;
  margin:0 auto;
  margin-top: 20px;
}

.back-store-link {
  text-align: center;
  margin: 50px 0 82px;
}
.back-store-link:hover{opacity: .7;}
/*----othercontents---*/
.st-contents{row-gap: 10px;}
/*----cafe--*/
.st-cafe .st-holder-r{padding-bottom: 0;}

/*storeカラム画像*/
.st-column-holder {
  margin: 40px auto;
  display: flex;
  align-items: inherit;
  flex-wrap: wrap;
  justify-content: space-between;
}
#child-store-kyoto .st-column-holder{margin-bottom:0;}
.st-c-box{width:49.3%;}
.st-c-box div{
  display:flex;
  justify-content: space-between;
}
.st-c-osaka-img_01{width: 50%; height:328px; background-image: url(../img/store/st-c-osaka-01.jpg);}
.st-c-osaka-img_02{width: 49.3%; background-image: url(../img/store/st-c-osaka-02.jpg);}
.st-c-osaka-img_02:before{content: ""; display:block; padding-top: 70%;}
.st-c-osaka-img_03{width: 49.3%; background-image: url(../img/store/st-c-osaka-03.jpg);}
.st-c-osaka-img_03:before{content: ""; display:block; padding-top: 70%;}
.st-c-osaka-img_04{ width: 100%; background-image: url(../img/store/st-c-osaka-04.jpg); margin-top: 1%;}
.st-c-osaka-img_04:before{ content: ""; display:block; padding-top: 45%;}
.st-c-sakai-img_01{width: 50%; height:328px; background-image: url(../img/store/st-c-sakai-01.jpg);}
.st-c-sakai-img_02{width: 49.3%; background-image: url(../img/store/st-c-sakai-02.jpg);}
.st-c-sakai-img_02:before{content: ""; display:block; padding-top: 70%;}
.st-c-sakai-img_03{width: 49.3%; background-image: url(../img/store/st-c-sakai-03.jpg);}
.st-c-sakai-img_03:before{content: ""; display:block; padding-top: 70%;}
.st-c-sakai-img_04{ width: 100%; background-image: url(../img/store/st-c-sakai-04.jpg); margin-top: 1%;}
.st-c-sakai-img_04:before{ content: ""; display:block; padding-top: 45%;}
.st-c-kyoto-img_01{width: 50%; height:328px; background-image: url(../img/store/st-c-kyoto-01.jpg);}
.st-c-kyoto-img_02{width: 49.3%; background-image: url(../img/store/st-c-kyoto-02.jpg);}
.st-c-kyoto-img_02:before{ content: ""; display:block; padding-top: 70%;}
.st-c-kyoto-img_03{ width: 49.3%; background-image: url(../img/store/st-c-kyoto-03.jpg);}
.st-c-kyoto-img_03:before{ content: ""; display:block; padding-top: 70%;}
.st-c-kyoto-img_04{ width: 100%; background-image: url(../img/store/st-c-kyoto-04.jpg); margin-top: 1%;}
.st-c-kyoto-img_04:before{content: ""; display:block; padding-top: 45%;}
.st-c-kobe-img_01{width: 50%; height:328px; background-image: url(../img/store/st-c-kobe-01.jpg);}
.st-c-kobe-img_02{width: 49.3%;background-image: url(../img/store/st-c-kobe-02.jpg);}
.st-c-kobe-img_02:before{content: ""; display:block; padding-top: 70%;}
.st-c-kobe-img_03{width: 49.3%;background-image: url(../img/store/st-c-kobe-03.jpg);}
.st-c-kobe-img_03:before{content: "";display:block;padding-top: 70%;}
.st-c-kobe-img_04{width: 100%;background-image: url(../img/store/st-c-kobe-04.jpg); margin-top: 1%;}
.st-c-kobe-img_04:before{content: "";display:block;padding-top: 45%;}
.st-c-nakame-img_01{width: 50%; height:328px; background-image: url(../img/store/st-c-nakame-01.jpg);}
.st-c-nakame-img_02{width: 49.3%;background-image: url(../img/store/st-c-nakame-02.jpg);}
.st-c-nakame-img_02:before{content: ""; display:block; padding-top: 70%;}
.st-c-nakame-img_03{width: 49.3%;background-image: url(../img/store/st-c-nakame-03.jpg);}
.st-c-nakame-img_03:before{content: "";display:block;padding-top: 70%;}
.st-c-nakame-img_04{width: 100%;background-image: url(../img/store/st-c-nakame-04.jpg); margin-top: 1%;}
.st-c-nakame-img_04:before{content: "";display:block;padding-top: 45%;}
.st-c-fukuoka-img_01{width: 50%; height:328px; background-image: url(../img/store/st-c-fukuoka-01.jpg);}
.st-c-fukuoka-img_02{width: 49.3%;background-image: url(../img/store/st-c-fukuoka-02.jpg);}
.st-c-fukuoka-img_02:before{content: ""; display:block; padding-top: 70%;}
.st-c-fukuoka-img_03{width: 49.3%;background-image: url(../img/store/st-c-fukuoka-03.jpg);}
.st-c-fukuoka-img_03:before{content: "";display:block;padding-top: 70%;}
.st-c-fukuoka-img_04{width: 100%;background-image: url(../img/store/st-c-fukuoka-04.jpg); margin-top: 1%;}
.st-c-fukuoka-img_04:before{content: "";display:block;padding-top: 45%;}
.st-column-img{
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;	
}

/*store画像slide*/
.st-img-box{
  width:50%;
  position:relative;
}
.st-jirei-o-img_01 {background: url(../img/store/st-jirei-o-01.jpg);}
.st-jirei-o-img_02 {background: url(../img/store/st-jirei-o-02.jpg);}
.st-jirei-o-img_03{background: url(../img/store/st-jirei-o-03.jpg);}
.st-jirei-k-img_01 {background: url(../img/store/st-jirei-k-01.jpg);}
.st-jirei-k-img_02 {background: url(../img/store/st-jirei-k-02.jpg);}
.st-jirei-k-img_03 {background: url(../img/store/st-jirei-k-03.jpg);}
.st-jirei-ko-img_01 {background: url(../img/store/st-jirei-ko-01.jpg);}
.st-jirei-ko-img_02 {background: url(../img/store/st-jirei-ko-02.jpg);}
.st-jirei-ko-img_03 {background: url(../img/store/st-jirei-ko-03.jpg);}
.st-img{
  height:380px;	
  background-size: cover;
  background-position: center;	
  background-repeat: no-repeat;	
}

.st-cafe-img_01 {
  background: url(../img/store/st-cafe-01.jpg);
  height:332px;
  background-size: cover;
  background-position: center;	
  background-repeat: no-repeat;
}
.st-cafe-img_02 {
  background: url(../img/store/st-cafe-02.jpg);
  height:332px;
  background-size: cover;
  background-position: center;	
  background-repeat: no-repeat;
}
.st-cafe-img_03 {
  background: url(../img/store/st-cafe-03.jpg);
  height:332px;
  background-size: cover;
  background-position: center;	
  background-repeat: no-repeat;
}

.st_arr_people {top: 30%;}
.st_arr_people span{width: 24px;background-image: url('/img/a-r.png');}

/*----st-campaign----*/
.st-campaign{margin-bottom: 20px;}
.st-campaign h2,.st-campaign h3{
	text-align: center;
	font-size:1.8rem;
	margin: 20px 0 10px;
}

/* :::: campaign ::::  */
.campaign-lead h1{
	text-align: center;
	font-size:2.2rem;
	line-height: 1.2;
    margin-bottom: 30px;
}

.campaign {
    margin-bottom: 92px;
	color:#41352c;
}
.campaign-tab-holder{
	display:flex;
}
.campaign-tab-holder li {
  margin: 0 8px 0 0;
}
.campaign-btn > a > button {
	color:#fffde6;
    margin: 0 auto;
    box-sizing: border-box;
    transition: all .2s ease;
    width:160px;
    height: 44px;
    font-size: 16px;
    border-radius: 8px 8px 0 0;
}
.campaign-btn > a > button:hover{color:#41352c;}
.campaign-btn.active > a > button{color:#41352c;font-weight: bold;}

.campaign-btn-1,#campaign-tab-1{background: #d99946;}
.campaign-btn-2,#campaign-tab-2 {background: #c06e2f;}
.campaign-btn-3,#campaign-tab-3 {background: #c4b28b;}

.campaign-tab-contents {
	padding:5%;	
}
.campaign-tab-inner{
	background-color: rgb(255 253 230 / 0.2);
    padding: 8% 6%;
}
.campaign-tab-inner h2{
	font-size: 2rem;
    text-align: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
	margin-bottom: 26px;
}

.campaign-txt{text-align: center;}
.campaign-date{
	text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 20px 0 40px;
}
.campaign-annotation{
	margin-top: 10px;
	font-size:1.2rem;
}

.campaign-flex{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.campaign-flex div{width:48%;}
.contract-flex{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.contract-1 .campaign-flex div:last-child p:first-child{font-weight:bold;}
.contract-2 .contract-flex{margin-top: 60px;}
.contract-flex img{ width:34px;}
.contract-flex h3{
	font-size: 1.6rem;
	margin-left: 10px;
	line-height:1.3;
}

.campaign-link{	
	margin-top: 50px;
	text-align: center;
}
.campaign-link .btn-here{background: #39523e;}

/*----campaign form----*/
.campaign-form{
	padding:90px 0;
    background-color:#f8f8f8;	
}
.campaign-form-box {padding:0 16px;}
.campaign-form-box h2{
	text-align: center;
	font-size:2rem;
	margin-bottom: 20px;
}
.campaign-form-box a{border-bottom: solid 1px;}

.campaign-form-warning{
	padding:0 16px;
	margin-top: -320px;
}

/* :::: service area ::::  */
.area h2{
	text-align: center;
	font-size:22px;
	line-height: 1;
	margin-top: 60px;
}
.area h2 span{font-size:12px;}
.area-img{
  margin:20px 0 60px;
}
.area dl{
 display: flex;
}
.area dt{
  width:140px;
  margin-right: 42px;
}
.area dt p{
  text-align: center;
  padding:3px;
  font-weight: bold;
  color:#fff;
}
#osaka-area dt p{background-color:#d4cc9b;}
#kyoto-area dt p{background-color:#c16d3a;}
#kobe-area dt p{background-color:#617a86;}
#sakai-area dt p{background-color:#b2a676;}
#nakame-area dt p{background-color:#a6736b;}
#fukuoka-area dt p{background-color:#81788B;}

.area dd{
  width:80%;
  letter-spacing: -.02rem;
}
.area .back-store-link:last-child{
  margin-bottom:120px;
}
.area .back-store-link:hover {
  opacity: .7;
  transition: all .3s ease;
}
.area-osaka .btn-here{background-color:#d4cc9b;}
.area-kyoto .btn-here{background-color:#c16d3a;}
.area-kobe .btn-here{background-color:#617a86;}
.area-sakai .btn-here{background-color:#b2a676;}
.area-nakame .btn-here{background-color:#a6736b;}
.area-fukuoka .btn-here{background-color:#81788B;}

/* :::: people :::: */
.people{
	margin:60px 0 92px;
    color:transparent;
}
.people_list{
	display: grid;
	grid-template-columns:repeat(8, 1fr);
    gap:20px 10px;
    place-items: center;
}
.people_item{
	width:60px;
	height:60px;
	position: relative;
}
.people_item .active {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.5s; 
}
.people_item:hover .active {
  opacity: 1;
}
.people_item:hover .tooltip-title {
    font-size: 11px;
    position: absolute;
    white-space: nowrap;
    top:-27px;
	left: 5px;
    background: #211a59;
    color: #fff;
    display: none;
    padding: 2px 10px;
}
.people_item:hover .tooltip-title:before{
	content: "";
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #211a59;
    position: absolute;
    top: 100%;
}

.craftman{
	display: flex;
    justify-content: space-between;
    margin: 62px auto;
}
.craft_movie{
	width:55%;
}
.craft_movie > a {
    display: block;
    position: relative;
}
.craft_movie > p{
    line-height: 1;
	font-weight: bold;
}
.craft_movie .c-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-55%);
}
.craft_movie .c-img{
	width:100%;
}
.craft_tl{
    font-size: 2rem;
	font-weight: bold;
	padding-top: 18px;
}
.craft_tl > p:last-child{
	font-size: 1.6rem;
	padding-top: 1em;
}
.craft_img{
	padding-top:62px;
}

#people-page > .child-small-inner > div:last-child {
	text-align: center;
    margin: 82px 0;
}

/* :::: contact :::: */
.contact-child-inner{
	max-width: 830px;
    margin: 0 auto;
    padding: 0 16px 120px;
}
.contact-inscription {
  text-align: center;
}
.contact-inscription > h1{
  font-size: 2rem;
}

.c-i-box{
  padding-bottom:90px;
}
.c-i-box-title{
  padding-bottom: 10px;
}

.c-i-detail {
  font-size: 1.3rem;
  letter-spacing: .04em;
  margin-top: 3vh;
  margin-bottom:3vh;
}
.c-i-detail a {
  color: #211A59;
  font-size: 2rem;
}
.c-i-area{
  margin: 0 5%;
  padding: 4%;	
  background: rgb(228 225 205);
}
.c-i-area .c-i-box-title{font-weight:bold;text-align: center;}
.c-i-area p span{ font-size: 1.2rem;}
.c-i-sales{
	font-size: 12px;
    border-bottom: solid 1px;
    width: fit-content;
    margin: 40px auto 0px;
}
.btn-contact-holder .c-i-sales a{color: #211A56;}

.contact-form h2{
	text-align: center;
    font-size: 1.8rem;
    margin-bottom: 3vh;
}

.vacation-notification{
  text-align: center;
  line-height: 1.8;
  margin-top:60px;
}

/*form*/
.form-inscription {
  font-size: 12px;
  font-weight: bold;
  padding:0 5%;
}
.form-inscription span{color:#c30d23;}
.form-hr{
  margin: 5% 4%;
  border-top: 1px solid #e0ddcf;
}
.contact-item-row {
  padding: 0 5%;
  display: flex;
  flex-basis: 34%;
}
.contact-label {
  flex-basis: 28%;
  letter-spacing: .2em;
  font-weight:bold;
  margin-right: 20px;
}
.contact-label span{
	color:#c30d23;
	font-size:15px;
	font-weight:bold;
}
.contact-value{
  flex: auto;
}
.contact-value--label{
  font-size: 1.2rem;
  letter-spacing: .2em;
  margin-bottom: 2px;
  font-weight:bold;
}
.contact-annotation{
  font-size: 1.2rem;
  letter-spacing: .02em;
}

.contact-item_02{
  margin-top: 12px;
}
.contact-select {
  display: flex;
  flex-direction: column;
}
.contact-select label {
  margin-bottom: 8px;
}
.contact-select label:last-of-type {
  margin-bottom: 0;
}
.contact-select [type="radio"]:checked + label:before,
.contact-select [type="radio"]:not(:checked) + label:before {
  top: 0;
}
.contact-select [type="radio"]:checked + label:after,
.contact-select [type="radio"]:not(:checked) + label:after {
  top: 3px;
  left: 3px;
  transition: none;
}
.contact-item--name,.contact-item--address,.contact-item--request {
  display: flex;
  justify-content: space-between;
}
.contact-item--name div,.contact-item--request div{
  width:48%
}
.contact-item--zip {
  width: 30%;
}
.contact-item--address div:first-of-type{
  width:30%;
}
.contact-item--address div:last-of-type{
  width:68%;
}

.contact-input {
  position: relative;
  font-size: 14px;
  letter-spacing: .01em;
  width: 100%;
  height: 38px;
}
.tel-input {
  width: 100%;
}
.type-error-txt {
  color: #c30d23;
  font-weight: bold;
  font-size: 13px;
  margin-top: 6px;
}
input,textarea ,select {
  font-size: 14px;
  height: 38px;
  box-sizing: border-box;
  padding: 0 12px;
  border: solid 1px rgb(33 26 89);
  border-radius: 3px;
}
input:focus,textarea:focus {
  font-size: 14px;
  border: 1px solid #fed945;
}
input.type-error {
  border: 1px solid #f9533d;
}

.message {
  padding: 12px;
  height: 254px;
  width: 100%;
}

/*radio dot */
.types-selector-holder input {
  display: none;
}
.types-selector-holder label {
  display:inline-block;
  position:relative;
  padding-left: 33px;
}
.types-selector-holder label:before,
.types-selector-holder label:after {
  content:'';
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.checkbox-style label:before,
.checkbox-style label:after {
  border-radius: 18%;
}
.types-selector-holder label:before{
  background: #fff;
  border: 1px solid #000000;
}
.types-selector-holder input:checked + label:after {
  top: 3px;
  left: 2px;
  height: 16px;
  width: 16px;
  background: #211A59;
  border-radius: 100%;
}
.radio-margin {
  position: relative;
  font-size:1.4rem;
  padding-top: 3px;
  letter-spacing: .02em;
  margin-right: 1vw;
}
.contact-item--area .types-selector-holder > div > div:last-child .radio-margin{
  margin-right: 0;
}

/*confirm*/
.confirm-item{
	max-width:750px;
	margin:auto;
	padding: 3% 0;
    border-bottom: 1px dashed rgb(210 195 180 / 0.8); 
	line-height: 1.2;
}
.confirm-item-row{
	display:flex;
}
.confirm-item-row div{width:50%;}
.contact-con{overflow: auto;margin-top: 6px;}

/*thanks*/
.thanks{
  padding: 	120px 16px;
}
.thanks .c-i-detail a {
  font-size:1.4rem; 
}
.thanks .contact-inscription::after{
  display:none;
}


/* :::: cooperation :::: */
.coop-img{
  margin-top: 82px;
}
.coop-img-holder{
	max-width: 828px;
    margin: 0 auto;
    display: flex;
    align-items: inherit;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 1%;
}
.cooperation-img_01{
  width: 29%;
  background-image: url(../img/cooperation-01.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cooperation-img_02{
  width: 40%;
  background-image: url(../img/cooperation-02.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cooperation-img_03{
  width: 100%;
  background-image: url(../img/cooperation-03.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cooperation-img_03:before{
  content: "";
  display:block;
  padding-top: 60%;
}
.cooperation-img_04{
  width: 100%;
  background-image: url(../img/cooperation-04.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 5px;
}
.cooperation-img_04:before{
  content: "";
  display:block;
  padding-top: 60%;
}
.cooperation-img_05{
  width: calc((100% - 5px) * 40 / 100);
  background-image: url(../img/cooperation-05.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cooperation-img_05:before{
  content: "";
  display:block;
  padding-top: 60%;
}
.cooperation-img_06{
  width: calc((100% - 5px) * 60 / 100);
  background-image: url(../img/cooperation-06.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cooperation-img_06:before{
  content: "";
  display:block;
  padding-top: 60%;
}
.img_box{
  width:29%;
}

.coop-move{
  max-width: 655px;
  width: 100%;
  margin: 82px auto;
}
.coop-move a{
  display: block;
  position: relative;
}
.coop-move .move_play{
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%,-55%);
}
.coop-move img{
  width: 655px;
  position: relative;
}

.coop-lab{
  margin-bottom: 60px;
}
.coop-lab> h3{
  max-width: 828px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  font-size:1.6rem;
  color: #ffffff;
  background-color: #211A59;
  padding: 15px;
}
.coop-lab > h3 > span{
  padding-right: 3%;
}


/* :::: company :::: */
#child-company h2{
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 20px;
  line-height:1;
}
#child-company h2 span{font-size:1.2rem;}
#child-company  p {
  line-height: 1.8;
}
.company-info {
  padding: 40px 0 40px 73px;
}
.company-list {
  display: flex;
}
.company-title {
  width: 120px;
  font-weight: bold;
}
.company-item {
  margin-bottom: 10px;
  margin-left: 35px;
}
.company-btn {
	text-align: center;
    padding-bottom: 82px;
}
.company-head{padding:60px 0 90px;}
.company-sales{padding-bottom: 90px;}
.company-text{padding: 20px 0 0px 73px;}

/* :::: policy :::: */
.policy-inner h2{
  font-size: 2rem;
  text-align: left;
  padding: 10px;
  margin-top: 75px;
  margin-bottom: 40px;
  border-left: 10px solid #211A59;
  border-bottom: 2px solid #211A59;
  line-height: 1.3;	
}
.policy-txt{
 margin-bottom: 30px;	
}
.policy-txt:last-child{
 margin-bottom: 82px;
}
.policy-inner h3{
 font-size: 1.8rem;
 padding-bottom: 8px;
}
.policy-inner p {
  line-height: 1.8;	
}

/* :::: sitemap :::: */
#sitemap .child-title {
  margin-bottom: 80px;
}
.sitemap-holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 82px;
}
.sitemap-col {
  width: calc( 980px / 4 - 30px );
  margin-bottom: 80px;
}

.sitemap-col hr{
  border-top: 1px solid #BFBFD1;
  margin: 5px 0;	
}
.sitemap-holder p {
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: .12em;
}
.sitemap-holder a {
  font-size: 1.2rem;
  line-height:2.3;
  color: #211A59;
}
.sitemap-holder a:hover {
  opacity: .5;
  transition: all .3s ease;
}
.arrow-link {
  position: relative;
  padding-left: 15px;
}
.arrow-link::before {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: 4px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-color: #73a4b7;
  border-right-color: #73a4b7;
  border-top-width: 1px;
  border-right-width: 1px;
}
.tagline {
	font-size: 13px;
	margin-top: 4px;
	font-weight:normal;
	letter-spacing: .02em;
}

/* :::: column :::: */
.column_box {
	line-height: 1.8;
	padding: 0 0 75px;
	word-break: normal;
}
.column_box h1 {
	font-size: 2rem;
	padding: 10px;
	margin-bottom:30px;
	border-left: 10px solid #211A59;
	border-bottom: 2px solid #211A59;
	line-height: 1.3;
}
.column_h2 {
	font-size: 1.8rem;
	line-height: 1.5;	
	margin-bottom: 10px;
}
.column_info {
	margin: 45px 0 10px;
}
.column_box ul {
	padding: 10px 10px 0 30px;
}
.column_box li {
	padding: 0 0 1em;
	list-style: decimal;
}
.column_box table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
.column_box th {
	width: 20%;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #ddd;
}
.column_box td {
	width: 85%;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #ddd;
}
.column_box a {
	transition: 0.4s;
}
.column_box a:hover {
	opacity: 0.7;
}
.column_text_box {
	overflow: hidden;
	margin: 0 0 30px;
}
.column_text_box p {
	margin: 0 0 1em;
}
.column_text_box strong {
	font-weight: normal;
}
.column_text_box em {
	font-style: normal;
}
.column_img {
	width: 35%;
	float: right;
	margin: 0 1% 4% 4%;
	border: 1px solid #ddd;
	box-shadow: 2px 3px 2px #bbb;
}
.column_img img {
	width: 100%;
	vertical-align: middle;
}


/* :::: simulation :::: */
#simu-non{position:relative}
#simu-non .breadcrumbs{position:absolute;}
#simu-non .float {
	display:none;
}
._top_simu {
  padding-top: 60px;
  height: 820px;
  box-sizing: border-box;
  background: #fdd945;
  color: #000;	
}
@media (max-width: 1023px) {
	._top_simu{padding-top: 124.22px;}
}
._top_simu h1{
  text-align: center;
  font-size: 3rem;
  
}
._top_simu p{
  text-align: center;	
  font-weight:bold;
  line-height: 2;		
}
.top-simu-title {
  width: 452px;
  margin: 0 auto;
  padding:10px 0 20px;
  position: relative;
}
.top-simu-title::before {
  content: url(../img/simu/simu_bus.png);
  position: absolute;
  width: 188px;
  height: 69px;
  top: 100px;
  left: -32%;
}
._bus_simu {
  bottom: 340px;
}
._line_simu {
  bottom: 536px;
}

.simu-top-col {
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
  padding: 65px 0 45px;
}
._simu_shadow {
  box-shadow: 2px 2px 6px rgb(0 0 0 / 0.2);
}
.simu-top-col div {
  text-align: center;
  width: 296px;
}
.simu-top-col div:nth-child(2) {
  position: relative;
}
.simu-top-col div:nth-child(2)::before {
  content: url(../img/simu/simu-top-arrow.svg);
  width: 27px;
  height: 32px;
  position: absolute;
  top: 150px;
  left: -37px;
}
.simu-top-col div:nth-child(2)::after {
  content: url(../img/simu/simu-top-arrow.svg);
  width: 27px;
  height: 32px;
  position: absolute;
  top: 150px;
  left: 305px;
}

.simu > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.simu-title {
  width: 258px;
  height: 65px;
  padding-left: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #000000;
  display: flex;
}
.simu-title > div:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    padding-left: 16px;
    padding-top: 12px;
	color:#0D0D0D;
}
.simu-title > div:nth-child(2) span {
    font-size: 12px;
}
.simu > li > div:nth-child(2) {
  width: 640px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
._m {
  margin-top: .6em;
  font-size: 1.8rem;
  font-weight: bold;
}
.simu-form {
  margin-top: 4px;
  width: 600px;
  height: 48px;
  border-radius: 0;
  border: 2px solid #000000;
  padding: 0 0 0 32px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  position: relative;
  color: inherit!important;
  opacity: 1!important;
}
.simu-form[disabled] {
  cursor: not-allowed;
  -webkit-text-fill-color: inherit!important; /* For iOS Safari*/
  background-color: white!important;          /* For Android Chrome */
}
.simu-form:focus {
  border: 2px solid #000000;
  font-weight: bold;
  font-size: 20px;
}
.simu-form::-webkit-input-placeholder { color: #d1d1d1; }
.simu-form::-moz-placeholder          { color: #d1d1d1; }
.simu-form:-ms-input-placeholder      { color: #d1d1d1; }
.simu-form:-moz-placeholder           { color: #d1d1d1; }
.simu-col {
  width: 192px;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
  cursor: pointer;
  position: relative;
}
.simu-col p {
  text-align: left;
  padding: 2px 0 0 40px;
  margin-top: 11px;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.2;
}

/* == check box ==  */
.simu-col input[type="checkbox"]:checked,
.simu-col input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.simu-col input[type="checkbox"]:checked + label,
.simu-col input[type="checkbox"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}
.simu-col input[type="checkbox"]:checked + label:before,
.simu-col input[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    top: 159px;
    left: 0px;
    height: 20px;
    width: 20px;
    border: 1px solid #000000;
    border-radius: 100%;
    background: #fff;
}
.simu-col input[type="checkbox"]:checked + label:after,
.simu-col input[type="checkbox"]:not(:checked) + label:after {
    content: '';
    height: 16px;
    width: 16px;
    background: #211A59;
    position: absolute;
    top: 162px;
    left: 3px;
    border-radius: 100%;
    transition: all 0.25s ease-in-out;
  	-webkit-transition: all 0.25s ease-in-out;
}
.simu-col input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.simu-col input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.checkbox-notice-sp {
  position: relative;
}
.checkbox-notice-sp::before {
  content: "複数選択できます";
  position: absolute;
  font-weight: bold;
  top: 86px;
  left: -275px;
  width: 100%;
  text-align: left;
}

/* == radio box ==  */
._t149 { top: 149px;}
.simu-col:hover label { opacity: 0.8; }
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    top: 159px;
    left: 0px;
    height: 20px;
    width: 20px;
    border: 1px solid #000000;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    height: 16px;
    width: 16px;
    background: #211A59;
    position: absolute;
    top: 162px;
    left: 3px;
    border-radius: 100%;
    transition: all 0.25s ease-in-out;
  	-webkit-transition: all 0.25s ease-in-out;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.simu-float {
  width: 152px;
  height: 196px;
  position: fixed;
  background: #fdd945;
  border-radius: 10px;
  z-index: 4;
  right: 0;
  bottom:0;
  /*top: calc( 80vh - 110px );*/
  transition: all .25s ease-in-out;
  transform: translateX(100%);
}
.simu-float[data-active="1"] {
  transform: translateX(0);
}
.simu-float p {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
._float-form {
  width: 112px;
  height: 38px;
  margin: 12px 21px 10px 21px;
  padding: 0 10px;
  border: 0px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .02em;
}
._float-form:focus {
  border: 0px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
}
.simu-float-title {
  height: 52px;
  background-color: #000000;
  border-radius: 10px 10px 0 0;
  position: relative;
  margin-bottom: 12px;
}
.simu-float-title > img {
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
}

.simu-bottom {
  background: #fdd945;
  box-sizing: border-box;
  padding: 56px 16px;
}
.simu-bottom-inner {
  width: 868px;
  margin: 0 auto;
}

.simu-bottom-link {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
.simu-bottom-link a{
  background-color: #211A59;
  display: block;
  line-height: 1;
  color: #fff!important;
  width: 168px;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
.simu-bottom-link a:first-of-type{
  margin-right: 34px;	
}
.simu-bottom-link a:hover{opacity:.9;}

.simu-bottom-upper {
  display: flex;
  align-items: flex-start;
  height: auto;
}
.simu-bottom-upper div:first-child { width: 280px; margin-top: 4px;}
.simu-bottom-upper div:nth-child(2) { width: 588px; }
.simu-bottom-upper dl {
  width: 510px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.simu-bottom-upper dl > dt > img {
  display: -webkit-box;
  display: -moz-box;
}
.simu-bottom-upper dl > dd { position: relative;}
.simu-bottom-upper dl > dd::after {
  position: absolute;
  content: url(../img/simu/manen.svg);
  z-index: 3;
  width: 39px;
  height: 27px;
  right: -58px;
  top: 50%;
  transform: translateY(-50%);
}
.simu-bottom-upper > div:nth-child(2) > hr {
  margin: 25px 0 21px 0;
}

.simu-bottom-lower {
  height: 114px;
  border: 2px solid #000000;
  background: #f7f7f7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 155px 0 90px;
  box-sizing: border-box;
  margin-top: 30px;
}
.simu-bottom-lower::after {
  position: absolute;
  content: "※変動金利0.775％ 35年 ボーナスなしの場合";
  font-size: 1.2rem;
  color: #000000;
  right: 0;
  bottom: -26px;
  font-weight: bold;
}

.pannl-form {
  background: #ffffff;
  border: 0px;
  width: 166px;
  height: 53px;
  border-radius: 0px;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  padding: 0 16px;
  letter-spacing: .05em;
  color: inherit!important;
  opacity: 1;
  -webkit-text-fill-color: inherit!important; /* For iOS Safari*/
}
.pannl-form[disabled] { cursor: not-allowed;}
._total-form[disabled] { color: #c30d23 !important;}
._total-form {
  width: 213px;
  height: 68px;
  font-size: 32px;
  color: #c30d23;
  text-align: right;
  padding: 0 18px;
  letter-spacing: .05em;
}

.pannl-form:focus,._total-form:focus { border: 0px;}
.pannl-form:focus { font-size: 24px;}
._total-form:focus { font-size: 32px; color: #c30d23; }
.simu-bottom-lower > div::before {
  position: absolute;
  content: url(../img/form-before.svg);
  z-index: 3;
  width: 48px;
  height: 24px;
  top: 50%;
  left: -63px;
  transform: translateY(-50%);
}
.simu-bottom-lower > div { position: relative;}
.simu-bottom-lower > div::after {
  position: absolute;
  content: url(../img/form-after.svg);
  z-index: 3;
  width: 22px;
  height: 24px;
  right: -43px;
  top: 50%;
  transform: translateY(-50%);
}


/* ===================================================
/* ::::::::::::::::::::::::::::::::::::::::::   SP
/* =================================================== */
img { max-width: 100%; height: auto;}
iframe { width: 100%;}

@media screen and (max-width: 767px) {
  
  .tagline/*sitemap*/ {font-size: 12px;}

/**** NOTE: header ****/	
  #header {
	display:block;
    width: 100%;
    top: 0;
    z-index: 999;
  }
  #header-container {
    height: 76px;
    visibility: visible;
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }	
	
  .menu-holder {
    display: block;
    position: fixed;	  
    background: #211A59;
	right:0;
    margin: 38px 10px 0 0;
    height: 44px;
    transform: translateY(-50%);
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 3;	  
  }		
  .menu-bar {
    position: fixed;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 0.25);
  }	
  .logo-header {
    position: absolute;
    width: 110px;
    top: 10px;
    transform: translateX(-50%);
    margin-left: 0px;
    margin-top: 0px;
  } 

/**** NOTE: side menu ****/	
  #side-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    background: #211A59;
    text-align: center;
    z-index: 3 !important;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .side-inner {
	  height: 100vh;
    padding-top: 3vh;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
	
  .logo-sider {
    display: none;
  }		
  .sp-sider-menu {
    display: block;
    width: 174px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 34px;
  }	
	
  .nav-list-sp li ul li{
    overflow: hidden;
    height: 0;
    transition: .2s;
  }
  .nav-list-sp li ul li:last-of-type{
    margin-bottom: 0;
  }
  .nav-list-sp li:hover ul li{
    overflow: visible;
    height: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
    /* background: rgb( 255 255 255 / 0.04);*/
  }
  .nav-list-sp li ul li img{
    height: 11.5px;
  }	

  .nav-item {
    padding: 20px 0;
  }	

  .icon-holder {
	position:inherit;
    margin: 42px 0 42px 0;
  }
  .nav-app { width: 78px;}
  .facebook,.instagram{
    width: 30px;
  }	
  /*.nav-app{width:120px;}*/
  .btn-blog {
    width: 80px;
    font-size: 14px;
    height: 30px;
    border-radius: 3px;
  }

  .btn-side-holder {
	position:inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }
  .btn-side-holder > div {
    transform: scale(1.2);
  }
  .btn-side-holder div:nth-child(2) {
    margin-top: 30px;
  }	
  .btn-os,.btn-con {
    position: relative;
    text-align: center;
    transition: all .3s ease;
  }
	
/**** NOTE: footer ****/	
  .footer-container{
	width:100%;	
	padding:0;
	padding-bottom: 60px;
  }	
  .footer-info-sp{
    padding:20px 0;
  }
  .arrow-down{
	width:45px;
	margin:0 auto;
  }
  .f-btn{
    width: 100%;
    height: 42px;
	z-index:1;
  }
  .f-info-store{
    width:100%;
  }	
  .f-info-store dd a{
    padding: 10px 15px;
    border-top: 1px solid #dcdae1;	
	display: flex;
    align-items: center;
  }	
  .f-store p{
    width:100%;
  }	
	
  .footer-container > div:last-child .footer-info{
    padding:30px 0;
  }
  .logo-footer {
    width: 144px;
	margin:0 auto;
  }	
  .tel {
    font-size: 26px;
    margin-top: 14px;
    justify-content: center;	  
  }	
  .tel-info{
	padding-top: 0;
	text-align: center;
  }
  .f-sp-sns {
    width: 112px;
    margin: 25px auto 0;	  
    display: flex;
    justify-content: space-between;
  }
  .f-sp-sns div { width: 40px; }	
	
  .footer-nav{padding:0}
  .item-nav-footer {
    float: left;
    width: 49.8%;
    font-size: 14px;
    margin:0;
	padding: 20px 0;
    border-top: 1px solid #dcdae1;
  }	
  .item-nav-footer:nth-child(odd){
	border-right: 1px solid #dcdae1;	
  }	
  .item-nav-footer a {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0 15px;
  }	
  .arrow-nav {
    height: 21px;
    right: 24px;
    display: block;
  }
  .add-border {
    border-bottom: 1px solid #dcdae1;
  }	

  .copyright {
	margin-top: 248px;
	padding: 20px 10px;
	text-align: center;
  }
	
/**** NOTE: discription ****/	
.discription div{ width: 100%; }	
	
/**** NOTE: ボタン ****/
  /*--more ボタン--*/
  .btn-more-holder{
    margin-top: 0;
  }	
  .btn-more{
    width: 100%;
    font-size: 14px;
    height: 42px;
	z-index:1;
	border-radius: 7px;
  }	
  .btn-more > span { position: relative;}
	
  /*--here ボタン--*/
  .btn-here{
    width: 100%;
	font-size:14px;
	border-radius: 7px;
  }	
	
  .triangle {
    border-top: 8px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
  }	 
  .t-triangle {
    right: -38px;
  }	
	
　/* フォーム確認ボタン */
  .btn-contact-holder{
    display: block;
  }
  .btn-refill,.btn-contact {
    width: 80%;
  }	
  .btn-refill a {
    color: #fff;
  }			
		
/**** NOTE: container ****/
  #container {
    width: 100%;
    background: #f4f3ed;
    position: relative;
    margin-left: 0px;
    z-index: 1 !important;
  }
  .container-inner{ position: relative;}
  .wrapper {
    width: 100%;
    padding-bottom: 32px;
    box-sizing: border-box;
  }  
  .wrapper + #footer { padding-bottom: 10px;}
	
	/* slick矢印 */
	
	.slick_arr > div{
	width: 15px; 
	height: 15px;
	}
	  .slick_arr_l{
	left: -2vw;
	}
	  .slick_arr_r{
	right: -2vw;
	}

		
/**** NOTE: TOP共通 ****/
  .main-title{
    height: 45px;
  }
  .main-title h1{
	font-size:1.1rem;		
  }
 /*.top-section { margin-top: 50px;}*/	
  .top-title {
    height: 44px;
    margin-bottom: 32px;
  }		
  .top-title h2{
	font-size:1.1rem;
	width: 100%;
    top: 36px;	
  }
	
  .title-col {
    font-size: 1.6rem;
  }	
  .col-txt {
    text-align: left;
  }	
  .fix-col-txt{
	letter-spacing: .05em;	  
  } 
	
/*  .col-3-inner {
    width: 100%;
  }	
  .col-3-inner:nth-child(3n+2) {
    margin: 0;
  }
   
  .col-2-holder {
    display: block;
  }
  .col-2-holder a { display: block;width: 100%;}
  .col-2-holder figure { width: 100%;}*/	
	
  .col-1-holder{
    text-align: left;
	margin-bottom: 20px;
  }	
	
  .nohr {
    display: none;
  }	
		
  .col-img:after { display: none; }
	
  .grid-3-holder,.grid-2-holder{grid-template-columns: 1fr;}
  .top-section .grid-3-holder{row-gap: 20px;} 
	
  /* NOTE: TOP-about */
  #top-about{margin-top: 80px;}
  .top-anime-holder{
    display: block;
    width: 100%;
    padding: 0;
  }	
  .top-anime-holder h3 {
	font-size: 1.6rem;
	line-height: 1.4;
  }	
  .top-anime-holder p {
	margin-bottom: 20px;
	line-height: 1.6;
  }	
  .top-anime-holder > div:first-child {
    width: 100%;
  }	
  .top-anime-holder > div:last-child {
    width: 100%;
    margin: 8px auto 0;	  
  } 
  #top-anime {
    width: 100%;
    height: auto;
    background-position: center;
  }
  .top-anime-btn{
    width:100%;
    border-radius: 7px;
  }
  .top-about-holder{margin-bottom: 40px;}
  .top-about-img{height:90px;}
  .top-about-title > img{width: 150px;}
  .top-about-title h2{
	font-size:1.1rem;
	width: 100%;
    top: 36px;	
  }
  
  /*NOTE: TOP-gallery*/
  .top-gallery-img  { width: 100%; height: 58vw; }	
  #top-gallery  h3 {font-size:1.4rem;}	
  #top-gallery  .col-txt p:last-child{margin-top: -4px;}
  #top-gallery .grid-3-holder{margin-bottom: 20px;}	
	
  /*NOTE: TOP-ob,TOP-interview*/
  #top-interview{ margin-top:40px;}
  #top-ob{ margin-top:40px;}
  .top-ob-img{height:51vw;}	
  .top-ob-img > img{width:70%;}	
	
  /*NOTE: TOP-event*/
  #top-event h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	font-size:1.4rem;
	font-weight:normal;
  }	
  #top-event h3 span{
	font-size:1.3rem;
	font-weight:bold;
  }
  .top-event-slider{margin:0;}
  .top-event-holder{width: 94%;}
  .top-event-img{ height: 38vw;min-height: 120px;}

  /*active*/
  .top-event-slider .slick-slide {
	opacity: 0.5;
	transition: 0.5s;
  }
  .top-event-slider .slick-current {opacity: 1;}
  .top-event-slider .slick_arr{display:none!important;}
	
  /*NOTE: TOP-store*/
  #top-store .grid-2-holder{row-gap: 8px;}
  #top-store .grid-2-holder a:last-child{margin-bottom: 20px;}
  #top-store .title-col{font-size: 1.2rem;text-align: center;}
  .top-store-img {height: 30vw;}
  .top-store-img > img{width:160px;}
	
		
  /*NOTE: TOP-estate*/
  .top-estate-holder {
    width: 90%;
    margin: 0 auto;
	margin-bottom: 20px;
	float: none;
  }  
  .top-estate-bg {
    height: auto;
    padding: 6px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 0.15);	  
  }
  .top-estate-bg::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(../img/badge.svg) no-repeat;
    background-size: cover;
    z-index: 999;
    margin-right: -10px;
    margin-top: -10px;
  }	
  .top-estate-img {
    width: 100%;
    height: 30vw;
  }		
  #top-estate h3{
    line-height: 1.4;
    margin: 4px 0;
  }
  #top-estate .fix-col-txt{
    font-size: 14px;
    line-height: 1.4;
    height: 54px;
	margin-bottom:0;
    overflow: hidden;
  }
  .top-estate-area-tag {
    font-size: 10px;
    padding: 2px 6px;
    margin: 0px 8px 6px 0px;
  }		
  .top-estate-info {
	font-size:1.2rem;
  }	
	
  /*NOTE: TOP-other contens*/
  .others-img{   
    margin-bottom: 20px;
    background-position:center;
  }	
  .others-title-img{
	width: 50%;	  
	top: 58%;
    text-align: center;
  }
	
  /*NOTE: TOP-insta&blog*/
  .top-ib {
    width: 100%;
    display: block;
    height: auto;
	margin-top: 52px;
    margin-bottom: 26px;
  }
  .top-ib > div:first-child {
    width: 100%;
    margin-bottom: 34px;
  }
  .top-ib > div:last-child {
    width: 100%;
	margin-top: 52px;
    display: block;
  }
	
  .top-title-s { display: none;}
  .top-title-s a {
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }	

  .top-insta-holder > .insta-col:nth-child(n+7) { display: none; }
  .insta-col { width: 28.5vw; height: 28.5vw;}	

  .top-blog-holder {
    height: 300px;
    display: block;
	padding:0;
  }
  .top-blog-holder li a {
    position: relative;
	width:100%;
  }
  .top-blog-img {
    width: 39% !important;
    margin-right: 20px;
  }	
  .top-blog-txt {
    float: none;
    margin-left: 43%;
    width: auto;
  }
  .top-blog-txt p:nth-child(3){
    margin-top: 7px;
  }	
	
/**** NOTE: child page ****/	
  .child-container {
    padding-top: 32px !important;
  }	
  .child-inner {
	width:100%;
    box-sizing: border-box;
  }
  .child-small-inner{
	width:100%;
	box-sizing: border-box;	
  }
  .child-fv{
	top: 76px;
	height: 83px;	
  }	
	
  .child-title {
    height: 50px;
    margin-bottom: 32px;
  }
  .child-title h1{
	font-size:1.1rem;
    width: 100%;
    top: 36px;
  }
  .child-title h2{
	font-size:1.1rem	
  }	
  .child-arrow{margin-bottom: 40px;}
  .child-txt-title{
	font-size:1.6rem;
	padding-bottom:18px;
	line-height:1.4;
  }
  .child-txt{
	line-height:1.6;
	letter-spacing:.05em;
	text-align: left;
  }
	
  /*.child-common-title{top: 50%;}*/

	
  /*パンクずリスト*/
  .breadcrumbs{
	margin-top:76px;
  }		
  .bread-top{
	margin-top:76px;
  }
  .bread-single{
	padding-top: 76px; 
	margin-bottom: -50px;
  }	
  .bread-single .breadcrumbs{margin-top:0;}
	
/**** NOTE: about us 共通 ****/
 .back-top-link { margin: 80px 0 40px;}
 .about-img{height:90px;}
	
/**** NOTE: concept ****/			
  .concept-img-holder-1,.concept-img-holder-2 {
    margin: 40px 0;
  }

  .concept-img-holder-1 > div:nth-child(1) { width: 69%; height: 37vw; margin-bottom: 4px; overflow: hidden;}
  .concept-img-holder-1 > div:nth-child(2) { width: 30%; height: 37vw; margin-bottom: 4px; overflow: hidden;}
  .concept-img-holder-1 > div:nth-child(3) { width: 100%; height: 49.2vw; overflow: hidden; margin-bottom: 4px;}
  .concept-img-holder-1 > div:nth-child(4) { width: 30%; height: 37vw; margin-right: 0; overflow: hidden;}
  .concept-img-holder-1 > div:nth-child(5) { width: 69%; height: 37vw; overflow: hidden;}

  .concept-img-holder-1 > div:nth-child(1) > img,
  .concept-img-holder-1 > div:nth-child(2) > img,
  .concept-img-holder-1 > div:nth-child(3) > img{ width: 100%;}
  .concept-img-holder-2 > div:nth-child(1) { height: 49.2vw; margin-bottom: 4px; overflow: hidden;}
  .concept-img-holder-2 > div:nth-child(2) { width: 30%; height: 33vw; margin-right: 0px; overflow: hidden;}
  .concept-img-holder-2 > div:nth-child(3) { width: 69%; height: 33vw; overflow: hidden;}

  .concept-btn {
    margin: 60px 0;
  }
	
/**** NOTE: unique point ****/
  .point-title{margin-bottom: 0;}
  .point-title h2{font-size: 1.8rem;}	

  .point-holder {
    display: block;
    padding-bottom: 60px;	  
  }
  .point-text p{
    line-height: 1.6;
    letter-spacing: .05em;
  }	

	
/**** NOTE: service****/
  .service-section{ margin-bottom: 60px;}
  .service-section .child-title { height: 54px;}
  .service-lead p{margin-bottom: 40px;}

  /*service共通*/
  .service-section .btn-more-holder{margin-top: 24px;}
  .service-1-box h3{font-size:16px; margin-top: 10px;}
  .service-1-box p{text-align: left;}

  .service-h-260,.service-h-200{height:160px;}
	
  /*service-flow*/
  .service-title-s{margin: 20px auto 20px;}
	.service-s-arrow{margin-top: 18px;}
	
  .service-tab-contents { margin-bottom: 20px;}		
  .service-tab-holder {
    width: 100%;
    margin-top: 10px;
  }
  .service-tab-holder li {
    margin: 0 5px;
  }
  .service-btn-l > a > button {
    font-size: 13px;
  }
  .service-tab-holder > li.service-btn-l {
    width: 100%;
  }
  .service-tab-holder > li.service-btn-l > a > button {
    width: 100% !important;
    height: 70px;
  }
  .service-btn-l > a > button > br { display: block;}
	
  .service-tab-title{margin-bottom: 30px;}
  .service-tab-title h3{font-size:1.6rem;}
	
  .service-tab-link{margin-top: 30px;}
  
  .service-process-a{padding-top: 60px;}
  .service-process-b {padding-top: 90px;}	
	
  .service-process-inner {
    flex-wrap: wrap;
  }	
  .process-title {
    padding-left: 15px;
    flex-basis: auto;
  }	
  .process-title h3 { font-size: 1.5rem;}
  .process-title span {
    font-size: 1rem;
  }	
  .process-icon {
    top: 8px;
    left: auto;
    right: 0px;
    transform: translateY(0);
  }	
  .process-txt { 
    width:100%;
    margin: 20px 0 20px 0;
	height:auto;
  }		
  .icon-arrow {
    margin-top: 2px;
    margin-bottom: 10px;
  }
  .icon-arrow > img { display: none;}	
  .week-txt {
    margin-left:0;
  }

	
/**** NOTE: onestop.ownhouse****/		
  .service-con-left,.service-con-right {
    display: block;
    margin-bottom: 20px;
  }
  .service-con-left article,.service-con-right article {
    width: 100%;
  }
  .service-con-left article h3,
  .service-con-right article h3 {
    font-size: 1.6rem;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .service-con-left img,.service-con-right img{width:100%;}
	
  .service-frame {
    width: 100%;
    padding: 20px 14px;
    margin-bottom: 16px !important;
  }
  .service-frame p:first-child {
    font-size: 1.6rem;
  }
  .service-frame p:nth-child(2) {
    font-size: 1.6rem;
  }
  .service-frame p:nth-child(4) {
    text-align: justify;
  }
  .service-frame-col{margin-bottom: 20px;}	
  .service-frame-col div:nth-child(3),.service-frame-col div:nth-child(4) { margin-top: 0;}

	
/**** NOTE: apartment,house****/
  .type-lead{margin-bottom: 20px;}
  .type-section{margin-bottom: 60px;}
  /*type-point*/
  .type-tab-holder li{width: 100%;}
  .type-tab-holder > li.type-tab-btn > a > button {
		width: 100% !important;
		height: 70px;
  }
  .type-section .child-title {
		height: 54px;
  }
  .type-point-holder-house{width:100%;}

  /*type-gallery*/
  .type-gallery-title-holder p{margin-bottom: 10px;}
  .type-ba-section{margin-bottom: 40px;}
  .type-ba-img{
	  margin:inherit;
	  padding: 5px;
	}
  .type-ba-txt{margin:inherit;}
  .type-ba-txt p{font-size:12px;}	
	.type-ba-slider .slick_arr{display:none!important;}
	.type-ba-slider .slick-dots{display: block!important;}
	.type-ba-slider .slick-dots li button:before{font-size:8px;content: '○';color: #2d1e58;}
	.type-ba-slider .slick-dots li.slick-active button:before{content: '●';color: #2d1e58;}
	
	
/**** NOTE: interview ****/
	.interview-fv{background-image: url(/img/interview/fv-interview-sp.jpg);top: 76px;padding-top: 102%;}
	.interview-fv-title{width:57%;}
	.interview-main-lead { margin: 20px auto 40px;}
    .interview-main-lead p{text-align: left;}
	.interview-vol{display:block;margin-bottom: 60px;}
	.interview-vol:last-child{margin-bottom: 100px;}
	.interview-vol-img{width:100%;}
	.interview-vol-info{width:100%;margin-top: 20px;}
	.interview-vol h2{font-size:16px;}
	.interview-link{margin-right: auto;width: 65%;}	
	
	#child-interview{width:95%;margin-top: 80px;}
	.interview-detail h2 {font-size: 14px;margin-bottom: 20px;}
	.interview-detail-box-sp{display: block;text-align: left;border-collapse: collapse;}
	.interview-detail-box-sp th{font-weight: bold;padding-right:20px;}
	.interview-detail-box-pc{display:none;}
	.interview-lead p {line-height: 1.6;text-align: left;}
	.interview-sentence p{line-height:1.6;}
	.interview-img{margin:10px 0;}
	.float_img_l,.float_img_r{float:inherit; margin:10px auto}
	.float_img_small{max-width:375px;width:100%;}
	.interviewer{justify-content: space-between;}
	.interviewer div:last-child{width:80%;}
	.interviewer div:last-child p{line-height:1.4;}
	.interview-dyn{padding:0 16px;}
	.interview-bnr{display:block;padding:0 16px;margin: 60px auto;}
	.interview-bnr div:first-of-type { padding-bottom: 20px;}
	
/**** NOTE: all store ****/	
  #child-all-store .child-txt{
    margin-bottom: 40px;
  }
  .store-area{
	  font-size:22px;
	  padding: 10px;
	}
  .store-holder-l,.store-holder-r {
    display: block;
    padding-bottom: 60px;	  
  }
  .store-img-box{
    width:100%;
  }
  .store-img{
    height:75vw;	
    }	
	
  .store-text-box{ 
	width: 100%;
	padding-top:20px;
  }
  .store-name h3{
    font-size: 1.9rem;		
  }
  .store-name button{
	width:52px;
	font-size:13px;
  }
  .store-info p {
    line-height: 1.3;
  }
  .store-adress p{
	line-height:1.5;
	padding: 4px 0 8px;
  }
  .store-ex p {
	font-size: 1.4rem;
	letter-spacing: .05em;  
  }
	
  .slide-dots li button:before{
	  font-size:10px;
  }
  .slide-dots li.slick-active button:before{
	  font-size:10px;
  }
	
  .store-holder-l .store-more,.store-holder-r .store-more{
    margin-top:22px;
  }
  .store-holder-l .btn-more,.store-holder-r .btn-more{
	width:100%;
  }
	
/**** NOTE: store各ページ ****/	
  .st-section{
	padding-bottom: 60px;	
  }	
  .st-section .child-title {
	height: 54px;
  }
  .st-holder-l,.st-holder-r {
    display: block;  
  }
  .st-img-box{
    width:100%;
  }		
  .st-text-box {
    width: 100%;
    padding-top: 20px;
  }	
  .st-text-box h3{
	font-size: 1.6rem;
    padding-bottom: 10px;	
	} 	
  .st-text-box p {
    line-height: 1.6;
    letter-spacing: .05em;
  }	
	
  .st-col-txt h3{font-size:1.4rem;}
  .st-col-img{height: 58vw;}
/*----one stop---*/	
	.st-section-onestop{padding: 20px 0 60px;}
	.st-onestop-img img{width:50%;}
	.st-onestop-title h3{font-size:1.4rem;}	
/*----inst areport---*/
	.st-ir{grid-template-columns: 1fr;}
	.st-ir-title a{
		display: inherit;
		text-align: center;
	}
	.st-ir-title h2{font-size: 1.1rem;padding-left: 0;}
	.st-ir-report{align-items: center;}
	.st-insta-col {width: 28.5vw;height: 28.5vw;}
	.st-insta-col:nth-child(n+7) {display: none;}
/*----report---*/
	.st-repo{
		grid-template-columns: repeat(2, 1fr);
		column-gap: 20px;
	}
	.st-repo .st-col-txt h3{font-size:1.2rem;font-weight: normal;}
/*----area---*/
  .st-area{
	width:100%;
	box-sizing: border-box;
	padding:40px 16px;	
  }
  .st-area p:last-of-type{
	width:100%;
  } 
/*----stores---*/	
  .st-stores{row-gap: 10px;}
  .st-stores-img{
	height: 20vw;	
  }	
  .st-stores-img > img	{width:60%;}
/*----event---*/
  .st-event-list{
	display:block;
  }
/*----access--*/	
  .st-detail{
	display: block;
  }
  .st-detail > dt{
	width:100%;
	margin-bottom: 6px;
  }	
  .st-detail > dt > img{
	height:15px;
  }	
  .st-detail > dd{
	width:100%;
    font-size: 1.4rem;	  
  }	
  .st-detail > dd >div{
	margin-bottom: 12px;	  
  }	
  .st-map{margin-top: 0;}
/*----suchedule--*/
  .suchedule-tab-holder li {width: 100% ;}
  .suchedule-tab-holder > li.suchedule-btn-l > a > button {
    width: 100% !important;
    height: 70px;
  }
  .suchedule-holder h3 {font-size: 1.6rem;}
  .suchedule-box {display: block;}
  .suchedule-box div:first-child {width: 100%; margin-bottom: 10px;}
	
  .suchedule-a, .suchedule-b{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 22px;
    font-size: 1.2rem;
  }
  .suchedule-inner{
    width:100%;
    margin: 0;
  }
  .suchedule-title {flex-basis: 620px;}
  .suchedule-next {margin: 5px 30px 10px;}
	
  .back-store-link {
    margin: 30px 0 60px;
  }
  /*storeカラム画像*/
  .st-column-holder{
	display:block;
  }	
  .st-c-box{width:100%; margin-top: 1%;}	
  .st-c-osaka-img_01,  .st-c-sakai-img_01,  .st-c-kyoto-img_01,
  .st-c-kobe-img_01,  .st-c-nakame-img_01,  .st-c-fukuoka-img_01{width:100%; height: 57vw;}  
  /*store画像slide*/
  .st-img,
  .st-cafe-img_01,
  .st-cafe-img_02,
  .st-cafe-img_03{
    height: 57vw;
  }
  /*campaign*/	
	.st-campaign h2, h3{font-size:1.6rem;}
/****  NOTE: campaign ****/
	.campaign-lead h1{font-size:1.8rem;}
	
	.campaign-btn > a > button{
		font-size: 14px;
		width: auto;
		padding: 0px 16px;
	}
	@media (max-width: 320px){
		.campaign-btn > a > button{padding: 0px 15%;}
	}
		
	.campaign-btn.active > a > button{position:relative;z-index:calc(infinity);}
	.campaign-btn-1{position: relative; z-index:10px;}
    .campaign-btn-2{position:relative;z-index:5px;}
	.campaign-btn-2{position:relative;z-index:3px;}


	.campaign-tab-contents{padding: 4%;}
	.campaign-tab-inner{padding: 12% 4%;}
	.campaign-tab-inner h2{font-size:1.6rem;}
	.campaign-date,.contract-flex h3{font-size:1.5rem;}
	.campaign-flex{
		display:block;
	}
	.campaign-flex div{width:100%;}
	.campaign-flex div:first-child{margin-bottom: 20px;}
	
	.campaign-link{margin-top: 40px;}
	/*campaign-form*/
	.campaign-form-warning{margin-top:inherit;}
	
/**** NOTE: service area ****/
  .area h2{font-size:18px;}
  .area-img{
    margin: 20px 0 40px;
	}		
  .area dl{
	display:block;
  }
  .area dd{
	width:100%;
	padding-top: 10px;
	font-size:1.3rem;
  }
	
/**** NOTE: people ****/	  
  .people{
	margin: 32px 0 60px;
  }	  
  .people_list{
	grid-template-columns:repeat(4, 1fr);
  }  
 
  .people_item:nth-of-type(4n) .tooltip-title{
	display:block;
	left: auto;
    right: 0px;
  }	 	  
  .people_item:nth-of-type(4n) .tooltip-title:before{
	right:20px;	  
  }	 
  .people_item:last-of-type{
    margin-left:0;
  }	
	
  .team > div >h2 >img{
	height:20px;
  }

  .craftman{
	  display:block;
	  margin: 30px 0;
  } 
  .craft_movie {
	  width:100%;
  } 
  .craft_movie p{
	  font-size:14px;
	  font-weight: inherit;
  }  	  
  .craft_tl{
	  font-size:1.6rem;
	  padding-top:3em;
	  text-align: center;
  }	  
  .craft_img{
	  padding-top:28px;
  }
	
  #people-page > .child-small-inner > div:last-child{
	  margin: 60px 0;
  }
	
/**** NOTE: contact****/
  .contact-child-inner{padding: 0 16px 90px;}
  .contact-inscription > h1{
    font-size: 1.8rem;
  }	
  .tel-title br {
    display: block;
  }	
  .c-i-area {
	margin:0;
	padding:6%;
	margin-bottom: 3vh;
  }
  .c-i-area p{
	font-size:1.3rem;
	text-align: left;
  }	
  .form-inscription{padding: 0;}
  .form-hr{margin: 7% 0;}
  .contact-item-row {
    display: block;
    width: 100%;
    padding: 0;
  }	
  .contact-value{
    margin-top: 15px;
  }
  .contact-value--label{font-weight: normal;}
  .contact-item--name,
  .contact-item--address,
  .contact-item--request{
	  display: block;
  }
  .contact-item--name div,
  .contact-item--zip,
  .contact-item--address div:first-of-type,
  .contact-item--address div:last-of-type,
  .contact-item--request div{
	  width: 100%;
  }	
  .contact-item--name div:last-of-type,
  .contact-item--address div:last-of-type,
  .contact-item--request div:last-of-type{
	  margin-top: 12px;
  }
  .vacation-notification{text-align: left;}
	
/*confirm*/
  .confirm-item{padding: 5% 0;}
  .confirm-item-row{display:block;}
  .confirm-item-row div{width:100%;}
  .confirm-item-row div:last-of-type{margin-top: 16px;}
	
/*thanks*/
.thanks{
  padding-top: 	170px;
}
.thanks	.contact-inscription{text-align: left;}

/**** NOTE: cooperation****/
  .coop-img{margin-top: 40px;}	
  .cooperation-img_01:before,
  .cooperation-img_02:before{
  content: "";
  display:block;
  padding-top: 60%;
  }
	
  .coop-move{margin: 40px 0 60px;}
  .coop-move .move_play{
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%,-55%);
}

  .coop-lab > h3{
    font-size: 14px;
	padding:8px;
  }

/**** NOTE: company****/
  #child-company .child-title{
	  margin-top: 32px;	
  }
  #child-company h2{
    font-size: 2rem;
  }
  #child-company p {
    font-size: 1.3rem;
    line-height: 1.6;
  }		
  .company-info{
    padding-left: 0;
  }	
  .company-list {
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 6px;
  }
  .company-item,.company-title {
	margin-bottom: 0px;
  }
  .company-item {
	width: 72%;
    margin-left: 0px;
  }			
  .company-btn{
	padding-bottom:40px;
  }
  .company-text{padding-left: 0;}
	
/**** NOTE: policy****/ 
  .policy-inner	h2{
    font-size: 1.8rem;
    padding: 0 0 10px;
    border-left: none;
  }
  .policy-inner h3 {
    font-size: 1.6rem;
    padding-bottom:0;
  }	
  .policy-inner p {
    line-height: 1.6;
    letter-spacing: .05em;
  }
  .policy-txt:last-child{
   margin-bottom: 60px;
  }	
	
/**** NOTE: site map****/ 
  #sitemap .child-title{
    margin: 32px 0 60px;		
  }
  .sitemap-holder {
    display: block;
    box-sizing: border-box;
    margin-bottom: 60px;
  }
  .sitemap-col {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
  } 
	
/**** NOTE: column***/ 			
  .column_box {
    line-height: 1.6;
    letter-spacing: .05em;
	}
  .column_box br {
    display: none;
	}
  .column_box h1 {
    font-size: 1.8rem;
    padding: 0 0 10px;
    border-left: none;
	}
  .column_box ul {
    padding: 0 0 0 16px;
  }
  .column_h2 {
    font-size: 1.6rem;
	}
  .column_img {
    max-width: 400px;
    width: 98%;
    float: none;
    margin: 5px auto 15px;
	}	
	
/**** NOTE: simulation***/		
  .top-simu-title { 
    width: 68%;
    padding: 10px 0;
  }
  .simu-top-col {
    width: 88vw;
	padding:70px 0 0;
  }
  ._line_simu { top: 172px !important;}
  .simu-top-col div { width: 29.4%; padding:0;}
  .simu-top-col > div > img:first-child { height: 4vh;}
	
  ._top_simu {height: auto;}	
  ._top_simu h1{font-size:1.8rem;}	
  ._top_simu p{font-size:1.2rem;}		
  ._top_simu > div:last-child > img:last-child {
    width: 84vw;
    margin: 5.5vw auto 0;
	padding-bottom: 30px;
  }
  .top-simu-title::before {
    content: url(../img/simu/simu_bus_sp.png);
    width: 99px;
    height: 38px;
    top: 140%;
    left: -37px;
  }
  .simu-top-col div:nth-child(2)::before {
    top: 16vw;
    left: -23%;
    content: url(../img/simu/simu-top-arrow-sp.svg);

  }
  .simu-top-col div:nth-child(2)::after {
    top: 16vw;
	left: 98%;
    content: url(../img/simu/simu-top-arrow-sp.svg);
  }
  .simu-top-txt {
    background: #fdd945;
  }
  .simu-top-txt p{
    padding: 30px 20px;
  }

  .simu { margin-bottom: 55px; }
  .simu > li { display: block;}
  .simu > li > div:first-child  { height: 8vh;}
  .simu > li > div:first-child > img { height: 8vh;}
  .simu > li > div:nth-child(2) {
    position: relative;
    width: 100%;
    margin-top: 28px;
  }
  .simu-title{width:100%;}	
  .simu-title > div:nth-child(2){font-size:16px;}
  .simu-col { width: 27vw;}
  .simu-form {
    margin: 12px auto 0;
    width: 65vw;
    height: 35px;
    padding: 0 4px;
    text-align: center;
  }
  .simu-form-holder::before {
    content: "リノベーションするお部屋の面積をご入力ください";
    position: absolute;
    font-size: 1.2rem;
    font-weight: bold;
    top: -20px;
    width: 100%;
    text-align: center;
    letter-spacing: -0.02em;	  
  }
  ._m {
    position: absolute;
    right: 2vw;
  }
  input[type="tel"].simu-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #ffffff;}
  input[type="tel"].simu-form::-moz-placeholder { /* Firefox 19+ */color: #ffffff;}
  input[type="tel"].simu-form:-ms-input-placeholder { /* IE 10+ */color: #ffffff;}
  input[type="tel"].simu-form:-moz-placeholder { /* Firefox 18- */color: #ffffff;}

  .simu-float {
    width: 100%;
    height: 68px;
    bottom: 60px;
    border-radius: 0px;
    top: auto;
  }
  .simu-float > div {
    display: flex;
    justify-content: space-between;
  }
  .simu-float-title {
    width: 40%;
    height: 68px;
    border-radius: 0px;
  }
  .simu-float p {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0em;
    margin-top: 8px;
  }
  .simu-float p br {
    display: none;
  }
  .simu-float-title > img {
    width: 34vw;
  }
  ._float-form {
    width: 34vw;
    height: 28px;
    position: absolute;
    bottom: 10px;
    right: 50px;
    margin-right: 4px;
  }
  .simu-float-title ~ div {
    width: 60%;
    text-align: center;
  }
  .simu-float-title ~ div > div:last-child > p {
    width: 28px;
    position: absolute;
    right: 20px;
  }
  .simu-bottom-inner {
    width: 94vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .simu-bottom {
    padding: 25px 0 30px;
    height: auto;
  }
  .simu-bottom-upper {
    display: block;
    text-align: center;
  }
  .simu-bottom-upper div:first-child  {margin: 0 auto 18px;}
  .simu-bottom-upper div:first-child img { width: 70vw;}
  .simu-bottom-upper div:nth-child(2)    { width: 100%;}
  .simu-bottom-upper dl { width: 83vw;}
  .pannl-form {
    width: 26.5vw;
    height: 9vw;
    font-size: 18px;
    padding: 0 10px;
  }
  .pannl-form:focus { font-size: 18px; }
  ._float-form,._float-form:focus {
    letter-spacing: 0;
    text-align: right;
    padding: 0 3.5vw;
  }
  .simu-form::-webkit-input-placeholder { color: #d1d1d1;font-size: 18px;}
  .simu-form::-moz-placeholder          { color: #d1d1d1;font-size: 18px;}
  .simu-form:-ms-input-placeholder      { color: #d1d1d1;font-size: 18px;}
  .simu-form:-moz-placeholder           { color: #d1d1d1;font-size: 18px;}
  .simu-bottom-lower {
    display: block;
    padding: 10px 0px 5px 0px;
    text-align: center;
    margin-top: 28px;
  }
  .simu-bottom-lower > img { width: 55vw;}
  .simu-bottom-lower > div:first-child { width: 55vw;}
  .simu > li { margin-bottom: 2px;}
  .simu-col p {
    margin-top: 6px;
    padding: 0;
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
  }

  /*  radio box & checkbox  */
  .simu-col > label { cursor: pointer;}
  .simu-col input[type="radio"]:checked + label:before,
  .simu-col input[type="radio"]:not(:checked) + label:before,
  .simu-col input[type="checkbox"]:checked + label:before,
  .simu-col input[type="checkbox"]:not(:checked) + label:before
   {
    content: '';
    position: absolute;
    top: -2px;
    left: -6px;
    width: 27vw;
    height: 20vw;
    border: 0px;
    border-radius: 0%;
    background-color: transparent;
  }
  .simu-col input[type="radio"]:checked + label:after,
  .simu-col input[type="radio"]:not(:checked) + label:after,
  .simu-col input[type="checkbox"]:checked + label:after,
  .simu-col input[type="checkbox"]:not(:checked) + label:after
   {
    content: '';
    width: 27vw;
    height: 20vw;
    background-color: transparent;
    position: absolute;
    top: -2px;
    left: -4px;
    border-radius: 0;
    border: 4px solid #fdd945;
    transition: all 0.25s ease-in-out;
  	-webkit-transition: all 0.25s ease-in-out;
  }
  .checkbox-notice-sp {
    padding-top: 12px;
  }
  .checkbox-notice-sp::before {
    content: "複数選択できます";
    position: absolute;
    font-size: 1.2rem;
    font-weight: bold;
    top: -20px;
    width: 100%;
    text-align: center;
    left: 0;
  }

  .simu-bottom-upper { height: auto;}
  .simu-bottom-upper dl > dd::after {
    content: "万円";
    position: absolute;
    font-weight: bold;
    right: -11.5vw;
  }
  .simu-bottom-lower > div::before {
    content: "月々";
    font-weight: bold;
    font-size: 4vw;
    left: 14vw;
    padding-bottom: 1vw;
  }
  .simu-bottom-lower > div::after {
    content: "円";
    font-weight: bold;
    font-size: 4vw;
    right: 19vw;
    padding-bottom: 1vw;
  }
  .simu-bottom-lower::after {
    font-size: 1.1rem;
    width: 100%;
    text-align: center;
    bottom: 2px;
  }
  ._total-form {
    width: 32vw;
  }

  .simu-bottom-link {
    display:block;
  }
  .simu-bottom-link a {
    width:100%;
	margin:0 auto;
  }
  .simu-bottom-link a:first-of-type{
	margin-right: auto;
	margin-bottom: 24px;
  }

  .float > .sp-show {
      display: flex;
  }
  .float > .sp-show > a:first-child{
      width: 50%;
  }
  .float > .sp-show > a:last-child{
      width: 50%;
      margin-top: 0;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::: 404 :::: */
.__404wraper {
  display: block;
}
.__404 {
  text-align: center;
  margin: 60px auto 120px;
}
.__404 p {
  line-height: 1.8;
  margin-top:10px;
}
.__404holder{
  display: flex;
  justify-content: space-between;
  width:620px;
  margin:60px auto 40px;
  font-size: 1.2rem;
}
.__404holder p {
  text-transform: uppercase;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: .12em;
}
.__404holder a {
  color: #211A59;
}
.__404holder a:hover {
  opacity: .5;
  transition: all .3s ease;
}
.__404col{
  width: calc( 640px / 3 - 64px );
  text-align: left;
}
.__404col hr {
  border-top: 1px solid #BFBFD1;
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  .__404wraper {
    margin-top: 76px;
  }	
  .__404 a {
    box-sizing: border-box;
    display: block;
  }
  .__404 img{width:65%;}
  .__404holder{
    width: 100%;
    display: block;
  }
  .__404col {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {	
/* 固定リンク */
  .float {
    position: absolute;
    top: 381px;
    right: auto;
    left: 0;
    width: 100%;
  }
  .float a {
    width: 100%;
    display: block;
  }
  .float a img:last-child {
    display: block;
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .float:hover {
    transform: translateX(0px);
  }	
/*SP固定リンク*/
  .sp-fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
 /* opacity: 0;
  transition: opacity .2s ease, visibility .2s ease .2s;*/
}
  .sp-fixed-footer > a {
  display: flex;
  height: 60px;
  flex: auto;
  justify-content: center;
  align-items: flex-end;
  box-sizing: border-box;
  padding-bottom: 9px;
  background-color: #211a59;
  width:25%;
}
  .sp-fixed-footer > a > * {
  transition: transform .3s ease;
}
/*  .sp-fixed-footer > a:nth-child(1) {
  background-color: #3e3a39;
}
  .sp-fixed-footer > a:nth-child(2) {
  background-color: #e4c267;
}
  .sp-fixed-footer > a:nth-child(3) {
  background-color: #211a59;
}*/	
}


/* ::::表示:::: */
.pc { display: block;}
.sp { display: none;}
.pcview { display: block; }
.spview { display: none; }
/* sp表示 */
.sp-none { visibility: visible;}
.sp-show { display: none;}
.sp-flex { display: none;}

@media (max-width: 767px) {
  .pc { display: none;}
  .sp { display: block;}
  .pcview { display: none; }
  .spview { display: block; }
  /* sp表示 */
  .sp-none { display: none; }
  .sp-show { display: block; }
  .sp-flex { display: flex; }
}


/* ::::ビデオ:::: */
.tVWrapper {
  position: relative;
 height: calc(100vh - 210px - 10px);
  min-height:550px;*/
 /*  min-height: 88vh;
  height: 550px;*/
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-color: #211A59;
}

.tVideo {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  min-width: 100%;
  min-width: 100vw;
  min-height: 100%;
  transform: scale(1.1);
}

.video_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.firstDesc {
  background: #fed650;
  padding: 20px 0 15px 68px;
  display: block;
  transition: background .3s ease;
}
.firstDesc:hover {
  background: #ecc93d;
}
.firstDesc > div {
  display: flex;
  align-items: center;
}

.bus_illust { margin-right: 26px;}
.bus_illust + .bus_illust + div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.bus_illust + .bus_illust + div img:first-child {
  margin: 0 0 10px -8px;
}

.btnTelSp {
  background: white;
  width: 100%;
}

/* .tVideo[poster]:not(source) {
  margin-left: -224px;
} */

@media only screen and (max-width:768px) {
  .tVWrapper {
    padding-top: 76px;
    box-sizing: border-box;
    position: relative;
    /*min-height: 540px;*/
    height: auto;
  }

  .tVideo {
    position: absolute;
    top: 75px;
    transform: scale(2.3);
    transform-origin: top;
    width: 100%;
    width: 100vw;
    min-height: auto;
    min-width: auto;
  }	
	
  .video_inner {
    top: 60%;
	width:86%;
  }
  .video_inner > a{width:65%;text-align: center;}
	
  .firstDesc {
    padding: 5px 0 14px;
  }
  .firstDesc > div {
    display: flex;
    flex-direction: column;
  }
	
  .btnTelSp {
    padding: 6px 0;
  }
  .btnTelSp img {
    transform: scale(.8);
    display: block;
    margin: 0 auto;
  }

  .bus_illust {
    margin: 0;
  }
  .bus_illust + .bus_illust {
    transform: scale(.8);
  }

  /*.slider-description {
    transform: scale(.9);
  }*/
}

/* for iphone 5 and lower */
@media screen and (device-aspect-ratio: 40/71) {
  .tVideo {
    transform: scale(2.25);
  }
  .tVWrapper {
    min-height: 470px;
  }
}
/* for iphone 6/7/8 */
@media screen and (device-aspect-ratio: 375/667) {
  .tVWrapper {
    min-height: 570px;
  }
  .tVideo {
    transform: scale(2.35);
  }
}
/* for iphone plus X */
@media only screen and (min-device-width : 375px) and (max-device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
  .tVideo {
    transform: scale(2.68);
  }
  .tVWrapper {
    min-height: 640px;
  }
}
/* for surface */
@media screen and (max-width: 1024px) {
  @-ms-viewport {
    width: 1024px;
  }
}

.topbar{
	background: #e4e1cd;
	
}
@media screen and (max-width: 1200px){
	.topbar{
		width: 1200px;
	}	
}
@media (max-width: 767px){
	.topbar{
		width:inherit;
	}	
	
}

/* ::::News bar:::: */
.newsBar {
  background: #cec5a9;
  position: relative;
  height: 52px;
  overflow: hidden;
}
.newsBar_wrapper {
  height: 100%;
  position: absolute;
  width: calc(100% - 68px);
  top: 50%;
  transform: translateY(-50%);
  left: 68px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.newsBar_tag {
  padding: 7px 12px;
  background: #a13420;
  margin-right: 14px;
  max-width: 65px;
}
.newsBar_tag > div {
  background-image: url("/img/newsBar_tag.svg");
  background-position: center;
  background-size: cover;
  width: 40px;
  height: 9px;
}
.newsBar_item {
  overflow: hidden;
  width: 950px;
  height: 100%;
  position: relative;
}
.newsBar_item[data-active='0'] {
  visibility: hidden;
}
.newsBar_item a {
  min-width: 950px;
  padding-right: 40px;
  color: #231815;
  font-size: 1.35rem;
  letter-spacing: .05em;
  line-height: 1;
  margin: 18px 0;
  cursor: pointer;
  white-space: nowrap;
}
.newsBar_item_underline {
  display: inline-block;
  border-bottom: 1px solid #231815;
}

@media only screen and (max-width:767.9px) {
  .newsBar {
    height: 54px;
  }
  .newsBar_wrapper {
    left: 4vw;
    width: calc(100% - 8vw - 7px);
    overflow: hidden;
  }
  .newsBar_item,
  .newsBar_item a {
    min-width: calc(100vw - 64px - 14px - 9vw + 50px);
  }
  .newsBar_item a {
    font-size: 1.2rem;
    margin-right: 50px;
    display: inline-block;
  }
  .newsBar_item a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  /* .endFilter {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12vw;
    height: 100%;
    background: -moz-linear-gradient(right, #fed650, #fed650cf 45%, transparent);
    background: -webkit-linear-gradient(left, #fed650, #fed650cf 45%, transparent);
    background: linear-gradient(to left, #fed650, #fed650cf 45%, transparent);
  } */
}




