@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------
トップ、ページのレイアウト元部分
-----------------------------------------------------------------*/

#fade1{
     display: none;
}

#fade2{
     display: none;
}

.sp_menu {
    position: fixed;
    right: 15px;
    top: 15px;
}

.top_movie_bg {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    bottom:0;
}

/* video */

.top_movie_box {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height:100vh
}

.top_movie {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

/* text */

.top_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top_copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  color:#FFFFFF;
  text-align:center;
  font-size:10px;
}

.top_sns {
  position: absolute;
  bottom: 30px;
  left: 10px;
  width: 100%;
}

.top_sns li {
float: left;
position: relative;
display: inline-block;
margin-right:6px;
}

.p_logo {
width:50%;
margin:30px auto 40px;
text-align:center;
}

.p_contents {
width:100%;
color:#FFFFFF;
line-height:150%;
font-size:14px;
text-align:center;
margin:0 auto;
}

.p_copyright {
  width: 100%;
  color:#FFFFFF;
  text-align:center;
  font-size:10px;
}

.p_sns {
  width: 90%;
  padding:0 0 5px 10px;
}

.p_sns li {
float: left;
position: relative;
display: inline-block;
margin-right:6px;
}

/*https://webparts.cman.jp/box/bgfade/*/

.greeting_bg::before {
  background: url(../img/greeting_bg.jpg) no-repeat center;/* 画像（ここにfixedは入れない） */
  background-size: cover;/* cover指定できる */
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -10000;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */

  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  filter: opacity(50%);
}

.chef_bg::before {
  background: url(../img/chef_bg.jpg) no-repeat center;/* 画像（ここにfixedは入れない） */
  background-size: cover;/* cover指定できる */
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -10000;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */

  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  filter: opacity(50%);
}

.menu_bg::before {
  background: url(../img/menu_bg.jpg) no-repeat center;/* 画像（ここにfixedは入れない） */
  background-size: cover;/* cover指定できる */
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -10000;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */

  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  filter: opacity(50%);
}

.information_bg::before {
  background: url(../img/information_bg.jpg) no-repeat center;/* 画像（ここにfixedは入れない） */
  background-size: cover;/* cover指定できる */
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -10000;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */

  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  filter: opacity(50%);
}

.reserve_bg::before {
  background: url(../img/reserve_bg.jpg) no-repeat center;/* 画像（ここにfixedは入れない） */
  background-size: cover;/* cover指定できる */
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -10000;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */

  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  filter: opacity(50%);
}

.recruit_bg::before {
  background: url(../img/recruit_bg.jpg) no-repeat center;/* 画像（ここにfixedは入れない） */
  background-size: cover;/* cover指定できる */
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -10000;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */

  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  filter: opacity(50%);
}

.p_alpha {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.wrapper::before {
  background: url(../img/test_bg4.jpg) no-repeat center;/* 画像（ここにfixedは入れない） */
  background-size: cover;/* cover指定できる */
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */

  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn { /*上で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}


.infomation-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 34px;
    margin: 25px auto 0 auto;
    font-family: "Arapey", serif;
    border: solid 1px #e5e5e5;
    font-size: 1.6rem;
	color:#FFFFFF;
	text-decoration:none;
	font-size:15px;
}

.infomation-btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    margin: 25px auto 0 auto;
    font-family: "Arapey", serif;
    border: solid 1px #e5e5e5;
    font-size: 1.6rem;
	color:#FFFFFF;
	text-decoration:none;
	font-size:15px;
}

body {
	font-size: 100%;
	text-align: justify;
	-webkit-text-size-adjust: none; /*文字サイズの自動調整をオフ*/
	line-height:1.2em;
	background-color:#000;
	word-wrap: break-word;
	margin:0;
	padding:0;
}

td {
word-break:break-all
}

.clear_fix{
	overflow: hidden;
	display: inline-block;
}
.clear_fix:after{
	cotent:".";
	display: block;
	visibility: hidden;
	height:0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear:both;
}

h1 {
	font-size:9px;
	color:#FFF;
	padding-left:5px;
	font-weight: normal;
}
/*-----------------------------------------------------------------
jQueryフェードインフェードアウト
-----------------------------------------------------------------*/
#viewer {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#viewer img {
	width: 94%;
	left:3%;
	position: absolute;
}

/*-----------------------------------------------------------------
背景
-----------------------------------------------------------------*/
#content{
	-moz-background-size:100% auto;
	background-size:100% auto; 
	overflow:hidden;
}
#top_bg1{
	background-image:url(../img/sp_header_bg.png);
	padding-bottom:5px;
}
#top_bg2{
	-moz-background-size:100% auto;
	background-size:100% auto; 
	overflow:hidden;
	background-color:#990000;
}

