@charset "UTF-8";
/*
Theme Name: skltn Child
Text Domain: skltn Child
Template: skltn
Version: 1.6
Theme URI: https://wordpress.org/themes/skltn-child/
*/

/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');*/


body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  position: relative;
}




.clear:before {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}



.ar{
	text-align: right;
}



.site-header{
  z-index: 2;

    position: -webkit-sticky;
    position: sticky;
    top: 0;
}




.hfe-nav-menu-icon{
  padding: 0;
}

.hfe-menu-toggle{
  width: 16px;
}
.hfe-nav-menu .sub-menu li.menu-item a:before{
  opacity: 100;
  font-family: 'Font Awesome 5 Free';
  content: "\f35a";
  background-color: #FFF;
  margin-left: -25px;
}




.footer-sticky{
  position: fixed;
  bottom: 0;
  width: 100%;
}

.elementor-widget-container ul.menu{
  margin: 0;
  padding-left: 2.5em;
}
.elementor-widget-container ul.sub-menu{
  padding-left: 1em;
}

.elementor-widget-container ul.menu li{
  margin:0;
}

.elementor-widget-container ul.menu li a{
  color: var(--e-global-color-secondary);
  line-height: 2em;
  margin: 0.5em 0;
  padding: 0.5em 0;
}







#global_nav {
    background: #fff;
    width: 100%;
}

#global_nav.fixed {
    left: 0;
    /*position: fixed;*/
    top: 0;
}

.wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#global_nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.item {
    border-left: 1px solid #fff;
    width: 20%;
}

.item:last-child {
    border-right: 1px solid #fff;
    margin-right: 0;
}

.item a {
    background: #16244e;
    color: #fff;
    display: block;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}











.site-page section{
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px;
}
.site-page h2{
	color: #6EC1E4;
}



.page h1.article__title,
.page h2.archive-title
{
	background-image: url("http://lepa.jp/sunsun/wp-content/themes/skltn-child/images/header-background.png");
  background-repeat: no-repeat;
  background-position: center bottom;
	text-align: center;
	background-color: #d7eefb;
	padding: 1em;
	margin:0;
  min-height: 115px;
  /*background-size:cover;*/
}



.h1-text-hidden {
  position: absolute;
  left: -9999px;
}



h3.article__title{
	margin-top: 60px;
}


h2{
	/*border-bottom: solid 3px #6EC1E4;*/
	font-size:clamp(20px, 2.4vw, 36px);
}


.buy-archive-container h2{
	margin-top: 60px;
	color: var(--e-global-color-primary);
}


h2.details_title{
	font-size: min(28px, 7vw);
	line-height: 1em;
	margin: 0.2em auto;
	padding: 0 auto;
	
}



/*売りタイ*/
table.sale {
	width: 100%;
	margin: 20px 0px 10px 0px !important;
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-collapse: collapse;
	text-align: center;
	font-size: 16px;
	line-height: 150%;
}

table.sale th {
	padding: 15px 5px 15px 5px;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background-color: #fe6700;
	color: #fff !important;
	font-weight: bold;
	vertical-align: middle;
}

table.sale td {
	padding: 10px 10px 10px 10px;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	vertical-align: middle;
}





.elementor-image-box-wrapper .elementor-image-box-img{
	width: 100% !important;
}
.elementor-widget-image-box .elementor-image-box-wrapper p{
	text-align: left !important;
}



/*成約実績*/
.contracted-archive-list{
margin: 60px auto;
}

.contracted-archive-list .left{
	margin: 0 10px;
}

.contracted-archive-list .thumbnail{
    position: relative;
	display: block;
	width: 170px;
	height: 170px;
	margin-bottom: 10px;
	background-color: #DDF7FF;
	
}

.contracted-archive-list .wp-post-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.contracted-archive-list .thumbnail-cover{
    position: absolute;
    top: 20px;
    left: 15px;

}

.contracted-list-item{
  display: flex;
}

.contracted-list-item .right{
	width: 100%;
}

