@charset "UTF-8";
.fixMenu {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10000;
}

.fixMenu__list {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
}

.fixMenu__list__element {
  list-style: none;
  display: table-cell;
  width: 20%;
}

.fixMenu__list__element > a {
  display: block;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 200;
  /* フォントにゴシック体を使用する場合は下記を適用してください
				* font-family: 'Noto Sans Japanese', sans-serif;
				* font-weight: 200;
				*/
  font-size: 12px;
  line-height: 1.4;
  background: #ca5118;
  box-sizing: border-box;
  padding: 30px 0 0;
  position: relative;
  border-left: solid 1px #fff;
  text-decoration: none;
  height: 68px;
}

.fixMenu__list__element span {
  display: block;
  text-align: center;
}

.fixMenu__list__element span.icon {
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
}

.fixMenu__list__element span.title {
  padding-bottom: 3px;
}

.fixMenu__list__element:first-child > a {
  border-left: none;
}

.fixMenu__list__element--search span.icon > img {
  height: 15.5px;
}

.fixMenu__list__element--difference span.icon {
  top: 5px;
}

.fixMenu__list__element--difference span.icon > img {
  height: 18.5px;
}

.fixMenu__list__element--store span.icon > img {
  height: 15.5px;
}

.fixMenu__list__element--phone span.icon > img {
  height: 15.5px;
}

.fixMenu__list__element--cart span.icon > img {
  height: 20px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
  min-width: 980px;
}

#wholewrapper {
  min-width: 980px;
  margin: 0 auto;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  line-height: 1.6;
}

br.pcHide {
  display: none;
}

.contents a[href^="http"]:after {
  content: url(media/images/icon/icon_link_black.png);
  padding-left: 3px;
}

.contents a[href$="pdf"]:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 0;
  color: #e15d4b;
}

.contents a[href$="doc"]:after, .contents a[href$="docx"]:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 0;
  color: #4f5fbc;
}

.contents a[href$="xls"]:after, .contents a[href$="xlsx"]:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 0;
  color: #3f7e59;
}

.contents a[href$="ppt"]:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 0;
  color: #e35887;
}

ul.arrow {
  padding-left: 0;
}

ul.arrow .arrow__element {
  list-style: none;
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
}

ul.arrow .arrow__element:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 10px;
  top: -1px;
}

ul.angle {
  padding-left: 0;
}

ul.angle .angle__element {
  list-style: none;
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
}

ul.angle .angle__element:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 10px;
  top: -1px;
}

.headerMenu__top {
  float: right;
  height: 35px;
}

.headerMenu__top__list {
  padding-left: 0;
  margin: 0;
  height: 100%;
}

.headerMenu__top__list:after {
  content: " ";
  display: block;
  clear: both;
}

.headerMenu__top__list__element {
  list-style: none;
  float: left;
  position: relative;
  box-sizing: border-box;
  margin-right: 15px;
  padding: 6px 0 7px 10px;
}

.headerMenu__top__list__element:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 0px;
  top: 5px;
}

.headerMenu__top__list__element > a {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  /* フォントにゴシック体を使用する場合は下記を適用してください
					* font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
					*/
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-decoration: none;
}

.headerMenu__top__list__element > a:hover {
  text-decoration: underline;
}

.headerMenu__top__list__element--button {
  margin: 0 0 0 15px;
  padding: 0;
}

.headerMenu__top__list__element--button:before {
  color: #fff;
  left: 15px;
  top: 6px;
}

.headerMenu__top__list__element--button > a {
  background-color: #ca5118;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  width: 195px;
  height: 35px;
  box-sizing: border-box;
  padding: 7px 15px 7px 27px;
}

.headerMenu__top__list__element--button > a:after {
  content: url(media/images/icon/icon_link_white.png);
  padding-left: 5px;
}

.headerMenu__bottom {
  float: right;
  height: 40px;
  box-sizing: border-box;
  padding-top: 5px;
}

.headerMenu__bottom:after {
  content: " ";
  display: block;
  clear: both;
}

.headerMenu__bottom__list {
  padding: 7px 0 0 0;
  margin: 0 19px 0 0;
  float: left;
}

.headerMenu__bottom__list:after {
  content: " ";
  display: block;
  clear: both;
}

.headerMenu__bottom__list__element {
  list-style: none;
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 1;
}

.headerMenu__bottom__list__element:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}

.headerMenu__bottom__list__element > a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  /* フォントにゴシック体を使用する場合は下記を適用してください
					* font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
					*/
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-decoration: none;
}

.headerMenu__bottom__list__element > a:hover {
  text-decoration: underline;
}

.headerMenu__bottom__phone {
  float: left;
  box-sizing: border-box;
  padding-left: 5px;
  margin-right: 25px;
}

.headerMenu__bottom__time {
  display: table;
  margin: 0;
  padding-left: 0;
  box-sizing: border-box;
  padding-top: 8px;
  float: right;
}

