@charset "UTF-8";

.l-container {
	min-width: 320px;
}

.l-inner {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.l-inner .l-inner {
	padding-left: 0;
	padding-right: 0;
}

.l-container,
.l-inner {
	position: relative;
}

.l-container:after,
.l-inner:after {
	content: " ";
	display: block;
	clear: both;
}

.tsuku_b {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.c-pd {
	padding: 100px 0;
}

.c-ancho {
	padding-top: 64px;
	margin-top: -64px;
}

.po_re {
	position: relative;
}

.po_ab {
	position: absolute;
}



.c-bread {
	padding: 15px 0;
}

.c-bread_list {
	font-size: 16px;
	word-break: break-all;
	overflow: hidden;
}

.c-bread_list li {
	float: left;
}

.c-bread_list li + li {
	position: relative;
	padding-left: 30px;
}

.c-bread_list li + li:before {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 2px;
	background: url(../img/cmn/bread_line.svg);
	background-size: 10px;
	left: 10px;
	top: 8px;
}

.c-bread_list li a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.c-bread_list li a:hover {
	text-decoration: none;
	color: #C13400;
}

.cmn_arr {
	position: relative;
	font-size: 20px;
	padding-left: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.cmn_arr:hover {
	text-decoration: none;
	color: #C13400;
}

.cmn_arr:before {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 12px;
	background: url(../img/cmn/f_arr.svg);
	background-size: 8px;
	top: 4px;
	left: 0;
}

.cmn_line {
	position: relative;
	font-size: 14px;
	padding-left: 22px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.cmn_line:before {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 3px;
	background: url(../img/cmn/f_line.svg);
	background-size: 15px;
	top: 7px;
	left: 0;
}

.c-hl {
	position: relative;
	font-size: 40px;
	text-align: center;
	padding-top: 45px;
	margin-bottom: 50px;
}

.c-hl:before {
	content: '';
	position: absolute;
	display: block;
	width: 55px;
	height: 25px;
	background-size: 55px !important;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.c-hl-red {
	color: #C13400;
}

.c-hl-red:before {
	background: url(../img/cmn/cmn_ttl_top.svg);
}

.c-hl-white {
	color: #fff;
}

.c-hl-white:before {
	background: url(../img/cmn/cmn_ttl_white.svg);
}

.c-hl-fuwari {
	color: #9AB62B;
}

.c-hl-fuwari:before {
	background: url(../img/fuwari/c-ttl_top.svg);
}

.cmn_btn-w {
	position: relative;
	z-index: 10;
	display: block;
	background: #fff;
	color: #C13400;
	display: inline-block;
	width: 190px;
	line-height: 36px;
	border-radius: 50rem;
	font-weight: bold;
	text-align: center;
}

.cmn_btn-w:before {
	content: '';
	display: block;
	position: absolute;
	width: 22px;
	height: 16px;
	background: url(../img/cmn/cmn_arr.svg);
	background-size: 22px;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.cmn_btn-red {
	position: relative;
	display: block;
	width: 228px;
	line-height: 46px;
	background: #C13400;
	border-radius: 50rem;
	text-align: center;
	color: #fff;
}

.cmn_btn-red:before {
	content: '';
	display: block;
	position: absolute;
	width: 22px;
	height: 16px;
	background: url(../img/cmn/cmn_arr_w.svg);
	background-size: 22px;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.cmn_btn-red:hover {
	text-decoration: none;
}

.cmn_btn-red:hover:before {
	right: 15px;
}

.modal_panel,
.modal_panel .modal_sc {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.modal_panel {
	background-color: rgba(17, 17, 17, 0.4);
	display: none;
}

.modal_sc {
	overflow-y: scroll;
}

.modal_sc .modal_box_btn {
	margin-top: 34px;
	float: right;
}

.modal_bg {
	position: relative;
	z-index: 100;
	background: #fff;
	margin: 180px auto 100px;
	width: 1000px;
	padding: 50px 50px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modal_close {
	width: 50px;
	position: absolute;
	right: 0;
	top: -70px;
	cursor: pointer;
	z-index: 99999;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .3s;
	transition: .3s;
}

.modal_close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.modal_box {
	position: relative;
	text-align: justify;
}

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

.modal_box_ttl {
	font-size: 30px;
	padding-bottom: 40px;
	color: #C13400;
}

.modal_box_tx {
	line-height: 2.5;
}

.modal_box_tx + .modal_box_tx {
	padding-top: 20px;
}

.modal_box_img {
	overflow: hidden;
	border-radius: 10px;
}

.slick_arrow01,
.slick_arrow02 {
	position: absolute;
	width: 1040px;
	height: 50px;
	pointer-events: none;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 40%;
}

.slick_arrow01 .slick-prev,
.slick_arrow01 .slick-next,
.slick_arrow02 .slick-prev,
.slick_arrow02 .slick-next {
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
	pointer-events: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: url(../img/cmn/slide_arr.svg) no-repeat left top;
	background-size: 50px !important;
}

.slick_arrow01 .slick-prev:hover,
.slick_arrow01 .slick-next:hover,
.slick_arrow02 .slick-prev:hover,
.slick_arrow02 .slick-next:hover {
	opacity: 0.6;
}

.slick_arrow01 .slick-prev,
.slick_arrow02 .slick-prev {
	left: 0;
}

.slick_arrow01 .slick-next,
.slick_arrow02 .slick-next {
	right: 0;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.loop_dots {
	overflow: hidden;
	margin: 30px auto 0;
	text-align: center;
}

.loop_dots li {
	display: inline-block;
	margin: 0 10px;
}

.loop_dots li button {
	position: relative;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	padding: 0 30px;
}

.loop_dots li button:before {
	display: block;
	content: '';
	width: 60px;
	height: 6px;
	border: solid 2px #C13400;
	text-indent: 0px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50rem;
}

.loop_dots li.slick-active button:before {
	content: '';
	background: #C13400;
	border: solid 2px #C13400;
}



/* pagenavi */

.wp-pagenavi {
	clear: both;
	padding: 5px 10px;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	text-decoration: none;
	padding: 3px 5px 1px;
	margin: 0 3px;
	border: 1px solid #000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #000;
	background: #000;
	color: #fff;
}

.wp-pagenavi span.current {
	font-weight: normal;
}



/*single markup style*/

.post_text {
	overflow: hidden;
}

.post_text p {
	margin-bottom: 25px;
	line-height: 1.6;
}

.post_text img {
	max-width: 100%;
	height: auto;
}

.post_text img.alignright {
	float: right;
	margin: 0 0 15px 15px;
	display: block;
}

.post_text img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
	display: block;
}

.post_text img.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

.post_text h1 {
	font-size: 36px;
	border-bottom: 6px solid;
	margin: 0 0 35px;
}

.post_text h2 {
	font-size: 32px;
	border-bottom: 5px solid;
	margin: 0 0 35px;
}

.post_text h3 {
	font-size: 28px;
	border-bottom: 4px solid;
	margin: 0 0 35px;
}

.post_text h4 {
	font-size: 24px;
	border-bottom: 3px solid;
	margin: 0 0 35px;
}

.post_text h5 {
	font-size: 20px;
	border-bottom: 2px solid;
	margin: 0 0 35px;
}

.post_text h6 {
	font-size: 16px;
	border-bottom: 1px solid;
	margin: 0 0 35px;
}

.post_text td {
	padding: 10px;
	border: 1px solid;
}

.post_text table {
	margin-bottom: 25px;
}

.post_text ul,
.post_text ol {
	padding-left: 2.0em;
	margin-bottom: 25px;
}

.post_text ul li {
	list-style: outside;
	margin-bottom: 10px;
	line-height: 1.4;
}

.post_text ol li {
	list-style: outside decimal;
	margin-bottom: 10px;
	line-height: 1.4;
}

.post_text a {
	text-decoration: underline;
	color: #999;
}

/*全画面*/

.g-wrapper {
	overflow: hidden;
}

.window_lock {
	overflow: hidden;
}

/*ヘッダー*/

.g-header {
	width: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99999;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	height: 100vh;
	position: fixed;
	pointer-events: none;
}

.g-header_logo {
	position: fixed;
	left: 40px;
	top: 40px;
	z-index: 99999;
	pointer-events: auto;
}

.g-header_logo a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-weight: bold;
	color: #454545;
}

.g-header_logo a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.g-header_logo .en {
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	padding-left: 10px;
}

.g-header .h_tab {
	position: fixed;
	pointer-events: auto;
	right: -100%;
	top: 0;
	background: #fff;
	width: 100%;
	height: 100vh;
	z-index: 999;
	opacity: 0;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 200px 0 80px;
	overflow-y: auto;
}

.g-header .h_tab.open {
	display: block;
	opacity: 1;
	right: 0;
}

.g-header .h_list {
	overflow: hidden;
}

.g-header .h_list_item {
	float: left;
	margin-right: 100px;
	margin-bottom: 40px;
}

.g-header .h_list_item:nth-child(3n+1) {
	clear: both;
}

.g-header .h_shop {
	overflow: hidden;
}

.g-header .h_shop_item {
	overflow: hidden;
	border-radius: 10px;
	width: 485px;
	margin-bottom: 30px;
}

.g-header .h_shop_item:nth-child(odd) {
	float: left;
	margin-bottom: 20px;
}

.g-header .h_shop_item:nth-child(even) {
	float: right;
}

.g-header .h_shop_item_link {
	position: relative;
	display: block;
	width: 100%;
	height: 140px;
	background-size: cover !important;
	color: #fff;
}

.g-header .h_shop_item_link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.g-header .h_shop_item_link_01 {
	background: url(../img/cmn/menu_img01.jpg);
}

.g-header .h_shop_item_link_02 {
	background: url(../img/cmn/menu_img02.jpg);
}

.g-header .h_shop_item_link_03 {
	background: url(../img/cmn/menu_img03.jpg);
}

.g-header .h_shop_item_link_04 {
	background: url(../img/cmn/menu_img04.jpg);
}

.g-header .h_shop_item_link_05 {
	background: url(../img/cmn/menu_img05.jpg);
}

.g-header .h_shop_item_link .name {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 20px;
	text-shadow: rgba(18, 18, 18, 0.8) 1px 3px 8px;
}

.g-header .h_shop_item_link .name strong {
	font-size: 34px;
	margin-left: 10px;
}

.g-header .h_shop_item_link:hover:before {
	background: rgba(18, 18, 18, 0.5);
}

.g-header .h_note {
	overflow: hidden;
	float: right;
	margin-top: 40px;
}

.g-header .h_note_item {
	float: left;
}

.g-header .h_note_item_link {
	font-size: 14px;
	padding: 5px 20px;
}

.g-header .navi_btn {
	position: fixed;
	top: 40px;
	right: 40px;
	z-index: 99999;
	display: block;
	pointer-events: auto;
	cursor: pointer;
	width: 40px;
	height: 40px;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	z-index: 99999999;
}

.g-header .navi_btn.active {
	right: 40px;
}

.g-header .navi_btn.active span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px;
}

.g-header .navi_btn.active span:nth-child(2) {
	opacity: 0;
}

.g-header .navi_btn.active span:nth-child(3) {
	top: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.g-header .navi_btn span {
	position: absolute;
	display: block;
	background: #C13400;
	width: 40px;
	height: 6px;
	border-radius: 50rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.g-header .navi_btn span:nth-child(1) {
	top: 0;
}

.g-header .navi_btn span:nth-child(2) {
	top: 16px;
}

.g-header .navi_btn span:nth-child(3) {
	top: 32px;
}

.g-header .overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: #C13400;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 999;
}

.g-header .overlay.open {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	pointer-events: auto;
}

/*シェアエリア*/

.c-share {
	position: relative;
	background: #C13400;
}

.c-share:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/cmn/cmn_bg.svg);
	background-size: 90px;
	top: 0;
	opacity: 0.06;
}

.c-share_list {
	overflow: hidden;
	width: 440px;
	margin: 0 auto;
}

.c-share_list_item {
	float: left;
}

.c-share_list_item + .c-share_list_item {
	margin-left: 40px;
}

.c-share_list_item a {
	position: relative;
	display: block;
	background: #fff;
	width: 200px;
	line-height: 50px;
	text-align: center;
	border-radius: 50rem;
	color: #C13400;
}

.c-share_list_item a:before {
	content: '';
	display: block;
	position: absolute;
	width: 22px;
	height: 16px;
	background: url(../img/cmn/cmn_arr.svg);
	background-size: 22px;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.c-share_list_item a:hover {
	text-decoration: none;
}

/*フッター*/

.g-footer {
	padding: 100px 0 50px;
}

.g-footer_in {
	overflow: hidden;
}

.g-footer_top {
	overflow: hidden;
	margin-bottom: 40px;
}

.g-footer_top_logo {
	float: left;
	width: 220px;
}

.g-footer_top_btn {
	float: right;
}

.g-footer_list {
	float: left;
}

.g-footer_list--01 {
	margin-right: 75px;
}

.g-footer_list--02 {
	margin-right: 75px;
}

.g-footer_list_item {
	margin-bottom: 20px;
}

.g-footer_list_item .cmn_arr {
	font-size: 18px;
}

.g-footer_child {
	overflow: hidden;
	width: 500px;
	margin-top: 15px;
	padding-left: 20px;
}

.g-footer_child_item {
	padding-bottom: 10px;
}

.g-footer_child_item:nth-child(odd) {
	float: left;
	clear: both;
	margin-right: 20px;
}

.g-footer_child_item a:hover {
	text-decoration: none;
	color: #C13400;
}

.g-footer_copy {
	font-size: 12px;
	text-align: center;
	color: #CBCBCB;
	padding-top: 40px;
}

/*メイン*/

.g-main {
	display: block;
}

.g-main:after {
	content: " ";
	display: block;
	clear: both;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*----------------------------------------

index

-----------------------------------------*/

.page-top .mv {
	position: relative;
	height: 900px;
}

.page-top .mv_img {
	position: absolute;
	background-size: cover !important;
	background-position: center !important;
}

.page-top .mv_img_01 {
	position: relative;
	background: #C13400;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 40%;
	height: 550px;
}

.page-top .mv_img_02 {
	width: 30%;
	height: 450px;
	background: url(../img/top/mv_img01.jpg);
	top: 0;
	left: 0;
}

.page-top .mv_img_03 {
	width: 30%;
	height: 450px;
	background: url(../img/top/mv_img02.jpg);
	bottom: 0;
	left: 0;
}

.page-top .mv_img_04 {
	width: 40%;
	height: 350px;
	background: url(../img/top/mv_img03.jpg);
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.page-top .mv_img_05 {
	width: 30%;
	height: 450px;
	background: url(../img/top/mv_img04.jpg);
	bottom: 0;
	right: 0;
}

.page-top .mv_img_06 {
	width: 30%;
	height: 450px;
	background: url(../img/top/mv_img05.jpg);
	top: 0;
	right: 0;
}

.page-top .mv_img_hl {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 376px;
	width: 85%;
	margin: auto;
}

.page-top .intro_list {
	overflow: hidden;
}

.page-top .intro_list_item {
	float: left;
	width: 180px;
	cursor: pointer;
}

.page-top .intro_list_item_img {
	position: relative;
	width: 100%;
	height: 450px;
	background-position: center !important;
	background-size: cover !important;
	overflow: hidden;
	border-radius: 10px;
}

.page-top .intro_list_item_img_01 {
	background: url(../img/top/menu_img01.jpg);
}

.page-top .intro_list_item_img_02 {
	background: url(../img/top/menu_img02.jpg);
}

.page-top .intro_list_item_img_03 {
	background: url(../img/top/menu_img03.jpg);
}

.page-top .intro_list_item_img_04 {
	background: url(../img/top/menu_img04.jpg);
}

.page-top .intro_list_item_img_05 {
	background: url(../img/top/menu_img05.jpg);
}

.page-top .intro_list_item_ico {
	position: relative;
	width: 150px;
	margin: -40px auto 20px;
}

.page-top .intro_list_item_ttl {
	font-size: 14px;
	text-align: center;
}

.page-top .intro_list_item_ttl strong {
	display: block;
	font-size: 22px;
	margin-top: 5px;
}

.page-top .intro_list_item_overlay {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 30px;
	text-align: center;
}

.page-top .intro_list_item_overlay .product {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
}

.page-top .set {
	background: url(../img/top/set_bg.jpg) center;
	background-size: cover;
}

.page-top .set_slide {
	overflow: hidden;
}

.page-top .set_slide_item {
	float: left;
	margin-right: 50px;
	background-size: cover !important;
	background-position: center !important;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
}

.page-top .set_slide_item_01 {
	background: url(../img/top/set_img01.jpg);
}

.page-top .set_slide_item_02 {
	background: url(../img/top/set_img02.jpg);
}

.page-top .set_slide_item_03 {
	background: url(../img/top/set_img03.jpg);
}

.page-top .set_slide_item_link {
	position: relative;
	display: block;
	width: 1000px;
	height: 400px;
	padding: 125px 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-top .set_slide_item_link:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.page-top .set_slide_item_link:hover {
	text-decoration: none;
}

.page-top .set_slide_item_link:hover:after {
	background: rgba(18, 18, 18, 0.5);
}

.page-top .set_slide_item_link:hover .cmn_btn-w:before {
	right: 15px;
}

.page-top .set_slide_item_ttl {
	position: relative;
	z-index: 10;
	color: #fff;
	font-size: 44px;
	padding-bottom: 20px;
	text-shadow: rgba(18, 18, 18, 0.8) 1px 3px 8px;
}

.page-top .set_slide_item_tx {
	position: relative;
	z-index: 10;
	color: #fff;
	font-size: 14px;
	padding-bottom: 30px;
	text-shadow: rgba(18, 18, 18, 0.8) 1px 3px 8px;
	line-height: 1.8;
}

.page-top .set_arr {
	position: relative;
}

.page-top .shop_list {
	overflow: hidden;
}

.page-top .shop_list_item {
	width: 480px;
	margin-bottom: 50px;
}

.page-top .shop_list_item:nth-child(odd) {
	float: left;
}

.page-top .shop_list_item:nth-child(even) {
	float: right;
}

.page-top .shop_list_item:last-child {
	clear: both;
	float: none;
	margin: 0 auto;
}

.page-top .shop_list_item_link {
	position: relative;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-top .shop_list_item_link:hover {
	text-decoration: none;
}

.page-top .shop_list_item_link:hover .shop_list_item_img:after {
	background: rgba(18, 18, 18, 0.5);
}

.page-top .shop_list_item_link:hover .shop_list_item_img img {
	opacity: 1;
}

.page-top .shop_list_item_link:hover .cmn_btn-w:before {
	right: 15px;
}

.page-top .shop_list_item_img {
	position: absolute;
	width: 450px;
	top: 0;
	right: 0;
	border-radius: 20px;
	overflow: hidden;
}

.page-top .shop_list_item_img:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.page-top .shop_list_item_hl {
	position: relative;
	z-index: 10;
	font-size: 20px;
	text-shadow: rgba(18, 18, 18, 0.8) 1px 3px 8px;
	color: #fff;
	padding-bottom: 10px;
}

.page-top .shop_list_item_hl strong {
	font-size: 34px;
}

.page-top .shop_list_item_tx {
	position: relative;
	z-index: 10;
	font-size: 14px;
	text-shadow: rgba(18, 18, 18, 0.8) 1px 3px 8px;
	color: #fff;
	line-height: 1.7;
}

.page-top .shop_list_item .cmn_btn-w {
	position: absolute;
	right: 20px;
	top: 244px;
}

/*----------------------------------------

店舗共通

-----------------------------------------*/

.page-shop--fuwari .c-color {
	color: #9AB62B;
}

.page-shop--fuwari .c-bg {
	background: #9AB62B;
}

.page-shop--fuwari .main {
	background: url(../img/fuwari/main_img.jpg) center;
}

.page-shop--fuwari .main_logo {
	background-color: rgba(154, 182, 43, 0.8);
}

.page-shop--fuwari .slick-prev,
.page-shop--fuwari .slick-next {
	background: url(../img/fuwari/slide_arr.svg) no-repeat left top;
}

.page-shop--fuwari .con_bg {
	background: #F5F8E9;
}

.page-shop .main {
	position: relative;
	width: 100%;
	height: 900px;
	background-size: cover !important;
}

.page-shop .main_logo {
	position: absolute;
	width: 350px;
	height: 350px;
	padding: 50px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
	text-align: center;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.page-shop .main_info {
	position: absolute;
	left: 40px;
	bottom: 40px;
	width: 270px;
}

.page-shop .main_info span {
	display: inline-block;
	background: #fff;
	font-size: 12px;
	line-height: 20px;
	padding: 0 5px;
}

.page-shop .main_info span + span {
	margin-top: 5px;
}

.page-shop .about_box {
	position: relative;
	padding-top: 5px;
}

.page-shop .about_box_img {
	width: 420px;
	border-radius: 20px;
	overflow: hidden;
}

.page-shop .about_box_ttl {
	font-size: 20px;
	line-height: 2;
	padding-bottom: 20px;
}

.page-shop .about_box_tx {
	line-height: 2.3;
}

.page-shop .about_box_tx + .about_box_tx {
	padding-top: 10px;
}

.page-shop .gallery_slide {
	overflow: hidden;
}

.page-shop .gallery_slide_item {
	float: left;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	margin-right: 40px;
}

.page-shop .gallery_arr {
	position: relative;
}

.page-shop .access_box {
	position: relative;
	padding-top: 12px;
}

.page-shop .access_box_map {
	width: 580px;
	height: 354px;
	border-radius: 20px;
	overflow: hidden;
}

.page-shop .access_box_map iframe {
	width: 100%;
	height: 100%;
}

.page-shop .access_box_ttl {
	font-size: 20px;
	padding-bottom: 10px;
}

.page-shop .access_box_tx {
	line-height: 2;
}

.page-shop .access_box_tx + .access_box_ttl {
	padding-top: 20px;
}

.page-shop .access_box_note {
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	border-radius: 5px;
	margin-top: 20px;
}

.page-shop .menu_arr {
	position: relative;
}

.page-shop .menu_slide {
	width: 1000px;
	margin: 0 auto 60px;
	overflow: hidden;
}

.page-shop .menu_slide_item {
	float: left;
	width: 230px;
	margin-right: 26px;
	text-align: center;
}

.page-shop .menu_slide_item_img {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 12px;
}

.page-shop .menu_slide_item_name {
	line-height: 1.8;
	padding-bottom: 5px;
}

.page-shop .menu_tx {
	text-align: center;
	font-size: 30px;
	line-height: 2;
}


/* SHIRASU */
.page-shop--shirasu .c-color {
	color: #740A00;
}

.page-shop--shirasu .c-bg {
	background: #740A00;
}

.page-shop--shirasu .main {
	background: url(../img/shirasu/main_img.jpg) center;
}

.page-shop--shirasu .main_logo {
	background-color: rgba(116, 10, 0, 0.8);
}

.page-shop--shirasu .page-shop .main_logo img{
	width: 80px;
	height: auto;
}

.page-shop--shirasu .slick-prev,
.page-shop--shirasu .slick-next {
	background: url(../img/shirasu/slide_arr.svg) no-repeat left top;
}

.page-shop--shirasu .con_bg {
	background: #edd6d0;
}

.c-hl-shirasu {
	color: #740A00;
}

.c-hl-shirasu:before {
	background: url(../img/shirasu/c-ttl_top.svg);
}


/* ひよこ */
.page-shop--hiyoko .c-color {
	color: #ffce33;
}

.page-shop--hiyoko .c-bg {
	background: #ffce33;
}

.page-shop--hiyoko .main {
	background: url(../img/hiyoko/main_img.jpg) center;
}

.page-shop--hiyoko .main_logo {
	background-color: rgba(255, 206, 51, 0.8);
}

.page-shop--hiyoko .slick-prev,
.page-shop--hiyoko .slick-next {
	background: url(../img/hiyoko/slide_arr.svg) no-repeat left top;
}

.page-shop--hiyoko .con_bg {
	background: #FFF8E5;
}

.c-hl-hiyoko {
	color: #ffce33;
}

.c-hl-hiyoko:before {
	background: url(../img/hiyoko/c-ttl_top.svg);
}

/*----------------------------------------

下層共通

-----------------------------------------*/

.kaso_main {
	padding: 197px 0 0;
}

.kaso_main_hl {
	position: relative;
	font-size: 50px;
	color: #C13400;
	text-align: center;
}

.kaso_main_hl:after {
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 26px;
	background: url(../img/cmn/hl_line.svg);
	background-size: 5px;
	left: 0;
	right: 0;
	bottom: -45px;
	margin: 0 auto;
}

/*----------------------------------------

プライバシーポリシー

-----------------------------------------*/

.page-privacy .privacy_tx {
	font-size: 20px;
	line-height: 2;
}

.page-privacy .privacy_box {
	width: 100%;
	height: 500px;
	overflow-y: scroll;
	padding: 50px 30px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 80px;
	border: solid 2px #C13400;
}

.page-privacy .privacy_box_tx {
	font-size: 20px;
	line-height: 2;
	padding-bottom: 40px;
}

.page-privacy .privacy_box_list {
	counter-reset: item;
	list-style-type: none;
	margin-bottom: 40px;
}

.page-privacy .privacy_box_list_item {
	position: relative;
	padding-left: 30px;
	line-height: 2;
	margin-bottom: 30px;
}

.page-privacy .privacy_box_list_item:before {
	content: '';
	display: block;
	position: absolute;
	font-size: 14px;
	left: 0;
	top: 6px;
	width: 20px;
	line-height: 20px;
	counter-increment: item;
	content: counter(item);
	color: #fff;
	background: #C13400;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	border-radius: 50rem;
	padding-left: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-privacy .privacy_box_contact {
	padding-top: 40px;
	border-top: dotted 2px #C13400;
}

.page-privacy .privacy_box_contact_hl {
	font-size: 20px;
	color: #C13400;
	padding-bottom: 20px;
}

.page-privacy .privacy_box_contact_tx {
	line-height: 2;
}

.page-privacy .privacy_btn {
	overflow: hidden;
	width: 484px;
	margin: 70px auto 0;
}

.page-privacy .privacy_btn .cmn_btn-w {
	width: 228px;
	line-height: 46px;
	border: solid 2px #C13400;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-privacy .privacy_btn .cmn_btn-w:hover {
	text-decoration: none;
}

.page-privacy .privacy_btn .cmn_btn-w:hover:before {
	right: 15px;
}

/*----------------------------------------

ご注文フォーム

-----------------------------------------*/

.form_box {
	padding: 30px;
	border: solid 2px #C13400;
	border-radius: 10px;
	margin-bottom: 70px;
}

.form_box_tx {
	line-height: 2;
}

.form_box_hl {
	font-size: 20px;
	color: #C13400;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 2px #C13400;
}

.form_box_tx {
	line-height: 2;
}

.form_box_tx + .form_box_tx {
	padding-top: 15px;
}

.form_list {
	display: table;
	table-layout: fixed;
}

.form_list_item {
	padding-bottom: 30px;
}

.form_list_dt,
.form_list_dd {
	display: table-cell;
	vertical-align: middle;
}

.form_list_dt {
	width: 220px;
	overflow: hidden;
	padding-right: 50px;
	font-size: 20px;
}

.form_list_dd {
	width: 730px;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea {
	font-size: 18px;
	font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	width: 100%;
	border: solid #121212 1px;
	padding: 20px 25px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form textarea {
	min-height: 200px;
}

.form .hissu {
	display: block;
	background: #C13400;
	width: 50px;
	line-height: 27px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-right: 12px;
	float: right;
	border-radius: 5px;
}

.form .submit {
	position: relative;
	width: 230px;
	margin: 0 auto;
}

.form .submit:before {
	content: '';
	display: block;
	position: absolute;
	width: 22px;
	height: 16px;
	background: url(../img/cmn/cmn_arr_w.svg);
	background-size: 22px;
	top: 20px;
	bottom: 0;
	right: 20px;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.form .submit input {
	font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	background: #C13400;
	color: #fff;
	width: 100%;
	line-height: 46px;
	font-size: 18px;
	margin-top: 20px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 50rem;
}

.form .submit:hover:before {
	right: 15px;
}

.form .contact_note {
	text-align: center;
	padding-top: 50px;
}

.form .contact_note a {
	color: #C13400;
	text-decoration: underline;
}

.form .check-input {
	display: none;
}

.form .check-input + label {
	padding: 10px 0 10px 25px;
	position: relative;
	margin-right: 20px;
	display: inline-block;
	width: 40%;
}

.form .check-input + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #121212;
	border-radius: 4px;
}

.form .check-input:checked + label {
	color: #C13400;
}

.form .check-input:checked + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #121212;
	border-radius: 4px;
}

.form .check-input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 5px;
	width: 7px;
	height: 14px;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	border-bottom: 3px solid #C13400;
	border-right: 3px solid #C13400;
}

.form .check-input:checked + label .price:before {
	background: url(../img/form/price_line.svg);
}

.form .price {
	display: inline-block;
	padding-left: 20px;
	position: relative;
}

.form .price:before {
	position: absolute;
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background: url(../img/form/price_line_b.svg);
	background-size: 10px;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*----------------------------------------

送信完了画面

-----------------------------------------*/

.page-thanks .thanks_box_tx {
	font-size: 20px;
	line-height: 2;
}

.page-thanks .thanks_box_tx + .thanks_box_tx {
	padding-top: 20px;
}

.page-thanks .thanks_box_btn {
	width: 228px;
	margin: 60px auto 0;
}

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

.modal_box {
	padding-left: 440px;
}

.modal_box_img {
	position: absolute;
	left: 0;
	top: 0;
}

.c-share_list_item a:hover:before {
	right: 15px;
}

.page-top .mv_img_hl {
	height: 250px;
}

.page-top .intro_list_item + .intro_list_item {
	margin-left: 25px;
}

.page-top .intro_list_item:hover .intro_list_item_overlay {
	opacity: 1;
	background: rgba(18, 18, 18, 0.5);
}

.page-top .shop_list_item_link {
	height: 300px;
	padding: 20px 20px 20px 5px;
}

.page-shop .about_box {
	padding-left: 460px;
}

.page-shop .about_box_img {
	position: absolute;
	top: 0;
	left: 0;
}

.page-shop .access_box {
	padding-right: 610px;
}

.page-shop .access_box_map {
	position: absolute;
	top: 0;
	right: 0;
}

.page-shop .menu_slide_item {
	margin-bottom: 25px;
}

.page-shop .menu_slide_item:nth-child(4n) {
	margin-right: 0;
}

.page-privacy .privacy_btn_left {
	float: left;
}

.page-privacy .privacy_btn_right {
	float: right;
}

}

@media screen and (max-width: 750px) {

.l-inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.c-pd {
	padding: 60px 0;
}

.c-ancho {
	padding-top: 60px;
	margin-top: -60px;
}

.c-bread_list {
	font-size: 14px;
}

.c-bread_list li + li {
	padding-left: 20px;
}

.c-bread_list li + li:before {
	left: 5px;
}

.c-hl {
	padding-top: 35px;
	font-size: 30px;
	margin-bottom: 30px;
}

.c-hl:before {
	width: 45px;
	height: 20px;
	background-size: 45px !important;
}

.modal_sc .modal_box_btn {
	float: none;
	width: 228px;
	margin: 0 auto;
}

.modal_bg {
	margin: 100px auto 30px;
	width: 95%;
	min-height: 0;
	padding: 50px 20px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modal_close {
	top: -25px;
	left: 0;
	margin: 0 auto;
	border: solid 3px #C13400;
	border-radius: 50rem;
}

.modal_box_ttl {
	font-size: 24px;
	padding-bottom: 20px;
}

.modal_box_tx {
	font-size: 14px;
	line-height: 1.8;
}

.modal_box_tx + .modal_box_btn {
	margin-top: 30px;
}

.modal_box_tx + .modal_box_tx {
	padding-top: 10px;
}

.modal_box_img {
	margin: 0 auto 30px;
}

.slick_arrow01,
.slick_arrow02 {
	width: calc(100vw - 10px);
	top: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
}

.slick_arrow01 .slick-prev,
.slick_arrow01 .slick-next,
.slick_arrow02 .slick-prev,
.slick_arrow02 .slick-next {
	background-size: 40px !important;
	width: 40px;
	height: 40px;
}

.loop_dots {
	margin: 20px auto 0;
}

.loop_dots li button {
	padding: 0 20px;
}

.loop_dots li button:before {
	width: 40px;
	height: 4px;
}

.slick-active {
	opacity: 1;
}

.post_text img.alignright,
.post_text img,
.post_text img.alignleft {
	float: none;
	margin: 0 auto;
	display: block;
}

.post_text img.emoji {
	display: inline !important;
}

.post_text table {
	width: 100% !important;
}

.g-header {
	overflow: auto;
	padding: 10px;
}

.g-header_logo {
	position: relative;
	width: 190px;
	left: 0;
	top: 0;
}

.g-header_logo a {
	line-height: 30px;
	letter-spacing: 0.08em;
}

.g-header_logo .en {
	font-size: 10px;
	padding-left: 5px;
}

.g-header .h_tab {
	width: 100%;
	right: -100%;
	padding: 90px 20px;
}

.g-header .h_tab.open {
	padding: 90px 0 120px;
}

.g-header .h_list_item {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}

.g-header .h_shop_item {
	width: 100%;
}

.g-header .h_shop_item_link {
	height: 100px;
}

.g-header .h_shop_item_link .name {
	right: 10px;
	bottom: 10px;
	font-size: 16px;
	letter-spacing: 0;
}

.g-header .h_shop_item_link .name strong {
	font-size: 24px;
}

.g-header .h_note {
	margin-top: 10px;
}

.g-header .h_note_item {
	margin-bottom: 20px;
}

.g-header .h_note_item_link {
	font-size: 16px;
}

.g-header .navi_btn {
	top: 18px;
	right: 20px;
	height: 36px;
}

.g-header .navi_btn.active {
	right: 20px;
}

.g-header .navi_btn span:nth-child(2) {
	top: 14px;
}

.g-header .navi_btn span:nth-child(3) {
	top: 28px;
}

.c-share_list {
	width: 100%;
}

.c-share_list_item {
	width: 48%;
}

.c-share_list_item + .c-share_list_item {
	margin-left: 2%;
}

.c-share_list_item a {
	width: 100%;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.c-share_list_item a:before {
	width: 18px;
	height: 13px;
	background-size: 18px;
	right: 10px;
}

.g-footer {
	padding: 60px 0 40px;
}

.g-footer_top {
	margin-bottom: 10px;
}

.g-footer_top_logo {
	float: none;
	margin: 0 auto 20px;
	width: 228px;
}

.g-footer_top_btn {
	float: none;
	width: 228px;
	margin: 0 auto 20px;
}

.g-footer_copy {
	padding-top: 20px;
}

.page-top .mv {
	height: 300px;
	margin-top: 68px;
}

.page-top .mv_img_01 {
	height: 160px;
}

.page-top .mv_img_02 {
	height: 150px;
}

.page-top .mv_img_03 {
	height: 150px;
}

.page-top .mv_img_04 {
	height: 140px;
}

.page-top .mv_img_05 {
	height: 150px;
}

.page-top .mv_img_06 {
	height: 150px;
}

.page-top .mv_img_hl {
	top: 20%;
	max-width: 160px;
}

.page-top .intro_list {
	max-width: 400px;
	margin: 0 auto;
}

.page-top .intro_list_item {
	width: 48%;
	margin-bottom: 30px;
}

.page-top .intro_list_item:nth-child(odd) {
	float: left;
}

.page-top .intro_list_item:nth-child(even) {
	float: right;
}

.page-top .intro_list_item:last-child {
	float: none;
	margin: 0 auto;
}

.page-top .intro_list_item_img {
	height: 250px;
}

.page-top .intro_list_item_ico {
	max-width: 150px;
	width: 100%;
}

.page-top .intro_list_item_overlay {
	opacity: 1;
	webkit-writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	padding: 100px 20px;
	background: rgba(18, 18, 18, 0.5);
}

.page-top .intro_list_item_overlay .product {
	font-size: 20px;
	width: 100%;
	height: 50px;
}

.page-top .set .slick_arrow01,
.page-top .set .slick_arrow02 {
	bottom: 30px;
}

.page-top .set_slide_item_link {
	width: calc(100vw - 60px);
	height: 220px;
	padding: 50px 20px;
}

.page-top .set_slide_item_ttl {
	font-size: 24px;
	padding-bottom: 10px;
}

.page-top .set_slide_item_tx {
	font-size: 12px;
	padding-bottom: 20px;
}

.page-top .shop_list_item {
	width: 100%;
	margin-bottom: 20px;
}

.page-top .shop_list_item_link {
	padding-left: 5px;
}

.page-top .shop_list_item_img {
	position: relative;
	width: calc(100% - 20px);
	margin-left: 20px;
	border-radius: 10px;
}

.page-top .shop_list_item_hl {
	position: absolute;
	font-size: 16px;
	top: 20px;
}

.page-top .shop_list_item_hl strong {
	font-size: 24px;
	display: block;
}

.page-top .shop_list_item_tx {
	position: absolute;
	font-size: 12px;
	top: 70px;
}

.page-top .shop_list_item .cmn_btn-w {
	position: absolute;
	top: auto;
	right: 10px;
	bottom: 10px;
}

.page-shop--fuwari .main {
	background: url(../img/fuwari/main_img_sp.jpg) center;
}

.page-shop .main {
	height: 100vh;
}

.page-shop .main_logo {
	border-radius: 0;
	width: 100%;
	height: 208px;
	padding: 30px 0;
	top: 170px;
	bottom: auto;
}

.page-shop .main_info {
	left: 0;
	bottom: 20px;
	width: 250px;
}

.page-shop .main_info span {
	font-size: 10px;
}

.page-shop .about_box_img {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
}

.page-shop .about_box_ttl {
	font-size: 18px;
}

.page-shop .about_box_tx {
	font-size: 14px;
}

.page-shop .gallery_slide_item {
	border-radius: 10px;
	width: calc(100vw - 40px);
}

.page-shop .access_box_map {
	border-radius: 10px;
	width: 100%;
	height: 250px;
}

.page-shop .access_box_ttl {
	padding-bottom: 5px;
}

.page-shop .access_box_tx + .access_box_ttl {
	padding-top: 10px;
}

.page-shop .access_box_note {
	margin-bottom: 40px;
}

.page-shop .menu_slide {
	width: 100%;
	margin-bottom: 40px;
}

.page-shop .menu_tx {
	font-size: 20px;
	line-height: 1.8;
}

.page-shop .menu .slick_arrow01,
.page-shop .menu .slick_arrow02 {
	bottom: 50px;
}

.kaso_main {
	padding: 100px 0 0;
}

.kaso_main_hl {
	font-size: 30px;
}

.kaso_main_hl:after {
	width: 3px;
	height: 18px;
	background: url(../img/cmn/hl_line.svg);
	background-size: 3px;
	bottom: -30px;
}

.page-privacy .privacy_tx {
	font-size: 16px;
}

.page-privacy .privacy_box {
	margin-top: 35px;
	border-radius: 10px;
	padding: 30px 20px;
}

.page-privacy .privacy_box_tx {
	font-size: 16px;
	padding-bottom: 30px;
}

.page-privacy .privacy_box_list {
	margin-bottom: 30px;
}

.page-privacy .privacy_box_list_item {
	margin-bottom: 20px;
}

.page-privacy .privacy_box_list_item:before {
	top: 4px;
}

.page-privacy .privacy_box_contact {
	padding-top: 30px;
}

.page-privacy .privacy_btn {
	width: 228px;
	margin: 40px auto 0;
}

.page-privacy .privacy_btn .cmn_btn-w {
	margin-bottom: 20px;
}

.form_box {
	height: 200px;
	overflow-y: scroll;
}

.form_list {
	display: block;
	width: 100%;
}

.form_list_dt,
.form_list_dd {
	display: block;
}

.form_list_dt {
	width: 100%;
	padding-right: 0;
	padding-bottom: 15px;
	font-size: 20px;
}

.form_list_dd {
	width: 100%;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea {
	font-size: 16px;
	padding: 15px;
	border-radius: 5px;
}

.form .hissu {
	margin-right: 0;
	line-height: 24px;
}

.form .submit {
	max-width: 300px;
	width: 100%;
}

.form .submit input {
	line-height: 50px;
	font-size: 18px;
}

.form .contact_note {
	line-height: 2;
}

.form .check-input + label {
	padding: 10px 10px 10px 25px;
	width: 100%;
	max-width: 260px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0;
}

.page-thanks .thanks_box_tx {
	font-size: 16px;
}

}
