@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "游ゴシック", "YuGothic-Medium", "YuGo-Medium", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "モトヤLシーダ3等幅", MotoyaLCedar, "メイリオ", Meiryo, sans-serif;
	text-align: left;
	color: #333333;
	letter-spacing: 1px;
}

a img {
	transition: opacity 0.3s ease-out;
}

a:hover img {
	opacity: 1;
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/

/* ------------------------------
    clearfix
------------------------------ */

.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}
a {
	font-family: "游ゴシック", "YuGothic-Medium", "YuGo-Medium", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "モトヤLシーダ3等幅", MotoyaLCedar, "メイリオ", Meiryo, sans-serif;
}
/* End Hack */



/*-----faq-----*/
#faq .accordion {
	position: relative;
	width: 100%;
}

#faq .acc_item {
	padding-bottom: 30px;
}

#faq .acc_q {
	position: relative;
	cursor: pointer;
}

#faq .acc_a {
	display: none;
}

#faq .acc_q::before {
	background: #fff;
	content: "";
	height: 2px;
	position: absolute;
	right: 49px;
	top: 56%;
	transform: rotate(135deg);
	transform: rotate(90deg);
	transition: transform .3s ease-in-out;
	width: 25px;
}

#faq .acc_q.first::before {
	top: 50%;
}

/* #faq .acc_q::after {
	background: #6f84ab;
	content: "";
	height: 2px;
	position: absolute;
	right: 75px;
	top: 50%;
	transition: opacity .3s ease-in-out;
	width: 15px;
} */

/* 縦線(クリック後) */
#faq .acc_q.open::before {

	transform: rotate(180deg);
}

/* 横線(クリック後) */
#faq .acc_q.open::after {
	opacity: 0;
}

/*-----bner-----*/
.bner {
	padding: 20px 20px 80px;
	background-color: #b9e5fe;
}
.bner img {
	margin-top: 20px;
	width: 100%;
}

/* #footer
------------------------------------------------------------------------------*/
#footer {
  border-top: #fff solid 1px;
  line-height: 0.1;
  width: 750px;
  margin: 0 auto;
  position: relative;
}
#footer p.link01 {
  position: absolute;
  left: 247px;
  top: 43px;
}
#footer p.link02 {
  position: absolute;
  left: 394px;
  top: 43px;
}
#footer p.copy {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: absolute;
  left: 248px;
  top: 98px;
}

/* #fixed_cv */
#fixed_cv {
	opacity: 0;
	position: fixed;
	bottom: -100vh;
	height: auto;
	z-index: 5;
	transition: opacity 0.2s ease-in;
}
#fixed_cv.isActive {
	opacity: 1;
	bottom: 20px;
}

/* クーポンボタン */
.coupon_box {
  margin-bottom: 25px;
}
.coupon {
  cursor: pointer;
  margin: 2% 3% 1%;
}
.coupon_att {
  margin: 0 5% 0;
}
.coupon_att img {
  width: calc(464 / 750* 100vw);
  max-width: 464px;
}
.coupon.off {
  cursor: auto;
}

.is-fixed {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
}