/*
-----------------------------------------------------
◆◆自由販売機　スタイルシート◆◆
◇◇◇◇◇◇SP用定義◇◇◇◇◇◇
-----------------------------------------------------
-----------------------------------------------------
【改訂履歴】
18/11/30：初版作成
-----------------------------------------------------
*/

/*◆◆◆BASE SETTING◆◆◆*/

.site-content-contain {
	background-color:#e6f3ff;
	text-align:center !important;
}
.wrap {
	max-width: 100% !important ;
	margin-left: 0 !important ;
	margin-right: 0 !important ;
	padding-left: 0 !important ;
	padding-right: 0 !important ;
}
.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top:none !important ;
}
.site-header,
.navigation-top {
	background-color:#fff;
	border-top:none;
	border-bottom:none;
	color:#fff;
}
.site-header {
	width:100%;
	height:100px;
	position:relative;
	/*position: fixed;*/
	background:url("assets/images/header_logo.png") no-repeat 10px 10px, #e6f3ff;
	background-size:80px 80px;
	z-index:98;
}
.panel-content .wrap {
	padding-bottom: 0;
	padding-top:0;
}
.site-footer {
	/*background-color:#e3e8eb;*/
	background-color:#fff;
	border-top:none;
	font-size: 11px;
}
.JH_Content {
	margin-top:-25px !important ;
	padding:10px 0px 25px 0px;
}
.JH_Wrap {
	width:auto;
	margin:0px 10px 20px 10px;
	padding:10px 0px 10px 0px;
}

/*◆◆◆ナビオープンボタン◆◆◆*/

#panel-btn{
	display: inline-block;
	position:absolute;
	right:10px;
	top:0;
	width: 40px;
	height: 60px;
	margin: 0px 0px 0px 0px;
	z-index:999;
	}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	right: 20%;
	width: 24px;
	height: 3px;
	margin: 0 0 0 0;
	background: #000;
	transition: .2s;
	}
#panel-btn-icon:before, #panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 3px;
	background: #000;
	transition: .3s;
	}
#panel-btn-icon:before{
	margin-top: -8px;
	}
#panel-btn-icon:after{
	margin-top: 4px;
	}

/*open時*/

#panel-btn .close{
	background: transparent;
	}
#panel-btn .close:before, #panel-btn .close:after{
	margin-top: 0;
	}
#panel-btn .close:before{
	background: #000;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	}
#panel-btn .close:after{
	background: #000;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	}

header .nav {
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:0 auto;
	width:100%;
	z-index:99;
	display:none;
	}
header .nav ul {
	list-style:none;
	background:rgba(255,255,255,0.9);
	}
header .nav li a {
	display:block;
	height:80px;
	background-image:url("assets/images/headnav.png");
	background-repeat:no-repeat;
	border-top:1px solid #7f8c9d;
	font-size:90%;
	text-align:center;
	text-indent:-999em;
	color:#000;
	}

header .nav li.Navi1 a { background-position: center 0px; background-size:250px 480px; }
header .nav li.Navi2 a { background-position: center -80px; background-size:250px 480px; }
header .nav li.Navi3 a { background-position: center -160px; background-size:250px 480px; }
header .nav li.Navi4 a { background-position: center -240px; background-size:250px 480px; }
header .nav li.Navi5 a { background-position: center -320px; background-size:250px 480px; }
header .nav li.Navi6 a { background-position: center -400px; background-size:250px 480px; }
header .nav li:last-child a { border-bottom:1px solid #7f8c9d; }
header .nav li a:hover { background-color:#fff; }

/*◆◆◆instagram◆◆◆*/

.site-header .Header_instagram a {
	content:"";
	display:block ;
	width:30px;
	height:30px;
	position:absolute;
	right:65px;
	top:18px;
	text-indent:-999em;
	z-index:98;
	background:url("assets/images/header_instagram_logo.png") no-repeat 0px 0px;
	background-size:30px 30px;
}

/*◆◆◆Go to top◆◆◆*/

#page-top {
	position:fixed;
	right:10px;
	bottom:10px;
	display: none;
	z-index:9999;
}
#page-top a {
	display:block;
	width:40px;
	height:40px;
	position: relative;
	padding:10px;
	background:#7f8c9d;
	border:1px solid #fff;
	border-radius: 2px;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
	color:#fff;
	line-height:100%;
}
#page-top a:before {
	display:block;
	font-family: FontAwesome;
	content: '\f106';
	font-size: 40px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#page-top a:hover{
	background:#e9bb43;
	transition:all 0.3s;
}

/*◆◆◆slide-anythingカスタマイズ◆◆◆*/

.JH_Content .sa_owl_theme .owl-nav .owl-prev { left:-10px; }
.JH_Content .sa_owl_theme .owl-nav .owl-next { right:-10px; }

