﻿/* service_base */

@charset "utf-8";

body.ft01, body.ft01 #setting_modal .heading_design *{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.6rem;
	color:#333;
	}


/* header
---------------------------------------------------*/
header#pattern5 .wraper > .inner{
	min-height: 120px;
	padding-top: 20px;
	}

header#pattern5 h1{
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	opacity: 1;
	top: 15px;
	}

header .logo,
header .logo a{
	width: inherit !important;
	padding: 0 !important;
	max-width: inherit !important;
	}

header .logo a img {
	max-height: 50px;
	transition: .3s;
	}

header .logo a:hover img{
	opacity: .6;
	}

header#pattern5 .link_setting{
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	}

header#pattern5 .link_setting a{
	margin-left: 20px;
	}

header#pattern5 .link_setting a:hover{
	text-decoration: underline !important;
	}

header#pattern5 .link_setting a::before{
	width: 5px;
	height: 5px;
	margin-right: 5px;
	}

header#pattern5 .header_contents .header_col1 {
	flex-direction: inherit;
	align-items: center;
	}

header#pattern5 .tel .teli{
     display: block;
	 }
	
header#pattern5 .hour-pattern5 {
	display: none;
	}

header .btn > a {
	display: inline-block;
	width: auto;
	padding: 15px 30px;
	line-height: 1;
	}

header .header_contents {
	 padding-top: 0; 
	 padding-bottom: 0; 
	}

header .header_contents .header_col1 .tel svg{
	top: 2px;
	}

header .header_contents .header_col1 .btn {
    min-width: auto;
	margin-left: 20px;
	}

header .header_contents .header_col1 .btn>a[target=_blank] {
	padding-right: 35px;
	}


/* footer
---------------------------------------------------*/
footer .logo {
	 width: auto; 
	}

footer a img{
    transition: .3s;
    height: 35px;
	}

footer a:hover img{
	opacity: 0.6;
	}



/* parts
---------------------------------------------------*/
#lv p span:before, #lv p span:after {
	content: none;
	}

.widget_sitemap .heading.block_header_1{
	display: none;
	}

.parallax{
	box-shadow: none;
	}

.parallax_img{
	filter: none;
	height: inherit !important;
	transform: none !important;
	}

#sidebar .widget_news02 li a>*{
	display: block;
	}

#sidebar .widget_news02 li a > div span{
	display: none;
	}

#sidebar .widget_news02 li p:nth-of-type(1) {
	padding-left: 20px;
	}

#sidebar .widget_news02 li p:nth-of-type(1):before {
	left: 0;
	}

.widget_staff01 .inner_item .inner_item_txt dl{
	margin-top: -1px
	}

.widget_menu01 li:nth-of-type(1){
	border-top: none;
	}

.widget_menu01 li dt {
	padding-left: 0;
	font-weight: bold;
	}

.widget_menu01 li dt:before {
    content: none;
	}

.hide-title .heading.block_header_6{
	display: none;
	}


/*tablet
================================================================================================================================*/
@media screen and (max-width: 900px){


/*header
------------------------------------------*/
header#pattern5 .wraper > .inner{
	min-height: 80px;
	padding-top: 0;
	}

header#pattern5 .link_setting{
	position: static;
	}

header nav ul.nav_1st > li > a {
    text-align: center;
	}

header .header_contents .header_col2 {
	display: none !important;
	}

header nav ul.nav_1st {
	margin-bottom: 0;
    border-bottom: none;
	}

header nav {
	border-bottom: none;
	}

header .header_contents .header_col1>div {
	margin: 0;
	}

header .sp_menu a div {
    margin-top: 0;
}



/*sp
================================================================================================================================*/
@media screen and (max-width: 640px){

header#pattern5 .wraper > .inner {
    min-height: 60px;
}
header .logo a img {
	max-height: 30px !important;
	}

header#pattern5 .link_setting {
	margin: 10px;
	text-align: center;
	width: 100%;
	}

header .header_contents .header_col1 .btn {
	min-width: 100%;
	margin-left: 0;
	text-align: center;
	justify-content: center;
	}

.pt50,.pt60,.pt70,.pt80,.pt90,.pt100{
	padding-top: 30px !important;;
	}

.pb50,.pb60,.pb70,.pb80,.pb90,.pb100{
	padding-bottom: 30px !important;
	}

.width_fixed .content_wrapper {
	max-width: inherit !important;
	}

.block_table_1.w20 table tr:nth-of-type(1)>td:first-child, .block_table_1.w20 table tr:nth-of-type(1)>th:first-child, .block_table_8.w20 table tr:nth-of-type(1)>td:first-child, .block_table_8.w20 table tr:nth-of-type(1)>th:first-child {
	width: inherit;
	}

#fixbtn {
	min-height: inherit !important;
	}

#fixbtn .fixbtntel p {
    display: none;
}

footer .logo,
footer .sns{
	margin-bottom: 0;
	}

}