/* ************************************************
*  header
* ************************************************ */
#header{
padding-bottom: 5px;
border-bottom: 1px solid #307470;
max-width: 1100px;
}
@media (max-width: 1100px) {
#header{
max-width: 100%;
}
}
#header .header-inner{
margin: auto;
}
#header .header-inner h1{
margin: 10px 0 0;
font-size: 20px;
}
ul.header-top{
display: flex; 
width: 100%;
justify-content: space-between;
padding-top: 10px;
}
.logo_info{
display: flex;
justify-content: center;
align-items: center;
}
.logo_info a{
font-size: 30px;
color: #307470;
}
#header .logo img {
height: auto;
width: 247px;
margin-right: 10px;
}
.logo_info .logo_info_icon{
display: block;
}
.logo_info_icon img{
width:70px;
height: 40px;
margin-right: 7px;
vertical-align:middle;
}
@media (max-width: 1100px) {
.logo_info a{
font-size: 14px;
}
#header .header-inner h1{
margin-left: 5px;
font-size: 12px;
}
#header .logo img {
height: 40px;
width: auto;
padding-left:45px;
margin-right: 5px;
}
.logo_info_icon img{
width:26px;
height: 15px;
margin-right: 3px;
}
}

@media (max-width: 1100px) {
.logo_l{
font-size: 16px;
}
}



#header .header_link {
display:flex;
}
#header .header_link a {
margin-left: 20px;
margin-left: auto;
}
#header .header_link a.view_cart{
margin-left: 20px;
}
#header .header_link a:first-child {
border-right: 1px solid #ddd;
padding-right: 15px;
}
#header ul.header_link li.my_account i.account {
background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -97px;
}
#header ul.header_link li.member_login_btn i.login {
background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -97px;
}
#header ul.header_link li.member_regist_btn i.regist {
background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px -193px;
}
#header ul.header_link li.member_logout_btn i.logout {
background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -210px;
}
#header .member_login_name{
float: right;
clear: right;
margin: 0 0 13px;
}
#header .header_link a {
font-size: 12px;
}
#header .header_link a .icon{
display: block;
height: 30px;
padding-bottom: 5px;
}
#header .header_link a .icon img{
height: 100%;
margin: auto;
width: auto;
display: block;
}
.header-tools__count {
position:absolute;
font-size: 14px;
top:16px;
right:12px;
color: #930808;
}
.view_cart {
position:relative; 
}
@media (max-width: 1100px) {
#header .header_link {
position: absolute;
right: 5px;
top: 15px;
}
#header .header_link a:first-child {
padding-right: 10px;
}
#header .header_link a.view_cart{
margin-left: 10px;
}
#header .header_link ul li a .icon{
height: 24px;
}
.header-tools__count {
font-size: 12px;
right:0;
}
}
#header .header_menu {
margin-top: 15px;
}
#header .header_menu ul {
display: flex;
align-items: center;
justify-content: center;
}
#header .header_menu ul li {
border-right: 1px solid #ddd;
margin-left: 20px;
padding-right: 20px;
}
#header .header_menu ul li:last-child {
border-right: none;
padding-right: 0;
}
@media (max-width: 1100px) {
#header .header_menu {
margin-top: 0;
transition: transform .3s, opacity .3s;
overflow: scroll;
}
#header .header_menu ul {
max-width: 100%;
padding: 80px 0 40px;
display: flex;
flex-direction: column;
width: 100%;
}
#header .header_menu ul li {
margin-left: 0;
font-size: 16px;
font-weight: bold;
position: relative;
display: inline-block;
width: 100%;
padding: 1em 0;
text-align: center;
text-decoration: none;
color: #2f0f04;
border-bottom: solid 1px #bbbbbb;
}
}
@media (max-width: 1100px) {
#header .header_menu {
position: fixed;
width: 100%;
height: 100vh;
background: #fff;
top: 0;
left: 0;
z-index: 30000;
opacity: 0;
transform: translateX(100%);
transition: transform .3s, opacity .3s;
}
}
.button-hamburger {
position: absolute;
left: 7px;
bottom: 0;
z-index: 1;
width: 32px;
height: 32px;
z-index: 35000;
border: 0;
outline: 0;
background-color: transparent;
cursor: pointer;
-webkit-appearance: none; /* Chrome, Safari, Opera, Android */
-moz-appearance: none; /* Firefox */
appearance: none; /* IE非対応 */
}
.hamburger {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 20px;
height: 2px;
margin: auto;
border-radius: 4px;
background-color: #263238;
}
.hamburger:before,
.hamburger:after {
position: absolute;
display: block;
width: 100%;
height: 100%;
border-radius: 4px;
background-color: inherit;
content: '';
transition: all .3s;
}
.hamburger:before {
top: -6px;
}
.hamburger:after {
top: 6px;
}
.is-open .button-hamburger{
position: fixed;
}
@media screen and (min-width: 1100px) {
.button-hamburger {
display: none;
}
}













