@charset "UTF-8";

/*!
Theme Name: yagami-e-yorisoudan
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* 記事ページ */
.no-sidebar .wrap {
 width: 1060px;
}
@media screen and (max-width: 1255px) {
.no-sidebar .wrap {
        width: auto;
}
}
@media screen and (max-width: 480px) {
.entry-title {
	padding: 0;
	margin-bottom: 20px;
}
}
.tag-link {
	color: #fff;
	background: #8B3B18;
	border: none;
	border-radius: 20px;
	padding: 2px 10px;
}
.tag-link:hover {
	border: 1px solid #8B3B18;
	background: #fff;
	color: #8B3B18;
	transition: .5s;
}
.article h1 {
	padding-bottom: 10px;
	margin-top: 1em;
  position: relative;
}
.article h1:before, .article h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #ED852B;
  bottom: -3px;
  width: 10%;
}
.article h1:before {
	border-bottom-color: #F4B645;
	width: 100%;
}
.article h2 {
	color: #8B3B18;
	margin-top: 5em;
	font-weight: normal;
	padding: 0.8em;
  background: #FFD58D;
  border-bottom: solid 5px #ED852B;
}
.article h3 {
	border: none;
	color: #8B3B18;
	position: relative;
  padding: 0.25em 0;
	margin-top: 3em;
}
.article h3:after {
	content: "";
  display: block;
  height: 3px;
  position: absolute;
  border-bottom: solid 3px #ED852B;
  bottom: -3px;
  width: 100%;
}
.article h4 {
	margin: 2em 0 1.5em;
	color: #fff;
	border: none;
	padding: 0.5em;
	display: inline-block;
	line-height: 1.3;
	vertical-align: middle;
	font-size: 1.2em;
	background: #EE852A;
	border-radius: 25px 0px 0px 25px;
}
.article h4:before {
	content: '●';
  color: #fff;
  margin-right: 8px;
}
.wp-block-button__link {
	background-color: #ED852B;
	border-radius: 50px;
}
.wp-block-button__link:hover {
	color: #FFF;
	background-color: #8B3B18;
	transition: .5s;
}
ul.wp-block-list {
	list-style: none;
	line-height: 2;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
ul.wp-block-list li::before {
	content: '●';
	color: #EE852A;
	font-size: 0.8em;
	margin-right: 0.6em;
}
ol.wp-block-list {
	line-height: 2;
	text-indent: 0.2em;
	padding-left: 1.2em;
}
ol.wp-block-list li::marker {
	color: #EE852A;
	font-weight: bold;
}
.wp-block-buttons>.wp-block-button {
	margin: 0 0 1.8em 0;
}
.img-text figure {
	text-align: center;
}

/* 表デザイン */
.wp-block-table table {
	width: 100%!important;
}
.wp-block-table tr {
	border-color: #fffad6;
}
.wp-block-table tr>*:first-child {
	text-align: center;
	background: #e2cba3;
	border-color: #fffad6;
	color: #61420d;
	font-weight: bold;
	width: 30%;
}
.wp-block-table td {
	padding: 0.8em 1.2em;
}
.wp-block-table td:not(:first-child) {
	border-top: none;
	border-color: #fffad6;
}
.wp-block-table table tr:nth-of-type(2n+1) {
	background-color: #fffad6;
}
.wp-block-table th {
	padding: 0.8em 1.2em;
	background-color: #ED852B!important;
	color: #fff!important;
	letter-spacing: 0.1em;
}
table:not(.has-border-color) :where(th, td) {
	border-color: #fffad6;
}
.wp-block-table:last-of-type {
	border-right-color: #fffad6;
}
.wp-block-table thead {
    border-bottom: none;
}
div.wp-block-tableberg-wrapper table tr:first-of-type .wp-block-tableberg-cell {
	border-top: none;
}
div.wp-block-tableberg-wrapper table .wp-block-tableberg-cell:first-of-type {
	border-left: none;
}
div.wp-block-tableberg-wrapper table .wp-block-tableberg-cell {
	border-right: none;
	border-bottom-color: #fffad6;
}
div.wp-block-tableberg-wrapper table .wp-block-tableberg-cell:last-of-type {
	border-right-color: #fffad6;
}
div.wp-block-tableberg-wrapper table tr:last-of-type .wp-block-tableberg-cell {
	border-color: #fffad6;
}
.wp-block-tableberg-table tr {
	border-color: #fffad6;
}
.wp-block-tableberg-table tr>*:first-child {
	text-align: center;
	background: #e2cba3;
	border-color: #fffad6;
	color: #61420d;
	font-weight: bold;
	width: 30%;
}
.wp-block-tableberg-table td {
	padding: 0.8em 1.2em;
}
.wwp-block-tableberg-table td:not(:first-child) {
	border: none;
}
.wp-block-tableberg-table table tr:nth-of-type(2n+1) {
	background-color: #fffad6;
}
.wp-block-tableberg-table th {
	padding: 0.8em 1.2em;
	background-color: #ED852B!important;
	color: #fff!important;
	letter-spacing: 0.1em;
}
.wwp-block-tableberg-table thead {
    border-bottom: none;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.article h4 {
	font-size: 16px;
}
}

/************************************
** ヘッダー・フッター用
************************************/
.header-container h1,
.header-container ul,
.header-container li,
.footer-nav ul,
.footer-nav li,
.sp-contents ul,
.sp-contents li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font: inherit;
  line-height: 1.6em;
  vertical-align: baseline;
}

.footer p,
.footer dt,
.footer dd,
.footer li {
  line-height: 1.6em;
}

.header-container a,
.footer a,
.sp-contents a {
  color: #254845;
  text-decoration: none;
  transition: .2s;
}

.header-container ul,
.footer ul,
.sp-contents ul {
  list-style: none;
}

.footer ul,
.sp-contents ul {
  padding-left: 0;
}

.header-container li,
.footer li {
  font-size: 14px;
}

.footer .btn {
    padding: 0;
    background: none;
    border: none;
}

@media screen and (min-width: 981px){
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 980px){
  .pc-only {
    display: none;
  }
}

.close {
  display: none;
}