.contracted-list-item dl {
  display: flex;
  flex-flow: row wrap;
  margin-top: 0;
}
.contracted-list-item dt {
  width: 35%;
  padding: 11px;
  background-color: #DADADA;
  margin: 0 0 9px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contracted-list-item dd {
  width: 65%;
  padding: 11px;
  background-color: #F3F3F3;
  margin: 0 0 9px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}




@media screen and (max-width: 559px) {
.contracted-list-item{
  display: block;
  flex-flow: column;
  margin-bottom: 30px;
}

.contracted-list-item .right{
	flex-flow: column;
	width: 100%;
}
.contracted-list-item .left{
  display: flex;
  justify-content: center;
  background: #DDF7FF;
  }
.contracted-list-item .left .thumbnail{
	display: grid;
	margin: 10px;
}

.contracted-list-item dl {
 flex-flow: column;
  flex-flow: row wrap;
  margin-top: 0;
}
.contracted-list-item dt {
 flex-flow: column;
  width: 100%;
  padding: 8px 1em;
  margin: 0 10px;
  border-bottom: solid 1px #999999;
  borderradius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contracted-list-item dd {
  width: 100%;
  padding: 8px 1em;
  margin: 0 10px;
  border-bottom: solid 1px #999999;
  borderradius: 0;
}














}

















/*買いタイ*/
.buy-archive-container{
	max-width: 1200px;
	margin: 0 auto;
	
	}




.buy-list-item{
	background-color:#FFF;
	border: solid 3px #f5f7e5;
	background-color: #f5f7e5;
	border-radius: 8px;
	margin: 20px;
	padding: 10px;
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;

}
.buy-list-item .bt-area:last-child{
    margin-left: auto;
	
	display: flex;
	
	justify-content: center;
	align-items: center;
}


.buy-list-item .left{
	display: block;
	margin-right: 20px;
}

.buy-list-item .img  {
    position: relative;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-weight: 900;
    width: 150px;
    height: 150px;
} 

.buy-list-item .img .new_iconBox .new_icon{
    position: absolute;
    display: inline-block;
    left: -25px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    background: #ef8200;
    width: 100px;
    padding: 1px 15px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
	color: #FFF;
	font-size: 90%;
}












.buy-list-item .title a{
	font-size: 20px;
	font-weight: bold;
}

.buy-list-item  .kakaku{
	font-size: 28px;
	font-weight: bold;
}



.buy-list-item .bt{
	margin-left: 30px;
text-align: center;
border-radius: 4px;
box-shadow: 0 0 1px rgba(0,0,0,.2);
border: 1px solid #ccc;
cursor: pointer;
}
.buy-list-item .bt a{
	display: block;
padding: 20px 20px;
width: 180px;
background-color: #6EC1E4;
color: #FFF;
text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.buy-list-item .bt a:hover{
	text-decoration: none;
	background-color: #7ecff1;
}




.wpcfs-checkboxes{
	list-style: none;
	padding: 20px;
	width: 100%;
	border: solid 3px #99CCCC;
	border-radius: 8px;
 }
ul.wpcfs-checkboxes{
	overflow:auto;
}
.wpcfs-checkboxes li{
	padding-right:2em;
	float: left;
}








/*買いたい詳細*/
.status_icon{
	display: inline-block;
	padding: 8px 16px;
	border-radius: 2px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}
.buy_status .new{
	background-color:#ef8200;
}
.buy_status .openhouse{
	background-color:#009fe8;
}
.buy_status .negotiation{
	background-color:#00897c;
}



.buy-article{
	padding: 0 20px 20px 20px;
}

/*新着物件NNEW*/
.buy-detail-left{
  position: relative;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  font-family: Arial, sans-serif;
  font-weight: 900;

}

.buy-detail-left .new_iconBox .new_icon{
  position: absolute;
  display: inline-block;
top: 10px;
  left: -25px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
  text-align: center;
  text-transform: uppercase;
  background: #ef8200;
  width: 100px;
  padding: 1px 7px 1px 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
color: #FFF;
}




.buy-detail{
  display: flex;
  justify-content: space-around;
  gap: 10px;
}

.buy-detail-left{
  width: 50%;
}
.buy-detail-left img{
	max-width: 100%;
	height: auto;
}

.buy-detail-right{
	padding: 0 0 0 10px;
	max-width: 50%;

}




.buy-detail dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  
}
.buy-detail dl dt {
  width: 35%;
  padding: 10px;
  background-color: #DADADA;
  margin: 0 0 2px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy-detail dl dd {
  width: 65%;
  padding: 10px;
  background-color: #F3F3F3;
  margin: 0 0 2px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


.buy-detail dl dd span{
	display: inline-block;
	margin-right: 1em;
}





.buy-detail-img dl {
  display: flex;
  flex-wrap: wrap;
}
.buy-detail-img dl dd {
  width: 45%;
  padding: 20px;
}

.buy-detail-img dl dd img{
  width: 100%;
}





.staff-recomend{
	display: flex;
	justify-content: flex-end;
	padding: 0 20px 20px 20px;
	width: 100%;
	text-align: center;

}
.staff-info img{
	max-width: 300px;
	height: auto;
}

/*以下、③右側の緑コメント*/
.mycomment {
  margin: 10px 0;
  /*padding: 30px 10px;*/
}
.mycomment p {
  display: inline-block;
  position: relative; 
  margin: 20px 10px 0 0;
  padding: 1em;
  border-radius: 12px;
  background: #30e852;
  font-size: 18px;
text-align: left;
}

.mycomment p:after {
  content: "";
  position: absolute;
  bottom: 40%; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #30e852;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}


.mycomment p span{
	display: block;
	border-bottom: solid 1px #006633;
	margin-bottom: 0.5em;
	font-size: 120%;
}



.buy-detail-images{
	display: flex;
	justify-content: center;
  flex-wrap:wrap;
	border: solid 1px #CCCCCC;
	background-color: #F9FBFB;
  gap: 20px;
	padding: 10px ;
}


.buy-detail-images a{
  width: 150px;
  height: 150px;
  display: block;
}


.buy-detail-more{
	margin-bottom: 2em;
}

.buy-detail-more dl {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
  
}
.buy-detail-more dl dt {
  width: 160px;
  padding: 10px;
  background-color: #DADADA;
  margin: 0 0 2px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy-detail-more dl dd {
  width: 418px;
  padding: 10px;
  background-color: #F3F3F3;
  margin: 0 2px 2px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


.buy-detail-more dl dd span{
	display: inline-block;
	margin-right: 1em;
}

#google_map{
	margin-bottom: 30px;
	
}

.buy-shop-info{
	background-color: #FFFBD5;
	padding: 10px 10px 0 10px;
	border-radius:8px;
}
.buy-shop-info h2{
	border-bottom: solid 3px #ef8200;
	color: #ef8200;
	margin: 0 auto;
}

.shop h3{
	margin: 0 auto;
}

.shop-info{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.shop-info div{
	padding: 20px 10px;
	width: 33%;
}
.shop-info div img{
	width: 100%;
	height: auto;
}
.shop-info div pre{
	overflow: hidden;
}

.shop-info a{
  font-size: 130%;
}




#google_map {
position: relative;
width: 100%;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
#google_map iframe,
#google_map object,
#google_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}









@media screen and (max-width: 780px) {
.buy-detail{
  flex-direction: column;
  width: 100%;
}
.buy-detail-left{
	min-width: 100%;
}
.buy-detail-right{
	padding: 0;
	min-width: 100%;
}



.staff-recomend{
  flex-direction: column;
	
}


.mycomment p {
	position: relative;
}

.mycomment p:after {
  top: 100%; 
  border: 8px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
		
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #30e852 transparent transparent transparent;
  border-width: 20px 20px 0 20px;	
	}
.staff-info{
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	
}
.staff-recomend{
  flex-direction: column;
  align-content:space-around;
}


.buy-detail-images{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.buy-detail-images div,
.buy-detail-images div a{
  width: 150px;
  height: 150px;
  display: block;
}

.shop-info div{
	width: 100%;
}
.buy-shop-info{
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}



















}
@media screen and (max-width: 1200px) {
.buy-detail-more dl dt {
  width: 30%;
}
.buy-detail-more dl dd {
  width: 69%;
}

}






/*会社案内*/

@font-face {
  font-family: 'AiharaHudemojiKaisho';
  font-style: normal;
  font-weight: 400;
  src: url(https://sunsun-okinawa.com/wp-content/themes/skltn-child/fonts/AiharaHudemojiKaisho.ttf) format('truetype');
}




.aboutus td,
.aboutus th{
	border-bottom: solid 1px #CCCCCC;
    padding:5px;
}

.aboutus th{
white-space: nowrap;
}




dl.shop {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  background: rgb(243, 243, 243);    
}
dl.shop dt {
  width: 30%;
  float: left;
  padding: 10px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
}
dl.shop dd {
  margin-left: 30%;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #fff;
}
.tel a:link{
	display: inline-block;
	padding: 3px 16px;
  margin: 0 1em;
	border-radius: 8px;
	border: solid 3px #A6E5FF;
  text-decoration: none;
}
.tel a:hover{
	background-color: #DDF7FF;
}


/*エレメンターイメージスライダー*/
.elementor-image-carousel-caption{
	padding: 0 30px;
	
}






/*お問い合わせ*/
.wpcf7-form dl {
padding: 15px 0;
border-bottom: 1px solid #ccc;
}

.wpcf7-form dt {
padding-bottom: 5px;
}

.wpcf7-form dt span {
	display: inline-block;
	background-color: #ffcc33;
	color:#FFF;
	font-size: 70%;
	padding: 2px 10px;
	margin: 0 1em;
	border-radius: 2px;
}
.wpcf7-form dd span{
  display: inline-block;
 /* margin-left: 1em;*/
}

@media screen and (min-width: 768px) {
.wpcf7-form dl {
	padding: 1em auto;
    display: flex;
    justify-content: left;
    align-items: center;
	margin: 0 auto;

}
.wpcf7-form dt {
min-width: 200px;
 position: relative;
 margin-left: 1em;
 margin-right: 1em;
}
.wpcf7-form dt:before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 8px; /*アイコン画像横サイズ*/
	height: 1.2em; /*アイコン画像縦サイズ*/
	border-radius: 5px;
	background-color: #A6E5FF;
	left: -1em;
}



}


.wpcf7 {
	margin: 0 0 96px 0;
  font-size: 18px;

}
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
	display: block;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	border: 1px solid #999;
	font-size: 18px;
	padding: 0.5em;
	border-radius: 4px;
	max-width: 100%;
	/*box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;*/
  margin: 5px auto;
}

::placeholder {
  color: #6EC1E4;
}







.form_flex_area{
	display: flex;
	  justify-content: center;
  align-items: center;
}
.wpcf7 input[type="submit"],
.form_button
 {
	font-size: 100%;
	padding: 20px 50px;
	background: #61CE70;
	color: #FFF;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 6px;
	border-radius: 4px;
	cursor: pointer;
	/*box-shadow: 0 0 1px rgba(0,0,0,.2);*/
border-style: solid;
border-width: 0px 3px 4px 0px;
border-color: #1C9F4D;	
transition: all .3s;
	margin: 10px;
	
}
.wpcf7 input[type="submit"]:hover {
	transition: all .3s;
	background-color: #00F121;
}



.wpcf7-form dd .form-group{
	margin-bottom: 15px;
	display: block;
}



.wpcf7-form .explanation{
	font-size:14px;
	color: #999;
	display: inline-block;
	padding: 2px 12px;
	/*background-color:#f1f1f1;
	border: solid 1px #f1f1f1;
  */
  margin: 10px;
	
}

.wpcf7-form label{
	display: inline-block;
}

.checkbox-inquiry-type{
	display: block;
	padding-left: 50px;
}
	
.wpcf7-checkbox .wpcf7-list-item{
	display: inline-block;
	margin-right: 1.8em;
	line-height: 3em;
}



span.wpcf7-list-item {
  margin: 0 30px 0 0; /*項目右側の余白設定と、デフォルトの左側の余白を打ち消す*/
  position: relative;
}
.wpcf7-list-item-label
 {
  cursor: pointer; /*labelにhoverした時にカーソルを表示させる*/
  font-size: 16px; /*項目のフォントサイズ*/
}
.wpcf7-checkbox input[type="checkbox"]
 {
  opacity: 0; /*デフォルトのチェックボックスを見えなくする*/
  position: absolute;
}
.wpcf7-checkbox .wpcf7-list-item-label::before
 {
  /*チェックボックスのデザイン*/
  border: 1px solid #999;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 20px;
  border-radius: 3px;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after
{
  /*チェックアイコン*/
  background: url(https://sunsun-okinawa.com/wp-content/themes/skltn-child/images/checkbox.png) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 29px;
  left: -10px;
  position: absolute;
  top: 10px;
  width: 39px;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::before
 {
  /*チェックしたボックスの背景色を設定*/
  background-color: #61CE70;
}


.bt_top {
	text-align:center;
	margin: auto;
}
.bt_top a:link {
	text-decoration: none;
	
	display: inline-block;
	padding: 0.8em 1.2em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	border:1px solid #1B1B1B;
	border-radius: 33px;
}
.bt_top a:hover {
	background: #DDF7FF;
	 border: 1px solid #238ab7;
	 cursor: pointer;
	 text-decoration: none;
}






@media screen and (max-width: 767px) {
.form_flex_area{
	display: block;
}

.mwform-checkbox-field{
	display: block;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px !important;

}

.wpcf7 dd{
	margin-left: 0;
}
.wpcf7-form dd span.mwform-tel-field{
  display: flex;
  align-items: center;
}


}







.radio-inline__input {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-right: 18px;
  border-radius: 3px;
  transition: all .2s;
}

.mwform-radio-field label{
  display: inline-block;
  border-radius: 8px;
  border: solid 1px #999;
  background-color: #ecececa0;
  margin: 0 10px 10px 0;
  padding: 0.5em 1em;

}






/*プライバシーポリシー*/
.wpcf7-form h2{
	margin-top: 60px;
}
.privacy_policy_area{
    padding: 10px 24px;
    margin-top: 10px;
    height: 200px;
    overflow: auto;
    border: 2px solid #e7e7e7;
    border-radius: 0;	
    background-color: #e9eff3;
	
}
.privacy_policy_area h3{
  font-size: 20px;
  margin-top: 1em;
}



.center{
	text-align: center;
	margin: 0 auto;
}






/*スタッフ紹介*/
.wp-caption-text span{
  display: inline-block;
	
}















/*トップページのお知らせ*/
.index-rss ul{
}

.index-rss ul li{
  display: flex;
	list-style: none;
	border-top: solid 1px #54595F;
font-size: 16px;
}

.index-rss ul li small{
color: Gray;
font-weight: normal;
white-space: nowrap;
font-size: 16px;
margin: 0.5em 1em 0.5em 0;

}

.index-rss ul li a{
  margin: 0.5em 0;
}


div.whatsnew a.newitem{
  display: flex;
  border-top: #7A7A7A dotted 2px;
}
div.whatsnew a.newitem:last-child{
  border-bottom: #7A7A7A dotted 2px;
}
.newitem .date{
  text-wrap: nowrap;
  padding-right: 1em;
}
.newitem .date{
  text-align: left;
}



/*トップページ新着物件*/
.slideshow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 0px;
  
  flex-grow: 1; /* 比率を指定 */
}
.img img{
  width: 100%;
}


.index-buy-list ul  li{
  text-decoration: none;
  padding: 10px;
  flex: 1 1 auto;
  display: flex;
}

@media (min-width: 540px) { 
  .index-buy-list ul  li{
max-width: 50%;
  }
}
@media (min-width: 820px) { 
  .index-buy-list ul  li{
max-width: 33%;
  }
}


.index-buy-list ul li a{
  position: relative;
	list-style: none;
	padding: 10px;
	border: solid 1px #CCC;
  background-color: #F0F7F6;
  margin: 0;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  color: #000;

} 



.index-buy-list ul li a.content-hover{
      	color: #575757;
}
.index-buy-list ul li a .day{
	font-size: 80%;
  font-weight: normal;

}
.index-buy-list ul li a .img{
}

.index-buy-list ul li a .img img{
  height: 260px;
  object-fit: cover;
}

.index-buy-list ul li a .title{

}
.index-buy-list ul li a .price{
	margin-top: 0.5em;
vertical-align: baseline; 
font-size: 90%;
text-align: right;
}
.index-buy-list ul li a span.kakaku{
	font-size: 32px;
	font-weight: bold;
	color: #0B7EAF;
	padding: 0.2em 0.2em 0 0;
	vertical-align: -2px; 
	
}






.index-buy-list ul li a .new_iconBox .new_icon{
    position: absolute;
    display: inline-block;
    top: 10px;
    left: -25px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    background: #ef8200;
    width: 100px;
    padding: 1px 7px 1px 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
	color: #FFF;
}











/* Boxzilla 右下ポップアップ　ここから*/

.popup {
  display: flex;
  align-items: center;
}
.popup-side {
  width: 100px;
}
.popup-main {
  flex: 1;
}
.popup-main h2{
  font-size: 0.8rem;
}
.popup-clear {
	display: block;
	margin-top: 0.5rem;
}

/*@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";*/

.btn,
a.btn,
button.btn {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.2rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.02em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-c {
  font-size: 0.9rem;

  position: relative;

  padding: 0.5rem 1rem 0.5rem 1rem;

  color: #fff;
  border-radius: 100vh;
  background: #ef8200;
  -webkit-box-shadow: 0 5px 0 #bc6302;
  box-shadow: 0 5px 0 #bc6302;
}

a.btn-c span {
  color: #fff100;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 0.5rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #f08a45;
  -webkit-box-shadow: 0 2px 0 #be6328;
  box-shadow: 0 2px 0 #be6328;
}



/* Boxzilla 右下ポップアップ　ここまで*/







.post-width{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px ;
	margin-top: 32px;
  padding: 10px;
}







.wpcfs-input-submit{
	text-align: center;
	margin: 0 auto;
	
}
.wpcfs-search-form input[type=submit]{
	font-size: 100%;
	padding: 20px 50px;
	background: #61CE70;
	color: #FFF;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 6px;
	border-radius: 4px;
	cursor: pointer;
	/*box-shadow: 0 0 1px rgba(0,0,0,.2);*/
border-style: solid;
border-width: 0px 3px 4px 0px;
border-color: #1C9F4D;	
transition: all .3s;
		
		margin-bottom: 20px;
	
}

.wpcfs-search-form input[type="submit"]:hover {
	transition: all .3s;
	background-color: #00F121;
}





















/*サイドバー*/
@media only screen and (min-width: 1281px){
.site-outer{
	width: 1280px;
	display: flex;
	margin: 60px auto;
}
.site-blog{
	width: 75%;
	
}

.sidebar{
	width: 25%;
  margin-left: 50px;
  
}
}


.archive .site-blog,
.site-outer{
  padding: 0 10px;
}
.sidebar{
  padding: 0;
}





.bt_contact a {
	display: block;
	position: relative;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border:1px solid #1B1B1B;
	margin-top: 1em;
}
.bt_contact a:hover {
	 background: #009fe8;
	 border: 1px solid #238ab7;
         color: #fff;
	 cursor: pointer;
	 text-decoration: none;
}

.bt_contact a:link {
	text-decoration: none;
}



.bt_contact span.title{
	display: block;
	font-size: 20px;
}




.copyright{
	font-size: 0.8em;
	background-color: #DBE2D7;
	color: #595E56;
	text-align: center;
	padding: 1em auto;
	line-height: 2em;
}











@media screen and (max-width: 1180px) {



a.header-mail-img{
	font-size: 0;
	display: block;
	width: 100px;
	height: 100px;
	background-image: url("https://sunsun-okinawa.com/wp-content/themes/skltn-child/images/header-mail.gif");

}

	
}



@media screen and (max-width: 1000px) {
.header-column{
	position:relative;
}

.header-logo{
	position:absolute;
	top 0;
	left: 0;
	z-index: 999;
	padding-top: 8px;
}
.header-logo a img{
	width: 100px;
	height: auto;
}


.header-contact{
  display: none;
}



.site-header.transform {
    top: -19px;
}




}




/*ページネーション*/
.pager .pagination {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#61CE70;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}


.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #000;
  background: #AEFCB4;
  border-radius: 50px;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }

}


@media only screen and (max-width: 767px){

.buy-list-item{
	margin-left:5px;
	margin-right:5px;
	display: block;
}


.buy-list-item .left{
  display: flex;
  justify-content: center;
  margin-right: 0;
}

.buy-list-item .bt{
  margin-left: 0px;
}

.copyright{
	font-size: 0.6em;
}

}



.elementor-size-xxl { font-family: "Sawarabi Mincho" !important; }



.page-numbers li{
  display: inline-block;
  background-color: #f1f1f1;
  color: black;
  text-align: center;
  border-radius: 8px;
  border: solid 1px #f1f1f1;
  padding: 10px;
  margin-right: 10px;
}
.page-numbers a:link{


}


.previous{
  display: inline-block;
  margin: 1em 0;
}



.previ {
  float: left;
  
}
.next {
  display: inline-block;
  float: right;

}

.news-archive h2.archive-title{
	background-color:rgba(0, 137, 124, 0.5);
	color: #FFF;
	
}

.news-archive h3.article__title{
	text-align: center;
	background-color: #f5f7e5;
	color: rgba(0, 137, 124, 0.5);
	padding: 0.5em 1em;
	margin: 20px 0 0 0;
}


/*チラシ一覧*/
.list-flyer{
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列に配置 */
  gap: 30px; /* 画像間のスペース */
}


.article-flyer img{
  width: 100%;
  height: auto; /* 画像の高さを自動調整 */
  object-fit: cover; /* 高さ・幅を調整して収める */
}



.article-flyer h3{
  text-align:center;
  margin: 20px auto 0 auto;
}




@media only screen and (max-width: 767px){
  .list-flyer{
    grid-template-columns: repeat(2, 1fr); /* 2列に配置 */
  }
  
  .article-flyer h3{
    font-size: 14px !important;
  }




}





/*SDGsリスト*/
.sdgs_list ul{
  padding-left: 0.5em;
}

.sdgs_list li{
  list-style:  none;  /* デフォルトのアイコンを消す */
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}


.sdgs_list li:before {
  content:  "";     /* 空の要素作成 */
  width:  13px;               /* 幅指定 */
  height:  13px;              /* 高さ指定 */
  display:  inline-block;     /* インラインブロックにする */
  background-color: #4B9CBF;  /* 背景色指定 */
  border-radius:  50%;        /* 要素を丸くする */
  position:  relative;        v /* 位置調整 */
  top: -1px;                  /* 位置調整 */
  margin-right: 5px;          /* 余白指定 */
}



/*ヘッダー固定*/
#my-custom-id.elementor-section.hfe-sticky{
  position: fixed;
  top:0;
  left:0;
  width:100%;
    animation:slide-down 0.8s;
  }
  @keyframes slide-down {
      0% {
          opacity: 0;
          transform: translateY(-100%);
      } 
      100% {
          opacity: 0.9;
          transform: translateY(0);
      } 
  }
  
  @media( max-width: 767px ){
  
    #my-custom-id.elementor-section.hfe-sticky{
      top: 0;
    }
  }





  @media( min-width: 1024px ){

  .elementor-16083 .elementor-element.elementor-element-34fe79a nav.hfe-dropdown .menu-item-dm a.hfe-menu-item{
   /* background-color: #fff5e6;*/
    color: #E47D20;
   /* box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.24);*/
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  }
  .elementor-widget-navigation-menu .menu-item-dm a.hfe-menu-item{
    color: #E47D20;
    border: solid 2px;
    border-radius: 8px;
    background-color: #fffbe0;
  }
}
@media( max-width: 1023px ){
  .elementor-16083 .elementor-element.elementor-element-34fe79a nav.hfe-dropdown .menu-item-dm a.hfe-menu-item
  {
    /*background-color: #fff5e6;*/
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.24);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  }

  .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
  .elementor-16083 .elementor-element.elementor-element-34fe79a nav.hfe-dropdown .menu-item a.hfe-menu-item:before,
  .elementor-element.elementor-element-34fe79a nav.hfe-dropdown .menu-item a.hfe-sub-menu-item:before{
    opacity: 100;
    font-family:'Font Awesome 5 Free'; /* シングルコーテーションで囲む */
    content:"\f35a";
    background-color: #FFF;
    margin-left: -25px;


  
  }
  .elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before{
    background-color #FFF;
  }

}






  .elementor-heading-title span,
  .elementor-button-text span,
  .ib{
    display: inline-block;
  }
  .elementor-button .elementor-align-icon-left{
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  .f80{
    font-size: 80%;
  }






  .elementor-button-icon{
    display: flex;
  }
  .bt_svg .elementor-button-icon svg{
    width:33px;
  }




.h1_front{
  margin: 0;
  padding: 0;
  background-color: #d7eefb;
  width: 100%;
}
.h1_front img{
  text-align: center;
  margin: 0 auto;
}
.h1_front img.pc{
  object-fit: cover;
  object-position: center;
  max-width: 1000px;
}

.h1_front img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}




.elementor-button-content-wrapper{
  align-items: center;
}

.mr1em{
  margin-right: 1em;
}
.ml1em{
  margin-left: 1em;
}




  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される before 767px */
@media only screen and (max-width: 414px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}





/* パンくずリスト全体のスタイル */
.breadcrumbs {

    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.85rem;
}

/* 各要素のスタイル */
.breadcrumbs li {
    display: inline-flex;
    align-items: center;
    color: #666;
}

/* 要素と要素の間の区切り文字（「＞」など） */
.breadcrumbs li:not(:last-child)::after {
    content: ">";
    margin: 0 10px;
    color: #ccc;
}

/* リンクの色 */
.breadcrumbs li a {
    color: #333;
    text-decoration: none;
}

.breadcrumbs li a:hover {
    text-decoration: underline;
}