@charset "utf-8";
body {
	color:#333333;
	font-family:-apple-system,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size:14px;  /* modern */
	line-height:1.8;
}
.container{
    width:1080px;
    margin:0 auto;
}


.default_h4{
	font-size: 18px;
	color:#666;
	border-bottom:1px solid #ccc;
	border-left: 10px solid #0092D7;
	padding-left: 10px;
	margin-bottom: 30px;
}

.default_h3{
	font-size: 18px;
	background: #E6E6E6;
	color: #4d4d4d;
	height:50px;
	line-height:50px;
	padding:0 15px;
	margin-bottom: 30px;
}

.page_single p{
	color:#4D4D4D;
	margin-bottom: 30px;
}

table{
	color: #4D4D4D;
	width: 100%
}

table tr{
	
}


table tr th{
	background: #F7F7F7;
	padding:20px 15px;
	border: 1px solid #ccc;
}

table tr td{
	padding:20px 15px;
	border: 1px solid #ccc;
}

table tr td a{
	color: #0980AF;
}

header{
    border-top:5px solid #2fc89d;
}

header > .container{
    padding:10px 0;
}

header h1{
    font-size:10px;
    color:#808080;
}

header .header_logo{
    display:inline-block;
    vertical-align:middle;
}

header .header_logo a{
    
}

header .header_logo img{
    
}

header .searchbar{
    display:inline-block;
    vertical-align:middle;
}

header .searchbar form{
    letter-spacing:-0.4em;
    display:inline-block;
    vertical-align:middle;
}

header .searchbar form input{
    width: 200px;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    padding: 2px 5px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
}


header .searchbar form button{
    background: #30AFB8;
    height: 25px;
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    letter-spacing: 0;
    margin-left: -1px;
    border: 0;
	line-height:inherit;
	border-radius:0;
	padding:0;
	font-size:10px;
}

header .searchbar p.search_txt {
    display: inline-block;
    vertical-align: middle;
    color: #808080;
    font-size: 14px;
	text-decoration:underline;
	margin-left:20px;
}

header .searchbar p.search_txt img {
    vertical-align: middle;
}

header .header_buttons{
    float:right;
}

header .header_buttons li{
    display:inline-block;
    vertical-align:middle;
}

header .header_buttons li a{
    padding:0 10px;
    line-height:25px;
    display:block;
    text-decoration:none;
    border-radius:5px;
    color:#fff;
    font-size:14px;
}

header .header_buttons li:nth-child(1) a{
    color:#30AFB8;
}

header .header_buttons li:nth-child(2) a{
    background:#30AFB8;
}

header .header_buttons li:nth-child(3) a{
    background:#0092D7;
}

header .header_buttons li:nth-child(1) a:before{
    content:"";
    background:url(../../img/hbtn1.png);
    background-size:100%;
    width:10px;
    height:12px;
    display:inline-block;
    vertical-align:middle;
}

header .header_buttons li:nth-child(2) a:before{
    content:"";
    background:url(../../img/hbtn2.png);
    background-size:100%;
    width:12px;
    height:11px;
    display:inline-block;
    vertical-align:middle;
}

header .header_buttons li:nth-child(3) a:before{
    content:"";
    background:url(../../img/hbtn3.png);
    background-size:100%;
    width:12px;
    height:10px;
    display:inline-block;
    vertical-align:middle;
}

.header_nav{
    background:#2fc89d;
}

.header_nav ul{
    letter-spacing:-0.4em;
    padding:10px 0;
}

.header_nav ul li{
    letter-spacing:0;
    display:inline-block;
    height:50px;
    border-right:1px solid #fff;
    width:25%;
    text-align:center;
    box-sizing: border-box;
}

.header_nav ul li:last-child{
    border-right:0;
}

.header_nav ul li a{
    font-size:17px;
    color:#fff;
    text-decoration:none;
    padding:10px 0;
    display:block;
    line-height:15px;
}

.header_nav ul li a span{
    display:block;
    font-size:10px;
}

.main_img_menu{
    background:#1A1A1A;
    margin-bottom:45px;
}

.main_img_menu ul{
    letter-spacing:-0.4em;
}

.main_img_menu ul li{
    display:inline-block;
}

.main_img_menu ul li:nth-child(1){
    letter-spacing:0;
    margin-right:5px;
    width:578px;
    vertical-align:top;
}

.main_img_menu ul li:nth-child(1) a{
    position:relative;
    display:block;
}

.main_img_menu ul li:nth-child(1) img{
    
}

.main_img_menu ul li:nth-child(1) p{
    position: absolute;
    color: #fff;
    text-align: center;
    height: 120px;
    top: 190px;
    width: 100%;
    line-height: 60px;
    font-size: 25px;
}

.main_img_menu ul li:nth-child(1) p span{
    display:block;
    font-size:40px;
}

.main_img_menu ul li:nth-child(2){
    width:497px;
    vertical-align:top;
}

