@charset "UTF-8";

/************************************
** トップページ
************************************/

.content,
.content-in,
.main {
  overflow:visible !important;
}
.flex_top_titleinfo {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  overflow:visible !important;
}



.flex_top_titleinfobox {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  width: calc(100% / 3);
  overflow:visible !important;

}
.info_more {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  max-width: 20%;
}
@media screen and (max-width: 640px){
.info_more {
  max-width: 25%;
}
.flex_top_titleinfobox:nth-child(1),
.flex_top_titleinfobox:nth-child(3) {
  width: 25%;
}
.flex_top_titleinfobox:nth-child(2) {
  width: 50%;
}
}

.bt_access {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 8px;
	font-size: 90%;
	padding-top: 35px;
	padding-bottom: 5px;
	padding-left: 45px;
	background: url(../../../../uploads/2025/07/info_access.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

@media screen and (max-width: 640px){
.bt_access {
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left bottom;
}
}
.bt_access a {
	display: block;
	text-decoration: none;
	color: #000;
}
.bt_access a:after {
	content: "　>";
}
.bt_access a:hover {
	text-decoration: underline;
}




.toptitleback {
  text-box-trim: trim-both;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-end; /* ← 下揃え */
padding-bottom: 36px;
padding-top: 12px;
margin-top: -12px;
}



.toptitleback.top_back_movie {
	background: url(../../../../uploads/2025/07/top_back_movie.png);
background-position: right bottom 2px;
background-repeat: no-repeat;
background-size: contain;
}
.toptitleback.top_back_contents {
	background: url(../../../../uploads/2025/07/top_back_contents.png);
background-position: left bottom 2px;
background-repeat: no-repeat;
background-size: contain;
}
.toptitleback.top_back_collection {
	background: url(../../../../uploads/2025/07/top_back_collection.png);
background-position: right 8px bottom 2px;
background-repeat: no-repeat;
background-size: contain;
}
.toptitleback.top_back_information {
	background: url(../../../../uploads/2025/07/top_back_information.png);
padding-bottom: 0;
	
background-position: left center;
background-repeat: no-repeat;
background-size: contain;
}
@media screen and (max-width: 640px){
.toptitleback.top_back_information {
background-position: left top;
background-size: 25%;
padding-top: 25%;
}
}


@media screen and (max-width: 640px){
.toptitleback {
padding-bottom: 16px;
padding-top: 16px;
}
.mb80 .toptitleback {
margin-top: -16px;
}
}

#top_entry {
	position: relative;
	z-index: 10;
	display: block;
	margin: 0 auto;
	padding: 0;
	margin-top: -70px;
	max-width: 600px;
	width: 85%;
}
.top_entry00 {
	display: block;
	padding: 16px 24px;
	margin-bottom: 16px;
	background-color: rgba(255,255,255,1.0);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.top_bt_newsflex {
  text-box-trim: trim-both;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
padding: 0;
margin: 0;
line-height: 1.0;
}
.top_bt_newsflex_l,
.top_bt_newsflex_r {
display: inline-block;
}

@media screen and (max-width: 640px){
#top_entry {
	margin-top: -16px;
	margin-bottom: 16px;
}
.top_entry00 {
	display: block;
	padding: 16px 8px;
	margin-bottom: 16px;
	background-color: rgba(255,255,255,1.0);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
}

.grid_top_saloninfo {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 8px;
}
.grid_top_saloninfo_box {
    grid-column: span 4 / span 4;
}
@media screen and (max-width: 640px){
.grid_top_saloninfo {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 8px;
}
.grid_top_saloninfo_box {
    grid-column: span 6 / span 6;
}
}


.instagram-media {
margin-bottom: 0 !important;
}

.top_youtube_list_tate {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
flex-flow: column;
height: 100%;
	margin: 0;
	padding: 0;
}
.top_youtube_list_tatebox {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #CCC;
	height: calc(100% / 3 - 12px);
}
.top_youtube_list_tatebox:nth-child(n+2){
margin-top: 8px;
}
.top_youtube_list_tatebox .imagecenter00 {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.top_youtube_list_tatebox iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}


@media screen and (max-width: 640px){
.top_youtube_list_tatebox {
	display: block;
	padding-bottom: 56.25%;
	height: 0;
}

.top_youtube_list_tatebox .imagecenter00 {
  position: relative;
  object-fit: contain;
  height: auto;
  width: 100%;
  top: 0%;
  left: 0%;
  transform: translateY(-0%) translateX(-0%);
}
}



.grid_top_contents {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
}

.top_contents01,
.top_contents02,
.top_contents03,
.top_contents04,
.top_contents05,
.top_contents06,
.top_contents07 {
position: relative;
display: block;
margin: 0;
padding: 0;
overflow: hidden;
padding-bottom: 50%;
}
.top_contents03 {
}

.top_contents01 img,
.top_contents02 img,
.top_contents03 img,
.top_contents04 img,
.top_contents05 img,
.top_contents06 img,
.top_contents07 img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_contents01 img:hover,
.top_contents02 img:hover,
.top_contents03 img:hover,
.top_contents04 img:hover,
.top_contents05 img:hover,
.top_contents06 img:hover,
.top_contents07 img:hover {
	width: 120%;
	height: 120%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.top_contents01 p,
.top_contents02 p,
.top_contents03 p,
.top_contents04 p,
.top_contents05 p,
.top_contents06 p,
.top_contents07 p {
position: absolute;
z-index: 2;
	padding: 8px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 0 2px rgba(0,0,0,0.9);
	margin: 0;
	margin-bottom: 0;
}
.top_contents03 p,
.top_contents06 p {
	color: #000;
	text-shadow: 0 0 2px rgba(255,255,255,0.9);
}
.top_contents03 p,
.top_contents06 p,
.top_contents07 p {
bottom: 0;
}
.top_contents06 p {
right: 0;
}


.top_contents01 {
    grid-column-start: 1;
}

.top_contents02 {
    grid-column-start: 1;
    grid-row-start: 2;
}

.top_contents03 {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
}

.top_contents04 {
    grid-column-start: 3;
    grid-row-start: 1;
}

.top_contents05 {
    grid-column: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 1;
}

.top_contents06 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
}

.top_contents07 {
    grid-column-start: 5;
    grid-row-start: 2;
}


@media screen and (max-width: 640px){
.grid_top_contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 8px;
}

.top_contents01 {
    grid-column-start: 1;
}

.top_contents02 {
    grid-column-start: 1;
    grid-row-start: 2;
}

.top_contents03 {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
}

.top_contents04 {
    grid-column-start: 1;
    grid-row-start: 4;
}

.top_contents05 {
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 3;
}

.top_contents06 {
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 5;
}

.top_contents07 {
    grid-column-start: 2;
    grid-row-start: 4;
}

}





.list_top_collection {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 8px;
}
    
.list_top_collectionbox {
    grid-column: span 2 / span 2;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	padding-bottom: 125%;
	overflow: hidden;
}

@media screen and (max-width: 640px){
.list_top_collection {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 8px;
}
  .list_top_collectionbox {
    grid-column: span 4 / span 4;
}
}




.list_top_collectionbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.list_top_collectionbox .caption {
	font-size: 130%;
	text-align: center;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.list_top_collectionbox .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.list_top_collectionbox:hover .mask {
	opacity: 1;	/* マスクを表示する */

}



.google_mymap {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
}
.google_mymap iframe {
	margin-top:-50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bt_map {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	display: inline-block;
}

.bt_map a {
	display: block;
	padding: 30px 50px;
	background-color: #000;
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 5px;
}
.bt_map a:before {
	content: "> ";
}
.bt_map a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
.bt_map a {
	padding: 16px 24px;
	letter-spacing: 0;
}
}




/* 全体の2カラムグリッドレイアウト */
.layout {
  display: grid;
  grid-template-columns: calc(50% - 12px) 1fr;
  gap: 24px;
}

/* お知らせボックス */
.news-box {
 border: 2px solid #004DA1;
 padding: 24px;
 border-radius: 8px;
}

@media screen and (max-width: 980px){
.news-box {
 padding: 16px 24px;
}
}


/* メインのグリッドカード部分 */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
  gap: 24px;
}

/* 各カード共通スタイル */
.menu-card {
  text-align: center;
  transition: transform 0.3s ease;
}

.menu-card:hover {
  transform: translateY(-5px);
}

/* 各色背景（任意） */
.pink { background-color: #fde3f0; }
.purple { background-color: #e6dbff; }
.blue { background-color: #d7ecff; }
.orange { background-color: #ffe7c7; }
.green { background-color: #dbf8e1; }
.gray { background-color: #eeeeee; }

/* レスポンシブ：スマホ時は1カラム */
@media screen and (max-width: 768px){
  .layout {
    grid-template-columns: 1fr;
  gap: 16px;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  gap: 16px;
}
}


@media screen and (max-width: 768px){
.menu-grid {
order: 1;
}
.news-box {
order: 3;
}
.grid_top_news_under {
order: 2
}
}



/*** メイン 全面***/

#main_top {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	background-position: center;
	background-repeat: repeat-x;
	margin-bottom: 24px;
}
@media screen and (max-width: 1023px){
#main_top {
margin-top: 70px;
}
#main_top .content-in {
padding: 0 0;
}
}
@media screen and (max-width: 640px){
#main_top {
margin-top: 70px;
	margin-bottom: 16px;
}
}

.kariimg {
width: 100%;
display: block;
margin: 0 auto;
}


.slick_top_bn {
position: relative;
display: block;
margin: 0 0;
padding: 0;
}


.slick_top_bn_box {
position: relative;
display: block;
margin: 0 0;
padding: 0;
overflow: hidden;
width: 100%;
max-width: 1080px;
max-height: 800px;
}
@media screen and (max-width: 1080px){
.slick_top_bn_box {
width: auto;
max-width: 1080px;
}
}


.slick_top_bn_box img {
display: block;
  margin: 0 auto;
width: 100%;
max-width: 100%;
	height: auto;
}
.slick_top_bn_box a img {
display: block;
}

@media screen and (max-width: 640px){
.slick_top_bn_box {
max-height: inherit;
}
}





.bt_left_arrow {
  display: inline-block;
  position: relative;
  margin-left: 1.2em;
  line-height: 130%;
}

.bt_left_arrow a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin: 0;
  padding: 0;
  left: -1.2em;
  color: #287928;
}
.bt_top_shinryou {
  display: inline-block;
  position: relative;
  line-height: 130%;
}

.bt_top_shinryou a {
  display: block;
}
.bt_top_shinryou a:hover {
text-decoration: underline;
}

.bt_left_arrow a {
  display: block;
}
.bt_left_arrow a:hover {
text-decoration: underline;
}
.bt_left_arrow a:hover::before  {
  color: #CCC;
}
.bt_right_arrow {
  display: inline-block;
  position: relative;
  line-height: 130%;
}
.bt_right_arrow a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin: 0;
  padding: 0;
  right: -1.2em;
  color: #287928;
}

.bt_right_arrow a {
  display: block;
  padding-right: 0;
}
.bt_right_arrow a:hover {
text-decoration: underline;
  padding-right: -1.2em;
}
.bt_right_arrow a:hover::after  {
  right: -1.5em;
  color: #F9B54F;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}






.bt_news {
display: inline-block;
line-height: 150%;
padding: 0;
margin: 0;
}
.bt_news a {
position: relative;
display: block;
padding-left: 1.2em;
line-height: 150%;
color: #555;
text-decoration: none;
}
.bt_news a:hover {
color: #0194ff;
text-decoration: underline;
}

.bt_news a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #0194ff;
  }
  
.bt_yaji_big {
display: inline-block;
line-height: 150%;
padding: 0;
margin: 0;
}
.bt_yaji_big a {
position: relative;
display: block;
padding-left: 1.2em;
line-height: 150%;
color: #555;
text-decoration: none;
}
.bt_yaji_big a:hover {
color: #0194ff;
text-decoration: underline;
}

.bt_yaji_big a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #0194ff;
  }
  
  
  