/*-----------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------*/
header{
	overflow:hidden;
	display:block;
	height:100%;
}
#logo{
	width:88%;
	height:100%;
	text-align:center;
	margin:0 auto 0px;

}

#logo2{
	width:69%;
	height:100%;
	text-align:center;
	margin:0 auto 0px;

}

#logo3{
	width:82%;
	height:100%;
	text-align:center;
	margin:0 auto 5px;

}


#headmenu{
	width:96%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
    overflow: hidden;
}


#headmenu:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #headmenu {
    height: 1em;
    overflow: visible;
}


#Btn_home{
	float:left;
	width:25%;
	text-align:center;
}
#Btn_menu{
	float:left;
	width:25%;
	text-align:center;
}
#Btn_tel{
	float:left;
	width:25%;
	text-align:center;
}
#Btn_mail{
	float:left;
	width:25%;
	text-align:center;
}
.headerBtn{
	float:left;
	margin:0;
	padding:0;
	width:25%;
}


#snsmenu{
	width:96%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
    overflow: hidden;
}


#snsmenu:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #snsmenu {
    height: 1em;
    overflow: visible;
}


#sns_facebook{
	float:left;
	width:33%;
	text-align:center;
}
#sns_twitter{
	float:left;
	width:33%;
	text-align:center;
}
#sns_ameblo{
	float:left;
	width:33%;
	text-align:center;
}
.snsBtn{
	float:left;
	margin:0;
	padding:0;
	width:25%;
}


/*-----------------------------------------------------------------
パンくず
-----------------------------------------------------------------*/
#top_text {
	font-size:10px;
	color:#fff;
	padding-right:10px;
	font-weight: normal;
	text-align:right;
	margin-bottom:5px;
}
#top_text a {
	color:#fff;
}

/*-----------------------------------------------------------------
メイン画像
-----------------------------------------------------------------*/
#mainimg{
	width:100%;
    margin-left:auto;
	margin-right:auto;
	clear:both;
	margin-bottom:10px;
	text-align:center;
}

#p_mainimg{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	margin-bottom:0px;
	text-align:center;
}
/*-----------------------------------------------------------------
スライダー
-----------------------------------------------------------------*/
#slide_img_wrapper{
	padding-bottom:10px;
	text-align:center;
	position:relative;
}

#sp_logo{
	position:absolute;
	width:100%;
	z-index:100;
}

#sp_logo img{
	width:75%;
}

#pv_text {
	position:absolute;
	width:100%;
	z-index:100;
	top:55%;
}

#pv_text img{
	width:70%;
}

#pv_text2 {
	position:absolute;
	width:100%;
	z-index:100;
	top:65%;
}

#pv_text2 img{
	width:60%;
}

.bxslider li img{
	width:100%;
	margin:0 auto;
}
#slide_img_wrapper2{
	padding:0px 0 20px;
	text-align:center;
}
#top_bg{
	padding-bottom:20px;
	background-image:url(../img/bg.png);
	
}
.bxslider2 li img{
	width:85%;
	margin:0 auto;
	padding-bottom:10px;
}

/*タイトル共通スタイル*/
.nav_title_bg{
	width:100%;
	background-color:#000;
	position:relative;
}

