@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
.header {
    height: 56px;
    width: 100%;
    box-shadow: 0 0 10px #dddddd;
    background-color: whitesmoke;
    position: fixed;
    top: 0;
}
.header-left{
    float: center;    
}
.header-right{
    float: right;
}
.hamburger {
	height: 56px;
}
#nav {
    padding: 24px 24px 0 24px;
    background: #ffe0b6;
    color: #000000;
	position: fixed;
	right: -320px;
	top: 0;
	width: 270px;
	height: 100%;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li a {
    display: block;
    padding: 0.75rem 0;
    border-bottom: 1px solid #FFFFFF;
    text-decoration: none;
    color: #000000;
}
#nav li a:hover {
    background: #FFFFFF;
}
.show {
	transform: translate3d(-300px, 0, 0);
}
#wrapper, #nav {
	transition: transform 0.3s;
}
.clear{
    clear: both;
}
.header-logo{
    height: 54px;
    margin-top: 1px;
}
.container{
    padding: 0px 30px;
    margin-left: auto;
    margin-right: auto;
}
.tenpo-info{
	text-align: center;
}
.teikyuubi{
	color:dimgray;
}
.info{
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webiit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 600px;
    height: 13em;
    margin: 0 auto;
    overflow-y: scroll;
}
@media(min-width:760px){
    .info{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: wrap
    }
}
.info dd,
.info dt{
    box-sizing: border-box;
    width: 100%;
    padding-bottom: .5em;
    padding-left: .5em
}
.info dt{
    font-style: normal;
    font-weight: initial
}
@media(min-width:768px){
    .info dt{
        width: 12.5em;
        margin-bottom: .5em;
        border-bottom: 1px dotted #343a40
    }
}
.info dt:first-of-type{
    padding-top: .5em;
    border-top: 1px dotted #343a40
}
.info dt time{
    margin-right: .5em
}
.info dt span{
    box-sizing: border-box;
    display: inline-block;
    width: 7em;
    margin-right: .5em;
    padding: 0 .5em;
    background-color: #009688;
    color: #fff;
    font-size: .8em;
    line-height: 1.75;
    text-align: center;
}
.info dt span2{
    box-sizing: border-box;
    display: inline-block;
    width: 7em;
    margin-right: .5em;
    padding: 0 .5em;
    background-color:darkorange;
    color: #fff;
    font-size: .8em;
    line-height: 1.75;
    text-align: center;
}
.info time{
    color: #adb5bd;
}
.info dd{
    margin-left: 0;
    margin-bottom: .5em;
    border-bottom: 1px dotted #343a40        
}
@media(min-width:769px){
    .info dd{
        width: calc(100% - 12.5em)
    }
    .info dd:first-of-type{
        padding-top: .5em;
        border-top: 1px dotted #343a40;
    }
}
.info dd:nth-of-type(-n+3){
    position: relative
}
.linpage-card{
    max-width: 800px;
    margin-top: 35px;
	 display: flex;
}
.linkpage-card-inner{
    padding: 25px 30px;
    background-color:beige;
    border-radius: 7px;
    box-shadow: 1px 1px 4px #d2d4d6;
    text-align: center;
    margin: 30 80px;
}
.PR-image{
	width: 100%;
	align: center;
	border-radius: 7px;
}
.PR-text{
	background: #fffde8;
	box-shadow: 0px 0px 0px 10px #fffde8;/*線の外側*/
	border: dashed 2px #ffb03f;/*破線*/
	border-radius: 9px;
	margin-left: 10px;/*はみ出ないように調整*/
	margin-right: 10px;/*はみ出ないように調整*/
	padding: 0.5em 0.5em 0.5em 2em;
}
.yobou-text{
	background: #F6F8E2;
	box-shadow: 0px 0px 0px 10px #F6F8E2;/*線の外側*/
	border: dashed 2px #4699CA;/*破線*/
	border-radius: 9px;
	margin-left: 10px;/*はみ出ないように調整*/
	margin-right: 10px;/*はみ出ないように調整*/
	padding: 0.5em 0.5em 0.5em 2em;
}
.slide-wrapper{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 60px;
}
.next{
	position: absolute;
	width: 15px;
	height: 15px;
	right: 10px;
	bottom: 50%;
	z-index: 10;
	cursor: pointer;
	border-top: solid 3px #000;
	border-right: solid 3px #000;
	-webkit-transform:rotate(45deg) translateY(50%);
	transform: rotate(45deg) translateY(50%);
}
.prev{
	position: absolute;
	width: 15px;
	height: 15px;
	left: 25px;
	bottom: 50%;
	z-index: 10;
	cursor: pointer;
	border-top: solid 3px #000;
	border-right: solid 3px #000;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}
.indicator{
	width: 100%;
	position: absolute;
	bottom: 20px;
	display: flex;
	column-gap: 18px;
	z-index: 10;
	justify-content: center;
	align-items: center;
}
.indicator li{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	list-style: none;
	background-color: #fff;
	border: 2px #956d30 solid;
	cursor: pointer;
}
.indicator li:first-of-type{
	background-color: #7FD9D2;
}
.slide{
	width: 700%;
	height: 100%;
	display: flex;
	transition: all.6s;
}
.slide div{
	width: 14.28%;
	height: 100%;
	font-size: 16px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.slide1{
	transform: translateX(0);
}
.slide2{
	transform: translateX(-14.28%);
}
.slide3{
	transform: translateX(-28.56%);
}
.slide4{
	transform: translateX(-42.84%);
}
.slide5{
	transform: translateX(-57.12%);
}
.slide6{
	transform: translateX(-71.4%);
}
.slide7{
	transform: translateX(-85.68%);
}
.slide7{
	transform: translateX(-99.96%);
}
.slide div:nth-of-type(1){
	background-color: #FFFFFF;
}
.slide div:nth-of-type(2){
	background-color: #FFFFFF;
}
.slide div:nth-of-type(3){
	background-color: #FFFFFF;
}
.slide div:nth-of-type(4){
	background-color: #FFFFFF;
}
.slide div:nth-of-type(5){
	background-color: #FFFFFF;
}
.slide div:nth-of-type(6){
	background-color: #FFFFFF;
}
.slide div:nth-of-type(7){
	background-color: #FFFFFF;
}
.slide img{
	width: 100%;
	height: auto;
}
.footer{
    height: 120px;
    background-color: #2f3a44;
    color: #e8e8e8;
    padding-top: 20px;
}
.footer-left{
    float: left;
}
.footer-right{
    float: right;
    padding-top: 50px;
}
.footer-left p {
    margin-bottom: 8px;
}