@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* パンクズ */
#breadcrumb{
	display:none;
}
/* 共通 */
.c-pageTitle{
	display:none;
}

/* コンタクト */
.contact-heading{
	font-family:'Cormorant Garamond' !important;
	font-size:40px !important;
    font-weight:400 !important;
	text-align:center;
letter-spacing: 0.1em;
color:#6B6B77;
margin-bottom:36px;
}
.contact{
padding-top:80px;
}

.contact-form-inner{
	max-width:680px;
	margin:0 auto;
	padding:20px;
}
.text-speace{
    width:100%;
	border-radius:8px;
	height:50px;
	margin-bottom:25px;
	background-color:#fff;
	border:none;
}
.message-speace{
    width:100%;
	border-radius:8px;
	height:250px;
	margin-bottom:40px;
	background-color:#fff;
	border:none;
}
.text-speace:focus,
.message-speace:focus{
	border:1px solid #A7A7A9;
	outline:none;
}
.send-btn{
	text-align:center;
}
.submit_btn{
	width:220px;
	padding:16px 0;
	background-color:#F8D1CC;
	color:#6B6B77;
	border-radius:40px;
}
.submit_btn:hover{
	background-color:#FFA499;
	color:#fff;
}

@media screen and (max-width:768px) {
	.contact-img{
		width:78px;
		margin:0 auto;
	}
	.contact-heading{
		font-size:20px !important;
		margin-bottom:34px;
	}
	.contact{
padding-top:16px;
}
	.contact-form-inner{
	padding:10px;
}
	.submit_btn{
	width:220px;
		font-size:13px;
	padding:12px 0;
}
}


