@charset "utf-8";
/* CSS Document */

/*
Theme Name: world-one
Description: world-one theme
Author: hospitason
*/


/* -------------------- main_visual -------------------- */

#main_visual{
	width: 100%;
	min-width: 980px;
	height: 450px;
	overflow: hidden;
}

#main_visual .sp {
	display: none;
}

.top_entry{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.top_entry a{
	position: absolute;
	top: -385px;
	right: 15px;
	z-index: 9999;
}





/* -------------------- eyecatch -------------------- */

#eyecatch_img{
	width: 100%;
	min-width: 1088px;
	margin: 0 auto 30px;
}

#eyecatch_img img {
	width: 100%;
}



/* -------------------- top -------------------- */

.top_news a:hover,
.top_media_info a:hover{
	text-decoration: underline;
}

.top_news_pickup,
.top_media_info_pickup{
	margin-bottom: 20px;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-align: center;/*--- IE10 ---*/
	align-items: center;
}

.top_news_img,
.top_media_info_img{
	width: 300px;
}

.top_news_img img,
.top_media_info_img img{
	width: 100%;
	height: auto;
}

.top_news_txt_box,
.top_media_info_txt_box{
	width: 400px;
}

.top_news_txt_box h2,
.top_media_info_txt_box h2{
	margin-bottom: 10px;
	font-size: 115%;
	font-weight: bold;
	color: #d55513;
}

.top_news_txt_box h2 span,
.top_media_info_txt_box h2 span{
	margin-bottom: 5px;
	font-size: 90%;
	display: inline-block;
}

.top_news_txt_box p,
.top_media_info_txt_box p{
	overflow-wrap: break-word;
}

.post_list{
	justify-content: center;
	width: 1088px;
	margin: 20px auto 0;
}

.media_list {
	width: 1088px;
	margin: auto;
}

.media_list .media {
	border-bottom: 1px solid #ddd;
	padding: 17px 10px 17px 90px;
}

.media_list .media span {
	margin-right: 16px;
	width: 110px;
	display: inline-block;
}

.top_news a.readmore {
	display: block;
	font-size: 12px;
	color: #fff;
	background-color: #e68719;
	border-radius: 4px;
	width: 168px;
	text-align: center;
	line-height: 2.4;
	margin: 20px auto 40px;
}

.top_news a.readmore:last-of-type {
	margin-top: 30px;
}

.post_list .post{
	width: 100%;
	max-width: 260px;
	background-color: #fff;
}

.post_list .post:not(:first-of-type) {
	margin-left: 16px;
}

