@charset "Shift_JIS";

/*========= レイアウト ===============*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
body {
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 26px;
    font-weight: 500;
    margin: 60px 0 100px;
    letter-spacing: .1em;
}
h2 span {
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    vertical-align: 30%;
    margin: 0 0 0 25px;
}
h3 {
    letter-spacing: .2em;
}
p {
    margin: 20px 0 0;
    letter-spacing: .2em;
    font-size: 13px;
}
img {
    width: 100%;
    height: auto;
}
a,a img{
    transition: .5s;
}
a:hover img {
    opacity: .7;
}
header {
    width: 1000px;
    margin: 0 auto;
}
header .header_logo {
    width: 115px;
}
.main.wrapper {
    width: 1000px;
    margin: 0 auto;
}
footer {
    background-color: #f0f0f0;
    width: 100%;
    margin: 80px 0 0;
}
footer .footer_area {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}
footer .footer_area .footer_logo {
    width: 198px;
}
footer .footer_area .footer_copy {
    margin: 40px 0 0;
}

/*========= スライダー ===============*/
.swiper {
  position: relative;
}
.mySwiper::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #fff;
  mix-blend-mode: multiply;
  z-index: 2;
}
/* Swiper */
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s;
  animation: zoomUp 10s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slide-img {
  background-size: cover; 
  background-position: center center;
  width: 100vw;
  height: 100vh;
}
/* Swiper-zoom */
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}


@media screen and (min-width: 521px){
.swiper.spdisp{
    display: none; 
}
}
@media screen and (orientation: portrait) and (max-width: 520px){
.swiper.pcdisp{
    display: none; 
}
}

/*========= ナビゲーション ===============*/

#g-nav{
    position:fixed;
    z-index: 999;
    top:0;
    right: -120%;
    width:220px;
    height: 400px;
    background:#f0f0f0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition   : 0.5s ease-in-out;
    transition        : 0.5s ease-in-out;
}
#g-nav.panelactive{
    right: 0;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 220px;
    height: 400px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 15%;
    transform: translate(-15%,-50%);
    padding: 0;
}
#g-nav li{
    list-style: none;
}
#g-nav li a {
    color: #000;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}
#g-nav li a:hover {
    color: #c51721;
}

/*========= ボタン ===============*/
.openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 30px;
    right: 10px;
    cursor: pointer;
    width: 120px;
    height: 120px;
}
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    height: 2px;
    background-color: #000;
    width: 80%;
}
.home .openbtn1 span {
    background-color: #aaa;
}
.openbtn1 span:nth-of-type(1) {
    top: 4px;
}
.openbtn1 span:nth-of-type(2) {
    top: 24px;
}
.openbtn1 span:nth-of-type(3) {
    top: 44px;
}
.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 80%;
}
.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}
.openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 80%;
}



/*========= トップ ===============*/
.home .header_area {
    position: absolute;
    top: 50px;
    left: 40px;
    z-index: 100;
}
.home h2 {
    font-size: 34px;
    margin: 100px 0 60px;
}
.home .home-p {
    font-size: 15px;
    line-height: 2.4;
    font-weight: 500;
}
.home .top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 60px 0;
}
.top-wrap-img1, .top-wrap-img2, .top-wrap-img3 {
    width: 33.33%;
    height: 200px;
}
.top-wrap-img1 {
    background: url(/works/img/ogawaiin/jirei-yoko3.png) 0 100% no-repeat;
    background-size: 100%;
}
.top-wrap-img2 {
    background: url(/works/img/yanaizuaoyamaganka/jirei-yoko.png) 75% 80% no-repeat;
    background-size: 220%;
}
.top-wrap-img3 {
    background: url(/works/img/hashimotonaika/jirei-yoko2.png) 13% 85% no-repeat;
    background-size: 160%;
}


/*========= WORKS ===============*/
.workstop-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.workstop-wrap .workbox {
    width: 46%;
    margin-bottom: 50px;
}
.workstop-wrap .workbox a {
    text-decoration: none;
    color: #000;
}
.workstop-wrap .workbox a:hover {
    color: #c51721;
}
.workstop-wrap .workbox h3 {
    font-size: 16px;
    margin: 10px 0 0;
}
.workstop-wrap .workbox img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.works .main-image img {
    width: 100%;
    height: auto;
}
.works .title {
    margin: 70px 0 120px;
}
.works .title h3 {
    font-size: 16px;
}
.works-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.works-wrap .yoko100 {
    width: 100%;
    margin: 0 0 6%;
}
.works-wrap .yoko50 {
    width: 47%;
    margin: 0 0 6%;
}
.works-btn a {
    display: table;
    position: relative;
    padding: 25px 120px 25px 80px;
    color: #fff;
    background-color: #999;
    border: 1px solid #999;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: .2em;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0 auto;
}
.works-btn a::after {
    position: absolute;
    top: 50%;
    right: 50px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.works-btn a:hover {
    background-color: #fff;
    color: #999;
}

/*========= ページ送り ===============*/
.pagenation {
    text-align: center;
}
.pagenation .pagenation-btn {
    background-color: #666;
    color: #fff;
    border: none;
    padding: 10px 35px;
    margin: 0 20px 0 0;
    font-size: 15px;
    letter-spacing: .2em;
    border: 1px solid #999;
    transition: .5s;
    text-decoration: none;
}
.pagenation .pagenation-btn:hover {
    background-color: #fff;
    color: #666;
}
.pagenation .pagenation-btn:last-child {
    margin: 0;
}



/*========= ABOUT ===============*/
.about .about_dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 60px 0;
    border-top: 2px solid #ccc;
    font-size: 15px;
    letter-spacing: .1em;
}
.about .about_dl dt {
    width: 25%;
    padding: 20px;
    border-bottom: 2px solid #ccc;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about .about_dl dd {
    background: #fff;
    width: 75%;
    padding: 20px;
    border-bottom: 2px solid #ccc;
    margin: 0;
    line-height: 2.4;
}
.about .about_p {
    font-size: 15px;
    line-height: 2.4;
    font-weight: 500;
}
.about .about_p2 {
    font-size: 15px;
    line-height: 2.4;
    font-weight: 400;
    letter-spacing: .1em;
}

