﻿/*  *****************************************************************************************************
*********************************************************************************************************

@import url("https://fonts.googleapis.com/css?family=Nunito|Arvo:400,700|Open+Sans:400,700");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");

body,*{font-family:"Noto Sans JP",sans-serif !important;outline:none !important}
*/

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:transparent}

/*
html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font-size:100%;overflow-x:hidden}



body{-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;background-size:cover;background-color:#fff;background-attachment:fixed;background-position:center;background-size:cover;background-repeat:no-repeat;color:#000;font-family:"Noto Sans JP",sans-serif !important;letter-spacing:-.5px;margin:0;position:relative;width:100%}

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

button{border:none;cursor:pointer}

ul{margin:0;padding:0}


a{color:inherit;text-decoration:none}

a:active,a:focus{color:inherit;cursor:pointer;font-family:inherit;text-decoration:none !important}


.hoverable a:hover{color:inherit;cursor:pointer;font-family:inherit;text-decoration:none !important;cursor:pointer}

legend{color:#000}

ol,ul{list-style:none}

*{text-decoration:none}

caption,th{text-align:left}

sup{vertical-align:text-top}

img{display:block;border:none !important}

sub{vertical-align:text-bottom}

input,textarea,select{*font-size:100%}

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

a{color:inherit;text-decoration:none}

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

textarea{outline:none;resize:none}

abbr,acronym{border:0;font-variant:normal}

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

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}

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

table{border-collapse:collapse;border-spacing:0}

fieldset,img{border:0}

input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}

address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}

q:before,q:after{content:''}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,a,blockquote,figure{margin:0;padding:0}



/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

html{line-height:1.15;-webkit-text-size-adjust:100%}

body{margin:0}

h1{font-size:2em;margin:0.67em 0}

hr{box-sizing:content-box;height:0;overflow:visible}

pre{font-family:monospace, monospace;font-size:1em}

a{background-color:transparent}

abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}

b,strong{font-weight:bolder}

code,kbd,samp{font-family:monospace, monospace;font-size:1em}

small{font-size:80%}

sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}

sub{bottom:-0.25em}

sup{top:-0.5em}

img{border-style:none}

button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}

button,input{overflow:visible}

button,select{text-transform:none}

button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}

fieldset{padding:0.35em 0.75em 0.625em}

legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}

progress{vertical-align:baseline}

textarea{overflow:auto}

[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}

[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}

[type="search"]::-webkit-search-decoration{-webkit-appearance:none}

::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

details{display:block}


[hidden]{display:none}

html.is-active,body.is-active{overflow-y:hidden}

*********************************************************************************************************
********************************************************************************************************* */
 
.informationList__item {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333333;
  margin-top: 8px;
}
.informationList__link {
  color: #333333;
}
.informationList__item a{
    cursor: pointer;
    text-decoration: underline;
}
.informationList__link:hover {
  text-decoration: none;
  color: #1cb3a3;
  font-weight: bold;
}

/* 2312 */
#contents-wrap{overflow:hidden;
  position: relative;
}
#contents-wrap::before,
#contents-wrap::after {
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  background: #eb6238;
  position: absolute;
  top: 0;
  z-index: 8;
}
#contents-wrap::before {
  left: 0;
}
#contents-wrap::after {
  right: 0;
}

@media only screen and (max-width: 47.9375em){
  #contents-wrap{margin-top:0px}
}

@media only screen and (max-width: 64em){
  #main-wrap{overflow:hidden}
}

@media only screen and (max-width: 47.9375em){
  #main-wrap{overflow:hidden}
}

.wrapper{display:block;margin:0 auto;width:858px}

@media only screen and (max-width: 64em){
  .wrapper{width:100%}
}

@media only screen and (max-width: 60em){
  .wrapper{width:100%}
}

@media only screen and (max-width: 47.9375em){
  .wrapper{width:100%}
}

.welcome,.participate,.third,.inquiry{display:block;margin:0 auto;width:858px}

@media only screen and (max-width: 64em){
  .welcome,.participate,.third,.inquiry{width:100%}
}

