
body{
    background-color: #fdee10;
}

header{
    position: relative !important;
    background-color: #fff;
}

.header-img{
    display: flex;
    justify-content: space-between;
    width: 1140px;
    margin: 0 auto;
    padding-top: 15px;
}

.header-img .logo{
    width: 320px;
    margin: 23px 30px 15px;
}

.header-img-content{
    display: flex;
}

#h2ganv_contact3 img{
    width: 95%;
    margin: 0px;
    padding: 16px 5px;
}

.header-txt{
    width: 100%;
    background-color: #d3b401;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.header-navi-content{
    display: flex;
    width: 1140px;
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 14px;
}
.header-navi-content a{
    padding: 2px 38px;
    border-right: #333 1px solid;
}
.header-navi-content a:last-child{
    border: none;
}

.content-desc,
.cv-banner-inner,
.cv-banner-desc{
    width: 1140px;
    margin: 15px auto;
    font-size: 13px;
    font-weight: bold;
}

.cv-banner-desc{
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-top: 30px;
}

.cv-banner-inner{
    position: relative;
}
.cv-banner-text{
    position: absolute;
    top: 60px;
    left: 475px;
    color: #d71317;
    font-size: 30px;
}

.cv-banner-text span{
    font-size: 65px;
    font-family: Arial, Helvetica, sans-serif;
}

.ft_pate3{
    width: 1140px;
    margin: 0 auto;
    padding: 40px 0 0;
}

.ft_pate3_ttl{
    font-size: 22px;
    font-weight: bold;
}
.ft_pate3_content{
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}
.ft_pate3 .fttxt{
    color: #fff;
}
.ft_pate3_content li{
    padding: 0 10px;
    border-right: 1px #fff solid;
    line-height: 1.1rem;
    margin: 7px 0;
}
.ft_pate3_content li:nth-child(6),
.ft_pate3_content li:nth-child(10){
    border-right:none;
}

.hbfull_cov{
    background-color: #fff;
}

/* price-list */
.price-list{
    width: 1140px;
    margin: 0 auto 80px;
    border: #000 1px solid;
}
.price-list.mb-120px{
    border:none;
}

.price-list-dl{
    display: flex;
    padding: 20px 30px;
    margin: 0;
}
.price-list-dl:nth-child(odd){
    background-color: #fff;
}
.price-list-dl:nth-child(even){
    background-color: #ccc;
}
.price-list-dl dt{
    width: 265px;
    padding-right: 10px;
    display: flex;
    align-items: center;
}
.price-list-dd{
    width: 850px;
    padding-right: 120px;
    display: flex;
    align-items: center;
}
.price-list-dd2{
    font-weight: bold;
    width: 130px;
    text-align: right;
    vertical-align: middle;
}
.price-list-dd2 span{
    font-weight: 400;
}
.price-list-btn{
    width: 80%;
    height: 70px;
    margin: 0 10%;
    text-align: center;
    background-color: #fff;
    color: rgb(51, 51, 51);;
    font-weight: bold;
    border-radius: 50px;
    font-size: 1.5rem;
    box-shadow: 2px 2px 3px #000;
}
.price-list-btn:hover{
    background-color: #d3b401;
    color: #fff;
}


@media (max-width: 1140px){
    .h2gnav-item img{
        margin-top: -20px;
    }
    .header-img{
        width: 100%;
    }
    .content-desc,
    .cv-banner-inner,
    .cv-banner-desc{
        width: 100%;
    }
    .header-navi-content{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
        font-size: 14px;
    }
    .price-list{
        width: 97%;
        margin: 0 auto;
    }
    .price-list-dl dt{
        width: 30%;
    }
    .price-list-dd{
        width: 50%;
    }
    .price-list-dd2{
        width: 20%;
    }
}

