@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;
        padding-top: 10px;
    }
    .LR_box .right.col_8 + .left.col_4,
    .LR_box .right.col_4 + .left.col_8{
        margin-bottom:0px;
        padding-top: 10px;
    }
    .LR_box .left.col_4 + .right.col_8 h3,
    .LR_box .right.col_8 + .left.col_4 h3,
    .LR_box .right.col_4 + .left.col_8 h3 {
        margin-top: -10px;
    }
}

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
html {}
body {
	/*メイリオ*/
	/*font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;*/
	/*小塚明朝 Pr6N H*/
	/*font-family : '小塚明朝 Pr6N H','小塚明朝 Pr6N','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	/*ヒラギノ明朝 ProN W3*/
	/*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	/*ヒラギノ角ゴ ProN W3*/
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Yu Gothic', YuGothic, Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0;

	background: url(../images/common/body_bg.png) repeat 0 0;
}

#container {
	min-width: auto;
	margin: 0 auto;
}
.wrapper {
	width: 1170px;
	margin: 0px auto;
}
.sp {
	display: none;
}
img {
	max-width: 100%;
}
a {
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
@media (max-width: 1169px) {
    .wrapper {
		width: 100%;
        margin: 0px auto;
    }
}
@media (max-width: 768px) {
	body {
		font-size: 14px;
		font-size: 4.2vmin;
	}
	#container {
		min-width: 100%;
		-webkit-text-size-adjust: 100%;
	}
	#container .wrapper {
		width: 94%;
	}#container .wrapper .wrapper {
		width:100%;
	}
	.wrapper2 {
		width: 100%;
		padding: 10% 3%;
		box-sizing: border-box;
	}
	.wrapper3 {
		width: 100%;
    }
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	img,
	iframe {
		max-width: 100%;
		height: auto;
	}
}

/*
　header
****************************************/
#header {
	min-width: auto;
	position: absolute;
    z-index: 10000;
    padding: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    background:#000;
    /*background: url(../images/common/header_bg.png) repeat center center #ffe8c3;*/
    box-shadow: 0px 6px 5px rgba(70, 60, 60, 0.1);
}
#header[data-cms_editable] {
    position: static;
}
#header .hd_top {
	width: 1170px;
    margin: 15px auto 0;
    /* header text color */
    color:#ffffff;
}
#header .hd_top .LR_box{
    display: table;
    width: 100%;
}
#header .hd_top .LR_box .left,
#header .hd_top .LR_box .right{
    display: table-cell;
    float: none;
    vertical-align: top;
    min-height: auto;
}
#header .hd_top h1 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1;
	color:#fff;
}
#header .hd_top .right table.head_info{
	width: 100%;
    font-size: 14px;
}
#header .hd_top .right table.head_info td{
	text-align: right;
}
#header .hd_top .right table.head_info td a{
	color:#313131;
}
#header .hd_main {
	display: table;
	width: 1170px;
    margin: -20px auto 0;
}
#header.navfixed_on.fixed .hd_main {
    margin: 0 auto 0;
}
#header .hd_main .left{
    width: 30%;
}
#header .hd_main .right{
    width: 70%;
}

#header .hd_main .left img{
    max-width: 100%;
    max-height: 60px;
    object-fit: cover;
}
/*
#header .hd_main .left{
	display: table-cell;
    text-align: left;
    min-width: 50px;
    max-height: 100px;
    position: relative;
    top: -9px;
}
*/
#header .hd_main .left{
	display: table-cell;
    text-align: left;
    /*max-width: 200px;*/
    float: none;
    /*position:relative;*/
    width: auto;
}
#header .hd_main .left a {
    display: inline-block;
    padding: 0px 0 20px;
}
#header .hd_main .right{
	display: table-cell;
    vertical-align: bottom;
    float: none;
    padding-left: 30px;
    min-height: auto;
    width: auto;
}