@media only screen and (max-width: 47.9375em){
  .welcome,.participate,.third,.inquiry{width:100%}
}

@-webkit-keyframes slideIn{
  from{top:-300px;opacity:0}
  to{top:0;opacity:1}
}

@keyframes slideIn{
  from{top:-300px;opacity:0}
  to{top:0;opacity:1}
}

@-webkit-keyframes fadeIn{
  from{opacity:0}
  to{opacity:1}
}

@keyframes fadeIn{
  from{opacity:0}
  to{opacity:1}
}

@keyframes fadeIn{
  from{opacity:0}
  to{opacity:1}
}

.banner{background-color:#fff;display:block;margin:0 auto;overflow:hidden;position:relative;width:100%}

@media only screen and (max-width: 60em){
  .banner{width:100%}
}

@media only screen and (max-width: 47.9375em){
  .banner{width:100%;background:linear-gradient(to bottom, #fff 50%, #FFF9B2 50%)}
}

.banner .banner-container{display:block;margin:0 auto;width:858px}

@media only screen and (max-width: 64em){
  .banner .banner-container{width:100%}
}

@media only screen and (max-width: 47.9375em){
  .banner .banner-container{width:100%}
}

.banner .banner-cover{display:block}

.banner .banner-cover img{width:100%}

.banner .banner-cover img.pc{display:block}

@media only screen and (max-width: 47.9375em){
  .banner .banner-cover img.pc{display:none}
}

.banner .banner-cover img.sp{display:none}

@media only screen and (max-width: 47.9375em){
  .banner .banner-cover img.sp{display:block}
}

.banner .banner-info{display:block;margin:0 auto;width:100%}

.banner .banner-info .banner-info-container{display:block;position:absolute;left:50%;top:0px;transform:translate(-50%, 0);width:1230px}

@media only screen and (max-width: 64em){
  .banner .banner-info .banner-info-container{width:95%}
}

@media only screen and (max-width: 47.9375em){
  .banner .banner-info .banner-info-container{position:relative;padding:0px 0 0;width:100%}
}

.banner .banner-info .banner-info-container .logo{display:block;margin:60px 0 65px;width:263px}

@media only screen and (max-width: 64em){
  .banner .banner-info .banner-info-container .logo{margin:30px 0 30px;width:190px}
}

@media only screen and (max-width: 47.9375em){
  .banner .banner-info .banner-info-container .logo{display:none}
}

.banner .banner-info .banner-info-container .logo img{width:100%}

.banner .banner-info .banner-info-container .inner-content{display:flex;align-items:flex-end;flex-wrap:wrap;justify-content:space-between;padding-left:35px}

@media only screen and (max-width: 64em){
  .banner .banner-info .banner-info-container .inner-content{padding-left:35px}
}

@media only screen and (max-width: 47.9375em){
  .banner .banner-info .banner-info-container .inner-content{padding:0;position:absolute;bottom:10px}
}

.banner .banner-info .banner-info-container .inner-content .img-info1{width:559px}

@media only screen and (max-width: 64em){
  .banner .banner-info .banner-info-container .inner-content .img-info1{width:45%}
}

@media only screen and (max-width: 47.9375em){
  .banner .banner-info .banner-info-container .inner-content .img-info1{margin:0 auto 10px;width:95%}
}

.banner .banner-info .banner-info-container .inner-content .img-info1 img{width:100%}

.banner .banner-info .banner-info-container .inner-content .img-info1 img.img-pc{display:block}

@media only screen and (max-width: 47.9375em){
  .banner .banner-info .banner-info-container .inner-content .img-info1 img.img-pc{display:none}
}

.banner .banner-info .banner-info-container .inner-content .img-info1 img.img-sp{display:none}

@media only screen and (max-width: 47.9375em){
  .banner .banner-info .banner-info-container .inner-content .img-info1 img.img-sp{display:block}
}

.banner .banner-info .banner-info-container .inner-content .img-info2{width:521px}

@media only screen and (max-width: 64em){
  .banner .banner-info .banner-info-container .inner-content .img-info2{width:50%}
}

@media only screen and (max-width: 47.9375em){
  .banner .banner-info .banner-info-container .inner-content .img-info2{margin:0 auto;width:95%}
}

.banner .banner-info .banner-info-container .inner-content .img-info2 img{width:100%}

/* 2312 */
.welcome{background-image:url("https://cd-contents.s3.us-east-2.amazonaws.com/feature/furunavi2024/img/welcome_bg_01.jpg");background-position:center;background-repeat:no-repeat;background-size:cover;padding:40px 0}
@media only screen and (max-width: 64em){
  .welcome{padding:20px 20px 40px}
}

@media only screen and (max-width: 47.9375em){
  .welcome{padding:20px 25px 40px}
}

.welcome .welcome-content{padding:0}

.welcome .welcome-content .welcome-container{border:solid 1px #31258a;display:block;flex-wrap:wrap;justify-content:center;padding:45px 115px;margin:0 auto;width:766px;background-image:url("https://cd-contents.s3.us-east-2.amazonaws.com/feature/furunavi2024/img/welcome_bg_02.jpg");background-position:center;background-repeat:no-repeat;background-size:cover;position: relative;}


.welcome .welcome-content .welcome-container .deco {
  display: block;
  width: 30px;
  position: absolute;
}
.welcome .welcome-content .welcome-container .deco01 {
  left: -1px;
  top: -1px;
  transform: rotate(-270deg);
}
.welcome .welcome-content .welcome-container .deco02 {
  right: -1px;
  top: -1px;
  transform: rotate(-90deg);
}
.welcome .welcome-content .welcome-container .deco03 {
  left: -1px;
  bottom: -1px;
}
.welcome .welcome-content .welcome-container .deco04 {
  right: -1px;
  bottom: -1px;
}



@media only screen and (max-width: 64em){
  .welcome .welcome-content .welcome-container{width:100%}
}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .welcome-container{padding:25px 20px;width:100%}
}

@media only screen and (max-width: 21.875em){
  .welcome .welcome-content .welcome-container{padding:20px 10px}
}

.welcome .welcome-content .main-title{display:flex;align-items:center;margin:0 auto;justify-content:center}

.welcome .welcome-content .main-title img{height:auto;width:321px}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .main-title img{width:200px}
}

@media only screen and (max-width: 21.875em){
  .welcome .welcome-content .main-title img{width:250px}
}

.welcome .welcome-content .title{color:#dd4a4a;display:block;font-size:26px;font-weight:bold;margin:20px 0 10px;text-align:center}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .title{font-size:20px}
}

@media only screen and (max-width: 21.875em){
  .welcome .welcome-content .title{font-size:18px}
}

.welcome .welcome-content .description{color:#313131;display:block;font-size:16px;line-height:150%;margin:0 0 10px;text-align:center}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .description{font-size:14px}
}

.welcome .welcome-content .cover1{display:block;margin:0 auto 10px;width:371px}

@media only screen and (max-width: 64em){
  .welcome .welcome-content .cover1{width:100%}
}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .cover1{width:100%}
}

.welcome .welcome-content .cover1 img{width:100%}

.welcome .welcome-content .box-lists{display:flex;flex-wrap:wrap;justify-content:space-between;margin:20px auto 20px;width:510px}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .box-lists{width:100%}
}

