.open {
    background-color:#333!important;
}
.tel-link{
	text-align:center; 	
	margin:10px;
	font-weight:15px;
}
.over:hover {
	opacity: 0.5 ;
}
.over{
	transition:all 0.5s ease;
}

.top-banner{
	text-align:center;
}
.top-banner-mobile{
	max-width:400px; 
	width:100%;
}
/*サイドバーランキング順位　ここから*/
.wpp-post-title{
	font-size:15px;
	line-height:1.4;
}
.wpp-list {
    counter-reset: wpp-ranking;
}
.wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
}
.wpp-list li {
  position: relative;
  list-style-type: none;
}
.wpp-list li::before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  background: #FF4500;
	color:#fff;
	opacity:0.9;
  font-size: 14px;
  line-height: 1;
  padding: 4px 8px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.wpp-list li img {
  margin: 0px 5px 10px 0px;
}
	
.saboxplugin-wrap .saboxplugin-gravatar img {
    max-width: 220px;
    height: auto;
}
/*--------------------------------------
  TOC+
--------------------------------------*/
#toc_container {
 display: block !important;
 width: 100% !important;
 background: #fff;
 border: 1px solid #ccc;
 font-size: 95%;
 box-sizing: border-box;
 line-height: 1.4;
 margin: 36px auto;
 padding: 1em 2em;
}
 
#toc_container .toc_title {
 text-align: center;
 background: #eee;
 border-bottom: 2px solid #ddd;
 padding: 0.4em 0;
}
 
#toc_container ul {
    list-style: none;
    margin-bottom: 0;
}
 
#toc_container ul li {
    margin: 0;
    padding-left: 0;
    text-indent: 0;
}
#toc_container ul li:before {
    display: none;
}
#toc_container ul a {
 display: block;
 text-decoration: none;
 color: #444;
 border-bottom: 1px dotted #ccc;
}
 
#toc_container .toc_list > li > a {
 border-bottom: 2px solid #ccc;
 font-size: 110%;
}
 
#toc_container ul ul {
 padding: 1em 0 1em 1em;
}
 
#toc_container li {
 margin-bottom: 0.8em;
 padding-bottom: 0.2em;
}
.post_content h4 {
	font-size: 120%;
	font-weight:bold;
}
/*contact form7 start*/
/* 必須マーク */
.must{
	font-size:14px;
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #F92931;
	border-radius: 20px;
}

/* 任意マーク */
.free {
	font-size:14px;
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #424242;
	border-radius: 20px;
}

