@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/
/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/
main {
}

h1 {
    border-bottom: 1px solid #fff;
    color: #fff;
	font-family: "Sawarabi Mincho";
    font-size: 5rem;
    font-weight: normal;
    height: 130px;
    margin-top: -65px;
    padding-bottom: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50%;
}

section.cover {
    height: 100vh;
}

h1 span {
    color: #fff;
    display: block;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 10px;
}

ul.menu {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    position: absolute;
    right: 10%;
    top: 50%;
	height: 230px;
    margin-top: -115px;
}

ul.menu li {
    color: #fff;
	font-family: "Sawarabi Mincho";
    font-size: 1.8rem;
    letter-spacing: 4px;
    margin-left: 20%;
}

ul.menu li a {
    color: #fff;
	font-family: serif;
    font-size: 1.8rem;
    letter-spacing: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

ul.menu li a:hover {
	padding-top: 10px;
}

ul.menu li i {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 5px;
}

a.scroll {
    bottom: 5%;
    left: 50%;
    margin-left: -21px;
    padding-top: 60px;
    position: absolute;
    width: 42px;
}

a.scroll span {
    border: 3px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    height: 45px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 0;
    width: 30px;
}
a.scroll span::before {
    animation: 2s ease 0s normal none infinite running sdb;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    content: "";
    height: 12px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: -10px;
    width: 4px;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.aboutus {
	padding: 3%;
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
}

.white_mask_left {
	width: 50%;
	height: 100%;
	position: absolute;
	background: #f5f5f5;
	left: 0;
	top: 0;
	z-index: 99997;
	
}

.white_mask_right {
	width: 50%;
	height: 100%;
	position: absolute;
	background: #f5f5f5;
	right: 0;
	top: 0;
	z-index: 99997;
}

.aboutus_back {
	background-image: url(../img/home/about_back.jpg);
	background-position: center;
	background-size: cover;
}

.about_cap {
    background: rgba(0,0,0,0.8);
    margin: 0 auto;
    padding: 10% 6%;
    width: 70%;
}

h2.subtitle_white {
    color: #eee;
    font-size: 4rem;
    margin-bottom: 6%;
    text-align: center;
	font-family: "Sawarabi Mincho";
}

h2.subtitle_white span {
    color: #eee;
    display: block;
}

.subtitle_white .border_line {
    background: #fff none repeat scroll 0 0;
    height: 8px;
    margin: 20px auto 24px;
    width: 80px;
}

.subtitle_white span {
    color: #eee;
    display: block;
    font-size: 2rem;
    font-weight: 300;
    font-family: "Noto Sans JP",sans-serif;
    letter-spacing: 8px;
}

.about_cap h3 {
    color: #888;
    font-size: 1.5rem;
    line-height: 30px;
}

h2.subtitle_black {
    color: #333;
    font-size: 4rem;
    margin-bottom: 6%;
    text-align: center;
	font-family: "Sawarabi Mincho";
}

h2.subtitle_black span {
    color: #333;
    display: block;
}

.subtitle_black .border_line {
    background: #333;
    height: 8px;
    margin: 20px auto 24px;
    width: 80px;
}

h2.subtitle_black span {
	color: #333;
    display: block;
    font-size: 2rem;
    font-weight: 300;
    font-family: "Noto Sans JP",sans-serif;
    letter-spacing: 8px;
}

section.works {
	padding: 8% 0;
	background: #f5f5f5;
}

.works_odd {
	position: relative;
	overflow: hidden;
}

.works_odd_cap {
    padding-top: 40px;
}

.works_odd_image {
    background: #ddd none repeat scroll 0 0;
    display: inline-block;
    height: 400px;
    margin-left: 3%;
    vertical-align: middle;
    width: 50%;
	position: relative;
	overflow: hidden;
}

.works_odd_image > img,
.works_even_image > img {
    height: auto;
    width: 100%;
}

.works_odd h2 {
    background-color: #111111;
    color: #eee;
	font-family: "Sawarabi Mincho";
    font-size: 3rem;
    padding: 30px 14% 30px 60px;
    position: absolute;
    right: -5%;
    top: 0;
    transform: skewX(-20deg);
	z-index: 99998;
}

.works_odd_cap > h3 {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 30px;
    margin-left: 3%;
    margin-top: 35px;
    vertical-align: middle;
    width: 40%;
}

.works_even {
	position: relative;
	overflow: hidden;
}

.works_even_cap {
    padding-top: 40px;
}

.works_even_image {
    background: #ddd none repeat scroll 0 0;
    display: inline-block;
    height: 400px;
    margin-left: 3%;
    vertical-align: middle;
    width: 50%;
	position: relative;
	overflow: hidden;
}

.works_even h2 {
    background-color: #111111;
    color: #eee;
	font-family: "Sawarabi Mincho";
    font-size: 3rem;
    padding: 30px 60px 30px 21%;
    position: absolute;
    left: -5%;
    top: 0;
    transform: skewX(-20deg);
	z-index: 99998;
}

.works_even_cap > h3 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 30px;
    margin-left: 3%;
    margin-top: 35px;
    vertical-align: middle;
    width: 40%; 
}

section.price {
	background: #f5f5f5;
}

.price_title {
    border-bottom: 2px solid #333;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 5px;
    margin: 20px auto;
    padding-bottom: 15px;
    text-align: center;
    width: 80%;
}

table.price_table {
    margin: 0 auto 20px;
    width: 80%;
}

.sample {
    margin: 0 auto 60px;
    text-align: right;
    width: 80%;
}

.price_table th {
    padding: 1.5%;
	border: 2px solid #333;
	background: #e5e5e5;
	text-align: center;
}

.price_table td {
    padding: 1.5%;
	border: 2px solid #333;
	text-align: center;
}

#price > p {
    padding: 0 5% 8%;
    text-align: center;
}