.welcome .welcome-content .box-lists .box-lists--item{background-color:#fff;border:solid 2px #434343;color:#313131;display:flex;align-items:center;justify-content:center;height:32px;font-size:16px;font-weight:bold;position:relative;text-align:center}

.welcome .welcome-content .box-lists .box-lists--item:nth-child(1){width:97px}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .box-lists .box-lists--item:nth-child(1){width:100%}
}

.welcome .welcome-content .box-lists .box-lists--item:nth-child(1)::after{display:block;font-size:30px;content:"-";position:absolute;right:-27px;top:38%;transform:translate(-50%, -50%)}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .box-lists .box-lists--item:nth-child(1)::after{bottom:-30px;left:50%;right:auto;top:auto;transform:translate(-50%, 0%)}
}

.welcome .welcome-content .box-lists .box-lists--item:nth-child(2){width:213px}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .box-lists .box-lists--item:nth-child(2){margin:30px 0 30px;width:100%}
}

.welcome .welcome-content .box-lists .box-lists--item:nth-child(2)::after{display:block;font-size:30px;content:"=";position:absolute;right:-33px;top:50%;transform:translate(-50%, -50%)}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .box-lists .box-lists--item:nth-child(2)::after{bottom:-30px;left:50%;right:auto;top:auto;transform:translate(-50%, 0%)}
}