@media screen and (min-width: 769px) and (max-width: 1169px) {
    #header .hd_top .LR_box .left + .right{
        float: none;
    }
}
@media screen and (max-width: 1169px) {
/*
    #header .hd_top {
		width: 98%;
	    margin: 8px auto 0;
	}
	#header .hd_main {
		display: table;
		width: 98%;
	    margin: 0 auto;
	}
	#header .hd_main .left{
        position:relative;
        top:-9;
    }
    #header .hd_main .right{
        position:relative;
        top:-9;
    }
*/
    
    #header .hd_top {
		width: 100%;
	    margin: 8px auto;
	    display: none;
	}
	#header .hd_top .LR_box .left{
	    width:60%;
	}
	#header .hd_top .LR_box .right{
	    width:100%;
	    position:relative;
	}
	#header .hd_main {
		display: table;
		width: 98%;
	    margin: 0px auto 0;
	}
    #header.navfixed_on.fixed .hd_main {
        margin: 0 auto 0;
    }
	#header .hd_main .left{
        /*position:static;
        top:0;
		width: 100%;
		padding-right: 15%;
		min-height: 70px;*/
		padding: 10px 0;
    }
    #header .hd_main .left a {
        padding: 0;
    }
    #header .hd_main .left img{
    	top: 3vmax;
        bottom: auto;
        left: 2vw;
        /*max-height: 20vh;*/
    }
    #header .hd_main .right{
        position: relative;
        top: 0;
        /*padding: 0 1vw;
        width: 100%;*/
    }
}
/*
@media screen and (max-width: 768px) {
	#header {
		min-width: 100%;
		    padding: 0;
		    background: rgba(255, 255, 255, 0.7);
        position: relative;
	}
	#header .hd_main{
	    position: relative;
        width: 96%;
        margin: 2%;
        padding:0;
	}
	#header .hd_main a{
	    display: block;
	}
	#header .hd_main .left{
    	vertical-align: middle;
        top:0;
    }
    #header .hd_main .left img{
    	width: auto;
        max-height: 40px;
    }
	#header .hd_main .right{
    	display: none;
    }
}
*/
@media screen and (max-width: 768px) {
	#header {
		min-width: 100%;
        padding: 0;
        position: relative;
	}
	#header .hd_main{	
	    position: relative;
        width: 90%;
        margin: 0 auto;
        padding: 0 ;
        min-height: 60px;
	}
	#header .hd_main .left{
    	vertical-align: middle;
        padding: 0;
    }
    #header .hd_main .left a{
        display:inline-block;
        padding: 0;
    }
    #header .hd_main .left img{
    	/*max-width:200px;*/
        max-height: 45px;
    }
	#header .hd_main .right{
    	display: none;
    }
}

#header.navfixed_on.fixed {
	display: block;
	position: fixed;
	top: 0;
    z-index: 10001;
	text-align: center;
	width: 100%;
	/*background: rgba(20,24,34,0.7);*/
    padding: 0;
}
#header.navfixed_on.fixed .hd_top .wrapper{
	display: none;
}

/*
　header-footer common
****************************************/
.logo_btn_set {
	padding: 15px 0 12px;
	position: relative;
}
.logo_btn_set .logo {
	float: left;
	width: auto;
	min-width: 200px;
	max-width: 310px;
	padding: 0;
	position: absolute;
    width: auto;
    height: auto;
    /* min-width: 100%; */
    /* min-height: 100%; */
    left: 0%;
    top: 50%;
    -webkit-transform: translate3d(-0%, -50%, 0);
    transform: translate3d(0%, -50%, 0);
}
svg#Capa_1 {
	width: 52px;
	position: absolute;
	top: 3px;
	left: 0;
}
.logo_btn_set .btn {
	float: right;
	width: auto;
	position: relative;
	line-height: 1.2;
}
.logo_btn_set .btn .btn_wrap {
	float: right;
}
.logo_btn_set .btn .btn_wrap .head_btn_list li {
	float: left;
	margin-top: 0px;
}
.logo_btn_set .btn .btn_wrap .head_btn_list li:last-child {
	margin-left: 10px;
	margin-top: 0px;
}
.logo_btn_set .btn a {
	text-decoration: none;
	display: inline-block;
}
.logo_btn_set .btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.logo_btn_set .btn .tel_wrap {
	float: right;
	/*width: 540px;*/
	width: auto;
	max-width: 540px;
	margin-right: 15px;
}
.logo_btn_set .btn .tel_wrap .tel_cont {
	position: relative;
	float: left;
	width: auto;
}
.logo_btn_set .btn .tel_wrap .tel_cont .tel_text {
	padding-left: 60px;
}
.logo_btn_set .btn .tel_wrap .tel_cont .tel_text .catch {
	font-size: 16px;
	font-weight: normal;
}
.logo_btn_set .btn .tel_wrap .tel_cont .tel_text .tel {
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
}
.logo_btn_set .btn .tel_wrap .tel_cont2 {
	clear: both;
	width: auto;
	max-width: 464px;
	padding-left: 60px;
	position: relative;
	margin: 0;
	font-size: 14px;
}
.logo_btn_set .btn .tel_wrap .tel_cont2 .business_hours {
	margin-bottom: 0;
}
.logo_btn_set .btn .tel_wrap .tel_cont2 .address {
	margin-left: 0;
	width:100%;
}
#header .logo_btn_set .btn .tel_wrap .tel_cont2 .address {
	display: none;
}
@media screen and (min-width: 769px) and (max-width: 1169px) {
    #header .LR_box .left + .right{
        /*float: right;*/
    }
}

