@charset "utf-8";

/*________________________________________________

	name:			tablet.css
	create Date:	2015-08-06
	lastmodified:	****-**-**
________________________________________________*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
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,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

ul,ol,li {
	list-style-type: none;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

html {-webkit-text-size-adjust: none;}

/*
  base
----------------------------------------------------------------------------------------------------------------------------*/
body {
	font: 14px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100% auto;
	margin: 0;
	color: #333333;
	font-size: 1em;
}
a {
	font: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
}

.clear {
	clear: both;
}
/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

input,
select,
option {
	 font-size: 100%;
}
label {
	white-space: nowrap;
}
img {
	border: none;
}
strong {
	font-weight: bold;
}

body hr {
	background: #cccccc;
	border-color: #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
  レイアウト
----------------------------------------------------------------------------------------------------------------------------*/
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.left {
	display: inline;
	float: left;
}
.right {
	display: inline;
	float: right;
}
.fbold {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
.no_sp { margin-right: 0px!important;}
/*--------------------------------------------------------------photoレイアウト*/
.leftfloat {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 270px;
}
.leftfloat img {
	max-width: 270px;
	height: auto;
}
.rightfloat {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 270px;
}
.rightfloat img {
	max-width: 270px;
	height: auto;
}
/*--------------------------------------------------------------50%レイアウト*/
.leftBox,
.rightBox {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
}
/* clearfix */
.leftBox, .rightBox { zoom:1; }
.leftBox:after, .rightBox:after {
	content: "";
	display: block;
	clear: both;}
/*--------------------------------------------------------------hissu　必須文字・赤色文字*/
.hissu {
	color: #F00;
}
img.hissu {
	margin-right: 10px;
	vertical-align: middle;
}
th .hissu {
	display: inline;
	float: right;
	text-align: right;
	margin-left: 10px;
}
/* error　必須文字・赤色文字 */
.error,
.error-message {
	color: #F00;
}
input.error,
textarea.error {
	border: 1px #F00 solid;
}
/*--------------------------------------------------------------丸のリスト*/
ul.circle {
	display: list-item;
}
.circle li {
	display: list-item inline;
	list-style: disc inside;
	padding-left: 1em;
	text-indent: -1em;
}
/*--------------------------------------------------------------四角のリスト*/
ul.square {
	display: block;
}
.square li {
	display: block;
	padding-left: 1em;
	text-indent: 0;
	background: url(../img/common/ico_square.jpg) left 0.4em no-repeat;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;

}
/*--------------------------------------------------------------数字のリスト*/
ol.decimal {
	display: list-item;
	margin-top: 1em;
	margin-bottom: 1em;
}
.decimal li {
	display: list-item inline;
	list-style: decimal inside;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
/*--------------------------------------------------------------アルファベット小文字のリスト*/
ul.loweralpha {
	display: list-item;
	margin-top: 1em;
	margin-bottom: 1em;
}
.loweralpha li {
	display: list-item inline;
	list-style: lower-alpha inside;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
/*--------------------------------------------------------------アルファベット大文字のリスト*/
ul.upperalpha {
	display: list-item;
	margin-top: 1em;
	margin-bottom: 1em;
}
.upperalpha li {
	display: list-item inline;
	list-style: upper-alpha inside;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}

/*--------------------------------------------------------------
全ページ
--------------------------------------------------------------*/
/*--------------------------------------------------------------link*/
a {
	color: #0063C8;
	text-decoration: underline;
}

/*--------------------------------------------------------------
  #header
--------------------------------------------------------------*/
#header {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: #6c9bd2 8px solid;
}
#headerInner {
	display: block;
	clear: both;
	width: auto;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
}
/*clearfix*/
#headerInner { zoom:1; }
#headerInner:after {
	content: "";
	display: block;
	clear: both;}
/*--------------------------------------------------------------logo*/
#logo {
	display: inline;
	float: left;
	margin: 0;
	margin-bottom: 10px;
}
#logo img {
	display: block;
	width: 390px;
	height: auto;
}
/*--------------------------------------------------------------topbtn*/
.topbtn {
	display: none;
}

