@charset "UTF-8";
html{
  scroll-behavior: smooth;
}
body {
	color: rgba(50,50,50,1.00);
	font: 18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:hover {
opacity: 0.5;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all  0.5s ease;
}
hr {
	margin: 50px auto;
}

h1{
	padding: 0;
	margin: 0;
}
header {
	background-color: rgba(255,255,255,0.70);
	padding: 10px 0px;
	width: 100%;
	position: relative;
	z-index: 100;
}
header:hover {
	background-color: rgba(255,255,255,0.90);
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all  1s ease;
}
nav ul {
	list-style: none;
	width: 100%;
	vertical-align: middle;
	margin: 0;
	padding: 40px 0 0;
	height: 100%;
	font-size: 0;
	text-align: right;
}
nav ul li:first-child {
	margin-left: 0px;
}
nav ul li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	margin-left: 60px;
	line-height: 40px;
}
.design nav ul #nav01:after,
.shop nav ul #nav02:after,
.recruit nav ul #nav03:after,
.company nav ul #nav04:after,
.contact nav ul #nav05:after
{
	content: "";
	display: block;
	width: auto;
	height: 5px;
	border-radius: 10px;
	background-color: rgba(180,180,210,1.00);
	margin: 0px -5px;
}
nav ul li a {
	color: rgba(50,50,50,1.00);
	vertical-align: middle;
	font-weight: bold;
	display: block;
}
#MV {
	width: 100%;
	height: 100vh;
	position: relative;
	margin-bottom: 50px;
	z-index: 10;
}
#MV #mv-message{
	display: table;
	width: 100%;
	height: 80%;
}
#MV p {
	font: 6em/1.5em 'M PLUS 1p', sans-serif;
	text-align: center!important;
	color: rgba(255,255,255,1.00);
	height: 100%;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.70);
	vertical-align: middle;
	display: table-cell;
}
#mv-scroll {
	display: block;
	position: absolute;
	bottom: 80px;
	left: 50%;
	width: 60px;
	margin-left: -30px;
}

main {
	padding: 0px 0px 100px;
	border-right-style: none;
	border-left-style: none;
}
.h2-patria {
	margin: 20px auto;
	width: 300px;
}
.h2-patria+p {
	font-size: 21px;
	line-height: 30px;
	color: rgba(88,88,88,1.00);
	background-image: url(../images/logo_mark.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.h2-patria+p strong {
	font-size: 24px;
}
h2 {
	padding: 0;
	margin: 100px 0px 20px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: rgba(100,100,100,1.00);
	letter-spacing: 0.2em;
}
h3 {
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	border-radius: 30px;
	padding: 10px;
	border: 3px double rgba(180,180,210,1.00);
	background-color: rgba(50,50,50,1.00);
	margin: 0px -15px 15px;
}

#top3 .row .col-md-4 {
	height: 360px;
	overflow: hidden;
	position: relative;
	padding: 0;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#top3 .row .col-md-4:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-position: center top;
}
#top3 .row .col-md-4:hover:after {
    opacity: 1;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#top3-01:after {
	background-image: url(../images/member_takimoto.jpg);
}
#top3-02:after {
	background-image: url(../images/member_tomiyasu.jpg);
}
#top3-03:after {
	background-image: url("../images/member_fukae.jpg");
}


#top3 .row div span  {
	display: block;
	position: absolute;
	z-index: 999;
	background-color: rgba(255,255,255,0.70);
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	bottom: 0px;
}
#top3 .row div p {
	margin-bottom: 0px;
}
#top3 .row .name {
	font-size: 23px;
}
#top3 .row .name small {
	margin-left: 10px;
	color: rgba(59,51,110,1.00);
}
#top3 .row .profile {
	font-weight: normal;
	font-size: 16px;
}
.btn {
	text-align: center;
	background-color: rgba(180,180,210,1.00);
	color: rgba(255,255,255,1.00);
	border-radius: 50px;
	font-weight: bold;
	margin: 20px auto;
	display: inline-block;
	padding: 5px 30px;
	font-size: 25px;
}

#tenpo .row div {
	padding: 0;
}

