@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", "ＭＳ Ｐゴシック", sans-serif, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
  color: #3d3d3d;
}
body #layout-wrap-main {
  width: 980px;
  margin: 20px auto 100px;
}
a {
  color: #000;
}
.clr {
  clear: both;
}
input[disabled] {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
/***** 3. heder(less用import) **************/
/*******************************************
 * 共通css
 *
 * menu
 * 1.レイアウト
 * 2.各コンテナ
 *   2-1 ポップアップ検索（ハンバーガートグルメニュー）
 *   2-2 ハンバーガーアイコン
 ******************************************/
/***** 1.レイアウト ***************************/
#layout-header h1 {
  line-height: 3rem;
  background: #4BB232;
  color: #fff;
  font-size: 1.2rem;
  padding-left: 2%;
}
#layout-header #container-header {
  height: 120px;
  background: #fff;
}
#layout-header #container-header .block-header_left {
  max-width: 64%;
  float: left;
  padding: 30px 0 25px 2%;
}
#layout-header #container-header .block-header_left img {
  max-width: 100%;
}
#layout-header #container-header .block-header_right {
  height: 120px;
  background: #e6e7e8;
  float: right;
}
/***** 2.各コンテナ **************************/
/***** 2-1 ハンバーガーアイコン トグルメニュー ********/
#container-nav {
  display: none;
  width: 96%;
  padding: 40px 2% 100px;
  background: #4BB232;
  position: absolute;
  z-index: 9999;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
#container-nav .block-menu {
  width: 100%;
}
#container-nav .block-menu .box-search {
  width: 100%;
}
#container-nav .block-menu .box-search .box-search-select {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
#container-nav .block-menu .box-search .box-search-select select {
  width: 47%;
  line-height: 3em;
  background: url("/assets/clasmo_a/sp/common/img/header/selector.png") no-repeat right 20px center;
  border: 1px solid #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  float: left;
  padding-left: 10px;
  text-indent: 0.01px;
  text-overflow: '';
}
#container-nav .block-menu .box-search .box-search-select select option {
  color: #000;
}
#container-nav .block-menu .box-search .box-search-select span {
  width: 4%;
  line-height: 3em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  float: left;
  padding: 0 1%;
}
#container-nav .block-menu .box-search .box-search-btn {
  padding: 0 140px;
}
#container-nav .block-menu .box-search .box-search-btn .block-menu-form_submit {
  width: 100%;
  -webkit-appearance: none;
  background: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #4BB232;
  color: #4BB232;
  cursor: pointer;
  font-size: 2.0rem;
  font-weight: bold;
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 16px 0;
  margin: 20px auto 0;
}
/***** 2-2 ハンバーガーアイコン ******************/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 60px 60px;
  background: #fff;
}
.menu-trigger span {
  position: absolute;
  left: 40px;
  width: 48px;
  height: 6px;
  background-color: #4BB232;
}
.menu-trigger span:nth-of-type(1) {
  top: 38px;
}
.menu-trigger span:nth-of-type(2) {
  top: 56px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 38px;
}
.menu-trigger.active {
  background-color: #4BB232;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: rtranslateY(16px) rotate(-315deg);
  -ms-transform: translateY(16px) rotate(-315deg);
  -o-transform: translateY(16px) rotate(-315deg);
  transform: translateY(16px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-22px) rotate(315deg);
  -ms-transform: translateY(-22px) rotate(315deg);
  -o-transform: translateY(-22px) rotate(315deg);
  transform: translateY(-22px) rotate(315deg);
}
/***** 2-3 縦リンクリスト ******************/
.box-nav_list {
  border-top: 1px solid #4d3a34;
  border-bottom: 1px solid #8d7a74;
  margin-top: 37px;
}
.box-nav_list li {
  border-top: 1px solid #8d7a74;
  border-bottom: 1px solid #4d3a34;
}
.box-nav_list li a {
  color: #fff;
  font-size: 2.0rem;
  display: block;
  text-align: left;
  vertical-align: middle;
  padding: 30px 30px 30px 100px;
}
.box-nav_list li a.nav_home {
  background: url("/assets/clasmo_a/sp/common/img/header/icon/home.png") no-repeat left 20px center;
}
.box-nav_list li a.nav_fav {
  background: url("/assets/clasmo_a/sp/common/img/header/icon/fav.png") no-repeat left 20px center;
}
.box-nav_list li a span {
  background: #ff0000;
  font-size: 1.2rem;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  padding: 0 10px;
  margin-left: 20px;
}
/***** 4. footer(less用import) *************/
#layout-footer {
  background: #4BB232;
  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: 0px;
}
#layout-footer #container-info #item-toTop-btn {
  display: block;
  float: right;
  margin-top: 10px;
}
#layout-footer #container-info #item-pc-btn {
  display: block;
  margin-top: 10px;
}
/** 5. 共通装飾 *************/
.sp-head {
  width: 98%;
  line-height: 3.6rem;
  background: #fff;
  border-top: 5px solid #4BB232;
  color: #010101;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 10px 0 10px 2%;
}