/*--------------------------------------------------------------display: none*/
/*--------------------------------------------------------------fontsizeBox*/
.fontsizeBox {
	display: none;
}
/*--------------------------------------------------------------headersearches*/
.headersearches {
	display: block;
	clear:both;
	width: 344px;
	height: 22px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.headersearches input {
	display: inline;
	float: left;
	width: 286px;
	height: 14px;
	margin: 0;
	padding: 3px;
	border: 1px #b3b3b4 solid;
	overflow: hidden;
}
.headersearches a {
	display: inline;
	float: right;
	width: 50px;
	height: 22px;
	margin: 0;
}
.headersearches img {
	display: inline;
	float: left;
}
.headersearches a img {
	cursor: pointer;
	line-height: 22px;
}
.headersearches form img {
	cursor: pointer;
}
/*clearfix*/
.headersearches { zoom:1; }
.headersearches:after {
	content: "";
	display: block;
	clear: both;}
/*--------------------------------------------------------------.pagejump*/
.pagejump {
	display: inline;
	float: left;
	margin: 0;
}
.pagejump a {
	display: block;
	text-indent: -99999px;
}

/* display: none;
--------------------------------------------------------------*/
#pagejump {
	display: none;
}
/*--------------------------------------------------------------.slidertext*/
.slidertext {
	position: absolute;
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 1000;
}
.slidertext img {
	margin-top: 10%;
	margin-left: 10px;
}
/*--------------------------------------------------------------.slider*/
.slider {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	max-height: 380px;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 0;
}
/*--------------------------------------------------------------mmenu*/
.mm-label a.button,
.mm-label span.button,
.mm-label select,
.mm-label input[type="text"]
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 5px;
	text-transform: none;
	text-indent: 0;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	display: block;
	height: 40px;
	width: 100%;
	padding: 10px;
}
.mm-label a.button,
.mm-label span.button
{
	background: #4BD963;
	color: #fff !important;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
select,
input[type="text"]
{
	background: #fff;
	border: 1px solid #ccc;
}
.mm-label.button
{
	text-indent: 0 !important;
	padding: 20px 20px 40px 20px !important;
}
pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
nav:not(.mm-menu) {
	display: none;
}
.header,
.content,
.footer {
	text-align: center;
}
.header,
.footer {
	background: #ffffff;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	padding: 0;
}
.header a.contacts
{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==);
}
.header a.right {
	left: auto;
	right: 10px;
}
.content {
	background: url( menu-arrow.png ) 25px 15px no-repeat transparent;
	padding: 150px 50px 50px 50px;
}
.header.mm-fixed-top + .content {
	background-position: 25px 55px;
}
html.mm-opened.mm-zoom-menu body {
	 background: #333;
}
html.mm-opened.mm-zoom-menu .mm-page {
	background-color: #fff;
}
/*--------------------------------------------------------------menu*/
.menu a {
	display: block;
	position: absolute;
	top: 30px;
	right: 15px;
	width: 45px;
	height: 45px;
	background: url(../img/sp/menu.png) right top no-repeat;
	background-size: 45px 45px;
	-webkit-background-size: 45px 45px;
	text-align: right;
}

/*--------------------------------------------------------------
  トップページのみ
--------------------------------------------------------------*/
.topimg {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 25px 0 0 0;
	background: url(../img/index/bg_top.jpg) bottom left no-repeat;
	background-size: 100% 210px;
	-webkit-background-size: 100% 210px;
	text-align: center;
}
.topimg .toptitle {
	display: none;
}
.topimg .toptitle_sp {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 0;
}
.topimg .toptitle_sp img {
	width: 90%;
	height: auto;
}
/*--------------------------------------------------------------.yoyaku_sp*/
.yoyaku_sp {
	display: block;
	clear: both;
	background: #feebbe;
	color: #f0844a;
	font-weight: bold;
	height: 64px;
}
.yoyaku_sp img.title {
	display: inline;
	clear: right;
	float: left;
	width: auto;
}
.yoyaku_sp p {
	display: inline-block;
	margin: 15px 5px 5px 20px;
}
.yoyaku_sp p.btn {
	display: inline-block;
	margin-left: -3px;
	margin-top: 25px;
	vertical-align: top;
}
.yoyaku_sp p a {
	padding: 2px;
	color: #ffffff;
	background: #f0844a;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-decoration: none;
}
.yoyaku_sp p a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

