@charset "UTF-8";
/* CSS Document */

/*webfont*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/kokoro.css);

.wf-notosansjapanese {
	font-family: "Noto Sans Japanese";
}

.wf-kokoro {
	font-family: "Kokoro";
}

/*basic*/

html {
	font-size: 62.5%;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	color: #604c3f;
	background: #f9eadc;
}

.default_mincho {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.default_marugo {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

img {
	width: 100%;
	vertical-align: bottom;
}

.hide_mobile {
	display: none;
}

.active_tablet {
	display: none;
}

.hide_375 {
	display: block;
}

.hide_414 {
	display: block;
}

.hide_pc {
	display: block;
}

.active_pc {
	display: none;
}

.page_top {
	width: 60px;
	margin: 18px auto 12px;
}

#footer {
	background: #fff;
	padding: 25px 0 12px
}

#footer .inner {
	width: 87.5%;
	max-width: 400px;
	margin: auto;
}

#footer .inner .logo_text {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1.04rem;
	font-weight: 700;
	color: #E29450;
	margin-top: 5px;
	text-align: right;
}

#footer .inner .zip {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: right
}

#footer .inner .telephone a {
	color: #604c3f;
	text-decoration: none;
}

#footer .inner .telephone dl {
	line-height: 1;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-justify-content: flex-end;
	margin-top: 4px
}

#footer .inner .telephone dl dt {
	width: 23px;
}

#footer .inner .telephone dl dd {
	font-size: 2.6rem;
	font-weight: 700;
	margin-left: 8px
}

#footer .inner .telephone img {
}

#footer .inner .timetable_title {
	width: 230px;
	margin: auto;
}

#footer .inner .timetable {
	margin-top: 4px;
    text-align: right;
}

#footer .inner .timetable p {
	font-size: 1.2rem;
    line-height: 1.5;
	color: #9f0d3e;
    display: inline-block;
    text-align: left;
    margin-top: 0.25em;
}

#footer .inner li:nth-child(n + 2) {
	margin-top: 12px
}

#copyright {
	border-top: 10px solid #9F0D3E;
	line-height: 30px;
	text-align: center;
	font-size: 1.0rem;
}

.pc-nav {
	display: none;
}

@media screen and (min-width: 320px){
} /*iPhone 5*/

@media screen and (min-width: 375px){
	.hide_375 {
		display: none;
	}
} /*iPhone 7*/

@media screen and (min-width: 414px){
	.hide_414 {
		display: none;
	}
	
	#footer .inner li:first-child {
		max-width: 335px;
		margin: auto;
	}
	
	#footer .inner .logo_text {
		font-size: 1.3rem
	}
	
	#footer .inner .zip {
		font-size: 1.5rem;
	}
	
	#footer .inner .telephone dl dt {
		width: 28px;
	}
	
	#footer .inner .telephone dl dd {
		font-size: 3.24rem;
	}
	
	#footer .inner .timetable_title {
		width: 250px
	}
	
	#footer .inner li:last-child {
		max-width: 314px;
		margin: 12px auto 0;
	}
	
	#copyright {
		font-size: 1.2rem;
	}
} /*iPhone 7 Plus*/

@media screen and (min-width: 600px){
	.active_tablet {
		display: block;
	}
} /*Nexus 7*/

