@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800");
/* reset
----------------------------------------------------- */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}
ul, ol {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    vertical-align: middle;
}
img {
    vertical-align: top;
}
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-ms-expand {
	display: none;
}

/* base
----------------------------------------------------- */
html {
    font-size: 62.5%;
}
body {
	word-break: normal;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	line-height: 1;
	font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
	color: #000000;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
img {
	width: 100%;
	height: auto;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@media screen and (max-width: 768px) {
	body.fixed{
		position: fixed !important;
		width:100% !important;
	}
}

/* common parts
----------------------------------------------------- */
section {
	margin-right: 180px;
}
.inner {
	max-width: 1200px;
	width: 80%;
	margin: 0 auto;
}
section h2 {
	font-size: 5rem;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.05em;
}
section h2 span{
	font-size: 2.4rem;
	display: block;
	margin-top: 20px;
}
section h1 div.mn,
section h1 div.mnb,
section h2 div.mn,
section h2 div.mnb {
	display: inline-block;
}
section h1 div.nsj,
section h1 div.nsjb,
section h2 div.nsj,
section h2 div.nsjb {
	font-size: 88%;
	display: inline-block;
}
section h2 span {
	font-size: 2.4rem;
	display: block;
	margin-top: 20px;
}
section h2.color {
	padding-bottom: 48px;
	background: url(/common/images/line_colors01.gif) center bottom no-repeat;
}
section h2.color2 {
	font-size: 3rem;
	line-height: 1.2;
	letter-spacing: 0.01em;
	padding-bottom: 36px;
	background: url(/common/images/line_colors02.gif) center bottom no-repeat;
}
section h3.color {
	font-size: 2.4rem;
	padding-bottom: 37px;
	background: url(/common/images/line_colors02.gif) center bottom no-repeat;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.01em;
	position: relative;
	border-bottom: 2px solid #e6e6e6;
}
section h3.bw {
	font-size: 3.5rem;
	padding-bottom: 27px;
	font-weight: normal;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #e6e6e6;
}
section h3.adjust {
	margin-top:-55px;
	padding-top:55px;
}
section h3.successive {
	margin-top:-55px;
	padding-top:55px;
}
#refine {
	margin-top:-55px;
	padding-top:55px;	
}

section h3.bw span {
	font-size: 2.6rem;
	margin-left: 40px;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.mn {
	font-family: 'Montserrat', sans-serif!important;
}
.mnb {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: bold!important;
}
.nsj {
	font-family: 'Noto Sans Japanese', sans-serif!important;
}
.nsjb {
	font-family: 'Noto Sans Japanese', sans-serif!important;
	font-weight: bold!important;
}
.yu{
    font-family:"游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
}
.btn_white {
	width: 270px;
}
.btn_white a {
	position: relative;
	z-index: 2;
	display: block;
	height: 60px;
	line-height: 60px;
	border: 1px solid #aaaaaa;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background: url(/common/images/icon_arrow01.gif) 90% center no-repeat;
	overflow: hidden;
}
.btn_white a::before,
.btn_white a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn_white a,
.btn_white a::before,
.btn_white a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn_white a:hover {
	color: #fff;
}
.btn_white a::after {
	top: -100%;
	left: -100%;
	width: 100%;
	height: 100%;
}
.btn_white a:hover::after {
	top: 0;
	left: 0;
	background: url(/common/images/icon_arrow04.gif) 96% center no-repeat;
	background-color: #333;
}
.btn_red a:hover::after {
	top: 0;
	left: 0;
	background: unset;
	background-color: #333;
}

.btn_white.wide {
	width: 300px;
}
.btn_white.wide2 {
	width: 376px;
}
.btn_white.wide a {
	background: url(/common/images/icon_arrow01.gif) 96% center no-repeat;
}
.btn_white.back a {
	background: url(/common/images/icon_arrow02.gif) 7% center no-repeat;
}
.btn_white.back a:hover::after {
	background: url(/common/images/icon_arrow05.gif) 7% center no-repeat;
	background-color: #333;
}
.btn_red {
	width: 420px;
}
.btn_red a {
	color: #fff;
	/*background: url(/common/images/icon_arrow04.gif) 90% center no-repeat;*/
	background: unset;
	background-color:#b08b58;
}

.head {
	margin-bottom: 70px;
}
.head_txt {
	font-size: 2.2rem;
	margin-top: 35px;
	text-align: center;
	line-height: 1.4;
}


.button {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.button:hover {
	color: #fff !important;
}
.button::after {
	top: -100%;
	left: -100%;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	top: 0;
	left: 0;
	background-color: #333;
}

.fade-in {
	transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
}
.fade-up {
	transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-webkit-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	transition: transform 0.7s;
	-moz-transition: transform 0.7s;
	-webkit-transition: transform 0.7s;
	-o-transition: transform 0.7s;
}
.fade-up.scrollin {
	opacity:1,
	transform:translateY(0),
	-webkit-transform:translateY(0),
	-moz-transform:translateY(0),
	-ms-transform:translateY(0)
}

#google_translate_element {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	z-index: 999;
}
.goog-te-gadget img {
	width: 37px;
}
@media screen and (max-width: 1400px) {
	section {
		margin-right: 180px;
	}
	.inner {
		width: 88%;
	}
	section h3.bw span {
		font-size: 2rem;
		margin-left: 20px;
	}
}
@media screen and (max-width: 768px) {
	section {
		margin-right: 0;
	}
	#slider {
		margin-top: 50px;
	}
	.inner {
		max-width: 100%;
		width: 100%;
	}
	section h2 {
		font-size: 2.5rem;
	}
	section h2 span {
		font-size: 1.2rem;
		margin-top: 10px;
	}
	section h2.color {
		padding-bottom: 24px;
		background: url(/common/images/line_colors01.gif) center bottom no-repeat;
		background-size: 75px 2.5px;
	}
	section h2.color2 {
		font-size: 1.7rem;
		padding-bottom: 18px;
		line-height: 1.3;
		background: url(/common/images/line_colors02.gif) center bottom no-repeat;
		background-size: 110px 2.5px;
	}
	section h3.color {
		font-size: 1.5rem;
		padding-bottom: 16px;
		background: url(/common/images/line_colors02.gif) center bottom no-repeat;
		background-size: 110px 2.5px;
	}
	section h3.bw {
		font-size: 1.7rem;
		padding: 0 2.6% 12px;
	}
	section h3.adjust {
		margin-top:-85px;
		padding-top:85px;
	}
	section h3.bw span {
		font-size: 1.3rem;
		margin-left: 10px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.btn_white {
		width: 160px;
	}
	.btn_white a {
		height: 35px;
		line-height: 35px;
		font-size: 1.2rem;
		background: url(/common/images/icon_arrow01.gif) 94% center no-repeat;
	}
	.btn_white.wide {
		width: 220px;
	}
	.btn_white.wide a {
		background: url(/common/images/icon_arrow01.gif) 96% center no-repeat;
	}
	.btn_red {
	    width: 320px;
	}
	.btn_red a {
		color: #fff;
		/*background: url(/common/images/icon_arrow04.gif) 90% center no-repeat;*/
		background: unset;
		background-color:#b08b58;
	}
	.head {
		margin-bottom: 35px;
	}
	.head_txt {
		font-size: 1.2rem;
		margin-top: 18px;
	}
}

/* yahoo
----------------------------------------------------- */
#srchBox {
	width: 300px;
	background-color: #aa9c89;
}
#srchBox * {
	margin:0;
	padding:0;
	font-size:13px;
	*font-size:small;
	*font:x-small;
}
#srchBox a img {
	border: none;
}
#srchBox #srch {
	padding:10px 10px 5px 10px;
}
#srchBox #srch #srchForm {
	white-space: nowrap;
}
#srchBox #srchInput {
	width: 188px;
	margin-right: 6px;
	vertical-align: bottom;
}
#srchBox #srchBtn {
	width: 80px;
	border: none;
	border-radius: 4px;
	height: 24px;
	background-color: #ffffff;
}
* html #srchBox #srchBtn {
	padding-top: 2px;
}
*:first-child+html #srchBox #srchBtn {
	padding-top: 2px;
}
#srchBox ul {
	margin-top: 6px;
	text-align: left;
}
#srchBox li {
	list-style-type: none;
	display: inline;
	zoom: 1;
	padding-right: 10px;
}
#srchBox li input {
	zoom: 1;
	margin-right: 2px;
	_margin: -4px 0 -4px -4px;
	vertical-align: middle;
	border: 0;
}
*:html #srchBox li input {
	margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo {
	margin:6px 6px 6px 0;
	text-align:right;
}
#srchBox #srchLogo a {
	color:#666666;
	text-decoration:none;
	font-size:85%;
}
#srchBox #srchLogo a:hover {
	text-decoration:underline;
}
#srchBox.watermark {
	padding-bottom: 6px;
	margin-left: 10px;
}
#srchBox.watermark #srchInput {
	padding: 2px;
	height: 20px;
	border:1px solid #a5acb2;
	background: #fff url(http://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
	border-radius: none;
}
#srchBox.watermark #srchInput.nomark {
	background: #fff;
}
#srchBox.watermark #srchLogo {
	display: none;
}

/* header
----------------------------------------------------- */
header {
	background-color: #ffffff;
	width: 180px;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	line-height: 1;
}
@media screen and (min-width: 767px) {
	header .header_head {
		height: 160px;
		margin-bottom: 20px;
	}
	header .header_menu {
		height: calc(100vh - 405px);
		min-height: 305px;
	}
	header .header_link {
		height: 245px;
	}
}

header h1 {
	text-align: center;
	padding: 9% 0 10%;
}
header h1 img {
	width: 68%;
	margin: 0 auto;
}
header .header_search {
	position: relative;
	height: 6.5%;
}
header .search {
	width: 100%;
	height: 100%;	
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	display: table;
}
header .search .btn {
	display: table-cell;
	width: 29%;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #e5e5e5;
	cursor: pointer;
}
header .search .btn img {
	width: 33%;
}
header .search .txt {
	display: table-cell;
	width: 71%;
	text-align: center;
	vertical-align: middle;
	font-size: 1.4rem;
	color: #333333;
}
header .search .txt a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 10px 0 8px;
}
header .yahoo {
	display: none;
	position: absolute;
	top: 1px;
	left: -301px;
	width: 300px;
}

.header_search .search form {
	display: flex;
	width: 90%;
	margin: 10px auto;
}
.header_search .search form input {
	width: calc(100% - 34px);
	height: 30px;
	padding: 4px 10px;
	border: none;
	outline: 0;
	font-weight: normal;
	background-color: #ffffff;
	border: 2px solid #eeeeee;
	box-sizing: border-box;
	font-size: 1.2rem;
	border-radius: 0;
}
.header_search .search form button {
	width: 34px;
	height: 30px;
	line-height: 30px;
	border: 2px solid #eeeeee;
	border-radius: 0;
	display: block;
	cursor: pointer;
	outline: none;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	background-color: #ffffff;
	margin-left: -2px;
}
.header_search .search form button img {
	vertical-align: baseline;
}
	header .search_sp {
		display: none;
	}

/* main_menu */
header #trigger {
	display: none;
}
header .main_menu li {
	text-align: center;
}
header .main_menu li > a {
	display: block;
	color: #333333;
	font-size: 1.6rem;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.03em;
	padding: 6% 0;
}
header .main_menu li > a:hover {
	color: #b08b58;
}
header .main_menu li > a.active {
	color: #b08b58;
}

header .main_menu li > a span {
	color: #999999;
	font-size: 1rem;	
	display: block;
	margin-top: 7px;
}
header .main_menu li > a:hover span {
	color: #b08b58;
}
header .main_menu li > a.active span {
	color: #b08b58;
}

header .main_menu li > p {
	display: block;
	color: #dcdcdc;
	font-size: 1.6rem;
	text-decoration: none;
	font-family: 'Myriad Pro', sans-serif;
	letter-spacing: 0.03em;
	padding: 11.7% 0;
}
header .main_menu li > p span {
	color: #dcdcdc;
	font-size: 1rem;	
	display: block;
	margin-top: 7px;
}
header .main_menu li > p span.commingsoon {
	color: #333333;
}
header .main_menu li.m_about,
header .main_menu li.m_chef {
	position: relative;
}
header .main_menu li.m_about div,
header .main_menu li.m_chef div {
	display: none;
	position: absolute;
	left: -177px;
	top: 15px;
}
header .main_menu li.m_about div a,
header .main_menu li.m_chef div a {
	display: block;
	width: 177px;
	height: 60px;
	line-height: 60px;
	font-size: 1.6rem;
	color: #ffffff;
	text-decoration: none;
	background-color: rgba(148,135,117,0.6);
        border-bottom: 1px solid #41382c;
}
header .main_menu li.m_about div a:last-child,
header .main_menu li.m_chef div a:last-child {
	border-bottom: none;
}
header .main_menu li.m_about div a:hover,
header .main_menu li.m_chef div a:hover {
	color: #b08b58;
}

header .main_menu li.m_about div::before,
header .main_menu li.m_chef div::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -10px;
	top: 25px;
	border-left: 10px solid #bfb7ac;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
header .main_menu li.m_chef div::before{
	top: 10px;
}




/* sub_menu */
header .sub_menu {
	border-top: 1px solid #e5e5e5;
}
header .sub_menu li:nth-child(1) {
	text-align: center;
	padding: 15px 0;
}
header .sub_menu li:nth-child(1) p {
	font-size: 1.4rem;
	margin-bottom: 16px;
}
header .sub_menu li:nth-child(1) a {
	display: inline-block;
	margin: 0 4%;
	width: 13.5%;
}
header .sub_menu li:nth-child(2) {
	margin-bottom: 1px;
}
header .sub_menu li:nth-child(2) a,
header .sub_menu li:nth-child(3) a,
header .sub_menu li:nth-child(4) a {
	display: block;
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	padding: 20px 0;
	padding-left: 17%;
}
header .sub_menu li:nth-child(2) a {
	background: #fff url(/common/images/icon_header_arrow01.png) 90% center no-repeat;
	color: #000000;
	border-top: 1px solid #e5e5e5;
}
header .sub_menu li:nth-child(2) a:hover {
	background-color: #E5E5E5;
}

header .sub_menu li:nth-child(3) a {
	background: #b08b58 url(/common/images/newopen.png) 90% center no-repeat;
	background-size: 10%;
	color: #ffffff;
}
header .sub_menu li:nth-child(3) a:hover {
	background-color: #001751;
}
header .sub_menu li:nth-child(4) a {
	background: #001751 url(/common/images/newopen.png) 90% center no-repeat;
	background-size: 10%;
	color: #ffffff;
}
header .sub_menu li:nth-child(4) a:hover {
	background-color: #ff4f5c;
}
header .sub_menu li.noentry {
	display: block;
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	padding: 20px 0;
	padding-left: 17%;
	background: #ccc;
	background-size: 10%;
	color: #999;
}

@media screen and (max-width: 1400px) {
	header {
		width: 180px;
	}
	header .search .txt {
		font-size: 1.2rem;
	}
	header .main_menu li > a {
		font-size: 1.5rem;
	}
	header .main_menu li > a span {
		font-size: 0.9rem;
	}
	header .main_menu li > p {
		font-size: 1.5rem;
	}
	header .main_menu li > p span {
		font-size: 0.9rem;
	}
	header .main_menu li.m_about div,
	header .main_menu li.m_chef div {
		top: 5px;
	}
	header .main_menu li.m_about div a,
	header .main_menu li.m_chef div a {
		font-size: 1.4rem;
		height: 45px;
		line-height: 45px;
	}
	header .main_menu li.m_about div::before,
	header .main_menu li.m_chef div::before{
		top: 15px;
	}
	header .sub_menu li:nth-child(1) p {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 768px) {
	header {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		right: auto;
		z-index: 1000;
	}
	header h1 {
		padding: 12px 0 0 2.4%;
		width: 145px;
	}
	header h1 img {
		width: 100%;
	}
/*	header .header_search {
		position: absolute;
		width: 50px;
		height: auto;
		top: 0;
		right: 53px;
		z-index: 500;
	}
	header .search {
		height: auto;	
		border-top: none;
		border-bottom: none;
		display: block;
		padding: 13px;
	}
	header .search.active {
		background-color: #aa9c89;		
	}
	header .search .btn {
		display: block;
		width: 100%;
		border-right: none;
	}
	header .search .btn img {
		width: 100%;
	}
	header .search .txt {
		display: none;
	}
	header .yahoo {
		top: 50px;
		left: -220px;
		width: 100%;
	}
*/
	header .search {
		display: none;
	}
	header .search_sp {
		display: block;
position: absolute;
    top: -30px;
    right: 60px;
	}

.search_sp * {
  box-sizing: border-box;
}

.search_sp .inner {
  position: relative;
  height: 34px;
  margin: 0 auto;
  width: 34px;
}

.search_sp .search-btn {
}
.search_sp .search-btn img {
	width: 24px;
	height: 24px;
margin: 5px;
}

.search_sp #searchform {
  height: 34px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 34px;
}

.search_sp input[type="search"] {
  background: #e6e6e6;
  border: none;
  border-radius: 22px;
  color: #333;
  cursor: pointer;
  height: 34px;
  opacity: 0;
  outline: none;
  padding: 5px 5px 5px 10px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.7s;
  width: 34px;
  z-index: 5;
}

.search_sp input[type="submit"] {
  display: none;
}

.search_sp input[type="search"]:focus {
  cursor: text;
  opacity: 1;
  width: 120px;
}



	/* main_menu */
	header #trigger {
		display: block;
		width: 27px;
		height: 32px;
		background: url(/common/images/icon_header_menu.png) left top no-repeat;
		background-size: 27px 32px;
		text-indent: -9999px;
		position: absolute;
		right: 13px;
		top: 11px;
	}
	header #trigger.active {
		background: url(/common/images/icon_header_close.png) left top no-repeat;
		background-size: 27px 32px;
	}
	header nav {
		display: none;
		background-color: rgba(255,255,255,0.9);
		width: 100%;
		margin-top: 10px;
		height: 600px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	header .main_menu {
		padding: 20px 0;
	}
	header .main_menu li > a {
		font-size: 2.3rem;
		letter-spacing: 0.03em;
		padding: 15px 0;
	}
	header .main_menu li > a span {
		font-size: 1.1rem;	
		margin-top: 3px;
	}
	header .main_menu li > p {
		font-size: 2.3rem;
		letter-spacing: 0.03em;
		padding: 15px 0;
	}
	header .main_menu li > p span {
		font-size: 1.1rem;	
		margin-top: 3px;
	}
	header .main_menu li.m_about,
	header .main_menu li.m_chef {
		position: static;
	}
	header .main_menu li.m_about div,
	header .main_menu li.m_chef div {
		display: none;
		position: static;
		left: 0;
		top: 0;
		margin-bottom: 10px;
	}
	header .main_menu li.m_about div a,
	header .main_menu li.m_chef div a {
		width: 100%;
		height: 60px;
		line-height: 60px;
		font-size: 1.6rem;
	}
	header .main_menu li.m_about div a:nth-child(1),
	header .main_menu li.m_chef div a:nth-child(1) {
		display: block;
	}
	header .main_menu li.m_about div::before,
	header .main_menu li.m_chef div::before{
		display: none;
	}

	/* sub_menu */
	header .sub_menu {
		margin-bottom: 100px;
	}
	header .sub_menu li:nth-child(1) {
		padding: 10px 0;
	}
	header .sub_menu li:nth-child(1) p {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	header .sub_menu li:nth-child(1) a {
		margin: 0 10px;
		width: 35px;
	}
	header .sub_menu li:nth-child(1) a.ig {
		display: none;
	}
	header .sub_menu li:nth-child(2) a,
	header .sub_menu li:nth-child(3) a,
	header .sub_menu li:nth-child(4) a {
		font-size: 2rem;
		padding: 20px 20px 17px 0;
		text-align: center;
	}
	header .sub_menu li:nth-child(2) a {
		background: #e1e1e1 url(/common/images/icon_header_arrow01.png) 70% center no-repeat;
		background-size: 33px 5px;
	}
	header .sub_menu li:nth-child(3) a {
		background: #b08b58 url(/common/images/newopen.png) 70% center no-repeat;
		background-size: 5%;
	}
	header .sub_menu li:nth-child(4) a {
		background: #001751 url(/common/images/newopen.png) 70% center no-repeat;
		background-size: 5%;
	}
	header .sub_menu li.noentry {
		font-size: 2rem;
		padding: 20px 20px 17px 0;
		text-align: center;
		background: #ccc;
		background-size: 5%;
	}
	header .tag_btn{
	    width: 80%;
	    font-size: 24px;
	    margin: 15px auto!important;
	    text-decoration: none;
	    display: block;
	    text-align: center;
	    padding: 15px 0 15px!important;
	    color: #1d2129;
	    background-color: #e2c8a1;
	    border-radius: 25px;
	}

}

/* page_info
----------------------------------------------------- */
#page_info {
	margin-bottom: 55px;
}
#page_info .kv {
	margin-bottom: 40px;
	position: relative;
}
#page_info .kv .slider li {
	background-color: #efefef;
}
#page_info .kv .slider li img {
	width: auto;
	max-height:500px;
	margin: 0 auto; 
}
#page_info .kv .slider li.w30 img {
	width: 30%;
}

