@charset "UTF-8";
/*$font-family-sans-serif:"游ゴシック",
YuGothic,
"ヒラギノ角ゴ Pro",
"Hiragino Kaku Gothic Pro",
"メイリオ",
"Meiryo",
sans-serif;*/
/*
$font-family-sans-serif: -apple-system,
"BlinkMacSystemFont",
"Helvetica Neue",
Helvetica,
"Arial",
"ヒラギノ角ゴ ProN W3",
"Hiragino Kaku Gothic ProN",
"メイリオ",
Meiryo,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji";
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5 {
  font-feature-settings: "palt";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
input,
select {
  vertical-align: middle;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*Mobile font size adjust*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p {
  line-height: 1.6;
}

abbr,
acronym {
  border-bottom: 1px dotted #dedede;
  cursor: help;
}

em {
  font-style: italic;
}

p,
fieldset,
table,
pre {
  font-size: 100%;
  margin-bottom: 1.2em;
}

img {
  vertical-align: bottom;
}

blockquote {
  background-color: #f0f0f0;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

pre {
  background-color: #f9fffd;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

.sp_block {
  display: inline;
}

@media screen and (max-width: 767px) {
  .brblock {
    display: none;
  }
  .sp_block {
    display: block;
  }
}
table {
  border-collapse: collapse;
  border: none;
}

/* --------------------------------

img

-------------------------------- */
.imgs {
  margin-bottom: 8px;
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

.isRadius {
  border-radius: 6px;
  overflow: hidden;
}

.shadow {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}

.resimg {
  display: block;
  width: 100%;
  height: auto;
  /*backface-visibility: hidden;*/
}

.postResimg img {
  width: 100%;
  height: auto;
  display: block;
}

/* postimg */
.postimg {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 60%;
}

strong {
  font-weight: 900;
}

/* map youtube */
.map_youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-bottom: 32.25%;*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.map_youtube iframe,
.map_youtube object,
.map_youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------

list

-------------------------------- */
ul.no-dots {
  margin: 0;
  padding: 0;
}

ul.no-dots li {
  list-style: none;
  margin: 0 0 0 0;
  padding: 8px 6px;
  border-bottom: 1px solid #dedede;
}

ul.no-dots li:last-child {
  border-bottom: none;
}

ul.no-dots-link {
  margin: 0;
}

ul.no-dots-link li {
  margin: 0;
  list-style: none;
}

ul.kome,
.boxS ul.kome {
  margin-bottom: 16px;
}

ul.kome li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}

ul.kome.bdlist li,
ol.numList.bdlist li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}

ol.numList {
  padding: 0 0 0 0;
  margin: 8px 0 8px 0;
}
ol.numList li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  font-size: 1rem;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0;
}
ol.numList li::before {
  display: marker;
  content: "" counter(cnt) ". ";
  color: #949494;
  padding-left: -0.5em;
}

/* diamond */
.diamond {
  margin: 4px 0 6px 0;
  padding: 0 0 0 16px;
}

.diamond li {
  position: relative;
  font-size: 1rem;
}

.diamond li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: -0.8em;
  width: 3px;
  height: 3px;
  background-color: #852029;
  transform: rotate(-45deg);
}

/* ※ */
.noteList {
  margin: 0 auto 16px;
  line-height: 1.4;
  font-weight: 400;
  padding-left: 1em;
}

.noteList > li {
  padding-left: 0;
  text-indent: -1em;
  padding: 0;
  font-size: 1rem;
}

.noteList > li:before {
  content: "※";
  margin-right: 6px;
  color: #7d7d7d;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
}

/*body {
	font-family: "メイリオ",
		Meiryo;
}*/
/*[lang=ja] body {

	// for IE10+
	@media all and (-ms-high-contrast: none) {
		& {
			font-family: Verdana, Meiryo, sans-serif;
		}
	}

	@media all and (-ms-high-contrast: active) {
		& {
			font-family: Verdana, Meiryo, sans-serif;
		}
	}

}*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.825rem;
  font-family: inherit;
  font-weight: 900;
  line-height: 1.4;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.625rem;
}

h3,
.h3 {
  font-size: 1.437rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 500;
}

.display-1 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-3 {
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-4 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

table {
  width: 100%;
  background-color: #fff;
  margin-bottom: 1rem;
}

th,
td {
  padding: 0.5rem;
  /*border: 1px solid #bbb;*/
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

/*====Basic List Style ====================================*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dedede;
  margin: 2rem 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  hr {
    margin: 1rem 0;
  }
}
p {
  line-height: 1.8;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  p {
    line-height: 1.6;
  }
}
ol,
ul {
  /*bringing lists on to the page with breathing room */
  margin-left: 0em;
  margin-bottom: 1.2em;
}

ol {
  /*giving OL's LIs generated numbers*/
  list-style: decimal outside;
}

ul {
  /*giving UL's LIs generated disc markers*/
  /*list-style-type: disc;*/
  list-style-type: none;
}

ul li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

ol li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

li ul,
li ol {
  margin-left: 0;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  margin: 0 0px 0 0em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-left: 2em;
  margin-bottom: 0;
}

/*+++++++++++++++++++++++++++++++++*/
/*      Link Icons                 */
/*+++++++++++++++++++++++++++++++++*/
/* https://icomoon.io/app/  */
.txt_icon {
  padding-left: 1.8em;
  position: relative;
}

.txt_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -0.7em;
  width: 1.4em;
  height: 1.4em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*border-radius: 0.4rem;*/
  background-position: center center;
}

.icon_home:after {
  background-image: url(../img/def/css/svg/home.svg);
}

.icon_arrow:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_rev:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_up:after {
  background-image: url(../img/def/css/svg/circle-up.svg);
}

.icon_arrow_down:after {
  background-image: url(../img/def/css/svg/circle-down.svg);
}

.icon_pdf:after {
  background-image: url(../img/def/css/svg/file-pdf.svg);
}

.icon_word:after {
  background-image: url(../img/def/css/svg/file-word.svg);
}

.icon_excel:after {
  background-image: url(../img/def/css/svg/file-excel.svg);
}

.icon_zip:after {
  background-image: url(../img/def/css/svg/file-zip.svg);
}

.icon_down:after {
  background-image: url(../img/def/css/svg/download.svg);
}

.icon_image:after {
  background-image: url(../img/def/css/svg/image.svg);
}

.icon_page:after {
  background-image: url(../img/def/css/svg/page.svg);
}

.icon_feed:after {
  background-image: url(../img/def/css/svg/feed.svg);
}

.icon_facebook:after {
  background-image: url(../img/def/css/svg/facebook.svg);
}

.icon_twitter:after {
  background-image: url(../img/def/css/svg/twitter.svg);
}

.icon_youtube:after {
  background-image: url(../img/def/css/svg/youtube.svg);
}

/*==== Paragraph & Font Settings ====================================*/
.min {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  transform: rotate(0.03deg);
}

.atten {
  color: #A10000;
}

.green {
  color: #0f660a;
}

.blue {
  color: #1369af;
}

.orange {
  color: #F90;
}

.red {
  color: red;
}

/*=====Basic Tag Utility====*/
.clb {
  clear: both;
}

ul.mg_bot,
p.mg_bot,
.mg_bot {
  margin-bottom: 2rem;
}

ul.nmg,
p.nmg,
.nmg {
  margin-bottom: 0;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.full_width {
  width: 100%;
  height: auto;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .pc_content {
    display: none;
  }
}
/*PC / Tablet*/
@media screen and (min-width: 768px) {
  .sp_content {
    display: none;
  }
}
/*=== Basic Link Style ============================================================*/
a:link {
  color: #852029;
  text-decoration: none;
  transition: 0.3s;
}

a:visited {
  color: #852029;
  text-decoration: none;
}

a:hover {
  color: #b9565f;
  text-decoration: none;
}

/*
.mainContent a:link {
	text-decoration: underline;
}
*/
.field p a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

.field p a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #852029;
  transition: 0.3s;
}

.field p a:hover::after {
  width: 100%;
}

/*=====lazyload======*/
.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: all 2s;
}

/*=====Clear fix======*/
/* For modern browsers */
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

body {
  position: relative;
  color: #313131;
  background-color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.loginbar {
  position: relative;
  width: 100%;
  color: #fff;
  background-color: #000;
  font-size: 14px;
  text-align: right;
}
.loginbar .loginbar_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding: 4px 8px;
}
.loginbar a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 900px) {
  .loginbar {
    position: relative;
    width: 100%;
    color: #fff;
    background-color: #000;
    font-size: 13px;
    text-align: left;
  }
  .loginbar .loginbar_inner {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 4px 8px;
  }
  .loginbar a {
    color: #fff;
    text-decoration: underline;
  }
}
@media screen and (max-width: 900px) {
  body {
    min-width: 100%;
  }
}
.is_active {
  top: 2px;
  right: 44px;
  transition: all 0.6s;
  opacity: 1;
}

header {
  position: relative;
}

#topImg {
  position: relative;
  width: 100%;
  background: #211d1e;
  height: 880px;
}

#main_visual {
  position: relative;
  width: 100%;
  content: "";
  background: url(../img/pages/root/pc_main_visual.jpg) center center no-repeat;
  background-size: cover;
  opacity: 1;
  overflow: hidden;
  height: 880px;
}

#main_visual_inner {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1024px;
  overflow: hidden;
  height: 880px;
}

.oyster_logo {
  width: 100%;
  max-width: 1024px;
  position: absolute;
  top: 140px;
  left: 0;
  margin: 0 auto;
  padding: 0 24px;
}
.oyster_logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 900px) {
  #topImg {
    position: relative;
    width: 100%;
    background: #211d1e;
    height: 80vh;
  }
  #main_visual {
    position: relative;
    background: url(../img/pages/root/pc_main_visual.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
  }
  #main_visual .sp_content {
    display: block;
  }
  #main_visual_inner {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 80vh;
  }
  .oyster_logo {
    position: absolute;
    top: 140px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 94%;
    display: inline-block;
    max-width: auto;
  }
  .oyster_logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #topImg {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: auto;
    width: 100%;
    background: #211d1e;
  }
  #main_visual {
    position: relative;
    background: url(../img/pages/root/sp_main_visual.jpg) no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
    height: 60vh;
    min-height: 580px;
  }
  #main_visual_inner {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 60vh;
    min-height: 580px;
  }
  .oyster_logo {
    position: absolute;
    top: 140px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 90%;
    display: inline-block;
  }
  .oyster_logo img {
    width: 100%;
    height: auto;
  }
}
#underImg {
  position: relative;
  z-index: 1;
  min-height: auto;
  width: 100%;
  background: #211d1e;
  height: 380px;
  margin: 0;
  padding: 0;
}

#under_visual_inner {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1024px;
  min-height: 380px;
  width: 100%;
  overflow: hidden;
}
#under_visual_inner h1 {
  font-size: 2rem;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
#under_visual_inner .oyster_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  display: inline-block;
  margin-top: 16px;
}

@media screen and (max-width: 900px) {
  #underImg {
    height: 300px;
  }
  #under_visual_inner {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 300px;
    min-height: 200px;
    width: 100%;
    overflow: hidden;
  }
  #under_visual_inner h1 {
    font-size: 2rem;
  }
  #under_visual_inner .oyster_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    display: inline-block;
    margin-top: 40px;
  }
}
.selector {
  font-feature-settings: "palt";
}

