@charset "Utf-8";
@import url("drawer.css"); /*モバイルメニュー用読み込み*/
@font-face{
	font-family:"logotypegothic" ;
	src: url('https://cdn.leafscape.be/LogoTypeGothicCondense/07LogoTypeGothic-Condense_web.woff2')format("woff2");
}
/*-----------------------------------------------------------------------------------*/
/*	リセット paddingリセット
/*-----------------------------------------------------------------------------------*/

*{
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding:0;
	margin:0;
}

*, *:before, *:after { /** paddingにboderを含める **/
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th,{
	margin:0px;
	padding:0px;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}

html{font-size: 62.5%;}
body {font-size: 1.4em;}

a{outline: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

.rich_font{font-family: Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}

.font_frame{
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff; /*文字白枠*/
}

/*-----------------------------------------------------------------------------------*/
/*	リンク画像透過共通指定　hr装飾
/*-----------------------------------------------------------------------------------*/


.link_img{
	transition: 0.3s;
}

.link_img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.link_img_b{
	transition: 0.3s;
}

.link_img_b:hover {
    filter: brightness(200%);
}


.contents a img {
    -webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
	-moz-box-shadow: 0px 1px 2px #656565;
	-webkit-box-shadow: 0px 1px 2px #656565;
	box-shadow: 0px 1px 2px #656565;
	transition: 0.3s;
}
.content a img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}


hr{
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin-top: 5px;
	margin-bottom: 5px;
}

/*********** youtube 地図 ***********/


.youtube_wrap{
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 460px !important;
  max-height: 315px !important;
}

.googlemap{
  width: 100%;
}

.googlemap iframe{
  width: 100%;
  height: 450px;
}


/*********** 解除・調整・その他 ***********/

.clear{clear: both;}

/* clearfix */
.cf::after{
	content: "";
	clear: both;
	display: block;
}

.radius_5{  /*** boder角丸 ****/
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
}

.mg_t10{margin-top: 10px;}
.mg_t20{margin-top: 20px;}
.mg_t30{margin-top: 30px;}
.mg_t40{margin-top: 40px;}
.mg_t50{margin-top: 50px;}
.mg_t60{margin-top: 60px;}
.mg_t70{margin-top: 70px;}
.mg_t80{margin-top: 80px;}
.mg_t90{margin-top: 90px;}

.mg_b10 {margin-bottom: 10px;}
.mg_b20 {margin-bottom: 20px;}
.mg_b30 {margin-bottom: 30px;}
.mg_b40 {margin-bottom: 40px;}
.mg_b50 {margin-bottom: 50px;}
.mg_b60 {margin-bottom: 60px;}
.mg_b70 {margin-bottom: 70px;}
.mg_b80 {margin-bottom: 80px;}
.mg_b90 {margin-bottom: 90px;}

.pd_tb20{padding-top: 20px;padding-bottom: 20px;}
.pd_tb30{padding-top: 30px;padding-bottom: 30px;}
.pd_tb40{padding-top: 40px;padding-bottom: 40px;}
.pd_tb50{padding-top: 50px;padding-bottom: 50px;}
.pd_tb60{padding-top: 60px;padding-bottom: 60px;}
.pd_tb70{padding-top: 70px;padding-bottom: 70px;}
.pd_tb80{padding-top: 80px;padding-bottom: 80px;}
.pd_tb90{padding-top: 90px;padding-bottom: 90px;}

.font_10 {font-size: 1rem;}
.font_11 {font-size: 1.1rem;}
.font_12 {font-size: 1.2rem;}
.font_13 {font-size: 1.3rem;}
.font_14 {font-size: 1.4rem;}
.font_15 {font-size: 1.5rem;}
.font_16 {font-size: 1.6rem;}
.font_17 {font-size: 1.7rem;}
.font_18 {font-size: 1.8rem;}
.font_19 {font-size: 1.9rem;}
.font_20 {font-size: 2.0rem;}
.font_21 {font-size: 2.1rem;}
.font_22 {font-size: 2.2rem;}
.font_23 {font-size: 2.3rem;}
.font_24 {font-size: 2.4rem;}
.font_25 {font-size: 2.5rem;}

.font_red{ color: #C7243A !important;}
.font_blue{ color: #EDAD0B;}
.font_orange{ color: #DA5019;}
.font_yellow{ color: #007AB7;}
.font_green{ color: #009250}

.align_center{ text-align: center !important;}
.align_right{ text-align: right !important;}
.align_left{ text-align: left !important;}

.posi_rel{position: relative;} /*基準*/
.posi_abs{position: absolute;} /*絶対位置*/
.posi_fix{position: fixed;}
.posi_sta{position: static;}

.v_rl{
	-webkit-writing-mode: vertical-rl; /*縦書き*/
	-ms-writing-mode: tb-rl; /*縦書き*/
	writing-mode: vertical-rl; /*縦書き*/
}

/** セクション調整 ****************/

/* 点滅 */
.blink{
	color: #C7243A;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/*フェードイン*/
.fadein{
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.img_max {max-width: 100%;
margin-left: auto;
margin-right: auto;}

.only_pc {display: none;}
.only_mobile {}

/** Flex 指定 ********************/

.flex{
    display: -webkit-flex; /* Safari */
    display: flex;
}

.flex_r{
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
}

.flex_wrap{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}

/* 端詰め等間隔 */
.flex_space_between{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
/* 等間隔 */
.flex_space_around{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
}
/* センター寄せ */
.flex_justify_center {
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}


/* PC時Flex モバイル時Flexしない */
.flex_nonflex{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}

.flex_nonflex_between{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}


.flex_nonflex_between_r{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
}

/* PC時Flexbetween モバイル時Flexaround */

.flex_switch{
	display: -webkit-flex; /* Safari */
   	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}


.four_column::before{
  content:"";
  display: block;
  width:250px;/*幅入れる*/
  order:1;
}
.four_column::after{
  content:"";
  display: block;
  width:250px;/*幅入れる*/
}


.three_column::after{
  content:"";
  display: block;
  width:204px; /*幅入れる*/
  order:1;
}

/**シェアボタン************************/

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?ookgoz');
	src:url('../fonts/icomoon.eot?ookgoz#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?ookgoz') format('truetype'),
		url('../fonts/icomoon.woff?ookgoz') format('woff'),
		url('../fonts/icomoon.svg?ookgoz#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-line:before        {content: "\e90a";}
.icon-feedly:before      {content: "\e900";}
.icon-pocket:before      {content: "\e902";}
.icon-instagram:before   {content: "\ea92";}
.icon-twitter:before     {content: "\ea96";}
.icon-youtube:before     {content: "\ea9d";}
.icon-google:before      {content: "\ea88";}
.icon-google2:before     {content: "\ea89";}
.icon-google-plus:before {content: "\ea8b";}
.icon-google-plus2:before{content: "\ea8c";}
.icon-facebook:before    {content: "\ea90";}
.icon-facebook2:before   {content: "\ea91";}
.icon-linkedin:before    {content: "\eaca";}
.icon-linkedin2:before   {content: "\eac9";}
.icon-pinterest:before   {content: "\ead2";}
.icon-pinterest2:before  {content: "\ead1";}
.icon-hatebu:before      {content: "\e903";}
.icon-hatebu2:before     {content: "\e901";}
.icon-rss:before         {content: "\ea9b";}
.icon-rss2:before        {content: "\ea9c";}
/*** メニュー ***************************************/
.drawer-hamburger{
	background: rgba(211,211,211,0.8);
}

.drawer-menu{
	list-style-type: none;
}

.drawer-menu li{
	display: block;
	font-size: 110%;
	padding-left: 15px;
	border-top: 1px solid #999999;
}

.menu i{
	margin-left: 10px;
}
.menu_last{
	border-bottom: 1px solid #999;
}

.drawer-menu li a,.drawer-menu li span.span_menu{
	display: block;
	color: #333333;
	padding: 15px;
	font-weight: 800;
	text-decoration: none;
    text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;
}
.drawer-menu li a:hover,.drawer-menu li span.span_menu:hover{
	background-color:#CAE7F2;
}

.child {
  display: none;
}
.open_m{
	display: block;
}
.mobile_menu_logo{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 260px;
}

.img_mobile_menu_logo{
	width: 100%;
}

.mobile_info{
	padding: 10px;
}

.mobile_info span{
	display: block;
	text-align: right;
	font-size: 15px;
	line-height: 35px;
}

.mobile_info span a{
	font-weight: 800;
	font-size: 18px;
}

/*** ▲メニュー▲ ***************************************/
/** ヘッダー **********/
.header_wrap{
	width: 100%;
}
.header_logo_area{
	display: none;
}
.logo_header{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.header_bar{
	position: relative;
	width: 100%;
	color: #ffffff;
	background-color: #000000;
}
.span_header_bar{
	display: inline-block;
	font-size: 1.2rem;
	padding-left: 60px;
}
.img_header_bar_price{
	position: absolute;
	width: 65px;
	left: 1px;
	bottom: -12px;
}
/** パンくずリスト *********************/
.breadcrumb_area{
	width: 100%;
	max-width: 1100px;
	padding:0px 55px;
	margin-left: auto;
	margin-right: auto;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #d0d0d0;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
	color: #e8e8e8;
  text-decoration: none;
}
.breadcrumb li a:hover {
	color: #ffffff;
  text-decoration: underline;
}
/** パンくずリスト *********************/
/** ヘッダー **********/
/** フッターデザイン ********************/
.footer{
	background: #6a8ca5;
	color: #fff;
}
.footer_wrap{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

.footer_contents{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	flex-direction: row-reverse;
}

.footer_link_area{
	width: 250px;
	margin-left: 30px;
}

.footer_link_area ul{
	list-style-type: none;
	padding-left: 20px;
	text-align: left;
}
.footer_link_area ul li{
	padding-top: 3px;
	padding-bottom: 7px;
}

.footer_link_area ul li a{
	color: #FFFFFF;
	text-decoration: none;
}

.footer_link_area ul li::before{
	content: ">";
	margin-right: 3px;
}

.footer_logo_area{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}
.footer_name_area{
	text-align: left;
	margin-left: 10px;
}
.footer_name_area a{
	color: #FFFFFF;
	text-decoration: none;
}
.img_footer_logo{
	width: 39px;
}
.footer_company_name{
	display: block;
	font-size: 2.0rem;
}
.footer_address{}
.copy{
	padding-top: 40px;
}

/** フッターデザイン ********************/
/** indexページ **********************/
.p_index_header{
	width: 100%;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	font-size: 1.6rem;
}

.index_header_img_area{
	width: 100%;
	background-color: #007AB7;
}
.index_header_img_inner{
	width: 100%;
	height: 400px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.index_h1_header_img{
	margin-left: auto;
	margin-right: auto;
	padding-top: 15%;
	padding-left: 30px;
	font-size: 2.8rem;
	color: #FFFFFF;
}
.index_h1_header_img span{
	display: block;
	font-size: 2.0rem;
	font-weight: 400;
}
.h1_header_img{
	padding-top: 5%;
	padding-left: 10px;
	font-size: 2.8rem;
	color: #ffffff;
	text-align: left;
}
.h1_header_img span{
	display: block;
	font-size: 1.9rem;
	color: #000000;
}
.bg_orange{
	background-color: #f18200;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bg_green{
	background-color: #008F7E;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.top_half_img_area{
	width: 100%;
	text-align: center;
}
.img_top_price{
	width: 100%;
	object-fit: contain;
}
.h2_top_price{
	text-align: center;
	font-size: 2.5rem;
	padding-top: 15px;
	padding-bottom: 15px;
}
.h3_top_price{
	text-align: center;
	font-size: 1.8rem;
	padding-top: 15px;
	padding-bottom: 15px;
}
.price_button_area{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.a_price_button{
	display: inline-block;
	color: #ffffff;
	font-size: 2.3rem;
	text-decoration: none;
	padding: 10px 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #744199;
	border: 1px solid #512D6B;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
	transition: 0.3s;
}
.a_price_button:hover{
	color: #512D6B;
	background-color: #CCB3DD;
	transition: 0.3s;
}
/** indexページ **********************/
/** ターポリンページ*************************/
.header_img_area{
	width: 100%;
	background-image: url(img/index_header_m.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.header_img_inner{
}
.h1_header_img{
	padding-top: 5%;
	padding-left: 10px;
	font-size: 2.8rem;
	color: #ffffff;
	text-align: left;
}
.h1_header_img span{
	display: block;
	font-size: 1.9rem;
	color: #000000;
}
/** ターポリンページ*************************/
/** 商品紹介トップイメージ *********/
.header_img_area{
	width: 100%;
	text-align: center;
	background-color: #000000;
}
.img_header_img{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	object-fit: cover;
}
/** 商品紹介トップイメージ *********/
/** コンテンツレイアウト ***************/
.contents{
	padding-top: 20px;
}
.inner{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}
.section{
	padding-top: 5px;
	padding-bottom: 30px;
}
.sub_section, .sub_section_min{
	padding-bottom: 15px;
}
.main_contents p{
	line-height: 150%;
	padding-bottom: 10px;
}
.one_half{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}
.one_half_right{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.two_column{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
.column_1{
	width: 48%;
}
.column_1 img{
	width: 100%;
}
.img_width_full{
	width: 100%;
	max-width: 480px;
}
.border_tb{
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.border_box{
	width: 100%;
	padding: 15px;
	border: 1px solid #333333;
}

/** コンテンツレイアウト ***************/
/** コンテンツ装飾 ***********/
.h2_contents{
	font-family: "logotypegothic";
	font-size: 2.3rem;
	font-weight: 800;
	padding-bottom: 10px;
}
.h3_contents{
	font-family: "logotypegothic";
	font-size: 2.2rem;
	font-weight: 800;
	padding-bottom: 8px;
}
.h3_tabletitle{
	font-size: 2.0rem;
	text-align: center;
	padding-bottom: 3px;
}
.h3_tabletitle span{
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
}

.dl_order_form{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
.dl_order_form dt{
	display: block;
	width: 100% !important;
	text-align: left;
	font-weight: 800;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom: 1px solid #999999;
	background-color: #e8f0ff;
}
.dl_order_form dt:first-child{
	border-top: 2px solid #999999;
}

.dl_order_form dd{
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	border-bottom: 2px solid #999999;
}
.dl_order_form dd label{
	display: block;
	margin-right: 10px;
	padding: 5px 7px;
	margin-bottom: 5px;
	border: 1px solid #0086AB;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
}
.dl_order_form dd label:hover{
	background-color: #5599AA;
	color: #FFFFFF;
}

.radio_checked{
	background-color: #0086AB;
	color: #FFFFFF;
}

.dl_order_form dd input{
	max-width: 100%;
	font-size: 1.8rem;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 2px solid #0086AB;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
	background-color: #ffebff;
	text-align: right;
}
.dl_order_form dd textarea{
	max-width: 100%;
}
.input_w100{
	width: 90px;
}

.input_w70{
	width: 70px;
}

.input_w50{
	width: 50px;
}

.hint{
	border: 2px dotted #ffa500;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
	padding: 6px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.span_sub_dt{
	display: block;
	font-weight: 800;
	padding-top: 5px;
}
.button_area{
	padding-top: 15px;
	padding-bottom: 15px;
}
.submit_button{
	font-size: 2.5rem;
	font-weight: 800;
	padding: 5px 30px;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
	transition: 0.3s;
}
.submit_button:hover{
	background-color: #0086AB;
	color: #FFFFFF;
	transition: 0.3s;
}
.submit_button i{
	margin-right: 3px;
}

.kekka_open{
	font-size: 2.0rem
}
.kekka_sub_t{
	display: block;
	font-weight: 800;
	padding-top: 7px;
  border-bottom: 1px solid #999999;
}
.kekka_object{}
.kekka_result{
	font-size: 1.8rem;
	margin-right: 3px;
	font-weight: 800;
	color: #000080;
}

#kekka_open{
	margin: 10px 10px 30px 10px;
	padding: 14px;
	border: 3px solid orange;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
}
#attention_alert{
	font-size: 1.6rem;
	font-weight: 800;
	color: red;
}
#span_total_with_shipping{
	font-size: 2.0rem !important;
	color: #C7243A !important;
}
#span_total_zeikomi{
	font-size: 1.8rem;
	font-weight: 800;
}

.list_disc{
	list-style-type: disc;
	padding-left: 25px;
	font-size: 1.6rem;
	padding-right: 10px;
}

.list_disc li{
	line-height: 150%;
	padding-bottom: 7px;
}
.table_tanka{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
.table_tanka tr:nth-child(2n+1){
	background-color: #edf9f3;
}
.table_tanka tr th{
	background-color: #C6EDDB;
	text-align: center;
	padding: 5px 10px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
.table_tanka tr td{
	text-align: center;
	padding: 5px 10px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
.order_button_area{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 15px;
	background-color: #FCF1D3;
	margin-bottom: 25px;
}
.img_handsigne{
	position: absolute;
	top: 20px;
	right: 30px;
	width: 70px;
}
.a_order_button{
	display: inline-block;
	width: 70%;
	color: #ffffff;
	font-size: 1.8rem;
	text-decoration: none;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	background-color: #009250;
	border: 1px solid #009250;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
	transition: 0.3s;
}
.a_order_button:hover{
	color: #009250;
	background-color: #C6EDDB;
	transition: 0.3s;
}
.check_visible{
	display: none;
}
.tanka_maisuu{
	display: inline-block;
	width: 120px;
	text-align: center;
}
.tanka_price{
	display: inline-block;
	width: 65px;
	text-align: right;
}
/** のぼりぺーじ **********************/
.nobori_header_img_area{
	width: 100%;
	background-color: #008F7E;
}
.nobori_header_img_inner{
	width: 100%;
	height: 400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/nobori_header.png);
	background-repeat: no-repeat;
	background-size: auto 75%;
	background-position: bottom left;
}
.nobori_h1_header_img{
	width: 100%;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.4rem;
	color: #FFFFFF;
}
.nobori_h1_header_img span{
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
}

.one_half_50_l{
	width: 100%;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
.one_half_50_r{
	width: 100%;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
.nobori_price_img_area{
	width: 48%;
}
.nobori_price_table_area{
	width: 48%;
}
.img_nobori_price{
	width: 100%;
}
.table_nobori_price{
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
.table_nobori_price tr th{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 1px 2px;
	background-color: #C6EDDB;
}
.table_nobori_price tr td{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 1px 2px;
}
.table_nobori_price tr td:first-child{
	text-align: center;
	font-size: 1.3rem;
}
.table_nobori_price tr td:last-child{
	text-align: right;
}
.nobori_comment{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
}
.nobori_order_button_area{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 15px;
	background-color: #FCF1D3;
	margin-bottom: 25px;
}
.nobori_img_handsigne{
	position: absolute;
	top: -5px;
	right: -5px;
	width: 70px;
}
.div_order_button input[type="button"]{
	display: inline-block;
	width: 100%;
	color: #ffffff;
	font-size: 1.8rem;
	text-decoration: none;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	background-color: #009250;
	border: 1px solid #009250;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
	transition: 0.3s;
}
.div_order_button input[type="button"]:hover{
	color: #009250;
	background-color: #C6EDDB;
	transition: 0.3s;
}
.div_order_button{
	width: 50%;
	padding-top: 10px;
}
.nobori_image{
	width: 50%;
	text-align: left;
}
.nobori_image img{
	max-width: 100%;
}
.nobori_name{
	display: block;
	text-align: left;
	padding-left: 15px;
}
/** のぼりぺーじ **********************/
/** コンテンツ装飾 ***********/