#page_info h1 {
	font-size: 4.6rem;
	font-weight: normal;
	padding: 70px 0 45px;
	background: url(/common/images/line_colors04.gif) left top no-repeat;
}
#page_info h1 span {
	position: relative;
	font-size: 3rem;
	top: -8px;
	left: 50px;
}
#page_info h1.small {
	font-size: 3.5rem;
	padding: 65px 0 50px;
	line-height: 1.2;
}
#page_info .punkuzu {
	background-color: #f4f4f4;
	padding: 18px 0 17px;
}
#page_info .punkuzu ul li {
	display: inline-block;
	color: #3f3f3f;
	font-size: 1.2rem;
	line-height: 1.2;
}
#page_info .punkuzu ul li a {
	color: #3f3f3f;
	text-decoration: none;
}
#page_info .punkuzu ul li:not(:last-child)::after {
	display: inline-block;
	content: "＞";
	margin: 0 10px 0 15px;
}
#page_info .bx-pager {
	text-align: right;
	position: absolute;
	z-index: 50;
	bottom: 2%;
	right: 1%;
	width: 100%;
}
#page_info .bx-pager a {
	width: 8.2%;
	display: inline-block;
	margin: 0 5px;
	border: 2px solid rgba(255,255,255,0);
}
#page_info .bx-pager a.active {  
	border: 2px solid #b08b58; 
} 
@media screen and (min-width: 767px) {
	.is-fixed {
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 999;
	  width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.is-fixed {
	  position: fixed;
	  top: 50px;
	  left: 0;
	  z-index: 999;
	  width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	#page_info {
		margin-bottom: 40px;
	}
	#page_info .kv {
		margin-bottom: 60px;
	}
	#page_info h1 {
		font-size: 4.3rem;
		padding: 80px 0 52px;
	}
	#page_info h1 span {
		font-size: 2.7rem;
		top: -6px;
		left: 30px;
	}
	#page_info h1.small {
		font-size: 3.2rem;
		padding: 60px 0 35px;
	}
}
@media screen and (max-width: 768px) {
	#page_info {
		border-top: 3px solid #f4f4f4;
		margin-bottom: 15px;
		margin-top: 50px;
	}
	#page_info .kv {
		margin-bottom: 30px;
	}
	#page_info .kv .slider li img {
		height:150px;
	}
	#page_info h1 {
		margin-top: -3px;
		font-size: 2rem;
		padding: 27px 2.6% 25px;
		background: url(/common/images/line_colors04.gif) left top no-repeat;
		background-size: 80px 3px;
	}
	#page_info h1 span {
		font-size: 1.5rem;
		top: -3px;
		left: 12px;
	}
	#page_info h1.small {
		font-size: 2rem;
		padding: 17px 2.6% 15px;
	}
	#page_info .punkuzu {
		padding: 10px 2.6% 8px;
		line-height: 1.2;
	}
	#page_info .punkuzu ul li {
		font-size: 1.1rem;
	}
	#page_info .punkuzu ul li a::after {
		margin: 0 5px 0 9px;
	}
	#page_info .bx-pager {
		bottom: 4.3%;
		right: 2%;
	}
	#page_info .bx-pager a {
		width: 10%;
		margin: 0 2px;
	}
}

/* top_bottom
----------------------------------------------------- */
#top_bottom {
	margin-top: 80px;
}
#top_bottom .logos {
	margin-top: 75px;
	text-align: center;
}
#top_bottom .logos img {
	width: 150px;
	display: inline-block;
	margin: 0 25px;
}

@media screen and (max-width: 768px) {
	#top_bottom {
		margin-top: 60px;
	}
	#top_bottom .logos {
		margin-top: 40px;
	}
	#top_bottom .logos img {
		width: 100px;
		display: block;
		margin: 0 auto 15px;
	}
}

/* footer
----------------------------------------------------- */
footer {
	margin-top: 55px;
	border-top: 1px solid #cccccc;
	padding: 35px 0 60px;
	margin-right: 10.5%;
}
footer .inner {
	position: relative;
}
footer ul {
	width: 100%;
}
footer ul li {
	display: inline-block;
	margin-right: 35px;
}
footer ul li a {
	color: #000000;
	font-size: 1.5rem;
	text-decoration: none;
}
footer small {
	color: #8f8f8f;
	font-size: 1.3rem;
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 1400px) {
	footer {
		margin-right: 13.5%;
	}
}
@media screen and (max-width: 1200px) {
	footer ul li {
		margin-right: 30px;
	}
	footer ul li a {
		font-size: 1.4rem;
	}
	footer small {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 1100px) {
	footer ul {
		text-align: center;
	}
	footer ul li {
		margin-right: 15px;
	}
	footer ul li a {
		font-size: 1.2rem;
	}
	footer small {
		font-size: 1rem;
		position: static;
		margin-top: 20px;
		display: block;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	footer {
		margin-top: 40px;
		margin-right: 0;
		padding: 20px 0 50px;
	}
	footer ul li a {
		font-size: 1.1rem;
	}
	footer small {
		line-height: 1.6;
		margin-top: 15px;
		padding: 0 15px;
	}
}

/* box_pagetop
----------------------------------------------------- */
#box_pagetop {
	position: fixed;
	width: 60px;
	height: 60px;
	right: 190px;
	bottom: 95px;
	display: none;
	z-index: 100;
}

@media screen and (max-width: 1400px) {
	#box_pagetop {
		right: 190px;
	}
}
@media screen and (max-width: 768px) {
	#box_pagetop {
		width: 30px;
		height: 30px;
		right: 2%;
		bottom: 40px;
	}
}

/* list_pager
----------------------------------------------------- */
.list_pager {
	text-align: center;
}
.list_pager li {
	display: inline-block;
	margin: 0 3px;
}
.list_pager li a,
.list_pager li span {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 2px;
	text-align: center;
	line-height: 50px;
	font-size: 1.7rem;
	color: #ffffff;
	background-color: #cccccc;
	text-decoration: none;
}
.list_pager li a:hover,
.list_pager li span {
	background-color: #4f4f4f;	
}
/* add takahashi */
.list_pager li span.dots {
	background-color: #fff;	
	color: #000;
}
/* add takahashi */
.list_pager li:first-child a,
.list_pager li:last-child a {
	width: 90px;
}

@media screen and (max-width: 768px) {
	.list_pager {
		width: 94.8%;
		margin: 0 auto;
	}
	.list_pager li {
		margin: 0 0.5px;
	}
	.list_pager li a,
	.list_pager li span {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 1.2rem;
	}
	.list_pager li:first-child a,
	.list_pager li:last-child a {
		width: 50px;
	}
}

/* list_category
----------------------------------------------------- */
.list_category {
	margin: 40px 0 60px;
}
.list_category li {
	float: left;
	width: calc(94%/4);
	margin-right: 2%;
	display: table;
}
.list_category.style2 li {
	width: calc(96%/3);
	margin-right: 2% !important;
}
/* add takahashi */
.list_category li.list_progress {
	margin-bottom: 1.2%;
}
/* add takahashi */
.list_category li a {
	display: table-cell;
	height: 60px;
	border: 1px solid #b59059;
	color: #b59059;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-size: 1.4rem;
	line-height: 1.4;
	box-sizing: border-box;
}
.list_category li a:hover,
.list_category li span {
	display: table-cell;
	height: 60px;
	border: 1px solid #b59059;
	background-color: #b59059;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-size: 1.4rem;
	line-height: 1.4;
}
.list_category li:nth-child(4n),
.list_category.style2 li:nth-child(3) {
	margin-right: 0 !important;
}

@media screen and (max-width: 1000px) {
	.list_category li a {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 768px) {
	.list_category {
		width: 94.8%;
		margin: 20px auto 25px;
	}
	.list_category li {
		width: calc(98%/2);
		margin-right: 2%;
		margin-bottom: 6px;
	}
	.list_category li a {
		height: 55px;
		font-size: 1.2rem;
	}
	.list_category li a:hover,
	.list_category li span {
		height: 55px;
		font-size: 1.2rem;
	}
	.list_category li:nth-child(2n) {
		margin-right: 0;
		/*float: right;*/
	}
}

/* top_slider
----------------------------------------------------- */
#slider {
	position: relative;
}
#slider h1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
}
#slider ul {
	z-index: 10;
}
#slider .bx-pager {
	text-align: center;
	position: absolute;
	z-index: 50;
	bottom: 2%;
	width: 100%;
}
#slider .bx-pager a {
	width: 8.2%;
	display: inline-block;
	margin: 0 5px;
	border: 2px solid rgba(255,255,255,0);
}
#slider .bx-pager a.active {  
	border: 2px solid #b08b58; 
} 
#slider .news {
	position: absolute;
	z-index: 50;
	top: 3.3%;
	left: 16%;
	width: 68%;
	height: 40px;
	display: table;
	color: #ffffff;
	font-size: 1.6rem;
}
#slider .news dt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 13%;
	background-color: rgba(255,255,255,0.3);
}
#slider .news dd {
	display: table-cell;
	vertical-align: middle;
	width: 87%;
	padding: 0 2% 0 3%;
	background-color: rgba(0,0,0,0.3);
	line-height: 1.2;
}
/* add takahashi */
#slider .news dd a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#slider .news dd a:hover {
	border-bottom: none;
	color: #ecc806;
}
/* add takahashi */

@media screen and (max-width: 1350px) {
	#slider .news {
		left: 7.5%;
		width: 85%;
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 768px) {
	#slider .bx-pager {
		bottom: 4.3%;
		left: 0;
	}
	#slider .bx-pager a {
		width: 20%;
		margin: 0 2px;
	}
	#slider .news {
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		font-size: 1.2rem;
	}
	#slider .news dt {
		width: 17%;
	}
	#slider .news dd {
		width: 83%;
		padding: 5px 2% 5px 3%;
		line-height: 1.6;
	}
	#slider .news dd span {
		display: block;
	}
}

/* top_about
----------------------------------------------------- */
#top_about {
	margin-top: 80px;
}
#top_about .txt {
	margin: 40px 0 93px;
	text-align: center;
}
#top_about .txt p {
	font-size: 2.2rem;
	line-height: 1.5;
	margin-bottom: 40px;
}
#top_about ul.logo {
    margin: 80px auto 0;
}
#top_about ul.logo li {
    width: 47.1%;
    float: left;
    text-align: center;
}
#top_about ul.logo li:first-child {
    margin: 0 5.8% 0px 0;
}
#top_about ul.logo li img {
	width: 28.5%;
	height: auto;
	margin-bottom: 30px;
}

#top_about .btn_white {
	margin: 43px auto 0;
}
#top_about .list_pr {
	margin: 55px auto 0;
	border: 1px solid #e6e6e6;
	width: 71.6%;
	padding: 14px 0 33px;
}
#top_about .list_pr h4 {
	text-align: right;
	margin-right: 23px;
	margin-bottom: 5px;
	font-size: 1.6rem;
	font-weight: normal;
}
#top_about .list_pr ul {
	width: 83.7%;
	margin: 0 auto;
}
#top_about .list_pr ul li {
	width: 26.4%;
	float: left;
	margin: 0 3.4%;
}
.tit_kyousan {
	color: #b08b58;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 60px;
}
.tit_kyousan_emb {
	color: #b08b58;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
}
.tit_kyousan_partner {
	color: #b08b58;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
}
.l_kyousan {
	width: 197px;
	margin: 32px auto 0;
}
.l_kyousan_2 {
	width: 223px;
	margin: 32px auto 0;
}
.l_kyousan_3 {
	width: 79px;
	margin: 32px auto 0;
}
.list_kyousan {
	width: 90%;
	text-align: center;
	margin: 32px auto 0;
}
.list_kyousan li {
	float: left;
	width: 23.4%;
	margin-right: 2.1%;
	margin-bottom: 20px;
	text-align: center;
}
.list_kyousan li img {
	width: auto;
	height: 50px;
}
.list_kyousan li:nth-child(1) img {
	width: auto;
	height: 40px;
	margin-top: 10px;
}
.list_kyousan li:nth-child(4),
.list_kyousan li:nth-child(8) {
	margin-right: 0;
}
.txt_kyousan {
	color: #000;
	text-align: center;
	font-size: 1.5rem;
	margin-top: 32px;
}
.block_kouen {
	width: 90%;
	margin: 32px auto;
	text-align: center;
}
.block_kouen span {
	font-size: 1.5rem;
	margin-right: 12px;
	line-height: 2.4;
	border-bottom: 1px solid #b08b58;
	padding-bottom: 5px;
}
.block_kouen span a {
	color: #000;
	text-decoration: none;
}
ul.suppoter {
	width: 90%;
	margin: 0 auto;
}
ul.suppoter li {
	float: left;
	width: 50%;
	text-align: center;
}
ul.suppoter li h4 {
	margin-bottom: 80px;
}
ul.suppoter li p {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
}

ul.suppoter li img {
	width: 30%;
}


@media screen and (max-width: 1100px) {
	.list_kyousan li img {
		height: 30px;
	}
	.list_kyousan li:nth-child(1) img {
		height: 30px;
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#top_about {
		margin-top: 30px;
	}
	#top_about .txt {
		width: 96.6%;
		margin: 20px auto 35px;
		text-align: left;
	}
	#top_about .txt p {
		font-size: 1.2rem;
		margin-bottom: 22px;
	}
	#top_about ul.logo {
	    margin: 40px auto 0;
	}
	#top_about ul.logo li {
	    width: 100%;
	}
	#top_about ul.logo li img {
		width: 37%;
		margin-bottom: 15px;
	}
	#top_about .btn_white {
		margin: 20px auto 0;
	}
	#top_about .list_pr {
		margin: 25px auto 0;
		width: 83.7%;
		padding: 8px 0 18px;
	}
	#top_about .list_pr h4 {
		margin-right: 10px;
		margin-bottom: 5px;
		font-size: 1.2rem;
	}
	#top_about .list_pr ul {
		width: 94%;
		margin: 0 auto;
	}
	#top_about .list_pr ul li {
		width: 27.2%;
		margin: 0 3%;
	}
	.tit_kyousan {
		margin-top: 30px;
	}
	.tit_kyousan_emb {
		margin-top: 15px;
	}
	.l_kyousan {
		width: 35%;
		margin: 16px auto 0;
	}
	.l_kyousan_2 {
		width: 40%;
		margin: 16px auto 0;
	}
	.list_kyousan {
		width: 80%;
		margin: 25px auto 0;
	}
	.list_kyousan li {
		width: 44%;
		margin-right: 6%;
		margin-bottom: 12px;
	}
	.list_kyousan li:nth-child(2),
	.list_kyousan li:nth-child(4) {
		margin-right: 0;
	}
	.list_kyousan li img {
		height: 30px;
	}
	.list_kyousan li:nth-child(1) img {
		height: 30px;
	}
	.txt_kyousan {
		font-size: 1.2rem;
	}
	.block_kouen {
		margin-top: 16px;
	}
	.block_kouen span {
		font-size: 1.2rem;
		line-height: 2.1;
	}
	ul.suppoter li {
		width: 100%;
		margin-bottom: 24px;
	}
	ul.suppoter li p {
		font-size: 1.2rem;
	}
	ul.suppoter li h4 {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 320px) {
	.list_kyousan li img {
		height: 25px;
	}
	.list_kyousan li:nth-child(1) img {
		height: 25px;
	}
}
/* top_redu35, top_clubred
----------------------------------------------------- */
#top_redu35 {
	margin-top: 40px;
}
#top_clubred {
	margin-top: 50px;
}
.style1 h2.color {
	padding-bottom: 24px;
}
.style1 .txt {
	width: 74.6%;
	margin: 35px auto 40px;
	font-size: 1.7rem;
	line-height: 1.6;
}
.style1 .txt .mb25 {
	margin-bottom: 25px;
}
.style1 .btn_white {
	margin: 0 auto;
}
.list_article {
	width: 100%;
	margin-bottom: 65px;
}
.list_article li {
	display: inline-block;
	vertical-align: top;
	width: 30.6%;
	margin-right: 2.5%;
	position: relative;
	padding-top: 32px;
	margin-top: 30px;
}
.list_article li:nth-child(3) {
	margin-right: 0;
}
.list_article li .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 1.2rem;
	color: #ffffff;
	background-color: #b59059;
}
.list_article li .ttl {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 18px;
	line-height: 1.5;
	margin-bottom: 15px;
}
/* add takahashi */
.list_article li .ttl a {
	color: #000;
	text-decoration: none;
	/*border-bottom: 1px solid #000;*/
}
.list_article li .ttl a:hover {
	border-bottom: none;
	color: #ecc806;
}
/* add takahashi */
.list_article li .ttl2 {
	font-size: 1.6rem;
	margin-top: 16px;
	line-height: 1.5;
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 8px;
	margin-bottom: 13px;
}
/* add takahashi */
.list_article li .ttl2 a {
	color: #000;
	text-decoration: none;
/*	border-bottom: 1px solid #000;
	padding-bottom: 3px;*/
}
.list_article li .ttl2 a:hover {
	border-bottom: none;
	color: #ecc806;
}
/* add takahashi */
.list_article li .txt2 {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 13px;
}
.list_article li .info .label {
	display: inline-block;
	min-width: 90px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.2rem;
	background-color: #dcdcdc;
	border-radius: 4px;
	margin-right: 5px;
}
.list_article li .info .date {
	float: right;
	line-height: 30px;
	font-size: 1.2rem;
}
.list_article li.large {
	float: none;
	display: inline-block;
	width: 100%;
	margin-right: 0;
	padding-top: 48px;
	margin-top: 20px;
}
.list_article li.large > .img {
	width: 50%;
	float: left;
}
.list_article li.large > div {
	width: 46%;
	float: right;
}
.list_article li.large .icon {
	width: 95px;
	height: 32px;
	line-height: 32px;
	font-size: 1.5rem;
}
.list_article li.large .ttl {
	font-size: 2.5rem;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #e6e6e6;
	position: relative;	
}
.list_article li.large .ttl span {
	display: block;
	font-size: 2rem;
}
.list_article li.large .ttl::after {
	position: absolute;
	display: block;
	content: "";
	height: 2px;
	width: 100%;
	background: url(/common/images/line_colors03.gif) left bottom no-repeat;
	bottom: -2px;
	left: 0;
}
.list_article li.large .info .label {
	min-width: 100px;
	width: auto;
	height: 36px;
	line-height: 36px;
	font-size: 1.4rem;
	margin-right: 18px;
	padding: 0 6px;
}
.list_article li.large .info .txt {
	margin-top: 22px;
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.7;
}
.list_article li.large .info .date {
	font-size: 1.5rem;
	color: #9b9b9b;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
	.style1 .txt {
		width: 100%;
	}
	.list_article li .info .label {
		width: 70px;
		height: 25px;
		line-height: 25px;
		font-size: 1rem;
	}
	.list_article li.large .ttl {
		font-size: 1.8rem;
		margin-bottom: 20px;
		padding-bottom: 13px;	
	}
	.list_article li.large .ttl span {
		font-size: 1.5rem;
	}
	.list_article li.large .info .label {
		height: 30px;
		line-height: 30px;
		font-size: 1.2rem;
		margin-right: 13px;
	}
	.list_article li.large .info .txt {
		margin-top: 15px;
		margin-bottom: 5px;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.list_article li.large .info .date {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 768px) {
	#top_clubred {
		margin-top: 40px;
	}
	.style1 h2.color {
		padding-bottom: 13px;
	}
	.style1 .txt {
		width: 96.6%;
		margin: 28px auto 28px;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.style1 .txt .mb25 {
		margin-bottom: 15px;
	}
	.list_article {
		margin-top: 50px;
		margin-bottom: 30px;
		border-bottom: 1px solid #e5e5e5;
	}
	.list_article li,
	.list_article li.large {
		float: none;
		width: 100%;
		margin-right: 0;
		border-top: 1px solid #e5e5e5;
		display: table;
		padding-top: 0;
		margin-top: 0;
	}
	.list_article li .img,
	.list_article li.large .img {
		display: table-cell;
		width: 135px;
		height: 125px;
		vertical-align: top;
		float: none;
	}
	.list_article li .img img,
	.list_article li.large .img img {
		width: 137.5px;
		height: 125px;
		object-fit: cover;
	}
	.list_article li > div,
	.list_article li.large > div {
		display: table-cell;
		width: auto;
		vertical-align: middle;
		padding: 5px;
		float: none;
	}
	.list_article li .icon,
	.list_article li.large .icon {
		position: static;
		top: auto;
		left: auto;
		width: 42px;
		height: 18px;
		line-height: 20px;
		font-size: 1.1rem;
		letter-spacing: 0.1em;
	}
	.list_article li .ttl,
	.list_article li .ttl2,
	.list_article li.large .ttl {
		font-size: 1.3rem;
		margin-top: 10px;
		line-height: 1.4;
		margin-bottom: 10px;
		font-weight: bold;
		padding-bottom: 0;
		border-bottom: none;
	}
	.list_article li.large .ttl span {
		font-size: 1.1rem;
		display: none;
	}
	.list_article li.large .ttl::after {
		display: none;
	}
	.list_article li .info .label,
	.list_article li.large .info .label {
		width: auto;
		min-width: 3em;
		height: 20px;
		line-height: 20px;
		font-size: 0.9rem;
		border-radius: 3px;
		margin-right: 2px;
		padding: 0 2px;
	}
	.list_article li .info .date,
	.list_article li.large .info .date {
		line-height: 20px;
		font-size: 0.9rem;
		color: #000000;
		font-weight: normal;
	}
	.list_article li.large .info .txt,
	.list_article .txt2 {
		display: none;
	}
}

/* top_chef
----------------------------------------------------- */
#top_chef {
	margin-top: 70px;
}
#top_chef .head_txt {
	margin-bottom: 50px;
}
#top_chef .btn_white {
	margin: 0 auto;
}
#top_chef .list_chef {
	margin-top: 65px;
}
#top_chef .list_chef li {
	margin-bottom: 50px;
}
#top_chef .list_chef .box_right {
	float: left;
	width: 50%;
}
#top_chef .list_chef .box_left {
	float: right;
	width: 47.5%;
}
#top_chef .list_chef .box_left .box_left_inner > img {
	float: left;
	width: 27.2%;
}
#top_chef .list_chef .box_left .box_left_inner > div {
	float: right;
	width: 68.4%;
}
#top_chef .list_chef .box_left .prof {
	position: relative;
	background: url(/common/images/line_colors03.gif) left bottom no-repeat;
	padding-bottom: 9px;
}
#top_chef .list_chef .box_left .prof .name {
	font-size: 2.5rem;
	display: inline-block;
	line-height: 1.2;
}
#top_chef .list_chef .box_left .prof .lank {
	font-size: 1.4rem;
	display: inline-block;
	margin-left: 20px;
}
#top_chef .list_chef .box_left .prof .eggs {
	display: inline-block;
	text-align: right;
	float: right;
	margin-top: 3px;
}
#top_chef .list_chef .box_left .prof .eggs img {
	width: 20px;
}
#top_chef .list_chef .box_left .place {
	font-size: 1.4rem;
	padding-top: 5px;
	border-top: 1px solid #e6e6e6;
	margin-top: -1px;
}
#top_chef .list_chef .box_left .place .eggs {
	color: #707070;
	font-size: 2rem;
	line-height: 1.5;
}
#top_chef .list_chef .box_left .place .eggs li {
	padding-left: 25px;
	margin-bottom: 5px;
	font-size: 1.7rem;
}
#top_chef .list_chef .box_left .place li.red {
	background: url(/common/images/icon_egg01.jpg) left center no-repeat;
	background-size: 15px auto;
}
#top_chef .list_chef .box_left .place li.gold {
	background: url(/common/images/icon_egg02.jpg) left center no-repeat;
	background-size: 15px auto;
}
#top_chef .list_chef .box_left .place li.semi_gold {
	background: url(/common/images/icon_egg03.jpg) left center no-repeat;
	background-size: 15px auto;
}
#top_chef .list_chef .box_left .place li.silver {
	background: url(/common/images/icon_egg04.jpg) left center no-repeat;
	background-size: 15px auto;
}
#top_chef .list_chef .box_left .place li.bronze {
	background: url(/common/images/icon_egg05.jpg) left center no-repeat;
	background-size: 15px auto;
}
#top_chef .list_chef .box_left .place li.kishi {
	background: url(/common/images/icon_egg06.jpg) left center no-repeat;
	background-size: 14px auto;
}
#top_chef .list_chef .box_left .place li.taki {
	background: url(/common/images/icon_egg07.jpg) left center no-repeat;
	background-size: 14px auto;
}
#top_chef .list_chef .box_left .place li.nominee {
}
#top_chef .list_chef .box_left .prof_txt {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-top: 20px;
	margin-bottom: 50px;
}
/* add takahashi */
#top_chef .list_chef .box_left .prof_txt a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	line-height: 1.3;
	position: relative;
}
#top_chef .list_chef .box_left .prof_txt a:after {
	position: absolute;
	top: 100%;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 15px;/*画像の幅*/
	height: 15px;/*画像の高さ*/
	background-image: url(/common/images/newopen.png);
	background-size: contain;
	margin-top: -15px;
	margin-left: 5px;
}
#top_chef .list_chef .box_left .prof_txt a:hover {
	border-bottom: none;
	color: #ecc806;
}
/* add takahashi */
#top_chef .btns {
	width: 620px;
	margin: 0 auto;
}
#top_chef .btns p {
	float: left;
	margin: 0 20px;
}

