@charset "utf-8";

/*clearfix*/

.col_1{
	width:70px;
}
.col_2{
	width:170px;
}
.col_3{
	width:270px;
}
.col_4{
	width:370px;
}
.col_5{
	width:470px;
}
.col_6{
	width:570px;
}
.col_7{
	width:670px;
}
.col_8{
	width:770px;
}
.col_9{
	width:870px;
}
.col_10{
	width:970px;
}
.col_11{
	width:1070px;
}
.col_12{
	width:1170px;
}
@media (max-width: 1169px) {
	.col_12{
		width:100%;
	}
}
@media (max-width: 1069px) {
	.col_11{
		width:100%;
	}
}
@media (max-width: 1069px) {
	.col_10{
		width:100%;
	}
}
@media (max-width: 1069px) {
	.col_9{
		width:100%;
	}
}
@media (max-width: 1069px) {
	.col_8{
		width:100%;
	}
}
@media (max-width: 768px) {
	.col_7,
	.col_6,
	.col_5,
	.col_4,
	.col_3,
	.col_2,
	.col_1{
		width:100%;
	}
}

@media (max-width: 1169px) {
    .LR_box .col_12{
        width:100%;
    }
    .LR_box .col_11{
        width:100%;
    }
    .LR_box .col_10{
        width:100%;
    }
    .LR_box .col_9{
        width:87%;
    }
    .LR_box .col_8{
        width:77%;
    }
    .LR_box .col_7{
        width:67%;
    }
    .LR_box .col_6{
        width:49%;
    }
    .LR_box .col_5{
        width:30%;
    }
    .LR_box .col_4{
        width:20%;
    }
    .LR_box .col_3{
        width:10%;
    }
    .LR_box .col_2{
        width:20%;
    }
    .LR_box .col_1{
        width:10%;
    }
}
@media (max-width: 768px) {
    .LR_box .col_12,
    .LR_box .col_11,
    .LR_box .col_10,
    .LR_box .col_9,
    .LR_box .col_8,
    .LR_box .col_7,
    .LR_box .col_6,
    .LR_box .col_5,
    .LR_box .col_4,
    .LR_box .col_3,
    .LR_box .col_2,
    .LR_box .col_1{
        width:100%;
    }
}
@media (max-width: 768px) {
    /*.LR_box .left.col_4,
    .LR_box .right.col_8{
        margin-bottom:30px;
    }*/
    .LR_box .left.col_4 + .right.col_8{
        margin-bottom:0px;
    }
    .LR_box .right.col_8 + .left.col_4{
        margin-bottom:0px;
    }
}

/*
 gnav(スマホ ハンバーガーメニュー時)
****************************************/
/*
@media (max-width: 1023px) {
    .gnav {
        display: none;
    }
    #panel-btn-wrap {
		width: 120px;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
		height: 120px;
		cursor: pointer;
    }
    #footer #panel-btn-wrap {
        display: none;
    }
    #panel-btn,
    #panel ul li a:hover {
    }
    #panel-btn {
		position: absolute;
		display: fixed;
		width: 150px;
		height: 50px;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
		z-index: 101;
    }
    #panel-btn:hover {
    }
    #panel-btn-icon {
		display: block;
		width: 50px;
		height: 3px;
		transition: .2s;
    }
    #panel-btn-icon:before,
    #panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		height: 3px;
		transition: .3s;
    }
    #panel-btn-icon:before {
        margin-top: -14px;
    }
    #panel-btn-icon:after {
        margin-top: 11px;
    }
    #panel-btn .close {
        background: transparent;
    }
    #panel-btn .close:before,
    #panel-btn .close:after {
        margin-top: 0;
    }
    #panel-btn .close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #panel-btn .close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    #panel {
        display: none;
        padding: 0 0 90px ;
        position: fixed;
        left: 0;
        top: 120px;
        width: 100%;
        overflow-y: scroll;
        height: 100vh;
        z-index: 10001;
        box-sizing: border-box;
    }
    #panel > ul{
		padding-bottom: 100px;
    }
    #panel ul li {
        text-align: left;
    }
    #panel ul li a {
        padding: 15px 0;
		margin: 0 5%;
        width: 90%;
        box-sizing: border-box;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid;
    }
}
@media screen and (max-width: 768px) {
	#panel-btn-wrap {
		width: 60px;
		height: 60px;
    }
    #panel-btn {
    }
    #panel-btn:hover {
    }
    #panel-btn-icon {
		width: 35px;
		height: 2px;
    }
    #panel-btn-icon:before,
    #panel-btn-icon:after {
		height: 2px;
    }
    #panel {
        top: 60px;
		margin-top: 0px;
		padding: 0 0 60px;
    }
    #panel > ul{
		padding-bottom: 100px;
    }
}

*/