.flex_top_netstitle {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-bottom: 8px;
border-bottom: 2px dashed #999;
margin-bottom: 8px;
}

.flex_top_netstitle_l {
display: inline-block;
}
.flex_top_netstitle_r {
display: inline-block;
}


.boxtop_newslist {
display: block;
 border: 2px solid #004DA1;
 padding: 24px;
 border-radius: 8px;
}
@media screen and (max-width: 640px) {
.boxtop_newslist {
 padding: 16px;
}
}

.box_top_news_flex {
display: flex;
flex-flow: column;
flex-wrap: wrap;
}
.box_top_news {
display: block;
border-bottom: 1px dashed #999;
padding: 8px 0;
margin-bottom: 0;
}

.box_top_news::last-child {
margin-bottom: 0;
}
.box_top_news .daytime {
font-weight: normal;
}

p.box_top_news_title {
margin-bottom: 0;
}
p.box_top_news_title a {
text-decoration: underline;
color: #004DA1;
}



.grid_top_news_under {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 24px;
}

.grid_top_news_under_box {
    grid-column: span 6 / span 6;
}
@media screen and (max-width: 640px){
.grid_top_news_under {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 16px;
}


.grid_top_news_under_box {
    grid-column: span 12 / span 12;
}
}



.topgrid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
grid-column-gap: 40px;
grid-row-gap: 40px;
}
    
