@charset "UTF-8";
/*
// common.scss
$commoncolor: hsla(0,0,0,1);
$commonbgcolor: hsla(0,0,100,1);
$commonlinkcolor: hsla(0,0,40,1);
$commonhovercolor: #b3c4de;
*/
/*
// テーマカラー：必要な場所は全てこの変数を使用
$maincolor: #FF9400; // orange : link color

// アクセントカラー：協調させる箇所に適用
$accentcolor: #E60012; // orange

// ベースカラー：見出しの背景など ※複数あり
$basecolor: #FFBC00; // orange
*/
/*
//@include mixin-bg-stripe($bg:#000000,$color:#1a1a1a);
@mixin mixin-bg-stripe($bg:#000000,$color:#1a1a1a){
-webkit-background-size: 18px 18px;
-moz-background-size: 18px 18px;
background-size: 18px 18px;
background-color: $bg;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, $color), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, $color),
            color-stop(.75, $color), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
}
*/
/* =================================================
   Global layout
================================================= */
/* -----------------------------------------------
    common
----------------------------------------------- */
html {
  min-width: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

#container {
  font-size: 1.4rem;
  text-align: left;
  width: 100%;
}

#container img {
  display: block;
  width: 100%;
  height: auto;
}

#container .pc {
  display: none !important;
}

/* -------------------------------------
   header
------------------------------------- */
#header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#header .inner {
  width: 30%;
  margin: 0;
}

#header .inner h1 {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
}

#header .inner h1 a,
#header .inner h1 a:link {
  display: block;
  width: 100%;
}

/* -------------------------------
    nav
*/
#header #menu {
  width: 56.25%;
  background: #e6e6e6;
  position: relative;
}

#header #menu .nav.lp ul {
  list-style: none;
  padding: 0;
}

#header #menu .nav.lp ul li {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.25rem 0;
  box-sizing: border-box;
  position: absolute;
}

#header #menu .nav.lp ul li a,
#header #menu .nav.lp ul li a:link {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: white;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  width: 94.11765%;
  height: 100%;
  padding: 0.1em 0 0 3.5em;
  background: #4b4b4b url(../images/common/icon_mail.png) left 1em center no-repeat;
  background-size: 9.375% auto;
  box-sizing: border-box;
}

/* -------------------------------------
   article
------------------------------------- */
#article {
  padding: 0;
}

/* -------------------------------------
   main
------------------------------------- */
#container .map iframe {
  width: 100% !important;
  height: 100% !important;
}

#container .aside {
  /* -------------------------------------
           shoplist
        ------------------------------------- */
}

#container .aside.shoplist {
  padding: 1.5rem 0;
  background: #F2F2F2;
  position: relative;
  overflow: hidden;
}

#container .aside.shoplist .inner h3 {
  font-size: 1.6rem;
  border-left: 3px solid #ec3333;
  width: 96.875%;
  padding: 0 0 0 0.5em;
  margin: 0 auto;
  box-sizing: border-box;
}

#container .aside.shoplist .inner .content.content_1 {
  width: 84.375%;
  padding: 0;
  margin: 1.5rem auto 0;
}

#container .aside.shoplist .inner .content.content_1 .item {
  line-height: 1.25;
  width: 100%;
  margin: 0 auto  1.5rem;
  /*
                        .h6.h6_2{

                            margin: 0.5em 0 0 0;
                            
                            span{
                                
                                display: block;
                                line-height: 1.25;
                                
                                &.txt{
                                    // proportional font
                                    font-feature-settings : "pkna";
                                    
                                    letter-spacing: 0.025em;
                                    font-size: 1.0rem;
                                }
                            }
                        }
                        */
}

#container .aside.shoplist .inner .content.content_1 .item a,
#container .aside.shoplist .inner .content.content_1 .item a:link {
  display: block;
  width: 100%;
}

#container .aside.shoplist .inner .content.content_1 .item .figure {
  width: 100%;
  margin: 0 auto;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

#container .aside.shoplist .inner .content.content_1 .item .figure img {
  display: block;
  width: 100%;
  height: auto;
}

#container .aside.shoplist .inner .content.content_1 .item .h4.h4_2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.0rem 0 0 0;
  position: relative;
}

#container .aside.shoplist .inner .content.content_1 .item .h4.h4_2 span {
  display: block;
  line-height: 1;
  font-weight: bold;
}