/*
　main
****************************************/
main .main_box{
	position: relative;
	width: 96.87%;
	height: 100vh;
	margin: 0 auto;
	z-index:-1;
}
main #scroll_down {
    padding-top:120px;
    margin-top:-120px;
    display:block;
}  
@media screen and (max-width: 1023px) {
    main.ds_none{
    	display:none;
    }
}
@media screen and (max-width: 768px) {
    main #scroll_down {
        padding-top:60px;
        margin-top:-60px;
        display:block;
    }  
}

.footer_text{
	padding: 60px 0;
	position: relative;
	z-index: 100;
}
.footer_text .wrapper {
	padding: 100px;
	font-size: 15px;
}
.footer_text a{
    text-decoration:none;
}

@media screen and (max-width: 1169px) {
	.footer_text{
		padding: 70px 24px;
	}
	.footer_text .wrapper {
		padding: 100px 6%;
		width: calc(100% - 12%);
	}
}

@media screen and (max-width: 1023px) {
	.footer_text .wrapper .textArea{
	}
}

@media screen and (max-width: 768px) {
	.footer_text{
		padding: 70px 24px;
	}
	.footer_text .wrapper {
		padding: 100px 6%;
		width: calc(100% - 12%);
	}
	.footer_text .wrapper .textArea{
	    font-size:4vw;
	}
}

/*
　footer
****************************************/
#footer {
	min-width: auto;
	margin: 0 auto;
    /*padding-bottom: 67px;*/
    /*padding-bottom: 0;*/
	/*background: url(../images/common/footer_bg.jpg) no-repeat center center;*/
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	position: relative;
	z-index: 100;
}
#footer::before {
  content: "";
  background-color: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
}

#footer .ft_top {
	padding:80px 0 55px;
	color: #fff;
}
#footer .ft_top .more_btn{
	text-align:center;
}
#footer .ft_top table{
	font-size: 24px;
	width: 100%;
}
#footer .ft_top table th{
	text-align: center;
	padding-bottom:25px;
}
#footer .ft_top table th img{
    max-width: 250px;
    max-height: 250px;
    object-fit: contain;
    font-family: 'object-fit: contain;'
}
#footer .ft_top table td{
	text-align: center;
	padding-bottom:25px;
}
#footer .ft_top table td.tel {
    font-size: 48px;
}
#footer .ft_top table td a {
	text-decoration: none;
}
#footer .ft_top table td .more_btn a{
	width: 370px;
    padding: 30px 0;
    font-size: 18px;
    box-sizing: border-box;
}
#foot_fixed td .contact_btn a span{
	width: 100%;
	font-size: 16px;
}
#foot_fixed td .contact_btn a span:before{
    content:'keyboard_arrow_right';
    font-family: "Material Icons";
    height: 20px;
    line-height: 1.2;
    padding-left: 1px;
    box-sizing: border-box;
    font-weight: bold;
    width: 20px;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 18px;
    display: inline-block;
      vertical-align: top;
}
*::-ms-backdrop, #footer .ft_top table td {
	display: -ms-flexbox;
	display: flex; /* IE11 */
	justify-content: center;
}
*::-ms-backdrop, #foot_fixed td .contact_btn a span:before{
    height: 19px;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
}

#footer .ft_top table td .more_btn a span{
	width: 100%;
}
#footer .ft_top table td .more_btn a span:before{
    content:'keyboard_arrow_right';
    font-family: "Material Icons";
    height: 20px;
    line-height: 1.2;
    padding-left: 1px;
    box-sizing: border-box;
    font-weight: bold;
    width: 20px;
    margin-right: 10px;
    border-radius: 10px;
    vertical-align: baseline;
    font-size: 18px;
    display: inline-block;
}

.tel{
    font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1;
}
	.tel a{
	    text-decoration: none;
	}
#footer .div_section{
	padding:70px 0px;
}
	#footer .div_section .wrapper{
		width:970px;
	}
#footer .div_section .textArea{
	text-align:center;
}
#footer .ft_btm {
	padding: 50px 0 0;
	background: rgba(0, 0, 0, 0.5);
}
#footer .ft_btm ul li{
	padding: 0 0 30px;
}
#footer .ft_btm .link {
	float: left;
	width: 670px;
}
#footer .ft_btm.linkOnly .link {
	float: none;
	width: 100%;
}
#footer .link {
	font-size: 14px;
}
#footer .link ul {
    width: 780px;
    margin: 0 auto;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#footer .link ul li {
	margin-left: 54px;
	position: relative;
	left: -10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}
