@charset "UTF-8";
/*
 * common.css PC版共通
 */
html, body {
    font-size: 16px;
    color: #000;
    background-color: rgba(255,255,255,1.00);
}
h1 {
    font-size: 1.0rem;
}
h2 {
    font-size: 1.0rem;
}
h3 {
    font-size: 1.0rem;
}
h4 {
    font-size: 1.2rem;
    font-weight: bold;
}
h5 {
    font-size: 1.0rem;
    font-weight: bold;
}
h6 {
    font-size: 1.0rem;
    font-weight: bold;
}


/* タイトル部分　*/
.call {
	font-weight: bold;
	font-size: 1.5em;
	color:#000;
	padding: 0px;
	margin: 50px 0px 0px;
	letter-spacing: 0.1em;
}
.title {
	font-size: 1.5em;
	letter-spacing: 0.2em;
	white-space: nowrap;
	padding: 15px 0px 0px;
	font-weight: 600;
}

.title a {
	color: #FFF;
}

.title a img{
	width: auto;
	height: 80px;
	padding: 8px 16px;
}
#header-bottom {
    position: sticky;
    top: 0;
    background: linear-gradient(-135deg, #083361,#062A4F,#00172A);
    z-index: 99;
}

#header-bottom .container-fluid .row {
    align-items: center;
    height: 100px;
}
nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
	list-style: none;
	letter-spacing: 0.1em;
	padding: 20px 0px 0px;
}
nav ul li {
    margin: 0;
    padding: 0px 20px;
}

nav ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #FFF;
  padding: 0px 0px 3px;
}

nav ul li a:hover {
  color: #FFF;
}


nav ul li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #FFF;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  
}
nav ul li a:hover::after {
  width: 100%;
  color: #FFF;
}


/* お問い合わせ　横*/

.contact_mail{
	position:fixed;
	top: 150px;
	right: 0px;
	z-index: 200;
	padding: 15px 0px 5px;
	background-color: #D32F2F;
	border-radius: 8px 0px 0px 8px;
	font-size: 0.8em;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	}
.contact_mail a{
	color: #FFF;
	}

#btn-nav {
    display: none;
}

/* footer */

#footer-top {
	margin: 64px 0px 0px;
    background-color: #E6E6E6;
    color: #000;
}
.footer_logo {
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 0.2em;
    padding: 0px 0px 8px;
}

.footer_logo img {
	height: 50px;
	padding: 0px 16px 0px 0px;
}

.tel{
    font-size: 2em;
	padding: 0px 0px 0px 16px;
}
.tel img{
	height: 30px;
	padding: 0px 8px 0px 0px;
}
.text-small{
	font-size: 0.9rem;
}

.call_btn {
	font-size: 1.5em;
	padding: 15px;
	font-weight: normal;
}
#footer-top .footer_ul ul li{
	list-style:none;
	}

#footer-top .footer_ul ul li a{
	display: block;
    padding: 8px 0px;
	color: #000;
    text-decoration: none;
	letter-spacing: 0.1em;
}

#footer-top .footer_ul ul li a:hover{
	background-color: rgba(121,127,130,1.00);
    color: #fff;
    text-decoration: none;
}

.accessmap iframe {
	width: 100%;
	height: 50vh;
}

#footer-top .gmaplink {
    text-align: center;
}
#footer-bottom {
    padding: 8px 0px;
    background: linear-gradient(-135deg, #083361,#062A4F,#00172A);
    color: #000;
    font-size: 0.8em;
}
#copyright {
    text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	
}
#copyright a {
	color: #fff;
	font-weight: 600;
}

/*　ページ　*/

#pagetop {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
}
#pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(56,44,32,0.28);
	z-index: 1000;
}
#pagetop a:hover {
    background-color: rgba(56,44,32,0.51);
    text-decoration: none;
}
#pagetop a span {
    display: block;
    color: #fff;
    font-size: 2.0rem;
    transform: scaleY(.6);
	z-index: 1000;
}


/* お問合せ　*/
.waku {
	border: 1px solid #000;
	padding: 16px 0px 8px;
}

.contact_call{
	padding: 16px 0px 0px;
	font-size: 2.8em;
}

.call-img img{
	height: 50px;
}

.contact_mail02 {
	padding: 24px 0px 0px;
}

.contact_mail02 a {
	font-size: 1.5em;
	color: #000;
}

.contact_mail02 img{
	height: 45px;
	padding: 0px 16px 0px 0px;
}

/* 共通タイトル　*/

.sub_title {
  font-size: 2.0em;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin: 0px auto 40px;
}

/*以下で線を表示*/
.sub_title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -16px;/*線の上下位置*/
  display: inline-block;
  width: 100%;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: black;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