.post .thumbnail {
	width: calc(100% - 20px);
	height: 204px;
	background-position: center;
	background-image: url('images/common/noimage.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin: 10px;
	margin-top: 5px;
}

.post .thumbnail a {
	display: block;
	height: 100%;
}

.post .news_detail {
	padding: 7px 10px;
}

.post .news_detail p:first-child {
	font-size: 14px;
}

.post .news_detail p:last-child {
	font-size: 14px;
}

.top_brand .brand_list {
	justify-content: center;
	width: 950px;
	margin: auto;
}

.top_brand .brand_list .brand {
	width: 168px;
	height: 168px;
	background-color: #fff;
	display: block;
	margin-left: 8px;
	margin-right: 8px;
}

.top_brand .brand_list .brand img {
	width: auto;
    height: auto;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
	display: block;
	margin: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.top_brand .showmore {
	display: block;
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
	background-color: #e68719;
	border-radius: 4px;
	width: 168px;
	text-align: center;
	line-height: 2.4;
}

.top_media {
	background-color: #eaeaea;
}

.top_media_box {
	justify-content: space-between;
	width: 1088px;
	margin: auto;
}

.top_facebook_box{
	width: 533px;
	margin-bottom: 15px;
	background-color: #fff;
	padding: 10px;
}

.top_facebook_ttl{
	height: 30px;
	margin-bottom: 10px;
	padding: 6px 0 0 38px;
	font-size: 115%;
	font-weight: bold;
	background: url(images/common/facebook_icon.png) no-repeat;
	background-size: 30px;
}

.top_instagram_box{
	width: 1088px;
	padding: 20px;
	margin: auto;
	margin-bottom: 2px;
	background-color: #fff;
}

.insta-wrapper {
	justify-content: space-between;
	align-items: baseline;
}

.insta-widget {
	width: 49%;
}

.insta-widget #sb_instagram {
	display: flex;
	flex-wrap: wrap;
}

.top_instagram_ttl{
	height: 30px;
	margin-bottom: 10px;
	padding: 6px 0 0 38px;
	font-size: 115%;
	font-weight: bold;
	background: url(images/common/instagram_icon.png) no-repeat;
	background-size: 30px;
}

.top_youtube_box{
	background-color: #fff;
	width: 533px;
	padding: 10px;
	margin: 16px auto 0;
}

.top_youtube_ttl{
	height: 24px;
	margin-bottom: 17px;
	padding: 3px 0 0 44px;
	font-size: 115%;
	font-weight: bold;
	background: url(images/top/youtube_icon.png) no-repeat;
	background-size: 34px 24px;
}

.top_youtube_list{
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
}

.top_youtube_list iframe:first-child,
.top_youtube_list iframe:nth-child(2){
	margin-bottom: 20px;
}

.top_media_box_sm{
	width: 1088px;
	box-sizing: border-box;
	margin: 16px auto 0;
	justify-content: space-between;
}

.top_line_box{
	width: 533px;
	padding: 17px 20px;
	background-color: #fff;
}

.top_line_ttl{
	margin-bottom: 10px;
	font-size: 115%;
	font-weight: bold;
}

.top_line_detail {
	align-items: flex-start;
	justify-content: space-between;
}

.top_line_detail p {
	max-width: 340px;
}

.top_twitter_box {
	background-color: #fff;
	width: 535px;
	padding: 17px 20px;
	margin: 16px auto 0;
}

.top_twitter_ttl{
	margin-bottom: 15px;
	font-size: 115%;
	font-weight: bold;
}

.top_twitter_detail {
	align-items: flex-start;
}

.top_twitter_detail p {
	margin-left: 10px;
}

.point_box {
	width: 1088px;
	margin: auto;
}

.point_box .appli-banner {
	width: 536px;
}

.point_box .appli-banner img {
	width: 100%;
}

.point_box .detail {
	width: 550px;
}

.point_box .detail a {
	margin-left: 15px;
	display: block;
}

.point_box .detail a:nth-child(n+3) {
	margin-top: 16px;
}

.top_sponsor {
	background-color: #313131;
}

.top_sponsor h2,
.top_sponsor h2 + p {
	color: #fff;
}

.top_sponsor_box{
	width: 1088px;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
	margin: auto;
}

.top_sponsor_box img {
	width: 260px;
}

.recruit_box_wrapper {
	justify-content: space-between;
	width: 1088px;
	margin: auto;
}

.recruit_box {
	display: block;
	width: 260px;
	border: 1px solid #ddd;
	transition: 0.7;
}

.recruit_box:hover {
	opacity: 0.8;
}

.recruit_box .image {
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center;
	border-bottom: 1px solid #ddd;
}

.recruit_box p {
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
}


/* -------------------- company -------------------- */

.company {
	width: 812px;
	float: left;
	margin-top: 20px;
}

.company .content_list {
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
}

.content_list .content {
	width: 260px;
}

.content_list .image {
	display: block;
	width: 100%;
	height: 160px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #ddd;
}

.content_list .detail h3 {
	line-height: 2;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.message_bnr {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 100px;
}

.message_bnr img {
	width: 100%;
	height: 100%;
}

.mission .headline strong {
	font-weight: bold;
	font-size: 15px;
}

.mission .headline h3 {
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
    padding-bottom: 5px;
}

.mission .headline p {
	margin-top: 15px;
	margin-bottom: 40px;
}

.satisfaction {
	flex-wrap: nowrap;
	padding-bottom: 80px;
}

.satisfaction img {
	width: 350px;
	height: 300px;
	margin-right: 16px;
}

.satisfaction h3 {
	font-size: 20px;
	font-weight: bold;
	color: #e68719;
	border-bottom: 1px solid #e68719;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.satisfaction p {
	margin-bottom: 40px;
}

.corporate h3 {
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

.corporate table {
	margin-top: 40px;
	border-collapse: collapse;
	margin-bottom: 60px;
}

.corporate table tr,
.history table tr {
	border-bottom: 1px solid #ddd;
}

.corporate table th,
.history table th {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	font-size: 15px;
	padding: 11px 0;
	width: 130px;
}

.corporate table td {
	padding: 10px;
	line-height: 1.8;
	width: 84%;
}

.history {
	padding-bottom: 100px;
}

.history table {
	border-collapse: collapse;
}

.history table th {
	width: 100px;
}

.history table td {
	display: block;
	line-height: 1.5;
	padding: 2px 0;
	width: 712px;
	position: relative;
	padding-left: 45px;
}

.history table td:first-of-type {
	padding-top: 10px;
}

.history table td:last-of-type {
	padding-bottom: 10px;
}

.history table td span {
	position: absolute;
	left: 0;
}

.history table td a {
	color: #333;
	text-decoration: underline;
}

.message {
	padding-bottom: 100px;
}

.message > img {
	width: 812px;
}

.message h3 {
	/* color: #1b1464; */
	color: #222d5d;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,游明朝,"Yu Mincho",游明朝体,YuMincho,HGS明朝E,"ＭＳ Ｐ明朝","MS PMincho",serif;
}

.message h3.middle {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin: 30px auto 40px;
	line-height: 1.8;
}

.message h3.small {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
}

.message h3.large {
	font-size: 32px;
	margin-top: 30px;
	margin-bottom: 25px;
}

.message .flex {
	flex-wrap: nowrap;
}

.message .flex p {
	line-height: 1.9;
}

.message .flex:first-of-type img {
	margin-right: 40px;
}

.message .flex:last-of-type {
	margin-top: 80px;
	margin-bottom: 80px;
}

.message .flex:last-of-type img {
	margin-left: 40px;
}

.message > p {
	margin-top: 40px;
}




/* -------------------- policy -------------------- */

.policy_kyodo_img{
	margin-bottom: 10px;
}

.policy_logo_box_01{
	width: 80%;
	margin: 0 auto 30px;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-align: center;/*--- IE10 ---*/
	align-items: center;
}

.policy_logo_box_01 p:last-child{
	font-size: 158%;
	font-weight: bold;
	color: #000;
	line-height: 1.4em;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,游明朝,"Yu Mincho",游明朝体,YuMincho,HGS明朝E,"ＭＳ Ｐ明朝","MS PMincho",serif;
}

.policy_logo_box_02,
.policy_ism_box,
.policy_awards_box_02,
.policy_recital_box{
	width: 100%;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
}

.policy_logo_detail,
.policy_ism_detail,
.policy_awards_detail,
.policy_recital_box p{
	width: 226px;
}

.policy_logo_detail p:first-child,
.policy_ism_detail p:first-child,
.policy_awards_detail p:first-child{
	margin-bottom: 10px;
}

/*
.policy_ism_ttl{
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: bold;
	color: #000;
	line-height: 0.8em;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,游明朝,"Yu Mincho",游明朝体,YuMincho,HGS明朝E,"ＭＳ Ｐ明朝","MS PMincho",serif;
}

.policy_ism_ttl span:first-child{
	color: #d55513;
}

.policy_ism_ttl span:last-child{
	font-size: 45%;
	font-weight: normal;
}
*/

.policy_ism_txt{
	margin-bottom: 20px;
}

.policy_event_ttl{
	margin-bottom: 15px;
	padding-bottom: 3px;
	font-size: 115%;
	font-weight: bold;
	border-bottom: solid 1px #b8b8b8;
}

.policy_event_ttl span{
	font-size: 70%;
	font-weight: normal;
	color: #d55513;
}

.policy_event_box{
	margin-bottom: 30px;
}

.policy_event section.policy_event_box:last-child{
	margin-bottom: 0;
}

.policy_tours_txt,
.policy_party_txt{
	margin-bottom: 20px;
}

.policy_tours_box,
.policy_party_box{
	width: 100%;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
}

.policy_tours_box p{
	margin-bottom: 20px;
}

.policy_tours_box p:nth-child(3),
.policy_tours_box p:nth-child(4){
	margin-bottom: 0;
}

.policy_awards_box_01{
	width: 100%;
	margin-bottom: 30px;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-align: center;/*--- IE10 ---*/
	align-items: center;
}

.policy_awards_img,
.policy_joined_img{
	width: 300px;
}

.policy_awards_txt,
.policy_joined_txt{
	width: 400px;
}

.policy_joined_box{
	width: 100%;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-align: center;/*--- IE10 ---*/
	align-items: center;
}

.policy_recital_txt,
.policy_recital_box{
	margin-bottom: 20px;
}

.policy_poketbook_box{
	width: 95%;
	margin: 0 auto;
	padding: 20px;
	border: solid 1px #000;
	border-radius: 10px;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-align: center;/*--- IE10 ---*/
	align-items: center;
}

.policy_poketbook_img{
	width: 137px;
}

.policy_poketbook_txt{
	width: 480px;
	font-size: 86%;
}





/* -------------------- brand -------------------- */

#eyecatch.brand {
	width: 100%;
	min-width: 1088px;
	height: 290px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.brand_list {
	justify-content: space-between;
	padding-bottom: 80px;
}

.brand_list .brand {
	width: 352px;
	height: 530px;
	position: relative;
	border: 1px solid #ddd;
	margin-top: 20px;
}

.brand_list .brand .image {
	width: calc(100% - 20px);
	height: 254px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	margin: 10px;
}

.brand_list .brand .image a {
	display: block;
	height: 100%;
}

.brand_list .brand .detail {
	padding: 14px;
}

.brand_list .brand .brand-counter-container {
	padding: 14px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.brand_list .brand h3 {
	font-size: 20px;
	font-weight: bold;
}

.brand_list .brand .description {
	font-size: 14px;
	margin-top: 14px;
}

.brand_list .brand .counter {
	font-size: 16px;
	font-weight: bold;
	margin-top: 14px;
}

.brand_list .brand .counter span {
	font-size: 22px;
	padding: 0 4px;
}

.brand_list .brand a.link {
	display: block;
	width: 168px;
	height: 28px;
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	margin: 20px auto 10px;
	color: #fff;
	line-height: 2.4;
	background-color: #e68719;
}

.main_visual {
	width: 100%;
	min-width: 1088px;
}

.brand_section {
	position: relative;
}

.brand_section .line {
	width: calc(100% - 10px);
	height: 2px;
	background-color: #e68719;
	position: absolute;
	top: 23px;
	z-index: -1;
}

/* .brand_section h2 {
	font-size: 32px;
	font-weight: bold;
	background-color: #fff;
	display: inline-block;
	padding-right: 30px;
} */

.brand_section h2:first-letter {
	color: #e68719;
}

.brand_section.news {
	margin-top: 70px;
	padding-bottom: 30px;
}

/* .brand_section.news h3 {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	font-size: 20px;
} */

.brand_section.news .image {
	width: 100%;
	height: 204px;
	background-color: #ddd;
}

.brand_section.news .detail a {
	color: #000;
	font-weight: normal;
}

.brand_section.news .readmore {
	display: block;
	color: #fff;
	font-size: 12px;
	background-color: #e68719;
	line-height: 2.4;
	border-radius: 4px;
	width: 168px;
	text-align: center;
	margin: 20px auto 0;
}

.brand_section.concept {
	margin-top: 60px;
	padding-bottom: 30px;
}

.brand_section.concept .flex {
	margin-top: 40px;
}

.brand_section.concept .flex:nth-of-type(2n+1) img {
	margin-right: 26px;
}

.brand_section.concept .flex:nth-of-type(2n) img {
	margin-left: 26px;
}

.brand_section.concept img {
	max-width: 444px;
	align-self: flex-start;
}

.brand_section.concept .text {
	max-width: 615px;
}

.brand_section.concept h3 {
	font-weight: bold;
	font-size: 20px;
	color: #e68719;
}

.brand_section.concept p {
	margin-top: 30px;
}

.brand_section.shop_list {
	padding-bottom: 100px;
	margin-top: 60px;
}

.brand_section.shop_list .line {
	top: 88px;
}

.brand_section.shop_list > p {
	margin-top: 60px;
	font-weight: bold;
	font-size: 20px;
}

.brand_section.shop_list > p span {
	font-size: 16px;
}

.brand_section.shop_list > p span:first-of-type {
	margin-right: 3px;
}

.brand_section.shop_list > p span:last-of-type {
	margin-left: 3px;
}

.brand_section.shop_list .shops {
	justify-content: space-between;
}

.brand_section.shop_list .shop {
	align-items: flex-start;
	width: 536px;
	flex-wrap: nowrap;
	padding-top: 20px;
	margin-top: 25px;
}

.brand_section.shop_list .shop:nth-of-type(n+3) {
	border-top: 1px solid #ddd;
}

.brand_section.shop_list .image {
	min-width: 168px;
	height: 168px;
	background-position: center;
	background-size: cover;
}

.brand_section.shop_list .image a {
	display: block;
	height: 100%;
}

.brand_section.shop_list .detail {
	margin-left: 16px;
}

.brand_section.shop_list .detail h3 a {
	font-size: 20px;
	color: #454545;
	text-decoration: underline;
}

.brand_section.shop_list .detail .phone,
.brand_section.shop_list .detail .address {
	position: relative;
	margin-left: 35px;
	margin-top: 7px;
	font-size: 18px;
}

.brand_section.shop_list .detail .phone a {
	color: #000;
}

.brand_section.shop_list .detail .phone span,
.brand_section.shop_list .detail .address span {
	position: absolute;
	left: -36px;
	top: 5px;
	font-size: 9px;
	background-color: #2b2b2b;
	color: #fff;
	width: 29px;
	text-align: center;
	line-height: 1.7;
}

.brand_section.shop_list .detail .link {
	justify-content: space-between;
}

.brand_section.shop_list .detail .link a {
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	text-align: center;
	width: 48.5%;
	line-height: 2.4;
	margin: 10px 0 12px;
}

.brand_section.shop_list .detail .link .map {
	background-color: #747474;
}

.brand_section.shop_list .detail .link .shop_link {
	background-color: #e68719;
}

.shop .child_head {
	margin-bottom: 0;
}

#search {
	margin: 30px auto 80px;
}

#search .keyword,
#search .brand {
	padding: 30px 85px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

#search .brand {
	margin-top: 40px;
}

#search h3 {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-bottom: 25px;
}

#search h3:not(:first-child) {
	margin-top: 30px;
}