/* ヘッダー */
.header-bar .bar-wrap {
  background: #F08300;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 0;
}
header {
  padding: 0;
  position: static;
}
header .header-logo {
  text-align: left;
}
header .header-logo img {
  max-height: none;
  max-width: none;
  height: 37px;
  width: 324px;
}
header .header-logo span.name {
  color: #8D390D;
  display: block;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 6px;
}
header .top-nav {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 20px 0;
}
header .header-menu {
  display: block;
}
header .gnav-wrap {
  display: flex;
  justify-content: flex-end;
}
.gnav {
  display: flex;
}
.gnav {
  align-items: normal;
}
.gnav li {
  margin-left: 35px;
}
.gnav .gnav-menu {
  font-size: 16px;
  font-weight: 400;
}
.gnav .gnav-menu a:hover {
  opacity: 1.0;
}
.header-mypage a:before {
  /*font-family: 'Font Awesome 5 Free';
  content: "\f007";*/
  font-size: 16px;
  display: block;
  color: #707070;
}
.membership a:before {
    /*font-family: 'Font Awesome 5 Free';*/
  font-weight: 900;
    /*content: "\f234";*/
  font-size: 16px;
  display: block;
  color: #707070;
}
.header-cart a:before {
    /*font-family: 'Font Awesome 5 Free';
  content: "\f07a";*/
  font-size: 16px;
  display: block;
  color: #707070;
}
.header-cart .cart-count {
  background: #F08300;
  font-size: 13px;
  font-weight: 500;
  right: 23px;
  top: -6px;
}
.header-cart a::before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_cart.svg") no-repeat;
  background-size: 40px 40px;
  content: "";
  height: 40px;
  margin: 0 auto;
  width: 40px;
}
.membership a::before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_member.svg") no-repeat;
  background-size: 40px 40px;
  content: "";
  height: 40px;
  margin: 0 auto;
  width: 40px;
}
.header-order a::before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_order.svg") no-repeat;
  background-size: 40px 40px;
  content: "";
  display: block;
  height: 40px;
  margin: 0 auto;
  width: 40px;
}
.header-mypage a::before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_mypage.svg") no-repeat;
  background-size: 40px 40px;
  content: "";
  height: 40px;
  margin: 0 auto;
  width: 40px;
}
.header-favorite a:before {
    /*font-family: 'Font Awesome 5 Free';
  content: "\f07a";*/
  font-size: 16px;
  display: block;
  color: #707070;
}
/*.logout a:before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_logout.svg") no-repeat;
  background-size: 40px 40px;
  content: "";
  display: block;
  height: 40px;
  margin: 0 auto;
  width: 40px;
}*/
header .header-tel {
  display: flex;
  justify-content: flex-end;
  text-align: left;
  margin-top: 12px;
}
header .header-tel .text {
  font-size: 13px;
  padding-left: 14px;
  line-height: 1.6em;
}
header .header-tel a.tel {
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
  display: flex;
}
header .header-tel a.tel img {
  width: 41px;
}
header .pc-nav {
  background: #E2F6F2;
  margin-top: 10px;
  position: relative;
}
header .pc-nav .inner {
  max-width: 1000px;
  margin: 0 auto;
}
header .pc-nav ul.nav-list {
  display: flex;
  justify-content: space-between;
}
header .pc-nav ul.nav-list > li > a, 
header .pc-nav ul.nav-list > li > p {
  cursor: pointer;
  font-size: 17px;
  display: block;
  padding: 21.5px 0;
  line-height: 1;
}
header .pc-nav ul.nav-list > li > a > span, 
header .pc-nav ul.nav-list > li > p > span {
  position: relative;
  padding-left: 25px;
}
header .pc-nav ul.nav-list > li > a > span::before, 
header .pc-nav ul.nav-list > li > p > span::before {
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 3px;
  height: 22px;
  width: 22px;
}
header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon01-gray.svg") no-repeat;
  background-size: 22px 22px;
}
header .pc-nav ul.nav-list > li:nth-child(2) > a > span::before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon03.svg") no-repeat;
  background-size: 22px 22px;
}
header .pc-nav ul.nav-list > li:nth-child(3) > a > span::before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon04.svg") no-repeat;
  background-size: 22px 22px;
}
header .pc-nav ul.nav-list > li:nth-child(4) > a > span::before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon06.svg") no-repeat;
  background-size: 22px 22px;
}
header .pc-nav ul.nav-list > li:nth-child(5) > a > span::before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon05.svg") no-repeat;
  background-size: 22px 22px;
}
header .pc-nav ul.nav-list > li.has-children a > span {
  padding-right: 25px;
}
header .pc-nav ul.nav-list > li.has-children a > span::after {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_arrow03.svg") no-repeat;
  background-size: 14px 9px;
  content: "";
  display: inline-block;
  right: 0;
  position: absolute;
  top: 9px;
  height: 9px;
  width: 14px;
}
header .pc-nav ul.nav-list > li.has-children.active a > span::after {
  background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_arrow03_on.svg");
}
header .pc-nav ul.nav-list {
  display: flex;
  justify-content: space-between;
}
header .pc-nav .nav-child-container {
  background: #E2F6F2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
header .pc-nav .nav-child-container.active {
  display: block;
  opacity: 1;
  visibility: visible;
  animation: fadeIn 0.3s ease-in 0s forwards;
}
header .pc-nav .nav-child-container .nav-child-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  padding: 80px 0;
}
header .pc-nav .nav-child-container .childList {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
header .pc-nav .nav-child-container .childList > .child-item {
  margin-top: 25px;
  padding: 0 !important;
}
header .pc-nav .nav-child-container .childList > .child-item:first-child {
  display: none;
}
header .pc-nav .nav-child-container .childList > .child-item:nth-child(3n) {
  width: 20%;
  margin-right: 5%;
}
header .pc-nav .nav-child-container .childList > .child-item:nth-child(3n+1) {
  margin-right: 0;
  width: 35%;
}
header .pc-nav .nav-child-container .childList > .child-item:nth-child(3n-1) {
  width: 35%;
  margin-right: 5%;
}
header .pc-nav .nav-child-container .childList > .child-item:nth-child(-n+4) {
  margin-top: 0;
}
header .pc-nav .nav-child-container .childList > .child-item > a, 
header .pc-nav .nav-child-container .childList > .child-item > p {
  font-size: 18px;
  font-weight: 500;
}
header .pc-nav .nav-child-container .childList > .child-item > a .text {
  position: relative;
  padding-right: 35px;
}
header .pc-nav .nav-child-container .childList > .child-item > a .icon {
  display: inline-block;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 12px;
  right: 0;
}
header .pc-nav .nav-child-container .childList > .child-item > a .icon:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #00BFA5;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
header .pc-nav .nav-child-container .childList > .child-item > a.on .icon:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
header .pc-nav .nav-child-container .childList > .child-item > a .icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #00BFA5;
  transition: .3s;
}
header .pc-nav .nav-child-container .childList .child-item-list {
  margin-top: 20px;
}
header .pc-nav .nav-child-container .childList .child-item-list a {
  font-size: 15px;
  padding-left: 13px;
  position: relative;
}
header .pc-nav .nav-child-container .childList .child-item-list a::before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_arrow04.svg") no-repeat;
  background-size: 7px 12px;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 4px;
  height: 12px;
  width: 7px;
}
header .pc-nav .nav-child-container .childList .child-item-list li {
  margin-bottom: 16px;
}
header .pc-nav .nav-child-container .childList .child-item-list li:last-child {
  margin-bottom: 0;
}


  .header-bar .bar-wrap {
    font-size: 20px;
    padding: 12px 0;
  }
  header .header-logo img {
    height: 30px;
    width: 263px;
  }
  .gnav li {
    margin-left: 35px;
  }
  .gnav .gnav-menu {
    font-size: 12px;
  }
  header .header-tel a.tel {
    font-size: 25px;
  }
  header .header-tel .text {
    font-size: 11px;
    padding-left: 10px;
  }

