@charset "Shift_JIS";
/* 文字コードセット */

/* 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, ol, 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 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}


blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}

input, select, textarea {
	vertical-align:middle;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
	margin-right:5px;
}

/* ・ｽS・ｽﾌ構・ｽ・ｽ
---------------------------------------------------- */
*{margin:0;padding:0;}
html{
	overflow-y:scroll;
}
body{
	font-size:90%;/* 基本のフォントサイズ */
	line-height:175%;/* 基本の行間 */
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
	color:#333;
	-webkit-text-size-adjust: 100%; /*スマホで勝手に文字が大きくなる対策*/ 
	background: url(../images/bg.jpg) repeat;
}

.en {font-family: 'Roboto Condensed', sans-serif;}

table th,
table td {
	text-align:left;
}

.clearfix{
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
.clearfix:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

ol,
ul{
	list-style:none;
}

/* link
---------------------------------------------------- */
a{outline:none;}
a:link,a:visited{
	color:#333;
	text-decoration:underline;
}
a:hover,a:active{
	color:#333;
	text-decoration:none;
}


/* hanyo
---------------------------------------------------- */
img {border:0; vertical-align:bottom;}

.clear {clear:both;}

.f-left{float:left;}
.f-right{float:right;}

.tac{text-align:center;}
.tar{text-align:right;}
.large{font-size:120%;line-height:normal;}
.small{font-size:80%;line-height:normal;}


.img-filter a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
.img-filter2 a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
}

.ln {line-height:normal;}


.bold {font-weight:bold;}
.normal {font-weight:normal;}

.kome{
	text-indent:-1em;
	margin-left:1em;
}
.img-circle {border-radius:50%;}
.img-rounded {border-radius:4px;}