.nav_title{
	font-size:17px;
	color:#FFF;
	padding:0 0 0 0.8em;
	line-height:46px;
	font-weight:bold;
	border-left:solid #444 4px;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}

.menu_sns1{
	position:absolute;
	top:8px;
	right:45px;
}

.menu_sns2{
	position:absolute;
	top:8px;
	right:10px;
}

.top_title{
	width:94%;
	margin:15px auto 10px;
	text-align:center;
}
.top_title2{
	width:94%;
	margin:25px auto 10px;
	text-align:center;
}
.top_title3{
	width:94%;
	margin:35px auto 10px;
	text-align:center;
}

.title{
	font-size:17px;
	color:#FFF;
	padding:0 0 0 0.8em;
	font-weight:bold;
	background-color:#000;
	line-height:40px;
	border-left:solid #F20013 4px;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}
.title_under{
	font-size:13px;
	color:#fff;
	padding:8px 0 8px 0.9em;
	font-weight:bold;
	background-color:#C09960;
}

.msl_title{
	font-size:17px;
	color:#fff;
	padding:13px 0 13px 0.8em;
	font-weight:bold;
	background-color:#420000;
}

.msl_title a{
	color:#fff;
	text-decoration:underline;
}

.title a {
	color:#fff;
	text-decoration:underline;
}
 
.title1{
	font-size:15px;
	color:#fff;
	padding:10px 0 10px 0.8em;
	font-weight:bold;
	background-color:#000;
	border-top:1px solid #933131;
	border-bottom:1px solid #933131;
}

.t_title{
	background-color:#ff9900;
	font-size:18px;
	color:#fff;
	padding:15px 0 15px 0.8em;
	font-weight:bold;
}

.title2{
	background-color:#ff9900;
	font-size:12px;
	color:#fff;
	padding:0.2em 0 0.2em 0.8em;
	font-weight:bold;
}

.title3{
	font-size:16px;
	color:#fff;
	padding:10px 0 10px 0.8em;
	font-weight:bold;
	background-color:#5B7EBF;
}

.title4{
	font-size:16px;
	color:#330000;
	padding:10px 0 10px 0.8em;
	font-weight:bold;
	background-color:#FFEFEF;
}

.title5{
	font-size:16px;
	color:#330000;
	padding:10px 0 10px 0.8em;
	font-weight:bold;
	background-color:#F8F3EB;
}

/*-----------------------------------------------------------------
top_banner 1段目
-----------------------------------------------------------------*/
#item02_1{
	width:95%;
	margin:0 auto;
	overflow:hidden;
}
#item02_1 .box{
	width:49%;
}
#item02_1 #item02_box01{
	float:left;
	text-align:right;
	margin:0 1% 0 0;
}
#item02_1 #item02_box02{
	float:right;
	text-align:left;
	margin:0 0 0 1%;
}
/*-----------------------------------------------------------------
top_banner 2段目
-----------------------------------------------------------------*/
#item02_2{
	width:95%;
	margin:0 auto 10px;
	overflow:hidden;
}
#item02_2 .box{
	width:49%;
}
#item02_2 #item02_box01{
	float:left;
	text-align:right;
	margin:0 1% 0 0;
}
#item02_2 #item02_box02{
	float:right;
	text-align:left;
	margin:0 0 0 1%;
}

/*-----------------------------------------------------------------
top_banner 3段目
-----------------------------------------------------------------*/
#item02_3{
	width:95%;
	margin:0 auto 10px;
	overflow:hidden;
}
#item02_3 .box{
	width:49%;
}
#item02_3 #item02_box01{
	float:left;
	text-align:right;
	margin:0 1% 0 0;
}
#item02_3 #item02_box02{
	float:right;
	text-align:left;
	margin:0 0 0 1%;
}

/*-----------------------------------------------------------------
top_banner 4段目
-----------------------------------------------------------------*/
#item02_4{
	width:95%;
	margin:0 auto;
	overflow:hidden;
}
#item02_4 .box{
	width:49%;
}
#item02_4 #item02_box01{
	float:left;
	text-align:right;
	margin:0 1% 0 0;
}
#item02_4 #item02_box02{
	float:right;
	text-align:left;
	margin:0 0 0 1%;
}

/*-----------------------------------------------------------------
top_banner 5段目
-----------------------------------------------------------------*/
#item02_5{
	width:95%;
	margin:20px auto 10px;
	overflow:hidden;
}
#item02_5 .box{
	width:49%;
}
#item02_5 #item02_box01{
	float:left;
	text-align:right;
	margin:0 1% 0 0;
}
#item02_5 #item02_box02{
	float:right;
	text-align:left;
	margin:0 0 0 1%;
}

/*-----------------------------------------------------------------
top_banner 6段目
-----------------------------------------------------------------*/
#item02_6{
	width:95%;
	margin:0 auto 10px;
	overflow:hidden;
}
#item02_6 .box{
	width:49%;
}
#item02_6 #item02_box01{
	float:left;
	text-align:right;
	margin:0 1% 0 0;
}
#item02_6 #item02_box02{
	float:right;
	text-align:left;
	margin:0 0 0 1%;
}

/*-----------------------------------------------------------------
top_banner 7段目
-----------------------------------------------------------------*/
#item02_7{
	width:95%;
	margin:0 auto 10px;
	overflow:hidden;
}
#item02_7 .box{
	width:49%;
}
#item02_7 #item02_box01{
	float:left;
	text-align:right;
	margin:0 1% 0 0;
}
#item02_7 #item02_box02{
	float:right;
	text-align:left;
	margin:0 0 0 1%;
}