.main_img_menu ul li:nth-child(2) a{
    display:inline-block;
    letter-spacing:0;
    position:relative;
}

.main_img_menu ul li:nth-child(2) a:nth-child(2n){
    margin-left:5px;
}

.main_img_menu ul li:nth-child(2) a:nth-child(1),
.main_img_menu ul li:nth-child(2) a:nth-child(2){
    margin-bottom:5px;
}

.main_img_menu ul li:nth-child(2) img{
    
}

.main_img_menu ul li:nth-child(2) p{
    position: absolute;
    color: #fff;
    text-align: center;
    height: 50px;
    top: 99px;
    width: 100%;
    line-height: 25px;
}

.main_img_menu ul li:nth-child(2) p span{
    display:block;
}

.main_img_menu .main_nav{
    height:50px;
    background:#808080;
    padding:10px 0;
    box-sizing:border-box;
}

.main_img_menu .main_nav ul{
    letter-spacing:-0.4em;
}

.main_img_menu .main_nav ul li{
    letter-spacing:0;
    display:inline-block;
    border-right:1px solid #fff;
    width:20%;
    box-sizing:border-box;
}

.main_img_menu .main_nav ul li a{
    font-size:16px;
    color:#fff;
    text-decoration:none;
    display:block;
    text-align:center;
}

.main_img_menu .main_nav ul li:last-child{
    border-right:0;
}

.main_content{
	float: left;
	width: 750px;
}

article.type-page .main_content{
	background:#fff;
}

.sidebar{
	float: right;
	width: 300px;
}

.feature{
	position: relative;
    margin-bottom: 45px;
}

.feature img{
    width: 100%;
	margin-bottom: 15px;
}

.feature h2{
	position: absolute;
    top: 80px;
    right: 0;
    width: 40%;
    color: #fff;
    text-decoration: underline;
	font-size: 12px;
}

.feature h3{
    position: absolute;
    top: 110px;
    right: 0;
    width: 40%;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}

.feature h3 span{
	display:block;
	opacity: 0.5;
}

.feature_list{
	letter-spacing: -0.4em;
	margin-bottom: 45px;
}

.feature_list li{
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: 367.5px;
	margin:15px auto;
}

.feature_list li:nth-child(2n){
	margin-left: 15px;
}

.feature_list li a{
	position: relative;
	display: block;
}

.feature_list li span{
    width: 60px;
    height: 15px;
    background: #8CC63F;
    color: #fff;
    display: block;
    font-size: 10px;
    line-height: 15px;
    padding: 0 5px;
    position: absolute;
    bottom: 45px;
}

.feature_list li:nth-child(1) span{
    background: #F7931E;
}

.feature_list li h3{
    height: 40px;
    position: absolute;
    line-height: 40px;
    bottom: 0;
    width: 80%;
    background: rgba(0,0,0,0.5);
    font-size: 17px;
    color: #fff;
    padding: 0 15px;
}

.feature_list li img {
	
}

.feature_list li p{
	
}

.location {
	margin-bottom: 45px;
}

.location h2{
    height: 75px;
    line-height: 75px;
    border: 2px solid #0092D7;
    box-sizing: border-box;
	margin-bottom: 10px;
}

.location h2 img{
	margin: 12px auto 0;
	display: block;
}

.location_list{
	
}

.location_list li{
	position: relative;
}

.location_list li:nth-child(1){
	margin-bottom: 10px;
}

.location_list li h3{
	position: absolute;
	top:10px;
	right: 0;
	width:45%;
	color: #fff;
	font-size: 16px;
	text-align: right;
}

.location_list li h3 span{
	background: #0092D7;
    display: block;
    font-size: 18px;
    line-height: 30px;
	padding-left: 10px;
	text-align: left;
}

.location_list li:nth-child(2) h3 span{
	background: #30AFB8;
}

.pickup {
    
}

.pickup h2{
	font-size: 26px;
	color:#666666;
	padding-left: 30px;
	position: relative;
	margin-bottom: 20px;
}

.pickup h2 span{
    font-size: 16px;
    color: #B3B3B3;
    margin-left: 5px;
    vertical-align: middle;
}

.pickup h2:before{
    content: "";
    background: url(../../img/pickup_icon.png);
    height: 19px;
    width: 19px;
    position: absolute;
    left: 0;
    top: 12px;
}

.pickup ul{
	letter-spacing: -0.4em;
}

.pickup ul li{
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width:calc((100% / 3) - 10px);
	margin-right: 15px;
	position: relative;
}

.pickup ul li:nth-child(3n){
	margin-right: 0;
}

.pickup ul li:nth-child(1),
.pickup ul li:nth-child(2),
.pickup ul li:nth-child(3){
	margin-bottom: 15px;
}

.pickup ul li a{
	display: block;
}

.pickup ul li img{
	width:100%;
}

.pickup ul li h3{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 36px;
	line-height: 36px;
	width:100%;
	background: rgba(0,0,0,0.75);
	color:#fff;
	padding: 0 15px;
	box-sizing: border-box;
}

