﻿@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: "Montserrat";
  src: url("../../font/Montserrat-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../../font/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}

:root{
    font-size:62.5%;
}
html {font-size:62.5%;}
body{
	font-size:16px; 
	color:#333333;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family:NotoSansJP;
	margin:0;
	position: relative;
}
h1,h2,h3,h4,h5,h6,p,li,th,td,dt,dd,dl,span,div{  
    line-height:1.5;  
}
img {
	border: none;
	vertical-align: bottom;
    max-width: 100%;
	height: auto;
}
a{
	color:#333333;
	text-decoration:none;
    transition: 0.3s;
}
a img { 
	border: none;
}
a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
ul {
	list-style-type: none;
}
table{
	border-collapse: collapse;
}
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.leftBox{
	float:left;
}
.rightBox{
	float:right;
}
.sp{
	display:none !important;
}
.spacer{
    width:100%;
}
a.nolink{
    pointer-events: none;
}

h1{
    width: 267px;
    width: min(calc(223px + ((1vw - 15px)*11)) , 267px);
    height:auto;
}
h2.style001{
    font-weight: 600;
}
h2.style001 span{
    display: block;
    font-family:Montserrat;
    font-weight: 600;
    color:#FF7482;
}
h2.center{
    text-align: center;
}
h3.style001,
h4.style001{
    font-size:30px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 40px auto;
    padding-top: 40px;
    position: relative;
    line-height: 1;
}
h3.style001::before,
h4.style001::before{
    display: block;
    width:54px;
    height:24px;
    content: "";
    background: url("../images/icon_h3.png") no-repeat center center/100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:auto;    
    margin: auto auto auto auto;
}
.contentWidthB{
	width: 1300px;
	margin: auto auto auto auto;
}
.contentWidth{
	width: 1200px;
	margin: auto auto auto auto;
}
.breadcrumbs{
    width:100%;
    padding: 26px 0 26px 0;
}
.breadcrumbs ul{
    display: flex;
}
.breadcrumbs ul li{
    font-size:13px;
    line-height: 17px;
    padding: 0 20px 0 20px;
    color:#333333;
    position: relative;
}
.breadcrumbs ul li::before{
    content: "＞";
    font-size:11px;
    line-height: 17px;
    font-weight: 600;
    color:#FF7482;
    position: absolute;
    top:0;
    left:0;
    right:auto;
    bottom:auto;
    margin: auto auto auto auto;
    transform: translate(-50%,0);
}
.breadcrumbs ul li:first-child{
    padding: 0 20px 0 0;
}
.breadcrumbs ul li:first-child::before{
    display: none;
}
.slick-slider .slick-track {
    display: flex;
}
.slick-slider .slick-arrow{
    width:31px;
    height:31px;
    position: absolute;
    top:0;
    bottom:0;
    margin: auto;
    transition: 0.3s;
    z-index: 999;
}
.slick-slider .prev-arrow{
    left:-50px;
    right:auto;
    background: url("../images/icon_prev.png") no-repeat center center/contain;
}
.slick-slider .next-arrow{
    left:auto;
    right:-50px;
    background: url("../images/icon_next.png") no-repeat center center/contain;
}
.slick-slider .slick-arrow:hover{
    opacity: 0.5
}
.btn.btn001{
    width:370px;
    height:66px;
    background: #FF7482;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
    margin: 60px auto 0 auto;
}
.btn.btn001::after{
    content: "";
    width:7px;
    height:13px;
    background: url("../images/icon_arrow_white.png") no-repeat center center/contain;
    position: absolute;
    top:0;
    left:auto;
    right:40px;
    bottom:0;
    margin: auto;
}
.btn.btn001 span{
    font-size: 18px;
    font-weight: 600;
    color:#FFFFFF;
}
.campaignArea h3{
    font-size:24px;
    font-weight: bold;
    margin: 0 0 25px;
    text-align: center;
}
.campaignArea .text{
    font-size:16px;
    margin: 0 0 25px;
    text-align: center;
}
.campaignArea .box{
    max-width: 1100px;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 auto;
}
.campaignArea .box:last-child{
    margin: 80px auto 0 auto;
}
@media (max-width: 1500px) {
    h1{
        width: 223px;
        width: calc(157px + ((1vw - 11px)*16.5));
    }
    .contentWidthB{
        width:calc(1010px + ((1vw - 11px)*72.5));
    }
    .contentWidth{
        width:calc(960px + ((1vw - 11px)*60));
    }
    .slick-slider .prev-arrow{
        left:calc(-34px - ((1vw - 11px)*4));
    }
    .slick-slider .next-arrow{
        right:calc(-34px - ((1vw - 11px)*4));
    }
}
@media (max-width: 1100px) {
    h1{
        width: 157px;
    }
    .contentWidthB{
        width:1010px;
    }
    .contentWidth{
        width:960px;
    }
    .slick-slider .prev-arrow{
        left:-34px;
    }
    .slick-slider .next-arrow{
        right:-34px;
    }
}
@media (max-width: 768px) {
    body{
        font-size:14px; 
    }
    .pc{
        display:none !important;
    }
    .sp{
        display:block !important;
    }
    .leftBox{
        float:none !important;
    }
    .rightBox{
        float:none !important;
    }
    h3.style001,
    h4.style001{
        font-size:18px;
    }
    .contentWidthB{
        width: 92%;
    }
    .contentWidth{
        width: 92%;
    }
    .slick-slider .slick-arrow{
        width:20px;
        height:20px;
    }
    .slick-slider .prev-arrow{
        left:-24px;
    }
    .slick-slider .next-arrow{
        right:-24px;
    }
    .breadcrumbs{
        padding: 16px 0 12px 0;
    }
    .breadcrumbs ul{
        flex-wrap: wrap;
    }
    .breadcrumbs ul li{
        margin-bottom: 4px;
    }
    .btn.btn001{
        width:min(370px,92%);
        margin: 40px auto 0 auto;
    }
    .btn.btn001 span{
        font-size: 16px;
    }
    .campaignArea h3{
        font-size:20px;
    }
    .campaignArea .text{
        font-size:13px;
        margin: 0 0 15px;
    }
    .campaignArea .box:last-child{
        margin: 30px auto 0 auto;
    }
}
@media (max-width: 360px) {
    h1{
        width: 100px;
    }
}

/*--------------------------------------
    header
--------------------------------------*/

header{
    width:100%;
    height:100px;
    background: #FFFFFF;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:auto;
    margin: auto auto auto auto;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_wrapper{
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-left: min(calc(24px + ((1vw - 15px)*4)),40px);
}
.header_wrapper p{
    border:1px solid;
    border-color:transparent rgba(51,51,51,0.26) transparent rgba(51,51,51,0.26);
    line-height: 36px;
    margin-left: 40px;
    margin-left: min(calc(24px + ((1vw - 15px)*4)),40px);
    padding: 0 40px 0 40px;
    padding: 0 min(calc(24px + ((1vw - 15px)*4)),40px) 0 min(calc(24px + ((1vw - 15px)*4)),40px);
}
.menuArea{
    height:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 60px;
    column-gap:min(calc(40px + ((1vw - 15px)*5)),60px);
    position: relative;
}
.gnav{
    height:100%;
    display: flex;
    column-gap: 30px;
    column-gap:min(calc(18px + ((1vw - 15px)*3)),30px);
}
.gnav li{
    height:100%;
    display: flex;
    align-items: center;
}
.gnav li a{
    display: block;
    font-weight: 600;
}
.gnav li.parent{
    position: relative;
}
.gnav li.parent .child{
    width:180px;
    position: absolute;
    top:calc(100% - 10px);
    left:50%;
    margin: auto;
    opacity: 0;
    transform: translate(-50%,0);
    transition: 0.3s;
    background: #FFFFFF;
    padding: 10px 5px 10px 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.gnav li.parent:hover .child{
    opacity: 1;
}
.gnav li.parent .child a{
    font-size:14px;
}
.btnArea{
    height:100%;
    display: grid;
    gap:2px;
    grid-template-columns: 1fr 1fr 1fr;
}
.btnArea a{
    display: block;
    width: auto;
    height: 100px;
}
.btnArea a img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.spbtn{
    position: relative;
    width: 108px;
    height: 100px;
    transition: 0.3s;
    z-index: 9999;
    background: #FFFFFF;
    cursor: pointer;
}
.spbtn, .spbtn span {
    display: inline-block;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s;
    box-sizing: border-box;
}
.spbtn span {
    position: absolute;
    left: 0;
    right:0;
    margin: auto auto auto auto;
    width: 24px;
    height: 2px;
    background-color: #FB7784;
    transition: 0.3s;
}
.spbtn span:nth-of-type(1) {
    top: 28px;
}
.spbtn span:nth-of-type(2) {
    top: 36px;
}
.spbtn span:nth-of-type(3) {
    top: 44px;
}
.select .spbtn span:nth-of-type(1) {
    transform: translate(0,8px) rotate(45deg);
}
.select .spbtn span:nth-of-type(2) {
    opacity: 0;
}
.select .spbtn span:nth-of-type(3) {
    transform: translate(0,-8px) rotate(-45deg);
}
.spbtn::after{
    content: "MENU";
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top:auto;
    left: 0;
    right:0;
    bottom:26px;
    margin: auto auto auto auto;
    text-align: center;
}
.select .spbtn::after{
    content: "CLOSE";
}
.menuArea .lineBtn{
    display: none;
    width:40px;
    height:40px;
    margin: auto 0 auto auto;
    position: absolute;
    top:0;
    left:auto;
    right:calc(100% + 5px);
    bottom:0;
}
.menuArea .mmBtn{
    display: none;
    width:48px;
    height:48px;
    margin: auto 0 auto auto;
    position: absolute;
    top:0;
    left:auto;
    right:calc(100% + 55px);
    bottom:0;
}
@media (max-width: 1500px) {
    header{
        height: 100px;
        height: calc(80px + ((1vw - 11px)*5));
    }
    .header_wrapper{
        padding-left: 24px;
        padding-left: calc(12px + ((1vw - 11px)*3));
    }
    .header_wrapper p{
        font-size:16px;
        font-size:calc(1px + 1vw);
        line-height: 36px;
        line-height: calc(24px + ((1vw - 11px)*3));
        margin-left: 24px;
        margin-left: calc(12px + ((1vw - 11px)*3));
        padding: 0 24px 0 24px;
        padding: 0 calc(12px + ((1vw - 11px)*3)) 0 calc(12px + ((1vw - 11px)*3));
    }
    .menuArea{
        column-gap: 40px;
        column-gap: calc(20px + ((1vw - 11px)*5));
    }
    .gnav{
        column-gap: 18px;
        column-gap: calc(10px + ((1vw - 11px)*2));
    }
    .gnav li a{
        font-size:calc(1px + 1vw);
    }
    .btnArea a{
        height: 100px;
        height: calc(80px + ((1vw - 11px)*5));
    }
    .spbtn{
        width: 108px;
        width: calc(86px + ((1vw - 11px)*5.5));
        height: 100px;
        height: calc(80px + ((1vw - 11px)*5));
    }
    .spbtn span {
        width: 24px;
        width: calc(9px + 1vw);
    }
    .spbtn span:nth-of-type(1) {
        top: 28px;
        top: calc(22px + ((1vw - 11px)*1.5));
    }
    .spbtn span:nth-of-type(2) {
        top: 36px;
        top: calc(28px + ((1vw - 11px)*2));
    }
    .spbtn span:nth-of-type(3) {
        top: 44px;
        top: calc(34px + ((1vw - 11px)*2.5));
    }
    .select .spbtn span:nth-of-type(1) {
        transform: translate(0,8px) rotate(45deg);
        transform: translate(0,calc(6px + ((1vw - 11px)*0.5))) rotate(45deg);
    }
    .select .spbtn span:nth-of-type(3) {
        transform: translate(0,-8px) rotate(-45deg);
        transform: translate(0,calc(-6px - ((1vw - 11px)*0.5))) rotate(-45deg);
    }
    .spbtn::after{
        font-size:calc(14px + ((1vw - 11px)*0.5));
        bottom:26px;
        bottom:calc(11px + 1vw)
    }
}
@media (max-width: 1100px) {
    header{
        height: 80px;
    }
    .header_wrapper{
        padding-left: 12px;
    }
    .header_wrapper p{
        font-size:12px;
        line-height: 24px;
        margin-left:12px;
        padding: 0 12px 0 12px;
    }
    .menuArea .gnav{
        display: none;
    }
    .menuArea .btnArea{
        display: block;
    }
    .menuArea .btnArea a{
        display: none;
    }
    .spbtn{
        width: 86px;
        height: 80px;
    }
    .spbtn span {
        width: 20px;
    }
    .spbtn span:nth-of-type(1) {
        top: 22px;
    }
    .spbtn span:nth-of-type(2) {
        top: 28px;
    }
    .spbtn span:nth-of-type(3) {
        top: 34px;
    }
    .select .spbtn span:nth-of-type(1) {
        transform: translate(0,6px) rotate(45deg);
    }
    .select .spbtn span:nth-of-type(3) {
        transform: translate(0,-6px) rotate(-45deg);
    }
    .spbtn::after{
        font-size:14px;
        bottom:22px;
    }
}
@media (max-width: 768px) {
    .header_wrapper p{
        width: 0;
        max-height: 80px;
        padding: 0;
        overflow: hidden;
        border: none;
        margin: 0 0 0 0;
    }
    .menuArea .lineBtn{
        display: block;
    }
    .menuArea .mmBtn{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }    
    .menuArea .mmBtn img{
        width:35px;
        height:35px;
        object-fit: contain;
    }
    .menuArea .mmBtn::after{
        content: "メルマガ";
        font-size:8px;
        font-weight: bold;
        line-height: 1.2;
    }
}
/*--------------------------------------
    spmenu
--------------------------------------*/

.spmenu{
    width:100%;
    max-width: 500px;
    height:auto;
    max-height:100vh;
    position: fixed;
    top:0;
    left:auto;
    right:0;
    bottom:0;
    margin: auto auto auto auto;
    z-index:9990;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    background: #FF7482;
    opacity: 0;
    transform:translate(0,-100%);
    pointer-events: none;
    padding:100px 0 0 0;
}
header.select + .spmenu{
    opacity: 1;
    transform:translate(0,0);
    pointer-events: fill;
}
.spmenu .spBnr{
    display: none;
}
.spmenu ul li{
    text-align: left;
    display: block;
    position: relative;
}
.spmenu ul li a,
.spmenu ul li span{
    color:#FFFFFF;
    padding:20px 4%;
    line-height: 1.2;
    display:block;
    border-bottom:1px solid #FFFFFF;
    position: relative;
    box-sizing: border-box;
    font-weight: 600;
}
.spmenu ul li:last-child a,
.spmenu ul li:last-child span{
    border-bottom:none;
}
.spmenu ul li a::after{
    position: absolute;
    content: "＞";
    right:4%;
    top:50%;
    transform: translate(0,-50%);
    font-weight: 600;
}
.spmenu ul li.parent a::after,
.spmenu ul li span::after{
    position: absolute;
    content: "＋";
    right:4%;
    top:50%;
    transform: translate(0,-50%);
    font-weight: 600;
}
.spmenu ul li.parent span.plus{
    position: absolute;
    top:0;
    left:auto;
    right:0;
    bottom:0;
    margin: auto auto auto auto;
    z-index: 999;
    cursor: pointer;
}
.spmenu ul li.parent span.plus::after{
    display: none;
}
.spmenu ul li.parent a.select::after,
.spmenu ul li.parent span.select::after{
    content: "―";
}
.spmenu ul li.parent ul.child{
    display: none;
    border-bottom: 1px solid #FFFFFF;
    background: rgba(255,231,0,0.12);
    position: relative;
}
.spmenu ul li.parent ul.child::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto auto auto auto;
    z-index: -1;
    background: #FFFFFF;
}
.spmenu ul li.parent ul.child li a{
    color:#333333;
    border-bottom: 1px solid #333333;
}
.spmenu ul li.parent ul.child li:last-child a{
    border-bottom: none;
}
.spmenu ul li.parent ul.child li a::before{
    content: "";
    width:10px;
    height:10px;
    background: #FB7784;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}
.spmenu ul li.parent ul.child li a::after{
    content: "＞";
    color:#FB7784;
}
@media (max-width: 1500px) {
    .spmenu{
        padding:100px 0 0 0;
        padding:calc(80px + ((1vw - 11px)*5)) 0 0 0;
    }
}
@media (max-width: 1100px) {
    .spmenu{
        padding:80px 0 0 0;
    }
    .spmenu .spBnr{
        background: #FFFFFF;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap:4px;
        padding: 4px;
    }
    .spmenu ul li a,
    .spmenu ul li span{
        font-size:14px;
        padding:15px 4% 15px 4%;
    }
    .spmenu ul li a::after{
        font-size:14px;
    }
    .spmenu ul li.parent a::after,
    .spmenu ul li span::after{
        font-size:14px;
    }
}
@media (max-width: 768px) {
}

/*--------------------------------------
    main
--------------------------------------*/

main{
    padding-top: 100px;
}
main.basic,
main.plan,
main.top{
    overflow: hidden visible;
}
@media (max-width: 1500px) {
    main{
        padding-top: 100px;
        padding-top: calc(80px + ((1vw - 11px)*5));
    }
}
@media (max-width: 1100px) {
    main{
        padding-top: 80px;
    }
}
@media (max-width: 768px) {
}


/*--------------------------------------
    campaignArea
--------------------------------------*/

.campaignArea{
    margin: 130px auto 0 auto;
}
@media (max-width: 1500px) {
    .campaignArea{
        margin: 130px auto 0 auto;
        margin: calc(70px + ((1vw - 11px)*15)) auto 0 auto;
    }
}
@media (max-width: 1100px) {
    .campaignArea{
        margin: 70px auto 0 auto;
    }
}
@media (max-width: 768px) {
    .campaignArea{
        margin: 50px auto 0 auto;
    }
}


/*--------------------------------------
    bnrArea
--------------------------------------*/

.bnrArea{
    width:100%;
    height:auto;
    padding-top: 15%;
    position: relative;
    margin: 150px auto 0 auto;
}
.bnrArea .bnrWrapper{
    width:100%;
    height:100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 4px;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto auto auto auto;
}
.bnrArea a{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.bnrArea a::before,
.bnrArea a::after{
    width:100%;
    height:100%;
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto auto auto auto;
    transition: 0.3s;
}
.bnrArea a::before{
    background: rgba(251,119,132,0.78);
    z-index: 20;
}
.bnrArea a::after{
    z-index: 10;
}
.bnrArea a:nth-of-type(1)::after{
    background:url("../images/bg_bnr_001.jpg") no-repeat center center/cover;
}
.bnrArea a:nth-of-type(2)::after{
    background:url("../images/bg_bnr_002.jpg") no-repeat center center/cover;
}
.bnrArea a:nth-of-type(3)::after{
    background:url("../images/bg_bnr_003.jpg") no-repeat center center/cover;
}
.bnrArea a:nth-of-type(4)::after{
    background:url("../images/bg_bnr_004.jpg") no-repeat center center/cover;
}
.bnrArea a h2{
    font-size:30px;
    color:#FFFFFF;
    position: relative;
    z-index: 40;
}
.bnrArea a h2 span{
    font-size:15px;
    color:#FFFFFF;
    margin-top: 2px;
}
@media (max-width: 1500px) {
    .bnrArea{
        margin: 150px auto 0 auto;
        margin: calc(90px + ((1vw - 11px)*15)) auto 0 auto;
    }
    .bnrArea a h2{
        font-size:30px;
        font-size:calc(22px + ((1vw - 11px)*2));
    }
}
@media (max-width: 1100px) {
    .bnrArea{
        margin: 90px auto 0 auto;
    }
    .bnrArea a h2{
        font-size:22px;
    }
}
@media (max-width: 768px) {
    .bnrArea{
        padding-top: 0;
        margin: 50px auto 0 auto;
    }
    .bnrArea .bnrWrapper{
        height:auto;
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 2px;
        position: relative;
    }
    .bnrArea a{
        padding: 30px 0 30px 0;
    }
    .bnrArea a h2{
        font-size:22px;
    }
    .bnrArea a h2 span{
        font-size:15px;
    }
}

/*--------------------------------------
    contactArea
--------------------------------------*/

.contactArea{
    margin: 134px auto 100px auto;
}
.contactArea h2.style001{
    margin-bottom: 70px;
}
.contactArea h2.style001 span{
    font-size:50px;
}
.contactArea .linkArea{
    width:1122px;
    margin: 0 auto 0 auto;
    display: flex;
    gap:32px;
    justify-content: space-between;
}
.contactArea .linkArea a{
    font-size:22px;
    width:100%;
    height:116px;
    position: relative;
    box-sizing: border-box;
    background: #F7EAC6;
    display: block;
}
.contactArea .linkArea a span{
    font-size:22px;
    font-weight: 700;
    line-height: 1.3;
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
}
.contactArea .linkArea a.downloadLink span{
    width:calc(100% - 194px);
    left:194px;
}
.contactArea .linkArea a.reserveLink span{
    width:calc(100% - 224px);
    left:224px;
}
.contactArea .linkArea a.contactLink span{
    width:calc(100% - 200px);
    left:200px;
}
.contactArea .linkArea a.downloadLink::before{
    width:184px;
    height:161px;
    content: "";
    position: absolute;
    top:50%;
    left:-29px;
    right:auto;
    bottom:auto;
    margin: auto;
    transform: translate(0,-50%);
    background:url("../images/img_contact_001.png") no-repeat center center/contain;
}
.contactArea .linkArea a.reserveLink::before{
    width:156px;
    height:154px;
    content: "";
    position: absolute;
    top:auto;
    left:55px;
    right:auto;
    bottom:0;
    margin: auto auto auto auto;
    background:url("../images/img_contact_002.png") no-repeat center center/contain;
}
.contactArea .linkArea a.contactLink::before{
    width:50px;
    height:36px;
    content: "";
    position: absolute;
    top:50%;
    left:120px;
    right:auto;
    bottom:auto;
    margin: auto auto auto auto;
    transform: translate(0,-50%);
    background:url("../images/img_contact_003.png") no-repeat center center/contain;
}
.contactArea .linkArea a::after{
    width:26px;
    height:26px;
    content: "";
    position: absolute;
    top:0;
    left:auto;
    right:32px;
    bottom:0;
    margin: auto auto auto auto;
    background: url("../images/icon_next.png") no-repeat center center/contain;
}
@media (max-width: 1500px) {
    .contactArea{
        margin: 134px auto 134px auto;
        margin: calc(90px + ((1vw - 11px)*11)) auto calc(90px + ((1vw - 11px)*11)) auto;
    }
    .contactArea h2.style001{
        margin-bottom: 70px;
        margin-bottom: calc(50px + ((1vw - 11px)*5));
    }
    .contactArea h2.style001 span{
        font-size:50px;
        font-size:calc(38px + ((1vw - 11px)*3));
    }
    .contactArea .linkArea{
        width:1122px;
        width:calc(1010px + ((1vw - 11px)*28));
        gap:32px;
        gap:calc(24px + ((1vw - 11px)*2));
    }
    .contactArea .linkArea a{
        font-size:22px;
        font-size:calc(18px + ((1vw - 11px)*1));
    }
    .contactArea .linkArea a span{
        font-size:22px;
        font-size:calc(18px + ((1vw - 11px)*1));
    }
}
@media (max-width: 1100px) {
    .contactArea{
        margin: 90px auto 90px auto;
    }
    .contactArea h2.style001{
        margin-bottom: 50px;
    }
    .contactArea h2.style001 span{
        font-size:38px;
    }
    .contactArea .linkArea{
        width:1010px;
        gap:24px;
    }
    .contactArea .linkArea a{
        font-size:18px;
    }
    .contactArea .linkArea a span{
        font-size:18px;
    }
}
@media (max-width: 768px) {
    .contactArea{
        margin: 50px auto 50px auto;
    }
    .contactArea h2.style001{
        margin-bottom: 30px;
    }
    .contactArea h2.style001 span{
        font-size:32px;
    }
    .contactArea .linkArea{
        width:92%;
        display: grid;
        grid-template-columns: 1fr;
        gap:5px;
    }
    .contactArea .linkArea a{
        font-size:16px;
        padding: 0 0 0 0;
        text-align: left;
        column-gap: 16px;
    }
    .contactArea .linkArea a::before {
        display: none;
    }
    .contactArea .linkArea a.downloadLink span{
        width:calc(100% - 74px);
        left:20px;
    }
    .contactArea .linkArea a.reserveLink span{
        width:calc(100% - 74px);
        left:20px;
    }
    .contactArea .linkArea a.contactLink span{
        width:calc(100% - 74px);
        left:20px;
    }
    .contactArea .linkArea a::after{
        right:16px;
    }
}

/*--------------------------------------
    merumagaArea
--------------------------------------*/
.merumagaArea{
    margin: 0 auto 100px auto;
    text-align: center;
}
.merumagaArea p img{
    width: 800px;
}
@media (max-width: 768px) {
    .merumagaArea{
        margin: 0 auto 50px auto;
        text-align: center;
    }
    .merumagaArea p img{
        width: 80%;
    }
}

/*--------------------------------------
    footer
--------------------------------------*/

footer{
    padding: 80px 0 160px 0;
    text-align: center;
    background: rgba(255,231,0,0.12);
}
footer .boxArea,
footer nav{
    width:1300px;
    margin: 0 auto 0 auto;
}
footer .logo{
    display: inline-block;
    width: 330px;
    height:auto;
}
footer .logo span{
    display: block;
    font-size:19px;
    margin-bottom: 10px;
}
footer .boxArea{
    display: grid;
    column-gap: 44px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 50px auto 60px auto;
}
footer .boxArea .box{
    padding: 18px 0 16px 0;
    background: #FFFFFF;
}
footer .boxArea .box h3{
    font-size:22px;
    font-weight: 600;
    color:#FF7482;
}
footer .boxArea .box .address{
    font-size:14px;
    margin: 5px auto 15px auto;
}
footer .boxArea .box .tel{
    display: inline-block;
    line-height: 36px;
    padding-left: 46px;
    background: url("../images/icon_tel_002.png") no-repeat left center/36px 36px;
}
footer .boxArea .box .tel,
footer .boxArea .box .tel a{
    font-family: Montserrat;
    font-size:36px;
    font-weight: 600;
}
footer nav{
    position: relative;
    text-align: left;
}
footer nav .fnav{
    display: flex;
    column-gap: 130px;
}
footer nav .fnav ul li{
    margin-top: 14px;
}
footer nav .fnav ul li a{
    display: inline-block;
    font-weight: 600;
}
footer nav .fbnr{
    position: absolute;
    top:auto;
    left:auto;
    right:0;
    bottom:100px;
    margin: auto auto auto auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 27px;
    grid-row-gap: 24px;
}
footer nav .fbnr li:nth-of-type(3){
    grid-column-start: 1;
    grid-column-end: 3;
}
footer nav .fsns{
    position: absolute;
    top:auto;
    left:auto;
    right:0;
    bottom:0;
    margin: auto auto auto auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
footer nav .fsns ul{
    display: flex;
    column-gap: 30px;
    text-align: center;
    margin-left: 80px;
}
footer nav .copy{
    font-size:14px;
    color:rgba(51,51,51,0.4);
}
@media (max-width: 1500px) {
    footer{
        padding: 80px 0 160px;
        padding: calc(60px + ((1vw - 11px)*5)) 0 calc(140px + ((1vw - 11px)*5)) 0;
    }
    footer .boxArea,
    footer nav{
        width:1300px;
        width:calc(1012px + ((1vw - 11px)*72));
    }
    footer .boxArea{
        column-gap: 44px;
        column-gap: calc(32px + ((1vw - 11px)*3));
    }
    footer .boxArea .box h3{
        font-size:22px;
        font-size:calc(18px + ((1vw - 11px)*1));
    }
    footer .boxArea .box .tel{
        line-height: 36px;
        line-height: calc(30px + ((1vw - 11px)*1.5));
        padding-left: 46px;
        padding-left: calc(40px + ((1vw - 11px)*1.5));
        background: url("../images/icon_tel_002.png") no-repeat left center/36px 36px;
        background: url("../images/icon_tel_002.png") no-repeat left center/calc(30px + ((1vw - 11px)*1.5)) calc(30px + ((1vw - 11px)*1.5));
    }
    footer .boxArea .box .tel,
    footer .boxArea .box .tel a{
        font-size:36px;
        font-size:calc(30px + ((1vw - 11px)*1.5));
    }
    footer nav .fnav{
        column-gap: 130px;
        column-gap: calc(70px + ((1vw - 11px)*15));
    }
    footer nav .fbnr{
        column-gap: 27px;
        column-gap: calc(15px + ((1vw - 11px)*3));
    }
    footer nav .fsns ul{
        column-gap: 30px;
        column-gap: calc(20px + ((1vw - 11px)*2.5));
        margin-left: 80px;
        margin-left: calc(20px + ((1vw - 11px)*15));
    }
}
@media (max-width: 1100px) {
    footer{
        padding: 60px 0 130px 0;
    }
    footer .boxArea,
    footer nav{
        width:1012px;
    }
    footer .boxArea{
        column-gap: 32px;
    }
    footer .boxArea .box h3{
        font-size:18px;
    }
    footer .boxArea .box .tel{
        line-height: 30px;
        padding-left: 40px;
        background: url("../images/icon_tel_002.png") no-repeat left center/30px 30px;
    }
    footer .boxArea .box .tel,
    footer .boxArea .box .tel a{
        font-size:30px;
    }
    footer nav .fnav{
        column-gap: 70px;
    }
    footer nav .fbnr{
        column-gap: 15px;
    }
    footer nav .fsns ul{
        column-gap: 20px;
        margin-left: 40px;
    }
}
@media (max-width: 768px) {
    footer{
        padding: 50px 0 80px 0;
    }
    footer .logo{
        width: min(92%,330px);
    }
    footer .logo span{
        font-size:16px;
    }
    footer .boxArea, footer nav {
        width: 92%;
    }
    footer .boxArea{
        grid-template-columns: 1fr;
        grid-row-gap: 2px;
    }
    footer nav .fnav,
    footer nav .fbnr{
        display: none;
    }
    footer nav .fsns{
        position: static;
        display: block;
        text-align: center;
    }
    footer nav .fsns ul {
        justify-content: center;
        margin:0 0 20px 0;
    }
}
@media (max-width: 400px) {
    footer{
        padding: 50px 0 70px 0;
    }
}


/*--------------------------------------
    pagetop
--------------------------------------*/

.pagetop{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF7482;
    width:100%;
    height:60px;
    position: fixed;
    top:auto;
    left:0;
    right:0;
    margin: auto auto auto auto;
    bottom:-60px;
    z-index: 9900;
}
.pagetop span{
    line-height: 23px;
    color:#FFFFFF;
    padding-left: 40px;
    background: url("../images/icon_pagetop.png") no-repeat left center/contain;
}
@media (max-width: 768px) {
    .pagetop{
        display: none;
    }
}

/*--------------------------------------
    floatBnr
--------------------------------------*/

.floatBnr{
    width:300px;
    height:300px;
    position: fixed;
    top:auto;
    left:auto;
    right:0;
    margin: auto auto auto auto;
    bottom:80px;
    z-index: 9900;
}
.floatBnr a{
    width:100%;
    height:100%;
    display: block;
}
.floatBnr a img{
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
}
.floatBnr span{
    width:15%;
    height:auto;
    display: block;
    padding-top: 15%;
    position: absolute;
    top:0;
    left:0;
    right:auto;
    bottom:auto;
    margin: auto auto auto auto;
    transform: translate(-50%,-50%);
    z-index: 9900;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 10px gray;
    border-radius: 50%;
}
.floatBnr span::before{
    content: "";
    width:60%;
    height:2px;
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    right:auto;
    bottom:auto;
    margin: auto auto auto auto;
    transform: translate(-50%,-50%) rotate(45deg);
    z-index: 9900;
    background: #000000;
}
.floatBnr span::after{
    content: "";
    width:60%;
    height:2px;
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    right:auto;
    bottom:auto;
    margin: auto auto auto auto;
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 9900;
    background: #000000;
}
@media (max-width: 768px) {
    .floatBnr{
        width:40%;
        height:auto;
        padding-top: 40%;
        bottom:50px;
    }
}
/*--------------------------------------
    f-spnav
--------------------------------------*/

.f-spnav{
    display: none;
}
@media (max-width: 768px) {
    .f-spnav{
        display: flex;
        justify-content: center;
        align-items: center;
        width:100%;
        height:50px;
        position: fixed;
        top:auto;
        left:0;
        right:0;
        bottom:0;
        margin: auto auto auto auto;
        z-index: 9900;
    }
    .f-spnav li{
        height:100%;
        flex: 1;
    }
    .f-spnav li a{
        height:100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .f-spnav li:nth-of-type(1) a{
        background: #FF7482;
    }
    .f-spnav li:nth-of-type(2) a{
        background: #2457B3;
    }
    .f-spnav li:nth-of-type(3) a{
        background: #333333;
    }
    .f-spnav li a span{
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        color:#FFFFFF;
        font-weight: 500;
        line-height: 30px;
        font-size:14px;
    }
    .f-spnav li a span::before{
        content: "";
        width:30px;
        height:30px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    .f-spnav li:nth-of-type(1) a span::before{
        background:url("../images/icon_fspnav_001.png") no-repeat center center/contain;
    }
    .f-spnav li:nth-of-type(2) a span::before{
        background:url("../images/icon_fspnav_002.png") no-repeat center center/contain;
    }
    .f-spnav li:nth-of-type(3) a span::before{
        background:url("../images/icon_fspnav_003.png") no-repeat center center/contain;
    }
}
@media (max-width: 400px) {
    .f-spnav{
        height:40px;
    }
    .f-spnav li a span{
        line-height: 20px;
        font-size:12px;
    }
    .f-spnav li a span::before{
        width:20px;
        height:20px;
        margin-right: 6px;
    }
}

/*--------------------------------------
    grecaptcha-badge
--------------------------------------*/

@media (max-width: 768px) {
    .grecaptcha-badge{
        display: none;
    }
}
