@charset "UTF-8";

/*
 * サイト共通用のCSSです。
 *
 */


@media only screen and (max-width: 700px) {


/* 連続 br でIE6が改行しないバグ対策　CSS:letter-spacing の影響
----------------------------------------------- */
br { 
    letter-spacing: normal;
}
/* フロート回り込み解除
----------------------------------------------- */
.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}

/* float対策：背景色表示用
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.both{
    clear:both;
}

.hidden {
    display: none;
}



/* yui 上書き
----------------------------------------------- */
html,
body {   
    /*height: 100%;*/ /*背景画像を100%にする時に使用する*/
}
body {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	
}
ol,ul,dl {
    margin: 0px;
}
li {
    list-style-type: none;
}
h1, h2, h3 {
    margin: 0px;
}
img {
    vertical-align: bottom;
}



/* 基本サイト構造 (空白のままにすること)
----------------------------------------------- */

/* body */
body {}
/* container */
#container {}
/* container_inner */
#container_inner {}
/* header_wrapper */
#header_wrapper {}
/* header */
#header {}
/* main_nav */
#main_nav {}
/* breadcrumb */
#breadcrumb {}
/* contents_wrapper */
#contents_wrapper {}
/* footer_wrapper */
#footer_wrapper {}
/* footer */
#footer {}




/* -----------------------------------------------
 *
 *
 * ここから下を変更すること
 *
 *
----------------------------------------------- */


/* a リンク
----------------------------------------------- */
a {
    text-decoration: none;
	color: #4CAF50;
}
a:link{
}
a:visited{
}
a:hover{
    text-decoration: underline;
}

/* table
----------------------------------------------- */
tr {
    border: none;
}
th {
	background-color: #FFF;
}
th,
td {
    padding: 5px 10px;
    font-weight: 100;
    border: solid 1px #eaeaea;
}


/* ボタン
----------------------------------------------- */
.button   {  
    display: inline-block;
    border-top: 1px solid #ccc;  
    border-right: 1px solid #999;  
    border-bottom: 1px solid #999;  
    border-left: 1px solid #ccc;  
    padding: 5px 20px;  
    font-weight: bold;  
    cursor: pointer;  
    color: #666;  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;  
    -moz-box-shadow: 1px 1px 2px #E7E7E7;  
}
.button:hover {  
    background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));  
}
.button:active {  
    background: #ccc;  
    padding: 6px 20px 4px;  
}  



/* form
---------------------------------------------- */




/* -----------------------------------------------
 * メイン
----------------------------------------------- */

/* html */
html {}
body {overflow-x: hidden;}
article {
	width: 100%;
	position: relative;
	padding-top:100vh;
}
.sp {
	display:block;
}
.pc {
	display:none;
}
.w100 {
	width:100%;
}

/*ヘッダー
----------------------------------------------- */
header {
	width:100%;
	height: auto;
	padding-top: 36px;
	margin-right: auto;
	margin-left: auto;
}
#u_logo {
    float: none;
    width: 100%;
	text-align:center;
    margin-right: 0px;
}
#u_logo img {
    float: none;
    width: 70%;
	text-align:center;
    margin: 0 0 20px;
}
#head_up {
	float: none;
	width: 100%;
	margin-bottom: 0;
}
#u_logo h1 {
	float: none;
	font-size: 10px;
	margin: 20px auto;
	font-weight:bold;
	width: 90%;
	text-align:center;
	color:#17130e;
}
#head_up {
	float: none;
	width: 100%;
	margin-bottom: 0;
}
#head_up h1 {
	float: none;
	font-size: 11px;
	margin-top: 30px;
	text-align: center;
}
#head_up .right_head {
	
	display:none;
}
#head_up .right_head .rhead_adr {
	font-size: 10px;
    line-height: 14px;
    float: right;
    margin-bottom: 0;
}
#head_up .right_head .rhead01{
	height: 30px;
	margin-bottom: 5px;	
}
#head_up .right_head .rhead02{
	height: 30px;
	margin-bottom: 7px;	
}
#head_up .right_head .rhead03{
	height: 36px;
	margin-bottom: 5px;	
}
#head_up .right_head .rhead03 ul li {
	margin-right: 5px;
	float: left;
}
#head_up .right_head .rhead03 ul li:nth-child(4n) { margin-right:0; }

