@charset "utf-8";
/* ===================================================================
CSS information

 File Name        : common.css
 Style Info       : 基本スタイル
 基本カラー（テキスト）  : #323232
 基本紫：#6F6C7D   基本カーキ： #816E2C　基本グレー：#646464
 背景グレー：#888888
  
 基本青（ログイン背景）：#cddcf0
 
 																	オレンジ					：#F9F9F9 > #EDF4FC
 青					：#0049AD > #F9F9F9 > #EDF4FC
 赤								：#e6000b
 ボーダー（ベージュ）：#A48B78
 ボーダー（濃い赤）　：#EA5514
=================================================================== */
/* IMPORT FORMS */
@import url("bloc.css");
@import url("btn.css");
/*@import url("forms.css");*/
@import url("photo.css");
@import url("test.css");
article {
  margin: 10px 15px 30px 15px;
}
aside {
  margin-top: 10px;
}
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.tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.tbl th, table.tbl td {
  vertical-align: top;
  font-weight: normal;
  padding: 0.5em;
  border: 1px solid #F9F9F9;
  font-size: 0.9em;
}
table.tbl th {
  background: #fffaf4;
  width: 25%;
}
table.tbl td {
  background: #FFF;
  width: 75%;
}
table.tbl1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.tbl1 th, table.tbl1 td {
  vertical-align: top;
  font-weight: normal;
  padding: 0.5em;
  border: 1px solid #dfdfdf;
  font-size: 0.9em;
}
table.tbl1 th {
  background: #f5f5f5;
  width: 25%;
}
table.tbl1 td {
  background: #FFF;
  width: 75%;
}
table.tbl2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.tbl2 th, table.tbl2 td {
  vertical-align: top;
  font-weight: normal;
  padding: 0.8em;
  border: 1px solid #dfdfdf;
}
table.tbl2 th {
  background: #fff;
}
table.tbl2 td {
  background: #FFF;
}
table.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.table th, table.table td {
  vertical-align: top;
  font-weight: normal;
  padding: 0.5em;
  border: 1px solid #dfdfdf;
  font-size: 1em;
}
table.table th {
  background: #ffead5;
}
table.table td {
  background: #FFF;
}
table.table1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.table1 th, table.table1 td {
  vertical-align: top;
  font-weight: normal;
  padding: 0.5em;
  border: 1px solid #dfdfdf;
  font-size: 1em;
}
table.table1 th {
  background: #f5f5f5;
}
table.table1 td {
  background: #FFF;
}
table.table2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.table2 th, table.table2 td {
  vertical-align: top;
  font-weight: normal;
  padding: 0.5em;
  border: 1px solid #fff;
  font-size: 1em;
}
table.table2 th {
  background: #fff;
}
table.table2 td {
  background: #FFF;
}
table#info th, table#info td {
  border-color: #F9F9F9;
  font-size: 0.9em;
  line-height: 1.8em;
}
table#info th {
  color: #333;
  background: #fffaf4;
  font-size: 0.9em;
}
table#cart {
  margin-bottom: 1em;
}
table#cart th {
  width: auto;
}
table#cart td {
  width: auto;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #999;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/**
 * Minimal base styles.
 */
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none;
}
ul, ol {
  /*  margin-left: 2em;*/
}
ol {
  list-style-type: decimal;
}
/* Remove margins for navigation lists */
nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
small {
  font-size: 90%;
}
strong {
  color: #e6000b;
  font-weight: bold;
}
td {
  vertical-align: top;
}
/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.6;
  font-size: 0.9em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #323232;
  overflow-x: hidden;
  background: #ffffff;
}
/* ページリンク時のヘッダー高さ分の除去 */
:root{
	scroll-padding: 64px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1em;
  }
}
a {
  color: #323232;
  text-decoration: none;
}
a:hover {
  color: #323232;
  opacity: 0.7;
}
a:visited {}
.text-link, a.text-link:hover, a.text-link:visited {
  text-decoration: underline;
}
footer a, footer a:hover, footer a:visited {
  color: #FFF;
}
img {
  vertical-align: bottom;
  transition: 0.5s;
  max-width: 100%;
  height: auto;
}
a img:hover { /*画像マウスオーバー*/
  opacity: 0.6;
  transition: 0.5s;
}
s ul {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list li {
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
ul.list li:before {
  margin-left: -1.0em;
  width: 1.5em;
}
ul.list01 li:before {
  content: "＊";
}
ol.list li, p.list {
  padding-left: 1.75em;
  margin-bottom: 0.25em;
  text-indent: -1.0em;
}
ol.list-inline li, p.list-inline {
  display: inline-block;
  float: left;
  margin-bottom: 0.25em;
}
.serif {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
}
.sans-serif {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
h1 {
  font-size: 0.8em;
  margin-bottom: 1em;
}
article h1 {
  font-size: 1.1em;
  margin-bottom: 1em;
  padding: 0.8em 0.9em;
  border-top: 3px solid #F9F9F9;
  border-bottom: 1px dotted #dfdfdf;
  background: #EDF4FC;
}
article h1:before {
  color: #F9F9F9;
  font-weight: bold;
  content: "|";
  margin-right: 10px;
}
h2 {
  text-align: center;
  font-size: 2em;
  line-height: 1.2;
  margin-top: 0.5em;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.7em;
  }
}
h2.brand, #menu #flower #contents > h2, #menu #paperitem #contents > h2, #menu #costume #contents > h2, #menu #beauty #contents > h2, #menu #photograph #contents > h2, #menu #ordermadephoto #contents > h2, #menu #gift #contents > h2 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 2em;
  margin-bottom: 0.25em;
}
h3 {
  font-size: 1em;
  margin-top: 2em;
  margin-bottom: 1em;
}
h3.favorite {
  font-weight: bold;
  border-bottom: 1px solid #999;
}
h4 {
  font-size: 1.2em;
  line-height: 1.5;
}
h5 {
  text-align: center;
  font-size: 0.8em;
  line-height: 1.2;
  margin-bottom: 1.5em;
  color: #646464;
}
h2 + h5 {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  h2 + h5 {
    font-size: 1em;
    margin-bottom: 60px;
  }
  .item-top h2 + h5 {
    margin-bottom: 0.5em;
  }
  #preshooting h2 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 2em;
    margin-bottom: 0.25em;
    margin-bottom: 60px;
  }
  h2 + h5.brand {
    margin-top: 20px;
  }
}
h5.brand {
  font-weight: bold;
}
h5.brand:before {
  color: #FFF;
  content: "P";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #646464;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .blk_brandname h5.brand {
    font-size: 1em;
    width: 70%;
    text-align: left;
    margin: 0;
    float: left;
  }
}
article h3.skyblue {
  color: #0099cc;
}
article#search h3, article#campaign h3 {
  color: #FFF;
  margin-bottom: 1em;
  padding: 0.3em 0.5em;
  border-radius: 5px;
  background: #F9F9F9;
}
article#search h3:before, article#campaign h3:before {
  color: #FFF;
  font-weight: bold;
  content: "|";
  margin-right: 10px;
}
article h6 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  margin-top: 1em;
  padding: 0.3em;
  color: #fff;
  border-radius: 5px;
}
article h6.blue {
  background: #00a0e9;
  padding-left: 1em;
  padding: 0.3em;
  margin-bottom: 1em;
}
article h6.skyblue {
  background: #0099ff;
  padding-left: 1em;
}
article h6.green {
  background: #99cc33;
  padding-left: 1em;
}
article h6.pink {
  background: #ff9999;
  padding-left: 1em;
}
article h6.orange {
  background: #ff9933;
  padding-left: 1em;
}
article h6.purple {
  background: #cc99cc;
  padding-left: 1em;
}
p {
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  p.blk_btn {
    margin: 20px 0;
  }
}
b {
  margin-bottom: 1em;
  margin-left: 1em;
  font-weight: normal;
  font-size: 1em;
}
p.maintenance:before {
  color: #e6000b;
  font-size: 1.5em;
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
p.maintenance {
  color: #e6000b;
  margin-bottom: 1em;
}
p.maintenance a {
  color: #e6000b;
  text-decoration: underline;
}
p.link:before {
  color: #e6000b;
  font-size: 1.5em;
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
p.link {
  color: #e6000b;
  margin-bottom: 1em;
}
p.link a {
  color: #e6000b;
  text-decoration: underline;
}
/* aside ==========================*/
aside .navibox h2 {
  color: #FFF;
  font-size: 1em;
  padding: 2px 4px;
  margin-bottom: 5px;
  background: #666;
}
aside .navibox-sub h2 {
  background: #F9F9F9;
}
aside .navibox ul li a {
  padding: 5px 20px;
  margin: 2px;
  border: 1px solid #999;
  background: #F0F0FF;
  display: block;
}
aside .navibox-sub ul li a {
  padding: 2px 10px;
  margin: 2px;
  border: none;
  background: none;
}
aside .navibox ul li a:hover {
  background: #FFF;
}
aside form label .txtfiled, aside form select {
  width: 100%;
}
aside form input[type="submit"], aside form input[type="reset"] {
  width: 100%;
}
/* =========== ボタン =========== */
#toTop, #toHome, #toIndex {
  clear: both;
}
#toTop a, #toHome a, #toIndex a {
  color: #323232;
  text-align: right;
  padding: 20px 0;
  vertical-align: bottom;
  display: block;
  float: right;
}
#toTop a {
  width: 7em;
  background: url("../images/mark/arrow_up_off.png") 0 20px no-repeat;
}
#toHome a {
  width: 7em;
  background: url("../images/mark/arrow_prev_off.png") 0 20px no-repeat;
}
#toIndex a {
  width: 7em;
  background: url("../images/mark/arrow_prev_off.png") 0 20px no-repeat;
}
#toTop a:hover, #toTop a:active {
  background: url("../images/mark/arrow_up_on.png") 0 20px no-repeat;
}
#toHome a:hover, #toHome a:active {
  background: url("../images/mark/arrow_prev_on.png") 0 20px no-repeat;
}
#toIndex a:hover, #toIndex a:active {
  background: url("../images/mark/arrow_prev_on.png") 0 20px no-repeat;
}
/*bnr*/
a.bnr {
  border: 1px #dfdfdf solid;
  margin-bottom: 1em;
  display: block;
  clear: both;
}
a.bnr img {
  width: 100%;
  height: auto;
}
/* pageNav */
ul.pageNav {
  padding: 20px 0;
  text-align: center;
  clear: both;
}
ul.pageNav li {
  display: inline;
  margin: 0 1px;
  padding: 0;
}
ul.pageNav li span, ul.pageNav li a {
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  vertical-align: middle;
}
ul.pageNav li a:hover, ul.pageNav li span {
  color: #FFF;
  background: #666;
}
/* catNav */
ul.catNav {
  width: 100%;
  margin: 10px auto 20px auto;
  text-align: center;
  clear: both;
}
img.aligncenter {
  display: block;
  margin: 5px auto 30px auto;
  text-align: center;
}
img.alignright {
  margin: 5px 0 30px 30px;
}
img.alignleft {
  margin: 5px 30px 30px 0;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
@media screen and (min-width: 768px) {
  ul.catNav {
    width: 70%;
  }
}
ul.catNav li {
  width: 30%;
  margin: 0 1.5%;
  padding: 0;
  float: left;
}
ul.catNav li span, ul.catNav li a {
  text-align: center;
  color: #FFF;
  padding: 10px 0;
  text-decoration: none;
  vertical-align: middle;
  background: #e3e4e8;
  display: block;
}
ul.catNav li a:hover, ul.catNav li span {
  color: #FFF;
  background: #666;
}
@media screen and (min-width: 768px) {
  #price ul.catNav {
    width: 100%;
  }
}
#price ul.catNav li {
  width: 47%;
}
/* Compornents */
.sprite {
  background-image: url(../img/sprite.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
header .container {
  position: relative;
}
.global-header nav.fixbar {
  /*  background-color: rgba( 255, 255, 255, 0.9);*/
}
/*slicknav_menu*/
.slicknav_menu {
  display: none;
}
/*スマホのみ*/
@media screen and (max-width: 820px) {
  .slicknav_menu {
    width: 100%;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 100;
    display: block;
  }
}
.global-header .sitename {
  position: absolute;
  top: 20px;
}
.global-header .sitename a {
  width: 140px;
  height: 70px;
  position: relative;
  display: inline-block;
}
.global-header .sitename a img {
  width: 100%;
  height: auto;
}
/*スマホのみ*/
@media screen and (max-width: 820px) {
  .global-header {
    margin-bottom: 64px;
  }
  .global-header .sitename {
    position: absolute;
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: -40px;
    z-index: 500;
  }
  .global-header .sitename a {
    width: 80px;
    height: 40px;
    display: block;
  }
}
.global-header div#subnav {
  display: none;
}
@media (min-width: 821px) {
  .global-header {
    /*		margin-bottom: 10px;*/
    border-bottom: 1px solid #CCC;
  }
  .global-header .container {
    height: 110px;
    position: relative;
    padding: 0 20px;
  }
  .global-header nav.fixbar {
    position: absolute;
    width: 648px;
    height: 56px;
    line-height: 60px;
    z-index: 1000;
    bottom: 0;
    right: 0;
    /*	  background-color: rgb(255,0,0,0.25);*/
  }
  .global-header.fixed nav.fixbar {
    position: fixed;
    top: 0;
  }
  .global-header div#subnav {
    display: block;
    position: absolute;
    width: 340px;
    height: 50px;
    line-height: 50px;
    z-index: 1000;
    top: 0;
    right: 0;
    padding: 10px 0;
  }
  .global-header div#subnav li {
    display: inline-block;
    float: left;
    margin-right: 8px;
  }
  .global-header div#subnav li a {
    color: #FFF;
    line-height: 30px;
    display: block;
  }
  .global-header div#subnav li#access a {
    width: 140px;
    background: #6F6C7D;
  }
  .global-header div#subnav li#contact a {
    width: 140px;
    background: #816E2C;
  }
  .global-header div#subnav li#favorite a {
    color: #666;
    border: 1px #999 solid;
    padding: 5px 4px 3px 4px;
    font-size: 20px;
    line-height: 20px;
  }
  .global-header div#subnav li#instagram a {
    color: #666;
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px;
  }
  .global-header div#subnav li#favorite a:hover {
    color: #CCC;
    border: 1px #CCC solid;
  }
  .global-header div#subnav li#instagram a:hover {
    color: #CCC;
  }
}
@media screen and (max-width: 820px) {
  div#gnav {
    display: none;
  }
}
@media screen and (min-width: 821px) {
  div#gnav ul.mdd_lv1 {
    position: relative;
    z-index: 200;
    width: 648px;
    height: 56px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  div#gnav ul.mdd_lv1 li {
    height: 56px;
    float: left;
  }
  div#gnav ul.mdd_lv1 li a {
    color: #323232;
    font-size: 0.9em;
    text-align: center;
    display: block;
    height: 56px;
    width: 100%;
    padding: 12px 12px 0;
    line-height: 1.3;
  }
  div#gnav ul.mdd_lv1 li a span {
    color: #606060;
    font-size: 12px;
  }
  div#gnav ul.mdd_lv1 > li > a:hover, div#gnav ul.mdd_lv1 > li.selected > a {
    background: #EEE;
  }
  /*div#gnav ul.mdd_lv2 {
    display: none;
    position: absolute;
    top: 56px;
    left: 0px;
    background: #FFF;
    width: auto;
    padding: 10px 10px 10px 0;
    list-style-position: outside;
    margin: 0;
    border-top: 2px solid #323232;
    box-shadow: 2px 2px 4px #CCC;
  }
  div#gnav ul.mdd_lv1 li:hover ul.mdd_lv2 {
    display: block;
  }
  /*div#gnav ul.mdd_lv1 li ul.mdd_lv2:before {
    color: #323232;
    content: "▲";
    position: absolute;
    top: -20px;
    left: 102px;
  }
  */
  #mainnav div#gnav ul.mdd_lv2 {
    display: none;
    position: absolute;
    top: 56px;
    left: -174px;
    background: #FFF;
    list-style-position: outside;
    margin: 0;
    border-top: 1px solid #323232;
  }
  #mainnav div#gnav ul.mdd_lv1 li:hover ul.mdd_lv2 {
    padding: 10px 24px;
    display: block;
  }
  #mainnav div#gnav ul.mdd_lv1 li ul.mdd_lv2:before {
    color: #323232;
    content: "▲";
    position: absolute;
    top: -19px;
    left: 224px;
  }
  /*	画像の座標設定	*/
  div#gnav ul.mdd_lv1 li:nth-child(3) ul.mdd_lv2 {
    margin-left: 0;
  }
  div#gnav ul.mdd_lv1 li:nth-child(2) ul.mdd_lv2 {
    margin-left: 0;
  }
  div#gnav ul.mdd_lv1 li:nth-child(3) ul.mdd_lv2 {
    margin-left: 0;
  }
  div#gnav ul.mdd_lv1 li:nth-child(4) ul.mdd_lv2 {
    margin-left: 0;
  }
  div#gnav ul.mdd_lv1 li:nth-child(5) ul.mdd_lv2 {
    margin-left: 0;
  }
  div#gnav ul.mdd_lv2 li {
    padding-top: 12px;
    margin: 0 10px;
    height: 160px;
    overflow: hidden !important;
    width: auto !important;
    border-top: none !important;
  }
  div#gnav ul.mdd_lv2 li a {
    width: 172px;
    height: 112px;
    float: left;
    position: relative;
  }
  div#gnav li ul.mdd_lv2 li a {
    background-size: cover; /* 背景画像をhtml要素にフィット */
    background-position: center center;
  }
  /*	画像設定	*/
  div#gnav li#facility ul.mdd_lv2 li:nth-child(1) a {
    background-image: url(/images/common/header_facility.jpg);
  }
  div#gnav li#facility ul.mdd_lv2 li:nth-child(2) a {
    background-image: url(/images/common/header_facility_ritz.jpg);
  }
  div#gnav li#facility ul.mdd_lv2 li:nth-child(3) a {
    background-image: url("/images/common/header_facility_afterparty.jpg");
  }
  div#gnav li#facility ul.mdd_lv2 li:nth-child(4) a {
    background-image: url("/images/common/header_facility_benefits.jpg");
  }

  div#gnav ul.mdd_lv2 li a span {
    font-size: 0.85em;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    margin: 0;
    z-index: 2000;
  }
  div#gnav ul.mdd_lv2 li a:hover {
    opacity: 0.6;
    transition: 0.5s;
  }
}
@media screen and (min-width : 821px) {
  #mdd_nav {
    display: block;
  }
  .slicknav_menu {
    display: none;
  }
}
/*ハンバーガーメニューのエフェクト*/
.slicknav_icon, .slicknav_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.slicknav_icon {
  position: relative;
  width: 50px;
  height: 44px;
}
.slicknav_menu .slicknav_icon-bar {
  position: absolute;
  left: 0;
}
.slicknav_icon span:nth-of-type(1) {
  top: 0;
}
.slicknav_icon span:nth-of-type(2) {
  top: 3px;
}
.slicknav_icon span:nth-of-type(3) {
  bottom: 0;
}
.active .slicknav_icon-bar:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.active .slicknav_icon-bar:nth-of-type(2) {
  opacity: 0;
}
.active .slicknav_icon-bar:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
/*
 * Content
 */
