@charset "utf-8";
/*--------------------------------*/
#form1 { width: 960px; }
/*iframe*/

.temp_header {
	width: 950px;
	height: 235px;
	margin: 0 auto;
	display: block;
}
.temp_menu {
	width: 950px;
	height: 40px;
	margin: 0 auto;
	display: block;
}
.temp_ranking {
	width: 950px;
	height: 230px;
	display: block;
	margin: 0 auto 10px auto;
}
.temp_ranking_small {
	width: 950px;
	height: 105px;
	display: block;
	margin: 0 auto 10px auto;
}
.temp_banner {
	width: 950px;
	height: 520px;
	margin: 0 auto;
	display: block;
}
.temp_main_img {
	width: 952px;
	height: 350px;
	margin: -10px auto 0 auto;
	display: block;
}
.temp_new-fixed {
	width: 130px;
	height: 5000px;
	display: block;
	float: left;
	margin-right: 15px;
}
.temp_ranking_left {
	width: 130px;
	height: 5000px;
	display: block;
	float: left;
	margin-right: 10px;
}
.temp_left {
	width: 185px;
	height: 6100px;
	display: block;
	float: left;
	margin-right: 10px;
}
.temp_pickup {
	width: 600px;
	height: 460px;
	display: block;
}
.temp_point3 {
	width: 600px;
	height: 1650px;
	display: block;
}
.temp_foot_txt {
	width: 600px;
	height: 2300px;
	display: none;
}
.temp_footer {
	width: 100%;
	height: 450px;
	display: none;
	clear: both;
}
.temp_cam_right {
	width: 110px;
	height: 100%;
	position: fixed;
	top: 10px;
	right: 10px;
}
.temp_w600 {
	width: 600px;
	height: 425px;
	display: block;
}
.temp_item_footer {
	width: 600px;
	height: 3000px;
	display: none;
	margin-top: 30px;
}