#searchform {
	text-align: center;
}

#searchform input[type='text'] {
	max-width: 720px;
	width: 100%;
	font-size: 16px;
	line-height: 2.5;
	color: #b4b4b4;
	padding-left: 13px;
}

#searchform input[type="text"]::-webkit-input-placeholder {
	color: #b4b4b4;
}
#searchform input[type="text"]::-moz-placeholder {
	color: #b4b4b4;
}
#searchform input[type="text"]:-ms-input-placeholder {
	color: #b4b4b4;
}

#searchform input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 168px;
	font-size: 16px;
	padding: 11px;
	color: #fff;
	background-color: #e68719;
	border: 0;
	border-radius: 4px;
}

#search .brand_logo {
	width: 168px;
	height: 168px;
	display: block;
	border: 1px solid #ddd;
	background: white;
	margin: 0 7.5px 10px;
}

#search .brand_logo img {
	width: auto;
	height: auto;
	max-width: calc(100% - 20px);
	max-height: calc(100% - 20px);
	display: block;
	margin: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* --------------- search_result --------------- */

#contents.result #search {
	display: none;
}

.shop.result .child_head:first-of-type {
	margin-top: 30px;
}

.search_term {
	margin-top: 35px;
}

.search_term h3 {
	font-weight: bold;
	font-size: 20px;
}

.search_term p {
	margin-top: 20px;
	border: 3px solid #ddd;
	padding: 20px;
	font-weight: bold;
	font-size: 16px;
}

.search_term p span {
	color: #e2375e;
	font-size: 18px;
}

#search_toggle_btn {
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #e68719;
	border: 1px solid #ddd;
	border-radius: 4px;
	line-height: 2.9;
	margin-top: 30px;
}


/* -------------------- shop -------------------- */

.shop .shop_list:not(:first-of-type) {
	border-top: 1px solid #707070;
}

.shop .brand_section.shop_list > p {
	margin-top: 0;
}

.shop .area_map {
	background: 0;
	padding: 0;
	margin-top: 80px;
	padding-bottom: 80px;
}

.shop .area_map .inner {
	border: 0;
	padding: 0;
}

.shop .area_map .head_text {
	padding: 0 10px;
}


/* -------------------- news -------------------- */

#contents.news {
	padding-bottom: 80px;
}

#contents.news h2 {
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
	margin-top: 37px;
}