@media screen and (max-width: 1200px) {
	#top_chef .list_chef .box_left .prof {
		margin-top: 0;
	}
	#top_chef .list_chef .box_left .prof .name {
		font-size: 2.2rem;
	}
	#top_chef .list_chef .box_left .prof .lank {
		font-size: 1.2rem;
		margin-left: 10px;
	}
	#top_chef .list_chef .box_left .prof .eggs {
		margin-top: 6px;
	}
	#top_chef .list_chef .box_left .prof .eggs img {
		width: 15px;
	}
	#top_chef .list_chef .box_left .place {
		font-size: 1.3rem;
		line-height: 1.2;
	}
	#top_chef .list_chef .box_left .prof_txt {
		font-size: 1.4rem;
		margin-top: 15px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1000px) {
	#top_chef .list_chef .box_right {
		width: 40%;
	}
	#top_chef .list_chef .box_left {
		width: 57.5%;
	}
}
@media screen and (max-width: 768px) {
	#top_chef {
		margin-top: 35px;
	}
	#top_chef .head_txt {
		margin-bottom: 22px;
	}
	#top_chef .list_chef {
		margin-top: 30px;
	}
	#top_chef .list_chef li {
		margin-bottom: 40px;
	}
	#top_chef .list_chef .box_right {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}
	#top_chef .list_chef .box_left {
		float: none;
		width: 94.8%;
		margin: 0 2.6%;
	}
	#top_chef .list_chef .box_left .box_left_inner > img {
		margin-left: 2%
	}
	#top_chef .list_chef .box_left .prof {
		background: url(/common/images/line_colors03.gif) left bottom no-repeat;
		background-size: 50px 1px;
		padding-bottom: 6px;
		margin-top: 0;
	}
	#top_chef .list_chef .box_left .prof .name {
		font-size: 1.5rem;
	}
	#top_chef .list_chef .box_left .prof .lank {
		font-size: 1.1rem;
		margin-left: 5px;
	}
	#top_chef .list_chef .box_left .prof .eggs img {
		width: 10px;
	}
	#top_chef .list_chef .box_left .place {
		font-size: 1.2rem;
		padding-top: 5px;
	}
	#top_chef .list_chef .box_left .place .eggs li {
		padding-left: 15px;
		font-size: 1.2rem;
	}
	#top_chef .list_chef .box_left .place .eggs li.red {
		background: url(/common/images/icon_egg01.jpg) left center no-repeat;
		background-size: 10px auto;
	}
	#top_chef .list_chef .box_left .place .eggs li.gold {
		background: url(/common/images/icon_egg02.jpg) left center no-repeat;
		background-size: 10px auto;
	}
	#top_chef .list_chef .box_left .place .eggs li.semi_gold {
		background: url(/common/images/icon_egg03.jpg) left center no-repeat;
		background-size: 10px auto;
	}
	#top_chef .list_chef .box_left .place .eggs li.silver {
		background: url(/common/images/icon_egg04.jpg) left center no-repeat;
		background-size: 10px auto;
	}
	#top_chef .list_chef .box_left .place .eggs li.bronze {
		background: url(/common/images/icon_egg05.jpg) left center no-repeat;
		background-size: 10px auto;
	}
	#top_chef .list_chef .box_left .place .eggs li.kishi {
		background: url(/common/images/icon_egg06.jpg) left center no-repeat;
		background-size: 10px auto;
	}
	#top_chef .list_chef .box_left .place .eggs li.taki {
		background: url(/common/images/icon_egg07.jpg) left center no-repeat;
		background-size: 10px auto;
	}

	#top_chef .list_chef .box_left .prof_txt {
		font-size: 1.2rem;
		line-height: 1.6;
		margin-top: 16px;
		margin-bottom: 15px;
	}
	#top_chef .list_chef .box_left .prof_txt a:after {
		right: -17px;
		width: 12px;/*画像の幅*/
		height: 12px;/*画像の高さ*/
		margin-top: -12px;
	}
	#top_chef .btns {
		width: 100%;
		max-width: 350px;
	}
	#top_chef .btns p {
		margin: 0 1.5%;
		width: 47%;
	}
	#top_chef .btns p a {
		background: url(/common/images/icon_arrow01.gif) 96% center no-repeat;
		background-size: 13px 3px;
	}
}

/* top_clumn
----------------------------------------------------- */
#top_clumn {
	margin-top: 130px;
}
#top_clumn .list_article li.large .info .btn_white {
	clear: both;
	margin: 60px auto 0;
	max-width: 376px;
	width: 75%;
}
#top_clumn .inner >  .btn_white {
	margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
	#top_clumn {
		margin-top: 40px;
	}
	#top_clumn .list_article li.large .info .btn_white {
		margin: 30px auto 0;
	}
	#top_clumn .list_article li.large .info .btn_white a {
		height: 40px;
		line-height: 40px;
		font-size: 1.4rem;
	}
	#top_clumn .list_article li.large .info .btn_white {
		margin-bottom: 20px;
		display: none;
	}

	#top_clumn .inner >  .btn_white {
		margin: 0 auto;
	}
}

/* top_sns, page_sns
----------------------------------------------------- */
#top_sns,
#page_sns {
	margin-top: 60px;
	padding-top: 40px;
	padding-bottom: 70px;
	background-color: #faf9f3;
}
#page_sns {
	padding-bottom: 1px;
}
#page_sns h2 {
	font-size: 3rem;
	padding-bottom: 13px;
}
#top_sns ul,
#page_sns ul {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
#top_sns li,
#page_sns li {
	display: inline-block;
}
#top_sns li a,
#page_sns li a {
	color: #000000;
	font-size: 1.6rem;
}
#top_sns li img,
#page_sns li img {
	display: block;
	width: 64px;
	margin: 0 32px 15px;
}
#top_sns .timeline {
	width: 84%;
	margin: 0 auto;
}
#top_sns .timeline .box_fb {
	width: 47%;
	float: left;
}
#top_sns .timeline .box_tw {
	width: 47%;
	float: right;
}
.fb-page {
    display:block !important;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    height: 405px;
}

@media screen and (max-width: 1200px) {
	#top_sns .timeline {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#top_sns,
	#page_sns {
		margin-top: 40px;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	#page_sns h2 {
		font-size: 2rem;
		padding-bottom: 7px;
	}
	#top_sns ul,
	#page_sns ul {
		margin: 23px auto 0;
		width: 170px;
	}
	#top_sns ul li,
	#page_sns ul li {
		margin-bottom: 20px;
	}
	#top_sns li a,
	#page_sns li a {
		font-size: 1.2rem;
	}
	#top_sns li img,
	#page_sns li img {
		width: 50px;
		margin: 0 15px 7px;
	}
	#top_sns .timeline {
		width: 84%;
	}
	#top_sns .timeline .box_fb {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	#top_sns .timeline .box_tw {
		width: 100%;
		float: none;
	}
}

#foot_sns {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
#foot_sns ul {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
#foot_sns li {
	display: inline-block;
	vertical-align: middle;
}
#foot_sns li a {
	color: #000000;
	font-size: 1.6rem;
}
#foot_sns li img {
	display: block;
	width: 32px;
	margin: 0 32px;
}
@media screen and (max-width: 768px) {
	#foot_sns {
		margin: 20px 0;
		padding: 20px 0;
	}
	#foot_sns ul {
		margin: 23px auto 0;
	}
	#foot_sns ul li {
		margin-bottom: 20px;
	}
	#foot_sns li a {
		font-size: 1.2rem;
	}
	#foot_sns li img {
		width: 42px;
		margin: 0 20px 7px;
	}
}

/* page_clubred
----------------------------------------------------- */
#page_clubred .copy {
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.6;
	margin: 34px 0 80px;
}
#page_clubred .box_clubred ul {
	margin-top: 50px;
}
#page_clubred .box_clubred li {
	margin-bottom: 60px;
}
#page_clubred .box_clubred li h4 {
	font-weight: normal;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
#page_clubred .box_clubred li p {
	font-size: 1.7rem;
	line-height: 1.7;
	margin-bottom: 32px;
}
#page_clubred .box_clubred .btn_white {
	margin: 60px auto 100px;
}
#page_clubred .box_projects {
	margin-top: 40px;
}
#page_clubred .box_projects h4 {
	font-size: 1.7rem;
	font-weight: normal;
}
#page_clubred .box_projects h3.mb50 {
	margin-bottom: 50px;
}
#page_clubred .box_projects .copy2 {
	font-size: 1.7rem;
	margin: 50px 0 45px;
}
#page_clubred .box_projects .list_judges li {
	float: left;
	width: 31.6%;
	margin-right: 2.6%;
}
#page_clubred .box_projects .list_judges li:nth-child(3) {
	margin-right: 0;
}
#page_clubred .box_projects .list_judges li p {
	font-size: 2.5rem;
	margin-top: 30px;
}
#page_clubred .box_projects .btn_white {
	margin: 60px auto 100px;
}
#page_clubred .box_projects .list_article {
	margin-top: 60px;
}
#page_clubred .box_projects .list_article li:nth-child(3) {
	margin-right: 2.5%;
}
#page_clubred .box_projects .list_article li:nth-child(3n + 2) {
	margin-right: 0;
}

@media screen and (max-width: 1000px) {
	#page_clubred .copy {
		font-size: 2rem;
		margin: 30px 0 70px;
	}
	#page_clubred .box_clubred ul {
		margin-top: 40px;
	}
	#page_clubred .box_clubred li {
		margin-bottom: 50px;
	}
	#page_clubred .box_clubred li h4 {
		font-size: 2.4rem;
		margin-bottom: 25px;
	}
	#page_clubred .box_clubred li p {
		font-size: 1.6rem;
		margin-bottom: 25px;
	}
	#page_clubred .box_clubred .btn_white {
		margin: 45px auto 75px;
	}
	#page_clubred .box_projects .copy2 {
		margin: 40px 0 35px;
	}
	#page_clubred .box_projects .list_judges li p {
		font-size: 2.1rem;
		margin-top: 15px;
	}
	#page_clubred .box_projects .btn_white {
		margin: 45px auto 75px;
	}
}
@media screen and (max-width: 768px) {
	#page_clubred .copy {
		font-size: 1.2rem;
		line-height: 1.7;
		margin: 20px auto 35px;
		width: 94.8%;
	}
	#page_clubred .box_clubred ul {
		margin: 25px auto 0;
		width: 94.8%;
	}
	#page_clubred .box_clubred li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	#page_clubred .box_clubred li h4 {
		font-size: 1.7rem;
		letter-spacing: 0;
		margin-bottom: 15px;
	}
	#page_clubred .box_clubred li p {
		font-size: 1.2rem;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	#page_clubred .box_clubred .btn_white {
		margin: 30px auto 50px;
		width: 220px;
	}
	#page_clubred .box_projects {
		margin-top: 20px;
	}
	#page_clubred .box_projects h4 {
		font-size: 1.2rem;
		width: 94.8%;
		margin: 0 auto;
	}
	#page_clubred .box_projects h3.mb50 {
		margin-bottom: 25px;
	}
	#page_clubred .box_projects .copy2 {
		font-size: 1.2rem;
		width: 94.8%;
		margin: 20px auto 18px;
		line-height: 1.5;
	}
	#page_clubred .box_projects .list_judges {
		width: 94.8%;
		margin: 0 auto;
	}
	#page_clubred .box_projects .list_judges li p {
		font-size: 1.3rem;
		margin-top: 8px;
	}
	#page_clubred .box_projects .btn_white {
		margin: 30px auto 50px;
		width: 220px;
	}
	#page_clubred .box_projects .list_article {
		margin-top: 30px;
	}
}

/* page_clubred_detail
----------------------------------------------------- */
#page_clubred_detail .box_article {
	margin-top: -30px;
}
#page_clubred_detail .box_article .labels {
	border-bottom: 3px solid #e6e6e6;
	padding-bottom: 27px;
	margin-bottom: 54px;
	position: relative;
}
#page_clubred_detail .box_article .labels::after {
	position: absolute;
	display: block;
	content: "";
	height: 3px;
	width: 100%;
	background: url(/common/images/line_colors01.gif) left bottom no-repeat;
	bottom: -3px;
	left: 0;
}
#page_clubred_detail .box_article .labels .label {
	display: inline-block;
	min-width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 1.4rem;
	background-color: #dcdcdc;
	border-radius: 4px;
	margin-right: 15px;
	padding: 0 10px;
}
#page_clubred_detail .box_article .labels .date {
	position: absolute;
	right: 0;
	top: 23px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #9b9b9b;
}
#page_clubred_detail .box_article p {
	font-size: 1.7rem;
	line-height: 1.7;
	margin-bottom: 35px;
}
#page_clubred_detail .box_article h4 {
	font-size: 1.7rem;
	font-weight: normal;
	margin-bottom: 10px;
}
#page_clubred_detail .box_article h4::before {
	display: inline-block;
	content: "▼";
}
#page_clubred_detail .box_article img {
	width: 50%;
	margin-bottom: 35px;
	margin-top: 10px;
}
#page_clubred_detail .btn_white {
	width: 367px;
	margin: 55px auto 0;
}
#page_clubred_detail_footer .btn_white {
	width: 367px;
	margin: 55px auto 0;
}
#page_clubred_detail .box_chef {
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	padding: 57px 0 88px;
	margin-top: 90px;
}
#page_clubred_detail .box_chef h3 {
	font-size: 3.5rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-bottom: 53px;
}
#page_clubred_detail .box_chef ul li {
	width: 31.6%;
	height:150px;
	height: auto!important;
	min-height: 120px;
	float: left;
	margin-right: 2.6%;
	margin-bottom: 20px;
}
#page_clubred_detail .box_chef ul li:nth-child(3n) {
	margin-right: 0;
}
#page_clubred_detail .box_chef ul li .img1 {
	position: relative;
    width: 280px;
    height: 190px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 15px;
}
#page_clubred_detail .box_chef ul li .img1 img {
	position: relative;
  	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin-bottom: 10px;
}
#page_clubred_detail .box_chef ul li .img2 {
	float: left;
	width: 36.3%;
}
#page_clubred_detail .box_chef ul li dl {
	float: right;
	width: 59.2%;
}
#page_clubred_detail .box_chef ul li dt {
	font-size: 2.5rem;
	margin-bottom: 20px;
}
/* add takahashi */
#page_clubred_detail .box_chef ul li dt a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	line-height: 1.3;
}
#page_clubred_detail .box_chef ul li dt a:hover {
	border-bottom: none;
	color: #ecc806;
}
/* add takahashi */

#page_clubred_detail .box_chef ul li dd {
	font-size: 1.5rem;
	line-height: 1.5;
}
#page_clubred_detail .box_chef ul li dd a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	position: relative;
}
#page_clubred_detail .box_chef ul li dd a:after {
	position: absolute;
	top: 100%;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 15px;/*画像の幅*/
	height: 15px;/*画像の高さ*/
	background-image: url(/common/images/newopen.png);
	background-size: contain;
	margin-top: -15px;
	margin-left: 5px;
}
#page_clubred_detail .box_chef ul li dd a:hover {
	border-bottom: none;
	color: #ecc806;
}

#page_clubred_detail .box_partner {
	background-color: #f4f4f4;
	padding: 50px 0 40px;
	margin-top: 80px;
}
#page_clubred_detail .box_partner h3 {
	font-size: 2.6rem;
	margin-bottom: 40px;
	font-weight: normal;
}
#page_clubred_detail .box_partner li {
	width: 48%;
	margin-right: 2%;
	float: left;
	display: table;
	margin-bottom: 20px;
}
#page_clubred_detail .box_partner li:nth-child(2n) {
	margin-right: 0;
}
#page_clubred_detail .box_partner li p {
	display: table-cell;
}
#page_clubred_detail .box_partner li p.img {
	width: 108px;
}
#page_clubred_detail .box_partner li p.txt {
	font-size: 2rem;
	line-height: 1.4;
	vertical-align: middle;
	width: auto;
	padding-left: 25px;
}
/* add takahashi */
#page_clubred_detail .box_partner li p.txt a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	position: relative;
}
#page_clubred_detail .box_partner li p.txt a:after {
	position: absolute;
	top: 100%;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 15px;/*画像の幅*/
	height: 15px;/*画像の高さ*/
	background-image: url(/common/images/newopen.png);
	background-size: contain;
	margin-top: -15px;
	margin-left: 5px;
}

#page_clubred_detail .box_partner li p.txt a:hover {
	border-bottom: none;
	color: #ecc806;
}
/* add takahashi */

@media screen and (max-width: 1300px) {
	#page_clubred_detail .box_chef ul li dt {
		font-size: 2.2rem;
		margin-bottom: 15px;
	}
	#page_clubred_detail .box_chef ul li dd {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 1100px) {
	#page_clubred_detail .box_chef ul li dt {
		font-size: 1.8rem;
		margin-bottom: 7px;
	}
	#page_clubred_detail .box_chef ul li dd {
		font-size: 1.3rem;
	}
	#page_clubred_detail .box_partner {
		padding: 40px 0 30px;
		margin-top: 60px;
	}
	#page_clubred_detail .box_partner h3 {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	#page_clubred_detail .box_partner li p.img {
		width: 88px;
	}
	#page_clubred_detail .box_partner li p.txt {
		font-size: 1.7rem;
		padding-left: 18px;
	}
}
@media screen and (max-width: 768px) {
	#page_clubred_detail .box_article {
		margin-top: -13px;
	}
	#page_clubred_detail .box_article .labels {
		border-bottom: 2px solid #e6e6e6;
		margin-bottom: 20px;
		padding: 0 2.6% 15px;
	}
	#page_clubred_detail .box_article .labels::after {
		width: 80px;
		height: 2px;
		background: url(/common/images/line_colors01.gif) left bottom no-repeat;
		background-size: 80px 2px;
		bottom: -2px;
		left: 0;
	}
	#page_clubred_detail .box_article .labels .label {
		width: auto;
		min-width: 4em;
		height: 22px;
		line-height: 22px;
		font-size: 1rem;
		margin-right: 5px;
		border-radius: 3px;
		padding: 1px 7px 0;
	}
	#page_clubred_detail .box_article .labels .date {
		right: 2.6%;
		top: 12px;
		font-size: 1rem;
		font-weight: normal;
	}
	#page_clubred_detail .box_article p {
		font-size: 1.2rem;
		line-height: 1.6;
		width: 94.8%;
		margin: 0 auto 20px;
	}
	#page_clubred_detail .box_article h4 {
		font-size: 1.2rem;
		width: 94.8%;
		margin: 0 auto 8px;
	}
	#page_clubred_detail .box_article img {
		width: 80%;
		margin: 0 0 20px 2.6%;
	}
	#page_clubred_detail .btn_white {
		width: 190px;
		margin: 28px auto 0;	
	}
	#page_clubred_detail_footer .btn_white {
		width: 190px;
		margin: 28px auto 0;	
	}
	#page_clubred_detail .box_chef {
		border-top: none;
		border-bottom: none;
		padding: 0;
		margin-top: 40px;
	}
	#page_clubred_detail .box_chef h3 {
		font-size: 1.7rem;
		margin-bottom: 0;
		padding: 0 2.6% 11px;
		border-bottom: 2px solid #e6e6e6;
	}
	#page_clubred_detail .box_chef ul {
		width: 94.8%;
		margin: 0 auto;
	}
	#page_clubred_detail .box_chef ul li {
		width: 100%;
		float: none;
		margin-right: 0;
		display: table;
		border-bottom: 1px solid #e6e6e6;
		padding: 10px 0;
	}
	#page_clubred_detail .box_chef ul li .img1 {
		margin-bottom: 0;
		width: 90px;
		height: 90px;
		display: table-cell;
		vertical-align: top;
		padding-right: 6px;
	}
	#page_clubred_detail .box_chef ul li .img2 {
		float: none;
		width: 90px;
		height: 90px;
		display: table-cell;
		vertical-align: top;
	}
	#page_clubred_detail .box_chef ul li .img1 img,
	#page_clubred_detail .box_chef ul li .img2 img {
		width: 90px;
		height: 90px;
		display: table-cell;
		object-fit: cover;
	}
	#page_clubred_detail .box_chef ul li dl {
		float: none;
		width: auto;
		display: table-cell;
		vertical-align: top;
		padding-left: 2%;
	}
	#page_clubred_detail .box_chef ul li dt {
		font-size: 1.4rem;
		margin-bottom: 5px;
		line-height: 1.3;
	}
	#page_clubred_detail .box_chef ul li dd {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#page_clubred_detail .box_chef ul li dd a:after {
		right: -17px;
		width: 12px;/*画像の幅*/
		height: 12px;/*画像の高さ*/
		margin-top: -12px;
	}
	#page_clubred_detail .box_partner {
		background: none;
		padding: 0;
		margin-top: 40px;
	}
	#page_clubred_detail .box_partner h3 {
		font-size: 1.7rem;
		margin-bottom: 0;
		padding: 0 2.6% 11px;
		border-bottom: 2px solid #e6e6e6;
	}
	#page_clubred_detail .box_partner ul {
		width: 94.8%;
		margin: 0 auto;
	}
	#page_clubred_detail .box_partner ul li {
		width: 100%;
		float: none;
		margin-right: 0;
		display: table;
		border-bottom: 1px solid #e6e6e6;
		padding: 10px 0;
		margin-bottom: 0;
	}
	#page_clubred_detail .box_partner li p.img {
		width: 70px;
	}
	#page_clubred_detail .box_partner li p.txt {
		font-size: 1.4rem;
		padding-left: 15px;
	}
	#page_clubred_detail .box_partner li p.txt a:after {
		right: -20px;
		width: 15px;/*画像の幅*/
		height: 15px;/*画像の高さ*/
		margin-top: -15px;
	}

}