/* margin-padding
----------------------------------------------------------*/
.mb05{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb60{margin-bottom:60px;}
.mb65{margin-bottom:65px;}

.mr01{margin-right:1px;}
.mr05{margin-right:5px;}
.mr06{margin-right:6px;}
.mr08{margin-right:8px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr22{margin-right:22px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.mr35{margin-right:35px;}
.mr40{margin-right:40px;}
.mr42{margin-right:42px;}
.mr45{margin-right:45px;}
.mr50{margin-right:50px;}

.mt-15{margin-top:-15px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}

.pt05 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top:25px;}
.pt35 {padding-top:35px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}
.pt100 {padding-top:100px;}
.pb30 {padding-bottom:30px;}
.pb50 {padding-bottom:50px;}

.pl30 {padding-left:30px;}
.pl35 {padding-left:35px;}
.pl80 {padding-left:80px;}
.pl100 {padding-left:100px;}
.pl120 {padding-left:120px;}

.pd15 {padding-left:15px; padding-right:15px;}
.pd30 {padding-left:30px; padding-right:30px;}



/* color
----------------------------------------------------------*/
.red {color:#b3234d;}
.cha {color:#be854a;}

/* table
----------------------------------------------------------*/
.nw {width:1%; white-space: nowrap;}


.table1{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #c8c5b2;
}
.table1 th,.table1 td{
	padding:13px 13px;
	border-bottom:1px solid #c8c5b2;
	border-right:1px solid #c8c5b2;
	font-size: 90%;
}
.table1 th{
	background-color:#f5e5ba;
	text-align:center;
	font-weight: normal;
}
.table1 td {background-color: #fff; text-align: center;}
.table1 td.price{
	text-align: right;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 100%;
}
.table1 th:last-child {border-right: none;}
.table1 td:last-child {border-right: none;}



.table2{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #c8c5b2;
}
.table2 th,.table2 td{
	padding:13px 13px;
	border-bottom:1px solid #c8c5b2;
	border-right:1px solid #c8c5b2;
	font-size: 90%;
}
.table2 th{
	background-color:#f5e5ba;
	text-align:center;
	font-weight: normal;
}
.table2 td {background-color: #fff;}
.table2 th:last-child {border-right: none;}
.table2 td:last-child {border-right: none;}



.table3 {
	width:100%;
	border-collapse:collapse;
	background-color:#fff;
}
.table3 th,
.table3 td {
	padding:13px;
	border:1px solid #c8c5b2;
}
.table3 th {
	background-color: #f5e5ba;
	font-weight: normal;
}
.table3 .nw {
	width:1%;
	white-space:nowrap;
}
.table3 .total td {
	font-weight:600;
	text-align:center;
	border-top:3px solid #c8c5b2;
}
.table3 .total2 td {
	font-weight:600;
	text-align:center;
	border-top:1px solid #c8c5b2;
}
.table3 .price {
	color:#b3234d;
	font-size:120%;
}

/* list
----------------------------------------------------------*/
ul.list_ul{
	list-style:disc;
	margin-left:20px;
}
ol.list_ol{
	list-style:decimal;
	margin-left:25px;
}

.list_star li{ list-style:none;text-indent: -1.5em; padding-left:1.5em;}
.list_star li:before{content: " \f005";font-family: FontAwesome;text-align: center; margin-right:8px; color: #e7b886;}


.list_time{
	display: table;
	font-size: 90%;
}
.list_time li{
	display: table-cell;
}
.list_time li.time{
	font-weight: bold;
	width: 110px;
	color: #be854a;
}



.list_henpin{
	display: table;
	border-collapse: collapse;
	border-bottom: 1px solid #c8c5b2;
	width: 100%;
}
.list_henpin li{
	display: table-cell;
	padding: 10px;
}
.list_henpin li.title{
	font-weight: bold;
	width: 110px;
	color: #be854a;
}

/* midashi
----------------------------------------------------------*/
h3 {font-size:120%;}
h4 {font-size:110%;}
h5 {font-size:110%;}
h6 {font-size:100%;}

.fs60 {font-size:60%; line-height:120%;}
.fs80 {font-size:80%; line-height:120%;}
.fs90 {font-size:90%; line-height:140%;}
.fs110 {font-size:110%; line-height:160%;}
.fs120 {font-size:120%; line-height:160%;}
.fs130 {font-size:130%; line-height:160%;}
.fs140 {font-size:140%; line-height:160%;}
.fs200 {font-size:200%; line-height:160%;}
.fs300 {font-size:300%; line-height:160%;}

.lh160 {line-height: 1.6em;}
.lh200 {line-height: 2.0em;}

.pankuzu {
	font-size: 80%;
	margin-bottom: 30px;
}

.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin-bottom: 30px;
  overflow:hidden;
}
.step li{
  display:table-cell;
  position:relative;
  background: #beac9f;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #f4ecd6;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #beac9f;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li.is-current{
  background: #504944;
}
.step li a:link,
.step li a:visited{
	color: #fff;
	text-decoration: none;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #504944;
}



#midashi_h2{
	width: 100%;
	background: url(../images/bg_red.gif) repeat;
	min-width: 1040px;
}
#midashi_h2 h2{
	width: 1000px;
	margin: 0 auto;
	padding: 40px 20px;
}


.midashi1 {
  position: relative;
	padding: 7px 30px;
  background-color: #fff;
  border: 1px solid #c8c5b2;
  border-radius: 6px;
display: inline-block;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.4em;
	color: #b3234d;
}
.midashi1::before,
.midashi1::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
}
.midashi1::before {  border-top: 15px solid #c8c5b2;}
.midashi1::after {
  margin-top: -2px;
  border-top: 15px solid #fff;
}


.midashi2{
	background: url(../images/bg_kawa.gif) repeat-x bottom;
	padding-bottom: 30px;
}


.midashi3 {
  position: relative;
  padding: 1em 3px;
	font-weight: normal;
	margin-bottom: 20px;
}
.midashi3::before,
.midashi3::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.midashi3::before {
  top: 0;
  border-top: 2px solid #c8c5b2;
  border-bottom: 1px solid #c8c5b2;
}
.midashi3::after {
  bottom: 0;
  border-top: 1px solid #c8c5b2;
  border-bottom: 2px solid #c8c5b2;
}


.midashi4{
  position: relative;
  padding: 0 .4em .1em;
	margin-bottom: 10px;
	display: inline-block;
}
.midashi4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #f5dd9d;
}



.midashi5{background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f0baca 0%) repeat scroll 0 0;}
.midashi5.dsb{display: inline-block; margin-bottom: 5px;}
.midashi5.orange{background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f5dd9d 0%) repeat scroll 0 0;}


.midashi6{
	background: url(../images/bg_kawa.gif) repeat-x bottom;
	padding-bottom: 30px;
	font-size: 200%;
	line-height: 1.4em;
}


.midashi7{
	padding-bottom: 30px;
	font-size: 170%;
	line-height: 1.4em;
	background: url(../images/bg_tenten.png) no-repeat center top;
	padding-top: 60px;
}


.midashi8{
	font-size: 200%;
	line-height: 1.4em;
	border-collapse: collapse;
	border: 2px solid #fff;
	margin-bottom: 30px;
	text-align: center;
	padding: 30px;
	border-radius:10px; 
	background: url(../images/bg_main_gara.gif) repeat;
}


/* dl
---------------------------------------------------- */
/*
.dl_list dt{
	background:url(../images/midashi_line.gif) no-repeat left center;
	padding-left:50px;
	color:#009865 ;
	font-weight:bold;
	font-size:110%;
	margin-bottom:10px;
}

.dl_list dd {padding-left:50px; margin-bottom: 20px;}
*/
	  	
/* ・ｽw・ｽi
---------------------------------------------------- */
.bg_tenten{
	background: url(../images/bg_tenten.jpg) no-repeat center bottom;
	padding-bottom: 13px;
}

.sen_t{
	border-collapse: collapse;
	border-top: 1px solid #b3234d;
}

.bg_gara{
	width: 100%;
	background: url(../images/bg_main_gara.gif)  repeat;
	min-width: 1040px;
}


/* btn1
----------------------------------------------------------*/
.btn1{
	background-color:#333;
	color:#fff;
	text-align:center;
	display:inline-block;
	padding: 2px 10px;
	font-size: 80%;
	border-radius:50px; 
}
.btn1 i{padding-right: 5px;}
.btn1 i{padding-right: 5px;}
.btn1:link,
.btn1:visited,
.btn1:hover{ color:#fff; text-decoration:none;}
.btn1.red_bg {background-color: #b3234d;}

.btn2{
	background-color:#b3234d;
	color:#fff;
	text-align:center;
	display:inline-block;
	padding: 2px 10px;
	border-radius:5px; 
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.1em;
}
.btn2 i{padding-right: 5px;}
.btn2:link,
.btn2:visited,
.btn2:hover{ color:#fff; text-decoration:none;}


.btn3{
	background-color:#b3234d;
	color:#fff;
	text-align:center;
	display:inline-block;
	padding: 15px 20px;
	border-radius:5px; 
}
.btn3 i{padding-right: 5px;}
.btn3:link,
.btn3:visited,
.btn3:hover{ color:#fff; text-decoration:none;}


/* mawarikomi
----------------------------------------------------------*/
.mawarikomi_l .image{
	float:left;
	margin-right:40px;
}
.mawarikomi_l.mr30 .image {margin-right: 30px;}
.mawarikomi_r .image{
	float:right;
	margin-left:40px;
}

.mawarikomi_l .text,
.mawarikomi_r .text{overflow:hidden;zoom:1;}

.w460 {width: 460px;}
.w500 {width: 500px;}

/* header
---------------------------------------------------- */
header{
	width: 100%;
	background: url(../images/head_line.gif) no-repeat center top;
	min-width: 1040px;
}
header .in{
	width: 1000px;
	margin: 0 auto;
	padding: 52px 20px 12px 20px;
	height: 166px;
}

h1{
	float: left;
	padding-left: 260px;
}
#head_right{
	width: 300px;
	float: right;
}

/* navigation
---------------------------------------------------- */
nav {
	width:1000px;
	margin: 0 auto;
	height:90px;
	line-height:12px;
	padding-bottom: 30px;
}
nav ul {list-style: none;}
nav li {float:left;}
nav ul img{ vertical-align:top;}

/* mainimage
---------------------------------------------------- */
#bg_main_gara{
	width: 100%;
	background: url(../images/bg_main_gara.gif)  repeat;
	min-width: 1040px;
}

#mainimage{
	margin: 0 auto;
	width: 1000px;
	padding: 0 20px;
}

/* content
---------------------------------------------------- */
main {font-size: 105%;}

.content{
	width:1000px;
	margin:0 auto;
	padding:0 20px;
}
.content_pd{
	width:1000px;
	margin:0 auto;
	padding:60px 20px;
}

.content_pd.pt0 {padding-top: 0;}

/* 01-index
---------------------------------------------------- */
.top01_title{
	width: 225px;
	float: left;
}

/*news*/
#top_news{
	width: 775px;
	float: right;
}
.news_scroll{
	width:755px;
	overflow-y:scroll;
	height:430px;
	padding-right:10px;
	overflow:auto;/*追加してみた*/
}


.news_box{
	border-collapse: collapse;
	border-bottom: 4px solid #e9dec5;
	padding: 25px;
	font-size: 95%;
}
.news_box .date {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}
.news_box .date .new{
	background-color: #b3234d;
	color: #fff;
	border-radius:50px; 
	padding: 3px 10px;
	margin-left: 10px;
	font-size: 70%;
	line-height: 1.0em;
	vertical-align: middle;
}


#top02{
	width: 100%;
	background: url(../images/bg_red.gif) repeat;
	min-width: 1040px;
	color: #fff;
	padding-bottom: 60px;
}
#top02 .in{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
#top02 ul li{
	display: inline;
	padding-right: 20px;
	width: 235px;
	float: left;
	margin-bottom: 60px;
}
#top02 ul li:last-child {padding-right: 0;}


