@charset "utf-8";

/* *****共通設定***** */
html{
	font-size:18px
}

main{
    display: block;
	background-color: #352951;
}


.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:#000;
    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;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  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: #000;
  border-bottom: 5px solid #000;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #000;
  border-bottom: 2px solid #000;
}
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 span{
		font-size: 2.5rem;
}
.ps{
		font-size: 1rem;
}

.info {
		font-size: 1rem;
    	display: inline-block;
    	text-align: left;
}


.link_box span{
	font-size: 1.2rem;
}

.link_box a:link { color: white; } 
.link_box a:visited { color:white; } 
.link_box a:hover { color:white; 
					text-decoration: none;} 
.link_box a:active { color:white; } 

@media screen and (max-width:768px) {
html{
	font-size:12px
}
}