.welcome .welcome-content .box-lists .box-lists--item:nth-child(3){width:138px}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .box-lists .box-lists--item:nth-child(3){width:100%}
}

.welcome .welcome-content .blocks{display:block;margin:15px auto 15px;width:510px}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .blocks{width:100%}
}

.welcome .welcome-content .blocks img{width:100%}

.welcome .welcome-content .price{color:#313131;display:flex;flex-wrap:wrap;align-items:center;font-size:16px;line-height:150%;justify-content:flex-start;margin:0 auto 10px;text-align:center;width:510px}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .price{font-size:14px;align-items:flex-start;justify-content:center;width:100%}
}

.welcome .welcome-content .price span{background-color:#dd4a4a;border-radius:100%;color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:14px;height:25px;width:25px;margin-right:10px}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .price span{font-size:12px}
}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .price p{width:100%}
}

.welcome .welcome-content .cover2{display:block;margin-left:30px;width:585px}

@media only screen and (max-width: 64em){
  .welcome .welcome-content .cover2{width:100%}
}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .cover2{margin:0;width:100%}
}

.welcome .welcome-content .cover2 img{width:100%}

.welcome .welcome-content .cover3{display:block;margin:30px auto 30px;width:364px}

@media only screen and (max-width: 64em){
  .welcome .welcome-content .cover3{width:100%}
}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .cover3{width:100%}
}

.welcome .welcome-content .cover3 img{width:100%}

.welcome .welcome-content .cover4{display:block;margin:0 auto 10px;width:501px}

@media only screen and (max-width: 64em){
  .welcome .welcome-content .cover4{width:100%}
}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .cover4{width:100%}
}

.welcome .welcome-content .cover4 img{width:100%}

.welcome .welcome-content .cover5{display:block;margin:0 auto 0px;width:557px}

@media only screen and (max-width: 64em){
  .welcome .welcome-content .cover5{width:100%}
}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .cover5{width:100%}
}

.welcome .welcome-content .cover5 img{width:100%}

