/*
Theme Name: ZeruchOne ver.1.0
Theme URI:
Author: SHOKODO Co.,Ltd
Description: SP Like
Version: 1.0
-----------------------------------------

    Mobile // Smartphone + landscape
    max-width: 559px;

-----------------------------------------*/
/*----------------------------------------------------------
    Wordpress
----------------------------------------------------------*/
img.alignright { display: block; margin: 0 0 0 auto; }/* 配置位置 右 */
img.alignleft { display: block; margin: 0 auto 0 0; }/* 配置位置 左 */
img.aligncenter { display: block; margin: 0 auto; }/* 配置位置 中央 */

/* ドロワー展開時に背景をスクロールさせない */
.wrap {
    position: absolute;
	inset: 0;
	overflow: auto;
}
main {
    width: 90%;
    min-height: 300px;
    margin: 0 auto;
}
/*----------------------------------------------------------
    Fonts Custom//Base
----------------------------------------------------------*/
.sp-br { display: block; }
h1.corp-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
/*===========================================================
	Header
============================================================*/
header {
    position: relative;
    height: 310px;
    display: block;
}
    header.lower {
        height: 100px;
    }
    .head-menu ul li {
        padding: 1em 1em;
    }
/*===========================================================
	Navigation
============================================================*/
/*----------------------------------------------------------
    Drawer
----------------------------------------------------------*/
.head-menu {
    position: relative;
    z-index: 99;
}
/* :::::: toggle button :::::: */
#drawer {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
}
.open {
	z-index: 2;
	top: 8px;
	right: 8px;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	background: #000;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
    .open::before,
    .open::after {
        content: "";
    }
    .open span,
    .open::before,
    .open::after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 30%;
        width: 40%;
        border-bottom: 2px solid #b1b1b1;
        transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .open::before {
        transform: translateY(-8px);
    }
    .open::after {
        transform: translateY(8px);
    }
.close {
    z-index: 1;
    inset: 0;
    pointer-events: none;
    transition: background .6s;
}
#drawer:checked + .open {
	background: #333;
	transform: translateX(-280px);
}
#drawer:checked + .open span {
	transform: scaleX(0);
}
#drawer:checked + .open::before {
	transform: rotate(135deg) scaleX(1.2);
}
#drawer:checked + .open::after {
	transform: rotate(-135deg) scaleX(1.2);
}
#drawer:checked ~ .close {
    z-index: 1;
	pointer-events: auto;
	background: rgba(0,0,0,.3);
}

/* :::::: drawer menu :::::: */
.menu {
    z-index: 5;
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	width: 280px;
	height: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
    background: #eee;
	transform: translateX(100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu ul {
    justify-content: center;
    flex-direction: column;
	margin: 0;
	padding: 0;
}
    .menu li {
        width: 90%;
        line-height: 1.4;
        border-top: #b1b1b1 1px solid;
    }
    .menu li:not(:first-child) {
        border-top: 1px solid #b1b1b1;
    }
        .menu a {
            display: block;
            color: black;
            text-decoration: inherit;
            transition: background .6s;
        }
        .menu a:hover {
            background: black;
        }
    #drawer:checked ~ .menu {
        transform: none;
    }
/*----------------------------------------------------------
    Header//Home
----------------------------------------------------------*/

/*===========================================================
	Main Visual
============================================================*/
#main-visual {
    height: 310px;
}
.main-txt {
    top: 50%;
    left: 0;
    right: 3.5em;/*0;*/
    margin: 0 auto;
    height: 310px;
    text-align: right;/*center;*/
    font-size: 100%;
    font-family: 'Noto Serif JP', serif;
  }
    .main-txt img {
      width: 330px;
      height: auto;
    }
/*===========================================================
	Main//Index
============================================================*/
#notice-area {
    margin: 100px auto 2em auto;
  }
  #notice-area .btn-news {
    width: 30%;
  }

/* #exterior-works-area {
    width: 100%;
    height: 230px;
} */
    #exterior-works-area .title-area {
        width: 100%;
        height: 100%;
    }
    /* #exterior-works-area .title-ext {
        color: #fff;
    } */

.button-ins {
    width: 100%;
}
#greeting-area {
    height: 350px;
}
    #greeting-area .title-area {
        width: 100%;
        height: auto;
        padding: 1em;
        /* color: #fff; */
        /* background-color: rgba(0, 0, 0, 0.5); */
    }
        /* .title-greeting {
            color: #fff;
        } */
    .greeting-txt {
        right: 0;
        top: 6em;
        width: 100%;
        height: 100%;
        padding: 1em 1em;
    }
    .list-flow {
        padding: 0;
    }
    .list-flow li {
        width: 100%;
    }
        .list-flow li span.circle::after {
            height: 105px;
        }
        .list-flow li .flow-flex {
            flex-wrap: wrap;
            width: 80%;
        }
        .list-flow h3 {
            width: 100%;
        }
        .list-flow .txt {
            display: block;
            width: 100%;
        }
.gaiheki-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
/*----------------------------------------------------------
    Contact Form
----------------------------------------------------------*/
#contact-area {
    padding: 2em 1em;
    margin-left: -10%;
    margin-right: -10%;
}
    .inner {
        width: 90%;
    }
/*===========================================================
	Footer
============================================================*/
a.totop {
    bottom: 45px;
    right: 0;
}
footer {
    width: 100%;
    padding: 1em 0 45px 0;
}
.foot-menu {
    width: 90%;
}
footer #map {
    height: 365px;
}
    footer #map iframe {
        height: 365px;
    }
/*----------------------------------------------------------
    Main//Lower
----------------------------------------------------------*/
.contents {
    width: 90%;
}
/*----------------------------------------------------------
    Recruit//Lower
----------------------------------------------------------*/
.head-images {
    height: 230px;
}


/*===========================================================
	Archive
============================================================*/
.arch-list-works li {
    margin: 0 0 1em 0;
}
    .arch-list-works li a img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }