@charset "euc-jp";

body {
  background-color: #F5F3EE;
  background-image: url();
  color: #090909;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Times New Roman", Times New Roman, sans-serif;
  font-weight:500;
}

a {
  color: #090909;
}

a:hover {
  color:#797979;
}

/* ドロップダウンメニュー */
.dropmenu {
  *zoom: 1;
  list-style-type: none;
  position: relative;
  z-index: 1000;
}

.dropmenu li a {
  display: block;
  line-height: 1;
  color:#f9f9f9;
}

.dropmenu li:hover ul {
  display: block;
}

.dropmenu li ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  width: 100%;
}

.dropmenu li {
  position: relative;
  margin: 0;
  padding: 0;
}

.dropmenu li ul li {
  width: 100%;
  background-color: #fff;
  padding: 0.5em 1em;
  text-align: left;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

/* colormekit.cssの上書き */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #ccc;
}

.btn {
  border-radius: 0;
}

.btn-xlg,
.btn-sm,
.btn-xs {
  border-radius: 0;
}

.btn-xs {
  padding-top: 2px;
  padding-bottom: 2px;
}

select {
  border-radius: 0;
}

input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
}

/* bxSlider */
.bx-wrapper .bx-pager {
  bottom: 55px !important;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  left: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 32px !important;
  height: 4px !important;
}

/*
 * layout
 */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.pc-header {
  margin: 0 auto;
  max-width: 1200px;
}

#footer {
  background-color: #fff;
  color: #333;
}

#footer a {
  color: #333;
}

address {
  margin-bottom: 0;
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}

#contents .topicpath-nav li {
  padding: 0;
}

#contents .topicpath-nav a {
  margin-left: 5px;
}

/*
 * side
 */
/*
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}*/


/* スマホ用ドロワーメニュー */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.drawer__item--close {
  padding: 20px;
  text-align: right;
}

.drawer__item {
  border-bottom: 1px solid #e0e0e0;
}

.drawer__item--close a {
  color: #212121;
}

.drawer__item__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}

.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  display:block  !important;
}

.linklist__item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}

.drawer__item--accordion .linklist__item {
  border: none;
}

.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #212121;
}

.drawer__item--accordion .linklist__item a {
  padding: 10px 20px;
}

.linklist__item__text {
  width: 80%;
  height: auto;
}

.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.u-ac--active {
  border-bottom: 1px solid #e0e0e0;
}

/* スマホ */
.toolbar {
  border-bottom: solid 1px #e0e0e0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #000;
  z-index: 1000;
}

.toolbar__inner {
  margin: 0;
  padding: 0;
}

.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.toolbar__item--menu {
  float: left;
}

.toolbar__item--menu span {
  margin: 0 0 0 8px;
  vertical-align: middle;
  font-size: 85.71429%;
  font-weight: bold;
}

.toolbar__item--cart {
  float: right;
}

.toolbar__item a {
  color: #fff;
  padding: 0 20px;
  height: 60px;
  display: table;
}

.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}

.toolbar__item a .u-wrap {
  display: table-cell;
}

.toolbar__item a i {
  vertical-align: middle;
}

