@charset "UTF-8";
/* CSS Document */
body {
  background-color: #111;
}
.font14px{
	font-size: 14px;
}
.hero_image_hotel {
	background-image:url("../images/02_hotel/hotel_top_pc.jpg");
  width: 100%;
	height: calc(100vh - 50px);
  background-size: cover;
	background-position:bottom;
}
.hero_image_hotel_filter{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: rgba(0,0,0,0.30);
	 height: calc(100vh - 50px);
	  width: 100%;
	
}
.hero_image_hotel h2{
font-family: futura-pt,sans-serif;
font-weight: 100;
font-style: normal;
	font-size: 6.0rem;
	letter-spacing: 1.3em;
	padding-left: 1.3em;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
}
.tab_btn{
	margin-top: 50px;
}
/* メニュー */
.room_grid {
  /* fadein・outのために指定 */
  position: relative;
}
.romm_btn {
  width: 100%;
  /* fadein・outのために指定 */
  position: absolute;
  top: 0;
}


.tab-container {
  display: flex;
}
.tab {
  position: relative;
  padding: 15px;;
  background-color: #111;
  transition: all .2s;
  cursor: pointer;
}
/*.tab:not(:last-of-type) {
  margin-right: 1em;
}*/
/* タブ現在値 */
.current {
  color: #FFF;
  background-color: #333;
}
.current::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
	background-color: #28295e;
}
.tab span{
	margin:0 auto;
} 

/************* メニュー *************/
.room_grid {
  width: 100%;
}
.room_btn {
  background-color: #111;
  transition: all .2s;
  cursor: pointer;
}
.room_btn::after {
 content: "";
	display: block;
	width: 30%;
}







@media(max-width:599px){
	.hero_image_hotel h2{
		font-size: 3.5rem;
	}
	.hero_image_hotel {
	background-image:url("../images/02_hotel/hotel_top_sp.jpg");
  width: 100%;
	height: calc(100vh - 50px);
  background-size: cover;
	background-position:center;
}
	.cap{
		display: none;
	}
	.lineText span.mask::after ,	.lineText span.mask::before{
		display: none;
	}
	
}
@media(min-width:600px) and (max-width:1024px){
	.hero_image_hotel h2{
		font-size: 5rem;
	}
	.hero_image_hotel {
	background-image:url("../images/02_hotel/hotel_top_ta.jpg");
  width: 100%;
	height: calc(100vh - 50px);
  background-size: cover;
	background-position:center;
}
	.cap{
		display: none;
	}
		.lineText span.mask::after ,	.lineText span.mask::before{
		display: none;
	}
}

.section_concept h3 {
  font-size: 2.6rem;
  text-align: left;
  font-weight: 100;
  letter-spacing: 1.3rem;
  margin: 60px 0 40px;
}
.section_concept p {
		font-size: 1.8rem;
		 line-height: 4rem;
		margin-bottom: 70px;
	text-align: left;
	width: 600px;
	}