#contents.news h2:not(:first-of-type) {
	margin-top: 50px;
}

.news .news_list {
	justify-content: space-between;
}

.news_list .news {
	width: 260px;
	border: 1px solid #ddd;
	margin-top: 20px;
}

.news_list::after {
	content: '';
	display: block;
	width: 260px;
}

.news_list .news .image {
	width: 100%;
	height: 204px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('images/common/noimage.png');
	background-size: contain;
	margin: 10px;
}

.news_list .news .detail {
	padding: 10px;
}

.news_list .news .detail {
	width: 100%;
	padding: 10px;
}

.news_list .news .detail p {
	color: #000;
	font-weight: bold;
	line-height: 1.5;
}

.news_list .news .detail p:first-child {
	margin-bottom: 5px;
}

#contents.news .readmore {
	display: block;
	color: #fff;
	background-color: #de8200;
	border-radius: 4px;
	width: 168px;
	padding: 5px 0;
	margin: 30px auto 0;
	font-size: 12px;
	text-align: center;
}

/* -- announcement, pressrelease -- */

#contents.news .posts {
	width: 810px;
	float: left;
}

.pagination {
    margin: 40px auto;
    justify-content: center;
}

.pagination a,
.pagination span {
    display: block;
    color: #313131;
    padding: 3px 0;
    border: 1px solid #ddd;
    width: 30px;
    text-align: center;
    font-size: 13px;
}

.pagination a:first-child,
.pagination span:first-child {
    border-radius: 4px 0 0 4px;
}

.pagination a:last-child,
.pagination span:last-child {
    border-radius: 0 4px 4px 0;
}

.pagination a:not(:first-child),
.pagination span:not(:first-child) {
    border-left: 0;
}

.pagination span.current {
    color: #ff4e00;
}


/* ---------- local ---------- */

.local_map_box ul{
	width: 550px;
	height: 535px;
	margin: 0 auto;
	background: url(images/local/jp_map.jpg) no-repeat;
	background-size: 550px;
	background-position: 50% 0;
	position: relative;
}

.local_map_box ul li{
	padding: 5px;
	border-radius: 5px;
	background-color: rgba(222,130,0,0.8);
	position: absolute;
}

.local_map_box ul li a{
	color: #fff;
	display: block;
}

.local_map_box ul li a:hover{
	text-decoration: underline;
}

.local_map_hokkaido_tohoku{
	top: 120px;
	right: 80px;
}

.local_map_kanto{
	top: 300px;
	right: 185px;
}

.local_map_chubu{
	top: 292px;
	right: 255px;
}

.local_map_kinki{
	top: 317px;
	right: 317px;
}

.local_map_chugoku{
	top: 294px;
	right: 394px;
}

.local_map_shikoku{
	top: 355px;
	right: 379px;
}

.local_map_kyushu_okinawa{
	top: 416px;
	right: 398px;
}


/* ---------- personality ---------- */

.personality_box{
	-ms-flex-pack: distribute;/*--- IE10 ---*/
	justify-content: space-around;
}

.personality_list{
	width: 31%;
	margin-top: 30px;
}

.personality_list:nth-child(1),
.personality_list:nth-child(2),
.personality_list:nth-child(3){
	margin-top: 0;
}

.personality_list_img{
	margin-bottom: 10px;
}

.personality_list_img img{
	width: 100%;
	height: auto;
}

.personality_list h3{
	font-size: 100%;
}

.personality_list h3 a{
	color: #d55513;
}

.personality_list h3 a:hover{
	text-decoration: underline;
}

.personality_list h3 span{
	font-size: 90%;
}

.personality .single_post img {
	max-width: 810px;
}

.personality .single_post p {
	font-size: 15px;
	margin-top: 5px;
	line-height: 1.8;
}

.personality .single_post .wp-caption-text {
	font-size: 12px;
}

.personality .alignleft {
	margin-right: 20px;
}

.shop_box {
	border-bottom: 1px solid #b8b8b8;
	margin-top: 10px;
}




/* -------------------- recruit -------------------- */

.recruit_ttl_01{
	margin-bottom: 20px;
	padding-bottom: 3px;
	font-size: 286%;
	font-weight: bold;
	color: #000;
	line-height: 40px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,游明朝,"Yu Mincho",游明朝体,YuMincho,HGS明朝E,"ＭＳ Ｐ明朝","MS PMincho",serif;
	border-bottom: solid 4px #d55513;
}

.recruit_ttl_02{
	margin-bottom: 20px;
	padding-bottom: 3px;
	font-size: 186%;
	font-weight: bold;
	color: #000;
	line-height: 1.4em;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,游明朝,"Yu Mincho",游明朝体,YuMincho,HGS明朝E,"ＭＳ Ｐ明朝","MS PMincho",serif;
	border-bottom: solid 4px #d55513;
}

.recruit_message p{
	width: 100%;
	height: 382px;
	background: url(images/recruit/message_bg.jpg) no-repeat;
	position: relative;
}

.recruit_message p a{
	width: 300px;
	padding: 12px 0;
	font-size: 158%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #de8200;
	display: block;
	position: absolute;
	bottom: 70px;
	left: 60px;
	transition: 0.5s;
}

.recruit_message p a:hover{
	background-color: #ff971a;
}

.recruit_voice_box{
	width: 100%;
	margin-bottom: 30px;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-align: center;/*--- IE10 ---*/
	align-items: center;
}

.recruit_voice section.recruit_voice_box:last-child{
	margin-bottom: 0;
}

.recruit_voice_txt_box{
	width: 400px;
}

.recruit_voice_txt_box h2{
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 115%;
	font-weight: bold;
	color: #1b1464;
	border-bottom: solid 1px #ddd;
}

.recruit_voice_txt_box h2 span{
	padding-left: 10px;
	border-left: solid 4px #de8200;
	display: block;
}

.recruit_name{
	margin-bottom: 25px;
}

.recruit_link{
	transition: 0.5s;
}

.recruit_link:hover{
	background-color: #de8200;
}

.recruit_link a{
	padding: 5px 0;
	font-size: 143%;
	font-weight: bold;
	color: #de8200;
	text-align: center;
	border: solid 2px #de8200;
	display: block;
	transition: 0.5s;
}

.recruit_link a:hover{
	color: #fff;
}

.recruit_voice_img{
	width: 300px;
}

.recruit_entry_box{
	width: 100%;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
}

.recruit_entry_detail{
	width: 226px;
}

.recruit_entry_img{
	margin-bottom: 10px;
}

.recruit_entry_txt{
	height: 290px;
	margin-bottom: 20px;
}


/* ---------- recruit_detail ---------- */

.recruit_detail {
  padding-top: 0;
}

.recruit_detail_box{
	width: 100%;
	margin-bottom: 20px;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-align: center;/*--- IE10 ---*/
	align-items: center;
}

.recruit_detail_box_txt {
  margin-bottom: 50px;
}

.recruit_detail table{
	width: 100%;
	border-top: solid 1px #ddd;
	border-spacing: 0;
  margin-bottom: 70px;
}