.toolbar__item--cart .toolbar__item__count {
  font-weight: bold;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

.section--shopname {
  padding-top: 65px;
}

.section__inner {
  padding: 10px;
}

.section__inner form,
.drawer__item__name form {
  margin-bottom: 0;
}

.shopname {
  text-align: center;
  margin: 0;
  font-size: 114.28571%;
}

.shopname a {
  font-weight: bold;
  color: #212121;
  display: block;
}

.section {
  border-bottom: solid 1px #e0e0e0;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color: #212121;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

input[type="text"].keyword--small {
  width: 72%;
  height: 44px;
}

.button--blue {
  background: #333;
  color: #fff;
}

.button--small {
  font-size: 100%;
  padding: 15px 0;
  width: 25%;
  line-height: 1;
  border: none;
}

.section--search .button {
  float: right;
}

/*
 * temp
 */

/* font */
.txt_l {
  text-align: left;
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.txt_fwn {
  font-weight: normal;
}

.txt_fwb {
  font-weight: bold;
}

.txt_10 {
  font-size: 10px;
}

.txt_12 {
  font-size: 12px;
}

.txt_14 {
  font-size: 14px;
}

.txt_16 {
  font-size: 16px;
}

.txt_18 {
  font-size: 18px;
}

.txt_20 {
  font-size: 20px;
}

.txt_24 {
  font-size: 24px;
}

.txt_28 {
  font-size: 28px;
}

.txt_c_333 {
  color: #090909;
}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

.bgc_red {
  background-color: #ffa1a1;
}


/* margin */
.mar_auto {
  margin: 0 auto;
}

.mar_0 {
  margin: 0;
}

.mar_t_0 {
  margin-top: 0;
}

.mar_r_0 {
  margin-right: 0;
}

.mar_b_0 {
  margin-bottom: 0;
}

.mar_l_0 {
  margin-left: 0;
}

.mar_5 {
  margin: 5px;
}

.mar_t_5 {
  margin-top: 5px;
}

.mar_r_5 {
  margin-right: 5px;
}

.mar_b_5 {
  margin-bottom: 5px;
}

.mar_l_5 {
  margin-left: 5px;
}

.mar_t_10 {
  margin-top: 10px;
}

.mar_r_10 {
  margin-right: 10px;
}

.mar_b_10 {
  margin-bottom: 10px;
}

.mar_l_10 {
  margin-left: 10px;
}

.mar_t_20 {
  margin-top: 20px;
}

.mar_r_20 {
  margin-right: 20px;
}

.mar_b_20 {
  margin-bottom: 20px;
}

.mar_l_20 {
  margin-left: 20px;
}

.mar_t_30 {
  margin-top: 30px;
}

.mar_r_30 {
  margin-right: 30px;
}

.mar_b_30 {
  margin-bottom: 30px;
}


.mar_l_30 {
  margin-left: 30px;
}

.mar_t_50 {
  margin-top: 50px;
}

.mar_r_50 {
  margin-right: 50px;
}

.mar_b_50 {
  margin-bottom: 50px;
}

.mar_l_50 {
  margin-left: 50px;
}

.mar_t_90 {
  margin-top: 90px;
}

.mar_t_150 {
  margin-top: 150px;
}

/* padding */
.pad_v_10 {
  padding: 10px 0;
}

.pad_v_20 {
  padding: 20px 0;
}

.pad_v_30 {
  padding: 30px 0;
}

.pad_0 {
  padding: 0;
}

.pad_t_0 {
  padding-top: 0;
}

.pad_r_0 {
  padding-right: 0;
}

.pad_b_0 {
  padding-bottom: 0;
}

.pad_l_0 {
  padding-left: 0;
}

.pad_5 {
  padding: 5px;
}

.pad_t_5 {
  padding-top: 5px;
}

.pad_r_5 {
  padding-right: 5px;
}

.pad_b_5 {
  padding-bottom: 5px;
}

.pad_l_5 {
  padding-left: 5px;
}

.pad_10 {
  padding: 10px;
}

.pad_t_10 {
  padding-top: 10px;
}

.pad_r_10 {
  padding-right: 10px;
}

.pad_b_10 {
  padding-bottom: 10px;
}

.pad_l_10 {
  padding-left: 10px;
}

.pad_20 {
  padding: 20px;
}

.pad_t_20 {
  padding-top: 20px;
}

.pad_r_20 {
  padding-right: 20px;
}

.pad_b_20 {
  padding-bottom: 20px;
}

.pad_l_20 {
  padding-left: 20px;
}

.pad_30 {
  padding: 30px
}

.pad_t_30 {
  padding-top: 30px;
}

.pad_r_30 {
  padding-right: 30px;
}

.pad_b_30 {
  padding-bottom: 30px;
}

.pad_l_30 {
  padding-left: 30px;
}

.pad_b_50 {
  padding-bottom: 50px;
}

.pad_t_100 {
  padding-top: 100px;
}

.pad_t_150 {
  padding-top: 150px;
}

.pad_m_20_10 {
  padding: 20px 10px;
}

/* border */
.bor_t_1 {
  border-top: 1px solid #eee;
}

.bor_r_1 {
  border-right: 1px solid #eee;
}

.bor_b_1 {
  border-bottom: 1px solid #eee;
}

.bor_l_1 {
  border-left: 1px solid #eee;
}

/* vertical align */
.va-10 {
  vertical-align: -10%;
}

.va-20 {
  vertical-align: -20%;
}

.va-30 {
  vertical-align: -30%;
}

.va-35 {
  vertical-align: -35%;
}

.va-40 {
  vertical-align: -40%;
}

@media (max-width: 980px) {

  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 768px) {

  /* ~768px */
  #contents {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  /* ~480px */
}



/*
 * icons
 */
.icon-user {
  background-position: -208px 0px;
}

.icon-lg-b.icon-user {
  background-position: -312px 0px;
}

.icon-adduser {
  background-position: -240px 0px;
}

.icon-lg-b.icon-adduser {
  background-position: -360px 0px;
}

.icon-login {
  background-position: -48px -80px;
}

.icon-lg-b.icon-login {
  background-position: -72px -120px;
}

.icon-logout {
  background-position: -32px -80px;
}

.icon-lg-b.icon-logout {
  background-position: -48px -120px;
}

.icon-home {
  background-position: -176px -16px;
}

.icon-lg-b.icon-home {
  background-position: -264px -24px;
}

.icon-mail {
  background-position: -64px 0px;
}

.icon-lg-b.icon-mail {
  background-position: -96px 0px;
}

.icon-lg-w.icon-mail {
  background-position: -96px 0px;
}

.icon-pencil {
  background-position: -96px 0px;
}

.icon-lg-b.icon-pencil {
  background-position: -144px 0px;
}

.icon-lg-w.icon-pencil {
  background-position: -144px 0px;
}

.icon-help {
  background-position: -272px -80px;
}

.icon-lg-b.icon-help {
  background-position: -408px -120px;
}

.icon-lg-w.icon-help {
  background-position: -408px -120px;
}

.icon-cart {
  background-position: -176px -64px;
}

.icon-lg-b.icon-cart {
  background-position: -264px -96px;
}

.icon-search {
  background-position: -208px -16px;
}

.icon-lg-b.icon-search {
  background-position: -312px -24px;
}

.icon-chevron_up {
  background-position: -0px -144px;
}

.icon-lg-b.icon-chevron_up {
  background-position: -0px -216px;
}

.icon-chevron_down {
  background-position: -352px -128px;
}

.icon-lg-b.icon-chevron_down {
  background-position: -528px -192px;
}

.icon-lg-w.icon-chevron_down {
  background-position: -528px -192px;
}

.icon-close {
  background-position: -80px -80px;
}

.icon-lg-b.icon-close {
  background-position: -120px -120px;
}

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}

@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 768px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min-resolution: 192dpi),
only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}

