@charset "Shift_JIS";




/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


	/* nav
	----------------------------------------------- */
	
	.nav__item--contact a {
		background-position: -580px -90px;
	}


	/* contents
	----------------------------------------------- */

	.contents {
		padding: 0;
	}

	.contents__side {
		width: 260px;
	}
	.contents__main {
		width: 430px;
	}

	.contents__side a {
		text-decoration: underline;
	}
	.contents__side a:hover {
		text-decoration: none;
	}

	.contents__title {
		text-align: center;
	}


	/* description
	----------------------------------------------- */

	.description {
		padding: 0 0 30px;
		background: url(../../contact/images/frame_top.png), url(../../contact/images/frame_bottom.png), url(../../contact/images/frame_bg.png);
		background-position: center top, center bottom, center top;
		background-repeat: no-repeat, no-repeat, repeat-y;
	}


	/* form
	----------------------------------------------- */

	.form {
		padding: 15px 30px 30px;
		background-color: #fff;
		background-image: url(../../product/images/frame-item_top.png), url(../../product/images/frame-item_bottom.png), url(../images/frame-contents_left.png), url(../images/frame-contents_right.png);
		background-position: center top, center bottom, left top, right top;
		background-repeat: no-repeat, no-repeat, repeat-y, repeat-y;
		background-size: 100% 10px, 100% 10px, auto, auto;
		box-sizing: border-box;
	}
	.form__block {
		margin: 15px 0 0;
		width: 100%;
		border-top: 1px solid #d2c8b9;
	}
	.form__title,
	.form__content {
		font-size: 1.3rem;
		line-height: 1.5;
		vertical-align: top;	
		border-bottom: 1px solid #d2c8b9;
	}
	.form__title {
		width:1%;
		font-weight: 700;
		text-align: left;
		white-space: nowrap;
		padding: 7px 15px 7px 0;
	}
	.form__content {
		padding: 7px 0;
		vertical-align: middle;
		border-bottom: 1px solid #d2c8b9;
	}
	.form__subtitle {
		font-size: 1rem;
	}

	.form__summary p {
		margin: 15px auto 0;
		font-size: 1.3rem;
		line-height: 1.5;
	}

	/* icon */
	.form__icon {
		font-size: 1rem;
		font-weight: 700;
		color: #aaa;
		vertical-align: middle;
	}
	.form__icon--red {
		color: #cc3300;
	}

	/* parts */
	.form__text,
	.form__num,
	.form__note {
		margin: 5px 0 0;
		width: 100%;
		border: 1px solid #c8c8c8;
		box-sizing: border-box;
	}
	.form__num {
		width: 80px;
	}
	.form__note {
		height: 130px;
	}
	.form__text--need,
	.form__num--need,
	.form__note--need {
		background: #f5f0eb;
	}
	.form__buttons {
		margin: 15px 0 0;
		display: flex;
		justify-content: center;
	}
	.form__button-item {
		padding: 0 5px;
		width: calc(100% / 2);
		box-sizing: border-box;
	}
	.form__button,
	.form__link a {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 10px auto 0;
		max-width: 300px;
		width: 100%;
		height: 40px;
		color: #9a725b;
		font-size: 1.3rem;
		font-weight: 700;
		text-align: center;
		border: 2px solid #b99678;
		border-radius: 6px;
		outline: none;
		background: #fff;
		box-sizing: border-box;
		cursor: pointer;
	}
	.form__button--gray {
		color: #b4b4b4;
		border-color: #b4b4b4;
	}

	/* alert */
	.form__alert {
		margin: 10px 0 0;
		padding: 5px 30px;
		color: #cc3300;
		border: 1px solid #cc3300;
	}
	.form__alert li {
		font-size: 1.3rem;
		line-height: 1.5;
		list-style: disc;
	}


}



/* mobile
----------------------------------------------- */

@media only screen and (max-width:999px) {


	/* contents
	----------------------------------------------- */

	.contents {
		padding: 0;
	}
	.contents__side a {
		text-decoration: underline;
	}


	/* form
	----------------------------------------------- */

	.form {
		margin: 20px 6px 12px;
		padding: 0 0 30px;
		background: #fff;
		border-radius: 6px;
	}
	.form__block {
		margin: 20px 0 0;
		width: 100%;
	}
	.form__title,
	.form__content {
		display: block;
		width: 100%;
		font-size: 1.5rem;
		line-height: 1.5;
		text-align: left;
		vertical-align: top;	
		box-sizing: border-box;
	}
	.form__title {
		padding: 15px 20px 0;
		border-top: 1px solid #d2c8b9;
	}
	.form__content {
		padding: 10px 20px 15px;
	}
	.form__subtitle {
		font-size: 1.3rem;
	}
	.form__summary p {
		padding: 20px 20px 0;
		font-size: 1.5rem;
		line-height: 1.5;
		text-align: justify;
	}

	/* icon */
	.form__icon {
		font-size: 1.3rem;
		font-weight: 700;
		color: #aaa;
		vertical-align: middle;
	}
	.form__icon--red {
		color: #cc3300;
	}

	/* parts */
	.form__text,
	.form__num,
	.form__note {
		margin: 5px 0 0;
		padding: 8px 10px;
		width: 100%;
		border: 1px solid #c8c8c8;
		box-sizing: border-box;
	}
	.form__num {
		width: 46%;
	}
	.form__note {
		height: 250px;
	}
	.form__text--need,
	.form__num--need,
	.form__note--need {
		background: #f5f0eb;
	}
	.form__buttons {
		margin: 0 30px;
		text-align: center;
	}
	.form__button,
	.form__link a {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 10px auto 0;
		max-width: 300px;
		width: 100%;
		height: 50px;
		color: #9a725b;
		font-size: 1.5rem;
		font-weight: 700;
		border: 2px solid #b99678;
		border-radius: 6px;
		outline: none;
		background: #fff;
		box-sizing: border-box;
		cursor: pointer;
	}
	.form__button--gray {
		color: #b4b4b4;
		border-color: #b4b4b4;
	}

	/* alert */
	.form__alert {
		margin: 15px 20px 0;
		padding: 5px 10px 5px 30px;
		color: #cc3300;
		border: 1px solid #cc3300;
	}
	.form__alert li {
		font-size: 1.5rem;
		line-height: 1.5;
		list-style: disc;
	}



}