#top03{
	width: 100%;
	background: url(../images/top03_bg.jpg) no-repeat center top;
	min-width: 1040px;
	min-height: 390px;
}
#top03 .in{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
#top03 .in .nakami{
	width: 505px;
}


#top04_left{
	width: 500px;
	float: left;
}
#top04_right{
	width: 465px;
	float: right;
}

/* アニメーション
---------------------------------------------------- */
.gly {position: relative; margin-bottom: 40px;}
.gly li.move2 {
	position: absolute;
	animation: moveY 2s infinite alternate ease-in, moveX 14s infinite normal linear;
	-ms-animation: moveY 2s infinite alternate ease-in, moveX 14s infinite normal linear;
	-webkit-animation: moveY 2s infinite alternate ease-in, moveX 14s infinite normal linear;
	-moz-animation: moveY 2s infinite alternate ease-in, moveX 14s infinite normal linear;
	-webkit-animation-delay: 2s;
}

@keyframes moveY {
0% {top:0px;}
50% {	top:30px;}
100% {top:0px;}
}

@-ms-keyframes moveY {
0% {top:0px;}
50% {	top:15px;}
100% {top:0px;}
}

@-webkit-keyframes moveY /* Safari and Chrome */
{
0% {top:0px;}
50% {	top:15px;}
100% {top:0px;}
}

