@charset "UTF-8";
/*=================================================================
 common ///////////////////////////////////////////////////////////
=================================================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
}

#wrap {
  display: none;
}

#loader-bg {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0px;
}
#loader-bg.spring {
  background-color: #000000;
}
#loader-bg.spring #loader {
  background-image: url(../img/home/loading_spring.gif);
  background-repeat: no-repeat;
}
#loader-bg.summer {
  background-color: #000000;
}
#loader-bg.summer #loader {
  background-image: url(../img/home/loading_summer.gif);
  background-repeat: no-repeat;
}
#loader-bg.autumn {
  background-color: #000000;
}
#loader-bg.autumn #loader {
  background-image: url(../img/home/loading_autumn.gif);
  background-repeat: no-repeat;
}
#loader-bg.winter {
  background-color: #000000;
}
#loader-bg.winter #loader {
  background-image: url(../img/home/loading_winter.gif);
  background-repeat: no-repeat;
}

#loader {
  display: none;
  width: 200px;
  height: 200px;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  z-index: 1001;
  background-size: 100px 100px;
  position: fixed;
  top: 50%;
  left: 50%;
}

br.pc {
  display: none;
}

.sp {
  display: block;
}

/*=================================================================
 header ///////////////////////////////////////////////////////////
=================================================================*/
header {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #000000;
  position: fixed;
  top: 0;
  z-index: 102;
}
header .logo_box {
  position: relative;
  z-index: 100;
  background: #000;
  width: 100%;
  height: 60px;
}
header .logo_box .logo {
  position: absolute;
  top: 7px;
  left: 10px;
  line-height: 0;
}
header .logo_box .logo img {
  width: auto;
  height: 44px;
}
header .logo_box .sp_btn {
  display: block;
  position: absolute;
  top: 20px;
  right: 16px;
}
header .logo_box .sp_btn img {
  width: auto;
  height: 16px;
}
header .nav_btn {
  display: none;
  visibility: hidden;
}
header .dropdown {
  display: none;
  -webkit-overflow-scrolling: touch;
  z-index: 98;
}
header nav {
  width: 100%;
  position: relative;
  overflow-y: scroll;
  z-index: 1000;
}
header nav ul {
  padding: 0 0 0 0;
  background-color: #000;
  /* .foreigin */
}
header nav ul li {
  border-top: 1px solid #333333;
}
header nav ul li a {
  display: block;
  width: 100%;
  padding: 14px 14px;
  color: #ffffff;
  background-color: #000000;
}
header nav ul li.foreigin {
  width: 100%;
  height: 56px;
  text-align: center;
  background-color: #000000;
}
header nav ul li.foreigin p {
  display: none;
}
header nav ul li.foreigin ul {
  display: table;
  width: 100%;
  margin: 0 auto 0;
  border-bottom: 1px solid #333;
}
header nav ul li.foreigin ul li {
  display: table-cell;
  width: 30%;
  height: 48px;
  background-color: #000000;
  border-top: none;
  border-right: 1px solid #333;
}
header nav ul li.foreigin ul li a {
  height: auto;
  color: #fff;
}
header nav ul li.foreigin ul li:last-child {
  border-right: none;
}
header nav ul li.foreigin .lang.en {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
header nav ul li.fb {
  border-top: none;
}
header .pc_nav {
  display: none;
}

#overlay {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  overflow: hidden;
  background-color: #000;
}

/*=================================================================
 footer ///////////////////////////////////////////////////////////
=================================================================*/
footer {
  width: 100%;
  height: 50px;
  background-color: #000000;
  position: relative;
  z-index: 100;
}
footer .unit {
  position: relative;
}
footer .unit ul {
  position: relative;
}
footer .unit ul li {
  float: left;
  width: 50%;
  height: 50px;
  background-color: #000000;
}
footer .unit ul li a {
  display: block;
  height: 50px;
  padding: 18px 0 18px 0;
  color: #ffffff;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
footer .unit ul li:last-child {
  border-left: 1px solid #474747;
}
footer .unit ul li:last-child a {
  width: auto;
  height: 50px;
  padding: 18px 0 18px 0;
}
footer .unit ul li:nth-child(2) {
  border-bottom: 1px solid #474747;
}
footer .unit ul li:nth-child(3) {
  border-left: 1px solid #474747;
  border-bottom: 1px solid #474747;
}
footer .unit ul .hover_bg {
  display: none;
}
footer p {
  display: block;
  float: none;
  height: 40px;
  padding: 10px 0 0 0;
  color: #ffffff;
  border-top: 1px solid #474747;
  background-color: #000000;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

/*=================================================================
 home /////////////////////////////////////////////////////////////
=================================================================*/
#home #wrap {
  display: none;
  width: 100%;
}
#home #wrap #videoArea {
  overflow: hidden;
}
#home #wrap #videoArea span {
  display: none;
}
#home #wrap #videoArea .videoWrap .logo, #home #wrap #videoArea .videoWrap .icon {
  text-align: center;
  z-index: 5;
}
#home #wrap #videoArea .videoWrap .logo {
  width: 136px;
  height: 114px;
  margin-top: -57px;
  margin-left: -68px;
  position: fixed;
  top: 50%;
  left: 50%;
}
#home #wrap #videoArea .videoWrap .logo img {
  width: 136px;
  height: 114px;
}
#home #wrap #videoArea .videoWrap .icon {
  display: none;
  margin-left: -16px;
  width: 32px;
  height: 52px;
  background: url(../img/home/icon-frame.png);
  position: absolute;
  bottom: 10%;
  left: 50%;
}
#home #wrap .bg.photo01 {
  display: none;
}
#home #wrap .mainContents {
  position: relative;
  z-index: 99;
}
#home #wrap .mainContents .section-01 .unit {
  width: 100%;
}
#home #wrap .mainContents .section-01 .unit li {
  width: 100%;
  height: 320px;
  display: block;
  position: static;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#home #wrap .mainContents .section-01 .unit li .en, #home #wrap .mainContents .section-01 .unit li h2, #home #wrap .mainContents .section-01 .unit li .text {
  color: #ffffff;
  text-shadow: 0 0 5px #000;
}
#home #wrap .mainContents .section-01 .unit li .en {
  display: block;
  padding: 30px 0 0 0;
  margin: 0 auto 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
#home #wrap .mainContents .section-01 .unit li h2 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.2;
  padding: 0 0 32px 0;
  margin: 0 auto 24px;
  background-image: url(../img/shared/tips-sakura_white.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#home #wrap .mainContents .section-01 .unit li .text {
  margin: 0 auto 24px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}
