@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;
  line-height: 1.2;
  -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;
}

#loader-bg {
  display: block;
  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: -100px;
  margin-left: -100px;
  text-align: center;
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
}

.sp {
  display: none;
}

br.pc {
  display: block;
}

.gm-style div {
  border: none !important;
  background-color: rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.gm-style div div div div div div div div {
  background-color: #e44c41 !important;
}

.gm-style-iw {
  margin-left: 10px;
  color: #000;
  padding: 0;
  background: none;
  top: 17px !important;
}
.gm-style-iw + div {
  display: none;
  background: none;
}

.gm-style .name-pop {
  display: block;
  padding: 10px 28px 10px !important;
  margin: 0 !important;
  color: #fff !important;
  background-color: #e44c41 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

/*=================================================================
header ///////////////////////////////////////////////////////////
=================================================================*/
header {
  width: 100%;
  height: 85px;
  background-color: #000000;
  -ms-filter: "alpha(opacity=9)";
  filter: alpha(opacity=9);
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  z-index: 100;
  position: fixed;
  top: -85px;
}
header .logo {
  position: absolute;
  top: 15px;
  left: 40px;
  line-height: 0;
}
header .logo img {
  width: 65px;
  height: 56px;
}
header .sp_btn {
  display: none;
}
header .nav_btn {
  position: fixed;
  display: block;
  width: 24px;
  height: 17px;
  top: 35px;
  right: 32px;
}
header nav {
  position: absolute;
  top: 0;
  right: 0;
}
header nav ul li {
  float: left;
}
header nav ul li a {
  display: block;
  width: 100%;
  height: 85px;
  padding: 35px 14px;
  color: #ffffff;
}

.en header nav ul li.cop a {
  padding: 25px 18px;
}

header nav ul li.fb a {
  padding: 30px 14px;
}
header nav ul li a span {
  display: block;
  padding-right: 18px;
  padding-left: 18px;
  border-left: 1px solid #474747;
  border-right: 1px solid #474747;
  text-align: center;
}
header nav ul li.foreigin {
  width: 89px;
  padding: 30px 0;
  text-align: center;
}
header nav ul li.foreigin p {
  line-height: 0;
}
header nav ul li.foreigin ul {
  display: none;
  margin: 17px auto 0;
}
header nav ul li.foreigin ul li {
  float: none;
  background-color: #000000;
  border-bottom: 1px solid #474747;
}
header nav ul li.foreigin ul li a {
  height: auto;
  padding: 10px 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
}
header nav ul li.foreigin ul li a:hover {
  background-color: #FB251C;
}
header nav ul li.foreigin ul li:last-child {
  border-bottom: none;
}
header nav ul li.foreigin .lang.en {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#overlay {
  display: none;
}

/*=================================================================
footer ///////////////////////////////////////////////////////////
=================================================================*/
footer {
  width: 100%;
  height: 50px;
  background-color: #000000;
  position: relative;
  z-index: 100;
}
footer .unit {
  position: relative;
}
footer .unit ul {
  float: right;
  position: relative;
}
footer .unit ul li {
  display: inline-block;
}
footer .unit ul li a {
  display: block;
  padding: 18px 32px 0;
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
footer .unit ul li:last-child a {
  width: 200px;
  height: 50px;
  padding: 18px 0 0 0;
}
footer .unit ul .hover_bg {
  float: none;
  display: inline-block;
  width: 200px;
  height: 50px;
  background-color: #FB251C;
  position: absolute;
  z-index: 5;
  left: 490px;
}
footer p {
  float: left;
  padding: 20px 0 0 30px;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
}

/*=================================================================
home /////////////////////////////////////////////////////////////
=================================================================*/
#home #wrap {
  display: none;
  width: 100%;
}
#home #wrap #videoArea {
  overflow: hidden;
}
#home #wrap #videoArea span {
  display: block;
  width: 100%;
  background-color: #000000;
  opacity: 0;
}
#home #wrap #videoArea .videoWrap .logo, #home #wrap #videoArea .videoWrap .icon {
  text-align: center;
  z-index: 5;
}
#home #wrap #videoArea .videoWrap .logo {
  width: 272px;
  height: 228px;
  margin-top: -114px;
  margin-left: -136px;
  position: fixed;
  top: 50%;
  left: 50%;
}
#home #wrap #videoArea .videoWrap .logo img {
  -ms-filter: "alpha(opacity=9)";
  filter: alpha(opacity=9);
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
#home #wrap #videoArea .videoWrap .icon {
  margin-left: -16px;
  width: 32px;
  height: 52px;
  background: url(../img/home/icon-frame.png);
  position: absolute;
  top: 90%;
  left: 50%;
}
#home #wrap .bg.photo01 {
  width: 100%;
  height: 1200px;
  padding-top: 200px;
  position: fixed;
  top: 30px;
  z-index: 0;
}
#home #wrap .bg.photo01 img {
  width: 100%;
  position: relative;
}
#home #wrap .mainContents {
  position: relative;
  z-index: 99;
}
#home #wrap .mainContents .section-01 .unit {
  width: 100%;
  min-height: 400px;
  display: table;
  table-layout: fixed;
}
#home #wrap .mainContents .section-01 .unit li {
  min-height: 400px;
  display: table-cell;
  text-align: center;
  position: relative;
}
#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;
}
#home #wrap .mainContents .section-01 .unit li .en {
  display: block;
  padding: 50px 0 0 0;
  margin: 0 auto 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
#home #wrap .mainContents .section-01 .unit li h2 {
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 1.2;
  padding: 0 0 46px 0;
  margin: 0 auto 32px;
  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 42px;
  line-height: 1.8;
}
#home #wrap .mainContents .section-01 .unit li a {
  display: block;
  width: 100%;
  color: #333333;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#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: #333333;
}
#home #wrap .mainContents .section-01 .unit li a h2 {
  background-image: url(../img/shared/tips-sakura_gray.png);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#home #wrap .mainContents .section-01 .unit li a:hover .link_area {
  background-color: #FB251C;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#home #wrap .mainContents .section-01 .unit li.img {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 0;
  text-indent: -9999px;
}
#home #wrap .mainContents .section-01 .unit .link_area {
  display: block;
  width: 250px;
  height: 56px;
  padding: 21px 0 0 0;
  margin: 0 auto 50px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  background-color: #333333;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#home #wrap .mainContents .section-01 .story li.img {
  background-image: url(../img/home/story-photo.jpg);
}
#home #wrap .mainContents .section-01 .menu li.img {
  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: 50px 0 0 0;
  margin: 0 auto 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
#home #wrap .mainContents .section-02 .secHeader .box h2 {
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 1.2;
  padding: 0 0 46px 0;
  margin: 0 auto 32px;
  background-image: url(../img/shared/tips-sakura_white.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#home #wrap .mainContents .section-02 .secHeader .box .text {
  padding: 0px 0px 90px;
  margin: 0 auto 0;
  line-height: 1.8;
}
#home #wrap .mainContents .section-02 .tabs {
  display: table;
  margin: -50px auto 0;
}
#home #wrap .mainContents .section-02 .tabs li {
  width: 177px;
  height: 50px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#home #wrap .mainContents .section-02 .tabs li a {
  display: block;
  height: 50px;
  padding: 18px 0 0 0;
  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 ul {
  width: 93.2%;
  margin: 40px auto 0;
}
#home #wrap .mainContents .section-02 .tab_content ul li {
  float: left;
  width: 32%;
  margin: 0 2% 2% 0;
  background-color: #FFFFFF;
  border: 1px solid #EBEBE9;
}
#home #wrap .mainContents .section-02 .tab_content ul li a {
  display: block;
}
#home #wrap .mainContents .section-02 .tab_content ul li a .photo {
  width: auto;
  padding: 0 0 0 0;
  margin: 0 auto 0;
  overflow: hidden;
  line-height: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#home #wrap .mainContents .section-02 .tab_content ul li a .photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#home #wrap .mainContents .section-02 .tab_content ul li a .photo.none {
  background-color: #ECECEC;
  -webkit-background-size: auto 300px;
  background-size: auto 300px;
}
#home #wrap .mainContents .section-02 .tab_content ul li a .time, #home #wrap .mainContents .section-02 .tab_content ul li a h3, #home #wrap .mainContents .section-02 .tab_content ul li a .text {
  color: #333333;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#home #wrap .mainContents .section-02 .tab_content ul li a .time {
  padding: 20px 30px 16px 30px;
  margin: 0 auto 0;
  color: #9B9B9B;
  font-size: 13px;
  font-size: 1.3rem;
}
#home #wrap .mainContents .section-02 .tab_content ul li a h3 {
  padding: 0 30px 30px 30px;
  margin: 0 auto 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
#home #wrap .mainContents .section-02 .tab_content ul li a .text {
  display: block;
  height: 68px;
  padding: 0 30px 0 30px;
  margin: 0 auto 0;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