/* ************************************************
*  all
* ************************************************ */
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
html {
  overflow-y: scroll;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body {
font-size: 16px;
font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
letter-spacing: 0.05em;
line-height: 1.7;
background-color: #f9f9f9;
}
p {
  margin: 0 0 10px;
}
a {
outline: none;
/* display:block; */
color: #464e54;
}
a:visited,:link {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #464e54;
}
img {
width: 100%;
}
ul, li {
list-style: none;
padding-left: 0;
}
.red{
  color: #ff0000;
}

h1{
font-weight: normal;
font-size: 2.5em; 
color:#307470;
}
h2 {
font-size: 2em;
text-align: center;
font-weight: normal;
}
h3 {
font-size: 1.4em;
color: #307470;
font-weight: normal;
}
h4 {
}
h5 {
}
@media screen and (max-width: 768px) {
h1{
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
}
.for-sp {
display: none;
}
@media screen and (max-width: 768px) {
.for-pc {
display: none;
}
.for-sp {
display: block;
}
}

.br-2{
    display: block;
    content: '';
    height: 1.5em;
}














.ranking {
counter-reset: rank;
}
.ranking li {
position: relative;
}
.ranking li::before {
content: "";
top: 8px;
left: 0;
position: absolute;
border-bottom: 70px solid transparent;
border-left: 70px solid rgba(154, 225, 123, 1);
}
.ranking li::after {
counter-increment: rank;
content: counter(rank) "位";
position: absolute;
font-weight: bold;
top: 19px;
left: 9px;
font-size: 1em;
color: #fff;
}
@media (max-width: 1112px) {
.ranking li::before {
border-bottom: 100px solid transparent;
border-left: 100px solid rgba(154, 225, 123, 1);
}
.ranking li::after {
top: 25px;
font-size: 1.5em;
}
}





.c-ttl-main {
  font-family: 'Alegreya Sans SC', sans-serif;
  display: block;
  margin-top: 0;
  margin-bottom: 45px;
  line-height: 1.4;
  font-size: 2.5em;
  letter-spacing: 0.1em;
  color: #307470;
  text-align: center;
}
@media screen and (max-width: 1112px) {
  .c-ttl-main {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.c-ttl-main__ja {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
@media screen and (max-width: 1112px) {
  .c-ttl-main__ja {
    margin-bottom: 2px;
    font-size: 14px;
    white-space: nowrap;
  }
}


/* ************************************************
*  clearfix
* ************************************************ */

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* ************************************************
*  layout
* ************************************************ */
#container {
margin: auto;
width:1100px;
}
@media (max-width: 1100px) {
#container {
width: 100%;
}
}
  

/*サイド*/
#side {
  float: left;
  width: 220px;
}
@media (max-width: 1112px) {
#side {
  width: 95%;
  margin: auto;
  float: none;
} 
} 
/*メイン*/
#main {
  float: right;
  width: 830px;
  padding-top: 15px;
}
@media (max-width: 1112px) {
#main {
  width: 95%;
  margin: auto;
  float: none;
  padding-top: 15px;
}
}


  #header.is-open .header_menu{
    transform: translateX(0);
    opacity: 1;
  }

  #header.is-open .hamburger{
    background: transparent;
  }
  #header.is-open .hamburger::before,
  #header.is-open .hamburger::after{
    background: #000;
    top: 0;
  }
  #header.is-open .hamburger::before{
    transform: rotate(45deg);
  }
  #header.is-open .hamburger::after{
    transform: rotate(-45deg);
  }
}
@media (max-width: 1112px) {
  #container > #main{
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
  }
}