@-moz-keyframes moveY /* Firefox */
{
0% {top:0px;}
50% {	top:15px;}
100% {top:0px;}
}

/*　横の動き　*/
@keyframes moveX {
0% {left:0px;}
100% {left:95%;}
}
@-ms-keyframes moveX{
0% {left:0px;}
100% {left:95%;}
}
@-webkit-keyframes moveX /* Safari and Chrome */
{
0% {left:0px;}
100% {left:95%;}
}
@-moz-keyframes moveX /* Firefox */
{
0% {left:0px;}
100% {left:95%;}
}

/* 03-products
---------------------------------------------------- */
#products_left{
	width: 260px;
	float: left;
}
#products_right{
	width: 700px;
	float: right;
}

dl.accordion dt {
	cursor:pointer;
	color:	#fff;
	background: url(../images/bg_black.gif) repeat;
	border-bottom:solid 1px #f6efdc;
	padding: 15px 10px;
}
dl.accordion dt:after{content: " \f0ab";font-family: FontAwesome; float:right;}
dl.accordion dt.opened {background: url(../images/bg_cha.gif) repeat;}
dl.accordion dt.opened:after{content: " \f0ab";font-family: FontAwesome; float:right;}

dl.accordion dd{
	border-bottom: 1px solid #c8c5b2;
	padding: 10px 10px;
}
dl.accordion dd a:link,
dl.accordion dd a:visited{
	display: block;
	text-decoration: none;
}
dl.accordion dd a:hover,
dl.accordion dd.navi-on a{
	color: #be854a;
}
dl.accordion dd a{ list-style:none;text-indent: -1em; padding-left:1em;}
dl.accordion dd a:before{content: " \f105";font-family: FontAwesome;text-align: center; margin-right:8px;}


