@charset "utf-8";
/* CSS Document */

html,body{overflow-x:hidden;}

#container{
/*	font-family: 'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック';	*/
	font-family: 'Noto Serif JP', serif;
    width: 100%;
    margin: 0;
	font-size: 16px;
	color: #444444;
	line-height: 1.6;	
}
*{box-sizing: border-box;}

.w1000{
	width: 1000px;
	margin: 0 auto;
}
dl,dt,dd,ul,li,ol,li {
	margin:0;
	padding:0;
	text-decoration:none;
}
#container img {
	margin:0;
	padding:0;
	vertical-align:bottom;
	
/*	width: 100%;
	max-width: 100%;*/
}
a, a:link{background:none; text-decoration:none;}
a:hover{opacity: .8;}
th {	font-family:'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック',sans-serif;}
/*#container:after, .content:after, .inner:after, dl:after,.clearfix:after{display: none;}*/

.mbonly{display: none;}
.pc{display: block;}
.sp{display: none;}
.flex_box{	display: flex;}
.goth{font-family: 'Noto Sans JP', sans-serif;}
.min{font-family: 'Noto Serif JP', serif;}
.kaku{font-family: 'Zen Kaku Gothic New', sans-serif;}

.s-font{font-size: .8em; margin: 0 .5em;}
.m-1em{margin-top: 1em;}
#container h2{text-align: center;}
/*-----------------------pagetop*/
#gotop{display: none;}
#pagetop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index:50;
	width:4em;
	height:4em;
	border-radius:50%;
	overflow:hidden;
	text-align: center;
}
#pagetop a {
	position: relative;
	display:block;
	width:100%;
	height:100%;
	padding:0;
	background-image: none;
	background-color:rgba(119,119,119,0.4);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;	
}
#pagetop a:before{
	content: "▲";
	display: block;
	position: absolute;
	color: #FFF;
	font-size: 2em;
    text-indent: 0;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}
#pagetop a:hover {
	text-decoration: none;
	background-color: #a5a5a5;
}
/*--------------------パンくず */
#pankuzu{
	font-family: 'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック';
	margin: 15px auto;
	width: 1000px;
	font-size: .85em;
}

#pankuzu ul{
    padding: 0 0 5px;
    _zoom: 1;
}
#pankuzu li{
    float: left;
    list-style: none;
}
#pankuzu li + li:before{
    margin: 0 8px;
    content: '>';
}

/******************************************************************************* COMMON */


/*------------------------------------------------------------------------------------------------------------ main */
.main{
	/* position: relative;*/
	background: 
		url(../img/main_bg_si2025.png) no-repeat right top 10%/25%,
		url(../img/main_bg_photo_2025.png) no-repeat center bottom/100%,
		url(../img/main_bg2025.jpg) no-repeat center top/cover;
	padding: 3em 0 20%;
}
h1.sitettl{
	height: 250px;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: 		url(../img/title2025.png) no-repeat top center;
	background-size:contain;
}
.subttl{
	text-align: center;
	color          : #3D330D;
	letter-spacing : 2px;
	font-weight: 700;
	text-shadow    : 
       3px  3px 2px #ffffff,
      -3px  3px 2px #ffffff,
       3px -3px 2px #ffffff,
      -3px -3px 2px #ffffff,
       3px  0px 2px #ffffff,
       0px  3px 2px #ffffff,
      -3px  0px 2px #ffffff,
       0px -3px 2px #ffffff,        /* 文字の影 */
	   3px  3px 8px #ffffff,
      -3px  3px 8px #ffffff,
       3px -3px 8px #ffffff,
      -3px -3px 8px #ffffff,
       3px  0px 8px #ffffff,
       0px  3px 8px #ffffff,
      -3px  0px 8px #ffffff,
       0px -3px 8px #ffffff;
/*	background: rgba(255,255,255,0.4);*/
	padding: 1em 0;
}
.subttl dt{
	font-size: 1.5em;
	color: #00599A;
	margin-bottom: .7em;
}
/*------------------------------------------------------------------------------------------------------------ intro */