#head_up img {
	
	
	
	
}



/*ナビゲーション
----------------------------------------------- */

nav {
	display:none;
	
}
nav ul li {
	
	float: none;
}
nav ul {
	height: 32px;
	margin: 0px;
}

nav ul li a {
	display:block;
}
#head_sub {
	float: none;
}
nav ul .menu_logo {
	margin-right: 115px;
}


#sp_menu {
	
	
	display:none;
	
}
#smh_menu {
    display: block;
    position: relative;
    z-index: 9999;
}
.pure-drawer {
	display:block;
}

/*追従ナビゲーション
----------------------------------------------- */
.fx {
	
	display:none; 
	
	}
.fx:after {
	
	display:none;
	
	}
.fx nav {
	
	display:none;
}
.fx nav ul { 

display:none;


}
.fx nav ul li { float:left; margin-top:15px;}
.fx nav ul li img { margin-bottom:0px;}
.fx nav ul li a { display:block; padding-top:0px; }
.fx nav ul li a:hover { border-bottom:0px solid #000; }
.fx h1 { position:absolute; left:55px; top:10px; -webkit-transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; -ms-transition:0.3s ease-in-out; -o-transition:0.3s ease-in-out; transition:0.3s ease-in-out; }
.fx h1:hover { -webkit-animation:turn 1.5s; -moz-animation:turn 1.5s; -ms-animation:turn 1.5s; -o-animation:turn 1.5s; animation:turn 1.5s; }
.fx #h_button { height:60px; position:absolute; right:55px; padding-top:10px; }
.fx #h_button li { float:left; margin-right:20px; }
.fx #h_button li:last-child { margin-right:0; }
.fx #h_button li img { max-width:100%; }
.fx #h_button ul li a { display:block; width:62px; height:60px; background:url(../image/h_button02ac.png) left bottom no-repeat; background-size:cover; }
.fx #h_button ul li:first-child a { background:url(../image/h_button01ac.png) left bottom no-repeat; background-size:cover; }
.fx #h_button ul li:last-child a { background:url(../image/h_button03ac.png) left bottom no-repeat; background-size:cover; }
.fx #h_button ul li a:hover img { opacity:0; }
.fx nav ul li:nth-child(8n) { margin-right:14px;}
.fx nav ul li:nth-child(9n) { margin-top:0px;}
.fx nav ul li:nth-child(9n) .bottomx3{
	margin-bottom:2px;
}


/* pagetop
----------------------------------------------- */
.pagetop { display:block; width:47px; height:49px; position:fixed; right:5%; bottom:10%; z-index:99999; display:none; }
.pagetop img { opacity:0.3; -webkit-transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; -ms-transition:0.3s ease-in-out; -o-transition:0.3s ease-in-out; transition:0.3s ease-in-out; }
.pagetop:hover img { opacity:1; }



.main_image {
	
	width:100%;
	height:auto;
	margin-bottom:25px;
	position: relative;
	z-index:1;
	padding-top: 108px;
}
.main_image img {
	
	width:100%;
	height:auto;
}
h1 {
	font-size: 27px;
    margin-bottom: 20px;
    color: #FF9800;
    font-weight: 100;
    text-align: center;
}
.welcome {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.welcome_inner {
	width: 90%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.welcome_inner img {
	width: 100%;

}

.welcome .rihgt {
	line-height: 24px;
	float: none;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 20px;
}
.welcome .rihgt2 {
	float: none;
	margin-top: 50px;
}

.concept {
	margin-bottom: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.jikan {
	background-color: #FF9800;
	width: 100%;
	padding: 1px 0;
    margin-bottom: 37px;
}
.jikan img {
	width: 93%;
    margin: 0 15px;
}


.concept h1 {
	font-size: 41px;
	margin: 20px 0;
	color: #fff;
	font-weight: 100;
	letter-spacing: 12px;
}
.concept .con_image {
	float: none;
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    margin: 0 0px 0 0;
}
.concept .concept_r {
	height: 100px;
}
.concept p {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 30px;
}
.concept ul {
	display: block;
	margin-top: 14px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.concept ul li {
    line-height: 13px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 20px;
}
.concept ul li a {
    color: #000;
    text-decoration: underline;
    font-weight: 300;
    font-size: 9px;
    margin-left: -10px;
}
.info {
	background-color: #FFF;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.info img{
	width:100%;
	margin-bottom: 15px;
}
.info h2 {
	text-align: center;
    padding: 10px 0;
    color: #FF5722;
    border-bottom: 1px solid #FF5722;
}

.info .info_inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.info .info_inner ul {
	padding: 9px;
	
}
.info .info_inner ul li {
	list-style: circle;
    text-align: left;
	margin: 0 0 12px 9px;
	font-weight: 600;
	color: #73625d;
    	
}
.info .info_inner .info_left {
	float: none;
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	background-color: #FFF;
	margin-right: 0px;
	    margin-bottom: 60px;
}
.info .info_inner .info_left h2 {
	margin-bottom: 30px;
}
.info .info_inner .info_left h2 img {
	width:100%;
}
.info .info_inner .info_left p {
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	margin-top: 5px;
}
.info .info_inner .info_right p {
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	margin-top: 5px;
}
.info .info_inner .info_left p.btn_center {
    margin-top: 20px;
    text-align: center;
}
.info .info_inner .info_right p.btn_center {
    margin-top: 20px;
    text-align: center;
}
.info p.info_tit {
	margin-bottom:5px;
	font-weight:bold;
}
.info .info_inner .info_left .movie {
	margin-bottom: 15px;
}
.info .info_inner .info_cen .movie {
	margin-bottom: 15px;
}
.info .info_inner .info_cen {
	float: none;
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	background-color: #FFF;
}
.info .info_inner .info_cen h2 {
	margin-bottom: 30px;
}
.info .info_inner .info_cen h2 img {
	width:100%;
}
.info .info_inner .info_cen p {
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
}
.info .info_inner .info_right {
	float: none;
	height: auto;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	background-color: #FFF;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	
}
.info .info_inner .info_right h2 {
	
	margin-bottom: 29px;
	
}
.info .info_inner .info_right h2 img {
	
	width:100%;
	
}
.info .info_inner .info_right2 {
	float: none;
	height: auto;
	width: 100%;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}


.event {
    text-align: center;
    margin-bottom: 50px;
    width: 90%;
    margin: 0 auto;
}
.event h1 {
	font-size: 26px;
	font-weight: 600;
	margin: 20px 0;
	color: #FF9800;
	letter-spacing: 12px;
}
.event_inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 33px;
}
.event_inner2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 33px;
}
.event_inner .list_dl {
    float: none;
    height: auto;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
}
.event_inner .list_dl:nth-of-type(4) {margin-right: 0px;}
.event_inner .list_dl:nth-of-type(8) {margin-right: 0px;}
.event_inner .list_dl .list_dt {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}
.event_inner .list_dl .list_dt img {
    height: auto;
    width: 100%;
}
.event_inner .list_dl .list_title {
    font-size: 12px;
    float: none;
	width: 100%;
	margin-bottom: 8px;
}
.event_inner .list_dl .list_title a {
	color: #000;
}
.event_inner .list_dl .time {
	float: none;
	height: 20px;
    line-height: 21px;
    margin-bottom: 8px;
    margin-right: 10px;
}

.event_inner .list_dl .list_cat {
	line-height: 21px;
	color: #FFF;
	background-color: #7b0317;
	float: left;
	height: 20px;
	width: 54px;
	padding-right: 13px;
	padding-left: 16px;
	font-size: 11px;
	margin-right: 10px;
	margin-bottom: 8px;
}
.event_inner .list_dl .list_text {
	float: none;
	width: 100%;
}
.news_area li {
    height: 100%;
    margin: 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
	display:flex;
}

.news_area li a {
	
}
.news_area li .eye {
	/*
    margin-top: 5px;
    margin-bottom: 8px;
    display: inline-block;
	float:left;
	*/
	margin-right: 24px;
}
.news_area li .date {
	/*
    margin-top: 5px;
    margin-bottom: 8px;
	margin-right: 40px;
    display: inline-block;
	float:left;
	*/
}
.news_area li .title {
	/*
    margin-top: 5px;
    margin-bottom: 8px;
    display: inline-block;
	float:left;
	*/
}
.pro_area li {
    height: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.pro_area li .eye {
    margin-top: 5px;
    margin-bottom: 8px;
    display: inline-block;
	float:left;
	margin-right: 24px;
}
.pro_area li .date {
	/*
    margin-top: 5px;
    margin-bottom: 8px;
	margin-right: 40px;
    display: inline-block;
	float:left;
	*/
}
.pro_area li .title {
	/*
    margin-top: 5px;
    margin-bottom: 8px;
    display: inline-block;
	float:left;
	*/
}

.series {
	background-color: #E3E3E3;
	height: 100%;
	width: 100%;
	text-align: center;
	padding-top: 45px;
	margin-bottom: 0px;
}
.banner {
	width: 100%;
	margin: 0 auto;
}
.banner ul li {
	float: left;
	margin-right: 1%;
    width: 49%;
	margin-bottom: 25px;
}
.banner ul li img{
	width:100%;
}
.banner ul li:nth-child(3n) {
	margin-right:0;
}

.banner2 {
	width: 100%;
	margin: 30px auto;
}
.banner2 ul li {
	float: left;
	margin-right: 3%;
    width: 48.5%;
	margin-bottom: 25px;
}
.banner2 ul li img{
	width:100%;
}
.banner2 ul li:nth-child(2n) {
	margin-right:0;
}

.middle img{
	
	width:100%;

}
.middle.clearfix #middle_in {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.middle #middle_in ul li {
	color: #FFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.middle #middle_in ul li img {
	margin-bottom: 40px;	
}


.gallery {
	text-align: center;
	margin-bottom: 80px;
}
.gallery li {
	display:block;
	width:170px;
	height:170px;
	float:none;
	border: 1px solid #E0E0E0;
	padding: 11px;
	margin-right:7px;
}
.gallery li:nth-child(6n) {
	margin-right:0;
}
.gallery li a dl {  display:block; clear:both; }
.gallery li a dl dt {  width:170px; height:150px; background-repeat:no-repeat; background-position:center center; background-size:cover; margin-bottom:6px; }
.gallery li a dl dd { }
.gallery li a dl dd time { display:block; margin:5px 0; color:#888; font-size:1.05rem; }
.gallery li a dl dd h2 { color:#D1462D; font-size:0.7rem; margin-bottom:5px; -webkit-transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; -ms-transition:0.3s ease-in-out; -o-transition:0.3s ease-in-out; transition:0.3s ease-in-out; }
.gallery li a dl dd h2 {  display:block; clear:both;  float:left;}
.gallery li a dl dd q { font-size:1.1rem; margin-bottom:20px; }
.gallery li a:hover { background:#EEE; }
.gallery li a:hover h2 { color:#ED7B15; }


.btn_center {
    margin-top: 20px;
    text-align: center;
}
.btn_center2 {
    margin-top: 0px;
    text-align: center;
}
.btn_link {
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding: 11px 4px;
    min-width: 260px;
    border: 1px solid #ff9800;
    position: relative;
    box-shadow: inset 0 0 0 #325E35;
	margin-top: 24px;
	background-color: #ff9800;
}
.btn_link2 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding: 17px 30px;
    min-width: 130px;
    background-color: #7b0317;
    position: relative;
    box-shadow: inset 0 0 0 #325E35;
}
/*#housebanner_in{
　　text-align: center;
    padding-top: 45px;
    margin-bottom: 25px;
}

#housebanner_in h1 {
    font-size: 34px;
}*/
.red{
	color:#FF5722;
}
.fw600{
	font-weight:600;
}

/* サブメニュー
----------------------------------------------- */

.submenu{
	margin: 0 auto 20px;
}
.submenu .submenu_list {
    width: 100%;
    margin: 0 auto;
}

.submenu .submenu_list li{
	display: inline-block;
	list-style: none;
	width:33%;
	float: left;
	font-size: 90%;
    text-align: center;
   
}
.submenu .submenu_inner {
	border: 1px solid #FF9800;
   color: #FF5722;
    font-size: 14px;
    width: 100%;
    display: block;
    border-radius: 0px;
    padding: 10px 0;
}
.submenu .submenu_inner img{
	width:30%;
	margin-bottom:8px;
}



/* メインイメージ
----------------------------------------------- */





/* コンテンツ
----------------------------------------------- */




.lower {
	background-color: #FFF;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 30px;
	margin-top: auto;
	margin-left: auto;
}

.lower #lower_in {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.lower #lower_in ul li {
	font-size: 11px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	margin-bottom: 30px;
	text-align: left;
}
.lower #lower_in ul li:nth-child(4n) {
		margin-right: auto;
	margin-left: auto;

}
.lower #lower_in ul li img {
	margin-bottom: 8px;
	width: 100%;
}



.right {
	float: none;
}
.left {
	float: none;
}
.left_c {
	float: none;
	margin-left: 0px;
}

/* コンテンツサイドメニュー
----------------------------------------------- */
.contents #side {
	float: left;
	width: 100%;
}
.contents #side h1{
	font-weight:normal;
	border-bottom: 1px dotted #a8a8a8;
	margin-bottom: 20px;
	text-align: center;
	font-size:17px;
	font-weight: 600;
}
.contents #side #side_contact {
	height: 209px;
	width: 194px;
	padding-top: 36px;
	padding-bottom: 15px;
	border: 3px solid #7B0317;
	text-align: center;
	margin-bottom: 40px;
}
.contents #side .side_menu {
	margin-bottom: 30px;
	padding: 0 3%;
}
.contents #side .side_menu ul {
	border-top: 3px dotted #dcdbdb;
}