@media screen and (min-width: 981px) {
  header .pc-nav ul.nav-list > li:hover {
    opacity: .7;
  }
  header .pc-nav ul.nav-list > li:nth-child(1):hover > a > span::before {
    background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon01_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(2):hover > a > span::before {
    background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon03_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(3):hover > a > span::before {
    background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon04_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(4):hover > a > span::before {
    background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon06_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(5):hover > a > span::before {
    background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon05_on.svg");
  }
  
  .header-cart a:hover::before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_cart_on.svg") no-repeat;
  }
  .membership a:hover::before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_member_on.svg") no-repeat;
  }
  .header-order a:hover::before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_order_on.svg") no-repeat;
  }
  .header-mypage a:hover::before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_mypage_on.svg") no-repeat;
  }
  .logout a:hover::before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_logout_on.svg") no-repeat;
  }
  .openbtn {
    display: none;
  }
}
@media screen and (max-width: 980px){
  /* ヘッダー */
  /*body.scl-fix {
    padding-top: 130px;
  }
  body.hd_fix {
    overflow: hidden;
  }*/
  /*.header.fix {
    box-sizing: border-box;
    position: fixed;
    transition: .3s;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px 10px;
    height: 60px;
    background: #fff;
    z-index: 999;
  }*/
  .header-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    width: 100%;
    z-index: 5;
  }
  .header-bar .bar-wrap {
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 0;
    height: 60px;
  }
  .header-bar .shop-name {
    color: #8D390D;
    font-size: 12px;
    line-height: 1.6em;
    text-align: center;
    height: 20px;
  }
  .header {
    box-sizing: border-box;
    padding: 85px 10px 15px;
    position: relative;
  }
  header .header-logo {
    text-align: left;
    position: absolute;
    top: 4px;
    left: 50%;
    font-size: 14px;
    line-height: 1.2em;
    margin-left: -100px;
    z-index: 101;
  }
  header .header-logo img {
    height: 23px;
    width: 200px;
  }
  header .header-logo span.name {
    display: none;
  }
  .header .top-nav {
    flex-direction: row;
    padding: 0;
    position: relative;
  }
  header .header-menu {
    margin-bottom: 0;
    position: static;
    width: 100%;
    padding: 0;
    background: none;
    display: flex;
    justify-content: flex-end;
  }
  header .gnav-wrap {
    display: block;
  }
  header .gnav-wrap .gnav {
    display: block;
  }
  header .gnav-wrap .gnav:nth-child(1) {
    display: none;
  }
  .header-cart a::before {
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
  }
  .header-cart a span {
    display: none;
  }
  .header-cart .cart-count {
    font-size: 13px;
    font-weight: 500;
    right: -6px;
    top: -8px;
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  header .header-tel {
    display: none;
  }
  .openbtn {
    position: absolute;
    z-index: 9999;
    top: -12px;
    left: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .openbtn .menu span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    background-color: #00BFA5;
    width: 45%;
  }
  .openbtn .menu span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn .menu span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn .menu span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn.active .menu span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
    background-color: #00BFA5;
  }
  .openbtn.active .menu span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active .menu span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
    background-color: #00BFA5;
  }
  .openbtn span.text {
    bottom: -2px;
    color: #00BFA5;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 10px;
    display: block;
    position: absolute;
    left: 11px;
  }
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 130px;
    left: -120%;
    width: 100%;
    height: calc( 100% - 130px) ;
    background: #fff;
    transition: all 0.6s;
    padding-bottom: 45px;
    box-sizing: border-box;
  }
  #g-nav.fix {
    top: 60px;
    height: calc( 100% - 60px);
  }
  #g-nav.panelactive #g-nav-list {
    box-sizing: border-box;
    /*height: calc( 100% - 130px);*/
    height: calc( 100% - 0px);
    overflow-y: scroll;
    overflow-scrolling: touch;
  }
  #g-nav.panelactive.fix #g-nav-list {
    /*height: calc( 100% - 60px) ;*/
    height: calc( 100% - 0px) ;
  }
  #g-nav.panelactive {
    left: 0;
  }
  .pc-nav {
    display: none;
  }
}