.JH_Content .white .sa_owl_theme .owl-nav .owl-prev {
	background:url('../../plugins/slide-anything/images/icon_prev.png') no-repeat center center !important;
}
.JH_Content .white .sa_owl_theme .owl-nav .owl-next {
	background:url('../../plugins/slide-anything/images/icon_next.png') no-repeat center center !important;
}
.JH_Content .white .sa_owl_theme .owl-nav .owl-prev:hover,
.JH_Content .white .sa_owl_theme .owl-nav .owl-next:hover {
	background-color:rgba(255,255,255,0) !important;
}
.JH_Content .SlideContet {
	margin:0px 20px 20px 20px;
	padding:10px;
	/*background:rgba(255, 255, 255, 0.25);*/
}

/*◆◆◆各部背景色指定◆◆◆*/

.JH_top {
	background-color:#e6f3ff;
}
.JH_topics {
	background-color:#194c91;
}
.JH_about,
.JH_feature,
.JH_collaboration,
.JH_contact {
	background-color:#e3e8eb;
}
.JH_character {
	background-color:#fff;
}
.JH_collaboration .JH_Wrap {
	background:#fff;
}
.JH_feature .JH_Wrap {
	background-color:#d1a3de;
}
.JH_contact .JH_Wrap {
	background-color:#7f8c9d;
}

/*◆◆◆テキスト設定◆◆◆*/

.JH_Content h2 {
	width:300px;
	height:24px;
	margin:30px 0px 25px 30px !important ;
	padding:0 0 0 0 ;
	text-indent:-999em;
	background-image:url("assets/images/title_h2.png");
	background-repeat:no-repeat;
	text-align: left;
}

.JH_topics h2 { background-position: 0px 0px; background-size:300px 174px; }
.JH_about h2 { background-position: 0px -25px; background-size:300px 174px; }
.JH_feature h2 { background-position: 0px -50px; background-size:300px 174px; }
.JH_contact h2 { background-position: 0px -75px; background-size:300px 174px; }
.JH_character h2 { background-position: 0px -100px; background-size:300px 174px; }
.JH_collaboration h2 { background-position: 0px -150px; background-size:300px 174px; }

.JH_Content h3 {
	margin:0px 0px 10px 30px !important ;
	padding:0 0 0 0 !important ;
	font-size:20px;
	font-weight:bold !important ;
	line-height: 100% !important ;
	text-align: left;
}
.JH_Content h4 {
	margin:0px 0px 20px 30px !important ;
	padding:0 0 0 0 !important ;
	font-size:20px;
	line-height: 100% !important ;
	text-align: left;
}
.JH_Content p {
	margin:10px 0px 10px 0px !important ;
	font-size:14px;
}
.JH_Content p.Leadtext {
	margin:0px 30px 20px 30px !important ;
	font-size:16px !important;
	font-weight:bold !important ;
	text-align: left;
}
.JH_Content p.Leadtext span {
	display:inline-block;
	margin-top:10px;
	font-size:14px;
	font-weight:normal ;
}
.JH_Content .SlideContet h3 {
	margin-left:auto !important ;
	margin-right:auto !important ;
	line-height: 150% !important ;
	text-align: center !important ;
}
.SlideBlock {
	margin-bottom:0px;
}

/*◆◆◆TOP◆◆◆*/

.JH_top  {
	/*margin-top:-24px;*/
	margin-top:-104px;
	padding-top:0;
}
.JH_top .JH_Wrap {
	padding-top: 0;
}
.JH_top h1 {
	background:#fff;
	border-bottom:1px solid #fff;
}
.JH_top h1 img {
	display:none;
}
.JH_top h1:before {
	content: "";
	display: block;
	width:100%;
	height:550px;
	margin-bottom: 30px;
	background:url(assets/images/KV_PC.png) no-repeat center 0px;
	background-size: cover;
}

/*◆◆◆TOPICS◆◆◆*/

.JH_topics .SlideContet {
	/*height:450px;通常時*/
	height:auto;
	overflow-y: auto;
}
.JH_topics h3 {
	margin-bottom: 20px;
	font-size: 18px;
	color:#fff;
}
.JH_topics p {
	color:#fff;
}
.JH_topics p a:link,
.JH_topics p a:hover,
.JH_topics p a:visited {
	color:#fff !important ;
	box-shadow:none !important ;
	text-decoration: underline;
}
.JH_topics img {
	margin: 10px auto !important ;
	float:none !important ;
}
.JH_topics .SlideBlock {
	width:auto;
	margin:0px 0px;
}
.JH_topics p {
	text-align: left;
}

/*◆◆◆ABOUT◆◆◆*/

.JH_about {
	padding-bottom:15px;
}

