@charset "utf-8";

/*---------------------
  reset
---------------------*/

  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, strong, 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;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
  }

  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section { 
    display: block;
  }

  html {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  *, *:before, *:after {
    -webkit-box-sizing: inherit;
       -moz-box-sizing: inherit;
            box-sizing: inherit;
  }

  img {
    border: none;
    vertical-align: top;
  }

  a {
    border: none;
  }

  table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }

  th, td {
    vertical-align: middle;
  }

  th {
    text-align: left;
  }

  li {
    list-style: none;
  }

  hr {
    display: block;
    height: 1px;
    padding: 0;
    font-size: 1em;
    line-height: 0;
    border: 0;
    border: none;
  }

  b, strong {
    font-weight: bold;
  }

/*---------------------
  iphone用リセット
---------------------*/

  input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }

/*---------------------
  clearfix
---------------------*/

  .clearfix:after {
    content: '';
    visibility: hidden;
    display: block;
    font-size: 0;
    position: static;
    clear: both;
    height: 0;
  }

/*---------------------
  fluid image
---------------------*/

  img,
  iframe,
  object {
    max-width: 100%;
  }

/*---------------------
  roll over
---------------------*/

  a {
    text-decoration: underline;
  }

  a:hover {
    text-decoration: none;
  }

/*---------------------
  google map
---------------------*/

  .gmap {
    width: 100%;
    height: 100%;
  }

  .gmap img {
    max-width: none;
  }

/*---------------------
  common style
---------------------*/

/* 共通見出し */

  .page-title-area {
    position: relative;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1060px;
    padding-top: 4em;
    padding-bottom: 3em;
    min-height: 192px;
    background-color: #fff;
    background-image: url(../img/base/border_box_lefttop.jpg), url(../img/base/border_box_leftbottom.jpg), url(../img/base/border_box_righttop.jpg), url(../img/base/border_box_rightbottom.jpg), url(../img/base/border_box_top.jpg), url(../img/base/border_box_bottom.jpg), url(../img/base/border_box_left.jpg), url(../img/base/border_box_right.jpg);
    background-position: 0 0, 0 bottom, right 0, right bottom, 0 0, 0 bottom, 0 0, right 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
  }

@media print, screen and (min-width: 641px) {

  .page-title-area {
    padding-left: 85px;
    padding-right: 85px;
  }

  .page-title-area:before,
  .page-title-area:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -73px;
    width: 32px;
    height: 147px;
    background-repeat: no-repeat;
  }

  .page-title-area:before {
    left: 33px;
    background-image: url(../img/base/page_title_bg_left.jpg);
  }

  .page-title-area:after {
    right: 33px;
    background-image: url(../img/base/page_title_bg_right.jpg);
  }

}

@media screen and (max-width: 640px) {

  .page-title-area {
    padding-left: 45px;
    padding-right: 45px;
  }

}

  .page-title-en,
  .page-title-jp {
    display: block;
    text-align: center;
  }

  .page-title-en {
    margin-bottom: 1em;
  }

  .page-title-en-news img { width: 284px;}
  .page-title-en-menu-coupon img { width: 352px;}
  .page-title-en-coupon img { width: 150px;}
  .page-title-en-staff img { width: 124px;}
  .page-title-en-style img { width: 103px;}
  .page-title-en-access img { width: 136px;}

  .page-title-jp {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #382C2E;
  }


/* 共通見出し（h2） */

  .heart-title {
    margin-bottom: 1em;
    padding-left: 78px;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 1.7em;
    background: url(../img/base/icon_heart.png) no-repeat;
    background-size: 68px auto;
  }

  .heart-title-note {
    font-size: .5em;
  }

@media print, screen and (min-width: 1101px) {

  .heart-title-note {
    padding-left: 1em;
  }

}

@media screen and (max-width: 1100px) {

  .heart-title-note {
    display: block;
  }

}

/* コンテンツ画面中央寄せ */

  .inner {
    position: relative;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }

  .inner:after {
    content: "";
    display: table;
    clear: both;
  }