/*--------------------------------*/
/*Global_ Setting*/
@media screen and (min-width:769px) {
html { font-size: 62.5%; }
body {
	font-feature-settings: "palt";
	/*color: #337ab7;*/
	font-family: "メイリオ", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 140%;
	font-weight: 400;
	text-align: justify;
	word-break: break-all;
	line-height: 1.8;
}
h2,h3 {
	font-weight: bold;
	font-size: 160%;
}
dt { font-weight: bold; }
li a:hover,
table td a:hover { text-decoration: underline; }
/* ■■■■■ pc styles  ■■■■■ */
/*--------------------------------*/
#header .box,
.inner {
	width: 1010px;
	margin: 0 auto;
	overflow: hidden;
}
.inner img { max-width: 100%; }
.btn {
	/*background: #a3a3a3;*/
	background: #337ab7;
	font-size: 0.8em;
	padding: 1.5px 16px;
	margin: 23px 0;
	border-radius: 0;
}
.btn a {
	color: #fff;
	padding-left: 0.6em;
}
.btn:before {
	content: "\";
	font-family: FontAwesome;
	text-align: center;
}
/* ------------------------ header */
#header { padding-top: 40px; }
.h_head { }
.h_head h1 {
	width: 721px;
	vertical-align: bottom;
	margin-bottom: -15px;
}
.h_head p,
.h_head ul {
	font-size: 1.3rem;
	float: right;
}
.h_head ul li {
	margin-left: 0.6em;
	padding-top: 2px;
	line-height: 1.0;
}
.h_head ul li i { margin-right: 3px; }
.h_head ul li a {
	border-right: 1px solid #ccc;
	padding-right: 0.6em;
}
.h_head-h { padding-top: 30px; }

.top_box { margin-bottom: 7px; }
.top_box-h { magin-bottom: 10px }
.h_head p,
.h_head h1 { float: left; }
.h_head p { line-height: 1; }
.h_head .rightBox {
	margin-bottom: 16px;
	position: relative;
	float: right;
	text-align: right;
	width: 280px;
}
.h_head .rightBox dl {
	margin-top: 3px;
	margin-bottom: 8px;
}
.h_head .rightBox dt,
.h_head .rightBox dd { /*float: left;*/
}
.h_head .rightBox dt {
	/* margin-left: 55px; */
	margin-right: 3px;
	letter-spacing: -0.2px;
	font-size: 28px;
}
.h_head .rightBox dd {
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 1.7rem;
	letter-spacing: 0.3px;
	margin-right: 3px;
}
.h_head .tel {
	font-weight: bold;
	color: #00a0e9;
}

/* 問い合わせ電話番号 font awesomeの影響でフォントが変わるのを防ぐ */
.tel-style {
	font-family: "メイリオ", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.user_menu { margin-bottom: 12px; }
.user_menu a {
	font-weight: bold;
	color: #5c5c5c;
}
/*--------------------- search*/
#search_box {
	position: relative;
/*---------	margin-right: 65px; */
}
#search_box input {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	width: 150px;
	min-width: 200px;
	height: 2.55em;
	padding: 10px 10px;
	font-size: 1.6rem;
	transition: all .3s;
	margin: 0;
 color: #333;
}
#search_box input:focus {
	outline: 0;
	border: 3px solid #dcdcdc;
}
#MakeShopTopSearchButton {
	background: none;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	margin: auto;
	font-size: 0;
}
#MakeShopTopSearchButton:after {
	content: "\F002";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	color: #ff9200;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 font-family: "Font Awesome 5 Free" !important;
 font-weight: 900 !important;
}
#search_box img {
	width: 18px;
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	margin: auto;
}
/*--------------------- cart*/
#cart_box {
	position: absolute;
	bottom: 0;
	right: 4px;
	background: #ff9200;
	border-radius: 4px;
	height: 41px;
}
#cart_box a {
	font-size: 20px;
	display: block;
	padding: 9.5px 15.5px;
	color: #fff;
}
#cart_box:hover {
	opacity: .7;
	transition: all .3s;
}
/*--------------------- g_nav*/
#g_nav {
	background: #1d2088;
	box-shadow: 0px 3px 3px 0px rgba(0, 80, 120, 0.3);
	z-index: 1;
	height: 60px; /*20240202追記*/
}
#g_nav a {
	color: #fff;
	padding: 17.5px 0;
	display: block;
}
#g_nav a:hover {
	background: #ea4335;
	text-decoration: none;
}
#g_nav li {
	text-align: center;
	width: 168px;
}
#g_nav .last { background: #00096d; }
#g_nav li ul { text-align: left; }
#g_nav li li {
	float: none;
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
}
#g_nav li li a:before {
	content: "\";
	font-family: FontAwesome;
}
#g_nav li li a {
	padding: 0;
	text-align: left;
}
#g_nav li .box_link a {
	padding: 7px 0;
	font-size: 12px;
	transition: all .3s;
}
/*--------------------- dropdown*/
.dropdown-menu {
	top: 80px;
	width: 100%;
	background: #00a0e9 url(../images/common/bg_img_light.webp) no-repeat;
	background-position: 750px 50px;
	padding: 0;
	border-radius: 0;
	z-index: 1;
	display: block;
	opacity: 0;
	visibility: hidden;
	/* transition: all .5s; */
	border: 0;
}
.dropdown li > a { transition: all .3s; }
.dropdown li:hover>.dropdown-menu {
	display: block;
	opacity: 1;
	visibility: visible;
	top: 58px;
	transition: all .3s;
}
.dropdown li:hover > a { background: #00a0e9; }
.dropdown .dd_contents { background-repeat: no-repeat; }
.box_link {
	text-align: center;
	border-top: 1px solid #33b3ed;
}
.dd_contents {
	padding: 20px 0 0 300px;
	min-height: 360px;
}
.dd_contents dl {
	float: left;
	width: calc((1010px - 300px - 16px)/2);
	margin: 0 16px 16px 0;
}
.dd_contents dl:nth-child(2) { margin-right: 0; }
.dd_contents dt {
	background: #33b3ed;
	color: #fff;
	font-weight: normal;
	padding: 4px 10px;
	margin-bottom: 15px;
}
.dd_contents dl ul {
	float: left;
	margin-right: 64px;
}
.dd_contents,
 .dropdown-menu .list_top {
	width: 1010px;
	margin: 0 auto;
}
.contents { text-align: left; }

/* 20240203追記 */
    /* ナビゲーション全体 */
    #navigation {
        background: #1d2088;
    }

    /* ナビゲーション本体 */
    #navigation > ul {
        display: flex;
        color: #1D2088;
		background-color: #fff;
        margin: 0 auto;
        width: 1010px;
    }
       @media (769px <= width <= 1010px) {
         #navigation > ul {
  width: 100%;
    }
     }

    #navigation ul li {
        position: relative;
        flex: 1;
        list-style: none;
        margin: 0;
        padding: 10px 10px;
    }
    @media (769px <= width <= 1010px) {
     #navigation ul li {
      padding: 10px 5px;
     }
    }
    #navigation ul li > a{
        color:#fff;
        text-decoration:none;
        display:block;
        text-align:center;
    }
	#navigation ul li > img{
        border: none;
    }

    #navigation ul li:hover {
        background: #00a0e9;
    }

    #navigation ul li:hover > div {
        display: block;
    }

    #navigation ul li div {
        display: none;
        width: 100%;
        top: 45px;
        position: absolute;
        left: 0;
        background: #00a0e9;
        animation-name: PullDown;
        animation-duration: 0.15s;
		z-index: 99999999;
    }

    #navigation ul li div.submenu ul {
        list-style: none;f
        padding: 0;
        margin: 0;
    }

    #navigation ul li div.submenu ul li {
        padding: 0;
        cursor: pointer;
		float: none;
		background-color: #fff;
		border: 1px solid #1D2088;
		margin: 0 0 -1px;
    }
	#navigation ul li div.submenu ul li a {
        color: #1D2088;
    }
	#navigation ul li div.submenu ul li a:hover {
        background: #ffff99;
    }
	#navigation ul li div.submenu ul li img {
        border: none;
    }


	.nav-more a{
		color: #fff;
		font-weight: 500;
	}

	.gnav-title {
		background-color: #1D2088;
		color: #fff;
		font-size: 1.6rem;
	}
	.gnav-title a{
		color: #fff;
	}

	.gnav-title ul li a {
		color: #1D2088;
		font-size: 1.4rem;
		font-weight: 400;
	}

	.gnav-title img {
		border: none;
	}

    /* サブメニューのスタイル */


	.submenu dl {
        margin: 0;
    }

    .submenu dl dt {
        margin: 0;
        background: #1D2088;
		color:#fff;
		border: 1px solid #1D2088;
		margin: 0 0 -1px;
        padding: 10px 10px;
        display:block;
		text-align: left;
    }

    .submenu dl dd {
        margin: 0;
    }

    .submenu dl dd a {
        padding: 10px 10px;
        color: #1D2088;
        text-align:left !important;
    }
	.nav-more{
		color:#fff !important;
		padding:10px 10px;
		display:block;
		text-decoration:none;
		font-weight: 500;
		background:#1D2088;
		}
	.nav-more:hover{
		color:#fff !important;
		background:#00a0e9;
		}

	nav.snav-more  {
		text-align: left;
		font-weight: 400;
	}

    /* サブメニューのアニメーション */
    @keyframes PullDown {
        0% {
            opacity: 0;
            transform: translateY(-10px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
	.submenu-rank{
		margin-left:-400%;
		width:500% !important;
		}
		.submenu-rank ul{
		text-align:center;
		padding:5px 0 !important;
		display:block;
		background-color: #1D2088;
		}
		.submenu-rank ul li{
		display:inline-block;
		width:18.5%;
		}
		.submenu-rank ul li img{
		width:100%;
		}
/* /20240203追記 */

/*----------------------- block_08_shop-info*/
.information {
	/*border-top: 1px solid #d5d5d5;*/
	padding: 0 0 10px 0;
}
.information li {
	margin-right: 20px;
	margin-bottom: 20px;
}
.information li:nth-child(3n) { margin-right: 0; }
.guide {
	margin-top: 20px;
	padding-bottom: 32px;
}
.guide li {
	width: 320px;
	margin-right: 20px;
}
.guide > li { height: 315px; }
.guide > li:nth-child(n+4) { height: auto; }
.guide li:nth-child(3n) { margin-right: 0; }
.guide dt {
	border-left: 5px solid #c0c0c0;
	padding-left: 12px;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 16px;
	line-height: 1;
}
.guide dd { font-size: 12px; }
.guide li:nth-child(2) > dl > dd > dl > dd {
	padding-left: 12px;
	margin-bottom: 10px;
}
.guide dl dl dt {
	border: none;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}
.guide li:nth-child(1) > dl > dd { }
.guide li:nth-child(3) > dl > dd > ul { margin-bottom: 25px; }
/* 20240202追記 */
.gnav-rank-flex {
	display: flex;
	width: 200%;
}
.gnav-rank-flex-items {
	margin-left: 0.5rem;
	width: 50rem;
}
/*----------------------- footer_menu*/
.f_menu {
	background: #f6f6f6;
	padding: 36px 0;
	text-align: left;
}
.f_menu_level0 li { float: none; }
.f_menu_level0 > li {
	float: left;
	width: 25%;
	border-right: 1px solid #dcdcdc;
}
.f_menu_level0 > li:last-child { border: none; }
.f_menu_level1 dt {
	margin-bottom: 16px;
	padding-left: 16px;
}
.f_menu_level2 > li {
	padding-left: 20px;
	width: 100%;
	font-size: 12px;
	margin-bottom: 16px;
	line-height: 1;
}
.f_menu_level2 > li > a {
	margin-bottom: 15px;
	display: block;
}
.f_menu_level2 li i {
	font-size: 14px;
	margin-right: 5px;
}
.f_menu_level3 > li {
	padding-left: 1em;
	margin-bottom: 16px;
}
.address a { color: #1d2088; }
.free { color: #e60012; font-weight: bold;
}
.copyright { padding: 13px 0; }
.copyright,
.copyright a {
	font-size: 10px;
	color: #fff;
	background: #000;
}
.copyright ul { float: left; }
.copyright li { }
.copyright li a {
	padding-right: 1em;
	margin-right: 1em;
	border-right: 1px solid #fff;
}
.copyright p { text-align: center; }
.fd {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
@media screen and (max-width:768px) {
.fd {
 display: none;
}
}
.fd_free { top: 5px; }
.fd_free1 { top: 105px; }
.fd_free2 { top: 215px; }
.fd_free3 { top: 375px; }
.fd_free4 { top: 535px; }
.fd_contact { top: 660px; }
/* @media (769px <= width <= 1010px) {
 .fd_free { width: 13vw; }
.fd_free1 { width: 15vw; }
.fd_free2 { width: 9vw; }
.fd_free3 { width: 9vw; }
.fd_free4 { width: 9vw; }
} */

#page-top {
	position: fixed;
	bottom: 86px;
	right: 40px;
	font-size: 77%;
}
#page-top a {
	background: #00a0e9;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 10px 0;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
	background: #66d6ff;
}
.cal table {
	width: 100%;
	margin-bottom: 0;
}
.cal table td {
	padding: 2px !important;
	font-size: 12px !important;
}
.cal .holyday { color: red; }
}

@media screen and (max-width:1030px) {
.weeksale_wrap { background-position: -450px bottom; }
}

/* 20250116更新　ナビのアイコン変更 */
.downarrow {
	display: inline-block;
	vertical-align: baseline;
	color: #fff;
	line-height: 1;
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	margin-left: 9px;
}
.downarrow_2nd {
	display: inline-block;
	vertical-align: baseline;
	color: #fff;
	line-height: 1;
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	margin-right: 5.5px;
}
.rightarrow {
	display: inline-block;
	vertical-align: middle;
	color: #1D2088;
	line-height: 1;
	width: 7px;
	height: 7px;
	border: 1px solid #1D2088;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
	margin-left: 6px;
	margin-bottom: 3px;
}

/* 20250121更新　海ごみ問題を知ってくださいページ */
.h3_introduction {
	font-size: 20px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 14px;
	text-align: left;
}
.environment_list {
float: none;
text-align: left;
padding: 18px 18px 10px 18px;
background-color: #f9f6c3;
border-radius: 9px;
border: solid 2px;
border-color: #ffc815;
margin-bottom: 16px;
}
.environment_list_ttl01 {
	font-weight: bold;
	margin-right: 6px;
}

@media screen and (max-width:768px) {
	.environment_txt {
		text-align: left;
	}
	.environment_list {
		padding: 18px 12px 15px 12px;
		}
}

/* 紹介ページ更新 20250520 */
.syoukai_ttl01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.9;
  margin-top: 40px;
  margin-bottom: 24px;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media (width <= 768px) {
  .syoukai_ttl01 {
    font-size: 6.5vw;
    line-height: 1;
  }
}

.syoukai_ttl01::before,
.syoukai_ttl01::after {
  content: "";
  width: 4px;
  height: 40px;
  background-color: #222;
}

.syoukai_ttl01::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}

.syoukai_ttl01::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.syoukai_txt01 {
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1.1;
  font-size: 18px;
}
@media (width <= 768px) {
  .syoukai_txt01 {
    text-align: left;
    font-size: 4vw;
  }
}

.syoukai-gift {
  text-align: center;
  border-radius: 8px;
  padding: 24px 16px;
  margin: 40px auto 90px;
  max-width: 95%;
  border-radius: 9px;
  border: solid 2px #5cb3bb;
  border-bottom: solid 6px #5cb3bb;
}
@media (width <= 768px) {
  .syoukai-gift {
    text-align: left;
  }
}
.syoukai-gift_txt01 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  /* letter-spacing: 1.1; */
  margin-bottom: 8px;
}
@media (width <= 768px) {
  .syoukai-gift_txt01 {
    font-size: 5vw;
  }
}
.syoukai-gift_txt02 {
  font-size: 16px;
}

.syoukai_box01 + .syoukai_box01 {
  border-top: solid 1px;
}

.syoukai-flow_ttl {
  font-size: 22px;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #5cb3bb;
}

.syoukai-flow ol, .syoukai-flow ul {
  padding-left: 16px;
}
.syoukai-flow list {
  display: block;
  font-size: 17px;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.8;
}

.syoukai-flow + .syoukai-flow {
  margin-top: 40px;
  border-top: dashed 1px #5cb3bb;
  padding-top: 40px;
}

.syoukai-form_txt01 {
  font-size: 24px;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 32px;
}/*# sourceMappingURL=style.css.map */