@charset "utf-8";

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */

html {
	font-size: 62.5%;
}
body {
	background-color: #ffffff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	color: #403300;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Verdana,Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.6;
}
a {
	color: #403300;
	text-decoration: none;
	-webkit-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	-o-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
}
a:hover {
	text-decoration: underline;
}
.a_reverse a,
a.reverse {
	text-decoration: none;
}
.a_reverse a[href]:hover,
a.reverse:hover {
	text-decoration: underline;
}

label {
	cursor: pointer;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sup {
	vertical-align: top;
	font-size: xx-small;
}

button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}
@media screen and (max-width: 680px) {
	img {
		max-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	iframe {
		max-width: 100%;
		height: 200px;
	}
}




/* pc / sp
============================================================================================================ */
.sp {
	display: none !important;
}
@media screen and (max-width: 680px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp, span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
}






/* font-family
============================================================================================================ */
.en {
	display: inline-block;
	padding-left: 3px;
	font-family: 'EB Garamond', serif;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	letter-spacing: 3px;
}

@media screen and (max-width: 680px) {
	.sp_mincho {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
		font-weight: normal;
	}
}


/* sp
============================================================================================================ */
@media screen and (max-width: 680px) {
	*[data-label]:before {
		content: attr(data-label);
	}
	*[data-label-r]:after {
		content: attr(data-label-r);
	}
	*[data-label] img {
		display: none;
	}
}



/* font-size
============================================================================================================ */
.fz_s {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.fz_m {
}
.fz_l {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
.fz_ll {
}
@media screen and (max-width: 680px) {
	.fz_s {
		font-size: 1.1rem;
	}
	.fz_l {
		font-size: 1.5rem;
	}
}

/* font-weight
============================================================================================================ */
.fwn {
	font-weight: normal !important;
}


/* color
============================================================================================================ */
.c_gold {
	color: #a18301;
}


/* w
============================================================================================================ */
.w {
	position: relative;
	display: block;
	width: 960px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mw {
	min-width: 980px;

}
.w:after,
.mw:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
@media screen and (max-width: 680px) {
	.w {
		width: auto;
		padding: 0;
	}
	.mw {
		min-width: 0;
	}
}



/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
	z-index: 3;
}
a.hv_wh:hover:after,
button.hv_wh:hover:after,
.hv_wh a:hover:after {
	background-color: rgba(255,255,255,0.3);
}

a:hover .hv_wh:after
{
	background-color: rgba(255,255,255,0);
}

a:hover .hv_wh 
{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a.hv_wh.hv_bl:hover:after,
button.hv_wh.hv_bl:hover:after,
a:hover .hv_wh.hv_bl:after,
.hv_wh.hv_bl a:hover:after {
	background-color: rgba(255,255,255,0.1);
}
@media screen and (max-width: 680px) {
	a.hv_wh:after,
	button.hv_wh:after,
	a .hv_wh:after,
	.hv_wh a:after {
		content: none;
	}
}

a.op_btn :hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* ヘッダー
============================================================================================================ */


#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 110px;
	z-index: 100;
	background-image: url("/crh_ssl/osechi2017/common/images/parts/bg_head_two.png");
	background-repeat: repeat-x;
	background-position: left top;
}

#header:before {

}


@media screen and (max-width: 680px) {
	#header {
		height: 110px;
		background-image: none;
	}
	#header:before {
	display: none;
	}
}
/* head
------------------------------------------------------------- */
#header .head {
	position: relative;
	height: 51px;
	z-index: 3;
}
#header .head h1 {
	padding-top: 12px;
}

@media screen and (max-width: 680px) {
	#header .head {
		width: auto;
		height: auto;
		border-bottom: 5px solid #4a017d;

	}
	#header .head h1 {
		position: relative;
		padding: 5px 10px;
		background-color: #fff;
		z-index: 20;
	}
	#header h1 a {
		display: block;
		width: 300px;
		height: 38px;
		background: url(../images/head/logo_sp.png) no-repeat 50%;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	#header h1 img {
		display: none;
	}
}