/* コンテンツ隙間・間隔用 */

  .gutter:not(:last-child) {
    margin-bottom: 5em;
  }

@media print, screen and (min-width: 1101px) {

  .gutter > .inner {
    padding-left: 55px;
    padding-right: 55px;
  }

}

@media screen and (max-width: 1100px) {

  .gutter > .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

}

/* コンテンツボックス */

  .box-area {
    position: relative;
    margin-top: 45px;
    border: 5px solid #F23953;
  }

  .box-area:before {
    content: '';
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 126px;
    height: 118px;
    background: url(../img/base/icon.png) no-repeat;
  }

  .box-area:not(:last-child) {
    margin-bottom: 80px;
  }

  .box-area > .inner,
  .box-area > .anchor-point > .inner {
    padding-top: 90px;
    padding-bottom: 40px;
  }

@media print, screen and (min-width: 641px) {

  .box-area > .inner,
  .box-area > .anchor-point > .inner {
    padding-left: 40px;
    padding-right: 40px;
  }

}

@media screen and (max-width: 640px) {

  .box-area > .inner,
  .box-area > .anchor-point > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

}

/* コンテンツbg */

  .pattern-bg-container {
    padding-top: 38px;
    background: url(../img/base/pattern_bg.jpg) repeat-x;
  }

/* 共通見出し（明朝） */

  .mincho-title {
    margin-bottom: 2em;
  }

  .mincho-title-en,
  .mincho-title-jp {
    display: block;
    line-height: 1.3;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #E30066;
  }

  .mincho-title-en {
    font-size: 2.5em;
  }

  .mincho-title-jp {
    font-size: 1.4em;
  }

/* グリッドシステム */

  .grid-container {
    margin-right: -10px;
    margin-bottom: -20px;
    margin-left: -10px;
    overflow: hidden;
  }

  .grid-container:after {
    content: "";
    display: table;
    clear: both;
  }

  .grid {
    float: left;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-1  { width:  8.33%;}
  .grid-2  { width: 16.66%;}
  .grid-3  { width: 25.00%;}
  .grid-4  { width: 33.33%;}
  .grid-5  { width: 41.66%;}
  .grid-6  { width: 50.00%;}
  .grid-7  { width: 58.33%;}
  .grid-8  { width: 66.66%;}
  .grid-9  { width: 75.00%;}
  .grid-10 { width: 83.33%;}
  .grid-11 { width: 91.66%;}
  .grid-12 { width: 100.0%;}

@media screen and (max-width: 640px) {

  .grid {
    float: none;
    width: 100%;
  }

  .grid-container,
  .grid:last-child {
    margin-bottom: 0;
  }

}

/* 画像左右中央配置 */

  .fig-img,
  .fig-img img {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .fig-img-fr,
  .fig-img-fl {
    width: auto;
    max-width: 50%;
  }

  .fig-img-fr {
    float: right;
    padding-left: 1.4em;
  }

  .fig-img-fl {
    float: left;
    padding-right: 1.4em;
  }

  .fig-img-center {
    margin-bottom: 1em;
  }

  .fig-img-fr.fig-img-center,
  .fig-img-fl.fig-img-center {
    margin-bottom: 0;
  }

  .fig-img-center:last-child {
    margin-bottom: 0;
  }

@media screen and (max-width: 640px) {

  .fig-img-fr,
  .fig-img-fl {
    float: none;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .fig-img-fr.fig-img-center,
  .fig-img-fl.fig-img-center {
    margin-bottom: 2em;
  }

}

/* キャプション */

  .caption {
    margin-top: 1em;
    font-size: .9em;
    text-align: center;
  }

  .fig-caption {
    display: block;
    margin-top: 5px;
    padding: 5px;
    color: #fff;
    font-size: .9em;
    text-align: center;
    background: #000;
  }

/* アンカー位置調整 */

@media print, screen and (min-width: 1101px) {

  .anchor-point {
    margin-top: -135px;
    padding-top: 135px;
  }

}

@media screen and (max-width: 1100px) {

  .anchor-point {
    margin-top: -80px;
    padding-top: 80px;
  }

}

/* テーブル */

  .table {
    display: table;
    width: 100%;
  }

  .table-row {
    display: table-row;
    width: 100%;
  }

  .table-cell {
    display: table-cell;
    vertical-align: middle;
  }

/* リンクボタン */

  .link-btn {
    display: inline-block;
    margin-bottom: 1px;
    padding-left: 1.4em;
    padding-right: 1.4em;
    padding-top: .5em;
    padding-bottom: .4em;
    text-align: center;
    text-decoration: none;
    font-size: 1.15em;
    line-height: 1.2;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #E30066;
    background-color: #E30066;
  }

  .link-btn:hover {
    color: #E30066;
    background: #fff;
  }

/* リンクボタンリスト */

  .link-btn-list {
    text-align: center;
  }

@media print, screen and (min-width: 641px) {

  .link-btn-list {
    letter-spacing: -.40em;
  }

  .link-btn-list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }

}

/* imgボーダー */

  .img-border {
    position: relative;
    display: block;
    height: 20px;
    text-align: center;
  }

  .img-border:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    background: url(../img/base/border_bg_center.jpg) no-repeat center, url(../img/base/border_bg_left.png) no-repeat, url(../img/base/border_bg_right.png) no-repeat right top;
    z-index: 1;
  }

  .img-border:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #382B26;
  }