/* フッター */
.footer {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  display: block;
}
.footer img {
  max-width: none;
}
.footer-inner {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-sp {
  display: none;
}
.footer-sp img {
  max-width: 100%;
}
.footer-top {
  background: #E2F6F2;
  padding: 40px 0 50px;
}
.footer-clm dl + dl {
  margin-top: 30px;
}
.footer-clm dt {
  color: #00BFA5;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-clm dd {
  font-size: 15px;
}
.footer-clm dd a {
  color: #00BFA5;
  text-decoration: underline;
}
.footer-clm dd a:hover {
  opacity: 1.0;
  text-decoration: none;
}
.footer-clm dd p + p {
  margin-top: .75em;
}
.footer-clm dd .link a {
  color: #254845;
  display: inline-block;
  padding-left: 24px;
  position: relative;
  text-decoration: none;
}
.footer-clm dd .link a::before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_link.svg") no-repeat;
  background-size: 16px 16px;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 4px;
  height: 16px;
  width: 16px;
}
.footer-clm dd .box {
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px 15px;
}
.footer-clm dd .box .ttl {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.footer-clm dd .box .ttl:last-child {
  margin-bottom: 0;
}
.footer-clm dd .box img {
  max-width: 100%;
}
.footer-clm dd .btn a {
  background: #fff;
  border: 1px solid #00BFA5;
  border-radius: 22px;
  box-sizing: border-box;
  color: #00BFA5;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  width: 295px;
  max-width: 295px;
  padding: 13px 5px;
  text-decoration: none;
  text-align: center;
}
.footer-clm dd .btn a:hover {
  border: 1px solid #F08300;
  color: #F08300;
  opacity: 1.0;
}
.footer-clm dd .tel {
  text-align: left;
  margin-top: 20px;
}
.footer-clm dd .tel .ttl {
  font-size: 16px;
  display: block;
}
.footer-clm dd .tel .text {
  font-size: 15px;
  display: block;
}
.footer-clm dd .tel a {
  align-items: center;
  color: #254845;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6em;
  display: flex;
  text-decoration: none;
}
.footer-clm dd .tel a img {
  padding-left: 8px;
  width: 41px;
}
.footer-middle {
  background: #00BFA5;
  padding: 30px 0 40px;
  text-align: center;
}
.footer-middle ul {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
.footer-middle ul li {
  margin-right: 30px;
}
.footer-middle ul li:last-child {
  margin-right: 0;
}
.footer-middle ul li a {
  color: #fff;
  font-size: 17px;
}
.footer-logo {
  margin-top: 40px;
}
.footer-logo img {
  height: 95px;
  width: 250px;
}
.footer-bottom {
  margin-top: 0;
  text-align: center;
  padding: 12px 0;
}
.footer-nav {
  display: flex;
  align-items: center;
}
.footer-nav {
  align-items: flex-start;
  justify-content: center;
}
.footer-nav li {
  margin-right: 25px;
}
.footer-nav li:last-child {
  margin-right: 0;
}
.footer-nav a {
  color: #00BFA5;
  font-size: 15px;
}
.footer-nav a:hover {
  color: #F08300;
  opacity: 1.0;
}
.copyright {
  color: #00BFA5;
  font-size: 12px;
  margin-top: 1em;
  max-width: none;
  text-align: center;
}
@media screen and (max-width: 1024px){
  .footer-middle ul li {
    margin-right: 25px;
  }
  .footer-middle ul li a {
    font-size: 14px;
  }
  .footer-nav a {
    font-size: 14px;
  }
  .footer-nav li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1025px){
  .footer-flex {
    display: flex;
    justify-content: space-between;
  }
  .footer-clm:nth-child(1) {
    width: 28%;
  }
  .footer-clm:nth-child(2) {
    width: 23%;
  }
  .footer-clm:nth-child(3) {
    width: 30%;
  }
}
@media screen and (max-width: 1024px){
  .footer-clm + .footer-clm {
    margin-top: 30px;
  }
}
@media screen and (max-width: 980px){
  footer {
    margin-top: 45px;
  }
  .footer img {
    margin-bottom: 0;
  }
  .footer-inner {
    padding: 0 15px;
  }
  .footer-sp {
    display: block;
    padding-bottom: 35px;
  }
  .footer-sp .category-list-title {
    position: relative;
  }
  .footer-sp .category-list-title .icon {
    display: inline-block;
    position: absolute;
    height: 16px;
    width: 16px;
    top: 39%;
    right: 8px;
  }
  .footer-sp .category-list-title .icon:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 2px;
    background-color: #00BFA5;
    transition: .2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .footer-sp .category-list-title.on .icon:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .footer-sp .category-list-title .icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 2px;
    background-color: #00BFA5;
    transition: .3s;
  }
  .footer-sp .side-category-list {
    display: none;
  }
  .footer-sp .side-category-list .text {
    position: relative;
    padding-right: 30px;
  }
  .footer-sp .side-category-list .icon {
    display: inline-block;
    position: absolute;
    height: 16px;
    width: 16px;
    top: 12px;
    right: 0;
  }
  .footer-sp .side-category-list .icon:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 2px;
    background-color: #00BFA5;
    transition: .2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .footer-sp .side-category-list .icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 2px;
    background-color: #00BFA5;
    transition: .3s;
  }
  .footer-top {
    padding: 35px 0 40px;
  }
  .footer-clm + .footer-clm {
    margin-top: 15px;
  }
  .footer-clm dl + dl {
    margin-top: 20px;
  }
  .footer-clm dt {
    font-size: 19px;
    margin-bottom: 12.5px;
  }
  .footer-clm dd .link a {
    padding-left: 20px;
  }
  .footer-clm dd .link a::before {
    background-size: 14px 14px;
    top: 4px;
    height: 14px;
    width: 14px;
  }
  .footer-clm dd .box {
    border-radius: 3px;
    margin-top: 8px;
    padding: 8px 12px;
  }
  .footer-clm dd .box .ttl {
    font-size: 15px;
  }
  .footer-clm dd .btn {
    width: 100%;
  }
  .footer-clm dd .btn a {
    border-radius: 25px;
    font-size: 17px;
    max-width: 100%;
    padding: 15.5px 5px;
    width: 100%;
  }
  .footer-clm dd .tel {
    margin-top: 15px;
  }
  .footer-clm dd .tel .ttl {
    font-size: 15px;
  }
  .footer-clm dd .tel .text {
    font-size: 14px;
  }
  .footer-clm dd .tel a {
    font-size: 20px;
  }
  .footer-clm dd .tel a img {
    padding-left: 5px;
    width: 36px;
  }
  .footer-middle {
    padding: 20px 0 30px;
  }
  .footer-middle ul {
    display: block;
  }
  .footer-middle ul li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .footer-middle ul li:last-child {
    margin-bottom: 0;
  }
  .footer-logo {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .footer-logo img {
    height: 55px;
    width: 145px;
  }
  .footer-bottom {
    padding: 25px 0 10px;
  }
  .footer-nav {
    display: block;
    margin-top: 0;
  }
  .footer-nav li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .footer-nav li:last-child {
    margin-bottom: 0;
  }
  .copyright {
    font-size: 11px;
  }
}

/* 左サイド */
@media screen and (min-width: 981px){
	.sp-contents {
	  display: none;
	}
}
.side {
  width: 270px;
  max-width: 22.5%;
  margin-right: 5.833%;
  padding-right: 0;
}
.side-banner {
  margin-top: 40px;
}
.side-banner .banner {
  margin-bottom: 10px;
}
.side-banner .link {
  margin-bottom: 10px;
}
.side-banner .link a {
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  padding: 14.5px 5px;
  text-align: center;
}
.side-banner .link.cl01 a {
  background: #F08300;
}
.side-banner .link.cl02 a {
  background: #F6B52A;
}
.side-banner .link.cl03 a {
  background: #8D390D;
}
.side-banner .link:last-child {
  margin-bottom: 0;
}
.sp-side-section {
  display: none;
}
@media screen and (max-width: 980px){
  .side {
    width: auto;
    max-width: 0;
    margin-right: 0;
  }
  .sp-side-section {
    display: block;
    padding: 0;
    width: 100%;
  }
  .sp-side-section:last-child {
    margin-bottom: 45px;
    padding-bottom: 0;
  }
  .sp-gnav {
    background: #00BFA5;
    color: #fff;
    display: flex;
    padding: 10px 5%;
  }
  .sp-side-section .sp-gnav li {
    text-align: center;
    border: none;
    border-radius: 0;
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    width: 33.3333%;
  }
  .sp-side-section .sp-gnav li span {
    display: block;
    margin-top: 2px;
  }
  .header-mypage a:before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_mypage_sp.svg") no-repeat;
    background-size: 30px 30px;
    content: "";
    display: block;
    height: 30px;
    margin: 0 auto;
    width: 30px;
  }
  .header-order a:before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_order_sp.svg") no-repeat;
    background-size: 30px 30px;
    content: "";
    display: block;
    height: 30px;
    margin: 0 auto;
    width: 30px;
  }
  .sp-side-section .sp-gnav .membership a:before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_member_sp.svg") no-repeat;
    background-size: 30px 30px;
    content: "";
    display: block;
    height: 30px;
    margin: 0 auto;
    width: 30px;
  }
  .sp-side-section .sp-gnav .logout a:before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_logout_sp.svg") no-repeat;
    background-size: 30px 30px;
    content: "";
    display: block;
    height: 30px;
    margin: 0 auto;
    width: 30px;
  }
  .sp-side-section .sp-gnav li a {
        color: #fff;
  }
  .side-tel{
        color: #254845;
  }
  .side-section {
    margin: 0 auto;
    width: 90%;
  }
  .side-banner {
    margin: 20px auto 25px;
    width: 90%;
  }
  .side-banner .link a {
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 5px;
  }
  .side-link {
    margin: 18px auto 0;
    width: 90%;
  }
  .side-link li {
    margin-bottom: 8px;
  }
  .side-link li:last-child {
    margin-bottom: 0;
  }
  .side-link li a span {
    font-size: 17px;
    position: relative;
    padding-left: 24px;
  }
  .side-link li a span::before {
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    top: 3px;
    height: 20px;
    width: 20px;
  }
  .side-link li:nth-child(1) a span::before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon03.svg") no-repeat;
    background-size: 20px 20px;
  }
  .side-link li:nth-child(2) a span::before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon04.svg") no-repeat;
    background-size: 20px 20px;
  }
  .side-link li:nth-child(3) a span::before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon06.svg") no-repeat;
    background-size: 20px 20px;
    }
  .side-link li:nth-child(4) a span::before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon05.svg") no-repeat;
    background-size: 20px 20px;
  }
  .side-tel {
    margin: 20px auto 0;
    width: 90%;
  }
  .side-tel .ttl {
    font-size: 14px;
    display: block;
  }
  .side-tel .text {
    font-size: 14px;
    display: block;
  }
  .side-tel a.tel {
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 600;
    display: flex;
  }
  .side-tel a.tel img {
    margin-right: 5px;
    width: 35px;
  }
}

/* ヘッダー */
.header-bar .bar-wrap {
	background: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 14px 0;
}

.header-bar .bar-wrap span {
	color: #00bfa5;
}

header .top-nav {
	padding: 5px 20px 0;
}

header .header-logo img {
	width: 233px;
}

@media screen and (max-width: 980px) {
	header .header-logo img {
		width: 200px;
	}
}

header .header-logo span.name {
	font-size: 11px;
}

header .header-menu {
	padding-top: 12px;
}

@media screen and (max-width: 980px) {
	header .header-menu {
		padding-top: 0;
	}
}

@media screen and (max-width: 980px) {
	.header.fix {
		padding-top: 0 !important;
	}
}