#home #wrap .mainContents .section-02 .tab_content ul li a:hover .time, #home #wrap .mainContents .section-02 .tab_content ul li a:hover h3, #home #wrap .mainContents .section-02 .tab_content ul li a:hover .text {
  color: #FB251C;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#home #wrap .mainContents .section-02 .tab_content ul li a:hover .photo img {
  -webkit-transform: scale(1.14, 1.14);
  -moz-transform: scale(1.14, 1.14);
  -ms-transform: scale(1.14, 1.14);
  -o-transform: scale(1.14, 1.14);
  -webkit-transition-duration: 6s;
  -moz-transition-duration: 6s;
  transition-duration: 6s;
}
#home #wrap .mainContents .section-02 .tab_content ul li:nth-child(3n) {
  margin: 0;
}
#home #wrap .mainContents .section-02 .tab_content ul li .flag {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0 0 0 10px;
  float: left;
}
#home #wrap .mainContents .section-02 .tab_content ul li .flag img {
  width: 100%;
}
#home #wrap .mainContents .section-02 .tab_content ul li .categoryBox {
  width: 100%;
  padding-bottom: 20px;
}
#home #wrap .mainContents .section-02 .tab_content ul li .category_name {
  display: inline-block;
  height: 24px;
  padding: 0 10px 0 10px;
  margin: 0 auto 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333333;
}
#home #wrap .mainContents .section-02 .tab_content ul li.important {
  padding-bottom: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#home #wrap .mainContents .section-02 .tab_content ul li.important .box {
  border: 1px solid  #fff;
  border-top: none;
  border-bottom: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#home #wrap .mainContents .section-02 .tab_content ul li.important .categoryBox {
  border: 1px solid  #fff;
  border-top: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#home #wrap .mainContents .section-02 .tab_content ul li.important:hover {
  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:hover .box {
  border: 1px solid  #f00;
  border-top: none;
  border-bottom: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#home #wrap .mainContents .section-02 .tab_content ul li.important:hover .categoryBox {
  border: 1px solid  #f00;
  border-top: none;
  -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: 36px;
  padding: 8px 24px;
  margin: 0 auto 15px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #f00;
}
#home #wrap .mainContents .section-02 .tab_content ul li.important .categoryBox {
  padding-bottom: 18px;
}
#home #wrap .mainContents .section-02 .tab_content ul li.important a h3 {
  color: #f00;
}
#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%;
  -webkit-transition-duration: 6s;
  -moz-transition-duration: 6s;
  transition-duration: 6s;
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -ms-filter: brightness(1);
  -o-filter: brightness(1);
  filter: brightness(1);
}
#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: 50px 0 0 0;
  margin: 0 auto 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
#home #wrap .mainContents .section-03 ul li a h2 {
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 1.2;
  padding: 0 0 46px 0;
  margin: 0 auto 0;
  background-image: url(../img/shared/tips-sakura_white.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#home #wrap .mainContents .section-03 ul li a .text {
  padding: 32px 0 42px 0;
  margin: 0 auto 0;
  line-height: 1.8;
}
#home #wrap .mainContents .section-03 ul li a .link_area {
  display: block;
  width: 250px;
  height: 56px;
  padding: 21px 0 0 0;
  margin: 0 auto 50px;
  color: #000000;
  text-align: center;
  line-height: 1;
  background-color: #F1F1EF;
  font-weight: bold;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#home #wrap .mainContents .section-03 ul li a:hover .photo img {
  -webkit-transform: scale(1.14, 1.14);
  -moz-transform: scale(1.14, 1.14);
  -ms-transform: scale(1.14, 1.14);
  -o-transform: scale(1.14, 1.14);
  -webkit-transition-duration: 6s;
  -moz-transition-duration: 6s;
  transition-duration: 6s;
  -webkit-filter: brightness(0.1);
  -moz-filter: brightness(0.1);
  -ms-filter: brightness(0.1);
  -o-filter: brightness(0.1);
  filter: brightness(0.1);
}
#home #wrap .mainContents .section-03 ul li a:hover .link_area {
  color: #ffffff;
  background-color: #FB251C;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media screen and (min-width: 1538px) {
  #home #wrap .mainContents .section-02 .tab_content ul li a .text {
    height: 90px;
  }
}
@media screen and (min-width: 1700px) {
  #home #wrap .mainContents .section-03 ul li a .photo img {
    width: 100%;
    height: auto;
  }
}
/*=================================================================
contents common //////////////////////////////////////////////////
=================================================================*/
#wrap {
  background-color: #F1F1EF;
}
#wrap .topic_path_area {
  position: relative;
  height: 60px;
  padding: 0 80px 0;
}
#wrap .topic_path_area .topic_path {
  display: inline-block;
  height: 60px;
  padding: 24px 0 0;
  background: #F1F1EF;
  position: absolute;
  right: 80px;
}
#wrap .topic_path_area .topic_path li {
  float: left;
  margin: 0 24px 0 0;
  color: #9F9F9F;
  font-size: 11px;
  font-size: 1.1rem;
}
#wrap .topic_path_area .topic_path li a {
  position: relative;
  text-decoration: underline;
  color: #9F9F9F;
  font-size: 11px;
  font-size: 1.1rem;
}
#wrap .topic_path_area .topic_path li a:hover {
  text-decoration: none;
}
#wrap .topic_path_area .topic_path li a:before, #wrap .topic_path_area .topic_path li a:after {
  display: inline-block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3.5px;
}
#wrap .topic_path_area .topic_path li a:before {
  right: -13px;
  background: #9F9F9F;
}
#wrap .topic_path_area .topic_path li a:after {
  right: -12px;
  background: #F1F1EF;
}
#wrap .topic_path_area .topic_path li:last-child {
  margin: 0 0 0 0;
}
#wrap #visual_area {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#wrap #visual_area .en, #wrap #visual_area h2, #wrap #visual_area .text {
  color: #ffffff;
}
#wrap #visual_area .en {
  display: block;
  padding: 50px 0 0 0;
  margin: 0 auto 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
#wrap #visual_area h2 {
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 1.2;
  padding: 0 0 46px 0;
  margin: 0 auto 32px;
  background-image: url(../img/shared/tips-sakura_white.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#wrap #visual_area .text {
  margin: 0 auto 42px;
  line-height: 1.8;
}

.zh #wrap .topic_path_area .topic_path {
  line-height: 1;
}

#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 {
  position: relative;
}
#visual_area.small {
  height: 200px;
}
#visual_area.medium {
  height: 400px;
}
#visual_area.large {
  height: 800px;
}
#visual_area span {
  position: absolute;
  top: 0;
  left: 32px;
  width: auto;
  height: 80px;
}
#visual_area .box {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
}

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

#wrap .footer-contents ul {
  display: table;
  width: 100%;
  margin: 0 auto 0;
}
#wrap .footer-contents ul li {
  width: 33.33%;
  height: 300px;
  display: table-cell;
  text-align: center;
  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: auto;
  height: 100%;
  -webkit-transition-duration: 6s;
  -moz-transition-duration: 6s;
  transition-duration: 6s;
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -ms-filter: brightness(1);
  -o-filter: brightness(1);
  filter: brightness(1);
}
#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: 140px 0px 0px;
  margin: 0 auto 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
#wrap .footer-contents ul li a h2 {
  margin: 0 auto 0;
  font-size: 32px;
  font-size: 3.2rem;
  background-image: none;
}
#wrap .footer-contents ul li a:hover .photo img {
  -webkit-transform: scale(1.14, 1.14);
  -moz-transform: scale(1.14, 1.14);
  -ms-transform: scale(1.14, 1.14);
  -o-transform: scale(1.14, 1.14);
  -webkit-transition-duration: 6s;
  -moz-transition-duration: 6s;
  transition-duration: 6s;
  -webkit-filter: brightness(0.1);
  -moz-filter: brightness(0.1);
  -ms-filter: brightness(0.1);
  -o-filter: brightness(0.1);
  filter: brightness(0.1);
}

@media screen and (min-width: 2000px) {
  #wrap .footer-contents ul li a .photo img {
    width: 100%;
    height: auto;
  }
}
#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, #policy,
#sitemap {
  background-color: #F1F1EF;
}

#contact .topic_path_area,
#policy .topic_path_area,
#sitemap .topic_path_area {
  width: 1000px;
  padding: 0 0 0 0;
  margin: 0 auto 0;
}

#contact .topic_path_area .topic_path,
#policy .topic_path_area .topic_path,
#sitemap .topic_path_area .topic_path {
  right: 0;
}

#contact .container,
#policy .container,
#sitemap .container {
  margin: 0 auto 124px;
}

#contact .container .contents .title_area,
#policy .container .contents .title_area,
#sitemap .container .contents .title_area {
  text-align: center;
}

#contact .container .contents .title_area h2,
#policy .container .contents .title_area h2,
#sitemap .container .contents .title_area h2 {
  margin: 16px auto 64px;
  color: #333333;
  font-size: 40px;
  font-size: 4.0rem;
  background-image: none;
}