/******************************/
/* footer */
/******************************/
.l-footer {
  padding: 50px 0 30px 0;
  margin-top: 120px;
  border-top: 1px solid #ddd;
}
.l-footer-main {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1112px) {
  .l-footer-main {
    display: block;
  }
}
.l-footer-shopinfo {
  flex: 1;
  margin-right: auto;
  word-break: break-all;
}
@media screen and (max-width: 1112px) {
  .l-footer-shopinfo {
    margin-bottom: 60px;
    text-align: center;
  }
}
.l-footer-shopinfo__logo img {
  max-width: 170px;
}
.l-footer-shopinfo__txt {
  margin-top: 10px;
  font-size: 12px;
  color: #6E6E6E;
}
.l-footer-shopinfo__p-mark img {
  margin-top: 10px;
  max-width: 100px;
}
.l-footer-sns-list {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 1112px) {
  .l-footer-sns-list {
    margin-top: 50px;
    justify-content: center;
  }
}
.l-footer-sns-list__item {
  margin-right: 20px;
}
.l-footer-qrcode {
  margin-top: 30px;
}
@media screen and (max-width: 1112px) {
  .l-footer {
  padding: 40px 0 30px 0;
  margin-top: 60px;
  }
  .l-footer-qrcode {
    display: none;
  }
}
.l-footer-navi {
  display: flex;
}
@media screen and (max-width: 1112px) {
  .l-footer-navi {
    display: block;

  }
}
.l-footer-navi-list {
  margin-left: 90px;
}
@media screen and (max-width: 1112px) {
  .l-footer-navi-list {
    margin-left: 0;
    width: 33.3333%;
  }
}
@media screen and (max-width: 1112px) {
  .l-footer-navi-list {
    width: auto;
  }
}
.l-footer-navi-list__item {
  margin-bottom: 10px;
  font-size: 0.8em;
}
.l-footer-navi-list__item a{
  color: #307470;
}
@media screen and (max-width: 1112px) {
  .l-footer-navi-list__item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1112px) {
  .l-footer-navi-list__link {
    display: block;
    position: relative;
    padding: 14px 20px;
  }
}
@media screen and (max-width: 1112px) {
  .l-footer-navi-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
}

#sistershop{
  margin: 15px 0 0 0;
  font-size: 12px;
  color: #6E6E6E;
}
#sistershop a{
  display: inline;
}

.l-copyright {
  background: #f9f9f9;
  color: #307470;
  padding: 15px;
  font-size: 0.6em;
  text-align: right;
}
@media screen and (max-width: 1112px) {
  .l-copyright {
    padding-top: 10px;
    padding-bottom: 100px;
    font-size: 0.5em;
    text-align: center;
  }
}








/* ************************************************
*  main
* ************************************************ */

.header_block{
  padding: 3px 0;
  border-left: 4px solid #307470;
}
.header_block .title{
  text-align: left;
}
.header_block h3{
  padding: 0 0 0 10px;
  border: none;
  text-align: left;
  font-size: 0.8em;
}
.header_block p{
  margin-top: 4px;
  color: #307470;
}
#main .header_block{
  margin: 0 0 30px;
}
#main .header_block .icon{
  padding: 0;
}

/* ************************************************
*  item_box
* ************************************************ */

ul.item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 0.9em;
  padding-bottom: 20px;
}
ul.item_box li{
  width: 33.33%;
  padding: 0 15px 40px 15px;
  box-sizing: border-box;
}
.item_name {
  text-decoration: underline;
  margin: 15px 0 10px 0;
  text-align: left;
}
.item_detail, .item_name a {
  color: #307470;
}
.item_price,.is-soldout  {
  text-align: right;
}
.c-item-list__expl {
  margin-top: 10px;
  font-size: 0.75em;
  color: #307470;
}
@media screen and (max-width: 1112px) {
ul.item_box li{
  width: 50%;
  padding: 0 5px 40px 5px;
}
}





.box_small .item_box {
  display:inline-block;
  margin: 0 33px 45px 0;
  width: 113px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.box_small p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 13px;
}

