@charset "UTF-8";

body{
	background: #2d2d2d;
}
.main-contents{
    padding: 0px 0 6rem 0;
    background: #2d2d2d;
}
.main-contents h2{
    padding: 0;
    margin: 3.2rem 0 1.6rem 0;
    font-size: 3.2rem;
    text-align: center;
}
section.title{
}
p.btn-box{
	float:right;
	margin: 1.6rem 0 4rem 0;
	padding: 0;
}
section.title h1{
    /* background: #000; */
    text-align:center;
}
section.title h1 img{
}
section.title ul{
    width: 980px;
    padding: 0 10px;
    margin: 2.4rem auto;
    display: flex;
    justify-content: flex-end;
}
section.title ul li{
    margin: 0 0 0 1.6rem;
}
section.title h3{
    width: 960px;
    margin: 2.4rem auto .8rem auto;
}
section.title p{
    width: 960px;
    margin: auto;
}
section.title ul li a,
p.btn-box a{
    color: #aaa;
    line-height: 6.3rem;
    vertical-align: middle;
    height: 6.3rem;
    display: flex;
}
p.btn-box a span{
    vertical-align: middle;
    line-height: 6.3rem;
    margin: 0 .8rem;
}
p.btn-box a:before{
	content: "";
	display: inline-block;
	width: 4.6rem;
	height: 4.6rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 4.6rem;
}
p.btn-box a:after {
	content: "";
	display: inline-block;
	width: 4.6rem;
	height: 4.6rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.7rem auto;
}
.pc{}
.sp{
    display: none;
}

.category{
    /* overflow: hidden; */
    /* padding: 60px 0; */
}
.category p{
    color: #fff;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 1em;
}
.category h3{
    color: #fff;
    font-size: 26px;
}
.category h2{
    margin: 4rem 0 4rem 0;
}
.category-box{
    background: #2d2d2d;
    padding: 2.4rem;
    margin-bottom: 1.6rem;
}

.movie{
    margin: 10.5px 0;
}
.movie .inner{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie01{position: absolute;top: 298px;left: 260px;display: block;width: 210px;}
.movie02{position: absolute;top: 298px;left: 720px;display: block;width: 210px;}

#title1{
    background: url("../img/kasugai-open/title_bg.jpg") no-repeat top center;
}


.category a:hover{
	opacity: .7;
}
.cat_img{
    padding: 40px 0 40px;
}
#cat1{
    margin-bottom: 5.6rem;
    position: relative;
}
#cat1 .icon_img{
    position: absolute;
    right: -60px;
    top: 120px;
}
#cat1 h2{
}

#cat2{
    margin-bottom: 5.6rem;
}
#cat2 h2{
}
#cat2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
#cat2 ul li{
    margin-left: -10px;
    margin-top: 20px;
}
#cat2 ul li img{
}
#cat2 ul li.full{
    width: 100%;
}
#cat3{
    margin-bottom: 5.6rem;
}
#cat3 h2{
}
#cat3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
#cat3 ul li{
    width: 49%;
}
#cat3 ul li img{
    width: 100%;
}

#cat4{
    margin-bottom: 5.6rem;
}
#cat4 h2{
}
#cat4 dl{
}
#cat4 dl dt{
    width: 50%;
}
#cat4 dl dt iframe{
    width: 100%;
    height: 320px;
}
#cat4 dl dd{
    width: 50%;
    box-sizing: border-box;
    padding: 0 2.4rem 0 2.4rem;
    float: right;
}
#cat4 dl dd h3{
    margin-bottom: 1.6rem;
    font-size: 2.8rem;
    color: #fff;
}
#cat4 dl dd h3 span{
    display: block;
    font-size: 2.1rem;
}
#cat4 dl dd p{
    margin-bottom: .4rem;
    font-size: 2.1rem;
    color: #fff;
}
#cat4 dl dd p.hours{
    position: relative;
    padding: 0 0 0 5.5em;
}
#cat4 dl dd p.hours span{
    position: absolute;
    left: .8rem;
}
#cat4 dl dd p.number{
    position: relative;
    padding: 0 0 0 2.5em;
}
#cat4 dl dd p.number span{
    position: absolute;
    left: .8rem;
}