/*--------------------------------------------------------------.okbox*/
.okbox {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	background: #6c9bd2;
}
.okbox .oklist,
.okbox .oklist_4 {
	display: inline-block;
	clear: right;
	margin: 0 20px 20px 20px;
}
.okbox .oklist p,
.okbox .oklist_4 p {
	display: none;
}
img.okbus_sp{
	display: inline-block;
	clear: left;
	margin-bottom: -40px;
	margin-left: 50px;
}
img.okbus{
	display: none;
}

/*--------------------------------------------------------------.lineupbox*/
.lineupbox {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	background: #fabe00;
}
.bus,
.bus p {
	display: none;
}
.bus_sp {
	display: block;
	clear: both;
	margin: 0 auto 20px auto;
	max-width: 604px;
	width: 90%;
	height: auto;
	color: #f08300;
	text-align: center;
	background: #ffffff;
	border-radius: 15px;         /* CSS3 */
	-moz-border-radius: 15px;    /* Firefox */
	-webkit-border-radius: 15px; /* Safari,Chrome */
	text-align: center;
}
.bus_sp p {
	margin: -20px auto 0 auto;
	padding: 30px 20px 20px 20px;
	text-align: left;
}
.bus_sp img {
	max-width: 604px;
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------.faqbox*/
.faqbox {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	text-align: center;
	background: #8fc31f;
}
.faqbox .faqlink {
	display: none;
}
.faqbox .faqlink_sp {
	display: block;
	clear: both;
	text-align: center;
}
.faqbox .faqlink_sp img {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------.contact*/
.contact {
	display: block;
	clear: both;
	margin-right: 5px;
	margin-bottom: 10px;
	background: #fff3c3;
	vertical-align: top;
	width: 100%;
	height: 125px;
}
.box .contact .title {
	display: block;
	clear: right;
	float: left;
	color: #ffffff;
	background: #f0844a;
	text-align: center;
	font-weight: bold;
	padding: 45px 0;
	width: 30%;
	height: 35px;
}
.contact .link {
	display: inline-block;
	clear: left;
	padding-top: 5px;
	color: #f0844a;
	width: 64%;
	height: auto;
	font-weight: bold;
	font-size:80%;
	text-align: center;
}
.contact .link span {
	font-size: 140%;
	font-weight:bold;
}
.contact .link span.mail {
	font-size: 120%;
}
.contact .link img {
	margin-top: 5px;
	margin-right: 5px;
	width: 20px;
	height: auto;
}
.contact .link p {
	display: block;
	clear: both;
	margin: 5px auto 0 auto;
	padding: 2px 0;
	width: 150px;
	text-align: center;
	color: #ffffff;
	border: #ffffff 2px solid;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-decoration: none;
	background: #f0844a;
	box-shadow: 0 2px 2px 0 #cccccc;         /* CSS3 */
	-moz-box-shadow: 0 2px 2px 0 #cccccc;   /* Firefox */
	-webkit-box-shadow: 0 2px 2px 0 #cccccc;/* Safari,Chrome */
	font-size: 120%;
}
.contact .link a:hover p {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}
.contact .link a {
	text-decoration: none;
}
/*--------------------------------------------------------------.tourism*/
.tourism {
	display: block;
	clear: both;
	background: #d3e6f6;
	width: 100%;
	height: 140px;
}
.box .tourism .title {
	display: block;
	clear: right;
	float: left;
	color: #ffffff;
	background: #6c9bd2;
	width: 137px;
	text-align: center;
	font-weight: bold;
	padding: 50px 0;
	width: 30%;
	height: 40px;
}
.tourism .to_link {
	display: inline-block;
	clear: left;
	padding: 5px 0 0 0;
	color: #333333;
	width: 64%;
	height: auto;
	text-align: center;
	font-weight: bold;
	font-size:90%;
}
.tourism .to_link img {
	margin-bottom: 5px;
	width: 170px;
	height: auto;
}
.tourism .to_link p {
	margin-bottom: 5px !important;
	font-weight: bold;
}
.tourism .to_link a {
	margin-top: 5px;
	font-size: 120%;
	color: #6c9bd2;
	font-weight: bold;
	text-decoration: none;
}
.tourism .to_link a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;
}


/*--------------------------------------------------------------
ページ全体（ページ共通）
--------------------------------------------------------------*/
/*--------------------------------------------------------------.box*/
.box {
	display: block;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 10px;
}
.box .title,
.box .title_faq {
	display: none;
}
.box .title_sp_7ok,
.box .title_sp_lineup {
	margin-bottom: 30px;
	text-align: left;
}
.box .title_sp_faq {
	text-align: left;
}
.box .title_sp_7ok img {
	margin-left: 20px;
	max-width: 403px;
	width: 100%;
	height: auto;
}
.box .title_sp_lineup img {
	margin-left: 20px;
	max-width: 370px;
	width: 80%;
	height: auto;
}
.box .title_sp_lineup img.maruimg {
	max-width: 81px;
	width: 15%;
	height: auto;
	float: right;
}
.box .title_sp_faq img {
	width: 100%;
	height: auto;
}
.cyclehubbox img {
	width:30px;
	height:30px;
	margin:0 5px ;
}
.cyclehubbox p.sasikomi {
	font-size:90%;
	color: #FF84B6;
}

/* clearfix */
.box { zoom:1; }
.box:after {
	content: "";
	display: block;
	clear: both;}

/*--------------------------------------------------------------.faq*/
.faq {
	display: block;
	clear: both;
	background: #d8e698;
}
.faq .box {
	padding-left: 10px;
}
.faq h1 {
	display: none;
}
.faq h1.faq_sp {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
.faq h1.faq_sp img {
	max-width: 607px;
	width: 100%;
	height: auto;
}

.faq .faqlist {
	display: block;
	clear: both;
	margin: 0;
}
.faq .faqlist table tr.question {
	display: block;
	clear: both;
	margin: 10px 0;
	width: 100%;
}
.faq .faqlist table tr.question img {
	max-width: 519px;
	width: 100%;
	height: auto;
}
.faq .faqlist table tr.answer {
	display: block;
	clear: both;
	margin-left: 20px;
}
.faq .faqlist tr.answer th {
	margin: 0 auto;
	padding: 0 5px;
	text-align: center;
	background: #8fc31f;
	border-radius: 10px 0 0 10px;         /* CSS3 */
	-moz-border-radius: 10px 0 0 10px;    /* Firefox */
	-webkit-border-radius: 10px 0 0 10px; /* Safari,Chrome */
	vertical-align: middle;
}
.faq .faqlist tr.answer td {
	margin: 0 auto;
	padding: 10px;
	background: #ffffff;
	border-radius: 0 10px 10px 0;         /* CSS3 */
	-moz-border-radius: 0 10px 10px 0;    /* Firefox */
	-webkit-border-radius: 0 10px 10px 0; /* Safari,Chrome */
}
.faq .faqlist tr.answer td p {
	display: inline-block;
	clear: right;
}
.faq .faqlist tr.answer th.maru img {
	display: none;
}
.faq .faqlist tr.answer th.maru {
	background: url(../img/faq/img_hukidashi.jpg) bottom left no-repeat;
	width: 32px;
	height: 50px;
}

.footer_maru {
	display: block;
	clear: both;
	margin: 40px 0 0 10px;
}
.footer_maru img {
	max-width: 547px;
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------.yoyaku*/
.yoyaku {
	display: block;
	clear: both;
	background: #fffcdb;
}
.yoyaku .box {
	padding-left: 10px;
}
.yoyaku h1 {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}
.yoyaku h1 img {
	width: 100%;
}

/*--------------------------------------------------------------.banner*/
.banner {
	background-color: #BAD0EB;
	width: 100%;
}
.link_banner {
	width: 100%;
  padding: 20px 10px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}
.row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.link_banner_clom {
  width: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
.link_banner_clom img {
	max-width: 100%;
	height: auto;
}
.link_banner_clom a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.link_banner_clom a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*
.form　フォーム
----------------------------------------------------------------------------------------------------------------------------*/
.form {
	display: block;
	clear: both;
	width: auto;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
}
.form dl {
	display: block;
	clear: both;
	width: auto;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	text-align: left;
}
/* clearfix */
.form dl { zoom:1; }
.form dl:after {
	content: "";
	display: block;
	clear: both;}
.form dt {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 5px 0;
	padding: 5px;
	font-weight: bold;
}
.form dd {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 5px 0;
	padding: 5px;
}
.form dd input,
.form dd textarea {
	width: 100%;
}
.form dd input.checkbox {
	display: inline-block;
	width: 5% !important;
}
/*--------------------------------------------------------------#btnArea*/
#btnArea {
	margin: 20px 0;
}
#btnArea input {
	display: inline-block;
	width: auto;
	margin: 0 10px;
	padding: 5px 10px!important;
	background: #cccccc;
	border: none;
	font-size: 120%;
	text-decoration: none;
	position: relative;
	behavior: url(/pie/PIE.htc);
	cursor: pointer;
}
#btnArea .right_maru {
	float: right;
	margin-bottom: 20px;

}
#btnArea .right_maru img {
	width: 80px;
	height: auto;
}