.section_concept__img{
	width: 100%;
	margin-top: 100px;

}
.pc_none{
	display: none;
}
@media(max-width:599px){
	.pushcircle_02 {
    position: absolute;
    top: -12px;
    right: 0px!important;
    width: 150px;
    height: 35px;
    box-sizing: border-box;
    padding: 5px 10px 5px 10px;
    text-align: center;
    background: 111;
    color: #ffbe00;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 auto;
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    cursor: pointer;
}
	.pc_none{
	display: block;
}
	.section_concept h3 {
		font-size: 1.8rem;
		font-weight: 600;
		  letter-spacing: 0.2rem;
		 margin: 40px 0 40px;
	}	
	.section_concept__img{
	width: 100%;
	margin-top: 60px;

}
	.section_concept p {
		font-size: 1.6rem;
		 line-height: 1rem;
		margin-bottom: 70px;
	}
	.lineText span{
		display: none;
	}
.section_concept p {
  text-align: left;
  font-size: 1.6rem;
  width:100%;
  line-height: 2.2rem;
  font-weight: 100;
  margin-bottom: 60px;
}
	.section_two_hotels h4 {
    text-align: left;
    margin-top: 5px;
    font-size: 1.6rem;
    letter-spacing: 0!important; 
    font-weight: 300;
    padding-left: 0!important;
    line-height: 3rem;
    margin: 40px 0!important;
}
	.section_two_hotels h5 {
    text-align: left;
    margin-top: 5px;
font-family: futura-pt,sans-serif;
font-style: normal;
    font-size: 1.2rem;
    letter-spacing: 0!important; 
    font-weight: 300;
    padding-left: 0!important; 
}
	.section_two_hotels p {
    text-align: left;
    margin-top: 5px;
font-family: futura-pt,sans-serif;
font-style: normal;
    font-size: 1rem;
    letter-spacing: 0!important;
    font-weight: 100;
    padding-left: 0!important;
}
	.section_rooms h3 {
 font-family: futura-pt,sans-serif;
font-style: normal;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5rem;
    margin: 60px 0 20px 0!important;
}
	/*.section_rooms ul{
		display: block!important;
	}*/
	.section_rooms ul li{
		width: 100%!important;
	}
	
}
@media(min-width:600px) and (max-width:1024px){
	.section_concept h3 {
		font-size: 2.3rem;
		font-weight: 600;
		  letter-spacing: 0.7rem;
	}	
	.section_concept p {
  text-align: left;
  font-size: 1.6rem;
  width: 100%;
  line-height: 3rem;
  font-weight: 100;
  margin-bottom: 80px;
}
	.btn05{
		padding: 10px;
		
	}
	.btn05 span{
		font-size: 1.4rem;
	}
	
	
	
}

.section_two_hotels_block{
	display: flex;

}
.section_two_hotels ul li{
width: 50%;
	list-style: none;
}
.section_two_hotels ul li img{
width: 100%;
}
.section_two_hotels h5{
	text-align: left;
	margin-top: 5px;
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 1.2rem;
	letter-spacing: 0.5em;
	font-weight: 300;
	padding-left: 5px;
}
.section_two_hotels h4{
	text-align: left;
	margin-top: 5px;
	font-size: 1.6rem;
	letter-spacing: 0.5em;
	font-weight: 300;
	padding-left: 5px;
	line-height: 6rem;
	margin: 80px 0;
}
.section_two_hotels p{
		text-align: left;
	margin-top: 5px;
	font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 1rem;
	letter-spacing: 0.5em;
	font-weight: 100;
	padding-left: 5px;
}

/*　枠線＋テキストが出現 ------------------------------------------------------------------　*/

.lineText{
	position: relative;/*テキストの基点となる位置を定義*/
	
}


/*線の設定*/
.lineText span.mask{
	position: relative;
	display: block;/*画像をくくるspanタグをブロック要素にする*/
    line-height: 0;/*行の高さを0にする*/
	z-index: 999;
}

.lineText span.mask::before,
.lineText span.mask::after{
    position: absolute;
    top: 4%;
    right: 2.5%;
    bottom: 4%;
    left: 2.5%;
    z-index: 999;
    content:"";
    opacity: 0;
    transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/

}

.lineText span.mask::before {
    border-top: 1px solid #fff;/*枠線の色と太さを変更したい場合はこの数値を変更*/
    border-bottom: 1px solid #fff;/*枠線の色と太さを変更したい場合はこの数値を変更*/
    transform: scale(0,1);
	z-index: 999;
}

.lineText span.mask::after{
    border-right: 1px solid #fff;/*枠線の色と太さを変更したい場合はこの数値を変更*/
    border-left: 1px solid #fff;/*枠線の色と太さを変更したい場合はこの数値を変更*/
    transform: scale(1,0);
	z-index: 999;
}

.lineText:hover span.mask::before,
.lineText:hover span.mask::after{/*hoverした時の変化*/
	opacity: 1;
    transform: scale(1);
	z-index: 999;
}

/*中央テキスト*/
.lineText span.cap{
	opacity:0;
	transition: .5s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
	position: absolute;

	top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;/*テキストの色を変えたい場合はここを修正*/
    line-height: 1.5;/*行の高さを1.5にする*/
	z-index: 999;
}

.lineText:hover span.cap{/*hoverした時の変化*/
	opacity:1;
	z-index: 999;
}
.lineText span:hover
{opacity:1;
	}
.lineText span:hover img {
	opacity:0.5;}
.lineText span img{
	transition: opacity 2s;
}



