@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 18px;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: none;
}
ul {list-style-type:none;}
li {list-style-type:none;}
table,
table tr th,
table tr td {border-collapse:collapse;}

body {
	margin: 0;
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	background: #FFF;
	font: 16px 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
	line-height: 1.4;
	color:#000000;
}

a {
    text-decoration: underline;
    color: #020efe;
    font-weight: bold;
}
a:link,a:visited {
    text-decoration: underline;
    color: #020efe; 
    font-weight: bold;
}
a:hover {
    text-decoration: none;
	color: #020efe;
    font-weight: bold;
}

img { max-width: 100%; }


/* margin-padding（マージン・パディング要素）
----------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------
	preset margin 
--------------------------------------------- */
.mt00 { margin-top:  0   !important;}
.mt05 { margin-top:  5px !important;}
.mt10 { margin-top: 10px !important;}
.mt12 { margin-top: 12px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}
.mt100 { margin-top: 100px !important;}

.mr00 { margin-right:  0   !important;}
.mr05 { margin-right:  5px !important;}
.mr10 { margin-right: 10px !important;}
.mr12 { margin-right: 12px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb00 { margin-bottom:  0   !important;}
.mb05 { margin-bottom:  5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb12 { margin-bottom: 12px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb100 { margin-bottom: 100px !important;}

.ml00 { margin-left:  0   !important;}
.ml05 { margin-left:  5px !important;}
.ml10 { margin-left: 10px !important;}
.ml12 { margin-left: 12px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml30 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}


/* ---------------------------------------------
	preset padding 
--------------------------------------------- */
.pt00 { padding-top:  0   !important;}
.pt05 { padding-top:  5px !important;}
.pt10 { padding-top: 10px !important;}
.pt12 { padding-top: 12px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right:  0   !important;}
.pr05 { padding-right:  5px !important;}
.pr10 { padding-right: 10px !important;}
.pr12 { padding-right: 12px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom:  0   !important;}
.pb05 { padding-bottom:  5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb12 { padding-bottom: 12px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left:  0   !important;}
.pl05 { padding-left:  5px !important;}
.pl10 { padding-left: 10px !important;}
.pl12 { padding-left: 12px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl30 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}

/* テキスト処理と画像の回り込み
----------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------
	text style
--------------------------------------------- */

/* 強調用 */
.txt_rb { color: #8a000e; font-weight:bold;}/*赤*/
.txt_yb { color: #d7bc5f; font-weight:bold;}/*イエロー*/
.txt_gb { color:#415012; font-weight:bold;}/*緑*/

.txt_r { color: #8a000e;}/*赤*/
.txt_y { color: #d7bc5f;}/*イエロー*/
.txt_g { color:#415012;}/*緑*/


.fNormal  { font-weight: normal;}
.fBold   { font-weight: bold;}
.fItalic { font-style: italic;}

.fS{ font-size:90%;}
.fSS{ font-size:80%;}
.fSSS{ font-size:70%;}

.fL{ font-size:120%;}
.fLL{ font-size:130%;}

/* ---------------------------------------------
	inline align
--------------------------------------------- */
.inlineL { text-align: left !important;}
.inlineC { text-align: center !important;}
.inlineR { text-align: right !important;}


/* ---------------------------------------------
	float
--------------------------------------------- */
.fltL {
	display: inline;
	float: left;
}
.fltR {
	display: inline;
	float: right;
}
.ft {
	overflow: hidden;
	zoom: 1;
}

/* ---------------------------------------------
	imgBox 
--------------------------------------------- */
.imgBoxL,
.imgBoxR {
display: block;
min-height: 1%;
}
.imgBoxL:after,
.imgBoxR:after {
clear: both;
content:".";
display: block;
height: 0;
visibility: hidden;
}
* html .imgBoxL,
* html .imgBoxR {
height: 1%;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}
.imgBoxL .fltImg {
display: inline;
float: left;
margin-right: 10px;
}
.imgBoxR .fltImg {
display: inline;
float: right;
margin-left: 10px;
}

/* ---------------------------------------------
	CLEARFIX 
--------------------------------------------- */

.cf:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf { display: inline-block; }


#container {
	padding: 0;
}

/* ---------------------------------------------
	figure　figcaption 
--------------------------------------------- */
figure{
	margin:0 0 20px 0;
}

figcaption{
	margin:15px 10px;
}

/*---------- ヘッダー ----------*/

#header {
	padding: 0;
	display: block;
	width: 640px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	height:100px;
	-webkit-box-shadow: #000 0px 0px 10px;/* Webkit */
    -moz-box-shadow: #000 0px 0px 10px;/* Firefox */
}

#header_f {
	padding: 0;
	display: block;
	width: 640px;
	z-index: 100;
	height:100px;
}

#header h1.headLogo {
	margin: 0;
	padding:0;
	width: 268px;
	float: left;
	display: block;
}

#header_f h1.headLogo {
	margin: 0;
	padding:0;
	width: 268px;
	float: left;
	display: block;
}

.menu {
	width: 72px;
	float: left;
}
.menu a {
	display: block;
}

.tel {
	width: 100px;
	float: left;
}
.tel a {
	display: block;
}

.mail {
	width: 100px;
	float: left;
}
.mail a {
	display: block;
}

.map {
	width: 100px;
	float: left;
}
.map a {
	display: block;
}



.containerTop{
	height:100px;
}

/*スライドナビ（メイン）*/
.top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
#nav { display:none; position: relative; }
#nav ul {
	background:#b5b5b5;
	padding:110px 20px 20px 20px;
}
#nav ul li {
	margin: 0 0 10px 0;
}
#nav ul li a {	
	height:20px;
	background:url(../images/mainmenuIcon.png) no-repeat #ffffff 3% 50%;
	line-height:20px;
	border-radius: 10px;
	padding:35px 10px 35px 50px;
	display: block;
	text-decoration: none;
	font-size:14px;
	color:#535353;
	font-weight:bold;
}

#nav ul li.navBlog a {	
	height:60px;
	background:url(../images/mainmenuIcon.png) no-repeat #ffffff 3% 50%;
	line-height:35px;
	border-radius: 10px;
	padding:20px 10px 20px 50px;
	display: block;
	text-decoration: none;
	font-size:16px;
	color:#535353;
	font-weight:bold;
}


#nav02 { display:none; position: relative; }
#nav02 ul {
	background:#e5d9ce;
	padding:110px 20px 20px 20px;
}
#nav02 ul li {
	margin: 0 0 10px 0;
}
#nav02 ul li a {
	height:20px;
	background:url(../images/mainmenuIcon2.png) no-repeat #ffffff 3% 50%;
	line-height:20px;
	border-radius: 10px;
	padding:40px 10px 40px 50px;
	display: block;
	text-decoration: none;
	font-size:16px;
	color:#535353;
	font-weight:bold;
}