.entry-list {
  margin-bottom: 10px;
}
.heading {
  margin-bottom: 10px;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #323232;
  background-color: #DBDBDB;
}
.section-header {
  position: relative;
}
.section-header .more {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  line-height: 32px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff8300), color-stop(100%, #fd5a00));
  background-image: -webkit-linear-gradient(#ff8300, #fd5a00);
  background-image: -moz-linear-gradient(#ff8300, #fd5a00);
  background-image: -o-linear-gradient(#ff8300, #fd5a00);
  background-image: linear-gradient(#ff8300, #fd5a00);
  font-size: smaller;
}
.section-header .more a {
  display: block;
  padding: 0 10px 0 16px;
  color: #FFFFFF;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  font-weight: 700;
}
.section-header .more::before {
  display: block;
  content: "";
  position: absolute;
  left: -5px;
  width: 10px;
  height: 32px;
  font-size: 0;
  background: url(../img/more.png) left center;
}
.utility-navigation {
  overflow: hidden;
  padding: 10px;
  font-size: smaller;
}
.utility-navigation li {
  float: left;
  padding: 3px 0;
}
.utility-navigation li::after {
  display: inline-block;
  content: "/";
  margin: 0 5px;
  color: #EEEEEE;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* Styles for desktop and large screen ----------- */
/*styles for 800px and up!*/
@media only screen and (min-width: 800px) {
  /* Styles */
}
/*/mediaquery*/
/* iPhone 4, Opera Mobile 11 and other high pixel ratio devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (moz--min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .entry a::after {
    background-image: url(../img/sprite_2x.png);
    -moz-background-size: 38px auto;
    -webkit-background-size: 38px auto;
    -o-background-size: 38px auto;
    background-size: 38px auto;
  }
  .global-navigation li a::after {
    background-image: url(../img/sprite_2x.png);
    -moz-background-size: 38px auto;
    -webkit-background-size: 38px auto;
    -o-background-size: 38px auto;
    background-size: 38px auto;
  }
  .section-header .more::before {
    background: url(../img/more_2x.png) left center;
    -moz-background-size: 10px 32px;
    -webkit-background-size: 10px 32px;
    -o-background-size: 10px 32px;
    background-size: 10px 32px;
  }
}
/* bold */
.bold {
  font-weight: bold;
}
/* テキストを省略せずに表示する */
.ui-header .ui-title, .ui-footer .ui-title, .ui-btn-inner, .ui-li-heading, .ui-li .ui-btn-text a.ui-link-inherit, .ui-li-desc {
  overflow: visible;
  white-space: normal;
}
#map {
  width: 100%;
  height: 300px;
  border: 8px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*入力フォームの背景を調整*/
textarea.ui-body-b, input.ui-body-b {
  background-color: white;
}
/*見出しとフォーム部品の間の余白を調整*/
.ui-field-contain:first-child {
  padding-top: 0;
}
/*blk*/
.blk {
  margin-bottom: 20px;
  clear: both;
}
/*.imgbtn*/
a.imgbtn, span.imgbtn {
  margin-bottom: 10px;
  display: block;
  clear: both;
}
.box_bdr a.imgbtn, .box_bdr span.imgbtn {
  margin-bottom: 20px;
}
/* サイドバー　ウィジェット
------------------------------------------------------------*/
#sidebar h3 {
  margin-top: 5px;
  padding: 0 10px 0 23px;
  line-height: 40px;
  font-size: 90%;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6)); /*グラデーション*/
  background: -webkit-linear-gradient(#FFF, #e6e6e6); /*同上*/
  background: linear-gradient(#FFF, #e6e6e6); /*同上*/
  border-bottom: 3px solid #F9F9F9;
  border-left: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
#sidebar ul {
  margin-bottom: 0px;
  padding: 10px 0 0 10px;
  border: solid #ccc 1px;
  background: #fff;
}
#sidebar li {
  margin: 0px 0px 0px 0px;
  padding: 10px;
  list-style: none;
  border-bottom: 1px dotted #ccc;
  font-size: 80%;
}
ul.sidemenu li a:before {
  color: #F9F9F9;
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}
section.widget, .widgetInfo {
  margin: 0 0 10px;
  padding: 10px 7px;
  background: #fff;
  font-size: 100%;
}
#banners img {
  max-width: 100%;
  height: auto;
  padding-bottom: 10px;
}
section.widgetInfo p {
  clear: both;
  margin: 0 0 0px;
  padding: 5px 0;
  font-size: 120%;
  font-weight: normal;
  color: #333;
  border-bottom: 1px dotted #ccc;
}
section.widget a {
  display: block;
  padding: 3px 0 3px 13px;
  text-decoration: underline;
  background: url(images/arrow.png) no-repeat 0 50%;
}
section.widget a:hover {
  text-decoration: none;
  background-position: 3px 50%;
}
#searchform input[type="text"] {
  line-height: 1.7;
  height: 24px;
  width: 100px;
  vertical-align: bottom;
}
/* blk_unavi */
#blk_unavi {
  clear: both;
}
/* topimg */
.topimg, .item-top {
  clear: both;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .topimg, .item-top {
    margin-bottom: 40px;
  }
  #topimg-facility.topimg, #topimg-schedule.topimg, #topimg-items.topimg {
    margin-bottom: 100px;
  }
}