.sns_list{
	letter-spacing: -0.4em;
	margin-bottom: 60px;
    margin-top: 90px;
}

.sns_list li{
	display: inline-block;
	letter-spacing: 0;
	width:calc(50% - 15px);
	margin-right: 30px;
	vertical-align: top;
}

.sns_list li:nth-child(2){
	margin-right: 0;
}

.sns_list li h3{
	text-align: center;
	margin-bottom: 45px;
	height: 72px;
}


footer{
	margin-top:50px;
	padding: 45px 0 0;
	background: #F2F2F2;
}

.footer_nav{
	letter-spacing: -0.4em;
	margin-bottom: 70px;
}

.footer_nav ul{
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width:20%;
}

.footer_nav ul li{
	
}

.footer_nav ul li img{
	vertical-align: middle;
	margin-right: 3px;
}

.footer_nav ul li a{
	font-size: 10px;
	color:#666666;
}

.footer_nav_sec{
	letter-spacing: -0.4em;
	text-align: center;
	padding-bottom: 30px;
}

.footer_nav_sec li{
	letter-spacing: 0;
	display: inline-block;
	padding: 0 25px;
	border-right:1px solid #666666;
	line-height: 1;
}

 .footer_nav_sec li a{
	font-size: 10px;
	color:#666666;
}

.copyright{
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	background:#333333;
}

.news {
    padding: 10px;
    background: #EDF0F2;
}

.news .flexslider {
    padding: 0;
    border: none;
    margin-bottom: 0;
	background:none;
}

