@charset "utf-8";
/* CSS Document */
img {
 image-rendering: -webkit-optimize-contrast;
}
#right div ul a.selected {
    position: relative;
}
#right div ul a.selected::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(/img/kko.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    top: -5px;
    right: 5px;
}
.drawer--navbarTopGutter {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: auto;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: rgba(255,255,255,1.00);
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
	margin:0 3% 3% 3%;
    padding: 3%;
}
.move .mon {
    margin-bottom: 10px;
}

.move .mon a {
    color: rgba(255,255,255,1.00);
    background-color: rgba(255,142,0,1.00);
    display: block;
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.mon a span {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.6rem;
}
.move .mon a::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/img/mon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    top: 5px;
    left: 10px;
}
.bana-youtube {
    position: relative;
    margin-bottom: 10px;
}
.bana-youtube a {
    display: block;
    text-align: center;
}
.bana-youtube a::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 50px;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    right: 10pt;
    top: 13px;
}
#contents #right .move .sidev div {
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#contents #right .move .sidev p {
    background-color: #ab5050;
    position: absolute;
    z-index: 100;
    width: 100%;
    bottom: 0px;
    margin: 0px;
    padding-left: 10px;
    box-sizing: border-box;
}
.youtube {
  width: 50%;
  aspect-ratio: 16 / 9;
    margin: 0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


@media (min-width: 68em){
 .drawer-navbar--fixed {
    position: absolute;
}   

#submenu {
    position: absolute;
    top: 0px;
    width: 300px;
    z-index: 10000;
    left: 50%;
    margin-left: 200px;
    margin-top: 0px;
    padding-top: 0px;
}    
#tel-pc {
    max-width: 262px;
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: 223px;
    z-index: 1000;
} 
.drawer--navbarTopGutter {

    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
}
@media (max-width: 68em){
#tel-pc {
    width: 230px;
    position: fixed;
    /* padding-left: 0px; */
    right: 65px;
    left: auto;
    max-width: 266px;
    margin-right: 0px;
    margin-top: -22px;
}
    }

@media screen and (max-width:640px){
#contents #right .move .sidev {
    display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#contents #right .move .sidev div {
    /*width: 48%;*/
}
#contents #right .move .sidev p {
    font-size: 3vw;
    text-align: center;
}
.youtube {
  width: 100%;

}


}
