@charset "utf-8";

/* *****共通設定***** */

main{
    display: block;
	background-image: url( "../img/back.jpg");
	background-repeat:no-repeat;
}


.box{
    position:relative;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* フッター */
#footer{
    background-color: #014461;
}
#footer .container{
    color: #014461;
}
#footer .footer-ttl{
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0;
    color: #f014461;
}
#footer address p,
#footer #footer-news li{
    margin-bottom: 0.5rem;
}
#footer #footer-news ul{
    margin: 0;
    padding: 0
}
#footer #footer-news ul{
    list-style: none;
}
#footer #footer-news li span{
    display: inline-block;
    margin-right: 0.5rem;
}
#footer #copyright{
    background-color:#AD4181;
    color: #fff;
}
#footer img {
	width: 360px;
}

.otoiawase{
	font-size: 1.5rem;
	font-weight: bold;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
}
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.tel-box{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
}
.tel-box_p{
		font-size: 2.5rem;
}

.tel-box_p2{
		font-size: 2rem;
}


.ps{
	display: inline-block;
    text-align: left;
		font-size: 1.0rem;
}

.syusai{
	display: inline-block;
    text-align: left;
	font-size: 0.8rem;
}

.syutuen p{
	font-size: 1.0rem
}

.btn_p2{
	font-size: 0.4rem;
}


@media screen and (max-width:768px) {
.ps{
		font-size: 0.5rem;
}
	
p{
	font-size: 0.9rem
	}
		
.syutuen p{
	font-size: 0.5rem
}
	
.btn_p{
	font-size: 0.6rem
	}

}