/*--------------------------------------------------------------.content_info*/
#contents .content_info {
	display: block;
	clear: both;
	margin-top: 40px;
	padding: 10px 0;
	border-top: #f0844b 1px dashed;
}
.content_info .telfax {
	display: inline-block;
	clear: right;
	padding-top: 10px;
	color: #f0844b;
	font-size: 90%;
	font-weight: bold;
	vertical-align: middle;
}
.content_info .telfax span {
	font-size: 120%;
	font-weight: bold;
	margin-right: 20px;
}
.content_info .telfax img {
	margin: 0 5px;
	padding-top: 5px;
}

/*--------------------------------------------------------------#contents*/
#contents {
	display: block;
	clear: both;
	width: auto;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
/*clearfix*/
#contents { zoom:1; }
#contents:after {
	content: "";
	display: block;
	clear: both;}

#contents h2 {
	display: block;
	clear: both;
	font-size: 180%;
	font-weight: bold;
	color: #f0844b;
	margin-bottom: 10px;
}
#contents p.h2text {
	display: block;
}
#contents p.h2text img,
.form img {
	margin: 0 5px;
}
#contents p.h2text span {
	color: #f0844b;
}
/*--------------------------------------------------------------.content_info*/
#contents .content_info {
	display: block;
	clear: both;
	margin-top: 40px;
	padding: 10px 0;
	border-top: #f0844b 1px dashed;
}
.content_info .telfax {
	margin-top: -10px;
	color: #f0844b;
	font-size: 90%;
	font-weight: bold;
}
.content_info .telfax span {
	font-size: 120%;
	font-weight: bold;
	margin-right: 20px;
}
.content_info .telfax img {
	margin: 0 5px;
}


