@charset "UTF-8";
/*!
 *  season spring
 */
 
@import url('https://fonts.googleapis.com/css2?family=Ms+Madi&family=Noto+Sans+JP:wght@100;400;700&family=RocknRoll+One&display=swap');


body {
    font-size: 12pt;
}

#main {
	font-family: 'Noto Sans JP', sans-serif;
}


a:link {
    color: #666;
}
a:visited {
    color: #666;
}
a:hover {
    color: #693d39;
}
a:active {
    color: #693d39;
}

section#lineup a:link {
    color: #fff;
	text-decoration: underline;
}
section#lineup a:visited {
    color: #fff;
}
section#lineup a:hover {
    color: #693d39;
}
section#lineup a:active {
    color: #693d39;
}

h1 {
    margin: 50px 0 30px 0;
    font-size: 280%;
    font-weight: bold;
}
h2 {
    margin: 50px 0 30px 0;
    text-align: left;
    font-size: 350%;
    font-weight: 100;
}
h3 {
    margin: 0 0 40px 0;
    text-align: left;
    color: #000;
    font-weight: bold;
    font-size: 200%;
    line-height: 1.5;
}
h4 {
    margin: 30px 0 10px 0;
    text-align: left;
    font-weight: bold;
    font-size: 130%;
}
h5 {
    margin: 20px 0 10px 0;
    text-align: left;
    font-weight: bold;
    font-size: 120%;
}

.btn {
    border-radius: 0.3rem;
    line-height: 1.2;
    padding: 0.5rem 1rem;
}
.btn-op {
    color: #fff !important;
    background-color: #693d39;
    border-color: #693d39;
}
.btn-op:hover {
    color: #e86345 !important;
    background-color: #fff;
    border-color: #693d39;
    transition: 0.5s;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.card {
    border-color: rgba(0,0,0,0.1);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.card-body {
    padding: 1rem 1.5rem;
}
.card-title {
    color: #000;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    padding: 0 0 0.8rem 0;
    margin: 0 0 0.8rem 0;
    border-bottom: dashed 2px #fb5549;
}
.card-title-only {
    color: #000;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

/**
 *  メインビジュアル
 */

div#mainvisualtop {
    padding: 0;
}

div#mainvisual {
    height: 400px;
	max-width: 100%;
    background-image: url('/stuff/img/season/autumn/main_lg_autumn.jpg');
	background-size: cover;
	background-position: center;
	image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 1399.98px) {
}
@media (max-width: 1199.98px) {
		div#mainvisual {
	    background-image: url('/stuff/img/season/autumn/main_md_autumn.jpg');
	    background-position: center;
	    }
}
@media (max-width: 991.98px) {

}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
	    div#mainvisual {
	    background-image: url('/stuff/img/season/autumn/main_xs_autumn.jpg');
	    background-position: left;
	    }
}

    div#mainvisual > div {
        height: 400px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
		position: relative;
    }
    /* 文章載せる場合の例 */
    div#mainvisual h1 {
	margin: auto;
	text-align: center;
	color: #693d39;
	line-height: 1.2;
    }

@media (max-width: 575.98px) {
    div#mainvisual h1 {
    }
}

/**
 *  セクション毎の設定
 *  
 *  視覚的区切りのために交互に背景色をつけています。
 */

main section {
    margin: 0;
    padding: 80px 0;
}

div#slideCatch {
    padding: 0;
}


#slideMain {
    position: relative;
}
#main-logo {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 8%;
    box-shadow: 0px 0px 15px white;
}
.top-copy {
    position: absolute;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    padding: 15px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 200%;
    bottom: 10%;
    right: 0%;
}
@media (max-width: 1399.98px) {
    #main-logo img { width: 430px; }
}
@media (max-width: 1199.98px) {
    #main-logo img { width: 360px; }
}
@media (max-width: 991.98px) {
    #main-logo img { width: 300px; }
}
@media (max-width: 767.98px) {
    #main-logo img { width: 300px; }
    .top-copy {
        font-size: 150%;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 575.98px) {
    #main-logo img { width: 260px; }
    #main-logo { left: 15px; }
    .top-copy {
        font-size: 130%;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 479.98px) {
    #main-logo img { width: 260px; }
    #main-logo { left: 15px; }
    .top-copy {
        font-size: 110%;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
    main h2 {
        font-size: 180%;
    }
    main h3 {
        font-size: 120%;
    }
    main h4 {
        font-size: 110%;
    }
    h2.design-h {
        padding: 0 0 20px 10px;
    }
}

section#catch {
    margin-top: -100px;
}
    section#catch a.top-navi {
        display: block;
        background: #fb5549;
        padding: 2.45rem 1rem;
        text-align: center;
        color: #fff;
        text-decoration: none;
        border-radius: 15px;
        box-shadow: 0px 0px 8px #fff;
        position: relative;
    }
        section#catch a.top-navi em {
            font-style: normal;
            font-weight: bold;
            font-size: 140%;
        }

    section#catch h1 {
	margin: 50px 0 30px 0;
    	font-size: 180%;
    	font-weight: bold;
    }
    section#catch h2 {
	margin: 50px 0 30px 0;
    	font-size: 180%;
    	font-weight: bold;
    }

    section#catch span.label {
        position: absolute;
        width: 5.0rem;
        color: #ffffff;
        font-size: 1rem;
        font-weight: bold;
        background: #ec8c72;
        /*padding: 0.2rem 1.0rem;*/
        border-radius: 15px;
    }

    section#catch span.label-left-top {
        left: 0px;
        top: 0px;
    }

