@CHARSET "UTF-8";





.string-content>h1{
	text-align: center;
}
.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.mean-bar {
    display: none;
}

.btn-sm,.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs,.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-group,.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}

.btn-group>.btn,.btn-group-vertical>.btn {
	position: relative;
	float: left;
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active
	{
	z-index: 2;
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group
	{
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar .btn-group,.btn-toolbar .input-group {
	float: left;
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
	margin-left: 5px;
}

.btn-group>.btn:not (:first-child ):not (:last-child ):not (.dropdown-toggle
	) {
	border-radius: 0;
}

.btn-group>.btn:first-child {

}

.btn-group>.btn:first-child:not (:last-child ):not (.dropdown-toggle ) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not (:first-child ),.btn-group>.dropdown-toggle:not
	(:first-child ) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group>.btn-group {
	float: left;
}

.btn-group>.btn-group:not (:first-child ):not (:last-child ) >.btn {
	border-radius: 0;
}

.btn-group>.btn-group:first-child:not (:last-child ) >.btn:last-child,.btn-group>.btn-group:first-child:not
	(:last-child ) >.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child:not (:first-child ) >.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn>.caret,.dropup>.btn>.caret {
	border-top-color: white !important;
}

.btn>.caret2,.dropup>.btn>.caret2 {
	border-top-color: #3d3d3d !important;
	transition: border .25s linear, color .25s linear, background-color .25s
		linear;
}

.btn:hover .caret2 {
	opacity: 0.8;
	border-top-color: #gray !important;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	margin-right: 4px;
    margin-bottom: 3px;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid;
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn
	{
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
	float: none;
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group
	{
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical>.btn:not (:first-child ):not (:last-child ) {
	border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not (:last-child ) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not (:first-child ) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not (:first-child ):not (:last-child ) >.btn
	{
	border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not (:last-child ) >.btn:last-child,.btn-group-vertical>.btn-group:first-child:not
	(:last-child ) >.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not (:first-child ) >.btn:first-child
	{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}

.btn-group-justified>.btn-group .btn {
	width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]
	{
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: gray;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu>li>a {
	font-size: 16px;
	cursor: pointer;
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: white;
	white-space: nowrap;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus
	{
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus
	{
	color: #777;
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=  false );
}

.open>.dropdown-menu {
	display: block;
}

.open>a {
	outline: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid;
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

html {
	height: 100%;
}

em {
	font-style: inherit;
}

body,input,select,textarea {
	font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 16px;
	margin: 0px;
}

textarea {
	height:100%;
	display:inline-block;
	vertical-align: middle;
}

body {
	background: white;
}

a {
	text-decoration: none;
	color: cornflowerblue;
}

.center-content,.main-content {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.btn {
	margin-left: 7px;
	display: inline-block;
	width: 88px;
	text-align: center;
	font-size: 15px;
	border-radius: 3px;
	padding: 10px 5px;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #3d3d3d;
	text-align: center;
	transition: border .25s linear, color .25s linear, background-color .25s
		linear;
		behavior: url("/PIE.htc");
}

.small-btn {
    font-size: 12px;
    height: 19px;
      padding-top: 11px;
	position: relative;
}

.small-btn:first-child {
    margin-left: 6px!important;
}
.top-btn {
    border: solid 1px;
    font-size: 15px;
    height: 20px;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-top: 5px;
    border-radius: 0px;
}

.top-btn:hover{
	background: tomato;
	color:white;
}

.small-btn:hover {
	color: black;
}

.header-lay {
	display: table;
	height: 114px;
}

.header-v,.header-msg{
	width: 350px;
	float: left;
}
.header-msg{
	display: none;
}

.menu-g1,.menu-g2 {
	width: 550px;
	float: right;
	display: inline-block;
}

.header-msg {
	margin-bottom: 10px;
}

.menu-g1 {
	height: 68px;
}


.menu-btn {
border-radius: 0px;
    color: #3d3d3d;
    font-size: 14px;
    padding: 5px;
    width: auto;
    margin-left: 0px;
    font-weight: 500;
    padding: 10px 13px;
}

.menu-btn:hover {
	color: silver;
}

.top-btn1 {
}

.top-btn1:hover {
}

.top-btn2 {
}

.top-btn2:hover {
}

.top-message {
	text-align: center;
	font-size: 55px;
    text-align: center;
    font-weight: 900;
    color: white;
    position: absolute;
    z-index: 1;
    width: 100%;
    min-width: 940px;
}

.top-message div{
	height:166.6px;
	line-height:166.6px;
}

.logo {
    width: 350px;
    margin: 20px 0;
}

.top-message-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.footer-lay {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin-top: 30px;
	background-color: #3d3d3d;
	display: inline-block;
	margin-top: 30px
}

body>.footer-lay {
	height: auto;
}

.footer-lay .left-lay {
margin-top: 20px;
	width: 100%;
	display: inline-block;
}

.footer-lay .copy {
    padding-top: 18px;
    padding-left: 15px;
    color: white;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.footer-lay .right-lay {
  margin-top: 65px;
  margin-bottom: 10px;
	width: 500px;
	display: inline-block;
	float: right;
}

.footer-lay iframe{
	border-radius: 6px;
}

.footer-lay .left-lay a {
 display: inline-block;
    padding-top: 10px;
    padding-left: 16px;
    font-size: 13px;
   }

.footer-lay .left-lay a:hover {
	color: antiquewhite
}

.product .price {
	padding-right: 50px;
}

.product .left {
	padding-left: 50px !important;
}

table {
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
}

table th {
    padding-top: 4px;
    padding-bottom: 15px;
    text-align: left;
    font-size: 15px;
}

table td {
	padding: 8px;
    padding-top: 12px;
    padding-bottom: 12px;

}

.product-table td{
    padding-top: 0px;
    padding-bottom: 0px;
}

.cate-name {
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 168px;
}

.cate table th {
	text-align: center;
}

.cate table td:last-child {
	text-align: right;
	width: 150px;
}

.cate table td:first-child {
	width: 400px;
}

.cate table th:after {
	border: 0px;
}

.input-lay,.msg-panel  {
	background-color:#3d3d3d;
	white-space: normal;
	text-align: center;
	width: 630px;
	padding: 20px;
	color: white;
	margin: 50px;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
	    border-radius: 6px;
}

.input-lay input {
	border-radius: 3px;
	vertical-align: middle;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 250px;
	padding: 5px;
	border: none;
}

.input-lay .btn {
  width: 145px;
  height: 42px;
  font-size: 13px;
	margin-left: 0px;
	background-color: white;
	color:gray;
	font-weight: 900;
}

.input-lay .btn:hover {
	cursor: pointer;
	background-color: gray;
	color:white;
}

.input-lay .btn:focus {
	outline: none;
}

.feedbackPanel .feedbackPanelERROR,.feedbackPanel .feedbackPanelINFO,.feedbackPanel .feedbackPanelWARNING{
    color: black!important;
    padding: 13px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
	box-sizing: border-box;
	border-radius:6px;
    background: lightcoral;
    color: white!important;
	list-style-type: none;
 	margin-top: 3%;
}
.feedbackPanel  .feedbackPanelWARNING {
    margin-top: 3%;
}
.feedbackPanel .feedbackPanelERROR:first-child,.feedbackPanel .feedbackPanelINFO:first-child,
.feedbackPanel .feedbackPanelWARNING:first-child{
 	margin-top: 0%;
	}
.feedbackPanel .feedbackPanelWARNING{
   background: #38ae9e;
   color:black!important;
 	border: none;
}
.feedbackPanel .feedbackPanelINFO{
   background: darkturquoise;
   color:white!important;
 	border: none;
}


ul.feedbackPanel {
	padding-left: 0px;
}

.info-panel {
	width: 180px;
	color: white;
	margin-top: 10px;
	margin-bottom: 50px;
	display: inline-block;
}

.cus-info-panel {
    padding: 20px;
    background: white;
    color: black;
    border: 1px solid #3d3d3d;
}

.deli-day-panel {
	padding: 20px;
	background: #3d3d3d;
}

.cus-info-panel .plant,.cus-info-panel .post-code,.cus-info-panel .address
	{
	font-size: 12px;
}

.deli-day-panel .deli-day {
	font-size: 45px;
	display: inline;
}

.cus-menu {
	margin-top: 30px;
}

.cus-menu-btn {
	line-height: 40px;
	color: black;
	width: 100%;
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid white;
	transition: border .25s linear, color .25s linear, background-color .25s
		linear;
}

.cus-menu-btn:last-child {
	border-bottom: none;
}

.btn:active,.cus-menu-btn:active,.msg-btn:active,.order-detail-btn-label:active,.order-cancel-btn:active
	{
	opacity: 0.8;
}

.cus-menu-btn:hover {
	color: white;
	background: #3498db;
}

.cus-content {
	width: 690px;
	display: inline-block;
	float: right;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 50px;
}

.msg-header {
	background: #3d3d3d;
	width: 100%;
	height: 70px;
	color: white;
	display: inline-block;
}





.msg-date,.msg-title,.msg-btn,.msg-header-left {
	display: inline-block;
}

.msg-date,.msg-title,.msg-header-left {
	width: 500px;
}

.msg-btn {
	float: right;
	background: rgb(15, 101, 255);
	cursor: pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	transition: border .25s linear, color .25s linear, background-color .25s
		linear;
}

.msg-btn:hover {
	background: cornflowerblue;
}

.msg-btn label {
	cursor: pointer;
	padding-top: 15px;
	display: inline-block;
}

.msg-content {
	white-space: pre-line;
	padding: 20px;
	padding-left: 45px;
	padding-right: 45px;
	background: #3d3d3d;
	color: white;
	padding-right: 45px;
}

.msg {
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
}

.msg-date {
}

.msg-header-left {
	margin-left: 30px;
	height: 100%;
	line-height: 35px;
}

.first,.prev,.last,.next,.navigator span span {
	display: block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-right: 10px;
	color: rgb(171, 171, 171);
	border-radius: 2px;

}

.navigator span span {
	background: orange;
	color: white;
	border-radius:15px;
}

.navigator span a span {
	background: #3d3d3d;
}

.navigator a.first,.navigator a.prev,.navigator a.next,.navigator a.last {
    display: none;
}
.navigator a[disabled="disabled"] span {
    background: steelblue;
    color: white;
}


.navigator a,.navigator a span {
	color: white;
}

.navigator a:hover,.navigator a span:hover {
	opacity: 0.8;
}

#step_bar_box {
	text-align: center;
	overflow: hidden;
	margin-bottom: 12px;
	margin-top: 6px;
}

.step-bar {
	margin: 0px !important;
	padding: 0px !important;
}

.step-bar {
	list-style: none;
}

.step-bar li {
    line-height: 30px;
    color: #a6a6a6;
    text-decoration: none;
    padding: 0 20px 0 19px;
    background: #eee;
    display: inline-block;
    width: 11%;
}

.step-bar li small {
	font-size: 80%;
}

.step-bar li::after {
	position: relative;
	display: block;
	margin-top: -16px;
	margin-left: auto;
	margin-right: -25px;
	height: 16px;
	width: 20px;
	content: " ";
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
	background: #eee;
	border-right: 1px solid white;
}

.step-bar li::before {
	float: right;
	display: block;
	margin-bottom: -25px;
	margin-left: auto;
	margin-right: -25px;
	height: 14px;
	width: 20px;
	content: " ";
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-o-transform: skew(30deg);
	transform: skew(30deg);
	background: #eee;
	border-right: 1px solid white;
}

.step-bar li:first-child {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.step-bar li:last-child {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.step-bar li:last-child::before {
	border: 0;
	background: transparent !important;
}

.step-bar li:last-child::after {
	border: 0;
	background: transparent !important;
}

.step-bar li.current {
	background: #F97C78;
	color: #333;
}

.step-bar li.current::before {
	background: #F97C78;
}

.step-bar li.current::after {
	background: #F97C78;
}

.step-bar li.current:last-child {

}

.step-bar li.current:last-child::before {
	border: 0;
	background: transparent !important;
}

.step-bar li.current:last-child::after {
	border: 0;
	background: transparent !important;
}

.order {
	margin-bottom: 25px;
	color: white;
	background: orange;
}

.order-header {
	height: 70px;
}

.order-status {
float: left;
    background: white;
    width: 120px;
    text-align: center;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    color: #3d3d3d;
    font-weight: bold;
    border: 1px solid #3d3d3d;
}

.order-date {
}

.order-header-left {
	width: 400px;
	display: inline-block;
	line-height:35px;
padding-left: 25px;
}

.order-detail-btn {
	width: 50px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	float: right;
	text-align: center;
	background: darkblue;
	display: inline-block;
	border-radius: 25px;
	margin-right: 20px;
	margin-top: 10px;
	cursor: pointer;
}

.order-detail-btn:hover {
	background: cornflowerblue;
}

.order-detail-btn-label {
	cursor: pointer;
}

.order-content {
	display: inline-block;
	height: 100%;
	width: 90%;
	padding: 5%;
	background: #3d3d3d;
	text-align: center;
}

div#step-bar_box {
	margin-bottom: 20px;
}

.order table td {
	background: none;
}

.order-content table,.order-content tr {
	width: 100%;
}

.order-content table td {
	padding: 0px;
}

.order-content table .tag {
	width: 10%;
	text-align: left;
}

.order-content table .name {
	width: 35%;
	text-align: left;
}

.order-content table .option {
	width: 30%;
	text-align: left;
}

.order-content table .amount {
	text-align: right;
	width: 10%;
}

.order-content table .price {
	text-align: right;
	width: 15%;
}

.order-cancel-btn {
margin-top: 30px;
cursor: pointer;
background: crimson;
color:white;
}

.order-cancel-btn:hover{
	background:rgb(239, 91, 119);
}

.wicket-ajax-indicator {
	position: fixed;
	left: 0px;
	top: 0px;
	padding-top: 25%;
	height: 100%;
	width: 100%;
	background: white;
	opacity: 0.5;
	filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
}
.wicket-ajax-indicator img {
    top: 40vh;
    left: 50%;
    position: absolute;
}
.cus-content .input-lay,.cus-content .msg-panel {
	margin: 0px;
}

.input-lay .label {
    width: 25%;
    margin: 10px;
    text-align: left;
    display: inline-block;
}

.input-lay .input {
	width: 50%;
	display: inline-block;
	text-align: left;
	box-sizing: border-box;
}
.input-lay textarea {
    width: 49%!important;
}
.input-lay .check {
	width: 16px;
	height: 16px;
	margin:0px;
}

.input-lay select{
	padding: 4px;
	border-radius: 3px;
	margin-bottom: 20px;
}

.input.select {
margin-right: 10px;
}

.input-lay textarea{
	margin-top: 10px;
	border-radius: 3px;
margin-bottom: 10px;
}

.msg-panel {
margin-bottom: 300px;
}

.q, .a {
    float: left;
    height: 20px;
}
.q {
    display: inline-block;
    color: blue;
    font-size: 22px;
    margin-top: -2px;
    margin-right: 10px;
}

.a {
    display: inline-block;
    color: red;
    font-size: 22px;
    margin-bottom: 25px;
    margin-right: 10px;
    margin-left: 2px;
    margin-top: -2px;
}


.qa {
		cursor: pointer;

display: inline-block;
width: 95%;
margin: 0px;    white-space: pre-line;
}

.ann-lay {
width: 920px;
margin: auto;
margin-top: 0px;
}

.ann-title label {
color: blue;
cursor: pointer;
font-size: 18px;
}
.ann-title label:hover{
	color: cadetblue;
}

.ann {
margin: 20px;
}

.ann-content {
padding: 20px;
}
.explain {
	margin-bottom: 8px;
}

.page {
	margin-top: 20px;
}

.page iframe {
    margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 30px;
    width: 900px;
}

.menu-g1 nav {
	display: none !important;
}

.main-content .product-table {
	margin-left: 16px;
}

.product-title {
	color:navy;
	font-size: 30px;
	margin-left: 27px;
	margin-top: 20px;
}

.hidden{
	visibility: hidden;
	height: 0px!important;
    margin: 0px!important;
    padding: 0px!important;
}

.string-content {
}

.string-content .product-table{
margin: 0px auto;

}
.h2-content-desc {
	float: left;
	width: 48%;
}
.modaal-container .h2-content-desc {
	width: auto;
}
.modaal-container img+.h2-content-desc,.modaal-container .modal-img-wrap+.h2-content-desc {
	width: 48%;
}
.modal-video-h2-wrap+.h2-content-desc {
	width: 48%;
}

.video-h2-wrap video {
	display: inline-block;
	width: 100%;
	opacity: 0.8;
}

.video-h2-wrap {
	width: 400px;
	height: 300px;
	margin-left: 46px;
	overflow: hidden;
	display: inline-block;
	float: right;
	background: url(../../../image/dot.png) repeat !important;
}

.h2-img {
    width: 400px;
    height: 300px;
    float: right;
    margin-left: 5%;
    object-fit: cover;
}



.h2-content .h2{
    margin-bottom: 10px;
    margin-top:0px!important;
	color: #3d3d3d;
}

.h2-content {
	display: inline-block;
	font-size: 14px;
	line-height: 33px;
	width: 100%;
	margin-top:35px;
	margin-bottom:35px;
}

.h1+.h2-content {
    margin-top: 0px!important;
}

.h1 {
    font-size: 30px;
    /* margin-left: 0px; */
    margin-top: 60px;
    /* border-left: solid 35px red; */
    /* padding-left: 18px; */
    margin-bottom: 50px;
    text-align: center!important;
    width: 100%;
    display: inline-block;
        font-weight: bold;

}
.h1:first-of-type {
    margin-top: 40px;
}

h2 {
    font-size: 24px;
    margin-top: 40px;
    text-align: center!important;
    margin-bottom: 20px;
}

h3 {
	text-align: center!important;
	font-size: 16px;
	margin-left: 0px;
	margin-top: 30px;
	padding-left: 18px;
	margin-top: 50px;
}


.page .h2 {
	margin-top: 50px;
}

p.point {
	display: inline;
	color: red;
	font-weight: bold;
	font-size: 24px;
}
body{
	  min-width: 970px;
}
.string-content a {
  color: mediumblue;
  text-decoration: underline;
}

.string-content a:hover {
  opacity: 0.8;
}


.cate-list {
	display: inline-block;
	float: left;
	width: 200px;
	margin: 10px;

	text-align: center;
}

.price-main {
	display: inline-block;
	float: left;
	margin-left: 40px;
		width:677px

}

.cate-list a:hover {
	background: gray;
	color: white!important;
}
.cate-list{
	height: 580px;
	margin: 10px;
		margin-top: 0px;
		overflow: auto;

		border-right: 1px solid #3d3d3d;
		border-left: 1px solid #3d3d3d;
		border-bottom: 1px solid #3d3d3d;
	    border-top: 1px solid #3d3d3d;
        overflow-x: hidden;
}

.price-menu {
    width: 200px;
    float: left;
        margin-top: 54px;
}
.cate-top {
	text-align: center;
		width: 200px;
		margin-top: 0px;
	background: #3d3d3d;
	line-height: 48px;
	color: white;
	    margin-left: 10px;
      border-right: 2px solid #3d3d3d;
}

.cate-list a {
	color: black!important;
	line-height: 38px;
	display: block;
	border-bottom: solid 1px gray;
}

.price-view .cate {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 35px;
    color: black;
    width: 900px;
    text-align: center;
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
    margin-left: -220px;
    margin-right: 0px;
    text-align: center;
}


.price-view .cate {
    /* display: block; */
    /* text-align: center; */
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
}


.product-table th {
	text-align: center;
	width: 15%;
}

.product-table th:after {
	border: 0px;
}

.product-table th:nth-child(1) {
    width: 30%;
}

.product-table th.price {
    box-sizing: border-box;
    width: 15%;
    padding-right: 0px;
}

.product-table td:nth-child(1) {
	width: 30%;
}

.product-table td.price {
    padding: 0px;
    text-align: center;
    width: 15%;
    }

.product-table {
	margin-left: 0px;
	border-spacing: 0px;
	margin-bottom: 8px;
	    width: 100%;
}


.course-product-table td {
    width: 15%;

}
.course-product-table td:nth-child(1) {
	width: 25%;
}

.product-table td ,.product-table td label {
	text-align: center;
	padding-left: 15px;
}

.product-table .price {
	padding-right: 15px;
}

.product-table .center {
	text-align: center;
}

.product-table .left {
	text-align: left;
	padding-right: 0px;
}

.price-view .contents-label {
	width: 100%;
}

.course {
	padding-left: 80px;
	padding-right: 80px;
}

.course table {
	width: 800px;
	text-align: center;
}

.course table th {
	text-align: center;
}



.price-select {
	display: none;
}
.price-main img {
  margin-top: 10px;
}

.input-lay .attention {
  border: solid;
  padding: 20px;
text-align: left;
}
.input-area {
	margin-top:20px;
	margin-bottom:20px;
}

.attention h3 {
    margin: 0px;
    border: solid 0px;
    padding: 0px;
	margin-bottom: 10px;
}
.attention a {
    text-decoration: underline;
    color: gold;
    font-size: 120%;
}
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


.attention {
    line-height: 22px;
}

.input-lay.contact-lay {
    text-align: left;
}
.contact-lay .label {
    margin-left: 98px;
}
.center {
	width:100%;
   text-align: center;
}
.contact-lay textarea{
	width:250px;
	padding:5px;
}
.input-lay .check-course {
	margin-top: 12px;
	margin-bottom: 12px;
	    margin-right: 10px;
}

.input-lay .course-label {
	white-space: pre;
	margin-top: 12px;
	display: inline-block;
	margin-bottom: 12px;
}


#attachment,#attachment1,#attachment2,#attachment3 {
    display: inline-table;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    padding: .5em 2em;
    line-height: 1.5em;
    width: 195px;
    margin-top: 10px;
     border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	background: gray;
	color: white;
}
#attachment:hover, #attachment1:hover, #attachment2:hover, #attachment3:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=8);
    opacity: 0.8;
}
input[type="file"] {
    /* 位置とサイズの調整 */
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    /* オンマウスでマウスカーソルを変更 */
    cursor:pointer;

    /* 不透明度0で見えなくします。*/
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.file-bk {
    width: 100%!important;
    margin: 0px!important;
}
#val {
    width: 150px;
    display: none;
    background: #fff;
            border-radius:2px;
    -webkit-border-radius:2px;
       -moz-border-radius:2px;
    padding: .25em 1em;
    color: rgb(242,121,0);
}










.cus-info-panel {
    border-radius: 6px;
 }
.deli-day-panel {
    border-radius: 0 0 6px 6px;
 }

.deli-day-panel label {
    float: left;
}

.deli-day-panel {
    text-align: right;
 }

.cus-menu-btn {
    background: #3d3d3d;
	color: white;
}

.cus-menu-btn:first-child{
	border-radius:6px 6px 0px 0px;
}
.cus-menu-btn:last-child{
	border-radius:0px 0px 6px 6px;
}

.cus-menu-btn {
	color: white;
}
.cus-menu-btn:hover {
	opacity:0.8;
	background: gray!important;
}

.attention {
    border-radius: 6px;
        margin: 10px 0px;
}

.navigator span {
    border-radius: 4px;
    color: white;
}

.order {
	background: none!important;
   }
.order-header-left{
	background: #3d3d3d;
	    width: 540px;
   border-radius:  0 6px 6px 0 ;
    height: 70px;
    border:1px solid #3d3d3d;
}

.order-status {
   border-radius: 6px 0 0 6px;
 }
.order-status:hover,.order-header-left:hover,.msg-header:hover {
	opacity:0.8;
	cursor: pointer;
}

.order-content,.msg-content {
    margin-top: 15px;
	border-radius:6px;
	display:none;
}

.msg-header {
display: inline-table;
	border-radius:6px;
}
.order-detail-btn,.msg-btn {
    display: none;
}
.order-header-left:hover:after{
transition: 0.3s ease;
	top: -45px;
}
.msg-header-left:hover:after{
transition: 0.3s ease;
	top: -48px;
}

.cus-menu a:before {
    position: relative;
    top: 8px;
    left: -15px;
    margin-right: 7px;
}
.cus-menu a:nth-child(1):before {
    content: url(../../../image/menu1s.png);
}
.cus-menu a:nth-child(2):before {
    content: url(../../../image/menu5s.png);
}
.cus-menu a:nth-child(3):before {
    content: url(../../../image/menu4s.png);
}
.cus-menu a:nth-child(4):before {
    content: url(../../../image/menu2s.png);
}
.cus-menu a:nth-child(5):before {
    content: url(../../../image/menu3s.png);
}

.cus-menu-btn {
    width: 141px;
}
.cus-menu a {
    text-align: left;
    padding-left: 38px;
}

ul.feedbackPanel {
    text-align: left;
}


.price-attention {
	display: inline-block;
	/* float: left; */
	margin: 40px;
	width: 858px;
	margin-bottom: 0px;
	/* color: gray; */
	padding: 20px;
	border-radius: 7px;
	margin-right: auto;
	line-height: 24px;
	margin-top: 0px;
	border: 1px solid gray;
	border-radius: 0px;
	font-size: 14px;
	display: block;
	margin-left: auto;
}



.feedbackPanelWARNING {
    list-style: none;
}
li .feedbackPanelWARNING {
    list-style-type: none;
    white-space: pre-line;
    line-height: 21px;
    text-align: left;
    margin: 5%;
    margin-bottom: 0;
    margin-top: 0px;
    padding-top: 0px;
    display: inline-table;
}

.kakou-chart {
    width: 30%;
    height: 240px;
    float: left;
    margin-left: 3%;
    display: block;

}

.kakou-chart .count {
    text-align: center;
    font-weight: bold;
    font-family: arial;
    position: relative;
    top: -150px;
      animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    30% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    30% {opacity: 0}
    100% {opacity: 1}
}

.kakou-chart em {
    font-size: 75px;
}
.kakou-chart:nth-child(1) .count {
    color: #3498db;
}
.kakou-chart:nth-child(2) .count {
    color: #9b59b6;
}
.kakou-chart:nth-child(3) .count {
    color: #2ecc71;
}
.kakou-chart-group{
	    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-box-pack: justify;

}
.kakou-chart span.title {
    float: left;
    font-size: 17px;
    /* display: inline-flex; */
    position: absolute;
    top: -55px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.kakou-chart span.caption {
    position: absolute;
    top: 15px;
}
img.price-img {
    width: 300px;
}
.price-list {
    float: right;
    width: 350px;
    font-size: 20px;
}

.price-list-ele-s {
    width: 150px;
    display: inline-block;
}

.price-list-ele-p {
    float: right;
}
.price-list-ele {
    margin-top: 10px;
}




#payjp_checkout_box{
	display: none;
}

#pay-select{
       width: 185px;
}


#payjp_checkout_box input[type=button] {
       width: 170px;
       height:35px;
    float: left;
    font-size: 12px!important;
    border: none!important;
    background: gray!important;
	color:white;
	height: 36px;
    margin-bottom: 20px;
}
}

#payjp_checkout_box input[type=button]:hover{
	opacity:0.8;

}




.contact-lay .q, .contact-lay .a {
    font-size: 26px;
    font-weight: bold;
    height: 3px;
    float: left;
}

.q-div .qa {
    padding-bottom: 20px;
}
.a-div .qa {
    padding-bottom: 40px;
}


.contact-lay .qa-contact{
	width:100%;
}
.contact-lay .qa{
	width:95%;
}

.qa-perhaps {
    padding: 20px 0px;
    font-size: 22px;
}
.qa a {
    color: yellowgreen;
}
.con-product-table {
    width: 100%;
    font-size: 14px;
    color: black;
    margin-left: 0px;
    margin-right: 0px;
}
.con-product-table th {
    text-align: center;
}
td.con-price {
    text-align: right;
    padding-right: 5%;
}

.qa-contact .qa-div:nth-child(2n) {
    margin-top: 0px;
}
.main-content .qa {
    line-height: 30px;
 }

 .main-content .a{
 	    margin-left: 1px;

 }

 .trade-table {
    width: 100%;
}
.holiday-attention {
    padding: 10px;
    margin: 30px auto;
    border: 1px gray solid;
    width: 700px;
    text-align: center;
        font-size: 14px;
        margin-bottom: 20px;
}
.holiday-list {
  margin-top: 10px;
}
.ann-lay + .main-content {
    margin-top: 10px;
}
.h1+.h2-content {
    margin-top: 0px!important;
}
.price-footer {
    text-align: left;
    margin-top:10px;
    margin-bottom:10px;
		font-size: 12px;
	min-height: 12px;
}

.btn-tel{
position: relative;
    display: block;
    border-radius: 50px;
    color: #3d3d3d;
    font-weight: bold;
    text-align: center;
    background: snow;
    font-size: 14px;
    padding: 5px 0;
    margin: auto;
    width: 70%;
    display: none;
    padding: 10px 5%;
}

.tel-lay .tel{
  background: url(../../../image/telephone.png) no-repeat;

}



.btn-tel::after{
  background: url(../../../image/telephone-black.png) no-repeat center;
	width: 24px;
  height: 24px;
  content: "";
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  left: 15px;
}

.tel-lay .tel {
    font-size: 20px;
    margin: 20px auto!important;
}

.tel-lay h3 {
    margin-top: 0px;
        padding: 0px;
}

.tel-lay .tel{
	font-size:20px;
	margin:20px 0px;
	width:210px;
	line-height: 26px;

}

.tel-lay *{
	text-align:center;
}

.tel-footer {
	display: inline-block;
    width: 100%;
    margin-top: unset;
    background: #3d3d3d;
    padding-top: 20px;
    margin-bottom: -1px;
    border-bottom: 1px solid white;
    padding-bottom: 8px;
    }
.contact-link{
	margin:0 auto;
}

.tel-footer .tel{
	    width: 470px;
}

.tel-footer * {
    color: white;
}
.tel-footer .contact {
    display: inline-block;
}
.tel-footer .contact:hover{
	text-decoration: underline!important;
}

.mobile-content{
	display:none;
}
.reception-time {
    display: inline-block;
}

.footer-lay .sns img {
    width: 18px;
}

.price-group br {
    display: none;
}

.price-total {
    display: none;
}
.msg-panel a {
    text-decoration: underline;
    font-weight: bold;
}
input#isDmHtml {
    width: 51%;
}



.checkbox01.input {
    width: 52%;
}

input[type=checkbox] {
    display: none!important;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;

    position: relative;
    width: 100%;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
border-right: 3px solid deepskyblue;
    border-bottom: 3px solid deepskyblue;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
iframe.h2-img.youtube-content {
    width: 400px;
    height: 245px;
}

p.bold {
    display: inline;
    font-weight: bold;
}


.swiper-button-prev, .swiper-button-next {
	display: none;
}

.swiper-container {
	padding-bottom: 30px;
	height: 280px;
	margin-bottom: 40px !important;
	z-index: 1;
	/* margin-bottom: 260px!important; */
	width: 920px;
		cursor: pointer;

}

.swiper-wrapper {
	height: 250px;
}

.fb_img {
	height: 300px;
	width: 300px;
	object-fit: cover;
}

.fb-slide a {
	width: 100%;
	display: inline-block;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets
	{
	width: 920px;
	position: relative;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
	background: black !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
	margin: 0px 10px;
}

.swiper-pagination {
	margin-top: -15px !important;
}


.fb_content {
	line-height: 24px;
	height: 100px;
	position: relative;
	margin-top: -74px;
	background: black;
	opacity: 0.7;
	color: white;
	padding: 5px;
	font-size: 13px;
	text-decoration: none !important;
}


.swiper-content2 {
    margin-top: 0px;
}


.fb_date {
	background: #3d3d3d;
	color: white;
	top: 0px;
	margin-top: 6px;
	position: absolute;
	padding: 0px 10px;
	font-size: 13px;
	line-height: 24px;
	padding-top: 2px;
}

.fb-slide a {
	text-decoration: none;
}

.fb_like {
	position: absolute;
	color: red;
	right: 4px;
	top: 10px;
	font-weight: bold;
	text-align: center;
	color: #3c3c3c;
	background: snow;
	font-size: 15px;
	border-radius: 30px;
	width: 55px;
	height: 55px;
	line-height: 54px;
}

.fb_like-ele {
	text-align: center;
}

.fb_like_count {
	float: left;
	width: 100%;
	float: right;
	display: inline-block;
	position: relative;
}

.heart:before, .heart:after {
	position: absolute;
	content: "";
	left: 11px;
	top: 24px;
	width: 5px;
	height: 8px;
	background: tomato;
	border-radius: 5px 5px 0 0;
	transform: rotate(-45deg);
	transform-origin: 0 100%;
}

.heart:after {
	left: 7px;
	transform: rotate(45deg);
	transform-origin: 100% 100%;
}

.heart-100:before, .heart-100:after {
	left: 7px;
}

.heart-100:after {
	left: 3px;
}

.heart-1:before, .heart-1:after {
	left: 13px;
}

.heart-1:after {
	left: 9px;
}


.swiper-container {
	padding-bottom: 30px;
	height: 280px;
	margin-bottom: 40px !important;
	z-index: 1;
	/* margin-bottom: 260px!important; */
	width: 920px;
}

.swiper-wrapper {
	height: 250px;
}

.fb_img {
	height: 300px;
	width: 300px;
	object-fit: cover;
}

.fb-slide a {
	width: 100%;
	display: inline-block;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets
	{
	width: 920px;
	position: relative;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
	background: black !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
	margin: 0px 10px;
}

.swiper-pagination {
	margin-top: -15px !important;
	margin-bottom: 30px;

}

.fb_content {
	line-height: 24px;
	height: 100px;
	position: relative;
	margin-top: -74px;
	background: black;
	opacity: 0.7;
	color: white;
	padding: 5px;
	font-size: 14px;
	text-decoration: none !important;
}

.fb_date {
	background: #3d3d3d;
	color: white;
	top: 0px;
	margin-top: 6px;
	position: absolute;
	padding: 0px 10px;
	font-size: 13px;
	line-height: 24px;
	padding-top: 2px;
}

.fb-slide a {
	text-decoration: none;
}

.fb_like {
	position: absolute;
	color: red;
	right: 4px;
	top: 10px;
	font-weight: bold;
	text-align: center;
	color: #3c3c3c;
	background: snow;
	font-size: 15px;
	border-radius: 30px;
	width: 55px;
	height: 55px;
	line-height: 54px;
}

.fb_like-ele {
	text-align: center;
}

.fb_like_count {
	float: left;
	width: 100%;
	float: right;
	display: inline-block;
	position: relative;
}

.heart:before, .heart:after {
	position: absolute;
	content: "";
	left: 11px;
	top: 24px;
	width: 5px;
	height: 8px;
	background: tomato;
	border-radius: 5px 5px 0 0;
	transform: rotate(-45deg);
	transform-origin: 0 100%;
}

.heart:after {
	left: 7px;
	transform: rotate(45deg);
	transform-origin: 100% 100%;
}

.heart-100:before, .heart-100:after {
	left: 7px;
}

.heart-100:after {
	left: 3px;
}

.heart-1:before, .heart-1:after {
	left: 13px;
}

.heart-1:after {
	left: 9px;
}

.swiper-container {
	z-index: 0 !important;
}

.swiper-pagination {
	z-index: 0 !important;
}



.btn-link {
	line-height: 33px;
    border-radius: 24px;
    padding: 0px 15px;
    text-decoration: none!important;
    background: #006CAF;
    color: white!important;
    margin: auto;
    width: 45%;
    display: block;
    text-align: center;margin-top: 12px;

}
.btn-link-orange{
    background: darkorange;
}
.btn-link-red{
    background: crimson;
}
.btn-link-green{
    background: mediumseagreen;
}
.long-image{
	width:100%
}
.btn-link-long {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 30%;
}
.btn-link-long {
    margin-top: 30px;
}
.spacer {
    height: 30px;
}

input#ratingValue {
    display: none;
}
.rate-select-layer ,.rate-base-layer,.rate-hover-layer {
    margin-top: 4px;
}

input.btn.link,a.btn.link {
    padding: 0px!important;
    background: none;
    color: white;
    width: 100%;

    text-decoration: underline;
}

input.btn.link:hover,a.btn.link:hover {
    background: none;
    color: lightgray;
}

.first-hide{display:none;}

.btn-group{
	visibility: hidden;
}

.price .cate {
	margin-top:0px;
	}

.product-table .amount{
	width:25%;
}
.product-table .amount-row{
	text-align:center;
}
.product-table .price-h2{
	display:inline-block;
}

#payjp-window{
	position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 9999; overflow-y: scroll; display: block;
}
.msg-panel{
	text-align:left;
}

.hide-show-area{
	display:none;
}
.mean-bar {
    display: none;
}
.youtube-iframe{
	margin-top:20px;margin-bottom:40px
}

.only-youtube{
	margin-top:20px;
}
.content-blue{
	color:cornflowerblue;
}
.content-green{
	color:yellowgreen;
}
.content-orange{
	color:orangered;
}
.content-red{
	color:crimson;
}

.btn-blank::after {
content: " ";
    width: 13px;
    height: 12px;
    position: relative;
    left: -6px;
    top: 9px;
    background: url(../../../image/external-link.png) no-repeat;
    display: block;
    margin-bottom: -12px;
    float: right;
}






.cus-info-panel .postCode {
    font-size: 10px;
}
.cus-info-panel .plant {
    margin-top: 10px;
    display: inline-block;
}
.cus-info-panel .rank {
    font-size: 14px;
}
.cus-info-panel .rank-name {
    width: 84%;
    display: inline-block;
    float: left;
}
.rank-icon {
width: 22px;
    float: left;
    margin: 0px;
    left: 0;
    margin-top: -1px;
    height: 24px;
    object-fit: contain;
}
h2.qa-category {
    width: 100%;
    display: inline-block;
}



.reference-mark {
    font-size: 10px;
    display: inline-block;
}
.reference-line {
    font-size: 10px;
}

.small-content  {

    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(88,88,88,0.2);
}
.small-popup-content,.internal-link{
	    background: #fff url(../../../image/L-right2.png) right 8px bottom 8px no-repeat;
    background-size: 12px;
}


.small-content .h2-content-desc {
    float: right;
    width: 100%;
    padding: 0px;
}

.small-content1 .h2-img {
    width: 50%;
    float: left;
    margin: 0px!important;
    border-radius: 8px 0px 0px 8px;
}
.small-content1 .video-h2-wrap video{
border-radius: 8px 0px 0px 8px;
    float: left;
    width: 50%;
    margin: 0;
     z-index: 1;
}
.small-content1 .video-h2-wrap  {
    border-radius: 8px 0px 0px 8px;
    width: 50%;
    margin:0px;
	}


.js-modal-open{
	cursor: pointer;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
  left: 0px;
    width: 100%;
    z-index: 1;
}
.modal__bg{
    background: rgba(0,0,0,0.7);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
       width: 920px;
}
.close-btn-wrap {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

a.js-modal-close span {
    width: 200px;
    display: inline-block;
    text-align: center;
}
a.js-modal-close {
line-height: 10px;
    border: 1px solid #3d3d3d;
    border-radius: 32px;
    padding: 20px;
    text-decoration: none;
    color: #3d3d3d;
    margin: auto 0;
    display: inline-block;
    position: relative;
    left: calc(50% - 121px);
    margin-top: 15px;
}
.small-content {
    margin-bottom: 35px;
        margin-top: 0px;
}
.small-content-group {
}
.small-content:hover {
    opacity: 0.8;
}


.small-content .h2-img, .small-content .video-h2-wrap video, .small-content .video-h2-wrap {
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    object-fit: cover;
    height: 200px;
    background: whitesmoke;
    z-index: 1;
}


.small-content1 .h2-img {
    width: 50%;
    float: left;
    margin: 0px;
    border-radius: 8px 0px 0px 8px;
}
.small-content1 .h2-content-desc {
    width: 50%;
}

.small-content1 .h2-img,
.small-content1 .video-h2-wrap video,
.small-content1 .video-h2-wrap  {
    height: 200px;
}

.small-content2 .h2-img,
.small-content2 .video-h2-wrap video,
.small-content2 .video-h2-wrap  {
    height: 250px;
}

.small-content4 .h2-img,
.small-content4 .video-h2-wrap video,
.small-content4 .video-h2-wrap  {
    height: 150px;
}

.small-content5 .h2-img,
.small-content5 .video-h2-wrap video,
.small-content5 .video-h2-wrap  {
    height: 120px;
}

.small-content6 .h2-img,
.small-content6 .video-h2-wrap video,
.small-content6 .video-h2-wrap  {
    height: 125px;
}


.small-content1  {
    width: 97%;
    height: 200px;
    margin-right: 1.5%;
    margin-left: 1.5%;
}

.small-content2  {
width: 47%;
    height: 368px;
    margin-right: 1.5%;
    margin-left: 1.5%;
}

.small-content3  {
    width: 30.333%;
        height: 300px;
    margin-right: 1.5%;
    margin-left: 1.5%;
	}
.small-content4  {
    width: 22%;
	height: 250px;
    margin-right: 1.5%;
    margin-left: 1.5%;
	}
.small-content5  {
    width: 17%;
	height: 200px;
    margin-right: 1.5%;
    margin-left: 1.5%;
	}
.small-content6  {
    width: 13.66666%;
	height: 200px;
    margin-right: 1.5%;
    margin-left: 1.5%;
	}
	.small-content-empty-class.small-content6 {
    height: 188px;
}

.small-content1 .h2 {
font-size: 24px;
    margin-bottom: -7px;
    width: 100%;
    padding-top: 45px!important;
    height: 115px;
}
.small-content2 .h2 {
font-size: 24px;
    margin-bottom: -16px;
    width: 100%;
    height: 72px;
    padding-top: 21px;
}
.small-content2 .h2-content-desc-empty-class .h2{
   margin-top: 12px!important;
}
.small-content3 .h2 {
    font-size: 18px;
    margin-bottom: -10px;
    width: 100%;
    padding-top: 21px!important;
    height: 53px;
    line-height: 20px;
}
.small-content4 .h2 {

    font-size: 16px;
    margin-bottom: -7px;
    width: 100%;
    line-height: 24px;

    height: 50px;
    padding-top: 16px;
}

.small-content5 .h2 {
	line-height: 53px;
    font-size: 15px;
    margin-bottom: -7px;
    width: 100%;
}
.small-content6 .h2 {
	line-height: 52px;
    font-size: 14px;
    margin-bottom: -7px;
    width: 100%;
}
.small-content1 .content-summary {
    line-height: 20px;
    font-size: 13px;
    text-align: center;
}

.content-summary .mobile-summary{
	display: none;
}
.content-summary .pc-summary{
	display: block;
}

.small-content2 .content-summary ,
.small-content3 .content-summary ,
.small-content4 .content-summary,
.small-content5 .content-summary
{
    line-height: 20px;
    font-size: 13px;
    text-align: center;
}
.small-content6 .content-summary,
.small-content7 .content-summary
{
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

.exp-product {
    width: 82px;
    display: inline-block;
    float: left;
    margin: 5px;
    height: 130px;
}

.exp-product-img {
    width: 100%!important;
    height: 80px!important;
    object-fit: contain!important;
}

.exp-price-list {
    width: 100%;
    display: inline-block;
}
.exp-product-name {
  font-size: 12px!important;
    line-height: 15px;
    height: 42px;
}
.exp-product-price {
  font-size: 12px;
    width: 100%;
    text-align: center;
}

.exp-attention {
    width: 100%;
    text-align: center;
    /* margin-top: 10px; */
    height: 35px;
    line-height: 60px;
    font-size: 10px;
    display: inline-block;
}


.modal__content .h2 {
    font-size: 20px;
    background: #3d3d3d;
    padding: 10px;
    color: white;
	margin-bottom:20px;
}


.modal .h2-content-desc {
    line-height: 29px;
}
.close-btn-wrap{
	display: none;
}


.ann-title label {
    color: #3d3d3d!important;
    font-size: 14px;
	display: inline-block;
	width: 100%;
}
.ann .day {
    float: left;
    display: inline-block;
    margin-left: 3%;
    width: 85px;
}
.ann-title-e {
    float: left;
    display: inline-block;
     margin-left: 1%;
    margin-right: 3%;
    width: calc(93% - 85px);
}
.ann {
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
    width: 100%;
    margin-left: 0%!important;
    margin-right: 0%!important;
}
.ann:hover{
	opacity:0.8;
}
.ann-content {
    font-size: 14px;
     }

.small-content-group {
    margin: 0px -1.5%;
}
.h2 p {
    display: inline;
}
.order-content table td {
    border: none;
}

.order-receipt-btn {
margin-top: 30px;
cursor: pointer;
background: whitesmoke;

width: 50%;
}

#modal_msg_box {
    background: #3d3d3d;
    position: absolute;
    left: 23%;
    top: 50%;
    width: 50%;
    opacity: 0.9;
    font-size: 30px;
    padding: 3%;
    text-align: center;
    border-radius: 10px;
    color: white;
}
 #modal_msg_box{
      display: none; //メッセージはデフォルトで消しておく
 }

 label.label.m-label{
	display:none!important;
}

.small-attention {
    font-size: 12px;
}

.input-lay .attention {
    font-size: 12px;
}

.input-lay .order-attention {
    font-size: 10px;
}


.input-long {
    margin: 20px 0px;
        width: 100%;
}
.input-lay .attention-top{
    font-size: 15px;
}

.popup-text {
    text-decoration: underline;
    font-size: 14px;
}

.price-popup{
    width: 100%;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
}

.price-nonpopup {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
}


.only-image .h2 {
    display: none;
}

.only-image.small-content4 {
    height: 175px;
}

a.link {
    color: mediumblue;
    text-decoration: underline;
}
.tel-ele{
	display:inline-block;
}




h2.qa-category {
	width: auto;
}

.small-title-area .h1-title, .qa-category {
	font-size: 28px;
	width: auto;
	border-bottom: green 1px solid;
	letter-spacing: 1px;
}

.small-title-area .h1-sub-title {
	font-size: 14px;
	font-weight: 600;
	width: auto;
	letter-spacing: 1px;
	margin-left: 20px;
}

.small-title-area .h1 {
	margin-bottom: 20px;
}

.title-area {
	text-align: center;
}

.title-area .h1-title {
	font-size: 40px;
	width: auto;
	letter-spacing: 1px;
	border-bottom: 1px solid green;
}

.title-area .h1-sub-title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	width: 100%;
	margin: 0px;
}

.title-area .h1 {
	margin-bottom: 20px;
}

.h2-img {
	float: left;
	margin-right: 5%!important;
	margin-left: 0%;
}

.small-title-area+.h2-content {
	margin-top: 0px;
}

.big-title-area-1 {
	width: 35%;
}

.big-title-area-right-img .big-title-area-1 {
	padding-right: 5%;
}

.big-title-area-left-img .big-title-area-1 {
	padding-left: 5%;
}

.big-title-area-right-img .big-title-area-1 {
	float: left;
}

.big-title-area-right-img .big-title-area-2 {
	float: right;
}

.big-title-area-left-img .big-title-area-1 {
	float: right;
}

.big-title-area-left-img .big-title-area-2 {
	float: left;
}

.big-title-area-2 {
	width: 60%;
}

.big-title-area-2 img {
	margin: 0px !important;
	width: 100%;
	height: 480px;
	object-fit: cover;
}

.big-title-area-1 .h1-title {
	text-align: left !important;
	font-size: 75px;
	margin-bottom: 10px;
	line-height: 90px;
}

.big-title-area-1 .h1-sub-title {
	text-align: left !important;
	font-size: 20px;
	margin: 0px;
	margin-bottom: 40px;
}

.big-title-area-1 .title-desc {
	font-size: 14px;
	line-height: 27px;
}


.br-only-mobile {
	display: none;
}

.only-mobile {
	display: none;
}


.modal__content .h2 {
	font-size: 25px;
	background: none;
	color: #3d3d3d;
}

.video-h2-wrap {
	margin-right: 46px;
	margin-left: 0px;
	float: left;
}

.big-title-area-wrap {
	width: 1120px;
	display: block;
	margin: 0 auto;
}

.big-title-area {
	width: 100vw;
	margin: 60px 0px !important;
	display: inline-grid;
	background: whitesmoke;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	min-width: 1000px;
}

.price-main .content {
    margin-top: 66px;
}



.price-attention {
	width: 784px;
}

body {
	overflow-x: hidden;
}

.product-table {
	line-height: 16px;
}

/**

.swiper-container1 {
    width: 100vw;
    display: flex;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 500px;
}

.swiper-container1 .fb_img{
	width: 100%;
    height: 400px;
}

.swiper-container1 .fb_content{
	margin-top:0px;
	opacity: 1;
	color:#3d3d3d;
	background: none;
	    white-space: break-spaces;
}
**/

.product-table{
	font-size: 14px;
}


.h1-title-png img {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.h1-title-png {
    margin: 50px 0px!important;
}

.input-order-btn{
	background: orange!important;
	color: white!important;
}

.contact-lay .qa-contact {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
}
.contact-lay .qa {
    width: 90%;
}
.qa-perhaps {
    padding: 30px 0px;
    font-size: 19px;
    padding-bottom: 15px;
}


.mobile-logout-btn{
	display: none;
}

.footer .tel-lay h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.footer .contact{
	position: relative;
}
.footer .contact:after {
	content: "";
    background: url(../../../image/mail.png) no-repeat center;
    position: absolute;
    top: calc(50% - 14px);
    left: -40px;
    width: 32px;
    height: 26px;}


.footer .contact:before {
    content: '>';
    position: absolute;
    right: -30px;
    font-size: 16px;
    font-weight: 600;
    font-family: monospace;
    top: calc(50% - 8px);
}

.tel-footer {
    padding-bottom: 28px;
}
.tel-footer .reception-time {
    font-size: 14px!important;
}


.tel-lay .tel {
	width:400px;
	margin-top: 30px!important;
}

.small-attention a {
    text-decoration: underline;
}


.cus-info-panel .plant, .cus-info-panel .plant-info {
    display: none;
}

.cus-info-panel {
    word-break: break-all;
}

.deli-day-panel label {
    font-size: 14px;
}

.cus-info-panel .rank {
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 12px;
}


.feedbackPanel {
    white-space: pre-wrap;
}

.order .order-content .order-list-label {
    width: 50%;
    float: left;
min-height: 1px;
}

.order .order-content .order-list-val {
    width: 50%;
    float: left;
     text-align: left;
}
.order .order-content .pay-how .small-attention {
    width: 50%;
    float: left;
        text-align: left;
}

.order .order-content div#step-bar_box {
    margin-bottom: 30px;
}

.order .order-content .deli-day,.order .order-content .pay-how{
	margin-bottom:20px;
	display: inline-block;
    width: 100%;
}
.order .order-content .pay-how{
	margin-bottom:30px;
}



.input.small-attention {
    margin-top: 0px;
    margin-bottom: 15px;
}

.input-lay textarea {
    font-size: 14px;
}

li.feedbackPanelWARNING {
    border: 1px solid;
    display: inline-block;
    padding: 5%;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}

ul.feedbackPanel {
    width: 100%;
    	margin-top:0px;
}


.logo-content .small-content .h2-img {
    object-fit: contain;
    background: white;
}

.logo-content .small-content {
    height: 175px;
    /**
    box-shadow: none;
    **/
}

.logo-content .small-content .h2{
	font-size: 14px;
}

.logo-content .small-content.h2-middle .h2 {
    font-size: 12px;
}

.logo-content .small-content.h2-long .h2 {
    font-size: 11px;
}

.swiper-pagination-margin{
	margin-bottom:35px;
}

.btn-orange {
	background-color: darkorange!important;
	color: white!important;
}

.small-content-empty-class.small-content3 {
    height: 265px;
}

.small-content-empty-class.small-content4 {
    height: 210px;
}

.small-content-empty-class.small-content5 {
	height: 176px
}










.price-ann-lay {
    width: 825px;
    padding: 25px;
    box-sizing: border-box;
    margin-top: 30px;
    background: whitesmoke;
}
.price-ann-lay .h1 {
    margin-top: 10px;
}
.price-ann-lay .price-ann {
    border: none;
}

.price-ann-lay .price-ann .ann-title-e {
    font-size: 17px;
    font-weight: 600;
}
.price-ann-lay .ann-content-title{
	font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}



.price-ann-lay .price-ann .ann-title-e:before{
content: ' ';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1.5px 16px;
    border-top: 2.5px solid #000;
    border-right: 2.5px solid #000;
    transform: rotate(45deg);
    margin-right: 26px;
}

.small-popup-content.small-content4 {
    background-size: 11px;
}

.small-popup-content.small-content5 {
    background-size: 10px;
}

.small-content5 .content-summary {
    font-size: 11px;
}
.small-content4 .content-summary {
    font-size: 12px;
}
.update-order-btn:hover {
    opacity: 0.8;
}
.update-order-btn {
    /* color: white; */
    background: whitesmoke;
    cursor: pointer;
}

.order .order-content .order-address {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}

.update-order-btn, .order-cancel-btn {
    margin-left: 3%;
    margin-right: 3%;
}

.top-message-b{
	display: none;
}

.swiper-containerStaff {
    height: inherit;
}

.swiper-containerStaff .swiper-wrapper{
	margin-top: 0px;

}
.swiper-containerStaff img {
    object-fit: cover;
}

div#AmazonPayButton {
    margin: 35px auto 20px auto;
    /* background: radial-gradient(black, transparent); */
    height: 80px!important;
    /* color: white!important; */
}

#RakutenPayButton {
    margin: 35px auto 20px auto;
    /* background: radial-gradient(black, transparent); */
    height: 80px!important;
    /* color: white!important; */
}
#RakutenPayButton img{
cursor: pointer;
}


.amazon-on {
    background: none!important;
    color: cornflowerblue!important;
    border: 2px solid cornflowerblue!important;
 }

.amazon-off {
    background: none!important;
    color: whitesmoke!important;
    border: 2px solid whitesmoke!important;
}

#AmazonAlignmentButton
{
	display: none;
}

.input-order-btn2 {
    width: 160px!important;
}


.png-img {
    background-image: radial-gradient(white 31%, gray 205%);
}






button {
    border: 1px solid gray;
}

.amazon-hidden-btn{
	display: none;

}

.input-lay .title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}

.input-lay, .msg-panel {
    background-color: rgba(244,244,244, 0.85);
    color: black;
}

.input-lay input {
    border: 1px solid gray;
}

input.btn.link,a.btn.link {
    border: none;
      color: #3d3d3d;
      height: 20px;
          line-height: normal;
    margin: 10px 0px;
}

.input-lay .btn {
    width: 280px;
    height: 44px;
    background-color: gray;
    color: white;
}

div#AmazonLoginButton {
    margin: 0px auto 30px auto;
    height: 44px!important;
    width: 280px!important;
}

div#AmazonRegisterButton {
    margin: 0px auto 30px auto;
    height: 44px!important;
    width: 280px!important;
}


