@charset "UTF-8";

html,
body {
height: 100%;
}

/* ベース */
body {
font-family: "メイリオ", "Meiryo", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
color: #000000;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
padding: 0;
font-size: 16px;
}

.container {
width: 1000px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.link-home a {
color: #000000;
text-decoration: none;
}
.link-home a:hover {
color: #000000;
text-decoration: none;
}

.mb-8 {
margin-bottom: 80px;
}
.mb-10 {
margin-bottom: 100px;
}
.mb-15 {
margin-bottom: 150px;
}

.mt-8 {
margin-top: 80px;
}
.mt-10 {
margin-top: 100px;
}
.mt-15 {
margin-top: 150px;
}

.br-more {
display: none;
}

/*ヘッダー*****************************************/
header {
border-bottom: 1px solid #DDDDDD;
}

.header-style {
width: 1200px;
background-color: #FFFFFF;
}
.header-style .siteTitle {
float: left;
}
.header-style .siteTitle a {
display: block;
margin-top: 20px;
}
.header-style .btn-style {
display: none;
cursor: pointer;
}

/*グローバルナビ*/
#gNav::after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
#gNav ul {
display: block;
float: right;
margin-top: 20px;
padding-bottom: 0px;
padding-left: 0px;
}
#gNav li {
float: left;
list-style-type: none;
}
#gNav li a {
display: block;
padding: 12px 12px;
text-decoration: none;
color: #000;
font-size: 15px;
}
#gNav li a:hover,
#gNav li a.active {
color: #FF4703;
}

/*　お問い合わせ　ボタン　*/
.otoiawase-button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  color: #FFFFFF !important;
  background-color: #DC747F;
  text-decoration: none;
}
.otoiawase-button a {
padding: 2.6em 1em !important;
margin-left: 15px;
margin-top: -20px;
margin-bottom: -16px;
font-size: 14px !important;
font-weight: 500 !important;
}
.otoiawase-button a:hover {
text-decoration: none;
background-color: #D35461 !important;
}

.mtop-100 {
margin-top: 100px;
}

.otoiawase-style .col-xl-4 {
padding-top: 130px;
}
.otoiawase-style h4 {
font-weight: bold;
}
h1.title-style {
font-size: 24px;
font-weight: bold;
margin-bottom: 30px;
}
.text-body {
margin-bottom: 50px;
}

.banner-style.sp {
display: none;
}
.main-image.sp {
display: none;
}

/*フッター*****************************************/
footer {
background-color: #DCDCDC;
margin-top: 120px;
}

/*フッターナビ*/
.nav-footer {
padding-top: 36px;
padding-bottom: 36px;
width: 50%;
margin: 0 auto;
}
.link-home {
display: inline;
padding: 0;
float: left;
}
.link-home a h4 {
font-size: 18px;
font-weight: bold;
padding-left: 10px;
}
.link-contents {
text-align: right;
}
.link-contents ul {
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
}
.link-contents li {
display: inline;
}
.link-contents li a {
color: #000;
padding: 0 10px;
font-size: 14px;
}
.link-contents li a:hover,
.link-contents li a.active {
color: #FF4703;
}

/*コピーライト*/
footer div.container-fluid {
padding-left: 0px;
padding-right: 0px;
}
.copyright-styl {
padding-top: 30px;
padding-bottom: 30px;
background-color: #FFFFFF;
}
.copyright-styl p {
color: #000000;
font-size: 0.8em;
margin-bottom: 0;
}



/* =======================================================レスポンシブル設定======================================================= */

@media only screen and (min-width: 1200px) {

.header-style {
width: 1200px;
}

/*ヘッダー*****************************************/
header {
padding-top: 0;
padding-right: 1.8%;
padding-left: 1.8%;
}

.header-style {
max-width: 100%;
margin-right: auto;
margin-left: auto;
}

/*フッター*****************************************/
/*フッターナビ*/
.nav-footer {
width: 100%;
max-width: 550px;
}

}

@media only screen and (max-width: 1199.98px) {

/*ヘッダー*/
header {
padding-bottom: 0px;
padding-left: 1.8%;
}

.header-style {
width: auto;
}
/*フッターナビ*/
.nav-footer {
width: 100%;
max-width: 550px;
}

}