/*レスポンスデバイス*/

ul.res{
	background:url(../images/resBg.png) no-repeat;
	padding-top:30px;
	padding-bottom:19px;
	border-top: solid 2px #1c0b0b;
	border-bottom: solid 2px #1c0b0b;
}

ul.res li{
	margin-bottom:12px;
}



/*---------- フッターナビ ----------*/
ul.footNav{
	margin:0;
	padding:0;
}

ul.footNav li{
	width:640px;
	margin:0;
	padding:0;
}

ul.footBnr{
	margin:20px 0;
	padding:0;
}

ul.footBnr li{
	width:320px;
	float:left;
	margin:0;
	padding:0;
	height:96px;
}



/*---------- フッター ----------*/
footer {
	margin: 0;
	padding: 0;
	width: 640px;
	clear: both;
}

#pagetop {
	position:fixed;
	z-index: 10;
	width: 130px;
	height: 105px;
	padding: 0;
	right:0;
	bottom: 0;
}

.footCopy{
	background:url(../images/copyrightBg.png) no-repeat;
	text-align:center;
	padding:20px 0;
	margin:0;
	height:45px;
	width:640px;
}

#privacy{
	text-align:center;
	margin:20px;
	line-height:150%;
	font-size:14px;
}

/*---------- コンテンツ ----------*/

article {
	margin: 0 0 100px;
	width: 640px;
}

article.flexslider{
	height:597px;
	clear:both;
	overflow:hidden;
}

article h2 {
	width:620px;
	background:url(../images/h2.png) no-repeat bottom;
	padding:40px 10px;
	margin-bottom:40px;
	font-size: 18px;
	font-weight: bold;
	line-height:20px;
	min-height:20px;
}

article h2.blog {
	width:620px;
	background:url(../images/h2.png) no-repeat bottom;
	padding:10px 10px;
	margin-bottom:40px;
	font-size: 18px;
	font-weight: bold;
	line-height:35px;
	min-height:20px;
}

article h3.img{
	width:640px;
	margin:0 0 20px 0;
	padding:0;
	height:52px;
}

article h3 {
	width:620px;
	background:url(../images/h3.png) no-repeat bottom;
	padding:0 10px;
	margin-bottom:40px;
	font-size: 18px;
	font-weight: bold;
	line-height:60px;
	color:#FFF;
}

article .movie{
	margin: 15px 0;
	padding: 20px;
	background: url(../images/movie_contents_bg.png) no-repeat center top #f4f4f4;
	text-align: center;
}
article .movie_box{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
article .movie iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: 10px solid #d4ad21;
	background: #d4ad21;
	box-sizing: border-box;
	box-shadow: 0 0 30px 5px rgba(0,0,0,.15);
}