.input-lay .btn {
    border: none;
}

.input-lay .btn:hover {
    opacity: 0.8;
}

.amazon-register-btn {
    background: linear-gradient(to bottom, #f5d78e, #eeb933);
    color: black!important;
    font-size: 15px!important;
        border: 1px solid gray!important;
        margin: 10px auto 30px auto;
}

.amazon-register-btn:before {
content: " ";
    display: inline-block;
    width: 80px;
    height: 27px;
    margin: -3px 5px 0 0;
    background: url(../../../image/amazon.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.input-lay .small-attention a {
    color: black;
}
.input-lay .attention {
    border: solid 2px;
}
.menu-g1{
	width: auto;
}
.amazon-off {
    background: none!important;
    color: darkorange!important;
    border: 2px solid darkorange!important;
}


.small-btn {
    margin-left: 0px;
    margin-right: 15px;
}

.input select[name="deliDay"] {
    width: 100%;
}

.attention a ,.qa a {
    color: cadetblue;
}

.alignment-btn {
	width: 170px!important;
    margin-right: 145px!important;
    height: 36px!important;
    background: whitesmoke;
}


.pickUpRadio {
    background: white;
}




.top-btn2 {
    background: crimson;
    color: white;
    font-weight: 900;
    width: 108px;
    height: 27px;
    line-height: 30px;
	border-radius: 5px;
}

.btn-group {
    display: none;
}

.input-lay .center {
    margin-top: 20px;
}

.pay-type-detail {
    font-size: 13px;
    display: inherit;
    margin: 0 15px;
}

.bottom-attention {
    margin-top: 30px;
}

.text-link {
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
}

.content-summary {
    color: black;
}

.modal__bg{
	height: 0px;
}

.modaal-content-container {
    padding: 0px!important;
}

.cate-list label {
    cursor: pointer;
}

.credit-data {
    display: table;
}


.pay-type-radio label {
    width: 90%;
    display: inline-block;
}

.pay-type-radio {
    margin-top: 8px;
}

.pay-type-radio input {
    width: 10%;
	margin-top: 10px;
    display: inline-block;
}
.account-type-radio label {
    margin-right: 2%;
    width: auto!important;
}
.credit-data {
width: 100%;
}

.input-lay .radio-label {
    top: 0px;
    vertical-align: top;
}

.footer-lay .left-lay a {
    color: white;
}
#RakutenPayButton {
    margin: 35px auto 20px auto;
    /* background: radial-gradient(black, transparent); */
    height: 80px!important;
    /* color: white!important; */
}
#RakutenPayButton img{
cursor: pointer;
}

.rakutenNotPayLabel{
margin-top: 20px;
    color: red;
}



.rakutenButton{
	padding: 0px;
	border:none!important;
	width: auto!important;
	height: auto!important;
}


.external-area input {
    margin: 0px;
}

.external-area {
    padding: 20px;
    background: white;
    margin: 0px 10%;
    border-radius: 5px;
}

#RakutenAlignmentButton
{
	display: none;
}



.rakutenParchaseBtn {
    background: inherit!important;
    width: auto!important;
    height: auto!important;
}


#RakutenPayButton {
    display: none;
}