.recruit_detail table th{
	width: 16%;
	padding: 20px 10px 10px 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	letter-spacing: 4px;
	border-bottom: solid 1px #ddd;
}

.recruit_detail table td{
	width: calc(100% - 16%);
	padding: 20px 0 10px;
	border-bottom: solid 1px #ddd;
}

.recruit_detail a.button {
    max-width: 536px;
    margin-bottom: 116px;
}

.recruit_attention,
.required{
	color: #f00;
}

.recruit_form {
  max-width: 720px;
  margin: 0 auto;
}

.recruit_form p.hissu {
  color: red;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 14px;
}

.recruit_form table{
	width: 100%;
	margin-bottom: 30px;
	border-spacing: 0;
  border-top: 0;
}

.recruit_form table th{
	width: 30%;
	padding: 20px 10px 10px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #1b1464;
	text-align: left;
	vertical-align: top;
	letter-spacing: 4px;
	border-bottom: solid 1px #ddd;
}

.recruit_form table td{
	width: 70%;
	padding: 20px 0 10px;
	border-bottom: solid 1px #ddd;
}

.recruit_form input[type="text"],
.recruit_form input[type="tel"],
.recruit_form input[type="email"]{
	width: 420px;
	padding: 5px;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ　Ｐゴシック","MS PGothic",Osaka,sans-serif;
	box-sizing: border-box;
}

.recruit_form select{
	margin-right: 5px;
	padding: 5px;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ　Ｐゴシック","MS PGothic",Osaka,sans-serif;
}

.recruit_form textarea{
	width: 420px;
	height: 300px;
	padding: 5px;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ　Ｐゴシック","MS PGothic",Osaka,sans-serif;
	box-sizing: border-box;
}

.submit{
	text-align: center;
}

.recruit_form input[type="submit"] {
	padding: 10px 100px;
	font-size: 115%;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ　Ｐゴシック","MS PGothic",Osaka,sans-serif;
	border: none;
	border-radius: 5px;
	background-color: #de8200;
	transition: 0.5s;
	-webkit-appearance: none;
}

.recruit_form .submit input:hover{
	background-color: #ff971a;
	cursor: pointer;
}

.recruit_confirm,
.recruit_thanks {
  margin-bottom: 70px;
}

/* ---------- message ---------- */

.message_detail{
	width: 100%;
	margin-bottom: 30px;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
}

.message_detail_txt{
	width: 400px;
}

.message_detail_img{
	width: 300px;
}

.message_img{
	margin-bottom: 20px;
}

.message_txt{
	margin-bottom: 20px;
	padding: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height: 1.3em;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,游明朝,"Yu Mincho",游明朝体,YuMincho,HGS明朝E,"ＭＳ Ｐ明朝","MS PMincho",serif;
	border-radius: 5px;
	background-color: #ffe7c6;
}

.message_txt span{
	font-size: 200%;
	color: #d55513;
}


/* ---------- senior_voice ---------- */

.senior_voice_movie{
	margin-bottom: 30px;
}

.senior_voice_detail{
	width: 100%;
	margin-bottom: 30px;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
}

.senior_voice_detail_txt{
	width: 400px;
}

.senior_voice_detail_img{
	width: 300px;
}

.senior_profile{
	padding: 20px;
	color: #d45513;
	border-radius: 5px;
	background-color: #ffe7c6;
}

.senior_profile h2{
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}





/* -------------------- contact -------------------- */

.contact {
	padding-bottom: 100px;
}

.contact .question {
	width: 720px;
	margin: auto;
}

.contact .buttons {
	justify-content: space-between;
	flex-wrap: wrap;
	width: 720px;
	margin: 20px auto 30px;
}

.contact .buttons a {
	border-radius: 6px;
	background-color: #e68719;
	color: #fff;
	display: block;
	font-size: 15px;
	width: 352px;
	text-align: center;
	line-height: 3.55;
}

.contact_form {
	border-top: 1px solid #ddd;
	padding-top: 30px;
}

.contact_form .inner {
	width: 720px;
	margin: auto;
}

.contact_txt{
	margin-bottom: 20px;
}

.contact_form table {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 25px;
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
}

.contact_form table tr,
.page_box table tr {
	border-top: 1px solid #ddd;
}