#home #wrap .mainContents .section-01 .unit li a {
  display: block;
  width: 100%;
}
#home #wrap .mainContents .section-01 .unit li a .en, #home #wrap .mainContents .section-01 .unit li a h2, #home #wrap .mainContents .section-01 .unit li a .text {
  color: #ffffff;
  text-align: center;
}
#home #wrap .mainContents .section-01 .unit li a h2 {
  background-image: url(../img/shared/tips-sakura_white.png);
  background-size: auto 20px;
}
#home #wrap .mainContents .section-01 .unit li.img {
  display: none;
}
#home #wrap .mainContents .section-01 .unit .link_area {
  display: block;
  width: 250px;
  height: 56px;
  padding: 21px 0 0 0;
  margin: 0 auto 10px;
  color: #333333;
  text-align: center;
  line-height: 1;
  background-color: #ffffff;
}
#home #wrap .mainContents .section-01 .story li {
  background-image: url(../img/home/story-photo.jpg);
}
#home #wrap .mainContents .section-01 .menu li {
  background-image: url(../img/home/menu-photo.jpg);
}
#home #wrap .mainContents .section-02 {
  background: #F1F1EF;
}
#home #wrap .mainContents .section-02 .secHeader {
  text-align: center;
  background-image: url(../img/home/info-bg.jpg);
  background-size: cover;
}
#home #wrap .mainContents .section-02 .secHeader .box {
  text-align: center;
}
#home #wrap .mainContents .section-02 .secHeader .box .en, #home #wrap .mainContents .section-02 .secHeader .box h2, #home #wrap .mainContents .section-02 .secHeader .box .text {
  color: #ffffff;
}
#home #wrap .mainContents .section-02 .secHeader .box .en {
  display: block;
  padding: 30px 0 0 0;
  margin: 0 auto 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
#home #wrap .mainContents .section-02 .secHeader .box h2 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.2;
  padding: 0px 0px 32px;
  margin: 0px auto 24px;
  background-image: url(../img/shared/tips-sakura_white.png);
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#home #wrap .mainContents .section-02 .secHeader .box .text {
  padding: 0px 0px 90px;
  margin: 0 auto 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}
#home #wrap .mainContents .section-02 .tabs {
  width: 100%;
  margin: -50px auto 0;
}
#home #wrap .mainContents .section-02 .tabs li {
  float: left;
  width: 50%;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
#home #wrap .mainContents .section-02 .tabs li a {
  display: block;
  height: 50px;
  padding: 18px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
}
#home #wrap .mainContents .section-02 .tabs li:nth-child(2) {
  border-left: 1px solid #F1F1EF;
}
#home #wrap .mainContents .section-02 .tabs li.active {
  background-color: #F1F1EF;
}
#home #wrap .mainContents .section-02 .tabs li.active a {
  color: #333333;
}
#home #wrap .mainContents .section-02 .tab_content {
  width: 100%;
  margin: 0 auto 0;
  background: #F1F1EF;
}
#home #wrap .mainContents .section-02 .tab_content .sp_title {
  display: none;
}
#home #wrap .mainContents .section-02 .tab_content ul {
  width: 93.2%;
  margin: 16px auto 16px;
}
#home #wrap .mainContents .section-02 .tab_content ul li {
  width: 100%;
  margin: 0 2% 2% 0;
  background-color: #FFFFFF;
  border: 1px solid #EBEBE9;
  position: relative;
}
#home #wrap .mainContents .section-02 .tab_content ul li .flag {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0 10px 0 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#home #wrap .mainContents .section-02 .tab_content ul li .flag img {
  width: 100%;
  height: auto;
}
#home #wrap .mainContents .section-02 .tab_content ul li .setBox1,
#home #wrap .mainContents .section-02 .tab_content ul li .categoryBox {
  width: 100%;
}
#home #wrap .mainContents .section-02 .tab_content ul li .category_name {
  display: block;
  padding: 10px 0 10px 10px;
  margin: 0 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #333333;
  width: 60%;
}
#home #wrap .mainContents .section-02 .tab_content ul li a {
  display: block;
}
#home #wrap .mainContents .section-02 .tab_content ul li a .photo {
  float: left;
  width: 40%;
  height: 80px;
  overflow: hidden;
  line-height: 0;
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#home #wrap .mainContents .section-02 .tab_content ul li a .photo img {
  display: none;
  width: 100%;
  height: auto;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
#home #wrap .mainContents .section-02 .tab_content ul li a .photo span {
  display: table;
  width: 100%;
  height: 78px;
  background-size: cover;
  background-position: center center;
}
#home #wrap .mainContents .section-02 .tab_content ul li a .photo span.none {
  background-image: url("../../santouka/img/shared/blank-top.jpg");
}
#home #wrap .mainContents .section-02 .tab_content ul li a .box {
  float: left;
  width: 60%;
}
#home #wrap .mainContents .section-02 .tab_content ul li a .box .time, #home #wrap .mainContents .section-02 .tab_content ul li a .box h3, #home #wrap .mainContents .section-02 .tab_content ul li a .box .text {
  color: #333333;
}
#home #wrap .mainContents .section-02 .tab_content ul li a .box .time {
  padding: 8px 8px 0;
  margin: 0 auto 0;
  color: #9B9B9B;
  font-size: 13px;
  font-size: 1.3rem;
}
#home #wrap .mainContents .section-02 .tab_content ul li a .box h3 {
  padding: 4px 8px 8px;
  margin: 0 auto 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: underline;
}
#home #wrap .mainContents .section-02 .tab_content ul li a .box .text {
  display: none;
}
#home #wrap .mainContents .section-02 .tab_content ul li:nth-child(3n) {
  margin: 0;
}
#home #wrap .mainContents .section-02 .tab_content ul li:nth-child(4), #home #wrap .mainContents .section-02 .tab_content ul li:nth-child(5), #home #wrap .mainContents .section-02 .tab_content ul li:nth-child(6) {
  display: none;
}
#home #wrap .mainContents .section-02 .tab_content ul li.important {
  padding-bottom: 0;
  background-color: #fff2f2;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#home #wrap .mainContents .section-02 .tab_content ul li.important .sub-ttl {
  display: block;
  width: 100%;
  height: 22px;
  padding: 6px 10px;
  margin: 0 auto 2px;
  color: #fff;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: bold;
  background-color: #f00;
}
#home #wrap .mainContents .section-02 .tab_content ul li.important a h3 {
  color: #f00;
  font-weight: bold;
}
#home #wrap .mainContents .section-03 ul {
  display: table;
  width: 100%;
  margin: 0 auto 0;
}
#home #wrap .mainContents .section-03 ul li {
  display: table-cell;
  width: 50%;
  text-align: center;
  overflow: hidden;
}
#home #wrap .mainContents .section-03 ul li a {
  display: block;
  position: relative;
}
#home #wrap .mainContents .section-03 ul li a .photo {
  position: absolute;
  width: 100%;
}
#home #wrap .mainContents .section-03 ul li a .photo img {
  width: auto;
  height: 100%;
}
#home #wrap .mainContents .section-03 ul li a .en,
#home #wrap .mainContents .section-03 ul li a h2,
#home #wrap .mainContents .section-03 ul li a .text,
#home #wrap .mainContents .section-03 ul li a .link_area {
  position: relative;
  color: #ffffff;
}
#home #wrap .mainContents .section-03 ul li a .en {
  display: block;
  padding: 30px 0px 0px;
  margin: 0px auto 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
#home #wrap .mainContents .section-03 ul li a h2 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.2;
  padding: 0px 0px 32px;
  margin: 0px auto 24px;
  background-image: url(../img/shared/tips-sakura_white.png);
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#home #wrap .mainContents .section-03 ul li a .text {
  margin: 0px auto 24px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}
