@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#f0f0f0;}
section:nth-of-type(even){background-color:#fff;}
html {scroll-behavior: smooth;}/*smooth scroll*/



/* =========================
   root
========================= */
:root {
  /* ===== 色 ===== */
  --c_white: #FFFFFF;
  --c_navy: #5782B9;
  --c_blue15: #E2F7F8;
  --c_blue35: #BAEDEF;
  --c_blue50: #9DE5E7;
  --c_blue80: #62D5D9; 
  --c_red: #E66469;
  --c_lightgray: #9c9cb1;
  --c_gray: #828291;
  --c_green: #82D24B;
  --c_purple: #A98BD6;
  --c_yellow: #ecb73d;
}

.inner{font-feature-settings: "palt";}


/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}

.inner{
	width: 92%;
	margin: 0 auto;
	padding: 30px 0;
	box-sizing: border-box;
}
	
/* =========================
   root
========================= */
:root {
  /* ===== 文字サイズ ===== */
  --fs_body: 1rem;
  --fs_caption: 0.8rem;
  --fs_sm: 1.1rem;
  --fs_md: 1.2rem;
  --fs_lg: 1.35rem;
  --fs_xl: 1.5rem;
  --fs_xxl: 1.7rem;
  --fs_3xl: 2rem;		
  --fs_4xl: 2.2rem;		
}
	
	
/* =========================
  title
========================= */
div#title img {
    width: 100%;
}
	
/* =========================
  nav
========================= */
#nav{
	width: 100%;
	max-width: 1080px;
	margin: 5px auto 0;
	background: var(--c_white);
	font-size: var(--fs_sm);
	font-weight: bold;
}
	
#nav ul {
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	gap: 12px;
}
	
a.nav_link,div.nav_link {
    display: flex;
    text-align: center;
    flex-direction: column;
    gap: 5px;
}
	
a.nav_link img,div.nav_link img {
	width: 45%;
	margin: auto;
}
	
nav#nav li {
    border-bottom: dashed var(--c_lightgray) 1px;
    padding: 0 0 10px 0;
}
	
#nav li a{
	color: var(--c_gray);
	transition : all 0.2s ease 0s;
}
	
#nav li a:hover{
	color: var(--c_red);
}

p.nav_txt {
	display: flex;
	justify-content: center;
	font-feature-settings: "palt";
	align-items: center;
}
	
#nav li span{
	font-size: var(--fs_caption);
}

/*comming soon対応*/	
#nav li div{
	color: var(--c_lightgray);
	filter: grayscale(100%) brightness(1.1);
}
	
/* =========================
  about
========================= */
#about{
	background: var(--c_blue15);
	margin: 0 auto;
	text-align: center;
	font-size: var(--fs_sm);
	font-weight: bold;
}
	
h2 img,.select_img{
    width: 100%;
}	
#about p{
	color: var(--c_navy);
	line-height: 1.5;
	margin: 15px auto 20px;
}	
.bg_lineimg,.bg_lineimg_02 {
    width: 100vw;
    height: 50px;
}	
.bg_lineimg img,.bg_lineimg_02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
		
/* =========================
  campaign
========================= */
#campaign{
  background: var(--c_blue35);
  margin: -40px 0;
}

.rentacar_box{
  background: var(--c_white);
  padding: 15px;
  border-radius: 16px;
  margin: 25px auto;
}

/* 全体 */
.rac_layout{
	display: flex;
	margin: 0 0 20px 0;
	flex-direction: column;
}

