@charset "UTF-8";


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#inner_mainVis
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#inner_mainVis {
    line-height: 0;
    margin-bottom: 0;
    background: url(../images/wedding/mainVis_img01.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}
#inner_mainVis .ttl {
    color: #fff;
    -moz-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
    -webkit-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
    -ms-text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
    text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.9);
}
#inner_mainVis .ttl_kana {
    display: block;
}

@media (min-width: 1000px){
    #inner_mainVis {
        min-height: 400px;
        background-position: center;
        padding-top: 169px;
        box-sizing: border-box;
    }
    #inner_mainVis .ttl {
        font-size: 60px;
        line-height: 60px;
        height: 96px;
    }
    #inner_mainVis .ttl_kana {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 1px;
        margin-top: 20px;
    }
}
@media (max-width: 999px){
    #inner_mainVis {
        /*min-height: 220px;*/
        /*margin: 50px 0 0 0;*/
        background: url(../images/wedding/sp/mainVis_img01.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    #inner_mainVis .ttl {
        font-size: 31px;
        line-height: 30px;
    }
    #inner_mainVis .ttl_kana {
        font-size: 11px;
        letter-spacing: 1px;
    }
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
plan
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#wed_list {
    width: 1010px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 110px auto;
    text-align: left;
    padding-right: 10px;
    box-sizing: border-box;
}
#wed_list .list_box {
    width: 470px;
    margin-bottom: 70px;
}
#wed_list .list_tt h3 {
    font-size: 40px;
    color: #b0c34f;
    margin-top: 40px;
    padding-left: 63px;
    position: relative;
}
#wed_list .list_tt h3::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 110px;
    left: -52px;
    width: 235px;
    height: 1px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(-55deg);
}
#wed_list .list_tt .sub_tt {
    font-size: 16px;
    padding-left: 63px;
    margin: 10px 0 30px;
}
#wed_list .list_btn a {
    width: 159px;
    height: 53px;
    display: block;
    background: url(../images/more_b_btn.png) no-repeat;
   margin-left: 63px;
}
#wed_list .list_btn a {
    position: relative;
    display: block;
    width: 159px;
    height: 53px;
    font-size: 14px;
    line-height: 45px;
    padding: 0px 0 0 33px;
    color: #fff;
    box-sizing: border-box;
}
#wed_list .list_btn a::after{
	position: absolute;
    content: "";
    background: url(../images/w_arrow.png) no-repeat;
    width: 26px;
    height: 4px;
    right: 0;
    bottom: 0;
    margin: auto;
}
#wed_list .list_btn a::after{
    top: -7px;
    left: 87px;
}
#wed_list .list_btn a:hover {
	opacity: 0.9;
	transition: 0.3s;
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 999px) {
    
    #wed_list {
        width: auto;
        margin: 0;
        padding: 50px 15px;
        box-sizing: border-box;
    }
    #wed_list .list_box {
        width: calc(50% - 6px);
        margin-bottom: 50px;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #wed_list .list_box .pt img {
        width: 100%;
    }
    #wed_list .list_tt h3 {
        font-size: 24px;
        padding-left: 6%;
        margin-top: 22.5px;
    }
    #wed_list .list_tt h3::after {
        bottom: 60px;
        left: -22px;
        width: 100px;
    }
    #wed_list .list_tt .sub_tt {
        font-size: 14px;
        padding-left: 6%;
        margin: 5px 0 20px;
    }
    #wed_list .list_tt .sub_tt.mb40 {
        margin-bottom: 40px;
    }
    #wed_list .list_tt .list_btn {
        margin-left: 17px;
		margin-bottom: 25px;
		text-align: center;
	}
	#wed_list .list_btn a{
        width: 130px;
        height: 39px;
		margin: 0 0 0 7%;
		background: url(../images/sp/more_b_btn.png) no-repeat;
		background-size: contain;
        font-size: 12px;
        line-height: 35px;
        padding: 0px 0 0 33px;
        color: #fff;
        box-sizing: border-box;
		text-align: left;
	}
	#wed_list .list_btn a::after{
        top: -5px;
        left: 57px;
	}
}





@media only screen and (max-width: 374px) {
    #wed_list {
        padding: 50px 5px;
    }
    #wed_list .list_tt h3 {
        font-size: 20px;
        letter-spacing: -0.03em;
        padding-left: 10px;
    }
    #wed_list .list_tt h3::after {
        top: -25px;
        left: -18px;
        width: 83px;
    }
    #wed_list .list_tt .sub_tt {
        font-size: 12px;
        padding-left: 10px;
    }
    #wed_list .list_tt .sub_tt.mb40 {
        margin-bottom: 37px;
    }
    #wed_list .list_btn a {
        width: 115px;
        margin-left: 6px;
	}
}