#home #wrap .mainContents .section-03 ul li a .link_area {
  display: block;
  width: 120px;
  height: 40px;
  padding: 14px 0 0 0;
  margin: 0 auto 50px;
  color: #000000;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  background-color: #F1F1EF;
  font-weight: bold;
}

#tubular-container {
  display: none;
}

#videoArea {
  background-image: url(../img/home/video_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

#visual_area span,
img.turn {
  display: none;
}

#home #wrap .mainContents .section-01 {
  background-image: url(../img/home/bg-summer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

/*=================================================================
 contents common //////////////////////////////////////////////////
=================================================================*/
#wrap {
  padding-top: 60px;
  background-color: #F1F1EF;
}
#wrap .topic_path_area {
  display: none;
}
#wrap #visual_area {
  width: 100%;
  height: 230px;
  padding: 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#wrap #visual_area .en, #wrap #visual_area h2, #wrap #visual_area .text {
  color: #ffffff;
}
#wrap #visual_area .en {
  display: block;
  padding: 10px 0 0 0;
  margin: 0 auto 6px;
  font-size: 13px;
  font-size: 1.3rem;
}
#wrap #visual_area h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 0 0 32px 0;
  margin: 0 auto 16px;
  background-image: url(../img/shared/tips-sakura_white.png);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#wrap #visual_area .text {
  padding: 0 8px;
  margin: 0 auto 42px;
  line-height: 1.2;
}

#tab .tab_nav {
  display: table;
}
#tab .tab_nav li {
  display: table-cell;
  cursor: pointer;
}
#tab .tab_nav li a {
  display: block;
  width: 100%;
}
#tab .tab_nav li.ui-state-active {
  cursor: default;
}
#tab .tab_nav li.ui-state-active .ui-tabs-anchor {
  cursor: default;
}

#visual_area span {
  display: none;
}
#visual_area .box {
  padding: 20px 0px 0px;
  text-align: center;
}

.contents {
  width: 100%;
  margin: 32px auto 0;
}

#wrap .footer-contents ul {
  width: 100%;
  margin: 0 auto 0;
}
#wrap .footer-contents ul li {
  width: 100%;
  height: 100px;
  text-align: center;
  border-bottom: 1px solid #474747;
  overflow: hidden;
}
#wrap .footer-contents ul li a {
  display: block;
  position: relative;
}
#wrap .footer-contents ul li a .photo {
  width: 100%;
  position: absolute;
}
#wrap .footer-contents ul li a .photo img {
  width: 100%;
  height: auto;
  -webkit-filter: brightness(0.6);
  -moz-filter: brightness(0.6);
  -ms-filter: brightness(0.6);
  -o-filter: brightness(0.6);
  filter: brightness(0.6);
}
#wrap .footer-contents ul li a .en,
#wrap .footer-contents ul li a h2 {
  position: relative;
  color: #ffffff;
}
#wrap .footer-contents ul li a .en {
  padding: 26px 0px 0px;
  margin: 0 auto 0px;
  font-size: 13px;
  font-size: 1.3rem;
}
#wrap .footer-contents ul li a h2 {
  margin: 0 auto 0;
  font-size: 24px;
  font-size: 2.4rem;
  background-image: none;
}

#contact #wrap .footer-contents,
#info #wrap .footer-contents li.info,
#menu #wrap .footer-contents li.menu,
#shop #wrap .footer-contents li.shop,
#shop-indi #wrap .footer-contents li.shop,
#story #wrap .footer-contents li.story {
  display: none;
}

/*=================================================================
 contact &  policy & sitemap //////////////////////////////////////
=================================================================*/
#contact .container,
#policy .container,
#sitemap .container {
  margin: 0 auto 32px;
}
#contact .container .title_area,
#policy .container .title_area,
#sitemap .container .title_area {
  text-align: center;
}
#contact .container .title_area p,
#policy .container .title_area p,
#sitemap .container .title_area p {
  display: block;
  padding: 10px 0px 0px;
  margin: 0px auto 8px;
  font-size: 13px;
  font-size: 1.3rem;
}
#contact .container .title_area h2,
#policy .container .title_area h2,
#sitemap .container .title_area h2 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.2;
  padding: 0px 0px 32px;
  margin: 0px auto 16px;
}
#contact .container .unit,
#policy .container .unit,
#sitemap .container .unit {
  width: 100%;
  padding: 16px 16px 24px;
  margin: 0 auto 0;
  background-color: #ffffff;
}
#contact .container .unit .lead_area,
#policy .container .unit .lead_area,
#sitemap .container .unit .lead_area {
  padding: 0 0 16px 0;
  margin: 32px auto 24px;
  border-bottom: 1px solid #DBDBDB;
}
#contact .container .unit .lead_area h3,
#policy .container .unit .lead_area h3,
#sitemap .container .unit .lead_area h3 {
  margin: 0px auto 16px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
#contact .container .unit .lead_area p,
#policy .container .unit .lead_area p,
#sitemap .container .unit .lead_area p {
  margin: 0px auto 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}
#contact .container .unit .condition,
#policy .container .unit .condition,
#sitemap .container .unit .condition {
  margin: 0 auto 48px;
}
#contact .container .unit .condition li,
#policy .container .unit .condition li,
#sitemap .container .unit .condition li {
  width: 100%;
  height: 50px;
  margin: 0 auto 0;
  background-repeat: no-repeat;
}
#contact .container .unit .condition li:nth-child(1),
#policy .container .unit .condition li:nth-child(1),
#sitemap .container .unit .condition li:nth-child(1) {
  background-color: #000000;
}
#contact .container .unit .condition li:nth-child(1) span,
#policy .container .unit .condition li:nth-child(1) span,
#sitemap .container .unit .condition li:nth-child(1) span {
  padding: 13px 0 0 72px;
  background-image: url(../img/contact/number-active-01.png);
  background-position: 36px center;
}
#contact .container .unit .condition li:nth-child(2), #contact .container .unit .condition li:nth-child(3),
#policy .container .unit .condition li:nth-child(2),
#policy .container .unit .condition li:nth-child(3),
#sitemap .container .unit .condition li:nth-child(2),
#sitemap .container .unit .condition li:nth-child(3) {
  background-color: #CECECE;
}
#contact .container .unit .condition li:nth-child(2) span, #contact .container .unit .condition li:nth-child(3) span,
#policy .container .unit .condition li:nth-child(2) span,
#policy .container .unit .condition li:nth-child(3) span,
#sitemap .container .unit .condition li:nth-child(2) span,
#sitemap .container .unit .condition li:nth-child(3) span {
  padding: 13px 0 0 72px;
  background-position: 36px center;
}
#contact .container .unit .condition li:nth-child(2) span,
#policy .container .unit .condition li:nth-child(2) span,
#sitemap .container .unit .condition li:nth-child(2) span {
  background-image: url(../img/contact/number-02.png);
}
#contact .container .unit .condition li:nth-child(3) span,
#policy .container .unit .condition li:nth-child(3) span,
#sitemap .container .unit .condition li:nth-child(3) span {
  background-image: url(../img/contact/number-03.png);
}
#contact .container .unit .condition li span,
#policy .container .unit .condition li span,
#sitemap .container .unit .condition li span {
  display: block;
  width: 100%;
  height: 50px;
  color: #ffffff;
  background-repeat: no-repeat;
}

