@charset "utf-8";
/* CSS Document */

body { 
	line-height: 1.8;
	font-size: 1rem;
}
.min {
		font-family: 'Noto Serif JP', Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*----- フェードイン -----*/

 .fadein {
  opacity : 1.0;
  transform: translateY(40px);
  transition: all 1s;
}
 
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

h1.h5 {
text-shadow: 1px 2px 3px #808080;
}

.cap {
	position: absolute;
	top:0;
	right: 10px;
	text-align: right;
}

#page_top{
	position: fixed;
	right: -50px;
	bottom: 10px;
	background-color: #0000008a;
	border: 1px solid #fff;
	border-right: 0;
	opacity: 0.8;
	border-bottom-left-radius : 5px;
	border-top-left-radius : 5px;
}
#page_top a{
  position: relative;
  display: block;
  padding: 20px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
} 
.top {
	background-color: #321d21;
	color: #fff;
	z-index: -2;
	position: relative;
	padding: 4rem 15px;
}

.top-bg1,
.top-bg2{
	z-index: -1;
}
.top-bg1 {
	bottom:2%;
	left:-2%;
	width: 80%;
}
.top-bg2 {
	top:2%;
	right:-20%;
	width: 70%;
}
.info {
	background-image: url(../img/bg02.png);
	color: #fff;
}
.about {
	background: #000000;
	color: #fff;
}
.about-in {
	background-image: url(../img/about-bg.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 50%;
}
.sns {
	background-image: url(../img/bg03.png);
}
.menu {
	background-image: url(../img/bg02.png);
}
.navbar {
	background-color: inherit;
}
header, footer {
	background-image: url(../img/bg01.png);
	color: #fff;
}

.tel span {
	display: block;
	font-size: 1.2rem;
}
.news-box {
	border: 1px solid #ccc;
	padding: 1rem .5rem;
	overflow:auto;
	word-break:break-all;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch; 
	height: 300px;
	width: 100%;
	border-collapse: collapse;
}
/*#newsframe {
	height: 250px;
	display:block; 
}*/


#as-info {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#as-info dl {
	margin: 0;
}
#as-info dt {
	font-weight: bold;
}
#as-info dd {
	color: #666;
	margin: 0;
	padding-bottom: 15px;
}

.footer-sns {
    background-color: #ffffffc4;
    margin-top: 1.5rem;
}
.footer-sns a {
    display: inline-block;
}
.footer-sns img {
    width: 50px;
    padding: 5px;
}
@media (max-width: 767px) { 
h2 {
	font-size: 1.5rem;
}
.about-in br {
	display: none;
}

.about-in {
	background-image:none;
}
.access table th,
.access table td {
	display: block;
	width: 100%;
}
#newsframe {
overflow-x:hidden;
}
.navbar-toggler span {
    color: #000;
}
.navbar-toggler {
	background-color: #fff;
}

.cam p {
	text-align: left;
}
.cam p br {
	display: none;
}
}

@media only screen and (max-width:480px){
.navbar {
	padding: 0;
}
.navbar-brand {
    margin-right: 0rem;
}
a.navbar-brand img {
	width: 90%;
}
}

@media (min-width: 576px) {  }


@media (min-width: 768px) {

.about-in {
	background-position: right -70px center;
}
.top-bg1 {
	bottom:10%;
	width: 50%;
}
.top-bg2 {
	top:10%;
	width: 50%;
}
.navbar li.nav-item {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height: 200px;
}
.news-box {
	padding: 2rem;
}

.map {
    border: 1px solid #ccc;
    padding-top: 1rem;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: inherit;
}
.tel {
	width: 180px;
}
.footer-nav li a {
    color: rgba(255,255,255,.7);
}
.footer-nav li a:hover {
    color: #fff;
}
}


@media (min-width: 992px) {
.about-in {
	background-position: right 0 center;
}
}

@media (min-width: 1050px) {
.news-box {
	height: auto;
}
}

@media (min-width: 1200px) {
li.nav-item {
	padding: .7rem;
}
.tel {
	padding: 1rem;
	width: 320px;
}
.tel span {
	font-size: 1.8rem;
}
.top-bg1 {
	bottom:10%;
	left:10%;
	width: 440px;
}
.top-bg2 {
	top:10%;
	right:10%;
		width: 440px;
}
.news-box {
	padding: 2rem;
}
.about-in {
	padding: 3rem 0;
}

}



