@charset "utf-8";



.info_title{
	font-size: 14px;
	font-weight: bold;
	padding:4px;
    margin-bottom: 4px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top:34px;
    border-bottom: 1px solid #e9c2b8;
}
.info{
	font-size: 12px;
    margin-top: 2px;
    padding-left: 6px;
    padding-bottom: 6px;
    padding-top: 6px;
    line-height: 1.3em;
    border-bottom: 1px solid #e9c2b8;
}
.info2{
	font-size: 12px;
    margin-top: 2px;
    padding-left: 4px;
	padding-right:4px;
    padding-bottom: 6px;
    padding-top: 6px;
	margin-bottom: 6px;
    line-height: 1.3em;
}
.info_box{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.tel{
	font-size:24px;
	color:#ff5500;
	font-weight:bold;
}





/*----- キービジュアル・タイトル -----*/
.subpage_title {
  padding: 40px 0 60px;
}

.subpage_title .innerwidth_box {
  position: relative;
  height: 221px;
  background: url(../img/title_contact.png) no-repeat;
  background-size: cover;
}

.subpage_title h2.pagetitle_h2 {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 100%;
  height: 1em;
  margin: auto;
  text-shadow: 0 3px 1px #fff,0 2px 1px #fff,1px 2px 1px #fff,2px 2px 1px #fff,2px 1px 1px #fff,2px 0 1px #fff,3px 0 1px #fff,2px -1px 1px #fff,2px -2px 1px #fff,2px -3px 1px #fff,1px -3px 1px #fff,0 -3px 1px #fff,-1px -3px 1px #fff,-2px -3px 1px #fff,-3px -3px 1px #fff,-3px -2px 1px #fff,-3px -1px 1px #fff,-3px 0 1px #fff,-3px 1px 1px #fff,-3px 2px 1px #fff,-2px 2px 1px #fff,-1px 2px 1px #fff;
  font-size: 3rem;
  text-align: right;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .subpage_title {
    padding: 8px 0;
  }

  .subpage_title .innerwidth_box {
    width: 100%;
    height: 0;
	margin-top:13%;
    padding-top: 24%;
    background: url(../img/title_contact.png) no-repeat;
    background-size: cover;
  }

  .subpage_title h2.pagetitle_h2 {
    position: absolute;
    right: 2%;
    bottom: 9%;
  }
}

@media screen and (max-width: 450px) {
  .subpage_title h2.pagetitle_h2 {
    font-size: 1.2rem;
  }
}
