@charset "UTF-8";

/*モバイル
----------------------------*/
.contact-bg-color {
	background-color: #F7F1EF;
	padding-bottom: 100px;
	margin: 0 auto;
}


/*photoの並び
--------------------------------*/
.photo-ul {
	column-count: 2;/*横２列に並べる*/
	list-style: none;
	margin: 30px auto;
}

.zoom {
	break-inside: avoid;/*ボックス途中で区切られるのを禁止する*/
	padding: 0.5em 0;
}

/*
.zoom {
	display: block;
	width: 100%;
	height: auto;
}*/


/*thanksフォーム
-----------------------------*/
.thanks-area {
	margin: 5% auto 20%;
}

.thanks-text {
	margin: 60px auto;
}
.thanks-textBox {
	margin-top: 40px;
}
.thanks-text p {
	margin-top: 10px;
}

.thanks-sns {
	margin-top: 30px;
}

.thanks-sns2 {
	margin-top: 30px;
}
.top-return-btn {
	margin-top: 20px;
}
.return-btn {
	margin: 50px 25%;
	box-sizing: border-box;
    display: block;
    background-color: #e4eeef;
    cursor: pointer;
    border: 1px solid #e4eeef;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
	padding: 20px
}

.return-btn:hover {
	background: #cae1e3;
    color: #000;
    border: 1px solid #cae1e3;
}

/*ipad版*/
@media screen and (min-width: 420px) {

}


@media screen and (min-width: 600px) {

/*photoの並び
--------------------------------*/
.photo-ul {
	column-count: 3;/*横3列に並べる*/
}
}

@media screen and (min-width: 900px) {

}

/*pc
---------------------------*/
@media screen and (min-width: 1200px) {

	
}
