@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! original.css v1.0.0 | MIT License */
/* ==========================================================================
   set original style with normalize.css

   ※補足
    'img'が縦に並ぶ際、画像の高さが低いものに関して、隙間が生じる場合がある。
    その際は'line-height'、'font-size'が影響している。
    各エレメントに対して必要に応じてリセット。
   ========================================================================== */
/**
 * set font-size
 */
html {
  font-size: 100%;
  /* equal '10px' */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/**
 * set original style
 */
body {
  -webkit-text-size-adjust: 100%;
}

h1 {
  margin: 0;
  font-size: 100%;
}

h2 {
  margin: 0;
  font-size: 100%;
}

h3 {
  margin: 0;
  font-size: 100%;
}

h4 {
  margin: 0;
  font-size: 100%;
}

h5 {
  margin: 0;
  font-size: 100%;
}

h6 {
  margin: 0;
  font-size: 100%;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

input[type="text"],
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table {
  word-break: break-all;
}

/**
 * clean up extra space on 'img'
 */
img {
  vertical-align: top;
}

/**
 * delete focus outline
 */
area,
area:focus {
  outline: none;
}

/**
 * delete focus outline for 'firefox'
 */
a,
a:focus {
  outline: none;
}

object,
embed,
video {
  outline: none;
}

/**
 * clearfix
 */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf_press:before,
.cf_press:after {
  content: "";
  display: table;
  -webkit-transition: none !important;
  transition: none !important;
  background: #fff !important;
}

.cf_press:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* for ie6, 7 */
/**
 * CSS3 hightlight
 */
::-moz-selection {
  background: #888;
  color: #f3f3f3;
}
::selection {
  background: #888;
  color: #f3f3f3;
}

::-moz-selection {
  background: #888;
  color: #f3f3f3;
}
/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src:
    url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"),
    url("fonts/flexslider-icon.woff") format("woff"),
    url("fonts/flexslider-icon.ttf") format("truetype"),
    url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 2;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #eee;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #03d0d4;
}

.flex-control-paging li a.flex-active {
  background: #03d0d4;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@charset "UTF-8";
@font-face {
  font-family: "segoe";
  src:
    url(../font/segoepr.woff) format("woff"),
    url(../font/segoepr.ttf) format("truetype");
}
@font-face {
  font-family: "Calibri";
  src: url(../font/Calibri.ttf);
}
html {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  line-height: 1;
  background: #fff;
  color: #3c3c3c;
}

body {
  margin: 0;
  /* font-size: 1.4rem; */
  /* overflow-x: hidden; */
}

/*ボックスサイズ*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* === style base === */
p {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

img {
  line-height: 1;
  font-size: 0;
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #3c3c3c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#container {
  overflow-x: hidden;
  margin: auto;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
}
/* === extra === */
.inner {
  max-width: 1320px;
  margin: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 1320px) {
  .inner {
    margin: 0 2%;
  }
}
/* === clearfix === */
.clearfix:after {
  content: " ";
  clear: both;
  display: block;
}

/* === input === */
.input_parts input {
  border: 1px solid #cecece;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.5rem 1rem;
}
.input_parts input + input[type="submit"] {
  border-left: none;
}

/* header_search */
.header_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_search input {
  height: 36px;
}
.header_search form {
  display: inherit;
}
.header_search input::-webkit-input-placeholder {
  color: #acacac;
}
.header_search input::-moz-placeholder {
  color: #acacac;
  opacity: 1;
}
.header_search input:-moz-placeholder-shown {
  color: #acacac;
}
.header_search input:-ms-input-placeholder {
  color: #acacac;
}
.header_search input:placeholder-shown {
  color: #acacac;
}
.header_search input[type="submit"] {
  background:
    url(../images/search.png),
    -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
  background: url(../images/search.png), linear-gradient(#ffffff 0%, #efefef 100%);
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 1.6rem;
}

/* === btn === */
.btn {
  display: inline-block;
}
.btn a,
.btn button {
  background: #fff;
  display: block;
  padding: 1rem 2rem;
  border: 1px solid #b5b5b5;
  line-height: 1;
}
.btn.more_btn {
  float: right;
  margin-top: -25px;
}

/* === header === */
/* header {
  padding: 22px 0;
  text-align: center;
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .inner:before {
  content: "";
  display: block;
  width: 40%;
}
header h1 {
  text-align: center;
  max-width: 367px;
}
header h1 img {
  width: 100%;
}

.header_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 40%;
}

.nav_btn {
  background-image: url(../images/nav_btn.png);
  width: 37px;
  height: 35px;
  display: block;
  margin-left: 3rem;
  cursor: pointer;
}

@media screen and (max-width: 1320px) {
  header h1 {
    margin-right: 30px;
  }
  header h1 img {
    max-width: 100%;
    width: 100%;
  }
} */
/* === mv === */
.mv {
  margin: auto;
  max-width: 1320px;
  position: relative;
}
.mv img {
  width: 100%;
  height: auto;
}
.mv .flexslider {
  margin-bottom: 40px;
}
.mv .flexslider .slides li {
  overflow: hidden;
}
.mv .flexslider .slides li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.single .flexslider .slides li img {
  width: 900px;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  margin: auto;
}
.single .flex-direction-nav a {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-vietnam_shop .flexslider .slides li .txt_box {
  position: relative;
}
.single-vietnam_shop .flexslider .slides li img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  margin: auto;
}

.single-yourstory .flexslider .slides li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
  margin: auto;
}
.single-yourstory .flexslider .slides .img_box {
  position: absolute;
  top: 50px;
  left: 60px;
  width: 375px;
  height: 78px;
}
.single-yourstory .flexslider .slides .img_box img {
  width: 100%;
  height: auto;
}
.single-yourstory .flexslider .slides .txt_box {
  background: #fff;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  padding: 20px 45px 30px;
  position: absolute;
  bottom: 50px;
  left: 60px;
}
.single-yourstory .flexslider .slides .txt_box::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 18px 0 18px;
  border-color: transparent #fff #fff #fff;
}
.single-yourstory .flexslider .slides .txt_box span::before {
  background: #fff;
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  margin: auto;
  z-index: 5;
  width: calc(50% - 18px);
  height: 14px;
}
.single-yourstory .flexslider .slides .txt_box span::after {
  background: #fff;
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  margin: auto;
  z-index: 5;
  width: calc(50% - 18px);
  height: 14px;
}

.single-vietnam_shop .flexslider .slides li .txt_box {
  background: url(../images/ico_japan.png) no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 297px;
  height: 297px;
}
.single-vietnam_shop .flexslider .slides li .txt_box h3 {
  color: #fff;
  font-family: folk;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.43;
}
.single-vietnam_shop .flexslider .slides li .txt_box h3 span {
  border-top: dotted 1px #fff;
  display: block;
  font-size: 39px;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}

/* === overlink === */
.overlink li .img {
  overflow: hidden;
}
.overlink li a .img > img {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
}

@media screen and (min-width: 769px) {
  .overlink li a:hover .img > img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* === gnav === */
.gnav {
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 30;
  height: 100%;
}
.gnav dl {
  height: 100%;
  width: 350px;
  background: #fff;
}
.gnav dl dt {
  background: #fff;
  border-top: 1px dotted #919191;
  cursor: pointer;
  display: block;
  position: relative;
}
.gnav dl dt.toggle {
  padding: 2rem;
}
.gnav dl dt:first-child {
  border-top: none;
}
.gnav dl dt:last-child {
  border-bottom: 1px dotted #919191;
}
.gnav dl dt a {
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2rem;
}
.gnav dl .toggle-menu01,
.gnav dl .toggle-menu02 {
  display: none;
}
.gnav dl dd a {
  background: #fff;
  display: block;
  position: relative;
  padding: 1rem 4rem;
}
.gnav dl dt a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 4px 6px;
  border-color: transparent transparent transparent #005e6f;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.gnav dl dd a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 4px 6px;
  border-color: transparent transparent transparent #005e6f;
  content: "";
  position: absolute;
  left: 3rem;
  top: 50%;
  margin-top: -5px;
}
.gnav dl dt.toggle:after {
  width: 7px;
  height: 9px;
  background-image: url(../images/arw.png);
  background-size: 7px;
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gnav dl dt.toggle.on:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

@media screen and (min-width: 769px) {
  .gnav dl dt:hover {
    background: #dbdbdb;
    opacity: 1;
  }

  .gnav dl dd a:hover {
    background: #dbdbdb;
    opacity: 1;
  }
}
/* === felx-mode === */
.flex-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0 30px;
}
.flex-mode.col02 > * {
  width: 48%;
}
.flex-mode.col02 > .flex_right {
  text-align: right;
}

/* === section === */
section h2.mainttl {
  font-family: Calibri, Candara, segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: normal;
  font-size: 3.2rem;
  text-align: center;
  margin: 0 0 50px;
}
section h2.mainttl span {
  color: #005e6f;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
}
section h2.mainttl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Calibri, Candara, segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
}
section h2.mainttl2 > span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
section h2.mainttl2 .is_eng {
  color: #005e6f;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin-left: 5px;
  vertical-align: 1px;
}
section h2.mainttl2 .is_eng::before {
  color: #000;
  font-weight: normal;
  margin-right: 5px;
  content: "・";
  vertical-align: middle;
}
section h2.mainttl2:before {
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #c1c1c1;
  height: 1px;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
section h2.subttl {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  margin: 0 0 40px;
}
section h2.subttl span {
  background-color: #fff;
  padding: 0 2rem;
  font-weight: normal;
  position: relative;
  z-index: 2;
}
section h2.subttl:before {
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #c1c1c1;
  height: 1px;
  content: "";
  top: 0.5rem;
  left: 0;
}
section h2.subttl.fl {
  font-size: 2.8rem;
}
section h2.subttl.fl:before {
  top: 1.4rem;
}

/* === category === */
.category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -50px;
}
.category_list li {
  width: 45%;
  height: 170px;
  margin: 0 0 50px;
}
.category_list li.cate01 a:after {
  background-image: url(../images/cate_img01.jpg);
}
.category_list li.cate02 a:after {
  background-image: url(../images/cate_img02.jpg);
}
.category_list li.cate03 a:after {
  background-image: url(../images/cate_img03.jpg);
}
.category_list li.cate04 a:after {
  background-image: url(../images/cate_img04.jpg);
}
.category_list li a {
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.category_list li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
  background-size: cover;
}
.category_list li a > span {
  background: #e0eced;
  color: #005e6f;
  padding: 0.5em 0;
}
.category_list li a > span.txt {
  font-size: 1.7rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  display: inline-block;
  line-height: 1.2;
}
.category_list li a > span span {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .category_list li a:hover {
    height: 100%;
  }
  .category_list li a:hover:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* === destination === */
.destination {
  background-image: url(../images/des_bg.png);
  background-size: 838px;
  background-position: -60px -110px;
  background-repeat: no-repeat;
  position: relative;
}
.destination::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1;
}

.des_bg {
  background-repeat: no-repeat;
}
.des_bg.bg01:after {
  position: absolute;
  /* background-image: url(../images/des_bg01.png); */
  background-size: 60px;
  top: 176px;
  left: 261px;
  content: "";
  width: 60px;
  height: 37px;
}
.des_bg ul {
  margin-bottom: -30px;
}
.des_bg ul li {
  text-align: center;
  width: 200px;
  margin: 0 0 30px;
}
.des_bg ul li a {
  background: #d6a23f;
  color: #fff;
  padding: 2rem;
  display: block;
  font-size: 1.4rem;
}
.des_bg ul li a span {
  font-size: 1.2rem;
  margin-left: 1rem;
}
.des_bg ul li a::before {
  background-size: 100%;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #005e6f;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border: 1px solid #fff;
}
.des_bg ul li.hanoi a::before {
  top: 85px;
  left: 305px;
}
.des_bg ul li.danang a::before {
  top: 190px;
  left: 343px;
}
.des_bg ul li.phuquoc a::before {
  top: 246px;
  left: -149px;
}
.des_bg ul li.hochiminh a::before {
  top: 328px;
  left: 310px;
}
.des_bg ul li.nhatrang a::before {
  top: 166px;
  left: -43px;
}
.des_bg ul li.halong a::before {
  top: -5px;
  left: -88px;
}
.des_bg ul li.others a::before {
  content: none;
}

@media screen and (min-width: 769px) {
  .des_bg ul li a:hover {
    background: #005e6f;
  }
}
@media screen and (min-width: 769px) {
  .des_bg ul li a:hover::before {
    visibility: visible;
    z-index: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.deslist_01 {
  position: absolute;
  top: 50px;
}

.deslist_02 {
  position: absolute;
  bottom: 0;
  left: 410px;
}

@media screen and (max-width: 1320px) {
  .destination {
    left: 0;
  }
}
.findyourvietnam {
  margin-top: 50px;
}

/* === find === */
.find {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.find::after {
  content: "";
  display: block;
  width: 30%;
}
.find li {
  width: 400px;
  margin: 0 0 40px;
  position: relative;
}
.find li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.find li a:after {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
}
.find li .img {
  position: relative;
  width: 400px;
  height: 230px;
}
.find li .new {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 3;
}
.find li .img > img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.find li .txt {
  background-image: url(../images/bg_find01@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.find li .txt h3 {
  font-family: segoe;
  font-size: 1.4rem;
}
.find li .txt h3 img {
  height: 16px;
  width: auto;
}
.find li .txt .date {
  display: none;
  width: 20%;
  font-size: 1.2rem;
}
.find li .txt .lead {
  width: 100%;
  margin-top: 1rem;
  font-size: 1.6rem;
}
.find li .txt .lead.is_nomargin {
  margin-top: 0;
}
.find li .txt .shop_name {
  font-size: 1.6rem;
  margin-top: 10px;
}
.find li .place {
  background: #fff;
  border: solid 1px #c4c4c4;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 18px;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
}
.find li .place img {
  padding-right: 10px;
}
.find li .place span {
  margin: 10px 20px 10px 10px;
  display: block;
  position: relative;
}
.find li .place span::before {
  content: "";
  position: absolute;
  left: -11px;
  bottom: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #c4c4c4 transparent transparent;
}

@media screen and (min-width: 769px) {
  .find li a:hover:after {
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 1320px) {
  .find li {
    width: 31%;
  }
  .find li .img {
    width: 100%;
    height: auto;
  }
}
/* === your story === */
.yourstory li {
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  border-bottom: dotted 1px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  min-height: 274px;
}
.yourstory li .txt_box {
  background: #fff;
  line-height: 1.8;
  min-height: 274px;
  padding-right: 40px;
  padding-bottom: 40px;
  position: relative;
  width: 75%;
}
.yourstory li .txt_box::before {
  background: #fff;
  content: "";
  -webkit-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  right: -20px;
  top: 0;
  width: 30px;
  height: 100%;
}
.yourstory li .img_box {
  width: 25%;
}
.yourstory li .img_box a {
  display: block;
  width: 100%;
  height: 100%;
}
.yourstory li p {
  line-height: 2;
}
.yourstory li .lead {
  font-size: 21px;
}
.yourstory li .excerpt {
  font-size: 16px;
  margin-bottom: 20px;
}
.yourstory li .pos,
.yourstory li .name {
  font-size: 18px;
}
.yourstory li .btn {
  border: solid 1px #000;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  display: block;
  margin-top: 20px;
  width: 186px;
  height: 36px;
}

/* === hot === */
.hot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hot li {
  width: 170px;
  margin: 0 0 40px;
}
.hot li a {
  color: #005e6f;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e0eced;
}
.hot li img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.hot li p {
  padding: 1rem;
  text-align: center;
}

@media screen and (max-width: 1320px) {
  .hot li {
    width: 30%;
  }
}
/* === ranking === */
.rank_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rank_tab li {
  color: #005e6f;
  font-size: 1.6rem;
  width: 33%;
  background-color: #e0eced;
  text-align: center;
  padding: 1rem;
}
.rank_tab li.on {
  background-color: #005e6f;
  color: #fff;
  position: relative;
}
.rank_tab li.on:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #005e6f transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -5px;
}

@media screen and (min-width: 769px) {
  .rank_tab li:hover {
    cursor: pointer;
  }
}
.ranking_body {
  counter-reset: ranking;
  display: none;
}
.ranking_body.on {
  display: block;
}

.rank_detail {
  display: table;
  border-bottom: 1px dotted #919191;
  width: 100%;
  padding: 8px 0;
}
.rank_detail a {
  display: inherit;
  width: 100%;
}
.rank_detail a > * {
  display: table-cell;
  vertical-align: middle;
}
.rank_detail p {
  width: 8%;
}
.rank_detail p span {
  padding: 0.3rem 0.7rem;
  background-color: #e0eced;
  color: #005e6f;
}
.rank_detail p span::before {
  counter-increment: ranking;
  content: counters(ranking, ".") " ";
}
.rank_detail:first-child p span {
  background-color: #005e6f;
  color: #fff;
}
.rank_detail .date {
  display: none;
  margin: 0 0 5px;
}
.rank_detail .img {
  padding-left: 10px;
  text-align: right;
  float: right;
}

.ranking_body .btn {
  margin: 15px 0 0;
}
.ranking_body .btn a {
  padding: 1rem 3rem;
}

.content .rank_detail p {
  width: 5%;
}

.rank_detail p span {
  background-color: #f2f2f2;
  color: #3c3c3c;
}

.content .rank_detail:nth-child(2) p span,
.content .rank_detail:nth-child(3) p span {
  background-color: #e0eced;
  color: #005e6f;
}
.content .rank_detail .txt:after {
  clear: both;
  content: "";
  display: block;
}
.content .rank_detail .txt .date {
  float: left;
  margin-right: 2rem;
}
.content .ranking {
  margin: 0 0 60px;
}

/* === banner === */
.banner_area {
  background-color: #f4f4f4;
  padding: 40px 0 10px;
}
.banner_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner_area ul li {
  margin: 0 auto 30px;
  text-align: center;
  width: 33%;
}

/* .banner_area ul::after{
  content: "";
  display: block;
  width: 420px;
} */
@media screen and (max-width: 1320px) {
  .banner_area ul li {
    max-width: 420px;
    width: 32%;
  }
  .banner_area ul::after {
    width: 47%;
  }
  .banner_area ul li img {
    width: 100%;
    height: auto;
  }
}
/* === news === */
.home_news {
  padding: 0;
}
.home_news h2.mainttl2 {
  margin-bottom: 5px;
}

.news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 1.7rem 0;
  border-bottom: 1px dotted #919191;
}
.news li .date {
  font-weight: bold;
  margin-right: 2rem;
}
.news + .btn {
  margin: 15px 0 0;
}
.news + .btn a {
  padding: 1rem 3rem;
}

/* === footer === */
.banner {
  background-color: #e0eced;
  padding: 40px 0;
}
.banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.banner ul::after {
  content: "";
  display: block;
  width: 32.5%;
}
.banner ul li {
  margin-bottom: 15px;
  width: 32.5%;
}
.banner ul li img {
  width: 100%;
}
.banner ul li.center {
  margin: auto;
}
.banner ul li a {
  display: block;
}

/* footer 2階層目*/
.contents .banner {
  background-color: #e0eced;
  text-align: center;
}
.contents .banner ul li.logo {
  width: 100%;
  margin: auto;
}

.powerd {
  background-color: #ebebeb;
  padding: 4rem 0;
}
.powerd .inner {
  display: block;
  text-align: center;
}
.powerd .inner p {
  margin: 1rem 0 0;
}
.powerd .inner img {
  width: 18%;
}

/* footer 2階層目*/
/* .contents .powerd{
  padding: 4rem 0;
}
.contents .powerd .inner{
  display: block;
  text-align: center;
}
.contents .powerd .inner  p{
  margin: 1rem 0 0;
}
.contents .powerd .inner img{
  width: 18%;
} */
.bottom {
  background-color: #005e6f;
  padding: 40px 0;
}
.bottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bottom .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.bottom .nav .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom .nav .sns li {
  margin-right: 15px;
  width: 31px;
}
.bottom .nav .sns li a {
  display: block;
}
.bottom .nav .sns li img {
  width: 100%;
}
.bottom .nav .fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom .nav .fnav li {
  border-left: 1px dotted #fff;
  font-size: 1.3rem;
}
.bottom .nav .fnav li a {
  color: #fff;
  display: block;
  padding: 0 1.5em;
}
.bottom .copyright {
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 1320px) {
  .banner ul li {
    margin-bottom: 15px;
  }
  .banner ul li.logo {
    display: block;
  }
}
/* ================ 2階層目 ================ */
.content h2.mainttl {
  display: block;
  text-align: left;
  font-size: 2.8rem;
  font-weight: normal;
}
.content .shop_name {
  display: block;
  text-align: left;
  font-size: 2.8rem;
  font-weight: normal;
  margin-top: 10px;
}
.content .category_txt h3 {
  font-family: segoe;
  font-size: 2.2rem;
}

.content_mv {
  overflow: hidden;
  position: relative;
  margin: 0 0 60px;
}
.content_mv:after {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content_mv.cover_off::after {
  content: none;
}
.content_mv.is_image {
  height: 350px;
}
.content_mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.content_mv .mv_ttl {
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  display: table;
  width: 100%;
}
.content_mv h1 {
  text-align: center;
  font-size: 5rem;
  font-weight: normal;
  color: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
}
.content_mv h1 span {
  font-size: 2.4rem;
  display: block;
  margin: 20px 0 0;
}
.content_mv .double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content_mv .double > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content_mv .double .cross {
  display: inline-block;
  position: relative;
  margin: 20px 30px 0;
  padding: 0;
  width: 1px;
  height: 50px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.content_mv .double .cross:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 50px;
  height: 1px;
  margin-top: -2px;
  background: #fff;
}
.content_mv.back_white {
  border: solid 2px #ccc;
  padding: 2px;
}
.content_mv.back_white:after {
  content: none;
}
.content_mv.back_white h1 {
  color: #000;
  margin: 60px 0;
}
.content_mv.back_white .mv_ttl {
  border: solid 1px #ccc;
  position: static;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.content_mv.back_white .mv_ttl .double .cross {
  background: #000;
}
.content_mv.back_white .mv_ttl .double .cross:before {
  background: #000;
}

/* === search_box === */
.search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
  width: calc(100% - 152px);
}
.search_box .cross {
  display: inline-block;
  position: relative;
  margin: 0 10px 0;
  padding: 0;
  width: 1px;
  height: 40px;
  background: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search_box .cross:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -19px;
  width: 40px;
  height: 1px;
  margin-top: -2px;
  background: #000;
}
.search_box .select {
  width: 47%;
}
.search_box .btn {
  margin: 30px 0;
  width: 132px;
}

.select_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
}
.select_wrap select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.select_wrap select::-ms-expand {
  display: none;
}
.select_wrap::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.9em;
  width: 0;
  height: 0;
  margin: auto;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.select_wrap select {
  padding: 8px 38px 8px 8px;
  color: #ccc;
}

.search_box .btn input {
  width: 100%;
  height: 39px;
  background: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: left 2rem center;
}
.search_box .btn.sp {
  display: none;
}

@media screen and (max-width: 1320px) {
  .search_box ul {
    width: calc(100% - 130px);
  }
  .search_box .btn {
    width: 110px;
  }
  .search_box .btn input {
    background-position: left 1.5rem center;
  }
}
/* === bread === */
.bread {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.bread li:after {
  content: ">";
  margin: 0 5px;
}
.bread li:last-child:after {
  display: none;
}

.content .flexslider {
  margin: 0 0 30px;
}
.content .flexslider .flex-control-nav {
  bottom: 60px;
}
.content .flexslider .cap {
  text-align: right;
  margin: 20px auto 0;
  width: 80%;
}
.content .mainlead {
  width: 80%;
  margin: auto;
}

.single-vietnam_shop .content .mainlead,
.single-yourstory .content .mainlead {
  width: 100%;
  margin: auto;
}

.page .content .mainlead {
  font-size: 1.6rem;
  line-height: 2;
}
.page .content .mainlead h3 {
  border-left: solid 8px #49c2c3;
  border-bottom: solid 1px #49c2c3;
  font-size: 20px;
  font-weight: 400;
  padding: 5px 10px;
  margin: 20px 0 15px;
}
.page .content .mainlead ul li {
  font-size: 1.6rem;
  line-height: 2;
  list-style-type: disc;
  list-style-position: inside;
}
.page .content .mainlead ol li {
  font-size: 1.6rem;
  line-height: 2;
  list-style-type: decimal;
  list-style-position: inside;
}
.page .content .mainlead h4 {
  background-color: #ddd;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 6px 0 4px 12px;
  margin: 10px 0;
}
.page .dl_box {
  overflow: hidden;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px dotted #ccc;
  width: 75%;
}
.page .dl_box .txt {
  float: right;
  width: 430px;
}
.page .dl_box .txt .txts {
  font-size: 12px;
  margin: 0 0 10px;
}
.page .dl_box .img {
  float: left;
  width: 180px;
}
.page .dl_box .txt .pdf a {
  background: url(../images/ico_pdf.png) right 0 no-repeat;
  padding: 0 24px 0 0;
}

@media screen and (max-width: 768px) {
  .page .dl_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page .dl_box .txt {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page .dl_box .img {
    float: none;
    margin: 0 auto;
  }
}
.content .mainlead p {
  font-size: 1.6rem;
  line-height: 2;
}
.content .mainlead p a {
  color: blue;
}
.content .mainlead .wp-caption {
  margin: auto;
}
.content .mainlead img {
  margin: 15px auto;
  max-width: 1000px;
  height: auto;
}
.content .mainlead .aligncenter {
  display: block;
}
.content .mainlead .alignleft {
  float: left;
  margin-right: 15px;
}
.content .mainlead .txt_left {
  font-size: 16px;
  float: left;
  line-height: 2;
  width: 58%;
}
.content .mainlead .img_right {
  float: right;
  width: 40%;
}
.content .mainlead .img_right img {
  width: 100%;
  height: auto;
  margin: 0 0 30px;
}
.content .mainlead .cf,
.content .mainlead .box {
  content: " ";
  display: block;
  clear: both;
}
.content .flex_right {
  width: 40%;
}
.content .flex_right img {
  width: 100%;
}

/* === eat kiji , eat top === */
.ttl {
  margin: 30px auto;
}
.ttl .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 20px;
}

.single-vietnam_shop .ttl .detail {
  display: block;
}

.ttl .detail .date {
  font-size: 1.8rem;
}

.single-vietnam_shop .ttl .detail .date {
  margin-bottom: 15px;
}

.information {
  border: 20px solid #e0eced;
  padding: 40px;
  margin-bottom: 60px;
}
.information h2 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 30px;
  font-weight: normal;
}
.information table {
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
}
.information table tr {
  border-bottom: 1px solid #ccc;
}
.information table th {
  font-weight: normal;
  width: 15%;
  padding: 1.5rem 0;
}
.information table td {
  padding: 1.5rem 0;
}
.information table + p {
  text-align: right;
  margin: 10px 0;
}
.information .map {
  width: 100%;
}
.information .map iframe {
  width: 100%;
  height: 300px;
}
.information .shop_name {
  font-size: 23px;
}
.information .shop_detail {
  font-size: 16px;
  line-height: 2;
  margin-top: 5px;
  word-wrap: break-word;
}
.information .shop_image {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.information .shop_image img {
  max-width: 250px;
  height: auto;
}
.information .shop_url {
  font-size: 16px;
  line-height: 2;
}

.choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 60px;
}
.choose li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 13.5%;
}
.choose li:hover {
  opacity: 0.7;
}
.choose.dest li {
  width: 24%;
}
.choose button {
  background: #e0eced;
  border: 2px solid #99b5bf;
  color: #005e6f;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 0;
  width: 100%;
}
.choose button span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0.7rem 0 0;
}

.pager {
  margin: 30px 0 60px;
}
.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pager ul li a {
  padding: 0.3rem 0.6rem;
}
.pager ul li span {
  padding: 0.3rem 0.6rem;
}
.pager ul li span.current {
  background-color: #e7e7e7;
}

/* === What’s New === */
.news_list {
  margin: 40px auto;
}
.news_list li {
  border-bottom: 1px dotted #919191;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}
.news_list li a {
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.news_list li a span {
  margin-right: 3rem;
}

/* === margin === */
.mbt40 {
  margin: 40px auto;
}

/* for plugin css */
.wc-shortcodes-column img {
  width: 300px;
  height: auto;
}

.page .wc-shortcodes-column-first,
.page .wc-shortcodes-one-half,
.page u,
.page .campaign_box {
  font-size: 1.6rem;
  line-height: 2;
}

/* === WallPaper === */
.wallpaper_title {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .wallpaper_title {
    font-size: 4vmin;
    padding: 0 4%;
    margin-top: 5px;
  }
}
.select_category {
  text-align: right;
  margin-bottom: 20px;
}
.select_category li {
  background: #666;
  border-radius: 3px;
  border: solid 1px #666;
  font-size: 16px;
  display: inline-block;
  line-height: 1.6;
  padding: 3px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: auto;
}
.select_category li a {
  color: #fff;
}
.select_category li + li {
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .select_category {
    padding: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .select_category li {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .select_category li:hover {
    background: #fff;
  }
  .select_category li:hover a {
    color: #666;
  }
}
.wallpaper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wallpaper::after {
  content: "";
  display: block;
  width: 30%;
}
.wallpaper li {
  width: 31%;
  margin-bottom: 30px;
}
.wallpaper li .img_box {
  width: 100%;
}
.wallpaper li .img_box img {
  width: auto;
  height: 250px;
}
.wallpaper li .lead {
  font-size: 20px;
  margin-bottom: 5px;
}
.wallpaper li .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.wallpaper li .txt_box .download_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
}
.wallpaper li .txt_box .download_box p {
  border: solid 1px #666;
  display: block;
  background: #666;
  border-radius: 3px;
  padding: 3px 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wallpaper li .txt_box .download_box p a {
  color: #fff;
  display: block;
}
.wallpaper li .txt_box .download_box p + p {
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .wallpaper {
    padding: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .wallpaper li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wallpaper li .lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wallpaper li .txt_box .download_box {
    margin-left: 7px;
  }
}
@media screen and (max-width: 768px) {
  .wallpaper li .txt_box .download_box p {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .wallpaper li .txt_box .download_box p:hover {
    background: #fff;
  }
  .wallpaper li .txt_box .download_box p:hover a {
    color: #666;
  }
}
/*	TOPへ戻る
---------------------------*/
.totop {
  width: 60px;
  height: 60px;
  text-align: center;
  z-index: 50;
  right: 25px;
  bottom: 90px;
  position: fixed;
  display: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.totop.scrolling {
  bottom: 25px;
}
.totop a {
  height: 100%;
  display: block;
  position: relative;
}
.totop a img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .totop {
    width: 40px;
    height: 40px;
    bottom: 70px;
    right: 10px;
  }
  .totop.scrolling {
    bottom: 70px;
  }
}
@media screen and (min-width: 769px) {
  .totop a:hover {
    opacity: 1;
  }
}
.fix_banner {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 192px;
  height: 97px;
  z-index: 10;
}
.fix_banner img {
  width: 100%;
}

.wpp-no-data {
  display: none;
}

@media screen and (max-width: 768px) {
  /* === style base === */
  a:hover {
    text-decoration: none;
  }

  /* === extra === */
  .inner {
    max-width: 94%;
    margin: auto;
  }

  img {
    max-width: 100%;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  /* === clearfix === */
  .clearfix:after {
    content: " ";
    clear: both;
    display: block;
  }

  /* === btn === */
  .btn.more_btn {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: -5px;
  }
  .btn.more_btn a,
  .btn.more_btn button {
    background: #fff;
    color: #000;
    font-weight: normal;
    margin: auto;
    display: inline-block;
  }

  /* === header === */
  header {
    padding: 20px 0;
    text-align: center;
    height: 20vmin;
    position: fixed;
    background-color: #fff;
    z-index: 20;
    top: 0;
    width: 100%;
  }
  header + * {
    margin-top: 20vmin;
  }
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header .inner:before {
    content: "";
    width: 25%;
  }
  header .logo {
    width: 50%;
  }
  header h1 {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  header h1 img {
    width: 100%;
    height: auto;
  }

  .header_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 25%;
  }

  .nav_btn {
    background-image: url(../images/nav_btn.png);
    background-size: 8vmin;
    background-repeat: no-repeat;
    width: 8vmin;
    height: 8vmin;
    display: block;
    cursor: pointer;
    margin: 2px 0 0 1rem;
  }

  .header_parts .input_parts input[type="submit"] {
    height: 8vmin;
    border-left: 1px solid #cecece;
  }
  .header_parts .input_parts.pc {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 20vmin;
    left: 0;
    padding-bottom: 10vmin;
  }
  .header_parts .input_parts.pc input {
    height: 8vmin;
    vertical-align: middle;
  }
  .header_parts .input_parts.pc input[type="text"] {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 80%;
    margin-right: 2%;
  }
  .header_parts .input_parts.pc .close {
    width: 12em;
    text-align: center;
    padding: 0.7rem 0rem;
    border: 1px solid #ccc;
    margin: 6vmin auto 0;
    letter-spacing: 0.2rem;
    position: relative;
    font-size: 3vmin;
  }
  .header_parts .input_parts.pc .close span {
    display: inline-block;
    position: relative;
    margin: 0 20px 0 7px;
    padding: 0;
    width: 1px;
    height: 1.6rem;
    background: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -0.5rem;
    top: 50%;
    margin-top: -0.8rem;
  }
  .header_parts .input_parts.pc .close span:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -7px;
    width: 1.6rem;
    height: 1px;
    margin-top: -1px;
    background: #000;
  }

  /* === gnav === */
  .fixed {
    position: fixed;
  }

  .gnav {
    position: fixed;
    top: 20vmin;
    overflow: scroll;
    height: calc(100% - 20vmin);
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .gnav dl {
    height: 100%;
    width: 100%;
    font-size: 3.4vmin;
  }

  .bnav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
  }
  .bnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px dotted #666;
    position: relative;
  }
  .bnav ul li {
    text-align: center;
    border-left: 1px dotted #666;
    width: 25%;
    display: block;
    padding: 1rem;
    font-size: 2vmin;
  }
  .bnav ul li:first-child {
    border: none;
  }
  .bnav ul li span {
    display: block;
    margin: 0.6rem auto 0;
  }
  .bnav ul li img {
    height: 4vmin;
  }
  .bnav .toggle-menu01,
  .bnav .toggle-menu02 {
    display: none;
    position: absolute;
    bottom: 60px;
    width: 100%;
  }
  .bnav .toggle-menu01 a,
  .bnav .toggle-menu02 a {
    display: block;
    position: relative;
    padding: 1rem 4rem;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .bnav .toggle-menu01 a::after,
  .bnav .toggle-menu02 a::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 4px 6px;
    border-color: transparent transparent transparent #005e6f;
    content: "";
    position: absolute;
    left: 3rem;
    top: 50%;
    margin-top: -5px;
  }

  /* === felx-mode === */
  .flex-mode {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0;
  }
  .flex-mode.col02 > * {
    width: 100%;
  }

  /* === mv === */
  .mv {
    margin-top: 20vmin;
  }
  .mv .flexslider .slides li {
    max-height: initial;
  }
  .mv .flexslider .slides li a img {
    max-height: initial;
  }

  .flexslider {
    margin-bottom: 30px;
  }

  .flex-control-nav {
    bottom: -30px;
  }

  .flex-control-paging li a {
    width: 7px;
    height: 7px;
  }

  .single .flexslider .slides li img {
    width: 100%;
    height: 68vw;
  }
  .single .flex-direction-nav a {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }

  .flex-direction-nav a:before {
    font-size: 20px;
  }

  .single-vietnam_shop .flexslider .slides li .txt_box {
    top: 0;
    bottom: 0;
    left: 2%;
    margin: auto;
    background-size: 100%;
    width: 150px;
    height: 150px;
  }
  .single-vietnam_shop .flexslider .slides li .txt_box h3 {
    font-size: 16px;
  }
  .single-vietnam_shop .flexslider .slides li .txt_box h3 span {
    margin-top: 5px;
    padding-top: 5px;
    font-size: 18px;
  }

  .single-yourstory .flexslider .slides li img {
    width: 100%;
    height: auto;
  }
  .single-yourstory .flexslider .slides .img_box {
    top: 20px;
    left: 15px;
    width: 40%;
  }
  .single-yourstory .flexslider .slides .txt_box {
    text-align: left;
    position: static;
    font-size: 14px;
    line-height: 1.6;
    left: 15px;
    bottom: 10px;
    padding: 10px;
  }
  .single-yourstory .content .flexslider {
    margin: 0 0 10px;
  }

  /* === overlink === */
  .overlink li .img {
    overflow: hidden;
  }
  .overlink li a .img > img {
    -webkit-transition: unset;
    transition: unset;
  }

  /* === section === */
  section h2.mainttl {
    font-size: 6vmin;
    margin: 0 0 30px;
  }
  section h2.mainttl2 {
    font-size: 2rem;
    margin: 0 0 25px;
  }
  section h2.mainttl2 > span {
    padding: 0 7px;
  }
  section h2.mainttl2 .is_eng {
    font-size: 2rem;
  }
  section h2.subttl {
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    margin: 0 0 40px;
  }
  section h2.subttl span {
    background-color: #fff;
    padding: 0 2rem;
    font-weight: normal;
    position: relative;
    z-index: 2;
  }
  section h2.subttl:before {
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #c1c1c1;
    height: 1px;
    content: "";
    top: 0.5rem;
    left: 0;
  }
  section h2.subttl.fl {
    font-size: 4vmin;
    width: 96%;
    margin: 0 auto 40px;
  }
  section h2.subttl.fl:before {
    top: 2vmin;
  }

  .content h2.subttl {
    margin: 40px auto 40px;
  }

  /* === category === */
  .category_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .category_list li {
    background-repeat: no-repeat;
    width: 48%;
    height: 30vmin;
    margin: 0 0 20px;
  }
  .category_list li a {
    font-size: 4vmin;
    -webkit-transition: unset;
    transition: unset;
  }
  .category_list li a span {
    line-height: 1.6em;
  }
  .category_list li a span.txt {
    font-size: 1.4rem;
  }
  .category_list li a span span {
    font-size: 1rem;
  }

  /* === destination === */
  .destination {
    background-image: none;
    left: 0px;
    margin-top: 40px;
  }

  .des_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .des_bg:after {
    display: none !important;
  }
  .des_bg ul {
    margin-left: 0;
    width: 48%;
  }
  .des_bg ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .des_bg ul li a {
    padding: 1.5rem 0;
    display: block;
    font-size: 3.2vmin;
  }
  .des_bg ul li a span {
    font-size: 2.2vmin;
    margin-left: 1rem;
  }
  .des_bg ul li.others {
    position: relative;
    left: 53%;
  }

  .deslist_01,
  .deslist_02 {
    position: static;
  }

  /* === find === */
  .find li {
    width: 100%;
    margin: 0 0 30px;
  }
  .find li .new {
    right: -2%;
  }
  .find li .img {
    width: 100%;
    height: 50vmin;
  }
  .find li .img > img {
    width: 100%;
    height: 50vmin;
  }
  .find li .txt {
    padding: 2rem;
  }
  .find li .txt h3 {
    width: 80%;
  }
  .find li .txt h3 img {
    height: 16px;
    width: auto;
  }
  .find li .txt .date {
    width: 20%;
    font-size: 1.2rem;
  }
  .find li .txt .lead {
    width: 100%;
    margin-top: 1rem;
    font-size: 3.4vmin;
  }
  .find li .place {
    font-size: 16px;
  }
  .find li .txt .shop_name {
    font-size: 1.4rem;
  }

  /* === yourstory === */
  .yourstory {
    margin: 0 15px;
  }
  .yourstory li {
    background-size: contain;
    min-height: initial;
  }
  .yourstory li .txt_box {
    min-height: initial;
    width: 60%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .yourstory li .img_box {
    width: 40%;
  }
  .yourstory li .lead {
    font-size: 12px;
  }
  .yourstory li .pos,
  .yourstory li .name {
    font-size: 10px;
  }
  .yourstory li .btn {
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    width: auto;
    padding: 0 30px;
    margin-top: 10px;
  }

  /* === hot === */
  .hot li {
    width: 30%;
    margin: 0 0 40px;
  }
  .hot li img {
    height: 20vmin;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hot li p {
    font-size: 2vmin;
  }

  /* === ranking === */
  .rank_detail {
    display: table;
    border-bottom: 1px dotted #919191;
    width: 100%;
    padding: 1.5rem 0;
  }

  .content .rank_detail p {
    width: 8%;
  }

  .rank_detail .txt {
    padding: 0 1rem;
    font-size: 3vmin;
    line-height: 1.5;
    width: 70%;
  }
  .rank_detail .img {
    width: 100%;
  }
  .rank_detail .img img {
    width: 100%;
    height: auto;
  }

  .ranking_body .btn {
    margin: 30px 0 0;
  }

  .content .ranking_body {
    margin: 0 auto 60px;
    width: 96%;
    min-height: initial;
  }
  .content .rank_tab {
    margin: 0 auto;
    width: 96%;
  }

  /* === banner === */
  .banner_area {
    padding: 30px 0 20px;
  }
  .banner_area ul li {
    margin: 0 0 10px;
    width: 48%;
  }

  /* === news === */
  .home_news {
    padding: 0;
  }
  .home_news h2.mainttl2 {
    margin-bottom: 10px;
  }

  .news li {
    display: block;
    line-height: 1.8;
  }
  .news li .date {
    display: block;
  }
  .news + .btn {
    margin: 30px 0 0;
  }

  /* === footer === */
  footer {
    margin-bottom: 5rem;
  }

  .banner {
    padding: 30px 0;
  }
  .banner ul li {
    width: 100%;
  }

  .powerd {
    background-color: #ebebeb;
    padding: 2rem 0;
  }
  .powerd .inner {
    display: block;
    text-align: center;
  }
  .powerd .inner img {
    width: 50%;
    margin: 0 0 10px;
  }

  .contents .powerd .inner img {
    width: 50%;
  }

  .bottom {
    padding: 3rem 0;
  }
  .bottom .inner {
    display: block;
  }
  .bottom .nav {
    display: block;
  }
  .bottom .nav .sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bottom .nav .sns li:last-child {
    margin-right: 0;
  }
  .bottom .nav .fnav {
    margin: 2rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bottom .nav .fnav li {
    border-left: none;
    font-size: 2vmin;
    margin: 0 0 1rem;
    padding: 0 1vmin;
  }
  .bottom .copyright {
    text-align: center;
    font-size: 3vmin;
  }

  /* ================ 2階層目 ================ */
  .content.inner {
    max-width: 100%;
  }
  .content h2.mainttl {
    font-size: 5vmin;
    line-height: 1.6;
    padding: 0 4%;
  }
  .content .information h2 {
    font-size: 2rem;
  }
  .content .shop_name {
    font-size: 5vmin;
    line-height: 1.6;
  }
  .content .shop_image {
    float: none;
    margin-left: 0;
  }
  .content .shop_image img {
    max-width: 100%;
  }
  .content .shop_detail {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .content .shop_url {
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all;
  }
  .content .mainlead .cf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .content .mainlead .txt_left {
    float: none;
    width: 100%;
  }
  .content .mainlead .alignleft {
    float: none;
    margin-right: 0;
  }
  .content .mainlead .img_right {
    float: none;
    width: 100%;
  }

  .content_mv {
    position: relative;
    margin: 0 0 30px;
  }
  .content_mv .mv_ttl {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    display: table;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
  .content_mv.is_image {
    height: 250px;
  }
  .content_mv h1 {
    font-size: 6vmin;
  }
  .content_mv h1 span {
    font-size: 1.4rem;
    display: block;
    margin: 15px 0 0;
  }
  .content_mv .mv_ttl .double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content_mv .mv_ttl .double > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content_mv .mv_ttl .double .cross {
    display: inline-block;
    position: relative;
    margin: 0 30px;
    padding: 0;
    width: 1px;
    height: 50px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .content_mv .mv_ttl .double .cross:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    width: 50px;
    height: 1px;
    margin-top: -2px;
    background: #fff;
  }
  .content_mv.back_white h1 {
    margin: 30px 0;
  }

  /* === search === */
  .search_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px auto;
    padding-left: 1%;
    width: 95%;
  }
  .search_box .select {
    width: 42%;
  }
  .search_box .btn.sp {
    display: inline-block;
  }
  .search_box .btn_search {
    margin: auto 5px;
    width: 30px;
  }
  .search_box .btn_search input {
    background-position: center center;
    height: 8vmin;
  }
  .search_box .cross {
    height: 30px;
  }
  .search_box .cross:before {
    left: -14px;
    margin-top: -1px;
    width: 30px;
  }

  .header_search .btn {
    cursor: pointer;
    margin: 0 0.5rem 0 0;
    background:
      url(../images/search.png),
      -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    background: url(../images/search.png), linear-gradient(#ffffff 0%, #efefef 100%);
    background-repeat: no-repeat;
    background-position: center;
    height: 8vmin;
    width: 8vmin;
    border: 1px solid #ccc;
  }

  /* === bread === */
  .bread {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
  }
  .bread ul {
    display: none;
  }

  .content .flexslider {
    margin: 0 0 30px;
  }
  .content .flexslider .flex-control-nav {
    bottom: 10vw;
  }
  .content .flexslider .cap {
    font-size: 2vmin;
    padding: 0 4%;
  }
  .content > .flex-mode {
    width: 96%;
    margin: 40px auto 0;
  }
  .content .mainlead {
    width: 100%;
  }
  .content .mainlead img {
    max-width: 100%;
  }
  .content .mainlead p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .content .flex_right {
    width: 100%;
  }
  .content .flex_right img {
    width: 100%;
  }

  /* === eat kiji , eat top === */
  .ttl {
    margin: 20px auto;
  }
  .ttl .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 4% 2rem;
  }
  .ttl .detail h2 {
    padding: 0;
  }
  .ttl .detail .date {
    font-size: 3vmin;
  }
  .ttl .detail .category {
    width: 50%;
  }
  .ttl .detail .category img {
    height: 4vmin;
    max-width: unset;
  }

  .information {
    border: 20px solid #e0eced;
    padding: 20px;
    width: 96%;
    margin: 30px auto 30px;
  }
  .information h2 {
    font-size: 3.4vmin;
  }
  .information table {
    font-size: 1.4rem;
  }
  .information table th {
    width: 20%;
  }

  .content .find {
    width: 94%;
    margin: auto;
  }

  .category .content .find li:nth-child(5),
  .category .content .find li:nth-child(6) {
    display: none;
  }

  .choose {
    display: none;
  }

  .pager {
    margin: 30px 0 60px;
  }
  .pager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pager ul li a {
    padding: 0.3rem 0.6rem;
  }
  .pager ul li span {
    padding: 0.3rem 0.6rem;
  }
  .pager ul li span.current {
    background-color: #e7e7e7;
  }

  /* === What’s New === */
  .news_list {
    margin: 20px auto;
    width: 96%;
  }
  .news_list li {
    font-size: 3.4vmin;
    letter-spacing: 0;
  }

  .fix_banner {
    top: auto;
    bottom: 120px;
    width: 27%;
    height: auto;
  }
}

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