.alignment-btn {
    width: 174px!important;
    margin-right: 145px!important;
    height: 46px!important;
    background: whitesmoke;
    padding: 0px!important;
}

.rakuten-off{
	border: none!important;
}

.rakutenButton:hover {
    opacity: 0.8;
}


#RakutenLoginButton,#RakutenRegisterButton,.dev-rakuten{
	/**
	display: none;
	**/
}

.attention-red{
	color:crimson;
	    font-weight: 600;
}

.input-lay .switch {
	text-align: left;
}

.switchArea {
	line-height: 60px;
	letter-spacing: 0;
	text-align: center;
	font-size: 27px;
	position: relative;
	margin: auto;
	width: 150px;
	display: inline-block;
	background: #fff;
	border-radius: 33px;
}

.switchArea {
	line-height: 28px; /* 1行の高さ          */
	letter-spacing: 0; /* 文字間             */
	text-align: center; /* 文字位置は中央     */
	font-size: 11px; /* 文字サイズ         */
	position: relative; /* 親要素が基点       */
	margin: auto; /* 中央寄せ           */
	width: 123px; /* ボタンの横幅       */
	background: #fff; /* デフォルト背景色   */
}

.switchArea input[type="checkbox"] {
	display: none; /* チェックボックス非表示 */
}

