@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');

/** *********************** **/

/*
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
 font-family: "Oswald", serif;
  	font-weight: 400;
*/

/** *********************** **/

a[href^="tel:"] {
    pointer-events: none !important;
}
.sp_view,
.fixed_wrap,
.sp_menu_btn {
	display: none;
}
img {
	width: 100%;
	height: auto;
}

/** *********************** **/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

/** *********************** **/

#loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 999;
}

#loading-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(16,18,72,1.0);
  width: 100px;
  height: 30px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

#loading-content {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid rgba(16,18,72,0.5);
}

#loading-content:after {
  content: "";
  position: absolute;
  border: 3px solid rgba(16,18,72,1.0);
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

#loading-content:before {
  content: "";
  position: absolute;
  border: 3px solid rgba(16,18,72,0.5);
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

#loading-content {
  border: 3px solid transparent;
  border-top-color: rgba(16,18,72,0.5);
  border-bottom-color: rgba(16,18,72,0.5);
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

#loading-content:before {
  border: 3px solid transparent;
  border-top-color: rgba(16,18,72,1.0);
  border-bottom-color: rgba(16,18,72,1.0);
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 3s linear infinite;
}

#loading-content:after {
  border: 3px solid transparent;
  border-top-color: rgba(16,18,72,0.5);
  border-bottom-color: rgba(16,18,72,0.5);
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/** *********************** **/