#contact .form_area {
  width: 100%;
  margin: 0 auto 24px;
  border: 1px solid #BABABA;
}
#contact .form_area dt,
#contact .form_area dd {
  background-image: url(../img/contact/border.png);
  background-repeat: repeat-x;
  background-position: 0 100%;
}
#contact .form_area dt span,
#contact .form_area dd span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #FE2000;
}
#contact .form_area dt {
  width: 100%;
  padding: 16px 16px 16px;
  background-color: #F1F1EF;
}
#contact .form_area dd {
  padding: 16px 16px;
  font-size: 13px;
  font-size: 1.3rem;
}
#contact .form_area dd textarea {
  width: 100%;
  min-height: 280px;
  height: 100%;
  padding: 8px 6px;
  font-size: 15px;
  font-size: 1.5rem;
  resize: vertical;
}
#contact .form_area dd input {
  width: 100%;
  height: 32px;
  padding: 0 6px;
  margin: 0 auto 2px;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  top: -8px;
}
#contact .form_area dd .form_area_box {
  margin: 0 auto 0;
  border: none;
}
#contact .form_area dd .form_area_box dl dt {
  width: 100%;
  padding: 8px 8px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ffffff;
  background-image: none;
}
#contact .form_area dd .form_area_box dl dd {
  padding: 8px 8px;
  background-image: none;
}
#contact .form_area dd .form_area_box dl .middle {
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #F1F1EF;
}
#contact .form_area dd .form_area_box dl .middle span.hyphen {
  color: #333;
  position: relative;
  top: -9px;
}
#contact .form_area dd .form_area_box dl .middle .post-number {
  width: 40%;
}
#contact .form_area dd .form_area_box dl .middle .post-number:last-child {
  width: 50%;
}
#contact .container .contents ul.aside {
  margin: 0 auto 24px;
}
#contact .container .contents ul.aside li {
  margin: 0 0 4px 1em;
  font-size: 15px;
  font-size: 1.5rem;
  text-indent: -1em;
  line-height: 1.4;
}
#contact .container .contents .link {
  text-align: center;
}
#contact .container .contents .link a.submit,
#contact .container .contents .link input {
  width: 200px;
  height: 58px;
  color: #ffffff;
  background-color: #000000;
  border: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#contact .container .contents .link a.submit {
  display: block;
  padding: 17px 0 0 0;
  margin: 56px auto 0px;
  text-indent: 0;
}
#contact .container .contents .link a.submit:hover {
  background-color: #999999;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#contact .container .contents .link input:hover {
  background-color: #999999;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#contact .container .contents .link a.submit, #contact .container .contents .link input.submit {
  font-size: 16px;
  font-size: 1.6rem;
  text-indent: 0.7em;
}
#contact.preview .container .contents .unit .condition li:nth-child(2) {
  background-color: #000000;
}
#contact.preview .container .contents .unit .condition li:nth-child(2) span {
  background-image: url(../img/contact/number-active-02.png);
}
#contact.submit .container .contents .unit .condition li:nth-child(2) {
  background-color: #000000;
}
#contact.submit .container .contents .unit .condition li:nth-child(2) span {
  background-image: url(../img/contact/number-active-02.png);
}
#contact.submit .container .contents .unit .condition li:nth-child(3) {
  background-color: #000000;
}
#contact.submit .container .contents .unit .condition li:nth-child(3) span {
  background-image: url(../img/contact/number-active-03.png);
}
#contact.submit .container .contents .unit .lead_area {
  margin: 0 auto 0;
  border-bottom: none;
}

#policy .container .contents .unit dl {
  margin: 0 auto 32px;
}
#policy .container .contents .unit dl dt {
  margin: 0 0 8px 26px;
  text-indent: -26px;
  font-size: 18px;
  font-size: 1.8rem;
}
#policy .container .contents .unit dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
#policy .container .contents .unit dl:last-child {
  margin: 0 auto 0;
}

#sitemap .container .contents .unit {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto 32px;
  background-color: inherit;
}
#sitemap .container .contents .unit li dl {
  width: 100%;
  padding: 24px 0 0 0;
  margin: 0 0 24px 0;
}
#sitemap .container .contents .unit li dl dt {
  padding: 0 0 8px 0;
  margin: 0 0 11px 0;
  border-bottom: 1px solid #D3D3D3;
  font-size: 24px;
  font-size: 2.4rem;
}
#sitemap .container .contents .unit li dl dt a {
  display: block;
}
#sitemap .container .contents .unit li dl dd {
  margin: 0 auto 16px;
}
#sitemap .container .contents .unit li dl dd a {
  display: block;
  color: #545454;
}
#sitemap .container .contents .unit li dl dd .blank {
  width: 100%;
  background-image: url(../img/shared/icon/blank.png);
  background-repeat: no-repeat;
  background-position: 100% center;
}
#sitemap .container .contents .unit li dl.shop {
  width: 100%;
}
#sitemap .container .contents .unit li dl.shop dl {
  width: 100%;
  padding: 0 0 0 0;
}
#sitemap .container .contents .unit li dl.shop dl dt {
  padding: 0 0 0 0;
  margin: 0 auto 16px;
  border-bottom: none;
  font-size: 16px;
  font-size: 1.6rem;
}
#sitemap .container .contents .unit li dl.shop dl dd {
  text-indent: 1em;
}
#sitemap .container .contents .unit li dl.first {
  padding: 0 0 0 0;
}
#sitemap .container .contents .unit li dl:last-child {
  margin: 0 0 0 0;
}

/*=================================================================
 info /////////////////////////////////////////////////////////////
=================================================================*/
#info #wrap #visual_area {
  height: auto;
  background-image: url(../img/shop/mv.jpg);
}
#info #wrap #visual_area .tabs {
  display: table;
  width: 100%;
  margin: 0 auto 0;
}
#info #wrap #visual_area .tabs li {
  width: 50%;
  height: 50px;
  padding: 0 0 0 0;
  color: #ffffff;
  display: table-cell;
  text-align: center;
}
#info #wrap #visual_area .tabs li a {
  display: block;
  height: 50px;
  padding: 18px 0 0 0;
  color: #ffffff;
}
#info #wrap #visual_area .tabs li:nth-child(2) {
  border-left: 1px solid #F1F1EF;
}
#info #wrap #visual_area .tabs li.active {
  background-color: #F1F1EF;
}
#info #wrap #visual_area .tabs li.active a {
  color: #333333;
}
#info #wrap .contents h3,
#info #wrap .contents .lead {
  text-align: center;
}
#info #wrap .contents h3 {
  margin: 0px auto 16px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