#contact .container .contents .unit,
#policy .container .contents .unit,
#sitemap .container .contents .unit {
  width: 1000px;
  padding: 100px 88px 80px;
  margin: 0 auto 0;
  background-color: #ffffff;
}

#contact .container .contents .unit .lead_area,
#policy .container .contents .unit .lead_area,
#sitemap .container .contents .unit .lead_area {
  padding: 0 0 32px 0;
  margin: 0 auto 32px;
  border-bottom: 1px solid #DBDBDB;
}

#contact .container .contents .unit .lead_area h3,
#policy .container .contents .unit .lead_area h3,
#sitemap .container .contents .unit .lead_area h3 {
  margin: 0 auto 32px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}

#contact .container .contents .unit .lead_area p,
#policy .container .contents .unit .lead_area p,
#sitemap .container .contents .unit .lead_area p {
  line-height: 1.6;
}

#contact .container .contents .unit .condition,
#policy .container .contents .unit .condition,
#sitemap .container .contents .unit .condition {
  margin: 0 auto 48px;
}

#contact .container .contents .unit .condition li,
#policy .container .contents .unit .condition li,
#sitemap .container .contents .unit .condition li {
  float: left;
  width: 250px;
  height: 50px;
  background-repeat: no-repeat;
}

#contact .container .contents .unit .condition li:nth-child(2), #contact .container .contents .unit .condition li:nth-child(3) {
  margin-left: -14px;
}

#policy .container .contents .unit .condition li:nth-child(2), #policy .container .contents .unit .condition li:nth-child(3) {
  margin-left: -14px;
}

#sitemap .container .contents .unit .condition li:nth-child(2), #sitemap .container .contents .unit .condition li:nth-child(3) {
  margin-left: -14px;
}

#contact .container .contents .unit .condition li:nth-child(2) span, #contact .container .contents .unit .condition li:nth-child(3) span {
  padding: 18px 0 0 72px;
  background-position: 36px center;
}

#policy .container .contents .unit .condition li:nth-child(2) span, #policy .container .contents .unit .condition li:nth-child(3) span {
  padding: 18px 0 0 72px;
  background-position: 36px center;
}

#sitemap .container .contents .unit .condition li:nth-child(2) span, #sitemap .container .contents .unit .condition li:nth-child(3) span {
  padding: 18px 0 0 72px;
  background-position: 36px center;
}

#contact .container .contents .unit .condition li:nth-child(1),
#policy .container .contents .unit .condition li:nth-child(1),
#sitemap .container .contents .unit .condition li:nth-child(1) {
  background-image: url(../img/contact/condition-active-01.png);
}

#contact .container .contents .unit .condition li:nth-child(1) span,
#policy .container .contents .unit .condition li:nth-child(1) span,
#sitemap .container .contents .unit .condition li:nth-child(1) span {
  padding: 18px 0 0 52px;
  background-image: url(../img/contact/number-active-01.png);
  background-position: 16px center;
}

#contact .container .contents .unit .condition li:nth-child(2),
#policy .container .contents .unit .condition li:nth-child(2),
#sitemap .container .contents .unit .condition li:nth-child(2) {
  background-image: url(../img/contact/condition-02.png);
}

#contact .container .contents .unit .condition li:nth-child(2) span,
#policy .container .contents .unit .condition li:nth-child(2) span,
#sitemap .container .contents .unit .condition li:nth-child(2) span {
  background-image: url(../img/contact/number-02.png);
}

#contact .container .contents .unit .condition li:nth-child(3),
#policy .container .contents .unit .condition li:nth-child(3),
#sitemap .container .contents .unit .condition li:nth-child(3) {
  background-image: url(../img/contact/condition-03.png);
}

#contact .container .contents .unit .condition li:nth-child(3) span,
#policy .container .contents .unit .condition li:nth-child(3) span,
#sitemap .container .contents .unit .condition li:nth-child(3) span {
  background-image: url(../img/contact/number-03.png);
}

#contact .container .contents .unit .condition li span,
#policy .container .contents .unit .condition li span,
#sitemap .container .contents .unit .condition li span {
  display: block;
  width: 100%;
  height: 50px;
  color: #ffffff;
  background-repeat: no-repeat;
}

#contact .form_area {
  width: 100%;
  margin: 0 auto 40px;
  border: 1px solid #BABABA;
}
#contact .form_area dl {
  display: table;
  width: 100%;
}
#contact .form_area dl dt, #contact .form_area dl dd {
  display: table-cell;
  vertical-align: top;
  background-image: url(../img/contact/border.png);
  background-repeat: repeat-x;
  background-position: 0 100%;
}
#contact .form_area dl dt span, #contact .form_area dl dd span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #FE2000;
}
#contact .form_area dl dt {
  width: 180px;
  padding: 24px 16px 16px;
  background-color: #F1F1EF;
}
#contact .form_area dl dd {
  padding: 24px 40px 16px;
  font-size: 13px;
  font-size: 1.3rem;
}
#contact .form_area dl dd textarea {
  width: 100%;
  min-height: 280px;
  height: 100%;
  padding: 8px 6px;
  resize: vertical;
}
#contact .form_area dl dd input {
  width: 100%;
  height: 32px;
  padding: 0 6px;
  margin: 0 auto 2px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  top: -8px;
}
#contact .form_area dl dd .form_area_box {
  margin: 0 auto 0;
  border: none;
}
#contact .form_area dl dd .form_area_box dl dt {
  width: 130px;
  padding: 0 0 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ffffff;
  background-image: none;
}
#contact .form_area dl dd .form_area_box dl dd {
  padding: 0 0 0 0;
  background-image: none;
}
#contact .form_area dl dd .form_area_box dl .middle {
  padding-bottom: 24px;
}
#contact .form_area dl dd .form_area_box dl .middle .post-number {
  width: 140px;
}
#contact .container .contents ul.aside {
  margin: 0 auto 48px;
}
#contact .container .contents ul.aside li {
  margin: 0 0 4px 1em;
  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(1) {
  background-image: url(../img/contact/condition-active-01.png);
}
#contact.preview .container .contents .unit .condition li:nth-child(1) span {
  background-image: url(../img/contact/number-active-01.png);
}
#contact.preview .container .contents .unit .condition li:nth-child(2) {
  background-image: url(../img/contact/condition-active-02.png);
}
#contact.preview .container .contents .unit .condition li:nth-child(2) span {
  background-image: url(../img/contact/number-active-02.png);
}
#contact.preview .container .contents .unit .condition li:nth-child(3) {
  background-image: url(../img/contact/condition-03.png);
}
#contact.preview .container .contents .unit .condition li:nth-child(3) span {
  background-image: url(../img/contact/number-03.png);
}
#contact.submit .container .contents .unit .condition li:nth-child(1) {
  background-image: url(../img/contact/condition-active-01.png);
}
#contact.submit .container .contents .unit .condition li:nth-child(1) span {
  background-image: url(../img/contact/number-active-01.png);
}
#contact.submit .container .contents .unit .condition li:nth-child(2) {
  background-image: url(../img/contact/condition-active-02.png);
}
#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-image: url(../img/contact/condition-active-03.png);
}
#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 auto 16px;
  font-size: 20px;
  font-size: 2.0rem;
}
#policy .container .contents .unit dl dd {
  line-height: 1.6;
}
#policy .container .contents .unit dl:last-child {
  margin: 0 auto 0;
}

#sitemap .container .contents .topic_path_area {
  width: 908px;
  margin: 0 auto 20px;
}
#sitemap .container .contents .title_area {
  padding: 60px 0 0 0;
}
#sitemap .container .contents .unit {
  width: 908px;
  padding: 0 0 0 0;
  margin: 0 auto 32px;
  background-color: inherit;
}
#sitemap .container .contents .unit li dl {
  width: 260px;
  float: left;
  margin: 0 64px 0 0;
}
#sitemap .container .contents .unit li dl dt {
  padding: 0 0 16px 0;
  margin: 0 0 22px 0;
  border-bottom: 1px solid #D3D3D3;
  font-size: 24px;
  font-size: 2.4rem;
}
#sitemap .container .contents .unit li dl dd {
  margin: 0 auto 16px;
}
#sitemap .container .contents .unit li dl dd a {
  color: #545454;
}
#sitemap .container .contents .unit li dl dd .blank {
  float: left;
  width: 110px;
  background-image: url(../img/shared/icon/blank.png);
  background-repeat: no-repeat;
  background-position: 100% center;
}
#sitemap .container .contents .unit li dl.shop {
  width: 584px;
}
#sitemap .container .contents .unit li dl.shop dl {
  width: 180px;
}
#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:last-child {
  margin: 0 0 0 0;
}