@media (max-width: 1140px){
    header{
        position: fixed !important;
        background-color: #fff;
        height: 60px;
    }
    .header-img{
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 60px;
        margin: 0;
        padding-top: 0;
    }
    .header-img .logo{
        width: 230px;
        margin: 15px 5px 10px;
    }
    .header-img-content{
        display: flex;
    }

    .h2gnav-item img{
        margin-top: 0;
    }
    #h2ganv_contact2{
        width: 70px;
        margin: 8px 0 0 !important;
    }

    #h2ganv_contact{
        width: 55px;
        margin: 8px 5px 0 0 !important;
    }
    #h2ganv_contact3{
        width: 270px;
    }
    #h2ganv_contact4{
        background: #d71317;
        padding: 10px;
    }
    .header-txt{
        width: 100%;
        background-color: #d3b401;
        color: #fff;
        font-weight: bold;
        padding: 5px;
        text-align: center;
    }
    .header-navi-content{
        display: flex;
        width: 1140px;
        margin: 0 auto 10px;
        font-size: 14px;
    }
    .header-navi-content a{
        padding: 2px 38px;
        border-right: #333 1px solid;
    }
    .header-navi-content a:last-child{
        border: none;
    }
    #nav-open {
        display: inline-block;
        width: 46px;
        height: 33px;
        vertical-align: middle;
        margin: 18px 10px;
    }
  
    #nav-open span, #nav-open span:before, #nav-open span:after {
        position: absolute;
        transition: all 0.4s;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #d71317;
        display: block;
        content: '';
        cursor: pointer;
        z-index: 9999;
    }
    #nav-open span:before {
        bottom: -8px;
    }
    #nav-open span:after {
        bottom: -16px;
    }
 
    #nav-content {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: .2s ease-in-out;
    }
    #nav-content.open {
        display: block;
        opacity: 1;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9998;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow: hidden;
    }
  
    #nav-content.open:before {
        content: '';
        overflow: hidden;
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        -o-filter: blur(10px);
        -ms-filter: blur(10px);
        filter: blur(10px);
        z-index: -1;
    }
   
    .hamburger-top {
        height: 40px;
    }
    .category {
        text-align: left !important;
        margin-top: 2rem;
    }
    .category-title {
       
        border-bottom: #ccc 1px solid;
    }
    .category-title a {
        color: #333;
        text-decoration: none;
        width: 100%;
         padding: 0.7rem 1.2rem;
         display: block;
    }
    
    #nav-open.active span {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    #nav-open.active span:before {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
        opacity: 0;
    }
    #nav-open.active span:after {
        -webkit-transform: translateY(-16px) rotate(45deg);
        transform: translateY(-16px) rotate(90deg);
    }

    .content-desc{
        width: 100%;
        margin: 15px auto 0;
        font-size: 11px;
        font-weight: bold;
        padding: 0 10px;
    }

    .cv-banner-text{
        position: absolute;
        top: 36vw;
        left: 9%;
        color: #d71317;
        font-size: 20px;
    }
    .cv-banner-text span{
        font-size: 47px;
    }
    .cv-banner-desc-sp{
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        position: absolute;
        top: 2.5vw;
        left: 10px;
    }
    .cv-banner-img{
        width: 94%;
        position: absolute;
        bottom: 15px;
        left: 3%;
        text-align: center;
    }
    .cv-banner-inner{
        width: 100%;
        margin: 0 auto;
    }
    .ft_pate3{
        width: 100%;
        padding: 50px 0 120px;
    }
    .ft_pate3_ttl{
        margin-left: 25px;
        margin-bottom: 10px;
    }
    .ft_pate3_content{
        font-size: 14px;
        display: block;
        margin-left: 15px;
        margin-bottom: 20px;
    }
    .ft_pate3_content li{
        padding: 0 10px;
        border-right:none;
        line-height: 1.5rem;
    }
    .ft_pate3_content li:nth-child(6),
    .ft_pate3_content li:nth-child(10){
        border-right:none;
    }
    .ft_bggray{
        padding-bottom: 0 !important;
    }
    #cv-btn-fixed{
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: center;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 30;
        padding: 15px 3%;
    }
    .cv-btn-fixed{
        width: 100%;
    }
    #cv-btn-fixed span{
        font-size: 1.2rem;
        font-family: Arial, Helvetica, sans-serif;
    }
    .price-list{
        width: 100%;
        padding: 15px;
        margin: 0 auto 20px;
        border: none;
    }
    .price-list-dl{
        display: block;
        padding: 0;
        border: 1px #000 solid;
        margin-top: 15px;
    }
    .price-list-dl dt{
        padding: 15px;
        background-color: #000;
        width: 100%;
        color: #fff;
    }
    .price-list-dd,
    .price-list-dd2{
        padding: 15px;
        background-color: #fff;
        width: 100%;
    }
    .price-list-dd2{
        border-top:1px #ccc solid ;
        text-align: right;
        justify-content: flex-end;
    }
    .price-list-dl p{
        padding:15px;
    }
    .price-list-btn{
        font-size: 1.1rem;
        width: 94%;
        height: 70px;
        margin: 0 3%;
        line-height: 1.5em;
    }
    .cv-banner-img img
    {
        width: 100%;
    }
    #cv-btn-fixed a {
        max-width:470px;
        margin:0 auto;
        display: block;
    }

}
@media (min-width: 768px)
{
.cv-banner-img
{
bottom: 30px;
}

}
@media (max-width: 1140px) and (min-width: 660px) {
    .cv-banner-text{
        position: absolute;
        top: 37vw;
        left: 9%;
        color: #d71317;
        font-size: 47px;
    }
    .cv-banner-text span{
        font-size: 67px;
    }
    .cv-banner-desc-sp{
        font-size: 2rem;
        top: 3.5vw;
    }
}
@media (max-width: 659px) and (min-width: 470px) {
    .cv-banner-text{
        font-size: 20px;
    }
    .cv-banner-text span{
        font-size: 47px;
    }
}
@media (max-width: 469px) {
    .cv-banner-text{
        font-size: 16px;
    }
    .cv-banner-text span{
        font-size: 35px;
    }
}
.cv-banner-pc{
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    margin: 0 auto;
    width: 1140px;
}
#price-attention {
	font-size:14px;
