@charset "UTF-8";
/* General */
p.head_login {
    margin-top: 8px;
}
.header-contact{
	
	vertical-align: bottom;
}
.header-contact a:link{
	color: #FFFFFF;
}
.header-contact a:visited{
	color: #FFFFFF;
}
.header-contact a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.l-main a:hover{
	text-decoration: underline;
}
.l-main .work-items-list a:hover{
	text-decoration: none;
}
.items-list .price {
    color: #e10040 !important;
    letter-spacing: 0.01em;
    font-size: 1.6rem;
    font-weight: 800;
  }
 .work-items-list .price {
    color: #e10040 !important;
    letter-spacing: 0.01em;
    font-size: 1.6rem;
    font-weight: 800;
  }
 
 
 
.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

.float-list li {
  float: left;
}

/* Base */
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  width: 100%;
}

body {
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  color: #131316;
  padding:0;
  margin:0;
  width: 100%;
}

a:link, a:visited {
  color: #131316;
  text-decoration: none;
}
 a:active, a:focus {
  text-decoration: none;
}
a:hover img, a:active img, a:focus img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: .5s;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  vertical-align: middle;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  max-height: 100%;
}

input[type="button"], input[type="submit"], input[type="reset"], label {
  cursor: pointer;
}

.dummy {
  text-decoration: line-through !important;
  color: #f00 !important;
}

.header-logo a:hover img,
.footer-logo a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

