@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body{
	width:100%;
	max-width:640px;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size:18px;
	line-height:1.5em;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	background-color: #ffffff;
	overflow-x:hidden;
}

#wrapper {
	max-width: 640px;
	width: 100%;
}

a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}


/*----------------------------------------------------
 Font
----------------------------------------------------*/
.center {
	text-align:center;
}

.right {
	text-align:right;
}

.bold_red {
	color: #AD0002;
	font-weight: bold;
}

.font_size_08 {
	font-size: 0.8em;
	line-height:1.5em;
}

.font_size_1_2 {
	font-size: 1.2em;
	line-height:1.3em;
}

.font_size_1_3 {
	font-size: 1.3em;
	line-height:1.3em;
}

.font_size_1_5 {
	font-size: 1.5em;
	line-height:1.3em;
}

.font_size_2 {
	font-size: 1.8em;
	line-height:1.3em;
}

.font_size_3 {
	font-size: 3em;
	line-height:1.1em;
}

.font_size_4 {
	font-size: 4em;
	line-height:1.1em;
}

.font_size_4_5 {
	font-size: 4.5em;
	line-height:1.1em;
}
.font_size_00{
	font-size:70%;
	line-height:1.5em;
}
.font_size_01{
	font-size:80%;
	line-height:1.5em;
}
.font_size_02{
	font-size:90%;
	line-height:1.5em;
}
.font_size_03{
	font-size:100%;
	line-height:1.5em;
}
.font_size_04{
	font-size:120%;
	line-height:1.5em;
}
.font_size_05{
	font-size:130%;
	line-height:1.5em;
}
.font_size_06{
	font-size:150%;
	line-height:1.5em;
}
.font_size_07{
	font-size:170%;
	line-height:1.5em;
}
/*----------------------------------------------------
 header
----------------------------------------------------*/
header {
	position:fixed;
}

#header-global{
	position:relative;
	margin:0 auto;
	padding:0;
	width:100%;
/*	overflow:hidden;
*/}
.global-header_img_h1{
	color:#0000FF;
	background-color: #C00;
	top:0;
	margin:0 auto;
	width:100%;
	height:2em;
}

/*----------------------------------------------------
 sub menu
----------------------------------------------------*/
.sub_menu {
	width:96%;
	padding:0.8em 2% ;
	font-size:0.7em;
	text-align:left;
}

.sub_menu a {
	color:#AD0002;
	font-size:0.8em;
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/
#footer-global {
	background-color:#963;
	margin:0 auto;
	width:100%;
	float:left;
}

#footer-global_copyright{
	margin: 0;
	text-align: center;
	width:100%;
	background-color:#F00;
	background-image:url(../img/base/footer-copyright_bg_img.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100% auto;
	height:0;
	padding-top:13.1%;
	position:relative;
}
.footer-global_copyright_img{
	width: 100%;
	color:#FFFFFF;
	position:absolute;
	top:0;
	margin:1em auto 0;
}

.footer-tel_link{
	text-decoration:none;
}

.footer-tel_link_box{
	width:90%;
	/*background-color: #0084D2;*/
	background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background:-webkit-linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	margin:0em auto 0.5em;
	padding:0.5em;
	border-radius:5px;
	box-shadow:rgba(0, 0, 0, 0.65098) 2px 2px 1px 0px;
}
.footer-tel_link_name{
	color: #333;
	font-size:100%;
}
span.footer-tel_link_span{
	background-color: #c00;
	border-radius:3px;
	color: #fff;
	padding:0.1em 0.2em;
	margin:0 0.5em 0.5em auto;
}
.footer-tel_number{
	font-size:170%;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	color: #191970;
	margin-top:0.3em;
}
.footer-tel_time{
	font-size:60%;
	color:#333;
}
/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
.clearfix{
	overflow:hidden;
}

.clearfix02{
	clear:both;
}
dl, dt, dd, ol {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.clearfix03:after {
	display: block;
	clear: both;
	content: "";
}

/*----------------------------------------------------
 ご注文ガイド
----------------------------------------------------*/
#home_guide_list{
	padding:0;
}
.home_guide_title-h1{
	font-size: 120%;
	color: #FFFFFF;
	line-height: 1em;
	text-indent: 1em;
	background-color: #C00;
	border-left: 0.5em solid #900;
	clear: left;
	padding: 1em 0 1em 0;
}

