@charset "utf-8";
/* CSS Document */
/* ------------------------------
   header
------------------------------ */
header{
	height: 110px;
	background-color: #8C456D;
	margin-bottom: 200px;
}
.nav{
	width: 990px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -495px;
}
h1{
	float: left;
	margin-right: 80px;
}
.nav ul{
	float: right;
	margin-top: 180px;
}
.nav ul li{
	display: inline-block;
	margin-right: 40px;
}
.nav ul li a{
	transition: 0.6s;
}
.nav ul li a:hover{
	opacity: 0.6;
}

h2{
	height: 68px;
	text-align: center;
	margin-bottom: 6px;
}
h2 img{
	height: 100%;
	width: auto;
}
.breadCrumb{
	text-align: center;
	margin-bottom: 30px;
}
.breadCrumb ul li{
	display: inline-block;
	font-size: 1.1rem;
}
.breadCrumb ul li a{
	color: #CFACCC;
}
/* ------------------------------
   privacy
------------------------------ */
#privacy{
}
.cate{
	border: 1px solid #CFACCC;
	border-radius: 4px;
	padding: 30px;
	margin-bottom: 30px;
}

h3 {
	color: #8C456D;
	margin-top: 20px;
}
#privacy .privacy_box{
	width: 60%;
	margin:  0 auto;
	margin-top: 60px;
	padding: 40px;	
}
#privacy .privacy_box p a:hover{
	color: #FF7900;	
}
.form_wrap dl{
	width: 100%;
	border-bottom: 1px solid #141212;
}
.form_wrap dl dt{
	width: 24%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding-top: 24px;
}

.form_wrap dl dd{
	width: 75%;
	display: inline-block;
	margin: 20px 0;
}
.form_wrap dl dd input{
	width: 100%;
	background-color: #F4F4F4;
		padding: 10px 0;
}
.form_wrap dl dd textarea{
	width: 100%;
	background-color: #F4F4F4;
	padding: 10px 0px;
}



/*　送信リセットボタン
-----------------------*/
.submit{
	text-align: center;
	padding: 20px;
	margin-top: 20px;
}
.submit input{
	font-size:1.4rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック体', YuGothic, "YuGothic M", meiryo, sans-serif;
	background-color: #8C456D;
	border-radius: 4px;
	width: 140px;
	margin:  0 auto;
	padding: 10px 0;
	transition:0.6s;
	color: #FFF;
}
.submit input.submit:hover{
	background-color: #F4EDDC;
	color: #382B2B;
}
.submit input.reset:hover{
	background-color: #F4EDDC;
	color: #382B2B;
}


/*ここからタブレット用（900px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 1110px){
.nav{
	width: 800px;
	margin-left: -400px;
}
h1{
	float: left;
	margin-right: 0px;
}
.nav ul{
	float: right;
	margin-top: 180px;
}
.nav ul li{
	margin-right:  10px;
}
	
.cate_box{
	display: block;
	border-bottom: 0px solid #FFF;
	margin-bottom: 20px;
}
.box_txt1{
	width: 100%;
	border-right: 0px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.box_txt2{
	background-color: #F4EDDC;
	color: #382B2B;
	width: 100%;
	border-right: 0px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.box_txt3{
	background-color: #F4EDDC;
	color: #382B2B;
	width: 100%;
	border-right: 0px solid #FFF;
	border-bottom: 1px solid #FFF;
}

}
/*ここからタブレット用（900px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 946px){
.nav{
	display: none;
}
header{
	height: 110px;
	background-color: #8C456D;
	margin-bottom: 30px;
}
.form_wrap dl dt{
	width: 100%;
	display: block;
}
.form_wrap dl dd{
	width: 100%;
	display: block;
}
.submit input{
	margin-bottom: 10px;
}
}

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 400px ){
.cate_title{
	font-size: 1.8rem;
}
}