/* 左 */
.rac_txtbox{
  flex: 1;
}
.rac_head {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.rac_no{
  width: 90px;
  height: auto;
}

.main_title h3 {
	font-size: var(--fs_xxl);
	font-weight: bold;
	color: var(--c_navy);
	margin: 15px auto 10px;
	text-align: center;
	text-shadow: 0px 0px 1px var(--c_navy);
}

.rac_dl {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	margin: 0 0 15px 0;
}

.rac_dl dt {
	color: var(--c_white);
	font-weight: bold;
    padding: 3px 10px;
	border-radius: 5px;
	font-size: var(--fs_sm);
	display: flex;
	justify-content: center;
	align-items: center;
}
	

	
.main_title {
    width: 100%;
}
	
.tag_green{
  background: var(--c_green);
}

.tag_purple{
  background: var(--c_purple);
}

.sub_title_red {
	font-size: var(--fs_xxl);
	font-weight: bold;
	color: var(--c_red);
}
	
.sub_title_caption{
	font-size: var(--fs_caption);
	color: var(--c_gray);
	display: block;
}	

.sub_title {
	font-size: var(--fs_md);
	font-weight: bold;
	color: var(--c_gray);
	line-height: 1.1;
}

.sub_title_small{
  display: inline-block;
  font-size: var(--fs_sm);
  font-weight: bold;
  color: var(--c_gray);
}

.rac_plantxt {
	padding: 12px 12px 9px;
	border: 2px solid var(--c_blue80);
	border-radius: 8px;
	font-weight: bold;
	font-size: var(--fs_sm);
	color: var(--c_gray);
	text-align: center;
}
.rac_plancption {
	margin: 10px 0 0;
	font-size: var(--fs_caption);
	color: var(--c_gray);
}
	
.toyota_rac_txt{
	padding: 0 0 10px 0;
}	

/* 右 */
.rac_imgbox{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 0 15px;
}

.rac_logo{
  width: 100%;
  box-sizing: border-box;
}

.rac_mainimg{
  width: 100%;
  height: auto;
  display: block;
}
	
/* 各エリア */	
.planarea_box {
    display: flex;
    gap: 25px;
	justify-content: space-between;
	flex-direction: column;
}
	
.planarea_box img {
    width: 100%;
}
	
p.cp_area_txt {
    padding: 10px 0;
    font-size: var(--fs_xl);
    font-weight: bold;
    color: var(--c_gray);
    line-height: 1;
}
span.cp_area_smltxt {
    font-size: var(--fs_md);
	font-weight: normal;
}
	
a.cp_area_link {
	position: relative;
	color: var(--c_white);
	font-weight: bold;
	font-size: var(--fs_md);
	display: block;
	padding: 7px 0;
	border-radius: 8px;
	transition: all 0.2s ease 0s;
	line-height: 1.2;
}

.areabox_hokkaido,.areabox_okinawa {
    text-align: center;
}	
	
a.c_green{background: var(--c_green)!important;}
a.c_purple{background: var(--c_purple)!important;}
a.c_yellow{background: var(--c_yellow)!important;}	

a.cp_area_link::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
}
	
/* =========================
  search
========================= */	

#search{
	background: var(--c_white);
	text-align: center;
}	
	
.search_link_box {
	margin: 0 auto 10px;
	display: flex;
	justify-content: space-between;
	gap: 15px;
	flex-direction: column;
}	
a.search_link {
	position: relative;
	color: var(--c_white);
	background: var(--c_red);
	font-weight: bold;
	font-size: var(--fs_md);
	display: block;
	padding: 10px;
	line-height: 1.2;
	border-radius: 8px;
	transition: all 0.2s ease 0s;
}
	
a.search_link::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
}	

	
#search ul {
	display: flex;
	justify-content: space-around;
	gap: 10px;
	margin: 0 0 10px;
}
	
#search li {
	display: block;
	width: 35%;
}

	
a.search_link::after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 3px solid var(--c_white);
	border-right: 3px solid var(--c_white);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 14px;
	border-radius: 1px;
}	
	
#search h3 {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: var(--fs_md);
	color: var(--c_navy);
	font-weight: bold;
	margin: 0 auto;
	line-height: 1.1;
}
#search h3::before,#search h3::after {
    content: "";
    background-color: var(--c_navy);
    height: 3px;
    width: 40px;
}
#search h3::before {
    margin: 7px 5px 0 0;
    transform: rotate(60deg); 
}
#search h3::after {
    margin: 7px 0 5px 0;
    transform: rotate(-60deg); 
}
	
	
/* =========================
  qa
========================= */		
#qa{
	background: var(--c_blue15);
	color: var(--c_gray);
	text-align: center;
}

