@charset"utf-8";

html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p, div{
    margin: 0;
    padding: 0;
}

body {
    font-family:   "Yu Mincho", "MS 明朝", serif;
    font-weight: lighter;
}

p {
    font-family: "Noto Sans JP"; 
    color: #333333;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}

.clear {
    clear: left;
}

* {
    box-sizing: border-box;
}

/*-- header --*/
header {
    height: 100px;
    background-color: rgba(255, 181, 181, 10%);
}

#header-container {
    margin: 0 auto;
    overflow: hidden;
    height: 80px;
    position: relative;
}


#header-logo {
    position: absolute;
    top: 20px;
    left: 25px;
}

#header-logo img {
    height: 60px;
}

.sns-btn-over {
    position: absolute;
    top: 40px;
    left: 760px;
}

.sns-btn-over li {
    margin-left: 25px;
    display: inline;
    float: none;
}

i {
    color: #333333;
}

.note i {
    transform: scale(1, -1);
}

.cf1 {
    position: absolute;
    left: 385px;
    top: 40px;
}

.cf1 li {
    margin-left: 10px;
    font-size: 15px;
    padding: 10px;
    display: inline;
    float: none;
    border-bottom: none;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP"; 
    color: #333333;
}

.cf1 a {
    color: #333333;
}

.open-btn{
	position: fixed;
    right: 0px;
    top: 0;
    z-index: 9999;
	width: 120px;
    height:120px;
	cursor: pointer;
	background:#fff;
}


.open-btn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 35px;
    height: 2px;
	background-color: #666;
}


.open-btn span:nth-of-type(1) {
	top:57px;	
    width: 40%;
}

.open-btn span:nth-of-type(2) {
	top:64px;
    width:40%;
}

.open-btn.active span:nth-of-type(1) {
    top: 55px;
    left: 35px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

.open-btn.active span:nth-of-type(2) {
    top: 67px;
    left: 35px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

#g-nav{
    position:fixed;
    z-index: 999;
	top:-120%;
    right:0;
	width:25%;
    height: 100vh;
	background:#fff;
	transition: all 0.6s;
}

#g-nav.panelactive{
    top: 0;
}

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav ul {
    position: absolute;
    z-index: 999;
    top:50%;
    left:12.5%;
    transform: translate(-50%,-50%);
}

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #333333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
    font-family: "Noto Sans JP";
}




/*-- main -- */ 
.main-container {
    background-color: #E9E9E9;
}

.main-area {
    background-image: url(../images/top3.jpg);
    background-repeat: no-repeat;
    height: 700px;
    width: 75%;
    margin: 0 0 0 auto;
    position: relative;
}

.text01 {
    position: absolute;
    top: 50px;
    left: -255px;
    letter-spacing: 5px;
    font-family:  "Yu Mincho", "MS 明朝", serif;
}

.text02 {
    position: absolute;
    top: 275px;
    left: -255px;
    letter-spacing: 5px;
    font-family:  "Yu Mincho", "MS 明朝", serif;
}

.text-black {
    color: #000000;

}

.text-white {
    color: #fff;
}

.message-container {
    background-color: rgba(255, 181, 181, 10%);
    padding: 150px 0 150px 0;
}

.message-area {
    width: 50%;
    height: 600px;
    background-image: url(../images/message02.png);
    background-color: #d9d9d9;
    position: relative;
}

.title {
    font-size: 70px;
    font-family: "Yu Mincho", "MS 明朝", serif;
    letter-spacing: 0.05ch;
    display: block;
}

.message-ttl {
    position: absolute;
    top:30px;
    right: -176px;
}