header .pc-nav .inner {
	max-width: 1100px;
}

/* style.css上書き */
header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon01-gray.svg") no-repeat;
  background-size: 22px 22px;
}
header .pc-nav ul.nav-list > li:nth-child(4) > a > span::before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon03-gray.svg") no-repeat;
  background-size: 22px 22px;
}
header .pc-nav ul.nav-list > li:nth-child(5) > a > span::before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon04-gray.svg") no-repeat;
  background-size: 22px 22px;
}
header .pc-nav ul.nav-list > li:nth-child(6) > a > span::before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon06-gray.svg") no-repeat;
  background-size: 22px 22px !important;
}
header .pc-nav ul.nav-list > li:nth-child(7) > a > span::before {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon05-gray.svg") no-repeat;
  background-size: 22px 22px !important;
}
header .pc-nav ul.nav-list > li.has-children a > span {
  padding-right: 25px;
}

header .pc-nav ul.nav-list > li:nth-child(2):hover > a > span::before {
  background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon02_on.svg");
}
header .pc-nav ul.nav-list > li:nth-child(3):hover > a > span::before {
  background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon11_on.png");
}

header .pc-nav ul.nav-list > li.has-children a > span::after {
  background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_arrow03.svg") no-repeat;
  background-size: 14px 9px;
  content: "";
  display: inline-block;
  right: 0;
  position: absolute;
  top: 9px;
  height: 9px;
  width: 14px;
}

@media screen and (min-width: 981px) {
  header .pc-nav ul.nav-list > li:nth-child(1):hover > a > span::before {
    background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon01_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(2):hover > p > span::before {
    background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon02_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(3):hover > p > span::before {
    background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon11_on.png");
  }
  header .pc-nav ul.nav-list > li:nth-child(4):hover > a > span::before {
    background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon03_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(5):hover > a > span::before {
    background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon04_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(6):hover > a > span::before {
    background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon06_on.svg");
  }
  header .pc-nav ul.nav-list > li:nth-child(7):hover > a > span::before {
    background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon05_on.svg");
  }
  
  .header-cart a:hover::before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_cart_on.svg") no-repeat;
  }
  .membership a:hover::before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_member_on.svg") no-repeat;
  }
  .header-order a:hover::before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_order_on.svg") no-repeat;
  }
  .header-mypage a:hover::before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_mypage_on.svg") no-repeat;
  }
  .logout a:hover::before {
    background: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_logout_on.svg") no-repeat;
  }
  .openbtn {
    display: none;
  }
/* アクティブのみ */
  header .pc-nav ul.nav-list > li:nth-child(6) > a > span::before {
    background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon06.svg");
  }
}
/* style.css上書き */

@media screen and (min-width: 981px) {
	/*header .pc-nav ul.nav-list > li {
		border-bottom: 5px solid transparent;
		transition: border-color .2s;
	}*/

	header .pc-nav ul.nav-list > li.is-active,
	header .pc-nav ul.nav-list > li.is-hover {
		border-bottom-color: #00bfa0;
	}
}

/* 通常（ホームがカラー） */
header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
	background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon01-gray.svg");
}
header .pc-nav ul.nav-list > li:nth-child(2) > a > span::before {
	background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon02-gray.svg");
}
header .pc-nav ul.nav-list > li:nth-child(3) > a > span::before {
	background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon11-gray.png");
}

/* ストーマ装具を探す OPEN時 */
body.is-stoma-open header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
	background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon01-gray.svg");
}
body.is-stoma-open header .pc-nav ul.nav-list > li:nth-child(2) > a > span::before {
	background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon02.svg");
}


/* アクセサリを探す OPEN時 */
body.is-accessory-open header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
	background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon01-gray.svg");
}
body.is-accessory-open header .pc-nav ul.nav-list > li:nth-child(3) > a > span::before {
	background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon11.png");
}


header .pc-nav ul.nav-list > li > a, header .pc-nav ul.nav-list > li > p {
	padding: 16.5px 0 5px 0;
}

header .pc-nav ul.nav-list > li.has-children2 a > span {
	padding-right: 25px;
}

header .pc-nav ul.nav-list > li.has-children2.active a > span::after {
 	background-image: url(https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_arrow03_on.svg);
}

header .pc-nav ul.nav-list > li.has-children2 a > span::after {
	background: url(https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_arrow03.svg) no-repeat;
	background-size: 14px 9px;
	content: "";
	display: inline-block;
	right: 0;
	position: absolute;
	top: 9px;
	height: 9px;
	width: 14px;
}

@media screen and (min-width: 981px) {

	.nav-child-inner .mega-box {
		max-width: 1200px;
		margin: 0 auto;
		padding: 30px 40px;
		background: #fff;
		border: 1px solid #00BFA5;
		border-radius: 0 0 20px 20px;
		box-shadow:
			0 6px 16px rgba(0, 191, 165, 0.15),
			0 2px 6px rgba(0, 0, 0, 0.5);
	}

	.mega-row {
		display: flex;
		gap: 60px;
	}

	/* 各グループ（形状から探す／カテゴリーから探す） */
	.mega-group {
		min-width: 270px;
	}

	/* カラムを横に並べる領域 */
	.mega-group-inner {
		display: flex;
		gap: 40px;
	}

	/* 各カラム（幅 270px 固定） */
	.mega-group-inner .mega-list {
		width: 270px;
	}

	/* 見出し */
	.mega-heading {
		margin: 0 0 12px;
		padding-bottom: 8px;
		font-size: 16px;
		font-weight: 700;
		color: #254845;
		border-bottom: 2px solid #00BFA5;
		display: flex;
		align-items: center;
		gap:10px;
	}

	/* 見出し右の矢印 */
	.mega-heading-arrow{
		display:block;
		flex:0 0 20px;
		width:20px;
		height:20px;
		background-repeat:no-repeat;
		background-position:center;
		background-size:20px 20px;
		background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");
	}
	/* リスト共通 */
	.mega-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.mega-list li {
		margin: 3px 0;
	}

	.mega-list a {
		position: relative;
		display: block;
		padding: 5px 30px 5px 18px;
		font-size: 16px;
		font-weight: 500;
		color: #254845;
		line-height: 1.375em;
		text-decoration: none;
		text-align: left;
	}

	/* 左側のドット */
	.mega-list a::before {
		content: "";
		position: absolute;
		left: 6px;
		top: 50%;
		width: 4px;
		height: 4px;
		margin-top: -2px;
		border-radius: 50%;
		background: #00BFA5;
	}

	/* 右側の矢印（item-arrow と同じ SVG） */
	.mega-list a::after {
		content: "";
		position: absolute;
		right: 8px;
		top: 50%;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 90% 90%;
		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");
		opacity: 0;
		transition: opacity .15s ease;
	}

	.mega-list a:hover {
		background-color: #E2F6F2;
	}

	.mega-list a:hover::after {
		opacity: 1;
	}

	.nav-child-inner-stoma .mega-box,
	.nav-child-inner-stoma .mega-list a,
	.nav-child-inner-accessory .mega-box,
	.nav-child-inner-accessory .mega-list a {
		text-align: left;
	}
}


.side-section.side-category-sp {
	margin: 0 0 24px;
	padding: 0;
}

@media screen and (max-width: 980px) {
	.side-section.side-category-sp {
		margin: 0 0 24px;
		padding: 0 16px;
	}
}
.side-category-sp__title {
	font-size: 14px;
	font-weight: 700;
	color: #00BFA5;
	margin: 0 0 12px;
}