@media only screen and (max-width: 991.98px) {

/*ヘッダー*/
header {
padding-bottom: 0px;
}
.header-style {
background-color: #ffffff;
margin-bottom: 0;
width: auto;
min-width: auto;
}

.header-style .siteTitle a {
margin-top: 12px;
margin-left: 10px;
}

.header-style .btn-style {
display: block;
position: relative;
float: right;
padding: 9px 10px;
margin-top: 20px;
margin-right: 30px;
background-color: transparent;
background-image: none;
border: 1px solid #CFCFCF;
border-radius: 4px;
}
.header-style .btn-style .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
background-color: #000000;
margin-top: 4px;
}
.header-style .btn-style .icon-bar:first-child {
	margin-top: 0px;
}

/*グローバルナビ*/
#gNav {
padding-top: 75px;
}
#gNav ul {
display: none;
background: #FFFFFF;
float: none;
margin-top: 0px;
margin-bottom: -10px;
}
#gNav ul.open {
display: block;
}
#gNav li {
float: none;
border-top: 1px solid #E3E3E3;
margin-left: -20px;
margin-right: -20px;
padding-left: 30px;
}
#gNav li a {
position: relative;
padding-left: 30px;
font-size: 0.9em !important;
}
#gNav li a::after {
position: absolute;
top: 50%;
margin-top: -10px;
padding-right: 30px;
right: 15px;
font-family: FontAwesome;
content: "\f054";
color: #929292
}
/*　お問い合わせ　ボタン　*/
.otoiawase-button a {
color: #000 !important;;
padding: 2.5em 1em 2em 1em !important;
margin-left: 15px;
margin-top: -20px;
margin-bottom: -16px;
font-size: 14px !important;
font-weight: 500 !important;
background-color: hsla(0,0%,100%,0.00) !important;
}
.otoiawase-button a:hover {
text-decoration: none;
background-color: hsla(0,0%,100%,0.00) !important;
padding: 1.1em 0em 0.6em 0.45em  !important;
margin: 0em 0em 1em 1.6em;
}

}

@media only screen and (max-width: 767.98px) {

.mtop-100 {
margin-top: 80px;
}
h1.title-style {
font-size: 20px;
}

.br-more {
display: block;
}

/*グローバルナビ*/
.nav-footer {
width: 85%;
max-width: 500px;
}
.link-contents li a {
font-size: 13px;
padding: 0 5px;
}

}


@media screen and (max-width: 575.98px) {

/*ヘッダー*****************************************/
.header-style .siteTitle img {
width: 75%;
margin-left: 0px;
}
.header-style .siteTitle a {
margin-top: 17px;
}

.container {
width: auto;
}
.header-style {
padding-bottom: 0px;
}
.header-style .siteTitle a {
padding: 0px 10px;
}

.mtop-100 {
margin-top: 60px;
}

/*フッター*****************************************/

footer {
margin-top: 80px;
}

/*フッターナビ*/
.nav-footer {
padding-top: 26px;
padding-bottom: 26px;
}
.link-home {
float: none;
text-align: center;
}
.link-contents {
text-align: center;
}
.link-contents ul {
width: auto;
float: none;
}
.link-contents li a {
padding-left: 8px;
padding-right: 8px;
font-size: 0.75em;
}

/*コピーライト*/
.copyright-styl {
padding-top: 20px;
padding-bottom: 20px;
}

}


@media screen and (max-width: 374.98px) {

/*ヘッダー*/
.siteTitle img {
width: 140px;
margin-top: 5px;
margin-left: -5px;
}
.header-style .siteTitle a {
margin: 7px 0 0 10px;
}
.header-style .btn-style {
margin-top: 13px;
margin-right: 20px;
}

/*グローバルナビ*/
header {
padding: 0px;
}
#gNav {
padding-top: 60px;
}
#gNav li a {
padding-left: 10px;
}
#gNav li a::after {
padding-right: 10px;
}

/*　お問い合わせ　ボタン　*/
.otoiawase-button a {
margin-left: 0px;
}

/*フッター*****************************************/
/*フッターナビ*/
.link-contents ul {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.link-home a h4 {
font-size: 1em;
}
.link-contents li a {
font-size: 0.7em;
padding-left: 5px;
padding-right: 5px;
}

}