.box_small .box_last {
  margin-right: 0;
}

.stock_error{
  display:none;
  padding:10px 0;
  color:#DA5858;
  font-weight:bold;
}

/* ************************************************
*  Top_Page
* ************************************************ */

#main #box_info p {
  line-height: 20px;
}

#main #box_free {
  padding: 20px;
  border: #aaa solid 1px;
}
#main #box_free p {
  line-height: 20px;
}

/* ************************************************
*  product_list_page
* ************************************************ */

.sub_category_area,
.sub_group_area {
  margin-bottom: 20px;
  padding: 10px 10px 0px 10px;
  height: 100%;
  border: solid 1px #ccc;
}

.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
  float: left;
  margin: 0 20px 10px 0;
}

.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
  margin-right: 10px;
  border: solid 1px #ccc;
}

.information {
  background-color: #f9fff4;
  border: 1px solid #396;
  border-radius: 5px;
  padding: 20px ;
}
.information span{
  display: block;
  margin: 2.5px 0;
}

.information .ul-in ul li,
.information .ul-in ol li{
  padding: 0 0 0 1em ;
}

/* ************************************************
*  search_page
* ************************************************ */

.search_result {
  margin: 20px 0;
  padding: 10px 0;
  background: #eee;
  text-align: center;
}

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

/* ************************************************
*  policy
* ************************************************ */

#policy {
  line-height: 1.8;
  font-size: 14px;
}
#policy h2 {
  margin-bottom: 30px;
}

.policy_box,
#policy_lead{
  margin-bottom: 30px;
}

.sk_box {
  margin-bottom: 70px;
}
.sk_box h3 {
  margin-bottom: 1em;
}
.sk_box table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-collapse: separate;
  empty-cells:show;
}

.sk_box th {
  padding: 20px 40px 20px 0;
  width: 170px;
  text-align: left;
}
.sk_box th img.poricy_img {
  margin-bottom: 5px;
}
#payment_method img {
  width: 140px;
  margin-bottom: 10px;
}
#payment_method .payment_img {
  width: 30px;
}
#payment_method .nppay_img {
  width: 468px;
}

.sk_box td {
  padding: 20px 0;
  zoom: 1;
  content: ' ';
}
.sk_box th,
.sk_box td {
  vertical-align: top;
  line-height: 1.8;
  position: relative;
  border-bottom: solid 1px #ccc;
}

#payment_method {
  margin-top: 40px;
}
#payment_method table.table {
  width: 100%;
}
#payment_method table.table th {
  width: 200px;
  text-align: center;
}

#shipping_method {
  margin-top: 40px;
}
#shipping_method table.table {
  width: 100%;
}
#shipping_method table.table th {
  width: 200px;
  text-align: center;
}

@media screen and (max-width: 478px) {
.sk_box th {
  display: block;
  padding: 10px;
  width: 95%;
  background-color: #06bfb4;
  color: #ffffff;
  border-bottom: none;
}
.sk_box td {
  display: block;
  padding: 10px;
  width: 95%;
  border-bottom: none;
}
#payment_method .nppay_img {
  width: 95%;
}
}
/* ************************************************
*  side
* ************************************************ */

