/*
*Theme Name:     CozyStay Child Theme
*Theme URI: 	 https://cozystay.loftocean.com/
*Description:    CozyStay child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       cozystay
*Text Domain: 	 cozystay-child
*Version:        1.0
*/

/** Add your styles below **/

.grecaptcha-badge { visibility: hidden; }

.grecaptcha-alternative{
	    font-size: 12px;
    color: #999;
}

@media screen and (min-width: 1025px){
.myclass_top_txt {
	line-height: 2.2;
}
}

.to-top:before {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-size: 24px;
    font-size: 1.5rem;
    line-height: var(--to-top-size);
	    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 1px #b99d75;
    border-right: solid 1px #b99d75;
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.to-top:hover::before{
	border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

.center-logo img{
	margin: auto;
}


.slash{
	width:100%;
	height:0px;
    position:relative;
    clear:both;
}

.access_content{
	width: 46%;
	margin: 2%;
	float: left;
}

.access_content_left{
	margin-bottom: 35px;
}

.access_content_right{
	margin-bottom: 35px;
}

.access_info_type{
	font-size: 21px;
	padding: 3px 7px;
	color: #fff;
	background-color: #b99d75;
	margin-bottom: 20px;
}

.access_info_how{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	font-size: 16px;
}

.access_info_time{
	text-align: right;
}

.kakko_li{
	    list-style-type: none;
    counter-increment: cnt;
    text-indent: -2.5em!important;
    padding-left: 2.5em;
}

.kakko_li::before {
  content: "（"counter(cnt)"）";
}

.num_li{
	list-style-type: none;
    counter-increment: cnt;
	margin-bottom: 15px;
}

.num_li::before {
  content: counter(cnt)".　";
}

.terms_container{
	max-width: 800px;
	margin: auto;
	font-size: 14px;
	margin-bottom: 100px;
}

.terms_container li{
	text-indent: -1em;
    list-style-position: inside;
}

.terms_container_title{
	font-size: 18px;
	margin-bottom: 10px;
}

.terms_container_text{
	margin-bottom: 30px;
}

.terms_other_title{
	margin-top: 30px;
	font-size: 16px;
}

.terms_other_text{
	margin-top: 10px;
}

.terms_other_line{
	text-decoration: underline;
}

.policy_container{
	max-width: 800px;
	margin: auto;
	font-size: 14px;
	margin-bottom: 100px;
}

.policy_container ol li{
	margin-bottom: 15px;
}

.kakko_text{
	margin-top: -15px;
	margin-bottom: 15px;
}

.top_info .post-title{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 99%;
	font-size: 16px;
}

.post-link,.post-content{
	display: inherit!important;
}

.post-link .thumbnail{
	display: none!important;
}

.elementor-element-37bd14d9{
	padding-top: 10px!important;
}

@media screen and (max-width: 1024px) {
	/* 1024px以下に適用されるCSS */
	
.amenities_container{
	align-items: flex-start;
}

.access_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top:  100%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
	
.access_content{
	width: 100%;
	margin: 0%;
	padding: 0px 30px;
	float: none;
	margin-bottom: 20px;
}
	
.access_info_type {
    font-size: 18px;
    padding: 3px 7px;
    color: #fff;
    background-color: #b99d75;
    margin-bottom: 20px;
}
	
.access_info_how {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
	font-size: 14px;
}
	
.access_info_time {
    text-align: left;
}
	
.access_content_right img{
	max-width: 600px!important;
	margin: auto;
}
	
}

@media screen and (max-width: 767px) {
	/* 767px以下に適用されるCSS */

.access_content_right img{
	max-width: 500px!important;
	margin: auto;
}
	
}