/* Layout */
/*==============================
共通要素
==============================*/
.wrap {
  width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.serif {
  font-family: "游明朝体","Yu Mincho","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","serif";
}

.table {
  display: table;
}

.cell {
  display: table-cell;
}

.left-box {
  float: left;
}

.right-box {
  float: right;
}

.headline {
  margin: 0 auto 30px;
}

.f-3-list li {
  float: left;
  margin: 0 20px 20px 0;
}
.f-3-list li:nth-child(3n) {
  margin-right: 0;
}

.mb90 {
  margin-bottom: 90px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb40 {
  margin-bottom: 40px;
}


.container.action {
  opacity: 1;
  transition: 1.3s;
}
.l-contents .top_h1{
	 position: absolute;
	 top:10px;
left: 50%;
margin-left:-323px;
	 color:#FFF;
	 font-size:11px;
}
@media screen and (min-width: 641px) {
  /* 641px以上の場合 */
  .hidden-sp {
    display: block;
  }

  .hidden-pc {
    display: none;
  }
}
/*==============================
ヘッダー
==============================*/
header {
  top: 0;
  width: 100%;
  background: #fff;
  position: fixed;
  transition: .5s;
  z-index: 105;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.l-header {
  padding: 10px 0;
  margin: 0;
  color: #FFF;
  min-width: 1050px;
  background: #0a76b4;
  z-index: 100;
}
.l-header .header-logo {
  float: left;
  display: table;
  margin: 10px 10px 0 0;
}
.l-header .header-logo img, .l-header .header-logo .header-txt {
  display: table-cell;
  vertical-align: middle;

}
.l-header .header-logo img {
  width: 100%;
  height: auto;
}
.l-header .header-logo .header-txt {
  padding: 0 0 0 10px;
}
.l-header .header-btn {
  text-align: right;
  float: right;
}
.l-header .header-btn .header-sns {
  display: inline-block;
}
.l-header .header-btn .header-sns li {
  float: left;
  margin: 0 0 3px 10px;
}
.l-header .header-btn .header-sns li img {
  width: 80%;
  height: auto;
}
.l-header .header-contact li {
  float: left;
}
.l-header .header-contact .header-contact-btn a {
  display: block;
  width: 140px;
  height: 36px;
  padding: 7px 0 0;
  margin: 0 0 0 10px;
  letter-spacing: 0.1em;
  color: #FFF;
  text-align: center;
  background: #e10040 url(../img/layout/header/header_contact.png) no-repeat 10px center;
}
.l-header .header-contact img {
  width: 90%;
  height: auto;
}
.l-header .header-contact a:hover,
.l-header .header-contact a:active,
.l-header .header-contact a:focus {
  text-decoration: none;
}
.l-header .header-contact .header-contact-btn a:hover {
  background-color: #e1406d;
  transition: .5s;
}

/*.headroom {position: fixed;top: 0;left: 0;right: 0;transition: all .2s linear;}
.headroom--unpinned {top: -60px;}
.headroom--pinned {top: 0;}*/
/*==============================
グローバルナビ
==============================*/
.l-nav .nav-list {
  padding: 0;
}
.l-nav .nav-list li {
  position: relative;
  display: table-cell;
  vertical-align: middole;
}
.l-nav .nav-list li img {
  padding: 10px;
  box-sizing: border-box;
}
.l-nav .nav-list li:not(:first-child)::before {
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  background: #333;
  left: 1px;
  bottom: 9px;
  content: "";
}
.l-nav .nav-list img.transparent {
  opacity: 0;
}
.l-nav .nav-list .off {
  position: relative;
  z-index: 1;
  transition: opacity .5s linear 0s;
}
.l-nav .nav-list .on {
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
  opacity: 0;
}

/*==============================
コンテンツ
==============================*/

.l-nav .nav-list li:nth-child(1) .on{
	top:-1px;
}
.l-nav .nav-list li:nth-child(2) .on{
	top:-7px;
}
.l-nav .nav-list li:nth-child(3) .on{
	top:-7px;
}
.l-nav .nav-list li:nth-child(4) .on{
	top:-7px;
}
.l-nav .nav-list li:nth-child(5) .on{
	top:-7px;
}
.l-nav .nav-list li:nth-child(6) .on{
	top:-8px;
}
.l-nav .nav-list li:nth-child(7) .on{
	top:-10px;
}
.l-nav .nav-list li:nth-child(8) .on{
	top:-3px;
}
.l-nav .nav-list li:nth-child(9) .on{
	top:-3px;
}


.l-contents .mainbox {
  padding-bottom: 60px;
  min-width:1050px;
}

.module-box {
  padding: 60px 0 0;
}
.module-box .revision {
  margin: 0 0 60px;
}
.module-box .method-box {
  padding: 0 0 60px;
}
.module-box .method-box li {
  padding: 34px 19px 24px;
  width: 480px;
  border: 1px solid #333;
}
.module-box .method-box li:first-child {
  margin: 0  39px 0 0;
}
.module-box .method-box .headline {
  text-align: center;
}
.module-box .method-box .txt-box p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.module-box .method-box .more-btn {
  display: block;
  clear: both;
  margin: 30px 0 0;
  text-align: center;
}
.module-box .module-bnr {
  display: table;
  width: 100%;
  height: 191px;
  vertical-align: middle;
  background: url(../img/module/module_bnr_01.png) no-repeat;
}
.module-box .module-bnr a:hover {
  text-decoration: none;
}
.module-box .module-bnr .txt-box {
  float: right;
  margin: 43px 13.5% 0 0;
  text-align: center;
}
.module-box .module-bnr .type {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #0a76b4;
}
.module-box .module-bnr .txt {
  font-size: 45px;
  font-weight: bold;
  color: #000;
}

.method-btn {
  display: table;
  margin: 30px auto 0;
  width: 420px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.method-btn a {
  display: block;
  padding: 25px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.method-btn a:hover {
  text-decoration: none;
}
.method-btn.blue {
  background: #0a76b4 url(../img/module/method_btn_bg.png) no-repeat 96% center;
}
.method-btn.orange {
  background: #f58f34 url(../img/module/method_btn_bg.png) no-repeat 96% center;
}
.module-box .method-box2 {
  padding: 0 0 60px;
}
.module-box .method-box2 li {
  padding: 30px 10px 20px;
  width: 308px;
  border: 1px solid #333;
}
.module-box .method-box2 li:first-child {
  margin: 0  39px 0 0;
}
.module-box .method-box2 .headline {
  text-align: center;
}
.module-box .method-box2 .txt-box p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.module-box .method-box2 .more-btn {
  display: block;
  clear: both;
  margin: 30px 0 0;
  text-align: center;
}

.module-box .method-box2 img{
	margin-bottom:20px;
}
.method-btn2 {
  display: table;
  margin: 30px auto 0;
  width: 280px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.method-btn2 a {
  display: block;
  padding: 25px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.method-btn2 a:hover {
  text-decoration: none;
}
.method-btn2.blue {
  background: #0a76b4 url(../img/module/method_btn_bg.png) no-repeat 96% center;
}
.method-btn2.orange {
  background: #f58f34 url(../img/module/method_btn_bg.png) no-repeat 96% center;
}

.headline-mainfood-h2 {
  display: table;
  width: 100%;
  max-width: 730px;
  margin: 0 auto 30px;
  font-size: 36px;
  font-weight: bold;
  color: #2d2d2d;
  text-align: center;
  background: url(../img/module/headline_mainfood_h2_border.png) repeat-x left bottom;
}
.headline-mainfood-h2 .blue {
  color: #0068a4;
}

.headline-mainfood-h3 {
  display: table;
  width: 100%;
  max-width: 730px;
  margin: 0 auto 30px;
  font-size: 35px;
  font-weight: bold;
  color: #2d2d2d;
  text-align: center;
  background: url(../img/module/headline_mainfood_h2_border.png) repeat-x left bottom;
}

.headline-mainfood-h4 {
  display: table;
  margin: 0 auto 40px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

/*==============================
フッター
==============================*/
.footer-brand a:hover{
    color: blue;
    text-decoration: underline;
}
.footer-about a:hover{
    color: blue;
    text-decoration: underline;
}
.footer-nav li a:hover {
    text-decoration: underline;
}
.l-footer {
 min-width:1050px;
}
.l-footer .footer-contact {
  padding: 60px 0;
  background: url(../img/module/bg_dot_01.png) repeat;
  text-align: center;
}
.l-footer .footer-contact .contact-num {
  display: table;
  margin: 0 3%;
  width: 94% !important;
  text-align: center;
  border: 3px solid #000;
  height: 120px;
  background: url(../img/module/contact_tel_icon.png) no-repeat 40px center;

}
.smallbox .contact-num .js-tel span .num {
	text-align: center;
}
.l-footer .footer-contact .contact-num a {
  display: table;
}
.l-footer .footer-contact .contact-num a:hover {
  text-decoration: none;
}
.l-footer .footer-contact .contact-num .num {
  display: table-cell;
  padding: 0 0 0 40px;
  font-size: 42px;
  font-weight: bold;
  color: #000;
  vertical-align: middle;
}
.l-footer .footer-contact .contact-num small {
  position: relative;
  top: -5px;
  left: 30px;
  font-size: 14px;
  vertical-align: middle;
}
.l-footer .l-footer-sitemap {
  padding: 60px 15px;
}
.l-footer .l-footer-sitemap .footer-brand {
width: 750px;
}
.l-footer .l-footer-sitemap .footer-about {
  width: 245px;
}
.l-footer .l-footer-sitemap .f-list {
  width: 245px;
  float: left;
}
.l-footer .l-footer-sitemap .f-list h4 {
  height: 40px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.l-footer .l-footer-sitemap .f-list.blank {
  margin: 40px 0 0;
}
.l-footer .l-footer-sitemap .f-list > ul {
  padding: 0 0 0 15px;
  border-left: 1px solid #000;
}
.l-footer .footer-main-box {
  padding: 30px;
  color: #FFF;
  background: #0a76b4;
}
.l-footer .footer-main-box .footer-contact-list li {
  margin: 0 0 15px;
}
.l-footer .footer-main-box .footer-contact-list .footer-contact-btn {
  display: block;
  padding: 18px 0 0;
  width: 360px;
  height: 70px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  text-indent: 20px;
  background: #E10040 url(../img/layout/footer/footer_mail.png) no-repeat 20px center;
}
.l-footer .footer-main-box .footer-contact-list a:hover,
.l-footer .footer-main-box .footer-contact-list a:active,
.l-footer .footer-main-box .footer-contact-list a:focus {
  text-decoration: none;
}
.l-footer .footer-main-box .footer-contact-list .footer-contact-btn:hover {
  background-color: #e1406d;
  transition: .5s;
}
.l-footer .footer-main-box .left-box {
  margin: 0 0 70px;
}
.l-footer .footer-main-box .right-box {
  width: 640px;
  margin: 0 0 70px;
  text-align: right;
}
.l-footer .footer-main-box .footer-sns {
  display: inline-block;
  margin: 0 0 15px;
}
.l-footer .footer-main-box .footer-sns li {
  float: left;
  margin: 0 0 0 10px;
}
.l-footer .footer-main-box .footer-nav {
  display: inline-block;
  margin: 0 0 20px;
}
.l-footer .footer-main-box .footer-nav li {
  float: left;
  padding: 0 20px;
  line-height: 1;
  border-right: 1px solid #fff;
}
.l-footer .footer-main-box .footer-nav li a {
  color: #FFF;
}

.l-footer .footer-main-box .footer-license a {
  color: #FFF;
}


.l-footer .footer-main-box .footer-nav li:last-child {
  padding: 0 0 0 20px;
  border: none;
}
.l-footer .footer-main-box .footer-license {
  margin: 0 0 15px;
  line-height: 1.57;
}
.l-footer .footer-main-box .footer-logo {
  clear: both;
  text-align: center;
}

.to-top {
  position: fixed;
  right: 100px;
  bottom: -100px;
  z-index:10000;
}

.to-top p a {
  content: "";
  width: 70px;
  height: 80px;
  display: block;
  background: url(../img/module/btn_gotop.png) no-repeat center;
}

.to-top .sp_only{
    display: none;
}

/* ================= 右サイド固定バナー ここから ====================================*/
#rc_rightArea {
  position: fixed;
  top: 100px;
  /*バナーの上下位置指定*/
  right: 0px;
  text-indent: -9993px;
  display: block;
  background-color: transparent;
  z-index: 1000000;
}

#rc_rightArea:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#rc_rightArea {
  display: inline-block;
}

/* Hides from IE Mac */
* html #rc_rightArea {
  height: 1%;
}

#rc_rightArea {
  display: block;
}

/* End Hack */
/* ▼▼▼▼▼　右サイドバナー（上）　※画像URLは同じものを2箇所記入！ ▼▼▼▼▼　*/
#rc_rightArea .rc_right a {
  outline: none;
  display: block;
  background: url("../img/module/raiten_kaitori_370x135.jpg") no-repeat scroll 0px 0 transparent;
  width: 80px;
  /* 画像の表示横幅 */
  height: 135px;
  /* 画像の縦幅 */
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  position: fixed;
  top: 170px;
  /*バナーの上下位置指定*/
  right: 0px;
  text-indent: -9993px;
}

#rc_rightArea .rc_right a:hover {
  outline: none;
  display: block;
  background: url("../img/module/raiten_kaitori_370x135.jpg") no-repeat scroll 0px 0px transparent;
  width: 370px;
  /* 画像の最大横幅 */
  height: 135px;
  /* 画像の縦幅 */
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  position: fixed;
  top: 170px;
  /*バナーの上下位置指定*/
  right: 0px;
  text-indent: -9993px;
}

/* ▼▼▼▼▼　右サイドバナー（2番目）　※画像URLは同じものを2箇所記入！ ▼▼▼▼▼　*/
#rc_rightArea .rc_right_2 a {
  outline: none;
  display: block;
  background: url("../img/module/takuhai_kaitori_370x135.jpg") no-repeat scroll 0px 0 transparent;
  width: 80px;
  /* 画像の表示横幅 */
  height: 135px;
  /* 画像の縦幅 */
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  position: fixed;
  top: 315px;
  /*バナーの上下位置指定*/
  right: 0px;
  text-indent: -9993px;
}

#rc_rightArea .rc_right_2 a:hover {
  outline: none;
  display: block;
  background: url("../img/module/takuhai_kaitori_370x135.jpg") no-repeat scroll 0px 0px transparent;
  width: 370px;
  /* 画像の最大横幅 */
  height: 135px;
  /* 画像の縦幅 */
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  position: fixed;
  top: 315px;
  /*バナーの上下位置指定*/
  right: 0px;
  text-indent: -9993px;
}

/* ▼▼▼▼▼　右サイドバナー（3番目）　※画像URLは同じものを2箇所記入！ ▼▼▼▼▼　*/
#rc_rightArea .rc_right_3 a {
  outline: none;
  display: block;
  background: url("../img/module/line_satei_370x135.jpg") no-repeat scroll 0px 0 transparent;
  width: 80px;
  /* 画像の表示横幅 */
  height: 135px;
  /* 画像の縦幅 */
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  position: fixed;
  top: 460px;
  /*バナーの上下位置指定*/
  right: 0px;
  text-indent: -9993px;
}