/* 商品詳細ページのbxSliderの筋消し用 */
@media (min-width: 481px) {
  .wrapper {
    max-width: 430px;
  }
}

@media (min-width: 550px) {
  .wrapper {
    max-width: 500px;
  }
}

@media (min-width: 600px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 700px) {
  .wrapper {
    max-width: 650px;
  }
}

@media (min-width: 800px) {

  .wrapper,
  .pc-header {
    max-width: 750px;
  }
  
  .br-sp {display: none; }
}

@media (min-width: 900px) {

  .wrapper,
  .pc-header {
    max-width: 830px;
  }
}

@media (min-width: 1000px) {

  .wrapper,
  .pc-header {
    max-width: 950px;
  }
}

@media (min-width: 1100px) {

  .wrapper,
  .pc-header {
    max-width: 1050px;
  }
}

@media (min-width: 1150px) {

  .wrapper,
  .pc-header {
    max-width: 1100px;
  }
}

@media (min-width: 1200px) {

  .wrapper,
  .pc-header {
    max-width: 1120px;
  }
}

@media (min-width: 1250px) {

  .wrapper,
  .pc-header {
    max-width: 1200px;
  }
}

/*追加css*/
.header{
    background-color: #0C2D59;
  	/*▼通常時の高さ*/
    height: 150px;
  	/*▼バナー差し込み時の高さ*/
  	/*height: 450px;*/
  	/*▼高いバナー差し込み時の高さ*/
  	/*height: 700px;*/
  	/*▼高いバナー2つ差し込み時の高さ
  	height: 1020px;*/
}

.main {
/*    background-color: #fff;*/
    margin-top: -30px;
 }