section.company {
	padding: 3% 3% 18%;
	background: #f5f5f5;
}

.company_area {
	background-image: url(../img/home/company_back.jpg);
	background-position: top center;
	background-size: cover;
	padding: 8%;
	position:relative;
}

.company_tel {
    background: #fff none repeat scroll 0 0;
    bottom: -140px;
    left: 50%;
    margin-left: -250px;
    padding: 40px;
    position: absolute;
    text-align: center;
    width: 500px;
}

.company_tel_cap {
    font-size: 2rem;
    font-weight: 500;
}

.company_tel_cap {
    border-bottom: 1px solid #333;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 14px;
    padding-bottom: 20px;
}

.company_tel > a {
    font-size: 4rem;
    font-weight: 800;
}


.company_tel > a i {
	margin-right: 10px;
}

.company_detail {
    color: #fff;
    margin: 100px 0;
    text-align: center;
}

.company_detail > h3 {
    color: #fff;
	font-family: "Sawarabi Mincho";
    font-size: 3rem;
}

.company_detail p {
    color: #fff;
    margin: 20px 0;
}

.company_detail span {
    color: #fff;
    display: block;
    font-size: 2rem;
    margin: 10px 0;
}

.hour {
    display: block;
}

.googlemap {
	margin: 40px auto;
	border: 5px solid #fff!important;
}

.pc_block {
	display: inline-block;
}

.sp_block {
	display: none;
}

.open {
    color: #fff;
}