/**/
.visual_copy {
  position: absolute;
  top: 483px;
  left: 40px;
  font-size: 2.375rem;
  color: #fff;
  text-align: left;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  vertical-align: baseline;
}
.visual_copy span.honki {
  font-size: 4.5rem;
  line-height: 1;
  vertical-align: middle;
}
.visual_copy span.nino {
  font-size: 1.125rem;
  font-weight: 200;
  vertical-align: middle;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 900px) {
  .visual_copy {
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 60px;
    font-size: 2.375rem;
    color: #fff;
    text-align: left;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    vertical-align: baseline;
    display: block;
  }
  .visual_copy span.honki {
    font-size: 4.5rem;
    line-height: 1;
    vertical-align: middle;
  }
  .visual_copy span.nino {
    font-size: 1.125rem;
    font-weight: 200;
    vertical-align: middle;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .visual_copy {
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 1%;
  }
}
.attenBox {
  margin: 0 auto 16px;
  padding: 16px;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #841f29;
}
.attenBox p {
  color: #841f29;
  margin-bottom: 0;
}
.attenBox p a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .attenBox p {
    font-size: 13px;
    text-align: left;
  }
  .attenBox br {
    display: none;
  }
}
.specialBox {
  position: absolute;
  bottom: 80px;
  right: 16px;
  border-radius: 4px;
  background-color: #333;
}
.specialBox .specialLink {
  width: 250px;
  padding: 8px;
  text-align: left;
}
.specialBox .specialLink .title {
  font-weight: 900;
  font-size: 12px;
  color: #fff;
  margin-bottom: 8px;
}
.specialBox .specialLink img {
  border: 1px solid #000;
}

#kodawari_visual {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: url(../img/pages/visual/kodawari_visual.jpg) no-repeat 50% 50%;
  background-size: cover;
  opacity: 1;
}

#about_visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background: url(../img/pages/visual/about_visual.jpg) no-repeat 50% 50%;
  background-size: cover;
  opacity: 1;
}

#voice_visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background: url(../img/pages/visual/about_visual.jpg) no-repeat 50% 50%;
  background-size: cover;
  opacity: 1;
}

#item_visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background: url(../img/pages/visual/item_visual.jpg) no-repeat 50% 50%;
  background-size: cover;
  opacity: 1;
}

#guide_visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background: url(../img/pages/visual/guide_visual.jpg) no-repeat 50% 50%;
  background-size: cover;
  opacity: 1;
}

#specialImg {
  position: relative;
  z-index: 1;
  min-height: auto;
  width: 100%;
  background: #211d1e;
  height: 620px;
  margin: 0;
  padding: 0;
}

#special_visual_inner {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1024px;
  min-height: 620px;
  width: 100%;
  overflow: hidden;
}
#special_visual_inner h1 {
  font-size: 2rem;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 900;
  color: #fff;
  margin-top: 16px;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
#special_visual_inner h1 span {
  display: block;
  font-size: 1.25rem;
}
#special_visual_inner .oyster_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  display: inline-block;
  margin-top: 16px;
}

#party_visual {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: url(../img/pages/visual/party_visual.jpg) no-repeat 50% 50%;
  background-size: cover;
  opacity: 1;
}

.main_header.intro {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  z-index: 9;
}

.intro_inner {
  position: relative;
  width: 1024px;
  height: 100px;
  margin: 0 auto;
}

.main_header .logo {
  position: absolute;
  top: 6px;
  left: 12px;
  width: 100%;
  max-width: 304px;
}

.main_header .logo img {
  width: 100%;
  height: auto;
}

.main_header .catchcopy {
  font-size: 13px;
  color: #fff;
  text-align: left;
  margin-bottom: 4px;
}

@media only screen and (max-width: 900px) {
  .main_header.intro {
    position: fixed;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    z-index: 9;
  }
  .intro_inner {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .main_header .logo {
    position: relative;
    top: 2px;
    left: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .main_header .logo img {
    width: 100%;
    max-width: 180px;
    height: auto;
  }
  .main_header .catchcopy {
    font-size: 11px;
    color: #fff;
    text-align: center;
    margin-bottom: 4px;
  }
}
#introLink {
  position: absolute;
  right: 12px;
  top: 8px;
  display: block;
  text-align: left;
  z-index: 2;
  width: 68%;
  max-width: 680px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  /*align-content: center;*/
  align-items: center;
}

.hd_faxbtn a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.hd_login {
  flex-basis: 112px;
  align-self: center;
  /*
  	ul li a:hover {
  		opacity: 0.6;
  		text-decoration: none;
  	}



  	ul li::before {
  		position: absolute;
  		content: "";
  		vertical-align: middle;
  	}

  	ul li::after {
  		position: absolute;
  		top: 50%;
  		right: 6px;
  		content: '';
  		width: 6px;
  		height: 6px;
  		border-top: solid 2px var.$font-color;
  		border-right: solid 2px var.$font-color;
  		transform: translate(0%, -50%) rotate(45deg);
  	}

  	ul li.login a {
  		color: #fff;
  	}

  	ul li.contact a {
  		color: var.$font-color;
  	}

  	ul li.login::after {
  		border-top: solid 2px #fff;
  		border-right: solid 2px #fff;
  	}

  	ul li.login {
  		background-color: #d96600;
  	}

  	ul li.contact {
  		background-color: #fff;
  	}
  */
}
.hd_login ul {
  margin: 0;
  padding: 0;
}
.hd_login ul li {
  position: relative;
  width: 100%;
  color: #313131;
}
.hd_login ul li:last-child {
  margin: 0;
}
.hd_login ul li a {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 900;
}
.hd_login ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.hd_login .login a {
  color: #fff;
  padding: 6px 10px;
  background: #d96600 url(../img/module/icon/login.svg) no-repeat 96% 50%;
  background-size: auto 15px;
  border-radius: 4px;
}
.hd_login .login.is_logout a {
  color: #333;
  background: #fff url(../img/module/icon/logout.svg) no-repeat 96% 50%;
  background-size: auto 15px;
}
.hd_login .contact a {
  background-color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  color: #333;
}
.hd_login .contact a::after {
  position: absolute;
  top: 50%;
  right: 6px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #313131;
  border-right: solid 2px #313131;
  transform: translate(0%, -50%) rotate(45deg);
}

@media only screen and (max-width: 900px) {
  #introLink {
    display: none;
  }
}
/* --------------------------------

	menu

-------------------------------- */
.menu-btn {
  display: none;
}

@media only screen and (max-width: 900px) {
  .menu-btn {
    display: inherit;
  }
  .menu-btn {
    position: fixed;
    display: table;
    height: 44px;
    padding: 0 1em;
    font-size: 11px;
    text-transform: uppercase;
    /*color: var.$point-color;*/
    font-weight: 900;
    top: 12px;
    right: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.9);
    z-index: 10;
  }
  .menu-btn span {
    display: table-cell;
    vertical-align: middle;
  }
  .menu-btn em,
  .menu-btn em::after,
  .menu-btn em::before {
    display: block;
    position: relative;
    height: 2px;
    width: 20px;
    background-color: #1f4038;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .menu-btn em {
    margin: 0 auto;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .menu-btn em::before,
  .menu-btn em::after {
    position: absolute;
    content: "";
    left: 0;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .menu-btn em::before {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .menu-btn em::after {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
  .menu-btn.active {
    position: fixed;
    z-index: 9999;
  }
  .menu-btn.active em {
    background-color: rgba(255, 255, 255, 0);
  }
  .menu-btn.active em::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-btn.active em::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.dropmenu {
  display: none;
}

@media only screen and (max-width: 900px) {
  .dropmenu {
    position: fixed;
    top: 0;
    left: -60px;
    width: 100%;
    height: 100vh;
    background-color: #242020;
    padding: 0;
    z-index: 9;
    text-align: left;
    display: inherit;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate(0);
    opacity: 1;
    padding: 12px;
  }
  .dropmenu.hide {
    transform: translate(-81%);
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
  }
  .animation {
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    transform: translateZ(0);
    transition: all 0.2s;
  }
  .subBox {
    padding-left: 60px;
  }
  .subBox ul {
    margin-bottom: 12px;
  }
  .subBox li {
    margin: 0;
    padding-left: 0;
  }
  .accordion-menu {
    margin: 0 0 16px;
    padding: 0;
    background-color: #fff;
    overflow-y: auto;
    border-radius: 4px;
  }
  .accordion-cart .cart_nav {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 14px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .accordion-cart .cart_nav a {
    font-size: 14px;
    padding: 13px 40px 13px 12px;
    background: url(../img/module/icon/icon_cart.svg) no-repeat 98% 50%;
    background-size: auto 26px;
  }
  li.header_menu_item,
  li.header_menu_itemSub {
    position: relative;
    border-bottom: 1px dotted #dedede;
    margin: 0;
  }
  li.cart_logins a {
    display: block;
    font-size: 14px;
    padding: 13px 40px 13px 12px;
    background: #607d8b url(../img/module/icon/login.svg) no-repeat 98% 50%;
    background-size: auto 26px;
    color: #fff;
  }
  li.cart_logins_out a {
    display: block;
    font-size: 14px;
    padding: 13px 40px 13px 12px;
    background: #fff url(../img/module/icon/logout.svg) no-repeat 98% 50%;
    background-size: auto 26px;
    color: #333;
  }
  li.header_menu_item a,
  li.header_menu_itemSub a {
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 15px;
    padding: 12px 16px;
    color: #313131;
  }
  li.header_menu_item > a::after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #313131;
    border-right: solid 2px #313131;
    transform: translate(0%, -50%) rotate(45deg);
  }
  /* open*/
  li.header_menu_itemSub.open .dropdownlink {
    font-weight: 900;
    color: #fff;
    background-color: #852029;
  }
  li.header_menu_itemSub > a::before {
    position: absolute;
    content: "";
    vertical-align: middle;
  }
  li.header_menu_itemSub > a::after {
    position: absolute;
    top: 45%;
    right: 16px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #1f4038;
    border-right: solid 1px #1f4038;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  li.header_menu_itemSub.open > a::after {
    position: absolute;
    top: 45%;
    right: 16px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  li.header_menu_itemSub.open ul.submenuItems li {
    position: relative;
    border: none;
  }
  .submenuItems {
    display: none;
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
  }
  .submenuItems li {
    margin: 0;
    padding: 0;
  }
  .submenuItems li a {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding: 12px 16px;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    background: none;
    text-decoration: none;
  }
  .submenuItems li a.w100 {
    width: 100%;
    float: none;
  }
  .dropdownlink > a {
    text-decoration: none;
  }
  .accordion-menu li {
    list-style: none;
  }
  .no-scroll #wrapper {
    position: fixed;
    z-index: 8;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .no-scroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .sidenav_bottom {
    background-color: #242020;
    color: #fff;
    padding: 16px 0 0 0;
  }
  .side_logo {
    position: relative;
    width: 60%;
    max-width: 220px;
    margin: 0 16px 8px;
  }
  .side_logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .subBox .add {
    background-color: #242020;
    color: #fff;
    padding: 16px;
  }
  .subBox .add h1 {
    font-size: 13px;
    font-weight: 900;
    color: #fff;
  }
  .subBox .add h1 span {
    display: block;
    color: #bfbfbf;
  }
  .subBox .add p {
    font-size: 12px;
    margin-bottom: 4px;
    color: #bfbfbf;
  }
  .side_tel {
    position: relative;
  }
  .side_tel a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
  }
  .side_tel span {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
  }
}
.primary {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  padding: 0;
  overflow: hidden;
  z-index: 3;
}
.primary.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: 3;
  display: inherit;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.6);
}

#topImg .primary {
  position: absolute;
  bottom: 0;
}

#underImg .primary {
  position: absolute;
  bottom: 0;
}