.contents #side .side_menu li {
	padding: 1.5em 0.5em;
	border-bottom: 3px dotted #dcdbdb;
	text-indent: 10px;
	float:left;
	width: 45%;
}
.contents #side .side_menu li:nth-child(2n)  {
	border-left: 3px dotted #dcdbdb;
	padding: 1.5em 0 1.5em 1.3em;
}

.contents #side .side_menu li img{
	width:30%;
	float:right;
}
.contents #side .side_menu li.event {
	background: url(../image/ico07_red.png) no-repeat 0.3em 0.5em;
}
.contents #side .side_menu li.case {
	background: url(../image/ico06_red.png) no-repeat 0.3em 0.8em;
}
.contents #side .side_menu li.real {
	background: url(../image/ico04_red.png) no-repeat 0.3em 0.7em;
}
.contents #side .side_menu li.voice {
	background: url(../image/ico05_red.png) no-repeat 0.3em 0.8em;
}
.contents #side .side_menu li a {
	color: #333;
	font-size: 1em;
}
.contents #side .side_menu01 {
	margin-bottom: 60px;
	padding: 0 4px;
}
.contents #side .side_menu01 li {
	padding: 1.5em 0.5em;
	border-bottom: 1px dotted #a8a8a8;
	text-indent: 10px;
	background: url(../image/ico08_glay.png) no-repeat left;
    background-position: 0.3em 1.3em;
}
.contents #side .side_menu01 li a {
	color: #333;
}
.contents #side .side_menu01 li.s_cat {
	margin-bottom: -1px;
	padding: 1.4em 0.2em;
	border:none;
	border-bottom: 1px dotted #ccc;
	text-indent: 10px;
	background: none;
}
.contents #side .side_menu01 li.koko {
	background: url(../image/ico08_red.png) no-repeat left;
	background-position: 0.3em 1.3em;
	color:#7B0317;
	font-weight:600;
	
}

