/*!
*  - v1.3
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
	position: relative;
	margin: 0 auto;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.sp-slides-container {
	position: relative;
}

.sp-mask {
	position: relative;
	overflow: hidden;
}

.sp-slides {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.sp-slide {
	position: absolute;
}

.sp-image-container {
	overflow: hidden;
}

.sp-image {
	position: relative;
	display: block;
	border: none;
}

.sp-no-js {
	overflow: hidden;
	max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
	position: relative;
	overflow: hidden;
	direction: ltr;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails  {
	left: 0;
	margin: 0 auto;
}

.sp-top-thumbnails {
	position: absolute;
	top: 0;
	margin-bottom: 4px;
}

.sp-bottom-thumbnails {
	margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
	position: absolute;
	top: 0;
}

.sp-right-thumbnails {
	right: 0;
	margin-left: 4px;
}

.sp-left-thumbnails {
	left: 0;
	margin-right: 4px;
}

.sp-thumbnails {
	position: relative;
}

.sp-thumbnail {
    border: none;
}

.sp-thumbnail-container {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
	float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
	margin-left: 2px;
	margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
	margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: 0;
}

/* Vertical thumbnails
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
	margin-top: 2px;
	margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
	margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
	margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
	margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	left: 18px;
	margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	left: 0;
	top: 0;
	margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 50%;
	margin-top: -8px;
	border-right: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
	margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	right: 0;
	top: 0;
	margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: 50%;
	margin-top: -8px;
	border-left: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
	margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	top: 18px;
	margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	top: 0;
	margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 0;
	margin-left: -8px;
	border-bottom: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
	margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	bottom: 0;
	margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	border-top: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
	position: absolute;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
}

.sp-black {
	color: #FFF;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
}

.sp-white {
	color: #000;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
	border-radius: 10px;
}

.sp-padding {
	padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
	cursor: url(images/openhand.cur), move;
}

.sp-grabbing {
	cursor: url(images/closedhand.cur), move;
}

.sp-selectable {
	cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
	text-align: center;
	margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
	margin: 0 !important;
	background-color: #000;
}

.sp-full-screen-button {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

.sp-full-screen-button:before {
	content: '\2195';
}

.sp-fade-full-screen {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
	opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	bottom: 0;
	z-index: 250;
}

.sp-rtl .sp-buttons {
	direction: rtl;
}

.sp-full-screen .sp-buttons {
	display: none;
}

.sp-button {
	width: 10px;
	height: 10px;
	/*border: 2px solid #000;*/
	background: #c9caca;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.sp-selected-button {
	background-color: #727171;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sp-button {
		width: 10px;
		height: 10px;
	}
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
	.sp-button {
		width: 10px;
		height: 10px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
	.sp-button {
		width: 10px;
		height: 10px;
	}
}

/* Arrows
--------------------------------------------------*/
.sp-arrows {
	position: absolute;
}

.sp-fade-arrows {

}

.sp-slides-container:hover .sp-fade-arrows {
	opacity: 1;
}

.sp-horizontal .sp-arrows {
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.sp-vertical .sp-arrows {
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -10px;
}

.sp-arrow {
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

.sp-vertical .sp-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
	left: 20px;
	right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
	right: 20px;
	left: auto;
}

.sp-horizontal .sp-next-arrow {
	right: 20px;
	left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
	left: 20px;
	right: auto;
}

.sp-vertical .sp-previous-arrow {
	top: 20px;
}

.sp-vertical .sp-next-arrow {
	bottom: 20px;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	    transform: rotate(270deg);
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #212121;
}

.sp-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	    transform: skew(145deg, 0deg);
}

.sp-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	    transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
	content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
	border-right: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
	border-left: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
	border-bottom: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
	border-top: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
	position: absolute;
}

.sp-fade-thumbnail-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
	opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -7px;
}

.sp-thumbnail-arrow {
	position: absolute;
	display: block;
	width: 15px;
	height: 25px;
	cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
	top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
	bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	    transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	    transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	    transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	    transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
	content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	border-right: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	border-left: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
	border-bottom: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
	border-top: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
	text-decoration: none;
}

a.sp-video img {
	-webkit-backface-visibility: hidden;
	border: none;
}

