@charset "utf-8";
/* CSS Document */
html { font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	font-size: 62.5%;
}
/*
共通部分
*/

a {
	color:inherit;
	text-decoration: none;
}

nav:after,header:after,div:after,footer:after {
	content: "";
    clear: both;
    display: block;
}

/* header -------------------------------------------------------*/

/*
切り替え
*/
section.drawer {
	display: block;
}
@media screen and (max-width:1200px){
	section.drawer {
	display: none;
	}
}

section.drawer-sp {
	display: none;
}

@media screen and (max-width:1200px){
section.drawer-sp {
	display: block;
}
}


/*
PC
*/
.line {
	width: 100%;
	height: 70px;
	position: fixed;
	
	background: rgb(255,255,255,1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3FFFFFF,endColorstr=#B3FFFFFF);
	box-shadow: 0 3px 10px 0 #DFDFDF;
	
	overflow: hidden;
	z-index: 30;
}
.line:not(:target){
    filter: none;
}
.line-inner {
	width: 1200px;
	margin: auto;
}

.clear { 
	clear:both; 
}

.so {
	float: left;
	width:590px;
	line-height: 70px;
}
.menu li {
	float:left;
	color: #C22421;
	font-size: 1.4rem;
	letter-spacing: .02em;
	font-weight: bold;
	margin: auto 15px auto;
	height: 45px;
}
.menu img {
	width: 120px;
	vertical-align: middle;
}

.menu li a {
	height: 30px;
}


.tab {
	float: right;
	width:350px;
	text-align: center;
}

.dl  {
	width:150px;
	height: 40px;
	margin: 10px 0;
	
	border: solid 5px #C22421;
	border-radius: 23px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.5rem;

	color: #C22421;

	float: left;
	list-style: none;
}

.dl:hover {
	color: #FFFFFF;
	background-color: #C22421;
}




.de  {
	width:150px;
	height: 40px;
	margin: 10px 0;
	padding: 5px;

	border-radius: 23px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.5rem;
	
	color: #FFFFFF;
	background: linear-gradient(to bottom right, #EECECD, #C22421);

	float: right;
	list-style: none;

}

.de:hover {
	background: #C22421;
}


ul {
	list-style: none;
}

ul.drawer-menu {
	margin: 30% auto;
}
.contents {
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*
1200以下
*/
@media (min-width:481px) and (max-width:1200px){
	.line-inner {
		width: 80%;
		margin:auto;
	}
	.tab {
	float: left;
	width:360px;
	text-align: center;
	margin: 50px auto 0;
	}
	.dl  {
	width:150px;
	height: 40px;
	margin: 10px 0;
	
	border: solid 5px #C22421;
	border-radius: 23px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.5rem;

	color: #C22421;
	background: #FFF;

	float: left;
	list-style: none;
	}
	.de  {
	width:150px;
	height: 40px;
	margin: 10px 0;
	padding: 5px;

	border-radius: 23px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.5rem;
	
	color: #FFFFFF;
	background: linear-gradient(to bottom right, #EECECD, #C22421);

	float: right;
	list-style: none;
	}
	
	.dl:hover,.de:hover {
		-moz-opacity: 0.7;
		opacity: 0.7;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	}
	
	
	
	.drawer--right .drawer-sp .drawer-hamburger {
	right:20px;
}
}

@media screen and (max-width:480px){
	.tab {
		float: none;
		width:160px;
		margin: 20px auto 0;
	}
	.dl  {
	width:150px;
	height: 40px;
	margin: 10px 0;
	
	border: solid 5px #C22421;
	border-radius: 23px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.5rem;

	color: #C22421;
	background: #FFF;

	float: left;
	list-style: none;
	}
	.de  {
	width:150px;
	height: 40px;
	margin: 10px 0;
	padding: 5px;

	border-radius: 23px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.5rem;
	
	color: #FFFFFF;
	background: linear-gradient(to bottom right, #EECECD, #C22421);

	float: right;
	list-style: none;
	}
	.dl:hover,.de:hover {
		-moz-opacity: 0.7;
		opacity: 0.7;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	}
	.drawer--right .drawer-sp .drawer-hamburger {
	right: 10px;
	}
}

.headerlogo-sp {
	text-align: center;
}
.headerlogo-sp img {
	width: 120px;
	padding:18.835px 0;
}

ul.drawer-menu {
	margin: 100px auto;
}
@media (max-width:480px) {
	ul.drawer-menu {
		margin: 50px auto;
	}
}
div.tab-sp li.dl {
	text-align: center;
}

div.tab-sp li.de {
	border: none;
	text-align: center;
}

.drawer--right.drawer-open .drawer-sp .drawer-hamburger {
    right: 3%;
}

#drawerlogo {
	width:30%;
}

.drawer-sp .drawer-hamburger {
	top: 5px;
}
.header-sp .drawer-hamburger-icon,
.header-sp .drawer-hamburger-icon:after,
.header-sp .drawer-hamburger-icon:before {
	background: #C22421;
}

.drawer--right .drawer-sp .drawer-nav {
	right: -120%;
}

.drawer--right .drawer-nav {
	width: 80%;
	right: 100%;
	background: #FBF3F3;
	border: #FFFFFF 5px solid;
	padding: 0 0 0 30px;
}

.drawer-menu .drawer-menu-item {
    font-size: 2rem;
	padding: 1rem;
	margin: 3% 0;
	color: #C22421;
}
div.tab-sp {
	float: left;
	width: 80%;
	margin: 3% auto;
}

.drawer-menu .drawer-menu-item:hover {
	border-bottom: #C22421 2px solid;
	text-decoration: none;
	color: #C22421;
	font-weight: bold;
	font-size: 2.5rem;
}

.drawer-menu  #drawerlogo:hover {
	border-bottom: none;
	text-decoration: none;
}


.btn_line {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.btn_line::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.btn_line:hover::after {
  transform: scale(1, 1);
	border-bottom: #C22421 2px solid;
}




/* footer -------------------------------------------------------*/
footer img {
	padding: 7% 0 0 0;
	width: 10%;
	height: 10%;
	margin: 0 28%;
}
@media (min-width:481px) and (max-width:960px){
	footer img {
	padding: 10% 0 0 0;
	width: 20%;
	height: 20%;
}
}

@media screen and (max-width:480px){
	footer img {
	padding: 15% 0 5% 0;
	width: 30%;
	height: 30%;
}
}


footer {
	text-align: center;
}

div#footer_ul {
	width: 100%;
}

footer ul {
	text-align: center;
	margin: 20px 0;
}


.fu {
	width: 50%;
	padding: 0 1% 0 0;
	margin: 0 auto;
}

.fd {
	width: 50%;
	margin: 0 auto;
}


.fu li {
	display: inline-block;
	font-weight: bold;
	font-size: 1.5rem;
	color: #C22421;
	
	list-style: none;
	padding: 7% 2% 3% 2%;
}

.fd li {
	display: inline-block;
	font-weight: bold;
	font-size: 1.5rem;
	color: #C22421;
	
	list-style: none;
	padding: 0 1% 7% 1%;
}

footer li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
footer li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
footer li a:hover::after {
  transform: scale(1, 1);
	border-bottom: #C22421 2px solid;
}



@media (min-width:481px) and (max-width:960px){
	.fu {
		display: none;
	}
	.fd {
		width: 80%;
		margin: 0 auto;
	}
	.fu li {
		display: block;
		font-size: 1.4rem;
		padding: 2%;
	}
	.fd li {
		display: block;
		font-size: 1.4rem;
		padding: 2%;
	}
}

@media screen and (max-width:480px){
	.fu {
		display: none;
	}
	.fd {
		width: 80%;
		margin: 0 auto;
	}
	.fd li {
		display: block;
		font-size: 1.3rem;
		padding: 3 1% 3% 1%;
	}
}

small {
	width: 100%;
	color: #C22421;
	font-size: 1.5rem;
	margin: 5%;
	clear: both;
	padding: 0 0 7% 0;
}
@media (min-width:481px) and (max-width:960px){
	small {
	width: 100%;
	color: #C22421;
	font-size: 1.2rem;
	margin: 5%;
	clear: both;
	padding: 0 0 7% 0;
}
}

@media screen and (max-width:480px){
	small {
	width: 100%;
	color: #C22421;
	font-size: 0.9rem;
	margin: 5% 0;
	clear: both;
	padding: 0 0 15% 0;
}
}