article h3.indexFlow {
	width:630px;
	background:#f3f0e6;
	padding: 0;
	color: #535353;
	font-size: 14px;
	font-weight: bold;
	line-height:49px;
	height:49px;
	margin-bottom:25px;
}

article h3.qa {
	width:615px;
	background:#f3f0e6;
	padding: 10px 0 10px 15px;
	border-left:#f787ad 10px solid; 
	color: #535353;
	font-size: 16px;
	font-weight: bold;
	line-height:49px;
	height:49px;
	margin-bottom:10px;
}

article p { margin:10px; }

section {
	margin: 0 10px 20px;
}
section p { margin: 0 0 10px; }

.main_caption{
	font-size: 14px;
}

/*---------- indexOhaka ----------*/
ul.indexOhaka02 li{
	margin-bottom:35px;
	list-style-type:none;
}

ul.indexOhakaNayami{
	padding:10px 30px 0;
	background:url(../images/indexOhakaNayamiBg.png) no-repeat;
	height:305px;
}

ul.indexOhakaNayami li{
	background:url(../images/indexOhakaNayamiCheck.png) no-repeat;
	padding-left:45px;
	font-size: 14px;
	font-weight:bold;
	margin-bottom:20px;
	height:30px;
	line-height:30px;
}
ul.indexOhakaNayami li .txt_rb{
	font-size: 14px;
}
ul.indexOhakaLast li{
	list-style-type:none;
}

ul.indexPrice li{
	width:320px;
	float:left;
}

ul.indexPrice li.w{
	width:640px;
	float:left;
}


/* accodion部 dt */
dl.accordion1 { width:640px; margin:0; padding:0; }
dl.accordion1>dt {
    background: url(../images/indexFlowOpen.png) no-repeat 99.5% 50% #e5d9ce;
	padding:25px 80px 25px 10px;
	cursor:pointer;
	font-size:16px;
	border-top:#FFF 2px solid;
	border-bottom:#bfbfbf 1px dotted;
	line-height:120%;
	font-weight:bold;
}
dl.accordion1>dt.open {
    background: url(../images/indexFlowClose.png) no-repeat 99.5% 50% #e5d9ce;
}

dl.accordion1>dd {
	display:none;
	margin:10px;
	padding-bottom:50px;
}

.indexArea{
	margin:10px;
	padding:10px;
	background:#e5d9ce;
}

dl.indexAreaInfo{
	margin:15px 0 50px 0;
}

dl.indexAreaInfo dt,dl.indexAreaInfo dd{
	padding:15px 30px;
}

dl.indexAreaInfo dt{
	font-weight:bold;
	color:#814f1e;
}

dl.indexAreaInfo dd.g{
	background:#f4f4f4;
}



/*---------- indexBook ----------*/

dl.listInfo{
	margin:15px 0 50px 0;
}

dl.listInfo dt,dl.listInfo dd{
	padding:15px 30px;
}

dl.listInfo dt{
	font-weight:bold;
	color:#814f1e;
}

dl.listInfo dd.g{
	background:#f4f4f4;
}

.indexBookTit{
	border-bottom:#a48b77 2px dotted;
	color:#966135;
	font-weight:bold;
	padding:0 10px;
}

ul.indexBookGift li{
	list-style-type:disc;
	margin-left:60px;
}

/*---------- indexWork ----------*/
ul.indexWorkInterview li{
	list-style-type:none;
	margin-bottom:25px;
}

/* ---------------------------------------------
	contact/index.html
--------------------------------------------- */
ul.contactTop li{
	list-style-type:decimal;
	margin-left:60px;
}


dl.formBox{
	border:#CCC 1px solid;
	border-radius: 10px;
	margin:0 10px;
}

dl.formBox dt{
	background:#f4f4f4;
	padding:20px 10px;
	border-bottom:#CCC 1px solid;
	font-weight:bold;
}

dl.formBox dd{
	padding:20px 10px 40px;
	border-bottom:#CCC 1px solid;
}

dl.formBox dd.contactLast{
	border:none;
	line-height:70px;
}

textarea{
width:580px;
height:200px;
}

ul.slides1 li{
	height:597px;
}

ul.slides2 li{
	height:350px;
}



.indexPriceIconTxt{
	line-height:130%;
	margin-top:10px;
}

/* ---------------------------------------------
	kaimyo/index.html
--------------------------------------------- */

ul.kaimyoTopUl{
	background:#e5d9ce;
	padding:30px 10px;
}

ul.kaimyoTopUl li{
	background:url(../images/kaimyouKome.png) no-repeat;
	padding-left:25px;
	margin-bottom:10px;
	list-style-type:none;
}

ul.kaimyoNokotsuUl li{
	list-style-type:disc;
	margin-left:40px;
}

@media only screen and (orientation : landscape) { /*横向きの際に適用*/}