/*=================================================================
info /////////////////////////////////////////////////////////////
=================================================================*/
#info #wrap #visual_area {
  background-image: url(../img/shop/mv.jpg);
}
#info #wrap #visual_area .tabs {
  display: table;
  width: 336px;
  margin: 0 auto 0;
  position: absolute;
  left: 50%;
  bottom: 0;
}
#info #wrap #visual_area .tabs li {
  width: 174px;
  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: 0 auto 8px;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1.2;
}
#info #wrap .contents .lead {
  margin: 0 auto 56px;
}
#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: 93.2%;
  margin: 40px auto 0;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li {
  float: left;
  width: 32%;
  margin: 0 2% 2% 0;
  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: auto;
  padding: 0 0 0 0;
  margin: 0 auto 0;
  overflow: hidden;
  line-height: 0;
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li a .photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition-duration: 6s;
  -moz-transition-duration: 6s;
  transition-duration: 6s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li a .photo.none {
  background-color: #ECECEC;
  -webkit-background-size: auto 300px;
  background-size: auto 300px;
}
#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;
  -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 a .time {
  padding: 20px 30px 16px 30px;
  margin: 0 auto 0;
  color: #9B9B9B;
  font-size: 13px;
  font-size: 1.3rem;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li a h4 {
  min-height: 103px;
  padding: 0 30px 30px 30px;
  margin: 0 auto 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: left;
  text-decoration: underline;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li a .text {
  display: block;
  min-height: 110px;
  height: auto;
  padding: 0 30px 20px 30px;
  margin: 0 auto 0;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li .flag {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0 0 0 10px;
  float: left;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li .flag img {
  width: 100%;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li .categoryBox {
  width: 100%;
  padding: 0 16px 18px;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li .category_name {
  display: inline-block;
  height: 24px;
  padding: 0 10px 0 10px;
  margin: 0 auto 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333333;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li a:hover .time, #info #wrap .contents #tab_area .tab_container .tab_content ul li a:hover h3, #info #wrap .contents #tab_area .tab_container .tab_content ul li a:hover .text {
  color: #FB251C;
  -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 a:hover .photo img {
  -webkit-transform: scale(1.14, 1.14);
  -moz-transform: scale(1.14, 1.14);
  -ms-transform: scale(1.14, 1.14);
  -o-transform: scale(1.14, 1.14);
  -webkit-transition-duration: 6s;
  -moz-transition-duration: 6s;
  transition-duration: 6s;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li:nth-child(3n) {
  margin: 0;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li.important {
  padding-bottom: 0;
  -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 .box {
  border: 1px solid  #fff;
  border-top: none;
  border-bottom: none;
  -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 .categoryBox {
  border: 1px solid  #fff;
  border-top: none;
  -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:hover {
  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:hover .box {
  border: 1px solid  #f00;
  border-top: none;
  border-bottom: none;
  -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:hover .categoryBox {
  border: 1px solid  #f00;
  border-top: none;
  -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: 36px;
  padding: 8px 24px;
  margin: 0 auto 15px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #f00;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li.important .categoryBox {
  padding-bottom: 18px;
}
#info #wrap .contents #tab_area .tab_container .tab_content ul li.important a h4 {
  color: #f00;
}
#info.detail #wrap .contents {
  width: 1000px;
  margin: 0 auto 0;
  background-color: #F1F1EF;
}
#info.detail #wrap .contents .title {
  padding: 32px 80px;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: left;
  line-height: 1.4;
}
#info.detail #wrap .contents article {
  width: 1000px;
  padding: 0 80px 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: 840px;
  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 p a {
  color: #333;
  text-decoration: underline;
}
#info.detail #wrap .contents article .unit p a:hover {
  text-decoration: none;
}
#info.detail #wrap .contents article .unit p img {
  width: 100%;
  height: auto;
}
#info.detail #wrap .contents article .unit .photo {
  line-height: 0;
}
#info.detail #wrap .contents article .unit .photo img {
  float: left;
  width: 400px;
  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.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 {
  background-image: url(../img/shop/mv.jpg);
}
#shop #wrap #visual_area ul {
  display: table;
  width: 336px;
  margin: 0 auto 0;
  position: absolute;
  left: 50%;
  bottom: 0;
}
#shop #wrap #visual_area ul li {
  display: table-cell;
  text-align: center;
}
#shop #wrap #visual_area ul li a {
  display: block;
  width: 174px;
  height: 50px;
  padding: 18px 0 0 0;
  color: #ffffff;
}
#shop #wrap #visual_area ul li.active {
  width: 174px;
  height: 50px;
  padding: 18px 0 0 0;
  background-color: #ffffff;
}
#shop #wrap .contents {
  padding-bottom: 80px;
}
#shop #wrap .contents h3, #shop #wrap .contents .lead {
  text-align: center;
}
#shop #wrap .contents h3 {
  margin: 0 auto 40px;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1.2;
}
#shop #wrap .contents .lead {
  margin: 0 auto 56px;
}
#shop #wrap .contents #map-wrap {
  width: 1000px;
  height: 595px;
  margin: 0 auto 40px;
  position: relative;
  overflow: hidden;
}
#shop #wrap .contents #map-wrap #area00 {
  height: 595px;
  background-color: #F1F1EF;
  background-repeat: no-repeat;
}
#shop #wrap .contents #map-wrap #area00 img {
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
#shop #wrap .contents #map-wrap .map {
  width: 100%;
  height: 595px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#shop #wrap .contents #map-wrap .map .box {
  display: inline-block;
  position: absolute;
}
#shop #wrap .contents #map-wrap .map .box:before, #shop #wrap .contents #map-wrap .map .box:after {
  display: inline-block;
  content: "";
  height: 1px;
  background-color: #979797;
  position: relative;
}
#shop #wrap .contents #map-wrap .map .box.txt-r {
  text-align: right;
}
#shop #wrap .contents #map-wrap .map .box.txt-r .area-ttl-s {
  margin-right: -9px;
}
#shop #wrap .contents #map-wrap .map .box.txt-r .area-ttl-s:after {
  right: 1px;
}
#shop #wrap .contents #map-wrap .map .box.txt-l {
  text-align: left;
}
#shop #wrap .contents #map-wrap .map .box.txt-l .area-ttl-s {
  margin-left: -9px;
}
#shop #wrap .contents #map-wrap .map .box.txt-l .area-ttl-s:after {
  left: 1px;
}
#shop #wrap .contents #map-wrap .map .box.on:before, #shop #wrap .contents #map-wrap .map .box.on:after, #shop #wrap .contents #map-wrap .map .box.on .area-ttl-s:after {
  background-color: #E44C41;
}
#shop #wrap .contents #map-wrap .map .box img {
  position: absolute;
}
#shop #wrap .contents #map-wrap .map .box .area-ttl {
  margin: 0 auto 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}
#shop #wrap .contents #map-wrap .map .box .area-ttl a {
  color: #000;
}
#shop #wrap .contents #map-wrap .map .box .area-ttl-s {
  display: inline-block;
  font-size: 10px;
  font-size: 1.0rem;
  position: relative;
}
#shop #wrap .contents #map-wrap .map .box .area-ttl-s:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #979797;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
}
#shop #wrap .contents #map-wrap .map .box .area-ttl-s a {
  color: #000;
}
#shop #wrap .contents #map-wrap .map .box .area-detail {
  color: #7a7a7a;
  font-size: 13px;
  font-size: 1.3rem;
}
#shop #wrap .contents #map-wrap .map .box .area-detail a {
  color: #000;
}
#shop #wrap .contents .ttl {
  width: 1000px;
  height: 28px;
  margin: 0 auto 20px;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  z-index: 2;
}
#shop #wrap .contents .ttl:before {
  content: "";
  display: block;
  width: 1000px;
  border-top: 1px solid  #ccc;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
}
#shop #wrap .contents .ttl span {
  padding: 0 10px 0 34px;
  background-color: #F1F1EF;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  position: absolute;
  left: 0;
  z-index: 2;
}
#shop #wrap .contents .unit-box {
  padding-top: 40px;
}
#shop #wrap .contents .unit-box .unit {
  width: 1000px;
  height: 300px;
  margin: 0 auto 40px;
  background-color: #ffffff;
}
#shop #wrap .contents .unit-box .unit .photo {
  float: left;
}
#shop #wrap .contents .unit-box .unit .photo img {
  width: 450px;
  height: 300px;
}
#shop #wrap .contents .unit-box .unit .box {
  float: left;
  width: 550px;
  padding: 18px 56px 0;
}
#shop #wrap .contents .unit-box .unit .box p {
  margin: 0 auto 8px;
  color: #9C9C9C;
}
#shop #wrap .contents .unit-box .unit .box .flag {
  height: 24px;
  margin-bottom: 4px;
  position: relative;
}
#shop #wrap .contents .unit-box .unit .box .flag img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 6px 3px #eee;
  -moz-box-shadow: 0px 0px 6px 3px #eee;
  box-shadow: 0px 0px 6px 3px #eee;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#shop #wrap .contents .unit-box .unit .box .flag span {
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: 3px;
}
#shop #wrap .contents .unit-box .unit .box h4 {
  margin: 0 auto 16px;
  color: #343434;
  font-size: 26px;
  font-size: 2.6rem;
  text-decoration: underline;
}
#shop #wrap .contents .unit-box .unit .box .attention {
  color: #A10002;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