/* フッター
============================================================================================================ */
#footer {
	position: relative;
	background-color: #46220e;
	padding-top: 50px;
	padding-bottom: 0px;
	margin-bottom: 0;
	margin-top: 80px;	
}

@media screen and (max-width: 680px) {
}


/* nav
------------------------------------------------------------- */
#footer nav {

}
#footer nav .gnav {

}
#footer nav .gnav ul {
	display: table;
	margin: 0 auto;
}
#footer nav .gnav li {
	display: table-cell;
}
#footer nav .gnav li a {
	display: block;
	padding: 10px 22px;
	color: #ffffff;
	text-decoration: none;	
}
#footer nav .gnav li a:hover {
	color: #eaeaea;
	text-decoration: underline;
}

#footer nav .fnav {
	display: table;
	margin: 0 auto;
	font-size: 13px;
	font-size: 1.3rem;
}
#footer nav .fnav li {
	display: table-cell;
}
#footer nav .fnav li a {
	display: block;
	padding: 10px 22px;
	color: #ffffff;
	text-decoration: none;
}
#footer nav .fnav li a:hover {
	color: #eaeaea;
	text-decoration: underline;
}

@media screen and (max-width: 680px) {
	#footer nav .gnav {
		display: none;
	}
	#footer nav .fnav {
		display: none;
	}
	#footer nav .fnav:after {
		content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
	}
	#footer nav .fnav li {
		display: block;
		float: left;
		width: 50%;
	}
	#footer nav .fnav li a {
		position: relative;
		padding: 10px 5px;
		border-bottom: 1px solid #222;
	}
	#footer nav .fnav li a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 8px;
		width: 6px;
		height: 6px;
		margin-top: -4px;
		border-right: 2px solid #444;
		border-top: 2px solid #444;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#footer nav .fnav li:nth-child(2n) a {
		border-left: 1px solid #222;
	}
}




/* info
------------------------------------------------------------- */
#footer .info {
	padding: 35px 0 20px 0;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	color: #ffffff;
	letter-spacing: 1px;
}
#footer .info .logo {
	margin-bottom: 5px;
}
#footer .info .logo a {
	display: block;
	width: 340px;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
}
#footer .info .logo a span {
	display: block;
	margin-top: 0px;
}
#footer .info .address span {
	text-align: center;
}
#footer .info .foot_contact {
	margin: 15px 0 0 0;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}
#footer .info .foot_tel {
	margin: 5px 0 10px 0;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 100%;
}
#footer .info .foot_tel a {
	color: #ffffff;
	text-decoration: none;
}

#footer .info .foot_tel small {
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (max-width: 680px) {
	#footer .info {
		padding: 15px 0;
		letter-spacing: 0;
		font-size: 1.1rem;
	}
	#footer .info .logo {
		margin-bottom: 10px;
	}
	#footer .info .logo a {
		width: 280px;
		font-size: 1.1rem;
		letter-spacing: 1px;
	}
	#footer .info .address span {
		display: block;
		padding-right: 0;
	}
	#footer .info .address a {
		text-decoration: underline;
	}
}

/* copyright
------------------------------------------------------------- */
#footer .copyright {
	height: 70px;
	padding-top: 22px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .copyright small {
	font-size: 13px;
	font-size: 1.3rem;
	color: #ffffff;
}

@media screen and (max-width: 680px) {
	#footer .copyright {
		height: auto;
		padding: 10px 0;
		line-height: 1.3;
	}
	#footer .copyright small {
		font-size: 1rem;
	}
}



/* ===================================================================================================================

	コンテンツ

=================================================================================================================== */
#container {
	position: relative;
	padding-top: 0px;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #ffffff;
	margin-top: 80px;
	margin-bottom: 0;
}
@media screen and (max-width: 680px) {
	#container {
		padding-top: 20px;
		font-size: 1.3rem;
		margin-top: 20px;	
	}
}