line-height: 1.5em;
width:1140px;
border: solid 1px #333;
padding: 10px !important;
margin:0px auto 20px;
background-color:white;
}
/* -- SMP -- */
@media only screen and (max-width: 767px) {
	#price-attention {
	font-size:12px;
	width:auto;
line-height: 1.5em;
border: solid 1px #333;
padding: 10px !important;
margin:10px;
background-color:white;
}	
}
@media screen and (min-width: 767px) {.price_text{
background-image: url(../img/top/price_text_pc.png);
            width: 990px;
    height: 730px;
    padding: 300px 30px 0px !important;
    margin: 20px auto 0px;
	background-repeat:no-repeat;
}
}
@media screen and (max-width: 768px) {.price_text{
background-image: url(../img/top/price_text_sp.png);
            idth: 100%;
    height: 100%;
    padding: 80% 4% 150% !important;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 3vw;
}
.price_text p{
    font-size: 3vw;
}
}
.price_text p a{

	text-decoration:underline;
}


/*--2023/06/06 追加-----------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');
.webNotoSans {
	font-family: 'Noto Sans JP', sans-serif;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

/*------------*/

.anshinBlock01 {
	text-align: center;
	max-width: 1140px;
	margin: 0px auto 80px auto;
}

.anshinTextImg01 {
	
}
.anshinBox01 {
	border-top: 1px solid #352d2a;
	border-bottom: 1px solid #352d2a;
	padding: 30px 0px 30px 0px;
	font-size: 32px;
	line-height: 1.3em;
	font-weight: 900;
}
.anshinBox02 {
	padding: 30px 0px 35px 0px;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
}
.anshinBox02 a:link {	text-decoration: underline;}
.anshinBox02 a:visited {	text-decoration: underline;}
.anshinBox02 a:hover {	text-decoration: none;}
.anshinBox02 a:active {	text-decoration: none;}