/*--------------------------------------------------------------
1字下げ
--------------------------------------------------------------*/
.indentBox1 {
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: left;
}
/* clearfix */
.indentBox1 { zoom:1; }
.indentBox1:after {
	content: "";
	display: block;
	clear: both;}

/*--------------------------------------------------------------
2字下げ
--------------------------------------------------------------*/
.indentBox2 {
	margin-left: 40px;
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: left;
}
/* clearfix */
.indentBox2 { zoom:1; }
.indentBox2:after {
	content: "";
	display: block;
	clear: both;}
/*--------------------------------------------------------------
3字下げ
--------------------------------------------------------------*/
.indentBox3 {
	margin-left: 60px;
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: left;
}
/* clearfix */
.indentBox3 { zoom:1; }
.indentBox3:after {
	content: "";
	display: block;
	clear: both;}
.indentBox1 h2,
.indentBox1 h3,
.indentBox1 h4,
.indentBox2 h2,
.indentBox2 h3,
.indentBox2 h4,
.indentBox3 h2,
.indentBox3 h3,
.indentBox3 h4 {
	margin-left: 0!important;
	margin-right: 0!important;
}

/*--------------------------------------------------------------
  #breadcrumbs　パンくず
--------------------------------------------------------------*/
#breadcrumbs {
	display: block;
	clear: both;
	width: 100%;
	margin: 10px 0;
	padding: 0;
}
/* clearfix */
#breadcrumbs ul { zoom:1; }
#breadcrumbs ul:after {
	content: "";
	display: block;
	clear: both;}
#breadcrumbs ul {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
}
#breadcrumbs li {
	display: inline;
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}
#breadcrumbs li img {
	display: inline-block;
	vertical-align: middle;
}

