@charset "utf-8";
@page {
  size: 21.0cm 29.7cm;
  margin: 0.5cm;
}

@media print {
  body {
    font-size: 9pt;
  }

  #wrapper .pc-d-n {
    display: none;
  }
}
/*
html5doctor.com Reset Stylesheetv1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

/*----- 2015年9月2日　上記のcssからstrongだけを別に設定 -----*/
strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: bold;
  vertical-align: baseline;
}

body {
  line-height: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.sidr {
  display: none;
  position: absolute !important;
  top: 0;
  height: 100%;
  right: -260px !important;
  z-index: 999999;
  width: 260px;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 15px;
  background: #fff;
  color: #333333;
}

.sidr .sidr-inner {
  padding: 0 0;
  border: 3px solid #333333;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}

.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

.sidr ul li {
  padding: 0 5px;
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfdfdf;
}

.sidr ul li a, .sidr ul li span {
  padding: 0 15px 0 30px;
  display: block;
  text-decoration: none;
  color: #333333;
}

.sidr ul li ul {
  border-bottom: none;
  margin: 0 0 0 30px;
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
  border-bottom: none;
}

.sidr ul li ul li:last-child {
  border-bottom: none;
}

.sidr ul li ul li a, .sidr ul li ul li span {
  color: #333333;
  padding-left: 10px;
  background: white url(../images/ico-arrow1.gif) 0 center no-repeat;
}

.sidr form {
  margin: 0 15px;
}

.sidr label {
  font-size: 13px;
}

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

.sidr input[type=button], .sidr input[type=submit] {
  color: #f8f8f8;
  background: #333;
}

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}

.sidr ul li li:last-child {
  padding-bottom: 10px;
}

.sidr ul.sidr-class-gnavi {
  margin-bottom: 0;
}

.sidr ul.sidr-class-snavi li a {
  padding-left: 15px;
}

.sidr ul li.sidr-class-tel, .sidr ul li.sidr-class-btn {
  display: block;
}

.sidr ul li.sidr-class-tel span, .sidr ul li.sidr-class-btn span {
  padding-left: 15px;
}

.sidr ul li.sidr-class-btn span {
  padding-left: 0;
}

.sidr ul li.sidr-class-tel img, .sidr ul li.sidr-class-btn img {
  display: none;
}

.sidr ul li.sidr-class-tel a {
  padding-left: 0;
}

/* layout

------------------------------------------------------------------ */
#content, .content {
  margin: 0 auto;
  max-width: 960px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #content, .content {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.ie #content, .ie .content {
  width: 960px;
}

#content {
  position: relative;
}

@media screen and (max-width: 768px) {
  #content {
    position: static;
    overflow: hidden;
    padding-top: 17px;
  }
}
.section {
  margin-bottom: 40px !important;
}

.section2 {
  margin-bottom: 70px !important;
}

.section3 {
  margin-bottom: 105px !important;
}

@media screen and (max-width: 640px) {
  .section {
    margin-bottom: 20px !important;
  }

  .section2, .section3 {
    margin-bottom: 40px !important;
  }
}
/* 初期設定
------------------------------------------------------------------ */
html {
  overflow-y: scroll;
  font-size: 100.01%;
  background: #fff;
}

body {
  width: 100%;
  overflow: hidden !important;
  color: #333333;
  font-size: 75%;
  line-height: 2.1;
  word-break: break-all;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  letter-spacing: 1px;
  margin: 0 !important;
  background: #fff;
  visibility: visible !important;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
  body {
    line-height: 1.6;
    font-size: 15px;
    letter-spacing: 0;
  }
}
body.on {
  overflow: visible !important;
}

#wrapper {
  width: 100%;
  overflow: hidden !important;
}

.fade {
  opacity: 0;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* 画像 --------------*/
img {
  max-width: 100%;
  height: auto;
}
.ie img {
  width: auto;
}

#map img {
  max-width: none;
}

