*,
*::before,
*::after {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;/* ひとつに絞って使うことで高速化 */
  font-display: swap;/* FOIT（Flash of Invisible Text）解消のため */
}
@font-face {
  font-family: 'Sawarabi Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
body {
  font-family:  'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

header {
	border-top: 10px solid #FCC800;
	background: #ffffff;
	position: absolute;
	width: 100%;
	z-index: 999;
}

.contact {
	margin: 10px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header_phone {
	font-size: 1.5em;
	font-weight: bold;
}

.header_phone:before {
	color: #333333;
	content: '\f095';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 0.9em;
	margin: 0px 3px;
}
.fb-page {
    display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:600px;
}
@media (max-width: 767px) {
    .contact {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    .fixed-top {
    	position: absolute;
    }
    .navbar-fixed {
    	position: fixed;
    	top: 10px;
    	right: 20px;
    }
    .container h1 {
	    font-size: 1.6em;
	}

}

@media (max-width: 575px) {
    .contact {
        margin-top: 0;
        margin-bottom: 10px;
        text-align: center;
		font-size: 0.9em;
    }
    .contact i,
    .contact a{
		font-size: 0.9em;
    }
    .d-sm-flex,
    .ml-auto{
    	text-align: center;
    }
	h4 a {
		line-height: 1;
		width: 20%;
		color: #666666;
		font-family: "Sawarabi Gothic";
		margin-bottom: 0;
	}
}

.navbar-brand {
	margin-left: 1rem;
}

.navbar-nav li {
	padding: 0 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

.navbar-nav a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.navbar-nav a::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #A59732;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.navbar-nav a:hover {
	font-weight:bold;
}

.navbar-nav a:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}

.carousel-item .img-fluid {
	width: 100%;
	height: auto;
	margin: 175px 0 0 0
}

.carousel-item {
	height: auto;
}

.carousel-item a {
	display: block;
	width: 100%;
}

.carousel-item .show-image {
	display: block;
	width: 100%;
}

.carousel-indicators2 li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	margin: 5px;
	background-color: #A59732;
	background-clip: padding-box;
	border: 1px solid #fff;
	border-radius: 10px;
	opacity: .5;
	transition: opacity 0.6s ease;
}

.btn-success {
	color: #fff;
	background-color: #1F8700;
	border-color: #1F8700;
}

.btn-success:hover {
	color: #1F8700;
	background-color: #ffffff;
	border-color: #1F8700;
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #1F8700;
	border-color: #1F8700;
}

h4 a {
	line-height: 3;
	width: 30%;
	color: #666666;
	font-family: "Sawarabi Gothic";
}

h4 a:hover {
	text-decoration: none;
	color: #666666;
}

/* add */
.container div.menu_contents {
/*background-color:yellow; 作業用 */
display:block;
margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 120px; /* 打ち消し用のパディング */

}
/* add bootstrap.min.css copy  */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin: .5rem;
}

.list-inline-item {
  display: inline-block;
  }

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
  margin-bottom: .5rem;
}



.container h1 {
	padding: 0.25em 0.5em;
	margin: 1em 0 0.5em;
	font-size: 2em;
	color: #494949;
	background: transparent;
	border-left: solid 10px #FCC800;
	clear: both;
}


.container h2 {
    position: relative;
    color: #494949;
    font-size: 1.5em;
    padding: 10px 30px;
    text-align: center;
    margin: 1.5em 0;
    font-weight: bold;
    letter-spacing: 5px;
    border-top: solid 2px #2F7486;
    border-bottom: solid 2px #2F7486;
    display: inline-block;
}

.container h6 {
	font-weight: bold;
}

.container p {
	overflow: hidden;
}

.media-add {
	display: block !important;
}

.media img,
.media iframe {
	margin: 10px 20px;
}

.card {
	width: 95%;
	margin: 10px 0;
	padding:0;
}

.card-body{
	padding: 1.25rem 0;
}

.card img {
	margin: 0;
}

.card-header {
	color: #2F7486;
}

/* FAQ */
dl{
	margin:20px 20px 50px 20px;
	overflow: hidden;
	_zoom: 1;
}

dl dd,
dl dt{
	text-indent: -2.6em;   
	padding: 0 20px 0px 50px;
}

dl dt{
	margin:20px 20px 0 0;
}

dl dd:first-letter,
dl dt:first-letter{
	font-size: 1.6em;
	font-weight: bold;
	margin-right:10px;
	padding:5px;
	font-family: 'Nunito', sans-serif;
}

dl dd{
	margin: 20px 0 -1px 0;
	padding-bottom:15px;
	border-bottom: 1px #000 dotted;
}

dl dt:first-letter{
	color: #54A2EE;
}
dl dd:first-letter{
	color: #E64C8C;
}

/* footer */
footer {
}

footer .container-fluid {
}

footer .container-fluid .box {
	border: solid 1px #666666;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 10px;
	margin: 10px auto auto 10px;
}

footer .contact {
}

footer .container-fluid iframe {
	padding: 10px;
}

.gmap {
	position: relative;
	padding-top: 30px;
	height: 400px;
	overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: hue-rotate(100deg);
	filter: hue-rotate(100deg);
}

/* address */
address  {
	text-align: center;
	padding: 3%;
	margin-bottom: 0;
	line-height: 1.5em;
}

.link {
  color: rgba(0, 0, 0, 0.5);
}

/* copyright */
#footer-btm {
	background-color: #FCC800;
	padding: 10px;
	line-height: 1.5;
}

#footer-btm .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	max-width: 1020px;
}

#footer-btm .inner .navbar-nav {
	flex-direction: inherit;
}

.footer-nav {
}

.footer-nav ul {
	display: flex;
	margin: 0;
	padding: 0;
}

.footer-nav li {
	display: inline-block;
	font-size: 0.9em;
}
