@charset "UTF-8";


/* ====================================================
ボディの背景色
==================================================== */
/*body{background-color: #F7F0EB;}*/

/* ====================================================
メニューバーの背景色
==================================================== */

.navGlobal {background-color:#F7F0EB;}

/* ====================================================
フッターの背景色
==================================================== */

.fs-l-footer {background-color:#F7F0EB !important;}


/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
TOPメニューバーのフォント
==================================================== */

.navGlobal .navGlobalIn > li > a {font-size: 1.5rem; color: #7c7c7c;}


.navGlobal .navGlobalIn > li:first-child{
	margin-right: 170px;
}

.menulogobg{
	background: none !important;
}

.menulogo {
	max-width: 110%;
}

#gnav > ul {
  display: table;
  padding-left: 50px;
}
#gnav > ul > li {
  display: table-cell;
  margin-right: 2em;
}
#gnav > ul > li:hover {
  color: #7c7c7c;
  background-color: #dcd3ce;
}
#gnav > ul > li:hover > a {
  color: #7c7c7c;
	transition: all 0.3s ease;
	text-decoration: none;
}
#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul > li > a {
  display: block;
  padding: 22px 3.2em 21px;
  transition: all .2s ease-in;
	text-decoration: none;
}
#gnav > ul .menu {
  transition: all .3s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 772px;
  position: absolute;
  /*background-color: #dcd3ce;*/
	background:  rgba(220,211,206,0.95);
	padding: 18px 45px;
	left:0;
	top:0;
	margin: 0 auto;
}
#gnav > ul .menu .menu_inner {
  padding: 1em 0;
	display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#gnav > ul .menu .menu_inner li {
  /*display: inline-block;*/
  /*margin: 0.5em;*/
	width: 200px;
	color: #fff;
}
#gnav > ul .menu a,#gnav > ul .menu a:hover{
  color: #fff;
	text-decoration: none;
}

/* ====================================================
ヘッダメニュー
==================================================== */


header {
  width: 100%;
  /*height: 65px;*/
  display: block;
  position: fixed;
  top: 0;
  z-index: 9999;
  /*	background: #7a8d5c;*/
  box-sizing: border-box;
  padding: 0 !important;
  font-size: 14px;
}

