@charset "UTF-8";

.bg_white {
	background: url(../../../img/common/backimage.jpg) repeat top left;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
  main h2 {
    padding-top: 50px !important;
	padding-bottom: 50px !important;
  }
}

/*　プライバシーポリシー
ー-------------------------------------------------*/
#privacy main h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}

#privacy section {
  width: 90%;
	max-width: 960px;
	margin: 60px auto 80px;
}

#privacy section a:link,
#privacy section a:visited {
	color: #c9171e;
	text-decoration: underline;
}

#privacy section a:link:hover,
#privacy section a:visited:hover {
	text-decoration: none;
}

#privacy section h4 {
	font-size: 24px;
	text-align: left;
  margin-top: 60px;
	margin-bottom: 30px;
}

#privacy section p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20px;
}

#privacy section li {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20px;
	padding-left: 1em;
	text-indent: -1em;
}

#privacy h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}


/*　よくある質問-en
ー-------------------------------------------------*/

#faq_en section {
  width: 90%;
	max-width: 960px;
	margin: 60px auto 80px;
}

#faq_en main ul,
#faq_en main li,
#faq_en main p {
	font-size: 16px;
}

#faq_en main h2 {
	text-align: center;
	font-size: 32px;
  font-weight: 700;
	letter-spacing: 0;
	padding-top: 100px;
	padding-bottom: 100px;
}

#faq_en main h2+p {
	line-height: 2;
	margin-bottom: 30px;
}

#faq_en main h3 {
	text-align: left;
	font-size: 18px;
	margin-bottom: 15px;
  font-weight: 700;
}

#faq_en main ul {
	margin-bottom: 110px;
}

#faq_en main li {
	margin-bottom: 25px;
	border: 1px solid #7e7e7e;
}

#faq_en main li p {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	padding-right: 5px;
	position: relative;
	line-height: 1.5;
}

#faq_en main li p.qes {
	background: url(../../../img/faq/question_bg.png) repeat-y;
}

#faq_en main li p.qes::before {
	display: block;
	position: absolute;
	content: 'Q.';
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	left: 15px;
	top: 10px;
}

#faq_en main li p.ans {
	background: #fff;
}

#faq_en main li p.ans::before {
	display: block;
	position: absolute;
	content: 'A.';
	color: #50874f;
	font-size: 20px;
	font-weight: bold;
	left: 15px;
	top: 10px;
}

/*　交通アクセス
ー-------------------------------------------------*/
#access main h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}

#access section {
  width: 90%;
	max-width: 960px;
	margin: 60px auto 80px;
}


#access section.inner {
	width: 90vw;
	border: 1px solid #000;
	box-sizing: border-box;
	line-height: 2;
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	margin-left: auto;
	margin-right: auto;
}

#access section.inner::before {
	content: '';
	display: block;
	height: 0.87vh;
	width: 5.7vw;
	background: #c9171e;
	position: absolute;
	top: -0.1vh;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#access section.inner::after {
	content: '';
	display: block;
	height: 0.38vh;
	width: 5.7vw;
	background: #c9171e;
	position: absolute;
	top: 0.96vh;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#access section.inner h3 {
	font-size: 24px;
    font-weight: bold;
	margin-top: 24px;
    margin-bottom: 18px;
	text-align: center;
}

#access section.googlemap {
	margin-bottom: 8vh;
}

#access section.googlemap iframe {
	width: 80%;
	height: 60vh;
	display: block;
	margin: 50px auto 0;
}

#access section.googlemap .address {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 2.21vh;
	padding-bottom: 4.81vh;
}

#access section.googlemap .address p:first-child {
	display: inline-block;
	font-size: 16px;
	float: left;
}

#access section.googlemap .address p:last-child {
	display: inline-block;
	text-align: right;
	font-size: 16px;
	float: right;
}

#access section.googlemap .address p:last-child a:link,
#access section.googlemap .address p:last-child a:visited {
	color: #e50114;
	text-decoration: underline;
}

#access section.howto {
	margin-bottom: 13.94vh;
}

#access section.howto .howto_inner {
	margin: 0 auto;
	overflow: hidden;
}

#access section.howto .howto_inner.car h3 {
	border-top: 1px #000 dotted;
	padding-top: 30px;
}

#access section.howto .text_area {
	width: 80%;
	margin: 0 auto;
}

#access section.howto .text_area div {
	text-align: center;
	margin-bottom: 50px;
	width: auto;
	text-align: center;
	background: #fff;
}

#access section.howto .text_area h4 {
	font-size: 22px;
	font-weight: bold;
	color: #c9171e;
}

#access section.howto .text_area p {
	font-size: 16px;
	padding-bottom: 50px;
}

#access section.howto .text_area a {
	display: block;
	margin-top: 0.5vw;
	color: #c9171e;
	font-weight: bold;
}

#access section.howto .text_area a.nankai {
	display: inline-block;
	text-indent: 0;
	text-decoration: underline;
}

#access section.howto .text_area a.nankai:hover {
	text-decoration: none;
}

/*　footer
ー-------------------------------------------------*/
.article_footer .btn_box .btn_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(92 / 1920 * 100vw);
  border-bottom: 1px var(--color-white) solid;
  background-color: rgba(51,51,51,0);
  transition: background-color .4s ease-in-out;
}
.article_footer .btn_box .btn_top:hover {
  background-color: rgba(51,51,51,1);
}
.article_footer .btn_box .btn_top .arrow {
  display: block;
  margin-top: 0;
  width: calc(49 / 1920 * 100%);
  height: 0;
  padding-top: calc(26 / 1920 * 100%);
  background-image: url(../images/arrow_footer.svg);
  transition: margin-top .2s ease-in-out;
}
@media screen and (min-width: 769px) {
.article_footer .btn_box .btn_top:hover .arrow {
    margin-top: -8px;
  }
}

@media screen and (max-width: 768px) {
  .article_footer .btn_box .btn_top {
    height: calc(50 / 16 * 1rem);
    border-top: 1px var(--color-white) solid;
    border-bottom-color: var(--color-border);
  }
  .article_footer .btn_box .btn_top:hover {
    background-color: rgba(51, 51, 51, 0);
  }
  .article_footer .btn_box .btn_top .arrow {
    width: calc(30 / 16 * 1rem);
    height: calc(15 / 16 * 1rem);
    padding-top: 0;
  }
}