/* page_keyword, page_keyword_detail
----------------------------------------------------- */
#page_keyword .copy {
	font-size: 1.7rem;
	margin-bottom: 45px;
}
.list_keywords {
	width: 80%;
	margin: 50px auto 0;
	padding-bottom: 73px;
}
.list_keywords li {
	width: 22.9%;
	float: left;
	margin: 0 1.05% 17px;
	display: table;
}
.list_keywords li a {
	display: table-cell;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	height: 60px;
	border: 1px solid #b59059;
	color: #b59059;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.4;
}
.list_keywords li a:hover {
	color: #ffffff;
	background-color: #b59059;
}
#page_keyword_detail .numbers {
	font-size: 1.7rem;
	margin-top: 40px;
	text-align: right;
}
#page_keyword_detail .list_article li.large {
	padding-top: 40px;
}

@media screen and (max-width: 1200px) {
	.list_keywords {
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	.list_keywords li a {
		font-size: 1.5rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 768px) {
	#page_keyword .copy {
		font-size: 1.2rem;
		margin: 0 2.6% 20px;
	}
	.list_keywords {
		width: 97%;
		margin: 25px auto 0;
		padding-bottom: 30px;
	}
	.list_keywords li {
		width: 45.8%;
		margin: 0 2.1% 10px;
	}
	.list_keywords li a {
		height: 55px;
		font-size: 1.2rem;
	}
	.list_keywords li a:hover {
		color: #b59059;
		background: none;
	}
	#page_keyword_detail .numbers {
		font-size: 1.2rem;
		margin: 20px 2.6% 0;
	}
	#page_keyword_detail .list_article {
		margin-top: 20px;
	}
	#page_keyword_detail .list_article li.large {
		padding-top: 0;
	}
}

/* page_column
----------------------------------------------------- */
#page_column .copy {
	font-size: 2.2rem;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 80px;
}
#page_column .list_article li.large .info .date {
	line-height: 1;
}
#page_column .list_article li.large .info .btn_white {
	clear: both;
	margin: 60px auto 0;
	max-width: 376px;
	width: 75%;
}
#page_column .list_news {
	border-top: 2px solid #e6e6e6;
	margin: 60px 0;
}
#page_column .list_news li {
	border-bottom: 2px solid #e6e6e6;
	padding: 30px 0 27px;
	display: table;
	width: 100%;
}
#page_column .list_news li p {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
#page_column .list_news li p.date {
	font-size: 2rem;
	color: #9b9b9b;
	width: 150px;
}
#page_column .list_news li p.label {
	width: 135px;
}
#page_column .list_news li p.label span {
	display: inline-block;
	background-color: #dcdcdc;
	font-size: 1.3rem;
	min-width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 10px;
	border-radius: 3px;
}
#page_column .list_news li p.txt {
	font-size: 2rem;
	line-height: 1.5;
	width: auto;
    padding-left: 10px;
}
#page_column .list_news li a {
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #000000;
}
#page_column .list_news li a:hover {
	border-bottom: none;
	color: #ecc806;
}

@media screen and (max-width: 1000px) {
	#page_column .copy {
		font-size: 2rem;
		margin: 0 0 60px;
	}
	#page_column .list_article li.large .info .btn_white {
		margin: 30px auto 0;
	}
	#page_column .list_article li.large .info .btn_white a {
		height: 50px;
		line-height: 50px;
		font-size: 1.4rem;
	}
	#page_column .list_news {
		margin: 40px 0;
	}
	#page_column .list_news li {
		padding: 20px 0 17px;
	}
	#page_column .list_news li p.date {
		font-size: 1.8rem;
		width: 120px;
	}
	#page_column .list_news li p.label {
		/*width: 120px;*/
	}
	#page_column .list_news li p.txt {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 768px) {
	#page_column .copy {
		font-size: 1.4rem;
		margin: 0 2.6% 30px;
	}
	#page_column .list_article {
		margin-top: 35px;
	}
	#page_column .list_article li.large .info .btn_white {
		margin: 30px auto 0;
	}
	#page_column .list_article li.large .info .btn_white a {
		height: 40px;
		line-height: 40px;
		font-size: 1.4rem;
	}
	#page_column .list_article li.large .info .date {
		line-height: 20px;
	}
	#page_column .list_article li.large .info .btn_white {
		margin-bottom: 20px;
		display: none;
	}
	#page_column .list_news {
		border-top: 1px solid #e6e6e6;
		margin: 20px auto;
		width: 94.8%;
	}
	#page_column .list_news li {
		border-bottom: 1px solid #e6e6e6;
		padding: 15px 0 13px;
		display: block;
	}
	#page_column .list_news li p {
		display: block;
	}
	#page_column .list_news li p.date {
		font-size: 1.2rem;
		width: auto;
		display: inline-block;
	}
	#page_column .list_news li p.label {
		width: auto;
		display: inline-block;
	}
	#page_column .list_news li p.label span {
		width: auto;
		min-width: 5em;
		height: 20px;
		line-height: 21px;
		font-size: 1rem;
		border-radius: 3px;
		margin-right: 2px;
		padding: 0 4px;
	}
	#page_column .list_news li p.txt {
		font-size: 1.2rem;
		line-height: 1.5;
		width: 100%;
		display: block;
		margin-top: 7px;
		padding-left: 0;
	}
}

/* page_column_detail
----------------------------------------------------- */
.bg-gray {
	background-color: #efefef;
}
.bg-gray img {
	display: block;
	width: 100%;
    margin: 0 auto;
}
#page_column_detail {
	font-size: 1.7rem;
	line-height: 1.7;
}
#page_column_detail .ttl {
	margin-bottom: 85px;
}
#page_column_detail .ttl > img {
	float: left;
	width: 50%;
}
#page_column_detail .ttl > div {
	width: 100%;
}
#page_column_detail .ttl .date {
	font-size: 1.5rem;
	color: #9b9b9b;
	text-align: right;
	margin-bottom: 5px;
}
#page_column_detail .ttl h2 {
	font-size: 3rem;
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: 30px;
	padding-bottom: 18px;
	border-bottom: 2px solid #e6e6e6;
	position: relative;
	color: #3f3f3f;
	text-align: left;
}
#page_column_detail .ttl h2::after {
	position: absolute;
	display: block;
	content: "";
	height: 2px;
	width: 100%;
	background: url(/common/images/line_colors03.gif) left bottom no-repeat;
	bottom: -2px;
	left: 0;
}
#page_column_detail .labels {
	position: relative;
}
#page_column_detail .labels .label {
	display: inline-block;
	min-width: 100px;
	height: 36px;
	padding: 0 10px;
	line-height: 36px;
	font-size: 1.4rem;
	margin-right: 18px;
	text-align: center;
	background-color: #dcdcdc;
	border-radius: 4px;
}
#page_column_detail .labels .date {
	position: absolute;
	right: 0;
	top: 23px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #9b9b9b;
}

#page_column_detail .ttl .name {
	font-size: 2.5rem;
	color: #3f3f3f;
	line-height: 1.6;
	margin-top: 24px;
}
#page_column_detail .interview dt {
	color: #b08b58;
	margin-bottom: 30px;
}
#page_column_detail .interview dd {
	margin-bottom: 60px;
}
#page_column_detail .profile {
	border-top: 2px solid #e6e6e6;
	padding: 60px 0;
	margin: 40px 0px;
}
#page_column_detail .profile > img {
	width: 33.3%;
	float: left;
}
#page_column_detail .profile > div {
	width: 64.3%;
	float: right;
}
#page_column_detail .profile h4 {
	color: #b08b58;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 20px;
}
#page_column_detail .profile .name {
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 38px;
}
#page_column_detail .btn_white {
	margin: 90px auto 0;
}
#page_column_detail .txt {
	margin-bottom: 35px;
}
#page_column_detail .txt a {
	color: #b08b58;
}
#page_column_detail .related {
	border-bottom: 2px solid #e6e6e6;
}
#page_column_detail .related .related_txt {
	padding: 0 0 60px;
}

#page_column_detail .related .related_txt a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
#page_column_detail .related .related_txt a:hover {
	border-bottom: none;
	color: #ecc806;
}
#page_column_detail .c_wysiwyg p {
	font-size: 1.7rem;
	line-height: 1.7;
	margin-bottom: 35px;
}

@media screen and (max-width: 1400px) {
	#page_column_detail .ttl .date {
		margin-bottom: 0;
	}
	#page_column_detail .ttl h2 {
		font-size: 2.8rem;
		line-height: 1.6;
		margin-bottom: 25px;
		padding-bottom: 15px;
	}
	#page_column_detail .ttl .name {
		font-size: 2.3rem;
		line-height: 1.6;
		margin-top: 20px;
	}
	#page_column_detail .profile .name {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 1200px) {
	#page_column_detail .ttl {
		margin-bottom: 60px;
	}
	#page_column_detail .ttl .date {
		font-size: 1.3rem;
	}
	#page_column_detail .ttl h2 {
		font-size: 2.5rem;
		line-height: 1.6;
		margin-bottom: 25px;
		padding-bottom: 15px;
	}
	#page_column_detail .ttl .name {
		font-size: 2rem;
		line-height: 1.6;
		margin-top: 15px;
	}
	#page_column_detail .interview dt {
		margin-bottom: 25px;
	}
	#page_column_detail .interview dd {
		margin-bottom: 50px;
	}
	#page_column_detail .profile {
		padding: 45px 0;
	}
	#page_column_detail .profile h4 {
		margin-bottom: 15px;
	}
	#page_column_detail .profile .name {
		margin-bottom: 20px;
	}
	#page_column_detail .btn_white {
		margin: 55px auto 0;
	}
}
@media screen and (max-width: 1000px) {
	#page_column_detail .ttl {
		margin-bottom: 45px;
	}
	#page_column_detail .ttl h2 {
		font-size: 2rem;
		line-height: 1.5;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	#page_column_detail .ttl .name {
		font-size: 1.7rem;
		line-height: 1.4;
	}
	#page_column_detail .ttl .label span {
		width: 90px;
		height: 28px;
		line-height: 28px;
		font-size: 1.2rem;
		margin-right: 10px;
	}
}
@media screen and (max-width: 768px) {
	#page_column_detail .ttl {
		margin-bottom: 20px;
	}
	#page_column_detail {
		font-size: 1.2rem;
		line-height: 1.6;
		width: 94.8%;
		margin: 0 auto;
	}
	#page_column_detail .ttl > img {
		float: none;
		width: 100%;
	}
	#page_column_detail .ttl > div {
		float: none;
		width: 100%;
	}
	#page_column_detail .ttl h2 {
		font-size: 1.6rem;
		line-height: 1.5;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}	
	#page_column_detail .ttl .label span {
		width: auto;
		min-width: 4em;
		height: 20px;
		line-height: 20px;
		font-size: 1rem;
		border-radius: 3px;
		margin-right: 2px;
		padding: 0 4px;
	}
	#page_column_detail .ttl .name {
		font-size: 1.4rem;
		line-height: 1.5;
		margin-top: 12px;
	}
	#page_column_detail .interview dt {
		margin-bottom: 15px;
	}
	#page_column_detail .interview dd {
		margin-bottom: 25px;
	}
	#page_column_detail .profile {
		padding: 15px 0;
	}
	#page_column_detail .profile > img {
		width: 100px;
		float: left;
		margin: 0 10px 10px 0;
	}
	#page_column_detail .profile > div {
		width: auto;
		float: none;
	}
	#page_column_detail .profile h4 {
		margin-bottom: 10px;
		margin-top: 30px;
	}
	#page_column_detail .profile .name {
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 38px;
	}
	#page_column_detail .txt {
		margin-bottom: 20px;
	}
	#page_column_detail .btn_white {
		margin: 40px auto 0;
	}
	#page_column_detail .related .related_txt {
		padding: 0 0 15px;
	}
	#page_column_detail .c_wysiwyg p {
		font-size: 1.2rem;
		line-height: 1.6;
		width: 94.8%;
		margin: 0 auto 20px;
	}

}

/* page_news_detail
----------------------------------------------------- */
#page_news_detail {
	font-size: 1.7rem;
	line-height: 1.7;
}
#page_news_detail .ttl {
	margin-bottom: 85px;
}
#page_news_detail .ttl > img {
	float: left;
	width: 50%;
}
#page_news_detail .ttl > div {
	float: right;
	width: 46%;
}
#page_news_detail .ttl .date {
	font-size: 1.5rem;
	color: #9b9b9b;
	text-align: right;
	margin-bottom: 5px;
}
#page_news_detail .ttl h2 {
	font-size: 3rem;
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: 30px;
	padding-bottom: 18px;
	border-bottom: 2px solid #e6e6e6;
	position: relative;
	color: #3f3f3f;
	text-align: left;
}
#page_news_detail .ttl h2::after {
	position: absolute;
	display: block;
	content: "";
	height: 2px;
	width: 100%;
	background: url(/common/images/line_colors03.gif) left bottom no-repeat;
	bottom: -2px;
	left: 0;
}
#page_news_detail .ttl .label span {
	display: inline-block;
	min-width: 100px;
	height: 36px;
	padding: 0 10px;
	line-height: 36px;
	font-size: 1.4rem;
	margin-right: 18px;
	text-align: center;
	background-color: #dcdcdc;
	border-radius: 4px;
}
#page_news_detail .ttl .name {
	font-size: 2.5rem;
	color: #3f3f3f;
	line-height: 1.6;
	margin-top: 24px;
}
#page_news_detail .interview dt {
	color: #b08b58;
	margin-bottom: 30px;
}
#page_news_detail .interview dd {
	margin-bottom: 60px;
}
#page_news_detail .profile {
	border-top: 2px solid #e6e6e6;
	padding: 60px 0;
	margin: 40px 0px;
}
#page_news_detail .profile > img {
	width: 33.3%;
	float: left;
}
#page_news_detail .profile > div {
	width: 64.3%;
	float: right;
}
#page_news_detail .profile h4 {
	color: #b08b58;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 20px;
}
#page_news_detail .profile .name {
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 38px;
}
#page_news_detail .btn_white {
	margin: 90px auto 0;
}
#page_news_detail .txt {
	margin-bottom: 35px;
}
#page_news_detail .txt a {
	color: #b08b58;
}
#page_news_detail .related {
	border-bottom: 2px solid #e6e6e6;
}
#page_news_detail .related .related_txt {
	padding: 0 0 60px;
}

#page_news_detail .related .related_txt a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
#page_news_detail .related .related_txt a:hover {
	border-bottom: none;
	color: #ecc806;
}

@media screen and (max-width: 1400px) {
	#page_news_detail .ttl .date {
		margin-bottom: 0;
	}
	#page_news_detail .ttl h2 {
		font-size: 2.8rem;
		line-height: 1.6;
		margin-bottom: 25px;
		padding-bottom: 15px;
	}
	#page_news_detail .ttl .name {
		font-size: 2.3rem;
		line-height: 1.6;
		margin-top: 20px;
	}
	#page_news_detail .profile .name {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 1200px) {
	#page_news_detail .ttl {
		margin-bottom: 60px;
	}
	#page_news_detail .ttl .date {
		font-size: 1.3rem;
	}
	#page_news_detail .ttl h2 {
		font-size: 2.5rem;
		line-height: 1.6;
		margin-bottom: 25px;
		padding-bottom: 15px;
	}
	#page_news_detail .ttl .name {
		font-size: 2rem;
		line-height: 1.6;
		margin-top: 15px;
	}
	#page_news_detail .interview dt {
		margin-bottom: 25px;
	}
	#page_news_detail .interview dd {
		margin-bottom: 50px;
	}
	#page_news_detail .profile {
		padding: 45px 0;
	}
	#page_news_detail .profile h4 {
		margin-bottom: 15px;
	}
	#page_news_detail .profile .name {
		margin-bottom: 20px;
	}
	#page_news_detail .btn_white {
		margin: 55px auto 0;
	}
}
@media screen and (max-width: 1000px) {
	#page_news_detail .ttl {
		margin-bottom: 45px;
	}
	#page_news_detail .ttl h2 {
		font-size: 2rem;
		line-height: 1.5;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	#page_news_detail .ttl .name {
		font-size: 1.7rem;
		line-height: 1.4;
	}
	#page_news_detail .ttl .label span {
		width: 90px;
		height: 28px;
		line-height: 28px;
		font-size: 1.2rem;
		margin-right: 10px;
	}
}
@media screen and (max-width: 768px) {
	#page_news_detail .ttl {
		margin-bottom: 20px;
	}
	#page_news_detail {
		font-size: 1.2rem;
		line-height: 1.6;
		width: 94.8%;
		margin: 0 auto;
	}
	#page_news_detail .ttl > img {
		float: none;
		width: 100%;
	}
	#page_news_detail .ttl > div {
		float: none;
		width: 100%;
	}
	#page_news_detail .ttl .date {
		font-size: 1.2rem;
		margin-bottom: 0;
		margin-top: 10px;
		line-height: 1.6;
	}
	#page_news_detail .ttl h2 {
		font-size: 1.6rem;
		line-height: 1.5;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}	
	#page_news_detail .ttl .label span {
		width: auto;
		min-width: 4em;
		height: 20px;
		line-height: 20px;
		font-size: 1rem;
		border-radius: 3px;
		margin-right: 2px;
		padding: 0 4px;
	}
	#page_news_detail .ttl .name {
		font-size: 1.4rem;
		line-height: 1.5;
		margin-top: 12px;
	}
	#page_news_detail .interview dt {
		margin-bottom: 15px;
	}
	#page_news_detail .interview dd {
		margin-bottom: 25px;
	}
	#page_news_detail .profile {
		padding: 15px 0;
	}
	#page_news_detail .profile > img {
		width: 100px;
		float: left;
		margin: 0 10px 10px 0;
	}
	#page_news_detail .profile > div {
		width: auto;
		float: none;
	}
	#page_news_detail .profile h4 {
		margin-bottom: 10px;
		margin-top: 30px;
	}
	#page_news_detail .profile .name {
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 38px;
	}
	#page_news_detail .txt {
		margin-bottom: 20px;
	}
	#page_news_detail .btn_white {
		margin: 40px auto 0;
	}
	#page_news_detail .related .related_txt {
		padding: 0 0 15px;
	}
}

/* page_chef
----------------------------------------------------- */
#page_chef .copy {
	font-size: 2.2rem;
	line-height: 1.6;
	margin: 35px 0 75px;
}
#page_chef .box_search {
	border-bottom: 2px solid #e6e6e6;
	margin-bottom: 57px;
	padding: 53px 0 58px;
}
#page_chef .nohit {
	font-size: 2.2rem;
	line-height: 1.6;
	margin: 50px 0 100px;
	text-align: center;
}
.list_search li {
	width: 50%;
	float: left;
	margin-bottom: 35px;
}
.list_search li p {
	text-align: right;
	float: left;
	width: 40%;
	margin-right: 5%;
	font-size: 2.4rem;
}
.list_search li div {
	float: left;
	width: 55%;
}
.list_search li:first-child {
	width: 100%;
	float: none;
}
.list_search li:first-child p {
	width: 20%;
	margin-right: 2.5%;
	line-height: 1.7;
}
.list_search li:first-child div {
	width: 77.5%;
}
.list_search input[type="text"] {
	height: 40px;
	padding: 4px 10px;
	border: none;
	outline: 0;
	font-weight: normal;
	background-color: #ffffff;
	border: 2px solid #eeeeee;
	box-sizing: border-box;
	font-size: 1.8rem;
	width: 100%;
	border-radius: 0;
}
.list_search .select {
	font-size: 1.8rem !important;
	cursor: pointer;
	z-index: 300;
	width: 100%;
	border: 2px solid #eeeeee;
	padding: 0 20px;
	box-sizing: border-box;
	height: 40px;
	line-height: 38px;
	border-radius: 0;
	margin-top: -10px;
	background: #ffffff url(/common/images/icon_arrow03.gif) 96% center no-repeat;
}
.list_search .select option {
	font-size: 1.4rem !important;
	color: #4c4c4c;
	padding: 5px;
}
#page_chef .box_search button,
#page_chef .box_search input[type="submit"] {
	width: 376px;
	height: 60px;
	color: #000;
    line-height: 60px;
    border: 1px solid #aaaaaa;
    border-radius: 0;
    display: block;
    cursor: pointer;
    outline: none;
    font-size: 1.6rem;
    font-weight: normal;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	background-color: #ffffff;
	margin: 25px auto 0;
	clear: both;
}
#page_chef .numbers {
	font-size: 1.7rem;
	margin-top: 60px;
	text-align: right;
}
.list_result_chef {
	margin-top: 50px;
	padding-bottom: 30px;
}
.list_result_chef .slider2 p {
  position: relative;
  width: auto;
  height: 380px;
  overflow: hidden;
text-align:center;
}
.list_result_chef .slider2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  margin: auto;
width:auto;
height:100%;
/*padding:20px 0;*/
}
.list_result_chef > li {
	float: left;
	width: 31.6%;
	margin-right: 2.6%;
	margin-bottom: 60px;
}
.list_result_chef > li:nth-child(3n) {
	margin-right: 0;
}
.list_result_chef li .name {
	font-size: 2.5rem;
	line-height: 1.2;
	margin-top: 27px;
}
/* add takahashi */
.list_result_chef li .name a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.list_result_chef li .name a:hover {
	border-bottom: none;
	color: #ecc806;
}
/* add takahashi */
.list_result_chef li .name span {
	display: block;
	font-size: 2rem;
	line-height: 1.2;
	margin-top: 10px;
}
.list_result_chef li .shop {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 12px;
	word-break:break-all;
}
.list_result_chef li .small {
	font-size: 1.5rem !important;
	display: inline-block !important;
}
.list_result_chef li .small02 {
	font-size: 1.5rem !important;
	display: inline-block !important;
	padding-left: 0;
}
.list_result_chef li .small03 {
	font-size: 1.5rem !important;
	display: inline-block !important;
}

/* add takahashi */
.list_result_chef li .shop a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	position: relative;
}
.list_result_chef li .shop a.en {
	margin-right: 25px;
}
.list_result_chef li .shop a:after {
	position: absolute;
	top: 100%;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 15px;/*画像の幅*/
	height: 15px;/*画像の高さ*/
	background-image: url(/common/images/newopen.png);
	background-size: contain;
	margin-top: -15px;
	margin-left: 5px;
}