#side .shop_name {
  font-size: 1em;
  margin: 15px 0;
  letter-spacing: -0.03em;
  text-align: left;
  font-weight: bold;
}
#side .shop_name a{
  color: #006666;
}
#side .box {
  clear: both;
  margin-bottom: 30px;
  word-wrap: break-word;
  position: relative;
}
#side .box ul {
  margin-left: 0px;
  list-style: none;
}
#side .box ul li {
  padding: 8px 0 7px 0;
  font-size: 0.9em;
  border-top: 1px solid #ddd;
}
#side .box ul li:first-child {
  border-top:none;
}
.side_search {
  position: relative;
  margin: 20px 0;
  width: 220px;
}
.side_search i {
  position: absolute;
  top: 13px;
  left: 15px;
}
.side_search input{
  padding: 13px 0;
  background: none;
  text-align: center;
  border: solid 2px #006666;
  border-radius: 5px;
  width: 220px;
  max-width: 220px;
}
.search_word {
  border: 1px solid #006666;
  margin: 10px 10px 0 0;
  display: inline-block;
  padding: 0 7px;
  font-size: 0.75em;
  color: #006666;
}
.search_word a{
  color:inherit;
}
.search_word a:hover{
  opacity: 0.7;
}
@media (max-width: 1112px) {
.side_search {
  width: 100%;
}
.side_search input{
  max-width: 100%;
  width: 95%;
}
}
#side #side_nav {
  padding: 0;
  border-top: none;
  border-right: solid 2px #ccc;
  border-bottom: none;
}
#side #side_nav ul{
  margin-right: 10px;
}
#side #side_nav ul li {
  margin: 0;
}
#side #side_nav .nav_item{
  clear: both;
  padding: .9em 0 .9em;
  cursor: pointer;
}
#side #side_nav .nav_item .nav_icon{
  float: left;
  padding: inherit;
  width: 20px;
  height: auto;
}
#side #side_nav .nav_item .nav_icon img{
  max-width: 100%;
}
#side #side_nav .nav_item .nav_title{
  float: right;
  text-align: right;
}
#side #side_nav .nav_item h3{
  margin-bottom: 4px;
  padding: 0;
  border: none;
  text-align: right;
}
#side #side_nav .nav_item p{
  color: #999;
}
#box_category li {
  position: relative;
}
#box_category li img {
  position: absolute;
  left: 1px;
  top: 11px;
  width: 18px;
}
#box_category li p{
  padding-left: 30px;
}
.box_default ul li div{
  position: relative;
  padding: 5px 0;
  text-align: left;
}
.box_default ul li div p{
  line-height : 1.6;
}


#side #box_cart .cart_button {
  text-align: right;
}
.side_cal {
  width: 95%;
  margin: auto;
  font-size: 0.9em;
}
.side_cal_memo {
  font-size: 0.8em;
  text-align: left;
}
.mobile {
  font-size: 0.8em;
  text-align: center;
}
.mobile img{
  width: 80%;
  margin: 0 0 30px;
}
#box_sellers {
  text-align: center;
}
#box_sellers .header_block{
  margin-bottom: 15px;
}
#box_sellers .seller_name{
  padding: 0 10px;
  text-align: left;
  font-size: 0.8em;
  margin: 10px 0 5px 0;
}
#box_sellers .seller_price{
  font-size: 0.8em;
  text-align: right;
  font-weight: 700;
  color: #307470;
}
#box_sellers .event img{
  margin-bottom: 15px;
}

#box_event img{
  margin: 10px 0 0;
}

