@charset "UTF-8";
/* Scss Document */
/*******************************
 
FEATURE Css
 
*******************************/
/*-----------------------------
Common
-----------------------------*/
.btn-search:nth-of-type(1){
	display: none;
}

/*-----------------------------
Subnavi
-----------------------------*/
.subnavi {
    margin-bottom: 70px;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	.subnavi {
		margin-bottom: 50px;
	}
}

/*-----------------------------
Mainimg
-----------------------------*/
.page .mainimg {
    padding: 20px 0;
}
.page .mainimg h2 .inner {
    color: #2f2f2f;
}

/*-----------------------------
Intro
-----------------------------*/
section .intro{
    margin-top: 40px;
}
section .intro p{
    max-width: 680px;
    margin: 30px auto;
    text-align: center;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    section .intro{
        margin-top: 20px;
    }
    section .intro img{
        width: 60%;
    }
	section .intro p{
		text-align: left;
	}
}

/*-----------------------------
PHOTO
-----------------------------*/
section .photo{
    max-width: 988px;
    margin: 100px auto 30px;
}
section .photo ul{
    margin-right: -20px;
}
section .photo li{
    width: 50%;
    margin-bottom: 20px;
    padding-right: 20px;
}
section .photo li:nth-of-type(1){
    width: 100%;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
	section .photo{
		margin: 70px auto 30px;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	section .photo{
		margin: 30px auto;
	}
}

/*-----------------------------
CATCH
-----------------------------*/
section .cath h3{
    font-size: 250%;
    font-weight: bold;
    text-align: center;
    letter-spacing: .2em;
    margin: 100px auto 30px;
}
section .cath p{
	max-width: 680px;
    margin: 30px auto 70px;
    text-align: center;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
	section .cath h3{
		margin: 50px auto 30px;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	section .cath h3{
		font-size: 167%;
		margin: 30px auto;
	}
	section .cath p{
		max-width: 680px;
		margin: 30px auto;
		text-align: left;
	}
}

/*-----------------------------
ENVIRONMENT
-----------------------------*/
section .environment{
    margin: 150px auto;
}
section .environment .col-pc-2{
	margin-right: -60px;
	align-items: flex-start;
}
section .environment .col-pc-2 .item {
	margin-bottom: 30px;
	padding-right: 60px;
}
section .environment .item .img{
	width: 35%;
	padding-right: 15px;
}
section .environment .item .txt{
	width: 65%;
}
section .environment .item .ttl{
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 15px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
	section .environment{
		margin: 80px auto;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	section .environment{
		margin: 50px auto;
	}
	section .environment .col-pc-2 .item {
		margin-bottom: 30px;
	}
	section .environment .item .ttl{
		margin-bottom: 10px;
	}
}


/*-----------------------------
Designer
-----------------------------*/
.designer{
    background: #fff;
    margin-top: 80px;
    padding: 50px 0;
    box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 60%);
}
.designer .flex{
    align-items: flex-end;
}
.designer .txt{
    width: 60%;
    padding-right: 50px;
}
.designer .name{
    font-size: 130%;
    letter-spacing: .1em;
    margin-bottom: 30px;
}
.designer .name span{
    display: block;
    font-size: 62%;
}
.designer .img{
    width: 40%;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .designer .txt{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .designer .img{
        width: 80%;
    }
}