/* ===================================================================================================================

	共通モジュール

=================================================================================================================== */

/* section
============================================================================================================ */
* + .section {
	margin-top: 40px;
}
@media screen and (max-width: 680px) {
	* + .section {
		margin-top: 30px;
	}
}

/* sp_p
============================================================================================================ */
@media screen and (max-width: 680px) {
	.sp_p {
		padding: 15px;
	}
}


/* title
============================================================================================================ */

/* en_line_title
------------------------------------------------------------- */
.en_line_title {
	text-align: center;
	color: #fff;
}
.en_line_title .en {
	display: block;
	margin-bottom: 20px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.3;
}
.en_line_title .en small {
	font-size: 60%;
	margin-left: 0.5em;
}
.en_line_title .en:after {
	content: "";
	display: block;
	width: 120px;
	margin: 10px auto 0;
	border-top: 2px solid #6c5501;
}
@media screen and (max-width: 680px) {
	.en_line_title .en {
		margin-bottom: 10px;
		font-size: 2rem;
	}
	.en_line_title .en:after {
		margin-top: 10px;
	}
	.en_line_title *[data-label] {
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
}


/* title
------------------------------------------------------------- */
.sec_title {
	text-align: center;
	line-height: 1.3;
	margin-bottom: 2px;
	font-size: 30px;
	font-size: 3.0rem;
	color: #2a090b;
	font-weight: normal;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.sec_title.nonimg {
	padding-top: 30px;

}
.sec_title .secsubtit {
	color: #d5a700;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;	
}

.sec_title span.cat_tit {
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 680px) {
	.sec_title {
		font-size: 2.0rem;
	}
}





/* column2
============================================================================================================ */
.column2 > * {
	float: left;
	width: 470px;
}
.column2 > * + * {
	float: right;
}

@media screen and (max-width: 680px) {
	.column2 > * {
		float: none;
		width: auto;
	}
	.column2 > * + * {
		float: none;
		margin-top: 10px;
	}
}




/* table
============================================================================================================ */
table.basic {
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
}
table.basic.fixed {
	table-layout: fixed;
}
table.basic th,
table.basic td {
	padding: 15px 10px;
}
table.basic tbody th {
	background-color: #46220e;
	color: #fff;
}
table.basic tbody tr + tr th {
	border-top: 1px solid #fff;
}

table.basic tbody tr + tr td {
	border-top: 1px solid #46220e;
}
table.basic.td_cetner td {
	text-align: center;
}
table.basic.td_right td {
	text-align: right;
}

table .w10 {width: 10%;}
table .w15 {width: 15%;}
table .w20 {width: 20%;}
table .w25 {width: 25%;}
table .w30 {width: 30%;}
table .w35 {width: 35%;}
table .w40 {width: 40%;}
table .w45 {width: 45%;}
table .w50 {width: 50%;}

@media screen and (max-width: 680px) {
	table.basic {
	}
	table.basic th,
	table.basic td {
		padding: 10px;
		line-height: 150%;
	}
	.radioelement {
	display: block;
	margin: 2px 0;
	}
	.checkelement {
	display: block;
	margin: 2px 0;	
	}
	textarea.textarea {
	width: 90%;
	display: block;
	margin: 5px 0;		
	}
	span.red {
	display: block;
	color: #dd4650;
	}
	td input.text {
	width: 10em;
	}
	td input.text_s {
	width: 5em;
	}
	span.sp_block {
	margin: 5px 0;
	display: block;
	}
}

td input.text {
	width: 10em;
}
td input.text_s {
	width: 5em;
}
span.pc_block {
	margin: 5px 0;
	display: block;
	}
.btn_box {
margin: 20px 0;
text-align: center;
}
.red02 {
	color: #dd4650;
	}
table.basic th {
		width: 30% !important;
	}	
table.basic td {
		width: 70% !important;
	}	



#contact_form{
margin: 20px 0;

}


