@charset 'UTF-8';
/*-------------------------------------------------------------------

	DEFAULT CSS RESET

-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}
table {
	border-collapse:collapse;
}
fieldset,img { border:0; }
img{ vertical-align:bottom; }
a img{ 	text-decoration:none; }
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul { list-style:none; }
th,caption { text-align:left; }


/*-------------------------------------------------------------------

	DEFAULT SETTING

-------------------------------------------------------------------*/
body {
	text-align:left;
	font-size:1.4rem;
	line-height:1.6;
	color:#333;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", osaka;
	background-color: #FFF;
}

h1{
	font-size:80%;
}
#header {
	background-color: #FFF;
	height: 100px;
}

#header_cont {
	height: 100px;
	padding: 0px;
	width: 920px;
	max-width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header_cont .h_logo {
	position: absolute;
	top: 35px;
	left: 0px;
}
#header_cont .h_tel {
	position: absolute;
	top: 40px;
	left: 337px;
}
#header_cont .h_order {
	position: absolute;
	top: 35px;
	right: 0px;
}
#mv {
	background-color: #EEEBE4;
}

#mv_cont {
	height: 420px;
	width: 1026px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #EEEBE4 url(../img/bg_mv.jpg) no-repeat left top;
}
#mv_cont h2 {
	position: absolute;
	top: 40px;
	right: -1px;
}


.under {
	background-color: #FFF;
	background-image: none;
}


.under_article {
	padding-bottom: 30px;
	width: 860px;
	max-width: 100%;

	margin-right: auto;
	margin-left: auto;
}
.under_article p {
	text-align: center;
}
.under_article .title {
	font-size: 120%;
	font-weight: bold;
	color: #F58878;
	margin-bottom: 10px;
}

#cmn_mv h2 {
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	background-color: #9E873F;
	height: 80px;
	line-height: 80px;
	margin-bottom: 30px;
}

a:link{
	color:#C7A438;
	text-decoration: none;
}
a:visited{
	color:#C7A438;
	text-decoration: none;
}
a:hover,
a:active{
	color:#C7A438;
	text-decoration: underline;
}



/*-------------------------------------------------------------------

	container

-------------------------------------------------------------------*/
.container{
	margin-top: 0;
	width: 100vw;

}

/*-------------------------------------------------------------------

	Foot Area

-------------------------------------------------------------------*/
.foot_area{
	clear:both;
	text-align:center;
	font-size: 92%;
	background-color: #9E873F;
	padding: 0;
}
.foot_area_inner{
	width:1030px;
	max-width: 100%;

	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.foot_copy{
	clear:both;
	text-align: center;
	color: #FFF;
}

/*-------------------------------------------------------------------

	COMMON CLASS

-------------------------------------------------------------------*/
.bold{ font-weight:bold; }
.text_pink{ color:#FF6699; }
.text_red{
	color: #C00;
}
.font70{ font-size:70%; }
.font80{ font-size:80%; }
.font90{ font-size:90%; }
.font110{ font-size:110%; }
.font120{ font-size:120%; }
.font130{ font-size:130%; }
.font140{ font-size:140%; }
.font150{ font-size:150%; }
.ml10{ margin-left:10px; }
.ml100 {
	margin-left: 100px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.tm40 {
	padding-top: 40px;
}


.pb20 {
	padding-bottom: 20px;
}
p.strong {
	padding-top:10px;
	color:#993366;
	font-size:120%;
}
ul.circle{
	padding-left:2em;
	list-style:circle;
}
.text_left{
	text-align:left;
}
.text_right{
	text-align:right;
}
.text_center{
	text-align:center;
}
.right_item{
	float:right;
}
.left_item{
	float:left;
}
.clr{ clear:both; }
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
.clearfix {
	zoom:1;
}
* html .clearfix {
    display: inline-block;
}
/* no ie mac \*/
* html .clearfix {
	height: 1%;
	clear: both;
}
.clearfix { display: block; }
/* */

.displayNone{
	display: none;
}
table.basic {
	width: 860px;
	max-width: 100%;


	table-layout:fixed;
}
.basic tr th {
	background-color: #F9F8F7;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C8BEB5;
	border-bottom-color: #C8BEB5;
}
.basic tr td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C8BEB5;
	border-bottom-color: #C8BEB5;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.date tr th {
	background-color: #FFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}

.date tr td {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}

table.date {


}
.fmStep {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.fmStep li {
	display: inline;
	margin:0 5px;
}.must {
	color: #E3007E;
	font-size: 80%;
	font-weight: bold;
}
.txt_red  {
	color: #E3007E;
	font-size: 70%;
	font-weight: bold;
}
.form_btn {
	text-align: center;
	padding-top: 20px;
}
.submitWrapper{ text-align: center; margin:40px auto 20px auto;}
.submitBtn{ padding:18px 100px 22px; background: #cc6699; -webkit-border-radius: 30px; border-radius: 30px;color: #fff;
border: none;
font-size: 1.8rem;}
.submitBackBtn{ padding:18px 100px 22px; background: #666;color: #fff;
	border: none; -webkit-border-radius: 30px;margin-top: 20px; border-radius: 30px;}
#lowerFormTitle{ font-size:34px;}
.lowerSubmit{}
.leftLowerSubmit{ float:left; width:50%; box-sizing:border-box; text-align:right; padding-right:2rem;}
.rightLowerSubmit{ float:left; width:50%; box-sizing:border-box; text-align:left; padding-left:2rem;}