.topimg div.blk_bg div.blk_title h2 {
  font-size: 2em;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
.topimg .blk_title.top {
  padding-top: 24px;
}
.topimg div.blk_bg div.blk_title h2.sub {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #646464;
  font-size: 1em;
  padding: 0;
  margin: 0 0 3em 0;
}
div.blk_title p.dsc {
  display: block;
  font-size: 0.95em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5em;
}
div.blk_title p.arrow {
  width: 10%;
  max-width: 50px;
  display: block;
  font-size: 0.95em;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
}
#top_concept div.blk_text {
  width: 88%;
  max-width: 720px;
  margin: 0 auto 80px auto;
}
#top_concept div.blk_text p.dsc {
  display: block;
  font-size: 1em;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1.5em;
}
.topimg.top-schedule a {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 32px 8px 24px;
  border: solid 1px #555;
}
.pc_only {
  display: none;
}
.top-flex {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}
.top-flex .top-faq, .top-flex .top-document {
  padding-bottom: 32px;
  border: solid 1px #555;
}
@media screen and (max-width: 767px) {
  #top_concept div.blk_text p.dsc br {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .topimg div.blk_bg {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 48.5%;
    position: relative;
  }
  .item-top div.blk_bg {
    height: 0;
    padding-top: 25%;
    position: relative;
  }
  .topimg div.blk_bg > img {
    display: none;
  }
  #topimg-top div.blk_bg {
    background: url(/images/topimg/top_v2.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  #topimg-facility div.blk_bg {
    color: #323232;
    background: url(/images/topimg/facility.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  #topimg-schedule div.blk_bg {
    color: #323232;
    background: #FFF;
  }
  #topimg-items div.blk_bg {
    color: #323232;
    background: url("/images/topimg/items_v2.jpg") 0 0 no-repeat;
    background-size: cover;
  }
  #topimg-items.item-top div.blk_bg {
    color: #323232;
    background: url("/images/topimg/items-top_v2.jpg") 0 50% no-repeat;
    background-size: cover;
  }
  #topimg-facility div.blk_bg div.blk_title {
    position: absolute;
    width: 40%;
    left: 30%;
    top: 34%;
  }
  #topimg-schedule div.blk_bg div.blk_title {
    position: absolute;
    width: 80%;
    height: 85%;
    left: 10%;
    top: 5%;
    border: 1px #323232 solid;
  }
  .topimg .blk_title.top {
    padding-top: 0;
  }
  .topimg a:hover div.blk_bg {
    opacity: 0.5;
  }
  .topimg div.blk_bg div.blk_title h2 {
    font-size: 2.7em;
    line-height: 1.2;
    padding: 0;
    margin: 0;
  }
  .topimg div.blk_bg div.blk_title p.arrow {
    width: 25%;
    max-width: 40px;
    height: auto;
    margin: 0 auto;
  }
  #topimg-schedule div.blk_bg div.blk_title div.blk_right {
    margin-top: 0;
  }
  
  #topimg-schedule div.blk_bg div.blk_title div.blk_left {
    margin-top: 20%;
    width: 40%;
    float: left;
  }
  #topimg-schedule div.blk_bg div.blk_title div.blk_right {
    display: block;
    width: 60%;
    height: 300px;
    float: right;
    position: relative;
  }
  #topimg-schedule div.blk_bg div.blk_title div.blk_right div.blk_text {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
  }
  #topimg-items div.blk_bg div.blk_title {
    position: absolute;
    width: 43%;
    right: 53%;
    top: 50%;
    transform: translate(0, -50%);
    padding: 5% 0 3.2% 0;
    background-color: rgba(255, 255, 255, 0.9);    
  }
  #topimg-items.item-top div.blk_bg div.blk_title {
    width: 43%;
    right: 53%;
    top: 50%;
    transform: translate(0, -50%);
    padding: 3% 0 3% 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