a.sp-video:after {
	content: '\25B6';
	position: absolute;
	width: 45px;
	padding-left: 5px;
	height: 50px;
	border: 2px solid #FFF;
	text-align: center;
	font-size: 30px;
	border-radius: 30px;
	top: 0;
	color: #FFF;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	margin: auto;
	line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
	max-width: none;
	max-height: none;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	-mox-box-shadow: none !important;
	box-shadow: none !important;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.slider-pro a {
	position: static;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
	max-width: none;
	max-height: none;
}

.slider-pro p.sp-layer {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h1.sp-layer {
	font-size: 32px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h2.sp-layer {
	font-size: 24px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h3.sp-layer {
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h4.sp-layer {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h5.sp-layer {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h6.sp-layer {
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro img.sp-layer {
	border: none;
}
@charset "UTF-8";
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  padding: 0;
  margin: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  font-size: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img {
  border: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

a,
input {
  outline: none;
}

input,
textarea {
  font-family: "Koburina Gothic W1 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  border-radius: 0;
}

input[type=button],
input[type=submit] {
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-appearance: none;
}

abbr,
acronym {
  border: 0;
}

* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Koburina Gothic W1 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #211c1c;
  text-align: left;
  letter-spacing: 0.05em;
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 768px) {
  body {
    font-family: "Koburina Gothic W3 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
  }
}

a {
  text-decoration: none;
}

a:hover {
  transition: all 0.3s;
}

::-moz-selection {
  color: #211c1c;
  text-shadow: none;
  background: #c9caca;
}

::selection {
  color: #211c1c;
  text-shadow: none;
  background: #c9caca;
}

::-moz-selection {
  color: #211c1c;
  text-shadow: none;
  background: #c9caca;
}

.legacy-ie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background: #eee;
}

.legacy-ie a {
  color: #b71a35;
  text-decoration: none;
}

.noscript {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background: #c9caca;
}

/* ----------------------------------------------------
  common
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .c-sp-none {
    display: none !important;
  }
}

.c-pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-pc-none {
    display: block !important;
  }
}

/* ----------------------------------------------------
/* main
   ----------------------------------------------------------------- */
.l-main {
  display: block;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 20px;
  }
}

.u-container {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-container {
    width: 90%;
  }
}

.c-category-title {
  position: relative;
}
.c-category-title .c-serif {
  position: absolute;
  top: 50%;
  left: 100px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.1em;
  transform: translateY(-50%);
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .c-category-title .c-serif {
    font-size: 24px;
    font-size: 1.5rem;
    left: 20px;
  }
}
.c-category-title .c-serif span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-category-title .c-serif span {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* ----------------------------------------------------
  content
---------------------------------------------------- */
.c-lead {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-lead {
    margin-top: 30px;
  }
}
.c-lead .c-lead__main {
  line-height: 1;
  text-align: center;
  font-size: 33px;
  font-size: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .c-lead .c-lead__main {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 425px) {
  .c-lead .c-lead__main {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-lead .c-lead__sub {
  margin-top: 60px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .c-lead .c-lead__sub {
    margin-top: 30px;
    line-height: 1.8;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-lead .c-lead__link {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-lead .c-lead__link {
    margin-top: 30px;
  }
}
.c-lead .c-lead__link ul {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .c-lead .c-lead__link ul {
    display: block;
    width: auto;
    max-width: 320px;
    margin: 0 auto;
  }
}
.c-lead .c-lead__link ul li {
  width: 33.3%;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .c-lead .c-lead__link ul li {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
}
.c-lead .c-lead__link ul li a {
  display: block;
}
.c-lead .c-lead__link ul li a:hover {
  opacity: 0.6;
}

/* ----------------------------------------------------
  text
---------------------------------------------------- */
.c-gothic-bold {
  font-family: "Koburina Gothic W3 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-gothic-bold {
    font-family: "Koburina Gothic W6 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

/* ----------------------------------------------------
  button
---------------------------------------------------- */
.c-button a {
  position: relative;
  display: block;
  padding: 10px 0;
  font-family: "Koburina Gothic W3 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  border: 1px solid #727171;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .c-button a {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 425px;
    margin: 0 auto;
  }
}
.c-button a:hover {
  color: #fff;
  background: #211c1c;
}
.c-button a:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.c-button a::before {
  position: absolute;
  top: 50%;
  left: 23px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: "";
  border-top: 1px solid #211c1c;
  border-right: 1px solid #211c1c;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-button a::before {
    font-size: 16px;
    font-size: 1rem;
    left: 23px;
  }
}

.c-table {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .c-table {
    margin-top: 30px;
  }
}
.c-table table {
  width: 100%;
  border-top: 1px solid #898989;
}
.c-table table th {
  width: 28%;
  padding: 20px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #898989;
}
@media screen and (max-width: 768px) {
  .c-table table th {
    padding: 15px 0;
  }
}
@media screen and (max-width: 425px) {
  .c-table table th {
    display: block;
    width: 100%;
    padding: 15px 0 0 0;
    font-weight: bold;
    border: none;
  }
}
.c-table table td {
  width: 72%;
  padding: 20px 0;
  border-bottom: 1px solid #898989;
}
@media screen and (max-width: 768px) {
  .c-table table td {
    padding: 15px 0;
  }
}
@media screen and (max-width: 425px) {
  .c-table table td {
    display: block;
    width: 100%;
    padding: 5px 0 15px;
  }
}
.c-table table td p {
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .c-table table td p {
    margin: 10px 0;
  }
}
.c-table table td p span {
  display: block;
}

.c-googlemap {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .c-googlemap {
    margin-top: 30px;
  }
}
.c-googlemap .c-googlemap__map {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .c-googlemap .c-googlemap__map {
    height: 300px;
  }
}
.c-googlemap .c-googlemap__link {
  margin-top: 10px;
}
.c-googlemap .c-googlemap__link a {
  position: relative;
  padding-left: 20px;
  color: #211c1c;
}
.c-googlemap .c-googlemap__link a::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-right: 10px;
  content: "";
  border-top: 1px solid #211c1c;
  border-right: 1px solid #211c1c;
  transform: rotate(45deg);
}
.c-googlemap .c-googlemap__link a:hover {
  color: #b71a35;
}

/* ----------------------------------------------------
  guidedtour
---------------------------------------------------- */
#guidedtour .c-category-title .c-serif {
  left: 50% !important;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%) !important;
}
#guidedtour .c-lead .c-lead__sub {
  text-align: center;
}
@media screen and (max-width: 425px) {
  #guidedtour .c-lead .c-lead__sub {
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media screen and (max-width: 425px) {
  #guidedtour .c-lead .c-lead__sub br {
    display: none;
  }
}
#guidedtour .c-lead .c-lead__link {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #guidedtour .c-lead .c-lead__link {
    margin-top: 20px;
  }
}
#guidedtour .c-lead .c-lead__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 72px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  background-color: #b71a35;
  border: solid 1px #b71a35;
}
@media screen and (max-width: 768px) {
  #guidedtour .c-lead .c-lead__link a {
    height: 60px;
    font-size: 15px;
  }
}
#guidedtour .c-lead .c-lead__link a:hover {
  color: #b71a35;
  background-color: #fff;
}
#guidedtour .p-nav {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav {
    margin-top: 30px;
  }
}
#guidedtour .p-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul {
    margin: 0;
  }
}
#guidedtour .p-nav ul li {
  width: 25%;
  padding: 0 14px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul li {
    width: 100%;
    padding: 0;
    margin: 5px 0;
  }
}
#guidedtour .p-nav ul li a {
  position: relative;
  display: block;
  padding: 20px 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul li a {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 425px) {
  #guidedtour .p-nav ul li a {
    padding: 10px 15px;
  }
}
#guidedtour .p-nav ul li a .text {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul li a .text {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul li a .text br {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  #guidedtour .p-nav ul li a .text br {
    display: block;
  }
}
#guidedtour .p-nav ul li a .title {
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.5em;
  line-height: 1.2;
  vertical-align: bottom;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul li a .title {
    height: auto;
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul li a .title br {
    display: none;
  }
}
#guidedtour .p-nav ul li a .date {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul li a .date {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#guidedtour .p-nav ul li a::after {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px auto 0;
  content: "";
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul li a::after {
    display: none;
    width: 0;
    height: 0;
  }
}
#guidedtour .p-nav ul .course01 a {
  color: #b71a35;
  border: 1px solid #b71a35;
}
#guidedtour .p-nav ul .course01 a::after {
  border-top: 1px solid #b71a35;
  border-right: 1px solid #b71a35;
}
#guidedtour .p-nav ul .course01 a:hover {
  color: #fff;
  background: #b71a35;
}
#guidedtour .p-nav ul .course01 a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.2s;
}
#guidedtour .p-nav ul .course02 a {
  color: #0e1d5e;
  border: 1px solid #0e1d5e;
}
#guidedtour .p-nav ul .course02 a::after {
  border-top: 1px solid #0e1d5e;
  border-right: 1px solid #0e1d5e;
}
#guidedtour .p-nav ul .course02 a:hover {
  color: #fff;
  background: #0e1d5e;
}
#guidedtour .p-nav ul .course02 a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.2s;
}
#guidedtour .p-nav ul .course03 a {
  color: #dd840f;
  border: 1px solid #dd840f;
}
#guidedtour .p-nav ul .course03 a::after {
  border-top: 1px solid #dd840f;
  border-right: 1px solid #dd840f;
}
#guidedtour .p-nav ul .course03 a:hover {
  color: #fff;
  background: #dd840f;
}
#guidedtour .p-nav ul .course03 a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.2s;
}
#guidedtour .p-nav ul .course04 a {
  color: #205834;
  border: 1px solid #205834;
}
#guidedtour .p-nav ul .course04 a::after {
  border-top: 1px solid #205834;
  border-right: 1px solid #205834;
}
#guidedtour .p-nav ul .course04 a:hover {
  color: #fff;
  background: #205834;
}
#guidedtour .p-nav ul .course04 a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.2s;
}
#guidedtour .p-nav ul .course05 a {
  color: #dd840f;
  border: 1px solid #dd840f;
}
#guidedtour .p-nav ul .course05 a::after {
  border-top: 1px solid #dd840f;
  border-right: 1px solid #dd840f;
}
#guidedtour .p-nav ul .course05 a:hover {
  color: #fff;
  background: #dd840f;
}
#guidedtour .p-nav ul .course05 a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.2s;
}
#guidedtour .p-nav ul .course-other a {
  color: #211c1c;
  border: 1px solid #211c1c;
}
#guidedtour .p-nav ul .course-other a::after {
  border-top: 1px solid #211c1c;
  border-right: 1px solid #211c1c;
}
#guidedtour .p-nav ul .course-other a:hover {
  color: #fff;
  background: #211c1c;
}
#guidedtour .p-nav ul .course-other a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.2s;
}
#guidedtour .p-course {
  padding: 80px 0 0 0;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course {
    margin: -30px 0;
  }
}
#guidedtour .p-course .p-course__title {
  padding-bottom: 10px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