.list_result_chef li .shop a:hover {
	border-bottom: none;
	color: #ecc806;
}
/* add takahashi */
.list_result_chef li .eggs {
	margin-top: 12px;
	color: #707070;
	font-size: 1.5rem;
	line-height: 1.5;
}
.list_result_chef li .eggs li {
	padding-left: 20px;
}
.list_result_chef li .eggs li.red {
	background: url(/common/images/icon_egg01.jpg) left center no-repeat;
	background-size: 13px auto;
}
.list_result_chef li .eggs li.gold {
	background: url(/common/images/icon_egg02.jpg) left center no-repeat;
	background-size: 13px auto;
}
.list_result_chef li .eggs li.semi_gold {
	background: url(/common/images/icon_egg03.jpg) left center no-repeat;
	background-size: 13px auto;
}
.list_result_chef li .eggs li.silver {
	background: url(/common/images/icon_egg04.jpg) left center no-repeat;
	background-size: 13px auto;
}
.list_result_chef li .eggs li.bronze {
	background: url(/common/images/icon_egg05.jpg) left center no-repeat;
	background-size: 13px auto;
}
.list_result_chef li .eggs li.kishi {
	background: url(/common/images/icon_egg06.jpg) left center no-repeat;
	background-size: 13px auto;
}
.list_result_chef li .eggs li.taki {
	background: url(/common/images/icon_egg07.jpg) left center no-repeat;
	background-size: 13px auto;
}
.list_result_chef li .eggs li.nominee {
}
.list_result_chef li .btn_white {
	width: 100%;
	max-width: 380px;
	margin: 30px auto 0;
}
.list_result_chef .egg02 {
	padding-top: 10px;
}
.list_result_chef span {
	font-size: 1.7rem;
	padding-left: 20px;
}
.list_result_chef span.judge {
	padding-left: 0;
}
.list_result_chef span.judge02 {
	padding-left: 0;
	padding-top: 5px;
	display: inline-block;
}

.list_result_chef span.red02 {
	background: url(/common/images/icon_egg01.jpg) left center no-repeat;
	background-size: 14px auto;
	color: #FF0000;
}
.list_result_chef span.gold02 {
	background: url(/common/images/icon_egg02.jpg) left center no-repeat;
	background-size: 14px auto;
	color: #b59059;
}
.list_result_chef span.silver02 {
	background: url(/common/images/icon_egg04.jpg) left center no-repeat;
	background-size: 14px auto;
	color: #9a9690;
}
.list_result_chef span.kishi02 {
	background: url(/common/images/icon_egg06.jpg) left center no-repeat;
	background-size: 14px auto;
}
.list_result_chef span.taki02 {
	background: url(/common/images/icon_egg07.jpg) left center no-repeat;
	background-size: 14px auto;
}
.list_result_chef li .name02 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-top: 5px;
}
.list_result_chef li .name02 a {
	color: #000;
}
.list_result_chef li .name02 a:hover {
	color: #ecc806;
	text-decoration: none;
}

.list_result_chef > li.sw {
	width: 21.6%;
	margin-right: 2.6%;
}
@media screen and (min-width: 767px) {
	.clear {
		clear: both;
	}
}

@media screen and (max-width: 1400px) {
	.list_search li p {
		width: 47%;
		margin-right: 3%;
		font-size: 2.1rem;
	}
	.list_search li div {
		width: 50%;
	}
	.list_search li:first-child p {
		width: 23.5%;
		margin-right: 1.5%;
		line-height: 1.7;
	}
	.list_search li:first-child div {
		width: 75%;
	}
	#page_chef .box_search button,
	#page_chef .box_search input[type="submit"] {
		margin: 15px auto 0;
	}
}
@media screen and (max-width: 1200px) {
	.list_result_chef li .name {
		font-size: 2.2rem;
		margin-top: 20px;
	}
	.list_result_chef li .name span {
		font-size: 1.8rem;
	}
	.list_result_chef li .shop {
		font-size: 1.8rem;
		line-height: 1.7;
		margin-top: 10px;
	}
	.list_result_chef li .eggs {
		margin-top: 10px;
		font-size: 1.8rem;
	}
	.list_result_chef li .eggs li {
		padding-left: 25px;
	}
	.list_result_chef li .btn_white {
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	.list_result_chef li .name {
		font-size: 1.8rem;
		margin-top: 20px;
	}
	.list_result_chef li .name span {
		font-size: 1.5rem;
	}
	.list_result_chef li .shop {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.list_result_chef li .eggs {
		font-size: 1.5rem;
		line-height: 1.7;
	}
	.list_search li p {
		font-size: 1.7rem;
	}
	.list_search .select {
		font-size: 1.6rem !important;
		padding: 0 12px;
	}
	#page_chef .box_search button,
	#page_chef .box_search input[type="submit"] {
		margin: 5px auto 0;
	}
	.list_result_chef li .btn_white {
		margin: 20px auto 0;
		width: 90%;
	}
	.list_result_chef li .btn_white a {
		background: url(/common/images/icon_arrow01.gif) 96% center no-repeat;
		background-size: 15px 2px;
		padding-right: 10px;
		font-size: 1.3rem;
		height: 35px;
		line-height: 35px;
	}
}
@media screen and (max-width: 768px) {
	#page_chef .copy {
		font-size: 1.2rem;
		line-height: 1.6;
		margin: 18px auto 35px;
		width: 94.8%;
	}
	#page_chef .box_search {
		margin-bottom: 30px;
		padding: 23px 2.6% 28px;
	}
	#page_chef .nohit {
		font-size: 1.2rem;
		line-height: 1.6;
		margin: 25px auto 50px;
		width: 94.8%;
	}
	.list_search li {
		margin-bottom: 20px;
		width: 49%;
	}
	.list_search li:nth-child(3),
	.list_search li:nth-child(5) {
		float: right;
	}
	.list_search li p {
		text-align: left;
		float: none;
		width: 100%;
		margin-right: 0;
		font-size: 1.4rem;
		line-height: 1;
		margin-bottom: 15px;
	}
	.list_search li div {
		float: none;
		width: 100%;
	}
	.list_search li:first-child p {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}
	.list_search li:first-child div {
		width: 100%;
	}
	.list_search input[type="text"] {
		font-size: 1.4rem;
		border: 1px solid #cfcfcf;
	}
	.list_search .select {
		font-size: 1.4rem !important;
		background: #ffffff url(/common/images/icon_arrow03.gif) 96% center no-repeat;
		background-size: 13px 8px;
		border: 1px solid #cfcfcf;
	}
	#page_chef .box_search button,
	#page_chef .box_search input[type="submit"] {
		width: 80%;
		max-width: 220px;
		height: 45px;
		line-height: 45px;
		font-size: 1.4rem;
		margin: 5px auto 0;
	}
	#page_chef .numbers {
		font-size: 1.2rem;
		margin: 20px 2.6% 0;
	}
	.list_result_chef {
		margin: 25px auto 0;
		padding-bottom: 15px;
		width: 94.8%;
	}
	.list_result_chef .slider2 p {
	  height: 180px;
	}
	.list_result_chef > li {
		width: 47.4%;
		margin-right: 2.6%;
		margin-bottom: 30px;
	}
	.list_result_chef > li:nth-child(3n) {
		margin-right: 2.6%;
	}
	.list_result_chef > li:nth-child(2n) {
		margin-right: 0;
	}
	.list_result_chef li .name {
		font-size: 1.4rem;
		margin-top: 15px;
	}
	.list_result_chef li .name span {
		font-size: 1.1rem;
		margin-top: 5px;
	}
	.list_result_chef li .shop {
		font-size: 1.1rem;
		line-height: 1.5;
		margin-top: 8px;
	}
	.list_result_chef li .shop a:after {
		right: -16px;
		width: 11px;/*画像の幅*/
		height: 11px;/*画像の高さ*/
		margin-top: -11px;
	}
	.list_result_chef li .small,
	.list_result_chef li .small02 {
		font-size: 1.1rem !important;
	}
	.list_result_chef li .small03 {
		font-size: 1.1rem !important;
		display: block !important;
		margin-top: 0 !important;
	}
	.list_result_chef li .eggs {
		margin-top: 8px;
		font-size: 1.1rem;
	}
	.list_result_chef li .eggs li {
		padding-left: 15px;
	}
	.list_result_chef li .eggs li.red {
		background: url(/common/images/icon_egg01.jpg) left center no-repeat;
		background-size: 10px auto;
	}
	.list_result_chef li .eggs li.gold {
		background: url(/common/images/icon_egg02.jpg) left center no-repeat;
		background-size: 10px auto;
	}
	.list_result_chef li .eggs li.semi_gold {
		background: url(/common/images/icon_egg03.jpg) left center no-repeat;
		background-size: 10px auto;
	}
	.list_result_chef li .eggs li.silver {
		background: url(/common/images/icon_egg04.jpg) left center no-repeat;
		background-size: 10px auto;
	}
	.list_result_chef li .eggs li.bronze {
		background: url(/common/images/icon_egg05.jpg) left center no-repeat;
		background-size: 10px auto;
	}
	.list_result_chef li .eggs li.kishi {
		background: url(/common/images/icon_egg06.jpg) left center no-repeat;
		background-size: 10px auto;
	}
	.list_result_chef li .eggs li.taki {
		background: url(/common/images/icon_egg07.jpg) left center no-repeat;
		background-size: 10px auto;
	}
	.list_result_chef li .btn_white {
		margin: 15px auto 0;
		width: 100%;
		max-width: 160px;
	}
	.list_result_chef li .btn_white a {
		background: url(/common/images/icon_arrow01.gif) 98% center no-repeat;
		background-size: 15px 2px;
		padding-right: 10px;
	}
	.list_result_chef .egg02 {
		padding-top: 5px;
	}
	.list_result_chef span {
		font-size: 1.1rem;
		padding-left: 0;
		padding-top: 5px;
		display: inline-block;
	}
	.list_result_chef span.red02 {
		background: url(/common/images/icon_egg01.jpg) left center no-repeat;
		background-size: 10px auto;
		color: #FF0000;
		padding-left: 15px;
		padding-top: 0;
	}
	.list_result_chef span.gold02 {
		background: url(/common/images/icon_egg02.jpg) left center no-repeat;
		background-size: 10px auto;
		color: #b59059;
		padding-left: 15px;
		padding-top: 0;
	}
	.list_result_chef span.silver02 {
		background: url(/common/images/icon_egg04.jpg) left center no-repeat;
		background-size: 10px auto;
		color: #9a9690;
		padding-left: 15px;
		padding-top: 0;
	}
	.list_result_chef span.kishi02 {
		background: url(/common/images/icon_egg06.jpg) left center no-repeat;
		background-size: 10px auto;
		padding-left: 15px;
		padding-top: 0;
	}
	.list_result_chef span.taki02 {
		background: url(/common/images/icon_egg07.jpg) left center no-repeat;
		background-size: 10px auto;
		padding-left: 15px;
		padding-top: 0;
	}


	.list_result_chef li .name02 {
		font-size: 1.4rem;
		margin-top: 10px;
	}
	.list_result_chef > li.sw {
		width: 47.4%;
		margin-right: 2.6%;
		margin-bottom: 30px;
	}
	.sp-clear {
		clear: both;
	}
}

/* page_chef_detail
----------------------------------------------------- */
#page_chef_detail .box_profile {
	margin-top: 10px;
	margin-bottom: 60px;
}
#page_chef_detail .box_profile > img {
	width: 23.3%;
	float: left;
}
#page_chef_detail .box_profile > div {
	width: 73.7%;
	float: right;
}
#page_chef_detail .box_profile .ttl {
	margin-bottom: 27px;
	padding-bottom: 14px;
	border-bottom: 3px solid #e6e6e6;
	position: relative;
	margin-top: -8px;
	padding-right: 100px;
}
#page_chef_detail .box_profile .img_year,
#page_chef_detail .img_year{
	width: 50%;
    float: none;
    margin-bottom: 15px;
}
#page_chef_detail .box_profile .ttl h2 {
	font-size: 3.6rem;
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
}
#page_chef_detail .box_profile .ttl h2 span {
	font-size: 1.8rem;
	display: inline-block;
	margin-top: 0;
}
#page_chef_detail .box_profile .ttl h2 p {
	margin-right: 20px;
	display: inline-block;
}
#page_chef_detail .box_profile .ttl::after {
	position: absolute;
	display: block;
	content: "";
	height: 3px;
	width: 100%;
	background: url(/common/images/line_colors01.gif) left bottom no-repeat;
	bottom: -3px;
	left: 0;
}
#page_chef_detail .box_profile .ttl .eggs {
	position: absolute;
	right: 0;
	bottom: 18px;
	font-size: 1.8rem;
	padding-left: 20px;
}
#page_chef_detail .box_profile .ttl .eggs:nth-child(2n) {
	margin-bottom: 25px;
}
#page_chef_detail .box_profile .ttl .red {
	background: url(/common/images/icon_egg01.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_profile .ttl .gold {
	background: url(/common/images/icon_egg02.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_profile .ttl .semi_gold {
	background: url(/common/images/icon_egg03.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_profile .ttl .silver {
	background: url(/common/images/icon_egg04.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_profile .ttl .bronze {
	background: url(/common/images/icon_egg05.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_profile .ttl .kishi {
	background: url(/common/images/icon_egg06.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_profile .ttl .taki {
	background: url(/common/images/icon_egg07.jpg) left center no-repeat;
	background-size: 14px auto;
}

#page_chef_detail .box_profile .ttl .eggs img {
	width: 30px;
	margin-left: 3px;
}
#page_chef_detail .box_profile .txt {
	font-size: 2.1rem;
	line-height: 2.3;
}
/* add takahashi */
#page_chef_detail .box_profile .txt a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	position: relative;
	margin-right:30px;
}
#page_chef_detail .box_profile .txt a:after {
	position: absolute;
	top: 100%;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 20px;/*画像の幅*/
	height: 20px;/*画像の高さ*/
	background-image: url(/common/images/newopen.png);
	background-size: contain;
	margin-top: -20px;
	margin-left: 5px;
}
#page_chef_detail .box_profile .txt a:hover {
	border-bottom: none;
	color: #ecc806;
}
/* add takahashi */
#page_chef_detail .box_profile h4 {
	font-weight: normal;
	font-size: 2rem;
	margin: 30px 0;
	color: #b08b58;
}
#page_chef_detail .box_profile h4 span {
	color: #000;
}

#page_chef_detail .box_profile p.emblem {
	font-size: 2.1rem;
	line-height: 1.5;
}
#page_chef_detail .box_profile p.emblem span,
#page_chef_detail .box_profile p.emblem a {
	padding-left: 20px;
}
#page_chef_detail .box_profile p.emblem span.red,
#page_chef_detail .box_profile p.emblem a.red {
	background: url(/common/images/icon_egg01.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_profile p.emblem span.gold,
#page_chef_detail .box_profile p.emblem a.gold {
	background: url(/common/images/icon_egg02.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_profile p.emblem span.semi_gold,
#page_chef_detail .box_profile p.emblem a.semi_gold {
	background: url(/common/images/icon_egg03.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_profile p.emblem span.silver,
#page_chef_detail .box_profile p.emblem a.silver {
	background: url(/common/images/icon_egg04.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_profile p.emblem span.bronze,
#page_chef_detail .box_profile p.emblem a.bronze {
	background: url(/common/images/icon_egg05.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_profile p.emblem span.kishi,
#page_chef_detail .box_profile p.emblem a.kishi {
	background: url(/common/images/icon_egg06.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_profile p.emblem span.taki,
#page_chef_detail .box_profile p.emblem a.taki {
	background: url(/common/images/icon_egg07.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_profile p.emblem span.nominee,
#page_chef_detail .box_profile p.emblem a.nominee {
}
#page_chef_detail .box_profile p.emblem a {
	color: #000;
	text-decoration: underline;
}
#page_chef_detail .box_profile p.emblem a:hover {
	text-decoration: none;
	color: #ecc806;
}

#page_chef_detail .box_gray {
	width: 100%;
	background-color: #fcfaf8;
	padding: 60px;
	margin-bottom: 85px;
}
#page_chef_detail .box_gray li {
	width: 100%;
	margin-bottom: 50px;
	clear: both;
}
#page_chef_detail .box_gray li:last-child {
	margin-bottom: 0;
}
#page_chef_detail .box_gray h4 {
	font-weight: normal;
	font-size: 2.8rem;
	margin-bottom: 30px;
}
#page_chef_detail .box_gray p,
#page_chef_detail .box_gray dt,
#page_chef_detail .box_gray dd {
	font-size: 1.7rem;
	line-height: 1.5;
}
#page_chef_detail .box_gray .claim {
	color:#b49769;
}
#page_chef_detail .box_gray p span,
#page_chef_detail .box_gray p a {
	padding-left: 20px;
}
#page_chef_detail .box_gray p span.red,
#page_chef_detail .box_gray p a.red {
	background: url(/common/images/icon_egg01.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_gray p span.gold,
#page_chef_detail .box_gray p a.gold {
	background: url(/common/images/icon_egg02.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_gray p span.semi_gold,
#page_chef_detail .box_gray p a.semi_gold {
	background: url(/common/images/icon_egg03.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_gray p span.silver,
#page_chef_detail .box_gray p a.silver {
	background: url(/common/images/icon_egg04.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_gray p span.bronze,
#page_chef_detail .box_gray p a.bronze {
	background: url(/common/images/icon_egg05.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_gray p span.kishi,
#page_chef_detail .box_gray p a.kishi {
	background: url(/common/images/icon_egg06.jpg) left center no-repeat;
	background-size: 14px auto;
}
#page_chef_detail .box_gray p span.taki,
#page_chef_detail .box_gray p a.taki {
	background: url(/common/images/icon_egg07.jpg) left center no-repeat;
	background-size: 14px auto;
}

#page_chef_detail .box_gray dt {
	clear: left;
	float: left;
	width: 40px;
}
#page_chef_detail .box_gray .year dt {
	width: 80px;
}

#page_chef_detail .box_gray dd {
	float: left;
}
/* add takahashi */
#page_chef_detail .box_gray dd a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	position: relative;
}
#page_chef_detail .box_gray dd a:after {
	position: absolute;
	top: 100%;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 17px;/*画像の幅*/
	height: 17px;/*画像の高さ*/
	background-image: url(/common/images/newopen.png);
	background-size: contain;
	margin-top: -17px;
	margin-left: 5px;
}
#page_chef_detail .box_gray dd a:hover {
	border-bottom: none;
	color: #ecc806;
}
/* add takahashi */
#page_chef_detail .box_gray dd:before {
	display: inline-block;
	content: "：";
	margin-right: 1em;
}
#page_chef_detail .box_gray li.half1 {
	width: 55.5%;
	float: left;
	clear: none;
}
#page_chef_detail .box_gray li.half2 {
	width: 44.5%;
	float: left;
	clear: none;
}
#page_chef_detail .box_gray li.half2 p {
	line-height: 1.7;
}
/* add takahashi */
#page_chef_detail .box_gray li.half2 p a {
	color: #000;
	text-decoration: underline;
}
#page_chef_detail .box_gray li.half2 p a:hover {
	text-decoration: none;
	color: #ecc806;
}
/* add takahashi */
#page_chef_detail .box_map {
	margin: 60px 0 80px;
}
#page_chef_detail .box_map .map {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 24px;
}
#page_chef_detail .box_map .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#page_chef_detail .box_map dl dt {
	clear: left;
	float: left;
	width: 70px;
	font-size: 1.7rem;
	line-height: 1.5;
}
#page_chef_detail .box_map dl dd {
	float: left;
	font-size: 1.7rem;
	line-height: 1.5;
}
#page_chef_detail .box_map dl dt::after {
	display: inline-block;
	content: "：";
	margin-right: 1em;
}
#page_chef_detail .list_article {
	margin-bottom: 95px;
}
#page_chef_detail .list_article {
	margin-bottom: 95px;
}
#page_chef_detail .box_review {
	margin: 70px auto 75px;
}
#page_chef_detail .box_review > img {
	width: 50%;
	float: left;
}
#page_chef_detail .box_review > div.fright {
	width: 46%;
	float: right;
}
#page_chef_detail .box_review .txt {
	font-size: 1.7rem;
	line-height: 1.7;
}
#page_chef_detail .box_review .movie {
	width: 49%;
	max-width: 266px;
	margin-top: 20px;
}
#page_chef_detail .box_review .movie a {
	display: block;
	position: relative;
	outline: none;
	border: 1px solid #b5986c;
}
#page_chef_detail .box_review .movie a .btn {
	position: absolute;
	left: 0;
	top: 0;
}
#page_chef_detail .btn_white {
	margin: 90px auto 0;
}
#page_chef_detail .btns {
	width: 620px;
	margin: 0 auto;
}
#page_chef_detail .btns p {
	float: left;
	margin: 0 20px;
}

