/*初期化*/
* {
margin: 0;
padding: 0;
text-decoration: none;
font-weight:normal;
}

/**/

html{
height:100%;
}

body {
height:100%;
background:#ffffff;
letter-spacing:0.1em;
color:#4f4f4f;
font-family: "Lucida Grande","segoe UI","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic Pro","メイリオ",Meiryo,Verdana,Arial,sans-serif;
}


/*ヘッダ_スマホ*/

#header_sp{
}

.sp_headmenu{
background:#F76300;
}

ul.menu li{
float:right;
list-style:none;
}

#head_menu_up, #head_menu_search{
display:none;
padding:10px 0px 10px 0;
background:#FFD9BF;
}

#head_menu_up li{
font-size:1.0em;
text-align:right;
}

#head_menu_up ul li a{
display:block;
padding:5px 5px 3px;
color:#F76300;
}
#head_menu_up ul li a:hover{
color:#ff0000;
}

#head_menu_search{
height:30px;
margin:0 0 0;
background:#EBE3DC
}

#head_menu_sns{
height:50px;
margin:0 0 0;
background:#f76300;
display:none;
}

.sp_logo{
padding:15px 0;
text-align:center;
}

.sp_logo img {
width:192px;
}

/*ヘッダ_PC*/

#header_pc {
width:100%;
margin:0 auto;
}

#header_pc .cmn_menu {
margin:0 0 0 0;
}

.header_title {
font-size:9px;
height:10px;
text-align:right;
color:#cccccc;
font-weight:normal;
}

#header_pc .pc_logo {
width:1100px;
height:110px;
margin:20px auto 0;
}

#header_pc .pc_logo .logospace{
width:200px;
padding:0 0 0 0;
float:left;
}

#header_pc .pc_logo .adspace{
width:728px;
padding:0 0 0 0;
float:right;
text-align:right;
}

/*sns_link*/

#sns_link{
width:100%;
margin:0 0 0 0;
background:#F76300;
}

.sns_link_in{
width:1100px;
margin:0 auto;
}

.sns_link_in .main_menu{
float:left;
padding:15px 0 0;
}

.sns_link_in .main_menu span{
margin-right:15px;
}

.sns_link_in .sns_menu{
float:right;
}


/*検索*/

#search_bar{
width:100%;
margin:0 0 15px 0;
background:#EBE3DC;
}

#search_bar .pc_search{
width:1100px;
height:30px;
margin:0 auto;
padding:10px 0 0;
}

#search_bar .pc_search .left_sp{
width:480px;
float:left;
}

#search_bar .pc_search .right_sp{
width:580px;
float:right;
text-align:right;
}


.fr{
width:28px;
height:20px;
font-size:10px;
padding:3px 3px 5px;
vertical-align:middle;
}

.top_form{
height:20px;
vertical-align:top;
}

#k-btn {
padding: 0px;
margin:0px;
border:0px;
width:60px;
height:17px;
vertical-align:top;
background:url('/2014image/kensakubtn.gif') no-repeat;
}

/*フッター*/

#footer{
width:100%;
padding:10px 0;
background:#F76300;
text-align:center;
}

.copyright, .foot_menu{
font-size:10px;
color:#ffffff;
}
.pagetop{
text-align:right;
}


/*  -----アンカー指定-----  */

a:link, a:visited{
color:#000066;
}

.foot_menu a:link, .foot_menu a:visited{
color:#ffffff;
}

.snsbox a:link, .snsbox a:visited{
}

h2 a:link, h2 a:visited{
}

#sns_link a:link, #sns_link a:visited{
color:#ffffff;
}

a:hover{
color: #ff0000;
}

#sns_link a:hover{
color:#ffff00;
}

/* Hタグ */
h2 {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height:1.5em;
    padding: 3px 0px;
    margin: 0px 0px 8px;
}

/*  -----その他-----  */

/*テーブル関係*/

table{
border-collapse:collapse;
clear:both;
}

/*常設指定*/

a img {
border: none;
}

.clear:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clear {display: inline-block;}
* html .clear {height: 1%;}
.clear {display: block;
}


/*form*/
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form select,
form textarea{
border:1px solid #666666;
padding:4px 2px;
}

form textarea{
width:100%;
}

form input[type="submit"],
form input[type="button"]{
background:#ddd;
color:#666666;
border:#666666 solid 1px;
padding:2px 6px 1px;
cursor:pointer;
font-family: 'Montserrat', sans-serif;
}

form input[type="submit"]:hover,
form input[type="button"]:hover{
background:#999999;
color:#ffffff;
}

div.inq_form {
margin:0 0 20px 0px;
padding:0;
border-left:#cccccc solid 1px;
border-right:#cccccc solid 1px;
border-bottom:#cccccc solid 1px;
padding:10px 10px 10px;
}

div.inq_form div.inq_box{
border-left:3px solid #F76300;
margin-bottom:20px;
padding:0px 10px 2px 15px;
}

div.inq_form div.inq_label {
padding:0 0 0 0;
}

div.inq_form div.inq_input{
padding:5px 0 0 0;
}


div.f_submit{
text-align:center;
padding:20px 0 30px;
}

.hissu{
color:red;
}

/*画像・youtube*/

div.iframebox {
position: relative;
width: 100%;
padding-top: 66.66%;
margin:15px 0;
clear:both;
}
 
div.iframebox iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}