.JH_about .JH_Wrap {
	margin-bottom:0;
	padding-bottom:0;
}
.aboutBlock {
	display: block;
}
.aboutBlock .aboutBox {
	position:relative;
	/*height:480px;元の指定*/
	height:400px;
	margin:0px 0px;
	padding-top:60px !important ;
	text-align:center;
	color:#fff;
}
.aboutBlock .aboutBox1 { background-color:#e9bb43; padding-bottom:110px; border-radius: 5px 5px 0px 0px; }
.aboutBlock .aboutBox2 { background-color:#59b1ba; padding-bottom:130px; }
.aboutBlock .aboutBox3 { background-color:#c84146; border-radius: 0px 0px 5px 5px;}
.aboutBlock .aboutBox:after {
	content:"";
	display:block;
	width:140px;
	position:absolute;
	left:0;
	right:0;
	bottom:20px;
	margin:0px auto;
	background-image:url("assets/images/character_illust.png");
	background-repeat:no-repeat;
}
.aboutBlock .aboutBox1:after { background-position: left top; background-size:420px 220px; height:220px; }
.aboutBlock .aboutBox2:after { background-position: -140px bottom; background-size:420px 220px; height:220px; }
.aboutBlock .aboutBox3:after { background-position: -280px bottom; background-size:420px 220px; height:220px; }
.aboutBlock h4 {
	margin-left: auto !important ;
	margin-right: auto  !important ;
	text-align: center !important ;
	font-size: 18px !important ;
	color:#fff;
}
.aboutBlock p {
	font-size: 13px !important ;
	color:#fff;
}

/*◆◆◆COLLABORATION◆◆◆*/

.JH_collaboration {
	padding-top:0;
	padding-bottom:15px;
}
.JH_collaboration .JH_Wrap {
	margin-bottom:0;
}
.JH_collaboration h3 {
	line-height: 150% !important ;
}
.JH_collaboration p.Leadtext {
	font-size: 14px !important ;
	font-weight:normal !important ;
}

/*◆◆◆FEATURE◆◆◆*/

.JH_feature {
	padding-top:0;
	padding-bottom:15px;
}
.JH_feature .JH_Wrap {
	margin-bottom:0;
}

.JH_feature h3,
.JH_feature h4,
.JH_feature p {
	color:#fff;
	}
.JH_feature .SlideBlock {
	width:auto;
	margin:0px 10px;
}
.JH_feature .SlideContet {
	height:175px;
	overflow-y: auto;
	margin:0px 20px 10px 20px;
	padding:10px 10px 5px 10px;
}
/*◆◆◆CONTACT◆◆◆*/

.JH_contact {
	padding-top:0;
	padding-bottom:15px;
}
.JH_contact .JH_Wrap{
	margin-bottom:0;
}
.JH_contact h3,
.JH_contact h4,
.JH_contact p {
	color:#fff;
}
.JH_contactBtn {
	display:block;
	width:auto;
	height:60px;
	margin:25px 20px 0px 20px;
	background:#5b6778;
	border-radius: 10px;
	box-shadow:none !important ;
	font-size:18px;
	line-height:60px;
	color:#fff;
}
.JH_contactAddress {
	display:block;
	width:auto;
	margin:10px 20px 5px 20px;
	padding:15px 0px;
	background:#5b6778;
	border-radius: 10px;
	color:#fff;
}
.JH_contactBtn:before {
	display:inline-block;
	font-family: FontAwesome;
	content: '\f0e0';
	margin-right:10px;
	font-size: 25px;
	color: #fff;
	width: 25px;
	height: 25px;
}
.JH_contactAddress dt {
	margin:0 0 0 0 !important ;
	padding:10px;
	font-size:16px;
}
.JH_contactAddress dd {
	margin:0 0 0 0 !important ;
	padding:0px 10px 10px 10px;
	font-size:25px !important ;
}
.JH_contactAddress dd a {
	color:#fff;
	box-shadow:none !important ;
}
.JH_contactAddress dd a:hover {
	color:#fff;
	cursor: default;
}
.JH_contactAddress dd a:before {
	display:inline-block;
	font-family: FontAwesome;
	content: '\f095';
	margin-right:2px;
	font-size: 28px;
	color: #fff;
	width: 28px;
	height: 28px;
}

/*◆◆◆CHARACTER◆◆◆*/

.JH_character p.Leadtext {
	text-align: center !important ;
	margin-left:auto !important ;
	margin-right:auto !important ;
}
.JH_character .SlideBlock {
	width:auto;
	margin:30px 5px 0px 5px;
}
.JH_character .SlideContet {
	margin:0px 20px 0px 20px;
	padding:10px 0px;
}
.JH_character .SlideContet img {
	width:auto;
	height:150px !important ;
}
.JH_character h3 {
	line-height:150% !important ;
}
.JH_character dl {
	min-height:180px;
}
.JH_character dl dt {
	font-size: 20px;
}
.JH_character dl dd {
	font-size: 12px;
}
.CharacterBlock {
	margin-top:80px;
}