.updown{
  display: inline-block;
  margin: 0 3px 0 0;
  width: 13px;
  height: 8px;
  background: url(https://img.shop-pro.jp/tmpl_img/67/down_icon.png);
  background-repeat: no-repeat;
}

.more_up{
  background: url(https://img.shop-pro.jp/tmpl_img/67/up_icon.png);
}

/* ************************************************
*  Common Elements
* ************************************************ */
/* @group Common Elements */

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table.table {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.table th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.footstamp {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 0.9em;
  color: #bbb;
}
.footstamp span {
  margin: 0 5px;
  color: #bbb;
}
.footstamp a {
  color: #bbb;
  display: inline;
}

.sort {
  float: right;
  margin-bottom: 20px;
  text-align: right;
  font-size: 0.9em;
  display: block;
  width: 100%;
}
.sort strong {
  margin-right: 5px;
}
.sort a {
  display: inline;
  margin-right: 5px;
  text-decoration: underline;
}
.sort span {
  margin-right: 5px;
  background: #eee;
  text-decoration: none;
  font-weight: bolder;
}

@media screen and (max-width: 767px) {
.sort {
  font-size: 0.75em;
}
}

.pager {
  clear: both;
  margin: 20px 0;
  text-align: center;
}
.pager a{
  margin: 15px;
}
@media screen and (max-width: 767px) {
.pager {
  font-size: 0.75em;
}
}


.none {
  clear: both;
  margin: 50px 0;
  text-align: center;
}

.sold_out {
  color: #DA5858;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}
.tbl_calendar {
  margin: 20px 0;
  width: 100%;
  border: none !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center !important;
}

/* @group button */
.btn {
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance:none;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
  color: #fff;
  text-decoration: none;
}
.btn-contact {
  margin: 0.5em 0.3em;
  padding: 1.3em 0;
  background-color: #a0a0a0;
  font-weight: normal;
  font-size: 1em;
}
.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px;
}

/* ************************************************
*  modal
* ************************************************ */

.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001; 
  display: none;
}
.modal.is_active {
  display: flex;
}
.modal_bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.modal_wrap {
  z-index: 10002;
  padding: 30px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 30px;
  background-color: #fff;
  cursor: pointer;
}
.modal_inner {
  background-color: #fff;
  text-align: center;
  font-size: 1.2em;
  position: relative;
}
.modal_inner img{
  max-width: 240px;
}
.js_modal_close::before,
.js_modal_close::after {
  position: absolute;
  top: -60px;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 4px;
  background-color: #fff;
  content: "";
}
.js_modal_close::before {
  transform: rotate(45deg);
}
.js_modal_close::after {
  transform: rotate(-45deg);
}














@media (max-width: 768px) {
#header .header_menu ul li.nav-item {
  padding: 0;
}
.nav-item_sub {
  display: none;
  background-color: #FFF8DC;
}
.arrow_u {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #333;
  text-decoration: none;
}
.arrow_u:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 30px;
  right: 20px;
  margin-top: -13px;
  transform: rotate(45deg);
}
#header .header_menu ul li {
border-right: none;  
}
.header_menu .nav-item a.open{  
  display: block; 
  pointer-events: none;
  padding: 1em 0;
}
.header_menu .nav-item .nav-item_sub a{  
  display: block; 
}
#header .header_menu ul .nav-item .nav-item_sub ul {
  padding: 0;
}
#header .header_menu ul .nav-item .nav-item_sub ul li:first-child {
  border-top: solid 1px #bbbbbb;
}
#header .header_menu ul .nav-item .nav-item_sub ul li:last-child {
  border-bottom: 0;
}
}


/* ************************************************
*  free_page
* ************************************************ */
#free_page .free_title {
  font-size: 1.8em;
  position: relative;
  font-weight: normal;
  line-height: 1.3;
  border-bottom: solid 1px #307470;
  margin: 25px 0 10px 0;
}
#free_page p {
  margin: 1em 0 0;
}
#free_page img {
  width: 100%;
  margin: 10px 0;
}
#free_page .attention {
  color: red;
  text-decoration: underline;
}
#free_page .information {
  background-color: #fbfbe9;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
}
#free_page .information span{
  display: block;
  margin: 2.5px 0;
}
@media (max-width: 768px) {
#free_page {
  width: 95%;
  margin: auto;
  padding-bottom: 50px;
}
#free_page .free_title {
  margin-bottom: 0.8em;
  padding-bottom: 0.2em;
}
}

#free_page .entrytime {
  display: block;
  margin: 10px 0;
  text-align: right;
}
#free_page .entrytime p {
  font-size: 1em;
}



/* 20240105 なりすまし注文ページ */
.l-footer-main .caution {
  margin-top: 10px;
  padding-top: 0;
}

.l-footer-main .caution a {
  display: flex;
  align-items: center;
  text-align: left;
  color: #C20000;
  font-size: 1em;
  text-decoration:underline;
  height: 20px;
  width: 70%;
  margin: 3px 0 20px 0;
  padding: 0 0 0 28px;
  position: relative;
}

.l-footer-main .caution a::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -10px;
  background-image: url("https://img07.shop-pro.jp/PA01438/298/etc/exclamation_mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration:underline;
}
@media (max-width: 768px) {
.l-footer-main .caution a {
  justify-content: left;
  width: 95%;
  margin: 3px auto;
  font-size: 0.8em;
}
}

/* 20240712 追随ヘッダー */
@media (max-width: 1100px) {
#header {
  position: fixed;
  width: 100%;
  z-index: 99999999;
  transition: 1s;
  background: rgb(249 249 249 / 70%);
}
#main {
  padding-top: 70px;
}
}

/* 20250828 枠 */
.box1{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #00775a;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box1 p {
    margin: 0; 
    padding: 0;
}