/* リンク --------------*/
a {
  color: #333333;
  text-decoration: none;
  /* タップした時の色変更   */
}
@media screen and (max-width: 640px) {
  a {
    -webkit-tap-highlight-color: rgba(200, 200, 200, 0.6);
  }
}
a:hover {
  text-decoration: underline;
  color: #333333;
}
a:hover img {
  opacity: 0.8;
}
.ie a:hover img {
  opacity: 1;
}

a.link-tel {
  text-decoration: none;
}
a.link-tel:hover {
  cursor: default;
}

/* ドラッグ背景色 -------------- */
::selection {
  background: #cecece;
  /* Safari */
}

::-moz-selection {
  background: #cecece;
  /* Firefox */
}

/* 文字間 -------------- */
.letter-s_s {
  letter-spacing: -1px;
}

.letter-s_ss {
  letter-spacing: -2px;
}

.letter-s_l {
  letter-spacing: 1px;
}

.letter-s_l2 {
  letter-spacing: 2px;
}

/* 文字色 -------------- */
/* 表示 -------------- */
.sp-db, .pc-dn {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-db, .pc-dn {
    display: block;
  }
}
.pc-dn {
  display: none;
}
@media screen and (max-width: 959px) {
  .pc-dn {
    display: block;
  }
}

.text-c {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .text-c {
    text-align: left;
  }
}

/* 改行調整 -------------- */
@media screen and (max-width: 768px) {
  .tb-dn {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .sp-dn {
    display: none;
  }
}
/* タイトルスタイル -------------- */
.page-tit {
  margin: 0 0 70px;
  text-align: center;
  font-size: 166.66667%;
  letter-spacing: 3px;
}
.page-tit span {
  border-bottom: 2px solid #d5d5d5;
  display: inline-block;
  padding: 0 30px;
  line-height: 3;
  font-weight: bold;
}
.home .page-tit {
  margin-top: 105px;
}
@media screen and (max-width: 640px) {
  .page-tit {
    margin-bottom: 40px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .page-tit span {
    padding: 0 10px;
    line-height: 2;
  }
  .home .page-tit {
    margin-top: 40px;
  }
}

#wrapper .section-tit {
  font-size: 133.33333%;
  margin: 70px 0 17px;
}
@media screen and (max-width: 640px) {
  #wrapper .section-tit {
    margin-top: 40px;
    text-align: left;
    font-size: 16px;
  }
}

/* header
------------------------------------------------------------------ */
#header {
  position: relative;
  margin-bottom: 10px;
  background: #dd6908;
}
@media screen and (max-width: 640px) {
  #header {
    margin-bottom: 0;
    padding-bottom: 35px;
  }
}
#header a:hover {
  text-decoration: none;
}

.header-tel, .teader-tel i {
  text-align: right;
  font-size: 141.66667%;
  font-weight: bold;
  line-height: 1;
  padding-top: 10px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .header-tel, .teader-tel i {
    text-align: left;
    letter-spacing: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}

.header-tel i {
  margin-right: 3px;
}

.header-tel a,
.header-tel i {
  color: #f5f5f5;
}

.logo {
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 640px) {
  .logo {
    padding-top: 30px;
  }
}
.logo a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  font-size: 183.33333%;
}
.logo img {
  /*max-height: 100px;*/
  height: expression(document.body.clientWidth > 102? "100px" : "auto");
}

.gnavi {
  text-align: center;
  margin: 20px 0 17px;
}
@media screen and (max-width: 768px) {
  .gnavi {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .gnavi {
    display: none;
    position: absolute;
    z-index: 9999;
    background: rgba(250, 250, 250, 0.85);
    width: 100%;
    margin-top: 0;
    margin-left: -3%;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
}
.gnavi li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 10px;
  font-size: 116.7%;
}
.gnavi li.pdf span {
  padding-right: 16px;
  background: url(../images/icon_pdf.gif) right center no-repeat;
}
.gnavi li a {
  color: #fff;
}
.gnavi li i {
  display: none;
}
@media screen and (max-width: 640px) {
  .gnavi li {
    display: block;
    border-top: 1px solid #d5d5d5;
    position: relative;
  }
  .gnavi li:first-child {
    border-top: none;
  }
  .gnavi li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 108.33333%;
  }
  .gnavi li i {
    display: inline;
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 23px;
  }
}