/*-----------------------------------------------------------------
共通ナビ
-----------------------------------------------------------------*/
#navi_title{
	background-image:url(../img/menu_bg1.png);
	font-size:17px;
	font-weight:bold;
	color:#fff;
	padding:12px 0 12px 0.8em;
}
#navi_title a{
	color:#fff;
	text-decoration:none;
}
#navi_title a:hover{
	color:#FFCC00;
	text-decoration:none;
}

#navi_menu{
	width:100%;
	background-color:#0097DD;
}

#navi_menu li{
	list-style:none;
	color:#fff;
	font-size:20px;
	padding:17px 0 17px 0.8em;
	font-weight:bold;
	background:url(../img/menu_arrow2.png) no-repeat;
	background-size:15px;
	background-position:4% 50%;
	text-align:center;
}

#navi_menu li a{
	color:#fff;
	font-size:20px;
	text-decoration:none;
	display:block;
}

#navi_menu li a:hover{
	color:#00264D;
	font-size:22px;
	text-decoration:none;
	font-weight:bold;
}

#navi{
	width:100%;
/*	background-image:url(../img/menu_bg2.png);*/
}

#navi li{
	list-style:none;
	border-bottom:1px solid #444;
	color:#fff;
	font-size:15px;
	padding:7px 0 7px 0.8em;
	font-weight:bold;
	background:url(../img/menu_arrow.png) no-repeat;
	background-size:15px;
	background-position:96% 50%;
	line-height:35px;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}
#navi li a{
	color:#fff;
	font-size:15px;
	text-decoration:none;
	display:block;
	line-height:35px;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}

#navi li img {
	width:35px;
	height:35px;
	margin-right:10px;
}

.link_none {
	color:#FFFFFF;
	font-size:17px;
	text-decoration:none;
	display:block;
}

.li_link {
	background:url(../img/menu_arrow.png) no-repeat;
	background-size:15px;
	background-position:96% 50%;
}

#navi li a:hover{
	color:#999;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}

#navi2{
	width:100%;
	background-image:url(../img/menu_bg1.png);
}
#navi2 li{
	list-style:none;
	border-bottom:1px solid #923636;
	color:#fff;
	font-size:17px;
	padding:12px 0 12px 0.8em;
	font-weight:bold;
	background:url(../img/menu_arrow.png) no-repeat;
	background-size:15px;
	background-position:96% 50%;
}
#navi2 li a{
	color:#fff;
	font-size:17px;
	text-decoration:none;
	display:block;
}
#navi2 li a:hover{
	color:#FFCC00;
	font-size:17px;
	text-decoration:none;
	font-weight:bold;
}

.page_navi ul{
	width:100%;
	font-size: 10px;
	border-top:solid #C66264 3px;
	border-bottom:solid #C66264 3px;
	background-color:#791F1F;	
	margin-bottom: 10px;
	overflow:hidden;
}

.page_navi li{
	float:left;
	line-height: 120%;
	text-align:center;
}

.page_navi.page_navi01_1 li{
    width: 20%;
}
.page_navi.page_navi01_2 li{
    width: 25%;
}
.page_navi li a{
    border-left:solid #C66264 1px;
    padding: 10px 0;
    width:100%;
    display:inline-block;
    color:#FFF;
    font-weight:bold;
    text-decoration:none;
}
.page_navi li a:hover{
    color:#999;
}
.page_navi li a.lh30{
	line-height:30px;
}


/*-----------------------------------------------------------------
Back to top button 
-----------------------------------------------------------------*/
#back-top {
	width:80%;
	position: fixed;
	left:73%;
	bottom: 30px;
}
#back-top a {
	width:40%;
	display: block;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #CCC;
}
/* arrow icon (span tag) */
#back-top span {
	width:100%;
	height: 22px;
	padding:15px 0 5px 7px;
	display: block;
	/*margin-bottom: 7px;*/
	background: #28284A center center;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #28284A;
}

