/*************************************************************************************************

login.css

**************************************************************************************************/
#g-nav li.limited_in{
display: block;
}
#g-nav li.limited{
display: none;
}

@media screen and (max-width: 767px){
.sp_fix_nav li.limited{
display: none;
}
.sp_fix_nav li.limited_in{
display: block;
}
}



#contents{
	padding: 0;
}

header.luxbar-fixed .openbtn span{
  background-color: #fff;
}

header.luxbar-fixed{
	background-color: transparent; /*#393332*/
}

header.luxbar-fixed .logo_white{
display: block;
}
header.luxbar-fixed .logo_black{
display: none;
}
header.luxbar-fixed ul.snav li a{
color: #fff;
}
header.luxbar-fixed ul.snav li::before{
  border-left: 4px solid #fff;
}

/* headerの色を変える ロゴ白黒反転 */
header.luxbar-fixed.change-color {
  background-color: #fff;
}
header.luxbar-fixed.change-color .logo_white{
display: none;
}
header.luxbar-fixed.change-color .logo_black{
display: block;
}
header.luxbar-fixed.change-color ul.snav li a{
color: #000;
}
header.luxbar-fixed.change-color .openbtn span{
  background-color: #666;
}
header.luxbar-fixed.change-color ul.snav li::before{
  border-left: 4px solid #004c4c;
}

.ft_btn_bg{
display: none;
}



/*** hd **********************************/
.hd{
	position: relative;
}
.hd img{
width: 100%;
height: auto;
}
.h1_hd{
width: 100%;
position: absolute;
top:0;
left: 0;
right: auto;
color: #fff;
text-align: center;
}

.h1_hd img{
width: 100%;
height: auto;
}

.h1_small{
	font-size: 22px;
	font-size: clamp(18px, 2vw, 22px);
}


@media screen and (min-width: 768px) {
.hd .sp{
display: none;
}
}

@media screen and (max-width: 767px) {
.hd .pc{
display: none;
}
}


/*** h1〜 **********************************/
h2{
	font-size: 30px;
	font-size: clamp(20px, 3vw, 30px);
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 3em;
}

h4.h4_entry{
	font-size: 22px;
	line-height: 1.6em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0 0 10px;
	margin: 0 0 15px;
	border-bottom: 1px solid #000;
}


h5.h5_step{
	font-size: 21px;
	margin-bottom: 10px;
	color: #76571b;
}
h5.h5_step .num{
	position: relative;
	display: block;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.1em;
	padding: 8px 0;
	margin-bottom: 18px;
	border-bottom: 1px solid #76571b;
}
h5.h5_step .num:after{
	content: "";
	position: absolute;
	right: -3px;
	bottom: 6px;
	width: 20px;
	height: 1px;
	background-color: #76571b;
	transform: rotate(45deg);
}

p.caution{
	text-align: center;
}
p.p_privacy{
	text-align: center;
}
p.p_privacy a{
	color: #777;
	text-decoration: underline;
}
p.p_privacy a:hover{
	color: #000;
	text-decoration: none;
}
.sec_entry p.cap11{
	width: 100%;
	max-width: 500px;
	margin: 20px auto 0;
}


.txt_serif{
	font-family: 'Noto Serif JP', serif;
}


@media screen and (max-width: 767px) {
h4.h4_entry{
	font-size: 18px;
}

h5.h5_step{
	font-size: 18px;
}
h5.h5_step .num{
	font-size: 16px;
}
.resp_autowrap{
display: inline-block;
}
}



/*******************************************************
sec_limited
********************************************************/
.sec_limited {
padding: 4% 0;
}
.sec_limited p{
text-align: center;
}

.limited_list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
/*width: 90%;
max-width: 940px;*/
margin: auto;
}
.limited_list li{
width: 48.828125%;
margin-bottom: 2em;
}
.limited_list li a:hover{
opacity: 0.6;
transition: all .3s linear;
}

@media screen and (max-width: 767px) {
.sec_limited {
padding: 8% 0;
}
.sec_limited p .br{
display: none;
}
}

@media screen and (max-width: 640px) {
.limited_list {
flex-direction: column;
align-items: center;
}
.limited_list li{
width: 100%;
max-width: 380px;
}
.limited_list li:first-child{
margin-bottom: 3em;
}
}
@media screen and (max-width: 490px) {
.sec_limited p{
text-align: justify;
}
.sec_limited p .resp_autowrap{
display: inline;
}
.sec_limited p br:last-of-type{
display: none;
}
}



/*******************************************************
plan 詳細ページ
*******************************************************/
.sec_plan_detail{
margin-top: 6%;
}

.detail_type{
max-width: 580px;
margin: auto;
}
.detail_type.B_Ctype{
max-width: 700px;
margin: auto;
}
.detail_type.long{
max-width: 1000px;
margin: auto;
}


@media screen and (min-width: 768px) {
.detail_type .sp{
display: none;
}
}

@media screen and (max-width: 767px) {
.sec_plan_detail{
margin-top: 10%;
}

.detail_type .pc{
display: none;
}
.detail_type,
.detail_type.B_Ctype{
max-width: 580px;
margin: auto;
}
}

.img_type{
max-width: 500px;
margin: 5em auto 0;
}


/*** hanrei  **********************************/
.hanrei {
margin: 6em auto 0;
}
.hanrei ul{
display: flex;
justify-content: flex-start;
flex-flow: wrap;
}
.hanrei ul li{
font-size: 14px;
font-size: clamp(12px, 3vw, 14px);
margin: 0 1.4em 1em 0;
display: flex;
align-items:center;
}
.hanrei ul li:last-child{
margin-right: 0;
}
.hanrei ul li img {
width: auto;
max-height: 15px;
/*max-width: 50px;
height: auto;*/
margin-right: 6px;
vertical-align: middle;
}
/*.hanrei ul li.deiri img {
width: 14px;
height: auto;
}*/

.hanrei .note {
font-size: 14px;
font-size: clamp(12px, 3vw, 14px);
text-align: left;
font-family:'游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'メイリオ', 'Meiryo', serif;
}

@media screen and (max-width: 599px) {
.hanrei {
margin-top: 4em;
}
.hanrei ul li img {
max-height: 12px;
	}
}

@media screen and (max-width: 450px) {
.hanrei ul{
max-width: 240px;
}
}


/*** btn_box  **********************************/
.btn_box{
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	width: 100%;
	max-width: 600px;
	margin: 80px auto;
}
.btn_box li{
	width: 48%;
	font-size: 1.4rem;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	height: 50px;
}
.btn_box li a{
	display: block;
	border: 1px solid #004c4c;
	color: #004c4c;
}
.btn_box li a:hover{
	color: #fff;
	background-color: #004c4c;
}

@media screen and (max-width: 767px) {
.btn_box{
	margin: 40px auto;
}
.btn_box li{
	font-size: 1.2rem;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
}
}

/*************************************************************************************
*************************************************************************************

print

*************************************************************************************
**************************************************************************************/

@media print {

}