/*客室＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.section_rooms h3{
	font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
	margin: 100px 0 60px 0;
}
.section_rooms ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section_rooms ul li{
	list-style: none;
	width:30%;
}
.section_rooms ul li h4{
	text-align: left;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
}
.section_rooms ul li h5{
	text-align: left;
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
}
.section_rooms ul li h6{
	text-align: left;
	margin: 5px 0 ;
	letter-spacing: 0.2rem;
}

.section_rooms_block img{
	width: 70%;
}
.section_rooms_block_under{
	display: flex;
}
.reservation_button{
	margin: auto 0 auto auto;
	text-align: right;
}
.reservation_button_center{
	margin: auto 0 auto auto;
	text-align: center;
}
.section_rooms_block_under{
	margin-top: 20px;
}
.section_rooms_description p{
	margin-top: 5px;
}


/*画像の横幅を100%にしてレスポンシブ化*/
img{
	max-width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
	
	
}

/*客室説明＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.room_description_annex_dxtw_green,.room_description_annex_dxtw_blue,.room_description_annex_dxtw_c,.room_description_annex_sutw{
	display: flex;
	justify-content: center;
	margin-top: 100px;
	flex-flow: row-reverse;
}
.room_description_annex_dxtw_green li,.room_description_annex_dxtw_blue li,.room_description_annex_dxtw_c li.room_description_annex_sutw li{
	list-style: none;
}
.room_description_annex_dxtw_green p,.room_description_annex_dxtw_blue p,.room_description_annex_dxtw_c p,.room_description_annex_sutw p{
	width: 80%;
	text-align: left;
	font-size: 1.6rem;
	line-height: 2.5rem;
	padding-top: 20px;
}
.section_rooms_description{
	text-align: left;
}
.room_description_text{
	width: 50%;
}
.room_description_img{
		width: 50%;
}
.room_description_img{
	list-style: none;
}
.room_description_text{
	list-style: none;
}
@media(max-width:599px){
	.room_description_annex_dxtw_green,.room_description_annex_dxtw_blue,.room_description_annex_dxtw_c,.room_description_annex_sutw{
	display: block;
	margin: 60px auto;

}
	.section_plan_block img{
		margin-bottom: 20px;
	}
	
	
	
	
	.room_description_img{
		width: 100%!important;
}
	.room_description_text{
	width: 100%!important;
}
	.room_description_img img{
		margin-bottom: 40px;
	}
	.room_description_annex_dxtw_green p ,.room_description_annex_dxtw_blue p,.room_description_annex_dxtw_c p,.room_description_annex_sutw p{
		width: 100%!important;
		text-align: left;
		line-height: 3rem!important;
	}
	.section_room_slider{
		margin: 60px 0!important;
	}
	.pushcircle{
		width:70%!important;
		height:55px!important;
		margin: 40px auto!important;
	}
	.section_amenity h3 {
font-family: futura-pt,sans-serif;
font-style: normal;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5rem;
    margin: 40px 0 40px 0!important;
		padding-left: 2rem!important;
}
	.section_amenity h4 {
    text-align: left;
    font-size: 1.8rem;
    margin: 40px 0 20px 0!important;
    letter-spacing: 0.2rem;
	
}
	.section_plan h3 {
 font-family: futura-pt,sans-serif;
font-style: normal;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5rem;
    margin: 40px 0 40px 0!important;
		padding-left: 2rem!important;
}
	.section_plan_wrapper {
display: block!important;
}
.section_plan ul li {
    list-style: none;
    width: 100%!important;
    border: solid 1px #fff;
    padding: 20px;
}	
	
	.section_plan_block {
    margin-bottom: 40px!important;
}.section_plan_block p {
     line-height: 2rem!important; 
}
	.section_attention h3 {
    margin: 80px 0 60px 0;
		   margin: 40px 0 40px 0!important;
		letter-spacing: 0.5rem!important;
}
	.section_staff h3 {
font-family: futura-pt,sans-serif;
font-style: normal;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5rem;
    margin: 60px 0 60px 0!important;
}
	
}
/*tab==============================================================================================*/
.tab{
	display: flex;
	flex-wrap: wrap;
	border: solid 1px #FFF;
}
.tab li a{
	display: block;
	background:#111;
	margin:0 auto;
	padding:10px;
	border: solid 1px #fff;
	text-decoration: none;
	color: #FFF;
	width: 60%;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
	background:#FFBE00;
}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #111;
	padding:40px 0;
}