@media screen and (max-width: 1400px) {
	#page_chef_detail .box_profile .ttl h2 {
		font-size: 3.2rem;
	}
	#page_chef_detail .box_profile .ttl h2 span {
		font-size: 1.6rem;
	}
	#page_chef_detail .box_profile .ttl h2 p {
		margin-right: 15px;
	}
	#page_chef_detail .box_profile .ttl .eggs img {
		width: 24px;
	}
	#page_chef_detail .box_profile .txt {
		font-size: 1.8rem;
		line-height: 2;
	}
	#page_chef_detail .box_review {
		margin: 60px auto 65px;
	}
	#page_chef_detail .box_review .txt {
		font-size: 1.6rem;
	}
	#page_chef_detail .box_review .movie {
		margin-top: 15px;
	}
}
@media screen and (max-width: 1200px) {
	#page_chef_detail .box_profile .ttl {
		margin-bottom: 20px;
	}
	#page_chef_detail .box_profile .ttl h2 {
		font-size: 3.2rem;
	}
	#page_chef_detail .box_profile .ttl span {
		font-size: 1.6rem;
	}
	#page_chef_detail .box_profile .ttl .eggs img {
		width: 24px;
	}
	#page_chef_detail .box_profile .txt {
		font-size: 1.8rem;
	}
	#page_chef_detail .box_gray li {
		margin-bottom: 35px;
	}
	#page_chef_detail .box_gray dt {
		width: 40px;
	}
	#page_chef_detail .box_gray dd:before {
		margin-right: 0.5em;
	}
	#page_chef_detail .box_gray h4 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	#page_chef_detail .box_gray p,
	#page_chef_detail .box_gray dt,
	#page_chef_detail .box_gray dd {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	#page_chef_detail .box_review {
		margin: 45px auto 60px;
	}
	#page_chef_detail .box_review .txt {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 768px) {
	#page_chef_detail .box_profile {
		width: 94.8%;
		margin: 0 auto 25px;
	}
	#page_chef_detail .box_profile .ttl {
		margin-bottom: 20px;
		padding-bottom: 7px;
		border-bottom: 2px solid #e6e6e6;
		margin-top: -3px;
		padding-right: 50px;
	}
	#page_chef_detail .box_profile .ttl .img_year {
		width: 80%;
	}
	#page_chef_detail .box_profile .ttl h2 {
		font-size: 1.8rem;
	}
	#page_chef_detail .box_profile .ttl h2 span {
		font-size: 1.2rem;
		margin-top: 5px;
	}
	#page_chef_detail .box_profile .ttl::after {
		height: 2px;
		background: url(/common/images/line_colors01.gif) left bottom no-repeat;
		background-size: 75px 2.5px;
		bottom: -2px;
	}
	#page_chef_detail .box_profile .ttl .eggs {
		font-size: 1.2rem;
		bottom: -20px;
		padding-left: 15px;
	}
	#page_chef_detail .box_profile .ttl .red {
		background-size: 10px auto;
	}
	#page_chef_detail .box_profile .ttl .gold {
		background-size: 10px auto;
	}
	#page_chef_detail .box_profile .ttl .semi_gold {
		background-size: 10px auto;
	}
	#page_chef_detail .box_profile .ttl .silver {
		background-size: 10px auto;
	}
	#page_chef_detail .box_profile .ttl .bronze {
		background-size: 10px auto;
	}
	#page_chef_detail .box_profile .ttl .kishi {
		background-size: 10px auto;
	}

	#page_chef_detail .box_profile .ttl .eggs img {
		width: 14px;
		margin-left: 0;
	}
	#page_chef_detail .box_profile .txt {
		font-size: 1.3rem;
		line-height: 1.7;
	}
	#page_chef_detail .box_profile .txt a:after {
		right: -17px;
		width: 12px;/*画像の幅*/
		height: 12px;/*画像の高さ*/
		margin-top: -12px;
	}

	#page_chef_detail .box_gray {
		padding: 18px 10px 10px;
		margin-bottom: 40px;
	}
	#page_chef_detail .box_gray li {
		width: 100%;
		margin-bottom: 25px;
	}
	#page_chef_detail .box_gray h4 {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	#page_chef_detail .box_gray p,
	#page_chef_detail .box_gray dt,
	#page_chef_detail .box_gray dd {
		font-size: 1.2rem;
	}
	#page_chef_detail .box_gray dd a:after {
		right: -17px;
		width: 12px;/*画像の幅*/
		height: 12px;/*画像の高さ*/
		margin-top: -12px;
	}
	#page_chef_detail .box_gray p span,
	#page_chef_detail .box_gray p a {
		padding-left: 15px;
	}
	#page_chef_detail .box_gray p span.red,
	#page_chef_detail .box_gray p a.red {
		background-size: 10px auto;
	}
	#page_chef_detail .box_gray p span.gold,
	#page_chef_detail .box_gray p a.gold {
		background-size: 10px auto;
	}
	#page_chef_detail .box_gray p span.semi_gold,
	#page_chef_detail .box_gray p a.semi_gold {
		background-size: 10px auto;
	}
	#page_chef_detail .box_gray p span.silver,
	#page_chef_detail .box_gray p a.silver {
		background-size: 10px auto;
	}
	#page_chef_detail .box_gray p span.bronze,
	#page_chef_detail .box_gray p a.bronze {
		background-size: 10px auto;
	}
	#page_chef_detail .box_gray p span.kishi,
	#page_chef_detail .box_gray p a.kishi {
		background-size: 10px auto;
	}

	#page_chef_detail .box_gray dt {
		width: 40px;
	}
	#page_chef_detail .box_gray dd:before {
		margin-right: 0;
	}
	#page_chef_detail .box_gray .year dt {
		width: 60px;
	}
	#page_chef_detail .box_gray li.half1 {
		width: 100%;
		float: none;
	}
	#page_chef_detail .box_gray li.half2 {
		width: 100%;
		float: none;
	}
	#page_chef_detail .box_gray li.half2 p {
		line-height: 1.5;
	}
	#page_chef_detail .box_map {
		margin: 15px 0 40px;
		position: relative;
		padding-top: 57px;
	}
	#page_chef_detail .box_map .map {
    	margin-top: 12px;
	}
	#page_chef_detail .box_map dl {
		position: absolute;
		top: 0;
		left: 2.6%;
		width: 94.8%;
	}
	#page_chef_detail .box_map dl dt {
		width: 40px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	#page_chef_detail .box_map dl dt::after {
		margin-right: 0.3em;
	}
	#page_chef_detail .box_map dl dd {
		font-size: 1.2rem;
		margin-bottom: 4px;
		line-height: 1.4;
	}
	#page_chef_detail .list_article {
		margin-bottom: 45px;
		margin-top: 30px;
	}
	#page_chef_detail .box_review {
		margin: 25px auto 40px;
		width: 94.8%;
	}
	#page_chef_detail .box_review > img {
		width: 100%;
		float: none;
	}
	#page_chef_detail .box_review > div.fright {
		width: 100%;
		float: none;
	}
	#page_chef_detail .box_review .txt {
		font-size: 1.2rem;
		line-height: 1.5;
		margin-top: 12px;
	}
	#page_chef_detail .box_review .movie {
		margin-top: 10px;
	}
	#page_chef_detail .list_result_chef {
		padding-bottom: 0;
	}
	#page_chef_detail .btn_white {
		margin: 40px auto 0;
	}
	#page_chef_detail .btns {
	    width: 60%;
	    margin: 0 auto;
	}
	#page_chef_detail .btns p {
	    margin: 0 0 8%;
	    width: 100%;
	}
	#page_chef_detail .box_profile p.emblem {
		font-size: 1.3rem;
	}
}

/* page_redu35
----------------------------------------------------- */
#page_redu35 .copy {
	font-size: 2.2rem;
	line-height: 1.6;
	margin: 33px 0 86px;
	text-align: center;
}
#page_redu35 .box_redu35 .img_redu35 {
	width: 60.4%;
	margin: 62px auto 78px;
}
#page_redu35 .box_redu35 .midashi_redu35 {
	font-size: 1.9rem;
	color: #b08b58;
	width: 90%;
	margin: 0 auto;
}
#page_redu35 .box_redu35 .txt_redu35 {
	font-size: 1.6rem;
	line-height: 1.6;
	width: 90%;
	margin: 10px auto 30px;
	padding-left: 110px;
}
#page_redu35 .box_redu35 .red_redu35 {
	font-size: 1.9rem;
	line-height: 1.6;
	padding: 3px 0 3px 10px;
	color: #ad2223;
	border-left: solid 3px #ad2223;
}
#page_redu35 .box_redu35 .redegg_redu35 {
	font-size: 2.6rem;
	padding-left: 30px;
	background: url(/common/images/icon_egg01.jpg) left center no-repeat;
	background-size: 21px auto;
}
#page_redu35 .box_redu35 .note_redu35 {
	font-size: 1.5rem;
	display: inline-block;
	padding-top: 10px;
	color: #808080;
}
#page_redu35 .box_redu35 .gray_redu35 {
	font-size: 1.9rem;
	line-height: 1.6;
	padding: 3px 0 3px 10px;
	color: #555555;
	border-left: solid 3px #555555;
}
#page_redu35 .box_redu35 .goldegg_redu35 {
	font-size: 2.6rem;
	padding-left: 30px;
	background: url(/common/images/icon_egg02.jpg) left center no-repeat;
	background-size: 21px auto;
}
#page_redu35 .box_redu35 .kishi_redu35 {
	font-size: 1.9rem;
	line-height: 1.6;
	padding: 3px 0 3px 10px;
	color: #001751;
	border-left: solid 3px #001751;
}

#page_redu35 .box_redu35 .btn_white {
	margin: 0 auto 90px;
}
#page_redu35 .box_redu35 .list_article li {
	margin-top: 0;
}

.box_form .txt {
	margin-top: 90px;
}
.box_form .txt {
	font-size: 2rem;
	text-align: center;
}
.box_form .btn_white {
	margin: 45px auto 90px;
}

/* box_winners */
.box_winners {
	margin-top: 60px;
}
.box_winners h4 {
	font-size: 4rem;
	text-align: center;
	padding: 68px 0 0;
	line-height: 1.3;
	margin-bottom: 60px;
}
.box_winners h4.special {
	padding: 0;
}
.box_winners h4.detail {
	font-size: 5rem;
	margin-bottom: 51px;
	padding: 85px 0 0;
}
.box_winners h4.red {
	background: url(/common/images/icon_egg01.jpg) center top no-repeat;
	background-size: 40px auto;
}
.box_winners h4.red.detail {
	background: url(/common/images/icon_egg01.jpg) center top no-repeat;
	background-size: 50px auto;
}
.box_winners h4.gold {
	background: url(/common/images/icon_egg02.jpg) center top no-repeat;
	background-size: 40px auto;
}
.box_winners h4.semi_gold {
	background: url(/common/images/icon_egg02.jpg) center top no-repeat;
	background-size: 40px auto;
}
.box_winners h4.silver {
	background: url(/common/images/icon_egg04.jpg) center top no-repeat;
	background-size: 40px auto;
}
.box_winners h4.bronze {
	background: url(/common/images/icon_egg05.jpg) center top no-repeat;
	background-size: 40px auto;
}
.box_winners h4.kishi {
	background: url(/common/images/icon_egg06.jpg) center top no-repeat;
	background-size: 40px auto;
}
.box_winners h4.taki {
	background: url(/common/images/icon_egg07.jpg) center top no-repeat;
}
.box_winners h4.nominee {
}

.box_winners h4::after {
	display: block;
	content: url(/common/images/line_colors02.gif);
	width: 100%;
	text-align: center;
	padding: 0;
	line-height: 1;
	font-size: 1rem;
	margin-top: 9px;
}
.box_winners h4.detail::after {
	margin-top: 16px;
}

.box_winners .kishi_copy,
.box_winners .taki_copy {
	font-size: 1.6rem;
	line-height: 1.6;
}

.box_winners .slider2 p {
    position: relative;
    width: auto;
    height: 280px;
    overflow: hidden;
    text-align: center;
}
.box_winners .slider2 p img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    margin: auto;
    width: auto;
    height: 100%;
}
@media screen and (max-width: 958px) {
.box_winners .slider2 p {
    height: 150px;
}
}
@media screen and (max-width: 804px) {
.box_winners .slider2 p {
    height: 200px;
}
}
/* 190 */

/* box_red */
.box_red {
	padding-bottom: 90px;
	margin-bottom: 90px;
	border-bottom: 2px solid #e6e6e6;
	position: relative;
	padding-top: 75px;
}
.box_red.detail {
	padding-top: 0;
}
.box_red .wrap_sllider {
	width: 680px;
	margin-left: 310px;
	position: relative;
	border-left: 1px solid #ffffff;
}
.box_red.detail .wrap_sllider {
	width: 100%;
	margin-left: 0;
	border-left: 0;
}
.box_red .wrap_sllider .dish {
	position: absolute;
	top: 5%;
	right: 2%;
	text-align: right;
	font-size: 2.5rem;
}
.box_red .bx-pager {
	text-align: right;
	position: absolute;
	z-index: 50;
	bottom: 2%;
	right: 1%;
	width: 100%;
}
.box_red .bx-pager a {
	width: 17.6%;
	display: inline-block;
	margin: 0 5px;
	border: 2px solid rgba(255,255,255,0);
}
.box_red .bx-pager a.active {  
	border: 2px solid #b08b58; 
}
.box_red .bx-controls-direction a {
	text-decoration: none;
	text-indent: -9999px;
	width: 4%;
	height: auto;
	min-height: 92px;
	position: absolute;
	top: 45%;
}
.box_red .bx-controls-direction .bx-prev {
	background: url(/common/images/icon_arrow_left.gif) left top no-repeat;
	background-size: 100% auto;
	left: 0;
}
.box_red .bx-controls-direction .bx-next {
	background: url(/common/images/icon_arrow_right.gif) left top no-repeat;
	background-size: 100% auto;
	right: 0;
}
.box_red .img {
	position: absolute;
	top: 75px;
	left: 6px;
	width: 305px;
	max-height: 453px;
	border-right: 1px solid #ffffff;
	overflow: hidden;
}

.box_red .wrap_sllider .bx-viewport{
	height: 453px!important;
}

.detail .wrap_sllider .bx-viewport{
	height: 550px!important;
}
.detail .red_base .bx-wrapper .bx-viewport{
	height: 790px!important;
}
.box_red.detail .img {
	position: static;
	top: auto;
	left: auto;
	width: 100%;
	border-right: none;
	margin: 60px auto;
	text-align: center;
}
.box_red.detail .img img {
	width: 100%;
}
.box_red .name {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 4rem;
}
.box_red.detail .name {
	position: static;
	top: auto;
	left: auto;
	font-size: 4.5rem;
	text-align: center;
}
.box_red .name span {
	font-size: 3rem;
	margin-left: 50px;
}
.box_red.detail .name span {
	font-size: 3.5rem;
}
.box_red .ttl {
	font-size: 3rem;
	margin-top: 60px;
}
.box_red .txt {
	font-size: 2.3rem;
	line-height: 1.6;
	margin-top: 30px;
}
.box_red .btn_white {
	margin: 50px auto 0;
}

.box_red .box_red_inner {
	width: 80%;
	margin: 0 auto 0;
}
.box_red .box_red_inner .box_red_kishi {
	margin-bottom: 30px;
}
.box_red .box_red_inner .box_red_kishi .fleft {
	float: left;
	overflow: hidden;
	width: 35%;
	height: 250px;
	margin-right: 5%;
}
.box_red .box_red_inner .box_red_kishi .fright {
	float: right;
	width: 60%;
	padding-top: 30px;
}
.box_red .box_red_inner ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.box_red .box_red_inner ul li:nth-child(3n) {
	margin-right: 0;
}
.box_red .box_red_inner img {
	width: 100%;
}
.box_red .box_red_inner .imgcut{
	overflow: hidden;
	height: 210px;
}
.box_red .box_red_inner .s_name {
	font-size: 2rem;
}
.box_red .box_red_inner .s_name span {
	display: inline-block;
	font-size: 1.6rem;
	margin-left: 15px;
}
.box_red .box_red_inner .s_name02 {
	font-size: 2rem;
	margin-top: 10px;
}
.box_red .box_red_inner .s_name02 span {
	display: block;
	font-size: 1.6rem;
	margin-top: 10px;
}
.box_red .box_red_inner .s_info {
	font-size: 1.6rem;
	line-height: 2;
	padding-top: 20px;
}
/* add takahashi */
.box_red .box_red_inner .s_info a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	position: relative;
}
.box_red .box_red_inner .s_info a:after {
	position: absolute;
	top: 100%;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 15px;/*画像の幅*/
	height: 15px;/*画像の高さ*/
	background-image: url(/common/images/newopen.png);
	background-size: contain;
	margin-top: -15px;
	margin-left: 5px;
}
.box_red .box_red_inner .s_info a:hover {
	border-bottom: none;
	color: #ecc806;
}
.box_red .box_red_inner .btn_white.s_type {
	width: 270px;
	margin: 30px 0 0 0;
}
.box_red .box_red_inner .btn_white.s_type a {
	height: 50px;
	line-height: 50px;
}
.box_red .box_red_inner .btn_white.s_type02 {
	width: 100%;
	margin: 20px 0 auto 0;
}
.box_red .box_red_inner .btn_white.s_type02 a {
	height: 50px;
	line-height: 50px;
}
/*　list_gold */
.list_gold {
	padding-bottom: 32px;
	margin-bottom: 90px;
	border-bottom: 2px solid #e6e6e6;
}
.list_gold li {
	margin-bottom: 58px;
}
.list_gold li > img {
	width: 50%;
	float: left;
}
.list_gold li > div {
	width: 46.2%;
	float: right;
}
.list_gold li dl {
	margin: 30px 0 60px;
}
.list_gold li dl dt {
	width: 36%;
	float: left;
}
.list_gold li dl dd {
	width: 59.5%;
	float: right;
}
.list_gold li dl dd .name {
	font-size: 2.5rem;
	line-height: 1.3;
}
.list_gold li dl dd .dish {
	font-size: 2rem;
	line-height: 1.7;
	margin-top: 40px;
}
.list_gold li .btn_white {
	width: 67.7%;
	margin: 0 auto;
}

/*　list_bronze */
.list_bronze {
	padding-bottom: 90px;
	margin-bottom: 90px;
	border-bottom: 2px solid #e6e6e6;
}
.list_bronze.noline {
	padding-bottom: 0;
	border-bottom: none;
}
.list_bronze li {
	float: left;
	width: 23.3%;
	margin-right: 2.26%;
	margin-bottom: 30px;
}
.list_bronze li:nth-child(4n) {
	margin-right: 0;
}
.list_bronze li .name {
	font-size: 2.5rem;
	line-height: 1.3;
	margin-top: 20px;
}
.list_bronze li .dish {
	font-size: 1.5rem;
	line-height: 1.7;
	margin-top: 15px;
}
/* add takahashi */
.list_bronze li .dish a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	position: relative;
}
.list_bronze li .dish a:after {
	position: absolute;
	top: 100%;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 15px;/*画像の幅*/
	height: 15px;/*画像の高さ*/
	background-image: url(/common/images/newopen.png);
	background-size: contain;
	margin-top: -15px;
	margin-left: 5px;
}
.list_bronze li .dish a:hover {
	border-bottom: none;
	color: #ecc806;
}
/* add takahashi */
.list_bronze li .btn_white {
	width: 100%;
	margin-top: 11px;
}
.list_bronze li .btn_white a {
	background: url(/common/images/icon_arrow01.gif) 94% center no-repeat;
}

/* list_contests */
#page_redu35 .list_contests {
	margin-top: 56px;
}
#page_redu35 .list_contests li {
	margin-bottom: 40px;
}
#page_redu35 .list_contests li p {
	font-size: 1.7rem;
	line-height: 1.7;
	margin-top: 27px;
}