#container .aside.shoplist .inner .content.content_1 .item .h4.h4_2 span.txt {
  font-feature-settings: "pkna";
  letter-spacing: 0.175em;
  font-size: 1.2rem;
  width: 46.875%;
}

#container .aside.shoplist .inner .content.content_1 .item .h4.h4_2 span.txt_2 {
  display: inline-block;
  font-size: 1.0rem;
}

#container .aside.shoplist .inner .content.content_1 .item .h4.h4_2 span.txt_2 a,
#container .aside.shoplist .inner .content.content_1 .item .h4.h4_2 span.txt_2 a:link {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0.3rem 1.0rem 0.2rem;
  background: #ec3333;
  box-sizing: border-box;
}

#container .aside.shoplist .inner .content.content_1 .item .h5.h5_2 {
  margin: 1.0rem 0 0 0;
}

#container .aside.shoplist .inner .content.content_1 .item .h5.h5_2 span {
  display: block;
  line-height: 1.25;
}

#container .aside.shoplist .inner .content.content_1 .item .h5.h5_2 span.txt {
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  font-size: 1.0rem;
}

#container .aside.shoplist .inner .content.content_1 .item .br_tel {
  margin: 0.5rem auto 0;
}

#container .aside.shoplist .inner .content.content_1 .item .tel {
  display: block;
  width: 100%;
  margin: 0.5rem auto 0;
}

#container .aside.shoplist .inner .content.content_1 .item .tel span {
  color: #ec3333;
  line-height: 1;
}

#container .aside.shoplist .inner .content.content_1 .item .tel span.txt_1 {
  display: flex;
  align-items: baseline;
  font-size: 1.0rem;
}

#container .aside.shoplist .inner .content.content_1 .item .tel span.txt_1 strong {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1.4rem;
  padding: 0 0.5rem;
  font-weight: bold;
}

#container .aside.shoplist .inner .content.content_1 .item .tel span.txt_1 strong span {
  display: inline-block;
}

#container .aside.shoplist .inner .content.content_1 .item .tel span.txt_1 strong a,
#container .aside.shoplist .inner .content.content_1 .item .tel span.txt_1 strong a:link {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  color: #ec3333;
  text-decoration: none;
}

#container.page {
  /* -------------------------------------
           layout
        ------------------------------------- */
  /* -------------------------------------
           404
        ------------------------------------- */
}

#container.page #error404 {
  padding: 4em 0 3em 0;
}

#container.page #error404 .inner {
  width: 93.75%;
  margin: 0 auto;
}

#container.page #error404 .inner h3 {
  color: #8A7854;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  padding: 1em 0 1em 0;
}

#container.page #error404 .inner p {
  padding: 1em 0 1em 0;
}

/* -------------------------------------
footer
------------------------------------- */
#footer {
  width: 100%;
  margin: 5rem 0 0;
}

#footer #pagetop {
  width: 100%;
  padding: 0;
}

#footer #pagetop .inner {
  width: 10.9375%;
  margin: 0 auto;
  position: relative;
}

#footer #pagetop .inner a,
#footer #pagetop .inner a:link {
  display: block;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: -3.0em;
}

#footer #pagetop .inner a img,
#footer #pagetop .inner a:link img {
  display: block;
  width: 100%;
  height: auto;
}

#footer .footer-link {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000;
}

#footer .footer-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .footer-link ul li {
  list-style: none;
  width: 50%;
}

#footer .footer-link ul li:nth-child(n + 2) {
  border-left: 1px solid #FFF;
}

#footer .footer-link ul li a {
  padding: 1.1em 0 1.1em 27px;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  background: #000;
  border-top: 1px solid #FFF;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
#footer .footer-link ul li a .small {
  font-size: 1.0rem;
  display: block;
}
#footer .footer-link ul li a.mail {
  background: #000;
}
#footer .footer-link ul li a.tel::before {
  content: "";
  background: url("../images/common/footer/f-icon-tel.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% - 45%);
  top: calc(50% - 22%);
  width: 25px;
  height: 25px;
}
#footer .footer-link ul li a.mail::before {
  content: "";
  background: url("../images/common/footer/f-icon-mail.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% - 45%);
  top: calc(50% - 19%);
  width: 20px;
  height: 20px;
}

#footer .footer-link ul li a:hover {
  transition: 0.3s;
}

#footer .aside.aside_1 {
  width: 100%;
  padding: 0;
}