span.question {color: var(--c_blue80);}	
span.answer {color: var(--c_red);}	
span.question,span.answer{
	font-weight: bold;
	font-size: var(--fs_xxl);
	padding: 0 15px 0 0;		
}

ul.faq_container {
    margin: 30px auto;
	font-weight: bold;
}
	
li.faq_box {
	background: var(--c_white);
	border-radius: 10px;
	padding: 15px 20px;
	margin: 0 auto 20px;
}

	p.faq_txt {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: var(--fs_sm);
	text-align: left;
	line-height: 1.2;
}
	
.border_dot {
	border-top: dashed var(--c_blue50) 2px;
	margin: 15px auto;
}	
	
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
	max-width:1080px;
	min-width:760px;
    margin: 0 auto 5px;
}
	
h2 {
    margin: 0 auto;
    text-align: center;
}

.inner{
	width: 96%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	padding:70px 0;
	display: block;
}

/* =========================
   root
========================= */
:root {
  /* ===== 文字サイズ ===== */
  --fs_body: 16px;
  --fs_caption: 14px;
  --fs_sm: 18px;
  --fs_md: 20px;
  --fs_lg: 24px;
  --fs_xl: 28px;
  --fs_xxl: 32px;
  --fs_3xl: 34px;		
  --fs_4xl: 38px;		
}
	
/* =========================
  title
========================= */
#title {
	width: 100%;
	background: var(--c_blue80) url(../images/bgimg.jpg) no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
}
	
	
/* =========================
  nav
========================= */
#nav{
	width: 100%;
	max-width:1080px;
	margin: 0 auto 20px;
	background: var(--c_white);
	font-size: var(--fs_md);
	font-weight: bold;
}
	
#nav ul {
    display: flex;
    justify-content: space-evenly;
}
	
a.nav_link,div.nav_link {
    display: flex;
    text-align: center;
    flex-direction: column;
    gap: 5px;
}
	
a.nav_link img,div.nav_link img {
    width: 200px;
    margin: auto;
}
	
#nav li a{
	color: var(--c_gray);
	transition : all 0.2s ease 0s;
}
	
#nav li a:hover{
	color: var(--c_red);
}


p.nav_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
}
	
#nav li span{
	font-size: var(--fs_sm);
}

/*comming soon対応*/	
#nav li div{
	color: var(--c_lightgray);
	filter: grayscale(100%) brightness(1.1);
}


/* =========================
  about
========================= */
#about{
	background: var(--c_blue15);
	margin: 0 auto;
	text-align: center;
	font-size: var(--fs_lg);
	font-weight: bold;
}
	
#about p{
	color: var(--c_navy);
	line-height: 1.8;
	margin: 35px auto;	
}	
.bg_lineimg {
    width: 100%;
    height: 75px;
}	
	
.bg_lineimg_02{
	width: 100%;
    height: 120px;
}	
.bg_lineimg img,.bg_lineimg_02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}	
	

	
/* =========================
  campaign
========================= */
#campaign{
  background: var(--c_blue35);
  margin: -30px 0;
}

.rentacar_box{
  background: var(--c_white);
  padding: 30px;
  border-radius: 16px;
  margin: 50px auto;
}

/* 全体 */
.rac_layout{
  display: flex;
  gap: 30px;
  margin: 0 0 25px 0;
}

