﻿.res_pc {
	display:none;
}

.res_sp {
	display:block;
}

img {
    max-width: 100%;
    height: auto;
	margin:0;
	padding:0;
}


/*IE*/
@font-face {
font-family: mplus-2c-black;
src: url("fonts/mplus-2c-mplus-2c-black.eot");
}
/* Firefox, Opera, Safari */
@font-face {
font-family: mplus-2c-black ;
src:url("fonts/mplus-2c-black.ttf") format("truetype");
}

@font-face {
font-family: mplus-2c-bold;
src: url("fonts/mplus-2c-mplus-2c-bold.eot");
}
/* Firefox, Opera, Safari */
@font-face {
font-family: mplus-2c-bold ;
src:url("fonts/mplus-2c-bold.ttf") format("truetype");
}

/*IE*/
@font-face {
font-family: mplus-2c-medium;
src: url("fonts/mplus-2c-medium.eot");
}
/* Firefox, Opera, Safari */
@font-face {
font-family: mplus-2c-medium ;
src:url("fonts/mplus-2c-medium.ttf") format("truetype");
}

/*IE*/
@font-face {
font-family: mplus-2c-regular;
src: url("fonts/mplus-2c-regular.eot");
}
/* Firefox, Opera, Safari */
@font-face {
font-family: mplus-2c-regular;
src:url("fonts/mplus-2c-regular.ttf") format("truetype");
}

a {
	text-decoration:none;
	color:#212121;
}

.alpha a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

i {
	padding-right:7px;
}

body {
	font-family: "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	color:#212121;
	line-height:1.0;
	width:100%;
	-webkit-text-size-adjust:100%;
}

body.bg_top {
	background:url(../img/sp/bg_wrapper.jpg) repeat-x 30px -260px;
	width:100%;
	height:auto;
}

body.bg_common {
	background: url(../img/sp/bg_wrapper.jpg) repeat-x center -460px;
}

section {
	margin:0 auto;
	width:94%;
}

.slide_area {
	width:100%;
	height:auto;
}

.top_slide {
	margin:0 auto;
}

/* header */
#sp_head {
	width:100%;
	background:#FFF;
	padding: 8px 0;
}

#sp_head span{
	font-size: 26px;
	padding: 0 0 0 8px;
}

#sp_head .btn_tel{
	position:absolute;
    right: 50px;
    top: -31px;
}

#sp_head .btn_tel img{
	width:33px;
	height:auto;
	padding:0;
}

#sp_head h1 {
	color:#FFF;
	text-align:center;
	width:100%;
	background:#FFF;
}
#sp_head img {
	padding: 13px 0 10px 12px;
}
header {
    margin: 0 auto;
}

.tel_box {
	text-align:right;
	font-size:26px;
	padding-bottom:10px;
	background:url(../img/ico_tel.gif) no-repeat;
	background-position: 430px 8px;
	letter-spacing:1.5px;
}

nav a {
	text-decoration:none;
}

nav .primary-nav li {
	float:left;
	padding-right:40px;
	font-size:13px;
}

nav .primary-nav li.last {
	padding-right:0;
}

nav .primary-nav li a{
	color:#000;
}

nav .primary-nav li span{
	color:#CC0000;
	padding-left:7px;
	font-size:9px;
}

.nav01 a.active,
.nav01 a:hover {
	border-bottom:solid 2px #FF5C26;
	padding-bottom:4px;
}

.nav02 a.active,
.nav02 a:hover {
	border-bottom:solid 2px #FFA64D;
	padding-bottom:4px;
}

.nav03 a.active,
.nav03 a:hover {
	border-bottom:solid 2px #FFC926;
	padding-bottom:4px;
}

.nav04 a.active,
.nav04 a:hover {
	border-bottom:solid 2px #85B200;
	padding-bottom:4px;
}

.nav05 a.active,
.nav05 a:hover {
	border-bottom:solid 2px #00B4F5;
	padding-bottom:4px;
}

.nav06 a.active,
.nav06 a:hover {
	border-bottom:solid 2px #999999;
	padding-bottom:4px;
}

/* END header */


/* section:intro */
section#intro {
    margin:0 auto 85px;
	width:100%;
}

section#intro .ttl_works {
	width:100%;
	font-size:26px;
	font-family: mplus-2c-regular;
	text-align:center;
	background:#6D421F;
	color:#FFF;
	font-weight: normal;
	padding: 8px 0 10px;
	margin-bottom:20px;
}