@media screen and (min-width: 768px){
	#top-head {
		display: none;
	}
	
	.hide_mobile {
		display: block;
	}
	
	.hide_pc {
		display: none;
	}
	
	.active_pc {
		display: block;
	}

	.page_top {
		width: 76px;
		margin: 18px auto 15px;
	}
	
	.pc-nav {
		display: block;
		width: 100%;
		max-width: 960px;
		margin: 38px auto 0;
	}
	
	.pc-nav ul {
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -o-flex;

		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-o-justify-content: space-between;
	}
	
	.pc-nav ul li {
 		width: 11.874%;
	}
	
	.bt01 a {
		display: block;
		padding-top: 70.1754%;
		height: 0;
		overflow: hidden;
		background-image: url(../img/common/nav01.png) ;
		background-size: cover;
		transition: background-image 0.5s linear 0s;
		-webkit-transition: background-image 0.5s linear 0s;
		-ms-transition: background-image 0.5s linear 0s;
		-moz-transition: background-image 0.5s linear 0s;
		-o-transition: background-image 0.5s linear 0s;
	}
	
	.bt01 a:hover {
		background-image: url(../img/common/nav01h.png);
	}
	
	.bt01ac a {
		display: block;
		padding-top: 70.1754%;
		height: 0;
		overflow: hidden;
		background-image: url(../img/common/nav01h.png) ;
		background-size: cover;
	}
	
	.bt02 a {
		display: block;
		padding-top: 70.1754%;
		height: 0;
		overflow: hidden;
		background-image: url(../img/common/nav02.png) ;
		background-size: cover;
		transition: background-image 0.5s linear 0s;
		-webkit-transition: background-image 0.5s linear 0s;
		-ms-transition: background-image 0.5s linear 0s;
		-moz-transition: background-image 0.5s linear 0s;
		-o-transition: background-image 0.5s linear 0s;
	}
	
	.bt02 a:hover {
		background-image: url(../img/common/nav02h.png);
	}
	
	.bt02ac a {
		display: block;
		padding-top: 70.1754%;
		height: 0;
		overflow: hidden;
		background-image: url(../img/common/nav02h.png) ;
		background-size: cover;
	}
	
	.bt03 a {
		display: block;
		padding-top: 70.1754%;
		height: 0;
		overflow: hidden;
		background-image: url(../img/common/nav03.png) ;
		background-size: cover;
		transition: background-image 0.5s linear 0s;
		-webkit-transition: background-image 0.5s linear 0s;
		-ms-transition: background-image 0.5s linear 0s;
		-moz-transition: background-image 0.5s linear 0s;
		-o-transition: background-image 0.5s linear 0s;
	}
	
	.bt03 a:hover {
		background-image: url(../img/common/nav03h.png);
	}
	
	.bt03ac a {
		display: block;
		padding-top: 70.1754%;
		height: 0;
		overflow: hidden;
		background-image: url(../img/common/nav03h.png) ;
		background-size: cover;
	}
	
	.bt04 a {
		display: block;
		padding-top: 70.1754%;
		height: 0;
		overflow: hidden;
		background-image: url(../img/common/nav04.png) ;
		background-size: cover;
		transition: background-image 0.5s linear 0s;
		-webkit-transition: background-image 0.5s linear 0s;
		-ms-transition: background-image 0.5s linear 0s;
		-moz-transition: background-image 0.5s linear 0s;
		-o-transition: background-image 0.5s linear 0s;
	}
	
	.bt04 a:hover {
		background-image: url(../img/common/nav04h.png);
	}
	
	.bt04ac a {
		display: block;
		padding-top: 70.1754%;
		height: 0;
		overflow: hidden;
		background-image: url(../img/common/nav04h.png) ;
		background-size: cover;
	}
	
	.bt05 a {
		display: block;
		padding-top: 70.1754%;
		height: 0;
		overflow: hidden;
		background-image: url(../img/common/nav05.png) ;
		background-size: cover;
		transition: background-image 0.5s linear 0s;
		-webkit-transition: background-image 0.5s linear 0s;
		-ms-transition: background-image 0.5s linear 0s;
		-moz-transition: background-image 0.5s linear 0s;
		-o-transition: background-image 0.5s linear 0s;
	}
	
	.bt05 a:hover {
		background-image: url(../img/common/nav05h.png);
	}
	
	.bt05ac a {
		display: block;
		padding-top: 70.1754%;
		height: 0;
		overflow: hidden;
		background-image: url(../img/common/nav05h.png) ;
		background-size: cover;
	}
	
	.bt06 a {
		display: block;
		padding-top: 70.1754%;
		height: 0;
		overflow: hidden;
		background-image: url(../img/common/nav06.png) ;
		background-size: cover;
		transition: background-image 0.5s linear 0s;
		-webkit-transition: background-image 0.5s linear 0s;
		-ms-transition: background-image 0.5s linear 0s;
		-moz-transition: background-image 0.5s linear 0s;
		-o-transition: background-image 0.5s linear 0s;
	}
	
	.bt06 a:hover {
		background-image: url(../img/common/nav06h.png);
	}
	
	.bt06ac a {
		display: block;
		padding-top: 70.1754%;
		height: 0;
		overflow: hidden;
		background-image: url(../img/common/nav06h.png) ;
		background-size: cover;
	}
	
	.pc-nav ul li:nth-child(5n + 1) {
		margin-top: -100px
	}
	
	.pc-nav ul li:nth-child(3n + 2) {
		margin-top: -43px;
	}
} /*iPad*/

@media screen and (min-width: 960px){
	
	#footer {
		padding-top: 21px
	}
	
	#footer .inner {
		width: 95%;
		max-width: 1085px;
	}
	
	#footer .inner ul {
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -o-flex;

		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-o-justify-content: space-between;
		
		align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		-moz-align-items: center;
		-o-align-items: center;
	}
	
	#footer .inner li {
		margin-top: 0;
	}
	
	#footer .inner li:nth-child(n + 2) {
		margin-top: 0;
	}
	
	#footer .inner li:first-child {
		width: 30.7834%;
		min-width: 334px;
	}
	
	#footer .inner li:nth-child(2) {
		width: 36.8663%;
		margin-left: 2%;
	}
	
	#footer .inner li:last-child {
		width: 28.9401%;
		margin-left: 1%;
	}
	
	#footer .inner .timetable p {
		font-size: 1.6rem;
	}
} /*Minimum size PC*/

@media screen and (min-width: 1024px){
} /*Basic PC*/