.message-ttl::before {
    color: #333333;
    content: attr(data-title);
    width: 51.5%;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.message-txt {
    position: absolute;
    top: 200px;
    right: -500px;
}

.message-txt  p{
    margin-bottom: 30px;
    letter-spacing: 0.1ch;
}

.text-p-black {
    color: #333333;
}




/*-- contact-btn --*/
.contact-wrapper {
    background-color: rgba(255, 181, 181, 10%);
    padding: 1px 100px 150px 100px ;
    text-align: center;
}

.contact {
    color: #dcdcdc;
    background-color: #A04060;
    padding: 40px 60px;
    opacity: 1;
    font-size: 20px;
    border-radius: 5px;
    letter-spacing: 0.1ch;
    font-family: "Noto Sans JP";
}

.btn:hover {
    opacity: 0.9;
}





/*-- service -- */
.service-container {
    background-color: #E9E9E9;
}

.service-wrapper {
    padding: 100px 100px 1px 100px;
}

.service-ttl {
    text-align: center;
    margin-bottom: 100px;
}

.service {
    display: flex;
    margin-bottom: 100px;
    justify-content: center;
}

.service h2 {
    font-size: 25px;
    font-family: "Yu Mincho", "MS 明朝", serif;
    letter-spacing: 0.1ch;
    margin-bottom: 18px;
}

.service h3 {
    font-size: 20px;
    font-family: "Yu Mincho", "MS 明朝", serif;
    letter-spacing: 0.1ch;
    margin-bottom: 18px;
}

.service p {
    font-size: 15px;
    letter-spacing: 0.1ch;
    margin-bottom: 12px;
}

.service-pic img {
    background-color: #d9d9d9;
    height: 240px;
    width: 450px;
}

.service-right {
    text-align: right;
}

.service-txt01 {
    margin-right: 200px;
}

.service-txt02 {
    margin-left: 50px;
}

.service-txt03 {
    margin-right: 150px;
}

.mob {
    display: none;
}






/*-- works -- */
.works-container {
    background-color: rgba(255, 181, 181, 10%);
}

.works-wrapper {
    padding: 100px 100px 200px 100px;
}

.works-ttl {
    text-align: center;
    margin-bottom: 100px;
}

.works-inner {
    display: flex;
    justify-content: center;
}

.work {
    background-color: #fff;
    height: 350px;
    width: 350px;
    margin: 0 30px 0 30px;
    border: #333333 solid 1px;
}

.work-pic img {
    background-color: #d9d9d9;
    height: 300px;
    width: 348.5px;
    border-bottom: #333333 solid 1px;
}

.work p {
    margin: 5px 0 0 25px;
    font-size: 18px;
    color: #333333;
}

.work-a {
    position: relative;
}

.more {
    font-size: 30px;
    color: #000000;
    font-family: "Yu Mincho", "MS 明朝", serif;
    border-bottom: #000000 solid 1px;
    position: absolute;
    bottom: -100px;
    right: 0;
}




/*-- contact-btn --*/
.under {
    padding: 100px 100px 250px 100px;
}






/*-- footer --*/
footer {
    background-color: #CBC8C8;
    height: 350px;
    position: relative;
    padding: 100px;
}

.footer-rights {
    font-size: 15px;
    color: #333333;
    position: absolute;
    bottom: 30px;
    right: 100px;
}










@media (max-width: 480px) {
    .header {
        height: 100px;
        background-color: rgba(255, 181, 181, 10%);
    }
    
    #header-container {
        margin: 0 auto;
        overflow: hidden;
        height: 80px;
        position: initial;
    }
    
    
    #header-logo {
        position: initial;
        text-align: center;
        margin-top: 30px;
    }
    
    #header-logo img {
        height: 30px;
    }
    
    .sns-btn-over {
        display: none;
    }
    
    .sns-btn-over li {
        margin-left: 10px;
    }
    
    .cf1 {
        display: none;
    }
    
    .cf1 li {
        margin-left: 5px;
        font-size: 10px;
        padding: 10px;
    }
    
    .cf1 a {
        color: #333333;
    }
    
    .open-btn{
        width: 60px;
        height: 60px;
    }
    
    
    .open-btn span{
        left: 17.5px;
    }
    
    
    .open-btn span:nth-of-type(1) {
        top: 27px;	
        width: 40%;
    }
    
    .open-btn span:nth-of-type(2) {
        top:33px;
        width:40%;
    }
    
    .open-btn.active span:nth-of-type(1) {
        top: 22px;
        left: 20px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%;
    }
    
    .open-btn.active span:nth-of-type(2) {
        top: 34px;
        left: 20px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
    }
    
    #g-nav{
        top:-120%;
        right:0;
        width: 100%;
    }
    
    #g-nav.panelactive #g-nav-list{
        width: 100%;
    }
    
    #g-nav ul {
        top:50%;
        left:50%;
    }




    .main-area {
        background-image: url(../images/top5.jpg);
        background-repeat: no-repeat;
        height: 700px;
        width: 100%;
        margin: 0 0 0 auto;
        position: relative;
    }

    .text01 {
        font-size: 15px;
        position: absolute;
        top: 500px;
        left: 0;
        letter-spacing: 1.5px;
        background-color: #fff;
        width: 85%;
        padding-left: 2%;
    }
    
    .text02 {
        display:block;
        font-size: 15px;
        position: absolute;
        top: 628px;
        left: initial;
        right: 0;
        letter-spacing: 1.5px;
        background-color: #fff;
        text-align: right;
        width: 90%;
        padding-right: 2%;
    }
    
    .text-black {
        color: #000000;
    
    }
    
    .text-white {
        color: #000000;
    }

    .message-container {
        background-color: rgba(255, 181, 181, 10%);
        padding: 0;
    }
    
    .message-area {
        width:100%;
        height: auto;
        background-image: none;
        background-color: rgba(255, 181, 181, 0%);
        position: initial;
        margin: 0 auto;
        padding: 30px;
    }
    
    .title {
        font-size: 30px;
        font-family: "Yu Mincho", "MS 明朝", serif;
        letter-spacing: 0.05ch;
        display: block;
        margin: 30px;
    }
    
    .message-ttl {
        position: initial;
        text-align: center;
    }
    
    .message-ttl::before {
        display: none;
    }
    
    .message-txt {
        position: initial;
        text-align: left;
    }
    
    .message-txt  p{
        margin-bottom: 15px;
        letter-spacing: 0.1ch;
    }
    
    .text-p-black {
        color: #333333;
    }
    
    .contact-wrapper {
        background-color: rgba(255, 181, 181, 10%);
        padding: 50px;
        text-align: center;
    }
    
    .contact {
        color: #dcdcdc;
        background-color: #A04060;
        opacity: 1;
        padding: 10px 10px;
        font-size: 15px;
        border-radius: 5px;
        letter-spacing: 0.1ch;
        font-family: "Noto Sans JP";
        display: inline-block;
        width: 100%;
    }
    

    .service-container {
        background-color: #E9E9E9;
        padding: 30px 30px;
    }
    
    .service-wrapper {
        padding: 0;
    }
    
    .service-ttl {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .service {
        display: initial;
        margin: 0 auto;
    }
    
    .service h2 {
        font-size: 15px;
        margin: 20px 0 10px 0;
    }
    
    .service h3 {
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .service p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    
    .service-pic img {
        height: auto;
        width: 100%;

    }
    
    .service-right {
        text-align: initial;
    }
    
    .service-txt01 {
        margin-right: 0px;
    }
    
    .service-txt02 {
        margin-left: 0px;
    }
    
    .pc {
        display: none;
    }

    .mob {
        display: initial;
    }

    .service-txt03 {
        margin-right: 0px;
    }



    .works-container {
        background-color: rgba(255, 181, 181, 10%);
    }
    
    .works-wrapper {
        padding: 30px;
        margin: 0 auto;
    }
    
    .works-ttl {
        text-align: center;
        margin: 30px;
    }
    
    .works-inner {
        display: initial;
    }
    
    .work {
        background-color: #fff;
        height: auto;
        width: 100%;
        margin: 0 0 40px 0;
        border: #333333 solid 1px;
    }
    
    .work-pic img {
        background-color: #d9d9d9;
        height: auto;
        width: 100%;
        border-bottom: #333333 solid 1px;
    }
    
    .work p {
        margin: 0 0 5px 20px;
        font-size: 15px;
        color: #333333;
    }
    
    .work-a {
        position: relative;
    }
    
    .more {
        font-size: 18px;
        position: absolute;
        bottom: -50px;
        right: 0;
    }





    
    footer {
        height: 200px;
        padding: 50px;
    }
    
    .footer-rights {
        font-size: 5px;
        bottom: 10px;
        right: 5%;
    }
    
}