body {
	min-width: 1300px;
	position: relative;
	color: #000;
	padding-top: 106px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

/** *********************** **/

header {
	width: 100%;
    min-width: 1300px;
	height: 107px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	font-size: 0;
	border-bottom: 1px solid #e4e0da;
}

.menu_group_left {
	width: 50%;
	height: 106px;
	background: #101248 url("../pc_img/common/head_sub_bg_left.png") no-repeat top right;
	background-size: 750px auto;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 38px 0 0 45px;
}
.menu_group_right {
	width: 50%;
	height: 106px;
	background: #e60012 url("../pc_img/common/head_sub_bg_right.png") no-repeat top left;
	background-size: 750px auto;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 38px 45px 0 0;
}
.menu-toggle {
    display: none;
}
.menu-label {
    cursor: pointer;
	display: inline-block;
    color: #fff;
    position: relative;
	z-index: 35;
    width: 30px;
    height: 30px;
}
.menu_group_left .menu-label {
	padding: 0 200px 0 0;
}
.menu_group_right .menu-label {
	padding: 0 0 0 200px;
}

.menu_group_left .menu-label p {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 6px;
	left: 45px;
	z-index: 50;
}
.menu_group_right .menu-label p {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 6px;
	right: 45px;
	z-index: 50;
}

.menu_group_left .menu-label::before,
.menu_group_left .menu-label::after,
.menu_group_left .menu-label span {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 4px;
    background: #fff;
}
.menu_group_right .menu-label::before,
.menu_group_right .menu-label::after,
.menu_group_right .menu-label span {
    content: '';
    position: absolute;
    right: 0;
    width: 30px;
    height: 4px;
    background: #fff;
}
.menu-label::before {
    top: 0;
	transition: all .3s ease;
}
.menu-label span {
    top: 50%;
    transform: translate(0, -50%);
	transition: all .3s ease;
}
.menu-label::after {
    bottom: 0;
	transition: all .3s ease;
}

.menu_group_left .menu-toggle:checked ~ .menu-label::before {
    top: 50%;
	left: 11px;
    transform: translate(-50%, -50%) rotate(45deg);
	width: 40px;
	transition: all .3s ease;
}
.menu_group_left .menu-toggle:checked ~ .menu-label span {
    opacity: 0;
	transition: all .3s ease;
}
.menu_group_left .menu-toggle:checked ~ .menu-label::after {
    bottom: 50%;
	left: 11px;
    transform: translate(-50%, 50%) rotate(-45deg);
	width: 40px;
	transition: all .3s ease;
}
.menu_group_right .menu-label:has(.menu_group_left .menu-toggle:checked) {
	display: none !important;
	opacity: 0 !important;
	z-index: 0;
}

.menu_group_right .menu-toggle:checked ~ .menu-label::before {
    top: 50%;
	right: -27px;
    transform: translate(-50%, -50%) rotate(45deg);
	width: 40px;
	transition: all .3s ease;
}
.menu_group_right .menu-toggle:checked ~ .menu-label span {
    opacity: 0;
	transition: all .3s ease;
}
.menu_group_right .menu-toggle:checked ~ .menu-label::after {
    bottom: 50%;
	right: -27px;
    transform: translate(-50%, 50%) rotate(-45deg);
	width: 40px;
	transition: all .3s ease;
}

.menu_group_left .mega-menu {
    background: #101248;
    padding: 20px;
    position: absolute;
	top: -250px;
    left: 0;
    width: 100%;
	height: 250px;
	padding-top: 85px;
	opacity: 1;
	transition: all .3s ease;
	text-align: center;
	z-index: 30;
}
.menu_group_right .mega-menu {
    background: #e60012;
    padding: 20px;
    position: absolute;
    top: -250px;
    right: 0;
    width: 100%;
	height: 250px;
	padding-top: 85px;
	opacity: 1;
    transition: all .3s ease;
	text-align: center;
	z-index: 30;	
}
.menu-toggle:checked ~ .mega-menu {
    display: block;
	transition: all .3s ease;
	opacity: 1;
	top: 0;
	z-index: 30;
}

.menu_group_left .mega-menu h2,
.menu_group_right .mega-menu h2 {
	font-size: 17px;
	line-height: 1;
	color: #fff;
	margin-bottom: 45px;
}
.menu_group_left .mega-menu li,
.menu_group_right .mega-menu li {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-right: 50px;
}
.menu_group_left .mega-menu li:last-child,
.menu_group_right .mega-menu li:last-child {
	margin-right: 0;
}

/** *********************** **/

.head_center {
	width: 688px;
	height: 688px;
	border-radius: 344px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding-top: 488px;
	position: absolute;
	top: -458px;
	left: 50%;
	margin-left: -344px;
	z-index: 10;
}

.head_center h1 {
	width: 488px;
	margin: 0 auto 25px auto;
	position: relative;
}
.head_center h1 a:nth-of-type(1) {
	display: inline-block;
	vertical-align: top;
	width: 250px;
}
.head_center h1 a:nth-of-type(2) {
	display: inline-block;
	vertical-align: top;
	width: 238px;
}
.head_center h1::after {
	content: "";
	width: 90px;
	height: 90px;
	background: url("../pc_img/common/head_side_logo_takegishi.png") no-repeat;
	background-size: 90px 90px;
	position: absolute;
	top: -20px;
	left: -185px;
}
.head_center h1::before {
	content: "";
	width: 90px;
	height: 90px;
	background: url("../pc_img/common/head_side_logo_prima.png") no-repeat;
	background-size: 90px 90px;
	position: absolute;
	top: -20px;
	right: -185px;
}

/** *********************** **/

.header_search {
    border: 1px solid #e3d6c4;
	background: #fcfaf7;
    border-radius: 20px;
	width: 350px;
	margin: 0 auto 15px auto;
	position: relative;
}
.header_search input {
	height: 40px;
	width: 350px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 15px;
	line-height: 40px;
    outline: none;
}
.header_search input::placeholder{
    color: #000;
}
.header_search a {	
    width: 21px;
    height: 21px;
	margin-right: 16px;
    border: none;
    cursor: pointer;
	position: absolute;
	top: 9px;
	right: 6px;
}
.header_search a::after {
	display: block;
	content: '';
    width: 21px !important;
    height: 21px !important;
    background: url("../pc_img/common/head_search_icn.png") no-repeat;
	background-size: 21px auto;
}

/** *********************** **/

.head_center ul {
	width: 100%;
	font-size: 0;
	text-align: center;
}
.head_center li {
	width: 40px;
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 1;
	margin: 0 5px;
}
.head_center li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 35px;
}
.head_center .head_search {
	display: none;
}
.head_center .head_login {
	background: url("../pc_img/common/head_icn_01.png") no-repeat top center;
	background-size: 26px auto;
}
.head_center .head_logout {
	background: url("../pc_img/common/head_icn_04.png") no-repeat top center;
	background-size: 26px auto;
	width: 50px !important;
}
.head_center .my_page {
	background: url("../pc_img/common/head_icn_02.png") no-repeat top center;
	background-size: 26px auto;
	width: 50px !important;
}
.head_center .head_entry {
	background: url("../pc_img/common/head_icn_02.png") no-repeat top center;
	background-size: 26px auto;
}
.head_center .head_cart {
	background: url("../pc_img/common/head_icn_03.png") no-repeat top center;
	background-size: 26px auto;
	position: relative;
}
.head_center .head_cart span {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #f10000;
	position: absolute;
	top: -5px;
	right: -5px;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	text-align: center;
}

/** *********************** **/

.shopping_guide_wrap {
	width: 100%;
	background: #f9f6f3;
	padding: 60px 0 60px 0;
	border-bottom: 4px solid #e3d6c4;
}
.shopping_guide {
	width: 1060px;
	margin: 0 auto;
	font-size: 0;
}

/** *********************** **/

.cnt_shopping_guide_title {
	width: 1060px;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	border-top: 2px solid rgba(227,214,196,1.0);
	border-bottom: 1px solid rgba(227,214,196,0.6);
	padding: 18px 0 15px 0;
	margin: 0 auto 30px auto;
	text-align: center;
	position: relative;
}
.cnt_shopping_guide_title::before {
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(227,214,196,0.6);
	position: absolute;
	top: 3px;
	left: 0;
}
.cnt_shopping_guide_title::after {
	width: 100%;
	display: block;
	content: "Shopping Guide";
	font-family: "Oswald", serif;
  	font-weight: 400;
	color: #bd9259;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 2px;
	padding-top: 8px;
}

