.mainvisual{
	height: 230px;
}
.mainvisual.enkai_shinjyuku{
	background: url(../images/shinjyuku_main.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 70px;
}
.mainvisual h1,
.mainvisual p{
	width: 94%;
	max-width: 920px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #fff;
	font-size: 36px;
	margin: 0 auto;
	font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","MS P明朝",MS PMincho,serif;
	height: 100%;
}
.mainvisual p span.h1_span{
	display: block;
	color: #cbc9c1;
	font-size: 24px;
	font-weight: normal;
	font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","MS P明朝",MS PMincho,serif;
	line-height: 1em;
	letter-spacing: 0.1em;
}
.under_h2.tit_01{
	width: 1000px;
	margin: 0 auto 35px;
	font-size: 30px;
}
.under_h2.tit_01.shinjuku_detail{
	font-size: 36px;
	margin-bottom: 30px;
}
.under_inner01{
	width: 960px;
	margin: 0 auto 50px;
	padding-top: 0;
	padding-bottom: 0;
}
.shinjuku_link{
	display: block;
	padding: 20px;
	border-bottom: 1px solid #dad3bf;
}
.shinjuku_link:hover{
	background: rgba(255,255,255,0.9);
}
.shinjuku_link dl{
	overflow: hidden;
}
.shinjuku_link dl dt{
	width: 100px;
	height: 100px;
	text-align: center;
	float: left;
	overflow: hidden;
}
.shinjuku_link dl dt img{
	width: 100%;
}
.shinjuku_link dl dd{
	box-sizing: border-box;
	height: 100px;
	padding: 0 0 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.shinjuku-ttl{
	font-size: 18px;
	color: #606060;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: bold;
}
.shinjuku_info{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shinjuku_date{
	font-size: 14px;
	color: #606060;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.shinjuku_btn01{
	display: block;
	width: 110px;
	text-align: center;
	background: #75240f;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	padding: 3px 0;
}
.shinjuku_btn01:after{
	content: '';
	position: absolute;
	border-left: 6px solid #fff;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	right: 8px;
	top: calc(50% - 5px);
}
.wp-pagenavi{
	width: 100%;
	max-width: 865px;
	margin: 40px auto 0;
}
.wp-pagenavi{
	display: flex;
}
.wp-pagenavi a{
	margin-right: 8px;
	width: 285px;
	display: block;
	text-align: center;
	background-color: #75240f;
	font-size: 18px;
	color: #fff;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 11px 0;
}
.wp-pagenavi a.previouspostslink{
	order: -1;
	background-image: url(../images/prev_btn.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.wp-pagenavi a.nextpostslink{
	order: 3;
	background-image: url(../images/next_btn.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin-right: 0;
	margin-left: auto;
}
.page.shinjuku_detail{
	margin-bottom: 0;
}
.page.shinjuku_detail .wp-pagenavi{
	justify-content: center;
}
.page.shinjuku_detail .wp-pagenavi a{
	margin-right: 0;
}
.shinjuku_detail p{
	line-height: 1.6em;
	margin: 0 0 1.8em;
}
.shinjuku_detail img.aligncenter{
	display: block;
	margin: 0 auto;
}

/* 投稿見出し */
.post h1, .post h2, .post h3, .post h4{
	margin-bottom: 30px;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif"
}

.post p{
	padding-left: 20px;
	border-bottom: solid 4px #e0a87b;
	background-color: #231815;
	text-align: left;
	font-size: 28px;
	line-height: 50 px;
	color: #fff;
}

.post h2{
	padding-bottom: 10px;
	border-bottom: solid 1px #231815;
	font-size: 28px;
	line-height: 40px;
}

.post h2::before{
	content: "";
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	width: 5px;
	height: 40px;
	background-color: #231815;
}

.post h3{
	padding-left: 10px;
	border-left: solid 5px #231815;
	font-size: 24px;
	line-height: 30px;
}

.post h4{
	font-size: 24px;
}

/* 投稿見出し over */

.post section{
	padding: 40px 0 0;
}

.post .btn_03{
	margin: auto;
	max-width: 460px;
}

/* プラン投稿用 */
.mainvisual_post{
	margin-bottom: 20px;
}

.price{
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #bf320a;
}

.item_box{
	margin: 0 auto 20px;
	padding: 0;
	font-size: 0;
}
.item_box > li{
	display: inline-table;
	margin-right: 30px;
	border: solid 1px #fff;
	box-shadow: 0 0 0 2px #969280;
	width: calc((100% - 60px) / 3 - 2px);
	height: 70px;
	background-color: #969280;
}

.item_box > li > .inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.item_box > li:last-of-type{
	margin-right: 0;
}

.course_meal > li{
	list-style: decimal;
	list-style-position: inside;
}
.line_box .line_box_tel {
    width: 920px;
    padding: 20px;
    background: #fff;
    display: table;
    margin: 20px auto 0;
}
.line_box .line_box_tel > div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
    line-height: 1.3;
}
.line_box .line_box_tel > div:first-child {
    padding-top: 10px;
}
.line_box .line_box_tel > div.line_box_tel02 {
    display: none;
}
.line_box .line_box_tel > div span {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 42px;
    letter-spacing: 6px;
}
.line_box .line_box_tel > div img {
    float: left;
    margin-right: 10px;
}
.line_box .line_box02 {
    width: 920px;
    padding: 20px;
    background: #fff;
    margin: 0 auto 0;
    position: relative;
    overflow: hidden;
}
.line_box .line_box02:before {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    background: #bebaaa;
    left: 20px;
    top: 0;
}
.line_box02_txt {
    width: 450px;
    float: left;
    text-align: center;
    color: #231815;
    font-size: 18px;
    margin-top: 5px;
}
.line_box02_txt .underline {
    position: relative;
    font-size: 18px;
    display: inline-block;
    letter-spacing: 0;
    z-index: 0;
}
.line_box02_txt .underline:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: #fffca7;
    left: 0;
    bottom: 5px;
    z-index: -1;
}
.line_btn {
    width: 450px;
    float: right;
    text-align: center;
}

/* プラン投稿用 over */

.tit_12 {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    font-size: 28px;
    border-bottom: 1px solid #b6a98a;
    margin-top: 30px;
}



/* poagenation */

.navigation {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    position: relative;
}

.page-numbers {
    display: flex;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.page-numbers li a, .page-numbers li span {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #574E40;
    margin-right: 10px;
    color: #574E40;
    font-weight: bold;
    box-sizing: border-box;
}

.page-numbers .current {
    background-color: #574E40;
    color: #fff;
}

.page-numbers .next {
    position: relative;
    right: 0;
    width: 70px;
    border-radius: 5px;
}

.page-numbers .prev {
    position: relative;
    left: 0;
    width: 70px;
    border-radius: 5px;
}

.page-numbers .next::after, .page-numbers .prev {
    content: ">";
    margin-left: 5px;
}

/* poagenation end */