.intro{
	padding: 7em 0;
	background: url("../img/intro_bg.png")no-repeat center center;
/*	font-family: 'Hina Mincho', serif;*/
}
.intro .flex_box{
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1500px;
	margin: auto;
}

.intro dt{
	background: url("../img/intro_dt.png")no-repeat right bottom;
	font-size: 2em;
	font-weight: 700;
/*	padding-bottom: 1em;*/
	width: 7em;
	margin-left: 2em;
	border-bottom: 7px #882224 solid;
}
.intro dt img{ padding-right: .3em!important;}
.intro dd{
	background: url("../img/intro_dd_l.png")no-repeat left bottom;
	margin-top: .5em;
	padding-left: 4em;
	padding-bottom: 3em;
	font-size: 1.2em;
}
.intro dl:nth-child(even) dd{
	background: url("../img/intro_dd_r.png")no-repeat right bottom;
	padding-right: 4em;
	padding-bottom: 1em;	
	margin-right: -3em;
}
/*個別*/
.intro dl:nth-child(1)/*花*/{
	order: 1;
	width: 45%;
	margin-left: 5em;
}
.intro dl:nth-child(1) dt/*花*/{
	border-image: linear-gradient(to right, #E18193 0%, rgba(255,197,0,0.00) 100%);
	border-image-slice: 1;
}
.intro dl:nth-child(2)/*月*/{
	order: 2;
	width: 40%;
	margin-top: 2em;
}
.intro dl:nth-child(2) dt/*月*/{
	border-image: linear-gradient(to right, #F2D16F  0%, rgba(255,197,0,0.00) 100%);
	border-image-slice: 1;
}
.intro dl:nth-child(3)/*雪*/{
	order: 4;
	width: 36%;
	margin-left: 10%;
	margin-top: 2em;
}
.intro dl:nth-child(3) dt/*雪*/{
	border-image: linear-gradient(to right, #A3D5C0 0%, rgba(255,197,0,0.00) 100%);
	border-image-slice: 1;
}
.intro dl:nth-child(4)/*星*/{
	order: 5;
	width: 38%;	
}
.intro dl:nth-child(4) dt/*星*/{
	border-image: linear-gradient(to right, #5BB8D4 0%, rgba(255,197,0,0.00) 100%);
	border-image-slice: 1;
}
.intro dl:nth-child(5)/*宙*/{
	order: 3;
	width: 35%;
	margin-left: -3em;
}
.intro dl:nth-child(5) dt/*宙*/{
	border-image: linear-gradient(to right, #E0BED7 0%, rgba(255,197,0,0.00) 100%);
	border-image-slice: 1;
}
.intro dl:nth-child(6)/*専*/{
	order: 6;
	width: 55%;
	display: flex;
	align-items: flex-start;
	margin-top: 5em;
}
.intro dl:nth-child(6) dd/*専*/{margin-left: -4em; margin-bottom: 0; }
.intro dl:nth-child(6) dt/*専*/{
	border-image: linear-gradient(to right, #5F5391 0%, rgba(255,197,0,0.00) 100%);
	border-image-slice: 1;
}
/*------------------------------------------------------------------------------------------------------------ release_info */
#release_info img{max-width: 100%; }
#release_info{
	background: url("../img/release_info_bg.png") no-repeat top center/cover;
	margin-top: -40px;
	text-align: center;
	padding: 1em 0 5em;
}
#release_info h2{ margin: -25px auto 3em;}
#release_info p{
	margin: 1em auto;
	font-weight: 800;
	font-size: 1.3em;
	  text-shadow    :
       5px  5px 10px #ffffff,
      -5px  5px 10px #ffffff,		  
       5px  5px 10px #ffffff,
      -5px  5px 10px #ffffff,
       5px -5px 10px #ffffff,
      -5px -5px 10px #ffffff,
       5px  5px 10px #ffffff,
      -5px  5px 10px #ffffff,
       5px  0px 10px #ffffff,
       0px  5px 10px #ffffff,
       5px  0px 10px #ffffff,
       0px  5px 10px #ffffff,
       5px  0px 10px #ffffff,
       0px  5px 10px #ffffff,
      -5px  0px 10px #ffffff,
       0px -5px 10px #ffffff;     
}
#release_info dl{
	flex: 1;
	margin: 1em 1em 3em;
	background: #fff;
	padding: .5em;
}
#release_info dl.flex_box{
	justify-content: space-around; 
	align-items: center; 
}
#release_info dl.flex_box dt,#release_info dl.flex_box dd{	flex: 1;	}
#release_info dl.flex_box dt img{ width: 40%;}

.mailmag dt{
    font-size: 1.3em;
    margin: 1em auto .5em;
    border-bottom: 1px #C7A100 solid;
	width: 13em;
}
.mailmag dd span{
	font-family: 'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック';
	background: #DDDDDD; 
	padding: 2px .8em;
	margin-right: .5em;
}
.mailmag dd strong{
	font-family: 'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック';
	border: #D3D3D3 solid 1px; 
	padding: 2px 1em;
	font-weight: normal;
	margin: 0 .5em;
}
.mailmag .btn{
	width: 80%;
	margin: 1em auto;
}

/* ---------------------------------------------------------------------------------------------------------タブ */
.tab-group{
  display: flex;
  justify-content: center;
}
/* ボタン */
.tab{
	background: url("../img/nav_bg.png")no-repeat center center/100%,#F3E6FF;	
	flex:1;
	padding:1em 0;
	list-style:none;
	text-align:center;
	cursor:pointer;
	position: relative;
	overflow: hidden;	
}
.tab:last-child{
	background: url("../img/nav_bg.png")no-repeat center center/100%,#FFEFFF;	
	margin-left: 1em;
}
.tab strong{
	display: block;
	font-size: 1.6em;
}
.tab:hover{
	opacity: 1.0;
	box-shadow: 2px  -4px 8px -2px #D4CD08;
}

/* ボタンをキラッとさせる */
.tab::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tab:hover::before {
  left: 100%;
}

.panel-group{
/*  border:solid 1px #CCC;*/
/*  border-top:none;*/
/*  background:#eee;*/
}
.panel{
  display:none;
}
/*.tab.is-active{
  background:#F00;
  color:#FFF;
  transition: all 0.2s ease-out;
}*/
.panel.is-show{
  display:block;
}
/*------------------------------------------------------------------------------------------------------------point */
.point{
	padding: 5em 0;
	background: url("../img/point_bg.jpg")	no-repeat;
	background-size: cover;
}
.point h2{
	background: url("../img/point_h2.png")	no-repeat center bottom;
	background-size: contain;
	font-size: 1.6em;
	padding-bottom: 2em;
	width: 16em;
	margin: auto;
}
.point dl{
	background: url("../img/point_icon.png")no-repeat left 3% center ,rgba(255,255,255,0.70);
	padding: 1em 1em 1em 8em;
	margin: 1em 0;
	border-bottom: #CDC113 2px solid;
}
.point dl:nth-child(4) dt,.point dl:nth-child(4) dd{	margin-right: 35%;}
.point dl:nth-child(4){
	background: 
		url("../img/point_icon.png")no-repeat left 3% center ,
		url("../img/point_bus.jpg")no-repeat right top/30%,
		rgba(255,255,255,0.70);
	padding: 4% 1em 4.4% 8em;
}
.point dt{
	font-size: 1.2em;
	font-weight: 600;
	color: #322D01;
	margin-bottom: .5em;
}
.point dd{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #463518;
}
/*------------------------------------------------------------------------------------------------------------tour_info */
.tour_info{
	padding: 2em 0 7em;
	background:
		url("../img/tour_info_bg01.png")no-repeat top 20px left,
		url("../img/tour_info_bg02.png")no-repeat bottom 7% right 3%,
		linear-gradient(104deg, rgba(255,246,205,1) 0%, rgba(240,227,145,1) 41%, rgba(252,255,213,1) 58%, rgba(247,236,145,1) 82%, rgba(255,245,206,1) 100%);
	background-size: 30%,30%,cover;
}
.tour_info h2{
	background:		url("../img/tour_info_h2.png")no-repeat bottom center;
	font-size: 1.8em;
	padding: 2em 0 2.5em;
		text-shadow    : 
       3px  3px 2px #ffffff,
      -3px  3px 2px #ffffff,
       3px -3px 2px #ffffff,
      -3px -3px 2px #ffffff,
       3px  0px 2px #ffffff,
       0px  3px 2px #ffffff,
      -3px  0px 2px #ffffff,
       0px -3px 2px #ffffff;        /* 文字の影 */
}
.tour_info h2 span{ 
	text-shadow: none;
	display: inline-block;
	border-bottom: #555017 1px solid;
	font-size: .5em;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
.tour_info ul{
	flex-wrap: wrap;
	justify-content: center; 

	margin:2em auto 0;
}
.tour_info ul li{
	width:  calc(100% / 3 - 1.6em );
	margin: .5em .8em 2em;
	display: flex;
	flex-direction: column;/*縦*/
}
.tour_info ul li dl{
	background:		
		url("../img/tour_info_li_bg-top.png")no-repeat top 1% center/99%,
		url("../img/tour_info_li_bg-btm.png")no-repeat bottom 1% center/99%,rgba(255,255,255,0.40);
	padding: .1em 2em 2em;
	flex-grow: 1;/*伸び率*/	
}
.tour_info h3{
	font-size: 1.6em;
	color:#574E26;
	flex: 4em;
	text-shadow    : 
       3px  3px 2px #ffffff,
      -3px  3px 2px #ffffff,
       3px -3px 2px #ffffff,
      -3px -3px 2px #ffffff,
       3px  0px 2px #ffffff,
       0px  3px 2px #ffffff,
      -3px  0px 2px #ffffff,
       0px -3px 2px #ffffff;        /* 文字の影 */	
}
.tour_info h3 img{ }
.tour_info h3{
	font-size: 1.6em;
/*	color:#fff;*/
	flex: 4em;
	background: #E18193;
	border-top-left-radius: 20px;
/*	text-shadow:1px 1px 2px rgba(51,34,5,1.00);*/
}

/*個別*/
.tour_info li:nth-child(1) h3/*花*/{	background: linear-gradient(to right, #E18193 0%, rgba(225,129,147,0.40) 100%);}
.tour_info li:nth-child(2) h3/*月*/{	background: linear-gradient(to right, #FCCC3C 0%, rgba(252,204,60,0.40) 100%);}
.tour_info li:nth-child(3) h3/*雪*/{	background: linear-gradient(to right, #A3D5C0 0%, rgba(163,213,192,0.40) 100%);}
.tour_info li:nth-child(4) h3/*星*/{	background: linear-gradient(to right, #5BB8D4 0%, rgba(91,184,212,0.40) 100%);}
.tour_info li:nth-child(5) h3/*宙*/{	background: linear-gradient(to right, #E0BED7 0%, rgba(224,190,215,0.40) 100%);}




.tour_info h3 img{
	width: 40%;
	margin: 2px .3em!important;
}
.tour_info .combi{
	flex: 6;
	text-align: center;
	background: #FFF;
}
.tour_info .combi span{
	display: block;
	font-size: .9em;
	background-image: linear-gradient(to right, rgba(236,203,60,1) 14%, rgba(247,236,145,1) 52%, rgba(224,182,18,1) 100%);
}
.tour_info dt{
	margin: 2em 0 0;
	font-weight: 600;
}
.tour_info dt span{	
	color: #fff;
	background: #040E60;
	padding: 1px .5em;
	margin-right: .5em;
}
.tour_info dt:not(:first-child){
	margin: .5em 0 0;
	font-weight: 600;
}
.tour_info dt span.new,.new{
	color: #fff;
	font-size: 12px;
    border-radius: 3px;
    background: red;
	padding: 1px .5em;
	margin-right: .5em;
}
.wazuka{
	color: red;
	border: red 1px solid;
	font-size: 12px;
    border-radius: 3px;
    background: #FFFFFF;
	padding: 1px .5em;
	margin-right: .5em;
}
.tour_info .text{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #493E10
}
.t_cent{text-align: center;}
.tour_info .btn{
	text-align: center;
	color: #fff;
	
	background: #A2A2A2;
	border-radius: 3px;

}
.tour_info small {margin-bottom: 1em; display:block;}

.tour_info .bnr{
	max-width: 550px;
	margin: 5em auto;
}
.tour_info .bnr img{width: 100%;}
/* ボタン */
.btn a {
  display: block;
  width: 100%;
/*  max-width: 100%;*/
  color: #fff;
/*  cursor: pointer;*/
/*  font-size: 20px;*/
  padding: 3px 0;
  background: linear-gradient(-45deg, rgba(142,120,70,1) 3%, rgba(148,132,92,1) 16%, rgba(85,70,34,1) 77%, rgba(119,105,73,1) 91%, rgba(85,70,34,1) 100%);
  text-align: center;
	text-shadow: 1px 1px 3px #000;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
	margin-bottom: 1em;
}

/* ボタンをキラッとさせる */
.btn a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn a:hover::before {
  left: 100%;
}

/*------------------------------------------------------------------------------------------------------------facility */
.facility{
	background:		url("../img/facility.jpg")no-repeat top -2px center/cover;
	padding: 3em 0 7em;
}
.facility-title{
	text-align: center;
	background:	url("../img/facility_h2.png")no-repeat top center/cover,rgba(255,255,255,0.50);
	width: 45em;
	padding: 2.2em 0;
	margin: 2em auto;
	color: #322754;
}
.facility h2{font-size: 1.7em;}
.facility h3{
	background:	
		url("../img/facility_h3_bg.png")no-repeat center right 5px,
		linear-gradient(120deg, rgba(87,35,107,1) 18%, rgba(121,67,138,1) 34%, rgba(242,182,249,1) 68%, rgba(210,142,220,1) 70%, rgba(87,35,107,1) 100%);
	padding: 3px 1.5em;
	color: #fff;
	font-weight: 400;
	margin: 2em 0 .5em;
}
.facility h3 strong{font-size: 1.4em; margin: 0 .5em;}

.facility .flex_box{	justify-content: space-between;}
.facility dl{
	width: 	32.5%;
	background: 
		url("../img/facility_h4_bg.png")no-repeat left 3px top 3px,rgba(255,255,255,0.85);
	padding: 1em;
	box-shadow: 0 0 5px #790080;
}
.facility dt{
	text-align: center;
	font-size: 1.15em;
/*	letter-spacing:-2px;*/
	border-bottom: 4px solid #FFFFFF;
	border-image:linear-gradient(90deg, rgba(249,196,255,0) 0%, rgba(249,196,255,1) 10%, rgba(229,248,255,1) 35%, rgba(246,209,255,1) 61%, rgba(242,210,255,1) 88%, rgba(242,210,255,0) 100%);
 	border-image-slice: 1;

}
.facility dd{
	line-height: 1.3;
	text-align: justify;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-top: .5em;
}
.facility dd.image{height: 270px; position: relative;/*overflow: hidden;*/}
.facility dd.image img{
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}


.facility .image.flex_box p,.facility .image.flex_box p img{width: 48.5%; }



.facility dd.img120 {height: 120px;}
.facility dd.img90 {height: 90px;}
.cre{
	position: absolute;
	bottom:0;
	right: 0;
	background: rgba(0,0,0,0.60);
	color: #fff;
	font-size: 12px;	
}

.dendo dd img{
/*	object-fit: none;*/
	object-position: 50% 30%;
}

.facility dd.img140 {height: 140px;}
.facility .image.flex_box.img140 {    width: 97%;}
.facility .image.flex_box.img140 .w40{    width: 27%;}
.facility .image.flex_box.img140 .w60,
.facility .image.flex_box.img140 .w60 img{
    width: 70%;
	border-left: 10px #fff solid;
}
.facility .image.flex_box.img140 .w40 img{	object-position: -120px 70%; width: 120%; }


/*------------------------------------------------------------------------------------------------------------hotel */
.hotel{
	background:		url("../img/hotel_bg.jpg")repeat top center;
	border-top: 10px #635335 solid;
	padding: 7em 0 12em;
}
.hotel img{width: 100%;}
.hotel h2{
	font-size: 1.7em;
	color: #322102;
	display: flex;
	align-items: center;
	margin-bottom: 2em;
}
.hotel h2:before, .hotel h2:after {
	content: "";
	flex-grow: 1;
	height: 4px;
	display: block;
}
.hotel h2:before {
	margin-right: 1em;
	background: linear-gradient(-90deg, #906B00, transparent);
}
.hotel h2:after {
	margin-left: 1em;
	background: linear-gradient(90deg,#906B00, transparent);
}
.hotel .w1000.flex_box{justify-content: space-between; padding: 5px;}
.hotel li{
	background: 
		url("../img/hotel_li_bg.png")no-repeat top left/100%,rgba(255,255,255,0.70);
	width: 49%;
	padding: 1em;
	box-shadow: 0 0 5px #9C7E00;
}
.hotel h3{
	font-size: 1.3em;
	padding: 0 1em 0.2em;;
	border-bottom: #322102 1px solid;
	margin-bottom: .5em;
}
.hotel .image.flex_box{	justify-content: space-between; margin: 1em 0;}
.hotel .image.flex_box .w60{flex: 60; }
.hotel .image.flex_box .w35{flex: 35; margin-left: .5em;}
/*------------------------------------------------------------------------------------------------------------24/05/16追加後で消してください */
.tour_info .kyotohatu{
    margin-top: 5px;
    display: inline-block;
}

/*------------------------------------------------------------------------------------------------------------  pamphlet */
#pamphlet{
	background: #EADFF0;
	padding: 1em 0 6em;
}
#pamphlet img{max-width: 100%;}
#pamphlet h2{
	background:		url("../img/tour_info_h2.png")no-repeat bottom center;
	font-size: 1.8em;
	padding: 2em 0 2.5em;
		text-shadow    : 
       3px  3px 2px #ffffff,
      -3px  3px 2px #ffffff,
       3px -3px 2px #ffffff,
      -3px -3px 2px #ffffff,
       3px  0px 2px #ffffff,
       0px  3px 2px #ffffff,
      -3px  0px 2px #ffffff,
       0px -3px 2px #ffffff;        /* 文字の影 */
}
#pamphlet h2 span{ 
	text-shadow: none;
	display: inline-block;
	border-bottom: #555017 1px solid;
	font-size: .5em;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
#pamphlet dl{
	display: flex;
	justify-content: center; 
	align-items: center;

}
#pamphlet a{display: block!important;}
#pamphlet dt{
	color: #fff;
	background: #2A1060;
	padding: 1em 2em;
		border-radius: 10px;

}
#pamphlet dd{
	max-width: 15em;
	margin-left: -1.5em;
}
	
	
	
	
	