/** *********************** **/

.shopping_guide_list {
	width: 530px;
	display: inline-block;
	vertical-align: top;
}
.shopping_guide_list li {
	width: 530px;
	padding: 0 15px;
}
.shopping_guide_list:nth-of-type(2) li:nth-of-type(1),
.shopping_guide_list:nth-of-type(2) li:nth-of-type(2) {
	margin-bottom: 40px;
}
.shopping_guide_list li h4 {
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	border-bottom: 1px solid #ede4d9;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.shopping_guide_list li dt {
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 0 10px;
	text-align: left;
}
.shopping_guide_list li dd {
	font-size: 15px;
	line-height: 25px;
	padding: 0 10px;
	text-align: left;
}
.shopping_guide_list li figure {
	width: 220px;
	margin: 20px auto 0 10px;
}
.shopping_guide_list li h5 {
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 0 10px;
	text-align: left;
}
.shopping_guide_list li p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 25px;
	padding: 0 10px;
	text-align: left;
}

/** *********************** **/

footer .calendar_cnt {
	width: 560px;
	margin: 0 auto 50px auto;
	text-align: center;
	font-size: 0;
}
footer .calendar_cnt h4 {
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 30px;
	color: #fff;
}
footer .calendar_cnt div {
	width: 270px;
	display: inline-block;
	vertical-align: top;
}
footer .calendar_cnt div:nth-of-type(1) {
	margin-right: 20px;
}
footer .calendar_cnt div h5 {
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff;
}
footer .calendar_cnt div table {
	width: 270px;
	background: #fff;
	border-collapse: collapse;
	border: 1px solid #bd9259;
}
footer .calendar_cnt div th {
	width: calc(100%/7);
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	color: #000;
	padding: 8px 3px;
	text-align: center;
	border: 1px solid #bd9259;
}
footer .calendar_cnt div td {
	width: calc(100%/7);
	font-size: 13px;
	line-height: 1;
	color: #000;
	padding: 8px 3px;
	text-align: center;
	border: 1px solid #bd9259;
}
footer .calendar_cnt div th.sunday,
footer .calendar_cnt div td.sunday {
	background: #f08080;
	color: #fff;
}
footer .calendar_cnt div th.saturday,
footer .calendar_cnt div td.saturday {
	background: #6495ed;
	color: #fff;
}
footer .calendar_cnt div td.today {
	background: #eed5b4;
}

/** *********************** **/

footer {
	width: 100%;
	background: #000;
	padding: 80px 0;
	text-align: center;
}
.footer_logo {
	width: 1060px;
	margin: 0 auto 75px auto;
}
footer dl {
	width: 270px;
	display: inline-block;
	vertical-align: top;
}
footer dl:nth-of-type(1) {
	margin-right: 20px;
}
footer dt {
	width: 270px;
	height: 80px;
	background: #fff;
	margin-bottom: 25px;
}
footer dt figure {
	width: 270px;
	height: auto;
}
.foot_sns_icn li {
	display: inline-block;
	vertical-align: top;
}
.foot_sns_icn li:nth-of-type(1) {
	width: 33px;
}
.foot_sns_icn li:nth-of-type(2) {
	width: 28px;
	margin-left: 20px;
}
.foot_sns_icn li:nth-of-type(3) {
	width: 28px;
	margin-left: 20px;
}
.foot_sns_icn li:nth-of-type(4) {
	width: 41px;
	margin-left: 20px;
}
.footer_menu {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
}
.footer_menu:nth-of-type(1) {
	margin-right: 50px;
}
.footer_menu li {
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	text-align: left;
}
footer h4 {
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
footer p {
	font-size: 13px;
	line-height: 1;
	color: #fff;
	margin-bottom: 35px;
}
footer small {
	font-family: "Oswald", serif;
  	font-weight: 400;
	font-size: 10px;
	line-height: 1;
	color: #fff;
}

/** *********************** **/

.breadcrumb {
	width: 1060px;
	margin: 0 auto 45px auto;
}
.breadcrumb-item {
	display: inline;
	font-size: 15px;
	line-height: 1;
}
.breadcrumb-item::after {
	content: ">";
	padding: 0 15px;
}
.breadcrumb-item:last-child::after {
	content: none;
}
.breadcrumb-item a {
	text-decoration: underline !important;
}

/** *********************** **/

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 80;
}
#pagetop a {
  display: block;
  background: #bd9259;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  position: relative;
  transition: all .3s ease;
  text-indent: -8999px;
}
#pagetop a::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 18px;
	width: 10px;
	height: 10px;
	border: 1px solid;
	border-color:  transparent transparent #fff #fff;
	transform: rotate(135deg);
}
#pagetop a:hover {
	background-color: rgba(152,120,73,0.80);
	transition: all 0.3s linear;
}

/** *********************** **/