h2.news_title{
	height: 40px;
	background: #30AFB8;
	font-size: 17px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

h2.news_title span{
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.news ul.snews_list{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
}

.news ul.snews_list li{
	
}

.news ul.snews_list li .news_img{
	margin-bottom: 10px;
	display: block;
}

.news ul.snews_list li .news_img img{
	width:100%;
}

.news ul.snews_list li .date{
	font-size:11px;
	color: #808080;
}


.news ul.snews_list li h3{
	color: #333333;
	font-size: 11px;
}

.news .more_button{
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	background: #2BAFE2;
	text-align: center;
	display: block;
	color: #fff;
}

h2.news_title img {
    vertical-align: middle;
    margin-right: 5px;
}

ul.sidebar_cate {
    background: #EDF0F2;
    padding: 10px;
}

ul.sidebar_cate li {
	margin-bottom: 10px;
}

ul.sidebar_cate li h3{
	height: 20px;
	background: #4D4D4D;
	line-height: 20px;
	color: #fff;
	text-align: center;
}

.side_sns{
	margin-bottom: 12px;
}

.side_sns a{
    color: #fff;
    background: #00B900;
    display: block;
    height: 65px;
    border-radius: 6px;
    line-height: 65px;
	padding: 0 10px;
	font-size: 18px;
	position: relative;
}

.side_sns a:nth-child(2){
	background: #395494;
	margin-top: 5px;
}

.side_sns a img{
	margin-right: 15px;
    vertical-align: middle;
}

.side_sns a:after{
    content: "";
    width: 16px;
    height: 16px;
    background: url(../../img/right_icon.png);
    display: inline-block;
    background-size: cover;
    position: absolute;
    top: 24.5px;
    right: 10px;
}


.side_links{
	
}

.side_links a{
    color: #fff;
    display: block;
    height: 45px;
    border-radius: 6px;
    line-height: 45px;
	padding: 0 10px;
	font-size: 18px;
	position: relative;
	margin-top: 5px;
	box-sizing: border-box;
}

.side_links a:nth-child(1){
	background: #DFEEF4;
	color: #0092D7;
	border:2px solid #0092D7;
    line-height: 41px;
}

.side_links a:nth-child(2){
	background: #8CC63F;
}

.side_links a:nth-child(3){
	background: #30AFB8;
}

.side_links a:nth-child(4){
	background: #2BAFE2;
}

.side_links a img{
	margin-right: 15px;
    vertical-align: middle;
}

.side_links a:after{
    content: "";
    width: 16px;
    height: 16px;
    background: url(../../img/right_icon.png);
    display: inline-block;
    background-size: cover;
    position: absolute;
    top: 14.5px;
    right: 10px;
}

.side_links a:nth-child(1):after{
    background: url(../../img/right_blue_icon.png);
}

.page_single{
    margin-top:20px;
}

h2.page_title{
    height:65px;
    line-height:65px;
    background:#F2F2F2;
    color:#4D4D4D;
    border-left:10px solid #30AFB8;
    box-sizing:border-box;
    font-size:20px;
    padding:0 15px;
    margin-bottom:30px;
}

.page_main_img img{
    width:100%;
}

.page_main_img{
    margin-bottom:30px;
}

.about_top_txt{
    margin-bottom:60px;
    text-align:center;
    font-size:18px;
    color:#4D4D4D;
}

.about_circles{
    letter-spacing:-0.4em;
    text-align:center;
	margin-bottom: 52px;
}

.about_circles li{
    width:160px;
    height:160px;
    border-radius:100%;
    letter-spacing:0;
    display:inline-block;
    vertical-align:top;
    position:relative;
}

.about_circles li:nth-child(1){
    background:#30AFB8;
    margin-right:54px;
}

.about_circles li:nth-child(2){
    background:#0092D7;
    line-height:160px;
    font-size:26px;
    color:#fff;
    margin-right:54px;
}

.about_circles li:nth-child(3){
    background:#2BAFE2;
}

.about_circles li:nth-child(1) img{
    margin-top:53.5px;
}

.about_circles li:nth-child(3) img{
    margin-top:45px;
}

.about_circles li:after{
    content:"";
    width:44px;
    height:6px;
    right: -49px;
    position:absolute;
    top:77px;
    background-size:cover;
}

.about_circles li:nth-child(1):after{
    background:url(../../img/about-arrow1.png);
}

.about_circles li:nth-child(2):after{
    background:url(../../img/about-arrow2.png);
}

.flex-direction-nav a:before,
.flex-direction-nav a:after {
    display: none;
}




.searchbar_big{
	
}

.searchbar_big form{
    letter-spacing:-0.4em;
    display:block;
	margin-bottom: 40px;
}

.searchbar_big form input{
    width: calc(100% - 45px);
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    padding: 2px 5px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
}


.searchbar_big form button{
    background: #30AFB8;
    height: 40px;
    display: inline-block;
    width: 45px;
    vertical-align: middle;
    letter-spacing: 0;
    margin-left: -1px;
    border: 0;
}

.searchbar_big p.search_txt {
    display: inline-block;
    vertical-align: middle;
    color: #808080;
    font-size: 11px;
}

.searchbar_big p.search_txt img {
    vertical-align: middle;
}

p.page_top_txt {
    color: #4D4D4D;
    font-size: 16px;
    margin-bottom: 20px;
}

.images_list{
	letter-spacing: -0.4em;
}

.images_list li{
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
	width: calc((100% / 3) - 8px);
	margin-bottom: 12px;
	position: relative;
}

.images_list li:nth-child(3n){
	margin-right: 0;
}

.images_list li img{
    width: 100%;
}

.images_list li a.left{
    display: flex;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.images_list li a.right{
    display: flex;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.images_list li a img{
    display: block;
    width: fit-content;
    height: fit-content;
    margin: auto;
}

ul.archive_list{
	
}

ul.archive_list li{
	margin-bottom: 20px;
}
ul.archive_list.rent li .content{
	font-size:14px;
	letter-spacing:normal;
}

ul.archive_list li h3{
	background: #2fc89d;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
}

ul.archive_list li h3 span.place{
	margin-right: 30px;
}

ul.archive_list li h3 span.categ{
	
}

ul.archive_list li h3 span.ttl_plc{
	color: #fff;
	font-size: 12px;
    float: right;
}

ul.archive_list li .content{
	padding: 20px 15px;
	background: #F2F2F2;
	letter-spacing: -0.4em;
	font-size:0;
}

ul.archive_list li .content .img{
	display: inline-block;
	letter-spacing: 0;
	vertical-align: top;
	width: 230px;
	height: 150px;
	margin-right: 10px;
	overflow: hidden;
}

ul.archive_list li .content .img img{
	width:100%;
	height: auto;
}

ul.archive_list li .content .img a{
	
}

ul.archive_list li .content .txt{
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	vertical-align: top;
	width: calc(100% - 240px);
}


ul.archive_list li .content .txt h4{
	font-size: 16px;
    color: #30AFB8;
    margin-bottom: 10px;
	line-height: 1;
}


ul.archive_list li .content .txt p{
	line-height: 1.8;
}


ul.archive_list li .content .img_list{
	display: inline-block;
	vertical-align: top;
	width:200px;
}

ul.archive_list li .content .img_list img{
	width: 98px;
	margin-right: 4px;
	margin-bottom: 4px;
	letter-spacing: 0;
}

ul.archive_list li .content .img_list img:nth-child(2n){
	margin-right: 0;
}

ul.archive_list li .tag{
	padding: 20px 15px;
    background: #F2F2F2;
}

ul.archive_list li .tag a{
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	background: #30AFB8;
	border-radius: 4px;
	color: #FFF;
	display: inline-block;
	margin-right: 5px;
	font-size:12px;
}

ul.archive_list li .tag a.price{
	background: #B3B3B3;
	border-radius: 0;
	float: right;
}

.loc_list{
	
}

.loc_list li{
	margin-bottom: 45px;
}


.loc_list li h3{
	border-left: 10px solid #0092D7;
	border-bottom: 1px solid #ccc;
	color: #0092D7;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
	padding-left: 10px;
}

.loc_list li .content{
	letter-spacing: -0.4em;
	margin-bottom: 10px;
}

.loc_list li .content .image{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	letter-spacing: 0;
	width:220px;
	
}

.loc_list li .content .image img{
	width: 100%;
}

.loc_list li .content .text{
	display: inline-block;
	vertical-align: top;
	width:calc(100% - 250px);
	letter-spacing: 0;
}

.loc_list li .content .text h4{
	font-size: 18px;
	line-height: 1;
	margin-bottom: 20px;
	color:#4D4D4D;
}

.loc_list li .content .text p{
	line-height: 2;
}

.loc_list li .contact{
	
}

.loc_list li .contact .phone{
	font-size: 18px;
	color: #0092D7;
	display: block;
	padding-left: 20px;
	position: relative;
	line-height: 30px;
}

.loc_list li .contact .phone:before{
	content: "";
	width:18px;
	height:30px;
	background: url(../../img/rokeben_phone_icon.png) no-repeat center;
	position: absolute;
	left: 0;
	top:0;
}

.loc_list li .contact .address{
	color: #4D4D4D;
	display: block;
}

.studio_left{
	width: 250px;
	margin-right: 30px;
	float: left;
	vertical-align: top;
}

.studio_left .sl_one{
	margin-bottom: 15px;
}

.studio_left .sl_one h3{
	background: #666666;
	color: #fff;
	line-height: 25px;
	text-align: center;
}

.studio_left .sl_one h3.green{
	background: #30AFB8;
	line-height: 30px;
}

.studio_left .sl_one .slo_txt{
	background: #EDF0F2;
	padding: 20px 15px;
	font-size: 12px;
}

.studio_list{
	
}

.studio_list li{
	margin-bottom: 10px;
}

.studio_list li a{
	font-size: 10px;
	display: block;
	color: #333;
	font-weight: bold;
}

.studio_list li img{
	width:100%;
	height: auto;
}

.studio_main{
	margin-bottom: 30px;
}

.studio_slide .flexslider {
    border: 0;
    margin-bottom: 20px;
}



.studio_slide .flexslider .flex-control-thumbs {
    margin: 10px 0 0;
}


.studio_slide .flexslider .flex-control-thumbs li {
    width: calc(25% - 3.75px);
    margin: 0 5px 5px 0;
}

.studio_slide .flexslider .flex-control-thumbs li:nth-child(4n) {
    margin: 0 0 0 0;
}

.studio_slide .flexslider .flex-control-thumbs img {
    opacity: .5;
}


.studio_slide .flexslider .flex-control-thumbs .flex-active {
    opacity: 1;
}

.studio_slide .flexslider .flex-control-thumbs img:hover {
    opacity: 1;
}

.studio_main h3{
	background: #666666;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	height:30px;
	border-left: 10px #30AFB8 solid;
	padding-left: 10px;
}

.pstudio_txt{
	background: #F2F2F2;
	padding: 20px 15px;
	margin-bottom: 10px;
}

.pleft_big{
    width: 800px;
    float: right;
    margin-right: -330px;
}

.pleft_big ul{
    letter-spacing: -0.4em;
	margin-bottom: 30px;
}

.pleft_big ul li{
    letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 4px);
	margin-right: 5px;
	height: 160px;
	margin-bottom: 5px;
	overflow: hidden;
}

.pleft_big ul li:nth-child(5n){
	margin-right: 0;
}

.pleft_big ul li img{
	height: 100%;
	width:auto;
}

.pleft_big h3.left_big_ttl{
	height: 50px;
    line-height: 50px;
    background: #F2F2F2;
    color: #4D4D4D;
    border-left: 10px solid #30AFB8;
    box-sizing: border-box;
    font-size: 20px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.studio_table{
	margin-bottom: 20px;
}

.lb-dataContainer{
	display: none !important;
}

.guest_host{
	letter-spacing: -0.4em;
	margin-bottom: 30px;
}

.guest_host .gh_one{
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 7.5px);
}

.guest_host .gh_one:nth-child(1){
	margin-right: 15px;
}

.guest_host .gh_one h4{
	font-size: 16px;
	line-height: 32px;
	background: #30AFB8;
	text-align: center;
	color: #fff;
	height: 32px;
	margin-bottom: 20px;
}

.guest_host .gh_one:nth-child(2) h4{
	background: #2BAFE2;
}

.guest_host .gh_one h4 img{
    vertical-align: middle;
    margin-right: 5px;
}

.guest_host .gh_one ul li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px dotted #ccc;
}

.guest_host .gh_one ul li h5{
	color:#30AFB8;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
	position: relative;
}

.guest_host .gh_one:nth-child(2) ul li h5{
	color:#2BAFE2;
}

.guest_host .gh_one ul li h5:before{
    content: "";
    height: 20px;
    line-height: 22px;
    border: 2px solid;
    width: 20px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    margin-right: 5px;
    font-size: 12px;
}

.guest_host .gh_one ul li:nth-child(1) h5:before{
	content: "01";
}

.guest_host .gh_one ul li:nth-child(2) h5:before{
	content: "02";
}

.guest_host .gh_one ul li:nth-child(3) h5:before{
	content: "03";
}

.guest_host .gh_one ul li p{
	margin-bottom: 0;
	font-size: 13px;
}

.button_blue{
	display: block;
	width: 100%;
	max-width:440px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #0092D7;
	margin: 0 auto 60px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	
}


.page_single p.blue_big_txt{
	color:#0092D7;
	font-size: 18px;
}

ul.variety{
	
}

ul.variety li{
	margin-bottom: 15px;
	position: relative;
	padding-left:150px; 
}

ul.variety li span{
	height: 24px;
    background: #B6AC98;
    font-size: 11px;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    width: 100px;
    border-radius: 5px;
	text-align: center;
	position: absolute;
	left: 0;
}

ul.variety li span:after{
    content: "・・・";
    position: absolute;
    right: -45px;
    color: #333;
    font-size: 14px;
}

.side_search p{
	color:#666666;
	font-size: 11px;
	margin-bottom: 5px;
}

.side_search ul.cat{
	letter-spacing: -0.4em;
	margin-bottom: 15px;
}

.side_search ul.cat li{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: #30AFB8;
	border-radius: 5px;
	letter-spacing: 0;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 3px;
}

.side_search ul.cat li a{
	color:#fff;
	display: block;
    font-size: 12px;
}

.dropdown_button{
	cursor: pointer;
	color: #4D4D4D;
	
}

.dropdown_button span{
	position: relative;
	width: 12px;
	height: 12px;
	background: #0092D7;
	border-radius: 100%;
	display: inline-block;
	margin-right: 5px;
}

.dropdown_button span:after{
	content: "";
	width: 6px;
	height: 2px;
	top:5px;
	position: absolute;
	background: #fff;
	left: 3px;
}

.dropdown_button span:before{
	content: "";
	width: 2px;
	height: 6px;
	top:3px;
	position: absolute;
	background: #fff;
	left: 5px;
	transition: .6s;
}

.dropdown_button.on span:before{
	content: "";
	transform: rotate(90deg);
}

.cat_db{
	max-height: 0;
	overflow: hidden;
	transition: .3s;
	margin-bottom: 0 !important;
}

.cat_db.on{
	max-height: 50em;
}

.cat_db li{
	
}

.cat_db li a{
	
}



#post-84 header h1{
	height:65px;
    line-height:65px;
    background:#F2F2F2;
    color:#4D4D4D;
    border-left:10px solid #30AFB8;
    box-sizing:border-box;
    font-size:20px;
    padding:0 15px;
    margin-bottom:30px;
}



.sidebar{
	float:right;
	width: 300px;
}
#post-84{
	float: left;
	width: 750px;
}