.contact_form table th,
.page_box table th {
	width: 25%;
	padding-top: 24px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.contact_form table td,
.page_box table td {
	width: 70%;
	padding: 20px 0;
}

.contact_attention {
	color: #f00;
}

.contact_form input[type="text"],
.contact_form input[type="tel"],
.contact_form input[type="email"]{
	width: 420px;
	padding: 3px 5px;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ　Ｐゴシック","MS PGothic",Osaka,sans-serif;
}

.contact_form textarea{
	width: 100%;
	height: 300px;
	padding: 5px;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ　Ｐゴシック","MS PGothic",Osaka,sans-serif;
}

.contact_form input[type="submit"]{
	width: 260px;
	font-size: 20px;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ　Ｐゴシック","MS PGothic",Osaka,sans-serif;
	border: none;
	border-radius: 4px;
	background-color: #ff4e00;
	transition: 0.3s;
	line-height: 2.5;
}

.contact_form .mw_wp_form .horizontal-item + .horizontal-item {
	margin: 0;
	display: block;
}



/* -------------------- pressrelease -------------------- */

.atpress_pr_logo{
	display: none;
}

.atpress_pr_sent_date{
	margin-bottom: 15px;
	color: #d55513;
}

.atpress_pr_publisher_name{
	display: none;
}

.atpress_pr_title{
	margin-bottom: 20px;
    padding: 2px 0 2px 10px;
    border-left: 6px solid #d55513;
    font-size: 143%;
    font-weight: bold;
    line-height: 1.5em;
}

.atpress_pr_body a:hover{
	text-decoration: underline;
}



/* -------------------- worldonepress -------------------- */

.press_mainvisual {
	min-width: 1088px;
	background-color: #313131;
	padding: 60px 0;
	justify-content: center;
}

.press_mainvisual .title {
	width: 332px;
}

.press_mainvisual .title img {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.press_mainvisual .title p {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.press_mainvisual .pdf {
	display: table;
	width: 100%;
	line-height: 3.25;
	color: #000;
	font-size: 17px;
	background-color: #ffffff;
	border: 1px solid #9a9a9a;
	border-radius: 4px;
	margin: 80px auto 0;
	text-align: center;
}

.press_mainvisual .backnumber {
	color: #fff;
	text-decoration: underline;
	display: block;
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
}

.press_mainvisual .pdf.smp,
.press_mainvisual .backnumber.smp {
	display: none;
}

.latest_press {
	width: 352px;
	margin-left: 110px;
}

.latest_press img {
	width: 100%;
}

/* .latest_press_detail {
	width: 352px;
	position: relative;
	margin-left: 16px;
} */

.latest_press_detail h3 {
	color: #fff;
	font-size: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 17px 0;
}

.latest_press_detail b {
	display: block;
	font-size: 15px;
	color: #fff;
	margin-top: 20px;
}

.latest_press_detail p {
	color: #fff;
	margin-top: 18px;
}

.worldonepress {
	width: 812px;
	float: left;
	margin-top: 20px;
	padding-bottom: 100px;
}

.worldonepress .backnumber:not(:first-of-type) {
	margin-top: 80px;
}

.worldonepress h3 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

.worldonepress_list {
	justify-content: space-between;
}

.worldonepress_list::after {
	content: '';
	display: block;
	width: 260px;
}

.worldonepress_detail {
	width: 260px;
}

.worldonepress_detail:nth-of-type(n+4) {
	margin-top: 40px;
}

.worldonepress_detail .date {
	font-weight: bold;
}

.worldonepress_detail img {
	display: block;
	width: 100%;
	margin-top: 3px;
}

.worldonepress_detail .download {
	text-align: center;
	margin-top: 7px;
}

.worldonepress_detail a {
	text-decoration: underline;
}

.worldonepress .readmore {
	display: block;
	color: #fff;
	background-color: #e68719;
	width: 260px;
	text-align: center;
	font-size: 12px;
	line-height: 2.4;
	border-radius: 4px;
	margin: 20px auto 0;
}

.backnumber_link {
	justify-content: center;
	margin-top: 50px;
}

.backnumber_link a {
	display: block;
	color: #333;
	background-color: #fff;
	width: 260px;
	text-align: center;
	line-height: 3;
	border: 1px solid #000;
	border-radius: 4px;
	margin: 0 8px;
	font-weight: bold;
}



/* -------------------- enkaiinfo -------------------- */

.enkaiinfo_box p{
	margin-bottom: 5px;
}

.enkaiinfo_box ul li{
	margin-bottom: 20px;
}

.enkaiinfo_box ul li:last-child{
	margin-bottom: 0;
}



/* -------------------- sitemap -------------------- */

.sitemap {
	flex-wrap: nowrap;
	padding: 30px 0 200px;
}

.sitemap_col {
	width: 33%;
}

.sitemap p {
	font-size: 18px;
	margin-top: 13px;
}

.sitemap p::before {
	content: '›';
	color: #e68719;
	padding-right: 9px;
	position: relative;
	top: -1px;
}

.sitemap p.sub {
	margin-left: 16px;
}

.sitemap p a {
	color: #333;
}




/* -------------------- pointcard -------------------- */

.pointcard {
	width: 812px;
	float: left;
	margin-top: 20px;
	padding-bottom: 80px;
	padding-right: 30px;
}

.pointcard .intro {
	background-color: #e2e2e2;
	flex-wrap: nowrap;
	padding: 20px 30px;
}

.pointcard .intro .image {
	max-width: 250px;
}

.pointcard .intro .image img {
	width: 100%;
}

.pointcard .download {
	flex-grow: 1;
	padding-top: 40px;
}

.pointcard .intro h2 {
	color: #e68719;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}

.pointcard .intro h2 span {
	display: block;
	font-size: 45px;
}

.pointcard .intro .download-link {
	display: block;
	max-width: 200px;
	margin: 30px auto 0;
}

.pointcard .intro .download-link img {
	width: 100%;
}

.pointcard .intro .download-notice {
	font-size: 12px;
	margin-top: 100px;
	padding-left: 30px;
}

.pointcard .how-to {
	margin-top: 50px;
}

.pointcard .how-to .image {
	align-items: flex-start;
}

.pointcard .how-to .image img {
	width: 100%;
	max-width: 194px;
}

.pointcard .rankup-info {
	margin-top: 50px;
}

.pointcard .rankup-info img {
	display: block;
	width: 100%;
	margin: 20px auto 0;
}

.pointcard .campaign {
	margin-top: 60px;
}

.pointcard .campaign .image {
	max-width: 750px;
	margin: auto;
}

.pointcard .campaign .image img {
	width: 100%;
}

.pointcard .pointcard-info {
	margin-top: 50px;
}

.pointcard .pointcard-info h3 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	padding-bottom: 8px;
}

.pointcard .pointcard-info p {
	font-size: 15px;
	line-height: 1.8;
	margin-top: 20px;
}

.pointcard .pointcard-info .stamp-campaign {
	display: block;
	max-width: 500px;
	margin: 20px auto 0;
}

.pointcard.terms h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.pointcard.terms p {
	margin-bottom: 30px;
	line-height: 1.6;
}

.pointcard.terms p span {
	font-size: 15px;
	font-weight: bold;
	display: block;
}

.pointcard.faq .category {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 20px;
}

.pointcard.faq .question {
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	padding-bottom: 7px;
	font-size: 19px;
}

.pointcard.faq .answer {
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 1.6;
}

.pointcard.inquiry h3 {
	font-weight: bold;
	font-size: 22px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
}

.pointcard.inquiry p {
	font-size: 16px;
	line-height: 1.7;
	margin-top: 20px;
}

.pointcard.inquiry a {
	display: block;
	width: 300px;
	margin: 40px auto 0;
	color: #fff;
	background-color: #e68719;
	padding: 8px 0;
	text-align: center;
	border-radius: 4px;
	font-size: 18px;
}

.pointcard.inquiry .app-inquiry {
	margin-top: 30px;
}



/* ---------------- privacypolicy ---------------- */

.privacypolicy {
	padding: 30px 0 80px;
}

.privacypolicy b {
	font-size: 15px;
	margin-top: 25px;
	display: block;
}

.privacypolicy p {
	line-height: 1.6;
}

.privacypolicy p:last-of-type {
	margin-top: 25px;
}



/* -------------------- single -------------------- */

.posts .date {
	margin: 20px 0;
	font-weight: bold;
}

h1.post_head {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: 10px;
	border-bottom: 1px solid #e68719;
	margin-bottom: 22px;
}

.single_post p {
	margin-top: 20px;
}

.single_post img {
	display: block;
	max-width: 810px;
	height: auto;
	margin: auto;
}

.single_post .single_date {
	margin-bottom: 20px;
	display: block;
}

.posts .wp_social_bookmarking_light {
	display: table;
	margin: 100px auto 0 !important;
}

.aligncenter{
	margin: 0 auto;
	display: block;
}

.alignleft{
	margin-right: 20px;
	float: left;
}

.alignright {
	margin-left: 20px;
	float: right;
}

.wp-caption-text{
	max-width: 350px;
	font-size: 70%;
}

.news_box.section_box {
	max-width: 1088px;
	margin: auto;
}

.news_box .news_list .news .detail {
	width: 100%;
	padding: 10px;
}

a.link_contact {
	display: block;
	width: 90%;
	max-width: 536px;
	margin: 26px auto -60px;
	line-height: 2.65;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	background-color: #ff4e00;
	border-radius: 4px;
	text-align: center;
}



/* -------------------- page -------------------- */

.page_box p.confirm {
	width: 720px;
	margin: 40px auto 0;
}

.page_box table {
	width: 720px;
	margin: 20px auto 30px;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
}

.page_box .submit {
	margin-top: 40px;
}

.page_box input[type="submit"]{
	margin: 0 10px;
	width: 260px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border: none;
	border-radius: 4px;
	transition: 0.3s;
	line-height: 2.5;
}

.page_box input[type="submit"]:first-of-type {
	background-color: #0071a8;
}

.page_box input[type="submit"]:last-of-type {
	background-color: #ff4e00;
}

.page_box .submit input:hover{
	opacity: 0.8;
	cursor: pointer;
}

.thanks_message{
	margin-bottom: 10px;
}

.thanks_back a:hover{
	text-decoration: underline;
}



/* --------------- enkai --------------- */

.enkai .main_visual {
	width: 100%;
	height: 400px;
	background-color: #ddd;
	background-size: cover;
	background-position: center;
	position: relative;
}

.enkai .main_logo {
	width: 100%;
	height: 300px;
	position: absolute;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}

.enkai_topics {
	width: 100%;
	min-width: 1088px;
	background-position: center;
	background-size: cover;
}

.enkai_topics .inner {
	width: 1088px;
	margin: auto;
	padding: 60px 0 80px;
}

.enkai_topics h2 {
	font-size: 30px;
	text-align: center;
	color: #fff;
}

.enkai_topics p {
	color: #fff;
	border-top: 1px solid #fff;
	padding-top: 15px;
	margin: 10px 0 60px;
	font-size: 15px;
}

.enkai_banner_list {
	margin-top: 20px;
	justify-content: center;
}

.enkai_banner {
	width: 294px;
	height: 77px;
	background-color: #ddd;
	margin: 16px 8px 0;
	background-size: cover;
	background-position: center;
}

#contents.child.enkai #main {
	margin-top: 0;
}

.enkai_theme,
.area_theme {
	padding: 80px 0;
	background-color: #fff;
}

.enkai_theme:nth-of-type(2n),
.area_theme:nth-of-type(2n+1) {
	background-color: #313131;
	margin: 0 calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}

@media (max-width:1088px) {
	.enkai_theme:nth-of-type(2n),
	.area_theme:nth-of-type(2n+1) {
		margin: 0;
	}
}

.enkai_theme:nth-of-type(2n) .child_head,
.enkai_theme:nth-of-type(2n) .theme_description,
.enkai_theme:nth-of-type(2n) .sub_ttl,
.area_theme:nth-of-type(2n+1) .child_head,
.area_theme:nth-of-type(2n+1) .theme_description,
.area_theme:nth-of-type(2n+1) .sub_ttl {
	color: #fff;
	border-color: #fff;
}

.enkai_theme:nth-of-type(2n) .child_head::first-letter,
.area_theme:nth-of-type(2n+1) .child_head::first-letter {
	color: #fff;
}

.theme_description {
	font-weight: bold;
	margin-bottom: 23px;
	text-align: center;
}

.enkai .sub_ttl {
	margin-bottom: 7px;
}

.enkai .course_list {
	justify-content: space-between;
}

.enkai .course_list::after {
	content: '';
	display: block;
	width: 350px;
}

.enkai .course {
	width: 350px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.26);
	margin: 18px 0;
	position: relative;
	background-color: #fff;
}

.enkai .enkai_theme:nth-of-type(2n) .course {
	box-shadow: 1px 2px 7px 1px #000;
}

.enkai .course .image {
	width: 100%;
	height: 217px;
	background-color: #ddd;
	background-position: center;
	background-size: cover;
	border-radius: 3px 3px 0 0 ;
}

.enkai .course .detail {
	padding: 6px 10px 20px;
	background-color: #fff;
	border-radius: 0 0 3px 3px;
}

.enkai .course .good_btn {
	text-align: right;
	font-size: 10px;
	color: #707070;
}

.enkai .course .good_btn a {
	display: inline-block;
	border: 1px solid #707070;
	border-radius: 100px;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 1.7;
	font-size: 14px;
	position: relative;
	top: 2px;
	margin-right: 4px;
	color: #707070;
}

.enkai .course .good_btn span {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin-left: 7px;
}

.enkai .course .title {
	border-left: 6px solid #e68719;
	padding: 5px 0 5px 10px;
	margin-top: 6px;
	height: 56px;
}

.enkai .course .title p {
	font-size: 12px;
	margin-bottom: 3px;
}

.enkai .course .title h3 {
	font-weight: bold;
	font-size: 16px;
}

.enkai .course .description {
	margin: 10px 0 6px;
	height: 40px;
}

.enkai .course .price,
.enkai .course .dish,
.enkai .course .drink,
.enkai .course .people,
.enkai .course .shops {
	position: relative;
	padding-left: 88px;
	margin-top: 5px;
	height: 21px;
}

.enkai .course .price.red {
	color: #de3500;
}

.enkai .course .price.red .tag {
	background-color: #de3500;
}

.enkai .course .tag {
	position: absolute;
	left: 0;
	top: 3px;
	width: 83px;
	text-align: center;
	color: #fff;
	background-color: #313131;
	font-size: 11px;
	line-height: 1.7;
}

.enkai .course .num {
	font-weight: bold;
	font-size: 18px;
}

.enkai .course .shops {
	padding-top: 4px;
	height: auto;
}

.enkai .course .shops a {
	color: #333;
	display: block;
	text-decoration: underline;
	width: 300px;
	margin-left: -60px;
}

.enkai .course .shops a:first-of-type {
	margin-top: 25px;
}

.enkai .course .readmore {
	display: block;
	width: 168px;
	text-align: center;
	color: #fff;
	background-color: #e68719;
	line-height: 2.4;
	border-radius: 4px;
	font-size: 12px;
	margin: 15px auto 0;
}

.enkai .shop_search {
	display: block;
	width: 352px;
	margin: 32px auto 0;
	text-align: center;
	line-height: 2.4;
	border: 1px solid #8b8b8b;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border-radius: 4px;
	background-color: #fff;
}



/* ---------- sannomiyaLP ---------- */

#contents.child.area #main {
	margin-top: 0;
}