.contents #side .bnrerea{
	margin: 0 4%;
}
.contents #side .bnrerea img{
	width:100%;
	margin-bottom: 10px;
}
.contents #side .bnrerea li{
	margin-bottom: 10px;	
}
.contents #side .bnrerea li.col2{
	width: 50%;
	float: left;
}
.contents #side .fbtit{
	background: url(../image/fbtit.png) no-repeat 0.3em 0.2em;
	text-indent: 28px;
}
.contents #side .side_taste {
	font-size: 15px;
}

.now{
	margin-bottom: 40px;
    padding-bottom: 1px;
}

#ekiten{
	text-align:center;
	padding: 0 5px 10px;
}
#ekiten2{
	width: 240px;
    margin: 0 auto 45px;
    text-align: left;
    box-sizing: content-box;
}
.sp_only_bnr{
		width: 100%;
	}
.sp_only_bnr img{
		width: 84%;
        margin: 0 auto 20px;
        display: block;
	}


/* フッター
----------------------------------------------- */


footer {
	text-align: center;
	font-size: 12px;
	width: 100%;
}
#f_sns {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7A0016;
	border-bottom-color: #7A0016;
	margin-right: auto;
	margin-left: auto;
	height: 26px;
	margin-bottom: 40px;
}
#f_sns ul {
	width:93%;
	display:block;
	margin:0 auto;
}
#f_sns ul li {
	float: left;
	margin-right: 20px;
}
#f_sns ul li:nth-child(6n) { margin-right:0px;}