#footer .aside.aside_1 .inner {
  color: white;
  padding: 0;
  padding-bottom: 5em;
  background: black;
}

#footer .aside.aside_1 .inner small {
  display: block;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  text-align: center;
  font-family: Helvetica,Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  width: 93.75%;
  padding: 0.8em 0 0.8em 0;
  margin: 0 auto;
}

/* バーチャル見学会 */
#footer .vr-banner {
  position: fixed;
  bottom: 80px;
  right: -217px;
	line-height: 1.4;
	cursor: pointer;
	transition: 0.4s;
  z-index: 10000;
}
#footer .vr-banner.show {
	right: 0;
}
#footer .vr-banner .vr-icon {
	position: absolute;
	top: 50%;
	height: 0;
	width: 60px;
	height: 37px;
	margin-top: -13px;
	background: url("../images/common/footer/f-icon-vr.png") center 0 no-repeat;
	background-size: auto 100%;
	text-indent: -9999px;
}
#footer .vr-banner .vr-inner {
	position: relative;
	display: block;
	margin: 2px 0 0 75px;
	padding: 8px 15px;
	background: #252525;
	color: #FFF;
	font-size: 14px;
	border-radius: 6px 0 0 6px;
}
#footer .vr-banner .vr-inner:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -10px;
	width: 0;
	height: 0;
	margin-top: -7px;
	border-style: solid;
	border-width: 7px 10px 7px 0;
	border-color: transparent #252525 transparent transparent;
}

/*
@mixin webfont( $weightF : 100 , $lineH : 1 ){
font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN","游ゴシック","游ゴシック体",YuGothic,"Yu Gothic","メイリオ", Meiryo, sans-serif;
font-weight: $weightF;
line-height: $lineH;
}
*/
@media screen and (min-device-width: 767px) {
  /* =================================================
   Global layout
================================================= */
  /* -----------------------------------------------
    common
----------------------------------------------- */
  html {
    min-width: 960px;
  }
  #container .sp {
    display: none !important;
  }
  #container .pc {
    display: block !important;
  }
  #container .ahover {
    transition: 0.3s;
  }
  #container .ahover:hover {
    opacity: 0.6;
  }
  #container a.transhover img,
  #container a.transhover:link img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
  }
  #container a.transhover:hover img {
    -moz-transform: scale(1.1, 1.1) translateY(-50%);
    -webkit-transform: scale(1.1, 1.1) translateY(-50%);
    -o-transform: scale(1.1, 1.1) translateY(-50%);
    -ms-transform: scale(1.1, 1.1) translateY(-50%);
    transform: scale(1.1, 1.1) translateY(-50%);
    opacity: 0.6;
  }
  /* -------------------------------------
   header
------------------------------------- */
  #header {
    display: block;
    width: 100%;
    background-color: #fff;
  }
  #header .inner {
    width: 960px;
    height: 84px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  #header .inner h1 a#title {
    width: 245px;
    padding: 0;
  }
  /* -------------------------------
    nav
*/
  #header #menu {
    width: 960px;
    margin: 0 auto;
    z-index: 9999;
  }
  #header #menu .nav.lp {
    width: 350px;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: -84px;
    right: 0;
  }
  #header #menu .nav.lp ul {
    width: 100%;
  }
  #header #menu .nav.lp ul li {
    align-items: center;
    height: 84px;
    background: #e6e6e6;
    position: relative;
  }
  #header #menu .nav.lp ul li a,
  #header #menu .nav.lp ul li a:link {
    font-size: 1.8rem;
    font-weight: 400;
    height: 64px;
    padding: 0 0 0 70px;
    background-position: 25px center;
  }
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    width: 100%;
    padding: 0.5em 0 40px 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  /* -------------------------------------
   contents
------------------------------------- */
  #container .aside {
    /* -------------------------------------
           shoplist
        ------------------------------------- */
  }
  #container .aside.shoplist {
    padding: 10px 0;
    margin: 0;
  }
  #container .aside.shoplist .inner {
    width: 960px;
    margin: 0 auto;
  }
  #container .aside.shoplist .inner h3 {
    font-size: 25px;
    font-size: 2.5rem;
    border-left: 3px solid #ec3333;
    width: 100%;
    padding: 0 0 0 0.5em;
    margin: 0 auto 10px auto;
    box-sizing: border-box;
  }
  #container .aside.shoplist .inner .content.content_1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0 0;
  }
  #container .aside.shoplist .inner .content.content_1 .item {
    width: 220px;
    margin: 0;
    position: static;
    /*
                        .h6.h6_2{

                            span{
                                
                                &.txt{
                                    
                                }
                            }
                        }
                        */
  }
  #container .aside.shoplist .inner .content.content_1 .item .ut {
    height: 150px !important;
  }
  #container .aside.shoplist .inner .content.content_1 .item .h4.h4_2 {
    margin: 14px 0 0 0;
  }
  #container .aside.shoplist .inner .content.content_1 .item .h4.h4_2 span.txt {
    font-size: 1.4rem;
    width: 165px;
  }
  #container .aside.shoplist .inner .content.content_1 .item .h4.h4_2 span.txt_2 {
    font-size: 1.0rem;
  }
  #container .aside.shoplist .inner .content.content_1 .item .h5.h5_2 span.txt {
    font-size: 1.0rem;
  }
  #container .aside.shoplist .inner .content.content_1 .item .br_tel {
    margin: 0.5rem auto 0;
  }
  #container .aside.shoplist .inner .content.content_1 .item .tel {
    margin: 1.7rem auto 0;
  }
  #container .aside.shoplist .inner .content.content_1 .item .tel span.txt_1 strong {
    font-size: 1.8rem;
  }
  #container.page {
    /* -------------------------------------
           404
        ------------------------------------- */
  }
  #container.page #article {
    padding: 0 0 40px 0;
  }
  #container.page #error404 .inner {
    width: 960px;
  }
  #container.page #error404 .inner h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* -------------------------------------