/* 明朝 */
.mincho { font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

/* visual */
.block  { display: block;}
.inline { display: inline;}
.table  { display: table;}
.tcell  { display: table-cell;}
.dn     { display: none;}
.vh     { visibility: hidden;}
.oh     { overflow: hidden;}

/* clear */
.cb     { clear: both;}
.cl     { clear: left;}
.cr     { clear: right;}

/* float */
.fl     { float: left;}
.fr     { float: right;}

/* align */
.center { text-align: center;}
.left   { text-align: left;}
.right  { text-align: right;}
.top    { vertical-align: top;}
.middle { vertical-align: middle;}
.bottom { vertical-align: bottom;}

/* font */
.f80    { font-size:  .8em;}
.f90    { font-size:  .9em;}
.f120   { font-size: 1.2em;}
.f130   { font-size: 1.3em;}
.f140   { font-size: 1.4em;}
.f150   { font-size: 1.5em;}
.normal { font-weight: normal;}
.bold   { font-weight: bold;}
.indent { text-indent: 1em;}
.strike { text-decoration: line-through;}
.italic { font-style: italic;}

/* color */
.red    { color: #f00;}
.red2   { color: #c00;}
.blue   { color: #09f;}
.blue2  { color: #06f;}
.orange { color: #f90;}
.orange2{ color: #f60;}
.yellow { color: #ff0;}
.green  { color: #096;}

/* list-style-type */
.lstn   { list-style-type: none;}

/* margin */
.m1     { margin-bottom: 1em;}
.m5     { margin-bottom: 5px;}
.m10    { margin-bottom: 10px;}
.m15    { margin-bottom: 15px;}
.m20    { margin-bottom: 20px;}
.m30    { margin-bottom: 30px;}

.pagination {
 clear: both;
 padding: 20px 0;
 position: relative;
 font-size: 14px;
 line-height: 14px;
}
.pagination span, .pagination a {
 display: block;
 float: left;
 width: auto;
 margin: 2px 2px 2px 0;
 padding: 5px 9px 5px 9px;
 background-color: #fff;
 color: #555;
 text-decoration: none;
}
.pagination a {
 border: 1px solid #ccc;
}
.pagination a:hover{
 background-color: #ccc;
 border: 1px solid #ccc;
 color: #fff;
}
.pagination .current{
 padding: 5px 9px 5px 9px;
 background-color: #ccc;
 border: 1px solid #ccc;
 color: #fff;
}