#header_type_p{
	background: #F7F0EB;
}
#headmenu {
  width: 97%;
  max-width: 1080px;
  height: 65px;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: #7c7c7c;
}
#headmenu a {
  color: #7c7c7c;
}
#headmenu .head_logo {
  width: 15%;
  text-align: center;
	max-width: 127px;
}
#headmenu .head_inner {
  width: 82%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#headmenu .head_category {
  width: 83%;
  text-align: center;
  box-sizing: border-box;
}
#headmenu .head_icon {
  width: 15%;
  text-align: center;
}
#headmenu .h_menu {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  gap: 20px;
}
#headmenu .h_menu > li {
  padding: 0 1.0em;
  box-sizing: border-box;
}
#headmenu .h_menu > li:hover {
  border-radius: 50px;
  display: block;
  background: #fff;
  color: #7E8C60;
}
#headmenu .h_menu > li > a:hover {
  color: #7E8C60;
}
#headmenu .head_icon > ul > li {
  flex-basis: 60px;
}
#headmenu .head_icon > ul > li img {
  max-wdith: 90% !important;
  width: 35px !important;
  height: auto;
  display: block;
  margin: 0 auto !important;
}
@media screen and (max-width: 1140px) {
  #headmenu .head_logo {
    width: 10% !important;
  }
  #headmenu .head_inner {
    width: 84% !important;
  }
  #headmenu .h_menu > li {
    padding: 0 0.8em !important;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1029px) {
  #headmenu .h_menu {
    gap: 15px;
  }
  #headmenu .h_menu > li {
    padding: 0 0.8em !important;
    box-sizing: border-box;
  }
}
@media screen and (max-width:999px) {
  #headmenu .h_menu > li {
    font-size: 14px !important;
  }
  #headmenu .head_icon span.i_menu_name {
    font-size: 10px !important;
    transform: scale(0.6) !important;
    text-align: center !important;
    margin: 0 auto;
    display: block !important;
  }
  #headmenu .head_icon > ul > li img {
    width: 25px !important;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width:889px) {
  #headmenu .h_menu > li {
    padding: 0 0.5em !important;
    font-size: 13px !important;
  }
}
@media screen and (max-width: 879px) {
  #headmenu .head_icon span.i_menu_name {
    font-size: 10px !important;
    transform: scale(0.5) !important;
    text-align: center !important;
    margin: 0 auto;
    display: block !important;
  }
}
#headmenu .head_icon > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
#headmenu .head_icon > ul > li {
  flex-basis: 45px;
}
#headmenu .head_icon > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
}
#headmenu .head_icon > ul > li img {
  width: 30px !important;
  height: auto;
  display: block;
  margin: 0 auto;
}
#headmenu .head_icon li.cart {
  margin: 0px 0px;
  padding: 0 !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.position {
  position: relative;
}
#headmenu .head_icon li.cart .fs-client-cart-count {
  position: absolute;
  color: #7a8d5c;
  background: #fff;
  right: 0;
  display: block;
  width: 15px;
  height: 15px;
  top: 0;
  right: 0;
  border-radius: 50%;
  line-height: 1.5;
  text-align: center;
  font-size: 0.6em;
}
#headmenu .head_icon li.cart .clientInfo {
  width: 100%;
  height: auto;
}
#headmenu .head_icon li.cart .fs-clientInfo, #headmenu .head_icon li.cart .fs-clientInfo span.i_menu_font, #headmenu .head_icon li.cart .fs-clientInfo span.i_menu_font a {
  padding: 0;
  margin: 0 auto 0 auto !important;
  text-align: center !important;
}
#headmenu .head_icon span.i_menu_name {
  font-size: 10px !important;
  transform: scale(0.7) !important;

  text-align: center !important;
  margin: 0 auto;
  display: block !important;
}
#headmenu .head_icon .fs-clientInfo > span > a {
  display: flex;
  flex-wrap: wrap;
}
#headmenu .head_icon .fs-clientInfo > span > a > i, #headmenu .head_icon .fs-clientInfo > span > a > span {
  width: 100%;
}
#headmenu .head_icon .fs-clientInfo > span > a > i {
  margin-top: 5px;
}
#headmenu .head_icon .fs-clientInfo > span > a > span {
  margin-top: 3px;
}
#h_search .header__search i.fa-heart, #h_search .header__search i.fa-shopping-cart, #h_search .header__search i.fa-user {
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
#h_search .header__search .fs-clientInfo span.login, #h_search .header__search .fs-clientInfo span.logout {
  width: 100% !important;
  display: block !important;
}
/* ▼サーチボックス▼ */
#h_search * {
  box-sizing: border-box;
  border: none !important;
}
#h_search .header__search, #i_sp_search .header__search {
  position: relative;
  height: 45px;
  margin: 0 auto;
  width: 44px;
  border: none !important;
}
@keyframes circleBorder {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
}
#h_search .header__search img, #i_sp_search .header__search img {
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
#h_search .header__search form, #i_sp_search .header__search form {
  height: 44px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 44px;
}
#h_search .header__search input[type="text"], #i_sp_search .header__search input[type="text"] {
  background: #fff;
  border: 1px solid #4d4d4d !important;
  border-radius: 50px;
  color: #4d4d4d;
  cursor: pointer;
  height: 44px;
  opacity: 0;
  outline: none;
  padding: 3px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.7s;
  width: 44px;
  z-index: 5;
  padding: 0 1.5em;
}
#i_sp_search .header__search input[type="text"] {
  top: 15%;
  right: 0;
  font-size: 12px;
}
#h_search .header__search input[type="submit"], #i_sp_search .header__search input[type="submit"] {
  display: none;
}
#h_search .header__search input[type="text"]:focus, #i_sp_search .header__search input[type="text"]:focus {
  cursor: text;
  opacity: 1;
  width: 300px;
}
#i_sp_search .header__search input[type="text"]:focus {
  width: 300px;
}
#h_search .header__search input[type="text"]:hover, #i_sp_search .header__search input[type="text"]:hover {
  cursor: text;
  opacity: 1;
  width: 300px;
}
#i_sp_search .header__search input[type="text"]:hover {
  width: 300px;
}
#i_sp_search .header__search a {
  text-align: center !important;
}
#h_search .header__search {
  position: relative;
  height: 35px;
  margin: 0 auto;
  width: 35px;
  border: none !important;
}
#h_search .header__search form {
  height: 35px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 35px;
}
#h_search .header__search input[type="text"] {
  background: #fff;
  border: 1px solid #4d4d4d !important;
  border-radius: 50px;
  color: #4d4d4d;
  cursor: pointer;
  height: 35px;
  opacity: 0;
  outline: none;
  padding: 3px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.7s;
  width: 35px;
  z-index: 5;
  padding: 0 1.5em;
}
/* ▲サーチボックス▲ */
@media only screen and (max-width: 849px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  header#pc {
    display: none !important;
  }
  header#sp {
    display: block !important;
  }
  #i_sp_search .header__search {
    position: relative;
    height: 25px;
    margin: 0 auto;
    width: 25px;
    border: none !important;
  }
  #i_sp_search .header__search form {
    height: 25px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 25px;
  }
  #i_sp_search .header__search input[type="text"] {
    background: #fff;
    border: 1px solid #4d4d4d !important;
    border-radius: 50px;
    color: #4d4d4d;
    cursor: pointer;
    height: 25px;
    opacity: 0;
    outline: none;
    padding: 3px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.7s;
    width: 25px;
    z-index: 5;
    padding: 0 1.5em;
  }
  #h_search .header__search i.fa-heart, #h_search .header__search i.fa-shopping-cart, #h_search .header__search i.fa-user {
    font-size: 80px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
  #h_search .header__search ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 2.7vw !important;
  }
  #h_search .header__search :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 2.7vw !important;
  }
  #h_search .header__search ::placeholder { /* Others */
    font-size: 2.7vw !important;
  }
  #i_sp_search .header__search {
    position: relative;
    height: 30px;
    margin: 0 auto;
    width: 30px;
    border: none !important;
  }
  #i_sp_search .header__search form {
    height: 30px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 30px;
  }
  #i_sp_search .header__search input[type="text"] {
    background: #fff;
    border: 1px solid #4d4d4d !important;
    border-radius: 50px;
    color: #4d4d4d;
    cursor: pointer;
    height: 30px;
    opacity: 0;
    outline: none;
    padding: 3px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.7s;
    width: 44px;
    z-index: 5;
    padding: 0 1.5em;
  }
  #i_sp_search .header__search input[type="text"] {
    top: 15%;
    left: 0;
    font-size: 2.7vw;
  }
  /* ------------------------------------
	SP header
-------------------------------------*/
  header {
    width: 100%;
    height: 50px;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #7a8d5c;
    box-sizing: border-box;
    padding: 0 !important;
    font-size: 2.6vw;
  }
  .sp_header_menu {
    width: 98%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sp_header_menu > div {
    width: calc(100% / 3);
  }
  .sp_header_menu > div.logo_area {
    text-align: center;
  }
  .sp_header_menu .logo_area img {
    max-width: 90px!important;
    height: auto!important;
	  width: 70%;
  }
  .sp_header_menu .ico_area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .sp_header_menu .ico_area > div {
    width: 30px;
    margin-right: 20px;
    position: relative;
  }
  .sp_header_menu .ico_area > div:nth-last-of-type(1) {
    width: 30px;
    margin-right: 0;
    position: relative;
  }
  .sp_header_menu .fs-client-cart-count {
    position: absolute;
    color: #7a8d5cx;
    background: #fff;
    right: 0;
    width: 15px;
    height: 15px;
    top: -12px;
    right: -6px;
    border-radius: 50%;
    line-height: 1.5;
    text-align: center;
    font-size: 0.6em;
  }
/* ------------------------------------
	SP menu
-------------------------------------*/
.fs-l-page {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}
.pc {
  display: block;
}
	
  #header_type_s {
    display: block;
    width: 100%;
    position: fixed;
    top: 0 !important;
    z-index: 9999;
  }
  #header_type_s a {
    color: #fff;
  }
  .spnav {
    width: 100%;
    height: auto;
    position: relative;
    top: 0vh;
    left: 0vw;
  }
  label.menu_toggle {
    display: block;
    width: 60px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 999999 !important;
    transition: all 500ms 0s ease;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
  #spmenu_btn {
    margin: 0;
    padding: 0;
    display: block;
    color: #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
  .bar {
    display: block;
    background-color: #fff;
    width: 25px;
    height: 2px;
    border-radius: 5px;
    margin: 5px auto;
    transition: background-color .5s ease-in, transform .5s ease-in, width .5s ease-in;
  }
  #slide_menu {
    background: #eee;
    color: #3c463c;
    position: fixed;
    top: 50px;
    left: -105%;
    width: 100%;
    height: calc(100vh - 50px);
    overflow: auto !important;
    transition: all 500ms 0s ease;
    z-index: 999998 !important;
  }
  #slide_menu .menu_toggle {
    cursor: pointer;
  }
  #slide_menu .menu_toggle:hover {}
  #spmenu_open {
    display: none;
  }
  #header_type_s input[type="checkbox"] {
    display: none;
  }
  #header_type_s input[type="checkbox"]:checked ~ #slide_menu_wrap {
    position: fixed;
    top: 50px;
    left: 0;
    padding: 0;
    width: 100vw;
    height: calc(100vh - 50px);
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999 !important;
    transition: all 500ms 0s ease;
  }
  #header_type_s input[type="checkbox"]:checked ~ #slide_menu {
    left: 0;
    top: 50px;
    max-height: calc(100vh - 50px) !important;
    transition: all 500ms 0s ease;
    z-index: 999998 !important;
    background: #fff;
    overflow: hidden;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
  #header_type_s input[type="checkbox"]:checked ~ label.menu_toggle .bar {
    background-color: #bbb;
  }
  #header_type_s input[type="checkbox"]:checked ~ label.menu_toggle .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  #header_type_s input[type="checkbox"]:checked ~ label.menu_toggle .bottom {
    -webkit-transform: translateY(6px) rotateZ(-45deg);
    -moz-transform: translateY(6px) rotateZ(-45deg);
    -ms-transform: translateY(6px) rotateZ(-45deg);
    -o-transform: translateY(6px) rotateZ(-45deg);
    transform: translateY(-6px) rotateZ(-45deg);
  }
  #header_type_s input[type="checkbox"]:checked ~ label.menu_toggle .middle {
    width: 0;
  }
  #header_type_s input[type="checkbox"]:checked ~ label.menu_toggle {
    display: block;
    width: 50px;
    height: 30px;
    background: none;
    z-index: 999999 !important;
    transition: all 500ms 0s ease;
    top: 65px;
    left: 87vw;
  }
  .middle {
    margin: 0 auto;
  }
  #slide_menu .menulist {
    width: 100%;
    margin: 70px 0 5% 0;
    border: 0px solid #7E8C60;
	  padding-bottom: 50px;
    font-size: 2.7vw;
  }
  #slide_menu .menulist ul {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  #slide_menu .menulist ul li {
    width: 90%;
    display: block;
    text-align: left;
    padding: 10px 1.0em 10px 1.0em;
  }
	
	
	
  #slide_menu .menulist ul li.menu_b {
    padding: 0;
	  position: relative;
  }
	#slide_menu .menulist ul li.menu_b::after,#slide_menu .menulist ul li.menu_b::before {
		position: absolute;
		content: "";
		top: 12px;
		left: 30%;
		background: #7E8C60;
	}#slide_menu .menulist ul li.menu_b::after {
		width: 12px;
		height: 1px;
		margin-top: 5px;
	}
	#slide_menu .menulist ul li.menu_b::before {
		margin-left: 5px;
		width: 1px;
		height: 12px;
	}

	
	
  #slide_menu .menulist ul li.menu_b .s_guide {
    font-size: 80%;
  }
  #slide_menu .menulist ul li a, #slide_menu .menulist .member_ico .i_menu_logio a {
    display: block;
    width: 100%;
    color: #3c463c;
    margin: 0;
    padding: 0;
    border-radius: 0 50px 50px 0;
  }
  #slide_menu .menulist li.menu_a:hover {
    background: #7E8C60;
    color: #fff;
  }
  #slide_menu .menulist li.menu_a:hover {
    cursor: pointer;
  }
  #slide_menu .menulist li.menu_a:hover {
    background: #7E8C60;
    color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: all 500ms 0s ease;
  }
  #slide_menu .menulist li.menu_b > span {
    display: block;
    padding: 0;
    margin: 0;
    padding: 10px 1.0em 10px 1.0em;
  }
  #slide_menu .menulist li.menu_b > span:hover {
    width: 100%;
    display: block;
    margin: 0;
    background: #7E8C60;
    color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: all 500ms 0s ease;
  }
  #slide_menu .menulist .menu_b .submenu > li:hover {
    border-bottom: 1px solid #7E8C60;
    color: #3c463c;
    transition: all 500ms 0s ease;
  }
  #slide_menu .menulist li.menu_a:hover a, #slide_menu .menulist .menu_b .submenu > li a {
    color: #3c463c;
  }
  #slide_menu .menulist li.menu_a:hover a {
    color: #fff !important;
  }
  #slide_menu .menu_b .submenu {
    display: none;
    transition: all 500ms 0s ease;
  }
  #slide_menu .menu_b.menu-slide .submenu {
    display: block;
    transition: all 500ms 0s ease;
    margin-left: 1.0em;
  }
  #slide_menu .menu_b.menu-slide .submenu > li {
    padding: 0.5em 1.0em;
  }
  #slide_menu .side_search {
    width: 80%;
    margin: 5% auto 3% 10px;
  }
  #slide_menu .side_search input[type="text"] {
    width: 100%;
    height: 40px;
  }
}
@keyframes circleBorder {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
}
@media screen and (max-width: 448px) {
  #headmenu .head_icon > ul > li {
    flex-basis: 4.0vw;
  }
  #headmenu .head_icon > ul > li img {
    width: 3.0vw !important;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .sp_header_menu .ico_area > div, .sp_header_menu .ico_area > div:nth-last-of-type(1) {
    width: 6.0vw !important;
    margin-right: 3.0vw;
    position: relative;
  }
  /* .sp_header_menu .ico_area > div:nth-last-of-type(1) {
	width:7.0vw !important;
	margin-right:0;
	position:relative;
} */
  .sp_header_menu .ico_area > div img {
    max-width: 100% !important;
    height: auto;
  }
  .sp_header_menu .fs-client-cart-count {
    position: absolute;
    color: #7a8d5c!important;
    background: #fff;
    right: 0;
    display: block;
    width: 15px;
    height: 15px;
    top: -12px;
    right: -6px;
    border-radius: 50%;
    line-height: 1.7;
    padding-left: 0.1em;
    text-align: center;
    font-size: 0.6em;
  }
}
.fs-client-cart-count--0 {
	opacity: 0;
}
/* ====================================================
ヘッダメニューここまで
==================================================== */


/* ====================================================
メガメニュー
==================================================== */

.item-title{
	border-bottom: 1px solid #fff;
	text-align: center;
	padding-bottom: 5px;
	font-size: 1.05em;
	font-weight: bold;
	letter-spacing: 2px;
	height: 40px;
	padding: 12px 0 0 10px;
}

.item-title a{
	color: #fff;
	text-decoration: none;
}