/*-----------------------------------------------------------------
footer
-----------------------------------------------------------------*/
footer{
	clear:both;
	overflow:hidden;
	color:#333;
	margin-top:30px;
}
p_footer{
	clear:both;
	overflow:hidden;
	color:#fff;
	margin-top:10px;
}
footer p{
	clear:both;
	margin:5px 0;
	font-size:14px;
	text-align:center;
	line-height: 120%;
	margin-bottom:10px;
}
p_footer p{
	clear:both;
	margin:5px 0;
	font-size:16px;
	text-align:center;
	line-height: 120%;
	margin-bottom:10px;
}
.ft_logo{
	width:50%;
	margin:15px auto 0;
}
.tel_btn{
	width:40%;
	margin:10px auto 10px;
}
footer div.copyright{
	width:100%;
	text-align:center;
	font-family: Verdana;
	font-size:10px;
	color:#fff;
	padding:3px 0;
	background-color:#000;
}
p_footer div.copyright{
	width:100%;
	text-align:center;
	font-family: Verdana;
	font-size:10px;
	color:#fff;
	padding:3px 0;
	background-color:#000;
}

#top_main {
     position: absolute;
	 text-align:center;
     width: 100%;
	 z-index:100;
}

/*-----------------------------------------------------------------
modal button 
-----------------------------------------------------------------*/
#menu-modal {
	width:15%;
	position: fixed;
	right:10px;
	top: 10px;
	z-index:100;
}

#sns {
	width:85px;
	height:23px;
	position:absolute;
	right:3px;
	top: 3px;
	z-index:100;
}

#sns_menu > li {
float: right;
position: relative;
}

#sns_menu > li > a {
margin-left:3px;
}

#sns2 {
	width:105px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
}

#sns_menu2 > li {
float: left;
position: relative;
}

#sns_menu2 > li > a {
margin-left:5px;
}


#top_comment {
    width: 100%;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	line-height:160%;
	text-shadow: 2px 2px 1px #13185E,-2px 2px 1px #13185E,2px -2px 1px #13185E,-2px -2px 1px #13185E;
	background-image:url(../img/top_comment_bg.png);
	background-repeat:repeat-x;
	background-color:#172A88;
	margin-bottom:15px;
	padding:13px 0 13px 0;
}

#footer_ban_bg {
}

#footer_ban {
margin: 0 auto;
/*padding: 10px 0;*/
width: 100%;
overflow: hidden;
position: fixed;
bottom: 0;
left:0;
z-index: 9999;
line-height:0;
text-align:center;
background-color: rgba( 0, 0, 0, 0.70 );
}
#footer_banner {
width: 100%;
text-align:center;
margin:0 auto;
}
.parent {
min-height:62px;
background-color:#000;
}

.option_m1 {
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	line-height:200%;
	font-size:18px;
	color:#333333;
	  font-weight : bold;

}
.price_box {
    padding: 5px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
	font-weight:bold;
    background: #009966;
    border-radius: 5px;
    -webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 5px;/* for Firefox 対応*/
	width:65px;
	margin-right:5px;
	margin-bottom:5px;
	float:left;	
}

.mailtext {
    width: 100%;
}


.sp_facebook {
  width:40px;
  float:left;
  margin-right:10px;
}

.sp_twitter {
  width:40px;
  float:left;
  margin-right:10px;
}

.sp_ameba {
  width:40px;
  float:left;
  margin-right:10px;
}

.sp_instagram {
  width:40px;
  float:left;
  margin-right:10px;
}

.sp_line {
  width:160px;
  float:left;
}

.sp_sns {
  display:block;
  width:150px;
  margin:0 auto 5px auto;
}

.sp_foot {
  display:block;
}

.pc_only {
  display:none;
}

.sp_only {
  display:block;
}

#sp_header {
width:100%;
}

#sp_tel {
  background: url(../img/tel.png) no-repeat left center;
  -webkit-background-size: 41px 41px;
  background-size: 41px 41px;
  width: 41px;
  height: 41px;
  text-indent: -5000px;
  float: right;
  margin: 6px 10px 6px 0;
}

#sp_tel span a {
    width: 41px;
    height: 41px;
    display: block;
    margin: 0px;
}

.parts.icon_link {
    width: 296px;
    margin: 0 auto;
    padding: 0px;
}

.icon_link1 {
    width: 92px;
    height: 92px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.icon_link2 {
    width: 92px;
    height: 92px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.icon_link3 {
    width: 92px;
    height: 92px;
    float: left;
    margin-bottom: 10px;
}

.icon_link4 {
    width: 92px;
    height: 92px;
    float: left;
    margin-right: 10px;
}

.icon_link5 {
    width: 92px;
    height: 92px;
    float: left;
    margin-right: 10px;
}

.icon_link6 {
    width: 92px;
    height: 92px;
    float: left;
    margin: 0px;
}

.parts.icon_link img {
    width: 92px;
    height: 92px;
    margin: 0px;
}