.welcome .welcome-content .etc{color:#313131;display:block;font-size:12px;line-height:150%;text-align:center}

@media only screen and (max-width: 47.9375em){
  .welcome .welcome-content .etc{font-size:11px}
}

.welcome .welcome-content .etc .link{color:#4727d3;text-decoration:underline;transition:.5s}

.welcome .welcome-content .etc .link:hover{opacity:.7}

.participate{background-image:url("https://cd-contents.s3.us-east-2.amazonaws.com/feature/furunavi2024/img/participate_bg.jpg");background-position:center;background-repeat:no-repeat;background-size:cover;padding:50px 0 40px}

@media only screen and (max-width: 64em){
  .participate{padding:50px 20px 40px}

}

@media only screen and (max-width: 47.9375em){
  .participate{padding:50px 25px 40px}
}

.participate .participate-content{padding:0}

.participate .participate-content .participate-container{display:block;flex-wrap:wrap;justify-content:center;margin:0 auto;width:766px}

@media only screen and (max-width: 64em){
  .participate .participate-content .participate-container{width:100%}
}

@media only screen and (max-width: 47.9375em){
  .participate .participate-content .participate-container{width:100%}
}

.participate .participate-content .main-title{display:flex;align-items:center;margin:0 auto 60px;justify-content:center}

.participate .participate-content .main-title img{height:auto;width:156px}

@media only screen and (max-width: 47.9375em){
  .participate .participate-content .main-title img{width:120px}
}

.participate .participate-content .par-lists{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;width:766px}

@media only screen and (max-width: 64em){
  .participate .participate-content .par-lists{width:100%}
}

@media only screen and (max-width: 47.9375em){
  .participate .participate-content .par-lists{width:100%}
}

.participate .participate-content .par-lists .par-lists--item{background-color:#fff;border-radius:10px;height:215px;padding:40px 20px 0;position:relative;width:186px;box-shadow: 5px 5px 10px #d3c3a3;}

@media only screen and (max-width: 64em){
  .participate .participate-content .par-lists .par-lists--item{width:24%}
}

@media only screen and (max-width: 47.9375em){
  .participate .participate-content .par-lists .par-lists--item{margin:0 0 50px;width:100%}
}

.participate .participate-content .par-lists .par-lists--item:nth-child(1) .lp_cover{width:119px!important;}

.participate .participate-content .par-lists .par-lists--item:nth-child(3) .lp_cover{bottom:10px;width:139px!important;}

@media only screen and (max-width: 47.9375em){
  .participate .participate-content .par-lists .par-lists--item:last-child{margin:0}
}

.participate .participate-content .par-lists .par-lists--item .step{display:block;position:absolute;left:50%;top:-30px;height:60px;transform:translate(-50%, 0%);width:62px}

.participate .participate-content .par-lists .par-lists--item .inner-title{color:#7f6d45;display:block;font-size:16px;font-weight:bold;line-height:125%;text-align:center}

.participate .participate-content .par-lists .par-lists--item .inner-title span{color:#eb6238}

.participate .participate-content .par-lists .par-lists--item .lp_cover{position:absolute;bottom:0px;left:50%;transform:translate(-50%, 0%)}

.participate .participate-content .par-lists .par-lists--item .lp_cover img{width:auto;}

.participate .participate-content .par-lists .par-lists--item .lp_cover img.img1{height:auto;width:119px;}

.participate .participate-content .par-lists .par-lists--item .lp_cover img.img2{height:auto;width:84px;}

.participate .participate-content .par-lists .par-lists--item .lp_cover img.img3{height:auto;width:139px!important;}

.participate .participate-content .par-lists .par-lists--item .lp_cover img.img4{height:auto;width:61px;}

.participate .participate-content .etc{color:#fff;display:block;font-size:12px;line-height:150%;margin:20px 0 0;text-align:center}

@media only screen and (max-width: 47.9375em){
  .participate .participate-content .etc{font-size:12px}
}

.participate .participate-content .etc .link{color:#4727d3;text-decoration:underline;transition:.5s}

.participate .participate-content .etc .link:hover{opacity:.7}

.third{background-image:url("https://cd-contents.s3.us-east-2.amazonaws.com/feature/furunavi2024/img/welcome_bg_01.jpg");background-position:center;background-repeat:repeat-x;background-size:cover;padding:50px 0 40px}

@media only screen and (max-width: 64em){
  .third{padding:50px 20px 40px}
}

@media only screen and (max-width: 47.9375em){
  .third{padding:50px 25px 40px}
}

.third .third-content{padding:0}

.third .third-content .main-title{display:flex;align-items:center;margin:0 auto 30px;justify-content:center}

.third .third-content .main-title img{height:auto;width:320px}

@media only screen and (max-width: 47.9375em){
  .third .third-content .main-title img{width:261px}
}

.third .third-content .main-title.main-title2 img{width:378px}

@media only screen and (max-width: 47.9375em){
  .third .third-content .main-title.main-title2 img{width:303px}
}

.third .third-content .home-lists{display:flex;flex-wrap:wrap;margin:0 auto 45px;justify-content:space-between;width:765px}

@media only screen and (max-width: 64em){
  .third .third-content .home-lists{width:100%}
}

@media only screen and (max-width: 47.9375em){
  .third .third-content .home-lists{width:100%}
}

.third .third-content .home-lists .home-lists--item{background-color:#fff;border-radius:10px;flex-wrap:wrap;align-items:center;justify-content:center;margin:0 0 20px;padding:30px 0 20px;height:240px;width:372px;box-shadow: 5px 5px 10px #e9ecde}

@media only screen and (max-width: 64em){
  .third .third-content .home-lists .home-lists--item{padding:0 10px;width:32%}
}

@media only screen and (max-width: 47.9375em){
  .third .third-content .home-lists .home-lists--item{padding:30px 0 25px;width:100%}
}

.third .third-content .home-lists .home-lists--item .lp_cover{display:flex;align-items:center;justify-content:center;height:66px;width:100%}

.third .third-content .home-lists .home-lists--item .lp_cover img{width:100%}

.third .third-content .home-lists .home-lists--item .lp_cover img.img1{height:auto;width:281px}

@media only screen and (max-width: 64em){
  .third .third-content .home-lists .home-lists--item .lp_cover img.img1{width:80%}
}

@media only screen and (max-width: 47.9375em){
  .third .third-content .home-lists .home-lists--item .lp_cover img.img1{width:281px}
}

.third .third-content .home-lists .home-lists--item .lp_cover img.img2{height:auto;width:269px}

@media only screen and (max-width: 64em){
  .third .third-content .home-lists .home-lists--item .lp_cover img.img2{width:80%}
}

@media only screen and (max-width: 47.9375em){
  .third .third-content .home-lists .home-lists--item .lp_cover img.img2{width:269px}
}

.third .third-content .home-lists .home-lists--item .lp_cover img.img3{height:auto;width:208px}

@media only screen and (max-width: 64em){
  .third .third-content .home-lists .home-lists--item .lp_cover img.img3{width:80%}
}

@media only screen and (max-width: 47.9375em){
  .third .third-content .home-lists .home-lists--item .lp_cover img.img3{width:208px}
}

.third .third-content .home-lists .home-lists--item .lp_cover img.img4{height:auto;width:264px}

@media only screen and (max-width: 64em){
  .third .third-content .home-lists .home-lists--item .lp_cover img.img4{width:80%}
}

@media only screen and (max-width: 47.9375em){
  .third .third-content .home-lists .home-lists--item .lp_cover img.img4{width:264px}
}

.third .third-content .home-lists .home-lists--item .lp_cover img.img5{height:auto;width:229px}

@media only screen and (max-width: 64em){
  .third .third-content .home-lists .home-lists--item .lp_cover img.img5{width:80%}
}

@media only screen and (max-width: 47.9375em){
  .third .third-content .home-lists .home-lists--item .lp_cover img.img5{width:229px}
}

.third .third-content .home-lists .home-lists--item .lp_cover img.img6{height:auto;width:249px}

@media only screen and (max-width: 64em){
  .third .third-content .home-lists .home-lists--item .lp_cover img.img6{width:80%}
}

@media only screen and (max-width: 47.9375em){
  .third .third-content .home-lists .home-lists--item .lp_cover img.img6{width:249px}
}

.third .third-content .home-lists .home-lists--item .details{display:block;font-size:16px;font-weight:bold;margin:0 0 15px;text-align:center;width:100%}

@media only screen and (max-width: 47.9375em){
  .third .third-content .home-lists .home-lists--item .details{font-size:14px}
}

.third .third-content .home-lists .home-lists--item .details p{color:#be0a0a;display:inline-block;font-size:26px}

@media only screen and (max-width: 47.9375em){
  .third .third-content .home-lists .home-lists--item .details p{font-size:20px}
}

.third .third-content .home-lists .home-lists--item .details p span{font-size:21px}

.third .third-content .home-lists .home-lists--item .btn{background-color:#eb6238;border:solid 1px #eb6238;border-bottom:solid 5px #be2727;border-radius:10px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:bold;height:60px;margin:0 auto;transition:.5s;width:190px;line-height: 1}

.third .third-content .home-lists .home-lists--item .btn:hover{background-color:#fff;color:#eb6238}

.third .third-content .home-lists .home-lists--item .etc{display:none;font-size:16px;text-align:center}

@media only screen and (max-width: 47.9375em){
  .third .third-content .home-lists .home-lists--item .etc{font-size:14px}
}

.third .third-content .home-lists .home-lists--item .etc .link{color:#4727d3;text-decoration:underline;text-underline-position:under;transition:.5s}

.third .third-content .home-lists .home-lists--item .etc .link:hover{opacity:.7}

.third .third-content .gift-lists{display:flex;flex-wrap:wrap;margin:0 auto 40px;justify-content:space-between;width:732px}

@media only screen and (max-width: 64em){
  .third .third-content .gift-lists{width:100%}
}

@media only screen and (max-width: 47.9375em){
  .third .third-content .gift-lists{width:100%}
}

.third .third-content .gift-lists .gift-lists--item{flex-wrap:wrap;align-items:center;justify-content:center;margin:0 0 40px;position:relative;width:214px}

@media only screen and (max-width: 47.9375em){
  .third .third-content .gift-lists .gift-lists--item{margin:0 auto 40px;width:70%}
}

.third .third-content .gift-lists .gift-lists--item .lp_cover{z-index:4;position:relative;width:100%}

.third .third-content .gift-lists .gift-lists--item .lp_cover img{width:100%}

.third .third-content .gift-lists .gift-lists--item .inner-title{background-color:#eb6238;color:#fff;display:flex;font-size:22px;font-weight:bold;align-items:center;justify-content:center;margin:-15px 0 0;height:52px;position:relative;z-index:5}

@media only screen and (max-width: 47.9375em){
  .third .third-content .gift-lists .gift-lists--item .inner-title{font-size:18px}
}

.third .third-content .third-container{border:solid 1px #31258a;display:block;margin:0 auto;padding:50px 90px 60px;width:766px;background-image: url("https://cd-contents.s3.us-east-2.amazonaws.com/feature/furunavi2024/img/welcome_bg_02.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.third .third-content .third-container .deco {
  display: block;
  width: 30px;
  position: absolute;
}
.third .third-content .third-container .deco01 {
  left: -1px;
  top: -1px;
  transform: rotate(-270deg);
}
.third .third-content .third-container .deco02 {
  right: -1px;
  top: -1px;
  transform: rotate(-90deg);
}
.third .third-content .third-container .deco03 {
  left: -1px;
  bottom: -1px;
}
.third .third-content .third-container .deco04 {
  right: -1px;
  bottom: -1px;
}

@media only screen and (max-width: 64em){
  .third .third-content .third-container{width:100%}
}

@media only screen and (max-width: 47.9375em){
  .third .third-content .third-container{padding:25px 25px;width:100%}
}

.third .third-content .third-container .container-title{display:block;font-size:30px;font-weight:bold;margin:0 0 45px;text-align:center}

@media only screen and (max-width: 47.9375em){
  .third .third-content .third-container .container-title{font-size:25px}
}

.third .third-content .third-container .container-title img {
  width: 229px;margin: 0 auto;
}

.third .third-content .third-container .inner-title{color:#eb6238;display:block;font-size:18px;font-weight:bold;margin:35px 0 15px;padding:0 0 0 15px;position:relative}

@media only screen and (max-width: 47.9375em){
  .third .third-content .third-container .inner-title{font-size:16px}
}

.third .third-content .third-container .inner-title::before{background-color:#eb6238;content:"";height:24px;position:absolute;left:0px;top:50%;transform:translate(0, -50%);width:8px}

.third .third-content .third-container .inner-details{color:#333333;display:block;font-size:15px;line-height:150%;margin:0 0 10px}

@media only screen and (max-width: 47.9375em){
  .third .third-content .third-container .inner-details{font-size:14px}
}

.third .third-content .third-container .table{display:table;table-layout:fixed;margin:20px 0 0;width:100%}

.third .third-content .third-container .table tr:nth-child(2) td:nth-child(2),.third .third-content .third-container .table tr:nth-child(2) td:nth-child(3){color:#fd9b28;font-size:15px;font-weight:bold;text-align:center}

.third .third-content .third-container .table tr th{background-color:#f6f5e4;border:solid 1px #333333;color:#7f6d45;font-size:15px;padding:10px 10px;text-align:center}

.third .third-content .third-container .table tr th:nth-child(1){background-color:#facd89;width:100px}

@media only screen and (max-width: 47.9375em){
  .third .third-content .third-container .table tr th:nth-child(1){width:80px}
}

.third .third-content .third-container .table tr td{background-color:#f6f5e4;border:solid 1px #333333;color:#7f6d45;font-size:11px;line-height:175%;padding:10px 10px;vertical-align:top}

.third .third-content .third-container .table tr td:nth-child(1){background-color:#facd89;color:#7f6d45;font-size:13px;text-align:center;vertical-align:middle}

.third .third-content .third-container .table tr td .i-1{padding:0 0 0 10px;position:relative}

.third .third-content .third-container .table tr td .i-1::before{content:"・";position:absolute;left:0px;top:0;transform:translate(0, -50%);height:1px;width:1px}

.third .third-content .third-container .table tr td span{padding:0 0 0 10px}

.inquiry{padding:40px 0 40px}

@media only screen and (max-width: 64em){
  .inquiry{padding:40px 20px 40px}
}

@media only screen and (max-width: 47.9375em){
  .inquiry{padding:40px 15px 40px}
}

.inquiry .inquiry-content{padding:0 45px;}

.inquiry .inquiry-content .main-title{background-color:#008dd7;color:#fff;display:flex;font-size:15px;font-weight:bold;line-height:43px;height:45px;padding:0 0 0 10px;margin:0 auto 20px}

.inquiry .inquiry-content .inner-title{display:block;font-size:15px;font-weight:bold;margin:0 0 15px 15px;}

@media only screen and (max-width: 47.9375em){
  .inquiry .inquiry-content{padding:0 25px;}
  .inquiry .inquiry-content .inner-title{font-size:14px;margin-left:auto;}
}

.inquiry .inquiry-content .item{display:block;margin:0 0 15px 15px;position:relative}

@media only screen and (max-width: 47.9375em){
  .inquiry .inquiry-content .item{margin-left:auto;    word-wrap: break-word;}
}

.inquiry .inquiry-content .item .link{color:#54add7;display:inline-block;font-size:15px;font-weight:bold;padding:0 0 0 25px;position:relative;transition:.5s}

.inquiry .inquiry-content .item .link::before{background-image:url("https://cd-contents.s3.us-east-2.amazonaws.com/feature/furunavi2023/img/icon_arrow_right.png");background-position:center;background-repeat:no-repeat;background-size:cover;content:"";position:absolute;top:60%;left:10px;transform:translate(-50%, -50%);height:11px;width:8px}

.inquiry .inquiry-content .item .link:hover{opacity:.7}

.inquiry .inquiry-content .item .site{color:#54add7;display:inline-block;font-size:15px;margin-left:20px;text-decoration:underline;text-underline-position:under;transition:.5s}

@media only screen and (max-width: 47.9375em){
  .inquiry .inquiry-content .item .site{display:block;font-size:14px;margin:0;width:100%}
}

.inquiry .inquiry-content .item .site:hover{opacity:.7}

.inquiry .inquiry-content .red{color:#ff0000;display:block;font-size:15px;line-height:150%;margin:10px 0 20px 15px;}

@media only screen and (max-width: 47.9375em){
  .inquiry .inquiry-content .red{margin-left:auto;}
}

.inquiry .inquiry-content .link2{color:#54add7;text-decoration:underline;transition:.5s;font-size:15px;font-weight:bold;margin-left:15px;}

@media only screen and (max-width: 47.9375em){
  .inquiry .inquiry-content .link2{margin-left:auto;}
}

.inquiry .inquiry-content .link2:hover{opacity:.7}

.inquiry .inquiry-content .details{display:block;font-size:15px;margin:5px 0 0 15px;}

@media only screen and (max-width: 47.9375em){
  .inquiry .inquiry-content .details{margin-left:auto;}
}