#rc_rightArea .rc_right_3 a:hover {
  outline: none;
  display: block;
  background: url("../img/module/line_satei_370x135.jpg") no-repeat scroll 0px 0px transparent;
  width: 370px;
  /* 画像の最大横幅 */
  height: 135px;
  /* 画像の縦幅 */
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  position: fixed;
  top: 460px;
  /*バナーの上下位置指定*/
  right: 0px;
  text-indent: -9993px;
}

/* ▼▼▼▼▼　右サイドバナー（4番目）　※画像URLは同じものを2箇所記入！ ▼▼▼▼▼　*/
#rc_rightArea .rc_right_4 a {
  outline: none;
  display: block;
  background: url("../img/module/yoyaku_salon_370x135.jpg") no-repeat scroll 0px 0 transparent;
  width: 80px;
  /* 画像の表示横幅 */
  height: 135px;
  /* 画像の縦幅 */
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  position: fixed;
  top: 605px;
  /*バナーの上下位置指定*/
  right: 0px;
  text-indent: -9993px;
}

#rc_rightArea .rc_right_4 a:hover {
  outline: none;
  display: block;
  background: url("../img/module/yoyaku_salon_370x135.jpg") no-repeat scroll 0px 0px transparent;
  width: 370px;
  /* 画像の最大横幅 */
  height: 135px;
  /* 画像の縦幅 */
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  position: fixed;
  top: 605px;
  /*バナーの上下位置指定*/
  right: 0px;
  text-indent: -9993px;
}