.home_guide {
	width: 100%;
	padding: 0.5em 0 0.5em 0;
	float: left;
	margin: 0 0 0.5em 0;
	font-size: 0.7em;
	line-height:1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.home_guide_img {
	float: left;
	width: 7%;
	margin: 0 1.5em 1.2em 0;
	padding: 0;
	min-width:50px;
}

.home_guide_h1 {
	width: 100%;
	padding: 0;
	margin:0.4em 0 0.5em 0 ;
	font-size:1.8em;
	color:#AC0002;	
}

/*----------------------------------------------------
 イメージ
----------------------------------------------------*/
.img_max {
	width:100%;
}

.img_max-s {
	width:98%;
}

img{
	border:none;
}

img:not([width]) {
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

.img_left {
	float:left;
	margin:0.5em 0.5em 0.5em 0;
}

.img_0 {
	display:block;
}

/*----------------------------------------------------
 タイトル・見出し・本文・注釈
----------------------------------------------------*/
.attention_01 {
	width:90%;
	padding:5%;
	background-color:#BB8342;
	color:#FFF;
	text-align:center;
	font-size:1.5em;
	line-height:1.2em;
}

.chushaku {
	font-size: 0.6em;
	line-height: 1.2em;
	padding:0.7em 0 ;
}

.hnTxt05 {
	width: 100%; 
	margin: 0 auto .5em; 
	padding:.5em 0 .5em .5em;
	background: #c61a22; 
	color: #ffffff; 
	box-sizing: border-box;
}

.hint_01 {
	width:96%;
	padding:2%;
	background-color:#F1E6D9;
}

.body-txt01{
	width:95%;
	margin:0 auto;
	text-align:left;
	line-height:1.8em;
	font-size:98%;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
.body-txt02{
	width:95%;
	margin:0 auto;
	text-align:left;
	line-height:1.5em;
	font-size:90%;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
.border-bottom01{
	border-bottom:1px solid #666;
}
.txt_bold{
	font-weight:bold;
}
/*----------------------------------------------------
 レイアウト
----------------------------------------------------*/
.mb_2p {
	margin:0 0 2% 0;
}

.mb_1 {
	margin:0 0 1em 0;
}

.mb_2 {
	margin-bottom: 2em;
}

.mb_5 {
	margin:0 0 5em 0;
}

.mg_4p {
	margin:4%;
}

.mb10 {
	margin-bottom: 10px;
}

.mgn01{
	margin:1em 0;
}
.mg-t01{
	margin:1em auto 0;
}

.mr2{margin-right: 2em;}

.lyt_01 {
	width:96%;
	padding: 0 1%;
	margin: 0 auto 0.5em;
	clear:left;
	float:left;
}

.lyt_02 {
	width:98%;
	padding: 0 1%;
	margin: 0 auto 1.5em;
	clear:left;
	float:left;
}

.article01{
	width:97%;
	margin:0 auto 1em;
	padding:0 1.5%;
}

/*----------------------------------------------------
 リスト
----------------------------------------------------*/
.dd_under_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding:0 0 0.2em 1em;
	margin:0 0 0.5em 0;
}

/*----------------------------------------------------
 ボタン
----------------------------------------------------*/
.btn_goto_top {
	width: 60%;
	padding: 3%;
	margin:0 auto 1em;
	text-align: center;
	font-size: 1em;
	color: #AC0002;
	background-color: #FDEAD5;
	border: 1px solid #AC0002;
}

.btn_goto_top a{
	color: #AC0002;
	display: block;
}

.btn_nml_01 {
	padding: 1%;
	font-size: 1em;
	line-height:1.5em;
	color: #FFF;
	background-color: #7F4E1A;
	border: 1px solid #000;
	margin:1em 0;
}

.btn_nml_01 a{
	color: #FFF;
	display: block;
}

.btn_nml_02 {
	padding: 2%;
	width:50%;
	font-size: 1.2em;
	line-height:1.5em;
	color: #AC0002;
	background-color: #FFF;
	border: 1px solid #AC0002;
	margin:0.5em auto;
	clear:left;
	text-align:center;
}

.btn_nml_02 a{
	color: #AC0002;
	display: block;
}