.page-id-84 main{
	width:1080px;
	margin:0 auto;}

.screen-reader-text,.prev,.next{
	display:none;
}
.pagenav{
	text-align: center;
	margin-bottom: 20px;
}
.page-numbers{
	padding: 0 20px;
}
.dots{
	padding:0;
}
.nav-links,.page-numbers{
	margin:30px auto;
	padding:0;
}
.nav-links a{
	padding: 10px 20px;
	border: 1px solid #2fc89d;
	color:#2fc89d;
	margin:auto 10px;
}
.nav-links a:hover{
	padding: 10px 20px;
	background:#2fc89d;
	color:#fff;
}
ul.page-numbers{
	text-align:center;
}
ul.page-numbers li{
	display:inline-block;
	margin:auto 10px;
}
ul.page-numbers li a{
	padding: 10px 20px;
	border: 1px solid #2fc89d;
	color:#2fc89d;
}
ul.page-numbers li a:hover{
	padding: 10px 20px;
	background:#2fc89d;
	color:#fff;
}
.category__1,.category__2,.category__3{
	width: calc(96%/3);
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding: 15px 0;
	background: #0092D7;
	color: #fff;
	margin-bottom: 2%;
	font-size: 14px;
}
.category__1{
	margin-right:2%;
}
.category__3{
	margin-left:2%;
}
.category__padding{
	padding: 2.4px 0!important;
}
.category-linklist__box{
	width: calc(94%/3);
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding:15px 0;
	background: #0092D7;
	color: #fff;
	font-size: 14px;
	margin: 0 1% 2% 1%;
}
/*.category-list__bigbox li:nth-child(6) a{
	padding: 2.4px 0;
}*/
/**************************************
フッターCSS
**************************************/
.footer-nav__category ul{
	width:100%!important;
}
.footer-nav__category ul a{
	margin-right: 25px;
}