#guidedtour .p-course .p-course__title .note {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course .p-course__title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
  }
  #guidedtour .p-course .p-course__title .note {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 8px;
  }
}
@media screen and (max-width: 425px) {
  #guidedtour .p-course .p-course__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #guidedtour .p-course .p-course__title .note {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#guidedtour .p-course .p-course__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course .p-course__inner {
    margin-top: 25px;
  }
}
#guidedtour .p-course .p-course__inner .p-course__lead {
  width: 400px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course .p-course__inner .p-course__lead {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
#guidedtour .p-course .p-course__inner .p-course__lead .p-course__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
#guidedtour .p-course .p-course__inner .p-course__lead .p-course__image {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course .p-course__inner .p-course__lead .p-course__image {
    margin-top: 20px;
  }
}
#guidedtour .p-course .p-course__inner .p-course__lead .c-button {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course .p-course__inner .p-course__lead .c-button {
    margin-top: 20px;
  }
}
#guidedtour .p-course .p-course__inner .p-course__information {
  width: 550px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course .p-course__inner .p-course__information {
    width: 100%;
    margin-top: 20px;
  }
}
#guidedtour .p-course .p-course__inner .p-course__information .c-table {
  margin: 0;
}
#guidedtour .p-course .p-course__inner .p-course__information .c-table a {
  color: #b71a35;
}
#guidedtour .p-course .p-course__inner .p-course__information .c-table a:hover {
  color: #7f1626;
}
#guidedtour .p-course .p-course__inner .p-course__information .p-course__attention {
  margin-top: 20px;
}
#guidedtour .p-course .p-course__inner .p-course__information .p-course__attention ul li {
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-course .p-course__inner .p-course__information .p-course__attention ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#guidedtour .p-course .p-course__inner .p-course__information .p-course__attention ul li::before {
  position: absolute;
  top: 8px;
  left: 3px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background: #211c1c;
  border-radius: 3px;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-course .p-course__inner .p-course__information .p-course__attention ul li::before {
    top: 4px;
  }
}
#guidedtour #course01 .p-course__title {
  color: #b71a35;
  border-bottom: 1px solid #b71a35;
}
#guidedtour #course01 .c-button a {
  color: #b71a35;
  border: 1px solid #b71a35;
}
#guidedtour #course01 .c-button a::before {
  border-top: 1px solid #b71a35;
  border-right: 1px solid #b71a35;
}
#guidedtour #course01 .c-button a:hover {
  color: #fff;
  background: #b71a35;
}
#guidedtour #course01 .c-button a:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#guidedtour #course02 .p-course__title {
  color: #dd840f;
  border-bottom: 1px solid #dd840f;
}
#guidedtour #course02 .c-button a {
  color: #dd840f;
  border: 1px solid #dd840f;
}
#guidedtour #course02 .c-button a::before {
  border-top: 1px solid #dd840f;
  border-right: 1px solid #dd840f;
}
#guidedtour #course02 .c-button a:hover {
  color: #fff;
  background: #dd840f;
}
#guidedtour #course02 .c-button a:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#guidedtour #course03 .p-course__title {
  color: #dd840f;
  border-bottom: 1px solid #dd840f;
}
#guidedtour #course03 .c-button a {
  color: #dd840f;
  border: 1px solid #dd840f;
}
#guidedtour #course03 .c-button a::before {
  border-top: 1px solid #dd840f;
  border-right: 1px solid #dd840f;
}
#guidedtour #course03 .c-button a:hover {
  color: #fff;
  background: #dd840f;
}
#guidedtour #course03 .c-button a:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#guidedtour #course04 .p-course__title {
  color: #205834;
  border-bottom: 1px solid #205834;
}
#guidedtour #course04 .c-button a {
  color: #205834;
  border: 1px solid #205834;
}
#guidedtour #course04 .c-button a::before {
  border-top: 1px solid #205834;
  border-right: 1px solid #205834;
}
#guidedtour #course04 .c-button a:hover {
  color: #fff;
  background: #205834;
}
#guidedtour #course04 .c-button a:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#guidedtour #course05 .p-course__title {
  color: #dd840f;
  border-bottom: 1px solid #dd840f;
}
#guidedtour #course05 .c-button a {
  color: #dd840f;
  border: 1px solid #dd840f;
}
#guidedtour #course05 .c-button a::before {
  border-top: 1px solid #dd840f;
  border-right: 1px solid #dd840f;
}
#guidedtour #course05 .c-button a:hover {
  color: #fff;
  background: #dd840f;
}
#guidedtour #course05 .c-button a:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#guidedtour .p-course-list {
  width: 800px;
  padding: 100px 0 0 0;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
  }
}
#guidedtour .p-course-list .p-course-list__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__title {
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#guidedtour .p-course-list .p-course-list__table {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-course-list .p-course-list__table {
    margin-top: 25px;
  }
}
#guidedtour .p-course-list .p-course-list__table table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__table table {
    width: 100%;
  }
}
#guidedtour .p-course-list .p-course-list__table table td {
  width: 8.33%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__table table td {
    width: 33.3%;
  }
}
#guidedtour .p-course-list .p-course-list__table table th {
  text-align: center;
}
#guidedtour .p-course-list .p-course-list__table table .col3 {
  width: 24.99%;
}
#guidedtour .p-course-list .p-course-list__table .week {
  border-bottom: 1px solid #898989;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-course-list .p-course-list__table .week {
    width: 500px;
  }
}
#guidedtour .p-course-list .p-course-list__table .schedule {
  position: relative;
  border-bottom: 1px solid #898989;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__table .schedule {
    border-bottom: none;
  }
}
#guidedtour .p-course-list .p-course-list__table .schedule .title {
  margin: 15px 0 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__table .schedule .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__table .schedule table {
    border-bottom: 1px solid #c9caca;
    border-left: 1px solid #c9caca;
  }
}
#guidedtour .p-course-list .p-course-list__table .schedule td {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__table .schedule td {
    border-top: 1px solid #c9caca;
    border-right: 1px solid #c9caca;
  }
}
#guidedtour .p-course-list .p-course-list__table .schedule th {
  padding: 10px 0;
  border-top: 1px solid #c9caca;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__table .schedule th {
    background: #efefef;
    border-right: 1px solid #c9caca;
  }
}
#guidedtour .p-course-list .p-course-list__table .schedule .col3 {
  width: 24.99%;
}
#guidedtour .p-course-list .p-course-list__table .schedule .course01 {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  background: #b71a35;
  border-radius: 5px;
}
#guidedtour .p-course-list .p-course-list__table .schedule .course02 {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  background: #0e1d5e;
  border-radius: 5px;
}
#guidedtour .p-course-list .p-course-list__table .schedule .course03 {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  background: #dd840f;
  border-radius: 5px;
}
#guidedtour .p-course-list .p-course-list__table .schedule .close {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background: rgba(33, 28, 28, 0.4);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
#guidedtour .p-course-list .p-course-list__name {
  margin-top: 10px;
}
#guidedtour .p-course-list .p-course-list__name ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__name ul {
    display: block;
  }
}
#guidedtour .p-course-list .p-course-list__name ul li {
  margin-right: 20px;
}
#guidedtour .p-course-list .p-course-list__name ul .course01 {
  color: #b71a35;
}
#guidedtour .p-course-list .p-course-list__name ul .course01 span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
  background: #b71a35;
  border-radius: 5px;
}
#guidedtour .p-course-list .p-course-list__name ul .course01 a {
  color: #b71a35;
}
#guidedtour .p-course-list .p-course-list__name ul .course02 {
  color: #0e1d5e;
}
#guidedtour .p-course-list .p-course-list__name ul .course02 span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
  background: #0e1d5e;
  border-radius: 5px;
}
#guidedtour .p-course-list .p-course-list__name ul .course02 a {
  color: #0e1d5e;
}
#guidedtour .p-course-list .p-course-list__name ul .course03 {
  color: #dd840f;
}
#guidedtour .p-course-list .p-course-list__name ul .course03 span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
  background: #dd840f;
  border-radius: 5px;
}
#guidedtour .p-course-list .p-course-list__name ul .course03 a {
  color: #dd840f;
}
#guidedtour .p-course-list .p-course-list__text {
  margin-top: 20px;
}
#guidedtour .p-course-list .p-course-list__text span {
  color: #b71a35;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__text {
    margin-top: 10px;
  }
}
#guidedtour .p-contact {
  width: 800px;
  padding: 100px 0 0 0;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-contact {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
  }
}
#guidedtour .p-contact .p-contact__inner {
  width: 800px;
  padding: 60px 50px 30px 50px;
  border: 1px solid #c9caca;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-contact .p-contact__inner {
    width: 100%;
    max-width: 800px;
    padding: 20px 3%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 425px) {
  #guidedtour .p-contact {
    padding: 10px 3%;
  }
}
#guidedtour .p-contact .p-contact__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-contact .p-contact__title {
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#guidedtour .p-contact .p-contact__lead {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-contact .p-contact__lead {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 425px) {
  #guidedtour .p-contact .p-contact__lead {
    text-align: left;
  }
}
#guidedtour .p-contact .p-contact__text {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-contact .p-contact__text {
    text-align: left;
  }
}
#guidedtour .p-contact .p-contact__mail {
  margin: 20px 0 0;
}
#guidedtour .p-contact .p-contact__mail a {
  display: block;
  width: 320px;
  padding: 15px 0;
  margin: 0 auto;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #727171;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-contact .p-contact__mail a {
    width: 100%;
  }
}
#guidedtour .p-contact .p-contact__mail a:hover {
  background: #211c1c;
}
#guidedtour .p-contact .p-contact__mail a img {
  width: 24px;
  margin-right: 5px;
}
#guidedtour .p-contact .p-contact__attention {
  margin-top: 20px;
}
#guidedtour .p-contact .p-contact__attention ul li {
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-contact .p-contact__attention ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#guidedtour .p-contact .p-contact__attention ul li::before {
  position: absolute;
  top: 8px;
  left: 3px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background: #211c1c;
  border-radius: 3px;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-contact .p-contact__attention ul li::before {
    top: 4px;
  }
}
#guidedtour .p-faq {
  width: 800px;
  padding: 100px 0 0 0;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-faq {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}