@media screen and (max-width: 768px) {
	.logo_btn_set {
		position: relative;
	}
	/*
	スマホ(ハンバーガーメニューあり時)
	***********************/
	.logo_btn_set .logo {
		width: 43%;
		min-width: 43%;
		max-width: 43%;
		padding: 10px 0 0 2px;
		margin-top: 0;
	}
	/*
	スマホ(ハンバーガーメニューなし時)
	***********************/
/*
    .logo_btn_set .logo {
		width: 90%;
        min-width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 5%;
	}
*/
	.logo_btn_set .logo a {
		display: block;
	}
	#footer .logo_btn_set .logo {
	    float: none;
        margin: 0;
        text-align: center;
        width: auto;
        padding: 0 5%;
        max-width: none;
        position: relative;
        transform: initial;
	}
	#footer .logo_btn_set .logo a {
		display: inline-block;
	}
	#footer .logo_btn_set .btn {
		display: block;
		width: 100%;
		float: none;
		position: static;
		margin: 3% auto 0;
	}
	#footer .logo_btn_set .btn .btn_wrap {
		width: auto;
		text-align: center;
		margin: 0 auto;
		top: 0;
		position: relative;
		margin-bottom: 3%;
		float: none;
	}
	#footer .logo_btn_set .btn .tel_wrap {
		float: none;
		width: 90%;
		font-size: 100%;
		margin: 0 5%;
	}
	.logo_btn_set .btn .tel_wrap .tel_cont {
		text-align: center;
		float: none;
	}
	.logo_btn_set .btn .tel_wrap .tel_cont .tel_text {
		padding-left: 0px;
	}
	.logo_btn_set .btn .tel_wrap .tel_cont .svg {
		display: none;
	}
	.logo_btn_set .btn .tel_wrap .tel_cont .tel_text .catch {
		font-weight: bold;
	}
	.logo_btn_set .btn .tel_wrap .tel_cont .tel {
		padding-left: 0%;
		margin: 0 auto 2px;
		font-size: 37px;
	}
	.logo_btn_set .btn .tel_wrap .tel_cont .tel a {
	}
	#footer .logo_btn_set .btn .btn_wrap ul {
		text-align: center;
	}
	#footer .logo_btn_set .btn .btn_wrap ul li {
		display: block;
		float: none;
		margin: 0 0 10px;
	}
	.logo_btn_set .btn .tel_wrap .tel_cont2 {
		margin-top: 0px;
		clear: both;
		width: auto;
		max-width: none;
		padding-left: 0px;
	}
	.logo_btn_set .btn .tel_wrap .tel_cont2 .business_hours,
	.logo_btn_set .btn .tel_wrap .tel_cont2 .address {
		text-align: center;
	}
	.logo_btn_set .btn .tel_wrap .tel_cont2 .address {
		width: 100%;
	}
}