.about .about_wrap {
    background-color: #333;
    color: #fff;
    margin: 60px calc(50% - 50vw) 0;
    padding: 50px 0 30px;
    text-align: center;
}
.about .about_wrap h3 {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 400;
}
.about .about_wrap .about_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
}
.about .about_wrap .about_box .about_title {
    width: 33.33%;
    border-right: 2px solid #fff;
    padding: 30px 0;
    font-size: 18px;
    letter-spacing: .2em;
    font-weight: 600;
}
.about .about_wrap .about_box .about_title:last-child {
    border-right: none;
}
.about .about_img {
    height: 340px;
    background: url(/works/img/hashimotonaika/jirei-yoko2.png) 0% 60% no-repeat;
    background-size: 130%;
    margin: 0 calc(50% - 50vw);
}
.about footer {
    margin: 0;
}



/*========= CONTACT ===============*/
.red {
    color: #f00;
}
.contact .mailform {
    font-size: 14px;
    letter-spacing: .1em;
    margin: 40px 0 80px;
    width: 100%;
}
.contact .mailform th {
    font-weight: 400;
    width: 30%;
}
.contact .mailform td {
    padding: 15px 0;
}
.contact .mailform input {
    border: 1px solid #333;
    height: 40px;
    min-width: 60%;
}
.contact .mailform .postcode input {
    min-width: 40%;
}
.contact .mailform textarea {
    min-width: 60%;
    min-height: 120px;
    resize: vertical;
}

.contact .mailform .check p {
    margin: 15px 0 0;
}
.contact .mailform .check p:first-child {
    margin: 0;
}
.contact .mailform .check input[type="checkbox"] {
    display: none;
}
.contact .mailform .check label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding-left: 32px;
    position: relative;
    width: auto;
    font-size: 14px;
}
.contact .mailform .check label::before {
    background: #fff;
    border: 1px solid #333;
    content: '';
    display: block;
    height: 25px;
    left: 0;
    top: -2px;
    position: absolute;
    width: 25px;
}
.contact .mailform .check label::after {
    border-right: 3px solid #c51721;
    border-bottom: 3px solid #c51721;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -9px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
.contact .mailform .check input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

.contact .mailform_btn input[type="submit"], .contact .mailform_btn input[type="reset"] {
    background-color: #666;
    color: #fff;
    border: none;
    padding: 20px 35px;
    font-size: 15px;
    letter-spacing: .2em;
    border: 1px solid #999;
    transition: .5s;
}
.contact .mailform_btn input[type="submit"]:hover, .contact .mailform_btn input[type="reset"]:hover {
    background-color: #fff;
    color: #666;
}
.contact .mailform_btn input[type="reset"] {
    margin-left: 15px;
}
.contact .mailform_btn {
    margin-left: 30%;
    padding-bottom: 10px;
}







/*========= スマホ用 ===============*/


.sp-disp{
    display: none;
}

@media screen and (orientation: portrait) and (max-width: 520px){

.sp-disp{
    display: inline;
}

header {
    max-width: 375px;
    width: 100%;
    padding: 0 10px;
}
.main.wrapper {
    max-width: 375px;
    width: 100%;
    padding: 0 10px;
}
footer {
    min-width: 375px;
}
footer .footer_area {
    max-width: 375px;
    width: 100%;
    padding: 60px 10px;
}
header .header_logo {
    width: 100px;
}
.openbtn1 {
    width: 80px;
    height: 80px;
}
.openbtn1 span:nth-of-type(1) {
    top: 10px;
}
.openbtn1 span:nth-of-type(3) {
    top: 38px;
}
footer .footer_area .footer_copy {
    margin: 20px 0 0;
    font-size: 14px;
}


.home h2 {
    font-size: 34px;
    margin: 60px 0 40px;
}
.top-wrap-img1, .top-wrap-img2, .top-wrap-img3 {
    width: 100%;
    height: 220px;
}



.about .about_dl dt, .about .about_dl dd {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0;
}
.about .about_dl dt {
    border-bottom: none;
    padding-bottom: 0;
}

.about .about_wrap .about_box {
    width: 375px;
}
.about .about_wrap .about_box .about_title {
    width: 100%;
    border: none;
    border-bottom: 2px solid #fff;
}
.about .about_wrap .about_box .about_title:last-child {
    border: none;
}


.workstop-wrap .workbox {
    width: 100%;
}
.works .title {
    margin: 40px 0 80px;
}
.works-wrap .yoko100, .works-wrap .yoko50 {
    width: 100%;
    margin: 0 0 40px;
}


.contact .mailform {
    margin: 40px 0 20px;
}
.contact .mailform th, .contact .mailform td {
    width: 100%;
    display: block;
    text-align: left;
}
.contact .mailform td {
    padding-bottom: 30px;
}
.contact .mailform_btn {
    padding: 0;
    margin: 0;
}
.contact .mailform_btn input[type="reset"] {
    margin: 30px 0;
    display: block;
}

.contact .mailform input {
    min-width: 100%;
}
.contact .mailform .postcode input {
    min-width: 80%;
}
.contact .mailform textarea {
    min-width: 100%;
    min-height: 140px;
}

}