#tenpo .row a {
	display: block;
	background-color: rgba(255,255,255,0.60);
	height: 100%;
	width: 100%;
	text-align: center;
}
#tenpo a img {
	height: auto;
	margin: 12% auto;
	width: 50%;
}
#tenpla {
	background-image: url(../images/tenpo_tenpla.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#sakaba {
	background-image: url(../images/tenpo_sakaba.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
footer {
	background-image: url(url);
	background-color: rgba(50,50,50,1.00);
	padding: 10px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	margin-top: 100px;
}
#company_profile {
	margin-bottom: 100px;
}
#company_profile dl  {
	font-size: 0;
	width: 100%;
	border-bottom: 1px solid rgba(180,180,210,1.00);
}
#company_profile dl dt {
	display: inline-block;
	width: 20%;
	font-size: 16px;
	padding: 0px 15px;
	vertical-align: top;
}
#company_profile dl dd {
	display: inline-block;
	width: 80%;
	font-size: 16px;
	padding: 0px 15px;
}



#shop_info dl  {
	font-size: 0;
	width: 100%;
	border-bottom: 1px solid rgba(180,180,210,1.00);
}
#shop_info dl dt {
	display: inline-block;
	width: 30%;
	font-size: 16px;
	padding: 0px 15px;
	vertical-align: top;
}
#shop_info dl dd {
	display: inline-block;
	width: 70%;
	font-size: 16px;
	padding: 0px 15px;
}
#shop_info dl dd small  {
	margin-left: 15px;
	color: rgba(150,150,150,1.00);
}
form dl {
	width: 100%;
	font-size: 0;
	border-bottom: 1px solid rgba(182,177,214,1.00);
}
form dl dt {
	display: inline-block;
	width: 30%;
	padding: 10px;
	font-size: 16px;
	vertical-align: top;
}
form dl dt small,
.error_messe {
	color: rgba(164,113,209,1.00);
	margin-left: 5px;
}
form dl dd {
	display: inline-block;
	width: 70%;
	padding: 10px;
	font-size: 16px;
}
form dl dd select {
	padding: 5px;
	width: 100%;
	height: 2em;
	border: 1px solid rgba(220,220,220,1.00);
	border-radius: 2px;
	background-color: rgba(255,255,255,1.00);
}
input[type="text"] ,input[type="email"] {
	width: 100%;
	border: 1px solid rgba(220,220,220,1.00);
	border-radius: 2px;
	padding: 3px 10px;
	background-color: rgba(255,255,255,1.00);
}
textarea {
	width:100%;
	border: 1px solid rgba(220,220,220,1.00);
	border-radius: 2px;
	padding: 3px 10px;
	background-color: rgba(255,255,255,1.00);
}
input[type="button"],
input[type="reset"],
input[type="submit"]{
	width: 30%;
	background-color: rgba(182,177,214,1.00);
	color: rgba(255,255,255,1.00);
	padding: 10px 0px;
	font-weight: bold;
	border-style: none;
	border-radius: 50px;
	cursor: pointer;
}
input[type="reset"]{
	background-color: rgba(173,173,173,1.00);
}
.recruit dl {
	width: 100%;
	font-size: 0;
	border-bottom: 1px solid rgba(180,180,210,1.00);
}
.recruit dl dt{
	width: 15%;
	font-size: 16px;
	display: inline-block;
	padding: 10px;
	vertical-align: top;
	white-space: nowrap;
}
.recruit dl dd {
	width: 85%;
	font-size: 16px;
	padding: 10px;
	display: inline-block;
}
.recruit dl dd span {
	border-radius: 50px;
	border: 1px solid rgba(180,180,210,1.00);
	padding: 3px 10px;
	margin: 0px 10px 10px 0px;
	line-height: 30px;
	white-space: nowrap;
}


.cp_ipselect {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 16px;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid rgba(220,220,220,1.00);
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}




@media (max-width: 1200px) {
.1200-992（LG）ーーーーーーーーーーーーーーー{}
nav ul {
	padding: 30px 0 0;
}
nav ul li {
	margin-left: 35px;
}
#shop_info dl dd span  {
	display: block;
}
/*1200-992（LG）*/}



@media (max-width: 992px) {
.992-768（MD）ーーーーーーーーーーーーーーー{}
nav ul {
	padding: 15px 0 0;
}
nav ul li {
	margin-left: 15px;
}
nav ul li a {
	font-size: 15px;
}
#MV p {
	top: 15%;
}
/*992-768（MD）*/}