.footer-category__float{
	float:left;
}

/**2019*08**/

h3.page-title{
	text-align:center;
	margin:20px auto 30px;
	color:#65d2c7;;
	font-size:120%;
	font-weight:bold;
}

#theme-my-login{
	text-align:center;
	padding:20px;
	border:1px solid #ddd;
}
#theme-my-login input[type=text]{
	padding:4px 10px;
	width:70%;
}
#theme-my-login #wp-submit{
	display:block;
	margin:30px auto;
	background:#eeb239;
	color:#fff;
	width:80%;
	max-width:360px;
	border-radius:8px;
	padding:15px 10px;
	border:none;
}

article.cp_location{
	float:right;
	width:calc(100% - 280px);
}

.archive-content article.cp_location{
	float:none;
	width:100%;
}
.pleft_big h3.left_big_ttl{
	margin:20px auto 15px;
}

.loca-back-btn button{
	display:block;
	margin:30px auto ;
	width:80%;
	max-width:360px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	background:#2fc89d;
	border-radius:10px;
	border:none;
	color:#fff;
}
button.simplefavorite-button{
    background: #333333;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border: none;
    padding: 0 15px;
	box-sizing:border-box;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    transition: background 0.5s ease;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
	background: rgba(228,124,117,1.00);
}
.cat-links{
	margin:auto auto 20px;
	letter-spacing:normal;
}
.cat-links a{
    background: #21C5BD;
    color: #FFF !important;
    padding: 2px 6px;
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    margin:5px 2px;
	letter-spacing:normal;
}
.swiper-container{
	height:auto !important;
}
.gallery-thumbs .swiper-slide{
	height:80px;
}
.cp_detail_btn{
	margin:30px auto auto;
}
.cp_detail_btn a{
	display:block;
	color:#fff;
	height: 40px;
	line-height: 40px;
	background: #2BAFE2;
	width:80%;
	max-width:300px;
	margin:auto auto auto 0;
	text-align:center;
}
ul.category_archive_list{
	font-size:0;
	letter-spacing:-2em;
}
ul.category_archive_list li{
	display:inline-block;
	font-size:14px;
	letter-spacing:normal;
	margin:5px 10px;
}
ul.category_archive_list li a{
	display:block;
	background: #21C5BD;
    color: #FFF;
    padding: 10px 6px;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: normal;
}
.tml-submit-wrap input[type='submit']{
	background: #8CC63F;
	width:80%;
	max-width:300px;
    color: #fff;
    display: block;
    height: 45px;
    border-radius: 6px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 18px;
    position: relative;
    margin:20px auto;
    box-sizing: border-box;
	border:0;
}
.back-link{
	margin:30px auto;
}
.back-link a{
	display:block;
	text-align:center;
	background: #2fc89d;
	color:#fff;
	width:80%;
	max-width:300px;
    height: 40px;
    line-height: 40px;
    color: #fff;
	border-radius:10px;
	margin:auto;
}
table td select#pref{
	margin:5px auto 5px 0;
	display:block;
}
table td input[type='text']{
	padding:2px 5px;
	box-sizing:border-box;
}
table td input#address_01{
	width:80%;
}
table td textarea#contact{
	width:90%;
	padding:2px 5px;
	box-sizing:border-box;
}
button[type='submit']{
	background: #8CC63F;
    width: 80%;
    max-width: 300px;
    color: #fff;
    display: block;
    height: 45px;
    border-radius: 6px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 18px;
    position: relative;
    margin: 20px auto;
    box-sizing: border-box;
    border: 0;
}
article#post-75 .entry-content h1{
	display:none;
}
article#post-75 b{
	color:#f00;
}
article#post-75 table{
	margin-top:30px;
}
#theme-my-login h1{
	font-size:120%;
	font-weight:bold;
	margin:auto auto 20px;
}
#theme-my-login h2{
	font-size:100%;
	font-weight:bold;
	margin:20px;
}
#theme-my-login table button{
	background: #30AFB8;
    width: 80%;
    max-width: 300px;
    color: #fff;
    display: block;
    height: 45px;
    border-radius: 6px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 18px;
    position: relative;
    margin: 20px auto;
    box-sizing: border-box;
    border: 0;
}
#theme-my-login table button.btn_L{
	background: #fbc20a;
}
.tml-submit-wrap button{
	margin-top:30px;
	background: #2BAFE2;
}
h3.area-title{
	font-size:110%;
	border-bottom:2px solid #21C5BD;
	padding:5px;
	margin:auto auto 20px;
}
ul.category_archive_list.area{
	margin:auto auto 30px;
}
ul.category_archive_list.area li{
	width:23.5%;
	margin:5px 2% 5px auto;
	text-align:center;
}
ul.category_archive_list.area li:nth-child(4n){
	margin-right:0;
}
article#post-323{
}
article#post-323.entry-content h1{
	display:none;
}
article#post-323 h3{
	color: #2fc89d;
	border-bottom:2px solid #2fc89d;
	padding:5px;
	margin:15px auto 10px;
	font-size:110%;
}
article#post-323 input.search-field{
	padding:2px 5px;
	box-sizing:border-box;
}
article#post-323 h4{
	color: #333;
	padding:2px 5px;
	margin:15px auto 10px;
	border-left:4px solid #2fc89d;
}
article#post-323 label{
    padding:5px 5px 5px 0;
	margin:2px;
}
article#post-323 #category table th{
	width:25%;
}
article#post-323 #category table td{
	width:75%;
}
article#post-323 #category table td,
article#post-323 #category table th{
	box-sizing:border-box;
}
.gallery-top .swiper-slide{
	margin-top:0 !important;
}
.swiper-container .swiper-wrapper{
	width:100% !important;
	font-size:0;
	letter-spacing:-2em;
}
/**.swiper-container .swiper-slide{
	font-size:16px;
	letter-spacing:normal;
	width:18% !important;
	margin:5px 1% !important;
}**/




