@charset "UTF-8";
/* CSS Document */
@media(max-width:860px){

body,html{
		width:98%;
		margin-left:auto;
		margin-right:auto;
		min-width:1200px;
}
	
@media screen and (max-width:620px){
	
body,html{
		width:100%;
		min-width:initial;
}	
	
	
	/*bse.cssの変更*/	
.wspace_mb5em{
	margin-bottom: 2em;
}

.wrapper{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: auto;
	overflow: hidden;
}
	
a[href*="tel:"] {
	pointer-events: none;
}
.contents{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.w1050{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

.sp_headlogo{
		width: 60%;
		height: auto;
		margin: 10px;
	}
.sp_headlogo img{
		width: 100%;
		height: auto;
	}
/*------------------------------------------------
ここから 共通
--------------------------------------------------*/
.gengobox{
	width: 100%;
	height: auto;
	background-color: #e9dfcf;
	display: flex;
	justify-content: flex-start;
}
ul.gemgolist{
	width: 260px;
	height: auto;
	font-size: 0.8em;
	font-weight: bold;
	display: flex;
	margin-left: 10px;
}
ul.gemgolist li{
	margin-right: 10px;
}
.yoyakubox{
	width: 50px;
	height: 100px;
	position:fixed;/*親要素にoverflow:hidden入れると効かない*/
	top:90px;
	right: 11px;
	z-index: 50;
}
.yoyakubtn{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #be272c;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #ffffff;
	padding-top: 8px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.yoyakubtn_red{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #00b900;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #ffffff;
	padding-top: 5px;
	box-sizing: border-box;
}
.yoyakucheck{
	font-size: 17px;
}


/*------------------------------------------------
フッター
--------------------------------------------------*/
.footwrap{
	width: 100%;
	height: auto;
	background: url("../imgs/footbgline.jpg") repeat;
	background-position:top left;
	padding: 10px 0;
	box-sizing: border-box;
}
.footbox{
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	background: url("../imgs/foothouse.png") no-repeat;
	background-size: 20%;
	background-position: bottom left 5px;
	position: static;
	margin-bottom: -5px;
}

.footlogo{
	width: 85px;
	height: auto;
	position: static;
	margin: 0 auto;
}
.footlogo img{
	width: 100%;
	height: auto;
	}
	
.footsns{
	width: 50px;
	height: auto;
	display: block;
	justify-content: center;
	font-size: 1.7em;
	position: static;
	text-align: center;
	margin: 0 auto;
/*	top:140px;
*/}
.footsns li{
	margin: 0 5px;
}
.footmenu{
	width: 140px;
	height: auto;
	display: block;
	position: static;
	font-size: 0.9em;
	margin: 0 auto;
	padding-left: 30px;
	padding-bottom: 20px;
}
.footmenu ul{
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.7em;
}
li.disc a{
	font-weight: normal;	
}
.footmenu a{
	color: #333333;
}

.footredbox{
	width: 100%;
	height: auto;
	background: url("../imgs/footredline.png") repeat-x;
	background-position: top center;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	margin-top: -15px;
	background-color: #bb1b21;
}
.adress{
	font-size: 0.8em;
	line-height: 1.4em;
}
.copyright{
	fadresst-size: 0.6em;
}

/*-----------------吉華ロゴ追加-----------------*/
.yoshihanalogpwrap{
	width: 300px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto;
	align-items:center;
}
.yoshihanalogo{
	width: 60px;
	height: auto;
	margin-right: 20px;
}
.yoshihanalogo img{
	width: 100%;
	height: auto;
}
.yoshihanaadress{
	font-size: 0.8em;
	text-align: left;
}
/*-----------------ページ上部イメージ----------------*/
.pagemainimg{
	width: 100%;
	min-height: 100px;
	display: flex;
}
.pagemainimg img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.pageleadbox{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0 0 0;
}
.pageheadcopybox{
	width: 100%;
	height: auto;
	padding-top: 0px;
}
.psgehead_fukidashi{
	width: 70%;
	height: auto;
	text-align:center;
	margin: 0 auto;
}
.psgehead_fukidashi img{
		width: 100%;
		height: auto;
	}
.pageheadcopybox p{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	color: #b5945f;/*テーマカラー茶*/; 
	text-align: left;
	line-height: 1.7em;
}

/*-----------------小タイトル----------------*/

.sectionttl{
	width: 100%;
	height: 50px;
	background-color: #e9dfcf;
	border-radius: 25px;
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	margin: 50px 0 20px 0;
}


/*------------------------------------------------
top
--------------------------------------------------*/
.pageheadgirlimg{
		width: 70%;
		height: auto;
		margin: 0 auto;
	}
	.pageheadgirlimg img{
		width: 100%;
		height: auto;
	}
.topmainimg{
	width: 100%;
	height: auto;
	min-height: auto;
}
.topmainimg img{
	width: 100%;
	height: auto;
}

.top_imgcomehome{
	width: 100%;
	height: auto;
	margin: 10px auto 0 auto;
	padding: 10px;
	box-sizing: border-box;
}
.top_imgcomehome img{
		width: 100%;
		height: auto;
	}
.topcontsbox{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.topcontsbox_reverse{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction:column-reverse;
	margin-bottom: 40px;
}
.toptexbox{
	width: 100%;
	height: auto;
	padding: 0px 15px;
	box-sizing: border-box;
}
.toptexbox p{
	margin-bottom: 1em
}
.topimgbox{
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
}
.topimgbox img{
		width: 100%;
		height: auto;
	}	
.contsttl_room{
	width: 100%;
	text-align: center;
	letter-spacing: 10px;
}
.contsttl_tea{
	width: 100%;
	text-align: center;
	letter-spacing: 10px;
}
.contsttl_Service{
	width: 100%;
	text-align: center;
	margin-top: 0px;
}
.contsttl_Access{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.contsttl_room,.contsttl_Service,.contsttl_tea,.contsttl_Access{
	height: auto;
	font-size: 30px;
	font-weight: bold;
	color: #b5945f;/*茶*/
	text-align: center;
	line-height: 27px;
	margin-bottom: 2px;
}
.contsttl_en{
	font-size: 8px;
	letter-spacing: 0px;
}

a.btn_yellow{
	display: block;
	width: 100%;
	height: 50px;
	background-color: #fffec5;
	border: dotted 2px #fbc848;
	box-sizing: border-box;
	border-radius: 20px;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
	color: #333333;
}
a.btn_yellow:hover{
	color: #bb1b21;
	background-color:rgba(253,216,85,1.00);
}
.fukidashi_jirei{
	width: 152px;
	height: 145px;
	margin: 0 auto;
}
/*-----観光コンテンツ-----*/
.kankobox{
	width: 100%;
	height: auto;
	background: url("../imgs/footbgline.jpg") repeat;
	background-position:top left;
	padding: 20px 0px;
	box-sizing: border-box;
}

/*-----------------最新記事3つ----------------*/
.colum4box{
	width: 100%;
	height: auto;
}

.osusumelist{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.osusumelist li{
	margin: 0 auto;
}
.whitebox230{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 15px;
	box-sizing: border-box;
	margin: 5px 0;
}
.whitebox230:hover{
	background-color: #eeeeee;
	cursor: pointer;
}
.osusumettl{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	border-radius: 20px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #b59560;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.osusumepic_small{
	width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
}
.osusumepic_small img{
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.osusumepict_sslist{
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;	
	margin-bottom: 10px;
}
.osusumepict_sslist li{
	width: 30px;
	height:30px;
	margin: 0 5px 20px;
}
.osusumepict_sslist li img{
	width: 100%;
	height:100%;
}
.osusumelist_arie{
	width: 100%;
	padding: 2px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	margin-bottom: 10px;
	color: #333333;
}
.osusumelistttl{
	color: #333333;
	line-height: 1.4em;
	font-size: 1.1em;
}
.osusumelisttex{
	color: #333333;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0.5em;
	
}
.top_osusumegirl{
	width: 80%;
	height: auto;
	margin: 30px auto 0 auto;
}
.top_osusumegirl img{
	width: 100%;
	height: auto;
}
.w450btnbox{
	width: 100%;
	height: 75px;
	margin: 0 auto;
}


/*------------------------------------------------
room
--------------------------------------------------*/

.roompic{
	width: 100%;
	height: auto;
	margin: 10px;
	text-align: center;
	margin: 0 auto;
	
}
.roompic img{
		width: 100%;
		height: auto;
	text-align: center;
	}
.ttl_Amenities{
	width: 100%;
	height: auto;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	color: #b5945f;/*テーマカラー茶*/; 
	border-top: solid 2px #b5945f;
	border-bottom:  solid 2px #b5945f;
	text-align: center;
	margin: 20px 0 10px 0;
	box-sizing: border-box;
}
ul.Amenities{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Amenities li{
	width: 100%;
	height: auto;
	background-color: #cce198;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
.AmeIcon{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.AmeIcon ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.AmeIcon li{
		width: 50px;
		height: auto;
	}
.AmeIcon li img{
		width: 100%;
		height: auto;
	}
/*------------------------------------------------
Service
--------------------------------------------------*/
.onsengirl{
	width: 80%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
.onsengirl img{
		width: 100%;
		height: auto;
	}
/*------------------------------------------------
多目的ホール　調整
--------------------------------------------------*/
.holebox-2{
	width: 100%;
	height: auto;
	display: block;
	flex-wrap: nowrap;
	justify-content:space-between;
}
.sono1box_shadow{
  background-color: #ffffff;
  width: 95%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	text-align: center;
	padding:20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin: 20px auto;
}
.holeimgbox{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.holeimgbox img{
	width: 100%;
	height: auto;
  border-radius: 20px;
}
.holettl{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
/*------------------------------------------------
tea 202506~
--------------------------------------------------*/
.pageleadbox_tea{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0px 0px 0px;
}
.pageheadteaimg{
	width: 257px;
	height: 181px;
	margin: 0 auto;
}
.pageheadteaimg img{
		width: 100%;
		height: auto;
	}

.fukumando_logo{
	width: 60%;
	height: auto;
	margin: 10px auto;
}
.fukumando_logo img{
		width: 100%;
		height: auto;
	}
	
.ttl_teaconsept{
	font-size: 18px;
	font-weight: bold;
	color: #b5945f;/*テーマカラー茶*/; 
	text-align: center;
	line-height: 25px;
	margin-bottom: 0.5em;
}
.tex_teaconcept{
	width: 100%;
	height: auto;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.tex_teaconcept p{
	margin-bottom: 1em;
}

.img_tea_concept{
	width: 100%;
	min-height: 250px;
	margin-bottom: 50px;	
}
.img_tea_concept img{
	width: 100%;
	min-height: 250px;
	object-fit: cover;
	border-radius: 25px;

}

.bg_fukumandomark{
	width: 100%;
	height: 144px;
	background: url("../imgs/bg_fukumark.jpg") no-repeat center center;
	display: flex;
	justify-content: space-around;
	align-items: center;
}


/*------------------------------------------------
sightseeing
--------------------------------------------------*/

.kensakubox{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	border-radius: 25px;
	padding: 30px 30px 10px 30px;
	box-sizing: border-box;
}

.kensaku_iconul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.kensaku_iconul li{
	width: calc(100% / 2);
	height: auto;
	display: block;
	align-items: stretch;
	justify-content: center;
	flex-wrap: nowrap;
	text-align: center;
	margin-bottom: 10px;
}
.kensaku_icon{
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.kensaku_iconul p{
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 0px;
}
.kensakuttl{
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.3em;
}



.kensakuaria_wrap{
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 1.1em;
}


/*------------------wordpresssでは不要なので削除すること------ここまで-------------------*/

.btn_kensaku{
	width: 220px;
	height: 75px;
	margin:0 auto;
}

/*------------------------------------------------
access
--------------------------------------------------*/
.accessillust{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.accessillust img{
	width: 100%;
	height: auto;
}
.aceessstep{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.accesspic{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto 5px auto;
}
.accesspic img{
	width: 100%;
	height: auto;
}
.accesstex{
	font-size: 16px;
	text-indent: -1em;
	padding-left: 1em;
}

.googlemapbox{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}
.googlemapbox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapillust{
	width: 100%;
	height: auto;
	margin: 50px 0 10px 0;
}
.mapillust img{
	width: 100%;
	height: auto;
}

/*------------------------------------------------
よくある質問
--------------------------------------------------*/
.detailsbox{
	width: 100%;
	height: auto;
	margin: 50px 0;
	font-size: 1.2em;
}
.qa-1 {
    width: 100%;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;

}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.5em 1em 0.5em 3.5em;
    color: #333333;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 0.5em;
    font-size: 1.3em;
}

.qa-1 summary::before {
    content: "Q";
    background: #f4f592;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #333333;
    font-size: 30px;
    text-align: center;
    line-height: 40px;	
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2.5em 1em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
	padding-left: 0.3em;
}



/*------------------------------------------------
観光個別ページ
--------------------------------------------------*/
.osusumepage_wrap{
	width: 100%;
	height: auto;
	display:block;
	justify-content: space-between;
}
.sidemenu{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.sidemenu li{
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
	color: #ffffff;
	font-size: 0.5em;
	padding-top: 35px;
	box-sizing: border-box;
	cursor:pointer;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	margin-bottom: 20px;
}
.sidemenu li a{
	color: #ffffff;
}
.sidemenu li:hover{
	opacity: 0.7;
}
.bg_gourmet{
	background: url("../imgs/icon_gourmet.png") no-repeat;
	background-position: center top 5px;
	background-color:#e95599; 
	background-size: 50%;
}
.bg_ivent{
	background: url("../imgs/icon_L_ivent.png") no-repeat;
	background-position: center top 5px;
	background-color:#5ec5f2; 
	background-size: 70%;

}
.bg_gift{
	background: url("../imgs/icon_L_gift.png") no-repeat;
	background-position: center top 5px;
	background-color:#f4a13d; 
	background-size: 70%;

}
.bg_spot{
	background: url("../imgs/icon_L_spot.png") no-repeat;
	background-position: center top 5px;
	background-color:#96c859; 
	background-size: 70%;

}
.bg_taiken{
	background: url("../imgs/icon_L_taiken.png") no-repeat;
	background-position: center top 5px;
	background-color:#5d93ce; 
	background-size: 70%;

}
.osusumepage_white{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	border-radius: 25px;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
}


/*中の白地の部分*/
.kiji_ttl{
	width: 100%;
	height: auto;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	border-bottom: solid 1px #be272c;
	border-top:solid 1px #be272c;
	margin-bottom: 20px;
}

.tag_eria {
	width: 200px;
	text-align: center;
	position: relative;
	padding: 0.5em 1em;
	border-radius: 10px;
	background: #cce198;
	color: #333;
	margin-bottom: 20px;
}
.tag_eria:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: -10px;
	left: 1.5em;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #cce198 transparent transparent transparent;
}



.kiji_photo{
	width: 100%;
	height: auto;
	margin: 30px auto;
	background-color: #fff;
	border-radius: 25px;

}
.kiji_photo img{
	width: 100%;
	height: auto;
	border-radius: 25px;
}
/*本文*/
.osusumepage_white p{
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}
/*小見出し*/
.midashi{
	font-size: 1.2em;
	font-weight: bold;
	margin: 3em 0 1em 0;
	text-align: center;
	line-height: 1.6em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #be272c;
}
.kiji_shopphotowrap{
	width: 100%;
	height: auto;
	padding-top: 40px;
	box-sizing: border-box;
	background: url("../imgs/bg_kiji_photo.jpg") no-repeat;
	background-position: top center;
	background-size: contain;
}
.kiji_shopphoto{
	width: 70%;
	height: auto;
	margin: 1em auto 0.3em auto; 
}
.kiji_shopphoto img{
	width: 100%;
	height: auto;
	border-radius: 25px;
}

/*店舗情報*/
table.kiji_shopinfo{
	width: 100%;
	height: auto;
	margin: 20px auto 0 auto;
	font-size: 0.7em;
	line-height: 1em;
}
table.kiji_shopinfo tr{
	border-top: solid 1px #333333;
}
table.kiji_shopinfo tr:last-child{
	border-bottom: solid 1px #333333;
}
table.kiji_shopinfo th{
	width: 100%;
	height: auto;
	font-weight: bold;
	padding: 10px 10px 0 10px;
	text-align-last: left;
	display: block;
}
table.kiji_shopinfo td{
	width: 100%;
	padding: 10px 10px;
	display: block;
	line-height: 1.5em;
}

/*------------------------------------------------
活用個別ページ
--------------------------------------------------*/
.katsuyo_wrap{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.katsuyopage_white{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 25px;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
}
	
/*------------------------------------------------
404ページ
--------------------------------------------------*/
.errorwrap{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 2em auto;
}
.errortex{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 2em;
}
.returntopbox{
	width: 100%;
	height: auto;
	margin: 3em auto;
}
	
	
/*------------------------------------------------
youtube追加　レスポンシブ
--------------------------------------------------*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
	margin: 40px auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
	
/*-----------------最新記事3つ--以下2025見え方変更--------------*/


.whitebox230_top25{
  width: 100%;
  height: 130px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
  margin: 5px 0;
  display: flex;
  justify-content: space-between; /* 左右均等分布 */

}
.whitebox230_top25:hover{
	background-color: #eeeeee;
	cursor: pointer;
}

.osusumepic_small_top25{
  width: 48%;
  height: 100%;
}
.osusumepic_small_top25 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
	
.osusumepict_sslist_top25{
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;  
  margin-bottom: 5px;
}
.osusumepict_sslist_top25 li{
  width: 20px;
  height:20px;
  margin: 0 5px 10px;
}
.osusumepict_sslist_top25 li img{
	width: 100%;
	height:100%;
}
.osusumelist_arie_top25{
  width: 100%;
  padding: 0px;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  margin-bottom: 5px;
  color: #333333;
}
/*追加*/
.osusumetexbox{
width: 48%;
height: auto;
 font-size: 0.8em;
}	
	
	
.osusumelistttl_top25{
  color: #333333;
  line-height: 1.4em;
  font-size: 1.1em;
}
.osusumelisttex{
	color: #333333;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0.5em;
	
}
.top_osusumegirl{
  width: 65%;
  height: auto;
  margin: 10px auto 0 auto;
}
.top_osusumegirl img{
	width: 100%;
	height: auto;
}
/*　　トップ2025変更ここまで　　*/		

	
/*　　トップ202506変更　　*/
.topimgbox{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
	

/*------------------------------------------------------------
    問い合わせフォーム
------------------------------------------------------------*/


/*フォーム*/
.formWrap{
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	margin: 40px 0px;
}

.formtable{
	width: 100%;
	height: auto;
	margin: 20px auto;
	font-size: 16px;
}

.formtable th,td{
	width: 100%;
	display: block;
	vertical-align: middle;
	text-align: left;
}
.formtable th{
	padding-top:  20px;
	padding-bottom: 5px;
}
.formtable td{

}
input[type="text"]{
	width: 100%;
	height: 50px;
	padding: 10px;
	box-sizing: border-box;
	border: solid 1px #be272c;/*赤*/
	border-radius: 5px;
	font-size: 1.1em;
	color: #8F8C8C;
}
.formtable input,textarea{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: solid 1px #be272c;/*赤*/
	border-radius: 5px;
	font-size: 1.1em;
	color: #8F8C8C;
}
input[type="checkbox"] {
	transform: scale(1.4);
	margin-left: 1em;
}

.formtable select{
	width: 100%;
	height: 50px;
	padding: 10px;
	border: solid 1px #be272c;/*赤*/
	border-radius: 5px;
	background-color: #fff;
	font-size: 1.1em;
	color: #666666;
	box-sizing: border-box;
	/* selectボックスの矢印を消す2行*/
	 -webkit-appearance: none;
    appearance: none;
    background-image: url("../imgs/circle-arrow.svg");
    background-repeat: no-repeat;
    background-size: 24px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 12px center; /* 画像の位置 */
}


/*「必須」文字デザイン*/
.required{
font-size:.8em;
padding: 5px;
background: #be272c;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}



.ppolicybox{
	width: 100%;
	height: 150px;
	border: solid 1px #be272c;/*赤*/
	box-sizing: border-box;
	padding: 1em;
	overflow: scroll;
	font-size: 0.7em;
	line-height: 1.5em;
	margin-bottom: 2em;
}
.ttl_ppolicy{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
}

.ttl_ppolicyitem{
	font-weight: bold;
	margin-top: 0.5em;
}

.acceptcheck{
	width: 100%;
	text-align: center;
	font-size: 16px;
}


/*サンクスページ*/


.thankstex{
	font-size: 1.1em;
	line-height: 2em;
}
	
		
	
}