.products_btn{
	display: table;
	width: 100%;
}
.products_btn li{
	display: table-cell;
	vertical-align: top;
}


.products_text{
	border-collapse: collapse;
	border-bottom: 1px solid #c8c5b2;
	padding: 20px 0;
}
.products_text.sen_none{
	border-bottom: none;
	padding: 30px;
}
.products_text2{
	padding: 30px;
	background-color: #f5e5ba;
}
.products_text3{
	padding: 30px;
  background-color: #fff;
  border: 3px double #c8c5b2;
	margin-bottom: 30px;
}

.products_photo {
	margin-right: -30px;
	overflow: hidden;
}
.products_photo div{
	display:table-cell;
	width:335px;
	height:250px;
	text-align:center;
	vertical-align:middle;
	float:left;
	margin-right:30px;
}
.products_photo div img{
	width:auto;
	height:auto;
	max-width:335px;
	max-height:250px;
}


.products_item{
	background: url(../images/bg_red.gif) repeat;
	padding: 10px;
	margin-bottom: 20px;
}
.products_item .in{
	background-color: #fff;
	padding: 30px;
}
.products_item .price{
	font-weight: bold;
	margin-bottom: 10px;
	color: #b3234d;
}
.products_item .price span {font-size: 200%; line-height: 1.4em;}