.footer_menu {
	display:none;

}
.footer_spmenu {
	display:block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b9b9b9;
	margin-bottom: 7px;
}
.footer_spmenu li {
	border-bottom: #b9b9b9 solid 1px;
	padding: 5% 0;
	text-align:left;
	background-color:#F7F7F7;
	background-image: url(../image/footer_arrow.png);
	background-repeat: no-repeat;
	background-position: left 5% center;
    text-indent: 27px;
    width: 50%;
    float: left;
	letter-spacing: 1px;
}
.footer_spmenu li.col3 {
	width: 33.333%;
}


.footer_spmenu .fsp02 li {
	background:#f9ecb9;
	background-image: url(../image/footer_arrow.png);
	background-repeat: no-repeat;
	background-position: left 5% center;
	
}
.footer_spmenu .fsp03 li {
	border-bottom: #b9b9b9 solid 1px;
	padding: 3% 0;
	text-align:left;
	background:#e0e0e0;
	background-image: url(../image/footer_arrow.png);
	background-repeat: no-repeat;
	background-position: left 5% center;
	text-indent: 27px;
    width: 50%;
    float: left;
}
.footer_spmenu_tit{
	margin: 0 0 10px;
}
.footer_spmenu_tit h2{
	text-align: center;
    padding: 10px 0;
    color: #FF5722;
    
}