#guidedtour .p-faq .p-faq__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-faq .p-faq__title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
}
#guidedtour .p-faq .p-faq__item {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-faq .p-faq__item {
    margin: 40px 0;
  }
}
#guidedtour .p-faq .p-faq__item .p-faq__question {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-faq .p-faq__item .p-faq__question {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 40px;
  }
}
#guidedtour .p-faq .p-faq__item .p-faq__question::before {
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  content: "Q";
  background: #211c1c;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-faq .p-faq__item .p-faq__question::before {
    top: -4px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
}
#guidedtour .p-faq .p-faq__item .p-faq__answer {
  position: relative;
  padding-left: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-faq .p-faq__item .p-faq__answer {
    padding-left: 40px;
    margin-top: 20px;
  }
}
#guidedtour .p-faq .p-faq__item .p-faq__answer::before {
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  content: "A";
  background: #b71a35;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-faq .p-faq__item .p-faq__answer::before {
    top: -4px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
}
#guidedtour .p-faq .p-faq__item .p-faq__answer a {
  text-decoration: underline;
}
#guidedtour .p-faq .p-faq__item .p-faq__answer a:hover {
  color: #b71a35;
  text-decoration: none;
}
#guidedtour .p-place {
  width: 800px;
  padding: 100px 0 0 0;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-place {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}
