@charset "UTF-8";

/***********************************************
 *
 * 01, Browser Reset, Forms normalize
 * 02, font
 * 03, headding
 * 04, link
 * 05, module
 * 06, layout
 * 07, header
 * 08, footer
 * 09, navi
 *
 ***********************************************/


/* ===========================================
	 01, Browser Reset
   =========================================== */

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, 
small, strong, sub, sup, var, b, i, dl, dt, dd, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, picture{
  margin:0;
  padding:0;
}
html{
	font-size:62.5%;   /* 10px */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	font-size: 1rem;  /* IE11 bug 疑似要素はpxで */
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main, summary, picture {
	display:block;
}
audio, canvas, ,progress, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
table {
	border-collapse:collapse;
}
a{
	border: 0;
	outline: 0;
}
a:active,
a:hover {
	outline-width: 0;
}
img {
	border:0;
	vertical-align: bottom;
}
ins{
	text-decoration:none;
}
ul {
	list-style:none;
}
br {
	letter-spacing: 0;
}


/* ===========================================
	 02, font
   =========================================== */
/*@font-face {
	font-family: "Yu Gothic";
	src: local("游ゴシック Medium"),
		local("Yu Gothic Medium");
	font-weight: normal;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("游ゴシック Bold"),
		local("Yu Gothic Bold");
	font-weight: bold;
}*/
 
/* 游明朝 */
.yumincho {
	font-family:"Yu Mincho","游明朝", "游明朝体", YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-weight: normal;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-feature-settings : "palt" 1;
	font-size: 1.6rem;  /* IE11 bug 疑似要素はpxで */
	line-height: 2;
	color: #000;
	background-color: #fff;
}

.fsL{
	font-size: larger;
}
.fsS{
	font-size: smaller;
}
.fw700{
	font-weight: 700;
}
.txtRed{
	color: #dc143c;
}

.txtC{
	text-align: center;
}
.txtL{
	text-align: left;
}
.txtR{
	text-align: right;
}

.txtidt{
	text-indent: -1em;
	padding-left: 1em;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}

/* -------- */
address, em, strong{
	font-style:normal;
}


/* ===========================================
	 03, heading
   =========================================== */

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
.heading{
	position: relative;
	margin-bottom: 17px;
	padding-bottom: 8px;
	font-family:"Yu Mincho","游明朝", "游明朝体", YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-size: 2.4rem;
	font-weight: bold;
}
.heading:after{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 30px;
	height: 5px;
	content: "";
	background-color: #000;
}
.cmn_headinhg img{
	width: 100%;
	max-width: none;
}


/* ===========================================
	 04, link
   =========================================== */
 
/*a{
	color: #24618E;
} 
a:hover{
	color: Navy;
	text-decoration: none;
}
a:active{
	color: red;
}*/

@media (min-width: 768px){
	.tel{
		text-decoration: none;
		color: inherit !important;
		cursor: default;
	}
	.tel:hover{
		text-decoration: none;
	}
}

/* ===========================================
	 05, module
   =========================================== */
 
/* --------------------
 * clearFix
 */

.clearfix:after{
	clear:both;
	display: block;
	content: "";
}


/* ------------------------
 *	img
 */

/* responsive img */
img{
	display: block;
	max-width: 100%;
	height: auto;
}

/* Mouse hover */
@media (min-width: 768px){
	.hvropa,
	a.hvrimg img, 
	.hvrIMG a img {
		opacity:1;
		transition: opacity 0.3s linear;
	}
	.hvropa:hover,
	a.hvrimg:hover img, 
	.hvrIMG a:hover img {
		opacity:0.7;
	}
}

/* ------------------------
 *	 display   
*/
@media (max-width: 640px){
	.pc{
		display: none !important;
	}
	.tb{
		display: none !important;
	}
	.tb_min{
		display: none !important;
	}
}
@media (min-width: 641px) and (max-width: 920px){
	.pc{
		display: none !important;
	}
	.sp{
		display: none !important;
	}
}
@media (min-width: 921px){
	.sp{
		display: none !important;
	}
	.tb{
		display: none !important;
	}
	.tb_max{
		display: none !important;
	}
}
.hide{
	display: none !important;
}
.dp_block{
	display: block;
}
.dp_inlineblock{
	display: inline-block;
}
.block_center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sr_only {/* スクリーンリーダー用 */
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* ------------------------
	button
*/
@-webkit-keyframes backbtn {
	0% { -webkit-transform: scale(.1); opacity: 0; }
	50% { opacity: .5; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@-ms-keyframes backbtn {
	0% { -ms-transform: scale(.1); opacity: 0; }
	50% { opacity: .5; }
	100% { -ms-transform: scale(1); opacity: 1; }
}

@keyframes backbtn {
	0% { transform: scale(.1); opacity: 0; }
	50% { opacity: .5; }
	100% { transform: scale(1); opacity: 1; }
}
.button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 1.8rem;
	letter-spacing: .15rem;
	text-decoration: none;
	line-height: 1.5;
	border: solid 1px #000;
}
@media (min-width: 921px){
	.button {
		padding: .5em;
		transition: all .3s;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.button:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: -2;
	}
	.button:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0%;
		height: 100%;
		background-color: #ffff4b;
		transition: all .3s;
		z-index: -1;
	}
	.button:hover {
		color: #000;
		border-color: #fff100;
		box-shadow: 0 0 30px rgba(12, 0, 0, .3);
		-webkit-box-shadow: 0 0 30px rgba(12, 0, 0, .3);
		-moz-box-shadow: 0 0 30px rgba(12, 0, 0, .3)
	}
	.button:hover:before {
		width: 100%;
	}
}


/* ===========================================
	 06, layout
   =========================================== */

.header_container, 
.footer_container,
.main_container,
.wrapper{
	position: relative;
}

/* footer-bottom fix */
@media (min-width: 768px){
	html {
		height: 100%;
	}
	body {
		min-height: 100vh;
		height: 100%; /* for IE11 */
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.main_container{
		flex-shrink: 0;
	}
	.footer_container{
		margin-top: auto;
	}
}


/* ===========================================
	 07, header
   =========================================== */

.header_fix .header_container{
	position: fixed;
	top: 0;
	z-index: 99;
}
.header_container{
	background-color:#fff;
}
.header_content{
	display: flex;
}
.h_event{
	display: flex;
	align-items:center;
	justify-content: center;
	width: 110px;
	height: 110px;
	text-align: center;
	line-height: 1.5;
	text-decoration: none;
	background-color: #231815;
	color: #fff;
}
@media (max-width: 920px){
	
	/* header position fix 用指定 */
	.header_fix .header_container{
		left: 0;
		width: 100%;
		box-shadow: 0 1px #a9a9a9;
	}
	.header_fix{
		position: relative;
		padding-top: 110px; /* header 高さ分 */ 
	}
	

	.header_container{
		height: 110px;
	}
	.header_content{
		align-items:center;
		justify-content: space-between;
	}
}
@media (max-width: 640px){
	.header_fix{
		padding-top: 60px; /* header 高さ分 */ 
	}
	.header_container{
		height: 60px;
	}
	.h_logo{
		width: 86px;
	}
	.h_event{
		width: 60px;
		height: 60px;
		font-size: 1rem;
	}
}
@media (min-width: 921px){
	.header_fix{
		padding-right: 200px;
	}
	.header_fix .header_container{
		right: 0;
		border-left: solid 1px #A9A9A9;
	}
	.header_content{
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		width: 200px;
		height: 100vh;
	}
	.h_event{
		width: 100%;
	}
	.h_event:hover{
		color: #ffff15;
	}
	.h_event br{
		display: none;
	}
}


/* ===========================================
	 08, footer
   =========================================== */

.footer_container{
	padding: 40px 15px 25px;
	background-color: #1E1E1E;
	color: #fff;
	text-align: center;
}
.f_heading img{
	margin-left: auto;
	margin-right: auto;
}
.f_notice{
	line-height: 1.7;
	font-size: 1.8rem;
	font-weight: bold;
}
.f_notice span{
	font-size: 1.4rem;
}
.f_copy,
.f_copy small{
	font-size: 1.2rem;
}
@media (max-width: 640px){
	.f_heading img{
		width: 287px;
		margin-bottom: 35px;
	}
	.f_notice ~ .f_notice{
		margin-top: 30px;
	}
}
@media (min-width: 641px) and (max-width: 920px){
	.f_heading{
		margin-bottom: 25px;
	}
}
@media (min-width: 921px){
	.footer_container{
		padding: 60px 220px 25px 20px;
	}
	.f_heading{
		margin-bottom: 30px;
	}
}


/* ------------------------
*	footernavi
*/
.f_nav{
	margin: 0 auto 50px;
	font-size: 1.4rem;
}
.f_nav li{
	display: inline;
}
.f_nav li a{
	display: inline-block;
	padding: 0.2em 0.5em 0.2em 0.4em;
	color: #fff;
	text-decoration: none;
}
.f_sns{
	display: flex;
	justify-content: center;
	margin-top: 35px;
	margin-bottom: 30px;
}
.f_sns li{
	width: 40px;
	margin-right: 7px;
	margin-left: 7px;
}
@media (max-width: 640px){
	.f_nav{
		width: 20em;
	}
}
@media (min-width: 641px) and (max-width: 920px){
	.f_nav{
		width: 27em;
	}
	.f_sns{
		margin-top: 30px;
		margin-bottom: 20px;
	}
}
@media (min-width: 921px){
	.f_nav{
		margin-bottom: 25px;
	}
	.f_sns{
		margin-top: 25px;
	}
	.f_nav li a:hover{
		color: #ffff4b;
	}
	.f_nav li ~ li:before{
		display: inline-block;
		content: "|";
	}
}


/* ===========================================
	 09, Navi
   =========================================== */

/* ------------------------
 *	globalnavi
 */
 
.menu {
	display: none;
	width: 100%;
	margin: 0 auto;
	background-color: rgba(30,30,30,.85);
}
.show-on-mobile{
	display: block;
}
.menu a{
	text-decoration: none;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}
.lv1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 340px;
	background: url(../sy_images/common/co_menu_logo_siro.png) no-repeat 0 center;
	background-size: 240px;
}
.lv1 > li a {
	display: inline-block;
	padding: 5px 0;
	margin-bottom: 14px;
}
.lv1 .act{
	color: #FFFF4B;
}


@media (max-width: 640px){
	.lv1{
		background-position: 15px center;
		background-size: 120px auto;
		padding-left: 150px;
	}
	.lv1 > li a {
		padding: 10px 0;
		font-size: 1.6rem;
		margin-bottom: 0;
	}
}
@media (min-width: 641px){
	.lv1{
		margin-left: auto;
		margin-right: auto;
	}
	.lv1 > li a{
		letter-spacing: .2em;
	}
}

/* header position fix 用指定 */
.header_fix .menu{
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	padding-bottom: 40px;
}
.header_fix .show-on-mobile {
	height: calc(100vh - 60px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.show-on-mobile > ul {
	flex-grow: 1;
}
@media (max-width: 640px){
	.header_fix .menu{
		max-height: calc(100vh - 60px);
		padding-bottom: 30px;
	}
	.header_fix .show-on-mobile {
		height: calc(100vh - 60px);
	}
}
@media (min-width: 641px) and (max-width: 920px){
	.header_fix .menu{
		max-height: calc(100vh - 110px);
	}
	.header_fix .show-on-mobile {
		height: calc(100vh - 110px);
	}
}
@media (min-width: 921px){
	.header_fix .show-on-mobile{
		position: fixed;
		top: 0;
		left: 0;
		width: calc(100% - 200px);
		height: 100vh;
	}
	.lv1 a{
		transition: .3s;
	}
	.lv1 a:hover{
		color: #FFFF4B;
	}
}

/* アニメーション */
@keyframes show{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.show-on-mobile{
	animation: show .5s linear 0s;
}

/* sns */
.menu_sub{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.menu_sub dt{
	margin-left: 50px;
	margin-right: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: .2em;
}
.menu_sub dd{
	display: flex;
}
.menu_sub img{
	width: 40px;
	margin-left: 7px;
	margin-right: 7px;
}
@media (max-width: 640px){
	.menu_sub{
		padding-bottom: 30px;
	}
	.menu_sub dt{
		margin-left: 20px;
		font-size: 1.6rem;
	}
	.menu_sub dt:nth-of-type(1){
		margin-bottom: 15px;
	}
	.menu_sub dd:nth-of-type(1){
		width: 70%;
		margin-bottom: 15px;
	}
}

/* button */
.menu-mobile,
.menu-mobile span {
	display: block;
	transition: all .4s;
}
.menu-mobile {
	position: relative;
	width: 50px;
	height: 60px;
	margin-left: 5px;
	padding: 0;
	color: #1E1E1E;
	outline: 0;
	border: 0;
	background: none;
	cursor: pointer;
}
.menu-mobile > div{
	position: relative;
	top: -5px;
	height: 20px;
}
.menu-mobile span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1E1E1E;
	border-radius: 3px;
}
.menu-mobile span:nth-of-type(1) {
	top: 0;
}
.menu-mobile span:nth-of-type(2) {
	top: 9px;
}
.menu-mobile span:nth-of-type(3) {
	bottom: 0;
}
.menu-mobile::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: 'メニュー';
	display: block;
	width: 100%;
	color: #1E1E1E;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	transition: all .4s;
}
.menu-mobile.menu-active::after {
	content: '閉じる';
}
.menu-mobile.menu-active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-20deg);
}
.menu-mobile.menu-active span:nth-of-type(2) {
	opacity: 0;
}
.menu-mobile.menu-active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(20deg);
}
@media (max-width: 640px){
	.menu-mobile::after{
		bottom: 5px;
	}
}
@media (min-width: 641px) and (max-width: 920px){
	.menu-mobile {
		margin-left: 36px;
	}
	.menu-mobile::after{
		bottom: -5px;
	}
}
@media (min-width: 921px){
	.menu-mobile {
		margin-top: 25px;
	}
}

/* ------------------------
*	localnavi
*/
.cmn_localnav{
	padding: 55px 32px;
	background-color: #f3f3f3;
}
.cmn_localnav li img{
	width: 100%;
	max-width: 310px;
}
@media (max-width: 640px){
	.cmn_localnav{
		margin-top: 55px;
	}
	.cmn_localnav li img{
		margin-left: auto;
		margin-right: auto;
	}
	.cmn_localnav li ~ li{
		margin-top: 35px;
	}
}
@media (min-width: 641px){
	.cmn_localnav{
		display: flex;
		justify-content: center;
		margin-top: 60px;
		margin-bottom: 45px;
	}
	.cmn_localnav li ~ li{
		margin-left: 25px;
	}
}
@media (min-width: 921px){
	.cmn_localnav{
		margin-top: 90px;
		margin-bottom: 60px;
	}
	.cmn_localnav li ~ li{
		margin-left: 55px;
	}
	.cmn_localnav a{
		position: relative;
		display: block;
		background-color: #FFF506;
	}
	.cmn_localnav a,
	.cmn_localnav img{
		transition: .4s;
	}
	.cmn_localnav a:hover {
		box-shadow: 0 0 30px rgba(12, 0, 0, .3);
	}
	.cmn_localnav a:hover img{
		opacity: .6;
	}
}