.item-title a:hover {
	color: #fff;
	text-decoration: none;
}

.higasa{
	background-image:url("https://bicherie.itembox.design/item/img/parasol2.gif");
	background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 30%;
	
}
.hat{
	background-image: url("https://bicherie.itembox.design/item/img/hat2.gif");
	background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 27%;
}
.zakka{
	background-image:url("https://bicherie.itembox.design/item/img/komono2.gif");
	background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 26%;
}

.menu-text a{color: #fff;}

.menu-text dt{
	font-size: 1.58rem;
	margin-bottom: 2px;
}

.menu-text dd{
	font-size: 1.2rem;
	margin-bottom: 10px;
	padding: 0 15px;
}

.ma-top {margin-top: 20px !important;}

.menu-list li{
	font-size: 1.58rem;
	margin: 10px 5px 0px;
	text-indent: 23%;
}



.menu-list li:first-child{
	margin:  15px 5px 0px;
}


/* ====================================================
コンテンツのh2タイトル
==================================================== */
.inner h2:first-of-type {margin: 0px auto 50px;}
.inner h2:first-of-type {margin: 0px auto 50px;}
.inner h2 {
	color:#666666;
	display: inline-block;
  font-weight:bold;
  border-bottom: solid 1px #7A7A7A ;
  margin: 50px auto 50px;
  padding: 0 0 5px 0;}

.index-section.sec01 h2, .sec02 h2 {
  font-size: 1.8rem;
	text-align: center;
}

.sec01 p {
	font-size: 1.7rem; 
	font-weight:400; 
	color:#666666; 
	letter-spacing: 0.12em; 
	margin: 0 0 2.2rem 0;
	line-height:2;
}

.linkto {font-size: 1.4rem !important; letter-spacing: 0em !important;}

.linkto a:hover{text-decoration: none !important;}


/*---------------------*/
.box-number {
  text-align: center;
}

.box-number .number-header {
  /*border-bottom: 1px solid #535353;*/
  margin-bottom: 20px;
  text-align: center;
}

.box-number .number-header .number {
  text-align: center;
  overflow: hidden;
}

.box-number .number-header .number span {
  font-size: 23px;
  font-size: 1.8rem;
  color: #666;
  width: 80px;
  display: inline-block;
  text-align: center;
  position: relative;
}




/*------------------
BICHERIE.の100％完全遮光のタイトル部分のラインの場所
width: 300px;を消す  /*width: 300px;*/

/*------------------*/
.box-number .number-header .number span:before, .box-number .number-header .number span:after {
  content: "";
  /*width: 300px;*/
  height: 1px;
  background-color: #535353;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}


p.kasen {border-bottom:1.5px solid #535353; padding-bottom: 8px;}




.box-number .number-header .number span:before {
  right: 100%;
}

.box-number .number-header .number span:after {
  left: 100%;
}

.box-number .number-header .number span img {
  width: 24px;
  display: inline-block;
}

.box-number .number-header p {
  color: #666666;
  font-size: 1.6rem;
  margin-bottom: 9px;
	letter-spacing: 0!important;
}

.box-number .number-body {
  color: #231815;
  margin-bottom: 15px;
}

.box-number .number-body .title {
  font-weight: bold;
  margin-bottom: 10px;
}

.box-number .number-body .title .img-text {
  margin-bottom: 0 !important;
}

.box-number .number-body .title span {
  font-size: 16px;
  font-size: 1.6rem;
}

.box-number .number-body .title p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.box-number .number-body .title p.style02 {
  font-size: 20px;
  font-size: 2rem;
}

.box-number .number-body > p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.box-number .number-body > p a {
  color: #a52907;
  display: inline-block;
}

.box-number .number-body > p a:hover {
  opacity: .6;
}

.box-number .number-footer img {
  margin-bottom: 10px;
}

.box-number .number-footer p {
  font-size: 13px;
  font-size: 1.3rem;
}
/*---------------------*/




/* ====================================================
インフォメーション
==================================================== */
.box-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}

.box-info h3 {
  width: 190px;
  height: 96px;
  padding: 20px 0;
  background-image: url("../img/bg-02.png");
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #656464;
}

.box-info h3 span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #656464;
}

.box-info .infomation {
  width: 600px;
  max-height: 138px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transform: translateZ(0);
　margin: 0 auto;
}


.infoList{width: 80%; margin: 0 auto;}

.infoList li{text-align: left; margin: 0 0 2.8rem 0;}

.infoList li a {
	text-decoration: underline !important;
	color: #454545;
}

.infoList li dl {
  padding: 9px 0;
  border-bottom: 1px dotted #a0a0a0;
}

.infoList li dl dt {
  color: #4d4544;
	font-size: 1.7rem;
}

.infoList li dl dd p:nth-child(1) {
  font-size: 1.7rem;
  color: #4d4544;
	margin: 0;
}

.infoList li dl dd p:nth-child(2) {
  font-size: 1.7rem;
  color: #454545;
}

.scroll-box{
	width: 100%;
	height: 330px;
	overflow: scroll;
	margin: 0 auto;
}

.scroll-content {
	height: 500px;
  margin: 0 auto;
}

.scroll-box::-webkit-scrollbar {
  background:#EBEBEB;
	width: 4px;
  height: 0px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background-color: #C0C0C0;
	height: 100px;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background-color: #C0C0C0;
}
/* ====================================================
プロダクト内
==================================================== */
.product p.producttitle{
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0 0 0 0;
}

.product a {
	color: #666;
}
/* ====================================================
三角の画像の大きさ
==================================================== */

/* p.productimg {
	margin: 0 auto 30px; width: 28px;} */


/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: black;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  /*font-size: 100%;*/
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  color: #212121;
  overflow-x: hidden;
}

main {
  display: block;
}

.container {
  display: block;
  margin: 0 auto;
}

.container.container-sm {
  max-width: 1030px;
  padding: 0 15px;
}

.container.container-md {
  max-width: 1230px;
  padding: 0 20px;
}

.container.container-lg {
  max-width: 1530px;
  padding: 0 25px;
}

.inner {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .inner {
    padding: 0 5vw;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

#main-header a {
  text-decoration: none;
}

.headerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  margin-top: 13px;
}

.infoLeft {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #212121;
  width: 28%;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.infoLeft {visibility: hidden;}


.infoRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72%;
}

.infoRight .txtTop {
  float: right;
  margin-right: 32px;
	visibility: hidden;
}

.infoRight .txtTop p:first-child {
  font-size: 18px;
  font-size: 1.8rem;
}

.infoRight .txtTop p:first-child span {
  font-size: 11px;
  font-size: 1.1rem;
}

.infoRight .txtTop p:last-child {
  font-size: 14px;
  font-size: 1.4rem;
}

.infoRight .txtTop p:last-child a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #8d1e1e;
  text-decoration: underline !important;
}

.infoRight .txtTop p:last-child a:hover {
  opacity: .6;
}

.infoRight .contactTop {
  width: 190px;
}

.infoRight .contactTop .mailTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.infoRight .contactTop .mailTop:hover {
  opacity: .6;
	text-decoration: none;
}

.infoRight .contactTop .mailTop .mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.mail-text{visibility: hidden;}

.infoRight .contactTop .mailTop .mail-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px;
  font-size: 1.1rem;
  color: #000;
  width: 100%;
}

.infoRight .contactTop .mailTop .mail-text:before {
  content: "";
  display: inline-block;
  width: 37px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37px;
          flex: 0 0 37px;
  height: 31px;
  margin-right: 8px;
  background: url(../img/mail.png) no-repeat left top 4px;
}

.infoRight .contactTop .searchTop label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 !important;
}

.infoRight .contactTop .searchTop label button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #666666;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 100%;
  line-height: 20px;
  border: 0;
  cursor: pointer;
}

.infoRight .contactTop .searchTop label input {
  width: 160px;
  height: 20px;
  line-height: 23px;
  border: 1px solid #a9a9a9;
  padding: 0 5px;
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 0 !important;
  -webkit-appearance: none;
}

.infoRight .contactTop .searchTop label input::-webkit-input-placeholder {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 23px;
}

.infoRight .contactTop .searchTop label input:-ms-input-placeholder {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 23px;
}

.infoRight .contactTop .searchTop label input::-ms-input-placeholder {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 23px;
}

.infoRight .contactTop .searchTop label input::placeholder {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 23px;
}