@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}






/*==================================================
スライダーのためのcss
===================================*/
.section_room_slider{
	margin: 100px 0;
}
.room_slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.room_slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}
.room_slider ul li img{
	width: 20%;
}
#reservation_button_large{
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*ボタンの形状*/
	color:#fff;
	/*border:1px solid #fff;*/
    padding: 10px 200px;
	display:inline-block;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/
	transition:all 0.3s ease-in-out;
	margin-top:100px;
	background-color: #FFBE00;
}
.reservation_button_left{
	margin: auto 0 auto  auto;
}



/*エリアの表示非表示と形状*/
.room {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #111;
	padding:50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.room.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


















/*アメニティ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.section_amenity h3{
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
	margin: 100px 0 40px 0;
}
.section_amenity h4{
	text-align: left;
	font-size: 2rem;
	margin:40px 0; 
	letter-spacing: 0.2rem;
}
.room_amenity, .room_equipment , .room_rental_product{
	display: flex;
	flex-wrap: wrap;
}
.room_amenity li,.room_equipment li ,.room_rental_product li {
	list-style: none;
	text-align: left;
	padding: 10px;
}
.take-wrapper{
	margin: 20px 0 30px 0;
}
.take-title{
	font-size: 20px;
    text-align: left;
    font-weight: 700;
}
.take-wrapper p{
	font-size: 14px;
    text-align: left;
    margin-top: 10px;
}
.take{
	background-color: #333;
	padding: 35px;
	margin-top: 15px;
}
.take-flex{
	display: flex;
    flex-wrap: wrap;
}
.take li{
	list-style: none;
    text-align: left;
    padding: 10px;
}
.take-sub-title{
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}
/*プラン＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.section_plan h3{
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
	margin: 100px 0 80px 0;
}
.section_plan ul li{
	list-style: none;
	width:50%;
	border: solid 1px #fff;

	padding: 20px;
}
.section_plan_wrapper{
	display: flex;
	flex-wrap: wrap;
}
.section_plan h4{
		text-align: left;
}
.section_plan_block p{
	text-align: left;
}
#reservation_button_plan,#reservation_button_plan_2,#reservation_button_plan_3,#reservation_button_plan_4{
	text-align: right;
	margin: 20px 0 ;
	background-color: #FFBE00;
	
}
.section_plan_block{
	padding:  0 80px ;
}
.section_plan h4{
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.section_plan_block p{
	line-height: 4rem;
	
}
.section_plan_block{
	margin-bottom: 80px;
}

/*アテンション------------------------------------------------------------------------------------------------------------------------------------------------*/
.section_attention h3{
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
	margin: 20px 0 80px 0;
}
.section_attention ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.section_attention li{
	width: 370px;
	text-align: left;
	margin-bottom: 40px;
	padding-left: 60px;
}
.section_attention h5 {
	font-size: 2rem;
	margin-bottom: 20px;
}
.section_attention p {
	margin-bottom: 10px;
	line-height: 4rem;
	padding: 0 20px;
}
.section_attention img{
	width: 50%;
}
.section_attention p{
	line-height: 2rem;
}
#reservation_button_large_2{
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*ボタンの形状*/
	color:#fff;
	border:1px solid #fff;
    padding: 10px 200px;
	display:inline-block;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/
	transition:all 0.3s ease-in-out;
	margin-top:20px;
	background-color: #FFBE00;
}
@media(max-width:599px){
	.section_attention h3{
letter-spacing: 0.5rem;
	margin: 80px 0 60px 0;
}
	.section_attention ul{
	display: block;
}
	.section_attention p {
	margin-bottom: 0px;
	line-height: 2rem;
	padding: 0 20px;
}
	.section_attention li{
	padding-left: 0px;
}
	.section_attention h5 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
	.section_attention li{
	width: 100%;
}
}
@media(min-width:600px) and (max-width:1024px){
	.section_attention li{
	width: 100%;
	text-align: left;
	margin-bottom: 40px;
	padding-left: 180px;
}
	.section_attention h3{
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.2rem;
	margin: 100px 0 80px 0;
}
	
	
	
}
/*スタッフ紹介------------------------------------------------------------------------------------------------------------------------------------------------*/
.section_staff h3{
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
	margin: 100px 0;
}
.staff_introduction{
	display: flex;
}
.staff_introduction__left{
	width: 555px;
}
.staff_img__pc{
	width: 68%;
}
.staff_img__ta,.staff_img__sp{
	display: none;
}
.staff_introduction__left p{
	font-size: 1.8rem;
	letter-spacing: 1.5rem;
	margin-top: 15px;
	
}
.staff_introduction__right{
	width: 555px;
}
.biography,.coment{
	text-align: left;
}
.biography h5,.coment h5{
	font-size: 1.6rem;
font-family: futura-pt,sans-serif;
font-style: normal;
	letter-spacing: 1.5rem;
	margin-bottom: 15px;
}
.coment{
	margin-top: 50px;
}
.coment p,.biography p{
	line-height: 4rem;
}
@media(max-width:599px){
	.staff_introduction{
	display: block;
}
	.staff_img__pc{
		display: none;
	}
	.staff_img__sp{
		display: block;
		width: 100%;
	}
	.staff_introduction__left,.staff_introduction__right{
	width: 100%;
}
	.staff_introduction__left p{
	font-size: 1.8rem;
	letter-spacing: 1.5rem;
	margin:15px 0 40px 0;
		text-align: right;
	
}
	.section_staff h3{
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.5rem;
	margin: 80px 0 60px 0;
}
	.coment p,.biography p{
	line-height: 3rem;
}
}
	@media(min-width:600px) and (max-width:1024px){
		.staff_introduction{
	display: block;
}
		.staff_img__pc,.staff_img__sp{
			display: none;
		}
		.staff_img__ta{
			display: block;
			width: 100%;
		}
		.staff_introduction__left{
	width: 100%;
}
		.section_staff h3{
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.2rem;
	margin: 100px 0 80px 0;
}
		.staff_introduction__left p{
	font-size: 1.8rem;
	letter-spacing: 1.5rem;
	margin: 15px 0 40px 0;
			text-align: right;
	
}
		.staff_introduction__right{
	width: 100%;
}
		.coment p,.biography p{
	line-height: 3rem;
}
	}