.switchArea label {
	display: block; /* ボックス要素に変更 */
	box-sizing: border-box; /* 枠線を含んだサイズ */
	height: 28px; /* ボタンの高さ       */
	border: 2px solid #999999; /* 未選択タブのの枠線 */
	border-radius: 14px; /* 角丸               */
}

.switchArea input[type="checkbox"]:checked+label {
	border-color: #59b300; /* 選択タブの枠線     */
}

.switchArea label span:after {
	content: "しない"; /* 表示する文字       */
	padding: 0 0 0 16px; /* 表示する位置       */
	color: #999999; /* 文字色             */
	    line-height: 25px;
}

.switchArea  input[type="checkbox"]:checked+label span:after {
	content: "する"; /* 表示する文字       */
	padding: 0 16px 0 0; /* 表示する位置       */
	color: #59b300; /* 文字色             */
}

.switchArea #swImg {
	position: absolute; /* 親要素からの相対位置*/
	width: 20px; /* 丸の横幅           */
	height: 20px; /* 丸の高さ           */
	background: #999999; /* カーソルタブの背景 */
	top: 4px; /* 親要素からの位置   */
	left: 4px; /* 親要素からの位置   */
	border-radius: 10px; /* 角丸               */
	transition: .2s; /* 滑らか変化         */
}