#info #wrap .contents .lead {
  margin: 0px auto 24px;
  line-height: 1.8;
}
#info #wrap .contents #tab_area .tab_container .tab_content {
  width: 100%;
  margin: 0 auto 0;
  background: #F1F1EF;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul {
  width: 100%;
  padding: 0 16px;
  margin: 0px auto 32px;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li {
  width: 100%;
  margin: 0px auto 16px;
  padding: 8px;
  background-color: #FFFFFF;
  border: 1px solid #EBEBE9;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li a {
  display: block;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li a .photo {
  width: 100%;
  height: auto;
  margin: 0px auto;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li a .photo img {
  width: 100%;
  height: auto;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li a .time,
#info #wrap .contents #tab_area .tab_container .tab_content ul li a h4,
#info #wrap .contents #tab_area .tab_container .tab_content ul li a .text {
  color: #333333;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li a .time {
  padding: 16px 0px 0px;
  margin: 0px auto 8px;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li a h4 {
  margin: 0px auto 8px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
  text-decoration: underline;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li a .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li a .categoryBox .flag {
  float: left;
  width: 48px;
  margin-right: 10px;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li a .categoryBox .flag img {
  width: 100%;
  height: auto;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li a .categoryBox .category_name {
  padding: 8px 0 0;
  color: #333333;
  font-size: 13px;
  font-size: 1.3rem;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li.important {
  padding-bottom: 0;
  background-color: #fff2f2;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li.important .sub-ttl {
  display: block;
  width: 100%;
  height: 22px;
  padding: 6px 10px;
  margin: 0 auto 2px;
  color: #fff;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: bold;
  background-color: #f00;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li.important a h4 {
  color: #f00;
  font-weight: bold;
}
#info.detail #wrap #visual_area .text {
  margin: 0 auto 0;
}
#info.detail #wrap #visual_area .box {
  padding: 20px 0px 20px;
}
#info.detail #wrap .contents {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto 0;
  background-color: #F1F1EF;
}
#info.detail #wrap .contents .title {
  padding: 24px 0 16px;
  margin: 0 auto 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.4;
}
#info.detail #wrap .contents article {
  width: 100%;
  padding: 0 0 60px;
}
#info.detail #wrap .contents article .time {
  margin: 0 auto 8px;
  font-size: 15px;
  font-size: 1.5rem;
}
#info.detail #wrap .contents article .thumb {
  margin: 0 auto 38px;
}
#info.detail #wrap .contents article .thumb img {
  width: 100%;
}
#info.detail #wrap .contents article .bold {
  margin: 0 auto 24px;
}
#info.detail #wrap .contents article .bold strong {
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: bold;
}
#info.detail #wrap .contents article .unit .photo {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#info.detail #wrap .contents article .unit p {
  margin: 0 auto 24px;
  line-height: 1.6;
}
#info.detail #wrap .contents article .unit p.done {
  text-align: center;
}
#info.detail #wrap .contents article .unit img {
  width: 100%;
}
#info.detail #wrap .contents article .unit .photo {
  line-height: 0;
}
#info.detail #wrap .contents article .unit .photo img {
  float: left;
  width: 100%;
  height: auto;
  margin: 0 40px 0 0;
}
#info.detail #wrap .contents article .unit .photo img:nth-child(2n) {
  margin: 0 0 0 0;
}
#info.detail #wrap .contents article .unit p:last-child {
  margin: 0 auto 0;
}
#info.detail.jp #en.tab_content,
#info.detail.jp #zh.tab_content {
  display: none;
}
#info.detail.en #jp.tab_content,
#info.detail.en #zh.tab_content {
  display: none;
}
#info.detail.zh #jp.tab_content,
#info.detail.zh #en.tab_content {
  display: none;
}

/*=================================================================
 shop /////////////////////////////////////////////////////////////
=================================================================*/
#shop #wrap #visual_area {
  height: 248px;
  background-image: url(../img/shop/mv.jpg);
  position: relative;
}
#shop #wrap #visual_area ul {
  display: table;
  width: 100%;
  margin: 0 auto 0;
  position: absolute;
  bottom: 0;
}
#shop #wrap #visual_area ul li {
  width: 50%;
  display: table-cell;
  text-align: center;
}
#shop #wrap #visual_area ul li a {
  display: block;
  width: 100%;
  height: 50px;
  padding: 14px 0 0 0;
  color: #ffffff;
}
#shop #wrap #visual_area ul li.active {
  width: 174px;
  height: 50px;
  padding: 14px 0 0 0;
  background-color: #ffffff;
}
#shop #wrap .contents h3,
#shop #wrap .contents .lead {
  text-align: center;
}
#shop #wrap .contents h3 {
  margin: 0px auto 16px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
#shop #wrap .contents .lead {
  margin: 0px auto 24px;
  line-height: 1.8;
}
#shop #wrap .contents #map-wrap {
  display: none;
}
#shop #wrap .contents #tab-menu {
  width: 100%;
  margin: 0 auto 4px;
  border-top: 1px solid #CFCFCF;
}
#shop #wrap .contents #tab-menu li {
  float: left;
  width: 50%;
  height: 50px;
  padding: 17px 0 0 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-right: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
}
#shop #wrap .contents #tab-menu li a {
  display: block;
  width: 100%;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
}
#shop #wrap .contents #tab-menu li:nth-child(2n) {
  border-right: none;
}
#shop #wrap .contents #tab-menu li.active {
  background: #000000;
  color: #ffffff;
  cursor: default;
}
#shop #wrap .contents #tab-menu li.active a {
  border: none;
  color: #ffffff;
}
#shop #wrap .contents .shop_list {
  padding: 0 16px 0;
}
#shop #wrap .contents .shop_list .unit-box {
  padding: 30px 0;
}
#shop #wrap .contents .shop_list .unit-box .unit {
  width: 100%;
  margin: 0 auto 16px;
  background-color: #ffffff;
  border: 1px solid #EBEBE9;
}
#shop #wrap .contents .shop_list .unit-box .unit .photo {
  width: 100%;
  line-height: 0;
  border-bottom: 1px solid #EBEBE9;
}
#shop #wrap .contents .shop_list .unit-box .unit .photo img {
  width: 100%;
  height: auto;
}
#shop #wrap .contents .shop_list .unit-box .unit .box {
  width: 100%;
  padding: 0 16px 16px;
}
#shop #wrap .contents .shop_list .unit-box .unit .box .flag {
  padding: 16px 0px 0px;
  margin: 0px auto 4px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #333333;
}
#shop #wrap .contents .shop_list .unit-box .unit .box .flag img {
  width: 22px;
}
#shop #wrap .contents .shop_list .unit-box .unit .box .flag span {
  position: relative;
  top: -5px;
}
#shop #wrap .contents .shop_list .unit-box .unit .box h4 {
  margin: 0 auto 8px;
  color: #343434;
  font-size: 24px;
  font-size: 2.4rem;
}
#shop #wrap .contents .shop_list .unit-box .unit .box .detail_list {
  margin: 0 auto 16px;
}
#shop #wrap .contents .shop_list .unit-box .unit .box .detail_list p {
  padding: 0 0 0 0;
  margin: 0 auto 4px;
  color: #333333;
  font-size: 13px;
  font-size: 1.3rem;
}
#shop #wrap .contents .shop_list .unit-box .unit .box .address p {
  padding: 0 0 0 0;
  margin: 0 auto 4px;
  color: #333333;
  font-size: 13px;
  font-size: 1.3rem;
}
#shop #wrap .contents .shop_list .unit-box .unit:last-child {
  margin-bottom: 0;
}
#shop #wrap .contents .ttl {
  width: 100%;
  height: 28px;
  margin: 0 auto 16px;
  font-size: 20px;
  font-size: 2.0rem;
  position: relative;
  z-index: 2;
}
#shop #wrap .contents .ttl:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid  #ccc;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
}
#shop #wrap .contents .ttl span {
  padding: 0 10px 0 30px;
  background-color: #F1F1EF;
  background-image: url(../img/shared/icon/icon-jpn.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
  left: 0;
  z-index: 2;
}
#shop #wrap .contents .area-ttl {
  margin: 0 auto 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}
