@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("../img/guide/title.jpg");
	position: relative;
}

.baseBox .inner {
	max-width: 980px;
}
#guide.baseBox .inner {
	max-width: 1200px;
}

/* ## wrapper ## */
#wrapper {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

/* ## index.php ## */
#guide.baseBox .baseArticle p {
	margin-bottom: 24px;
}

#guide.baseBox .baseArticle ul {
	margin-bottom: 24px;
}

/* ## qa.php ## */
.faqArea {
	margin-top: 44px;
}

/* accordion */
.faqBox {
  width: 100%;
  margin-bottom: 10px;
}
.faqBox .accordion_header {
	background-color: #f1f1f1;
	border: solid 1px #dcdcdc;
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 40px;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
.faqBox .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.faqBox .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.faqBox .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.faqBox .accordion_header .i_box .one_i:before, .faqBox .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #545454;
  border-radius: 10px;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.faqBox .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 8px;
}
.faqBox .accordion_header.open .i_box .one_i:before {
  content: none;
}
.faqBox .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.faqBox .accordion_inner {
	width: 100%;
	display: none;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.faqBox .accordion_inner:after {
}
.faqBox .accordion_inner .box_one {
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
	padding: 18px 44px;
	overflow: hidden;
}
.faqBox .accordion_inner .txt_a_ac {
	line-height: 1.8;
	margin: 0;
	float: left;
}
.faqBox .accordion_inner .txt_a_ac p {
	margin-bottom: 8px;
}

.faqBox .faqQ {
	color: #86d9e5;
	line-height: 1;
	font-size: 22px;
	font-weight: 900;
	padding-right: 18px;
	padding-bottom: 18px;
	display: inline-block;
	float: left;
}
.faqBox .faqA {
	color: #ff647e;
	line-height: 1.3;
	font-size: 22px;
	font-weight: 900;
	padding-right: 18px;
	display: inline-block;
	float: left;
}

.faqBox .ssUl li {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 14px;
	float: left;
}
.faqBox .ssUl li img {
	width: 100%;
	max-width: 200px;
	vertical-align: bottom;
}

/* ## 注文方法 ## */
.guideBox h4 {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #4f769a;
	padding: 18px;
	position: relative;
}
.guideBox h4::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 47%;
  width: 0;
  height: 0;
  border-top: 18px solid #4f769a;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}
.guideBox .tex {
	font-size: 16px;
	line-height: 2;
	background-color: #eeeeee;
	padding: 38px;
}

/* 会員説明 */
.kaiBox {
	width: 33.33%;
	box-sizing: border-box;
	padding: 24px 24px;
	float: left;
	overflow: hidden;
}
.kaiBox .boxF {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.kaiBox .boxF img {
	width: 100%;
	max-width: 180px;
	vertical-align: bottom;
	margin-bottom: 14px;
}
.kaiBox .boxF h5 {
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	margin-bottom: 10px;
}
.kaiBox .boxS {
	width: 100%;
	box-sizing: border-box;
}
.kaiBox .boxS p {
	font-size: 16px;
}

.introSg {
	font-size: 24px;
	text-align: center;
	font-weight: 800;
	color: #888888;
	margin-bottom: 34px;
}


/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

/* ## index.php ## */

/* ## detail.php ## */
	
}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

/* ## index.php ## */

/* ## detail.php ## */
}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* ## index.php ## */
#guide.baseBox .baseArticle p {
	margin-bottom: 14px;
}

#guide.baseBox .baseArticle ul {
	margin-bottom: 14px;
}
	
/* ## detail.php ## */



}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

/* ## index.php ## */

/* ## qa.php ## */
.faqArea {
	margin-top: 10px;
}
	
/* accordion */
.faqBox .accordion_header {
	font-size: 12px;
	text-align: left;
	padding: 6px 30px 6px 18px;
}
.faqBox .accordion_header:active {
	color: #e3785b;
  opacity: .84;
}
.faqBox .accordion_header:active .i_box .one_i:before, .faqBox .accordion_header:active .i_box .one_i:after {
	background-color: #537d68;
}
.faqBox .accordion_header .i_box {
  right: 2.4%;
}
.faqBox .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.faqBox .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.faqBox .accordion_header .i_box .one_i:before, .faqBox .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #545454;
  border-radius: 10px;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.faqBox .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 16px;
  top: 0;
  left: 6px;
}
	
.faqBox .accordion_inner {
}
.faqBox .accordion_inner .box_one {
	font-size: 11px;
	padding: 0px 18px 8px 18px;
}

.faqBox .faqQ {
	font-size: 18px;
	padding-right: 10px;
}
.faqBox .faqA {
	font-size: 18px;
	padding-right: 10px;
}
	
.guideBox h4 {
	font-size: 14px;
	padding: 14px;
}
.guideBox h4::after {
  bottom: -14px;
  border-top: 14px solid #4f769a;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}
.guideBox .tex {
	font-size: 13px;
	padding: 24px 24px 24px 14px;
}
	
/* 会員説明 */
.kaiBox {
	width: 100%;
	padding: 14px;
}
.kaiBox .boxF {
	width: 100%;
	text-align: center;
	float: none;
}
.kaiBox .boxF img {
	width: 100%;
	max-width: 124px;
	vertical-align: bottom;
}
.kaiBox .boxF h5 {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 8px;
}
.kaiBox .boxS {
	width: 100%;
	padding-left: 0;
	float: none;
}
.kaiBox .boxS p {
	font-size: 14px;
}

.introSg {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 24px;
}	
	
	
}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* ## side ## */	

	
/* ## index.php ## */

/* ## faq.php ## */
/* accordion */
.faqBox .accordion_header .i_box {
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.faqBox .accordion_header:hover {
	color: #e3785b;
	opacity: .84;
}
.faqBox .accordion_header:hover .i_box .one_i:before, .faqBox .accordion_header:hover .i_box .one_i:after {
	background-color: #e3785b;
}
	
}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* ## index.php ## */


}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {


/* ## index.php ## */


}