.switchArea input[type="checkbox"]:checked ~ #swImg {
	transform: translateX(95px); /* 丸も右へ移動       */
	background: #59b300; /* カーソルタブの背景 */
}

.switchAreaPickUpBox {
	line-height: 60px;
	letter-spacing: 0;
	text-align: center;
	font-size: 27px;
	position: relative;
	margin: auto;
	width: 150px;
	display: inline-block;
	background: #fff;
	border-radius: 33px;
}

.switchAreaPickUpBox {
	line-height: 25px; /* 1行の高さ          */
	letter-spacing: 0; /* 文字間             */
	text-align: center; /* 文字位置は中央     */
	font-size: 11px; /* 文字サイズ         */
	position: relative; /* 親要素が基点       */
	margin: auto; /* 中央寄せ           */
	width: 123px; /* ボタンの横幅       */
	background: #fff; /* デフォルト背景色   */
}

.switchAreaPickUpBox input[type="checkbox"] {
	display: none; /* チェックボックス非表示 */
}

.switchAreaPickUpBox label {
	display: block; /* ボックス要素に変更 */
	box-sizing: border-box; /* 枠線を含んだサイズ */
	height: 28px; /* ボタンの高さ       */
	border: 2px solid #999999; /* 未選択タブのの枠線 */
	border-radius: 14px; /* 角丸               */
}