#guidedtour .p-place .p-place__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-place .p-place__title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
}
#guidedtour .p-place .p-place__shop {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-place .p-place__shop {
    font-size: 16px;
    font-size: 1rem;
  }
}
#guidedtour .p-place .p-place__info {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-place .p-place__info {
    margin-top: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: normal;
  }
}
#guidedtour .p-place .p-place__info .none {
  display: none;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-place .p-place__info .none {
    display: block;
  }
}
#guidedtour .p-place .c-button {
  width: 100%;
  max-width: 380px;
  margin: 20px auto 0;
}
#guidedtour .p-place .p-place__attention {
  padding: 30px 0;
  margin-top: 30px;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-place .p-place__attention {
    padding: 25px 0;
    margin-top: 25px;
  }
}
#guidedtour .p-place .p-place__attention .title {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-place .p-place__attention .title {
    font-size: 20px;
  }
}
#guidedtour .p-place .p-place__attention .block {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-place .p-place__attention .block {
    margin-top: 20px;
  }
}
#guidedtour .p-place .p-place__attention .block .blocktitle {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-place .p-place__attention .block .blocktitle {
    font-size: 18px;
  }
}
#guidedtour .p-place .p-place__attention .block ul {
  margin-top: 15px;
}
#guidedtour .p-place .p-place__attention .block ul li {
  padding-left: 1rem;
  text-indent: -1rem;
}
#guidedtour .p-place .p-place__attention .block ul li::before {
  content: "・";
}
#guidedtour .p-place .p-place__attention .block ul li + li {
  margin-top: 10px;
}/*# sourceMappingURL=guidedtour.css.map */
.onlyasia {
	display: none;
}