@media screen and (max-width: 980px) {
	.side-category-sp__title {
		margin-top: 30px;
	}
}

.sp-nav-block {
	border-top: 2px solid #00BFA5;
	margin-bottom: 24px;
}

.sp-nav-head {
	display: flex;
	align-items: center;
	justify-content:flex-start;
	width: 100%;
	padding: 10px 0 8px;
	background: none;
	border: none;
	outline: none;
	font: inherit;
	color: #254845;
	cursor: pointer;
}

.sp-nav-head__icon {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin-right: 6px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
}

.sp-nav-head__icon--stoma {
	background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon02.png");
}

.sp-nav-head__icon--acc {
	background-image: url("https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/nav_icon11.png");
}

.sp-nav-head__label {
	text-align:left;
	flex:1;
	font-size: 16px;
	font-weight: 700;
	color: #00BFA5;
}

.sp-nav-head__label a {
	color: #00BFA5;
}

.sp-nav-head__label a:hover {
	color: #00BFA5;
	transition: color 0.2s ease;
}

.sp-nav-head__arrow {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% 90%;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");
	transform: rotate(0deg);
	transition: transform .2s ease;
}

.sp-nav-panel {
	padding-bottom: 4px;
}

.sp-nav-subhead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px 0 8px;
	margin-top: 6px;
	background: none;
	border: none;
	border-top: 1px dashed #00BFA5;
	outline: none;
	font: inherit;
	color: #254845;
	cursor: pointer;
}

.sp-nav-panel .sp-nav-subhead:first-of-type {
	border-top: 2px solid #00BFA5;
}

.sp-nav-subhead__label {
	font-size: 16px;
	font-weight: 700;
}

.sp-nav-subhead__toggle {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	position: relative;
}

.sp-nav-subhead__toggle::before,
.sp-nav-subhead__toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background-color: #00BFA5;
	transform: translate(-50%, -50%);
}

.sp-nav-subhead__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.sp-nav-subhead.is-open .sp-nav-subhead__toggle::after {
	opacity: 0;
}

.sp-nav-list {
	list-style: none;
	margin: 0 0 0 -10px;
	padding: 0 0 0 0;
}

.sp-nav-list li a {
	display: block;
	position: relative;
	padding: 6px 8px 6px 32px;
	font-size: 16px;
	font-weight: 500;
	color: #254845;
	text-decoration: none;
}

.sp-nav-list li a::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #00BFA5;
}

.sp-nav-list li a:hover,
.sp-nav-list li a:focus {
	background-color: #E5F9F5;
}

.gnav .gnav-menu {
    font-size: 13px;
    font-weight: 500;
}

.header-menu .header-mypage a::before,
.header-menu .header-mypage.logout a::before,
.header-menu .header-favorite a::before,
.header-menu .header-order a::before,
.header-menu .header-cart a::before {
	background-size: 37px 37px;
	height: 37px;
	width: 37px;
}

.header-menu .header-favorite a::before {
	background: url(https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_favorite.svg) no-repeat;
	background-size: 37px 37px;
	content: "";
	height: 37px;
	margin: 0 auto;
	width: 37px;
}

@media screen and (min-width: 981px) {
	.header-menu .header-favorite a:hover::before {
		background: url(https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_favorite_on.svg) no-repeat;
		background-size: 37px 37px;
		content: "";
		height: 37px;
		margin: 0 auto;
		width: 37px;
	}
	.header-menu .header-mypage a:hover::before,
	.header-menu .header-order a:hover::before,
	.header-menu .header-cart a:hover::before {
		background-size: 37px 37px;
		height: 37px;
		width: 37px;
	}
}

@media screen and (max-width: 980px) {
	.sp-gnav .header-favorite a:before {
		background: url(https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_favorite_w.svg) no-repeat;
		background-size: 30px 30px;
	        content: "";
	        display: block;
	        height: 30px;
	        margin: 0 auto;
	        width: 30px;
	}
}

.header-menu .header-mypage.logout a::before {
	background: url(https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_logout.svg) no-repeat;
	background-size: 37px 37px;
	content: "";
	height: 37px;
	margin: 0 auto;
	width: 37px;
}

@media screen and (min-width: 981px) {
	.header-menu .header-mypage.logout a:hover::before {
		background: url(https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_logout_on.svg) no-repeat;
		background-size: 37px 37px;
		height: 37px;
		width: 37px;
	}
}