/*sp*/
@media only screen and (max-width: 900px) {
  .primary,
  .primary.clone-nav {
    display: none;
  }
}
.clone-nav {
  transition: 0.3s;
  transform: translateY(-100%);
}

.primary.clone-nav .gn {
  padding: 8px 0;
}

.is-show {
  transform: translateY(0);
}

.gn {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  padding: 8px 0;
}

@media only screen and (max-width: 900px) {
  .gn {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 8px 16px;
  }
}
.gn_nav {
  width: 870px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
}

.gn a {
  flex: 1;
  align-items: center;
  padding: 12px 4px;
  font-size: 14px;
  font-weight: 900;
  position: relative;
  display: block;
  text-decoration: none;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

.gn a.gnav05 {
  flex-basis: 42px;
}

.gn_nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #852029;
  transform: scale(0, 0);
  transform-origin: center bottom;
  transition: transform 0.3s;
}

.gn_nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 50%;
  background-color: #dedede;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.gn a {
  color: #fff;
}

.gn a:hover {
  color: #dcdcdc;
  text-decoration: none;
}

.gn a:hover:after {
  bottom: 0px;
  transform: scale(0.8, 1);
  transition: all 0.4s;
  color: #eeeeee;
}

.gn a.active:after {
  transform: scale(0.8, 1);
  color: #fff;
}

.cart_nav {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 4px;
  background-color: #852029;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.cart_nav a {
  display: block;
  color: #fff;
  padding: 12px 12px 12px 36px;
  font-size: 14px;
  background: url(../img/module/icon/icon_cart.svg) no-repeat 6px 50%;
  background-size: auto 22px;
}

/* --------------------------------

	footer

-------------------------------- */
footer {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f3ece1;
  padding: 40px 0;
  /*	box-shadow: 0px -3px 8px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px -3px 8px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -3px 8px -3px rgba(0, 0, 0, 0.1);*/
  z-index: 1;
}

.footer_logo {
  margin-bottom: 8px;
}
.footer_logo img {
  max-width: 340px;
  width: 100%;
  margin-bottom: 12px;
}

.footer_add {
  max-width: 360px;
  width: 100%;
  margin: 0 auto 8px;
  text-align: left;
}
.footer_add p {
  font-size: 12px;
  margin: 0;
}
.footer_add p.ft_name {
  font-weight: 900;
  font-size: 13px;
}

#footer_under {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 36px 0 18px;
}

.copyright {
  width: 100%;
  padding: 8px 0;
  font-size: 11px;
}

.footer_inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 8px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.footer_inner a {
  color: #313131;
}
.footer_inner h1 {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-size: 1.25rem;
}
.footer_inner h2 {
  font-size: 0.875rem;
  margin-bottom: 4px;
}
.footer_inner h3 {
  font-weight: 200;
  font-size: 0.725rem;
}
.footer_inner span {
  font-weight: 200;
  font-size: 0.725rem;
}
.footer_inner .field {
  margin-top: 0;
  margin-bottom: 8px;
}
.footer_inner p {
  font-size: 0.725rem;
}
.footer_inner ul {
  margin-bottom: 1em;
  list-style-type: none;
  margin-left: 0;
  padding-top: 0px;
  padding-left: 1em;
}
.footer_inner ul li {
  font-size: 0.725rem;
  margin-bottom: 4px;
  padding: 0;
}
.footer_inner ul li a {
  text-decoration: underline;
}

.footer_navi {
  flex: 1;
  margin-left: 0;
  list-style-type: none;
  padding: 0 8px;
}

.telfax {
  font-weight: 200;
  font-size: 1rem;
  margin-bottom: 16px;
}
.telfax span {
  font-weight: 900;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-size: 1.437rem;
}

.footer-sp-logo {
  display: none;
}

@media only screen and (max-width: 900px) {
  footer {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer_inner {
    display: none;
  }
  #footer_under {
    padding: 12px;
  }
  #footer_under img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 12px;
  }
  #footer_under p {
    font-size: 11px;
    margin: 0;
  }
  #footer_under p.ft_name {
    font-weight: 900;
    font-size: 12px;
  }
  #footer_under .copyright {
    width: 100%;
    font-size: 10px;
  }
}
.is_sp_footer {
  display: none;
}

@media only screen and (max-width: 900px) {
  .is_sp_footer {
    position: relative;
    width: 100%;
    padding: 16px 36px;
    text-align: left;
    display: inherit;
  }
  .ft_Box {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin-bottom: 12px;
    background: #fff;
  }
  .ft_inner {
    border-top: 1px solid #dedede;
    padding: 6px 16px;
  }
  .ft_inner p {
    margin: 0;
  }
  .ft_tel_btn {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 30%;
    max-width: 200px;
    min-width: 108px;
    display: block;
    margin-top: 7px;
  }
}
.is_tax {
  background: #841f29;
  padding: 0 12px;
}

@media screen and (max-width: 767px) {
  .is_tax {
    background: #000;
    padding: 24px 24px;
  }
  .is_tax .idxContentGroup {
    padding: 0;
  }
}
/*@use "styles/index";*/
.item_number {
  font-size: 13px;
  color: #666;
}

.is_setmenu .item_number {
  font-size: 13px;
  color: #fff;
}

.mainContent {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .mainContent {
    overflow: hidden;
  }
}
.idxContent {
  position: relative;
  width: 100%;
}

.idxContentGroup {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 24px 16px;
}

.idxContent::after,
.idxContentGroup::after,
.idxContentBox::after,
.inner::after {
  clear: both;
  content: "";
  display: block;
}

.idxContent::before,
.idxContentBox::before,
.idxContentGroup:before,
.inner:before,
.idxContent::after,
.idxContentBox::after,
.idxContentGroup::after,
.inner::after {
  content: "";
  display: table;
}

.idxContent::after,
.idxContentBox::after,
.idxContentGroup::after,
.inner::after {
  clear: both;
}

.idxContent.indexList {
  position: relative;
  width: 100%;
  margin: 0 auto 16px;
  padding: 0;
}

#idxDetail {
  position: relative;
}

.idxContentDetail {
  width: 67%;
  float: left;
  margin-bottom: 0;
  padding: 0;
}

.idxSideDetail {
  /*  position: relative;*/
  width: 30%;
  float: right;
  padding: 0;
  overflow: hidden;
}

.idxcart {
  margin: 0;
  padding: 10px 0 20px 0;
}