#shop #wrap .contents .unit-box .unit .box .detail_list {
  margin: 0 auto 16px;
}
#shop #wrap .contents .unit-box .unit .box .detail_list p {
  margin: 0 auto 4px;
  color: #333333;
  font-size: 13px;
  font-size: 1.3rem;
}
#shop #wrap .contents .unit-box .unit .box .address p {
  margin: 0 auto 4px;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
}
#shop #wrap .contents .unit-box .unit:first-child {
  margin-top: 0;
}
#shop #wrap .contents .unit-box .unit:last-child {
  margin-bottom: 0;
}
#shop #wrap .contents .tabs.clearfix {
  display: table;
  width: 1000px;
  margin: 0 auto 0;
  position: relative;
  top: 0;
  z-index: 12;
}
#shop #wrap .contents .tabs.clearfix li {
  display: table-cell;
  width: 125px;
  margin: 0 auto 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}
#shop #wrap .contents .tabs.clearfix li a {
  display: table-cell;
  width: inherit;
  height: 50px;
  padding: 0 0;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  border-right: 1px solid #CFCFCF;
}
#shop #wrap .contents .tabs.clearfix li a span {
  font-size: 12px;
  font-size: 1.2rem;
}
#shop #wrap .contents .tabs.clearfix li:first-child a {
  border-left: 1px solid #CFCFCF;
}
#shop #wrap .contents .tabs.clearfix li:hover {
  background-color: #ddd;
}
#shop #wrap .contents .tabs.clearfix li.active {
  background: #000000;
  color: #ffffff;
  cursor: default;
}
#shop #wrap .contents .tabs.clearfix li.active a {
  border: none;
  color: #ffffff;
}
#shop.jp #wrap .contents #map-wrap #area00 {
  background-image: url(../img/shop/map/jp/japan.png);
  background-position: 48px 16px;
  z-index: 2;
  position: relative;
}
#shop.jp #wrap .contents #map-wrap #area00 .all_map {
  top: 16px;
  left: 48px;
  z-index: 0;
}
#shop.jp #wrap .contents #map-wrap #area00 .area01-on {
  top: 16px;
  left: 588px;
}
#shop.jp #wrap .contents #map-wrap #area00 .area01-on.act {
  animation: show 0.5s both;
  animation-delay: 2.0s;
}
#shop.jp #wrap .contents #map-wrap #area00 .area02-on {
  top: 157px;
  left: 547px;
}
#shop.jp #wrap .contents #map-wrap #area00 .area02-on.act {
  animation: show 0.5s both;
  animation-delay: 2.2s;
}
#shop.jp #wrap .contents #map-wrap #area00 .area03-on {
  top: 303px;
  left: 523px;
}
#shop.jp #wrap .contents #map-wrap #area00 .area03-on.act {
  animation: show 0.5s both;
  animation-delay: 2.4s;
}
#shop.jp #wrap .contents #map-wrap #area00 .area04-on {
  top: 256px;
  left: 441px;
}
#shop.jp #wrap .contents #map-wrap #area00 .area04-on.act {
  animation: show 0.5s both;
  animation-delay: 2.6s;
}
#shop.jp #wrap .contents #map-wrap #area00 .area05-on {
  top: 332px;
  left: 407px;
}
#shop.jp #wrap .contents #map-wrap #area00 .area05-on.act {
  animation: show 0.5s both;
  animation-delay: 2.8s;
}
#shop.jp #wrap .contents #map-wrap #area00 .area06-on {
  top: 329px;
  left: 314px;
}
#shop.jp #wrap .contents #map-wrap #area00 .area06-on.act {
  animation: show 0.5s both;
  animation-delay: 3.0s;
}
#shop.jp #wrap .contents #map-wrap #area00 .area07-on {
  top: 159px;
  left: 60px;
}
#shop.jp #wrap .contents #map-wrap #area00 .area07-on.act {
  animation: show 0.5s both;
  animation-delay: 3.2s;
}
#shop.jp #wrap .contents #map-wrap .map .box:before {
  top: 52px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name01 {
  top: 10px;
  left: 814px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name01:before {
  width: 158px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name02 {
  top: 124px;
  left: 727px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name02:before {
  width: 158px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name02:after {
  width: 76px;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  position: absolute;
  top: 83px;
  left: -72px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name03 {
  top: 238px;
  left: 668px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name03:before {
  width: 258px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name03:after {
  width: 76px;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  position: absolute;
  top: 83px;
  right: 254px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name04 {
  top: 202px;
  left: 250px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name04:before {
  width: 158px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name04:after {
  width: 63px;
  -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  -o-transform: rotate(48deg);
  position: absolute;
  top: 90px;
  left: 147px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name05 {
  top: 364px;
  left: 600px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name05:before {
  width: 168px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name05:after {
  width: 143px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  position: absolute;
  top: 48px;
  left: -141px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name06 {
  top: 422px;
  left: 388px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name06:before {
  width: 128px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name06:after {
  width: 63px;
  -webkit-transform: rotate(74deg);
  -moz-transform: rotate(74deg);
  -ms-transform: rotate(74deg);
  -o-transform: rotate(74deg);
  top: -68px;
  left: -105px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name07 {
  top: 322px;
  left: 63px;
}
#shop.jp #wrap .contents #map-wrap .map .box.area-name07:before {
  width: 196px;
}
#shop.jp #wrap .contents .ttl span {
  background-image: url(../img/shared/icon/icon-jpn.png);
}
#shop.jp #wrap .contents .area-ttl {
  margin: 0 auto 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}
#shop.jp #wrap .contents .area-ttl a {
  color: #000;
}
#shop.jp #wrap .contents .area-ttl-s {
  padding: 0 10px 14px;
}
#shop.jp #wrap .contents .area-ttl-s:after {
  top: 15px;
}
#shop.jp #wrap .contents .unit-box .unit:first-child {
  margin-top: 0;
}
#shop.jp #wrap .contents .unit-box .unit:last-child {
  margin-bottom: 0;
}
#shop.jp.lang-en #wrap .contents #map-wrap .map .box.area-name06 {
  top: 442px;
  left: 428px;
}
#shop.jp.lang-en #wrap .contents #map-wrap .map .box.area-name06:before {
  width: 268px;
}
#shop.jp.lang-en #wrap .contents #map-wrap .map .box.area-name06:after {
  width: 93px;
  -webkit-transform: rotate(68deg);
  -moz-transform: rotate(68deg);
  -ms-transform: rotate(68deg);
  -o-transform: rotate(68deg);
  position: absolute;
  top: 24px;
  left: -63px;
}
#shop.lang-jp #wrap .contents .unit-box .unit .box .detail_list p:nth-child(1) {
  text-indent: -5em;
  margin-left: 5em;
}
#shop.lang-jp #wrap .contents .unit-box .unit .box .detail_list p:nth-child(2) {
  text-indent: -4em;
  margin-left: 4em;
}
#shop.lang-jp #wrap .contents .unit-box .unit .box .detail_list p:nth-child(3) {
  text-indent: -8em;
  margin-left: 8em;
}
#shop.lang-jp #wrap .contents .unit-box .unit .box .address p:nth-child(2) {
  text-indent: -3em;
  margin-left: 3em;
}
#shop.lang-en #wrap .contents .unit-box .unit .box .detail_list p:nth-child(1) {
  text-indent: -8.3em;
  margin-left: 8.3em;
}
#shop.lang-en #wrap .contents .unit-box .unit .box .detail_list p:nth-child(2) {
  text-indent: -8.4em;
  margin-left: 8.4em;
}
#shop.lang-en #wrap .contents .unit-box .unit .box .detail_list p:nth-child(3) {
  text-indent: -5.8em;
  margin-left: 5.8em;
}
#shop.lang-en #wrap .contents .unit-box .unit .box .address p:nth-child(2) {
  text-indent: -4.8em;
  margin-left: 4.8em;
}
#shop.lang-zh #wrap .contents .unit-box .unit .box .detail_list p:nth-child(1) {
  text-indent: -5em;
  margin-left: 5em;
}
#shop.lang-zh #wrap .contents .unit-box .unit .box .detail_list p:nth-child(2) {
  text-indent: -6em;
  margin-left: 6em;
}
#shop.lang-zh #wrap .contents .unit-box .unit .box .detail_list p:nth-child(3) {
  text-indent: -7em;
  margin-left: 7em;
}
#shop.lang-zh #wrap .contents .unit-box .unit .box .address p:nth-child(2) {
  text-indent: -3em;
  margin-left: 3em;
}
#shop.foreigin #wrap .contents #map-wrap #area00 {
  background-image: url(../img/shop/map/foreigin/world.png);
  background-position: 0 0;
  z-index: 2;
  position: relative;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .all_map {
  top: 0;
  left: 0;
  z-index: 0;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area01-on {
  top: 98px;
  left: 583px;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area01-on.act {
  animation: show 0.5s both;
  animation-delay: 1.6s;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area02-on {
  top: 0;
  left: 668px;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area02-on.act {
  animation: show 0.5s both;
  animation-delay: 1.8s;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area03-on {
  top: 319px;
  left: 384px;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area03-on.act {
  animation: show 0.5s both;
  animation-delay: 2.0s;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area04-on {
  top: 310px;
  left: 400px;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area04-on.act {
  animation: show 0.5s both;
  animation-delay: 2.2s;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area05-on {
  top: 376px;
  left: 354px;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area05-on.act {
  animation: show 0.5s both;
  animation-delay: 2.4s;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area06-on {
  top: 364px;
  left: 345px;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area06-on.act {
  animation: show 0.5s both;
  animation-delay: 2.6s;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area07-on {
  top: 330px;
  left: 392px;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area07-on.act {
  animation: show 0.5s both;
  animation-delay: 2.8s;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area08-on {
  top: 324px;
  left: 338px;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area08-on.act {
  animation: show 0.5s both;
  animation-delay: 3.0s;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area09-on {
  top: 242px;
  left: 420px;
}
#shop.foreigin #wrap .contents #map-wrap #area00 .area09-on.act {
  animation: show 0.5s both;
  animation-delay: 3.2s;
}
#shop.foreigin #wrap .contents #map-wrap .map .box:before {
  top: 34px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name01 {
  top: 218px;
  left: 598px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name01:before {
  width: 106px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name02 {
  top: 145px;
  left: 902px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name02:before {
  width: 74px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name03 {
  top: 228px;
  left: 162px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name03:before {
  width: 170px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name03:after {
  width: 56px;
  -webkit-transform: rotate(38deg);
  -moz-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  -o-transform: rotate(38deg);
  position: absolute;
  top: 66px;
  left: 164px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name04 {
  top: 281px;
  left: 420px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name04:before {
  width: 62px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name04:after {
  width: 18px;
  -webkit-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  -o-transform: rotate(43deg);
  position: absolute;
  top: 43px;
  left: -15px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name05 {
  top: 424px;
  left: 160px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name05:before {
  width: 162px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name05:after {
  width: 90px;
  -webkit-transform: rotate(110deg);
  -moz-transform: rotate(110deg);
  -ms-transform: rotate(110deg);
  -o-transform: rotate(110deg);
  top: -59px;
  left: 57px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name06 {
  top: 358px;
  left: 161px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name06:before {
  width: 160px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name06:after {
  width: 35px;
  -webkit-transform: rotate(-51deg);
  -moz-transform: rotate(-51deg);
  -ms-transform: rotate(-51deg);
  -o-transform: rotate(-51deg);
  position: absolute;
  top: 36px;
  left: 153px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name07 {
  top: 352px;
  left: 433px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name07:before {
  width: 136px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name07:after {
  position: absolute;
  width: 36px;
  -webkit-transform: rotate(64deg);
  -moz-transform: rotate(64deg);
  -ms-transform: rotate(64deg);
  -o-transform: rotate(64deg);
  top: 33px;
  left: -26px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name08 {
  top: 292px;
  left: 162px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name08:before {
  width: 170px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name09 {
  top: 215px;
  left: 472px;
}
#shop.foreigin #wrap .contents #map-wrap .map .box.area-name09:before {
  width: 74px;
}
#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.foreigin #wrap .contents .area-ttl-s {
  padding: 14px 10px 14px;
}
#shop.foreigin #wrap .contents .area-ttl-s:after {
  top: 3px;
}
#shop.foreigin.lang-en #wrap .contents #map-wrap .map .box.area-name04:before {
  width: 102px;
}
#shop.foreigin.lang-zh #wrap .contents #map-wrap .map .box.area-name05:after {
  position: absolute;
  top: 6px;
  left: 133px;
}
#shop.foreigin.lang-zh #wrap .contents #map-wrap .map .box.area-name06:after {
  top: 35px;
  left: 153px;
}

/*-----------------------------------------------------------------
shop setting //////////////////////////////////////////////////////
-----------------------------------------------------------------*/
@keyframes show {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*=================================================================
shop-indi ////////////////////////////////////////////////////////
=================================================================*/
#shop-indi #wrap #visual_area {
  background-image: url(../img/shop-indi/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#shop-indi #wrap #visual_area .box {
  top: 42%;
}
#shop-indi #wrap #visual_area .box .en {
  padding: 0 0 0 0;
  margin: 0 auto 16px;
}
#shop-indi #wrap #visual_area .box h2 {
  padding: 0 0 0 0;
  margin: 0 auto 0;
  background-image: none;
}
#shop-indi #wrap #visual_area ul {
  display: table;
  width: 336px;
  margin: 0 auto 0;
  position: absolute;
  left: 50%;
  bottom: 0;
}
#shop-indi #wrap #visual_area ul li {
  display: table-cell;
  text-align: center;
}
#shop-indi #wrap #visual_area ul li a {
  display: block;
  width: 174px;
  height: 50px;
  padding: 18px 0 0 0;
  color: #ffffff;
}
#shop-indi #wrap #visual_area ul li a:hover {
  color: #333333;
  background-color: #ffffff;
}
#shop-indi #wrap #visual_area ul li.active {
  width: 174px;
  height: 50px;
  padding: 18px 0 0 0;
  color: #000000;
  background-color: #FFFFFF;
}
#shop-indi #wrap #visual_area ul li:last-child {
  border-left: 1px solid #ffffff;
}
#shop-indi #wrap .contents {
  width: 1000px;
  margin: 48px auto 0;
}
#shop-indi #wrap .contents #contents_header {
  width: 1000px;
  height: 300px;
  margin: 0 auto 24px;
  overflow: hidden;
}
#shop-indi #wrap .contents #contents_header .shop_photo {
  width: 1000px;
  height: 300px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
#shop-indi #wrap .contents #contents_header .shop_photo span {
  display: block;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#shop-indi #wrap .contents #contents_header .unit {
  display: block;
  height: 84px;
  position: relative;
  top: -84px;
}
#shop-indi #wrap .contents #contents_header .unit .flag {
  display: inline-block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 18px;
  left: 25px;
}
#shop-indi #wrap .contents #contents_header .unit .box {
  padding: 20px 60px 20px 88px;
  color: #F2F2F2;
  background-color: rgba(0, 0, 0, 0.2);
}
#shop-indi #wrap .contents #contents_header .unit .box .country_name {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 auto 4px;
  -webkit-box-shadow: 0px 0px 5px black;
  -moz-box-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 5px black;
}
#shop-indi #wrap .contents #contents_header .unit .box h3 {
  font-size: 20px;
  font-size: 2.0rem;
  -webkit-box-shadow: 0px 0px 5px black;
  -moz-box-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 5px black;
}
#shop-indi #wrap .contents .contents_wrap {
  margin: 0 auto 80px;
}
#shop-indi #wrap .contents .contents_wrap .side {
  float: left;
  width: 320px;
}
#shop-indi #wrap .contents .contents_wrap .side .shop_detail {
  padding: 16px 16px;
  margin: 0 auto 24px;
  background-color: #ffffff;
}
#shop-indi #wrap .contents .contents_wrap .side .shop_detail h3 {
  margin: 0 auto 16px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}
#shop-indi #wrap .contents .contents_wrap .side .shop_detail h3 span {
  font-size: 12px;
  font-size: 1.2rem;
}
#shop-indi #wrap .contents .contents_wrap .side .shop_detail ul li {
  font-size: 12px;
  font-size: 1.2rem;
}
#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: 12px;
  font-size: 1.2rem;
  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: 320px;
  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: 13px;
  font-size: 1.3rem;
  text-decoration: underline;
}
#shop-indi #wrap .contents .contents_wrap .side .shop_map dl .link a:hover {
  text-decoration: none;
}
#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 {
  float: right;
  width: 658px;
}
#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 {
  margin: 0 auto 12px;
  line-height: 0;
}
#shop-indi #wrap .contents .contents_wrap .main .unit .box .article p.photo img {
  width: 626px;
  height: auto;
}
#shop-indi #wrap .contents .contents_wrap .main .unit .box .article p:last-child {
  margin-bottom: 0;
}
#shop-indi #wrap .contents .contents_wrap .main .unit .blank {
  width: 100%;
  display: table;
  background-image: url(../img/shared/article-blank.png);
  background-repeat: no-repeat;
  background-size: 30% auto;
  background-position: center center;
  background-color: #ffffff;
}

/*=================================================================
story ////////////////////////////////////////////////////////////
=================================================================*/
#story #wrap #videoArea {
  overflow: hidden;
}
#story #wrap #videoArea span {
  display: block;
  width: 100%;
  background-color: #000000;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
#story #wrap #videoArea .logo, #story #wrap #videoArea .icon {
  text-align: center;
  z-index: 5;
}
#story #wrap #videoArea .logo {
  position: fixed;
  top: 50%;
  left: 50%;
}
#story #wrap #videoArea .icon {
  margin-left: -16px;
  width: 32px;
  height: 52px;
  background: url(../img/home/icon-frame.png);
  position: absolute;
  top: 90%;
  left: 50%;
}
#story #wrap #videoArea .box {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
}
#story #wrap #videoArea .box .en {
  display: block;
  padding: 50px 0px 0px;
  margin: 0px auto 20px;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
}
#story #wrap #videoArea .box h2 {
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 1.2;
  padding: 0px 0px 46px;
  margin: 0px auto 32px;
  color: #FFF;
  background-image: url("../img/shared/tips-sakura_white.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#story #wrap #videoArea .box .text {
  margin: 0px auto 42px;
  color: #FFF;
  line-height: 1.8;
}
#story #wrap #visual_area {
  display: none;
}
#story #wrap #container {
  position: relative;
  z-index: 99;
  background-color: #F1F1EF;
}
#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 100px 0;
}
#story #wrap .contents .section .unit h3 {
  margin: 0 auto 56px;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1.5;
}
#story #wrap .contents .section .unit p {
  width: 100%;
  margin: 0 auto 24px;
  font-size: 14px;
  font-size: 1.4rem;
  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: 40px auto 40px;
  line-height: 0;
}
#story #wrap .contents .section .img img {
  width: 100%;
  height: auto;
}
#story #wrap .contents .section .sec_mv {
  margin: 40px auto 72px;
}
#story #wrap .contents .section .sec_mv img {
  width: 100%;
  height: auto;
}

