@charset "utf-8";
/* CSS Document */


/*------------------------------------------------------------
　　全般（共通）
------------------------------------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 12px;
	color: #666;
	line-height: 20px;
	background-color: #fef9f5;
	margin: 0 0 0 0;
}

a:link {
	color: #e5003e;
	text-decoration: none;
}

a:visited {
	color: #e5003e;
	text-decoration: none;
}

a:hover {
	color: #e5003e;
	text-decoration: underline;
}

a:active {
	color: #e5003e;
	text-decoration: underline;
}

/*
a:focus {
	outback-line: none;
}
*/
object,
embed {
	vertical-align: top;
}

img {
	display: block;
	border: 0;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}


/*------------------------------------------------------------
　　ヘッダー（共通）
------------------------------------------------------------*/

header {
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/header/back-01.gif);
	background-repeat: repeat-x;
}

#header-inner {
	width: 960px;
	margin: 0 auto;
}


/*------------------------------------------------------------
　　メインナビゲーション（共通）
------------------------------------------------------------*/

nav {
	width: 260px;
	float: left;
	background-color: #ffebef;
}

nav .back-01 {
	background-image: url(../img/nav/back-01.gif);
}


/*------------------------------------------------------------
　　メインエリア（共通）
------------------------------------------------------------*/

#main-area {
	width: 100%;
	margin: 0 auto;
}

#main-area-inner {
	width: 960px;
	margin: 0 auto;
}


/*------------------------------------------------------------
　　メインコンテンツ（共通）
------------------------------------------------------------*/

main {
	width: 670px;
	float: right;
}

.line-01 {
	background-image: url(../img/main/line-01.gif);
	height: 40px;
	line-height: 40px;
	color: #ed8599;
	font-size: 16px;
	font-weight: bold;
}

.line-02 {
	background-image: url(../img/main/line-02.gif);
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

.font-01 {
	color: #e5003e;
}

.font-02 {
	line-height: 30px;
	color: #ed8599;
	font-size: 14px;
	font-weight: bold;
}

.frame-01 {
	background-image: url(../img/index/back-line01.png);
	background-repeat: repeat-x;
}

.frame-02 {
	background-image: url(../img/index/back-line02.png);
	background-repeat: repeat-y;
}

.frame-03 {
	background-image: url(../img/index/back-line03.png);
	background-repeat: repeat-x;
}

.frame-04 {
	background-image: url(../img/index/back-line04.png);
	background-repeat: repeat-y;
}










/*-整理中-*/



.font-03 {
	color: #a41a29;
	back-line-height: 26px;
	font-size: 16px;
	font-weight: bold;
}

.font-04 {
	color: #a41a29;
	font-size: 13px;
	font-weight: bold;
}

.font-05 {
	back-line-height: 26px;
	font-size: 13px;
}

.font-06 {
	color: #FF0004;
	font-weight: bold;
	font-size: 20px
}

.font-07 {
	color: #fff;
	font-weight: bold;
	font-size: 16px
}

.font-08 {
	font-weight: bold;
}

.font-09 {
	font-size: 10px;
}

.font-10 {
	color: #FF0004;
}



/*-整理中-*/












/*------------------------------------------------------------
　　メインコンテンツ（トップページ）
------------------------------------------------------------*/

main .back-01 {
	background-image: url(../img/index/back-01.gif);
}


/*------------------------------------------------------------
　　フッター（共通）
------------------------------------------------------------*/

footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/footer/back-01.gif);
	background-repeat: repeat-x;
}

#footer-inner {
	width: 960px;
	margin: 0 auto;
}

#footer-inner a:link {
	color: #FFF;
	text-decoration: none;
}

#footer-inner a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer-inner a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer-inner a:active {
	color: #FFF;
	text-decoration: underline;
}

/*
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;

}

#page-top img {
	display: block;
}

*/


/* Contact */

#formWrap {
	width: 100%;
	margin: 0 auto;
	color: #555;
	line-height: 120%;
	font-size: 90%;
}

#formWrap p {
	font-size: 14px;
}

#formWrap table.formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 12px;
}

#formWrap table.formTable td,
table.formTable th {
	border: 1px solid #ccc;
	padding: 10px;
}

#formWrap table.formTable th {
	width: 30%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
}

#formWrap caption {
	text-align: left;
	margin: 1.5em 0 1em;
	font-size: 1.2em;
	line-height: 1.2;
}

#formWrap span.font_small {
	font-size: 0.8em;
}

#formWrap input[type="text"] {
	font-size: 18px;
	line-height: 1.5;
}

#formWrap textarea {
	font-size: 18px;
}

p.submit {
	margin: 3em 0 0;
}

p.submit input {
	padding: 0.5em;
	width: 20%;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
	#formWrap {
		width: 95%;
		margin: 0 auto;
	}

	#formWrap table.formTable th,
	table.formTable td {
		width: auto;
		display: block;
	}

	#formWrap table.formTable th {
		margin-top: 5px;
		border-bottom: 0;
	}

	#formWrap form input[type="text"],
	form textarea {
		width: 80%;
		padding: 5px;
		font-size: 110%;
		display: block;
	}

	#formWrap form input[type="submit"],
	form input[type="reset"],
	form input[type="button"] {
		display: block;
		width: 100%;
		height: 40px;
	}
}

/* contact_thanks */

button.btn_pink {
	border: 2px solid #ed8599;
	background: transparent;
	border-radius: 5px;
}

button.btn_pink a {
	display: block;
	font-weight: 600;
	color: #ed8599;
	padding: 0.5em 1em;
}

/*------------------------------------------------------------
　　add20240510
------------------------------------------------------------*/

.application-wrapper {
	width: 650px;
	color: #363636;
}

.dl-list {
	display: flex;
	list-style: none;
	padding-left: 0;
}

.dl-list a {
	color: #c3003f;
	text-decoration: underline;
	text-decoration-color: #c3003f;
	transition: all ease 0.3s;
}

.dl-list a:hover {
	opacity: 0.7;
}

.dl-list-item:not(:first-of-type) {
	margin-left: 1.5rem;
}

.order-ttl {
	margin-block-start: 0;
	margin-block-end: 0;
	margin-top: 2em;
}

.order-text {
	margin-block-start: 0;
	margin-bottom: 1.5rem;
	line-height: 1.6;
}

.adress-ttl {
	display: inline;
	background: black;
	color: #fff;
	padding: 5px;
}

.adress-text {
	margin-block-end: 0;
	margin-block-start: 0;
	margin-top: 0.5em;
}