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

html {
	background-color: #F2F2F3;
	font-size: 62.5%;
}
body {
	background-color: #FFF;
}
.container,
.container_s{
	margin: 0 auto;
	padding: 0;
}
.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img {
	max-width: 100%;
}
@media (min-width:1220px) {
.container {
	width: 1220px;
	min-width: 1220px;
}
.container_s{
	width: 1000px;
	min-width: 1000px;
}
	.hidden_pc {
	display: none;
}
}
@media (max-width: 1219px){
body {
	font-size: 1.4rem; 
	-webkit-text-size-adjust: 100%; 
}
.hidden_sp {
	display: none;
}
.container,
.container_s{
	padding: 0 10px;
}
}
section{
	clear: both;
	
}

/************************************
ドロワーメニュー
*************************************/
/*ドロワーメニューのClose時のスタイルシート*/
.drawer {
  position:fixed;
  top:0;
  right:0;
  width: 300px;
  height: 100%;
  background: #ffcc00;
  padding:36px 10px;
  -webkit-transform: translateX(-00px);
  transform: translateX(330px);
  -webkit-transition:ease .5s;
  transition:ease .5s;
  z-index:9999;
}
/*ドロワーメニューの開閉ボタン*/
.drbtn {
  position: fixed;
  top:20px;
  left: -60px;
  width: 50px;
  height: 50px;
  -webkit-transition:ease .5s;
  transition:ease .5s;
  cursor:pointer;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  font-size: 10px;
  padding-bottom: 2px;
  z-index: 10000;
background: rgba(255, 255, 255, 0.8);
}
/*ハンバーガーボタンを作るスタイルシート*/
.hambarg {
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 2px;
  width: 30px;
  background: #5c6b80;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
.hambarg:nth-child(1) {
    top: 20%;
    left: 50%;
}
.hambarg:nth-child(2) {
    top: 40%;
    left: 50%;
}
.hambarg:nth-child(3) {
    top: 60%;
    left: 50%;
}
/*ドロワーメニューをOPENにするスタイルシート*/
.drawer.action {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
 
/*ボタンをドロワーメニュー内に表示*/
.drbtn.action {
 left: 0;
}

/*ハンバーガーボタンを"×"に変える*/
.drbtn.action .hambarg:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
  }
.drbtn.action .hambarg:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
  }
.drbtn.action .hambarg:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
  }


.drawer li a{
	display:block;
	text-decoration: none;
	padding: 5px 0;
	background: rgba(255, 255, 255, 0.35);
	margin-bottom: 5px;
}
.drawer li.none a{
	background: none;
}
.drawer li.top a{
	background: #EC273B;
	font-size: 1.5rem;
	border-bottom: none;
	padding: 5px;
	color: #FFF;
	display:block;
	text-decoration: none;
}

/************************************
header
*************************************/
@media (min-width: 769px) {
header {
	background:url(../img/head_bg.png) repeat-x top;
	min-height:100px;
	padding-top:20px;
}
header .logo{
	width:28%;
	float:left;
	margin-top:20px;}
header h1 {
	font-size: 1.2rem;
	float:left;
	width:20%;
	margin-top: 40px;
}
	header .headtel {
	float:right;
	text-align: right;
}
header .headtel ul li{
	float: left;
	margin-bottom:10px;
}
header .headtel ul li a{
	margin: 0 5px;
	font-size: 1.4rem;
}
}

@media screen and (min-width:451px) and ( max-width:768px) {
	header {
	background:url(../img/head_bg.png) repeat-x top;
	padding-top:20px;
		min-height: 130px;
	position: relative;
}
	header .logo{
	width:40%;
	position:absolute;
	top: 30px;
	left: 20px;}
header h1 {
	font-size: 1.5rem;
	width:40%;
	position:absolute;
	top: 20px;
	right: 20px;
}
header .headtel img{
	position: absolute;
	top: 50px;
	right: 20px;
	width: 50%;
}
header .headtel ul{
	position: absolute;
	top: 100px;
	width: 100%;
	left: 0px;
	background: #ec283c;
	display: table;
	}
header .headtel ul li{
	display: table-cell;
	text-align: center;
}
header .headtel ul li a{
	margin: 10px 0;
	color: #fff;
	display: block;
	text-align: center;
}
}
@media (max-width: 450px) {
header {
	background:url(../img/head_bg.png) repeat-x top;
	padding-top:20px;
}
header .logo{
	width:60%;
	margin: auto;}
header h1 {
	font-size: 1.5rem;
}
header .headtel ul {
		display: none;
	float: left;
	}
}

/************************************
footer
*************************************/
.footerPc{
	background: #FFCC00;
	padding: 20px 0;
}
.footerSp{
	padding-bottom: 20%;
	background: #f2f2f2;
	padding-top: 5px;
}
.footerfix{
	position: fixed;
	bottom: 0;
	margin-top: 50px;
}

.footerfix ul li{
	float: left;
	width: 50%;
}

footer .col3_3 > ul {
		display: table;
	width: 100%;
	}
footer .col3_3 > ul > li{
		display: table-cell;
	width: 33.3%;
	}

footer p{
	font-size: 1.3rem;
	margin-top: 10px;
}