bgqabgqabgqahtml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	line-height: 0;
	font-family: 'Noto Sans JP', sans-serif;
}
p, li, th, td, h4,h3{
	line-height: 0em;
}
table{
	border-collapse: collapse;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
fieldset{
	border:none;
}

#wrap{
	overflow: hidden;
}
a, a:hover, a:visited{
	color: #222222;
	text-decoration: none;
}

.weight100{
	font-weight: 100;
}
.weight200{
	font-weight: 200;
}
.weight300{
	font-weight: 300;
}
.weight400{
	font-weight: 400;
}
.weight500{
	font-weight: 500;
}
.weight600{
	font-weight: 600;
}
.weight700{
	font-weight: 700;
}
.weight800{
	font-weight: 800;
}
.weight900{
	font-weight: 900;
}
.markyellow{
		background: linear-gradient(transparent 60%, #fff000 60%);
}
.markwhite{
		background: linear-gradient(transparent 0%, #fff 0%);
}
.marknavy{
		background: linear-gradient(transparent 0%, #0d3078 0%);
	border-radius: 10px;
}
.markcha{
		background: linear-gradient(transparent 0%, #948042 0%);
}
.fade-in-element {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-element.show {
  opacity: 1;
  transform: translateY(0);
}

/*PC用記述*/
@media screen and (min-width:1024px){
	
a img{
	transition:0.5s;
}
a:hover img{
	opacity: 0.7;
	transition:0.5s;
}
a{
	transition:0.5s;
}
a:hover{
	opacity: 0.7;
	transition:0.5s;
}
.content {
    width:1100px;
    margin-left:auto;
    margin-right:auto;
}
.content2 {
    width:1052px;
    margin-left:auto;
    margin-right:auto;
}
.content3 {
    width:972px;
    margin-left:auto;
    margin-right:auto;
}
.content4 {
    width:892px;
    margin-left:auto;
    margin-right:auto;
}

.center {
    margin-left:auto;
    margin-right:auto;
	text-align:center;
}
.hide-pc {
        display:none;
}

	.left{
		float: left;
	}

	.right{
		float: right;
	}

	.overflow{
		overflow: hidden;
	}
	/*余白セクションここから*/
	.mt10{
		margin-top: 10px;
	}
	.mt20{
		margin-top: 20px;
	}
	.mt30{
		margin-top: 30px;
	}
	.mt40{
		margin-top: 40px;
	}
	.mt50{
		margin-top: 50px;
	}
	.mt60{
		margin-top: 60px;
	}
	.mt70{
		margin-top: 70px;
	}
	.mt80{
		margin-top: 80px;
	}
	.mt90{
		margin-top: 90px;
	}
	.mt100{
		margin-top: 100px;
	}
	.mb10{
		margin-bottom: 10px;
	}
	.mb20{
		margin-bottom: 20px;
	}
	.mb30{
		margin-bottom: 30px;
	}
	.mb40{
		margin-bottom: 40px;
	}
	.mb50{
		margin-bottom: 50px;
	}
	.mb60{
		margin-bottom: 60px;
	}
	.mb70{
		margin-bottom: 70px;
	}
	.mb80{
		margin-bottom: 80px;
	}
	.mb90{
		margin-bottom: 90px;
	}
	.mb100{
		margin-bottom: 100px;
	}
	.pt10{
		padding-top: 10px;
	}
	.pt20{
		padding-top: 20px;
	}
	.pt30{
		padding-top: 30px;
	}
	.pt40{
		padding-top: 40px;
	}
	.pt50{
		padding-top: 50px;
	}
	.pt60{
		padding-top: 60px;
	}
	.pt70{
		padding-top: 70px;
	}
	.pt80{
		padding-top: 80px;
	}
	.pt90{
		padding-top: 90px;
	}
	.pt100{
		padding-top: 100px;
	}
	.pb10{
		padding-bottom: 10px;
	}
	.pb20{
		padding-bottom: 20px;
	}
	.pb30{
		padding-bottom: 30px;
	}
	.pb40{
		padding-bottom: 40px;
	}
	.pb50{
		padding-bottom: 50px;
	}
	.pb60{
		padding-bottom: 60px;
	}
	.pb70{
		padding-bottom: 70px;
	}
	.pb80{
		padding-bottom: 80px;
	}
	.pb90{
		padding-bottom: 90px;
	}
	.pb100{
		padding-bottom: 100px;
	}
	.pb135{
		padding-bottom: 100px;
	}
	.pb140{
		padding-bottom: 100px;
	}
	.pb145{
		padding-bottom: 100px;
	}
	/*余白セクションここまで*/
	
	/*フォントサイズセクションここから*/
	.font14px{
		font-size: 14px;
	}
	.font16px{
		font-size: 16px;
	}
	.font18px{
		font-size: 18px;
	}
	.font20px{
		font-size: 20px;
	}
	.font22px{
		font-size: 22px;
	}
	.font24px{
		font-size: 24px;
	}
	.font26px{
		font-size: 26px;
	}
	.font28px{
		font-size: 28px;
	}
	.font30px{
		font-size: 30px;
	}
	.font32px{
		font-size: 32px;
	}
	.font34px{
		font-size: 34px;
	}
	.font36px{
		font-size: 36px;
	}
	.font38px{
		font-size: 38px;
	}
	.font40px{
		font-size: 40px;
	}
	.font42px{
		font-size: 42px;
	}
	.font44px{
		font-size: 44px;
	}
	.font46px{
		font-size: 46px;
	}
	.font48px{
		font-size: 48px;
	}
	.font50px{
		font-size: 50px;
	}
	.font52px{
		font-size: 52px;
	}
	.font54px{
		font-size: 54px;
	}
	.font56px{
		font-size: 56px;
	}
	/*フォントセクションここまで*/


	.italic{
		font-style: italic;
	}

	.text01{
		color: #222222;
		line-height: 1.6em;
		letter-spacing: 0.05em;
	}
	.text02{
		color: #222222;
		line-height: 1.3em;
		letter-spacing: 0.05em;
	}
	
	.white{
		color: #fff;
	}
	.textright{
		text-align: right;
	}

	
	/*ボックスセクション*/

	.boxshadow01{
		box-shadow:0 0 16px #999;
	}
	.bgwhite01{
		background-color: #fff;
	}

	
	.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
	.paddingleft10{
		padding-left: 10px;
	}
	#panel dt:hover{
		opacity: 0.7;
	}
	.br-sp{
		display: none;
	}
	img#floatButton1 {
    position: fixed;
    right: 20px;
    bottom: 20px;
	width: 4%;
	z-index: calc(infinity);
		opacity: 0.9;
}
	
	.flex01 {
  display: flex;
  justify-content: space-around;
}
	.pr30{
		padding-right: 30px;
	}
	.pl30{
		padding-left: 30px;
	}
	.bgnavy01{
		background-color: #0d3078;
	}
	.navy01{
		color: #0d3078;
	}
	.bgwhite01{
		background-color: #fff!important;
	}
	.bgblack01{
		background-color: #222;
	}
	.white{
		color: #fff;
	}
	.orange01{
		color: #ff7800;
	}
	.yellow01{
		color: #fffc00;
	}
	.cha01{
		color: #eecc66;
	}
	.bgblue01{
		background-color: #e3edf6;
	}
	.pr60{
		padding-right: 60px;
	}
	.img100p{
		width: 100%;
	}
	
	
	
	
	
	
	.nav{
		padding: 10px 0;
	}
	.navlogo01{
		padding-top: 6px;
		width: 160px;
	}
	.navlogo01 img{
		width: 100%;
	}
	.button02{
		width: 270px;
	}
	.button02 img{
		width: 100%;
	}
	.navtext01{
		line-height: 1.3em;
		font-size: 17px;
		padding: 12px 36px 0 0;
	}
	.bg00{
		background: url("../img/bg00.png") center top no-repeat;
	}
	.bg01{
		background: url("../img/bg01.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg02{
		background: url("../img/bg02.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg03{
		background: url("../img/bg03.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg04{
		background: url("../img/bg04.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg05{
		background: url("../img/bg05.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg06{
		background: url("../img/bg06.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg07{
		background: url("../img/bg07.jpg") center top repeat;
	}
	.bg08{
		background: url("../img/bg08.png") center top repeat;
		background-attachment: fixed;
	}
	.bg09{
		background: url("../img/bg09.jpg") center top no-repeat;
	}
	.bg10{
		background: url("../img/bg10.jpg") center top no-repeat;
	}
	.ttl01{
		line-height: 1.3em;
		font-size: 54px;
	}
	.count01{
		font-size: 84px;
		letter-spacing: 0.0001em;
	}
	.asterisk01{
		font-size: 26px;
	}
	.box01{
		border-right: 3px solid #0d3078;
		padding: 0 70px 0 ;
	}
	.border11{
		border-left: 3px solid #0d3078;
	}

	/*CTAここから*/
	.img05{
		background: url("../img/img05.png") center top repeat-y;
		background-size: contain;
	}
	.box02{
		padding-top: 20px;
		float: right;
	}
	.cta01{
		line-height: 1.3em;
		font-size: 40px;
		padding-bottom: 20px;
	}
	.cta02{
		line-height: 1.3em;
		font-size: 29px;
		padding-bottom: 30px;
	}
	.cta03{
		color: #fff;
		font-size: 23px;
		padding: 3px 10px 6px;
	}
	.button01{
		width: 560px;
	}
	.button01 img {
		width: 100%;
	}
	/*CTAここまで*/
	.box03{
		background-color: rgba(0,0,0,0.90);
		padding: 30px 20px;
		margin: 0 10px 10px;
		width: 200px;
	}
	.bg07{
		background: url("../img/bg07.jpg") center center repeat;
	}
	.pic21{
		padding-top: 30px;
	}
	.check01 li {
		background: url("../img/check01.png") left top no-repeat;
		line-height: 1.3em;
		padding: 0 0 30px 46px;
	}
	.box04{
		width: 188px;
		background-color: #fff;
		border: 3px solid #0d3078;
		border-radius: 20px;
		padding: 20px;
		float: left;
		margin: 0 26px 26px 0;
	}
	.markcar01{
		background: linear-gradient(transparent 0%, #eb0000 0%);
		border-radius: 500px;
		padding: 0 20px 3px;
	}
	.box05{
		padding: 10px 20px;
		margin: 0 16px 20px;
		width: 410px;
	}
	.check03{
		background: url("../img/check01.png") top left no-repeat;
		padding: 0 0 0 44px;
	}
	.box06{
		width: 640px;
		float: right;
	}
	.box07{
		width: 300px;
		padding: 0 20px 30px;
	}
	.box09{
		width: 317px;
	}
	.box08{
		width: 670px;
		margin: 0 auto;
	}
	.box10{
		border: 3px solid #0d3078;
		border-radius: 20px;
	}
	.check02{
		width: 553px;
	}
	.check02 li{
		background: url("../img/check02.png") left top no-repeat;
		padding: 0 0 26px 40px;
		line-height: 1.2em;
	}
	.box11{
		width: 450px;
		padding: 24px;
		margin: 0 0 30px 0;
	}
	.no{
		padding-left: 36px;
	}
	.no01{
		background: url("../img/no01.png") left top no-repeat;
	}
	.no02{
		background: url("../img/no02.png") left top no-repeat;
	}
	.no03{
		background: url("../img/no03.png") left top no-repeat;
	}
	.no04{
		background: url("../img/no04.png") left top no-repeat;
	}
	.bggrey01{
		background-color: #f3f3f3;
	}
	.box12{
		width: 800px;
		margin: 0 auto 30px;
	}
	.box13{
		padding: 30px;
		width: 320px;
		margin-bottom: 30px;
	}
	.qa-q{
		background: url("../img/qa-q.png") left top no-repeat;
		padding: 0 0 20px 36px;
		line-height: 1.4em;
	}
	.qa-a{
		background: url("../img/qa-a.png") left top no-repeat;
		padding: 0 0 30px 36px;
		line-height: 1.6em;
	}
	.border04{
		border-bottom: 1px solid rgba(190,190,190,1.00);
	}
	.box14{
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	.box15{
		background-color: rgba(0,0,0,0.90);
		 height: 190px;
    width:230px;
		padding-top: 40px;
    border-radius: 60%;
    -moz-border-radius: 60%;
    -webkit-border-radius: 60%;
		margin-bottom: 40px;
		
	}
	.kazu01{
		font-size: 46px;
	}
	
	
	
	
	
	
	.table01{
		width: 100%;
	}
	.table01 tbody tr th{
		font-size: 24px;
		font-weight: 800;
		line-height: 1.5em;
		padding: 20px;
		border-left: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
	}
	.table01 tbody tr td{
		font-size: 20px;
		font-weight: 600;
		line-height: 1.5em;
		padding: 20px 40px;
		text-align: left;
		background-color: #fff;
		border-left: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
	}
	.bgorange01{
		background-color: #ff7800;
		width: 34%;
	}
	.migiue01{
		border-top-right-radius: 20px;
		background-color: #ff7800!important;
		
	}
	.border01{
		border-right: 3px solid #ff7800;
	}
	.border02{
		border-bottom: 3px solid #ff7800!important;
	}
	
	.batu{
		font-size: 60px;
		line-height: 1.0em;
	}
	.toku01{
		font-size: 32px!important;
	}
	
	.grey01{
		color: #0d3078;
		font-size: 25px!important;
		text-align: center!important;
	}
	
	.table02{
		width: 100%;
	}
	.table02 tbody tr th{
		font-size: 20px;
		background-color: #0d3078;
		font-weight: 800;
		line-height: 1.5em;
		padding: 20px 30px;
		color: #fff;
		border-left: 1px solid #d0d0d0;
		border-bottom: 1px solid #fff;
		text-align: center;
		width: 18%;
	}
	.table02 tbody tr td{
		font-size: 20px;
		font-weight: 400;
		line-height: 1.5em;
		padding: 20px 40px;
		text-align: left;
		background-color: #fff;
		border-left: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
	}
	.border10{
		border-bottom: 1px solid #d0d0d0;
	}
	.border04{
		border-top: 1px solid #d0d0d0;
	}
	.footernav{
		width: 770px;
		margin: 0 auto;
	}
	.footernav li{
		line-height: 1.4em;
		font-size: 20px;
		float: left;
		padding: 0 30px;
		border-right: 1px solid #fff;
	}
	.border05{
		border-left: 1px solid #fff;
	}
	
	
	
	/*販売店*/
	.top01{
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.box16{
		background-color:rgba(238,238,238,1.00);
		width:54%;
		margin: 0 auto 60px;;
		padding: 8px ;
	}
	.container01 {
  display: flex;
  justify-content: center;
		
}
	.container01 li{
		line-height: 1.3em;
		font-size: 21px;
		font-weight: 500px;
		padding: 0 24px;
	}
	.border12{
		border-right: 1px solid #222;
	}
	.ttl02{
		padding: 10px 30px;
	}
	.box17{
		border-radius: 20px;
		padding: 26px;
		margin: 0 16px;
	}
	
	
	
	
	/*フッターここから*/
	.border13{
		border-right: 1px solid #fff;
	}
	

	.container02 {
  display: flex;
  justify-content: center;
		margin: 0 auto;
		
		
}
	.container02 li{
		line-height: 1.3em;
		font-size: 20px;
		font-weight: 500px;
		padding: 0 30px;
	}
	
	/*お問い合わせここから*/
	.red01{
		color: #f10000;
	}
	.contact01{
		width: 100%;
		border: 3px solid #bdbdbd;
	}
	.contact01 tbody tr th{
		text-align: left;
		background-color: #f4f4f4;
		padding: 20px 26px;
		line-height: 1.4em;
		border-bottom: 2px solid #bdbdbd;
	}
	.contact01 tbody tr td{
		font-size: 22px;
		background-color: #fff;
		padding: 20px 26px;
		line-height: 1.4em;
		border-bottom: 2px solid #bdbdbd;
	}
	
	.contact01 tbody tr td input, .contact01 tbody tr td select, .contact01 tbody tr td select option, .contact01 tbody tr td textarea{
		font-size: 22px;
		line-height: 1.5em;	
	}
	.contact01 tbody tr td select{
		padding: 6px;
	}
	.date01{
		margin-bottom: 16px;
	}
	#naiyou{
		width: 80%;
	}
	.buttondiv{
		text-align: center;
	}
	button{
		font-weight: 600;
		color: #fff;
		font-size: 30px;
		line-height: 1.4em;
		margin: 0 auto;
		border: none;
		border-radius: 10px;
		padding: 10px 50px;
		text-align: center;
		background-color: #ff006c;
		cursor: pointer;
	}
	button:hover{
		opacity: 0.7;
		transition:0.5s;
	}




	footer a, footer a:visited{
		color: #fff;
		text-decoration: none;
	}
	footer a:hover{
	color: #e3e3e3;
		text-decoration: none;
	}
	.asta01{
		vertical-align:top; 
		line-height: 1.1em;
		letter-spacing: 0.0000001em;
	}

	.video{
  		position:relative;
  		width:100%;;
  		height:100%x;
		margin-right: 60px;
		
	}
	.video iframe{
  		position:absolute;
  		top:0;
  		right:0;
  		width:100%;
  		height:100%;
		z-index: 1;
	}
	.video video{
  		position:absolute;
  		top:0;
  		right:0;
  		width:100%;
  		height:100%;
		z-index: 1;
	}
	.logo02{
		width: 190px;
	}
	.logo02 img{
		width: 100%;
	}
	

}




@media screen and (max-width:1023px){
body{
	width:100%;
}
.content {
	width:100%;

	text-align: center;
}
	.content2{
		width: 90%;
		margin: 0 auto;
	}
	.content3{
		width: 90%;
		margin: 0 auto;
	}
	.content4{
		width: 90%;
		margin: 0 auto;
	}
	img{
		width:100%;
	}
    
	.hide-sp {
		display:none;
	}
	.center{
		width: 0 auto;
		text-align: center!important;
	}
	.img10p{
		width: 10%;
		text-align: center;
		margin: 0 auto;
	}
	.img20p{
		width: 20%;
		text-align: center;
		margin: 0 auto;
	}
	.img30p{
		width: 30%;
		text-align: center;
		margin: 0 auto;
	}
	.img40p{
		/**/
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}
	.img50p{
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}
	.img60p{
		width: 60%;
		text-align: center;
		margin: 0 auto;
	}
	.img70p{
		width: 70%;
		text-align: center;
		margin: 0 auto;
	}
	.img80p{
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	.img90p{
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	/*余白セクションここから*/
	.mt10{
		margin-top: 5px;
	}
	.mt20{
		margin-top: 10px;
	}
	.mt30{
		margin-top: 15px;
	}
	.mt40{
		margin-top: 20px;
	}
	.mt50{
		margin-top: 25px;
	}
	.mt60{
		margin-top: 30px;
	}
	.mt70{
		margin-top: 35px;
	}
	.mt80{
		margin-top: 40px;
	}
	.mt90{
		margin-top: 45px;
	}
	.mt100{
		margin-top: 50px;
	}
	.mb10{
		margin-bottom: 5px;
	}
	.mb20{
		margin-bottom: 10px;
	}
	.mb30{
		margin-bottom: 15px;
	}
	.mb40{
		margin-bottom: 20px;
	}
	.mb50{
		margin-bottom: 25px;
	}
	.mb60{
		margin-bottom: 30px;
	}
	.mb70{
		margin-bottom: 35px;
	}
	.mb80{
		margin-bottom: 40px;
	}
	.mb90{
		margin-bottom: 45px;
	}
	.mb100{
		margin-bottom: 50px;
	}
	.pt10{
		padding-top: 5px;
	}
	.pt20{
		padding-top: 10px;
	}
	.pt30{
		padding-top: 15px;
	}
	.pt40{
		padding-top: 20px;
	}
	.pt50{
		padding-top: 25px;
	}
	.pt60{
		padding-top: 30px;
	}
	.pt70{
		padding-top: 35px;
	}
	.pt80{
		padding-top: 40px;
	}
	.pt90{
		padding-top: 45px;
	}
	.pt100{
		padding-top: 50px;
	}
	.pb10{
		padding-bottom: 5px;
	}
	.pb20{
		padding-bottom: 10px;
	}
	.pb30{
		padding-bottom: 15px;
	}
	.pb40{
		padding-bottom: 20px;
	}
	.pb50{
		padding-bottom: 25px;
	}
	.pb60{
		padding-bottom: 30px;
	}
	.pb70{
		padding-bottom: 35px;
	}
	.pb80{
		padding-bottom: 40px;
	}
	.pb90{
		padding-bottom: 45px;
	}
	.pb100{
		padding-bottom: 50px;
	}
	.pb135{
		padding-bottom: 135px;
	}
	.pb140{
		padding-bottom: 140px;
	}
	.pb145{
		padding-bottom: 145px;
	}
	/*余白セクションここまで*/
	
	/*フォントサイズセクションここから*/
	.font14px{
		font-size: 3.0vw;
	}
	.font16px{
		font-size: 3.4vw;
	}
	.font18px{
		font-size: 3.6vw;
	}
	.font20px{
		font-size: 4.0vw;
	}
	.font22px{
		font-size: 4.1vw;
	}
	.font24px{
		font-size: 4.3vw;
	}
	.font26px{
		font-size: 4.5vw;
	}
	.font28px{
		font-size: 4.9vw;
	}
	.font30px{
		font-size: 4.9vw;
	}
	.font32px{
		font-size: 5.2vw;
	}
	.font34px{
		font-size: 5.3vw;
	}
	.font36px{
		font-size: 5.5vw;
	}
	.font38px{
		font-size: 5.7vw;
	}
	.font40px{
		font-size: 5.9vw;
	}
	.font42px{
		font-size: 6.1vw;
	}
	.font44px{
		font-size: 6.3vw;
	}
	.font46px{
		font-size: 6.5vw;
	}
	.font48px{
		font-size: 6.7vw;
	}
	.font50px{
		font-size: 6.8vw;
	}
	.font52px{
		font-size: 6.6vw;
	}
	.font54px{
		font-size: 6.7vw;
	}
	.font56px{
		font-size: 6.8vw;
	}
	/*フォントセクションここまで*/

	.textleft{
		text-align: left;
	}

	.spleft{
		text-align: left!important;
	}

	.spcenter{
		text-align: center;
	}

	.spright{
		text-align: right;
	}
	
	.italic{
		font-style: italic;
	}
	.text01{
		color: #222222;
		line-height: 1.6em;
		letter-spacing: 0.05em;
	}
	.text02{
		color: #222222;
		line-height: 1.3em;
		letter-spacing: 0.05em;
	}
	

	.white{
		color: #fff;
	}

	.textright{
		text-align: right;
	}
	
	

	.boxshadow01{
		box-shadow: 0 0 8px #e3e3e3;
	}

 
	img#floatButton1 {
    	position: fixed;
    	right: 1%;
    	bottom: 1%;
		width: 16%;
		z-index: 9999!important;
}

	.img_box{
  		animation: img_box_9955 0.5s linear infinite;
  		transform-origin: 50% 50%;
  		margin: 0.5rem 0 !important;
}
	@keyframes img_box_9955 {
  		0% { transform: translateY(0) }
  		33.33333% { transform: translateY(-10px) }
  		66.66667% { transform: translateY(0) }
  		100% { transform: translateY(0) }
}
	.spfloatleft{
		float: left;
	}
	.spfloatright{
		float: right;
	}
	.overflow{
		overflow: hidden;
	}
	.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
	
	.toggle {
    /* display:none; */ /* 通常時は非表示 */
    position: fixed; /* bodyに対しての絶対位置指定 */
	top: 0;
		right: 0;
    display: block;
    width: 14%;
    height: 6%;
    cursor: pointer;
    z-index: 3;
    
}
.toggle span {
    display: block;
    position: absolute; /* .toggleに対して */
    width: 70%;
    border-bottom: solid 3px #ffffff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 10px;
    right: 18%;
}
.toggle span:nth-child(1) {
    top: 1%;
}
.toggle span:nth-child(2) {
    top: 28%;
}
.toggle span:nth-child(3) {
    top: 56%;
}
.toggle span:nth-child(4) {
    border: none;
    top: 10px;
    left: 18px;
    font-size: 15px;
    font-weight: bold;
	color: #ffffff;
}

/***** クリック後のボタン *****/
/* 最初のspanをマイナス45度にする */
.toggle.active span:nth-child(1) {
    top: 30%;
    left: 8%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度にする */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 30%;
	right: 12%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*************************************
* グローバルメニュー
*************************************/
/* .global_nav */
.global_nav2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 2;
    padding-top: 5%;
	padding-bottom: 5%;
    text-align: left;
    color: #ffffff;
	
	/*ハンバーガーの色*/
    background-color: rgba(123,189,38,0.80);
    transition: all 0.8s;  
}
.global_nav2 .nav_li {
    width: 100%;
    padding: 5% 2%;
    list-style-type: none;
}
.global_nav2 .nav_li a {
    display: block;
    color: #ffffff;
	font-weight: bold;
	font-size: 4.2vw;
	
}

/* .global_navに.activeが追加 */
	.global_nav2.active {
    transform: none;
}
	.hamheight{
		height: 10%;
		width: 100%;
		background-color: #fff;
	}
	.logo01{
		padding: 1% 0 0;
		width: 110px;
	}
	

	.bgnavy01{
		background-color: #0d3078;
	}
	.navy01{
		color: #0d3078;
	}
	.bgwhite01{
		background-color: #fff!important;
	}
	.bgblack01{
		background-color: #222;
	}
	.white{
		color: #fff;
	}
	.orange01{
		color: #ff7800;
	}
	.yellow01{
		color: #fffc00;
	}
	.cha01{
		color: #eecc66;
	}
	.bgblue01{
		background-color: #e3edf6;
	}
	
	
	

	.bg00{
		background: url("../img/bg00.png") center top no-repeat;
		background: url("../img/bg00-sp.jpg") center top no-repeat;
		background-size: cover;
	}
	.bg01{
		background: url("../img/bg01.jpg") center top no-repeat;
		background-size: cover;
	}
	.bg02{
		background: url("../img/bg02.jpg") center top no-repeat;
		background-size: cover;
	}
	.bg03{
		background: url("../img/bg03.jpg") center top no-repeat;
		background-size: cover;
	}
	.bg04{
		background: url("../img/bg04.jpg") center top no-repeat;
		background-size: cover;
	}
	.bg05{
		background: url("../img/bg05.jpg") center top no-repeat;
		background-size: cover;
	}
	.bg06{
		background: url("../img/bg06.jpg") center top no-repeat;
		background-size: cover;
	}
	.bg07{
		background: url("../img/bg07.jpg") center top repeat;
		background-size: cover;
	}
	.bg08{
		background: url("../img/bg08.png") center top repeat;
	}
	.bg09{
		background: url("../img/bg09-sp.jpg") center top no-repeat;
		background-size: cover;
	}
	.bg10{
		background: url("../img/bg10.jpg") center top no-repeat;
		background-size: cover;
	}
	.ttl01{
		line-height: 1.4em;
		font-size: 6.8vw;
	}
	.count01{
		font-size: 8.0vw;
		letter-spacing: 0.0001em;
	}
	.asterisk01{
		font-size: 4.0vw;
	}
	.box01{
		border-bottom: 1px solid #0d3078;
		padding: 5% 0 ;
		text-align: center;
	}
	.border11{
		border-top: 1px solid #0d3078;
	}
	/*CTAここから*/
	.img05{
		background: url("../img/img05.png") center top repeat-y;
		background-size: contain;
	}
	.box02{
		padding-top: 5%;
	}
	.cta01{
		line-height: 1.3em;
		font-size: 6.6vw;
		padding-bottom: 3%;
		text-align: center;
	}
	.cta02{
		line-height: 1.6em;
		font-size: 5.0vw;
		padding-bottom: 5%;
		text-align: center;
	}
	.cta03{
		color: #fff;
		font-size: 4.0vw;
		padding: 3px 10px 6px;
	}
	.button01{
		/*padding-top: 3%*/
		padding-bottom: 5%;
	}
	/*CTAここまで*/
	.box03{
		background-color: rgba(0,0,0,0.90);
		padding: 5% 5%;
		margin: 0 auto 5%;
		width: 90%;
	}
	.bg07{
		background: url("../img/bg07.jpg") center center repeat;
	}

	.check01 li {
		background: url("../img/check01.png") left top no-repeat;
		background-size: 5%;
		line-height: 1.3em;
		padding: 0 0 5% 8%;
	}
	.box04{
		width: 65%;
		background-color: #fff;
		border: 2px solid #0d3078;
		border-radius: 18px;
		padding: 5% 7%;
		
		margin: 0 auto 4% ;
	}
	.markcar01{
		background: linear-gradient(transparent 0%, #eb0000 0%);
		border-radius: 500px;
		padding: 0 7% 1%;
	}
	.box05{
		padding: 4% 5%;
		margin: 0 0 5%;
		width: 100%;
	}
	.check03{
		background: url("../img/check01.png") top left no-repeat;
		background-size: 6%;
		padding: 0 0 0 8%;
	}
	.box06{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.box07{
		width: 100%;
		padding: 0 0 5%;
	}
	.box09{
		width: 100%;
	}
	.box08{
		width: 90%;
		margin: 0 auto;
	}
	.box10{
		border: 3px solid #0d3078;
		border-radius: 18px;
	}
	.check02{
		width: 100%;
	}
	.check02 li{
		background: url("../img/check02.png") left top no-repeat;
		background-size: 5.5%;
		padding: 0 0 6% 8%;
		line-height: 1.2em;
	}
	.box11{
		width: 90%;
		padding: 5%;
		margin: 0 0 5% 0;
	}
	.no{
		padding-left: 8%;
	}
	.no01{
		background: url("../img/no01.png") left top no-repeat;
		background-size: 5%;
	}
	.no02{
		background: url("../img/no02.png") left top no-repeat;
		background-size: 5%;
	}
	.no03{
		background: url("../img/no03.png") left top no-repeat;
		background-size: 5%;
	}
	.no04{
		background: url("../img/no04.png") left top no-repeat;
		background-size: 5%;
	}
	.bggrey01{
		background-color: #f3f3f3;
	}
	.box12{
		margin: 0 auto 5%;
	}
	.box13{
		padding: 5%;
		width: 80%;
		margin: 0 auto 6%;
	}
	.qa-q{
		background: url("../img/qa-q.png") left top no-repeat;
		background-size: 5.5%;
		padding: 0 0 4% 8%;
		line-height: 1.4em;
	}
	.qa-a{
		background: url("../img/qa-a.png") left top no-repeat;
		background-size: 5.5%;
		padding: 0 0 4% 8%;
		line-height: 1.6em;
	}
	.border03{
		border-bottom: 1px solid rgba(190,190,190,1.00);
	}
	.border10{
		border-bottom: 1px solid rgba(199,199,199,1.00);
	}
	.box14{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.box15{
		background-color: rgba(0,0,0,0.90);
		 height: 30%;
   		 width:72%;
		padding: 4%;
		margin: 0 auto 4%;
		border-radius: 26px;
	}
	.kazu01{
		font-size: 6.8vw;
	}
	.overflowsp{
		overflow: hidden;
	}
	/*.flex01sp{
		display: flex;
  justify-content: space-around;
	}*/
	
	
	
	
	
	
	.wrap01 {
  overflow: auto;
}
	.table01{
		border-collapse: collapse;
  width: 160%;
  text-align: center;
  white-space: nowrap;
	}
	.table01 tbody tr th{
		font-size: 3.8vw;
		font-weight: 800;
		line-height: 1.5em;
		padding: 3%;
		border-left: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
	}
	.table01 tbody tr td{
		font-size: 3.6vw;
		width: 22%;
		font-weight: 600;
		line-height: 1.5em;
		padding: 3%;
		text-align: left;
		background-color: #fff;
		border-left: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
	}
	.bgorange01{
		background-color: #ff7800;
		width: 34%;
	}
	.migiue01{
		border-top-right-radius: 20px;
		background-color: #ff7800!important;
		
	}
	.border01{
		border-right: 3px solid #ff7800;
	}
	.border02{
		border-bottom: 3px solid #ff7800!important;
	}
	
	.batu{
		font-size: 9.0vw;
		line-height: 1.0em;
	}
	.toku01{
		font-size: 3.8vw!important;
	}
	
	.grey01{
		color: #0d3078;
		font-size: 3.7vw!important;
		text-align: center!important;
	}
	
	.table02{
		border-collapse: collapse;

  text-align: center;
  white-space: nowrap;
		margin-bottom: 5%;
	}
	.table02 tbody tr th{
		font-size: 3.6vw;
		background-color: #0d3078;
		font-weight: 800;
		line-height: 1.5em;
		padding: 2% 2%;
		color: #fff;
		border-left: 1px solid #d0d0d0;
		border-bottom: 1px solid #fff;
		text-align: center;
		width: 30%;
		word-break: break-word;
  white-space: normal;
	}
	.table02 tbody tr td{
		font-size: 3.7vw;
		font-weight: 400;
		line-height: 1.5em;
		padding: 2% 2%;
		text-align: left;
		background-color: #fff;
		border-left: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
		width: 70%;
		word-break: break-word;
  white-space: normal;
	}
	.border03{
		border-right: 1px solid #d0d0d0;
	}
	.border04{
		border-top: 1px solid #d0d0d0;
	}
	.footernav{
		width: 100%;
		margin: 0 auto;
	}
	.footernav li{
		line-height: 1.4em;
		font-size: 3.0vw;
		float: left;
		padding: 0 2.0%;
		border-right: 1px solid #fff;
	}
	.border05{
		border-left: 1px solid #fff;
	}
	
	
	
	/*販売店ここから*/
	
	.top01{
		padding-top: 20%;
		padding-bottom: 20%;
	}
	.box16{
		background-color:rgba(238,238,238,1.00);
		width:60%;
		margin: 0 auto 8%;
		padding: 3% 0 ;
	}
	.container01 {
  display: flex;
  justify-content: center;
		
}
	.container01 li{
		line-height: 1.3em;
		font-size: 3.4vw;
		font-weight: 500px;
		padding: 0 2%;
	}
	.border12{
		border-right: 1px solid #222;
	}
	.ttl02{
		padding: 2% 5%;
	}
	.box17{
		border-radius: 20px;
		padding: 7%;
		margin: 0 0 5%;
	}
	
	
	
/*フッターここから*/
	.container02 {
  display: flex;
  justify-content: center;
		
		
}
	.container02 li{
		line-height: 1.3em;
		font-size: 3.0vw;
		font-weight: 500px;
		padding: 0 1.7%;
	}
	
	.border13{
		border-right: 1px solid #fff;
	}
	
	/*お問い合わせここから*/
	.red01{
		color: #f10000;
	}
	.contact01 tbody tr{
		display: flex;
    flex-direction: column;
	}
	.contact01{
		width: 100%;
		border: 3px solid #bdbdbd;
	}
	.contact01 tbody tr th{
		width: 92%;
		text-align: left;
		background-color: #f4f4f4;
		padding: 4%;
		line-height: 1.4em;
		border-bottom: 2px solid #bdbdbd;
	}
	.contact01 tbody tr td{
		width: 92%;
		font-size: 4.0vw;
		background-color: #fff;
		padding: 4%;
		line-height: 1.4em;
		border-bottom: 2px solid #bdbdbd;
	}
	
	.contact01 tbody tr td input, .contact01 tbody tr td select, .contact01 tbody tr td select option, .contact01 tbody tr td textarea{
		font-size: 4.0vw;
		line-height: 1.5em;	
	}
	.contact01 tbody tr td select{
		padding: 6px;
	}
	.date01{
		margin-bottom: 3%;
	}
	#naiyou{
		width: 80%;
	}
	.shashu01{
		margin: 0 0 4%;
		width: 50%;
	}
	
	
	.buttondiv{
		text-align: center;
	}
	button{
		font-weight: 600;
		color: #fff;
		font-size: 5.0vw;
		line-height: 1.4em;
		margin: 0 auto;
		border: none;
		border-radius: 10px;
		padding: 3% 8%;
		text-align: center;
		background-color: #ff006c;
		
	}
	
	footer a, footer a:visited{
		color: #fff;
		text-decoration: none;
	}
	footer a:hover{
	color: #e3e3e3;
		text-decoration: none;
	}
	.asta01{
		vertical-align:top; 
		line-height: 1.1em;
		letter-spacing: 0.0000001em;
	}
	.video{
  		position:relative;
  		width:74%;
		height: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5%;
	}
	.video iframe{
  		position:absolute;
  		top:0;
  		right:0;
  		width:100%;
  		height:100%;
	}
	.video video{
  		position:absolute;
  		top:0;
  		right:0;
  		width:100%;
  		height:100%;
	}
	a:active, a img:active {
  opacity: 1!important;
}

}
/* 正規販売店一覧ページ */

.dealer-link-list {
  display: grid;
  gap: 24px;
  margin: 0;
}

.dealer-link-card {
  padding: 24px 28px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.dealer-link-card h3 {
  margin: 0 0 12px;
  color: #0065C9;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.dealer-link-card h3 a {
  color: #0065C9 !important;
  text-decoration: none !important;
}

.dealer-link-card p {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 1.8;
}

.dealer-link-card .dealer-link {
  display: inline;
  color: #0065C9 !important;
  font-weight: 600;
  text-decoration-line: underline !important;
  text-decoration-color: #0065C9 !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  border-bottom: none !important;
}

.dealer-link-card .dealer-link:hover {
  opacity: 0.75;
}

.dealer-link-arrow {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.85em;
  text-decoration: none !important;
}

.dealer-note {
  margin-top: 8px !important;
  color: #555 !important;
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  .dealer-link-list {
    gap: 18px;
  }

  .dealer-link-card {
    padding: 20px;
  }

  .dealer-link-card h3 {
    font-size: 20px;
  }

  .dealer-link-card p {
    font-size: 16px;
  }

  .dealer-note {
    font-size: 14px !important;
  }
}