.grid .grid-linkbox2 {
	display: block;
}
.pgkagatobi {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .pgkagatobi {
    font-size: 1em;
  }
}
.pgkagatobi img {
  max-width: 100%;
  height: auto;
}
.pgkagatobi .kagatobi-sectiontitle {
  padding-bottom: 4px;
  font-size: 22px;
  font-weight: bold;
  color: #b71a35;
  border-bottom: solid 2px #b71a35;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .kagatobi-sectiontitle {
    font-size: 18px;
  }
}
.pgkagatobi .kagatobi-sectiontitle + .kagatobi-block {
  margin-top: 24px;
}
.pgkagatobi .kagatobi-section__text {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .kagatobi-section__text {
    margin-top: 20px;
  }
}
.pgkagatobi .kagatobi-section__image {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .kagatobi-section__image {
    margin-top: 20px;
  }
}
.pgkagatobi .kagatobi-section {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .kagatobi-section {
    margin-top: 40px;
  }
}
.pgkagatobi .kagatobi-block + .kagatobi-block {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .kagatobi-block + .kagatobi-block {
    margin-top: 24px;
  }
}
.pgkagatobi .kagatobi-block__title {
  padding: 4px 10px;
  font-size: 18px;
  line-height: 1.4;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .kagatobi-block__title {
    font-size: 16px;
  }
}
.pgkagatobi .kagatobi-block__image {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .kagatobi-block__image {
    margin-top: 16px;
  }
}
.pgkagatobi .kagatobi-block__text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .kagatobi-block__text {
    margin-top: 16px;
  }
}
.pgkagatobi .kagatobi-block__text p + p {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .kagatobi-block__text p + p {
    margin-top: 16px;
  }
}
.pgkagatobi .kagatobi-block__text .sp {
  display: none;
}
@media screen and (max-width: 556px) {
  .pgkagatobi .kagatobi-block__text .sp {
    display: inline;
  }
}
.pgkagatobi .kagatobi-lineup {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .kagatobi-lineup {
    margin: 50px 0 40px;
  }
}
.pgkagatobi .kagatobi-lineup__title {
  font-size: 26px;
  font-weight: bold;
  color: #b71a35;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .kagatobi-lineup__title {
    font-size: 20px;
  }
}
.pgkagatobi .kagatobi-lineup__button {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .kagatobi-lineup__button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 556px) {
  .pgkagatobi .kagatobi-lineup__button {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
}
.pgkagatobi .kagatobi-lineup__button li {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-weight: bold;
  line-height: 1.2;
  color: #b71a35;
  cursor: pointer;
  background-color: #f9efef;
  border-radius: 10px 10px 0 0;
  transition: all 0.2s ease;
}
.pgkagatobi .kagatobi-lineup__button li span {
  font-size: 12px;
}
.pgkagatobi .kagatobi-lineup__button li.active {
  color: #fff;
  background-color: #b71a35;
}
@media (hover) {
  .pgkagatobi .kagatobi-lineup__button li:hover {
    color: #fff;
    background-color: #b71a35;
  }
}
.pgkagatobi .kagatobi-lineup__wrap {
  padding: 36px 0 40px;
  border-top: solid 4px #b71a35;
  border-bottom: solid 4px #b71a35;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .kagatobi-lineup__wrap {
    padding: 28px 0 32px;
  }
}
.pgkagatobi .kagatobi-lineup__panel {
  display: none;
}
.pgkagatobi .kagatobi-lineup__panel.active {
  display: block;
}
.pgkagatobi .lineup-item + .lineup-item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .lineup-item + .lineup-item {
    margin-top: 32px;
  }
}
.pgkagatobi .lineup-item__title {
  padding-bottom: 4px;
  border-bottom: solid 2px #211c1c;
}
.pgkagatobi .lineup-item__title .main {
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .lineup-item__title .main {
    font-size: 18px;
  }
}
.pgkagatobi .lineup-item__title .sub {
  margin: 6px 0 4px;
  line-height: 1.4;
}
.pgkagatobi .lineup-item__title .sub span {
  display: inline-block;
  padding: 4px 8px;
  line-height: 1;
  color: #fff;
  background-color: #007bff;
}
.pgkagatobi .lineup-item__info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.pgkagatobi .lineup-item__info .image {
  width: 224px;
}
@media screen and (max-width: 556px) {
  .pgkagatobi .lineup-item__info .image {
    width: 100%;
    max-width: 224px;
    margin: 0 auto;
  }
}
.pgkagatobi .lineup-item__info .textbody {
  width: calc(100% - 224px);
  padding-left: 16px;
}
@media screen and (max-width: 556px) {
  .pgkagatobi .lineup-item__info .textbody {
    width: 100%;
    padding-left: 0;
    margin-top: 16px;
  }
}
.pgkagatobi .lineup-item__info .pairing {
  padding: 12px;
  background-color: #f0f0f0;
}
.pgkagatobi .lineup-item__info .pairing-title {
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .lineup-item__info .pairing-title {
    padding-left: 23px;
    font-size: 16px;
  }
}
.pgkagatobi .lineup-item__info .pairing-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 23px;
  height: 23px;
  content: "";
  background-image: url("../images/kagatobi/lineup_pairing_icon@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .pgkagatobi .lineup-item__info .pairing-title::before {
    width: 20px;
    height: 20px;
  }
}
.pgkagatobi .lineup-item__info .pairing-text {
  margin-top: 8px;
  line-height: 1.5;
}
.pgkagatobi .lineup-item__info .temperature {
  margin-top: 16px;
}
.pgkagatobi .lineup-item__info .temperature-title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .lineup-item__info .temperature-title {
    font-size: 18px;
  }
}
.pgkagatobi .lineup-item__info .temperature-image {
  margin: 4px 0 8px;
}
.pgkagatobi .lineup-item__info .temperature-text {
  font-size: 10px;
}
.pgkagatobi .lineup-item__text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .lineup-item__text {
    margin-top: 12px;
  }
}
.pgkagatobi .lineup-item__text p + p {
  margin-top: 16px;
}
.pgkagatobi .lineup-item__text.text--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .lineup-item__text.text--sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pgkagatobi .lineup-item__text.text--pc {
    display: none;
  }
}
.pgkagatobi .lineup-item__table {
  display: flex;
  flex-wrap: wrap;
  margin: 24px -10px 0;
}
@media screen and (max-width: 556px) {
  .pgkagatobi .lineup-item__table {
    margin: 24px 0 0;
  }
}
.pgkagatobi .lineup-item__table dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #211c1c;
}
.pgkagatobi .lineup-item__table dl dt {
  width: 116px;
  padding: 2px 8px;
  font-size: 14px;
  background-color: #f0f0f0;
  border-top: solid 1px #211c1c;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .lineup-item__table dl dt {
    font-size: 0.9em;
  }
}
.pgkagatobi .lineup-item__table dl dt.noborder {
  padding-top: 0;
  border-top: none;
}
.pgkagatobi .lineup-item__table dl dd {
  width: calc(100% - 116px);
  padding: 2px 8px;
  font-size: 14px;
  border-top: solid 1px #211c1c;
}
@media screen and (max-width: 768px) {
  .pgkagatobi .lineup-item__table dl dd {
    font-size: 0.9em;
  }
}
.pgkagatobi .lineup-item__table dl dd.noborder {
  padding-top: 0;
  border-top: none;
}
.pgkagatobi .lineup-item__table .table {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 556px) {
  .pgkagatobi .lineup-item__table .table {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 556px) {
  .pgkagatobi .lineup-item__table .table:first-child dl {
    border-bottom: none;
  }
}/*# sourceMappingURL=kagatobi.css.map */
@charset "utf-8";

/* sake ラインナップデザイン変更
------------------------------------------------------------ */
.p-lineup {
  margin-bottom: 32px;
}

.p-lineup img {
  max-width: 100%;
  height: auto;
}

.p-lineup .lineup-item__title {
  padding-bottom: 4px;
  border-bottom: solid 2px #211c1c;
}

.p-lineup .lineup-item__title .main {
  font-size: 22px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p-lineup .lineup-item__title .main {
    font-size: 18px;
  }
}

.p-lineup .lineup-item__title .sub {
  margin: 6px 0 4px;
  line-height: 1.4;
}

.p-lineup .lineup-item__title .sub span {
  display: inline-block;
  padding: 4px 8px;
  line-height: 1;
  color: #fff;
  background-color: #007bff;
}

.p-lineup .lineup-item__info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

.p-lineup .lineup-item__info .image {
  width: 224px;
}

@media screen and (max-width: 556px) {
  .p-lineup .lineup-item__info .image {
    width: 100%;
    max-width: 224px;
    margin: 0 auto;
  }
}

.p-lineup .lineup-item__info .textbody {
  width: calc(100% - 224px);
  padding-left: 16px;
}

@media screen and (max-width: 556px) {
  .p-lineup .lineup-item__info .textbody {
    width: 100%;
    padding-left: 0;
    margin-top: 16px;
  }
}

.p-lineup .lineup-item__info .pairing {
  padding: 12px;
  background-color: #f0f0f0;
}

.p-lineup .lineup-item__info .pairing-title {
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-lineup .lineup-item__info .pairing-title {
    padding-left: 23px;
    font-size: 16px;
  }
}

.p-lineup .lineup-item__info .pairing-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 23px;
  height: 23px;
  content: "";
  background-image: url("../images/kagatobi/lineup_pairing_icon@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-lineup .lineup-item__info .pairing-title::before {
    width: 20px;
    height: 20px;
  }
}