@media screen and (max-width: 1400px) {
	.list_gold li dl dd .name {
		font-size: 2.2rem;
	}
	.list_gold li dl dd .dish {
		font-size: 1.6rem;
		margin-top: 20px;
	}
	.list_bronze li .name {
		font-size: 2.2rem;
		margin-top: 17px;
	}
	.list_bronze li .dish {
		font-size: 1.5rem;
		margin-top: 12px;
	}
}
@media screen and (max-width: 1200px) {
	.box_winners h4 {
		font-size: 3.4rem;
		margin-bottom: 40px;
	}
	.box_winners h4.detail {
		font-size: 4.4rem;
		margin-bottom: 35px;
	}
	.box_red {
		padding-bottom: 70px;
		margin-bottom: 70px;
	}
	.box_red .wrap_sllider .dish {
		font-size: 2rem;
	}
	.box_red.detail .img {
		margin: 40px auto;
	}
	.box_red .name {
		font-size: 3.6rem;
	}
	.box_red.detail .name {
		font-size: 4.2rem;
	}
	.box_red .name span {
		font-size: 2.7rem;
		margin-left: 40px;
	}
	.box_red.detail .name span {
		font-size: 3.2rem;
	}
	.box_red .ttl {
		font-size: 2.5rem;
		margin-top: 45px;
	}
	.box_red .txt {
		font-size: 2rem;
		line-height: 1.6;
		margin-top: 22px;
	}
	.box_red .btn_white {
		margin: 40px auto 0;
	}
	.list_gold li {
		margin-bottom: 45px;
	}
	.list_gold li dl {
		margin: 25px 0 35px;
	}
	.list_gold li dl dd .name {
		font-size: 1.8rem;
	}
	.list_gold li dl dd .dish {
		font-size: 1.4rem;
		margin-top: 15px;
	}
	.list_bronze {
		padding-bottom: 70px;
		margin-bottom: 70px;
	}
	.list_bronze li .name {
		font-size: 1.8rem;
		margin-top: 15px;
	}
	.list_bronze li .dish {
		font-size: 1.5rem;
		margin-top: 9px;
	}
	.list_gold li .btn_white a,
	.list_bronze li .btn_white a {
		font-size: 1.2rem;
		background: url(/common/images/icon_arrow01.gif) 96% center no-repeat;
		padding-right: 15px;
	}
}
@media screen and (max-width: 1000px) {
	.box_red {
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
	.box_red .wrap_sllider .dish {
		font-size: 1.8rem;
	}
	.box_red .name {
		font-size: 3.2rem;
	}
	.box_red .name span {
		font-size: 2.3rem;
		margin-left: 20px;
	}
	.box_red .ttl {
		font-size: 2.2rem;
		margin-top: 30px;
	}
	.box_red .txt {
		font-size: 1.7rem;
		line-height: 1.6;
		margin-top: 20px;
	}
	.box_red .btn_white {
		margin: 30px auto 0;
	}
	.list_gold li dl {
		margin: 20px 0 25px;
	}
	.list_gold li dl dd .name {
		font-size: 1.6rem;
	}
	.list_gold li dl dd .dish {
		font-size: 1.2rem;
		margin-top: 10px;
		line-height: 1.5;
	}
	.list_bronze li .name {
		font-size: 1.6rem;
		margin-top: 12px;
	}
	.list_bronze li .dish {
		font-size: 1.5rem;
		margin-top: 6px;
		line-height: 1.5;
	}
	.list_gold li .btn_white a,
	.list_bronze li .btn_white a {
		background: url(/common/images/icon_arrow01.gif) 98% center no-repeat;
		height: 45px;
		line-height: 45px;
	}
}
@media screen and (max-width: 768px) {
	#page_redu35 .copy {
		font-size: 1.2rem;
		line-height: 1.7;
		margin: 15px auto 40px;
		width: 94.8%;
	}
	#page_redu35 .box_redu35 .img_redu35 {
		width: 94.8%;
		margin: 30px auto 30px;
	}
	#page_redu35 .box_redu35 .midashi_redu35 {
		width: 94.8%;
		margin: 0 auto 15px;
	}
	#page_redu35 .box_redu35 .txt_redu35 {
		font-size: 1.2rem;
		width: 94.8%;
		margin: 0 auto 25px;
		padding-left: 0;
	}
	#page_redu35 .box_redu35 .btn_white {
		margin: 0 auto 45px;
		width: 75%;
		max-width: 260px;
	}

	.box_form .txt {
		margin-top: 45px;
	}
	.box_form .txt {
		font-size: 1.2rem;
		text-align: center;
		line-height: 1.2;
	}
	.box_form .btn_white {
	    margin: 25px auto 45px;
	    width: 75%;
	    max-width: 260px;
	}
	/* box_winners */
	.box_winners {
		margin-top: 30px;
	}
	.box_winners h4 {
		font-size: 1.7rem;
		padding: 40px 0 0;
		margin-bottom: 23px;
	}
	.box_winners h4.detail {
		font-size: 1.9rem;
		padding: 50px 0 0;
		margin-bottom: 23px;
	}
	.box_winners h4.red {
		background: url(/common/images/icon_egg01.jpg) center top no-repeat;
		background-size: 20px auto;
	}
	.box_winners h4.red.detail {
		background: url(/common/images/icon_egg01.jpg) center top no-repeat;
		background-size: 30px auto;
	}
	.box_winners h4.gold {
		background: url(/common/images/icon_egg02.jpg) center top no-repeat;
		background-size: 20px auto;
	}
	.box_winners h4.semi_gold {
		background: url(/common/images/icon_egg02.jpg) center top no-repeat;
		background-size: 20px auto;
	}
	.box_winners h4.silver {
		background: url(/common/images/icon_egg04.jpg) center top no-repeat;
		background-size: 20px auto;
	}
	.box_winners h4.bronze {
		background: url(/common/images/icon_egg05.jpg) center top no-repeat;
		background-size: 20px auto;
	}
	.box_winners h4.kishi {
		background: url(/common/images/icon_egg06.jpg) center top no-repeat;
		background-size: 20px auto;
	}
	.box_winners h4.taki {
		background: url(/common/images/icon_egg07.jpg) center top no-repeat;
		background-size: 20px auto;
	}
	.box_winners h4::after,
	.box_winners h4.detail::after {
		content: "";
		height: 3px;	
		margin-top: 12px;
		background: url(/common/images/line_colors02.gif) center top no-repeat;
		background-size: 110px 2.5px;
	}
	.box_winners .kishi_copy,
	.box_winners .taki_copy {
		padding: 0 5% 20px 5%;
		font-size: 1.2rem;
	}

	/* box_red */
	.box_red {
		padding-bottom: 0;
		margin-bottom: 45px;
		padding-top: 0;
		border-bottom: none;
	}
	.box_red .wrap_sllider {
		width: 100%;
		margin-left: 0;
		border-left: 0;
	}
	.box_red .wrap_sllider .dish {
		top: 6%;
		font-size: 1.2rem;
	}
	.box_red .bx-controls-direction a {
		width: 6%;
		min-height: 46px;
		top: 43%;
	}
	.box_red .wrap_prof {
		width: 61.8%;
		margin: 13px 2.6% 0 0;
		float: right;
		padding-bottom: 20px;
	}
	.box_red.detail .wrap_prof {
		padding-bottom: 0;
		float: none;
		width: 94.8%;
		margin: 13px auto 0;
	}
	.box_red .img {
		position: static;
		top: 0;
		left: 0;
		width: 28.9%;
		border-right: none;
		float: left;
		margin-left: 2.6%;
		margin-top: 13px;
		padding-bottom: 20px;
	}
	.box_red.detail .img {
		width: 100%;
		margin: 25px auto;
		float: none;
		padding-bottom: 0;
	}
	.box_red .name {
		position: static;
		top: auto;
		left: auto;
		font-size: 2rem;
		padding-top: 4px;
		border-bottom: 1px solid #e6e6e6;
		padding-bottom: 8px;
	}
	.box_red.detail .name {
		font-size: 2.2rem;
		border-bottom: none;
		padding: 0;
	}
	.box_red .name span {
		font-size: 1.5rem;
		margin-left: 12px;
	}
	.box_red.detail .name span {
		font-size: 1.8rem;
	}
	.box_red .ttl {
		font-size: 1.5rem;
		line-height: 1.3;
		margin-top: 18px;
	}
	.box_red .txt {
		font-size: 1.2rem;
		margin-top: 10px;
	}
	.box_red .btn_white {
		margin: 20px auto 0;
		width: 67.7%;
		max-width: 220px;
		clear: both;
	}

	.box_red .box_red_inner {
		width: 90%;
	}
	.box_red .box_red_inner .box_red_kishi {
		margin-bottom: 15px;
	}
	.box_red .box_red_inner .box_red_kishi .fleft {
		width: 37%;
		margin-right: 3%;
	}
	.box_red .box_red_inner .box_red_kishi .fright {
		padding-top: 0;
	}
	.box_red .box_red_inner ul li {
		width: 48.6%;
		margin-right: 2.8%;
	}
	.box_red .box_red_inner ul li:nth-child(3n) {
		margin-right: 5%;
	}
	.box_red .box_red_inner ul li:nth-child(2n) {
		margin-right: 0;
	}
	.box_red .box_red_inner .s_name {
		font-size: 1.5rem;
	}
	.box_red .box_red_inner .s_name span {
		display: block;
		font-size: 1.2rem;
		margin-left: 0;
		margin-top: 10px;
	}
	.box_red .box_red_inner .s_name02 {
		font-size: 1.5rem;
	}
	.box_red .box_red_inner .s_name02 span {
		font-size: 1.2rem;
	}
	.box_red .box_red_inner .s_info {
		font-size: 1.2rem;
		line-height: 1.5;
		padding-top: 10px;
	}
	.box_red .box_red_inner .btn_white.s_type {
		width: 80%;
		margin: 15px 0 0 0;
	}
	.box_red .box_red_inner .btn_white.s_type a {
		height: 36px;
		line-height: 36px;
	}
	.box_red .box_red_inner .btn_white.s_type02 {
		width: 100%;
		margin: 10px 0 auto 0;
	}
	.box_red .box_red_inner .btn_white.s_type02 a {
		height: 36px;
		line-height: 36px;
	}
	/*　list_gold */
	.list_gold {
		padding-bottom: 0;
		margin: 0 auto 15px;
		width: 94.8%;
		border-bottom: none;
	}
	.list_gold li {
		margin-bottom: 30px;
	}
	.list_gold li > img {
		width: 100%;
		float: none;
	}
	.list_gold li > div {
		width: 100%;
		float: none;
	}
	.list_gold li dl {
		margin: 10px 0 20px;
	}
	.list_gold li dl dt {
		width: 32%;
	}
	.list_gold li dl dd {
		width: 64%;
	}
	.list_gold li dl dd .name {
		font-size: 1.5rem;
		margin-top: 3px;
	}
	.list_gold li dl dd .dish {
		font-size: 1.2rem;
		margin-top: 7px;
	}
	.list_gold li .btn_white {
		max-width: 220px;
	}
	.list_gold li .btn_white a {
		height: 35px;
		line-height: 36px;
		font-size: 1.2rem;
		background: url(/common/images/icon_arrow01.gif) 96% center no-repeat;
	}

	/*　list_bronze */
	.list_bronze {
		padding-bottom: 0;
		margin: 0 2.6% 45px;
		border-bottom: none;
		width: 94.8%;
	}
	.list_bronze li {
		width: 48.6%;
		margin-right: 2.8%;
		margin-bottom: 30px;
	}
	.list_bronze li:nth-child(2n) {
		margin-right: 0;
	}
	.list_bronze li .name {
		font-size: 1.5rem;
		margin-top: 12px;
	}
	.list_bronze li .dish {
		font-size: 1.2rem;
		margin-top: 6px;
	}
	.list_bronze li .dish a:after {
		right: -17px;
		width: 12px;/*画像の幅*/
		height: 12px;/*画像の高さ*/
		margin-top: -12px;
	}

	.list_bronze li .btn_white {
		width: 100%;
		max-width: 220px;
		margin: 11px auto 0;
	}
	.list_bronze li .btn_white a {
		height: 35px;
		line-height: 36px;
		font-size: 1.2rem;
		background: url(/common/images/icon_arrow01.gif) 96% center no-repeat;
	}

	/* list_contests */
	#page_redu35 .list_contests {
		margin: 20px 2.6% 0;
		width: 94.8%;
	}
	#page_redu35 .list_contests li {
		margin-bottom: 15px;
	}
	#page_redu35 .list_contests li p {
		display: none;
	}
	.box_red .wrap_sllider .bx-viewport{
		height: 220px!important;
	}
	.detail .wrap_sllider .bx-viewport{
		height: 220px!important;
	}
}

/* page_about
----------------------------------------------------- */
#page_about {
	margin-bottom: 200px;
}
#page_about .color2 {
	margin-top: -8px;
	line-height: 1.3;
	padding-bottom: 41px;
	margin-bottom: 145px;
}
#page_about .copy1 {
	text-align: center;
	margin-top: 65px;
	font-size: 4.5rem;
	letter-spacing: 0.05em;
	line-height: 1.3;
}
#page_about .copy2 {
	text-align: center;
	margin-top: 38px;
	font-size: 3rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
#page_about .copy3 {
	margin: 65px 0 105px;
}
#page_about .copy3 p {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
#page_about ol {
	background-color: #f5f5f5;
	padding: 45px 60px 40px 90px;
	margin-top: 45px;
}
#page_about ol li {
	font-size: 2.4rem;
	list-style: decimal;
	line-height: 1.3;
	margin-bottom: 7px;
	padding-left: 10px;
}
#page_about ol li:last-child {
	margin-bottom: 0;
}
#page_about .txt {
	margin: 30px auto 0;
	width: 77%;
	font-size: 1.7rem;
	line-height: 1.7;
}
#page_about ul {
	margin-top: 80px;
}
#page_about ul li {
	width: 31.6%;
	float: left;
	text-align: center;
}
#page_about ul li:first-child {
	margin: 0 17.8% 0 9.6%;
}
#page_about ul li img {
	width: 43%;
	height: auto;
}
#page_about ul li .btn_white {
	width: 100%;
	margin-top: 34px;
}
#page_about ul li .btn_white a {
	background: url(/common/images/icon_arrow01.gif) 96% center no-repeat;
}
@media screen and (max-width: 1200px) {
	#page_about {
		margin-bottom: 160px;
	}
	#page_about .color2 {
		margin-bottom: 120px;
	}
	#page_about .copy1 {
		margin-top: 50px;
		font-size: 4rem;
	}
	#page_about .copy2 {
		font-size: 2.8rem;
	}
	#page_about .copy3 {
		margin: 50px 0 90px;
	}
	#page_about ol {
		padding: 40px 55px 35px 85px;
	}
	#page_about ol li {
		font-size: 2.2rem;
	}
	#page_about .txt {
		width: 86%;
	}
	#page_about ul {
		margin-top: 60px;
	}
	#page_about ul li {
		width: 36.3%;
	}
	#page_about ul li:first-child {
		margin: 0 9% 0 9%;
	}
}
@media screen and (max-width: 1000px) {
	#page_about ul li .btn_white a {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 768px) {
	#page_about {
		margin-bottom: 80px;
	}
	#page_about .color2 {
		margin-top: 0;
		padding-bottom: 18px;
		margin-bottom: 50px;
	}
	#page_about .copy1 {
		margin: 30px auto 0;
		font-size: 2rem;
		letter-spacing: 0.01em;
		width: 94.8%;
	}
	#page_about .copy2 {
		margin: 20px auto 0;
		font-size: 1.6rem;
		letter-spacing: 0.01em;
		width: 94.8%;
	}
	#page_about .copy3 {
		margin: 30px auto 50px;
		width: 94.8%;
	}
	#page_about .copy3 p {
		margin-bottom: 15px;
		font-size: 1.2rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	#page_about ol {
		padding: 15px 10px 15px 30px;
		margin-top: 20px;
	}
	#page_about ol li {
		font-size: 1.4rem;
		margin-bottom: 9px;
		padding-left: 5px;
	}
	#page_about .txt {
		margin: 20px auto 0;
		width: 90%;
		font-size: 1.2rem;
	}
	#page_about ul {
		margin-top: 30px;
	}
	#page_about ul li {
		width: 46.1%;
	}
	#page_about ul li:first-child {
		margin: 0 2.6% 0 2.6%;
	}
	#page_about ul li img {
		width: 80%;
		max-width: 120px;
	}
	#page_about ul li .btn_white {
		margin-top: 15px;
	}
	#page_about ul li .btn_white a {
		background: url(/common/images/icon_arrow01.gif) 96% center no-repeat;
		height: 60px;
		box-sizing: border-box;
		padding-top: 13px;
		padding-right: 5px;
	}
}

/* static
----------------------------------------------------- */
#static .copy {
	font-size: 2.2rem;
	line-height: 1.6;
	margin: 33px 0 86px;
	text-align: center;
}
#static .box_static .txt_static {
	font-size: 1.7rem;
	line-height: 1.6;
	width: 90%;
	margin: 60px auto 70px;
}
/* add takahashi */
#static .box_static .txt_static a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
#static .box_static .txt_static a:hover {
	border-bottom: none;
	color: #ecc806;
}
/* add takahashi */
#static .box_static .btn_white {
	margin: 0 auto 90px;
}
#static p.sitemap {
	padding-bottom: 3rem;
}
#static .fleft {
	float: left;
	width: 50%;
}
#static p.sitemap a {
	font-size: 2.2rem;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
#static p.sitemap a:hover {
	border-bottom: none;
	color: #ecc806;
}
#static ul li {
	margin-bottom: 3rem;
}
#static ul.low {
	margin-left: 3rem;
}
#static ul li a {
	font-size: 2.2rem;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
#static ul li a:hover {
	border-bottom: none;
	color: #ecc806;
}

@media screen and (max-width: 768px) {
	#static .copy {
		font-size: 1.2rem;
		line-height: 1.7;
		margin: 15px auto 40px;
		width: 94.8%;
	}
	#static .box_static .txt_static {
		font-size: 1.2rem;
		width: 94.8%;
		margin: 15px auto 25px;
	}
	#static .box_static .btn_white {
		margin: 0 auto 45px;
		width: 75%;
		max-width: 260px;
	}
	#static p.sitemap {
		padding-left: 5%;
	}
	#static .link {
		width: 90%;
		margin: 0 auto;
	}
	#static .link .fleft {
		width: 100%;
	}
	#static p.sitemap {
		padding-bottom: 1.5rem;
	}
	#static p.sitemap a {
		font-size: 1.5rem;
	}
	#static ul li {
		margin-bottom: 1.5rem;
	}
	#static ul li a {
		font-size: 1.5rem;
	}
}

/* page_english
----------------------------------------------------- */
#page_english {
	margin-bottom: 200px;
}
#page_english .color2 {
    margin-top: -8px;
    line-height: 1.3;
    padding-bottom: 41px;
    margin-bottom: 145px;
}
#page_english h4 {
	font-weight: normal;
	color: #b59059;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	margin: 40px 0;
}
#page_english .copy p {
    margin-bottom: 30px;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
#page_english .sub_title p {
    margin-bottom: 15px;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
#page_english .sub_title p a {
	color: #000;
}
#page_english .sub_title p a:hover {
	text-decoration: none;
	color: #ecc806;
}
#page_english .sub_title p span {
	font-weight: normal;
}
#page_english .box_concept {
	margin-bottom: 90px;
}
#page_english .box_concept .img_concept {
	width: 80%;
	margin: 0 auto;
}
#page_english .box_concept .img_concept img {
	width: 100%;
	height: auto;
}
#page_english .box_concept .img_concept02 {
	width: 60%;
	margin: 0 0 10px;
}
#page_english .box_concept .img_concept02 img {
	width: 100%;
	height: auto;
}
#page_english .box_concept .img_concept03 {
	width: 80%;
	margin: 30px auto;
}

#page_english .list_about {
	width: 80%;
	margin: 30px auto 60px;
}
#page_english .list_about li {
	width: 47%;
	float: left;
	margin-right: 3%;
	margin-bottom: 15px;
}
#page_english .list_about li:nth-child(2n) {
	margin-right: 0;
}

#page_english .list_clubred {
	width: 50%;
	margin: 30px auto 60px;
}
#page_english .list_clubred li {
	width: 42%;
	float: left;
	margin-right: 16%;
	margin-bottom: 15px;
}
#page_english .list_clubred li:nth-child(2n) {
	margin-right: 0;
}

#page_english .box_winners {
	margin-bottom: 90px;
}
#page_english .box_winners h4 {
	overflow: hidden;
	text-align: center;
	margin: 0;
	padding: 0;
}
#page_english .box_winners h4:after {
	display: none;
}
#page_english .box_winners h4 span {
	display: inline-block;
	padding: 0 0.5em;
	position: relative;
}
#page_english .box_winners h4 span:before,
#page_english .box_winners h4 span:after {
    border-top: 2px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
#page_english .box_winners h4 span:before {
    right: 100%;
}
#page_english .box_winners h4 span:after {
    left: 100%;
}

@media screen and (max-width: 768px) {
	#page_english {
		margin-bottom: 80px;
	}
	#page_english .box_concept,
	#page_english .box_winners {
		margin-bottom: 45px;
	}
	#page_english .color2 {
		margin-top: 0;
		padding-bottom: 18px;
		margin-bottom: 50px;
	}
	#page_english h4 {
		font-size: 1.7rem;
	    letter-spacing: 0;
	    line-height: 1.3;
		margin: 20px auto 15px;
    	width: 90%;
	}
	#page_english .box_winners h4 {
		width: 100%;
	}
	#page_english .copy p {
		margin-bottom: 15px;
		font-size: 1.2rem;
		letter-spacing: 0;
		line-height: 1.6;
		margin: 0 auto 10px;
    	width: 90%;
	}
	#page_english .sub_title p {
		margin-bottom: 10px;
		font-size: 1.4rem;
		line-height: 1.4;
		margin: 0 auto 10px;
    	width: 90%;
	}
	#page_english .box_concept .img_concept {
		width: 100%;
		margin: 0 auto;
	}
	#page_english .box_concept .img_concept02 {
		width: 80%;
		margin: 0 0 10px 5%;
	}
	#page_english .box_concept .img_concept03 {
		width: 100%;
		margin: 15px auto;
	}
	#page_english .list_about {
	    width: 90%;
	    margin: 15px auto 30px;
	}
	#page_english .list_clubred {
	    width: 80%;
	    margin: 15px auto 30px;
	}
	#page_english .list_clubred li {
	    width: 46%;
	    margin-right: 8%;
	}
}

/* page_support
----------------------------------------------------- */
#page_support .copy {
	font-size: 2.2rem;
	line-height: 1.6;
	margin: 33px 0 0;
	text-align: center;
}
#page_support .copy span {
	font-size: 1.6rem;
	line-height: 1.4;
}
#page_support .beige {
	background-color: #f3f2e9;
	padding: 35px;
	width: 70%;
	margin: 36px auto 0;
}
#page_support .beige p {
	font-size: 1.4rem;
	line-height: 1.4;
}
#page_support .name {
	font-size: 2.2rem;
}
#page_support .name_e {
	font-size: 1.5rem;
}
#page_support .genre {
	font-size: 1.5rem;
}
#page_support .shop {
	font-size: 1.5rem;
}
#page_support .ranking-01 {
	position: relative;
	width: 100%;
	margin: 72px auto 0;
	padding-bottom: 20px;
}
#page_support .ranking-01 .fleft {
	position: relative;
	float: left;
	width: 50%;
	text-align: right;
	z-index: 1;
}
#page_support .ranking-01 .fleft img {
	width: 330px;
}
#page_support .ranking-01 .fleft img.play_btn {
    width: 264px;
    height: 144px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
#page_support .ranking-01 .fright {
	position: relative;
	float: right;
	width: 45%;
	text-align: left;
	z-index: 1;
}
#page_support .ranking-01 .fright .rank {
	font-size: 3rem;
	padding-top: 20px;
}
#page_support .ranking-01 .fright .rank span.top {
	display: inline-block;
	margin-right: 80px;
	color: #e60012;
}
#page_support .ranking-01 .fright .rank span.small {
	font-size: 2rem;
}
#page_support .ranking-01 .fright .name {
	padding-top: 30px;
}
#page_support .ranking-01 .fright .name_e {
	padding-top: 5px;
}
#page_support .ranking-01 .fright .genre {
	padding-top: 10px;
}
#page_support .ranking-01 .fright .shop {
	padding-top: 10px;
	line-height: 1.5;
}
#page_support .ranking-01 .btns {
	position: absolute;
	width: 100%;
	background-color: #ede2d1;
	left: 0;
	bottom: 0;
	padding: 20px 0;
	z-index: 0;
}
#page_support .ranking-01 .btns ul {
	width: 40%;
	margin-left: 52%;
}
#page_support .ranking-01 .btns ul li {
	float: left;
	width: 50%;
}
#page_support .ranking-01 .btns ul li a {
	width: 90%;
	display: block;
	height: 50px;
	line-height: 50px;
	border: 1px solid #aaaaaa;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background-color: #fff;
}
#page_support .ranking-01 .btns ul li p {
	width: 90%;
	display: block;
	height: 50px;
	line-height: 50px;
	border: 1px solid #aaaaaa;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	color: #999;
	background-color: #ccc;
}
#page_support .ranking-01 .btns ul li span {
	width: 90%;
	display: block;
	height: 50px;
	line-height: 50px;
	border: 1px solid #aaaaaa;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background-color: #fff;
}
#page_support .ranking-01 .btns ul li a.gray {
	background-color: #eaeaea;
}
#page_support .ranking-01 .btns ul li a:hover {
	color: #fff;
	background-color: #000;
}
#page_support .ranking-02 {
	width: 100%;
	margin: 80px auto 0;
}
#page_support .ranking-02 ul li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
#page_support .ranking-02 ul li:nth-child(4n) {
	margin-right: 0;
}
#page_support .ranking-02 ul li .rank {
	font-size: 2.2rem;
	padding-bottom: 20px;
}
#page_support .ranking-02 ul li .rank span {
	display: inline-block;
}
#page_support .ranking-02 ul li .rank span.second {
	color: #b59059;
}
#page_support .ranking-02 ul li .rank span.third {
	color: #6f6f6f;
}
#page_support .ranking-02 ul li .rank span.fourth {
	color: #b25a19;
}
#page_support .ranking-02 ul li .rank .fleft {
	float: left;
}
#page_support .ranking-02 ul li .rank .fright {
	float: right;
	text-align: right;
}
#page_support .ranking-02 ul li .name {
	padding-top: 20px;
}
#page_support .ranking-02 ul li .name_e {
	padding-top: 10px;
}
#page_support .ranking-02 ul li .genre {
	padding-top: 10px;
}
#page_support .ranking-02 ul li .shop {
	padding-top: 5px;
	line-height: 1.5;
}
#page_support .ranking-02 ul li .btns {
	width: 100%;
	margin-top: 20px;
}
#page_support .ranking-02 ul li .btns a {
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	border: 1px solid #aaaaaa;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background-color: #fff;
	margin-bottom: 10px;
}
#page_support .ranking-02 ul li .btns p {
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	border: 1px solid #aaaaaa;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	color: #999;
	background-color: #ccc;
	margin-bottom: 10px;
}
#page_support .ranking-02 ul li .btns span {
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	border: 1px solid #aaaaaa;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background-color: #fff;
	margin-bottom: 10px;
}
#page_support .ranking-02 ul li .btns a.gray {
	background-color: #eaeaea;
}
#page_support .ranking-02 ul li .btns a:hover {
	color: #fff;
	background-color: #000;
}
#page_support .shop a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	position: relative;
}
#page_support .shop a:after {
	position: absolute;
	top: 100%;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 15px;/*画像の幅*/
	height: 15px;/*画像の高さ*/
	background-image: url(/common/images/newopen.png);
	background-size: contain;
	margin-top: -15px;
	margin-left: 5px;
}
#page_support .shop a:hover {
	border-bottom: none;
	color: #ecc806;
}
#page_support .bg-gray {
	width: 100%;
	background-color: #f9f9f9;
	padding: 35px 0 0;
}
#page_support .bg-gray ul li {
	margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
	#page_support .copy {
		font-size: 1.2rem;
		line-height: 1.6;
		margin: 15px auto 0;
		width: 94%;
		text-align:left;
	}
	#page_support .copy span {
		font-size: 1.1rem;
		line-height: 1.2;
	}
	#page_support .copy span br {
		display:none;
	}
	#page_support .beige {
		padding: 15px;
		width: 94%;
		margin: 18px auto 0;
	}
	#page_support .ranking-01 {
		margin: 36px auto 40px;
		padding: 0 10px 100px;
	}
	#page_support .ranking-01 .fleft img {
		width: 100%;
		height: auto;
	}
	#page_support .beige p {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	#page_support .name {
		font-size: 1.5rem;
	}
	#page_support .ranking-01 .fright .name {
		padding-top: 15px;
	}
	#page_support .name_e {
		font-size: 1.1rem;
	}
	#page_support .genre {
		font-size: 1.1rem;
	}
	#page_support .shop {
		font-size: 1.1rem;
	}
	#page_support .shop a:after {
		right: -15px;
		width: 11px;/*画像の幅*/
		height: 11px;/*画像の高さ*/
		margin-top: -11px;
	}

	#page_support .ranking-01 .fright .rank {
		font-size: 1.5rem;
		padding-top: 10px;
	}
	#page_support .ranking-01 .fright .rank span.top {
		margin-right: 60px;
	}
	#page_support .ranking-01 .fright .rank span.small {
		font-size: 1.2rem;
	}
	#page_support .ranking-01 .btns {
		padding-top: 80px;
	}

	#page_support .ranking-01 .btns ul {
		width: 90%;
		margin: 0 auto;
	}
	#page_support .ranking-02 {
		margin-top: 20px;
	}
	#page_support .ranking-02 ul {
		width: 95%;
		margin: 0 auto;
	}
	#page_support .ranking-02 ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	#page_support .ranking-02 ul li:nth-child(2n) {
		margin-right: 0;
	}
	#page_support .ranking-02 ul li .rank {
		font-size: 1.5rem;
		padding-bottom: 10px;
	}
	#page_support .bg-gray {
		padding-top: 20px;
	}
}

