@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px) {
  /* ページの先頭に戻る(すべてのページ) */
  .pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
  }
  .pagetop a {
    display: block;
    text-align: center;
    text-decoration: none;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
  }
  .pagetop a img {
    width: 46px;
  }
  /**********************************************************/
  /* ベース部分 */
  /**********************************************************/
  body {
    font-size: 1.6rem;
    overflow: hidden;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .sp_none, .hidden {
    display: none;
  }
  /**********************************************************/
  /* ヘッダー */
  /**********************************************************/
  header {
    width: 100%;
    margin: 0 auto;
  }
  img.sp_logo {
    height: 40px;
    display: block;
    margin-left: 10px;
    padding: 10px 0 0 0;
  }
  /**********************************************************/
  /*  メインエリア */
  /**********************************************************/
  main {
    width: 100%;
    display: block;
    margin: 0;
  }
  .inner {
    width: 94%;
    margin: 0 auto;
    position: relative;
  }
  /* お問合せへのリンク */
  .tocontact {}
  .tocontact p {
    width: 95%;
    text-align: center;
    margin: 30px auto;
  }
  .tocontact p a {
    font-size: 2rem;
    color: #FFF;
    font-weight: 400;
    background: #EF858C;
    display: inline-block;
    padding: 5px 15px 10px;
    border-radius: 10px;
  }
  /* 下部メニュー */
  .menulist {
    background: #EFEFEF;
    padding: 30px 0;
  }
  .menulist ul {
    width: 94%;
    margin: 0 auto;
  }
  .menulist ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .menulist ul li:nth-child(2n) {
    margin-right: 0;
  }
  .menulist ul li:nth-child(2n+1) {
    clear: both;
  }
  .menulist ul li a {
    display: block;
  }
  /**********************************************************/
  /* 見出し・本文・リスト設定 */
  /**********************************************************/
  .main_img h1 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: 'やさしさアンチック', serif;
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-feature-settings: "palt";
  }
  .main_img h2 {
    width: 100%;
    text-align: center;
    font-family: 'やさしさアンチック', serif;
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-feature-settings: "palt";
  }
  hr {
    width: 100%;
    /*height:4px;
	border:none;
	background:url(../../../assets/img/news/hr.png) 0 0 repeat-x;*/
    clear: both;
    margin: 40px auto;
  }
  hr {
    border-top: 1px solid #EEE;
    border-bottom: none;
  }
  .bold {
    font-weight: bold;
  }
  .red {
    color: #F00;
  }
  .red_bold {
    color: #F00;
    font-weight: bold;
  }
  /**********************************************************/
  /* テーブル */
  /**********************************************************/
  main table {
    width: 100%;
    border-left: 1px solid #AAA;
    border-top: 1px solid #AAA;
    margin: 20px 0 50px;
  }
  main th {
    background: #FFF;
    border-bottom: 1px solid #AAA;
    border-right: 1px solid #AAA;
    font-weight: 500;
    /*line-height: 1.2;*/
    padding: 5px;
    text-align: center;
    vertical-align: middle;
  }
  main td {
    background: #FFF;
    border-bottom: 1px solid #AAA;
    border-right: 1px solid #AAA;
    font-weight: 500;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
  }
  /**********************************************************/
  /* フッター */
  /**********************************************************/
  footer {
    width: 100%;
    background: url(../../../assets/img/news/footer_bg.png);
    color: #FFF;
  }
  footer .inner {
    padding: 27px 0;
  }
  .footer_logo {
    width: 180px;
    display: block;
    margin-bottom: 15px;
  }
  footer dl.address {
    float: left;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  footer dl.address dt {
    background: #FFF;
    color: #F29C97;
    font-size: 1.5rem;
    text-align: center;
    width: 95px;
    height: 87px;
    line-height: 81px;
    border-radius: 10px;
    margin-right: 10px;
    float: left;
  }
  footer dl.address dd {
    font-size: 1.3rem;
    line-height: 1.25;
    float: left;
  }
  footer p.copy {
    font-size: 12px;
    background: #FFF;
    color: #111;
    padding-bottom: 5px;
  }
  /*footer {
	width:100%;
	background:#000;
	color:#FFF;
}

footer .inner {
	padding:20px 0;
}

.footer_logo {
	width:60px;
	display:block;
	float:left;
	margin-right:20px;
}

footer dl.address {
	float:left;
	line-height:1.4;
}

footer dl.address .sig {
	font-size:18px;
}

footer dl.address .tel {
	font-size:16px;
}

footer p.copy {
	font-size:13px;
	background:#FFF;
	color:#111;
	padding:10px 0;
}*/
}