@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.hp_kv{
	position: relative;
	padding: 7vw 3vw 7vw 3vw;
	margin-top: 40px;
	background: #222;
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.hp_kv h1{
	margin-left: -3vw;
	padding-left: 5%;
	margin-bottom: 6vw;
	width: 91vw;
	height: 13.6vw;
	background: url(../img/kv_bg_sp.png) no-repeat;
	background-size: 100% 100%;
	color: #333;
	font-size: 4.2vw;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.02em;
	display: flex;
	align-items: center;
}
.hp_kv h1>div{
	line-height: 1.3;
}
.hp_kv_cir01{
	width: 18vw;
	margin-right: 2vw;
}
.hp_kv_cir02{
	position: absolute;
	right: 0;
	top: 7vw;
	width: 20vw;
}
.hp_kv_col01{
	margin-left: 2.5%;
	width: 18%;
}
.hp_kv_col02{
	margin-top: -0.5vw;
	width: 74%;
}
.hp_kv_col02 h2{
	margin-bottom: 2vw;
	font-size: 6.3vw;
	font-weight: 800;
	line-height: 1.1;
	text-align: left;
}
.hp_kv_col02 h2 small{
	display: block !important;
	margin-bottom: 0;
	font-size: 3vw;
	font-weight: 500;
}
.hp_kv_col02 h2 span{
	display: inline-block;
	padding: 0;
	background: none;
	font-size: 100%;
	line-height: inherit;
	font-weight: inherit;
}
.hp_kv_col02 h2 .hp_kv_small_sp{
	font-size: 4.1vw;
	line-height: 1.2;
	color: #fff;
}
.hp_cr_yel{
	color: #fad200;
}
.hp_kv_col02 h2 *{
	display: inline !important;
	line-height: 1.3;
}
.hp_kv_col02 h2 strong{
	display: inline;
	color: #fff;
}
.hp_kv_note{
	padding-top: 2vw;
	margin-left: -32%;
	font-size: 2.2vw;
	line-height: 1.5;
}
.hp_kv_note sup{
	font-size: 1.8vw;
	margin-left: -0.5em;
}
.hp_wide_s{
	max-width: 1100px;
	margin: 0 auto;
}
.hp_col0201{
	margin-bottom: 20px;
}
.hp_linebox{
	margin-top: 20px;
	border: 1px solid #c9caca;
}
.hp_linebox:first-of-type{
	margin-top: 0;
}
.hp_linetit{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 10px 5px;
	background: #c9caca;
	color: #000;
	font-size: 1.25rem;
	font-weight: bold;
}
.hp_linecon{
	padding: 15px 15px;
	text-decoration: none !important;
}
.hp_linebox_blue{
	height: 100%;
}
.hp_linebox_blue .hp_linetit{
	background: #967e00;
	color: #fff;
}
.hp_linebox_blue .hp_linecon{
	align-items: center;
	height: calc(100% - 60px);
	border: 1px #967e00 solid;
}
.hp_date{
	font-size: 1.375rem;
	line-height: 0;
	text-align: center;
}
.hp_date img{
	max-width: 100%;
	width: auto;
	height: 23px;
}
.hp_date strong{
	font-size: 1.75rem;
	font-weight: normal;
}
.hp_date small{
	font-size: 1.125rem;
}
.hp_mod_pic{
	width: 48%;
	text-align: center;
}
.hp_mod_pic img{
	width: 55%;
	margin: 0 auto 10px;
}
.hp_mod_text{
	margin: auto 0;
	width: 42%;
}
.hp_mod_pic p{
	font-size: 0.93rem;
	font-weight: bold;
	color: #000;
}
.hp_mod_text h2{
	margin-bottom: 10px;
	font-size: 1.25rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	white-space: nowrap;
}
.hp_gray{
	padding: 25px 10px;
	background: #f7f7f7;
	font-size: 1rem;
}
.hp_gray_tit{
	margin-bottom: 20px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.6;
	color: #4694d1;
}
.hp_btn_box{
	margin-top: 30px;
}
.hp_btn{
	margin-bottom: 20px;
	position: relative;
	height: 66px;
	padding-top: 2px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fad200;
	color: #333 !important;
	text-decoration: none !important;
	font-size: 1rem;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
}
.hp_btn::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.hp_linetit2{
	background: #967e00;
	color: #fff;
	justify-content: flex-start;
}
.hp_text01{
	font-size: 1rem;
	font-weight: bold;
}
.hp_inner01{
	padding-left: 22px;
}
.hp_text02{
	margin: 15px 0 5px;
	font-size: 1rem;
	text-indent: -22px;
}
a.hp_links{
	color: #1010ff;
}
.hp_img01{
	margin: 0 auto 50px;
	max-width: 1245px;
}
.hp_note10{
	padding-left: 1em;
	text-indent: -1em;
}

.kx_contact{
	border: 4px #967e00 solid;
	padding: 20px 10px;
}
.kx_tit01{
	font-size: 1.1rem;
	vertical-align: middle;
	margin-bottom: 10px;
}
.kx_tit01 strong{
	font-size: 1.375rem;
	color: #967e00;
	display: block;
}
.kx_txt02{
	padding-bottom: 3px;
	font-size: 1.375rem;
	font-weight: bold;
}
.kx_txt02 a{
	display: inline;
	word-break: break-all;
	text-decoration: none;
	border-bottom: 2px solid currentColor;
	color: #1010ff;
}
.kx_txt02 a:hover{
	color: #1010ff;
	border-bottom-color: transparent;
}
.kx_color01 {
    color: #dc3a12;
    font-weight: bold !important;
}
.hp_tit_pink{
	margin: 45px 0 40px;
	padding: 8px 20px 5px;
	background: #ffe5e5;
	font-weight: bold;
}
.hp_tit_blue{
	margin: 30px 0 15px;
}
.hp_tit_blue span{
	display: block;
	padding: 4px 10px 2px 15px;
	background: #deebf7;
	font-weight: bold;
}
.hp_note15{
	padding-left: 1.45em;
	text-indent: -1.45em;
}
.hp_cr_red{
	color: #dc3a12;
}

#guide .hdg-guide-lv4 {
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 2px solid #000;
}
#guide .hdg-guide-lv4 + p {
    margin-top: 15px;
}
#guide .txt-note {
    margin: 5px 0 0;
    display: flex;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.8;
    color: #707070;
}
#guide .txt-note._c-red {
    color: #f00;
}
#guide .list-mark-item{
	display: flex;
}
#guide .lyt-guide-receipt {
	max-width: 840px;
    margin: 10px auto 0;
}
.hp_ul_jc{
	display: flex;
	justify-content: center;
}
#guide .list-guide-info {
    margin-top: 20px;
}
#guide .list-guide-info-item{
	margin-bottom: 10px;
	display: flex;
	
}
#guide .list-guide-info-item small{
	font-weight: normal;
	font-size: 70%;
	color: #333;
}
#guide .lyt-guide-receipt-detail{
	margin-bottom: 20px;
}
#guide .list-guide-info-item._color1 {
  color: #f9316c;
}
#guide .list-guide-info-item._color2 {
  color: #5bad29;
}
#guide .list-guide-info-item._color3 {
  color: #e5a907;
}
#guide .list-guide-info-item._color4 {
  color: #3986dc;
}
#guide .list-guide-info-item._color5 {
  color: #a811e0;
}
#guide .list-guide-info-item._color6 {
  color: #29ada8;
}
#guide .list-guide-info-item .guide-num {
	margin-top: -2px;
  margin-right: 12px;
  padding-left: 2px;
  padding-bottom: 1px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 4px 0 1px rgba(0, 0, 0, .15);
}
#guide .ff-futura {
    font-family: Futura, 'Century Gothic', sans-serif;
}
#guide .list-mark {
    margin: 10px 0 0;
    display: table;
    width: 100%;
	font-size: 0.875rem;
}
#guide .list-guide-info-item {
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: .08em;
}
#guide .list-guide-info-item._color1 .guide-num {
  background-color: #f9316c;
}
#guide .list-guide-info-item._color2 .guide-num {
  background-color: #5bad29;
}
#guide .list-guide-info-item._color3 .guide-num {
  background-color: #e5a907;
}
#guide .list-guide-info-item._color4 .guide-num {
  background-color: #3986dc;
}
#guide .list-guide-info-item._color5 .guide-num {
  background-color: #a811e0;
}
#guide .list-guide-info-item._color6 .guide-num {
  background-color: #29ada8;
}
#guide .img-guide {
  margin-top: 30px;
  text-align: center;
}
#guide .img-guide img{
	max-width: 100%;
	width: auto;
}
#guide .lyt-guide-receipt-img{
	margin: 0 3%;
}
.hp_pl01{
	padding: 5px 0 15px 24px;
}