.switchAreaPickUpBox input[type="checkbox"]:checked+label {
	border-color: #59b300; /* 選択タブの枠線     */
}

.switchAreaPickUpBox label span:after {
	content: "不要"; /* 表示する文字       */
	padding: 0 0 0 16px; /* 表示する位置       */
	color: #999999; /* 文字色             */
}

.switchAreaPickUpBox  input[type="checkbox"]:checked+label span:after {
	content: "必要"; /* 表示する文字       */
	padding: 0 16px 0 0; /* 表示する位置       */
	color: #59b300; /* 文字色             */
}

.switchAreaPickUpBox #swImg {
	position: absolute; /* 親要素からの相対位置*/
	width: 20px; /* 丸の横幅           */
	height: 20px; /* 丸の高さ           */
	background: #999999; /* カーソルタブの背景 */
	top: 4px; /* 親要素からの位置   */
	left: 4px; /* 親要素からの位置   */
	border-radius: 10px; /* 角丸               */
	transition: .2s; /* 滑らか変化         */
}

.switchAreaPickUpBox input[type="checkbox"]:checked ~ #swImg {
	transform: translateX(95px); /* 丸も右へ移動       */
	background: #59b300; /* カーソルタブの背景 */
}

.pickUpRadio {
	width: 50%;
	float: left;
}

.pickUpHowDesc {
	font-size: 11px;
	height: 70px;
}

.pickUpRadio img {
    height: 115px;
    padding: 15px 0px;
    width: 90%;
    object-fit: contain;
}

.input-desc {
	font-size: 11px;
	width: 100%;
	float: left;
}

.pickUpRadio {
	padding-top: 10px;
	width: 45%;
	float: left;
	margin: 2.3%;
	border: 1px whitesmoke solid;
	border-radius: 4px;
	color: black;
	background: white;
}

.pickUpHowTitle {
	font-weight: bold;
	margin-top: 7px;
}

.pickUpBox {
	width: 24%;
	display: inline-block;
	margin: 1.5%;
}

.pickUpBoxArea {
	display: inline-block;
}

.pickUpBox img {
	height: 185px;
}

.pickUpBoxTitle {
	font-size: 17px;
	margin: 5px 0px;
}

.pickUpBoxDesc {
	font-size: 12px;
	width: 120%;
	margin-left: -10%;
	margin-bottom: 10px;
}


.pickUpRadioArea {
	display: inline-block;
	width: 100%;
}

.pickUpTotalArea input[type="radio"] + label:before {
content: '　';
    font-family: 'FontAwesome';
    font-size: 0px;
    color: transparent;
    padding: 10px 10px;
    background-color: #d7d7d7;
    border-radius: 50%;
    vertical-align: 1px;
    }


.pickUpTotalArea input[type="radio"]:checked+label:before {
	background-color: #2de1a8;
	color: #2de1a8;
}

.pickUpTotalArea input[type="radio"] {
	display: none;
}

.small-attention {
	font-size: 12px;
}

.pickUpBoxRadio {
	display: inline-block;

}

.pickUpBox {
	width: inherit;
}

.pickUpBoxArea {
	display: none;
}

.yamato-cancel-label {
	width: 100%;
	display: inline-block;
	font-size: 12px;
}
.pickUpArea {
	display: none;
}

.order-title {
	    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 40px;
    border-bottom: 1px solid whitesmoke;
    margin-top: 30px;
    font-weight: 800;
}

.order-title1 {
	 padding-top: 0px;
   margin-top: 0px;
	}

.order-title {
    border-bottom: 1px solid black;
}

.input select[name="deliDay"], .input select[name="pickUpiDay"] {
    margin-right: 10px;
}


.page-product-table tbody{
	max-height: 700px;
	overflow-y:scroll;
}


.search-product-form {
	width: 90%;
	padding: 30px 0px;
	text-align: center;
	margin: 0px auto;
}

input.search-text.placeholder:focus {
	outline: none;
}

input.search-text {
	padding: 10px;
	border-radius: 0px;
	float: left;
		width: calc(100% - 42px);

	border: 1px solid gray;
		    height: 42px;
    box-sizing: border-box;
    border-radius: 5px 0px 0px 5px;
}

.search-btn {
	background: #3d3d3d;
	padding: 10.8px;
	float: left;
	display: inline-block;
	border: 1px solid;
		    height: 42px;
	    width:42px;
    box-sizing: border-box;
    border-radius: 0px 5px 5px 0px;
}
.search-btn {
    padding: 11px 8.5px;
}

input.search-product.placeholder.hidden {
	display: none;
}

.search-btn:focus {
	outline: 0;
}




.price-view table tbody,.price-view table thead{
	display: block;
}

.price-view table tbody{
	max-height: 653px;
	overflow-y:scroll;
}

.price-view table tr {
    width: 100%;
    display: table		;
    border-bottom: 1px solid lightgray;
}

.price-view table thead tr {
    border-bottom: 1px solid #3d3d3d;
	width: calc(100% - 6px);
}

.course-product-all-table td a{
	text-decoration: none;
	color: cornflowerblue;
}
.course-product-all-table td.left {
    text-align: left;

}


.price-view .product-table .popup-text,.contact-page-product-link a{
font-weight:bold;
display: inline-block;
transition:.3s;
transform: scale(1);
text-decoration: none;
}

.price-view .product-table  .popup-text:hover,.contact-page-product-link .a:hover{
font-weight:bold;
color:#f89174;/*文字色*/
}

.price-matrix td {
padding-top: 12px;
    padding-bottom: 12px;
	width: 15%;
}

.price-matrix {
    max-width: 700px;
    margin: 0 auto;
}

.price-matrix  tbody tr:nth-child(odd) {
background: whitesmoke;
	}


	.color-line {
    width: 100vw;
    margin: 60px 0px !important;
    display: inline-grid;
    background: whitesmoke;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	min-width: 1000px;
}

.color-line-content{
	width:920px;
	margin: 0 auto;
}
.blog {
    width: 23.5%;
    float: left;
    padding-right: 2%;
}
.blog:last-child {
    padding-right: 0%;
}

.blog-image {
    width: 100%;
    border-radius: 10px;

}

.blog a {
    text-decoration: none;
}
.blog .blog-title {
    font-weight: 700;
    color: #3d3d3d;
    line-height: 20px;
    padding: 10px 0px;
    font-size: 17px;
}

.blog-category {
    background: #3d3d3d;
    padding: 4px 4px;
    font-size: 10px;
    color: white;
    width: auto;
    display: inline-block;
    float: left;
}

.blog-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog .day {
    text-decoration: none;
    color: #3d3d3d;
    font-size: 12px;
    float: left;
    letter-spacing: 0px;
    margin-right: 10px;
    line-height: 24px;
}


.view-more {
    width: 100%;
    display: inline-block;
    text-align: right;
}

.view-more a {
    text-decoration: none;
    color: #3c3d3d;
    font-size: 16px;
    padding: 35px 0px;
    display: inline-block;
    font-weight: 900;
    letter-spacing: 2px;
}

.view-more-arrow {
    float: right;
    padding-left: 10px;
    font-weight: bold;
    color: red;
    font-family: sans-serif;
    line-height: 25px;
    font-size: 18px;
}

.blog .like {
    color: red;
    font-size: 12px;
    float: right;
    line-height: 22px;
    display: none;
}


.msg-sns-lay{
	justify-content: space-evenly;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 160px;
    margin-bottom: 40px;
}



.option-recommend {
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
    background: cornflowerblue;
    padding: 5px;
    color: white;
    border-radius: 5px;
    float: right;
}




.full-width-area {
    width: 100vw!important;
    margin-left: calc(50% - 50vw)!important;
}

.swiper-container1 .swiper-slide a{
	border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(88, 88, 88, 0.2);
}

.swiper-container .swiper-slider a{
border-radius:10px;


	}

.swiper-container1 .fb_img {
 width: 100%;
}

.swiper-container1 .fb_img {
border-radius:10px;
	height:280px;
}

.swiper-container1 .fb_date {
border-radius:10px 0 0 0;
}

.swiper-container1 .fb_content{
	border-radius:0 0px 10px 10px;
	height:44px;
    margin-top: -54px;
}
.fb_like {
	display: none;
}

.swiper-container1 {
	padding-left: calc(50vw - 460px)!important;
    margin-right: 0!important;
    margin-left: 0!important;
    padding-right: calc(50vw - 460px)!important;
}



.line-btn-link {
    width: 280px;
    display: block;
    height: 43px;
    overflow: hidden!important;
    margin: 0 auto;
    background: #00c300;
    border-radius: 5px;
    position:relative;
    z-index:100;
}

.line-btn-link:hover {
    background: #00e000;
}

.line-btn-img {
    width: 217px;
padding: 0px 31px;
    position: relative;
}

.line-btn-img:hover{
	top: -46px;
}

div#AmazonLoginButton,div#AmazonRegisterButton,#RakutenLoginButton,#rakutenRegisterButton{
	margin-bottom: 15px;
}


.line-on {
    background: none!important;
    color: cornflowerblue!important;
    border: 2px solid cornflowerblue!important;
 }

.line-off {
    background: none!important;
    color: #00c300!important;
    border: 2px solid #00c300!important;
}

/*
line login
*/
.line-btn-link,input#lineBtn,.line-account-label{
	display: none;
}
#RakutenLoginButton, #rakutenRegisterButton {
    margin-bottom: -5px;
}
/*
line login
*/

.fb_twitter{
	background: #00acee
}

.order-link {
    margin: 28px;
}
.footer .order-link a:after {
    content: "";
    background: url(../../../image/cart.png) no-repeat center;
}

.qa-footer {
    font-size: 12px;
    margin: 5px 0px;
}





.changeAddressArea input:nth-child(1) {
    width: 30%;
    margin-right: 50%;
    margin-bottom:-10px;
}

.changeAddressArea input:nth-child(2) {
    width: 100%;
    margin-bottom:-10px;
}

.changeAddressArea input:nth-child(3) {
    width: 50%;
}



.page-top-image, .page-top-image-filter {
	width: 100%;
	position: relative;
	object-fit: cover;
	height: 500px;
	min-width: 920px;
}

.page-top-area {

}

.black-band {
	width: 100%;
	position: relative;
	object-fit: cover;
	min-width: 920px;
	background: black;
	height: 120px;
	text-align: center;
}

.down-page .page-top-image {
	margin-bttom: 0px
}

.page-top-image-filter {
	background: black;
	display: inline-block;
}

.page-top-image {
	opacity: 0.5;
}

.page-top-message-image1 {
	position: absolute;
	top: 230px;
	width: 920px;
	left: calc(50vw - 920px/ 2);
}

.page-top-message-image2 {
	position: absolute;
	top: 465px;
	width: 920px;
	left: calc(50vw - 920px/ 2);
}

.page-top-message-image3 {
	position: absolute;
	top: 480px;
	width: 920px;
	left: calc(50vw - 920px/ 2);
}

.page-top-message-image4 {
	margin-top: -5px;
	height: 120px;
	width: 660px;
	object-fit: contain;
}