.area .main_visual {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
}

.area .logo {
	width: 800px;
	margin: auto;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.area .logo h2 {
	color: #fff;
	font-size: 28px;
	text-align: center;
	text-shadow: 0px 3px 6px #000;
	padding-top: 17px;
}

.area .logo img {
	display: block;
	margin: auto;
	width: 430px;
}

.area .logo p {
	color: #fff;
	font-size: 16px;
	width: 720px;
	margin: 20px auto 0;
	text-shadow: 0px 3px 6px #000;
}

.area_map {
	background-color: #ededed;
	padding: 45px 0 1px;
	min-width: 1088px;
}

.area_map .inner {
	width: 1088px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 auto;
	padding: 38px 20px 60px;
}

.area_map h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.area_map .head_text {
	font-size: 16px;
	margin-top: 8px;
	color: #696969;
}

.area .map-box {
	width: 1046px;
	height: 540px;
	margin: 25px auto 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.area .map-box #map {
	width: 100%;
	height: 100%;
}

.area .map-box .detail {
	position: absolute;
	z-index: 9999;
	background: #ffffff;
	width: 336px;
	height: inherit;
	border: 1px solid #ddd;
	left: -336px;
	transition: 0.3s;
	overflow: scroll;
}

.area .map-box .detail .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	background-color: #f1f1f1;
	border-radius: 4px;
	opacity: 0.75;
}