.headerLogo {
  padding: 0 5px;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.headerLogo .logo {
  width: 310px;
}

.headerLogo .logo:hover {
  opacity: .6;
}

.headerLogo .logo span {
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: bottom;
  color: #212121;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
}

.headerLogo .navHeader {
  width: calc(100% - 310px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
margin:15px 0 0 370px;
  /*margin-top: 15px;
	margin: 0 auto;*/
}

.headerLogo .navHeader li {
  display: inline-block;
  margin-left: 20px;
}

.headerLogo .navHeader li a {
  display: inline-block;
  color: #212121;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  padding-left: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.headerLogo .navHeader li a:hover {
  opacity: .6;
  text-decoration: none;
}

.headerLogo .navHeader li a img {
  max-width: 28px;
  max-height: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*.headerLogo .navHeader li:nth-child(5) a img {
  top: 40%;
}*/



.navGlobal .navGlobalIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navGlobal .navGlobalIn > li {
  display: inline-block;
  width: 20%;
}

.navGlobal .navGlobalIn > li > a {
  display: inline-block;
  padding: 30px 0px; /*padding: 15px 10px;*/
  /*font-size: 13px;*/
  font-size: 1.5rem;
  color: #7c7c7c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}

.navGlobal .navGlobalIn > li > a:hover {
  background-color: rgba(220,211,206,0.95);
  text-decoration: none;
}

.navGlobal .navGlobalIn > li:hover .menu-child {
  opacity: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/************************************/

.navGlobal .navGlobalIn > li:nth-child(3){margin-left:10px;}
.navGlobal .navGlobalIn > li:nth-child(4){margin-left:-20px;}

/************************************/

.navGlobal .menu-child {
  z-index: 99;
  -webkit-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
  opacity: 0;
  overflow: hidden;
  width: 862px;
  background-color: rgba(220,211,206,0.95);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 18px 45px;
  position: absolute;
  top: 172px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
	justify-content: space-between;
}

.navGlobal .menu-child.active {
  opacity: 1;
}

.navGlobal .menu-child p {
  color: #fff;
  font-size: 12px;
  font-size: 1.58rem;
  font-weight: bold;
}

.navGlobal .menu-child > li {
  width: 250px;
  padding: 5px 15px;
}

.navGlobal .menu-child > li:nth-child(3), .navGlobal .menu-child > li:nth-child(4) {
  border-bottom: 0;
}

.navGlobal .menu-child > li.border {
  border-bottom: 1px solid #fff;
}

.navGlobal .menu-child > li.has-itemChild ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.navGlobal .menu-child > li.has-itemChild ul li {
  width: 50%;
  padding: 10px 15px;
}

.navGlobal .menu-child > li.has-itemChild ul li > p {
  text-align: center;
  margin-bottom: 3px;
}

.navGlobal .menu-child > li.has-itemChild ul li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navGlobal .menu-child > li.has-itemChild ul li a p {
  padding: 5px 0;
}

.navGlobal .menu-child > li.has-itemChild ul li a img {
  width: 100%;
}

.navGlobal .menu-child > li.has-itemChild ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.navGlobal .menu-child > li > a {
  margin-left: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
	text-decoration: none;
	color: #fff;
}

.navGlobal .menu-child > li > a:hover {
	text-decoration: none;
}

.navGlobal .menu-child > li a{
	text-decoration: none;
	color: #fff;
}

.navGlobal .menu-child > li > a p {
  padding: 8px 10px;
}

.navGlobal .menu-child > li > a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.txt-head {
  font-size: 19px;
  font-size: 1.58rem;
  font-weight: bold;
  margin:15px 5px 10px;
	font-weight: bold;
}

.txt-head a{color: #fff;}

#main-footer {
  font-size: 10px;
  font-size: 1rem;
  padding-top: 30px;
  padding-bottom: 17px;
}

#main-footer .btn-mail:hover {
  opacity: .6;
}

#main-footer .btn-mail img {
  margin-right: 10px;
}

#main-footer .nav-footer {
  border-top: 1px solid #535353;
  border-bottom: 1px solid #535353;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding: 0 78px;
}

#main-footer .nav-footer .logo a:hover {
  opacity: 0.7;
}

#main-footer .nav-footer .list-footer {
  display: inline-block;
}

#main-footer .nav-footer .list-footer li {
  display: inline-block;
}

#main-footer .nav-footer .list-footer li a {
  display: inline-block;
  padding: 10px 10px;
  text-decoration: none;
  color: #212121;
  font-size: 13px;
  font-size: 1.3rem;
}

#main-footer .nav-footer .list-footer li a:hover {
  opacity: .6;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.col-05 > * {
  width: 20%;
  margin: 0 10px;
}

.flex.col-23 > *:nth-child(1) {
  width: calc(40% - 20px);
  margin: 0 10px;
  margin-bottom: 0 !important;
}

.flex.col-23 > *:nth-child(2) {
  width: calc(60% - 20px);
  margin: 0 10px;
}