.headerMenu__bottom__time__element {
  list-style: none;
  display: table-cell;
  box-sizing: border-box;
  border-right: solid 1px #333;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  /* フォントにゴシック体を使用する場合は下記を適用してください
				* font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
				*/
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0 6px;
}

.headerMenu__bottom__time__element:first-child {
  border-left: solid 1px #333;
}

.headerMenu__bottom__time__element > a {
  line-height: 1;
}

.headerMenu__bottom__time__element > span {
  font-size: 12px;
  font-family: sans-serif;
}

.header {
  background-color: transparent;
  transition: all  0.8s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  min-width: 980px;
}

.header__inner {
  width: 960px;
  margin: 0 auto;
}

.header__inner:after {
  content: " ";
  display: block;
  clear: both;
}

.header__inner__logo {
  margin: 10px 0;
  display: none;
  float: left;
  width: 260px;
}

.header__inner__menu {
  float: right;
  width: 560px;
}

.header__inner__menu:after {
  content: " ";
  display: block;
  clear: both;
}

.header.fix {
  background-color: #fff;
  transition: all  0.8s ease;
}

.header.fix .header__inner__logo {
  display: block;
}

.footer__pagetop {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.footer__pagetop__icon {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 1000;
}

.footer__pagetop__icon > a {
  text-decoration: none;
}

.footer__pagetop__icon span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: bold;
  /* フォントにゴシック体を使用する場合は下記を適用してください
				* font-family: 'Noto Sans Japanese', sans-serif;
				* font-weight: 500;
				*/
  font-size: 13px;
  display: block;
  text-align: center;
}

.footer__banner {
  background-image: url(media/images/common/bg_footer.png);
  background-repeat: repeat;
  box-sizing: border-box;
  padding: 40px 0 25px;
}

.footer__banner__list {
  box-sizing: border-box;
  width: 960px;
  padding-left: 0;
  margin: 0 auto;
}

.footer__banner__list:after {
  content: " ";
  display: block;
  clear: both;
}

.footer__banner__list__element {
  list-style: none;
  float: left;
  margin-left: 30px;
}

.footer__banner__list__element > a {
  display: block;
  background-color: #fff;
  width: 217px;
  height: 170px;
  box-sizing: border-box;
  padding: 25px 0;
  text-decoration: none;
  position: relative;
}

.footer__banner__list__element > a:hover {
  background-color: #fafafa;
}

.footer__banner__list__element:first-child {
  margin-left: 0;
}

.footer__banner__list__element__icon {
  text-align: center;
}

.footer__banner__list__element__title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: #000;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, sans-serif;
}

.footer__banner__list__element__title__sub {
  display: block;
  font-size: 16px;
  color: #afb7bc;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  /* フォントにゴシック体を使用する場合は下記を適用してください
						* font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
						*/
}

.footer__banner__list__element--youtube > a {
  padding-top: 32px;
}

.footer__sns {
  background-image: url(media/images/common/bg_footer.png);
  background-repeat: repeat;
  box-sizing: border-box;
  padding-bottom: 23px;
}

.footer__sns__inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.footer__sns__inner:after {
  content: " ";
  display: block;
  clear: both;
}

.footer__sns__inner__title {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  /* フォントにゴシック体を使用する場合は下記を適用してください
				* font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
				*/
  font-weight: bold;
  box-sizing: border-box;
  position: absolute;
  right: 320px;
  top: 7px;
}

.footer__sns__inner__title > span {
  box-sizing: border-box;
  display: block;
  padding-right: 20px;
  position: relative;
}

.footer__sns__inner__title > span:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 10px;
  top: 0px;
}

.footer__sns__inner__list {
  padding-left: 0;
  margin: 0;
  float: right;
  width: 320px;
}

.footer__sns__inner__list:after {
  content: " ";
  display: block;
  clear: both;
}

.footer__sns__inner__list__element {
  list-style: none;
  float: left;
}

.footer__sns__inner__list__element > a {
  display: block;
}

.footer__menu1 {
  background-color: #fff;
  box-sizing: border-box;
  padding: 13px 0px;
}

.footer__menu1__inner {
  width: 960px;
  margin: 0 auto;
}

.footer__menu1__inner:after {
  content: " ";
  display: block;
  clear: both;
}

.footer__menu1__inner__list {
  padding-left: 0;
  margin: 0;
  text-align: center;
}

.footer__menu1__inner__list:after {
  content: " ";
  display: block;
  clear: both;
}

.footer__menu1__inner__list__element {
  list-style: none;
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 15px;
  display: inline-block;
}

.footer__menu1__inner__list__element > a {
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  /* フォントにゴシック体を使用する場合は下記を適用してください
						* font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
						*/
  font-weight: bold;
  text-decoration: none;
}

.footer__menu1__inner__list__element > a:hover {
  text-decoration: underline;
}

.footer__menu1__inner__list__element > a[href^="http"] {
  position: relative;
}

.footer__menu1__inner__list__element > a[href^="http"]:after {
  content: url(media/images/icon/icon_link_black.png);
  padding-left: 3px;
}

.footer__menu1__inner__list--type01 .footer__menu1__inner__list__element:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}

