/* =====================================
	BASE
===================================== */
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
.half {
	display: inline-block;
}
img {
	width: auto;
	max-width: 100%;
	line-height: 0;
	vertical-align: middle;
}

/* =====================================
	TOP
===================================== */
/*--------------------------------------
  Mainimage
--------------------------------------*/
.sp_only, .pctb_only {
    display: none !important;
}
.home .mv {
	position: relative;
	background: #000;
    overflow: hidden;
	z-index: 13;
}
.home .fixed_bg,
.home .waitLoad {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    height: 100vh;
    overflow: hidden;
    z-index: 9;
}
.home .fixed_bg .pc,
.home .fixed_bg .sp {
    position: relative;
    height: 100%;
}
.home .fixed_bg ul {
    position: relative;
    height: 100%;
}
.home .fixed_bg ul li,
.home .waitLoad p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.home .mv_top {
    height: 500px;
    height: 86vh;
    position: relative;
    z-index: 12;
}
.home .mv_top .catch_box {
    padding-right: 35px;
}
.home .mv_top .catch_box .main_catch {
	font-family: 'Gentium Basic', serif;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: right;
}
.home .mv_top .catch_box .sub_catch {
	font-family: 'Gentium Basic', serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0;
}
.home .mv_top .catch_box .catch {
	font-size: 10px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: right;
	color: #e5e3e3;
	margin-top: 30px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.home .mv_top {
		display: table;
		width: 100%;
		margin-top: -50px;
	}
	.home .mv_top .catch_box{
		display: table-cell;
		vertical-align: bottom;
	}
}

/* -------------------------------------
　■　ABOUT
------------------------------------- */
.home .about_section {
	/*background: url(../img/top_bg01.jpg) repeat-y top center;
	background-size: 100% auto;*/
	padding: 105px 0 155px;
	position: relative;
	z-index: 100;
}
.about_section .bnr_area {
	padding: 80px 0 0;
	border-top: 2px solid #fff;
	margin-top: 50px;
}
.home .about_section .bnr_area {
	padding: 0;
	border-top: none;
	margin-top: 150px;
}
.about_section .title_box {
	text-align: center;
}
.about_section .title_box .en_tit {
	font-family: 'Gentium Basic', serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}