.contentMain {
    background-color: #fff;
    margin-top: 60px;
 }

.mainArea{
	width:1000px;
	margin:0 auto;
}

.mainCopy{
	font-size: 30px;
 	color: #997423;
	text-align: center;
}

.mainSub {
	font-size: 20px;
/*	color: #fff;*/
  	text-align: center;
}

.mainText {
    font-size: 15px;
/*    color: #fff;*/
    font-weight: 600;
    line-height: 1.8;
    text-align: justify;
}


.mainContents {
	
}

.mainRanking{
width:80%;
margin:150px auto 0;  
}

.contentArea{
	margin:0 auto;
}

.contentTop{

}

.contetntText{
	font-size: 17px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.txt_c_fff {
  color: #fff;
}

.toolbar img {
	width:30%;
}

.toolbar__logo {
    list-style: none;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.toolbar__logo a {
  color: #fff;
  padding: 0 20px;
  height: 60px;
  display: table;
}

.detailList{
 margin: 0 auto;
 list-style: none;
}

.detailList li{
 width: 44%;
 height: 550px;
 margin: 0 3% 40px;
 float: left;
 text-align: justify;
}

.detailTittle{
 font-size: 20px;
 font-weight: 500;
 color:#000;
 border-bottom: solid 1px;
}

.detailText{
 font-size: 15px;
 font-weight: 600;
 color:#000;
}

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}

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

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

.cateBtn,
a.cateBtn,
button.cateBox {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.cateBtn {
  border: 2px solid #fff;
  border-radius: 0;
  background: #fff;
}

a.cateBtn:hover {
  color: #fff;
  background: #000;
}

.cateBox{
 text-align:center;
 margin: 50px 0;
}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: -10px;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}

.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
　font-weight: 600;
    line-height: 2.5rem;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 25rem;
    content: '\025bc' '柚子香のコダワリ';
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid;
    padding: 1%;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 550px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	/*font-family: FontAwesome;*/
	content:'\025b2' '閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

.headerList_sp{
    border-bottom: solid 1px #e0e0e0;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #0C2D59;
    z-index: 1000;
height:60px;
}

.headerMenu_sp {
position: absolute;
    top: 45%;
    left: 5%;
}

.headerMenu_sp a{
color: #fff;
}
.headerMenu_sp span{
margin: 0 0 0 8px;
}

.headerLogo_sp {
position: absolute;
    left: 37.5%;
    width: 25%;
    top: 35%;
}

.headerLogo_sp img{
 width:100%;
}

.headerTop_sp{
position: absolute;
width: 85%;
    left: 5%;
    top: 5%;
}

.headerTop_sp h1{
  font-size:0.7rem;
}

.headerCart_sp {
position: absolute;
    right: 6%;
    top: 45%;
}

.headerCart_sp a{
color:#fff;
}

.headerCart_sp span{
margin: 0 0 0 8px;
}

.headerLogo{
	width:300px;
}




#headerTop{
	position: relative;
}

#headerLogo {
　position: absolute;
    top: 10px;
    left: 1%;
    width: 600px;
}

#headerLogo img {
  width:300px;
}

h1{
font-size: 12px;
    padding: 0;
    margin: 0;
  color:#fff;
  font-weight:300;
}

#headerRight {
    width: 630px;
    position: absolute;
    right: 5px;
    top: 10px;
    color: #fff;
  font-weight: 300;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#headerInfo{
   line-height: 1.2;
   text-align: center;
　　width: 300px;
    float: left;

}

#headerInfo .tel {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 0px;
}

#headerInfo .info {
    font-size: 1.2rem;
    }
#headerRight .icon{
width: 80px;
    float: left;
    text-align: center;
    margin-left: 1px;
}

#headerRight .icon .iconName {
	font-size: 12px;
    color: #fff;
}

#headerRight .icon img {
width:35px;
}