.menu-btn {
  display: none;
}
@media screen and (max-width: 640px) {
  .menu-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    display: block;
  }
}
.menu-btn i {
  color: #f5f5f5;
  font-size: 250%;
}

@media screen and (max-width: 768px) {
  #top-slide {
    margin-top: 0;
    margin-left: -3%;
    margin-right: -3%;
  }
}

/* top
------------------------------------------------------------------ */
/* slider -------------- */
.cycloneslider-template-responsive .cycloneslider-caption {
  background: none !important;
  color: #505050 !important;
  bottom: 10px !important;
}

.cycloneslider-caption-description, .cycloneslider-caption-title {
  text-shadow: 1px 2px 1px rgba(255, 255, 255, 0.7);
}

.cycloneslider-template-responsive .cycloneslider-caption-description {
  font-size: 14px !important;
}

.cycloneslider-template-responsive .cycloneslider-caption-title {
  font-weight: bold !important;
}

@media screen and (max-width: 640px) {
  .cycloneslider-template-responsive .cycloneslider-caption-description {
    display: none;
  }

  .cycloneslider-template-responsive .cycloneslider-caption-title {
    font-size: 14px !important;
  }
}
/* about
------------------------------------------------------------------ */
#about {
  text-align: center;
}
#about .gaiyo-box img {
  margin: 0 0 17px;
  border-radius: 50%;
}
#about h2 {
  font-size: 150%;
  font-weight: bold;
  margin: 40px 0;
}
@media screen and (max-width: 640px) {
  #about h2 {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
  }
}
#about p {
  color: #505050;
}
@media screen and (max-width: 640px) {
  #about p {
    text-align: left;
  }
  #about p.page-tit {
    text-align: center;
  }
  #about p br {
    display: none;
  }
}

.info-box {
  margin: 40px auto;
  max-width: 710px;
}

.top-news {
  width: 58%;
  float: left;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .top-news {
    width: 100%;
    float: none;
  }
}

.news-list {
  position: relative;
  margin-top: 17px;
}
.news-list dt {
  width: 26%;
  font-size: 83.33333%;
  vertical-align: top;
  position: absolute;
  left: 0;
}
.news-list dt:before {
  content: '■ ';
}
@media screen and (max-width: 640px) {
  .news-list dt {
    width: 100%;
    display: block;
    text-align: left;
    position: static;
  }
}
.news-list dd {
  width: 70%;
  line-height: 1.5;
  padding-left: 26%;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .news-list dd {
    width: 100%;
    display: block;
    text-align: left;
    padding-left: 1em;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
}

.news-a {
  margin-top: 17px;
  margin-bottom: 20px;
}

.calendar {
  padding: 20px 5px;
  background: #fafafa;
}

.calendar h3 {
  text-align: center;
}

.top-recomend {
  width: 38%;
  float: right;
}
@media screen and (max-width: 640px) {
  .top-recomend {
    width: 100%;
    float: none;
  }
}
.top-recomend p {
  margin-top: 10px;
  line-height: 1.5;
  text-align: left;
}

#menu .img {
  text-align: center;
  margin-top: 40px;
}
#menu h3 {
  text-align: center;
  font-size: 150%;
}
@media screen and (max-width: 640px) {
  #menu h3 {
    font-size: 18px;
  }
}

.m-navi {
  margin-top: 70px;
  text-align: center;
}
.m-navi li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .m-navi {
    display: none;
  }
}