.bold {
  font-weight: 700;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt20 {
  margin-top: 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #index .text-note {
    line-height: 29px;
    height: 32px;
  }
  .headerLogo .navHeader li a img {
    top: 38%;
  }
  .headerLogo .navHeader li:nth-child(5) a img {
    top: 25%;
  }
  .btn {
    line-height: 28px !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-md {
    line-height: 35px !important;
  }
  .btn-lg {
    line-height: 43px !important;
  }
  .box-txt.btn-mail {
    line-height: 32px !important;
  }
  .btn-mail {
    line-height: 32px !important;
  }
}

a {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

/*
#overview
モジュールスタイルガイド

これはサイト全体に適用されるモジュールのパーツ群です。
必ずこちらのパーツを使用してコーディングするようにお願いします。
*/
/*
#colors
@背景色 #996600
@文字色 #333
@リンク #ccc
*/
/*
#styleguide
パンくずモジュール

パンくずのモジュールです。

@depulicated
@非推奨
@todo
@common

```
<div class="breadcrumb">
<a href='/'>トップページ</a> <i class='fa fa-angle-right' aria-hidden='true'></i> <span>ページ1</span>
</div>

```

*/
/*
#styleguide
見出しモジュール　識別子はttl

見出しモジュールは、セクションごとの見出しとなる要素（HTML5の分類で、「ヘッディングコンテンツ(Heading Content)」となるh1やh2などの要素、見出しとみなすことが出来そうなp要素の事です。
クラス名として識別子、「 ttl 」をつけて管理します。

```
<h1 class="ttlCom01"><span class="ttlCom01In">見出しモジュール</span></h1>
<h2 class="ttlCom02">見出しモジュール</h2>
<h3 class="ttlCom03">見出しモジュール</h3>

```

*/
/*
#styleguide
テキストモジュール　識別子はtxt

テキストモジュールは、p要素やテキストに該当するspan要素などのコンテンツ内の本文のことです。
基本的に、サイト内のテキストはテキストモジュールに該当します。クラス名として識別子「txt」をつけます。

```
<p class="txtBasic">テキストモジュール、識別子は～</p>

```

*/
/*
#styleguide
リンクモジュール　識別子はlink

リンクモジュールは、基本的にa要素のようにリンクが関係するモジュールの事です。クラス名として識別子「link」をつけます。
通常は、テキスト内にリンクが存在する場合にモジュールとして分ける事が多いです。

```
<a href="" class="linkCmn">OOCSS</a>

```

*/
/*
#styleguide
ボタンモジュール　識別子はbtn

ボタンモジュールは、見た目や役割がボタン上の要素の事です。クラス名をつける要素は特に指定はありませんが、button要素やa要素、a要素を囲むdiv要素に付与するパターンが多いです。
クラス名として識別子「btn」をつけます。

```
<div class="btn btnRed">ボタン</div>
<br>
<div class="btn btnBlue">ボタン</div>

```

*/
/*
#styleguide
リストモジュール　識別子はlist

リストモジュールは、リスト状の同じものが連続して並ぶものが該当します。基本的には、ul、ol、dl要素の様な明確にリスト分けされるものが該当しますが、div要素でも構いません。クラス名として識別子「list」をつけます。
また、クラス名を付与する場所はリストの親要素、つまり連続するリストの子要素がliだとすると、ul要素やol要素に識別子「list」を付与したクラス名をつけます。

```
<ul class="listOption">
	<li class="item">HTML</li>
	<li class="item">CSS</li>
	<li class="item">JavaScript</li>
</ul>

```

*/
/*
#styleguide
ボックスモジュール　識別子はbox

ボックスモジュールは、ボックス状のものが該当します。基本的には見出しやテキストなどの要素を含み込むボーダー付きの箱をボックスモジュールとしてみなします。クラス名として識別子「box」をつけます。

```
<div class="boxReading">
	<h2 class="ttlCom01">ボックスモジュールとは</h2>
		<p class="txtCom01">モジュールコーディングという考え方～</p>
		<a href="" class="linkCom01">続きを読む</a>
</div>

```

*/
/*
#styleguide
グリッドモジュール　識別子はgrid（子要素にはcol)

2カラムや3カラムなど、カラム分けするレイアウトのモジュールが該当します。識別子「grid」を付与します。
子要素には「col」を付与します。基本的に、親に「gridXXX」というメインクラスを付与して、「column-2」や「column-3」などカラム数と対応する数字込みのサブクラスを付与します。

```

<div class="gridCom column-3">
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
</div>


```

*/
/*
#styleguide
FORMモジュール　

フォーム用の部品になります。

```

<form actione="">
<dl>
	<dt>テキスト</dt>
	<dd><input type="text" name="" value=""></dd>
	<dt>パスワード</dt>
	<dd><input type="password" name="passwd" value=""></dd>
	<dt>ラジオボタン</dt>
	<dd><input type="radio" name="" value="" checked="checked" />テスト1
	<input type="radio" name="" value="" />テスト2
	<input type="radio" name="" value="" />テスト3</dd>
	<dt>チェックボックス</dt>
	<dd><input type="checkbox" name="" value="" checked="checked" />テスト1
	<input type="checkbox" name="" value="" />テスト2
	<input type="checkbox" name="" value="" checked="checked" />テスト3</dd>
	<dt>プルダウン</dt>
	<dd><select name="">
	<option value="" selected="selected">テスト1</option>
	<option value="">テスト2</option>
	<option value="">テスト3</option>
	</select></dd>
	<dt>テキストエリア</dt>
	<dd><textarea name="" rows="5" cols="20">テキストエリア</textarea></dd>
</dl>
<div>
	<input type="button" name="btn1" value="汎用ボタン">
	<input type="reset" name="btn2" value="リセット" >
	<input type="submit" name="btn3" value="送信" >
</div>
</form>


```

*/
/* ====================================================
MODULE
==================================================== */
/*パンくずMODULE*/
/*見出しMODULE*/
/*テキストMODULE*/
.txtBasic {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.ttl-style01 {
  font-size: 11.5px;
  font-size: 1.15rem;
  font-weight: bold;
  color: #002121;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: solid 1px #535353;
  border-bottom: solid 1px #535353;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.ttl-style02 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: solid 1px #282828;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.ttl-style03 {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding: 12px 0;
  background: #eeddd4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.ttl-style04 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.ttl-style04.border {
  padding-bottom: 3px;
  border-bottom: solid 1px #282828;
}

/*リンクMODULE*/
/*ボタンMODULE*/
.btn {
  display: inline-block;
  text-decoration: none;
  width: 145px;
  height: 25px;
  border: 1px solid #535353;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  color: #231815;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover{
  text-decoration: none!important;
}


.btn.mouse:hover {
  background-color: #fff;
  color: #ef7f31;
  border-color: #fff;
}

.btn.hover-oranges:hover {
  background-color: #ef7f31;
  color: #fff;
  border-color: #ef7f31;
  opacity: 1;
}

.btn-md {
  width: 167px;
  height: 32px;
  line-height: 32px;
}

.btn-lg {
  width: 215px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.btn-white {
  color: #ffffff;
  border-color: #fff;
}

.btn-block {
  width: 100%;
}

.btn-mail {
  margin-bottom: 16px;
  line-height: 30px;
}

.btn-mail img {
  max-width: 26px;
  margin-right: 15px;
}

.btnRed {
  color: red;
  background-color: #FFCCCC;
}

.btnBlue {
  color: white;
  border-color: blue;
  background-color: blue;
}

.btn-style01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #212121;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding: 4px 11px 4px 20px;
  background: #eeddd4;
  text-decoration: none;
}

.btn-style01 img {
  margin-left: 10px;
  width: 6px !important;
}

.btn-style02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding: 7px 15px 7px 23px;
  background: #ef7f31;
  text-decoration: none;
}

.btn-style02 img {
  margin-left: 10px;
  width: 6px !important;
}

.btn-style03 {
  width: 64px;
  line-height: 17px;
  text-align: center;
  background: #fceee6;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  display: inline-block;
}

/*リストMODULE*/
/*ボックスMODULE*/
/*グリッドMODULE*/
/*フォームMODULE*/
.sec-06 {
  background-image: url("../img/bg-06.png");
  background-size: 100%;
  padding: 20px 0;
}

.sec-06 .box-txt {
  padding-bottom: 7px;
}

.sec-06 .box-txt *:last-child {
  margin-bottom: 0;
}

.sec-06 .flex.col-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-06 .flex.col-05 .box-txt {
  width: calc(20% - 20px);
  border: solid 1px #fdeddf;
}

.sec-06 .flex.col-05 .content {
  height: calc(100% - 31px);
}

.sec-06 .flex.col-05 .content a {
  font-size: 12px;
  font-size: 1.2rem;
}

.sec-06 .flex.col-23 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-06 .flex.col-23 li {
  border: solid 1px #fdeddf;
}

.sec-06 .flex.col-23 p:nth-child(3) {
  margin-bottom: -2px;
}

.index-section.sec01 {
  /*background-image: url("../img/bg-01.png");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 100px 0 70px 0;
  text-align: center;
  margin-bottom: 0;
}



.index-section.sec01 h3 {
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 47px;
}

.index-section.sec01 .img-text {
  margin-bottom: 54px;
}

.index-section.sec01 .sec-img {
  margin-bottom: 66px;
}

.index-section.sec01 .sec-img span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 17px;
  font-size: 1.7rem;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

.index-section.sec01 .sec-img h1 {
  padding-left: 87px;
}

.index-section.sec03 {
  margin-bottom: 70px;
}

.index-section.sec-04 {
  color: #fcfcfc;
  padding: 75px 0;
}

.index-section.sec-04 h3 {
  font-size: 37px;
  font-size: 3.7rem;
  margin-bottom: 50px;
  line-height: 1.8;
}

.index-section.sec-04 p {
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 25px;
  line-height: 1.6;
}

.index-section.sec-05 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.index-section.sec-05 .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #535353;
}

.index-section.sec-05 .contact > * {
  width: 50%;
}

.index-section.sec-05 .contact .contact-tel {
  padding-left: 10px;
  padding-right: 55px;
  text-align: right;
}

.index-section.sec-05 .contact .contact-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  text-decoration: none;
}

.index-section.sec-05 .contact .contact-mail:hover {
  opacity: .6;
}

.index-section.sec-05 .contact .contact-mail img {
  width: 52px;
}

.index-section.sec-05 .contact .contact-mail p {
  width: calc(100% - 52px);
  padding: 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #212121;
  text-align: left;
}

.index-section.sec-05 p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

#index .text-note {
  color: #040100;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fff799;
  text-align: center;
  margin-bottom: 25px;
  padding: 5px 5px;
}

#index .wrap-baner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}



.box-txt {
  text-align: center;
  background-color: #fff;
  padding: 14px 16px;
  margin-bottom: 20px !important;
  font-size: 12px;
  font-size: 1.2rem;
}

.box-txt *:nth-child(2) {
  margin-bottom: 10px;
}

.box-txt .title {
  font-size: 13px;
  font-size: 1.3rem;
  color: #222222;
  text-align: center;
  margin-bottom: 6px;
  font-weight: bold;
}

.box-txt .btn-mail {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 0;
}

.box-txt a {
  color: #222222;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  letter-spacing: -2px;
}

.box-txt a:hover {
  opacity: .6;
}

.box-txt p {
  text-align: left;
  margin-bottom: 10px;
}

.box-txt > img {
  margin-bottom: 7px;
}

.box-txt span.blue {
  color: #1eabd9;
}

.box-txt span.red {
  color: #db2a2a;
}

.box-txt span.bold {
  font-weight: bold;
}

.box-txt span > span {
  font-size: 10px;
  font-size: 1rem;
}

.box-txt.style2 {
  padding: 14px 7.3%;
}

.box-txt.style2 a:last-child {
  margin-top: 7px;
}

.box-calenda {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 25px 0;
  font-size: 11px;
  font-size: 1.1rem;
  color: #222222;
}

.box-calenda .mb10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3px;
}

.box-calenda .mb10 p {
  width: 100%;
}

.box-calenda .mb10 font {
  width: 13px;
  height: 13px;
  background: #ffcccc;
  display: inline-block;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  overflow: hidden;
}

.box-calenda .mb10 span {
  width: 100%;
  text-align: center;
  line-height: 1.8;
}

.box-calenda .title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0;
  border: 0;
  margin-top: 25px;
  text-align: center;
}

.box-calenda .wrap-content {
  width: calc(100% - 345px);
  margin-right: 25px;
}

.box-calenda table {
  margin-right: 10px;
}

.box-calenda table td {
  color: #222222;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #666666;
  line-height: 2;
}

.box-calenda p {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 10px;
  border-top: 1px dotted #d5d5d5;
}

.w500 {
  width: 500px;
}

.half-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.half-part > * {
  width: 50%;
  background-repeat: no-repeat;
  height: 480px;
}

.half-part .half-left {
  background-image: url("../img/bg-031.png");
  background-position: right top;
  background-size: cover;
  background-size: cover;
  padding-right: 10px;
  padding-top: 47px;
  position: relative;
}

.half-part .half-left .title {
  margin-bottom: 23px;
}

.half-part .half-left .w500 {
  float: right;
  padding-left: 37px;
}

.half-part .half-left .button .btn {
  margin-bottom: 12px;
  margin-right: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}

.half-part .half-left .text-small {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  right: 22px;
  bottom: 12px;
  color: #231815;
  letter-spacing: 1px;
}

.half-part .half-right {
  background-image: url("../img/bg-04.png");
  background-position: left center;
  position: relative;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.half-part .half-right .w500 {
  float: left;
}

.half-part .half-right .text-small {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
  color: #231815;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  right: calc(100% - 500px);
  padding-left: 20px;
}

.half-part .half-right .content {
  margin-bottom: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.half-part .half-right .content img {
  margin-right: 17px;
  margin-bottom: 5px;
}

.half-part .half-right .title {
  margin-bottom: 24px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.half-part .half-right .button {
  margin-bottom: 35px;
  text-align: right;
  padding-right: 122px;
}

.half-part .half-right .button .btn {
  font-size: 13px;
  font-size: 1.3rem;
}

.half-part .half-right p {
  color: #202020;
  font-size: 13px;
  font-size: 1.3rem;
}

.sec-calenda {
  background-image: url("../img/bg-06.png");
  background-size: 100%;
  padding: 20px 0;
}

.banner-note {
  padding-bottom: 10px;
  padding-top: 25px;
}

.banner-note .text-note {
  color: #040100;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  /*background-color: #fff799;*/
  text-align: center;
  margin-bottom: 25px;
  padding: 5px 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(203, 198, 198, 0.35);
          box-shadow: 0px 4px 4px 0px rgba(203, 198, 198, 0.35);
}

.banner-note .wrap-baner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.paralax {
  background-image: url("../img/bg-05.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.mv_wrap {
  width: 1200px;
  margin: 0 auto;
  height: 740px;
  position: relative;
}

.mv_wrap .mv {
  width: 3600px;
  position: absolute;
  left: 50%;
  margin-left: -1800px;
}

.group-controls {
  position: absolute;
  width: 1200px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.group-controls .slick-prev {
  left: 0;
  -webkit-transform: translate(-80%, -50%);
      -ms-transform: translate(-80%, -50%);
          transform: translate(-80%, -50%);
  width: 40px;
  height: 80px;
  background-image: url("../img/icon-prev.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 9;
}

.group-controls .slick-prev:before {
  display: none;
}

.group-controls .slick-next {
  right: 0;
  -webkit-transform: translate(80%, -50%);
      -ms-transform: translate(80%, -50%);
          transform: translate(80%, -50%);
  width: 40px;
  height: 80px;
  background-image: url("../img/icon-next.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 9;
}

.group-controls .slick-next:before {
  display: none;
}

.main-slide {
  max-width: 100%;
  overflow: hidden;
}

.main-slide .slick-list {
  overflow: initial;
}

.main-slide .item {
  display: block;
  width: 1000px !important;
  height: 648px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/**************************************************
スライダー画像
**************************************************/

.main-slide .item1 {
  background-image: url("https://bicherie.itembox.design/item/img/sl_main.jpg")
}

.main-slide .item2 {
  background-image: url("https://bicherie.itembox.design/item/img/sl_02.jpg");
}

.main-slide .item3 {
  background-image: url("https://bicherie.itembox.design/item/img/sl_03.jpg");
}

.main-slide .item4 {
  background-image: url("https://bicherie.itembox.design/item/img/sl_04.jpg");
}

.main-slide .item5 {
  background-image: url("https://bicherie.itembox.design/item/img/sl_05.jpg");
}

.main-slide .item6 {
  background-image: url("https://bicherie.itembox.design/item/img/sl_06.jpg");
}

/*************************************
イベント用バナー
**************************************/
.main-slide .item10 {
  background-image: url("https://bicherie.itembox.design/item/img/sl_ev_cp.jpg?t=202409041330");
}

.main-slide .item11 {
  background-image: url("https://bicherie.itembox.design/item/img/outlet_sl.jpg?t=202409041330");
}

.main-slide .item12 {
  background-image: url("https://bicherie.itembox.design/item/img/360022_sl.jpg?t=202409041354");
}

.main-slide .item13 {
  background-image: url("https://bicherie.itembox.design/item/img/24makuake.jpg");
}

.main-slide .item14 {
  background-image: url("https://bicherie.itembox.design/item/img/pr_hatls_sl.jpg?t=202412271519");
}

.main-slide .item15 {
  background-image: url("https://bicherie.itembox.design/item/img/3610001_6_sl.jpg?t=202412041356");
}

.main-slide .item16 {
  background-image: url("https://bicherie.itembox.design/item/img/outlet_sl_p40.jpg?t=202412041356");
}

.main-slide .item17 {
  background-image: url("https://bicherie.itembox.design/item/img/2506_bst_b.jpg?t=202504181619");
}

.main-slide .item18 {
  background-image: url("https://bicherie.itembox.design/item/img/parasol_sl_mother.jpg?t=202504241350");
}

.main-slide .item19 {
  background-image: url("https://bicherie.itembox.design/item/img/sl_14.jpg?t=202504241350");
}

.main-slide .item20 {
  background-image: url("https://bicherie.itembox.design/item/img/outlet_sl_p40_50.jpg?t=202506032205");
}

.main-slide .item21 {
  background-image: url("https://bicherie.itembox.design/item/img/sl_newa.jpg?t=202506201538");
}

.main-slide .item22 {
  background-image: url("https://bicherie.itembox.design/item/img/sl_newa2.jpg?t=202506201538");
}

.main-slide .item23 {
  background-image: url("https://bicherie.itembox.design/item/img/ev_hankyu.jpg?t=202507081623");
}


.main-slide .slick-slide {
  opacity: 0.6;
  max-width: 100%;
}

.main-slide .slick-active {
  opacity: 1;
}

.main-slide .slick-dots {
  position: absolute;
  bottom: 6px;
}

.main-slide .slick-dots li {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  background-color: #c2c2c2;
	border-radius: 10px;
	margin: 0 8px;
}

.main-slide .slick-dots li.slick-active {
  background-color: #222222;
}

.main-slide .slick-dots li button {
  display: none;
}

.main-slide .slick-dots li.slick-active {
  border-top-color: #ea7d30;
  border-right-color: #ea7d30;
}

.slick-list {height: 630px;}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner-note .text-note {
    padding-top: 12px;
  }
}

body {
  min-width: 1030px;
}

#sp_detail_index {
  min-width: 1px;
}

.box-img-style01 img {
  width: 100%;
  height: auto;
}

.box-img-style01 .btn-style02 {
  margin-bottom: 22px;
}

.box-info-style01 {
  padding-top: 10px;
  margin-bottom: -8px;
}

.box-info-style01 p {
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #212121;
  margin-bottom: 5px;
}

.box-info-style01 .btn-style01 {
  margin-bottom: 8px;
}

.x-center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box-info-style02 {
  padding: 8px 0;
  font-size: 20.5px;
  font-size: 2.05rem;
  font-weight: 500;
  color: #4d4544;
  line-height: 1.8;
}

.box-info-style02 p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.mb-20 {
  margin-bottom: 20px;
}

.box-info-style03 {
  background: #eeddd4;
  padding: 30px 0;
}

.box-info-style03 p {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 6px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.box-info-style04 {
  padding-bottom: 20px;
}

.box-info-style04 .ttl-style03 {
  margin-bottom: 18px;
}

.box-info-style04 .ttl-style04 {
  margin-bottom: 10px;
}

.box-info-style04 p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.box-info-style04 p a {
  color: #bd6750;
  text-decoration: none;
}

.box-info-style04 ul li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding-left: 13px;
  position: relative;
}

.box-info-style04 ul li:before {
  content: "〇";
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  top: 0;
  left: 0;
  position: absolute;
}

.box-info-style04 ul li a {
  color: #bd6750;
  text-decoration: none;
}

.table-basic {
  margin-bottom: 5px;
}

.table-basic tr {
  vertical-align: top;
  margin-bottom: 7px;
  display: inline-block;
  width: 100%;
}

.table-basic td {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.table-basic td:nth-child(2) {
  width: calc(100% - 64px);
  padding-left: 16px;
}

.box-size {
  margin-top: -3px;
}

.box-size > p {
  position: relative;
}

.box-size > p:before {
  content: "▼";
  display: inline-block;
  width: 5px;
  margin-right: 4px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.box-size > p:after {
  content: "▼";
  display: inline-block;
  width: 5px;
  margin-left: 4px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.box-size p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

.list-box-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
}

.list-box-size .item {
  width: calc((100% - 7px)/2);
  margin-bottom: 5px;
  border: solid 1px #212121;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
}

.list-box-size .item a {
  color: #212121;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 8px 0;
}

.list-box-size .item p {
  text-align: center;
  margin-bottom: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 10px;
  font-size: 1rem;
}

.inc-header {
  position: relative;
  margin: 0 auto;
}

.sec-sidebar {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 55px;*/
  width: 190px;
  margin-right: 50px;
}

/*.sec-sidebar .sidebar {
  width: 190px;
  margin-right: 50px;
}*/

.sec-sidebar .sidebar .side-img li {
  margin-bottom: 18px;
}

.sec-sidebar .sidebar .side-img li a:hover {
  opacity: .6;
}

.sec-sidebar .sidebar .side-list > li {
  background-color: #fbf5f0;
  padding: 23px 17px 20px;
  margin-bottom: 15px;
  text-align: center;
}

.sec-sidebar .sidebar .side-list > li img {
  margin-bottom: 10px;
}

.sec-sidebar .sidebar .side-list > li a {
  display: block;
  color: #212121;
  font-size: 15px;
  font-size: 1.5rem;
  border: 0;
}

.sec-sidebar .sidebar .side-list > li a:hover {
  opacity: .6;
  text-decoration: none;
}

.sec-sidebar .sidebar .side-list > li > a {
  border: 1px solid #535353;
}

.sec-sidebar .sidebar .side-list > li .list-title {
  border-top: 1px solid #535353;
  border-bottom: 1px solid #535353;
  border-left: 0;
  border-right: 0;
  margin-bottom: 25px;
}

.sec-sidebar .sidebar .side-list > li > a {
  padding: 3px 0;
}

.sec-sidebar .sidebar .side-list > li > a:hover {
  opacity: .6;
}

.sec-sidebar .sidebar .side-list > li p {
  color: #212121;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  line-height: 2;
}

.sec-sidebar .sidebar .side-list > li ul {
  text-align: left;
  margin-bottom: 18px;
}

.sec-sidebar .sidebar .side-list > li ul li {
  line-height: 2;
}

.sec-sidebar .sidebar .box-mail {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 27px;
}

.sec-sidebar .sidebar .box-mail h4 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #212121;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #535353;
  margin-bottom: 13px;
}

.sec-sidebar .sidebar .box-mail img {
  margin-bottom: 5px;
}

.sec-sidebar .sidebar .box-mail a {
  display: block;
  background-color: #f7dbe0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #212121;
  padding: 10px 2px;
}

.sec-sidebar .sidebar .box-mail a:hover {
  opacity: .6;
  text-decoration: none;
}

.sec-sidebar .sidebar .box-mail p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.sec-sidebar .sidebar .box-thumb {
  text-align: center;
}

.sec-sidebar .sidebar .box-thumb h4 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #212121;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #535353;
  margin-bottom: 20px;
}

.sec-sidebar .sidebar .box-thumb img {
  margin-bottom: 10px;
}

.sec-sidebar .sidebar .box-thumb a:hover {
  opacity: .6;
}

#fs_ProductDetails .fs-l-pageMain .main-content,
.fs-body-category-gr7 .fs-l-pageMain .main-content{
  width: calc(100% - 240px);

}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top img:last-child {
  margin-bottom: 5px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.45;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 10px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top p:last-child {
  margin-bottom: 20px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top a {
  margin-left: 40px;
  margin-right: 40px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top img {
  margin-bottom: 25px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-01 {
  padding: 55px 0 10px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-01 h3 {
  position: relative;
  font-size: 21px;
  font-size: 2.1rem;
  color: #ef7f31;
  font-weight: bold;
  padding: 19px 5px;
  text-align: center;
  letter-spacing: 8px;
  border-top: 1px solid #535353;
  border-bottom: 1px solid #535353;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-01 h3 span {
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  width: 96px;
  background-color: #fff;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 28px;
  font-size: 2.8rem;
  color: #212121;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-01 h3 span img {
  width: 34px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-01 h4 {
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  padding: 25px 0 15px;
  line-height: 1.8;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-01 p:last-child {
  margin-bottom: 7px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-02 {
  margin-top: -5px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-02 p {
  margin-bottom: 10px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-02 a:last-child {
  margin-bottom: 25px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-03 {
  padding-top: 77px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-03 h3 {
  color: #002121;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 8px;
  text-align: center;
  padding: 15px 20px;
  border-top: 1px solid #535353;
  border-bottom: 1px solid #535353;
  margin-bottom: 35px;
  margin-top: 3px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-03 img {
  margin-bottom: 35px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-04 h3 {
  color: #4d4544;
  font-size: 41px;
  font-size: 4.1rem;
  text-align: center;
  line-height: 1.65;
  margin-bottom: 33px;
  letter-spacing: 3px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-05 h3 {
  margin-right: 100px;
  margin-left: 100px;
  text-align: center;
  overflow: hidden;
  line-height: 1.65;
  margin-bottom: 26px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-05 h3 span {
  display: inline-block;
  text-align: center;
  width: 160px;
  color: #231815;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-05 h3 span:after, #fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-05 h3 span:before {
  content: "";
  width: 500px;
  height: 1px;
  background-color: #282828;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-05 h3 span:after {
  left: 100%;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-05 h3 span:before {
  right: 100%;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-05 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: calc(15px / 2);
  padding-right: calc(15px / 2);
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-05 ul li {
  width: 50%;
  padding-left: calc(15px / 2);
  padding-right: calc(15px / 2);
  margin-bottom: 15px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-05 ul li a {
  display: block;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-05 ul li a:hover {
  opacity: 0.6;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-08 {
  border: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 45px;
  margin-top: 15px;
  padding-top: 30px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-08 h3 {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 10px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-08 a {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.45;
  color: #bd6750;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-08 a:hover {
  opacity: 0.6;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .box-08 h4 {
  font-size: 31px;
  font-size: 3.1rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 10px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .btn-basic {
  width: 214px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #212121;
  text-decoration: none;
  color: #212121;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .btn-basic:hover {
  background-color: #ef7f31;
  color: #fff;
  border-color: #ef7f31;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .btn-pink {
  width: 264px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #eeddd4;
  text-decoration: none;
  color: #212121;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-top .btn-pink:hover {
  opacity: 0.6;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom {
  padding: 20px 15px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom p {
  font-size: 13px;
  font-size: 1.3rem;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .image {
  width: calc(45% - 20px);
  margin-right: 20px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content {
  width: 55%;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .title-style1 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
  background-color: #eeddd4;
  padding: 5px 2px;
  margin-bottom: 22px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .fs-15 {
  font-size: 15px;
  font-size: 1.5rem;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .p20 {
  padding: 0 20px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content ul {
  margin-bottom: 20px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content ul li {
  font-size: 13px;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content ul li > span{
	width: 1em;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content ul li > p{
	width: calc(100% - 1.1em);
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content ul li a {
  color: #bd6750;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content ul li a:hover {
  opacity: 0.6;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .post-01 {
  /*: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  padding: 0 20px;
}

/*
#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .post-01 > * {
  width: 50%;
}
*/

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .post-01 .post-body {
  padding: 5px 0 5px 12px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .post-01 .post-body p {
  font-size: 12px;
  font-size: 1.2rem;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .post-01 .post-body a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #212121;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .post-01 .post-body a:hover {
  opacity: .6;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .box-06 {
  background-color: #eeddd4;
  padding: 20px 20px;
  text-align: center;
  margin-bottom: 23px;
}

.box-06{margin-top: 23px;}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .box-06 h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: 1px solid #282828;
  margin-bottom: 5px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .box-06 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .box-07 {
  padding: 0 20px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .box-07 p {
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px solid #282828;
  margin-bottom: 18px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .box-07 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .box-07 dl dt {
  width: 73px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #fceee6;
  margin-bottom: 8px;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .box-07 dl dd {
  width: calc(100% - 73px);
  margin-bottom: 8px;
  padding-left: 17px;
  font-size: 15px;
  font-size: 1.5rem;
}

.header-iframe #main-header {
  padding-bottom: 8px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #fs_ProductDetails .fs-l-pageMain .main-content .main-top .btn-pink {
    line-height: 60px;
  }
  #fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .title-style1 {
    padding-top: 10px;
  }
  #fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .box-07 dl dt {
    line-height: 26px;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.clear {
  overflow: auto;
}

.sec01 {
  width: 100%;
  margin-bottom: 45px;
  text-align: center;
}

.sec02 .layout, .sec03 .layout, .sec04 .layout, .sec05 .layout {
  max-width: 760px;
  padding: 0 13px;
  margin: 0 auto;
}

.sec02 .layout .content_left_img, .sec03 .layout .content_left_img, .sec04 .layout .content_left_img, .sec05 .layout .content_left_img {
  float: left;
  width: 35.5%;
}

.sec02 .layout .content_left_img img, .sec03 .layout .content_left_img img, .sec04 .layout .content_left_img img, .sec05 .layout .content_left_img img {
  max-width: 345px;
  max-height: 435px;
  margin-top: 15px;
}

.sec02 .layout .content_right, .sec03 .layout .content_right, .sec04 .layout .content_right, .sec05 .layout .content_right {
  margin-top: 55px;
  float: right;
  width: 64.5%;
  padding: 0 0 0 120px;
}

.sec02 .layout .content_right p, .sec03 .layout .content_right p, .sec04 .layout .content_right p, .sec05 .layout .content_right p {
  margin: 0 0 16px;
}

.sec02 .layout .content_right p b, .sec03 .layout .content_right p b, .sec04 .layout .content_right p b, .sec05 .layout .content_right p b {
  font-size: 18px;
}

.sec02 .layout .content_right .layout_content, .sec03 .layout .content_right .layout_content, .sec04 .layout .content_right .layout_content, .sec05 .layout .content_right .layout_content {
  font-size: 13px;
  padding: 0 25px;
  line-height: 1.8;
  letter-spacing: 1px;
}

.sec02 .layout .content_right .layout_content p, .sec03 .layout .content_right .layout_content p, .sec04 .layout .content_right .layout_content p, .sec05 .layout .content_right .layout_content p {
  height: 55px;
}

.sec02 .layout .content_right .center, .sec03 .layout .content_right .center, .sec04 .layout .content_right .center, .sec05 .layout .content_right .center {
  text-align: center;
}

.sec02 a, 
.sec03 a, 
.sec04 a, 
.sec05 a{
	color: inherit;
}

.sec02 a:hover, 
.sec03 a:hover, 
.sec04 a:hover, 
.sec05 a:hover{
	text-decoration: none;
	opacity: .5;
}

.sec02 .layout .content_right .content_line, .sec03 .layout .content_right .content_line, .sec04 .layout .content_right .content_line, .sec05 .layout .content_right .content_line {
  margin: 47.5px 70px;
  border: none;
  border-top: 1px dotted black;
}

.sec02 .layout .content_right_img, .sec03 .layout .content_right_img, .sec04 .layout .content_right_img, .sec05 .layout .content_right_img {
  float: right;
  width: 49.5%;
}

.sec02 .layout .content_right_img img, .sec03 .layout .content_right_img img, .sec04 .layout .content_right_img img, .sec05 .layout .content_right_img img {
  max-width: 345px;
  max-height: 435px;
  margin-top: 63px;
}

.sec02 .layout .content_left, .sec03 .layout .content_left, .sec04 .layout .content_left, .sec05 .layout .content_left {
  margin-top: 103px;
  float: right;
  width: 49.5%;
  padding: 0 40px 0 0;
}

.sec02 .layout .content_left p, .sec03 .layout .content_left p, .sec04 .layout .content_left p, .sec05 .layout .content_left p {
  margin: 0 0 12.5px;
}

.sec02 .layout .content_left p b, .sec03 .layout .content_left p b, .sec04 .layout .content_left p b, .sec05 .layout .content_left p b {
  font-size: 18px;
}

.sec02 .layout .content_left .layout_content, .sec03 .layout .content_left .layout_content, .sec04 .layout .content_left .layout_content, .sec05 .layout .content_left .layout_content {
  font-size: 13px;
  padding: 0 35px;
  line-height: 1.8;
  letter-spacing: 1px;
}

.sec02 .layout .content_left .layout_content p, .sec03 .layout .content_left .layout_content p, .sec04 .layout .content_left .layout_content p, .sec05 .layout .content_left .layout_content p {
  height: 55px;
}

.sec02 .layout .content_left .center, .sec03 .layout .content_left .center, .sec04 .layout .content_left .center, .sec05 .layout .content_left .center {
  text-align: center;
}

.sec02 .layout .content_left .content_line, .sec03 .layout .content_left .content_line, .sec04 .layout .content_left .content_line, .sec05 .layout .content_left .content_line {
  margin: 51px 58px;
  border: none;
  border-top: 1px dotted black;
}

.sec02 .accordion, .sec03 .accordion, .sec04 .accordion, .sec05 .accordion {
  padding: 0 30px;
}

.sec02 .accordion .title_sec04, .sec03 .accordion .title_sec04, .sec04 .accordion .title_sec04, .sec05 .accordion .title_sec04 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sec02 .accordion .option, .sec03 .accordion .option, .sec04 .accordion .option, .sec05 .accordion .option {
  position: relative;
}

.sec02 .accordion .option .toggle, .sec03 .accordion .option .toggle, .sec04 .accordion .option .toggle, .sec05 .accordion .option .toggle {
  display: none;
}

.sec02 .accordion .option .content, .sec03 .accordion .option .content, .sec04 .accordion .option .content, .sec05 .accordion .option .content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
}

.sec02 .accordion .option .content p, .sec03 .accordion .option .content p, .sec04 .accordion .option .content p, .sec05 .accordion .option .content p {
  margin: 0;
  padding: 0 30px;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.sec02 .accordion .option .last, .sec03 .accordion .option .last, .sec04 .accordion .option .last, .sec05 .accordion .option .last {
  margin-bottom: 100px;
  border-bottom: 1px solid black;
}

.sec02 .accordion .option .title, .sec03 .accordion .option .title, .sec04 .accordion .option .title, .sec05 .accordion .option .title {
  background: #fff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  min-height: 60px;
  width: 99%;
  border-top: 1px solid black;
  cursor: pointer;
  padding: 20px 100px 14px 20px;
  position: relative;
  overflow: hidden;
}

.sec02 .accordion .option .title:after, .sec02 .accordion .option .title:before, .sec03 .accordion .option .title:after, .sec03 .accordion .option .title:before, .sec04 .accordion .option .title:after, .sec04 .accordion .option .title:before, .sec05 .accordion .option .title:after, .sec05 .accordion .option .title:before {
  content: '';
  position: absolute;
  right: 40px;
  top: 20px;
  width: 2px;
  height: 20px;
  background-color: #7A7572;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.sec02 .accordion .option .title:after, .sec03 .accordion .option .title:after, .sec04 .accordion .option .title:after, .sec05 .accordion .option .title:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sec02 .accordion .option .toggle:checked + .title + .content, .sec03 .accordion .option .toggle:checked + .title + .content, .sec04 .accordion .option .toggle:checked + .title + .content, .sec05 .accordion .option .toggle:checked + .title + .content {
  max-height: 500px;
}

.sec02 .accordion .option .toggle:checked + .title:before, .sec03 .accordion .option .toggle:checked + .title:before, .sec04 .accordion .option .toggle:checked + .title:before, .sec05 .accordion .option .toggle:checked + .title:before {
  -webkit-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.line {
  height: 1px;
  background: #040100;
  margin: 90px 323px;
}

.category2_none {
  position: absolute;
  background-color: #fff0;
  width: 89%;
  height: 59px;
  z-index: 999;
  top: 1px;
}

.title-style2 {
  position: relative;
  font-size: 21px;
  font-size: 2.1rem;
  color: #ef7f31;
  font-weight: bold;
  padding: 19px 5px;
  text-align: center;
  border-top: 1px solid #535353;
  border-bottom: 1px solid #535353;
  letter-spacing: 8px;
}

.title-style2 span {
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  width: 96px;
  background-color: #fff;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 28px;
  font-size: 2.8rem;
  color: #212121;
}

.title-style3 {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  padding: 30px 0 25px;
}

#category {
  max-width: 760px;
  margin: 0 auto;
}

#category .section {
  padding-top: 24px;
}

#category .section a {
  color: #bd6750;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#category .section a:hover {
  opacity: 0.6;
}

#category .fs-14 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 12px;
  padding-left: 25px;
}

#category p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 25px;
  line-height: 1.6;
}

#category .pd8 {
  padding: 0 8%;
}

#category .box-cat01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 47px 8% 24px;
}

#category .box-cat01 .image {
  width: 232px;
}

#category .box-cat01 .content {
  width: calc(100% - 232px);
  padding-right: 40px;
}

#category .box-cat01 a {
  color: #bd6750;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#category .box-cat01 a:hover {
  opacity: 0.6;
}

#category .box-cat02 {
  position: relative;
  padding: 0 5%;
  overflow: hidden;
  padding-bottom: 14px;
  margin-bottom: 25px;
}

#category .box-cat02 .img1 {
  float: right;
}

#category .box-cat02 .img2 {
  position: absolute;
  bottom: 0;
  left: 5%;
}

#category .box-cat02 a {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0;
  display: block;
  color: #212121;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#category .box-cat02 a:hover {
  opacity: 0.6;
}

#category .box-cat03 {
  position: relative;
  padding: 0 5% 108px;
  margin-bottom: 25px;
  overflow: hidden;
}

#category .box-cat03 .img1 {
  float: right;
}

#category .box-cat03 .img2 {
  position: absolute;
  top: 0;
  left: 5%;
}

#category .box-cat03 .img2 img {
  margin-bottom: 5px;
  float: none;
}

#category .box-cat03 .img3 {
  position: absolute;
  bottom: 0;
  left: 5%;
}

#category .box-cat03 p {
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

#category .box-cat04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 20px;
}

#category .box-cat04 a {
  display: block;
  width: 246px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#category .box-cat04 a:nth-child(3n+3) {
  margin-right: 0;
}

#category .box-cat04 a:hover {
  opacity: 0.6;
}

#category .box-cat04 img {
  margin-bottom: 10px;
}

.fs-l-footer .btn-ftMail{
	display: block;
	margin: 0 auto 5px;
	line-height: 33px;
	width: 233px;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
	font-size: 12px;
}
.fs-l-footer .btn-ftMail:hover{
	opacity: .5;
	text-decoration: none;
}
.fs-l-footer .btn-ftMail img{
	margin-right: 20px;
	width: 26px;
	height: auto;
}

.fs-l-footer .txt-tel{
	margin-bottom: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
}
.fs-l-footer .txt-tel img{
	margin-right: 5px;
}

.topBtn {
  position:fixed;
  right:20px;
  animation-name: fade-in;
  -moz-animation-duration: .35s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: .35s;
  -webkit-animation-name: fade-in;
  opacity: 0;
}
.topBtn.on{
  display: block;
  bottom:60px;
  opacity: 1;
}

.topBtn:hover{
	opacity: .6;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}		


/*-----PRODUCT DETAIL-----*/
#fs_ProductDetails .fs-l-pageMain,
.fs-body-category-gr7 .fs-l-pageMain{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
	padding: 0 15px 55px;
	max-width: 1030px;
}

/*----RESET fs_theme.css----*/
a:visited{
	color: inherit;
}
.fs-l-header{
	position: relative;
	padding-top: 0!important;
}
.fs-l-header .fs-p-searchForm__button{
	width: 30px;
	text-align: center;
}
.fs-l-header .fs-p-searchForm__button::before{
	line-height: 20px;
	font-size: 16px;
}
.fs-l-header__welcomeMsg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 1080px;
}
.fs-l-header__welcomeMsg .fs-p-welcomeMsg{
	font-size: 13px;
}
.fs-l-footer{
	padding-top: 1px;
	border-top: 0;
}

.fs-c-breadcrumb__list{
	max-width: 1030px;
	padding: 5px 15px;
	margin: 0 auto;
}
.fs-p-searchForm__input{
	font-size: 12px;
}
.fs-p-footerNavigation .fs-p-footerNavigationItem__body,
.fs-p-banner .fs-p-banner__link{
	font-size: 13px;
}

.fs-l-main,
#fs_PrivacyPolicy .fs-l-main,
#fs_AboutTerms .fs-l-main,
#fs_CustomPage .fs-l-main,
#fs_AboutShippingAndPayment .fs-l-main,
#fs_ReturnPolicy .fs-l-main{
	font-size: 14px;
}

.box-calendar{
	width: 100%;
}

.box-calendar .stick-note{
	position: relative;
	width: 100%;
	padding-left: 20px;
}

.box-calendar .stick-note:before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
	margin-right: 5px;
	width: 14px;
	height: 14px;
	background: #ffe2e4;
}


/*--日傘サイズについて--*/
.fs-body-category-gr7 .fs-c-productList{
	width: 100%;
}

/*--商品詳細--*/
#fs_ProductDetails .fs-l-productLayout{
	font-size: 12px;
	font-size: 1.2rem;
}

#fs_ProductDetails .fs-c-productMainImage{
	margin: 20px auto 0;
	width: 500px;
}

#fs_ProductDetails .fs-c-productThumbnail{
	margin: 0 auto 30px;
	width: 500px;
}
#fs_ProductDetails .fs-c-variationList__item__cart{
	border-bottom: 1px solid #ccc;
}

#fs_ProductDetails .fs-c-variationCart > li{
	display: flex;
	padding: 5px 0;
}

#fs_ProductDetails .fs-c-variationCart > li:nth-child(odd){
	background: rgba(126,126,126,.08);
}

#fs_ProductDetails .fs-c-variationCart > li + li{
	margin-top: 0;
}
#fs_ProductDetails .fs-c-button--primary.fs-c-button--addToCart--variation{
	padding: 0.8em 1.2em 0.6em;
}
#fs_ProductDetails .fs-c-variationCart--withImage .fs-c-variationCart__cartButton{
	width: 116px;
}
#fs_ProductDetails .fs-c-variationCart--withImage .fs-c-variationCart__wishlist{
	margin-right: 5px;
}

#fs_ProductDetails .fs-c-returnedSpecialContract__link,
#fs_ProductDetails .fs-c-button--inquiryAboutProduct,
#fs_ProductDetails .fs-c-productReview__addReview{
	font-size: 14px;
}

.fs-p-card__message p{
	margin-top: 1rem;
}

.fs-preview-header { display: none; }





#fs_ProductDetails .fs-l-pageMain .main-content .flex-box-area{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

#fs_ProductDetails .fs-l-pageMain .main-content .flex-box-area .main-bottom,
#fs_ProductDetails .fs-l-pageMain .main-content .flex-box-area .product-detail-area{
	padding: 0;
	/*width: 48%;*/
}

#fs_ProductDetails .fs-l-pageMain .main-content .flex-box-area .main-bottom .content{
	width: 100%;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .post-01{
	padding: 0;
}

#fs_ProductDetails .fs-l-pageMain .main-content .main-bottom .content .post-01 img{
	height: auto;
}

#fs_ProductDetails .product-detail-area .fs-c-productNameHeading{
	margin-bottom: 10px;
}

#fs_ProductDetails .product-detail-area .fs-c-productPrice {
	margin: 5px 0 10px;
}


div.cal_wrapper table.cal tr td div.Holyday{
	background-color: #fff!important;
}
div.cal_wrapper table.cal tr td div.Sun.Holyday,
div.cal_wrapper table.cal tr td div.Sun,
div.cal_wrapper table.cal tr td div.offday{
	background: #FEE!important;
}



a {}