.page-top-appeal {
	width: 260px;
	height: 120px;
	object-fit: contain;
}


.price-view a{
	color: cornflowerblue;
}


.page-list-title {
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0;
}

.page-list-a .page-list-title{
	color: cornflowerblue;
}
.page-list-b .page-list-title{
	color: tomato;
}

.page-list ul {
    padding-left: 5%;
}

.page-list-a, .page-list-b {
    width: 48%;
    display: inline-block;
    box-sizing: border-box;
    padding: 2%;
    padding-left: 4%;
    vertical-align: top;
    background: whitesmoke;
    font-size: 14px;
    height: 100%;
    border-radius: 10px;
}

.page-list-element {
    margin-bottom: 5px;
    margin-top: 10px;
}

.page-list-a{
	margin-right:2%;
}
 .page-list-b {
	margin-left:2%;
	}
.page-list-attention {
    font-size: 12px;
    margin-top: 5px;
}
.h2-content-desc a {
    /* width: 86%; */
    word-wrap: break-word;
}



.table-list {
	border-spacing: 0px 4px;
    width: 100%;
}

.table-list * {
    border: none;
}

.table-list thead th {
    background: gray;
    color: white;
    height: 25px;
    font-size: 12px;
        text-align: center;
        padding: 10px 12px;
}

.table-list tr{
  border-bottom: solid 2px white;
}

.table-list tr:last-child{
  border-bottom: none;
}

.table-list tbody th{
  position: relative;
  text-align: left;
  width: 25%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 15px;
  font-size: 14px;
}

.table-list tbody td{
  text-align: left;
  text-align: center;
  background-color: #eee;
  padding: 10px 20px;
  font-size: 13px;
}

.table-list tbody th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}


.table-list th:last-child, .table-list td:last-child {
    border-radius: 0px 5px 5px 0px;
}

.table-list th:first-child {
    border-radius: 5px 0px 0px 5px;
}

.top-page-attention {
    margin-bottom: 20px;
    width: 100%;
    font-size: 10px;
	text-align: center;
}
.top-page-price-attention {
    margin-top:-10px;
}

.finish-lay .line-introduction {
    margin-top: 50px;
}
.line-introduction-label {
    margin-bottom: 30px;
}
.finish-lay .msg-sns-lay{
	margin-top:50px;
}




.birthdayArea {
	display: none;
}

.birthdayArea #yearHtml {
    width: 15%!important;
    margin-right: 1%;
        padding: 1%;
}
.birthdayArea #monthHtml {
    width: 8%!important;
    margin-right: 1%;
        padding: 1%;
}
.birthdayArea #dayHtml {
    width: 8%!important;
    margin-right: 1%;
        padding: 1%;
}
.birthdayArea .label{
    margin-right: 2%;
    top: 5px;
    position: relative;
}
.birthdayArea {
    margin-bottom: 50px;
}
.birthdayAraeMsg {
    margin-bottom: 10px;
}


.swiper-containerC .swiper-slide a{
	border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(88, 88, 88, 0.2);
}
.swiper-containerC {
	padding-left: calc(50vw - 460px)!important;
    margin-right: 0!important;
    margin-left: 0!important;
    padding-right: calc(50vw - 460px)!important;
}

.swiper-containerC .fb_content {
	margin-top: 0px;
	padding: 5px 17px;
	background: whitesmoke;
	color: black;
	opacity: 1;
	font-size: 13px;
	width: 300px;
    box-sizing: border-box;
}

.swiper-containerC {
	height: 358px;
}

.displaynone{
	display: none;
}

.order-howto img {
     width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}
.btn-big {
    height: 60px;
    line-height: 60px;
}




.popup-coupon {
    display: none;
    position: fixed;
    margin: 15px 20px;
    z-index: 99998;
    bottom: 0;
    right: 0;
}

.popup-coupon img {
    width: 150px;
    box-shadow: 0px 2px 10px rgba(88, 88, 88, 0.2);
    border-radius: 5px;
}

.popup-coupon-close {
    border-radius: 100px;
    border: none;
    background: whitesmoke;
    padding: 10px;
    font-size: 26px;
    position: relative;
    right: -166px;
    top: -135px;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    color: gray;
    font-weight: 900;
    line-height: 20px;
}

#payjp_checkout_box input {
    cursor: pointer;
}
#payjp_checkout_box input:hover {
	opacity: 0.8;
}
.credit-data-area{
	position: relative;
}
.deleteCreditBtn {
    /* color: white; */
    width: 20px!important;
    height: 20px!important;
    border-radius: 40px!important;
    position: absolute;
    left: 158px;
    top: 4px!important;
    margin: 0px!important;
    line-height: 17px;
    background: url(../../../image/cancelBtn.png) !important;
    background-size: 20px 20px!important;
}
.feedbackPanel a {
    text-decoration: underline;
    color: white;
}


.page-top-area2 .top-main-msg-area {
    position: absolute;
    color: white;
    z-index: 1;
    top: 210px;
    width: 100%;
    text-align: center;
        min-width: 1200px;
}


.page-top-area2 .top-main-msg {
	font-size: 70px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 85px;
    text-shadow: 3px 3px 13px black;
}


.page-top-area2 .top-main-msg-sub {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
    text-shadow: 3px 3px 13px black;
}


.page-top-area2 .top-desc2 {
    font-size: 14px;
    text-shadow: 3px 3px 13px black;
}


.page-top-area2 .black-band {
    position: absolute;
    margin-top: -70px;
    background-color: rgba(0,0,0,0.5);
        min-width: 1100px;

}

.page-top-area2 .page-top-message-image4{
	width: auto;
}

.page-top-area2 .top-desc {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    text-shadow: 3px 3px 13px black;
}




.page-top-area2 .black-band,.page-top-area2 .page-top-message-image4,.page-top-area2 .page-top-appeal{
	height:70px!important;
}


a:focus {
    outline: 1px solid transparent;
}

.normal-video {
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	object-fit: cover;
}


.black-band-message {
    width: 700px;
    color: transparent;
    text-align: left;
    display: inline-block;
    height: 66px;
    vertical-align: top;
    line-height: 66px;
    font-size: 30px;
    font-weight:900;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    -webkit-background-clip: text;
}

.grecaptcha-badge { visibility: hidden; }

p.recaptcha {
    font-size: 11px;
    text-align: center;
    line-height: 1.4;
}

.modal-video-h2-wrap .youtube-iframe{
	margin: 0px;
	width: 100%;
}


.youtube-small-content .small-content-img-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}

.small-content-youtube-wrap{
    position: relative;
    display: inline-block;
}

.small-content-youtube-wrap:after {
  content: ""; /* 必須 */
  position: absolute;
  width: 48px; /* アイコンの幅 */
  height: 48px; /* アイコンの高さ */
  background-image: url('../../../image/youtube-icon.png'); /* アイコンのパス */
  background-size: cover; /* 背景サイズをカバーに設定 */
  top: 50%; /* 親要素の上部から50%の位置 */
  left: 50%; /* 親要素の左側から50%の位置 */
  transform: translate(-50%, -50%); /* 中心を基準に配置 */
  pointer-events: none; /* 擬似要素によるクリックイベントのブロックを防ぐ */
}

.small-content-youtube-wrap2:after {
	width: 80px;
    height: 80px;
}

.h2-youtube-content .content-youtube-wrap {
    float: left;
    margin-right: 5%;
}


.pickUpRadio {
    border: 3px solid white;
    box-sizing: border-box;
}

.pickUpRadio:has(input[type="radio"]:checked + label) {
    border: 3px solid #2de1a8;
}



.swiper-attention {
    text-align: center;
    top: -10px;
    position: relative;
}



.swiper-slide video,.video-h2-wrap.video-h2-wrap-g  {
    width: 300px;
    height: 300px;
}




.swiper-content-video {
    display: inline-block;
}


.swiper-attention {
    text-align: center;
    top: -10px;
    position: relative;
}

.big-title-area-wrap .video-h2-wrap {
    min-width: 90%;
    /* background: red; */
    height: 100%;
}


.input-lay .birthdayArea .input .label {
    margin-right: 5%;
    width: 4%;
}

.review_reviewer {
	margin: 10px;
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
	line-height: 24px;
	width: 86%;
		color: #3d3d3d;

}

.review_rating {
	float: left;
	color: crimson;
	font-weight: 600;
	margin-left: 10px;
}

.review_rating_ele {
	float: left;
		color: #ffcf32;

}

.review_date {
	float: right;
	font-size: 14px;
	line-height: 25px;
	margin-right: 10px;
	color: #3d3d3d;
}

.review_content {
	width: calc(100% - 20px);
	display: inline-block;
	margin-left: 10px;
	/* margin-right: 20px; */
	font-size: 12px;
	margin-top: 1px;
	white-space: normal;
	line-height: 26px;
	color: #3d3d3d;
}

.review-swiper-container {
	padding-bottom: 30px;
	height: 360px;
}

.swiper-button-prev, .swiper-button-next {
	display: none;
}

.review_caption {
	float: left;
}

.review_caption {
	margin-right: 5px;
}

.review_rating_number {
	margin-left: 5px;
	float: left;
}

.review_icon {
	position: absolute;
	right: 10px;
	top: 19px;
	width: 28px;
}

.review {
	position: relative;
}

.popup-content .review {
    margin-top: -20px;
}

.review-list .review {
	padding: 20px;
	border: 1px solid gray;
	margin: 20px 10px;
	padding-top: 0px;
	border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(88, 88, 88, 0.2);
}

.review-list .review .review_content {
	font-size: 15px;
	height: auto;
}

.review .review_icon {
	top: 20px;
	right: 28px;
}
.popup-content .review_icon {
	top: 0px;
}

.swiper-slide {
    text-decoration: none!important;
}
.swiper-slide:hover{
	opacity: 1!important;
}
.review-replay {
	border-left: 2px solid;
	margin-top: 20px;
	padding: 0px 20px;
	font-size: 12px;
	white-space: break-spaces;
	line-height: 24px;
	margin-left: 10px;
	margin-right: 10px;
}

.reference-mark {
	font-size: 10px;
	display: inline-block;
}

.reference-line {
	font-size: 10px;
}
.review_caption {
    display: none;
}

p.result-rating-rate {
    display: inline;
}
.star5_rating{
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #CCCCCC;
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32;
}

.star5_rating[data-rate="5"]:after{ width: 100%; }
.star5_rating[data-rate="4.9"]:after{ width: 98%; }
.star5_rating[data-rate="4.8"]:after{ width: 96%; }
.star5_rating[data-rate="4.7"]:after{ width: 94%; }
.star5_rating[data-rate="4.6"]:after{ width: 92%; }
.star5_rating[data-rate="4.5"]:after{ width: 90%; }
.star5_rating[data-rate="4.4"]:after{ width: 88%; }
.star5_rating[data-rate="4.3"]:after{ width: 86%; }
.star5_rating[data-rate="4.2"]:after{ width: 84%; }
.star5_rating[data-rate="4.1"]:after{ width: 82%; }
.star5_rating[data-rate="4"]:after{ width: 80%; }
.star5_rating[data-rate="3.9"]:after{ width: 78%; }
.star5_rating[data-rate="3.8"]:after{ width: 76%; }
.star5_rating[data-rate="3.7"]:after{ width: 74%; }
.star5_rating[data-rate="3.6"]:after{ width: 72%; }
.star5_rating[data-rate="3.5"]:after{ width: 70%; }
.star5_rating[data-rate="3.4"]:after{ width: 68%; }
.star5_rating[data-rate="3.3"]:after{ width: 66%; }
.star5_rating[data-rate="3.2"]:after{ width: 64%; }
.star5_rating[data-rate="3.1"]:after{ width: 62%; }
.star5_rating[data-rate="3"]:after{ width: 60%; }
.star5_rating[data-rate="2.9"]:after{ width: 58%; }
.star5_rating[data-rate="2.8"]:after{ width: 56%; }
.star5_rating[data-rate="2.7"]:after{ width: 54%; }
.star5_rating[data-rate="2.6"]:after{ width: 52%; }
.star5_rating[data-rate="2.5"]:after{ width: 50%; }
.star5_rating[data-rate="2.4"]:after{ width: 48%; }
.star5_rating[data-rate="2.3"]:after{ width: 46%; }
.star5_rating[data-rate="2.2"]:after{ width: 44%; }
.star5_rating[data-rate="2.1"]:after{ width: 42%; }
.star5_rating[data-rate="2"]:after{ width: 40%; }
.star5_rating[data-rate="1.9"]:after{ width: 38%; }
.star5_rating[data-rate="1.8"]:after{ width: 36%; }
.star5_rating[data-rate="1.7"]:after{ width: 34%; }
.star5_rating[data-rate="1.6"]:after{ width: 32%; }
.star5_rating[data-rate="1.5"]:after{ width: 30%; }
.star5_rating[data-rate="1.4"]:after{ width: 28%; }
.star5_rating[data-rate="1.3"]:after{ width: 26%; }
.star5_rating[data-rate="1.2"]:after{ width: 24%; }
.star5_rating[data-rate="1.1"]:after{ width: 22%; }
.star5_rating[data-rate="1"]:after{ width: 20%; }
.star5_rating[data-rate="0.9"]:after{ width: 18%; }
.star5_rating[data-rate="0.8"]:after{ width: 16%; }
.star5_rating[data-rate="0.7"]:after{ width: 14%; }
.star5_rating[data-rate="0.6"]:after{ width: 12%; }
.star5_rating[data-rate="0.5"]:after{ width: 10%; }
.star5_rating[data-rate="0.4"]:after{ width: 8%; }
.star5_rating[data-rate="0.3"]:after{ width: 6%; }
.star5_rating[data-rate="0.2"]:after{ width: 4%; }
.star5_rating[data-rate="0.1"]:after{ width: 2%; }
.star5_rating[data-rate="0"]:after{ width: 0%; }

