@charset "UTF-8";
/*******************************************
 * 共通css
 *
 * menu
 * 1. reset(import)
 * 2. style(import)
 * 3. heder(import)
 * 4. footer(import)
 ******************************************/
/***** 1. reset(less用) *******************/
/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/
html {
  height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  font-size: 1.0rem;
}
li {
  font-size: 1.4rem;
}
body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
object,
embed {
  vertical-align: top;
}
hr,
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
img,
abbr,
acronym,
fieldset {
  border: 0;
}
img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
ul li {
  list-style-type: none;
}
/*---------------------------------------------
	body
  ---------------------------------------------*/
body {
  font-size: 11px;
  line-height: 160%;
  text-align: left;
  -webkit-text-size-adjust: none;
}
/*---------------------------------------------
	Anchor
  ---------------------------------------------*/
a {
  outline: none;
  text-decoration: none;
  color: #2288bb;
}
a img {
  border: none;
}
a:link {
  text-decoration: none;
  color: #2288bb;
}
a:visited {
  text-decoration: none;
  color: #2288bb;
}
a:hover {
  text-decoration: underline;
  color: #2288bb;
}
a:active {
  text-decoration: underline;
  color: #2288bb;
}
/*---------------------------------------------
	list
  ---------------------------------------------*/
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*---------------------------------------------
	clearfix
  ---------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height:auto;
	overflow:hidden;
	/**/
}
/***** 2.style(less用import) **************/
* {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0px;
  padding: 0px;
  font-size: 1.0rem;
  line-height: 1.6rem;
}
body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #3d3d3d;
}
body #layout-wrap-main {
  width: 980px;
  margin: 20px auto 100px;
}
a {
  color: #000;
}
.clr {
  clear: both;
}
/***** 3. heder(less用import) **************/
/*******************************************
 * 共通css
 *
 * menu
 * 1.レイアウト
 * 2.各コンテナ
 *   2-1 ポップアップ検索（ハンバーガートグルメニュー）
 *   2-2 ハンバーガーアイコン
 ******************************************/
/***** 1.レイアウト ***************************/
#layout-header > h1 {
  line-height: 3rem;
  background: #01b879;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
#layout-header #container-header {
  overflow: hidden;
  background: #fff;
  width: 100%;
  text-align: center;
}
#layout-header #container-header img {
  max-width: 100%;
}
#layout-header #container-header h1 {
  font-size: 15px;
  line-height: 2rem;
  padding: 5px 0px;
}
/***** 4. footer(less用import) *************/
#layout-footer {
  background: #01b879;
  padding: 2%;
}
#layout-footer #container-link ul li {
  margin-top: 10px;
}
#layout-footer #container-link ul li a {
  line-height: 7.2rem;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
#layout-footer .attension-text {
  line-height: 3.4rem;
  color: #fff;
  font-size: 1.8rem;
  margin-top: 12px;
}
#layout-footer #container-info {
  position: relative;
  padding-top: 40px;
}
#layout-footer #container-info h3 {
  color: #fff;
  font-size: 2.8rem;
  line-height: normal;
  font-weight: bold;
  text-align: center;
}
#layout-footer #container-info h3 a {
  color: #fff;
  font-size: 2.8rem;
  line-height: normal;
  font-weight: bold;
  text-align: center;
}
#layout-footer #container-info ul {
  margin-top: 10px;
  text-align: center;
}
#layout-footer #container-info ul li {
  line-height: 2.4rem;
  color: #fff;
  font-size: 2.0rem;
  margin-top: 10px;
}
#layout-footer #container-info ul li a {
  color: #fff;
  font-size: 2.0rem;
}
#layout-footer #container-info address {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 20px;
}
#layout-footer #container-info #item-toTop-btn {
  display: block;
  float: right;
  margin-top: -25px;
}
#layout-footer #container-info #item-pc-btn {
  display: block;
  margin-top: -25px;
}
/** 5. 共通装飾 *************/
.sp-head {
  width: 98%;
  line-height: 3.6rem;
  background: #fff;
  border-top: 5px solid #01b879;
  color: #010101;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 10px 0 10px 2%;
}