section#intro table {
	margin:20px 10px 25px;
}

section#intro table td {
	padding-bottom:5px;
}

section#intro .left {
	width:100%;
}

section#intro .left dl {
	width:94%;
	margin:0 3%;
}

section#intro .left dl dt {
	font-size:14px;
	padding-top:10px;
}

section#intro .left dl dd{
	padding:5px 0 12px;
	border-bottom:solid 1px #CCCCCC;
}

section#intro #feed {
	width:94%;
	margin:0 3%;
}

section#intro #feed h3{
	font-size:16px;
	font-weight:normal;
	padding:5px 0 12px;
	border-bottom:solid 1px #CCCCCC;
}

section#intro #feed p {
    font-size: 14px;
    padding-top: 10px;
}



section#intro .right {
	margin:80px auto 0;
	width:94%;
	text-align:center;
}

section#intro .right dt {
	padding-bottom:15px;
}


/* END section:intro */






/* footer */
footer {
	margin:30px 0 0;
	width:100%;
}

footer .foot_inner {
}

footer .left {
	float:left;
}

footer .right {
	float:left;
	border-top:solid 1px #CCC;
}

footer .right li {
	float:left;
	background: url(../img/ico_arrow.gif) no-repeat 15px 17px;
	font-size:14px;
}

footer .right li.left_sp_foot {
	width:50%;
	float:left;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	padding:15px 0 15px 28px;
}

footer .right li.right_sp_foot {
	width:50%;
	float:left;
	border-bottom:solid 1px #CCC;
	padding:15px 0 15px 28px;
}

footer .foot_upper {
	width:100%;
	height:auto;
}

footer .foot_bottom {
	background:#000;
	color:#fff;
	padding:10px 0 0 30px;
}

footer .foot_bottom .foot_txt {
	font-family:mplus-2c-medium;
	font-size:17px;
}

footer .foot_bottom .foot_txt .blue {
	color:#00B3F4;
}

footer .foot_bottom .foot_txt .pink {
	color:#F3209B;
}

footer .foot_bottom .foot_txt .yellow {
	color:#F9EB0C;
}

footer .foot_bottom dt {
    font-size: 28px;
    /* padding: 5px 0 0; */
    line-height: 1.2;
	padding-top:10px
}

footer .foot_bottom .adress {
	font-size:14px;
	line-height: 1.8;
}

footer .foot_bottom .tel {
	font-size:28px;
	line-height: 1.2;
}

footer .foot_bottom .tel a {
	color:#fff;
}

footer .foot_bottom .fax {
	font-size:14px;
	line-height: 1.2;
}

footer .foot_bottom .copy {
	font-size:11px;
	padding-top:5px;
	padding-bottom:20px;
}

.f_common {
	width:76%;
}

footer .foot_bottom .f_common .tel {
	font-size:22px;
	line-height: 1.2;
}

footer .foot_bottom .f_common .adress {
	font-size:14px;
	line-height: 1.2;
	padding-top:3px;
}


/* END footer */

/* common */

.common_head {
	width:100%;
	margin:0 auto 100px;
	background:url(../img/kv_foot.png) no-repeat;
	height: 100px;
    background-size: 100%;
}	

.common_head h1 {
	color:#fff;
	font-family: mplus-2c-bold;
	padding: 64px 0 0 12px;
    font-size: 20px;
}	

.common_head li {
	float:left;
	color:#000;
	font-family: mplus-2c-regular;
	font-size:12px;
	margin-top:24px;
	padding-left:10px;
}	

.common_head li i {
	padding:0 6px 0 5px;
	font-size:110%;
}	

#btn_fix {
    position: fixed;
    bottom: 2%;
    right: 6px;
    width: 12%;
}

#btn_fix dt {
	padding-bottom:6px;
}

.sp_menu {
	position:absolute;
	top:0;
	right:100px;
}

#page-top {
	width:81px;
	margin:0 auto;
}
#page-top a {
    text-decoration: none;
}
#page-top a:hover {
}

/* END common */

/* About */

/* END About */

/**********************/
.youtube_box iframe{
  width: 100%;
  height: auto !important;
  padding: 0 10px 20px;
  aspect-ratio:560/315;
}