@charset "UTF-8";

/*---------------------------------
リンク画像ロールオーバー半透明
--------------------------------*/
a:hover img{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}
a:hover {
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}
/*---------------------------------
ボディ文字、背景指定
--------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 18px;
	line-height: 1.8em;
}


/*---------------------------------
ヘッダー部分
--------------------------------*/
header{
	width: 100%;
	height: auto;
	margin:0 auto;
	padding: 1em 0;
	border-bottom: 4px solid #999999;
}
header .inner{
	width: 96%;
	height: auto;
	margin: 0 auto;
}
header a{
	text-decoration: none;
	color: #003399;
	font-size: 6vw;
	font-weight: bold;
}
@media(min-width:768px){
header .inner{
	width: 960px;
	margin: 0 auto;
}
header a{
	font-size: 32px;
}
}

/*---------------------------------
ナビ
--------------------------------*/
nav{
	width: 96%;
	height: auto;
	margin: 1em auto;
}
@media(min-width:768px){
nav{
	width: 960px;
	height: auto;
}
}
/*---------------------------------
メインイメージ
--------------------------------*/
.main_img{
	width: 100%;
	height: auto;
	margin: 1em 0;
}
.main_img img{
	width: 100%;
	height: auto;
}
@media(min-width:768px){
.main_img{
	width: 960px;
	height: 180px;
	margin: 1.5em auto;
}
}

/*---------------------------------
コンテンツ
--------------------------------*/
.contents_wrap{
	width: 96%;
	height: auto;
	margin: 2em auto;
	text-align: center;
}
.contents_wrap .contents_head2{
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 0.5em;
	border-bottom: solid 6px;
	border-image: linear-gradient(to right, #fff 0%, #3366CC 50%, #fff 100%);
	border-image-slice: 1;
}
.contents_wrap ul{
	width: 17em;
	text-align: left;
	margin: 2em auto;
}
.contents_wrap li{
	list-style: disc;
}
@media(min-width:768px){
.contents_wrap{
	width: 960px;
	height: auto;
}
.contents_wrap .contents_head2{
	font-size: 26px;
}
}


/*---------------------------------
問い合わせボタン
--------------------------------*/
.btn_inquiry{
}
.btn_inquiry a{
	font-size: 18px;
	display: inline-block;
	padding: 1em 2em 1em 1em;
	color: #fff;
	background-color: #3366CC;
	text-decoration: none;
	border-radius: 10px;
	position: relative;
}
.btn_inquiry a::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 4vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 10px;
} 
.tel_fax{
	font-size: 4vw;
	font-weight: bold;
	margin: 0.5em 0;
}
@media(min-width:768px){
.btn_inquiry a{
	font-size: 26px;
}
.btn_inquiry a::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 1.5vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 12px;
} 
.tel_fax{
	font-size: 18px;
	margin: 1em 0;
}
}

/*---------------------------------
テーブル
--------------------------------*/
.table_price{
	border: 1px solid #CCC;
	margin-top: 1.6em;
	margin-bottom: 20px;
	border-collapse: collapse;
	width: auto;
	line-height: 1.6em;
}
.table_price td,th{
	text-align:center;
	vertical-align: middle;
	padding:0.5em 1em;
	border:1px solid #666;
	white-space: nowrap;
}

@media(max-width:767px){
.table_price{
	width: 100%;
	line-height: 1.4em;
}
.table_price td,th{
	font-size: 14px;
	padding:0.3em;
}
.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
}