/**1910**/
article img{
	max-width:100%;
	height:auto;
}
article figure{
	max-width:100%;
	margin:auto;
	padding:0;
}
/**201912**/
.studio_left ul.side-keyword{
	font-size:0;
	letter-spacing:-2em;
	text-align:center;
	padding-top:10px;
}
.studio_left ul.side-keyword li{
	font-size:13px;
	display:inline-block;
	width:49%;
	letter-spacing:normal;
	margin:auto auto 5px;
}
.studio_left ul.side-keyword li:nth-child(odd){
	margin-right:2%;
}
.studio_left ul.side-keyword li a{
	display:block;
	background: #21C5BD;
	color:#FFF !important;
	padding: 2px 6px;
	border-radius: 2px;
	box-sizing:border-box;
	text-align:center;
}

ul.category_archive_list li{
	width:23.5%;
	margin:5px 2% 5px auto;
	text-align:center;
	vertical-align:top;
}
ul.category_archive_list li:nth-child(4n){
	margin-right:0;
}

.main_header-content{
	float:left;
	width:100%;
	background:#fff;
}
.main-header-info{
	margin:auto auto 30px;
	font-size:0;
	letter-spacing:-2em;
}
.main-header-info div{
	display:inline-block;
	font-size:16px;
	letter-spacing:normal;
}
.main-header-info .main-header-catch{
	width:100%;
	font-size:18px;
	font-weight:bold;
	margin:auto auto 10px;
}
.main-header-info .main-header-catch h3{
	font-size:16px;
	font-weight:bold;
}
.main-header-info .main-header-tel{
	font-size:30px;
	font-weight:bold;
	margin-right:30px;
}
.main-header-info .main-header-operator{
	font-size:18px;
}
.main-header-info .main-header-bottom{
	display:block;
	margin-top:5px;
	padding-top:5px;
	border-top:1px solid #ccc;
}
.main-header-info .main-header-mail{
	margin-right:30px;
}
.main-header-info .main-header-url a{
	text-decoration:underline;
	color:#2fc89d;
}
.header-price{
	margin-bottom:10px;
}
.header-price  h3.left_big_ttl{
}