footer
------------------------------------- */
  #footer {
    padding: 40px 0 0;
  }
  #footer #pagetop {
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 200px;
  }
  #footer #pagetop .inner {
    width: 960px;
  }
  #footer #pagetop .inner a,
  #footer #pagetop .inner a:link {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    width: 75px;
    height: 62px;
    padding: 12px 0 0 0;
    margin: 0 0 0 0;
    background: #a6a6a6;
    border-radius: 4px;
    box-sizing: border-box;
    right: -98px;
    bottom: 0;
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1);
  }
  #footer #pagetop .inner a:before {
    content: "";
    display: block;
    line-height: 1;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 3px;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: rotate(-45deg) translateX(-50%);
  }
  #footer .footer-link {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000;
  }
  #footer .footer-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .footer-link ul li {
    list-style: none;
    width: 50%;
  }
  #footer .footer-link ul li:nth-child(n + 2) {
    border-left: 1px solid #FFF;
  }
  #footer .footer-link ul li a {
    padding: 0.7em 0 0.7em 45px;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
    display: block;
    background: #000;
    border-top: 1px solid #FFF;
    box-sizing: border-box;
    width: 100%;
    position: relative;
  }
  #footer .footer-link ul li a .small {
    font-size: 1.1rem;
    display: block;
  }
  #footer .footer-link ul li a.mail {
    background: #000;
  }
  #footer .footer-link ul li a.tel::before {
    content: "";
    background: url("../images/common/footer/f-icon-tel.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(50% - 20%);
    top: calc(50% - 30%);
    width: 35px;
    height: 35px;
  }
  #footer .footer-link ul li a.mail::before {
    content: "";
    background: url("../images/common/footer/f-icon-mail.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(50% - 22%);
    top: calc(50% - 30%);
    width: 35px;
    height: 35px;
  }
  #footer .footer-link ul li a:hover {
		background: #252525;
    transition: 0.3s;
  }
  #footer .footer-link ul li a.tel:hover {
    transition: none;
    cursor: default;
  }
  #footer .aside.aside_1 .inner {
    padding-bottom: 6em;
  }
  #footer .aside.aside_1 .inner small {
    font-size: 1.2rem;
    width: 960px;
    padding: 20px 0 20px;
  }
	/* バーチャル見学会 */
	#footer .vr-banner {
		bottom: 80px;
		right: -255px;
		cursor: inherit;
	}
	#footer .vr-banner:hover {
		right: 0;
		opacity: 1;
	}
	#footer .vr-banner .vr-icon {
		width: 84px;
		height: 53px;
		margin-top: -20px;
	}
	#footer .vr-banner .vr-inner {
		margin-left: 100px;
		padding: 10px 20px;
		font-size: 16px;
	}
}