.review_date{display: none}






.review-list-button {
    padding: 10px;
    float: left;
    background: #3d3d3d;
    border-radius: 27px;
    margin: 0.5%;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.review-list-button-wrap .clicked .review-list-button{
	background: #2d8980;
}

.review-list-button-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
}
.review-list-button:hover {
	opacity: 0.8;
}
.h2-content-price {
    float: right;
}



.wicket-modal {
    width: auto !important;
    height: auto!important;
}

div.wicket-modal div.w_left,div.wicket-modal div.w_top,div.wicket-modal div.w_bottom,div.wicket-modal div.w_right {
    cursor: initial;
}

div.wicket-modal div.w_caption,div.wicket-modal div.w_content_2,div.wicket-modal div.w_content,.w_caption{
	background: transparent!important;
}
.w_top_1 ,.w_bottom_1   {
    display: none;
}
div.wicket-modal div.w_blue div.w_left, div.wicket-modal div.w_blue div.w_right{
	background: none!important;
}

div.wicket-modal div.w_content_3 {
    border: none;
}

.wicket-modal .input-lay {
    margin: 0px;
    background: rgba(244, 244, 244, 1);
    padding-bottom: 40px;
    padding-top: 40px;
}

.wicket-modal .btn-lay {
    padding: 20px;
}

.w_content_container {
    height: auto !important;
}

.w_close {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.w_close::before,
.w_close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 4px; /* バツ印の線の太さ */
    background-color: black; /* 初期の色 */
    transform-origin: center;
}

.w_close::before {
    transform: translate(-50%, -50%) rotate(45deg); /* バツの右上から左下 */
}

.w_close::after {
    transform: translate(-50%, -50%) rotate(-45deg); /* バツの左上から右下 */
}

/* ホバー時の色変更 */
.w_close:hover::before,
.w_close:hover::after {
    background-color: gray; /* ホバー時の色 */
}


div.wicket-modal div.w_blue a.w_close {
    background: none!important;
}

div.wicket-modal a.w_close {
    height: 23px !important;
    width: 23px !important;
    top: -1px;
}

.w_content .input-lay .feedbackPanel li {
    font-size: 12px;
    line-height: 17px;
    margin-top: 5px;
}

div.wicket-modal div.w_content_3{
	border: none!important;
}
.wicket-modal .btn-lay {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
div.wicket-modal div.w_content_1 {
    margin-right: 0px;}
div.wicket-modal div.w_right_1 {
    margin-left: 0px;
}

.wicket-modal .btn-lay button {
    height: 40px;
}
.address-list .address-item a {
    display: inline-block;
    font-size: 12px;
    text-decoration: underline;
     padding: 0px 10px;
}
.changeAddressArea .address-list .address-item input {
    float: left;
    margin: 0px;
    width: auto;
    margin-top: 5px;
    overflow-wrap: unset;
    width: 10%!important;
}

.address-list .address-element {
    overflow-wrap: break-word;
    float: left;
    width: 90%;
    font-size: 14px;
    line-height: 20px;
}
.address-list  .address-list-name{
	font-weight: bold;
	margin-right: 5%;
}


.address-list .address-item .address-list-postcode {
    float: left;
    width: auto;
}
.address-list .address-item .address-list-name {
    float: left;
}
.address-list .address-item {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    cursor: pointer;
}

.address-list .address-list-new {
    width: 100%;
    display: block;
    text-decoration: underline;
    font-size: 14px;
}



.tel-attention {
    font-size: 10px;
    line-height: 16px;
    margin-top: 5px;
}
.tel-attention a {
    text-decoration: underline !important;
    padding: 10px 0px !important;
    width: auto !important;
    float: none !important;
    display: inline-block !important;
}








.course-product-all-table {
font-size: 13px;
    border-spacing: 0 !important;
    line-height: 22px;
}

.course-product-all-table .price {
    min-width: 107px;
        padding-left: 0px;
    padding-right: 0px;
}

.course-product-all-table-wrapper {
    position: relative;
    width: 100%;
    max-height: 500px; /* テーブルの高さ */
    overflow: auto;
 will-change: transform;
}

.product-scroll-table tbody::-webkit-scrollbar,
.scroll-table tbody::-webkit-scrollbar,
.price-view table tbody::-webkit-scrollbar,
.cate-list::-webkit-scrollbar,
.course-product-all-table-wrapper::-webkit-scrollbar {
    width: 6px;
    height:6px;
}

.product-scroll-table tbody::-webkit-scrollbar-track,
.scroll-table tbody::-webkit-scrollbar-track,
.price-view table tbody::-webkit-scrollbar-track,
.cate-list::-webkit-scrollbar-track,
.course-product-all-table-wrapper::-webkit-scrollbar-track {
  background: whitesmoke; /* 背景を透明にする */
}

.product-scroll-table tbody::-webkit-scrollbar-thumb,
.scroll-table tbody::-webkit-scrollbar-thumb,
.price-view table tbody::-webkit-scrollbar-thumb,
.cate-list::-webkit-scrollbar-thumb,
.course-product-all-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    border-radius: 23px;
}

.product-scroll-table thead tr,
.scroll-table thead tr,
.price-view table thead tr,
.cate-list table thead tr,
.course-product-all-table-wrapper table thead tr {
    padding-right: 6px;
}


.course-product-all-table {
    border-collapse: separate;
    width: 100%;
    min-width: 800px; /* テーブル全体の最小幅 */

}





.course-product-all-table tbody .sticky_row {
    font-weight: normal;
    text-align: left;
        min-width: 190px;
}
.course-product-all-table th,
.course-product-all-table td {
    padding: 8px;
    text-align: center;
    white-space: nowrap; /* 改行を防ぎ、横スクロールを促す */
       box-sizing: border-box; /* 幅の計算を正確にする */
}


/* 固定ヘッダー */
.course-product-all-table thead th,.course-product-all-table .sticky_cross {
    position: sticky;
    top: 0px;
    z-index: 2;
    background: #fff;
}
.course-product-all-table .sticky_cross{
    left: 0;
    background: white;
    z-index: 900;
    padding: 0 !important;
  }

.course-product-all-table thead th::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid gray!important;
    position: absolute;
    top: 0px;
}


.course-product-all-table .sticky_col {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* 固定左列 */
.course-product-all-table td.sticky_row {
	position: sticky;
	left: 0;
    background: #fff;
}
.course-product-all-table tbody td::before,
.course-product-all-table td.sticky_row::before {
    border-bottom: 1px solid lightgray!important;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
}

.course-product-all-table-band {
height: 3px;
    background: white;
    position: relative;
    top: 2px;
    z-index: 901;
    margin-top: -3px;
        width: 100vw;

}


.course-product-all-table .sticky_col{

}
.course-product-all-table .option{
	background: #f1efef;
}
.course-product-all-table .price{

}
.course-product-all-table .option-price{
	background: #d7d6d61f !important;

}

.course-product-all-table tr:hover .sticky_row,.course-product-all-table tr:hover {
    background: whitesmoke !important;
}

.review-list .review .review_content .review_image, .popup-content .review .review_content .review_image {
    max-width: 250px;
    max-height: 150px;
    float: right;
    margin-left: 20px;
	box-shadow: 0px 2px 10px rgba(88, 88, 88, 0.2);
    border-radius: 5px;
}

.swiper-slide .review_image {
    width: 18%;
    float: right;
    margin-left: 4%;
    margin-top: 6px;
    border-radius: 4px;
	box-shadow: 0px 2px 10px rgba(88, 88, 88, 0.2);
}


.course-product-all-table .sticky_col {
    padding-left: 2px !important;
    padding-right: 2px !important;
}





.swiper-container3 {
    width: 400px;
    float: left;
    margin-right: 5% !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    box-sizing: border-box;
}

.swiper-container3 .swiper-content2 {
    height: 37px !important;
    line-height: 17px;
    font-size: 11px;
    background: whitesmoke;
    color: black;
    padding: 5px 9px;
}
.swiper-container3 .swiper-content2 .price {
    margin-bottom: 3px;
}


.swiper-container3 .swiper-button-prev, .swiper-container3 .swiper-button-next {
    display: block;
    margin-top: -57px;
    z-index: 100;
    height: 26px;
}

.order-howto {
    font-size: 12px;
    text-align: left;
}

.order-option-val {
    display: inline-block;
    font-size: 65%;
    color: gray;
    padding-left: 0%;
    width: 32%;
    float: right;
    text-align: right;
}
.small-content-group2 .small-content3 {
    height: 330px;
}

.small-content-group2 .small-content2 {
    height: 390px;
}

.small-content-group2 .content-summary {
    padding: 0px 10px;
    text-align: left;
}

.big-title-area-wrap .video-h2-wrap {
    width: 100%;
    height: 100%;
}
.input-lay .small-attention {
    margin-bottom: 15px!important;
        line-height: 20px;
    font-size: 11px;
}


.modal__content {
    overflow-x: hidden;
}
.popup-price-content .price-nonpopup {
    text-align: center;
}

.order-content .order-list-table {
    font-size: 12px;
}
.order-content .order-list-table td {
	vertical-align: top;
	padding-bottom: 5px;
}


.modaal-container .swiper-container+.h2-content-desc {
    width: 48%;
}
.modal__content .swiper-container10,.modal__content .swiper-container20,
.modal__content .swiper-container30,.modal__content .swiper-container40,
.modal__content .swiper-container50 {
    width: 400px;
    float: left;
    margin-right: 5% !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    box-sizing: border-box;
        height: 354px !important;
}

.swiper-container10 .swiper-content2 ,.swiper-container40 .swiper-content2 ,
.swiper-container20 .swiper-content2 ,.swiper-container50 .swiper-content2 ,
.swiper-container30 .swiper-content2 {
    height: 37px !important;
    line-height: 17px;
    font-size: 11px;
    background: whitesmoke;
    color: black;
    padding: 5px 9px;
    line-height: 17px!important;
}
.swiper-container10 .swiper-content2 .price,.swiper-container40 .swiper-content2 .price,
.swiper-container20 .swiper-content2 .price,.swiper-container50 .swiper-content2 .price,
.swiper-container30 .swiper-content2 .price {
    margin-bottom: 3px;
}


.swiper-container10 .swiper-button-prev, .swiper-container10 .swiper-button-next ,
.swiper-container20 .swiper-button-prev, .swiper-container20 .swiper-button-next ,
.swiper-container30 .swiper-button-prev, .swiper-container30 .swiper-button-next ,
.swiper-container40 .swiper-button-prev, .swiper-container40 .swiper-button-next ,
.swiper-container50 .swiper-button-prev, .swiper-container50 .swiper-button-next
{
    display: block;
    margin-top: -57px;
    z-index: 100;
    height: 26px;
}