/*---------------------------------------------------------------*\
	$800px
\*---------------------------------------------------------------*/
@media screen and (max-width: 800px) {
	
	
h1 {
    border-bottom: 1px solid #fff;
    color: #fff;
	font-family: "Sawarabi Mincho";
    font-size: 3rem;
    font-weight: bold;
    height: 130px;
    margin-top: -65px;
    padding-bottom: 20px;
    position: absolute;
    text-align: center;
    top: 30%;
	left: 50%;
	margin-left: -40%;
    width: 80%;
}

h1 span {
    color: #fff;
    display: block;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 10px;
}

ul.menu {
    height: 230px;
    left: 50%;
    margin-left: -145px;
    margin-top: -115px;
    position: absolute;
    top: 60%;
    vertical-align: middle;
    width: 290px;
    writing-mode: vertical-rl;
}

ul.menu li {
    color: #fff;
    font-family: serif;
    font-size: 1.8rem;
    letter-spacing: 4px;
    margin: 0 10%;
}

h2.subtitle_white {
    color: #eee;
	font-family: "Sawarabi Mincho";
    font-size: 3rem;
    margin-bottom: 6%;
    text-align: center;
}

.subtitle_white span {
    color: #eee;
    display: block;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 8px;
}

.subtitle_white .border_line {
    background: #fff none repeat scroll 0 0;
    height: 4px;
    margin: 20px auto 24px;
    width: 80px;
}

h2.subtitle_black {
    color: #333;
	font-family: "Sawarabi Mincho";
    font-size: 3rem;
    margin-bottom: 6%;
    text-align: center;
}

h2.subtitle_black span {
    color: #333;
    display: block;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 8px;
}

.subtitle_black .border_line {
    background: #333 none repeat scroll 0 0;
    height: 4px;
    margin: 20px auto 24px;
    width: 80px;
}

.works_odd_image {
    background: #ddd none repeat scroll 0 0;
    display: block;
	height: auto;
    margin-left: 3%;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 94%;
}

.works_odd_cap > h3 {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 50px;
    margin-left: 3%;
    margin-top: 22px;
    vertical-align: middle;
    width: 94%;
}

.works_odd h2 {
    background-color: #111111;
    color: #eee;
	font-family: "Sawarabi Mincho";
    font-size: 2.5rem;
    padding: 30px 20% 30px 60px;
    position: absolute;
    right: -5%;
    top: 0;
    transform: skewX(-12deg);
    z-index: 99998;
}

.works_even_image {
    background: #ddd none repeat scroll 0 0;
    display: block;
    margin-left: 3%;
    overflow: hidden;
    position: relative;
	height: auto;
    vertical-align: middle;
    width: 94%;
}

.works_even h2 {
    background-color: #111111;
    color: #eee;
	font-family: "Sawarabi Mincho";
    font-size: 2.5rem;
    left: -5%;
    padding: 30px 60px 30px 20%;
    position: absolute;
    top: 0;
    transform: skewX(-12deg);
    z-index: 99998;
}

.works_even_cap > h3 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 30px;
    margin-left: 3%;
    margin-top: 35px;
    vertical-align: middle;
    width: 94%;
	margin-bottom: 8%;
}

table.price_table {
    margin: 0 auto 20px;
    width: 92%;
}

section.company {
    padding: 3% 3% 150px;
}

.company_tel {
    background: #fff none repeat scroll 0 0;
    bottom: -120px;
    left: 50%;
    margin-left: -45%;
    padding: 40px;
    position: absolute;
    text-align: center;
    width: 90%;
}

.company_tel_cap {
    border-bottom: 1px solid #333;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 14px;
    padding-bottom: 20px;
}

.company_tel > a {
    font-size: 3rem;
    font-weight: 800;
}

.sp_block {
	display: block;
}

.pc_block {
	display: none!important;
}

.sample {
    margin: 0 auto 60px;
    text-align: right;
    width: 90%;
}

}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

h1 {
    border-bottom: 1px solid #fff;
    color: #fff;
	font-family: "Sawarabi Mincho";
    font-size: 2.8rem;
    font-weight: bold;
    height: 90px;
    left: 50%;
    margin-left: -40%;
    margin-top: -65px;
    padding-bottom: 20px;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 80%;
}


h1 span {
    font-weight: 500;
}

ul.menu {
    height: 230px;
    right: 50%;
    margin-right: -125px;
    margin-top: -115px;
    position: absolute;
    top: 66%;
    vertical-align: middle;
    width: 250px;
    writing-mode: vertical-rl;
}

