@charset "utf-8";

/*=====================================

responsive.css

=====================================*/

br.forPC { display: inline; }
br.forSP { display: none; }

.forPC { display: block; }
.forSP { display: none; }

.gNav li.forSP { display: none; }

.headerSnsBoxSp{
	display: none;
}

.headerOtherBtn2c{
	display: none;
}
.headerOtherBtn2c{
	display: none;
}
.headerOther{
	display: none;
}
.mainvisual2c.forPC{
	display: grid;
}

.footerLinksSp{
	display: none;
}

/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.forPC { display: none; }
	.forSP { display: block; }

	br.forPC { display: none; }
	br.forSP { display: inline; }

	.mainvisual2c.forPC{
		display: none;
	}
	.footerLinksSp{
		display: block;
	}


	.gNav li.forSP { display: block; }

	.headerSnsBoxSp{
		display: block;
	}
	/* layout */

	.headerSnsBoxSp ul {
		display: flex;
		text-align: center;
		width: 80%;
	}
	.headerSnsBoxSp a img {
		width: 32px;
		vertical-align: -webkit-baseline-middle;
	}
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	#wrapper{
		
	}
	header .headerLogo {
    	padding-top: 19px;
	}
	header .headerLogo img {
		width: 190px;
	}
	.headerSpBtn a{
		display: block;
	}
	header{
		min-height: 65px;
	}

	.mainvisual1c{
		aspect-ratio: 665 / 1137;
		overflow: hidden;
	}

	.visualArea{
		padding-left: 2%;
		padding-right: 2%;
	}

	.inner{
        padding-left: 4%;
        padding-right: 4%;
		width: auto;
		min-width: auto;
		box-sizing: border-box;
	}

	section {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	section h2{
		font-size: 5rem;
	}



	.headerBtn{
		display: none;
	}

	.gNav {
		display: none;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #FFF;
        height: auto;
        box-sizing: border-box;
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 40px;
		z-index: 10000;
    }
	.shadowBg{
		display: none;
		position: fixed;
        z-index: 9999;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
	}

	.gNav li{
		display: block;
		text-align: left;
		padding-top: 30px;
	}
	.gNav li a{
		color: #56b6d5;
		font-size: 1.8rem;
	}


	.headerOther {
		display: block;
		background-color: #FFF;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.headerOther .headerNavLogo{
		width: 180px;
		margin-left: auto;
		margin-right: auto;
	}

	.headerOtherBtn2c{
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 60%;
		text-align: center;
		border: solid 2px #3e424c;
		margin-bottom: 40px;
				margin-left: auto;
		margin-right: auto;
		z-index: 10001;
	}
	.headerOtherBtn2c a{
		padding: 15px 27px;
		display: block;

	}
	.headerOtherBtn2c a.menuCloseBtn{
		background-image: url(../images/icon_close.svg);
		background-position: right 15px center;
		background-repeat: no-repeat;
		background-size: 10px;
	}

	.headerOtherBtn2c a.rental{
		background: linear-gradient(90deg,rgba(111, 134, 214, 1) 0%, rgba(86, 182, 213, 1) 100%);
	}

	.rentalGridBox ul {
		display: block;
	}


	.btn2c {
		display: grid
	;
		grid-template-columns: 1fr;
		column-gap: 8%;
		row-gap: 40px;
	}

	.works2cBox {
		display: grid;
		grid-template-columns: 1fr;
		column-gap: 4%;
		row-gap: 50px;
	}
	.works2cBox .imgBox {
        margin-right: 0;
        margin-right: -4.1%;
    }
section.works{
	background-image: url(../images/work_bg_sp.png);
}
.rentalGridBox ul li:nth-child(n + 1){
	margin-top: -1px;
}

.rentalGridBox ul li:nth-child(3n) {
    margin-left: 0;
}

.rentalGridBox ul li:nth-child(3n - 1) {
    margin-left: 0;
}

.footerGlobalNav{
	display: none;
}

.footerLinkBox {
    padding-left: 0;
    padding-right: 0;
}

.footerContentsBox .inner {
    display: grid
;
    grid-template-columns: 1fr;
}

.footerLinkList a{
	font-size: 1.5rem;
}



.work3c ul {
    display: grid
;
    grid-template-columns: 1fr;
    column-gap: 15px;
    row-gap: 15px;
}

.workContactInner h2{
	font-size: 2rem;
}
.workContactInner p{
	font-size: 1.5rem;
}
section.workContact {
    padding-top: 90px;
    padding-bottom: 110px;
}

.rentalProductTitle2c {
    display: grid
;
    grid-template-columns: 1fr;
    row-gap: 20px;
}
section h2.productPrice {
    font-size: 2.4rem;
    margin-top: 5px;
    margin-bottom: 12px;
    width: 100%;
    border-bottom: 1px solid #2e2f2f;
    padding-bottom: 10px;
}
section h2.productPrice span {
    font-size: 1.4rem;
}
h3.productTitleFull {
    font-size: 1.6rem;
}
.productDetailInner h3{
    font-size: 1.8rem;
}
.productDetailInner h4 {
    font-size: 1.6rem;
}
.productDetailInner p {
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 1.5rem;
}
.productCheckList dl dt {
    font-size: 1.6rem;
}
.productCheckList dl dd {
	font-size: 1.6rem;
}
.productCheckList dl{
	background-position: left 15px top 3px;
}
.productSupplement {
    padding-top: 0;
    padding-bottom: 0;
}
.reccomendCommentInner {
    background-color: #f8f9fb;
    padding: 40px 3%;
}
.flow2c {
    background-color: #f8f9fb;
    display: grid
;
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding: 40px 4%;
    margin-bottom: 15px;
}
.flow2c p {
    font-size: 1.5rem;
}



	.footerLinksSp {
        position: absolute;
        width: 100%;
        margin-top: -25px;
    }
	.footerLinksSp .menuCloseBtn{
		background-color: #FFF;
		
		background-position: right 15px center;
		background-repeat: no-repeat;
		background-size: 10px;
	}
	.footerLinksSp .menuCloseBtn.open{
		background-image: url(../images/icon_close.svg);
	}




	.headerBtn{
		display: none;
	}

	.gNavFooter {
        display: none;
        position: absolute;
        right: 0;
        bottom: -10px;
        background-color: #FFF;
        height: auto;
        box-sizing: border-box;
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 110px;
        z-index: 10000;
        top: auto;
    }

	.gNavFooter li{
		display: block;
		text-align: left;
		padding-top: 30px;
	}
	.gNavFooter li a{
		color: #56b6d5;
		font-size: 1.8rem;
	}


	.gNavFooter .headerOther {
		display: block;
		background-color: #FFF;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.gNavFooter .headerOther .headerNavLogo{
		width: 180px;
		margin-left: auto;
		margin-right: auto;
	}

	.gNavFooter .headerOtherBtn2c{
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 60%;
		text-align: center;
		border: solid 2px #3e424c;
		margin-bottom: 40px;
				margin-left: auto;
		margin-right: auto;
	}
	.gNavFooter .headerOtherBtn2c a{
		
		padding: 15px 27px;
		display: block;

	}
	.gNavFooter .headerOtherBtn2c a.menuCloseBtn{
		background-image: url(../images/icon_footer_menu.svg);
		
		background-position: right 15px center;
		background-repeat: no-repeat;
		background-size: 10px;
	}
	.gNavFooter .headerOtherBtn2c a.menuCloseBtn.open{
		background-image: url(../images/icon_close.svg);
	}
	.gNavFooter .headerOtherBtn2c a.rental{
		background: linear-gradient(90deg,rgba(111, 134, 214, 1) 0%, rgba(86, 182, 213, 1) 100%);
	}

	.gNavFooter .rentalGridBox ul {
		display: block;
	}

	.gNavFooter .headerSnsBoxSp li{
		width: 20%;
	}


	.formGroup{
		grid-template-columns: 1fr;
	}


	#selected-dates .start{
		font-size: 1.6rem;
	}
	#selected-dates .end{
		font-size: 1.6rem;
		padding-left: 15px;
		margin-left: 15px;
	}

	.modal-content {
    background-color: #fff;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    width: 100vw;
    position: relative;
	
}
#calendar-modal{
	align-items: start;
}
	#confirm-selection {
        margin-left: 4%;
        margin-right: 4%;
        width: 92%;
        text-align: center;
    }
.contactSendBox{
	padding-top: 0;
}


.breadcrumb ul li
 {
    float: left;
    padding-left: 20px;
    background-image: url(../images/icon_arrow_blue.svg);
    background-position: left 11px center;
    margin-right: 0;
    background-repeat: no-repeat;
    font-size: 1.2rem;
    padding: 10px 5px 10px 30px;
    background-size: 8px;
}





}