/*=================================================================
menu /////////////////////////////////////////////////////////////
=================================================================*/
#menu #wrap #videoArea {
  overflow: hidden;
}
#menu #wrap #videoArea span {
  display: block;
  width: 100%;
  background-color: #000000;
  opacity: 0;
}
#menu #wrap #videoArea .logo, #menu #wrap #videoArea .icon {
  text-align: center;
  z-index: 5;
}
#menu #wrap #videoArea .logo {
  position: fixed;
  top: 50%;
  left: 50%;
}
#menu #wrap #videoArea .icon {
  margin-left: -16px;
  width: 32px;
  height: 52px;
  background: url(../img/home/icon-frame.png);
  position: absolute;
  top: 90%;
  left: 50%;
}
#menu #wrap #videoArea .box {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
}
#menu #wrap #videoArea .box .en {
  display: block;
  padding: 50px 0px 0px;
  margin: 0px auto 20px;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
}
#menu #wrap #videoArea .box h2 {
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 1.2;
  padding: 0px 0px 46px;
  margin: 0px auto 32px;
  color: #FFF;
  background-image: url("../img/shared/tips-sakura_white.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#menu #wrap #videoArea .box .text {
  margin: 0px auto 42px;
  color: #FFF;
  line-height: 1.8;
}
#menu #wrap #visual_area {
  display: none;
}
#menu #wrap #container {
  position: relative;
  z-index: 99;
  background-color: #F1F1EF;
}
#menu #wrap .tabs {
  display: table;
  width: 720px;
  margin: 0 auto 0;
  position: relative;
  top: -50px;
}
#menu #wrap .tabs li {
  display: table-cell;
  text-align: center;
  height: 50px;
  color: #ffffff;
  border-right: 1px solid #BAB2A7;
}
#menu #wrap .tabs li a {
  display: table;
  width: 100%;
  height: 50px;
  color: #ffffff;
}
#menu #wrap .tabs li a span {
  display: table-cell;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  text-align: center;
}
#menu #wrap .tabs li:nth-child(1) {
  width: 174px;
  border-left: 1px solid #BAB2A7;
}
#menu #wrap .tabs li:nth-child(2) {
  width: 162px;
}
#menu #wrap .tabs li:nth-child(3) {
  width: 184px;
}
#menu #wrap .tabs li:nth-child(4) {
  width: 200px;
}
#menu #wrap .tabs li:hover {
  cursor: pointer;
}
#menu #wrap .tabs li.active {
  height: 50px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background-color: #F1F1EF;
  cursor: default;
}
#menu #wrap .tabs li.active a {
  color: #333333;
}
#menu #wrap .sp_tabs {
  display: none;
}
#menu #wrap .contents {
  width: 1000px;
  margin: 0 auto 0;
}
#menu #wrap .contents h3, #menu #wrap .contents .lead {
  text-align: center;
}
#menu #wrap .contents h3 {
  margin: 72px auto 40px;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1.2;
}
#menu #wrap .contents .lead {
  margin: 0 auto 48px;
  line-height: 1.8;
}
#menu #wrap .contents #tab1 .unit, #menu #wrap .contents #tab2 .unit {
  width: 860px;
  padding: 48px 0 80px 100px;
  margin: 0 auto 0;
}
#menu #wrap .contents #tab1 .unit .box, #menu #wrap .contents #tab2 .unit .box {
  margin: 0 0 28px 0;
  position: relative;
}
#menu #wrap .contents #tab1 .unit .box .photo, #menu #wrap .contents #tab1 .unit .box .text_area {
  position: absolute;
  top: 0;
}
#menu #wrap .contents #tab2 .unit .box .photo, #menu #wrap .contents #tab2 .unit .box .text_area {
  position: absolute;
  top: 0;
}
#menu #wrap .contents #tab1 .unit .box .text_area, #menu #wrap .contents #tab2 .unit .box .text_area {
  padding: 48px 0 0 0;
}
#menu #wrap .contents #tab1 .unit .box .text_area h4, #menu #wrap .contents #tab2 .unit .box .text_area h4 {
  font-size: 40px;
  font-size: 4.0rem;
  margin: 0 auto 8px;
}
#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.6;
}
#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;
}
#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 #tab1 .unit .box:nth-child(1) {
  width: 690px;
  height: 281px;
  margin: 0 0 40px 0;
}
#menu #wrap .contents #tab1 .unit .box:nth-child(1) .text_area {
  width: 336px;
  padding: 28px 0 0 0;
}
#menu #wrap .contents #tab1 .unit .box:nth-child(2) {
  width: 700px;
  height: 289px;
}
#menu #wrap .contents #tab1 .unit .box:nth-child(2) .text_area {
  width: 352px;
  padding: 16px 0 0 0;
}
#menu #wrap .contents #tab1 .unit .box:nth-child(3) {
  width: 750px;
  height: 281px;
}
#menu #wrap .contents #tab1 .unit .box:nth-child(3) .text_area {
  width: 400px;
}
#menu #wrap .contents #tab1 .unit .box:nth-child(4) {
  width: 720px;
  height: 302px;
}
#menu #wrap .contents #tab1 .unit .box:nth-child(4) h4 {
  white-space: nowrap;
}
#menu #wrap .contents #tab1 .unit .box:nth-child(4) .photo {
  padding: 32px 0 0 0;
}
#menu #wrap .contents #tab1 .unit .box:nth-child(4) .text_area {
  width: 416px;
}
#menu #wrap .contents #tab1 .unit .box:nth-child(5) {
  width: 640px;
  height: 281px;
  margin: 0 0 40px 0;
}
#menu #wrap .contents #tab1 .unit .box:nth-child(5) h4 {
  white-space: nowrap;
}
#menu #wrap .contents #tab1 .unit .box:nth-child(5) .text_area {
  width: 280px;
}
#menu #wrap .contents #tab1 .unit .box:nth-child(6) {
  width: 760px;
  height: 388px;
}
#menu #wrap .contents #tab1 .unit .box:nth-child(6) .text_area {
  width: 416px;
}
#menu #wrap .contents #tab2 .unit .box:nth-child(1) {
  width: 720px;
  height: 232px;
  margin: 0 0 24px 0;
}
#menu #wrap .contents #tab2 .unit .box:nth-child(1) .text_area {
  width: 376px;
  padding: 16px 0 0 0;
}
#menu #wrap .contents #tab2 .unit .box:nth-child(2) {
  width: 670px;
  height: 256px;
  margin: 0 0 8px 0;
}
#menu #wrap .contents #tab2 .unit .box:nth-child(2) .text_area {
  width: 320px;
  padding: 32px 0 0 0;
}
#menu #wrap .contents #tab2 .unit .box:nth-child(3) {
  width: 670px;
  height: 228px;
  margin: 0 0 16px 0;
}
#menu #wrap .contents #tab2 .unit .box:nth-child(3) .text_area {
  width: 320px;
  padding: 32px 0 0 0;
}
#menu #wrap .contents #tab2 .unit .box:nth-child(4) {
  width: 720px;
  height: 302px;
}
#menu #wrap .contents #tab2 .unit .box:nth-child(4) .photo {
  padding: 30px 0 0 0;
}
#menu #wrap .contents #tab2 .unit .box:nth-child(4) .text_area {
  width: 288px;
}
#menu #wrap .contents #tab3 .unit {
  width: 1000px;
  margin: 0 auto 0px;
}
#menu #wrap .contents #tab3 .unit .box {
  height: 320px;
  margin: 0 auto 40px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
  position: relative;
}
#menu #wrap .contents #tab3 .unit .box a {
  color: #333;
}
#menu #wrap .contents #tab3 .unit .box .photo {
  float: left;
  width: 450px;
  line-height: 0;
}
#menu #wrap .contents #tab3 .unit .box .photo span {
  display: block;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#menu #wrap .contents #tab3 .unit .box .text_area {
  float: right;
  width: 550px;
  padding: 40px 48px 40px 48px;
}
#menu #wrap .contents #tab3 .unit .box .text_area dl {
  margin: 0 auto 24px;
  color: #999999;
}
#menu #wrap .contents #tab3 .unit .box .text_area dl dt {
  margin: 0 auto 8px;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