/* 左 */
.rac_txtbox{
  flex: 1;
}
.rac_head{
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.rac_no{
  width: 94px;
  height: auto;
}

.main_title h3 {
	font-size: var(--fs_4xl);
	font-weight: bold;
	color: var(--c_navy);
	margin-bottom: 5px;
	text-shadow: 0px 0px 1px var(--c_navy);
}

.rac_dl{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}

.rac_dl dt {
color: var(--c_white);
        font-weight: bold;
        padding: 0 5px;
        border-radius: 5px;
        font-size: var(--fs_sm);
        display: flex;
        justify-content: center;
        align-items: center;
}


	
.tag_green{
  background: var(--c_green);
}

.tag_purple{
  background: var(--c_purple);
}

	
.sub_title_red {
	font-size: var(--fs_3xl);
	font-weight: bold;
	color: var(--c_red);
	margin-right: 4px;
}
.sub_title_caption{
	font-size: var(--fs_caption);
	color: var(--c_gray);
	display: block;
}
	
.sub_title {
	font-size: var(--fs_lg);
	font-weight: bold;
	color: var(--c_gray);
	line-height: 1.1;
}

.sub_title_small{
  display: inline-block;
  font-size: var(--fs_sm);
  font-weight: bold;
  color: var(--c_gray);
  margin: 0 0 0 -6px;
}

.rac_plantxt {
	margin-top: 15px;
	padding: 12px 40px 8px;
	border: 2px solid var(--c_blue80);
	border-radius: 8px;
	font-weight: bold;
	font-size: var(--fs_md);
	color: var(--c_gray);
	text-align: center;
}

.rac_plancption {
	margin: 10px 0 0;
	font-size: var(--fs_caption);
	color: var(--c_gray);
}
	
.toyota_rac_txt{
	padding: 0 0 10px 0;
}	

/* 右 */
.rac_imgbox{
  width: 37%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rac_logo{
  width: 100%;
  box-sizing: border-box;
}

.rac_mainimg{
  width: 100%;
  height: auto;
  display: block;
}
	
/* 各エリア */	
.planarea_box {
    display: flex;
    gap: 25px;
    justify-content: space-between;
}
p.cp_area_txt {
    padding: 15px 0;
    font-size: var(--fs_xl);
    font-weight: bold;
    color: var(--c_gray);
    line-height: 1;
}
span.cp_area_smltxt {
    font-size: var(--fs_md);
	font-weight: normal;
}
	
a.cp_area_link {
	position: relative;
    color: var(--c_white);
    font-weight: bold;
    font-size: var(--fs_md);
    display: block;
    padding: 10px 0 6px;
    border-radius: 8px;
	transition : all 0.2s ease 0s;
}	

.areabox_hokkaido,.areabox_okinawa {
    text-align: center;
}	
	
a.c_green{background: var(--c_green)!important;}
a.c_purple{background: var(--c_purple)!important;}
a.c_yellow{background: var(--c_yellow)!important;}	

a.cp_area_link::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
}
	
	
/* =========================
  search
========================= */	

#search{
	background: var(--c_white);
	text-align: center;
}	
	
.search_link_box{
	margin: 0 auto 10px;
}	
a.search_link {
	flex: 1;
	position: relative;
	color: var(--c_white);
	background: var(--c_red);
	font-weight: bold;
	font-size: var(--fs_lg);
	display: block;
	padding: 15px 0 9px;
	border-radius: 8px;
	transition: all 0.2s ease 0s;
}

#search ul {
    display: flex;
    justify-content: space-evenly;
    margin: 10px auto 30px;
    gap: 20px;
}
	
#search	li {
    display: block;
    flex: 1;
}
		
a.search_link::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 3px solid var(--c_white);
	border-right: 3px solid var(--c_white);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
}	
	
#search h3 {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: var(--fs_lg);
	color: var(--c_navy);
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0 auto 10px;
}
#search h3::before,#search h3::after {
    content: "";
    background-color: var(--c_navy);
    height: 3px;
    width: 25px;
}
#search h3::before {
    margin: 0 5px 5px 0;
    transform: rotate(60deg); 
}
#search h3::after {
    margin: 0 0 5px 5px;
    transform: rotate(-60deg); 
}
	
/* =========================
  qa
========================= */		
#qa{
	background: var(--c_blue15);
	color: var(--c_gray);
	text-align: center;
}

span.question {color: var(--c_blue80);}	
span.answer {color: var(--c_red);}	
span.question,span.answer{
	font-weight: bold;
	font-size: var(--fs_xxl);
	padding: 0 15px 0 0;		
}

ul.faq_container {
    margin: 40px auto;
	font-weight: bold;
}
	
li.faq_box {
	background: var(--c_white);
	border-radius: 10px;
	padding: 20px 25px;
	margin: 0 auto 25px;
}

	p.faq_txt {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: var(--fs_sm);
	text-align: left;
}
	
.border_dot {
	border-top: dashed var(--c_blue50) 2px;
	margin: 20px auto;
}	
}