#shop #wrap .contents .area-ttl a {
  color: #000;
}
#shop #wrap .contents .area-ttl-s {
  padding: 0 10px 14px;
}
#shop #wrap .contents .area-ttl-s:after {
  top: 15px;
}

#shop.foreigin #wrap .contents .ttl.area01 span {
  background-image: url(../img/shared/icon/icon-usa.png);
}
#shop.foreigin #wrap .contents .ttl.area02 span {
  background-image: url(../img/shared/icon/icon-can.png);
}
#shop.foreigin #wrap .contents .ttl.area03 span {
  background-image: url(../img/shared/icon/icon-hkg.png);
}
#shop.foreigin #wrap .contents .ttl.area04 span {
  background-image: url(../img/shared/icon/icon-twn.png);
}
#shop.foreigin #wrap .contents .ttl.area05 span {
  background-image: url(../img/shared/icon/icon-sgp.png);
}
#shop.foreigin #wrap .contents .ttl.area06 span {
  background-image: url(../img/shared/icon/icon-mys.png);
}
#shop.foreigin #wrap .contents .ttl.area07 span {
  background-image: url(../img/shared/icon/icon-phl.png);
}
#shop.foreigin #wrap .contents .ttl.area08 span {
  background-image: url(../img/shared/icon/icon-tha.png);
}
#shop.foreigin #wrap .contents .ttl.area09 span {
  background-image: url(../img/shared/icon/icon-jpn.png);
}

/*=================================================================
 shop-indi ////////////////////////////////////////////////////////
=================================================================*/
#shop-indi #wrap #visual_area {
  height: auto;
  background-image: url(../img/shop-indi/mv.jpg);
}
#shop-indi #wrap #visual_area h2 {
  margin: 0 auto 24px;
}
#shop-indi #wrap #visual_area ul {
  display: table;
  width: 100%;
  margin: 0px auto;
}
#shop-indi #wrap #visual_area ul li {
  width: 50%;
  height: 50px;
  padding: 0px;
  color: #FFF;
  display: table-cell;
  text-align: center;
}
#shop-indi #wrap #visual_area ul li a {
  display: block;
  height: 50px;
  padding: 18px 0px 0px;
  color: #ffffff;
}
#shop-indi #wrap #visual_area ul li:last-child {
  border-left: 1px solid #ffffff;
}
#shop-indi #wrap .contents {
  width: 100%;
  margin: 0 auto 0;
  border-top: 1px solid #ffffff;
}
#shop-indi #wrap .contents #contents_header {
  width: 100%;
  height: auto;
  margin: 0 auto 16px;
  overflow: hidden;
}
#shop-indi #wrap .contents #contents_header .shop_photo {
  width: 100%;
  height: auto;
  padding: 16px 16px 8px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
#shop-indi #wrap .contents #contents_header .shop_photo span {
  display: block;
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#shop-indi #wrap .contents #contents_header .unit {
  display: none;
}
#shop-indi #wrap .contents .contents_wrap {
  padding: 0 16px;
  margin: 0 auto 32px;
}
#shop-indi #wrap .contents .contents_wrap .side {
  width: 100%;
}
#shop-indi #wrap .contents .contents_wrap .side .shop_detail {
  padding: 8px 16px 16px;
  margin: 0 auto 16px;
  background-color: #ffffff;
}
#shop-indi #wrap .contents .contents_wrap .side .shop_detail h3 {
  margin: 0 auto 16px;
  font-size: 24px;
  font-size: 2.4rem;
}
#shop-indi #wrap .contents .contents_wrap .side .shop_detail h3 span {
  font-size: 14px;
  font-size: 1.4rem;
}
#shop-indi #wrap .contents .contents_wrap .side .shop_detail ul li {
  font-size: 14px;
  font-size: 1.4rem;
}
#shop-indi #wrap .contents .contents_wrap .side .shop_map {
  margin: 0 auto 24px;
  background-color: #ffffff;
}
#shop-indi #wrap .contents .contents_wrap .side .shop_map dl dt {
  padding: 16px 20px 16px 44px;
  font-size: 0.750rem;
  background-image: url(../img/shop-indi/icon-map.png);
  background-repeat: no-repeat;
  background-position: 14px center;
}
#shop-indi #wrap .contents .contents_wrap .side .shop_map dl dd #googlemap {
  width: 100%;
  height: 300px;
}
#shop-indi #wrap .contents .contents_wrap .side .shop_map dl .link {
  padding: 16px 0;
  text-align: center;
}
#shop-indi #wrap .contents .contents_wrap .side .shop_map dl .link a {
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
}
#shop-indi #wrap .contents .contents_wrap .side .shop_aside ul li {
  padding: 16px 16px;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #ffffff;
  border-bottom: 1px solid #F1F1EF;
}
#shop-indi #wrap .contents .contents_wrap .side .shop_aside ul li:last-child {
  border-bottom: none;
}
#shop-indi #wrap .contents .contents_wrap .main {
  width: 100%;
}
#shop-indi #wrap .contents .contents_wrap .main .unit .box {
  margin: 0 auto 16px;
  background-color: #ffffff;
}
#shop-indi #wrap .contents .contents_wrap .main .unit .box .head_box {
  padding: 16px 16px 14px;
  border-bottom: 1px solid #F1F1EF;
}
#shop-indi #wrap .contents .contents_wrap .main .unit .box .head_box .day, #shop-indi #wrap .contents .contents_wrap .main .unit .box .head_box h3 {
  font-size: 13px;
  font-size: 1.3rem;
}
#shop-indi #wrap .contents .contents_wrap .main .unit .box .head_box .day {
  margin: 0 auto 8px;
}
#shop-indi #wrap .contents .contents_wrap .main .unit .box .article {
  padding: 16px 16px;
}
#shop-indi #wrap .contents .contents_wrap .main .unit .box .article p {
  margin: 0 auto 16px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}
#shop-indi #wrap .contents .contents_wrap .main .unit .box .article p.photo {
  width: 100%;
  margin: 0 auto 12px;
  line-height: 0;
}
#shop-indi #wrap .contents .contents_wrap .main .unit .box .article p.photo img {
  width: 100%;
  height: auto;
}
#shop-indi #wrap .contents .contents_wrap .main .unit .box .article p:last-child {
  margin-bottom: 0;
}