.topgrid {
    grid-column: span 6 / span 6;
}

.topgrid_sche {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
}

.topgrid_book {
    grid-column: span 12 / span 12;
    grid-row-start: 2;
}


@media screen and (max-width: 640px){
.topgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
grid-column-gap: 16px;
grid-row-gap: 16px;
}
    
.topgrid {
    grid-column: span 4 / span 4;
}

.topgrid_sche {
    grid-column: span 4 / span 4;
    grid-column-start: 1;
    grid-row-start: 3;
}

.topgrid_book {
    grid-column: span 4 / span 4;
    grid-column-start: 1;
    grid-row-start: 2;
}
}


.grid_topmenu {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
}

.grid_topmenu_box {
    grid-column: span 2 / span 2;
}
.grid_topmenu_box img {
width: 100%;
}
.grid_topmenu_box a:hover img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

@media screen and (max-width: 640px){
.grid_topmenu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 8px;
}
.grid_topmenu_box {
    grid-column: span 1 / span 1;
}
}

h4.title_topnews {
}

.content_info {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 0;
	margin-bottom: 8px;
}
.content_info .inner {
padding: 8px 16px;
}
.content_info h2 {
	margin-bottom: 0;
}
.content_info h2 .imagecenter00 {
	margin: 0;
}

.toptitle_center {
	text-align: center;
	line-height: 120%;
}
.toptitle_center div {
	line-height: 100%;
color: #D25;
}