#f_logo {
	/*margin-bottom: 35px;*/
}
#small {
	font-size: 9px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	height: 20px;
	width: 100%;
	padding-top: 10px;
}








.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0;
	width: 473px;
	height: auto;
}
.simply-scroll-list li img {
    display: block;
}


/* スマホ用　ヘッダーフッター　固定ボタン
----------------------------------------------- */

.fix_menu_smartphone_top{
	position: fixed;
	top: 0px;
	z-index: 10000;
	padding-top: 10px;
}
.fix_menu_smartphone_top ul{

}
.fix_menu_smartphone_top li{
	float: left;
	margin-left: 5px;
}



.fix_menu_smartphone_top img{
  
}


.fix_menu_smartphone{
	position: fixed;
	bottom: 0px;
	z-index: 10000;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


.fix_menu_smartphone ul{
	margin-right: auto;
	margin-left: auto;
	
}
.fix_menu_smartphone li{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	line-height: 35px;
	background-color: #57ca0f;
}
.fix_menu_smartphone li a{
	font-size: 17px;
	color: #FFF;
}
.fix_menu_smartphone img{
  width:100%;
}

.fix_menu_smartphone li:last-child{
	background-color: #FF5722;
}
.pc {
    display: none;
}

.smu {
   padding-top: 10px;
   position: fixed;
   z-index: 999;
   background: #fff;
   width: 100%;
	box-shadow: 1px 1px 9px rgb(161 159 159 / 25%);
}
.smu h1{
	color: #666666;
    font-size: 11px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
}
.smu ul {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}
.smu ul li {
    display: table-cell;
    max-width: 160px;
    width: 25%;
    vertical-align: middle;
	text-align: center;
    color: #fff;
	padding-bottom: 3px;
	border-right: 1px solid #e7e7e7;
}
.smu ul li:last-child {
	border-right: none;
}
.smu ul li a {
	color: #FF5722;
    font-size: 0.8em;
	
}
.smu ul li img {
	width:47%;
	margin-bottom: 5px;
}

.event .event_inner ul li {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.event .event_inner ul li a {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