#footer .link ul li:first-child {
	margin-left: 0px;
}
/*
#footer .link ul li:before {
	text-decoration: none;
	position: absolute;
	content: "→";
	left: -13px;
	font-size: 10px;
	top: 2px;
}
*/
#footer .link ul li a {
	text-decoration: none;
}
#footer .link ul li a:hover {
	text-decoration: underline;
}
#foot_fixed,
#foot_fixed.off{
	display: none;
}
#foot_fixed.on.fixed {
	display: block;
	position: fixed;
	right: 0;
	left:0;
	bottom: 0;
	margin:0 auto;
	z-index: 9998;
	text-align: center;
    padding: 10px 0;
    max-width: 100%;
}
*::-ms-backdrop, #foot_fixed.on.fixed {
	height:66px;
}
#foot_fixed table{
	margin:0 auto;
}
#foot_fixed td{
	vertical-align: middle;
	padding:0 25px;
}
#foot_fixed td .tel_icon{
}
#foot_fixed td:first-child{
	width: 40px;
	max-width:40px;
	padding: 0 7px 0 0;
}
#foot_fixed td:first-child svg path{
	width: 40px;
	height:40px;
	fill: #fff;
}
#foot_fixed td:nth-child(2){
	padding: 0 20px 0 0;
}

*::-ms-backdrop, #foot_fixed td .tel_icon{
	height: 66px;
}
*::-ms-backdrop, #foot_fixed td .tel_icon span svg{
	height: 66px;
}
#foot_fixed td:nth-child(3){
    padding: 0 ;
}
#foot_fixed td .tel{
	font-size: 28px;
    /*font-family: 'Playfair Display', serif;*/
    line-height: 1.0;
}
#foot_fixed td .hours{
	font-size: 12px;
}
#foot_fixed td .contact_btn{
    text-align: center;
}
#foot_fixed td .contact_btn a {
    display: block;
    padding: 9px 0px 8px;
    text-decoration: none;
    width: 280px;
}
#foot_fixed td .contact_btn a:hover{
    transition: all .3s;
    position: relative;
}
#footer .div_section .textArea{
	margin-bottom:0;
}

@media screen and (max-width: 1169px) {
	#footer .div_section .wrapper{
		width:90%;
	}
}
strong a {
	text-decoration: none;
}

@media screen and (max-width: 1023px) {
    #footer .ft_btm ul{
    	padding: 0;
    }
    #footer .link ul li {
        margin-bottom: 30px;
    }
    #foot_fixed td .tel_icon{
        height:40px;
    }
}
@media screen and (max-width: 768px) {

	#footer {
		min-width: 100%;
	    margin: 0 auto;
	    /*background: rgba(0, 0, 0, 0.5);*/
	    /*padding-bottom: 59px;*/
	}
	#footer .wrapper{
		width:calc(100% - 90px);
		margin:0 auto;
	}
	#footer .div_section .textArea{
		text-align:left;
	}
	#footer .ft_top table td .more_btn a {
		width:100%;
	}
	.tel {
	    /*font-size:40px;*/
	}
	#footer .ft_top table {font-size:21px;}
	#footer .ft_top table td.tel {
	    font-size:37px;
	}
	#footer .ft_top table td a {
		text-decoration: none;
	}
	#footer .ft_main{
		min-width: 100%;
	}
	#footer .ft_btm {
		display: none;
	}
	#footer .ft_txt {
		font-size: 70%;
	}
	#foot_fixed table{
    	width:100%;
    }
    #foot_fixed td{
    	width: 48%;
        padding: 0 1%;
        text-align: center;
    }
    #foot_fixed td .tel{
    	font-size: 6vw;
    }
    #foot_fixed td .tel a{
    	text-decoration:none;
    }
    #foot_fixed td .hours{
    	font-size: 12px;
    }
	#footer .div_section .wrapper{
		width:90%;
	}
    #foot_fixed.fixed table td {
        font-size: 90%;
    }
    #foot_fixed td:nth-child(2){
    	padding: 0;
    }
    #foot_fixed.fixed table tr td:first-child {
        display:none;
    }
    #foot_fixed td .contact_btn a {
        display: block;
        padding: 9px 0px 8px;
        text-decoration: none;
        width: auto;
        font-size: 90%;
    }
}
.footer_sns_wrap {
	background: url(/images/common/foot_sns_bg.png) repeat 0 0 #a394bf;
	/*background-size: cover;*/
	padding: 80px 0;
}