/************************************
** アクセス
************************************/

.page_access {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin: 0;
}
@media screen and (max-width: 640px){
  .page_access {
    display: block;
    margin: 0 0;
	margin-bottom: 32px;
  }
}

.page_address .data {
  padding: 16px 0;
  border-top: solid 1px #f3f3f3;
  align-items: center;
}
.page_address .data:last-of-type {
  border-bottom: solid 1px #f3f3f3;
}

.page_address,
.page_map {
  width: calc(50% - 32px);
}
@media screen and (max-width: 640px){
  .page_address,
  .page_map {
    width: 100%;
  }
}

.page_map_in {
position: relative;
display: block;
height: 100%;
overflow: hidden;
}
.page_map_in iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px){
.page_map_in {
height: 0;
margin: 0 -16px;
padding-bottom: 100%;
}
  .page_address {
    /* margin-bottom: 42px; */
  }
}

.data {
  padding: 8px 0;
  border-top: solid 1px #f2f2f2;
  display: flex;
  line-height: 1.5;
}

.data:last-of-type {
  border-bottom: solid 1px #f2f2f2;
}

.data_title {
  width: 30%;
}

.data_content {
  width: 70%;
}



.alternate_margin {
margin-bottom: 80px;
}

@media screen and (max-width: 640px){
.alternate_margin {
margin-bottom: 32px;
}
}

.alternate {
	display: flex;
	flex-direction: column-reverse;
}
.alternate + .alternate {
	margin-top: 16px;
}
.alternate__body {
	padding: 24px;
	background: #f9fae9;
		position: relative;
		z-index: 1;
}
.alternate__ttl {
	text-align: center;
  text-box-trim: trim-both;
}
.alternate__sttl {
	display: block;
  text-box-trim: trim-both;
}
.alternate__txt {
	margin-top: 16px;
	line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-box-trim: trim-both;
}
.alternate__thumb {
		position: relative;
		z-index: 2;
}
.alternate__thumb img {
	max-width: none;
	width: 100%;
}
/*ずらし用の指定*/
@media (max-width: 639px) {
	.alternate__body {
		margin-top: -40px;
		padding-top: 60px;
	}
	.alternate._normal .alternate__thumb {
		margin-left: -20px;
	}
	.alternate._normal .alternate__body {
		margin-right: -20px;
	}
	.alternate._reverse .alternate__thumb{
		margin-right: -20px;
	}
	.alternate._reverse .alternate__body{
		margin-left: -20px;
	}
}

@media (min-width: 640px) {
	.alternate {
		flex-direction: row-reverse;
		/* border: 1px solid red; */
	}
	.alternate + .alternate {
		margin-top: 64px; /*後続ボックスとの余白を確保*/
	}
	.alternate._reverse {
		flex-direction: row;
	}
	.alternate__body {
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.alternate__thumb {
		width: 50%;
	}
	.alternate__thumb img {
		height: 100%;
		object-fit: cover;
	}
	/*ずらし用の指定*/
	/*【補足】比較のためあえてずらす前の指定とは別にずらすために追加したプロパティ類を分けて記述しています。実際にはセレクタを統合する必要があります*/
	.alternate__body {
		position: relative;
		z-index: 1;
		top: 40px; /*元の位置を基準に単純に40px下にずらす*/
		width: calc(50% + 80px); /*あらかじめ80px分広げる*/
	}
	.alternate__thumb {
		position: relative;
		z-index: 2;
	}
	.alternate._normal .alternate__body {
		margin-left: -80px; /*ネガティブマージンで広げた分を相殺*/
		padding-left: 110px; /*重なり分の余白を確保*/
	}
	.alternate._reverse .alternate__body {
		margin-right: -80px;
		padding-right: 110px;
	}
}