/* 項目名を太字にする */
.wpcf7 p {
    margin-bottom: 1em;
	  font-weight:600;
    font-size: 16px;
}
.wpcf7-list-item-label{
	font-weight:normal;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
input.wpcf7-form-control.wpcf7-number{
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,input.wpcf7-form-control.wpcf7-number,input.wpcf7-form-control.wpcf7-text{
	background: rgba(255, 255, 142, 0.46);
}

/* 送信ボタンを見やすくする */
input.wpcf7-form-control.wpcf7-submit{

	background: #f1c40f;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}
/*contact form7 end*/
.dp-footer-bar-ari {
    background: #FF0040;
    border-top: solid 1px #DDDDDD;
    color: #000000;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width: 736px) {
    .full_room {
        height: 230px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 736px) {
    .full_room img {
        max-width: 100%;
        height: 150px;
    }
    .full_room {
        height: 230px;
    }
		.pc-img{
			display:none;
		}
}

.full_room img {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
	
}

@media screen and (min-width: 736px) {
    .grid-layout {
        display: grid;
        width: 100%;
        grid-template-columns: 40% 40% 40%;
        grid-gap: 20px;
    }
	.mobile-img{
		display:none;
	}
}

.roomconents a {
    display: block;
    height: 0;
    color: #07b;
    text-decoration: underline;
}

.roomconents a:hover {
    position: relative;
    top: 1px;
    left: 1px;
}

.roomconents {
    margin-bottom: 50px;
    max-width: 1000px;
}

.kusitsu_list_ari {
    padding: 10px;
    margin: 30px 1px 15px;
    font-size: 18px;
    color: #fff;
    background: #FF0040;
    /*背景色*/
}

.kusitsu_list_nasi {
    padding: 10px;
    margin: 30px 1px 15px;
    font-size: 18px;
    color: #fff;
    background: #a3a3a3;
    /*背景色*/
}

.kusitsu_list_full {
    padding: 10px;
    max-width: 519px;
    margin: 30px 1px 15px;
    font-size: 18px;
    color: #fff;
    background: #a3a3a3;
    /*背景色*/
}

.one {
    width: 10%;
}

.Roomlist {
    font-size: 15px;
    max-width: 100%;
    background: #fff;
}

.Roomlist td, .Roomlist th {
    border: 1px solid #bbb;
    padding: 2px 15px;
    line-height: 2;
}

.Roomlist th {
    border: 1px solid #bbb;
    padding: 2px 15px;
    line-height: 2;
    width: 100px;
}

.room_nomber {
    font-size: 16px;
    color: #FF7F50;
    font-weight: bold;
}

td.setsubi_label {
    font-weight: bold;
    background-color: #eee;
}

.setsubi {
    margin: 0;
    font-size: 12px !important;
    align-items: flex-start;
    background: #f4f4f4;
    border-radius: 4px;
    padding: 6px;
    margin: 3px;
}

.setsubi_mobile {
    margin: 0;
    font-size: 12px !important;
    align-items: flex-start;
    background: #f4f4f4;
    border-radius: 4px;
    padding: 6px;
    margin: 5px;
    white-space: nowrap;
}

.bukkeninfo_box01 {
    float: left;
    position: relative;
}

.open_mobile {
    background-color: rgba(227, 29, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    max-width: 100%;
    font-size: 14px;
}

.open {
    background-color: rgba(227, 29, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    font-size: 18px;
    display: inline-block;
}

table.cost1.campaign th {
    width: 50px;
    border-top: 1px solid #FFF;
    padding: 10px;
    background: #FF7F50;
    color: #fff;
    text-align: left;
}

table.cost2 th.point {
    width: 50px;
    background: #e55937;
    color: #fff;
    text-align: left;
    padding: 8px;
}

table.cost2 th.point_mobile {
    width: 50px;
    background: #FF7F50;
    color: #fff;
    text-align: left;
    padding: 8px;
}

.ui-tabs-panel {
    padding: 1em 0;
    background: #fff;
}

.bukken_info {
    clear: both;
    margin-top: 50px;
}

.bukkeninfo_box01 p {
    position: absolute;
}

.bukkeninfo_box02 {
    width: 230px;
    margin: 0 0 0 20px;
    float: left;
}

.bukkeninfo_box03 {
    width: 230px;
    margin: 0 0 0 20px;
    float: left;
}

.bukkeninfo_box03_mobile {}

table.cost2 th {
    width: 50px;
    background: #FFF;
    padding: 10px;
    color: #e55937;
    text-align: left;
}

table.cost2_mobile th {
    width: 60px;
    background: #eee;
    padding: 8px;
    text-align: left;
}

table.cost3 th {
    width: 70px;
    background: #eee;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
    font-weight: bold;
    text-align: left;
}

table.cost3_mobile th {
    width: 60px;
    background: #FF7F50;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 8px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}

.tokutyo {
    font-weight: bold;
    font-size: 15px;
}

.kusitsu_label2 {
    text-align: center;
    font-size: 14px;
    padding: 3px;
    margin: 10px;
    max-width: 100px;
    color: #fff;
    background-color: #FF0040;
}

.kusitsu_label {
    text-align: center;
    font-size: 20px;
    padding: 15px;
    max-width: 400px;
    margin: 30px auto;
    color: #fff;
    background-color: #FF0040;
}

.kusitsu_label_nasi {
    text-align: center;
    font-size: 20px;
    padding: 15px;
    max-width: 400px;
    margin: 30px auto;
    color: #fff;
    background-color: #a3a3a3;
}

.flowBox {
    padding-bottom: 30px;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    background: url(https://en-jing.com/blog/wp-content/uploads/2018/01/down.png) center bottom no-repeat;
    max-width: 700px;
}

.flowBox:last-child {
    background: 0 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.flowBox dl dt {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.flowBox dl dd {
    margin-bottom: 0;
    font-size: 14px;
}

.flowBox dl {
    display: block;
    overflow: hidden;
    padding: 15px 20px;
    border: 3px solid #e5e5e5;
}

#single_share_cpt {
    float: right;
}

.pickup {
    color: #bb4a28;
    font-weight: bold;
}

.q_button {
    font-size: 150%;
    width: 300px;
}

.alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.post_content h3 {
    font-size: 130%;
    font-weight: bold;
}

.bukken_h3 {
    background: #FF7F50;
    color: #FFF;
    padding: 0.5em;
    margin-bottom: 10px;
    font-weight: bold;
    padding-left: 15px;
}

#cpt_single_title_area #post_title {
    margin: auto;
    max-width: 1400px;
    width: 100%
}

.post_content th {
    text-align: left;
    background: #fff;
    font-weight: bold;
}

.bukken_title {
    background: #FF7F50;
    position: relative;
    text-align: left;
}

.bukken_font {
    color: #fff;
    padding-bottom: 15px;
}

.lower {
    padding: 20px;
    text-align: left;
    font-size: 22px;
    color: #FFF;
    position: relative;
}

#single_pr_label_red {
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    font-size: 13px;
    background: #FF0040;
    color: #fff;
    display: inline-block;
    margin: 0 0 10px 5px;
}

#single_pr_label {
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin: 0 0 10px 5px;
}

#cpt_list .pr_label_nasi {
    position: absolute;
    top: 0;
    right: 0;
    background: #a3a3a3;
    color: #fff;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}

@media screen and (max-width: 670px) {
    #cpt_list .item {
        width: 100%;
        margin: 0 0 20px 0;
        width: -webkit-calc(100%);
        width: -moz-calc(100%);
        width: calc(50%);
    }
    #cpt_list .pr_label {
        position: absolute;
        top: 0;
        right: 0;
        background: #FF0040;
        color: #fff;
        font-size: 9px;
        height: 17px;
        line-height: 16px;
        padding: 0 9px;
    }
    #cpt_list .pr_label_nasi {
        position: absolute;
        top: 0;
        right: 0;
        background: #a3a3a3;
        color: #fff;
        font-size: 9px;
        height: 17px;
        line-height: 16px;
        padding: 0 10px;
    }
}

#cpt_list .pr_label {
    background: #FF0040;
}

div.whatsnew dl {
    margin: 0;
    margin-left: 10px;
    padding: 5px;
    border: 0;
}

div.whatsnew h2 {
    font-family: 'Roboto';
    color: #eb1d51;
    font-size: 187.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 600;
}

div.whatsnew hr {
    margin: 7px;
    padding: 0;
}

@media screen and ( max-width:479px) {
    #header_inner {
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }
}

.single #article .post_content {
    line-height: 30px;
}

@media screen and ( max-width:479px) {
    .midashi2 {
        font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        color: #525b63;
        font-size: 24px;
        padding: 20px;
        line-height: 1.3;
        font-weight: bold;
        text-align: center;
        letter-spacing: 2px;
    }
}

@media screen and ( min-width:480px) {
    .midashi2 {
        font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        color: #525b63;
        font-size: 30px;
        padding: 20px;
        line-height: 1.5;
        font-weight: bold;
        text-align: center;
        letter-spacing: 2px;
    }
}

.alpha:hover {
    opacity: 0.5;
}

.cotactbanner {
    padding: 30px 0 30px 0;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.blog_list {
    width: 100%;
    margin: 0 auto;
}