#cboxOverlay {
	background: #000;
}
#cboxLoadedContent {
	background: #fff;
}
#cboxLoadedContent {
	padding: 0;
	overflow: auto;
	-moz-box-shadow: 0px 1px 10px #000000;
	-webkit-box-shadow: 0px 1px 10px #000000;
	box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
	top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible ;
}
#cboxTitle {
	color: #fff;
}
#ajax-wrap {
	margin: 40px 60px 20px;
}
#ajax-wrap .chef {
	margin-bottom: 30px;
}
#ajax-wrap .chef .fleft {
	width: 40%;
	display: table-cell;
	padding-left: 20%;
}
#ajax-wrap .chef .fright {
	width: 48%;
	padding-left: 2%;
	display: table-cell;
	vertical-align: bottom;
}
#ajax-wrap .chef .fright .name {
	font-size: 2.2rem;
}
#ajax-wrap .chef .fright .name_e {
	font-size: 2.2rem;
	padding-top: 10px;
}
#ajax-wrap .chef .fright .genre {
	font-size: 2rem;
	padding-top: 20px;
}
#ajax-wrap .chef .fright .shop {
	font-size: 1.6rem;
	padding-top: 20px;
	line-height: 1.5;
}
#ajax-wrap .chef .fright .shop a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
#ajax-wrap .chef .fright .shop a:hover {
	border-bottom: none;
	color: #ecc806;
}
#ajax-wrap .thanks {
	text-align: center;
	font-size: 3rem;
}
#ajax-wrap .total {
	text-align: center;
	font-size: 2.5rem;
	padding-top: 20px;
}
#ajax-wrap .total span {
	font-size: 1.7rem;
}
#ajax-wrap .bg_beige {
	background-color: #bdab7e;
	font-size: 1.7rem;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	margin-top: 20px;
}
#ajax-wrap .bg_sns {
	background-color: #f5efe2;
	padding: 20px 60px;
}
#ajax-wrap .bg_sns ul li {
	float: left;
	width: 47%;
	margin-right: 6%;
}
#ajax-wrap .bg_sns ul li:nth-child(2) {
	margin-right: 0;
}
#ajax-wrap .btn {
	width: 50%;
	margin: 28px auto;
}
#ajax-wrap .btn a {
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	border: 1px solid #aaaaaa;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background-color: #fff;
	margin-bottom: 10px;
}
#ajax-wrap .btn a:hover {
	color: #fff;
	background-color: #000;
}

@media screen and (max-width: 768px) {
	#ajax-wrap {
		margin: 20px 10px 20px;
	}
	#ajax-wrap .chef {
		margin-bottom: 15px;
	}
	#ajax-wrap .chef .fleft {
		width: 40%;
		padding-left: 2%;
	}
	#ajax-wrap .chef .fright .name {
		font-size: 1.5rem;
	}
	#ajax-wrap .chef .fright .name_e {
		font-size: 1.5rem;
		padding-top: 5px;
	}
	#ajax-wrap .chef .fright .genre {
		font-size: 1.2rem;
		padding-top: 10px;
	}
	#ajax-wrap .chef .fright .shop {
		font-size: 1.1rem;
		padding-top: 10px;
		line-height: 1.5;
	}
	#ajax-wrap .thanks {
		text-align: center;
		font-size: 2rem;
	}
	#ajax-wrap .total {
		text-align: center;
		font-size: 1.7rem;
		padding-top: 10px;
	}
	#ajax-wrap .total span {
		font-size: 1.2rem;
	}
	#ajax-wrap .bg_beige {
		font-size: 1.2rem;
		padding: 5px 0;
		margin-top: 10px;
	}
	#ajax-wrap .bg_sns {
		background-color: #f5efe2;
		padding: 10px 50px;
	}
	#ajax-wrap .bg_sns ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#ajax-wrap .btn {
		width: 50%;
		margin: 28px auto;
	}
}
.wysiwyg {
	font-size: 1.5rem !important;
	line-height: 1.7 !important;
}
.wysiwyg h3 {
	font-size: 2rem;
	margin:0 0 10px;
}
.wysiwyg .claim {
	color:#b49769 !important;	
}
.wysiwyg img {
	width: initial !important;
	width: auto!important;
	max-width: 100% !important;
}
.wysiwyg img.alignright {
	display: block !important;
	margin: 35px 0 35px auto !important;
}
.wysiwyg img.alignleft {
	display: block !important;
	margin: 35px auto 35px 0 !important;
}
.wysiwyg img.aligncenter {
	display: block !important;
	margin: 35px auto !important;
}
.c_wysiwyg {
	font-size: 1.5rem !important;
	line-height: 1.7 !important;
}
.c_wysiwyg img {
	width: initial !important;
	max-width: 100% !important;
}
.c_wysiwyg img.alignright {
	display: block !important;
	margin: 35px 0 35px auto !important;
}
.c_wysiwyg img.alignleft {
	display: block !important;
	margin: 35px auto 35px 0 !important;
}
.c_wysiwyg img.aligncenter {
	display: block !important;
	margin: 35px auto !important;
}
.wysiwyg a,
.c_wysiwyg a {
	position: relative;
}
.wysiwyg a[target="_blank"],
.c_wysiwyg a[target="_blank"] {
	margin-right: 25px;
	white-space: nowrap;
}
_::-webkit-full-page-media, _:future, :root .wysiwyg a[target="_blank"],
_::-webkit-full-page-media, _:future, :root .c_wysiwyg a[target="_blank"] {
    white-space: unset;
}


.wysiwyg a[target="_blank"]:after,
.c_wysiwyg a[target="_blank"]:after {
	position: absolute;
	top: 100%;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 15px;/*画像の幅*/
	height: 15px;/*画像の高さ*/
	background-image: url(/common/images/newopen.png);
	background-size: contain;
	margin-top: -15px;
	margin-left: 5px;
}

@media screen and (max-width: 768px) {
	.wysiwyg {
		font-size: 1.2rem !important;
		line-height: 1.5 !important;
	}
	.wysiwyg h3 {
		font-size: 1.3rem;
		margin: 10px 0;
	}
	.wysiwyg iframe{
		width: 98%;
    	height: 29vh;
    	display: block;
    	margin: 0 auto;
	}
	.c_wysiwyg iframe{
		width: 98%;
    	height: 29vh;
    	display: block;
    	margin: 0 auto;
	}
	.c_wysiwyg {
		font-size: 1.2rem !important;
		line-height: 1.5 !important;
	}
	.wysiwyg a[target="_blank"],
	.c_wysiwyg a[target="_blank"] {
		margin-right: 25px;
	}
	.wysiwyg a:after,
	.c_wysiwyg a:after {
		right: -15px;
		width: 11px;/*画像の幅*/
		height: 11px;/*画像の高さ*/
		margin-top: -11px;
	}
	.trim-2{
		height: 26vh!important;
	}

}

.trim {
  width: auto;  /* トリミングしたい幅 */
  height: 380px;  /* トリミングしたい高さ */
  overflow: hidden;
  position: relative;
}

.trim-2 {
    width: auto;
    height: 225px;
    overflow: hidden;
    position: relative;
}

.trim img {
	position: absolute;
	top: 50% !important;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

.trim-2 img {
    position: absolute;
    top: 50% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

/* clearfix
----------------------------------------------------- */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


/*-----------------------------------------*/
/*2018/08/03公開分　brother*/
/*-----------------------------------------*/
@media screen and (min-width: 992px){
  #brother_logo{
    margin-left:39%;
    margin-top:20px;
  }
  #brother_txt{
    font-weight: bold;
    margin-top: 20px;
    font-size: 185%;
    margin-left: 30%;
    width: 40%;
  }
}
@media screen and (max-width: 991px){
  #brother_logo{
    margin-left:28%;
  }
  #brother_txt{
    font-weight: bold;
    font-size: 180%;
    margin-left: 26%;
    width: 50%;
  }
}

@media screen and (max-width: 767px){
  #brother_logo{
    margin-left:28%;
  }
  #brother_txt{
	font-weight: bold;
    font-size: 160%;
    margin-left: 17%;
    width: 70%;
  }
}
#brother_txt a{
	text-decoration: none;
	color: #000;
}

/*-----------------------------------------*/
/*2018/10/30 add*/
/*-----------------------------------------*/
.mt30 {
	margin-top: 60px !important;
}
.pb0 {
	padding-bottom: 0 !important;
}

/*-----------------------------------------*/
/*2018/10/30 add*/
/*-----------------------------------------*/
.bubble_on{
  display: none;
}
.bubble_off{
  display: none;
}
#footerFloatingMenu {
    display: none;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 15px;
    z-index: 9999;
    padding: 0 auto;
}
 
#footerFloatingMenu img {
    max-width: 99%;
}

#bubble{
	position: relative;
	width: 214px;
	margin: 0px auto;
	border: 2px solid rgb(176, 184, 185);
	padding: 20px 20px 20px 10px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.701961) 0px 0px 8px;
	background-size: 100% 8px;
	background-color: rgb(255, 255, 255);
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 13px;
	line-height: 17px;
	font-family: sans-serif;
}
#bubble_up{
	float: left;
	width: 55px;
	height: 55px;
	margin: -2px 7px 3px 5px;
	background: url("/common/images/apple-touch-icon.png") -1px -1px / 57px 57px no-repeat rgb(255, 255, 255);
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px;
}
#bubble_under{
	background: #fff;
	border-top: none;
	border-right: 1px solid rgb(176, 184, 185);
	border-bottom: 1px solid rgb(176, 184, 185);
	border-left: none;
	border-image: initial;
	width: 15px;
	height: 15px;
	bottom: -9px;
	position: absolute;
	left: 100px;
	transform: rotate(45deg);
}
#bubble_close{
	position: absolute;
	display: block;
	top: -3px;
	right: -3px;
	width: 16px;
	height: 30px;
	border: 10px solid transparent;
	background: url(/common/images/close.png) no-repeat;
}
#bubble_text{
	color:#666;
}
.list_judge {
	width: 80%;
	margin: 30px auto 0;
}
.list_judge li {
	float: left;
	width: 18.4%;
	height: 260px;
	margin-right: 2%;
	margin-bottom: 60px;
}
.list_judge li:nth-child(5) {
	margin-right: 0;
}
.list_judge li .position {
	color: #b08b58;
	font-size: 1.3rem;
	padding: 10px 0;
}
.list_judge li .name {
	font-size: 1.3rem;
}
.list_judge li .shop {
	font-size: 1.3rem;
	padding: 10px 0 0;
	line-height: 1.5;
}
/* add takahashi */
.list_judge li .shop a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	position: relative;
}
.list_judge li .shop a:after {
	position: absolute;
	top: 100%;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 13px;/*画像の幅*/
	height: 13px;/*画像の高さ*/
	background-image: url(/common/images/newopen.png);
	background-size: contain;
	margin-top: -13px;
	margin-left: 5px;
}
.list_judge li .shop a:hover {
	border-bottom: none;
	color: #b08b58;
}

@media screen and (max-width: 767px){
	.list_judge {
		width: 90%;
		margin: 15px auto 0;
		display: flex;
		flex-wrap: wrap;
	}
	.list_judge li {
		width: calc(88%/4);
		margin-right: 4%;
		margin-bottom: 20px;
		height: 200px;
	}
	.list_judge li:nth-child(4n) {
		margin-right: 0;
	}
	.list_judge li .position {
		font-size: 1.2rem;
		padding: 8px 0;
	}
	.list_judge li .name {
		font-size: 1.2rem;
	}
	.list_judge li .shop {
		font-size: 1rem;
		padding: 8px 0 0;
	}
}

/* 20190401 */
.supporter_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 32px auto 0;
  width: 90%;
}
.supporter_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 32px auto 0;
}
.supporter_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 32px auto 0;
}
.supporter_link {
  width: 33%;
  text-align: center;
}
.supporter_link img {
  width: auto;
}
.supporter_1 .supporter_link {
  min-width: 260px;
}
.supporter_2 .supporter_link {
  min-width: 280px;
}
.supporter_3 .supporter_link {
  margin-bottom: 25px;
  min-width: 220px;
}
.supporter_3 .supporter_link img {
  max-width: 150px;
}

.supporter_3 .supporter_link img {
    max-width: 160px;
}
@media screen and (max-width: 1200px){
  .supporter_2 .supporter_link img {
    max-width: 210px;
  }
  .supporter_3 .supporter_link img {
    max-width: 140px;
  }
}
@media screen and (max-width: 950px){
  .supporter_2 .supporter_link {
    min-width: 260px;
  }
  .supporter_3 .supporter_link {
    min-width: 200px;
  }
  .supporter_2 .supporter_link img {
    max-width: 200px;
  }
  .supporter_3 .supporter_link img {
    max-width: 135px;
  }
}
@media screen and (max-width: 860px){
  .supporter_2 .supporter_link {
    min-width: 225px;
  }
  .supporter_3 .supporter_link {
    min-width: 180px;
  }
  .supporter_2 .supporter_link img {
    max-width: 180px;
  }
  .supporter_3 .supporter_link img {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px){
  .supporter_2 .supporter_link img {
    max-width: 180px;
  }
  .supporter_3 .supporter_link img {
    max-width: 120px;
  }
}
@media screen and (max-width: 680px){
  .supporter_1 {
    margin: 16px auto 0;
  }
  .supporter_1 .supporter_link {
    min-width: unset;
  }
  .supporter_link {
    width: 40%;
}
  .supporter_link img {
    width: 100%;
  }
}
@media screen and (max-width: 520px){
  .supporter_2 .supporter_link img {
    max-width: 160px;
  }
}

ul.redu35_btn {
}
ul.redu35_btn li {
	width: 31.6%;
	float: left;
	text-align: center;
}
ul.redu35_btn li:first-child {
	margin: 0 17.8% 0 9.6%;
}

/* 20190416 */
.sponsor_link {
  width: 33%;
  text-align: center;
  margin-bottom: 32px;
}
.sponsor_link img {
  width: auto;
}

.sponsor_red {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 32px auto 0;
  width: 90%;
}
.sponsor_red .sponsor_link {
  min-width: 260px;
}

.sponsor_gold {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 0;
}
.sponsor_gold .sponsor_link {
  min-width: 280px;
}

.sponsor_silver {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 10px;
}
.sponsor_silver .sponsor_link {
  margin-bottom: 25px;
  min-width: 220px;
}
.sponsor_silver .sponsor_link img {
  max-width: 160px;
}

.sponsor_bronze {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 0;
}
.sponsor_bronze .sponsor_link {
  margin-bottom: 25px;
  width: 25%;
}
.sponsor_bronze .sponsor_link img {
  max-width: 100px;
}
.sponsor_sandou {
  margin: 32px auto 90px;
  width: 90%;
  text-align: center;
}
.sponsor_sandou span {
  font-size: 1.5rem;
  font-weight:bold;
  margin: 0 6px;
  line-height: 2.4;
  border-bottom: 1px solid #b08b58;
  padding-bottom: 5px;
}
.sponsor_sandou span a {
  color: #333;
  text-decoration: none;
}

.sponsor_support {
  margin: 32px auto 90px;
  width: 90%;
  text-align: center;
}
.sponsor_support span {
  font-size: 1.5rem;
  margin: 0 6px;
  line-height: 2.4;
  border-bottom: 1px solid #b08b58;
  padding-bottom: 5px;
}
.sponsor_support span a {
  color: #333;
  text-decoration: none;
}
.sponsor_partner_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 10px;
}
.sponsor_partner_1 .sponsor_link {
  margin-bottom: 25px;
  min-width: 220px;
}
.sponsor_partner_1 .sponsor_link img {
  max-width: 160px;
}
.sponsor_authentication {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 32px auto 0;
}
.sponsor_authentication .sponsor_link img {
  max-width: 345px;
  width: 100%;
}



@media screen and (max-width: 1200px){
  .sponsor_gold .sponsor_link img {
    max-width: 210px;
  }
  .sponsor_silver .sponsor_link img,
  .sponsor_partner_1 .sponsor_link img {
    max-width: 140px;
  }
}
@media screen and (max-width: 950px){
  .sponsor_gold .sponsor_link {
    min-width: 260px;
  }
  .sponsor_silver .sponsor_link,
  .sponsor_partner_1 .sponsor_link {
    min-width: 200px;
  }
  .sponsor_gold .sponsor_link img {
    max-width: 200px;
  }
  .sponsor_silver .sponsor_link img,
  .sponsor_partner_1 .sponsor_link img {
    max-width: 135px;
  }
}
@media screen and (max-width: 860px){
  .sponsor_gold .sponsor_link {
    min-width: 225px;
  }
  .sponsor_silver .sponsor_link,
  .sponsor_partner_1 .sponsor_link {
    min-width: 180px;
  }
  .sponsor_gold .sponsor_link img {
    max-width: 180px;
  }
  .sponsor_silver .sponsor_link img,
  .sponsor_partner_1 .sponsor_link img {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px){
  .sponsor_gold .sponsor_link img {
    max-width: 180px;
  }
  .sponsor_silver .sponsor_link img,
  .sponsor_partner_1 .sponsor_link img {
    max-width: 120px;
  }
}
@media screen and (max-width: 680px){
  .sponsor_red {
    margin: 16px auto 0;
  }
  .sponsor_red .sponsor_link {
    min-width: unset;
  }
  .sponsor_link {
    width: 40%;
}
  .sponsor_bronze .sponsor_link {
    width: 32%;
  }
  .sponsor_link img {
    width: 100%;
  }
  .sponsor_sandou {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
  }
  .sponsor_sandou span {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-bottom: 0;
    margin-bottom: 8px;
  }
  .sponsor_support {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
  }
  .sponsor_support span {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-bottom: 0;
    margin-bottom: 8px;
  }
  .sponsor_authentication .sponsor_link {
    width: 75%;
  }
}
@media screen and (max-width: 520px){
  .sponsor_gold .sponsor_link img {
    max-width: 160px;
  }
}
.kit_bnr {
    margin: 0 auto 60px;
    width: 84%;
    max-width: 500px;
}
@media screen and (max-width: 680px){
  .kit_bnr {
    margin-bottom: 30px;
  }
}

#page_support #ranking {padding-top:60px;}
.ranking_search {font-size: 1.8rem;}
.ranking_search dl {display: flex; flex-wrap: wrap;}
.ranking_search dt {width:20%;padding:11px 0;}
.ranking_search dd {width:80%;}
.ranking_search dd a {border:3px solid #ccc;padding:5px;margin:5px;display: inline-block;text-decoration: none;color: #000;}
.ranking_search dd.chef_age a {border:3px solid #ff4f5c;}
.ranking_search dd.chef_age a:hover {background-color:#ff4f5c;color:#fff;}
.ranking_search dd.chef_age a.select {background-color:#ff4f5c;color:#fff;}
.ranking_search dd.cook_category a {border:3px solid #b08b58;}
.ranking_search dd.cook_category a:hover {background-color:#b08b58;color:#fff;}
.ranking_search dd.cook_category a.select {background-color:#b08b58;color:#fff;}
.ranking_search dd.restaurant_pref a {border:3px solid #001751;}
.ranking_search dd.restaurant_pref a:hover {background-color:#001751;color:#fff;}
.ranking_search dd.restaurant_pref a.select {background-color:#001751;color:#fff;}
.nohit {font-size: 2.2rem; line-height: 1.6; margin: 50px 0 100px; text-align: center;}

.ranking-01 .vote_image {
	position: relative;
	width: 330px;
	float:right;
}
.ranking-02 .vote_image {
	position: relative;
	height: 250px;
	overflow: hidden;
}
.ranking-02 .vote_image:before{
	content: "";
	display: block;
	padding-top: 100%;}
.ranking-01 .vote_image img {
    height: 330px;
    object-fit: cover;
}
.ranking-02 .vote_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin:auto;
    object-fit: cover;
}
.ranking-02 .vote_image img.play_btn {
    height: 144px;
}
@media screen and (max-width: 768px) {
	.ranking-01 .vote_image {
		width: 100%;
		height: 170px;
		overflow: hidden;
	}
	#page_support .ranking-01 .fleft img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin:auto;
		object-fit: cover;
	}
	.ranking-02 .vote_image {
		height: 170px;
	}
	#page_support .ranking-01 .fleft img.play_btn {
		width:100%;
	}
}

.play_btn {position: absolute;}
@media screen and (max-width: 768px) {
  .ranking_search {font-size: 1.4rem;margin: 0 10px;}
  .ranking_search dt {width:unset;padding: 11px 5px;}
  .ranking_search dd {width:unset;}

}