@media screen and (max-width: 980px) {
	.sp-gnav .header-mypage.logout a::before {
		background: url(https://stoma.yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/common/icon_logout_w.svg) no-repeat;
		background-size: 30px 30px;
		content: "";
		display: block;
		height: 30px;
		margin: 0 auto;
		width: 30px;
	}
}

.top-hd-under {
	width: 100%;
	max-width: 1240px;
	margin: 3px auto 0 auto;
	padding: 0 20px;
}

.ms-hd {
	padding-top: 5px;
	padding-bottom: 0;
}

/* 行の縦位置を揃える */
.ms-hd .row.middle-xs > [class*="col-"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ms-hd__cell {
	margin-bottom: 8px;
}

/* Select (Category) */
.ms-hd__selectWrap {
	position: relative;
	width: 100%;
	max-width: 230px;
}

.ms-hd__select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 42px;
	padding: 0 42px 0 16px;
	border: 1px solid #bcbcbc;
	border-radius: 6px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 42px;
	outline: none;
}

.ms-hd__select:focus {
	border-color: #7AB8A6;
	box-shadow: 0 0 0 2px rgba(122,184,166,.15);
}

.ms-hd__select option:first-child {
	font-weight: bold;
	color: #254845;
}

.ms-hd__selectArrow {
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23254845' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}

/* Search */
.ms-hd__search {
	position: relative;
	width: 100%;
	max-width: 405px;
}

.ms-hd__input {
	box-sizing: border-box !important;
	width: 100% !important;
	height: 42px;
	padding: 0 14px 0 40px !important;
	border: 1px solid #bcbcbc !important;
	border-radius: 6px !important;
	background-color: #eee;
	font-size: 14px;
	outline: none;
}

.ms-hd__input::placeholder {
	color: #777;
}

.ms-hd__input:focus {
	border-color: #7AB8A6 !important;
	box-shadow: 0 0 0 2px rgba(122,184,166,.15) !important;
}

.ms-hd__searchIcon {
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
}

/* TEL */
.ms-hd__tel {
	justify-content: center;
}

.ms-hd__telImg {
	display: block;
	height: auto;
	width: 100%;
	max-width: 272px;
}

/* Hours */
.ms-hd__hours {
	text-align: left;
}

.ms-hd__hours small {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	color: #254845;
	display: inline-block;
}

/* Responsive */
@media (max-width: 991px) {
	.ms-hd__selectWrap {
		max-width: 100%;
	}
	.ms-hd__search {
		max-width: 100%;
	}
	.ms-hd__tel {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.ms-hd {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.ms-hd__hours {
		text-align: right;
	}
}

header .pc-nav {
	background: #fff;
	margin-top: 0;
	border-bottom: 1px solid #00bfa5;
	position: relative;
}

@media screen and (max-width: 980px) {
	.header {
		padding: 0 10px 15px;
		position: relative;
    }
}

/*========================================
ヘッダーの制御
========================================*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: transform 0.3s ease;
	background: #fff;
}

.header-hide {
	transform: translateY(-100%);
}

.header-show {
	transform: translateY(0);
}

.header-bar{
	position: relative;
	overflow: hidden;
	height: 40px;
	display: flex;
	align-items: center;
}

.bar-wrap {
	width: 100%;
}

/* 流れる本体（共通） */
.marquee {
	display: inline-flex;
	white-space: nowrap;
}

/* テキスト間隔（共通） */
.marquee_text {
	color: #254845 !important;
	flex-shrink: 0;
	padding-right: 16rem;
}

/* ホバーで一時停止 */
.header-bar:hover .marquee {
	animation-play-state: paused;
}

/* ===== PC（981px 以上） ===== */
@media screen and (min-width: 981px) {
	.marquee {
		/* PC専用アニメーションだけ指定 */
		animation: marquee-left-pc 55s linear infinite;
	}
}

/* PC用：さらに右から開始（差分は必ず-50%） */
@keyframes marquee-left-pc {
	0%   { transform: translateX(32%); }
	100% { transform: translateX(-18%); }  /* 22 - 50 = -28 */
}

@media only screen and (max-width: 980px) {
	.marquee {
		animation: marquee-left-sp 60s linear infinite;
	}
	.marquee_text {
		padding-right: 12rem;
	}
}

/* スマホ用 */
@keyframes marquee-left-sp {
	0%   { transform: translateX(10%); }
	100% { transform: translateX(-50%); }
}

@media only screen and (max-width: 980px) {
	#g-nav {
		position: fixed;
		z-index: 999999999999;
		top: 92px !important;
		height: calc(100% - 92px) !important;
	}
	#g-nav.panelactive #g-nav-list {
		box-sizing: border-box;
		height: calc(100% - 92px) !important;
		overflow-y: scroll;
	}
}

/* サイドバー */
@media only screen and (min-width: 981px) {
	.side #g-nav-list .search,
	.side #g-nav-list .side-search-text{
		display: none;
	}
	.side-section {
		margin-top: 0;
	}
}

/* 本文領域-検索 */
.sectionSearch {
	margin-bottom: 40px;
}

.sectionSearch .search-area {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	background-color: #00bfa5;
	border-radius: 12px;
	padding: 20px 80px;
	gap: 0;
}

/* 左ブロック（カテゴリ） */
.sectionSearch .search-area .search-block:first-child {
	flex: 0 0 280px;
	margin-right: 24px;
}

/* 右ブロック（検索） */
.sectionSearch .search-area .search-block:last-child {
	flex: 1 1 auto;
	margin-right: 0;
}

/* ラベル部分 */
.sectionSearch .search-label {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0.02em;
	margin: 0 0 10px;
}

/* Select */
.sectionSearch .select-wrap {
	position: relative;
	width: 100%;
}
.sectionSearch .search-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	height: 46px;
	padding: 0 40px 0 16px;
	border: 1px solid #254845;
	border-radius: 5px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	color: #254845;
	line-height: 46px;
	outline: none;
}
.sectionSearch .select-arrow {
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23254845' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}

/* Search */
.sectionSearch .search-form {
	position: relative;
	width: 100%;
}
.sectionSearch .search-input {
	box-sizing: border-box !important;
	width: 100% !important;
	height: 46px;
	padding: 0 14px 0 42px !important;
	border: 1px solid #254845 !important;
	border-radius: 5px !important;
	background-color: #fff !important;
	font-size: 16px;
	color: #707070;
	line-height: 46px;
	outline: none;
}
.sectionSearch .search-input::placeholder {
	color: #7A8A86 !important;
}
.sectionSearch .search-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
}

/* Focus */
.sectionSearch .search-select:focus,
.sectionSearch .search-input:focus {
	border-color: #9EDFD3 !important;
	box-shadow: 0 0 0 2px rgba(0,191,165,.15) !important;
}

@media (max-width: 980px) {
	.sectionSearch .search-area {
		flex-direction: column;
		flex-wrap: nowrap;
		margin: 0 15px;
		padding: 16px 18px;
		gap: 16px;
	}
	.sectionSearch .search-area .search-block:first-child,
	.sectionSearch .search-area .search-block:last-child {
	flex: 1 1 100%;
		width: 100%;
		margin-right: 0;
	}
	.sectionSearch .sectionSearch .search-area .search-block:first-child {
	    flex: 0 0 100px;
	}
}

/* ピックアップ */
.top-subTitle {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
	color: #254845;
}

.sectionPickup {
	margin-bottom: 80px;
}

/* 新着商品 */
.sectionNewitem {
	margin-bottom: 80px;
}

.sectionNewitem [class*="col-"] {
	padding-left: 7.5px !important;
	padding-right: 7.5px !important;
}

.item-card {
	width: 100%;
	box-sizing: border-box;
	color: #254845;
}

.item-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.item-thumb {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0;
	overflow: hidden;
	background: none;
	border: 1px solid #bcbcbc
}

.item-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.item-info {
	padding: 10px 0 0;
}

.item-title {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 5px;
	line-height: 1.4;
}

.item-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4%;
}

.item-price {
	margin: 0;
	font-size: 13px;
	line-height: 1;
	color: #254845;
}

.item-price-num {
	font-size: 20px;
	font-weight: 500;
	margin-right: 1px;
}

.item-tax {
	font-size: 14px;
}

.item-arrow {
	flex: 0 0 10%;
	width: 10%;
	aspect-ratio: 1 / 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% 90%;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2300BFA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");
}

.item-price.sale {
	margin-top: 5px;
	color: #F23E0C;
}
.original-price {
	text-decoration: line-through;
}

.sale-discount-rate {
	margin-top: 5px;
}

/* おすすめ商品 */
.sectionRecommenditem {
	margin-bottom: 80px;
}

/* お知らせ */
.top-contents.news-box {
	background: #fff;
	padding: 0 20px 70px;
}

.newslist-wrap {
	background: #E2F6F2;
}

.newslist li dl dt {
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 500;
}

.newslist a {
	font-weight: 500;
}

.newslist li {
	border-bottom: 1px dashed #00BFA5;
}

/* 取り扱いメーカー */
.itemlist {
	padding-top: 0;
	padding-bottom: 25px;
	margin: 0 auto;
}

.itemlist-item {
	padding: 0;
	box-sizing: border-box;
}

.item-slick .slick-list {
	padding: 0 !important;
}

.slick-slide {
	display: flex !important;
	justify-content: center;
}

.maker-item {
	text-align: center;
	width: 100%;
	max-width: 200px;
}

.maker-item .img {
	width: 100%;
	aspect-ratio: 2 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #fff;
}

