@charset "utf-8";
/* CSS Document */

@media all and (min-width: 960px){
	.sp {
		display:none !important;
	}
	a[href^="tel:"] {
    pointer-events: none;
	}
/* base style------------------------------ */
	.flex_cl {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  flex-wrap: wrap;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	}
	.flex_cl.cl_2 > section, .flex_cl.cl_2 > li {
	  width: 48%;
	}
	.flex_cl.cl_3 > section, .flex_cl.cl_3 > li {
	  width: 30%;
	}
	.flex_cl.cl_4 > section, .flex_cl.cl_4 > li {
	  width: 23%;
	}
	.flex_cl .od1 {
	  order: 1;
	}
	.flex_cl .od2 {
	  order: 2;
	}
	.flo {
	  overflow: hidden;
	}
	.flo_r {
	  float: right;
	}
	.flo_l {
	  float: left;
	}
	.t_cen {
	  text-align: center;
	}
	.t_le {
	  text-align: left;
	}
	.t_ri {
	  text-align: right;
	}
	.center {
		display:block !important;
	  margin-left: auto;
	  margin-right: auto;
	}
	/* strong {
		font-size:120%;
	} */
	.f110 {
		font-size: 110%;
	}
	.f120 {
		font-size: 120%;
	}
	.f130 {
		font-size: 130%;
	}
	.w200 {max-width: 200px;}
	.w300 {max-width: 300px;}
	.w400 {max-width: 400px;}
	.w500 {max-width: 500px;}
	.w600 {max-width: 600px;}
	.w700 {max-width: 700px;}
	.w800 {max-width: 800px;}
	.w900 {max-width: 900px;}
	.w1000 {max-width: 1000px;}
	.w1100 {max-width: 1100px;}
	.w200, .w300, .w400, .w500, .w600, .w700, .w800, .w900, .w1000, .w1100 {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	/* orijinal style------------------------------ */
	.-parallel-bottom .l-header__inner {
		padding: 0;
		max-width: 1400px;
	}

	header h1 {
		position: absolute;
		top: 0;
		color: #fff;
		font-size: 1px;
	}
	header #logo {
		width: 104px;
    position: absolute;
    top: 34px;
    left: 56px;
	}
	header .l-container {
		position: fixed;
		width: 230px;
		height: 100vh;
		left: 0;
		top: 0;
		z-index: 0;
		padding: 0;
		overflow: hidden;
		z-index: 100;
	}
	.l-header__bar {
		display: none;
	}
	.-parallel-bottom .l-header__logo {
		padding: 0;
	}
	header .l-header__logo {
		margin-right: 0 !important;
	}
	header #nav_bottom {
		position: fixed;
		z-index: 100;
		bottom: 0;
		width: 230px;
    padding: 30px 30px 15px;
	}
	header #nav_bottom #insta {
		margin-left: 50px;
	}
	header #nav_bottom #insta li {
		display: inline-block;
		margin: 0 0.5em 0 0;
	}
	header #nav_bottom #insta li .icon-instagram {
	}
	header #nav_bottom #insta li .icon-instagram:hover::before {
		color: #ccc;
	}
	header #nav_bottom #insta li .icon-instagram::before {
		color: #000;
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;
		-ms-transition: .3s ease-out;
		transition: .3s ease-out;
	}
	header #nav_bottom #insta li:last-child .icon-instagram::before {
		color: #ccc;
	}
	header #nav_bottom #insta li:last-child .icon-instagram:hover::before {
		color: #000;
	}
	header #nav_bottom #copyright {
		font-size: 0.7rem;
        margin: 0.6em 0 0 -10px;
        text-align: center;
	}

	h1.c-headLogo {
		/* float: left;
    margin: 0 0 0 20px; */
	}
	.c-catchphrase {
		float: left;
		margin: -3px 0 0 -100px !important;
    width: calc(100% - 490px);
    height: 52px;
    display: flex;
    text-align: left;
    align-items: center;
    line-height: 1.3 !important;
	}
	.c-gnav > li.menu-item:hover > a::after, .c-gnav > .-current > a::after {
		height: 3px;
	}
	.l-header {
		z-index: 1000;
		background: none;
		position: fixed;
	}
	.l-fixHeader .l-fixHeader__gnav {
    width: calc(100% - 180px);
	}

	.full {
		position: relative;
		left: calc(50% - 50vw);
		width: 100vw;
		max-width: 100vw !important;
	}

	#gnav {
		width: 100%;
		display: flex;
		align-items: center;
	}
	#gnav > div {
		align-items: center;
		display: flex;
	}
	#gnav .c-gnav {
		flex-wrap: wrap;
        margin-left: 15px;
        height: 35%;
		/* max-height: 200px; */
	}
	#gnav .menu-item {
		width: 100%;
		height: auto;
		text-align: left;
		font-size: 13px;
		font-weight: bold;
	}
	#gnav .menu-item a {
		padding: 1.5em 28px 0.5em;
		display: inline-block;
		position: relative;
		height: auto;
		color: #000;
		opacity: 1;
	}
	#gnav .menu-item a::after {
		position: absolute;
		bottom: 1px;
		left: 28px;
		content: '';
		width: calc(100% - 56px);
		height: 1px;
		overflow: hidden;
		background: #000;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform .3s;
  }
	#gnav .menu-item a span {
		font-size: 0.9rem;
		font-weight: 500;
	}
	#gnav .menu-item a:hover span {
		color: #000;
	}
  #gnav .menu-item a:hover::after, #gnav .menu-item.-current a.current::after {
  	transform-origin: left top;
  	transform: scale(1, 1);
  }
	header nav.scroll li {
		/*padding: 12px 0;*/
	}
	header nav.scroll a span {
		display:none;
	}

	#fix_header .l-fixHeader__inner {
		padding: 0;
	}
	#fix_header .c-gnav>li>a {
		padding: 0 5px;
	}
	#fix_header .c-gnav>li>a .ttl {
    font-size: 0.8rem;
	}
	[data-scrolled=true] #contact_nav li a {
		height: 64px;
		font-size: 0.8rem;
		width: 140px;
	}
	[data-scrolled=true] #contact_nav li a#nav_trial {
    right: 140px;
	}
	#fix_btn {
		position: fixed;
    z-index: 9000;
    top: 0;
    right: 40px;
	}
	#fix_btn li {
		width: 48%;
	}
	#fix_btn li a {
    color: #fff;
    font-size: 1.1rem;
    display: block;
		min-width: 9.5em;
    text-align: center;
    padding: 10px 15px 12px;
		height: 50px;
		border-radius:0px 0px 10px 10px;
		background: #1879d2;
	}
	#fix_btn li a:hover {
		background: #386de2;
	}
	.-txt .c-headLogo__link {
		font-size: 3rem !important;
	}
	#f_bnr #pickup_banner, #f_bnr {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#pagetop {
		display: none;
	}
	footer {
		display: none;
	}
	footer .l-footer__foot {
		padding-bottom: 0;
		padding: 2em 0;
	}
	footer p {
		font-size: 0.9rem;
	}
	footer .innner {
		max-width: 1200px;
		margin: auto;
	}
	footer h2 {
		font-weight: normal;
		color: #32aad4;
	}
	footer .l-container {
		overflow: hidden;
		font-weight: 300;
		line-height: 1.3;
		padding-right: 4vw;
		padding-left: 4vw;
	}
	footer .l-container #info {
		float: left;
	}
	footer .l-container #info #f_logo {
		width: 210px;
		margin: 1.5em 0 2em;
	}
	footer .l-container #info address {
		font-style: normal;
		margin: 1em 0;
	}
	footer .l-footer__nav {
		float: right;
		width: 40%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	footer .l-footer__nav li {
		width: 48%;
		margin-bottom: 0.5em;
	}
	footer .l-footer__nav li a {
		border: 0;
		position: relative;
		display: inline-block;
		padding: 0 0 0 16px;
		vertical-align: middle;
		text-decoration: none;
		font-size: 15px;
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;
		-ms-transition: .3s ease-out;
		transition: .3s ease-out;
	}
	footer .l-footer__nav li a:hover {
		text-decoration: underline;
	}
	footer .l-footer__nav li a br {
		display: none;
	}
	footer .l-footer__nav li:first-child a {
		border: none;
	}
	footer .l-footer__nav li a::before,
	footer .l-footer__nav li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	}
	footer .l-footer__nav li a::before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
	}
	footer .l-footer__nav li a::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #32aad4;
    border-right: 1px solid #32aad4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	footer h3 {
		font-size: 1.2rem;
		color: #32aad4;
		border-bottom: solid 2px #ffd608;
	}
	footer dl dt {
		font-weight: bold;
		font-size: 1.05rem;
		margin: 0.5em 0 0;
	}
	.l-footer {
		padding: 30px 0 30px 160px;
		padding-left: 160px;
		font-size: .8rem;
		font-weight: normal;
		letter-spacing: .15em;
	}
	.w-footer__box:first-child {
		flex: 0.8;
	}
	.w-footer__box:first-child .textwidget p:first-child {
		margin-bottom: 2em;
		line-height: 2;
	}
	.w-footer__box:first-child .textwidget p:nth-child(2) {
		margin-bottom: 5em;
	}
	.w-footer__box:first-child .textwidget p:last-child {
		font-size: .8rem;
	}
	#menu-footernav {
		display: flex;
		flex-wrap: wrap;
	}
	#menu-footernav li {
		padding-bottom: .7em;
		width: 35%;
	}
	#menu-footernav li a {
		border-bottom: none;
}
	#menu-footernav li a::before {
		content: none;
	}
	.l-footer .copyright {
		clear: both;
		padding-top: 2em;
		color: #888;
		/* background: #32aad4;
    color: #fff;
    padding: 10px 0;
    margin-top: 3em;
		position: relative;
		left: calc(50% - 50vw);
		width: 100vw;
		max-width: 100vw; */
	}

	.btn {
		padding: 15px 0;
    width: 300px;
    color: #6b0000;
    border: solid 1px #6b0000;
    display: block;
    text-align: center;
    font-weight: bold;
    letter-spacing: .2em;
	}
	.btn:hover {
		color: #fff;
		background: #6b0000;
	}

}
@media all and (min-width: 768px) and (max-width: 1260px) {
	header #copy {
		display: none !important;
	}
}

.mT0{margin-top: 0 !important;}
.mTe1{margin-top: 1em !important;}
.mTe2{margin-top: 2em !important;}
.mTe3{margin-top: 3em !important;}
.mTe4{margin-top: 4em !important;}
.mB0{margin-bottom: 0 !important;}
.mBe1{margin-bottom: 1em !important;}
.mBe2{margin-bottom: 2em !important;}
.mBe3{margin-bottom: 3em !important;}
.mBe4{margin-bottom: 4em !important;}
.mR0{margin-right: 0 !important;}
.mRe1{margin-right: 1em !important;}
.mRe2{margin-right: 2em !important;}
.mRe3{margin-right: 3em !important;}
.mRe4{margin-right: 4em !important;}
.mL0{margin-left: 0 !important;}
.mLe1{margin-left: 1em !important;}
.mLe2{margin-left: 2em !important;}
.mLe3{margin-left: 3em !important;}
.mLe4{margin-left: 4em !important;}