.satei_left{
	float:left;
	padding-bottom:60px;
}
.satei_right{
	float:right;
	padding-bottom:60px;
}
footer{
	width:100%;
}

.posfix_foot {
    display: none;
}
.tag-links a:hover {
    color: #20a6fa;
    text-decoration: underline;
}

/*======================================================================================
ここからSP
======================================================================================*/
@media screen and (max-width: 640px) {
  /* 640px以下の場合 */
  .hidden-sp {
    display: none;
  }

  .hidden-pc {
    display: block;
  }

  .wrap {
    padding: 0;
    width: 100%;
  }

  .f-3-list li {
    float: none;
    margin: 0 0 1rem 0;
  }

  .headline {
    margin: 0 auto 2rem;
  }

  /*==============================
  ヘッダー
  ==============================*/
  .l-header {
    margin: 0;
    width: 100%;
    padding: 0;
    min-width: 0;
  }
  .l-header .wrap {
    display: table;
    vertical-align: middle;
  }
  .l-header .header-logo {
    display: table;
    width: 80%;
    margin: 12px 10px 0 12px;
  }
  .l-header .header-logo img {
    padding-right: 1rem;
    min-width: 8.85rem;
    height: auto;
  }
  .l-header .header-txt {
    display: table-cell;
    vertical-align: middle;
    font-size: .8rem;
    width: 40%;
    word-break: keep-all;
	margin-left:10px;
  }
  .l-header .sp-btn {
    display: table-cell;
    width: 31.25%;
    vertical-align: top;
  }
  .l-header .sp-btn ul {
    display: table;
  }
  .l-header .sp-btn li {
    display: table-cell;
    vertical-align: middle;
  }

  /*==============================
  グローバルナビ
  ==============================*/
  .l-nav {
    position: absolute;
    display: none;
    z-index: 1;
  }
  .l-nav .nav-list {
    padding: 0;
    width: 100%;
    background: rgba(37, 37, 37, 0.8);
  }
  .l-nav .nav-list li {
    display: list-item;
    border-bottom: 1px solid #929090;
    background: url(../img/layout/nav/sp_nav_bg.png) no-repeat 97% center;
    background-size: 4px 8px;
  }
  .l-nav .nav-list li:last-child {
    border: none;
  }
  .l-nav .nav-list a {
    display: block;
    padding: 1rem;
    font-size: 1.3rem;
    color: #FFF;
  }
  .l-nav .nav-list a:hover,
  .l-nav .nav-list a:active,
  .l-nav .nav-list a:focus {
    text-decoration: none;
  }
  .l-nav .nav-list li::before {
    content: none;
  }

  /*==============================
  コンテンツ
  ==============================*/
  .l-contents .mainbox {
    padding-bottom: 2rem;
	  min-width:100%;
  }
  .l-contents .smallbox {
    padding: 0 3.125%;
  }
  .l-contents .smallbox img {
    width: auto;
  }

  .module-box {
    padding: 2rem 0 1rem;
  }
  .module-box .revision {
    margin: 0 0 2rem;
  }
  .module-box .revision img {
    padding: 0 3.33%;
    box-sizing: border-box;
  }
  .module-box .method-sp-list li {
    margin: 0 0 1rem;
    padding: 0 3.33%;
  }
  .module-box .module-bnr {
    display: table;
    height: 191px;
  }
  .module-box .module-bnr .txt-box {
    margin: 50px 13.5% 0 0;
  }
  .module-box .module-bnr .type {
    font-size: 14px;
  }
  .module-box .module-bnr .txt {
    font-size: 24px;
  }
  .module-box .module-bnr.hidden-sp {
    display: none;
  }

  .headline-mainfood-h2 {
    margin: 0 auto 20px;
    font-size: 19px;
    width: 93.75%;
  }

  .headline-mainfood-h3 {
    margin: 0 auto 20px;
    font-size: 18px;
  }

  .headline-mainfood-h4 {
    margin: 0 auto 20px;
    font-size: 16px;
  }

  /*==============================
  フッター
  ==============================*/
  .l-footer {
 min-width:100%;
}
  .l-footer .footer-contact {
    padding: 2rem 0;
  }
  .l-footer .footer-contact .smallbox picture {
    display: block;
    padding: 0 6.25%;
  }
  .l-footer .footer-contact .headline-mainfood-h4 {
    padding: 0 3.125%;
  }
  .l-footer .footer-contact .contact-num {
    width: 100%;
    text-align: center;
    background: url(../img/module/contact_tel_icon.png) no-repeat 6vw center;
    background-size: 6vw;
  }
  .l-footer .footer-contact .contact-num a {
    display: table;
    padding: 0 0 0 10%;
    height: 120px;
  }
  .l-footer .footer-contact .contact-num .num {
  padding: 30px 0 0 40px;
}
  .l-footer .footer-contact .contact-num a:hover, .l-footer .footer-contact .contact-num a:active, .l-footer .footer-contact .contact-num a:focus {
    text-decoration: none;
  }
  .l-footer .footer-contact .contact-num .num {
    display: table-cell;
    font-size: 7vw;
    font-weight: bold;
    color: #000;
    vertical-align: middle;
  }
  .l-footer .footer-contact .contact-num small {
    position: static;
    display: block;
    font-size: 3vw;
    vertical-align: middle;
  }
  .l-footer .l-footer-sitemap {
	  clear:both;
    padding: 0;
  }
  .l-footer .l-footer-sitemap .footer-brand {
    display: none;
    width: 100%;
  }
  .l-footer .l-footer-sitemap .footer-about {
    display: none;
    width: 100%;
  }
  .l-footer .l-footer-sitemap h4 {
    height: auto;
    padding: 1.5rem 0;
    font-weight: normal;
    font-size: 1.4rem;
    color: #FFF;
    text-align: center;
    background: url(../img/layout/footer/sp_footer_icon_arrow_down.png) no-repeat 97% center #333;
    background-size: 1rem .5rem;
  }
  .l-footer .l-footer-sitemap .f-list {
    width: 100%;
  }
  .l-footer .l-footer-sitemap .f-list.blank {
    margin: 0;
  }
  .l-footer .l-footer-sitemap .f-list > ul {
    padding: 0;
    border: none;
  }
  .l-footer .l-footer-sitemap .f-list > ul li {
    float: left;
    width: 50%;
    font-size: 1.2rem;
    background: url(../img/layout/footer/sp_footer_icon_arrow_right.png) no-repeat 97% center;
    background-size: .45rem .9rem;
    border-bottom: 1px solid #ccc;
  }
  .l-footer .l-footer-sitemap .f-list > ul li:nth-child(even) {
    border-left: 1px solid #ccc;
  }
  .l-footer .l-footer-sitemap .f-list > ul a {
    display: block;
    padding: 1.2rem 1.4rem 1.2rem 1rem;
  }
  .l-footer .l-footer-sitemap .f-list > ul a:hover,
  .l-footer .l-footer-sitemap .f-list > ul a:active,
  .l-footer .l-footer-sitemap .f-list > ul a:focus {
    text-decoration: none;
  }
  .l-footer .footer-main-box {
    padding: 2rem 6.25% 1.25rem;
  }
  .l-footer .footer-main-box .footer-contact-list .footer-contact-btn {
    width: auto;
    height: 14vw;
    padding: 3.4% 0;
    font-size: 5vw;
    background-image: url(../img/layout/footer/sp_footer_mail_icon.png);
    background-position: 18% center;
    background-size: contain;
  }
  .l-footer .footer-main-box .left-box {
    float: none;
    margin: 0 0 2rem;
  }
  .l-footer .footer-main-box .left-box img {
    width: 100%;
  }
  .l-footer .footer-main-box .right-box {
    width: auto;
    float: none;
    margin: 0;
    text-align: center;
  }
  .l-footer .footer-main-box .footer-sns li {
    margin: 0 .5rem;
  }
  .l-footer .footer-main-box .footer-sns li img {
    min-width: 3.5rem;
    min-height: 3.5rem;
  }
  .l-footer .footer-main-box .footer-nav {
    display: none;
  }
  .l-footer .footer-main-box .footer-license {
    font-size: 1rem;
  }
  .l-footer .footer-main-box .l-copyright {
    font-size: .9rem;
  }
  .l-footer .footer-main-box .sp-logo {
    margin: 0 0 2rem;
    text-align: center;
  }
  .l-footer .footer-main-box .sp-logo img {
    max-width: 8.25rem;
  }
  .l-footer .footer-main-box .sp-logo a:hover img {
    opacity: 1;
  }

  .to-top {
    position: fixed;
    right: 15px;
    bottom: -100px;
  }

  .to-top p a {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background: url(https://www.kaitori-ginza.com/assets/img/module/btn_go_top.jpg) no-repeat center;
    border-radius: 8px;
    opacity: 0.7;
  }

  .to-top .sp_only{
    display: block;
  }    
    
  .to-top .sp_only a {
    width: 63px !important;
    height: 126px !important;
    margin-bottom: 10px !important;
    opacity: 1;
  }    
    
  #rc_rightArea {
    display: none;
  }
 .top_h1{
	display:none;
}

.posfix_foot {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    color: #FFF!important;
    text-align: center;
    z-index: 5;
}

/* フッター固定スライド*/

#slide {
	width: 100%;
	max-height:50px;
	padding-bottom:0;
	margin-bottom:0;
	background:#333333;
	position: fixed;
    bottom: 0;
    right: 0;
	z-index:200;
}

#slide-contents img {
	display:block;
	width:auto;
	max-height:50px;
	margin:0 auto;
	vertical-align:bottom;
}

#slide a {
    text-decoration: none;
    cursor: pointer;
}

#slide h3 {
    margin-bottom: 10px;
}

#slide #open-btn {
    position: absolute;
    left: 0px;
    top: -20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
	z-index:100;
	text-align:right;
}

#slide #open-btn img {
	width:100%;
	height;auto;
}

.slides {margin: 0; padding: 0; list-style: none;}

.container .tabs .content .content-2 h2,
.container .tabs .content .content-3 h2 {
	line-height: 35px;
}

}