.anshinFlex01 {
	display: flex;
	justify-content: space-between;
}
.anshinFlex01 li {
	text-align: left;
}
.anshinFlex01 li p {
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 20px;
}

/*-------------------*/

.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.cvAncBtn01 {
	position: absolute;
	right: 34px;
	top: 280px;
}

/*-------------------*/

.cvAncBtn01.btn02 {
	top: 316px;
}

.cvRe01 {
	position: relative;
	max-width: 1140px;
	margin: auto;
}

.cvFuki01 {
	overflow: hidden;
}

.cvFukiText01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 670px;
	height: 60px;
	padding: 5px 5px 5px 5px;
	background-color: #fff100;
	border-radius: 100px;
	position: absolute !important;
	left: 86px;
	top: 274px;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
}
.cvFukiText01::before {
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 24px 8px 0 8px;
border-color: #fff200 transparent transparent transparent;
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -8px;
}
.cvFukiText01 p {
	position: relative;
	z-index: 1;
	padding: 6px 0px 6px 0px;
}

.cvFukiText01 .s01 {
	font-size: 32px;
}
.cvFukiText01 .s02 {
	font-size: 40px;
}

/*.message {
  display: none;
  text-align: center;
}*/

/*--------------------*/

#cv-btn-fixed.cvFloatArea01 {
	padding: 10px 3.3vw 10px 3.0vw;
	background-color: rgba(21, 157, 0, 0.9);
	color: #fff;
	text-align: center;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: -130px;
	z-index: 30;
	transition-duration: 0.3s;
}

/*-追従バナー_hide_pcab0205-*/
@media screen and (min-width: 767px) {
#cv-btn-fixed.cvFloatArea01.cvFloatActive {
	display:none;
}
}


#cv-btn-fixed.cvFloatArea01.cvFloatActive {
	bottom: 0px;
	transition-duration: 0.3s;
}

#cv-btn-fixed.cvFloatArea01 .p01 {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 0px;
}
#cv-btn-fixed.cvFloatArea01 .p01 span {
	font-size: 32px;
}
#cv-btn-fixed.cvFloatArea01 .p01 span.s02 {
	font-size: 30px;
}

.floatBtnFlex01 {
	display: flex;
	justify-content: space-between;
}
.floatBtnFlex01 .btn01 {
	width: 540px;
	margin-right: 35px;
	display: flex;
	align-items: center;
}
.floatBtnFlex01 .btn02 {
	width: 87px;
}

/*--------*/

.cvFloatAreaIn01 {
	width: 1060px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cvFloatAreaIn01 .p01 {
	white-space: nowrap;
}

/*-------------------*/

.cvFukiText02 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 430px;
	height: 40px;
	padding: 3px 5px 3px 5px;
	background-color: #000000;
	border-radius: 100px;
	position: absolute !important;
	left: 50%;
	margin-left: -100px;
	top: -33px;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
}
.cvFukiText02::before {
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 24px 8px 0 8px;
border-color: #000000 transparent transparent transparent;
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -8px;
}
.cvFukiText02 p {
	position: relative;
	z-index: 1;
	padding: 6px 0px 5px 0px;
}

#cv-btn-fixed .cvFukiText02 .s01 {
	font-size: 20px;
}
#cv-btn-fixed .cvFukiText02 .s02 {
	font-size: 25px;
}

.addh{
    background: #232323;
    color: #fff;
    padding: 0.5em;
    font-weight: 600;
	width: 93%;
    margin: 10px auto;
}
.addcontent{
    background-color: #fff;
    padding: 20px;
    font-size: 16px !important;
    text-align: left;
	padding:1em !important;
	}