.about_section .title_box .about_logo {
	margin-bottom: 50px;
}
.about_section .title_box h2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.about_section .about_left {
	width: 48%;
	float: left;
}
.about_section .about_right {
	width: 48%;
	float: right;
}
.about_section .en_txt {
	font-family: 'Gentium Basic', serif;
}
.about_section .text_area {
	font-size: 16px;
	line-height: 2;
	margin-top: 100px;
}
.about_section .text_area .en_txt {
	line-height: 1.8;
}
.about_section .context_area {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 100px;
}
.about_section .context_area .en_txt {
	line-height: 1.2;
}
.about_section .context_area .txt_right {
	text-align: right;
}
.home .about_section .bnr_area {
	margin-top: 150px;
}
.about_section .bnr_area ul {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.about_section .bnr_area ul li {
	display: table-cell;
	width: 33.333%;
	border: 1px solid #fff;
	position: relative;
	box-sizing: border-box;
}
.about_section .bnr_area ul li:first-child {
	background: url(../img/bg_bnr01.jpg) no-repeat center;
	background-size: cover;
}
.about_section .bnr_area ul li:nth-child(2) {
	background: url(../img/bg_bnr02.jpg) no-repeat center;
	background-size: cover;
}
.about_section .bnr_area ul li:last-child {
	background: url(../img/bg_bnr03.jpg) no-repeat center;
	background-size: cover;
}
.about_section .bnr_area ul li a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	left: 0;
	top: 0;
	z-index: 1;
}
.about_section .bnr_area ul li .inner {
	padding: 48px;
}
.about_section .bnr_area ul li a:after,
.about_section .bnr_area ul li a:before,
.about_section .bnr_area ul li .inner:after,
.about_section .bnr_area ul li .inner:before {
	background: #FFF;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.about_section .bnr_area ul li a:after {
	height: 3px;
	left: 0;
	top: 0;
	width: 0px;
}
.about_section .bnr_area ul li a:before {
	bottom: 0;
	height: 3px;
	right: 0;
	width: 0px;
}
.about_section .bnr_area ul li .inner:after {
	bottom: 0;
	height: 0px;
	left: 0;
	width: 3px;
}
.about_section .bnr_area ul li .inner:before {
	height: 0px;
	right: 0;
	top: 0;
	width: 3px;
}
.about_section .bnr_area ul li:hover a:after,
.about_section .bnr_area ul li:hover a:before {
	width: 100%;
	width: calc(100% + 1px);
}
.about_section .bnr_area ul li:hover .inner:after,
.about_section .bnr_area ul li:hover .inner:before {
	height: 100%;
	height: calc(100% + 1px);
}
.about_section .bnr_area ul li h3 {
	font-family: 'Gentium Basic', serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.about_section .bnr_area ul li h3:after {
	content: "";
	display: block;
	width: 45px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -22px;
}
.about_section .bnr_area ul li p {
	font-size: 14px;
}
.about_section .bnr_area ul li p.en_txt {
	font-size: 13px;
	letter-spacing: 0;
}

@media screen and (max-width: 767px) {
	.about_section .title_box h2 {
		font-size: 20px;
	}
	.about_section .text_area {
		margin-top: 60px;
	}
	.about_section .about_left {
		width: 100%;
		float: none;
	}
	.about_section .about_right {
		width: 100%;
		float: none;
	}
	.about_section .text_area .about_right {
		margin-top: 30px;
	}
	.about_section .context_area .about_img {
		width: auto;
		max-width: 230px;
		margin: 0 auto 20px;
		line-height: 1;
	}
	.about_section .context_area .txt_right {
		text-align: left;
	}
	.about_section .bnr_area ul {
		display: block;
	}
	.about_section .bnr_area ul li {
		display: block;
		width: 100%;
		margin-top: -1px;
	}
	.about_section .bnr_area ul li:first-child {
		background: url(../img/bg_bnr01_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.about_section .bnr_area ul li:nth-child(2) {
		background: url(../img/bg_bnr02_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.about_section .bnr_area ul li:last-child {
		background: url(../img/bg_bnr03_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.about_section .bnr_area ul li h3 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.about_section .bnr_area ul li h3:after {
		display: none;
	}
	.about_section .bnr_area ul li p {
		display: none;
	}
}

/* -------------------------------------
　■　WHISKY SEMINAR / TRAVELING
------------------------------------- */
.title_area {
	text-align: center;
	margin-bottom: 30px;
}
.title_area .en_tit {
	font-family: 'Gentium Basic', serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.title_area .en_tit:after {
	content: "";
	display: block;
	width: 43px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -21px;
}
.title_area h2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.blog_section {
	padding-top: 115px;
	overflow: hidden;
	position: relative;
	z-index: 100;
	background: #0f0e0e;
}
.blog_section.traveling .container {
	background: url(../img/top_bg02.png) no-repeat 92% top;
	background-size: caption;
	padding-top: 10px;
}
.blog_area {
	margin-bottom: 58px;
}
.blog_area .box_left {
	width: 48%;
	float: left;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0;
}
.blog_area .box_right {
	width: 48%;
	float: right;
}
.blog_area .box_right a {
	line-height: 0;
}
.blog_area .box_right a:hover {
	opacity: 0.8;
}
.blog_section .blogWarp {
	margin-bottom: 30px;
}
.blog_section .blogWarp .posts_list li {
	width: 31%;
	margin-left: 3.5%;
}
.blog_section .blogWarp .posts_list li:nth-child(2n+1) {
	margin-left: 3.5%;
	clear: right;
}
.blog_section .blogWarp .posts_list li:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}
.txt_more {
	text-align: center;
	padding-bottom: 6px;
}
.txt_more a {
	font-family: 'Gentium Basic', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1;
	display: inline-block;
	position: relative;
}
.txt_more a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -13px;
}
.txt_more a:hover:after {
	display: none;
}

@media screen and (max-width: 767px) {
	.blog_area .box_left {
		width: 100%;
		float: none;
	}
	.blog_area .box_right {
		width: 100%;
		float: none;
		margin-top: 30px;
		text-align: center;
	}
	.blog_section.traveling .container {
		background: url(../img/top_bg02.png) no-repeat center top;
		background-size: 100% auto;
	}
	.blog_section .blogWarp .posts_list li {
		width: 100%;
		margin-left: 0;
	}
	.blog_section .blogWarp .posts_list li:nth-child(2n+1) {
		margin-left: 0;
		clear: right;
	}
}

/* -------------------------------------
　■　MEDIA
------------------------------------- */
.media_section {
	padding-top: 115px;
	overflow: hidden;
	position: relative;
	z-index: 100;
	background: #0f0e0e;
}
.media_area .inner {
	float: left;
	width: 29%;
	box-sizing: border-box;
}
.media_area .inner:nth-child(2) {
	width: 42%;
}
.media {
	position: relative;
	padding-top: 56.25%;
}
.media iframe {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    border: none;
}
.media_area .inner .media {
	margin-bottom: 40px;
	padding-top: 228px;
}
.media_area .inner:first-child {
	padding: 20px 40px 20px 20px;
}
.media_area .inner h3 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
}
.media_area .inner p {
	font-size: 14px;
	line-height: 1.7;
}
.media_area .inner .btn_view {
	position: relative;
	width: 73%;
	margin-top: 54px;
}
.media_area .inner .btn_view:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
}
.media_area .inner .btn_view a {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #0f0e0e;
	border: 1px solid #fff;
    display: block;
    float: right;
	position: relative;
}
.media_area .inner .btn_view a:hover {
	background: #2c2c2c;
}
.media_area .inner .btn_view a span {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 23px;
    line-height: 1.5;
    letter-spacing: 0;
    position: relative;
}
.media_area .inner .btn_view a span:after {
	content: "";
	display: block;
	width: 12px;
	height: 13px;
	background: url(../img/ico_btn_view.png) no-repeat left top;
	position: absolute;
	left: 50%;
	bottom: -23px;
	margin-left: -2px;
}

@media screen and (max-width: 1000px) {
	.media_area .inner:first-child {
		padding: 20px;
	}
	.media_area .inner h3 {
		font-size: 18px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 767px) {
	.media_area .inner {
		float: none;
		width: 100% !important;
		margin-top: 30px;
	}
	.media_area .inner:first-child {
		margin-top: 0;
	}
	.media_area .inner .media {
		padding-top: 56.25%;
	}
	.media_area .inner .btn_view {
		width: 100%;
	}
	.media_area .inner .btn_view:before {
		display: none;
	}
	.media_area .inner .btn_view a {
		float: none;
		margin: 0 auto;
	}
}

/* -------------------------------------
　■　SNS
------------------------------------- */
.sns_section {
	padding: 150px 0 100px;
	position: relative;
	z-index: 100;
	background: #0f0e0e;
}
.sns_area {
	float: left;
	width: 45%;
}
.news_area {
	float: right;
	width: 45%;
}
.sns_section h2 {
	font-family: 'Gentium Basic', serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.1;
	padding-bottom: 20px;
	border-bottom: 2px solid #fff;
	margin-bottom: 30px;
	text-align: center;
}
.sns_section .facebook_box,
.sns_section .news_box {
	height: 540px;
	margin-bottom: 62px;
}
.sns_section .news_box .recentBox {
    margin-bottom: 0;
    overflow-y: scroll;
    height: 540px;
}
.sns_section .news_box .recentBox .widget {
	padding-right: 33px;
}

@media screen and (max-width: 767px) {
	.sns_area {
		float: none;
		width: 100%;
	}
	.news_area {
		float: none;
		width: 100%;
		margin-top: 50px;
	}
	.sns_section .news_box .recentBox .widget {
		padding-right: 0;
	}
}


/* =====================================
	■　UNDER
===================================== */
/* -------------------------------------
 * content
------------------------------------- */
#content {
	padding: 80px 0 125px;
	min-height: 850px;
}
.home #content {
	padding: 0;
}
#content .en_txt {
	font-family: 'Gentium Basic', serif;
}

#content .en2_txt {
    font-family: 'Gentium Basic', serif;
    color: #888282;
}


strong {
	font-weight: bold;
}
.small {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

/* -------------------------------------
 * margin_base
------------------------------------- */
.mb0 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb110 {
	margin-bottom: 110px !important;
}
.mb120 {
	margin-bottom: 120px !important;
}
.mb130 {
	margin-bottom: 130px !important;
}
.mb140 {
	margin-bottom: 140px !important;
}

/* -------------------------------------
	■	Mainimage
------------------------------------- */
.under_mainimage {
	background: url(../img/bg_h1.jpg) no-repeat center;
	background-size: cover;
}
.page-id-275 .under_mainimage {
	background: url(../img/bg_h1_menu.jpg) no-repeat center;
	background-size: cover;
}
.page-id-306 .under_mainimage {
	background: url(../img/bg_h1_access.jpg) no-repeat center;
	background-size: cover;
}
.page-id-325 .under_mainimage {
	background: url(../img/bg_h1_recruit.jpg) no-repeat center;
	background-size: cover;
}
.page-id-541 .under_mainimage {
	background: url(../img/bg_h1_drink.jpg) no-repeat center;
	background-size: cover;
}
.under_mainimage h1 {
	font-family: 'Gentium Basic', serif;
	font-size: 36px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 58px 0;
}

@media screen and (max-width: 767px) {
	.page-id-541 .under_mainimage {
		background: url(../img/bg_h1_drink_sp.jpg) no-repeat center;
		background-size: cover;
	}
}

/* -------------------------------------
	■	Bread
------------------------------------- */
#bread_area {
	background: #0F0E0E;
	padding: 10px 0;
}
#bread {
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	line-height: 1.3;
}
#bread li {
	font-size: 10px;
	color: #BAB8B8;
	letter-spacing: 1px;
	display: inline;
}
#bread li+li:before {
	padding-right: .3em;
	content: ">";
}
#bread li a {
	color: #fff;
	text-decoration: underline;
}
#bread li a:hover {
	opacity: 0.8;
}