/** Article Special **/
.front_bnr{
	margin:auto;
}
.front_bnr img{
	width:100%;
	height:auto;
}


.special_photo{
	float:left;
	width:30%;
}
.special_photo img{
	width:100%;
	height:auto;
}
.special_textarea{
	float:right;
	width:68%;
}
article.cp_special{
}
article.cp_special img{
	display:block;
	width:100%;
	max-width:450px;
	margin:auto;
}
article.cp_special a{
	display:block;
	width:300px;
	background:#2BAFE2;
	color:#fff;
	text-align:center;
	border-radius:10px;
	margin:auto;
	padding:10px ;
	font-size:110%;
}
article.cp_special h2{
	font-size:120%;
	font-weight:bold;
	background: #2fc89d;
   padding:10px;
   color: #fff;
	margin:auto auto 15px;
}
article.cp_special h3{
	font-size:110%;
	font-weight:bold;
   padding:10px;
	border-left:4px solid #30AFB8;
	background:#fafafa;
	margin:30px auto 15px;
}
article.cp_special h4{
	font-size:100%;
	font-weight:bold;
	color:#30AFB8;
	margin:30px auto 15px;
}
article.cp_special ul{
	background:#f2fdfa;
	border:1px solid #2fc89d;
	padding:15px;
	margin:30px auto 15px;
}
article.cp_special ul li{
	margin:5px auto;
	list-style:circle;
	list-style-position:inside;
}

/**20212 0215**/
.w3eden .card-body h3.package-title a{
	color:#333 !important;
}

/** 2021 0405 **/
.single-cp_location .main_content{
	width: 100%;
}
.gallery-top,
.gallery-top .swiper-slide{
	height:500px;
}
.gallery-thumbs .swiper-slide{
	height:110px;
}
.pleft_big{
	width:100%;
	float:none;
	margin:auto;
}
.single-cp_location .side_sns{
	margin-top:15px;
	margin-bottom:15px;
}
@media (min-width: 768px) {
.header-price table th{
	width:30%;
}
.pleft_big table th{
	width:18%;
}
}
@media (max-width: 767px) {
.gallery-thumbs .swiper-slide{
	height:80px;
}
}
@media (min-width: 781px) {
.sp_sidebar{
	display:none !important;
}
}
@media (max-width: 780px) {
.pc_sidebar{
	display:none !important;
}
}