.menu-list {
  margin: 70px 0 17px;
}
.menu-list ul {
  margin-left: -3.125%;
  margin-right: -3.125%;
}
.menu-list li {
  width: 29.41%;
  float: left;
  padding-left: 2.941%;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .menu-list li {
    width: 46.875%;
    padding-left: 1.47%;
    padding-right: 1.47%;
    padding-bottom: 17px;
    padding-top: 20px;
  }
}
.menu-list li img {
  border-radius: 50%;
}
.menu-list p {
  text-align: left;
  line-height: 1.5;
  font-size: 12px;
}
.menu-list p.name {
  margin-top: 10px;
  font-size: 133.33333%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .menu-list p.name {
    font-size: 14px;
    text-align: left;
    letter-spacing: -0px;
  }
}
.menu-list p.price {
  margin-bottom: 5px;
  text-align: right;
}
.menu-list p.price .sty1 {
  display: block;
}
.menu-list p.price .sty2 {
  padding: 0 5px 0 1em;
  font-size: 300%;
  font-family: 'Crimson Text', serif;
  line-height: .7;
}
@media screen and (max-width: 640px) {
  .menu-list p.price .sty2 {
    font-size: 200%;
  }
}
.menu-list p.small {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .menu-list p.small {
    text-align: left;
  }
}

.menu-img {
  text-align: center;
}
.menu-img li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 25%;
  padding: 1px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .menu-img li {
    width: 50%;
  }
}

.ie .menu-img li {
  padding: 0;
}

.menu-small p {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .menu-small p {
    text-align: left;
  }
}

/* access
------------------------------------------------------------------ */
#map {
  height: 450px;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  #map {
    height: 200px;
  }
}

#map img {
  max-width: none;
}

.access-info {
  max-width: 710px;
  margin: 17px auto;
  line-height: 1.8;
}

#access .text {
  float: right;
  width: 54%;
}
#access .text:first-child {
  float: left;
  width: 40%;
}
@media screen and (max-width: 640px) {
  #access .text {
    width: 100% !important;
    float: none !important;
  }
  #access .text:first-child {
    margin-bottom: 17px;
  }
}

/* footer
------------------------------------------------------------------ */
#page-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 28px;
  background: #d5d5d5;
  text-align: center;
  border-radius: 5px;
}
#page-top:hover {
  opacity: .8;
  cursor: pointer;
}

#page-top i {
  line-height: 40px;
  height: 40px;
  display: block;
}

#footer {
  margin-top: 105px;
}
@media screen and (max-width: 640px) {
  #footer {
    margin-top: 40px;
  }
}

.social {
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid #d5d5d5;
}
@media screen and (max-width: 768px) {
  .social {
    margin-left: 3%;
    margin-right: 3%;
  }
}
.social li {
  margin: 0 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 2px solid #333333;
  border-radius: 21px;
}
.social li.btn-like {
  border: none;
  width: auto;
  border-radius: 0;
  height: 20px;
  line-height: 20px;
}
.social a {
  display: block;
}
.social a:hover {
  text-decoration: none;
  opacity: .8;
}
.social i {
  line-height: 40px;
  font-size: 24px;
}

.fnavi {
  display: none;
}
@media screen and (max-width: 640px) {
  .fnavi {
    display: block;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    background: #f5f5f5;
    width: 100%;
  }
}
.fnavi li {
  display: block;
  border-top: 1px solid #d5d5d5;
  position: relative;
}
.fnavi li:first-child {
  border-top: none;
}
.fnavi li.pdf span {
  padding-right: 16px;
  background: url(../images/icon_pdf.gif) right center no-repeat;
}
.fnavi a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  font-size: 108.33333%;
}
.fnavi a:hover {
  text-decoration: none;
}
.fnavi i {
  position: absolute;
  right: 10px;
  font-size: 23px;
  top: 13px;
}