#menu #wrap .contents #tab3 .unit .box .text_area dl dd {
  font-size: 13px;
  font-size: 1.3rem;
}
#menu #wrap .contents #tab3 .unit .box .text_area h4 {
  margin: 0 auto 24px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  text-decoration: underline;
}
#menu #wrap .contents #tab3 .unit .box .text_area p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
#menu #wrap .contents #tab3 .unit .box .text_area p time {
  display: block;
  padding: 0 30px 16px 0;
  margin: 0 auto 0;
  color: #9B9B9B;
  font-size: 13px;
  font-size: 1.3rem;
}
#menu #wrap .contents #tab3 .unit .box .categoryBox {
  position: absolute;
  width: 550px;
  right: 0;
  bottom: 64px;
  border-top: 1px solid #eee;
}
#menu #wrap .contents #tab3 .unit .box .categoryBox .bottom-box {
  position: relative;
}
#menu #wrap .contents #tab3 .unit .box .categoryBox .bottom-box .flag {
  position: absolute;
  left: 44px;
  top: 6px;
}
#menu #wrap .contents #tab3 .unit .box .categoryBox .bottom-box .category_name, #menu #wrap .contents #tab3 .unit .box .categoryBox .bottom-box .shop_name {
  position: absolute;
  left: 100px;
}
#menu #wrap .contents #tab3 .unit .box .categoryBox .bottom-box .category_name {
  top: 12px;
}
#menu #wrap .contents #tab3 .unit .box .categoryBox .bottom-box .shop_name {
  top: 32px;
}
#menu #wrap .contents #tab3 .unit .box.last {
  margin: 0 auto 80px;
}
#menu #wrap .contents #tab3 .unit .box.jpn {
  background-image: url(../img/menu/original/icon-jpn.png);
}
#menu #wrap .contents #tab3 .unit .box.usa {
  background-image: url(../img/menu/original/icon-usa.png);
}
#menu #wrap .contents #tab3 .unit .box.phl {
  background-image: url(../img/menu/original/icon-phl.png);
}
#menu #wrap .contents #tab4 .unit {
  margin: 0 auto 40px;
}
#menu #wrap .contents #tab4 .unit ul li {
  float: left;
  margin: 0 40px 40px 0;
}
#menu #wrap .contents #tab4 .unit ul li.last {
  margin: 0 0 40px 0;
}