.p-lineup .lineup-item__info .pairing-text {
  margin-top: 8px;
  line-height: 1.5;
}

.p-lineup .lineup-item__info .temperature {
  margin-top: 16px;
}

.p-lineup .lineup-item__info .temperature-title {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-lineup .lineup-item__info .temperature-title {
    font-size: 18px;
  }
}

.p-lineup .lineup-item__info .temperature-image {
  margin: 4px 0 8px;
}

.p-lineup .lineup-item__info .temperature-text {
  font-size: 10px;
}

.p-lineup .lineup-item__text {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-lineup .lineup-item__text {
    margin-top: 12px;
  }
}

.p-lineup .lineup-item__text p + p {
  margin-top: 16px;
}

.p-lineup .lineup-item__text.text--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-lineup .lineup-item__text.text--sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-lineup .lineup-item__text.text--pc {
    display: none;
  }
}

.p-lineup .lineup-item__table {
  display: flex;
  flex-wrap: wrap;
  margin: 24px -10px 0;
}

@media screen and (max-width: 556px) {
  .p-lineup .lineup-item__table {
    margin: 24px 0 0;
  }
}

.p-lineup .lineup-item__table dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #211c1c;
}

.p-lineup .lineup-item__table dl dt {
  width: 116px;
  padding: 2px 8px;
  font-size: 14px;
  background-color: #f0f0f0;
  border-top: solid 1px #211c1c;
}

@media screen and (max-width: 768px) {
  .p-lineup .lineup-item__table dl dt {
    font-size: 0.9em;
  }
}

.p-lineup .lineup-item__table dl dt.noborder {
  padding-top: 0;
  border-top: none;
}

.p-lineup .lineup-item__table dl dd {
  width: calc(100% - 116px);
  padding: 2px 8px;
  font-size: 14px;
  border-top: solid 1px #211c1c;
}

@media screen and (max-width: 768px) {
  .p-lineup .lineup-item__table dl dd {
    font-size: 0.9em;
  }
}

.p-lineup .lineup-item__table dl dd.noborder {
  padding-top: 0;
  border-top: none;
}

.p-lineup .lineup-item__table .table {
  width: 50%;
  padding: 0 10px;
}

@media screen and (max-width: 556px) {
  .p-lineup .lineup-item__table .table {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 556px) {
  .p-lineup .lineup-item__table .table:first-child dl {
    border-bottom: none;
  }
}

.p-lineup .lineup-item + .lineup-item {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-lineup .lineup-item + .lineup-item {
    margin-top: 32px;
  }
}