.copyright {
  border-top: 1px solid #d5d5d5;
  padding: 17px 0;
  font-size: 83.33333%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copyright {
    margin-left: 3%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .copyright {
    border-top: none;
  }
}

.footer-small {
  max-width: 710px;
  margin: 0 auto 40px;
  padding: 17px;
  border: 1px solid #d5d5d5;
  font-size: 100%;
  line-height: 1.5;
}

/* news
------------------------------------------------------------------ */
.post {
  max-width: 710px;
  margin: 0 auto;
  /* text-align: center; */
}
.post p {
  text-align: left;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .post p {
    margin-top: 17px;
  }
}
.post p.date {
  margin-top: -15px;
}
@media screen and (max-width: 640px) {
  .post p.date {
    font-size: 83.33333%;
  }
}
.post img {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .post img {
    margin-top: 17px;
  }
}
.post .section-tit {
  text-align: left;
}

.news-link {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #d5d5d5;
  margin-bottom: -40px;
  margin-left: -1%;
  margin-right: -1%;
}
@media screen and (max-width: 640px) {
  .news-link {
    margin-left: -2%;
    margin-right: -2%;
  }
}
.archive .news-link {
  border-top: none;
  padding-top: 0;
}
.news-link li {
  width: 23%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 40px;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .news-link li {
    width: 46%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.news-link a:hover {
  text-decoration: none;
}
.news-link .img {
  text-align: center;
}
.news-link .no-img {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #d5d5d5;
  display: table-cell;
  *display: inline;
  *zoom: 1;
  font-size: 150%;
  line-height: 1.3;
}
.news-link .no-img p {
  display: inline;
}
.news-link .tit {
  margin-top: 10px;
  line-height: 1.3;
  font-size: 108.33333%;
}
@media screen and (max-width: 640px) {
  .news-link .tit {
    font-size: 100%;
  }
}
.news-link .date {
  font-size: 83.33333%;
}

.ie .news-link .no-img {
  width: 219px;
  height: 164px;
}

.pager {
  text-align: center;
  margin-top: 70px;
}
.pager a {
  padding: 0 7px;
}
.pager .current {
  color: #999;
  padding: 0 7px;
}

/* notfound
------------------------------------------------------------------ */
.notfound {
  text-align: center;
}
.notfound .title {
  margin: 30px;
}
.notfound p {
  margin-top: 10px;
}
.notfound i {
  margin-right: 5px;
}

.page-sty1 {
  margin: 0 auto 70px;
  max-width: 710px;
}
.page-sty1 .img {
  margin-bottom: 40px;
  text-align: center;
}
.page-sty1 .top-copy {
  font-size: 150%;
  font-weight: bold;
  margin: 40px 0 17px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .page-sty1 .top-copy {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.page-sty1 .top-text {
  margin-bottom: 40px;
}
.page-sty1 dt {
  margin-top: 40px;
  font-size: 133.33333%;
}
@media screen and (max-width: 640px) {
  .page-sty1 dt {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.page-sty1 dd {
  margin-top: 17px;
}

/* スタッフ紹介 -------------- */
.staff-list {
  margin: 0 auto 40px;
  padding-top: 40px;
  max-width: 710px;
  border-top: 1px dotted #d5d5d5;
}
.staff-list .img {
  float: left;
  width: 33%;
  text-align: center;
}
.staff-list .img img {
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .staff-list .img {
    width: 100%;
    float: none;
    margin-top: 0;
  }
}
.staff-list .text {
  float: right;
  width: 61%;
}
@media screen and (max-width: 640px) {
  .staff-list .text {
    width: 100%;
    float: none;
    margin-top: 17px;
  }
}
.staff-list dt span {
  font-size: 150%;
  padding-right: 1em;
}
@media screen and (max-width: 640px) {
  .staff-list dt span {
    font-size: 133.33333%;
  }
}

.page-tit + .staff-list {
  padding-top: 0;
  border-top: none;
}

#flyer li {
  text-align: center;
  padding-bottom: 17px;
}
@media screen and (max-width: 640px) {
  #flyer li {
    text-align: left;
  }
}