section#lineup {
    background-color: #ffdbc1;
}
section#lineup h2 {
	margin: 50px 0 30px 0;
    font-size: 190%;
    font-weight: bold;
}

section#lineup-02 {
    background-color: #ffe7df;
}

section#lineup-03 {
    background-color: #ffc8bc;
}

section#lineup-04 {
    background-color: #e7d5d0;
}

section#lineup h3,#lineup-03 h3 {
    font-size: 180%;
	color: #c92a1c;
}
section#lineup-02 h3,#lineup-04 h3 {
    font-size: 180%;
	color: #d5472d;
}

section#lineup h3 span,section#lineup-02 h3 span,#lineup-03 h3 span,#lineup-04 h3 span { 
    font-size: 75%;
	color: #000;
}

section#lineup p span.top,section#lineup-02 p span.top,#lineup-03 p span.top,#lineup-04 p span.top {
    display: inline-block;
    background: #fb5549;
    padding: 0.25rem 1rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

section#lineup span.smaller,section#lineup-02 span.smaller,#lineup-03 span.smaller,#lineup-04 span.smaller { 
    font-size: 0.8rem;
}

section#lineup h6,#lineup-03 h6 {
    color: #000;
    font-weight: bold;
}

section#lineup-02 h6,#lineup-04 h6 {
    color: #000;
    font-weight: bold;
}


section#feature {
    background-color: #fff;
}
    section#feature h2 {
	margin: 50px 0 30px 0;
    	font-size: 190%;
    	font-weight: bold;
	}

section#case {
    background-color: #fff;
}
    section#case h2 {
	margin: 50px 0 30px 0;
    font-size: 190%;
    font-weight: bold;
	}


/* contact_section */
.contact_section {
	padding: 5.0rem 0;
	background-color: #f9f9f7;
}
.contact_section .h2_title {
	margin-bottom: 2.0rem;
	text-align: center; 
}
.contact_section .h2_title h2 {
	display: inline-block;
	padding: 0.25rem 2.0rem;
	border-radius: 2.5rem;
	font-weight: bold; 
}
.contact_section .h2_title h2.color3 {
	background: #fab42d;
	color: #404040; 
 }
.contact_section a:visited{
    color: #404040;
    text-decoration: none;
}


/* company_section */
.company_section {
	padding: 5.0rem 0 10.0rem;
	background-color: #fff;
}
.company_section .h2_title {
	margin-bottom: 2.0rem;
	text-align: center; 
}
.company_section .h2_title h2 {
	display: inline-block;
	padding: 0.25rem 2.0rem;
	border-radius: 2.5rem;
	font-weight: bold; 
}
.contact_section .h2_title h2.company {
	background: #fab42d;
	color: #404040; 
}

/* pagetop_section */
	.pagetop_section a {
    		color: #fff;
		}
	.pagetop_section a:hover {
    		color: #404040;
		}

/**
 *  レスポンシブ調整用
 */
@media (max-width: 1399.98px) {
}
@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
.contact_section .h2_title h2 {
        font-size: 1.125rem; 
	} 
.company_section .h2_title h2 {
        font-size: 1.125rem; 
	} 
}

@media (max-width: 575.98px) {
h3 {
	text-align: center;
}
section#lineup p span.top,section#lineup-02 p span.top,#lineup-03 p span.top,#lineup-04 p span.top {
	text-align: left;
}

section#catch a.top-navi {
	padding: 2.45rem 0.5rem;
}

section#catch a.top-navi em {
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
}
.contact_section .h2_title h2 {
	font-size: 1.25rem;
	border-radius: 2.5rem;
}
.company_section .h2_title h2 {
	font-size: 1.25rem;
	border-radius: 2.5rem;
} 
}