/* -------------------------------------
　■　elementor
------------------------------------- */
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}
.elementor-widget-text-editor {
	color: inherit !important;
	font-family: inherit !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 30px;
	max-width: 1060px !important;
}
.post .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 40px;
}

@media screen and (max-width: 767px) {
	.post .elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0 30px;
	}
}

/* -------------------------------------
　■　DRINK
------------------------------------- */
.page-id-541 .blog_section {
	padding-top: 0;
}
.page-id-541 .blog_section .blogWarp {
    margin-bottom: 0;
}
.drink_catch_box {
	text-align: center;
	margin-bottom: 63px;
}
.drink_catch_box .img_box {
    margin-bottom: 43px;
}
.drink_catch_box .catch_title {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 20px;
	line-height: 2;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.drink_catch_box .en_tit {
	font-family: 'Gentium Basic', serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.2;
	color: #C7C4C4;
}
.drink_title_area {
	position: relative;
	padding-bottom: 25px;
    margin-bottom: 50px;
	text-align: center;
}
.drink_title_area:after {
    content: "";
    display: block;
    width: 43px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -21px;
}
.drink_title_area h2 {
    font-family: 'Gentium Basic', serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
	margin-bottom: 8px;
}
.drink_title_area p {
	font-size: 14px;
	color: #807B7B;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.anchor_box {
	border-top: 2px solid #fff;
	margin-top: 103px;
	padding-top: 53px;
}
.anchor_box .title {
	font-family: 'Gentium Basic', serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
}
.anchor_box ul {
    text-align: center;
}
.anchor_box ul li {
	font-family: 'ヒラギノ角ゴ W3 JIS2004', 'Hiragino Kaku Gothic W3 JIS2004', sans-serif;
    display: inline-block;
    margin: 7px 10px;
    font-size: 14px;
	line-height: 1.6;
}
.anchor_box ul li a {
	display: inline-block;
	color: #807B7B;
	position: relative;
}
.anchor_box ul li a:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    bottom: 0;
	left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	background-color: #fff;
}
.anchor_box ul li a:hover {
	color: #fff;
}
.anchor_box ul li a:hover:after {
    width: 100%;
}
.drink_title_h3 h3 {
	position: relative;
	padding-bottom: 26px;
	text-align: center;
	font-family: 'Gentium Basic', serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
}
.drink_title_h3 h3:after {
    content: "";
    display: block;
    width: 43px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -21px;
}
.drink_title_h3 h3 sub {
	display: block;
	font-family: 'ヒラギノ角ゴ W3 JIS2004', 'Hiragino Kaku Gothic W3 JIS2004', sans-serif;
	font-size: 14px;
	color: #807B7B;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-top: 9px;
}
.drink_title_h4 h4 {
	position: relative;
	text-align: center;
	font-family: 'Gentium Basic', serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
}
.drink_title_h4 h4 sub {
	display: block;
	font-family: 'ヒラギノ角ゴ W3 JIS2004', 'Hiragino Kaku Gothic W3 JIS2004', sans-serif;
	font-size: 14px;
	color: #807B7B;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-top: 9px;
}
.other_box {
	text-align: center;
}
.other_box h5 {
	font-family: 'Gentium Basic', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 10px;
}
.other_box p {
	font-size: 14px;
	line-height: 1.8;
}
.big_imgbox {
    max-width: 1060px;
    margin: 0 auto;
	padding: 0 30px;
}
.big_imgbox,
.middle_imgbox,
.small_imgbox {
	font-size: 14px;
	color: #7C7777;
	line-height: 1.6;
	text-align: center;
}
.drink_name {
	font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Hiragino Kaku Gothic W6 JIS2004', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	margin: 15px 0 5px;
	color: #fff;
}
.small_imgbox .drink_name {
	font-size: 13px;
}
.column_bottle {
	width: 48.5%;
	max-width: 485px;
	margin: 0 auto;
}
.column_bottle li {
	margin-bottom: 30px;
}
.middle_imgbox .column_bottle {
	width: 31%;
	max-width: 310px;
}
.small_imgbox .column_bottle {
	width: 13.5%;
	max-width: 135px;
}
.column2_bottle li {
	float: left;
    width: 48.5%;
    margin-left: 3%;
	margin-bottom: 30px;
}
.column2_bottle li:nth-child(2n+1) {
    margin-left: 0 !important;
    clear: both;
}
.middle_imgbox .column2_bottle {
	width: 65.5%;
	max-width: 655px;
	margin: 0 auto;
}
.middle_imgbox .column2_bottle li {
	width: 47%;
	margin-left: 6%;
}
.column3_bottle li {
	float: left;
    width: 31%;
    margin-left: 3.5%;
	margin-bottom: 30px;
}
.column3_bottle li:nth-child(3n+1) {
    margin-left: 0 !important;
    clear: both;
}
.small_imgbox .column2_bottle {
	width: 31%;
	max-width: 310px;
	margin: 0 auto;
}
.small_imgbox .column2_bottle li {
	float: left;
	width: 43.5%;
	margin-left: 13%;
}
.small_imgbox .column3_bottle {
	width: 48.1%;
	max-width: 481px;
	margin: 0 auto;
}
.small_imgbox .column3_bottle li {
	float: left;
	width: 28%;
	margin-left: 8%;
}
.column4_bottle {
	width: 65.5%;
	max-width: 654px;
	margin: 0 auto;
}
.column4_bottle li {
	float: left;
    width: 20.5%;
    margin-left: 6%;
	margin-bottom: 30px;
}
.column4_bottle li:nth-child(4n+1) {
    margin-left: 0 !important;
    clear: both;
}
.column5_bottle {
	width: 83%;
	max-width: 827px;
	margin: 0 auto;
}
.column5_bottle li {
	float: left;
    width: 16%;
    margin-left: 5%;
	margin-bottom: 30px;
}
.column5_bottle li:nth-child(5n+1) {
    margin-left: 0 !important;
    clear: both;
}
.column6_bottle li {
	float: left;
    width: 13.5%;
    margin-left: 3.8%;
	margin-bottom: 30px;
}
.column6_bottle li:nth-child(6n+1) {
    margin-left: 0 !important;
    clear: both;
}
.txt_btn a {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	text-align: center;
	padding: 18px 10px;
	box-sizing: border-box;
}
.txt_btn a:hover {
	background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 767px) {
	.big_imgbox {
		padding: 0;
	}
	.column_bottle,
	.middle_imgbox .column_bottle {
		width: 100%;
		max-width: 100%;
	}
	.small_imgbox .column_bottle {
		width: 46%;
		max-width: 100%;
		margin: 0;
	}
	.column2_bottle li {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.middle_imgbox .column2_bottle {
		width: 100%;
		max-width: 100%;
	}
	.middle_imgbox .column2_bottle li {
		width: 100%;
		margin-left: 0;
	}
	.column3_bottle li {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.small_imgbox .column2_bottle,
	.small_imgbox .column3_bottle {
		width: 100%;
		max-width: 100%;
	}
	.small_imgbox .column2_bottle li,
	.small_imgbox .column3_bottle li {
		width: 46%;
		margin-left: 8%;
	}
	.small_imgbox .column3_bottle li:nth-child(3n+1) {
		margin-left: 8% !important;
		clear: right;
	}
	.small_imgbox .column3_bottle li:nth-child(2n+1) {
		margin-left: 0 !important;
		clear: both;
	}
	.column4_bottle,
	.column5_bottle {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.column4_bottle li,
	.column5_bottle li,
	.column6_bottle li {
		width: 46%;
		margin-left: 8%;
	}
	.column4_bottle li:nth-chil(4n+1),
	.column5_bottle li:nth-chil(5n+1),
	.column6_bottle li:nth-child(6n+1) {
		margin-left: 3.5% !important;
		clear: right;
	}
	.column4_bottle li:nth-child(2n+1),
	.column5_bottle li:nth-child(2n+1),
	.column6_bottle li:nth-child(2n+1) {
		margin-left: 0 !important;
		clear: both;
	}
}
	
/* -------------------------------------
　■　MENU
------------------------------------- */
.column2_box .inner {
	float: left;
	width: 45%;
	margin-left: 10%;
	font-size: 14px;
}
.column2_box .inner:first-child {
	margin: 0 !important;
}
.column2_box .inner h2 {
	font-family: 'Gentium Basic', serif;
	font-weight: 400;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 1;
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.column2_box .price_table {
	width: 100%;
}
.column2_box .price_table td {
	text-align: right;
	width: 95px;
	vertical-align: top;
}
.food_area h2 {
	font-family: 'Gentium Basic', serif;
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}
.food_area h2:after {
	content: "";
	display: block;
	width: 43px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -21px;
}
.food_area .catch {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 20px;
	line-height: 2;
	letter-spacing: 0.01em;
	text-align: center;
}
.food_area ul {
	border-top: 2px solid #fff;
	padding: 50px 0 0;
	margin-top: 40px;
}
.food_area ul li {
	float: left;
	width: 49%;
	margin-left: 2%;
	margin-top: 50px;
}
.food_area ul li:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}
.food_area ul li:nth-child(-n+2) {
	margin-top: 0;
}
.food_area ul li .img_box {
	width: 30.5%;
	float: left;
}
.food_area ul li .txt_box {
	float: left;
	width: 65.5%;
	margin-left: 4%;
}
.food_area ul li .txt_box h3 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.food_area ul li .txt_box h3 span {
	display: block;
	font-family: 'Gentium Basic', serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 5px;
}
.food_area ul li .txt_box h3:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #898989;
	position: absolute;
	bottom: 0;
	left: 0;
}
.food_area ul li .txt_box .en_txt {
	display: block;
	font-size: 12px;
}

@media (max-width: 767px) {
	.column2_box .inner {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 80px;
	}
	.column2_box .inner h2 {
		font-size: 24px;
	}
	.food_area ul li {
		float: none;
		width: 100%;
	}
	.food_area ul li:nth-child(2) {
		margin-top: 50px;
	}
}

/* -------------------------------------
　■　ACCESS
------------------------------------- */
.access_catch {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 20px;
	line-height: 2;
	letter-spacing: 0.1em;
}
.sub_catch {
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0;
}
.txt_time {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
	font-size: 20px;
	line-height: 1.6;
}
.txt_time span {
	display: block;
}
.tel_btn a {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	font-family: 'Gentium Basic', serif;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
.tel_btn a:hover {
	background: rgba(255, 255, 255, 0.2);
}
.txt_link {
	color: #D98D8D;
	text-decoration: underline !important;
}
.txt_link:hover {
	text-decoration: none !important;
}

/* -------------------------------------
　■　STAFF RECRUIT
------------------------------------- */
.staff_title h2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 20px;
	line-height: 2 !important;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: bold;
}
.bartender_box {
	max-width: 500px;
	margin: 0 auto;
}


/* -------------------------------------
　■　RED ROSE
------------------------------------- */
.page-id-339 #mainimage,
.page-id-339 #bread_area,
.page-id-359 #mainimage,
.page-id-359 #bread_area {
	display: none;
}
.page-id-339 #content,
.page-id-359 #content {
    padding: 0;
}