ul.menu li {
    color: #fff;
    font-family: serif;
    font-size: 1.8rem;
    letter-spacing: 4px;
    margin: 0 18px;
}

ul.menu li i {
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
}
	
ul.menu li a {
    color: #fff;
    display: inline-block;
    font-family: serif;
    font-size: 1.4rem;
    letter-spacing: 4px;
    text-align: center;
    vertical-align: middle;
	font-weight: bold;
}
	
	h2.subtitle_white {
    color: #eee;
	font-family: "Sawarabi Mincho";
    font-size: 2rem;
    margin-bottom: 6%;
    text-align: center;
}

h2.subtitle_black {
    color: #333;
	font-family: "Sawarabi Mincho";
    font-size: 2rem;
    margin-bottom: 6%;
    text-align: center;
}

.subtitle_white span {
    font-size: 1.2rem;
}

h2.subtitle_black span {
    color: #333;
    display: block;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 8px;
}

.subtitle_black .border_line {
    background: #333 none repeat scroll 0 0;
    height: 4px;
    margin: 15px auto;
    width: 50px;
}

.subtitle_white .border_line {
    background: #fff none repeat scroll 0 0;
    height: 4px;
    margin: 15px auto;
    width: 50px;
}

.about_cap {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    margin: 0 auto;
    padding: 10% 5%;
    width: 100%;
}

.about_cap h3 {
    color: #bbb;
    font-size: 1.3rem;
    line-height: 27px;
}

.works_odd h2 {
    background-color: #111111;
    color: #eee;
	font-family: "Sawarabi Mincho";
    font-size: 1.8rem;
    padding: 15px 14% 15px 30px;
    position: absolute;
    right: -5%;
    top: 0;
    transform: skewX(-12deg);
    z-index: 99998;
}

.works_even h2 {
    background-color: #111111;
    color: #eee;
	font-family: "Sawarabi Mincho";
    font-size: 1.8rem;
    padding: 15px 30px 15px 14%;
    position: absolute;
    left: -5%;
    top: 0;
    transform: skewX(-12deg);
    z-index: 99998;
}

.works_odd_image {
    background: #ddd none repeat scroll 0 0;
    display: block;
    margin-left: 3%;
    overflow: hidden;
	height: auto;
    position: relative;
    vertical-align: middle;
    width: 94%;
}

.works_odd_cap > h3 {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 50px;
    margin-left: 5%;
    margin-top: 22px;
    vertical-align: middle;
    width: 90%;
}

.works_even_cap > h3 {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 50px;
    margin-left: 5%;
    margin-top: 22px;
    vertical-align: middle;
    width: 90%;
}

.price_title {
    border-bottom: 2px solid #333;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 5px;
    margin: 40px auto 20px;
    padding-bottom: 10px;
    text-align: center;
    width: 65%;
}

#price > p {
    padding: 0 5% 8%;
    text-align: left;
}

table.price_table {
    margin: 0 auto 20px;
    width: 90%;
}

table.price_table th,
table.price_table td {
	font-size: 1rem;
}

.company_detail {
    color: #fff;
    margin: 40px 0 60px;
    text-align: center;
}

.company_detail > h3 {
    color: #fff;
    font-family: serif;
    font-size: 2rem;
}

.company_detail span {
    color: #fff;
    display: block;
    font-size: 1.4rem;
    margin: 10px 0;
}

.googlemap {
    border: 5px solid #fff;
    margin: 40px auto;
    width: 100%;
	height: 200px;
}

.company_tel {
    background: #fff none repeat scroll 0 0;
    bottom: -120px;
    left: 50%;
    margin-left: -45%;
    padding: 5%;
    position: absolute;
    text-align: center;
    width: 90%;
}

.company_tel > a {
    font-size: 2.5rem;
    font-weight: 800;
}

.company_tel_cap {
    border-bottom: 1px solid #333;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
}