.footer_sns_wrap > .wrapper.clearfix{
	text-align: center;
}
.footer_sns_wrap > .wrapper.clearfix > div{
	width: 450px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: top;
}
.footer_sns_wrap > .wrapper.clearfix > div:nth-child(3){
	width: 280px;
	margin: 0;
}
.footer_sns_wrap ul{
	text-align: center;
}
.footer_sns_wrap ul li{
	/* float:left; */
	width:450px;
	margin-right:5px;
	display: inline-block;
	vertical-align: top;
}
.footer_sns_wrap .list_fb{}
.footer_sns_wrap .list_tw{}
.footer_sns_wrap .list_la {
	width: 280px;
	margin: 0;
}
.footer_sns_wrap .list_line {
	margin-bottom: 10px;
}
.footer_sns_wrap .line a{
	display:block;
}
.footer_sns_wrap .line a:hover,
.footer_sns_wrap .ameblo a:hover {
	opacity: 0.7;
}
.footer_sns_wrap ul li iframe {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.footer_sns_wrap {
		padding: 30px 0;
	}
	.footer_sns_wrap > .wrapper.clearfix > div{
		width: 90%;
		max-width: 350px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.footer_sns_wrap > .wrapper.clearfix > div:nth-child(3){
		width: 90%;
	}
	.footer_sns_wrap ul {
		margin: 0 5%;
	}
	.footer_sns_wrap ul li {
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
		text-align: center;
	}

	.footer_sns_wrap ul li:last-child {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	/*
	.footer_sns_wrap ul li iframe{
		height: 100% !important;
		width: 100% !important;
		max-width: 100%;
	}*/
	.footer_sns_wrap ul li #pageplugin {
		position: relative;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}
	.footer_sns_wrap ul li iframe#twitter-widget-0 {
		max-width: 100% !important;
		width: 100%!important;
	}
	.fb_iframe_widget,
	.fb_iframe_widget span,
	.fb_iframe_widget iframe[style] {
		width: 100%!important;
		text-align: center;
	}
	/* LINE@　友だちボタン*/
	.line_atto a {
		font-size: 95%;
		display: inline-block;
		padding: 10px;
		border-radius: 6px;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		width: 280px;
		margin: 5% 0% 5% 0%;
	}
	.line_atto a:hover {
		-webkit-transform: translate3d(0px, 5px, 1px);
		-moz-transform: translate3d(0px, 5px, 1px);
		transform: translate3d(0px, 5px, 1px);
		box-shadow: none;
	}
	.footer_sns_wrap .ameblo a {
		display: inline-block;
	}
    .footer_sns_wrap > .wrapper.clearfix > div.list_tw {
        width: 450px !important;
    }
}

@media all and (-ms-high-contrast:none){
    .foo {
        color: red;
    }
}

/*
 copyright
****************************************/
#copyright {
	min-width: auto;
	padding: 0px 0 100px;
	text-align: center;
	font-size:1rem;
	line-height: 1;
	background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
	#copyright {
		min-width: 100%;
		border-top: none;
	    padding: 20px 0 75px;
	}
	#copyright.off {
	    padding: 20px 0 ;
	}
}

/**************************************
　::共通
***************************************/

#side_sns {
	display: none;
}
#side_sns.fixed {
	display: block;
	position: fixed;
	right: 15px;
	bottom: 150px;
	z-index: 9999;
	text-align: center;
	width: 40px;
	background: rgba(20,24,34,0.7);
	padding: 5px 5px;
}
#side_sns .sns_icon {
	margin-bottom: 30px;
	position:relative;
	background:url(../images/sns.png) no-repeat;
}
#side_sns .sns_icon.facebook_icon{
    background-position:center 0;
}
#side_sns .sns_icon.twitter_icon{
    background-position:center -24px;
}
#side_sns .sns_icon.line_icon{
    background-position:center -45px;
}
#side_sns .sns_icon.ameba_icon{
    background-position:center -71px;
}
#side_sns #pagetop{
    width:100%;
    background:url(../images/sns.png) no-repeat center -97px;
}
#side_sns .sns_icon a,
#side_sns #pagetop a{
	display: block;
	width:100%;
}
@media (max-width: 768px) {
    #side_sns {
    	display: block;
    }
    #side_sns .sns_icon {
    	margin-bottom: 0;
        display: inline-block;
        width: 24%;
        margin: 25px 0;
    }
    #side_sns.fixed {
    	display: block;
        position: relative;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
        text-align: center;
        width: 100%;
        background: none;
        padding: 0 0;
        font-size: 0;
    }
    #side_sns #pagetop{
        display:none;
    }
}