/*=================================================================
 story ////////////////////////////////////////////////////////////
=================================================================*/
#story #wrap #visual_area {
  height: 240px;
  background-image: url(../img/story/mv.jpg);
}
#story #wrap #videoArea {
  display: none;
}
#story #wrap .contents .section .unit {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
}
#story #wrap .contents .section .unit h3,
#story #wrap .contents .section .unit p {
  padding: 0 16px 0;
}
#story #wrap .contents .section .unit h3 {
  margin: 0 auto 28px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
#story #wrap .contents .section .unit p {
  width: 100%;
  margin: 0 auto 24px;
  line-height: 1.8;
}
#story #wrap .contents .section .unit p:last-child {
  margin: 0 auto 40px;
}
#story #wrap .contents .section .unit .img {
  padding: 0;
  margin: 20px auto 20px;
  line-height: 0;
}
#story #wrap .contents .section .img img {
  width: 100%;
  height: auto;
}
#story #wrap .contents .section .sec_mv {
  margin: 0 auto 20px;
}
#story #wrap .contents .section .sec_mv img {
  width: 100%;
  height: auto;
}

/*=================================================================
 menu /////////////////////////////////////////////////////////////
=================================================================*/
#menu #wrap #visual_area {
  height: 220px;
  background-image: url(../img/menu/mv.jpg);
}
#menu #wrap #visual_area .tabs {
  display: none;
}
#menu #wrap #videoArea, #menu #wrap .pc_tabs {
  display: none;
}
#menu #wrap .sp_tabs {
  width: 100%;
  border-top: 1px solid #C3C3C3;
}
#menu #wrap .sp_tabs li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #C3C3C3;
}
#menu #wrap .sp_tabs li a {
  height: 46px;
  padding: 12px 0 0 0;
  display: block;
  color: #333333;
}
#menu #wrap .sp_tabs li:nth-child(1), #menu #wrap .sp_tabs li:nth-child(3) {
  border-right: 1px solid #C3C3C3;
}
#menu #wrap .contents {
  width: 100%;
  margin: 0 auto 0;
}
#menu #wrap .contents h3, #menu #wrap .contents .lead {
  text-align: center;
}
#menu #wrap .contents h3 {
  margin: 24px auto 24px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
#menu #wrap .contents .lead {
  margin: 0 auto 24px;
  line-height: 1.8;
}
#menu #wrap .contents .mv {
  width: 100%;
}
#menu #wrap .contents .mv img {
  width: 100%;
}
#menu #wrap .contents #tab1 .unit,
#menu #wrap .contents #tab2 .unit {
  width: 100%;
  padding: 24px 16px;
  margin: 0 auto 0;
}
#menu #wrap .contents #tab1 .unit .box,
#menu #wrap .contents #tab2 .unit .box {
  margin: 0 0 24px 0;
  border-bottom: 1px solid #C3C3C3;
}
#menu #wrap .contents #tab1 .unit .box .photo,
#menu #wrap .contents #tab2 .unit .box .photo,
#menu #wrap .contents #tab1 .unit .box .photo img,
#menu #wrap .contents #tab2 .unit .box .photo img {
  width: 100%;
}
#menu #wrap .contents #tab1 .unit .box .text_area,
#menu #wrap .contents #tab2 .unit .box .text_area {
  padding: 24px 0 24px 0;
}
#menu #wrap .contents #tab1 .unit .box .text_area h4,
#menu #wrap .contents #tab2 .unit .box .text_area h4 {
  font-size: 30px;
  font-size: 3.0rem;
  margin: 0 auto 8px;
  text-align: center;
}
#menu #wrap .contents #tab1 .unit .box .text_area h4 span,
#menu #wrap .contents #tab2 .unit .box .text_area h4 span {
  font-size: 24px;
  font-size: 2.4rem;
}
#menu #wrap .contents #tab1 .unit .box .text_area p,
#menu #wrap .contents #tab2 .unit .box .text_area p {
  margin: 0 auto 8px;
  line-height: 1.4;
}
#menu #wrap .contents #tab1 .unit .box .text_area p:last-child,
#menu #wrap .contents #tab2 .unit .box .text_area p:last-child {
  margin: 0 auto 0;
}
#menu #wrap .contents #tab1 .unit .box .text_area .en,
#menu #wrap .contents #tab2 .unit .box .text_area .en {
  padding: 0 0 0 0;
  margin: 0 auto 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #AAAAAA;
  text-align: center;
}
#menu #wrap .contents #tab1 .unit .box:last-child,
#menu #wrap .contents #tab2 .unit .box:last-child {
  border-bottom: none;
}
#menu #wrap .contents #tab1 .unit .box.odd .photo,
#menu #wrap .contents #tab2 .unit .box.odd .photo {
  right: 0;
}
#menu #wrap .contents #tab1 .unit .box.odd .text_area,
#menu #wrap .contents #tab2 .unit .box.odd .text_area,
#menu #wrap .contents #tab1 .unit .box.even .photo,
#menu #wrap .contents #tab2 .unit .box.even .photo {
  left: 0;
}
#menu #wrap .contents #tab1 .unit .box.even .text_area,
#menu #wrap .contents #tab2 .unit .box.even .text_area {
  right: 0;
}
#menu #wrap .contents #tab1 .unit .box.last,
#menu #wrap .contents #tab2 .unit .box.last {
  margin-bottom: 0 !important;
}
#menu #wrap .contents #tab3 .unit {
  width: 93.2%;
  margin: 16px auto 16px;
}
#menu #wrap .contents #tab3 .unit .box {
  width: 100%;
  margin: 0 2% 2% 0;
  background-color: #FFFFFF;
  border: 1px solid #EBEBE9;
}
#menu #wrap .contents #tab3 .unit .box.jpn .photo span {
  background-image: url(../img/menu/original/icon-jpn.png);
}
#menu #wrap .contents #tab3 .unit .box.usa .photo span {
  background-image: url(../img/menu/original/icon-usa.png);
}
#menu #wrap .contents #tab3 .unit .box.phl .photo span {
  background-image: url(../img/menu/original/icon-phl.png);
}
#menu #wrap .contents #tab3 .unit .box a {
  display: block;
}
#menu #wrap .contents #tab3 .unit .box a .photo {
  float: left;
  width: 40%;
  height: 80px;
  overflow: hidden;
  line-height: 0;
  text-align: center;
}
#menu #wrap .contents #tab3 .unit .box a .photo img {
  display: none;
  width: 100%;
  height: auto;
  line-height: 0;
}
#menu #wrap .contents #tab3 .unit .box a .photo span {
  display: table;
  width: 100%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