.footer__menu1__inner__list--type02 .footer__menu1__inner__list__element:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}

.footer__menu2 {
  box-sizing: border-box;
  padding-bottom: 15px;
  background-color: #fff;
}

.footer__menu2:after {
  content: " ";
  display: block;
  clear: both;
}

.footer__menu2__inner {
  margin: 0 auto;
  text-align: center;
}

.footer__menu2__inner__list {
  text-align: center;
  display: inline-block;
  margin: auto;
  padding-left: 0;
}

.footer__menu2__inner__list__element {
  list-style: none;
  display: inline-block;
  box-sizing: border-box;
  border-right: solid 1px #333;
  padding: 0 8px;
  line-height: 1;
}

.footer__menu2__inner__list__element > a {
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  /* フォントにゴシック体を使用する場合は下記を適用してください
						* font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
						*/
  line-height: 1;
  text-decoration: none;
}

.footer__menu2__inner__list__element > a:hover {
  text-decoration: underline;
}

.footer__menu2__inner__list__element--top {
  border-left: solid 1px #333;
}

.footer__copy {
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  /* フォントにゴシック体を使用する場合は下記を適用してください
		* font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Arial, sans-serif;
		*/
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #000;
  box-sizing: border-box;
  padding: 10px 0;
}

@media screen and (max-width: 1199px){
  .headerMenu__bottom__phone{
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px){
  body{
    min-width: 0;
  }
  #wholewrapper{
    min-width: 0;
  }
  a{
    word-break: break-all;
    word-wrap: break-word;
  }
  br.pcHide{
    display: block;
  }
  br.spHide{
    display: none;
  }
  .header{
    display: none;
  }
  .header__inner{
    width: 100%;
  }
  .footer__pagetop{
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .footer__pagetop__icon{
    right: 10px;
    top: -25px;
  }
  .footer__banner{
    padding: 28px 10px 10px;
  }
  .footer__banner__list{
    width: 300px;
  }
  .footer__banner__list__element{
    margin: 0 0 12px 0px;
    float: none;
  }
  .footer__banner__list__element > a{
    width: 100%;
    display: table;
    height: 102px;
    padding: 15px;
  }
  .footer__banner__list__element__icon{
    display: table-cell;
    vertical-align: middle;
    width: 50px;
  }
  .footer__banner__list__element__title{
    position: static;
    width: auto;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
  .footer__banner__list__element--blog{
    margin-left: 0;
  }
  .footer__banner__list__element--blog img{
    width: 41px;
  }
  .footer__banner__list__element--cookpad img{
    width: 39.5px;
  }
  .footer__banner__list__element--youtube{
    margin-left: 0;
  }
  .footer__banner__list__element--youtube > a{
    padding-top: 15px;
  }
  .footer__banner__list__element--youtube img{
    width: 48.5px;
  }
  .footer__banner__list__element--mail img{
    width: 41px;
  }
  .footer__sns__inner{
    width: 300px;
  }
  .footer__sns__inner__title{
    position: static;
  }
  .footer__sns__inner__title > span{
    display: inline-block;
    width: auto;
    padding-right: 0;
    position: static;
    font-size: 16px;
  }
  .footer__sns__inner__title > span:after{
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    position: static;
    padding-left: 5px;
  }
  .footer__sns__inner__list{
    width: 300px;
  }
  .footer__sns__inner__list__element{
    width: 25%;
  }
  .footer__menu1{
    border-top: solid 1px #9b9b9b;
    padding: 0;
  }
  .footer__menu1__inner{
    width: 100%;
  }
  .footer__menu1__inner__list__element{
    width: 100%;
    border-bottom: solid 1px #9b9b9b;
    padding: 0;
    position: relative;
    display: table;
  }
  .footer__menu1__inner__list__element:after{
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -13px;
  }
  .footer__menu1__inner__list__element > a{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 20px 14px 22px;
  }
  .footer__menu1__inner__list__element > a:hover{
    text-decoration: none;
  }
  .footer__menu1__inner__list--type01 .footer__menu1__inner__list__element:before{
    content: none;
  }
  .footer__menu1__inner__list--type02 .footer__menu1__inner__list__element:before{
    content: none;
  }
  .footer__menu2{
    padding: 23px 0 8px;
  }
  .footer__menu2__inner__list{
    margin-bottom: 20px;
    display: table;
  }
  .footer__menu2__inner__list:after{
    content: " ";
    display: block;
    clear: both;
  }
  .footer__menu2__inner__list__element{
    display: table-cell;
  }
  .footer__menu2__inner__list__element--parking{
    border-left: solid 1px #333;
  }
  .footer__menu2__inner__list__element--privacy{
    border-left: solid 1px #333;
  }
  .footer__menu2__inner__list__element--contact{
    border-left: solid 1px #333;
  }
  .footer__menu2__inner__list--no2 .footer__menu2__inner__list__element{
    float: none;
  }
  .footer__copy{
    font-size: 14px;
  }
}

/*# sourceMappingURL=main.css.map */