/*=================================================================
allergy //////////////////////////////////////////////////////////
=================================================================*/
#allergy {
  background-color: #F1F1EF;
}
#allergy header {
  top: 0;
}
#allergy .topic_path_area {
  width: 1000px;
  padding: 0 0 0 0;
  margin: 0 auto 0;
}
#allergy .topic_path_area .topic_path {
  right: 0;
}
#allergy .container {
  margin: 0 auto 124px;
}
#allergy .container .contents {
  padding: 100px 0 0 0;
}
#allergy .container .contents .title_area {
  text-align: center;
}
#allergy .container .contents .title_area h2 {
  margin: 16px auto 20px;
  color: #333333;
  font-size: 40px;
  font-size: 4.0rem;
  background-image: none;
}
#allergy .container .contents .unit {
  width: 1000px;
  padding: 100px 88px 80px;
  margin: 0 auto 0;
  background-color: #ffffff;
}
#allergy .container .contents .unit .head {
  width: 754px;
  margin: 0 auto 0;
}
#allergy .container .contents .unit .head h3 {
  margin: 0 auto 30px;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
}
#allergy .container .contents .unit .head dl {
  margin: 0 auto 20px;
  border: 1px solid #CDCDCD;
}
#allergy .container .contents .unit .head dl dt {
  padding: 10px 18px;
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #CDCDCD;
}
#allergy .container .contents .unit .head dl dd {
  padding: 10px 18px 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
#allergy .container .contents .unit .head dl:last-child {
  margin: 0 auto 36px;
}
#allergy .container .contents .unit .box {
  width: 754px;
  padding: 0 0 34px 0;
  margin: 0 auto 36px;
  border-bottom: 1px solid #E1E1E1;
}
#allergy .container .contents .unit .box h5 {
  margin: 0 auto 12px;
  font-size: 26px;
  font-size: 2.6rem;
}
#allergy .container .contents .unit .box p {
  margin: 0 0 12px 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-indent: -1em;
}
#allergy .container .contents .unit .box p.aside {
  width: 728px;
  margin: 0 auto 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
#allergy .container .contents .unit .box p:last-child {
  margin-bottom: 0;
}
#allergy .container .contents .unit .box dl {
  width: 728px;
  padding: 26px 26px 16px;
  margin: 0 auto 24px;
  border: 1px solid #CDCDCD;
}
#allergy .container .contents .unit .box dl dt {
  margin: 0 auto 20px;
}
#allergy .container .contents .unit .box dl dd li {
  margin: 0 auto 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
#allergy .container .contents .unit .main {
  width: 754px;
  margin: 0 auto 0;
}
#allergy .container .contents .unit .main h3 {
  margin: 0 auto 18px;
  font-size: 26px;
  font-size: 2.6rem;
}
#allergy .container .contents .unit .main .aside {
  margin: 0 auto 16px;
  font-size: 14px;
  font-size: 1.4rem;
}
#allergy .container .contents .unit .main dl {
  margin: 0 auto 20px;
  border: 1px solid #CDCDCD;
}
#allergy .container .contents .unit .main dl dt {
  padding: 12px 18px 8px;
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #CDCDCD;
}
#allergy .container .contents .unit .main dl dt .sup {
  margin: 0 0 0 18px;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
#allergy .container .contents .unit .main dl dd ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}
#allergy .container .contents .unit .main dl dd ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
}
#allergy .container .contents .unit .main dl dd ul li table {
  width: 100%;
}
#allergy .container .contents .unit .main dl dd ul li th {
  width: 100%;
  height: 20px;
  padding: 3px 0 1px;
  background-color: #EBEBEB;
  border-bottom: 1px solid #CDCDCD;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
#allergy .container .contents .unit .main dl dd ul li td {
  width: 100%;
  height: 40px;
  padding: 12px 0;
  vertical-align: middle;
  text-align: center;
  line-height: 0;
}
#allergy .container .contents .unit .main dl dd ul li:last-child {
  border-right: none;
}
#allergy .container .contents .unit .main dl dd.aside {
  margin: 0px auto 0;
}
#allergy .container .contents .unit .main dl dd.aside table {
  width: 100%;
}
#allergy .container .contents .unit .main dl dd.aside th {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px 0 3px 14px;
  background-color: #EBEBEB;
  border-bottom: 1px solid #CDCDCD;
  vertical-align: middle;
}
#allergy .container .contents .unit .main dl dd.aside td {
  width: 100%;
  padding: 10px 0 10px 14px;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
}
#allergy .container .contents .unit .main dl:last-child {
  margin: 0 auto 0;
}

/*-----------------------------------------------------------------
ScreenSize 2000px over 
-----------------------------------------------------------------*/
@media screen and (min-width: 2000px) {
  #wrap .footer-contents ul li a .photo img {
    width: 100%;
    height: auto;
  }
}
/*-----------------------------------------------------------------
ScreenSize 1700px over 
-----------------------------------------------------------------*/
@media screen and (min-width: 1700px) {
  #home #wrap .mainContents .section-03 ul li a:hover .photo img {
    width: 100%;
    height: auto;
  }
}
/*-----------------------------------------------------------------
ScreenSize max-width 1100px 
-----------------------------------------------------------------*/
@media screen and (max-width: 1300px) {
  header, br.tb {
    display: block;
  }

  /*=================================================================
  header ///////////////////////////////////////////////////////////
  =================================================================*/
  header nav ul li a {
    padding: 35px 14px;
  }
  header nav ul li a span {
    width: 110px;
  }

  	/*=================================================================
    home /////////////////////////////////////////////////////////////
    =================================================================*/
  #home #wrap .mainContents .section-01 .unit .en {
    padding: 32px 0 0 0;
  }
  #home #wrap .mainContents .section-01 .unit .text {
    margin: 0px auto 24px;
  }
}

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