.products_item input[type="text"], 
.products_item select{ border:1px solid #ddd;padding:8px 15px; border-radius:4px}
.products_item .submit,
.table3 .submit{
	padding:10px 20px;
	font-size: 90%;
}


/* 04-orderinfo
---------------------------------------------------- */
#question {clear: both;}

.question_box{
	border-collapse: collapse;
	border: 1px solid #c8c5b2;
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
}

.question_box .title{
	display: table;
	width: 100%;
	background: url(../images/bg_tenten.png) no-repeat center bottom;
	margin-bottom: 10px;
}
.question_box .title li{
	display: table-cell;
	padding-bottom: 20px;
}
.question_box .title li.en{
	color: #b3234d;
	font-weight: bold;
	font-size: 220%;
	padding-right: 15px;
	width: 30px;
	line-height: 1.0em;
}
.question_box .title h4 {font-size: 120%;}

/* 05-company
---------------------------------------------------- */
#access {clear: both;}

/* 06-delivery
---------------------------------------------------- */
#souryou{clear: both;}

/* 07-contact
---------------------------------------------------- */
#privacy {clear: both;}

.contact_box{
	border-collapse: collapse;
	border: 1px solid #c8c5b2;
	background-color: #fff;
	border-radius: 10px;
}

.table_form{
	width:100%;
	border-collapse:collapse;
}
.table_form th{
	border-bottom:1px solid #c8c5b2;
	padding:13px 20px;
	vertical-align:middle;
	width:25%;
	text-align:left;
}
.table_form.co_table th{width: 30%;}/*カタログ注文用*/
.table_form td{
	border-bottom:1px solid #c8c5b2;
	padding:13px 20px;
}
.table_form th.last,
.table_form td.last{
	border-bottom:none;
}

.table_form .need:after { content: "必須 "; background-color:#faa604; color:#fff; font-size:75%; line-height:normal; padding:5px; border-radius:3px; display:block; float:right}

.form-s{width:180px}
.form-m{width:300px}
.form-l{width:95%}
.form100{width:95%}
.form-h{ height:150px; width:95%}

input{font-size:100%;vertical-align:middle; padding:14px}
input[type="text"], select{ border:1px solid #ddd;padding:14px; border-radius:4px}
input:focus[type="text"]{border:1px solid #999; padding:14px;}
input[type="checkbox"], input[type="radio"] {vertical-align:middle}

.required input[type="text"], .required input[type="password"], .required select, .required textarea{ border:1px solid #ffcf73;padding:14px;}
.required input[type="text"]:focus, .required input[type="password"]:focus, .required textarea:focus{border:1px solid #faa604; }

textarea{font-size:100%;border:1px solid #ccc;padding:14px;width:99%; border-radius:4px}
/*
input,textarea{ 
  display: inline-block; 
  font-family: FontAwesome; 
  font-style: normal; 
  font-weight: normal; 
  line-height: 1; 
  -Webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
} 
*/
.contact_privacy{
	margin-top:40px;
	padding:27px;
	font-size:90%;
	border:3px solid #ccc;
	border-radius:10px;
}
.contact_privacy h4{
	font-size:30px;
	text-align:center;
	line-height:normal;
	color:#2166a9;
	margin-bottom:10px;
}
.contact_privacy h4 span{ display:block; margin-top:5px; font-size:12px}
.contact_privacy h5{
	margin-top:15px;
	font-size:110%;
	margin-bottom:10px;
	position: relative;
}
.contact_privacy h5 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-right:2.5em;
	padding-right:1em;
	background-color: #fff;
	text-align: left;
}
.contact_privacy h5::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.contact_privacy ol{ margin-left:20px;margin-bottom:15px}

.submit{
	background: url(../images/bg_black.gif) repeat;
    color: #fff;
	border:none;
	border-radius:5px;
	cursor:pointer;
	padding:12px 50px;
}
input[type="submit"] ,
input[type="button"] {
  -webkit-appearance: none;　/*スマホのグラデ消す*/
}


/*薄い文字*/
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}



.contact_scroll{
	width:990px;
	overflow-y:scroll;
	height:300px;
	padding-right:10px;
	overflow:auto;/*追加してみた*/
}

/* footer
---------------------------------------------------- */
footer{
	font-size: 95%;
}
#foot_link{
	background: url(../images/foot_link.gif) repeat;
	min-width: 1040px;
}

#foot_link ul {
	line-height:1.4em;
	width:1000px;
	margin:0 auto;
	padding:20px 20px;
	text-align: center;
}
#foot_link li{
	list-style:none;
	display: inline;
	padding: 0 10px;
}

#foot_link li a{
	color:#fff;
	text-decoration:none;
}
#foot_link li a:hover{
	text-decoration:none;
	color:#f2bfce;
}


#foot_in{
	width: 1000px;
	margin: 0 auto;
	padding: 40px 20px;
}

.foot_left{
	width: 455px;
	float: left;
}
.foot_right{
	width: 505px;
	float: right;
}

.foot_left .btn1 {margin-left: 10px;}



.copy{color: #989588; margin-top: 15px;}

.top-instagram h3{
	text-align: center;
	padding: 60px 0;
}
.top-instagram h3 a{}
.top-instagram h3 a:hover{
	opacity: 0.7;
}
.top-instagram h3 a img{
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 4px 6px rgba(0, 0, 0, 0.19);
}

/* print
----------------------------------------------------------*/
@media print {
#topcontrol {display:none;}

	
}

.add-text-top {
	font-size: 0.9em;
	font-weight: bold;
	font-family:'uzurafont'; 
}