@media screen and (max-width: 900px) {
  .idxContentDetail {
    width: 100%;
    float: none;
    margin: 0 auto 36px;
    padding: 0;
    overflow: hidden;
  }
  .idxSideDetail {
    width: 100%;
    float: none;
    display: inherit;
    margin-bottom: 0;
    padding: 0;
  }
  .idxcart {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 900px) {
  .idxContentGroup {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .idxContent {
    position: relative;
    width: 100%;
  }
  .idxContentGroup {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 16px 16px;
  }
  .idxContent.indexList {
    position: relative;
    width: 100%;
    margin: 0 auto 8px;
    padding: 0;
  }
}
.thumb_horiguchi {
  position: absolute;
  bottom: -90px;
  right: 12px;
}

@media screen and (max-width: 900px) {
  .thumb_horiguchi {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .thumb_horiguchi {
    display: none;
  }
}
.is_catchParty {
  font-size: 18px;
  text-align: center;
}
.is_catchParty br {
  display: block;
}

@media screen and (max-width: 767px) {
  .is_catchParty {
    font-size: 14px;
    text-align: left;
  }
  .is_catchParty br {
    display: none;
  }
}
/* --------------------------------

detail

-------------------------------- */
.is_center {
  text-align: center;
}

/*.idxContentBox + .Box*/
.idxContentBox {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 36px;
  padding: 24px 60px 24px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .idxContentBox {
    width: auto;
    max-width: 100%;
    margin: 0 12px 36px;
    padding: 24px 12px 12px;
  }
}
/* detail thumbnail+summary*/
.BoxSingle {
  position: relative;
  /*width: var.$content-width;*/
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 36px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .BoxSingle {
    width: auto;
    max-width: 100%;
    margin: 0 0 24px;
    padding: 12px 12px 12px;
    border-radius: 0px;
  }
}
.is_point {
  position: relative;
  text-align: left;
  width: 100%;
  height: 410px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  background: #211d1e url(../img/pages/root/oyster_bg_kodawari.jpg) no-repeat 100% 100%;
  background-size: 48% auto;
}

.title_kodawari {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  background: url(../img/pages/root/title_kodawari.png) no-repeat 0 0;
  background-size: 677px 550px;
  width: 677px;
  height: 550px;
  z-index: 1;
}

.oyster {
  position: absolute;
  top: 208px;
  left: 2px;
  z-index: 2;
  width: 264px;
}

@media screen and (max-width: 767px) {
  .is_point {
    position: relative;
    text-align: left;
    width: 100%;
    height: 100%;
    min-height: 440px;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    background: #211d1e url(../img/pages/root/oyster_bg_kodawari.jpg) no-repeat 100% 100%;
    background-size: cover;
  }
  .bg_black {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #211d1e;
    content: "";
    opacity: 0.3;
    z-index: 1;
  }
  .sp_title_kodawari {
    position: relative;
    top: 20px;
    left: 4px;
    z-index: 2;
    background: url(../img/pages/root/sp_title_kodawari.png) no-repeat 0 0;
    background-size: contain;
    width: 98%;
    height: 98%;
    min-height: 440px;
  }
  .oyster {
    position: absolute;
    top: 192px;
    left: 6px;
    z-index: 2;
    width: 162px;
  }
  .oyster img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.ov_v {
  overflow: visible;
}

.ov_h {
  overflow: hidden;
}

.is_season {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 520px;
  background-color: #852029;
  color: #fff;
  padding: 16px 12px;
  overflow: hidden;
}
.is_season .noteList {
  border: 2px solid #b74751;
  padding: 1em 2em;
  border-radius: 6px;
}
.is_season .noteList > li {
  font-size: 14px;
  margin-bottom: 8px;
}
.is_season .noteList > li:before {
  color: #fff;
}

.kodawari_comment {
  position: absolute;
  top: 50%;
  right: 0;
  width: 68%;
  z-index: 2;
}
.kodawari_comment h2 {
  font-size: 2.25rem;
  color: #fff;
  text-align: left;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  vertical-align: baseline;
}
.kodawari_comment a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .is_season {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #852029;
    color: #fff;
    padding: 24px 12px;
    overflow: hidden;
  }
  .kodawari_comment {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    z-index: 2;
  }
}
.is_order {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #852029;
  color: #fff;
  padding: 36px 16px;
  overflow: hidden;
}
.is_order .order_comment {
  position: relative;
  float: right;
  width: 62%;
}
.is_order .order_comment h2 {
  font-size: 2.25rem;
  color: #fff;
  text-align: left;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  vertical-align: baseline;
}
.is_order .noteList > li:before {
  color: #fff;
}

.order_cart {
  position: relative;
  width: 100%;
  height: 420px;
  background: url(../img/pages/kodawari/buy_item.png) no-repeat 50% 0%;
  background-size: auto 360px;
  margin: 12px auto 12px;
}
.order_cart .buy_link {
  width: 60%;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 900px) {
  .order_comment h2 .brblock {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is_order {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #852029;
    color: #fff;
    padding: 40px 12px 16px;
    overflow: hidden;
  }
  .is_order .order_comment {
    position: relative;
    float: none;
    width: 100%;
  }
  .is_order .order_comment h2 {
    font-size: 1.625rem;
    color: #fff;
    text-align: left;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    vertical-align: baseline;
    margin: 0;
  }
  .is_order .noteList li {
    font-size: 0.875rem;
  }
  .order_cart {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../img/pages/kodawari/buy_item.png) no-repeat 50% 30%;
    background-size: contain;
    margin: 12px auto 12px;
  }
  .order_cart .buy_link {
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .order_cart .buy_link a {
    font-size: 16px;
  }
}
.points {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  margin: 0 auto 16px;
  padding: 0 50px 0 80px;
}
.points .point_head {
  color: #fff;
  font-size: 40px;
  font-family: kozuka-mincho-pr6n, serif;
  line-height: 1.2;
  text-align: left;
  width: 180px;
  white-space: nowrap;
}
.points .point_head span {
  font-size: 1rem;
  display: block;
}
.points .point_text {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-family: heisei-kaku-gothic-std, sans-serif;
  line-height: 1.4;
  font-weight: 900;
  color: #61302f;
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 12px 16px 68px;
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  background: #fff url(../img/module/icon/icon_check.svg) no-repeat 12px 50%;
  background-size: 36px auto;
}

@media screen and (max-width: 767px) {
  .points {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .points .point_head {
    font-size: 21px;
    width: 100px;
    padding-right: 8px;
  }
  .points .point_head span {
    font-size: 0.875rem;
    display: block;
  }
  .points .point_text {
    width: 100%;
    font-size: 16px;
    padding: 12px 6px 12px 38px;
    background: #fff url(../img/module/icon/icon_check.svg) no-repeat 10px 50%;
    background-size: 18px auto;
  }
}
/* block */
.bg_triangle_up,
.bg_triangle {
  position: relative;
  width: 100%;
}

.bg_triangle_up:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -50%;
  width: 1300px;
  height: 1300px;
  margin-left: 200px;
  background-color: #211d1e;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bg_triangle:after {
  content: "";
  position: absolute;
  bottom: 200px;
  right: 60%;
  margin-right: -3000px;
  width: 3000px;
  height: 3000px;
  background-color: #600e15;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .bg_triangle_up:before {
    content: "";
    position: absolute;
    top: -600px;
    left: -20%;
    width: 1400px;
    height: 1400px;
    margin-left: -680px;
    background-color: #211d1e;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .bg_triangle:after {
    content: "";
    position: absolute;
    bottom: 100px;
    right: 90%;
    margin-right: -4000px;
    width: 4000px;
    height: 4000px;
    background-color: #600e15;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.is_bubble {
  background-color: #ecebea;
  padding: 32px 0 24px;
}
.is_bubble h1 {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 0.825rem;
  color: #1c4297;
}
.is_bubble .bubble_info {
  margin-bottom: 30px;
}
.is_bubble .bubble_info p {
  margin: 0;
  color: #1c4297;
}
.is_bubble .inner {
  padding: 40px 60px;
}

@media screen and (max-width: 767px) {
  .is_bubble {
    width: 100%;
  }
  .is_bubble .inner {
    padding: 24px 16px;
  }
}
.is_love {
  width: 100%;
}
.is_love .inner {
  padding: 36px 36px;
}
.is_love p {
  margin-bottom: 0.6em;
  font-size: 0.875rem;
}

.is_honten {
  width: 100%;
}
.is_honten .inner {
  padding: 36px 36px;
}
.is_honten p {
  margin-bottom: 0.6em;
}

.is_setmenu {
  background-color: #242020;
  color: #fff;
}
.is_setmenu .overview .detailData.is_exp {
  color: #fff;
}

.is_setmenu .idxContentGroup,
.is_onemenu .idxContentGroup {
  padding-top: 40px;
  padding-bottom: 40px;
}

.idxItemBg {
  position: relative;
  text-align: center;
  width: 100%;
  height: 280px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  background: url(../img/pages/visual/item_visual.jpg) no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.idxItemBg h1 {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-size: 2.25rem;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
}
.idxItemBg h2 {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.idxItemBg .head {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .idxItemBg {
    position: relative;
    text-align: center;
    width: 100%;
    height: 160px;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    background: url(../img/pages/visual/item_visual.jpg) no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
  }
}
.is_about .idxContentGroup {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .is_about .idxContentGroup {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.is_about .thumb {
  float: right;
  width: 490px;
  height: auto;
  display: block;
  overflow: hidden;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .is_about .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
}
.BoxVoice {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #f9f6f2;
  margin-bottom: 36px;
  padding: 60px 90px;
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}
.BoxVoice h1 {
  color: #795548;
  margin-bottom: 0;
}
.BoxVoice p {
  color: #795548;
}

@media screen and (max-width: 767px) {
  .BoxVoice {
    padding: 24px 24px;
  }
}
.idxContent.is_party {
  padding: 30px 0 50px;
  background: #f5f1eb url(../img/pages/party/party_bg.jpg) no-repeat 50% 0%;
  background-size: cover;
}

.galleryImg {
  margin: 0 8px;
  padding: 6px;
  background-color: #fff;
  box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.3);
}

.is_party .post_trim {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 62.25%;
}

@media screen and (max-width: 767px) {
  .idxContent.is_party {
    padding: 20px 0;
    background: #f5f1eb url(../img/pages/party/party_bg.jpg) no-repeat 50% 0%;
    background-size: contain;
  }
}
.blogContent .thumb {
  float: left;
  width: 300px;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 40px;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .blogContent .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
    padding: 12px 16px;
  }
}
.blogContent {
  background-color: #f8f8f7;
  padding: 24px 0 24px;
}

.listBox {
  position: relative;
  width: 100%;
  text-align: center;
}
.listBox h1 {
  font-size: 1.437rem;
}
.listBox .listBtn {
  position: relative;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  width: 50%;
  margin: 0 auto;
  background-color: #852029;
}
.listBox .listBtn a {
  position: relative;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  display: block;
  padding: 6px 24px 6px 18px;
  text-align: center;
}
.listBox .listBtn::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .blogContent {
    background-color: #f8f8f7;
    padding: 24px 0;
  }
  .listBox h1 {
    padding-bottom: 10px;
    text-align: center;
    font-family: kozuka-mincho-pr6n, serif;
    line-height: 1.4;
  }
  .listBox .listBtn {
    position: relative;
    bottom: auto;
    right: auto;
    width: 50%;
    margin: 24px auto 8px;
  }
  .listBox .listBtn a {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    display: block;
    padding: 8px 18px 8px 12px;
    text-align: center;
  }
  .listBox img {
    width: 100%;
    height: auto;
    display: block;
  }
  .listBox {
    position: relative;
    width: 100%;
    text-align: left;
  }
}
/* --------------------------------

thumnail + blog

-------------------------------- */
.topicsBox {
  position: relative;
  border-top: 1px solid #dedede;
  /*margin-bottom: 12px;*/
  padding: 12px;
  overflow: hidden;
}

.topicsBox h1 {
  font-size: 1rem;
  color: #000;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 2px;
  overflow: hidden;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
}

.data {
  font-size: 0.875rem;
  margin-bottom: 8px;
  opacity: 0.8;
}

.topicsBox .data {
  line-height: 1.4;
  color: #838282;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .topicsBox h1 {
    font-size: 1rem;
    color: #000;
    line-height: 1.2;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.topicsBox .thumb {
  float: left;
  width: 80px;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 20px;
}

.topicsBox .summary {
  display: block;
  overflow: hidden;
  padding-left: 0;
  padding-right: 20px;
}

.topicsBox .summary::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

.topicsBox .summary::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .topicsBox .thumb {
    float: left;
    width: 60px;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 12px;
  }
}
.topicsBoxDetail {
  position: relative;
  border-top: 1px solid #dedede;
  margin-bottom: 12px;
  padding: 36px 24px;
  overflow: hidden;
}

.topicsBoxDetail .thumb {
  float: left;
  width: 260px;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 20px;
}

.topicsBoxDetail .summary {
  display: block;
  overflow: hidden;
  padding-left: 0;
  padding-right: 40px;
}

/*トピックス一覧*/
.topicsBoxList {
  position: relative;
  background-color: #fff;
  border: 1px solid #dedede;
  margin-bottom: 16px;
  padding: 12px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-content: space-between;
  border-radius: 6px;
}

.topicsBoxList.item {
  flex-wrap: inherit;
}

.is_variable {
  width: 100%;
  min-height: 100px;
  display: table;
}

a .topicsBoxList {
  width: 100%;
}

.topicsBoxList .post_variable {
  flex-basis: 140px;
  width: 140px;
  min-width: 140px;
  min-height: 140px;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

.topicsBoxList {
  border-bottom: 1px solid #dedede;
}

.topicsBoxList .summary {
  overflow: hidden;
  padding: 12px 32px 12px 16px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.topicsBoxList .data {
  margin-bottom: 2px;
}

.topicsBoxList h1 {
  font-size: 1rem;
  color: #000;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 0;
  overflow: hidden;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
  overflow-wrap: break-word;
}

.topicsBoxList .summary::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .topicsBoxList .post_variable {
    flex-basis: 100px;
    width: 100px;
    min-width: 100px;
    min-height: 100px;
  }
  .is_variable {
    width: 100%;
    min-height: 100px;
    display: table;
  }
  .topicsBoxList {
    margin-bottom: 12px;
  }
}
/* --------------------------------

.BOX / .BoxWrap

-------------------------------- */
.item {
  position: relative;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Box {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 16px;
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}

.Box a {
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.thumnailBox {
  position: relative;
  width: 100%;
  min-height: 100px;
  display: -webkit-flex;
  display: flex;
}

.imgBox {
  flex-basis: 80px;
  width: 80px;
  min-width: 80px;
  min-height: 80px;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  padding: 0;
}

.summaryBox {
  flex-basis: auto;
  width: 100%;
  padding: 18px 24px 6px 24px;
  overflow: hidden;
}

.summaryBox::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

.summaryBox::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #852029;
  border-right: solid 1px #852029;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

.summaryBox h2 {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0;
}

/* [特集]体験紹介 ジャンル*/
/*
.genre {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    color: #fff;
    background-color: rgba(66, 128, 30, 0.8);
    text-align: center;
    padding: 4px 8px;
}

.genre_nolink {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    color: #fff;
    background-color: rgba(66, 128, 30, 0.8);
    text-align: center;
    padding: 4px 8px;
}
*/
.cell a {
  color: #313131;
}

.cell a:hover {
  color: #313131;
  opacity: 0.6;
  text-decoration: none;
}

.is_setmenu .cell a {
  color: #fff;
}

.is_setmenu .cell a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

/*
.overview::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px var.$point-color;
    border-right: solid 2px var.$point-color;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    -ms-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
}
*/
.overview {
  position: relative;
  margin-bottom: 12px;
  padding: 12px 6px;
  overflow: hidden;
}
.overview .item_title {
  position: relative;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 900;
  padding-right: 0;
  margin-bottom: 4px;
}
.overview .item_title span {
  font-weight: 900;
  color: #fff;
  font-size: 13px;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #c52f3c;
}
.overview .item_title s {
  font-size: 12px;
  font-weight: 200;
  color: #666;
}
.overview .detailData {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.overview .detailData.is_exp {
  font-size: 13px;
  color: #666;
}
.overview .detailData.is_price {
  font-size: 1rem;
  margin-bottom: 6px;
}
.overview .detailData.is_soldout {
  background-color: rgb(136, 32, 32);
  display: inline-block;
  padding: 4px;
  border-radius: 6px;
  color: #fff;
}
.overview ul {
  margin: 0;
  padding: 0;
}

.overview::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .overview {
    padding: 12px 12px;
  }
  .overview .item_title {
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.is_diffBox strong {
  color: #852029;
}

.difference {
  position: relative;
  background-color: #b1b1b1;
  text-align: center;
  margin-bottom: 8px;
  padding: 12px 8px;
}
.difference h2 {
  font-size: 1.437rem;
  font-weight: 900;
  color: #fff;
  margin: 0 auto;
}

.is_ver_horiguchi {
  background-color: #dc9523;
}

.is_bg_h {
  background-color: #f3f0ec;
}

.pickup_Box {
  position: relative;
  background-color: #f1efef;
  margin: 0 auto 12px;
  padding: 36px 48px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .pickup_Box {
    padding: 16px;
  }
}
h1.safe {
  font-size: 1.125rem;
  text-align: left;
}

.bland_Box {
  position: relative;
  margin: 0 auto 24px;
  padding: 24px 24px 12px 24px;
  border: 1px solid #dedede;
  /* display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;*/
}
.bland_Box .thumb {
  float: left;
  width: 80px;
  margin-left: 16px;
  margin-right: 40px;
}
.bland_Box a {
  color: #313131;
  text-decoration: underline;
}

.newsline_Box {
  position: relative;
  margin: 0 auto 24px;
  padding: 12px 16px 12px 16px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.newsline_Box h2 {
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 0.825rem;
  color: #581B25;
  font-weight: 200;
  padding: 12px 8px;
  display: block;
  border-bottom: 1px solid #dedede;
}
.newsline_Box p {
  font-size: 0.875rem;
  margin-bottom: 8px;
}
.newsline_Box li {
  font-size: 0.725rem;
}

.bland_Box p {
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .bland_Box {
    position: relative;
    width: 100%;
    margin: 12px auto 24px;
    padding: 12px;
    border: 1px solid #dedede;
  }
  .bland_Box .thumb {
    float: left;
    width: 40px;
    margin-top: 40px;
    margin-left: 18px;
    margin-right: 30px;
    padding-left: 0;
  }
  .bland_Box .thumb img {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }
  .bland_Box .catch {
    font-size: 14px;
    margin: 12px 0 8px;
  }
  .bland_Box p {
    font-size: 0.725rem;
  }
}
.ninka_Box {
  position: relative;
  margin: 0 auto 12px;
  padding: 6px 24px 6px 24px;
}
.ninka_Box .thumb {
  float: left;
  width: 180px;
  margin-left: 0;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .ninka_Box {
    position: relative;
    margin: 0 auto 12px;
    padding: 6px 24px 6px 24px;
  }
  .ninka_Box .thumb {
    float: none;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
}
.subCategoryBox {
  margin: 0 0 36px;
  padding: 8px;
  background-color: #f1f1f1;
}

.subMenus {
  display: inherit !important;
}

.subCategoryBox ul.subMenus li a {
  display: block;
  width: 33%;
}

.subCategoryBox ul.subMenus.lodging li a {
  width: 33%;
}

.subCategoryBox h2 a {
  pointer-events: none;
}

.subCategoryBox ul.subMenus li a {
  position: relative;
  display: block;
  width: 33%;
  float: left;
  color: #313131;
  font-size: 1rem;
  padding: 8px 12px;
  line-height: 1.4;
  background: none;
  text-decoration: none;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}

.subCategoryBox ul.subMenus li a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #313131;
  border-right: solid 2px #313131;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .subCategoryBox ul.subMenus li a {
    font-size: 0.725rem;
    width: 50%;
  }
}
/* --------------------------------

titleBox

-------------------------------- */
/*自然・風土・歴史・文化を学ぶ [特集]体験紹介*/
.title_exprience {
  position: relative;
  width: 800px;
  margin: 16px auto 16px;
  text-align: center;
}

.h1_exprience {
  font-size: 1.25rem;
  color: #852029;
  font-weight: 200;
  font-family: heisei-kaku-gothic-std, sans-serif;
  text-align: center;
}

.h1_exprience span {
  color: #9e9941;
  font-size: 1.125rem;
}

.title_exprience::after {
  clear: both;
  content: "";
  display: block;
}

.title_exprience::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  display: inline-block;
  width: 171px;
  height: 22px;
  background-image: url(../img/module/heading/mount_left.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.title_exprience::after {
  position: absolute;
  bottom: 8px;
  right: 0;
  display: inline-block;
  width: 171px;
  height: 22px;
  background-image: url(../img/module/heading/mount_right.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .title_exprience {
    position: relative;
    width: 90%;
    margin: 8px auto 16px;
    text-align: center;
  }
  .h1_exprience span {
    font-size: 13px;
    display: block;
  }
  .title_exprience::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    display: inline-block;
    width: 80px;
    height: 12px;
    background-image: url(../img/module/heading/mount_left.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 90px auto;
  }
  .title_exprience::after {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: inline-block;
    width: 80px;
    height: 12px;
    background-image: url(../img/module/heading/mount_right.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 90px auto;
  }
}
/*登録施設・団体*/
.title_member {
  position: relative;
  width: 562px;
  margin: 16px auto 16px;
  text-align: center;
}

.h1_member {
  font-size: 2rem;
  color: #852029;
  font-weight: 900;
  /*font-family: var.$web-font;*/
  text-align: center;
  background-image: url(../img/module/heading/wave.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 12px;
  display: inline-block;
  padding: 8px 0 8px 0;
}

.title_member::after {
  clear: both;
  content: "";
  display: block;
}

.title_member::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60px;
  display: inline-block;
  width: 120px;
  height: 71px;
  background-image: url(../img/module/heading/member_left.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.title_member::after {
  position: absolute;
  bottom: 0px;
  right: -4px;
  display: inline-block;
  width: 190px;
  height: 65px;
  background-image: url(../img/module/heading/member_right.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 190px auto;
}

@media screen and (max-width: 767px) {
  .title_member {
    position: relative;
    width: 100%;
    margin: 8px auto 16px;
    text-align: center;
  }
  .h1_member {
    font-size: 1.437rem;
    padding: 12px 0 8px 0;
  }
  .title_member::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    display: inline-block;
    background-image: url(../img/module/heading/member_left.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto 40px;
  }
  .title_member::after {
    position: absolute;
    bottom: 0px;
    right: 0;
    display: inline-block;
    background-image: url(../img/module/heading/member_right.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 32px;
  }
}
/* --------------------------------

実践者からのメッセージ

-------------------------------- */
h1#message_title {
  position: relative;
  /*font-family: var.$web-font;*/
  font-size: 1.437rem;
  text-align: left;
  font-weight: 900;
  margin: 36px 0 36px;
  padding: 8px 0 8px 52px;
  background-image: url(../img/module/icon/youtube.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 42px auto;
}

@media screen and (max-width: 767px) {
  h1#message_title {
    margin: 12px 0 12px;
    padding: 8px 0 8px 52px;
    background-image: url(../img/module/icon/youtube.svg);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 36px auto;
  }
}
/* --------------------------------

link

-------------------------------- */
.more_link {
  border: 3px solid #fff;
  color: #fff;
  font-weight: 900;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
  transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
  display: inline-block;
}

.more_link span {
  font-weight: 200;
}

.more_link a {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 16px 64px 16px 16px;
  display: block;
}

.more_link > a::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

.more_link a:hover {
  opacity: 0.7;
}

.more_link > a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

.more_link.color a {
  position: relative;
  color: #000;
  display: inline-block;
  text-decoration: none;
}

.more_link.color {
  border: 3px solid #000;
  color: #000;
}

.more_link.color > a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: translate(0%, -50%) rotate(45deg);
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .more_link {
    width: 100%;
  }
}
.page_link {
  color: #fff;
  margin: 0 auto 16px;
}
.page_link a {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  padding: 24px 120px 24px 120px;
  font-size: 18px;
  text-align: center;
  font-weight: 900;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background: #8E7442 url(../img/module/icon/icon_glass.svg) no-repeat 3% 50%;
  background-size: 32px auto;
  box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
}
.page_link a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(0%, -50%) rotate(45deg);
}
.page_link a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .page_link {
    color: #fff;
    margin: 0 auto 16px;
    width: 90%;
  }
  .page_link a {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    padding: 12px 60px 12px 60px;
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    background: #8E7442 url(../img/module/icon/icon_glass.svg) no-repeat 3% 50%;
    background-size: 32px auto;
    box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
  }
  .page_link a::after {
    position: absolute;
    top: 50%;
    right: 16px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    -ms-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
  }
  .page_link a:hover {
    opacity: 0.7;
  }
}
/* --------------------------------

page path

-------------------------------- */
.breadcrumbs {
  display: inherit;
  width: 100%;
  max-width: 1024px;
  margin: 16px auto 24px;
  padding: 12px 6px;
  border-width: 1px 0;
}

.breadcrumbs ul,
.breadcrumbs li {
  margin: 0;
  padding: 0;
}

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.breadcrumbs li a {
  color: #6A6361;
  text-decoration: underline;
}

.breadcrumbs li {
  display: inline-block;
  position: relative;
  padding-right: 24px;
  margin-right: 16px;
  font-size: 12px;
}

.breadcrumbs li::after {
  position: absolute;
  top: 50%;
  right: 4px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

.breadcrumbs li:last-child::after {
  border: none;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .breadcrumbs {
    width: auto;
    max-width: 100%;
    margin: 0 auto 2px;
    padding: 8px 16px;
  }
  .breadcrumbs ul {
    display: block;
    flex-wrap: inherit;
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}
/* --------------------------------

step flow

-------------------------------- */
.step {
  list-style-type: none;
  display: table;
  width: 1000px;
  margin: 0 auto 48px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
}

.step li {
  display: table-cell;
  position: relative;
  background: #504944;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
}

.step li:last-child {
  padding-right: 1em;
}

.step li:last-child:before,
.step li:last-child:after {
  display: none;
}

.step li:before,
.step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.step li:before {
  top: -15px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.step li:after {
  top: -15px;
  right: -0.8em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.step li.is-current {
  background: #9bbb30;
  font-weight: bold;
}

.step li.is-current:after {
  border-color: transparent transparent transparent #9bbb30;
}

/* --------------------------------

etc

-------------------------------- */
.faq {
  position: relative;
}

.faq-item {
  background: #fff;
  border-radius: 6px;
  padding: 16px 8px 16px 48px;
  margin-bottom: 18px;
}

.faq-question {
  position: relative;
  cursor: pointer;
}

.faq-question h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0 24px 0 0;
}

.faq-answer {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 24px 0 0 0px;
}

.faq-question:before {
  content: "Q";
  background: #07397c;
  color: #fff;
  padding-top: 4px;
  top: -6px;
  left: -40px;
}

.faq-answer:before {
  content: "A";
  background: #fff;
  border: 1px solid #07397c;
  color: #07397c;
  padding-top: 4px;
  top: -4px;
  left: -40px;
  font-weight: 700;
}

.faq-answer:before,
.faq-question:before {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
}

.faq-question h2::after {
  position: absolute;
  top: 45%;
  right: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #b4b4b4;
  border-right: solid 2px #b4b4b4;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.faq-question.open h2::after {
  position: absolute;
  top: 45%;
  right: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #b4b4b4;
  border-right: solid 2px #b4b4b4;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}

/* pager */
.pagenaviBox {
  width: 100%;
  text-align: center;
}

.wp-pagenavi {
  width: 1024px;
  margin: 24px auto;
  padding: 0 12px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  width: 44px;
  margin: 0 5px 5px 0;
  display: block;
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  background-color: #fff;
  text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi span.current {
  color: #fff;
  background-color: #852029;
}

.wp-pagenavi a {
  color: #333;
}

.wp-pagenavi::after {
  clear: both;
  content: "";
  display: block;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    width: 100%;
  }
}
/* --------------------------------

grid setting

-------------------------------- */
.grid,
.gridindex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.ph_1column .cell {
  width: 100%;
}

.ph_2column .cell {
  width: 48.4%;
}

.ph_2column_s .cell {
  width: 49.4%;
}

.ph_3column .cell {
  width: 30%;
}

.ph_3column.is_linkbnr .cell {
  width: 32%;
}

.ph_4column .cell {
  width: 22%;
}

.ph_5column .cell {
  width: 18%;
}

.left {
  width: 48%;
  float: left;
}

.right {
  width: 48%;
  float: right;
}

@media screen and (max-width: 767px) {
  .ph_1column .cell {
    width: 100%;
  }
  .ph_2column .cell {
    width: 100%;
  }
  .ph_2column_s .cell {
    width: 100%;
  }
  .ph_3column .cell {
    width: 48%;
  }
  .ph_3column.is_linkbnr .cell {
    width: 100%;
  }
  .ph_4column .cell {
    width: 48%;
  }
  .ph_5column .cell {
    width: 48%;
  }
}
.ph_4column .cell {
  width: 22.8%;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .ph_4column .cell {
    width: 48.4%;
    margin-bottom: 10px;
  }
}
.ph_half .cell {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .ph_half .cell {
    width: 50%;
  }
}
/*----empty----*/
.cell.is-empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.headblock {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
}
.headblock .caption {
  font-size: 14px;
  color: #6b6b6b;
}

.headblock::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 767px) {
  .headblock {
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.quality {
  margin-top: 0;
  margin-bottom: 24px;
  text-align: left;
}

.quality::after {
  clear: both;
  content: "";
  display: block;
}

.kodawari_title {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
}

.maru {
  background-color: #852029;
  color: #fff;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  font-size: 21px;
  margin-left: 10px;
  padding: 2px 8px;
}

/*見出し1 中央揃え*/
.headings_center_1 {
  font-size: 2rem;
  font-family: kozuka-mincho-pr6n, serif;
  line-height: 1.4;
  margin-bottom: 24px;
  font-weight: 500;
  text-align: center;
}

.is_aen .headings_center_1 {
  margin-bottom: 0px;
}

/* 見出し1 サブコピー*/
.headings_center_2 {
  position: relative;
  color: #838181;
  font-size: 2rem;
  font-family: heisei-kaku-gothic-std, sans-serif;
  line-height: 1.4;
  margin-top: 0.825rem;
  margin-bottom: 2px;
  font-weight: 900;
  text-align: center;
}

.headings_center_2 span {
  color: #dc9523;
}

/*
.headings_center_3 {
	position: relative;
	padding: 1em 1em;
	font-size:var.$h3-font-size;
	line-height: var.$headings-line-height;
	font-family: var.$kaku-gothic;
	font-weight: 200;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	text-align: center;
	display: block;
	width: 60%;
	margin: 1.4em auto 1.6em;
}

.headings_center_3:before,
.headings_center_3:after {
	content: '';
	position: absolute;
	top: -7px;
	width: 2px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: black;
}

.headings_center_3:before {
	left: 7px;
}

.headings_center_3:after {
	right: 7px;
}


@media screen and (max-width: 767px) {
	.headings_center_3 {
		font-size:var.$h5-font-size;
		width: 100%;
	}

	.headings_center_3 br {
		display: none;
	}
}
*/
/*
.headings_center_4 {
	color: var.$point-color;
	font-size:var.$h2-font-size;
	line-height: var.$headings-line-height;
	margin-top: var.$headings-margin-bottom;
	margin-bottom: var.$headings-margin-bottom;
	font-weight: 900;
	text-align: center;
	background-image: url(../img/module/heading/wave.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-size: 12px;
	display: inline-block;
	padding: 0 0 12px 0
}
*/
/* 見出し1 装飾なし*/
.headings_special_1 {
  font-size: 1.625rem;
  font-family: heisei-kaku-gothic-std, sans-serif;
  margin-bottom: 36px;
  line-height: 1.4;
  font-weight: 900;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #ccc;
}

.headings_special_1::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 4px;
  background-color: #d7be01;
}

@media screen and (max-width: 767px) {
  .headings_special_1 {
    font-size: 1.25rem;
  }
  .headings_special_1 span {
    display: block;
    font-weight: 200;
    font-size: 1rem;
  }
  .spspecial {
    margin: 0 0 12px 0;
    color: #fff;
    background-color: #d7be01;
    padding: 6px 8px;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
  }
}
.headings_special_2 {
  position: relative;
  padding: 0 0.5em 0.5em 1.7em;
  font-size: 1.125rem;
  font-weight: 200;
}

.headings_special_2::after {
  position: absolute;
  top: 0.3em;
  left: 0.4em;
  z-index: 2;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #d6c9a4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 見出し1 装飾なし*/
.headings_display_1 {
  font-size: 1.625rem;
  font-family: heisei-kaku-gothic-std, sans-serif;
  margin-bottom: 36px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .headings_display_1 {
    font-size: 1.437rem;
  }
}
/*見出し2*/
.headings_display_2 {
  position: relative;
  padding: 16px 8px;
  font-size: 1.25rem;
  margin-bottom: 24px;
  border-top: 1px solid #dedede;
  font-weight: 200;
}
.headings_display_2 span.cold {
  color: #2196f3;
  font-weight: 900;
}
.headings_display_2 span.frozen {
  color: #3f51b5;
  font-weight: 900;
}

.headings_display_2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 767px) {
  .headings_display_2 {
    font-size: 1.125rem;
  }
}
/*見出し2 装飾*/
.headings_display_3 {
  position: relative;
  font-size: 0.875rem;
  background-color: #838181;
  font-weight: 900;
  color: #fff;
  padding: 6px 16px;
  overflow: hidden;
  margin-bottom: 4px;
  border-radius: 24px;
  display: inline-block;
}

.is_orenge {
  background-color: #dc9523;
}

/*見出し3*/
.headings_display_4 {
  position: relative;
  font-size: 1.437rem;
  margin-bottom: 0.825rem;
  color: #7e6b5a;
  font-weight: 200;
  padding: 0;
  display: block;
}

.headings_display_4 span {
  font-size: 0.875rem;
  font-weight: 200;
}

@media screen and (max-width: 767px) {
  .headings_display_4 {
    font-size: 1.25rem;
    position: relative;
    padding: 2px 4px 2px 0;
    display: block;
    font-weight: 900;
  }
}
.catch {
  font-size: 1rem;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 0.825rem;
}

.centering {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .catch {
    font-size: 1.125rem;
  }
  .catch.centering {
    text-align: left;
  }
  .catch.centering br {
    display: none;
  }
}
/* --------------------------------

thumb summary

-------------------------------- */
/* thumbnail+summary*/
.post_Box {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.thumb {
  float: left;
  width: 120px;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 20px;
}

.summary {
  display: block;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
  }
  .summary {
    display: block;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.trim_column .thumb {
  float: left;
  width: 649px;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 20px;
}

.length_column .thumb {
  float: left;
  width: 259px;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 20px;
}

.trim_column .summary .post_length {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 365px;
}

.trim_column .thumb .post_trim {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 365px;
}

@media screen and (max-width: 767px) {
  .trim_column .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .length_column .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.guide_column {
  margin-bottom: 24px;
}
.guide_column .thumb {
  float: left;
  width: 320px;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .guide_column {
    margin-bottom: 24px;
  }
  .guide_column .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
  }
  .guide_column .thumb img {
    width: 100%;
    height: auto;
    display: block;
  }
}
/* --------------------------------

img thumbnail over

-------------------------------- */
.thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  object-fit: cover;
}

.is_thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  object-fit: cover;
}

/* zoom */
a .thumbnail {
  opacity: 1;
  transition: all 1s ease-out;
  backface-visibility: hidden;
}

a .is_thumbnail {
  opacity: 1;
  transition: all 1s ease-out;
  backface-visibility: hidden;
}

/*
a .thumbnail {
	opacity: 1;
	-webkit-transition: 0.3s opacity;
	-moz-transition: 0.3s opacity;
	-ms-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
*/
a .thumbnail:hover {
  opacity: 0.6;
  transition: all 0.8 ease-in;
}

a .is_thumbnail:hover {
  opacity: 0.6;
  transition: all 0.8 ease-in;
}

@media screen and (max-width: 767px) {
  a .thumbnail,
  a .thumbnail:hover {
    opacity: 1;
    transition: inherit;
  }
  a .is_thumbnail,
  a .is_thumbnail:hover {
    opacity: 1;
    transition: inherit;
  }
}
.contain {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  object-fit: cover;
}

.gradient::after {
  background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.6) 80%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 50%;
}

/* --------------------------------

thumbnail
表示画像の高さ ÷ 表示画像の幅 × 100

-------------------------------- */
/*横長*/
.post_horizon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 38.25%;
}

/*横長*/
.post_trim {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

/*正方形*/
.post_square {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.post_length {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 135.8%;
}

.post_radius {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .post_trim {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_trim.is_ajust {
    padding-top: 78%;
  }
  .post_horizon {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_horizon.is_ajust {
    padding-top: 78%;
  }
  .post_trim {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_trim.is_ajust_half {
    padding-top: 60.8%;
  }
  .post_length {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_length.is_ajust {
    padding-top: 78%;
  }
}
/* --------------------------------

arrow

-------------------------------- */
/*arrow*/
.arrowLeft,
.arrowRight {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0 0 0 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 0.875rem;
}

.arrowLeft a {
  display: block;
}

.arrowLeft::before,
.arrowLeft::after,
.arrowRight::before,
.arrowRight::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrowLeft::before {
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrowRight::before {
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.arrowFile a {
  font-size: 0.875rem;
  background-image: url(../img/module/icon/is_file.svg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 24px auto;
  padding: 4px 4px 4px 28px;
  display: block;
}

/* --------------------------------

acf map

-------------------------------- */
.acf-map {
  width: 100%;
  height: 500px;
}

.idxContentBox hr {
  margin: 2em -60px;
}

@media screen and (max-width: 767px) {
  .idxContentBox hr {
    margin: 1em -48px;
  }
}
/* --------------------------------

table

-------------------------------- */
table {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 0.825rem;
}

/* 表2段 */
table.cell2 tr {
  border-bottom: 1px solid #dedede;
}

table.cell2 tr:last-child {
  border-bottom: none;
}

table.cell2 th {
  font-weight: 200;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #dedede;
  padding: 6px 12px;
  background-color: #4a3719;
}

table.cell2 th.tb_price {
  text-align: right;
}

table.cell2 td {
  vertical-align: middle;
  border-bottom: 1px solid #dedede;
  padding: 6px 12px;
  color: #313131;
  background-color: #fbf8f2;
}

.tb_price {
  text-align: right;
}

/* 表3段 */
table.cell3 tr {
  border-bottom: 1px solid #dedede;
}

table.cell3 tr:last-child {
  border-bottom: none;
}

table.cell3 th {
  font-weight: 200;
  vertical-align: middle;
  text-align: left;
  color: #7b7b7b;
  border-bottom: 1px solid #dedede;
  padding: 16px 16px 16px 16px;
  white-space: nowrap;
  width: 10em;
}

table.cell3 td {
  vertical-align: middle;
  border-bottom: 1px solid #dedede;
  padding: 16px 24px;
  color: #111;
}

.bg_pick {
  background-color: #fbf8f2;
}

@media screen and (max-width: 767px) {
  table {
    font-size: 0.875rem;
  }
  /* 表2段 */
  table.cell2 th {
    text-align: left;
    border-bottom: none;
    padding: 8px 12px;
    white-space: nowrap;
    width: 100%;
    display: block;
    background-color: #f5f3f0;
  }
  table.cell2 td {
    border-bottom: 1px solid #dedede;
    padding: 8px 12px;
    color: #111;
    width: 100%;
    display: block;
    word-break: break-all;
  }
  /* 表3段 */
  table.cell3 th {
    font-weight: 200;
    vertical-align: middle;
    text-align: left;
    color: #6A6361;
    border-bottom: 1px solid #dedede;
    padding: 8px 12px;
    white-space: nowrap;
    width: 100%;
    display: block;
    background-color: #f9f9f9;
  }
  table.cell3 td {
    vertical-align: middle;
    border: none;
    padding: 8px 12px;
    color: #111;
    width: 100%;
    word-break: break-all;
    display: block;
  }
}
.side_scroll {
  overflow-x: inherit;
}

@media screen and (max-width: 767px) {
  .side_scroll {
    overflow-x: scroll;
    margin-bottom: 64px;
  }
  .side_scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #dedede;
    border-radius: 5px;
  }
  .side_scroll::-webkit-scrollbar-thumb {
    background: #666;
  }
  .side_scroll table th,
  .side_scroll table td {
    white-space: nowrap;
  }
}
.is_tablelist {
  margin-bottom: 48px;
}
.is_tablelist dl {
  margin-bottom: 24px;
}
.is_tablelist dt {
  font-weight: 200;
  font-size: 1rem;
}
.is_tablelist dd {
  font-size: 0.875rem;
  padding: 0 12px;
}
.is_tablelist .noteList li {
  font-size: 0.875rem;
}

/* --------------------------------

textContent

-------------------------------- */
/* text field*/
.textContent {
  margin-bottom: 36px;
}

.textContent::after {
  clear: both;
  content: "";
  display: block;
}

.textContent::before,
.textContent::after {
  content: "";
  display: table;
}

.idxContentBox::after::after {
  clear: both;
}

.textContent::after {
  clear: both;
}

.textContent.bold {
  font-weight: 900;
}

.textContent p {
  font-size: 1rem;
  line-height: 1.8;
}

.ph_caption {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #6b6b6b;
  padding: 0 4px 8px 0;
}

@media screen and (max-width: 767px) {
  .textContent {
    margin-bottom: 16px;
  }
  .textContent p {
    font-size: 1rem;
  }
}
/* --------------------------------

GalleryBox

-------------------------------- */
.galleryBox {
  position: relative;
  margin-bottom: 0px;
}

.galleryBox {
  margin-bottom: 24px;
}

.galleryBox .ph_3column .cell {
  width: 15%;
}

.zoom {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  background: url(../img/module/icon/icon_zoom.svg) no-repeat 50% 50%, rgba(76, 175, 80, 0.8);
  background-size: 16px 16px;
  border-radius: 100px;
  z-index: 1;
}

.galleryBox .ph_4column .cell {
  width: 22.8%;
}

@media screen and (max-width: 767px) {
  .galleryBox .ph_4column .cell {
    width: 48.6%;
  }
  .galleryBox {
    margin-bottom: 12px;
  }
}
/* --------------------------------

GalleryBox

-------------------------------- */
.postHorizon {
  margin: 0 -60px 16px -60px;
}

.postHorizon.is_subvisual {
  margin: -24px -60px 24px -60px;
}

.textContent::after {
  clear: both;
  content: "";
  display: block;
}

/* --------------------------------

写真+見出し/テキスト

-------------------------------- */
.ph_block {
  margin-top: 24px;
  margin-bottom: 24px;
}

.ph_block::after {
  clear: both;
  content: "";
  display: block;
}

/*
.ph_block h2 {
	position: relative;
	color: #000;
	font-size:var.$h5-font-size;
	line-height: var.$headings-line-height;
	margin-bottom: var.$headings-margin-bottom;
	font-weight: 900;
}
*/
.ph_left .thumb {
  width: 340px;
  float: left;
  margin-bottom: 0px;
  margin-right: 60px;
  margin-left: 0;
}

.ph_right .thumb {
  width: 310px;
  float: right;
  margin-bottom: 0px;
  margin-left: 60px;
  margin-right: 0;
}

.pack_right .thumb {
  width: 300px;
  float: left;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 24px;
}

.ph_right.is_toritate .thumb {
  width: 216px;
  float: right;
  margin-bottom: 0px;
  margin-top: -120px;
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .ph_block {
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .ph_left .thumb {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .ph_right .thumb {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .ph_right.is_toritate .thumb {
    width: 100px;
    float: right;
    margin-bottom: 0px;
    margin-top: 80px;
    margin-left: 20px;
  }
  .pack_right .thumb {
    width: 100%;
    float: none;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
  }
}
/* --------------------------------

詳細

-------------------------------- */
.field {
  margin-top: 0;
  margin-bottom: 36px;
  overflow: hidden;
}

.field::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 767px) {
  .field {
    margin-top: 0;
    margin-bottom: 24px;
    overflow: hidden;
  }
}
.field_line {
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 16px 12px;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}

.is_diffBox .field_line p {
  margin: 0;
  font-size: 0.875rem;
}

.field_line::after {
  clear: both;
  content: "";
  display: block;
}

.field_line:last-child {
  border: none;
}

/* --------------------------------

leadblock list index

-------------------------------- */
.inner {
  padding: 12px 24px;
}

.innerBlock {
  padding: 24px 70px;
}

.innerBlockLarge {
  padding: 36px 120px;
}

.innerVoice {
  padding: 36px 120px;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 8px 16px;
  }
  .innerBlock {
    padding: 0 6px;
  }
  .innerBlockLarge {
    padding: 16px 16px;
  }
}
.leadblock,
.smallblock {
  position: relative;
  width: 100%;
  min-height: 100px;
  display: -webkit-flex;
  display: flex;
  padding: 16px;
}

.leadthumb {
  width: 280px;
  min-width: 280px;
  height: auto;
  min-height: 160px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  padding: 0;
}

.leadtext {
  width: 100%;
  display: block;
  padding: 24px 24px 18px 24px;
}

.smallthumb {
  width: 80px;
  min-width: 80px;
  height: auto;
  min-height: 86px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  padding: 0;
}

.smalltext {
  width: 100%;
  padding: 12px 24px 12px 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.vertical {
  vertical-align: middle;
}

.smalltext ::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #313131;
  border-right: solid 2px #313131;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

.leadtext h1 {
  color: #313131;
  font-size: 2rem;
  font-family: heisei-kaku-gothic-std, sans-serif;
  line-height: 1.4;
  margin-bottom: 36px;
  font-weight: 900;
}

.smalltext h1 {
  color: #313131;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 200;
}

.textsummary {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0.825rem;
}

@media screen and (max-width: 767px) {
  .leadblock {
    position: relative;
    width: 100%;
    display: block;
  }
  .leadthumb,
  .smallthumb {
    position: relative;
    display: block;
    width: 100%;
    min-width: auto;
    height: 0;
    min-height: auto;
    padding-top: 56.25%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    object-fit: cover;
  }
  .smallthumb {
    width: 80px;
    min-width: 80px;
    height: auto;
    min-height: 86px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    padding: 0;
  }
  .leadtext {
    width: 100%;
    display: block;
    padding: 12px;
  }
  .smalltext h1 {
    color: #313131;
    font-size: 1rem;
    line-height: 1.4;
  }
  .thumbBlock .ph_2column .cell {
    width: 100%;
  }
}
/* --------------------------------

内部リンク

-------------------------------- */
.returnBox {
  position: relative;
  width: 1024px;
  margin: 36px auto 48px;
  padding: 0;
}

.returnBox {
  position: relative;
  width: 1024px;
  margin: 36px auto 48px;
  padding: 0;
}

.return {
  width: 40%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #dedede;
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

.return a {
  position: relative;
  display: block;
  font-size: 1rem;
  padding: 12px 48px 12px 48px;
  color: #852029;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.return > a::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

.return > a::after {
  position: absolute;
  top: 50%;
  left: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #204038;
  border-right: solid 2px #204038;
  -webkit-transform: translate(0%, -50%) rotate(225deg);
  -ms-transform: translate(0%, -50%) rotate(225deg);
  transform: translate(0%, -50%) rotate(225deg);
}

@media screen and (max-width: 767px) {
  .return {
    width: 80%;
  }
  .returnBox {
    position: relative;
    width: 100%;
    margin: 0 auto 42px;
    padding: 0;
  }
  .return a {
    position: relative;
    display: block;
    font-size: 0.875rem;
    padding: 12px 48px 12px 48px;
    color: #852029;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }
}
.Left_more {
  width: 48%;
  float: left;
}

.Center_more {
  width: 94%;
  margin: 8px auto 8px;
}

.Right_more {
  width: 48%;
  float: right;
}

.link2Set .innerLink a {
  padding: 28px 30px;
  line-height: 1.4;
}

/* --------------------------------

link

-------------------------------- */
.box_link {
  border: 2px solid #313131;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 0.825rem;
  background-color: #fff;
  width: 100%;
  border-radius: 4px;
}

.box_link a {
  position: relative;
  font-size: 1rem;
  font-family: heisei-kaku-gothic-std, sans-serif;
  color: #313131;
  font-weight: 900;
  text-decoration: none;
  padding: 16px 24px 16px 16px;
  display: block;
  text-decoration: none;
}

.box_link > a::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

.box_link > a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #313131;
  border-right: solid 2px #313131;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

.box_link a:hover {
  opacity: 0.7;
}

.box_link.is_pdf {
  border: none;
  background-color: #852029;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
}

.box_link.is_pdf a {
  position: relative;
  color: #fff;
  font-weight: 200;
  padding: 18px 12px 18px 12px;
  text-align: center;
  text-decoration: none;
}

.box_link.is_pdf > a::after {
  position: relative;
  top: auto;
  right: auto;
  content: "";
  width: 0px;
  height: 0px;
  border: none;
  -webkit-transform: none;
  transform: none;
}

.box_link.is_pdf > a {
  color: #fff;
  background-image: url(../img/module/icon/is_pdf.png);
  background-position: 18px 50%;
  background-repeat: no-repeat;
  background-size: 28px auto;
}

.buy_link {
  width: 100%;
  background: rgb(222, 186, 30);
  background: -moz-linear-gradient(top, rgb(222, 186, 30) 0%, rgb(218, 124, 39) 100%);
  background: -webkit-linear-gradient(top, rgb(222, 186, 30) 0%, rgb(218, 124, 39) 100%);
  background: linear-gradient(to bottom, rgb(222, 186, 30) 0%, rgb(218, 124, 39) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#deba1e", endColorstr="#da7c27", GradientType=0);
  margin-top: 0.825rem;
  margin-bottom: 0.825rem;
  border-radius: 6px;
  box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.6);
}

.buy_link a {
  position: relative;
  color: #fff;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 900;
  font-size: 1.437rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 16px 24px 16px 16px;
  display: block;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.buy_link > a::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

.buy_link > a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

@media only screen and (max-width: 738px) {
  .buy_link a {
    font-size: 16px;
  }
}
.box_text {
  border: 2px solid #313131;
  display: inline-block;
  margin-bottom: 0.825rem;
  background-color: #fff;
  width: 100%;
  border-radius: 4px;
}

.box_text a {
  position: relative;
  color: #313131;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 200;
  text-decoration: none;
  padding: 44px 24px 44px 36px;
  display: block;
  text-decoration: none;
}

.box_text > a::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

.box_text > a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #313131;
  border-right: solid 2px #313131;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

@media only screen and (max-width: 738px) {
  .box_text a {
    padding: 24px 24px 24px 24px;
  }
}
/* ==========================================================================

  .linkArea

   ========================================================================== */
.linkArea {
  text-align: center;
  margin-top: 55px;
}

.linkArea a.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-size: 14px;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fefefe;
  background: #004097;
  margin: 0 5px;
  border: #004097 2px solid;
}

.linkArea a.btn:before {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 2;
  font-size: 16px;
  font-family: "themify";
  content: "\e649";
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.linkArea a.btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: #fefefe;
  content: "";
  z-index: -1;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -o-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.7s ease;
  -moz-transition: transform 0.7s ease;
  -o-transition: transform 0.7s ease;
  transition: transform 0.7s ease;
}

.linkArea a.btn:hover:after {
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.linkArea a.btn:hover {
  color: #004097;
}

.linkArea a.btnBorder {
  color: #004097;
  background: #fefefe;
}

.linkArea a.btnBorder:hover {
  color: #fefefe;
}

.linkArea a.btnBorder:after {
  background: #004097;
}

/* ======== a.btnSmall ======== */
.linkArea a.btnSmall {
  max-width: 230px;
  font-size: 13px;
  line-height: 45px;
}

.linkArea a.btnSmall:before {
  right: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 900px) {
  .linkArea {
    margin-top: 50px;
  }
  .linkArea a.btn {
    line-height: 60px;
    margin: 0 5px;
  }
  .linkArea a.btn:after {
    display: none;
  }
  .linkArea a.btn:hover {
    color: #fefefe;
  }
  .linkArea a.btnBorder:hover {
    color: #004097;
  }
}
@media only screen and (max-width: 738px) {
  .linkArea {
    margin-top: 45px;
  }
  .linkArea a.btn {
    display: block;
    max-width: 280px;
    line-height: 50px;
    margin: 7px auto 0;
    border: #004097 2px solid;
  }
  .linkArea a.btn:first-child {
    margin-top: 0;
  }
  .linkArea a.btn:before {
    font-size: 12px;
  }
}
.is_one {
  width: 100%;
}

.is_two {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .box_link {
    font-size: 0.875rem;
  }
  .is_one {
    width: 100%;
  }
}
/* --------------------------------

old

-------------------------------- */
.oldfield img {
  width: auto;
  max-width: 590px;
  height: auto;
  display: inherit;
}

@media screen and (max-width: 767px) {
  .oldfield p {
    color: #717171;
  }
  .oldfield img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.errormsg {
  display: block;
}

.guideList li {
  font-size: 14px;
}
.guideList li a {
  color: #333;
}

.slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 16px;
}

.slick-special {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slick-special.slick-initialized {
  opacity: 1;
}

.slick-special a {
  color: #000;
}

.slick-dots li.slick-active button:before {
  color: #000;
}

.slick-dots li {
  margin: 0;
}

.slider_visual {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .slider {
    margin-bottom: 8px;
  }
}
/*----- フェードイン -----*/
.inviewfadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn {
  opacity: 1;
}

/*----- 上へスライド -----*/
.inviewUp {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: 0.8s;
}

.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- ズームイン -----*/
.inviewzoomIn {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: 0.8s;
}

.zoomIn {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transition: 2s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- フェードインしながら右へスライド -----*/
.inviewfadeInLeft {
  opacity: 0;
  transform: translate(-30px, 0);
  -webkit-transform: translate(-30px, 0);
  transition: 2s;
}

.fadeInLeft {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInRight {
  opacity: 0;
  transform: translate(30px, 0);
  -webkit-transform: translate(30px, 0);
  transition: 2s;
}

.fadeInRight {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: 2s;
  }
  .fadeInUp {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .inviewfadeInLeft {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: 2s;
  }
  .fadeInLeft {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .inviewfadeInRight {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: 2s;
  }
  .fadeInRight {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
.skills {
  position: relative;
  width: 100%;
  height: 420px;
  margin: 0 auto 36px;
}

.lines {
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.line {
  height: inherit;
  width: 2px;
  position: absolute;
  background: rgba(238, 238, 238, 0.6);
}
.line.l--0 {
  left: 0;
}
.line.l--10 {
  left: 15%;
}
.line.l--20 {
  left: 30%;
}
.line.l--40 {
  left: 45%;
}
.line.l--60 {
  left: 60%;
}
.line.l--80 {
  left: 80%;
}
.line.l--100 {
  left: calc(100% - 1px);
}

.line__label {
  display: block;
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: -50px;
  font-size: 12px;
}
.line__label.title- {
  text-transform: uppercase;
  font-weight: bold;
}

.charts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.chart {
  margin: 30px 0 0;
}
.chart:first-child {
  margin: 0;
}

.chart__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}
.chart--prod .chart__title {
  animation-delay: 3.3s;
}
.chart--design .chart__title {
  animation-delay: 4.5s;
}

.chart--horiz {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.chart__bar {
  position: relative;
  height: 38px;
  margin-bottom: 8px;
  background: linear-gradient(to left, #c74137, #793636);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
}
.chart--dev .chart__bar {
  animation-duration: 4s;
  animation-delay: 1s;
}
.chart--prod .chart__bar {
  animation-duration: 3.8s;
  animation-delay: 0.2s;
}
.chart--design .chart__bar {
  animation-duration: 5s;
  animation-delay: 0, 2s;
}

.bar {
  animation: 1s anim-lightspeed-in ease forwards;
  animation-duration: 4s;
  animation-delay: 0, 1s;
}

.chart__label {
  position: absolute;
  top: 5px;
  left: 18px;
  padding-left: 6px;
  color: #111;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.is_oyster_graf {
  font-weight: 900;
}

@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .skills {
    padding: 0 12px 0 0;
  }
}
/* ※ */
.guideList {
  margin: 0 auto 16px;
  line-height: 1.4;
  font-weight: 400;
  padding-left: 1em;
}

.guideList > li {
  padding-left: 0;
  text-indent: -1em;
  padding: 0;
  font-size: 1rem;
}

.guideList > li:before {
  content: "-";
  margin-right: 6px;
  color: #7d7d7d;
}

.guideList > li a {
  font-size: 0.725rem;
  text-decoration: underline;
  color: #313131;
}

.social {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
}

ul.social,
ul.social li {
  margin: 0;
  padding: 0;
}

.addCart {
  width: 100% !important;
  border-radius: 4px;
  display: block;
  color: #fff;
  padding: 18px 12px 18px 36px;
  font-size: 1rem;
  background: #852029 url(../img/module/icon/icon_cart.svg) no-repeat 12px 50%;
  background-size: auto 22px;
  border: none;
}

/*
input.product_num {
	padding: 14px;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
*/
.is_cartBox {
  display: flex;
  justify-content: flex-start;
  align-content: center;
}

input.product_form {
  height: 30px;
  line-height: 30px;
  padding-left: 4px;
  border: solid 1px #ccc;
  margin: 0 8px 0px 0px;
  border-radius: 4px;
}

/*
.btns {
	display: inline-block;
	margin-bottom: 0;
	padding: 12px 12px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f5f5f5;
	color: #333;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	cursor: pointer;

}

.input-prepends.input-appends input {
	font-size: 18px;
	padding-top: 11px;
	padding-bottom: 11px;
	width: 60%;
	height: 100%;
	text-align: right;
}


.input-prepends.input-appends .add-on:last-child,
.input-prepends.input-appends .btns:last-child {
	margin-left: 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.input-appends .add-on:last-child,
.input-appends .btns:last-child,
.input-appends .btn-group:last-child>.dropdown-toggle {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
*/
/* カラーミー価格 */
table.colormecell tr {
  border-bottom: 1px solid #dedede;
}

table.colormecell tr:last-child {
  border-bottom: none;
}

table.colormecell th {
  font-weight: 200;
  vertical-align: middle;
  text-align: left;
  color: #949494;
  border-bottom: 1px solid #dedede;
  padding: 8px 8px 8px 8px;
  white-space: nowrap;
  width: 6em;
}

table.colormecell td {
  vertical-align: middle;
  border-bottom: 1px solid #dedede;
  padding: 8px 8px 8px 8px;
}

table.colormecell td .product_sales {
  font-size: 1rem;
  font-weight: 900;
}

table.colormecell td .product_discount {
  font-size: 1rem;
  font-weight: 900;
}

table.colormecell td .product_soldout_msg {
  font-size: 1rem;
  font-weight: 200;
  color: #84202a;
}

table.colormecell td .product_member_sale_msg {
  font-size: 1rem;
  font-weight: 200;
  color: #84202a;
}

.stock_error {
  font-size: 1rem;
  border: 1px solid #dedede;
  padding: 12px;
  color: #84202a;
  margin: 12px auto;
}

.dlset {
  padding-top: 12px;
  text-align: left;
  margin-bottom: 20px;
}

.dlset dl {
  padding-top: 12px;
  padding-bottom: 8px;
  position: relative;
  min-height: 35px;
  border-bottom: 1px solid #dedede;
  margin: 0px;
}

.dlset dt {
  font-size: 15px;
  line-height: 1.6;
  width: 17em;
  margin: 0px;
  float: left;
  position: relative;
  padding: 8px 16px;
}

.dlset dd {
  font-size: 15px;
  line-height: 1.6;
  padding: 8px 16px;
  margin: 0px 0px 0px 16em;
}

@media screen and (max-width: 767px) {
  .dlset {
    padding-top: 12px;
    text-align: left;
    margin-bottom: 20px;
  }
  .dlset dl {
    padding-top: 12px;
    padding-bottom: 8px;
    position: relative;
    min-height: 35px;
    border-bottom: 1px solid #dedede;
    margin: 0px;
  }
  .dlset dt {
    font-size: 15px;
    line-height: 1.6;
    width: 100%;
    margin: 0px;
    float: none;
    position: relative;
    padding: 8px 16px;
    display: block;
  }
  .dlset dd {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    padding: 8px 16px;
    margin: 0px 0px 0px 0;
  }
}
.idxcart .headings_display_1 {
  margin-bottom: 36px;
  line-height: 1.4;
  font-weight: 200;
  font-size: 1.25rem;
}

.idxcart .headings_display_1 span {
  font-weight: 900;
  color: #c52f3c;
  font-size: 1.437rem;
  display: block;
}

@media (max-width: 1024px) {
  .idxcart .headings_display_1 span {
    font-size: calc(1.2687rem + 0.26296875vw);
  }
}
.idxcart .headings_display_1 s {
  font-size: 13px;
  font-weight: 200;
  color: #666;
}

p.simple_explain {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #6d6d6d;
}

.explain img {
  margin-bottom: 8px;
}

.product-order {
  margin-bottom: 16px;
}

.product-order p {
  font-size: 0.875rem;
  padding: 16px;
  color: #8a2a35;
  border: 1px solid #8a2a35;
  border-radius: 6px;
}

.product-order ul {
  margin: 0;
  padding: 0;
}

.product-order ul li {
  font-size: 0.875rem;
  margin: 0 0 8px 0;
  padding: 0;
}

.product-order ul li a {
  position: relative;
  color: #333;
  padding: 8px 24px 8px 12px;
  border: 1px solid #dedede;
  border-radius: 6px;
  display: block;
  text-decoration: none;
}

.product-order ul li a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}