.redrose_mainimage {
	background: url(../img/bg_h1_redrose.jpg) no-repeat center;
	background-size: cover;
	padding: 64px 0 80px;
	text-align: center;
}
.redrose_mainimage h1 {
    font-family: 'Gentium Basic', serif;
    font-size: 50px;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.1;
	margin-bottom: 10px;
}
.redrose_mainimage p {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 20px;
	line-height: 1.7;
}
.redrose_mainimage .img {
	margin-bottom: 16px;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.redrose_mainimage {
		padding: 50px 0;
	}
	.redrose_mainimage h1 {
		font-size: 30px;
	}
	.redrose_mainimage p {
		font-size: 16px;
	}
}

.tablist {
	display: table;
	width: 100%;
	border-bottom: 2px solid #BE1E2D;
	margin-bottom: 55px;
	margin-top: 50px;
}
.tablist li {
	display: table-cell;
	width: 50%;
	height: 45px;
	background: #BE1E2D;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 45px;
	text-align: center;
}
.tablist li a {
	background: #9D8E8E;
	color: #584949;
	display: block;
}
.tablist li a:hover {
	background: #BE1E2D;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.tablist {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.tablist li{
		font-size: 13px;
		letter-spacing: 0;
	}
}

.redrose_section {
	background: url(../img/redrose_bg01.jpg) repeat-y center;
	background-size: 100% auto;
	background-attachment: fixed;
	margin-bottom: 80px;
}
.redrose_section #bread_area,
.seminar_section #bread_area {
	display: block;
	background: none;
}
.redrose_section h2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 20px;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 41px;
}
.redrose_section .img_box {
	max-width: 158px;
	margin: 0 auto 30px;
}
.redrose_section .txt_box {
	text-align: center;
	padding-bottom: 60px;
}
.redrose_section .txt_box ul li {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.redrose_section .txt_box ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.redrose_section .txt_box ul li:after {
	content: "";
	display: block;
	width: 95px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -42px;
}
.redrose_section .txt_box ul li:last-child:after {
	display: none;
}

.seminar_section h2 {
	background: #C40002;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 52px;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
	padding: 28px 30px;
	font-weight: bold;
}
.seminar_section h3 {
	background: #C40002;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
	padding: 7px 30px;
	font-weight: bold;
}
.seminar_section h4 {
	background: #E2DDDD;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 25px;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: left;
	color: #fff;
	padding: 25px 45px;
	font-weight: bold;
	color: #0F0E0E;
	box-shadow: 0 8px 5px rgba(69, 65, 65, 0.2) inset;
}
.seminar_section .context_box {
	background: #552121;
	padding: 30px;
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: 0;
	font-weight: bold;
}
.seminar_section .message_table {
	width: 100%;
	margin-bottom: 40px;
}
.seminar_section .message_table th,
.seminar_section .message_table td {
    border-bottom: 1px solid #0F0E0E;
	line-height: 1.3;
	letter-spacing: 0;
	vertical-align: top;
}
.seminar_section .message_table th {
	background: #E2DDDD;
	color: #0F0E0E;
	font-weight: bold;
	width: 97px;
	box-sizing: border-box;
	padding: 30px 25px;
	text-align: center;
}
.seminar_section .message_table td {
	background: #fff;
	color: #0F0E0E;
	padding: 25px;
}
.seminar_section .message_table span {
	display: block;
}
.seminar_section .message_table .cel01 {
	font-size: 24px;
	line-height: 1.2;
}
.seminar_section .message_table .cel02 {
	font-size: 26px;
	line-height: 1.7;
}
.seminar_section .message_table .cel03 {
	font-size: 30px;
	line-height: 1.5;
}
.seminar_section .message_table .cel04 {
	font-size: 20px;
	line-height: 1.7;
	margin-bottom: 25px;
}
.seminar_section .message_table td .cel_list li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	padding-left: 26px;
	line-height: 1.7;
	font-size: 20px;
	font-weight: bold;
}
.seminar_section .message_table td .cel_list li:before {
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	background: #c40002;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}
.seminar_section .schedule_box {
	margin-bottom: 45px;
}
.seminar_section .schedule_box img {
	display: block;
	line-height: 0;
}
.seminar_section .schedule_box .btn_box {
	background: #fff;
	padding: 25px 25px 29px;
}
.seminar_section .schedule_box .btn_box a {
	display: block;
	max-width: 632px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 20px 30px;
	background: #C40002;
	color: #fff;
	line-height: 1.4;
}
.seminar_section .schedule_box .btn_box a:hover {
	opacity: 0.8;
}
.seminar_section .schedule_box .btn_box a:after {
	content: "";
	display: block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 10px;
	height: 10px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 22px;
	top: 50%;
	margin-top: -5px;
}
.seminar_section .application_box {
	background: #fff;
	padding: 30px 40px;
	line-height: 1.6;
	color: #0F0E0E;
	font-weight: bold;
}
.seminar_section .application_box .txt_red {
	color: #C40002;
}
.seminar_section .application_box .txt_link {
	color: #6F6447;
}
.seminar_section .application_box .btn_list li {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.seminar_section .application_box .btn_list li:first-child {
	margin: 0;
}
.seminar_section .application_box .btn_list li a {
	display: block;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 20px 35px;
	background: #6F6447;
	color: #fff;
	line-height: 1.4;
}
.seminar_section .application_box .btn_list li a:hover {
	opacity: 0.8;
}
.seminar_section .application_box .btn_list li a:after {
	content: "";
	display: block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 10px;
	height: 10px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 25px;
	top: 50%;
	margin-top: -5px;
}
.seminar_section .application_box .btn_list li.tel a:after {
	display: none;
}

@media screen and (max-width: 1000px) {
	.seminar_section .application_box .btn_list li a {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.seminar_section h2 {
		font-size: 20px;
		padding: 20px 30px;
	}
	.seminar_section h3 {
		font-size: 18px;
		line-height: 1.4;
		padding: 10px 15px;
	}
	.seminar_section h4 {
		font-size: 18px;
		padding: 25px 20px;
	}
	.seminar_section .context_box {
		font-size: 16px;
	}
	.seminar_section .message_table th,
	.seminar_section .message_table td {
		border-bottom: none;
	}
	.seminar_section .message_table th {
		padding: 15px;
		text-align: left;
		display: block;
		width: 100%;
	}
	.seminar_section .message_table td {
		padding: 15px;
		width: 100%;
		display: block;
	}
	.seminar_section .message_table .cel01,
	.seminar_section .message_table .cel02,
	.seminar_section .message_table .cel03,
	.seminar_section .message_table .cel04 {
		font-size: 15px;
	}
	.seminar_section .message_table td .cel_list li {
		display: block;
		font-size: 15px;
		margin-right: 0;		
	}
	.seminar_section .message_table td .cel_list li:before {
		top: 3px;
	}
	.seminar_section .schedule_box .btn_box a {
		font-size: 14px;
		letter-spacing: 0;
		padding: 15px 30px;
	}
	.map iframe {
		height: 300px;
	}
	.seminar_section .application_box {
		padding: 20px;
	}
	.seminar_section .application_box .btn_list li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.seminar_section .application_box .btn_list li.tel a:after {
		display: block;
	}
	.seminar_section .application_box .btn_list li a {
		font-size: 16px;
		padding: 20px 35px 20px 20px;
		text-align: left;
	}
}

.seminar_link {
    background: #fff;
    display: table;
    width: 100%;
}
.seminar_link p {
    display: table-cell;
    font-size: 25px;
    color: #0F0E0E;
    line-height: 1.6;
    letter-spacing: 0;
    padding: 33px 40px 34px;
    vertical-align: middle;
    font-weight: bold;
}
.seminar_link .btn {
    display: table-cell;
    width: 37.5%;
    padding-right: 40px;
    vertical-align: middle;
}
.seminar_link .btn a {
    background: #C40002;
    display: block;
    font-size: 18px;
    padding: 24px 35px 24px 30px;
    letter-spacing: 0;
    position: relative;
}
.seminar_link .btn a:after {
	content: "";
	display: block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 10px;
	height: 10px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 25px;
	top: 50%;
	margin-top: -5px;
}
.seminar_link .btn a:hover {
	opacity: 0.8;
}
.seminar_nav {
	font-size: 12px;
	padding: 45px 0;
}
.seminar_nav .navlink {
	float: left;
	width: 60%;
}
.seminar_nav .navlink p {
	margin-bottom: 0;
}
.seminar_nav .navlink ul li {
	display: inline-block;
	margin-right: 20px;
}
.seminar_nav .navlink ul li a {
	color: #C97A7B;
}
.seminar_nav .navlink ul li a:hover {
	text-decoration: underline;
}
.seminar_nav .navtxt {
	float: right;
	text-align: right;
}

@media screen and (max-width: 1000px) {
	.seminar_link p {
		font-size: 20px;
		padding: 33px 30px 34px;
	}
	.seminar_link .btn {
		padding-right: 30px;
	}
	.seminar_link .btn a {
		font-size: 14px;
		padding: 24px 35px 24px 20px;
	}
}

@media screen and (max-width: 767px) {
	.seminar_link {
		display: block;
	}
	.seminar_link p {
		display: block;
		padding: 25px;
		margin-bottom: 0;
	}
	.seminar_link .btn {
		display: block;
		width: 100%;
		padding-right: 0;
	}
	.seminar_nav .navlink {
		float: none;
		width: 100%;
	}
	.seminar_nav .navtxt {
		float: none;
		margin-top: 20px;
		text-align: left;
	}
}


/* -------------------------------------
　■　ブログ
------------------------------------- */
.blog_h2 {
    border-top: 2px solid #C40002;
    box-shadow: 0 5px 4px rgba(69, 65, 65, 0.2) inset;
    padding-top: 30px;
}
.blog_h2 h2 {
	font-size: 18px;
    color: #0F0E0E;
    letter-spacing: 0;
    line-height: 1.5 !important;
	font-weight: bold;
}
.blog_h3 {
    position: relative;
    border-top: 2px solid #BAB8B8;
    padding-top: 25px;
}
.blog_h3:before {
    content: "";
    display: block;
    width: 20%;
    height: 2px;
	background: #B48B8C;
    position: absolute;
    top: -2px;
    left: 0;
}
.blog_h3 h3 {
    font-weight: bold;
    line-height: 1.4 !important;
    font-size: 16px;
}
.blog_h4 h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4 !important;
    border-left: 2px solid #B48B8C;
    padding-left: 10px !important;
}
.ico_vol p {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    padding: 8px 10px !important;
	font-weight: bold;
}
.post .access_table {
	width: 100%;
	border: 1px solid #BAB8B8;
}
.post .access_table th {
	background: #E2DDDD;
	color: #0F0E0E;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	border-bottom: 1px solid #BAB8B8;
}
.post .access_table td {
	background: #fff;
	color: #0F0E0E;
	padding: 25px;
	line-height: 1.4;
	border-bottom: 1px solid #BAB8B8;
}

.lecturer_name {
    font-size: 22px;
    font-weight: bold;
}

.style_btn a {
    display: block;
    width: 100%;
    background: #6F6447;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    font-family: 'Hiragino Kaku Gothic Pro W6';
    line-height: 1.4;
    padding: 23px 40px 22px;
    position: relative;
}
.style_btn a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.style_btn a:hover {
	opacity: 0.8;
}

.share_btn ul {
	display: flex;
}
.share_btn ul li {
	display: flex;
	width:20%;
    box-sizing: border-box;
}
.share_btn ul li a {
	display: block;
	width: 100%;
	height: 44px;
	box-sizing: border-box;
	font-size: 24px;
	text-align: center;
}
.share_btn ul li a:hover {
	opacity: 0.8;
}
.share_btn ul li a:before {
	display: block;	
}
.share_btn ul li .icon-facebook {
	background: #405992;
	font-size: 28px;
	padding: 6px 12px 6px 10px;
}
.share_btn ul li a.icon-twitter {
	background: #4aaee9;
	padding: 12px 10px 8px;
}
.share_btn ul li a.icon-google-plus {
	background: #ce543d;
	font-size: 28px;
	padding: 10px 10px 6px 16px;
}
.share_btn ul li a.icon-hatebu {
	background: #3a8ed7;
	padding: 12px 10px 8px;
}
.share_btn ul li a.icon-pocket {
	background: #da5359;
	padding: 12px 10px 8px;
}
.share_btn ul li a.icon-line {
	background: #59bf38;
	padding: 11px 10px 6px;
}

.post .clinic_area {
	margin-top: 30px;
}
.post .clinic_area .img_box {
	width: 15%;
	max-width: 90px;
	float: left;
	text-align: center;
}
.post .clinic_area .img_box li {
	margin-top: 14px;
}
.post .clinic_area .img_box li:first-child {
	margin-top: 0;
}
.post .clinic_area .info_box {
	width: 79%;
	float: right;
}
.post .clinic_area .info_box .clinic_name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.style_btn a {
		font-size: 16px;
		text-align: left;
		padding: 23px 40px 22px 25px;
	}	
	.share_btn {
		padding: 0 30px;
	}
	.share_btn ul {
		display: block;
	}
	.share_btn ul li {
		display: block;
		float: left;
		width: 33.33%;
	}
	.share_btn ul li:nth-child(n+5),.share_btn ul li:nth-child(n+4) {
		width: 50%;
	}
}

/* =====================================
	■	サイトマップ
===================================== */
#sitemap_list {
	max-width: 1040px;
	margin: 0 auto !important;
	padding: 50px 50px 0 !important;
	width: 100%;
	box-sizing: border-box;
	background: none !important;
}
#sitemap_list li {
	border-bottom: 1px dashed #ccc;
	line-height: 1.4 !important;
	position: relative;
	margin: 0 !important;
}
#sitemap_list li:before {
	position: absolute;
	content: '';
	display: block;
	background: #e6aca1;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	top: 24px;
}
#sitemap_list li:first-child {
	border-top: 1px dashed #ccc;
}
#sitemap_list li a {
	display: block;
	padding: 19px 40px 15px 20px !important;
	position: relative;
	background: none !important;
}
#sitemap_list li a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #ccc;
}
#sitemap_list li a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 18px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #0f0e0e;
}
#sitemap_list li a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1000px) {
	#sitemap_list {
		padding: 50px 20px 0 !important;
	}
}