@media screen and (max-width: 640px) {
	
body{
	background: #2d2d2d;
}
.pc{
    display: none;
}
.sp{
    display: block;
}

.category{
    overflow: hidden;
}

.category p{
    color: #fff;
    font-size: 14px;
    width: 95%;
    margin: 0 auto 1em;
}
.category h3{
    font-size: 18px;
    width: 95%;
    margin: 0 auto;
}
.category h2{
    margin: 2rem 0 2rem 0;
}
.cat_img{
    padding: 20px 0 20px;
}
.main-contents{
    padding: 0 0 0 0;
}
.main-contents h2{font-size: 2.4rem;}
section.title{padding-top: 5rem;}
p.btn-box{
	float:right;
	margin: 1.6rem 0 4rem 0;
	padding: 0;
}
section.title h1{
    background: #000;
}
section.title h1 img{
    left: auto;
    margin: 0;
}
section.title ul{
    width: 90%;
    display: flex;
    justify-content: space-between;
}
section.title ul li{
    margin: 0;
}

section.title h3{
    width: 90%;
    font-size: 1.6rem;
}
section.title p{
    width: 90%;
    font-size: 1.1rem;
}

.link-list li a.shopsearch-btn, p.btn-box a{
    color: #aaa;
    line-height: 4.6rem;
    vertical-align: middle;
    height: 4.6rem;
    display: flex;
    margin: 0;
}
section.title ul li a span,
p.btn-box a span{
    vertical-align: middle;
    line-height: 4.6rem;
    margin: 0 .8rem;
}
section.title ul li a:before,
p.btn-box a:before{
	content: "";
	display: inline-block;
	width: 4.6rem;
	height: 4.6rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 4.6rem;
}
.link-list li a.driving-btn:after,
p.btn-box a:after {
	content: "";
	display: inline-block;
	width: 1.6rem;
	height: 4.6rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.7rem auto;
}
a.driving-btn:before,
p.btn-box a:before {
    background-image: url(../../img/common/icon-04.png);
}
a.driving-btn:after,
p.btn-box a:after {
    background-image: url(../../img/common/arrow_01.png);
    background-size: 1.7rem auto;
}
a.shopsearch-btn:before{
    background-image: url(../../img/common/icon-02.png);
}
.link-list li a.shopsearch-btn:after{
    background-image: url(../../img/common/arrow_01.png);
    background-size: 1.7rem auto;
    width: 1.6rem;
}


.category{}
.category-box{
    background: no-repeat;
    padding: 0 1.2rem;
}

.movie{
    margin: 0;
}

#title1{
    background: none;
}
	
#cat1{
    margin-bottom: 0;
}
#cat1 .icon_img{
    width: 48%;
    right: -3vw;
    top: 18vw;
}

#cat2{
    margin-bottom: 3.2rem;
}
#cat2 ul{}
#cat2 ul li{
    width: 100%;
    margin-left: 0;
}

#cat2 h3{}

#cat3{
    margin-bottom: 3.2rem;
}
#cat3 ul{
    width: 95%;
    margin: auto;
}
#cat3 ul li{
    width: 100%;
    margin-top: 20px;
}



#foot-fix p{
    width: 100%;
    margin: auto;
    padding: 0;
}

.category2{}

#cat4{
    margin-bottom: 3.2rem;
    margin-top: 3rem;
}
#cat4 h2{
}
#cat4 dl{
}
#cat4 dl dt{
    width: 100%;
}
#cat4 dl dt iframe{
    width: 100%;
    height: 260px;
}
#cat4 dl dd{
    width: 100%;
    padding: 0 0 1.6rem 0;
}
#cat4 dl dd h3{
    font-size: 2.4rem;
    color: #fff;
}
#cat4 dl dd h3 span{
    display: block;
    font-size: 1.8rem;
}
#cat4 dl dd p{
    font-size: 1.6rem;
}
#cat4 dl dd p.hours{
    position: relative;
    padding: 0 0 0 5.5em;
}
#cat4 dl dd p.hours span{
    position: absolute;
    left: .8rem;
}
#cat4 dl dd p.number{
    position: relative;
    padding: 0 0 0 2.5em;
}
#cat4 dl dd p.number span{
    position: absolute;
    left: .8rem;
}


body#awd{
	padding-bottom: 4vw;
}

.link-list{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.link-list li{
    margin: 0;
}

section.title ul{
    /* display: none; */
}

.link-list li a span{
    vertical-align: top;
    line-height: 1.5rem;
    margin: 1.6rem .8rem 0 .8rem;
    display: inline-block;
}

.link-list li a.driving-btn{
    color: #aaa;
    line-height: 5rem;
    vertical-align: middle;
    height: 5rem;
    display: flex;
}

.link-list li a.car-btn1{text-align: center;background: #2d2d2d;display: block;border-radius: 4px;padding: .8rem .8rem;box-sizing: border-box;}
.link-list li a.car-btn1 span{
    line-height: 1.5rem;
    display: block;
    margin: 0;
}
footer{
	padding: 1.6rem 0 8rem 0;
}

#back-to-top {
  bottom: 15%;
  right: 5%;
}

}
