@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォン向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/* common.css
----------------------------------------- */
body {
    /*  font-family: Helvetica, '游ゴシック', 'Yu Gothic', YuGothic, HiraKakuProN-W3, 'メイリオ', Meiryo, sans-serif;*/
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-size: 14px;
    color: #201E1E;
    line-height: 1.9;
    text-align: left;
    -webkit-text-size-adjust: 100%;
}
a {
    color: #201E1E;
    text-decoration: none;
}
a:hover {
  color: #201E1E;
  text-decoration: none;
}
/* header
----------------------------------------- */
header {
  margin-bottom: 0px;
}
header #inner {
  margin-bottom: 0px;
}
header h1 {
  margin: 20px 0 25px 0;
  text-align: left;
}
header h1 img {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
nav {
    margin-bottom: 0px;
    border-top: 1px solid #666;
}
nav li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #666;
    text-align: center;
}
/*
nav ul li:nth-child(odd) {
  background: url(../common/line_nav.gif) repeat-y right top;
  background-size: 1px 10px;
}
*/
nav ul li a {
  display: block;
  width: 100%;
  padding: 6px 0;
/*  font-family: 'Lato', sans-serif;*/
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.1em;
}

nav li a{
    /*線の基点とするためrelativeを指定*/
	position: relative;
}
nav li a:hover{
	color:#0481A2;
}

nav li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background:#0481A2;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 2);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
}
nav li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

.snsBtn {
  text-align: center;
  margin: 0 auto;
}
.snsBtn li {
  display: inline;
  margin-right: 12px;
}
.snsBtn li.last {
  margin-right: 0;
}
.snsBtn img {
  width: 28px;
  height: 28px;
}
/* contents
----------------------------------------- */
#main h2.ttl {
  font-family: ab-tsubaki,sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FF5E53;
  margin-bottom: 60px;
  text-align: center;
  font-size: 50px;
  letter-spacing: 0.15em;
  margin-top: 30px;
  text-shadow: 0px 6px 10px #FFC7C3;
  white-space: nowrap;
}
#main h2.ttl:before {
  content: '\05c';
  font-family: "Arial Black", Gadget, sans-serif;  
}
#main h2.ttl:after {
  content: '\02f';
  font-family: "Arial Black", Gadget, sans-serif;  
}
#main h3.ttl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #FF5E53;
  letter-spacing: 0.3em;
}
.under{
  background: linear-gradient(transparent 50%, yellow 50%);
  font-weight: bold;
}
#main p.ttl {
  margin-bottom: 30px;
  margin-bottom: 30px;
  line-height: 2.0;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #201E1E;

}
.toTop img{
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 20;
  width: 60px;
}

/* footer
----------------------------------------- */
nav.footer {
  margin-bottom: 20px;
}
#copyright {
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  color: #6A6A6A;
}






/* タブレット向け：760px～960px */
@media only screen and (min-width: 760px) {
  /* header
----------------------------------------- */
  header {
    position: relative;
    max-width: 960px;
    height: 70px;
    margin: 0 auto;
  margin-top: 10px;
  }
  header#inner {
    margin-bottom: 30px;
  }
  header h1 {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
    padding-left: 0;
    text-align: center;
  }
  header h1 img {
  height: 50px;
  position: absolute;
  }
  #main h2.ttl {
  font-size: 35px;
  padding-bottom: 34px;
  }
  nav {
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin-bottom: 0;
    border-top: none;
  }
  nav li {
    margin-left: 50px;
    display: inline;
    float: none;
    border-bottom: none;
    text-align: right;
  }
  nav li.contact {
    display: inline;
  }
  nav ul li:nth-child(odd) {
    background: none;
  }
  nav ul li a {
    display: inline;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .snsBtn {
    position: absolute;
    top: 112px;
    right: 30px;
  }
  .snsBtn li {
    display: inline;
    margin-right: 14px;
  }
  .snsBtn li.last {
    margin-right: 0;
  }
  .snsBtn img {
    width: 22px;
    height: 22px;
  }
  /* contents
----------------------------------------- */
   .pageNation .pageLeft {
    position: absolute;
    left: 40px;
    top: 0;
  }
  .pageNation .pageRight {
    position: absolute;
    right: 40px;
    top: 0;
  }
  /* footer
----------------------------------------- */
  footer {
    max-width: 960px;
    margin: 0 5%;
    padding-bottom: 20px;
  }
  nav.footer {
    position: relative;
    float: left;
    width: 60%;
    margin: 60px 0 0 30px;
  }
  nav.footer a {
    font-size: 14px;
    font-weight: 400;
  }
  nav.footer li {
    margin: 0 40px 0 0;
  }
  #copyright {
    float: right;
    width: 40%;
    margin-top: 32px;
    margin-bottom: 0;
    text-align: right;
  }
} /* タブレット向け */


/* PC向けレイアウトの指定：961px～ */
@media only screen and (min-width: 961px) {
  a:hover {
/*    text-decoration: underline;*/
  }
  /* header
----------------------------------------- */
  header h1 {
    position: absolute;
    top: 10px;
    left: 0;
  }
  #main h2.ttl {
    font-size: 50px;
  }
  nav {
    position: absolute;
    bottom: 30px;
    right: 0;
  }
  /* footer
----------------------------------------- */
  footer {
    max-width: 960px;
    margin: 0 auto;
  }
  nav.footer {
    margin-left: 0;
  }
} /* PC向け */