#headerMiddle {
position:absolute;
width:700px;
top:110px;

}





ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a{
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.nav {
  display: flex;
  width: 1200px;
}

.nav > li {
  position: relative;
width: calc(100% / 7);
  border-right: 1px solid #fff;
}
.nav > li:last-child{
  border-right: none;
}

.nav a {
  display: block;
  line-height: 1;
  z-index: 1;
}
.nav {
  flex-flow: row wrap;
}
.nav a {
  padding: 0.5em 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.sub {
  display: none;
  position: absolute;
  left: 0;
  top: 2em;
  width: 100%;
  z-index: 3;
}
.sub > li > a {
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  background-color: #0C2D59
;
}

h3{
font-size: 20px;
}

.sideBanner a{
　display:block
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}


#saleBanner{
	width:100%;
	background-color:#f3f1eb;  
    position: relative;
    top: 72px; 
    height: 250px;
}

#subscBanner{
	width:100%;
	background-color:#000000;  
    position: relative;
    top: 50px;  
}

#noticeBanner{
	width:100%;
	background-color:#fff;  
    position: relative;
    top: 72px;  
}

.cateItem{
    width: 350px;
    float: left;
    margin: 0px 75px 40px;
}

.itemTittle{
    font-size: 20px;
/*    color: #ffffff;*/
}

.cateList{
  flex-wrap: wrap;
    position: relative;
    margin-top: 35px;
    display: flex;
}

.voiceList li {
    width: 90%;
    margin: 0 5% 40px;
    text-align: justify;
    line-height: 3rem;
}

.footerIcon{
	display: flex;
    width: 100px;
    margin: 0 auto;
}

.footerList{
	width: 30px;
    margin: 30px 10px;
}



@media (max-width: 768px) {

  /* ~768px */
.main {
    padding-top: 50px;
  }

.mainArea{
	width:80%;
	margin:0 auto;
}
  
.mainCopy{
	font-size: 1.5rem;
　padding-bottom: 10px;  
　margin:0 auto;
}

.mainSub {
    font-size: 1.2rem;
    line-height: 2.5rem;
}

.mainText {
    font-size: 1.2rem;
}

.mainBox {
}
  
.mainContents {
  margin-top: 100px;
}  

.mainTop{
	width:100%;
} 
  

.contetntTop{
	width:100%;
} 
  
.contetntText {
    font-size: 1.2rem;
    text-align: justify;
    font-weight: 600;
　line-height: 2.5rem;

}
 
  
.detailList{
 width: 100%;
}

.detailList li{
 width: 100%;
 margin: 0;
 float: none;
 padding-bottom: 15%;
 height: auto; 
}

.detailTittle{
 font-size: 18px;
}

.detailText{
 font-size: 13px;
 text-align: justify;
}  
  
.cp_box label::after{
　padding: 2%;
    bottom: -10px;
  }  
  
.cp_box label {
background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 60%);
}  
  
.cp_box .cp_container {
    height: 450px;;
  }  
  
  .bx-wrapper {
    margin-top: 66px !important;
}  

#subscBanner_sp{
    width: 100%;
    position: relative;
    top: 60px;  
  }

#noticeBanner_sp{
    width: 100%;
    position: relative;
    top: 65px;  
  }
  
#saleBanner_sp{
    width: 100%;
    position: relative;
    top: 50px;
}

.cateItem {
    width:90%;
    float:none;
    margin: 0px 5% 20%;
}

.voiceList li {
    width: 100%;
    margin: 0;
    float: none;
    padding-bottom: 15%;
    height: auto;
}  
}

#floatBanner{
  position: fixed;
  z-index: 999;
  bottom: 120px;
  right: -180px;
}


#floatBanner img{
  width:60%;
}

.mainTopics{
		width: 60%;
    margin: 0 auto;
}

.eventBanner{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.eventBanner div{
    width: 49%;
}

.footerBanner{
    width: 50%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:0 auto 10%;
}

.footerBanner div{
    width: 49%;
}

@media screen and (max-width: 481px) {

#floatBanner img{
  width:40%;
}

#floatBanner {
    bottom: 70px;
    right: -220px;
}
  /* bxSlider */
.bx-wrapper .bx-pager {
  display:none;
}

.mainRanking{
width:100%;
}  
.mainTopics{
	width: 100%;
}  

.mainTopics-Text li{
    font-size: 1.1rem;
    margin-bottom: 5%;
}

.eventBanner{
    display: block;
}

.eventBanner div{
    width: 100%;
    margin-bottom:5%;
}  
  
.footerBanner {
    width: 90%; 
}  
}