/*
 gnav
****************************************/
.gnav {
	background: none;
	padding: 0;
	margin: 0 auto;
}
.gnav ul {
	text-align: right;
	width: 100%;
	display: table;
}
.gnav ul li {
	display: inline-block;
    border: none;
    position: relative;
    height: 100%;
    vertical-align: bottom;
    text-align: right;
    padding-left: 39px;
}
.gnav ul li a {
	display: block;
    padding: 20px 0 20px;
    line-height: 1;
    height: 100%;
    text-decoration: none;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gnav ul li > a:hover {
	background: none;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.gnav ul li > a::after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000000;
}
.gnav ul li > a:hover::after {
	width: 100%;
}

.gnav a.owl-in_home,
.gnav a.owl-in_page_tree {
	background: none;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.gnav a.owl-in_home:after,
.gnav a.owl-in_page_tree:after {
	width: 100%;
}
@media screen and (max-width: 1169px) {
    .gnav ul li {
      padding-left: 2%;
    }
    .gnav ul li:nth-last-of-type(2) ul.submenu {
        right: 0px;
    }
    .gnav ul li:nth-last-of-type(3) ul.submenu {
        right: 0px;
    }
}

/*
.gnav ul li a:before,
.gnav ul li a:after {
    content: "";
    display: block;
    height: 50%;
    height: calc(50% - 12px);
}

*/
/*
gnav(サブメニュー)
****************************************/
.gnav ul li ul.submenu {
    position: absolute;
    /*background-color: rgba(255, 255, 255, 0.7);*/
    padding: 1px 0 12px;
    min-width: 100%;
    width: 250%;
    opacity: 0;
    z-index: 1030;
    visibility: hidden;
    text-align: left;
    font-size: 13px;
    color: #313131;
    top: 100%;
    margin:0 -9%;
}
.gnav ul li:nth-last-of-type(2) ul.submenu {
    right: -76px;
    /*width: 230%;*/
}
.gnav ul li:last-child ul.submenu {
    right: 0;
}
.gnav ul li ul.submenu li {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    width:100%;
    padding:0;
    box-sizing: border;
    text-align:left;
}
.gnav ul li ul.submenu li > a {
    display: block;
    /*-webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;*/
    padding: 13px 20px;
    box-sizing: border-box;
    color: #313131;
    line-height: 1.4;
}
.gnav ul li ul.submenu li > a:after {
	display: none;
}
.gnav ul li ul.submenu li > a:hover {
    /*background: rgba(34, 34, 34, 0.3);*/
    /*padding-left: 25px;*/
    background: #535353;
    color:#ffffff;
}
.gnav ul li.has-submenu:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
}

/*
 gnav(スマホ ハンバーガーメニュー時)
****************************************/

@media screen and (max-width: 1169px) {
	.gnav {
		display: none;
	}
	#panel-btn-wrap {
		float: right;
		margin: 0 0% 0 0;
		position: absolute;
        right: 0;
        top: 10px;
        line-height: 1;
	}
	#footer #panel-btn-wrap {
		display: none;
	}
	#panel-btn,
	#panel ul li a:hover {
	}
	#panel-btn {
		display: inline-block;
        /*position: fixed;*/
        width: 45px;
        height: 45px;
        /*border-radius: 50%;*/
        top: 1%;
        right: 3%;
	}
	#panel-btn:hover {
	}
	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		transition: .2s;
	}
	#panel-btn-icon:before,
	#panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		transition: .3s;
	}
	#panel-btn-icon:before {
	    margin-top: -6px;
	}
	#panel-btn-icon:after {
	    margin-top: 4px;
	}
	#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;
        position: fixed;
        left: 3%;
        top: 50px;
        width: 94%;

        font-size: 2vmin;
        overflow-y: scroll;
        height: 90%;
	}
	#panel ul li {
		text-align: left;
	}
	#panel ul li a {
		padding: 15px 5%;
		width: 100%;
		box-sizing: border-box;
		text-decoration: none;
		display: block;
		border: 1px solid;
	}
}
@media screen and (max-width: 768px) {
	#panel {
        font-size: 3vmin;
	}
}

/*
　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-size: cover;
}
#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 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;
	}

.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;
	    /* header text color */
	    color:#ffffff;
	}
#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{
	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 {
	margin: 0;
	text-align: center;
}
#footer .link ul li {
	margin-left: 54px;
	display: inline-block;
	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{
	display: none;
}
#foot_fixed.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%;
}
#foot_fixed table{
	margin:0 auto;
}
#foot_fixed td{
	vertical-align: middle;
	padding:0 25px;
}
#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;
    }
}
@media screen and (max-width: 768px) {

	#footer {
		min-width: 100%;
	    margin: 0 auto;
	    /*background: rgba(0, 0, 0, 0.5);*/
	    /*padding-bottom: 59px;*/
	}
	#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:40px;
	}
	#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: 50%;
        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 .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;
    }
}

/*
 copyright
****************************************/
#copyright {
	min-width: auto;
	padding: 0px 0 100px;
	text-align: center;
	font-size: 12px;
	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;
	}
}

/***************************************
　::下層
****************************************/
.seo_txt .textArea{
	margin-bottom:0;
}