/*---------------------------------
お問い合わせフォーム
--------------------------------*/
.orders_wrap{
	width: 960px;
	height: auto;
	margin: 2em auto;
}
.orders_wrap h2{
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #ccc;
	margin: 1em 0;
}
.orders_wrap h3{
	font-size: 23px;
	font-weight: bold;
	padding-left: 0.5em;
	border-left: solid 8px #003399;
	margin: 2em 0 1em;
}
.orders_wrap .mail_tel{
	display: inline-block;
	margin: 0.5em 0;
}
.orders_wrap .mail_tel a{
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
	
.form_table{
	border: 1px solid #CCC;
	border-collapse: collapse;
	line-height: 1.8em;
	margin-top: 20px;
	width: 80%;
	box-sizing: border-box;
}

.form_table th{
	padding: 12px;
	border: 1px solid #999;
	vertical-align: top;
	line-height: 1.4em;
	white-space: nowrap;
	text-align: left;
}
.form_table td{
	padding: 12px;
	border: 1px solid #999;
	vertical-align: top;
	line-height: 1.4em;
}
@media screen and (max-width: 768px) {
.orders_wrap{
	width: 96%;
	height: auto;
	margin: 2em auto;
}
.orders_wrap h2{
	font-size: 20px;
}
.orders_wrap h3{
	font-size: 18px;
}
.orders_wrap .mail_tel a{
	font-size: 18px;
}
	
.form_table{
	width: 100%;
}
.form_table th{
	display: block;
	border-collapse: collapse;
	border: none;
	padding-bottom: 0;
}
.form_table td{
	display: block;
	border-collapse: collapse;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #999;
}
}
.form_table td .caption{
	font-size: 14px;
	color: #F00;
	margin-top: 5px;
	line-height: 1.4em;
}
.form_table td .ind{
	padding-left: 1em;
	text-indent: -1em;
}
.required{
	font-size: 13px;
	color: #FFF;
	background-color: #F60;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px 5px;
	display: inline-block;
}
.button_wrap{
	margin-top: 20px;
}
input, button{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
input#submit_button{
	background-color: #003399;
	padding: 1em;
	color: #FFF;
	border-radius: 10px;
	margin-right: 1em;
}
input#reset_button{
	background-color: #003399;
	padding: 1em;
	color: #FFF;
	border-radius: 10px;
}

.ind{
	margin-bottom: 0.5em;
}
textarea{
	border: 1px solid #CCC;	
	width:100%;
	height:auto;
}
.tx_area{
	padding:0.6em;
	font-size: 15px;
}




/*---------------------------------
フッター
--------------------------------*/
footer{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 8px 0;
	border-top: solid 1px #aaa;
}
footer .inner{
	width: 960px;
	height: auto;
	margin: 20px auto;
	position: relative;
}
footer address {
	font-size: 15px;
	color: #666;
	line-height: 1.6em;
}
footer address span{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8em;
}
footer .copyright{
	font-size: 12px;
	position: absolute;
	line-height: 1.5em;
	margin: 0;
	bottom: 0;
	right: 0;
}
@media(max-width:767px){
footer{
	width: 100%;
	height: auto;
	margin-top: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
footer .inner{
	width: 96%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
footer address {
	font-size: 13px;
	line-height: 1.4em;
	padding: 0;
}
footer address span{
	font-size: 15px;
	line-height: 1em;
	font-weight: bold;
	display: block;
	margin: 0;
}
footer .copyright{
	font-size: 12px;
	position: static;
	line-height: 1.5em;
	margin: 0.75em 0;
}
}



/*---------------------------------
マージン
--------------------------------*/
.mt1em{margin-top: 1em;}
.mt2em{margin-top: 2em;}
.mt3em{margin-top: 3em;}
.mt18em{margin-top: 1.8em;}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt22 {margin-top: 22px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}

.mb5 {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;}

.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml55 {margin-left: 55px;}
.ml60 {margin-left: 60px;}
.ml75 {margin-left: 75px;}
.ml85 {margin-left: 85px;}
.ml90 {margin-left: 90px;}
.ml100 {margin-left: 100px;}
.ml110 {margin-left: 110px;}

.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}

.ml1em {margin-left: 1em;}
.ml2em {margin-left: 2em;}
.ml4em {margin-left: 4em;}
.ml5em {margin-left: 5em;}

.mb-3 {margin-bottom: -3px;}

.lh12 {line-height: 1.2;}
.lh17 {line-height: 1.7;}

/*---------------------------------
パディング
--------------------------------*/
.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt25 {padding-top: 25px;}
.pt27 {padding-top: 27px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}

/*---------------------------------
テキストサイズ、装飾
--------------------------------*/
.tx12 {font-size: 12px;}
.tx13 {font-size: 13px;}
.tx14 {font-size: 14px;}
.tx15 {font-size: 15px;}
.tx16 {font-size: 16px;}
.tx18 {font-size: 18px;}
.tx20 {font-size: 20px;}
.tx21 {font-size: 21px;}
.tx22 {font-size: 22px;}
.tx24 {font-size: 24px;}

.txbold {font-weight: bold;}


/*---------------------------------
文章共通
--------------------------------*/
.tx_left{
	margin: 1.5em 0;
}

/*---------------------------------
写真、図、装飾
--------------------------------*/
.tx_center{
	text-align: center;
}
.copy_bold{
	font-size: 16px;
	font-weight: bold;
}
.tx_block{
	display: inline-block;
}


/*---------------------------------
PC SP 切り替え
--------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