/*--------------------------------------------------------------
  paging
--------------------------------------------------------------*/
.paging {
	display: block;
	margin: 10px auto;
	text-align: center;
	line-height: 1.5em;
}
.paging a.prev,
.paging a.next{
	border: none!important;
	background: none transparent!important;
	text-decoration: none!important;
	color: #333333;
}
.paging a.prev:hover,
.paging a.next:hover{
	border: none!important;
	background: none transparent!important;
	color: #333333;
}
/*clearfix*/
.paging { zoom:1; }
.paging:after {
	content: "";
	display: block;
	clear: both;}
.paging a {
	text-decoration:none;
	margin: 2px;
	padding: 0 4px;
	color: #333333;
}
.paging span.current {
	background-color: #333333;
	border: 1px solid #333333;
	color: #ffffff;
	margin: 2px;
	padding: 0 4px;
	font-weight:bold;
}
.paging a:link,
.paging a:visited {
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
.paging a:hover,
.paging a:active {
	text-decoration:none;
	background-color: #eeeeee;
	border-color: #333333;
	color: #333333;
}

/*
ボタン類
----------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------.button*/
.btnArea a {
	display: inline-block;
	margin: 0 auto;
	padding: 5px 20px;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #333333), color-stop(0.00, #666666));　/* Safari,Google Chrome用 */
	background: -webkit-linear-gradient(#666666, #333333);
	background: -moz-linear-gradient(#666666, #333333);　/* Firefox用 */
	background: -o-linear-gradient(#666666, #333333);　/*  Opera */
	background: -ms-linear-gradient(#666666, #333333); /* IE9 */
	background: linear-gradient(#666666, #333333); /* IE10, Firefox 16.0+, Opera 12.50+ */
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	cursor: pointer;
}
.btnArea {
	margin: 10px 0;
	text-align: center;
}
/*--------------------------------------------------------------.btn_back*/
.btn_back {
	display: block;
	clear: both;
	width: auto;
	margin: 5px;
	padding: 0;
	text-align: center;
}
.btn_back a {
	display: block;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #333333), color-stop(0.00, #666666));　/* Safari,Google Chrome用 */
	background: -webkit-linear-gradient(#666666, #333333);
	background: -moz-linear-gradient(#666666, #333333);　/* Firefox用 */
	background: -o-linear-gradient(#666666, #333333);　/*  Opera */
	background: -ms-linear-gradient(#666666, #333333); /* IE9 */
	background: linear-gradient(#666666, #333333); /* IE10, Firefox 16.0+, Opera 12.50+ */
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	color: #ffffff;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
}
.btn_back a img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
/*--------------------------------------------------------------.button*/
.button {
	display: block;
	clear: both;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
.button a,
.button span  {
	display: block;
	clear: both;
	width: 12em;
	margin: 0;
	padding: 5px!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #333333), color-stop(0.00, #666666));　/* Safari,Google Chrome用 */
	background: -webkit-linear-gradient(#666666, #333333);
	background: -moz-linear-gradient(#666666, #333333);　/* Firefox用 */
	background: -o-linear-gradient(#666666, #333333);　/*  Opera */
	background: -ms-linear-gradient(#666666, #333333); /* IE9 */
	background: linear-gradient(#666666, #333333); /* IE10, Firefox 16.0+, Opera 12.50+ */
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	color: #ffffff;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
}
.button span {
	margin: 0 auto!important;
}
.button a img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
/*--------------------------------------------------------------.clearbutton*/
.clearbutton {
	display: block;
	clear: both;
	margin: 0;
}
.clearbutton a {
	display: block;
	clear: both;
	width: 12em;
	margin: 0;
	padding: 5px!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cccccc), color-stop(0.00, #ffffff));　/* Safari,Google Chrome用 */
	background: -webkit-linear-gradient(#ffffff, #cccccc);
	background: -moz-linear-gradient(#ffffff, #cccccc);　/* Firefox用 */
	background: -o-linear-gradient(#ffffff, #cccccc);　/*  Opera */
	background: -ms-linear-gradient(#ffffff, #cccccc); /* IE9 */
	background: linear-gradient(#ffffff, #cccccc); /* IE10, Firefox 16.0+, Opera 12.50+ */
	border: 1px #cccccc solid;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	color: #333333;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
}
/*--------------------------------------------------------------.btn*/
.tel,
.fax,
.place {
	display: inline-block;
	margin-right: 5px;
	padding: 2px 5px;
	background: #333333;
	color: #ffffff;
	font-size: 90%;
	vertical-align: middle;
	line-height: 1em;
}
.btn_list {
	display: block;
	clear: both;
	margin: 5px 0 0 0;
	text-align: right;
}
.btn_list a {
	display: inline-block;
	margin: 0 0 0 auto;
	padding: 0 0 0 15px;
	background: url(../img/sp/ico_list.png) left center no-repeat;
	background-size: 6px 10px;
	-webkit-background-size: 6px 10px;
	text-align: right;
}
/*--------------------------------------------------------------.btnCenter*/
.btnCenter {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 10px 0;
	padding: 0;
	text-align: center!important;
}
.btnCenter ul {
	margin: 0 5px;
	padding: 0;
}
/*clearfix*/
.btnCenter, .btnCenter ul { zoom:1; }
.btnCenter:after, .btnCenter ul:after {
	content: "";
	display: block;
	clear: both;}
.btnCenter li,
.btnCenter li a {
	margin: 0!important;
	padding: 0!important;
}
/*--------------------------------------------------------------.btnLeft*/
.btnLeft {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 10px 0;
	padding: 0;
	text-align: left!important;
}
/*--------------------------------------------------------------.btnRight*/
.btnRight {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 10px 0;
	padding: 0;
	text-align: right!important;
}

/*
buttonBox
----------------------------------------------------------------------------------------------------------------------------*/
.buttonBox {
	display: block;
	clear: both;
	margin: 5px 0;
}
/*clearfix*/
.buttonBox { zoom:1; }
.buttonBox:after {
	content: "";
	display: block;
	clear: both;}
.buttonBox a {
	display: inline-block;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}


/*
  naviBox
----------------------------------------------------------------------------------------------------------------------------*/
.naviBox {
	display: block;
	clear: both;
	margin: 5px 0;
	padding: 0;
	background: #F8F9F6;
	border: 1px #D9DECD solid;
}
.hyouji {
	display: block;
	clear: both;
	margin: 5px;
	padding: 5px 10px;
	background: #fae8ec;
}
.hyouji strong {
	color: #c30023;
	font-weight: bold;
}


/*--------------------------------------------------------------
  .socialBox
--------------------------------------------------------------*/
.socialBox {
	display: block;
	clear: both;
	width: auto;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: right;
}
.socialBox ul {
	display: inline-block;
	float: right;
	margin: 0 0 0 auto;
	text-align: right;
}
.socialBox li {
	display: inline;
	float: left;
	margin-left: 10px;
	text-align: right;
}
.socialBox li a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}
/* clearfix */
.socialBox, .socialBox ul { zoom:1; }
.socialBox:after, .socialBox ul:after {
	content: "";
	display: block;
	clear: both;}

/*--------------------------------------------------------------
#footer	フッター部分（全ページ共通）
--------------------------------------------------------------*/
#footer {
	display: block;
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
}
/*--------------------------------------------------------------.footerInnner*/
.footerInnner {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}
/* clearfix */
.footerInnner { zoom:1; }
.footerInnner:after {
	content: "";
	display: block;
	clear: both;}
.footerInnner .telbox,
.footerInnner .faxbox {
	display: inline;
	margin-left: 20px;
	white-space: nowrap;
}
.footerlogo_sp {
	display: block;
	clear: both;
}
.sp_maru {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.footerlogo_sp p {
	display: inline-block;
	clear: left;
	margin-top: 10px;
	width: 80%;
	text-align: left;
}
.ft {
	display: none;
}

/*--------------------------------------------------------------.btn_contact*/
#footer .btn_contact {
	display: block;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}
#footer .btn_contact img {
	margin-right:10px;
}

/*--------------------------------------------------------------#pagetop　ページトップ*/
#pagetop {
	position: fixed;
	bottom: 120px;
	right: 0;
}
/*--------------------------------------------------------------#copy*/
#copy {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	color: #333333;
	text-align: center;
}