/*
 汎用CSS
****************************************/
.areaL {
	float: left;
}
.areaR {
	float: right;
}
.tx-left {
	text-align: left !important;
}
.tx-right {
	text-align: right !important;
}
.tx-center {
	text-align: center !important;
}
@media screen and (max-width: 768px) {
	.rwd-float-none .areaL,
	.rwd-float-none .areaR {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.rwd-float-none .areaL.img,
	.rwd-float-none .areaR.img {
		margin: 0 auto 0px;
	}
	iframe {
		width: 100%!important;
		height: 300px;
	}
}

.m0a{
    margin:0 auto;
}


/******************
ヘッダーデザインパターン2
******************/
#header.head_info_pattern2 .hd_top .LR_box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row-reverse wrap;
    -webkit-flow: row-reverse wrap;
    flex-flow: row;
}
#header.head_info_pattern2 .hd_top .LR_box .left{
    width: auto;
    display: block;
}
#header.head_info_pattern2 .hd_top .LR_box .right {
    width: auto;
    margin-left: auto;
    display: block;
}
#header.head_info_pattern2 .hd_top .right table.head_info {
    vertical-align:middle;
}
#header.head_info_pattern2 .hd_top .right table.head_info td.tel{
    font-size:30px;
    font-weight: bold;
    min-width: 300px;
    padding-right: 20px;
    vertical-align: middle;
    text-align:center;
    color:#fff;
}
/* ヘッダーTELアイコン */
#header.head_info_pattern2 .hd_top .right table.head_info td.tel span{
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: bottom;
    margin-right: 8px;
}
#header.head_info_pattern2 .hd_top .right table.head_info td.contact a{
    padding: 12px 0;
    min-width: 250px;
    min-height: 50px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    display: block;
    
    -webkit-transition: all .3s;
    transition: all .3s;
}
#header.head_info_pattern2 .hd_top .right table.head_info td.contact a span{
    vertical-align: bottom;
    display: inline-block;
    height: 20px;
}
#header.head_info_pattern2 .hd_top .right table.head_info td.contact a:before{
    /*content: "";
    height: 20px;
    width: 20px;
    margin-right: 10px;
    display:inline-block;
    background:url(../images/common/head_contact_arrow.png);    
    background-size:contain;
    vertical-align:middle;*/
    
    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;
    display: inline-block;
    border-radius: 10px;
    vertical-align: sub;
    font-size: 18px;
}

/*ie11*/  
@media all and (-ms-high-contrast:none) {  
*::-ms-backdrop, #header.head_info_pattern2 .hd_top .right table.head_info td.contact a:before {  
    vertical-align:middle;  
}  
}  
/*edge*/  
@supports (-ms-accelerator:true) {  
    #header.head_info_pattern2 .hd_top .right table.head_info td.contact a:before {  
        vertical-align:middle;  
    } 
}

#header.head_info_pattern2 .hd_main{
    margin: 0 auto;
}
#header.head_info_pattern2 .hd_main .left{
    position: relative;
    top:-10px;
}
@media screen and (max-width: 768px) {
    #header.head_info_pattern2 .hd_main .left{
        top:0px;
    } 
}
#header.head_info_pattern2.fixed .hd_main .left{
    top: 0;
}
#header.head_info_pattern2 .hd_main .left a{
    padding: 0;
}
#header.head_info_pattern2 .hd_main .right{
    box-sizing: border-box;
    height: 50px;
    vertical-align: bottom;
}

@media screen and (max-width: 768px) {
    #foot_fixed td .contact_btn a{
        font-size:14px;
    }
}
#foot_fixed td .contact_btn a,
#footer .ft_top table td .more_btn a{
    height: auto;
    font-size: inherit;
}
#foot_fixed td .contact_btn a: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;
    display: inline-block;
    border-radius: 10px;
    vertical-align: sub;
    font-size: 18px;
}

#footer .ft_top table td .more_btn a: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;
    display: inline-block;
    border-radius: 10px;
    vertical-align: baseline;
    font-size: 18px;
}


/*************

************/
@media screen and (max-width: 768px) {
    #header.head_info_pattern2 .hd_main {
        padding: 1% 0;
    }
    #foot_fixed table {
        width: 94%;
    }
    #foot_fixed td {
        padding: 0;
    }
}
@media screen and (max-width: 1169px) {
    #panel-btn{
        top: auto;
    }
}

@-moz-document url-prefix() {
    #header.head_info_pattern2 .hd_top .right table.head_info td.contact a:before,
    #foot_fixed td .contact_btn a:before,
    #footer .ft_top table td .more_btn a:before{
        line-height: 1.3;
    }
    #header.head_info_pattern2 .hd_top .right table.head_info td.contact a span{
        vertical-align: middle;
    }
}

/* 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); }