.hp_btn_box2{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.hp_btn_box2 .hp_btn{
	padding-right: 15px;
	width: 48%;
	height: 56px;
	margin-bottom: 20px;
}
.hp_btn_box2 .hp_btn::after{
	transform: translateY(-65%) rotate(135deg);
}
.hp_btn_w100{
	width: 100% !important;
}
.hp_box_blue{
	margin-bottom: 30px;
	padding: 0 15px 5px;
	background: #fff;
}
.hp_box_blue .fea_col0201{
	margin-bottom: 30px;
}
.hp_box_blue .hp_btn{
	padding-top: 2px;
	width: 100%;
	height: 56px;
}
.hp_btn_cr2{
	background: #ba000e;
	color: #fff !important;
}
.hp_tit_line{
	margin-bottom: 10px;
	position: relative;
	font-size: 1.25rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hp_tit_line::before,.hp_tit_line::after{
	content: '';
	margin: -2px 5px 0;
	width: 20px;
	height: 1px;
	background: currentcolor;
	transform: rotate(60deg);
}
.hp_tit_line::after{
	transform: rotate(120deg);
}
.hp_cr_red{
	color: #f00;
}
.hp_tel .kx_txt02 small{
	display: inline-block;
	margin-right: -10px;
	font-size: 1rem;
}
.hp_tel_note{
	display: flex;
	align-items: stretch;
	margin-top: -5px;
	margin-left: 88px;
	font-size: 0.8125rem;
	font-weight: normal;
	line-height: 1.1;
}
.hp_tel_note small{
	padding-bottom: 2px;
	padding-left: 2px;
	display: block;
	font-size: 0.65rem;
	line-height: 1;
}
.hp_tel_bra{
	margin: 0 2px;
	width: 7px;
	border: 1px solid #333;
	border-right: none;
}
.hp_tel_note .hp_tel_bra:last-child{
	margin-left: 0;
	border: 1px solid #333;
	border-left: none;
}
.hp_tip_end{
	position: relative;
}
.hp_tip_end::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(100,100,100,0.7);
	width: 100%;
	height: 100%;
}
.hp_tip_end_text{
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 10px 30px 7px;
	margin: 0;
	transform: translateX(-50%) translateY(-50%);
	opacity: 1!important;
	z-index: 3!important;
	text-align: center;
	background: rgba(255,255,255,0.85);
	border-radius: 5px;
	font-size: 1rem;
	font-weight: bold;
	white-space: nowrap;
}
.hp_font_small{
	font-size: 0.9rem;
}
div.hp_btn::after{
	display: none;
}
.hp_linetit_note{
	display: block;
	margin-top: 2px;
	font-size: 0.8125rem;
	font-weight: normal;
	line-height: 1.5;
}
#guide .hp_list_note{
	margin-top: 0;
	margin-right: -10px;
}
#guide .hp_list_note li{
	display: inline-block;
	margin-right: 8px;
}



@media screen and (min-width:768px) and (max-width:1274px) { 
	
}