.area .map-box .detail .close:hover {
	opacity: 1;
}

.area .map-box .detail .close span {
	display: block;
	position: absolute;
	width: 24px;
	height: 3px;
	background-color: #000;
}

.area .map-box .detail .close span:first-child {
	transform: rotate(45deg) translate(16px, 7.5px);
}

.area .map-box .detail .close span:last-child {
	transform: rotate(-45deg) translate(-7.5px, 16px);
}

.area .map-box .detail .image {
	width: 100%;
	height: 216px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.area .map-box .detail .info {
	padding: 15px;
}

.area .map-box .detail .title {
	font-weight: bold;
	font-size: 18.5px;
	line-height: 1.2
}

.area .map-box .detail .description {
	font-size: 13px;
	margin-top: 20px;
	line-height: 1.6;
}

.area .map-box .detail .tel,
.area .map-box .detail .address {
	position: relative;
	padding-left: 45px;
	margin-top: 8px;
}

.area .map-box .detail .tel span,
.area .map-box .detail .address span {
	position: absolute;
	background-color: #333;
	color: #fff;
	top: 1px;
	left: 0;
	width: 33px;
	line-height: 1.7;
	font-size: 10px;
	text-align: center;
}

.area .map-box .detail .tel a {
	color: #333;
}

.area .map-box .detail .shop_link {
	display: block;
	color: #fff;
	background-color: #e68719;
	text-align: center;
	width: 200px;
	line-height: 2.4;
	border-radius: 4px;
	margin: 14px auto 0;
	font-size: 12px;
}

.area .map-box .detail .google_map {
	display: block;
	text-align: center;
	text-decoration: underline;
	margin-top: 20px;
}

.area .coordinates {
	height: 0;
	width: 0;
}

.area .center {
	height: 0;
	width: 0;
}

.area .coordinate {
	height: 0;
	width: 0;
}

.area_theme .shops {
	justify-content: center;
}

.area_theme .shop {
	width: 200px;
	margin: 0 8px
}

.area_theme .shop .image {
	display: block;
	width: 100%;
	height: 200px;
	background-color: #ddd;
	background-position: center;
	background-size: cover;
	position: relative;
}

.area_theme .shop .image .rank {
	position: absolute;
	bottom: 0;
	left: 3px;
	width: 60px;
	height: 50px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.area_theme .shop .image .caption {
	position: absolute;
	bottom: 0;
	font-size: 12px;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.73);
	width: 100%;
	padding: 5.5px 5px;
	color: #000;
}

.area_theme .shop h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 7px;
	height: 35px;
	line-height: 1.3;
}

.area_theme .shop h3 a {
	color: #333
}

.area_theme .shop .tel {
	position: relative;
	padding-left: 40px;
	font-size: 14px;
	margin-top: 5px;
}

.area_theme .shop .tel a {
	color: #333;
}

.area_theme .shop .tel span {
	position: absolute;
	top: 2px;
	left: 0;
	background-color: #2b2b2b;
	color: #fff;
	font-size: 10px;
	width: 33px;
	text-align: center;
	line-height: 1.5;
}

.area_theme:nth-of-type(2n+1) .shop h3 a,
.area_theme:nth-of-type(2n+1) .shop .tel {
	color: #fff;
	font-weight: normal;
}

.area_theme:nth-of-type(2n+1) .shop .tel a {
	color: #fff;
}

.area_theme:nth-of-type(2n+1) .shop .tel span {
	background-color: #fff;
	color: #000;
}

.area .shop_search {
	display: block;
	width: 352px;
	line-height: 2.5;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #e68719;
	border-radius: 4px;
	margin: 50px auto 80px;
}

.map_close {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100vh;
	position: fixed;
	display: none;
	z-index: 1;
}



/* ---------- 鍋LP ---------- */

.nabe .mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.nabe .main_visual {
	background-color: #000;
	padding: 80px 0 40px;
}

.nabe .nabe_images {
	justify-content: space-between;
	width: 960px;
	margin: 300px auto 0;
}

.nabe .nabe_image {
	width: 210px;
	height: 210px;
	background-color: #ddd;
}

.nabe .rank {
	background-color: #333;
	padding: 60px 0 200px;
	min-width: 1088px;
}

.nabe .rank .inner {
	width: 1088px;
	margin: 0 auto;
}

.nabe .rank .topics {
	justify-content: space-between;
}

.nabe .rank .topics .image {
	width: 352px;
	height: 216px;
	background-color: #ddd;
}

.nabe .rank .topics .text {
	width: 720px;
}

.nabe .rank .topics h3 {
	font-size: 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.nabe .rank .topics p {
	font-size: 16px;
	color: #fff;
}

.nabe .rank h2 {
	font-size: 40px;
	color: #ffea95;
	text-align: center;
	border-bottom: 1px solid #ffea95;
	margin: 80px auto 40px;
	padding-bottom: 10px;
}

.nabe .nabe_detail {
	margin-top: 20px;
}

.nabe .nabe_detail .image {
	width: 368px;
	height: 368px;
	background-color: #ddd;
	position: relative;
}

.nabe .nabe_detail .image .ranking {
	width: 122px;
	height: 102px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.nabe .nabe_detail .detail {
	color: #fff;
	width: 720px;
	padding: 23px 20px 0;
	background-color: rgba(255, 255, 255, 0.2);
}

.nabe .nabe_detail h4 {
	font-size: 20px;
}

.nabe .nabe_detail h3 {
	font-size: 50px;
	margin-top: 4px;
}

.nabe .nabe_detail .description {
	font-size: 15.5px;
	margin-top: 4px;
}

.nabe .nabe_detail ul {
	position: relative;
	padding-left: 113px;
	margin-top: 20px;
}

.nabe .nabe_detail ul::before {
	content: '提供店舗一覧';
	background-color: #fff;
	color: #735100;
	font-size: 12px;
	padding: 1px 9px;
	position: absolute;
	left: 0;
}

.nabe .nabe_detail ul li::after {
	content: '|';
	color: #fff;
	margin: 0 7px;
}

.nabe .nabe_detail ul li a {
	color: #fff;
	text-decoration: underline;
	line-height: 1.6;
}

.nabe .nabe_detail .vote {
	display: block;
	margin: 25px auto 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 6px;
	width: 288px;
	line-height: 2.3;
}

.nabe .twitter {
	background-image: linear-gradient(to bottom, #ffea95, #ffd562);
	padding: 80px 0 100px;
	min-width: 1088px;
}

.nabe .twitter .inner {
	width: 1088px;
	margin: 0 auto;
}

.nabe .twitter h2 {
	font-size: 40px;
	border-bottom: 1px solid #000;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.nabe .twitter p {
	font-size: 16px;
}

.nabe .shoplist {
	width: 1088px;
	margin: 0 auto;
	padding: 100px 0 60px;
}

.nabe .shoplist .child_head {
	margin-bottom: 0;
}

.nabe .brand_section.shop_list > p {
	margin-top: 0;
}

.nabe .shop_list:not(:first-of-type) {
    border-top: 1px solid #707070;
}