/* =====================================
	■お問い合わせ
===================================== */
.page-id-515 #gnav,
.page-id-515 #mainimage,
.page-id-515 #bread_area,
.page-id-538 #gnav,
.page-id-538 #mainimage,
.page-id-538 #bread_area {
	display: none;
}
.inquiryForm_title {
	text-align: center;
	margin-bottom: 48px;
}
.inquiryForm_title h1 {
    font-family: 'Gentium Basic', serif;
    font-size: 36px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 0;
}
.inquiryForm_title h1 sub {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	display: block;
	font-size: 20px;
	margin-top: 20px;
}
.tempo {
	text-align: center;
	margin-bottom: 50px;
}
.message {
	text-align: center;
	margin-bottom: 37px;
}
.message .red {
	color: #C40002;
}
.inquiryForm {
    background: #fff;
    color: #0F0E0E;
}
.inquiryFormInner {
	max-width: 800px;
	padding: 50px 50px 110px;
	margin: 0 auto;
}
.inquiryFormTable dl {
    width: 100%;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	margin-top: -1px;
	padding: 15px 0;
}
.inquiryFormTable dt {
	float: left;
	width: 180px;
	font-weight: 700;
	line-height: 1;
	margin-top: 8px;
}
.inquiryFormTable dt .required {
    color: #cc0000;
    font-size: 20px;
    font-weight: 700;
    padding-left: 0.5em;
	line-height: 1;
    vertical-align: middle;
}
.inquiryFormTable dd {
    padding: 0 0 0 200px;
    text-align: left;
	margin-bottom: 5px;
}
.inquiryFormTable dd:last-child {
	margin-bottom: 0;
}
.inquiryFormTable input,
.inquiryFormTable textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #C4C4C4;
    background: #EBEBEB;
    font-size: 14px;
    line-height: 1.6;
    color: #0F0E0E;
}
.inquiryFormTable input {
    height: 30px;
}
.inquiryFormTable .comment {
	display: block;
    color: #707070;
    font-size: 12px;
    margin-top: 0.3em;
}
.inquiryFormTable .btBox {
    text-align: center;
	margin-top: 65px;
}
.inquiryFormTable .btBox input[type="submit"] {
    background: #6F6447 !important;
    border: none;
    width: 100%;
    max-width: 590px;
    color: #fff;
    display: block;
    line-height: 1.4;
    cursor: pointer;
    padding: 22px 10px !important;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 0 !important;
    outline: 0px;
    -webkit-appearance: none;
    font-size: 18px;
    height: auto;
	position: relative;
}
.inquiryFormTable .btBox input.disabled[type="submit"] {
	background: #9F9F9F !important;
	pointer-events: none;
	cursor: text;
	opacity: 1 !important;
}
.inquiryFormTable .btBox input[type="submit"]:after {
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
}
.inquiryFormTable .btBox input[type="submit"]:hover {
	opacity: 0.8;
}
.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none !important;
}
.wpcf7-form-control-wrap {
	display: block;
}
span.wpcf7-not-valid-tip {
    color: #C40002 !important;
    font-weight: normal;
    display: block;
    font-size: 12px !important;
    line-height: 1.4;
	margin-top: 0.3em;
}
.file_btn {
	display: block;
	overflow: hidden;
	position: relative;
	background: #807B7B;
	color: #fff;
	width: 123px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.file_btn .wpcf7-form-control-wrap {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 30px;
}
div.wpcf7 input[type="file"] {
    padding: 0;
    border: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 30px;
}
.btn_home a {
	display: block;
    background: #fff;
    border: 1px solid #707070;
    width: 100%;
    max-width: 280px;
	font-size: 18px;
    color: #5C5C5C;
    line-height: 1.4;
    padding: 22px 40px;
    box-sizing: border-box;
    margin: 0 auto;
	position: relative;
	text-align: center;
	font-weight: bold;
}
.btn_home a:after {
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #4E4E4E;
	border-right: 1px solid #4E4E4E;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -3px;
}
.btn_home a:hover {
	background: rgba(92, 92, 92, 0.1);
}

@media screen and (max-width: 767px) {
	.inquiryFormInner {
		max-width: 800px;
		padding: 50px 30px 80px;
	}
	.inquiryFormTable dt {
		float: none;
		width: 100%;
		margin: 0 0 8px;
	}
	.inquiryFormTable dd {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0;
	}
}