#menu #wrap .contents #tab3 .unit .box a .photo span.none {
  background-image: url("../../santouka/img/shared/blank-top.jpg");
}
#menu #wrap .contents #tab3 .unit .box a .text_area {
  float: left;
  width: 60%;
  height: 80px;
}
#menu #wrap .contents #tab3 .unit .box a .text_area dl {
  padding: 8px 0 0 0;
}
#menu #wrap .contents #tab3 .unit .box a .text_area dt time,
#menu #wrap .contents #tab3 .unit .box a .text_area h4,
#menu #wrap .contents #tab3 .unit .box a .text_area dd {
  color: #333333;
  padding: 0px 8px 4px;
}
#menu #wrap .contents #tab3 .unit .box a .text_area dt time {
  padding: 0 8px 0;
  margin: 0 auto 0;
  color: #9B9B9B;
  font-size: 13px;
  font-size: 1.3rem;
}
#menu #wrap .contents #tab3 .unit .box a .text_area h4 {
  padding: 10px 8px 4px;
  margin: 0 auto 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: underline;
}
#menu #wrap .contents #tab3 .unit .box a .text_area dd {
  font-size: 13px;
  font-size: 1.3rem;
}
#menu #wrap .contents #tab3 .unit .box a .text_area dt, #menu #wrap .contents #tab3 .unit .box a .text_area p {
  display: none;
}
#menu #wrap .contents #tab3 .unit .box a .categoryBox .flag {
  float: left;
  padding: 10px 0 6px 10px;
  margin-right: 10px;
}
#menu #wrap .contents #tab3 .unit .box a .categoryBox .category_name {
  padding: 16px 0 3px;
  color: #333333;
  font-size: 13px;
  font-size: 1.3rem;
}
#menu #wrap .contents #tab3 .unit .box a .categoryBox .shop_name {
  color: #333333;
  font-size: 13px;
  font-size: 1.3rem;
}
#menu #wrap .contents #tab3 .unit li:nth-child(3n) {
  margin: 0;
}
#menu #wrap .contents #tab3 .unit li:nth-child(4), #menu #wrap .contents #tab3 .unit li:nth-child(5), #menu #wrap .contents #tab3 .unit li:nth-child(6) {
  display: none;
}
#menu #wrap .contents #tab4 .unit {
  width: 100%;
  margin: 0 auto 40px;
}
#menu #wrap .contents #tab4 .unit ul li {
  float: left;
  width: 50%;
  padding: 0 8px 0 16px;
  margin: 0 auto 16px;
  line-height: 0;
}
#menu #wrap .contents #tab4 .unit ul li img {
  width: 100%;
  height: auto;
}
#menu #wrap .contents #tab4 .unit ul li:nth-child(2n) {
  padding: 0 16px 0 8px;
  margin: 0 0 16px 0;
  line-height: 0;
}

/*=================================================================
 allergy //////////////////////////////////////////////////////////
=================================================================*/
#allergy .container {
  width: 93.75%;
  margin: 0 auto 0;
}
#allergy .container .title_area {
  margin: 0 auto 40px;
  text-align: center;
}
#allergy .container .title_area p {
  margin: 0 auto 4px;
  font-size: 10px;
  font-size: 1.0rem;
}
#allergy .container .title_area h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
#allergy .container .unit .head {
  margin: 0 auto 40px;
}
#allergy .container .unit .head h3 {
  margin: 0 auto 10px;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
}
#allergy .container .unit .head dl {
  margin: 0 auto 10px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #CDCDCD;
}
#allergy .container .unit .head dl dt {
  padding: 12px 10px;
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #CDCDCD;
}
#allergy .container .unit .head dl dd {
  padding: 12px 10px;
  background-color: #fff;
  font-size: 10px;
  font-size: 1.0rem;
}
#allergy .container .box {
  margin: 0 auto 40px;
}
#allergy .container .box h5 {
  margin: 0 auto 6px;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
}
#allergy .container .box .sp_box {
  padding: 14px 10px;
  margin: 0 auto 10px;
  border: 1px solid #CDCDCD;
  background-color: #fff;
}
#allergy .container .box .sp_box p {
  margin: 0 auto 8px;
  font-size: 12px;
  font-size: 1.2rem;
}
#allergy .container .box .sp_box .aside {
  padding: 0 0 14px 0;
  margin: 0 auto 14px;
  border-bottom: 1px solid #CDCDCD;
  font-size: 10px;
  font-size: 1.0rem;
}
#allergy .container .box .sp_box dl dt {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 auto 12px;
}
#allergy .container .box .sp_box dl dd ul li {
  margin: 0 0 8px 1em;
  font-size: 10px;
  font-size: 1.0rem;
  text-indent: -1em;
  word-break: break-all;
}
#allergy .container .box .sp_box dl dd ul li:last-child {
  margin: 0 0 0 1em;
}
#allergy .container .box p.list {
  padding: 14px 10px;
  margin: 0 auto 10px;
  border: 1px solid #CDCDCD;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  word-break: break-all;
}
#allergy .container .box .list:last-child {
  margin: 0 auto 0;
}
#allergy .container .main {
  margin: 0 auto 30px;
}
#allergy .container .main h3 {
  margin: 0px auto 6px;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
}
#allergy .container .main .aside {
  margin: 0 auto 12px;
  font-size: 12px;
  font-size: 1.2rem;
}
#allergy .container .main dl {
  margin: 0 auto 10px;
}
#allergy .container .main dl dt {
  padding: 12px 10px;
  color: #fff;
  background-color: #000;
  border: 1px solid #CDCDCD;
  border-bottom: none;
  line-height: 1.2;
}
#allergy .container .main dl dt .sup {
  font-size: 10px;
  font-size: 1.0rem;
}
#allergy .container .main dl dd.list ul {
  width: 100%;
  background-color: #CDCDCD;
  border: 1px solid #CDCDCD;
  border-bottom: none;
}
#allergy .container .main dl dd.list ul li {
  float: left;
  width: 25%;
  background-color: #fff;
  border-right: 1px solid #CDCDCD;
}
#allergy .container .main dl dd.list ul li table {
  width: 100%;
}
#allergy .container .main dl dd.list ul li table th {
  width: 100%;
  padding: 2px 0;
  background-color: #EBEBEB;
  border-bottom: 1px solid #CDCDCD;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
}
#allergy .container .main dl dd.list ul li table td {
  width: 100%;
  height: 55px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  vertical-align: middle;
}
#allergy .container .main dl dd.list ul li table td img {
  width: 14px;
  height: auto;
}
#allergy .container .main dl dd.list ul li:nth-child(4n) {
  border-right: none;
}
#allergy .container .main dl dd.aside {
  margin: 0 auto 0;
  border: 1px solid #CDCDCD;
}
#allergy .container .main dl dd.aside table {
  width: 100%;
}
#allergy .container .main dl dd.aside table th {
  padding: 2px 10px;
  background-color: #EBEBEB;
  border-bottom: 1px solid #CDCDCD;
}
#allergy .container .main dl dd.aside table td {
  padding: 16px 10px;
  background-color: #fff;
}
#allergy .container .main dl:last-child {
  margin: 0 auto 0;
}

/*=================================================================
 EN original //////////////////////////////////////////////////////
=================================================================*/
.en #menu #wrap .sp_tabs li {
  float: none;
  width: 100%;
  border-right: none;
}

/*# sourceMappingURL=sp-style.css.map */