.maker-item img {
	width: 180px;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

@media (max-width: 980px) {
	.item-slick .slick-dots {
		display: none !important;
	}
}

/*@media screen and (max-width: 980px) {
	.search-area.sp-top {
		display: none;
	}
}*/

/* 全体設定 */
.page-name {
	padding: 240px 12px 75px 12px;
}

@media screen and (max-width: 980px) {
	.page-name {
		padding: 45px 12px;
	}
}

.page-name.img {
	padding: 185px 0 0 0;
}

@media screen and (max-width: 980px) {
	.page-name.img {
		padding: 0;
	}
}

@media screen and (max-width: 980px) {
	.makeshop-option-select-wrap::before {
		display: none !important;
    }
}

/*========================================
汎用
========================================*/
/* 配置 */
.txtC{text-align:center;}
.txtL{text-align:left;}
.txtR{text-align:right;}

@media only screen and (max-width: 768px) {
	.txtC-mbL{text-align:left;}
	.txtL-mbC{text-align:center;}
}

/* フロート */
.floatl{float:left;margin:0;}
.floatr{float:right;margin:0;}
.floatl10{float:left;margin:0 10px 10px 0;}
.floatr10{float:right;margin:0 0 10px 10px;}
.floatl20{float:left;margin:0 20px 10px 0;}
.floatr20{float:right;margin:0 0 10px 20px;}
.clear{clear:both;}

/* 余白 */
.mb0 {margin-bottom:0 !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb60{margin-bottom:60px !important;}
.mb80{margin-bottom:80px !important;}

.mt0 {margin-top:0;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}

.ml15{margin-left:15px;}

.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}

.pLeftMargin{text-indent:-8px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}

/* リストの余白 */
ul.mt10{margin: 10px 0 0 0;}
ul.mt15{margin: 15px 0 0 0;}
ul.mt20{margin: 20px 0 0 0;}
ul.pb20{padding: 0 0 20px 0;}

/* フォントサイズのパターン */
.font200{font-size:200%;}
.font150{font-size:150%}
.font140{font-size:140%;}
.font130{font-size:130%;}
.font120{font-size:120%;}
.font110{font-size:110%;}
.font95{font-size:95% !important;}
.font90{font-size:90% !important;}
.font80{font-size:85%;font-weight:normal;}
.font70{font-size:70%;font-weight:normal;}
.font60{font-size:60%;font-weight:normal;}
.font50{font-size:50%;font-weight:normal;}

.bold{font-weight:bold !important;}

/* フォント色のパターン */
.fontred1{color:#FF0000;}
.fontred2{color:#FF3300;}
.fontred3{color:#d7000f !important;}
.fontorange1{color:#FF6600;}
.fontorange2{color:#FF9900;}
.fontorange3{color:#FF4E00;}
.fontorange4{color:#F08300 !important;}
.fontyellow1{color:#FFcc00;}
.fontyellow2{color:#FFFF00;}
.fontblue1{color:#0000FF;}
.fontblue2{color:#3399CC;}
.fontblue3{color:#0168AE;}
.fontgreen1{color:#006600;}
.fontgreen2{color:#99CC00;}
.fontgreen3{color:#82AC00;}
.fontbrown1{color:#993300;}
.fontbroun2{color:#CC9966;}
.fontpurple1{color:#6633CC;}
.fontpurple2{color:#9999FF;}
.fontpurple3{color:#993366;}
.fontpink1{color:#FF33CC;}
.fontpink2{color:#FF99CC;}
.fontpink3{color:#fae2e7;}
.fontpink4{color:#dc007f;}
.fontgray1{color:#e8e8e8;}
.fontgray2{color:#999999;}
.fontgray3{color:#666666;}
.fontw{color:#ffffff;}

.font-sans {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (min-width: 1261px) {
	.font70 {font-size:60%;}
}

@media only screen and (min-width: 769px) and (max-width: 1260px) {
	.font70 {font-size: 12px;}
}

@media only screen and (max-width: 768px) {
	.font70,.font80{font-size: 12px;}
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
	.tbfont {
		/*font-size: 12px !important;*/
		line-height: 1.5em !important;
	}
}

/*========================================
	boorstrap
========================================*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
}

.container-fluid .blogPostImg{
  max-width: 100% !important;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
	.row {
	  margin-left: 0;
	  margin-right: 0;
	}
}

@media (max-width: 479px) {
	.row {
	  /*margin-left: -10px;
	  margin-right: -10px;*/
	  margin-left: 10px;
	  margin-right: 10px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	  padding-left: 10px;
	  padding-right: 10px;
	}
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 991px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (max-width: 479px) {
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/*カスタム*/
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.top-hd-under .row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-left: 0;
	margin-right: 0;
}
.top-hd-under .row > [class*="col-"] {
	float: none;
	width: auto;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 981px) {
	.top-hd-under .row {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(1) {
		flex: 0 0 230px;
		width: 230px;
		margin-right: 20px;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(2) {
		flex: 0 1 405px;
		min-width: 200px;
		margin-right: 35px;
		display: flex;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(3) {
		flex: 0 0 271px;
		width: 271px;
		margin-right: 5px;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(4) {
		flex: 0 0 255px;
		min-width: 255px;
		margin-left: auto;
		padding-left: 24px;
		padding-right: 10px;
		text-align: left;
		box-sizing: border-box;
	}
	.top-hd-under .ms-hd__selectWrap,
	.top-hd-under .ms-hd__search {
		width: 100%;
		max-width: 405px;
	}
	.top-hd-under .ms-hd__input {
		box-sizing: border-box;
		width: 100%;
	}
}

@media (max-width: 1200px) and (min-width: 981px) {
	.top-hd-under .ms-hd__cell:nth-of-type(1) {
		width: 18.5%;
		margin-right: 1.7%;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(2) {
		width: 33.7%;
		margin-right: 2.9%;
	}
	.top-hd-under .ms-hd__cell:nth-of-type(3) {
		width: 22.6%;
		margin-right: 0;
	}
}

@media (max-width: 980px) {
	.top-hd-under {
		display: none;
	}
}

.gnav ol, ul {
	padding-left: 0;
}

.gnav-menu {
	list-style-type: none;
}

.gnav-menu a {
	list-style-type: none;
}

.gnav-menu a {
	text-decoration: none;
}

.gnav .gnav-menu {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
}
.gnav .gnav-menu {
	line-height: 1.5em;
}

.nav-list {
	list-style-type: none;
}

.nav-list a {
	text-decoration: none;
}

.nav-item a span{
	color: #254845;
}

/*.nav-item a:hover span {
	opacity: 0.7;
}*/

.gnav-menu a {
	color: #254845;
	text-decoration: none;
	transition: .2s;
}

.gnav-menu a:hover {
	color: #254845;
}

.pc-nav .nav-list .nav-item {
  border-bottom: 5px solid transparent;
  padding-bottom: 0px;
}

.pc-nav .nav-list .nav-item.active-nav {
  border-bottom-color: #00bfa0;
}

.pc-nav .nav-list .nav-item:hover {
  border-bottom-color: #00bfa0;
}

header .pc-nav ul.nav-list > li {
	position: relative;
}

header .pc-nav ul.nav-list > li > a {
	display: inline-block;
	padding: 16.5px 0 15px 0;
}

/*header .pc-nav ul.nav-list > li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #00bfa0;
	opacity: 0;
}

header .pc-nav ul.nav-list > li:hover::after {
	opacity: 1;
}

header .pc-nav ul.nav-list > li a span::before {
	color: #00bfa0;
	opacity: 1;
}*/

header .pc-nav ul.nav-list > li:hover a span {
	color: rgba(0, 0, 0, 0.7);
}

header .pc-nav ul.nav-list > li:hover a {
	opacity: 1 !important;
}

.header {
	height: auto;
}

.wp-theme-cocoon-master .content {
	margin-top: 240px !important;
}

@media (max-width: 980px) {
.wp-theme-cocoon-master .content {
		margin-top: 110px !important;
	}
}

.header-logo a {
	text-decoration: none;
}

.header-logo {
	line-height: 0.9em;
	font-weight: 500;
}

..top-hd-under{
	line-height: 0.9em;
	font-weight: 500;
}

.side-banner div:hover {
	transition: .2s;
	opacity: 0.7;
}

/*header .pc-nav ul.nav-list > li a span::before {
	color: #00bfa0;
	opacity: 1;
}*/

@media screen and (max-width: 980px) {
	.sp-gnav {
		padding: 10px 5% !important;
	}
}