/********************************
メニューテーブル（画像なしパターン）
*********************************/
.noimage_menu_table {
    width:100%;
    table-layout:fixed;
}
.noimage_menu_table td{
    width:50%;
    table-layout:fixed;
}
.noimage_menu_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    width: 100%;
    padding:25px 0;
}
.noimage_menu_table td:nth-child(1){
    padding-right: 5% ;
}
.noimage_menu_table td:nth-child(2){
    padding-left: 5%;
}
.noimage_menu_table td.fade_box:nth-child(1){
}
.noimage_menu_table td.fade_box:nth-child(2){
    transition-delay:0.2s;
}
.noimage_menu_table td span{
    font-size: 1.3rem;
    padding-bottom: 15px;
    display: block;
    text-align: center;
}
.noimage_menu_list li .title{
    width:70%;
}
.noimage_menu_list li .price{
    width:30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
    .noimage_menu_table td:nth-child(1),
    .noimage_menu_table td:nth-child(2){
        padding: 0;
        width: 100%;
        display: block;
    }
    .noimage_menu_table td:nth-child(1){
        margin-bottom: 30px;
    }
}

/********************************
メニューテーブル（画像1・メニュー複数　パターン）
*********************************/

#menu2 .flex_LR_box .img-bg_wrap .textArea{
    margin:0 auto;
}
#menu2 .flex_LR_box .img-bg_wrap .textArea .more_btn{
    margin-top: 40px;
}



/********************************
アクセス
*********************************/
.access .flex_LR_box.access1{
    margin-bottom: 40px;
}
.access .flex_LR_box.access1 h3{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 30px;
    text-align:left;
}
.googlemap iframe{
    width:100%;
}
.flex_LR_box.access1{
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    margin-bottom: 40px;
}
.lower_section .lower_section_inner .flex_LR_box.access1 .textArea{
    margin: 0;
}
.access1.flex_LR_box .left{
    margin-right:0px;
}
.access1.flex_LR_box .left,
.access1.flex_LR_box .right{
    width:calc(50% - 30px);
}
#map_canvas {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
}
#map_canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.access .flex_LR_box.access1 .access_text {
    font-size: 0.938rem;
    text-align:left;
}
@media (max-width: 1023px) {
    .access .flex_LR_box.access1{
        width:calc(100% - 12%);
        margin: 0 auto;
    }
    .access .flex_LR_box.access1 h3{
        font-size: 2rem;
    }
    .access1.flex_LR_box .left{
        float:none;
        margin-bottom: 60px;
        width:100%;
    }
    .access1.flex_LR_box .right{
        float:none;
        height:400px;
        margin-bottom: 60px;
        width:100%;
    }
    .access .flex_LR_box.access1 .access_text {
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
    .access1.flex_LR_box{
        display: block;
        width:100%;
    }
    .access .flex_LR_box.access1{
        margin-bottom: 0px;
    }
    .access .flex_LR_box.access1 h3{
        font-size: 6vw;
    }
    .access .flex_LR_box.access1 .access_table{
        margin-bottom:50px;
    }
    .access .flex_LR_box.access1 .access_text {
        /*display: none;*/
        font-size: 4vw;
    } 
    .access1.flex_LR_box .right{
        height:600px;
        margin-bottom: 60px;
    }
}


/*
 Material icons
****************************************/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
 
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
 
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
 
  /* IEサポート */
  font-feature-settings: 'liga';
}


/* アイコンサイズ */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
 
/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
 
/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


@media (min-width: 1024px) {
    .fade_box {
    	opacity: 0;
    	transition: all .5s ease-in-out;
    	transform: translateY(50px);
    }
    .fade_box.active {
    	opacity: 1;
    	transform: translateY(0px);
    }
    
    li.fade_box:nth-child(2){
        transition-delay:0.2s;
    }
    li.fade_box:nth-child(3){
        transition-delay:0.4s;
    }
    li.fade_box:nth-child(4){
        transition-delay:0.6s;
    }
    li.fade_box:nth-child(5){
        transition-delay:0.8s;
    }
    li.fade_box:nth-child(6){
        transition-delay:1s;
    }
    li.fade_box:nth-child(n+7){
        transition-delay:1.2s;
    }
}