@media (max-width: 768px) {
.768-576（SM）ーーーーーーーーーーーーーーー{}

header h1 {
	margin: auto;
	width: 70%;
}
h2 {
	margin-top: 50px;
}
nav ul {
	padding: 15px 0 0;
	width: 100%;
	margin-top: 10%;
}
nav ul li {
	margin: 0;
	padding: 15px;
	display: block;
	border-bottom: 1px solid rgba(180,180,210,1.00);
	height: 20%;
}
nav ul li a {
	font-size: 15px;
	text-align: left;
	padding-left: 15px;
}
.design nav ul #nav01:after,
.shop nav ul #nav02:after,
.recruit nav ul #nav03:after,
.company nav ul #nav04:after,
.contact nav ul #nav05:after
{
	margin: 0px;
}


#MV {
	height: 70vh;
	margin-top: 110px!important;
}
#MV header {
	position: absolute;
	top: -100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#MV header h1 img {
	margin: 0;
	height: 90px;
}
#MV p {
	font: 5em/1.5em 'M PLUS 1p', sans-serif;
}
#mv-scroll {
	display: none;
}

#company_profile dl dt {
	display: block;
	width: 100%;

}
#company_profile dl dd {
	display: block;
	width: 100%;
}

.recruit dl {
	border-bottom-style: none;
}
.recruit dl dt{
	width: 100%;
	display: block;
	background-color: rgba(182,177,214,1.00);
	border-radius: 5px 5px 0px 0px;
}
.recruit dl dd {
	width: 100%;
	display: block;
	border: 1px solid rgba(182,177,214,1.00);
	border-radius: 0px 0px 5px 5px;
}
.recruit dl dd span {
	display: block;
}

/*768-576（MD）*/}



@media (max-width: 576px) {
.576以下（XS）ーーーーーーーーーーーーーーー{}

header h1 {
	width: 70%;
	margin-left: 0px;
}
.design nav ul #nav01:after,
.shop nav ul #nav02:after,
.recruit nav ul #nav03:after,
.company nav ul #nav04:after,
.contact nav ul #nav05:after
{
	display: none;
}
.design nav ul #nav01 a,
.shop nav ul #nav02 a,
.recruit nav ul #nav03 a,
.company nav ul #nav04 a,
.contact nav ul #nav05 a
{
	background-color: rgba(180,180,210,1.00);
	color: rgba(255,255,255,1.00);
}
.h2-patria+p {
	font-size: 18px;
	line-height: 1.5em;
}
.h2-patria+p strong {
	font-size: 21px;
}
h3 {
	border-radius: 0px;
	border-right-style: none;
	border-left-style: none;
}
#MV {
	margin-top: 0px;
	height: 60vh;
}
#MV p {
	font: 3.5em/1.5em 'M PLUS 1p', sans-serif;
	letter-spacing: 0;
	color: rgba(255,255,255,1.00);
}
#shop_info dl  {
	margin-top: 10px;
}



form dl dt {
	display: block;
	width: 100%;
}
form dl dd {
	display: block;
	width:100%;
}


/*576以下（XS）*/}










.ハンバーガーメニューーーーーーーーーーーーーーーーーー{}
/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 22px;
	right: 15px;
}
#nav-toggle div{
	border: 2px solid rgba(180,180,210,1.00);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding-top: 10px;
}
#nav-toggle > div {
position: relative;
width: 50px;
}
#nav-toggle span {
	width: 80%;
	height: 4px;
	left: 0;
	display: block;
	background-color: rgba(180,180,210,1.00);
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	margin: 10px auto auto 10%;
	border-radius: 2px;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}




@media screen and (max-width: 768px) {
.ハンバーガー768以下（sm）ーーーーーーーーーーーーーーーーーー{}
header .col-md-8 {
/*display: none;*/
position: fixed;
right: -90%;
top: 0;
height: 100%;
width: 90%;
background: #fff;
-webkit-transition: .35s ease-in-out;
transition: .35s ease-in-out;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
	}

	/* サブメニューは開けない */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}
	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open header .col-md-8  {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
#overlay {
		z-index: 200;
	}
header .col-md-8 {
		z-index: 300;
	}
#nav-toggle {
		z-index: 400;
	}
/*ハンバーガーメニュー*/}
