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

body{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

a img { transition: 0.6s ; }
a img:hover { opacity: 0.7 ; }
img {max-width:100%;}

.clear{clear:both;}

.clear-fix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0.1em;
    height: 0.1px;
    line-height: 0;
    visibility: hidden;
}


@media (max-width: 768px) {
    .kie {display:none;
}
}


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

   01.header

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

.headerArea {
	padding-top:20px;
	padding-bottom:30px;
}

.headerArea h1 {
}

.header_adress {
	font-size:80%;
	color:#999;
	margin:16px 0 0 8px;

}

ul.header-link {
	text-align:right;
}

ul.header-link li {
	display:inline;
	padding-left:10px;
}


.header-tel {
	margin-top:42px;
	text-align:right;
}




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

   02.TOP page

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

.mvArea {
	background-color:#ffe7e7;
	margin-bottom:40px;
	z-index:0;
}

.mvBox {
	background:url(../img/mv_01.jpg) center top no-repeat; 
	position:relative;
	height:550px;
}


.mvText {
	position:relative;
	left:65%;
	top:40px;
	width:200px;
}

.mvText_sp {
	display:none;
}

#mainVisual > div{
z-index: 1 !important;
}



@media (max-width: 768px) {
.mvBox {
	background:url(../img/mv_s_01_s.jpg) center bottom no-repeat; 
	position:relative;
	height:300px;
}

.mvText {
	display:none;
}

.mvText_sp {
	display:inherit;
	text-align:center;
	padding-top:180px;
}

}




.topCont01 {
}

.topCont01 dt {
	padding-bottom:5px;
	border-bottom:3px #cc0000 solid;
	font-weight:normal;
	font-size:18px;
	line-height:180%;
}

.topCont01 dd {
}


.topCont02 h3 {

}
.topCont02 h3 {
	padding-bottom:15px;
	border-bottom:3px #cc0000 solid;
	margin-bottom:15px;
}

.topCont02Box {
	line-height:200%;
}

.topCont02Box .kanban {
	text-align:center;
	float:right;
	font-size:10px
}

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

   03.footerArea

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

.footerArea {
	margin-top:40px;
	background-color:#cc0000;
	padding-top:65px;
	padding-bottom:150px;
	color:#fff;
	line-height:200%;
}

.footerArea a {
	color:#fff;
	text-decoration:none;
}

.footerArea a.hover {
	text-decoration:underline;
	color:#cdcdcd;
}


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

   04.下層ページ

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

.pankuzu {
	font-size:12px;
}


.contBox h2 {
	margin:15px auto 30px;;
}

.contBox p {
	text-align:left;
	line-height:180%;
	width:75%;
	margin-left:10%;
}

.contBox {
	padding-bottom:40px;
	margin-bottom:40px;
}

@media (max-width: 768px) {
.contBox {
	border-bottom:2px dotted #c00;
}

.contBox p {
	width:100%;
	margin:auto;
}
}

h2.pageTitle {
	background:#c00;
	color:#fff;
	padding:15px;
	margin:0 auto 20px
}



.itemArea {
	margin-top:30px;
	margin-bottom:60px;
}

.itemBox {
}
.baraArea {
	margin-top:30px;
	margin-bottom:60px;
}


/*-- ご注文について --*/

.telBox {
	padding-top:30px;
	padding-bottom:50px;
	font-size:48px;
	letter-spacing:10%;
}

.telBox span {
	font-size:18px;
}



#QandA-2 {
	width: 100%;
	font-family: メイリオ;
	font-size: 12px; /*全体のフォントサイズ*/
}
#QandA-2 h3 {
	font-size: 16px;
	margin-top: 32px;
}
#QandA-2 dl {
	border: 1px solid #ccc;
}
#QandA-2 dt {
font-weight: bold;
	color: #111;
	background: #f4f4f4; /* 「Q」タイトルの背景色 */
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#QandA-2 dt:first-child {
	border-top: none;
}
#QandA-2 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#QandA-2 dd {
	padding: 16px 16px 24px 30px;
	margin: 0;
	line-height: 140%;
}
#QandA-2 dd:first-line {
	font-weight: bold;
	color: #bf0000;
}
#QandA-2 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	margin-left: -21px;
}
-->



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

  ページTOPに戻るボタン

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



.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.pagetop a {
    display: block;
	border-radius:10px;
	border:10px #fff solid;
    text-align: center;
	width:120px;
	line-height:100px;
    color: #FFF;
    font-size: 40px;
    text-decoration: none;
    background-color: #c00;
}
 
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #c00;
}




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

.pagetop a {
	width:80px;
	line-height:60px;
}

}