.topimg.top-schedule a {
  width: 80%;
  max-width: 1000px;
  padding: 120px 80px 100px;
}
  
.blk_title.top-schedule {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
  .pc_only {
  display: block;
}
  .top-flex {
    display: flex;
    justify-content: space-between;
  }
  .top-flex .top-faq, .top-flex .top-document {
    width: 48%;
    padding-top: 32px;
  }
}
/*iPad対策*/
@media screen and (max-width: 1025px) {
  #topimg-schedule div.blk_bg div.blk_title div.blk_right {
    height: 160px;
  }
  .topimg div.blk_bg div.blk_title h2, .top-ttl {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1001px) {
  #topimg-schedule div.blk_bg div.blk_title div.blk_right {
    height: auto;
  }
  .topimg {
    margin-bottom: 40px;
  }
  #topimg-facility.topimg, #topimg-schedule.topimg, #topimg-items.topimg {
    margin-bottom: 80px;
  }
  #topimg-schedule div.blk_bg {
    border: 1px #323232 solid;
    margin: 10px;
    padding: 30px 0;
  }
  #topimg-schedule div.blk_title {
    margin: 30px 10px 30px 10px;
  }
}
/* telbox */
#telbox {
  text-align: center;
  background: #FFF url(/images/common/telbox_bg.jpg) repeat-x center top;
  clear: both;
}
#telbox div.blk {
  width: 100%;
  max-width: 1400px;
  height: 440px;
  margin: 0 auto;
  background: #FFF url(/images/common/telbox.jpg) no-repeat center top;
  position: relative;
}
#telbox div.blk a#tel {
  position: absolute;
  bottom: 10px;
  left: 150px;
}
#telbox div.blk a#search_area {
  position: absolute;
  bottom: 10px;
  right: 400px;
}
#telbox div.blk a#search_type {
  position: absolute;
  bottom: 10px;
  right: 100px;
}
@media screen and (max-width: 1400px) {
  #telbox div.blk a#tel {
    left: 10%;
  }
  #telbox div.blk a#search_area {
    right: 23%;
  }
  #telbox div.blk a#search_type {
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  #telbox div.blk {
    padding: 5px;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 31.42%;
    background: url(/images/common/telbox.jpg) 0 0 no-repeat;
    background-size: contain;
    position: relative;
  }
  #telbox div.blk div#btnbox {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #telbox div.blk a {
    margin-top: 0;
    height: auto;
    display: block;
  }
  #telbox div.blk a img {
    width: 100%;
    height: auto;
  }
  #telbox div.blk a#tel {
    left: 0;
    width: 38%;
    margin-right: 2%;
    position: relative;
    right: auto;
    bottom: auto;
    float: left;
  }
  #telbox div.blk a#search_area {
    width: 30%;
    position: relative;
    right: auto;
    bottom: auto;
    float: left;
  }
  #telbox div.blk a#search_type {
    width: 30%;
    position: relative;
    right: auto;
    bottom: auto;
    float: left;
  }
}
/* thumb,thumb_wide */
.thumb a {
  position: relative;
  display: block;
  width: 49%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  ;
  background: #FFF;
}
.thumb a .dsc {
  color: #fff;
  background: #666;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.thumb_wide a {
  display: block;
  width: 100%;
  clear: both;
  background: #666;
}
.thumb_wide a .dsc {
  color: #fff;
  background: #666;
  width: 50%;
  float: right;
  overflow: hidden;
}
.thumb_wide a img {
  width: 50%;
  float: left;
}
.thumb a .inner, .thumb_wide a .inner {
  padding: 5px;
}
.thumb a .dsc h4, .thumb_wide a .dsc h4 {
  font-size: 0.9em;
  font-weight: normal;
  line-height: 200%;
  margin-bottom: 0;
}
.thumb a .dsc p, .thumb_wide a .dsc p {
  font-size: 0.9em;
  font-weight: normal;
  line-height: 150%;
  margin-bottom: 0;
}
/* thumblist */
ul.thumblist li a {
  display: block;
  clear: both;
}
ul.thumblist li a img {
  width: 25%;
  float: left;
}
ul.thumblist li a .dsc {
  width: 75%;
  float: right;
}
/* footer */
footer {
  text-align: center;
}
footer.global-footer {
  color: #FFF;
  background-color: #6F6C7D;
  margin-top: 40px;
}
footer .container {
  text-align: center;
}
footer h1, footer p, footer h1, footer h2, footer h3 {
  text-align: center;
}
footer h1 {
  width: 80px;
  height: 40px;
  padding-top: 1.5em;
  margin: 0 auto 3em auto;
}
@media screen and (min-width: 768px) {
  footer h1 {
    width: 160px;
    height: 80px;
  }
}
footer p {
  font-size: 0.9em;
}
footer p.copyright {
  font-size: 0.7em;
  padding: 1em 0 1em 0;
}
footer a.btn_up {
  margin-bottom: 0;
}
footer ul {
  display: inline-block;
  text-align: left;
  margin: 1em 0 0 0;
}
footer ul li {
  display: inline-block;
  float: left;
  border-left: 1px solid #fff;
  margin-bottom: 1em;
}
footer ul li:last-child {
  border-right: 1px solid #fff;
}
footer ul li a {
  color: #FFF;
  font-size: 0.8em;
  padding: 0 10px;
  display: block;
}
footer span.footer_title {
  display: none;
}
/* wide */
.wide {
  width: 100%;
  height: auto;
}
.wide10 {
  width: 10%;
  height: auto;
}
.wide15 {
  width: 15%;
  height: auto;
}
.wide20 {
  width: 20%;
  height: auto;
}
.wide25 {
  width: 25%;
  height: auto;
}
.wide30 {
  width: 30%;
  height: auto;
}
.wide35 {
  width: 35%;
  height: auto;
}
.wide40 {
  width: 40%;
  height: auto;
}
.wide45 {
  width: 45%;
  height: auto;
}
.wide50 {
  width: 50%;
  height: auto;
}
.wide55 {
  width: 55%;
  height: auto;
}
.wide60 {
  width: 60%;
  height: auto;
}
.wide65 {
  width: 65%;
  height: auto;
}
.wide70 {
  width: 70%;
  height: auto;
}
.wide75 {
  width: 75%;
  height: auto;
}
.wide80 {
  width: 80%;
  height: auto;
}
.wide85 {
  width: 85%;
  height: auto;
}
.wide90 {
  width: 90%;
  height: auto;
}
.wide95 {
  width: 95%;
  height: auto;
}
form .wide10 {
  width: 10%;
  height: auto;
}
form .wide15 {
  width: 15%;
  height: auto;
}
form .wide20 {
  width: 20%;
  height: auto;
}
form .wide25 {
  width: 25%;
  height: auto;
}
form .wide30 {
  width: 30%;
  height: auto;
}
form .wide35 {
  width: 35%;
  height: auto;
}
form .wide40 {
  width: 40%;
  height: auto;
}
form .wide45 {
  width: 45%;
  height: auto;
}
form .wide50 {
  width: 50%;
  height: auto;
}
form .wide55 {
  width: 55%;
  height: auto;
}
form .wide60 {
  width: 60%;
  height: auto;
}
form .wide65 {
  width: 65%;
  height: auto;
}
form .wide70 {
  width: 70%;
  height: auto;
}
form .wide75 {
  width: 75%;
  height: auto;
}
form .wide80 {
  width: 80%;
  height: auto;
}
form .wide85 {
  width: 85%;
  height: auto;
}
form .wide90 {
  width: 90%;
  height: auto;
}
form .wide95 {
  width: 95%;
  height: auto;
}
/* half */
.half {
  width: 50%;
  height: auto;
}
/* PCサイト用 */
@media screen and (min-width: 768px) {
  .pc_w100 {
    width: 100px;
    height: auto;
  }
  .pc_w125 {
    width: 125px;
    height: auto;
  }
  .pc_w150 {
    width: 150px;
    height: auto;
  }
  .pc_w175 {
    width: 175px;
    height: auto;
  }
  .pc_w200 {
    width: 200px;
    height: auto;
  }
  .pc_w225 {
    width: 225px;
    height: auto;
  }
  .pc_w250 {
    width: 250px;
    height: auto;
  }
  .pc_w275 {
    width: 275px;
    height: auto;
  }
  .pc_w300 {
    width: 300px;
    height: auto;
  }
  .pc_w325 {
    width: 325px;
    height: auto;
  }
  .pc_w350 {
    width: 350px;
    height: auto;
  }
  .pc_w375 {
    width: 375px;
    height: auto;
  }
  .pc_w400 {
    width: 400px;
    height: auto;
  }
  .pc_w425 {
    width: 425px;
    height: auto;
  }
  .pc_w450 {
    width: 450px;
    height: auto;
  }
  .pc_w475 {
    width: 475px;
    height: auto;
  }
  .pc_w500 {
    width: 500px;
    height: auto;
  }
  .pc_w525 {
    width: 525px;
    height: auto;
  }
  .pc_w550 {
    width: 550px;
    height: auto;
  }
  .pc_w575 {
    width: 575px;
    height: auto;
  }
  .pc_w600 {
    width: 600px;
    height: auto;
  }
  .pc_w625 {
    width: 625px;
    height: auto;
  }
  .pc_w650 {
    width: 650px;
    height: auto;
  }
  .pc_w675 {
    width: 675px;
    height: auto;
  }
  .pc_w700 {
    width: 700px;
    height: auto;
  }
  .pc_w725 {
    width: 725px;
    height: auto;
  }
  .pc_w750 {
    width: 750px;
    height: auto;
  }
  .pc_w775 {
    width: 775px;
    height: auto;
  }
  .pc_w800 {
    width: 800px;
    height: auto;
  }
  .pc_w825 {
    width: 825px;
    height: auto;
  }
  .pc_w850 {
    width: 850px;
    height: auto;
  }
  .pc_w875 {
    width: 875px;
    height: auto;
  }
  .pc_w900 {
    width: 900px;
    height: auto;
  }
}
/* iframe-content */
.iframe-content {
  position: relative;
  width: 100%;
  padding: 80% 0 0 0;
}
.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe-content2 {
  position: relative;
  width: 100%;
  padding: 48% 0 0 0;
}
.iframe-content2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*google-maps*/
.google-maps {
  position: relative;
  padding-bottom: 75%; /* これが縦横比*/
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*facebook*/
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
  width: 100% !important;
}
/* searchlist */
ul.searchlist li {
  width: 47%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 10px;
  display: block;
  float: left;
  padding: 20px;
  border: 2px dotted #F9F9F9;
}
#campaign ul.searchlist li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  display: block;
  float: none;
  clear: both;
}
@media screen and (min-width: 768px) {
  ul.searchlist li {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  #campaign ul.searchlist li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
ul.searchdetail li {
  width: 100%;
  clear: both;
}
ul.searchlist li h2 {
  color: #F9F9F9;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2;
  text-align: center;
  margin-top: 5px;
  clear: both;
}
ul.searchlist li p {
  font-size: 0.8em;
  line-height: 1.2;
  clear: both;
}
/* viewer */
#viewer {
  width: 100%;
  padding: 0 10px 0 10px;
  margin-right: -10px;
  clear: both;
}
#viewer div.limage {
  text-align: center;
  width: 80%;
  height: auto;
  /* overflow: hidden; */
  position: relative;
  float: left;
}
#viewer div.limage img {
  top: 0;
  left: -10px;
  position: absolute;
}
#viewer ul {
  width: 20%;
  float: right;
}
#viewer ul li {
  clear: both;
}
#viewer ul li a {
  overflow: hidden;
  margin-bottom: 5px;
  display: block;
}
#viewer ul li a img {
  margin-bottom: -4px;
}
#viewer .active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
/* textbtn */
a.textbtn {
  width: 10em;
  height: 3em;
  line-height: 3em;
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 1em;
}
a.textbtn_back {
  float: left;
  text-align: left;
}
a.textbtn_back i {
  padding-right: 0.5em;
}
a.textbtn_next {
  float: right;
  text-align: right;
}
a.textbtn_next i {
  padding-left: 0.5em;
}
/*blk_kiji*/
.blk_kiji img.bpic {
  width: 50%;
  margin-right: 10px;
  clear: both;
}
.blk_kiji p.bpic {
  font-size: 0.8em;
  margin-bottom: 10px;
}
/*search*/
#search div.blk_terms {
  font-size: 1em;
  padding: 10px 15px;
  border: 1px #e0e0e0 solid;
  background: #f6f6f6;
  margin: 10px 10px;
  clear: both;
}
#search div.blk_terms:after {
  content: "";
  clear: both;
  display: block;
}
#search p.terms {
  color: #999;
  display: inline-block;
  float: left;
  margin-right: 2.5em;
}
#search p.terms span {
  color: #111;
  margin-left: 0.25em;
}
#search div.msg {
  border: 2px dotted #F9F9F9;
  border-radius: 10px;
  padding: 20px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 1em;
}
#glossary div.msg {
  border-radius: 10px;
  padding: 20px 0;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 1em;
}
#search div.msg a, #glossary div.msg a {
  color: #003366;
  -webkit-tap-highlight-color: #003366;
  text-decoration: underline;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cnt .blk_favorite {
  margin-top: 2em;
  position: relative;
}
.blk_favorite > a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/images/icon/favorite.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#cuisine #detail_02 .blk_favorite > a, #cuisine #detail_03 .blk_favorite > a, #cuisine #detail_04 .blk_favorite > a {
  float: right;
}
#contents .blk_favorite > a.favorite-on {
  background: url(/images/icon/favorite-on.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
div.blk_favorite a {
  position: relative;
}
.tooltip {
  font-size: 11px;
  visibility: hidden;
  text-align: center;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 500ms;
  width: 300px;
  bottom: 160%;
  left: 20%;
  margin-left: -60px;
}
.tooltip > .text {
  position: relative;
  background: #FFF;
  padding: 10px;
  border: 1px solid #6F6C7D;
}
.tooltip > .text:after, .tooltip > .text:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tooltip > .text:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFF;
  border-width: 10px;
  margin-left: -90px;
  margin-top: -1px;
}
.tooltip > .text:before {
  border-color: rgba(111, 108, 125, 0);
  border-top-color: #a4a1b1;
  border-width: 11px;
  margin-left: -91px;
}
div.blk_favorite a:hover > .tooltip {
  visibility: visible;
  opacity: 1;
}