/*== 押し込むボタン============================================================= */

.pushcircle{
    /*周囲の線の起点とするためrelativeを指定*/
	position: relative;
    /*円の形状*/
	width:450px;
	height:60px;
    box-sizing: border-box;
    padding: 0 10px;
	text-align: center;
	background:#FEBE00;
	color: #fff;
    text-decoration: none;
    outline: none;
    /*天地中央にテキストを配置*/
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 80px  auto 0;
	font-weight: 300;
	font-size: 1.8rem;
	letter-spacing: 1.2rem;
}

/*内側の線*/
.pushcircle:after {
	content: "";
    /*絶対配置で線の位置を決める*/
	position: absolute;
	top: 50%;
	left: 50%;
    /*線の形状*/
    width: 85%;
	height: 85%;
	border: 2px solid #FEBE00;
	transform: translate(-50%, -50%) scale(1.1);
    /*アニメーションの指定*/
    transition: .3s ease; 
	}

/*hoverをしたら枠線が小さくなる*/
.pushcircle:hover:after {
	transform: translate(-50%, -50%) scale(1);
    border-color:#fff;
}
/*== 押し込むボタン============================================================= */

.pushcircle_02{
    /*周囲の線の起点とするためrelativeを指定*/
	position: relative;
    /*円の形状*/
	width:150px;
	height:40px;
    box-sizing: border-box;
    padding: 0 10px;
	text-align: center;
	background:#FEBE00;
	color: #fff;
    text-decoration: none;
    outline: none;
    /*天地中央にテキストを配置*/
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 20px 0 0 auto;
	font-weight: 300;
	font-size: 1.6rem;
	letter-spacing: 0.3rem;
}

/*内側の線*/
.pushcircle_02:after {
	content: "";
    /*絶対配置で線の位置を決める*/
	position: absolute;
	top: 50%;
	left: 50%;
    /*線の形状*/
    width: 85%;
	height: 85%;
	border: 2px solid #FEBE00;
	transform: translate(-50%, -50%) scale(1.1);
    /*アニメーションの指定*/
    transition: .3s ease; 
	}

/*hoverをしたら枠線が小さくなる*/
.pushcircle_02:hover:after {
	transform: translate(-50%, -50%) scale(1);
    border-color:#fff;
}