@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap');
@import url('https://fonts.cdnfonts.com/css/old-english-five');
html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: unset;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

.blog_inner p{
margin-bottom: 0.5em;	
}

.blog_inner ul{
margin-bottom: 0;
margin-left: 0;
}

#gg_townuse h4{
margin-bottom: 0;
}

#gg_townuse {
	width: unset;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	background: white;
	color: #000;
}

#gg_townuse img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
}

#gg_townuse p{
	font-size: 1em!important;
	margin-top: 0!important;
   text-align: center;
	line-height: 180%;
}

#gg_townuse h1,
#gg_townuse h2,
#gg_townuse h3,
#gg_townuse h4,
#gg_townuse h5{
	color: #000;
	text-align:center;
	font-weight:normal;
	background: none;
	border: none;
	font-family: 'DIN-Condensed', sans-serif;
}

#gg_townuse h1{
	font-size: 4em;
	line-height: 110%;
	margin-bottom: 20px;
	letter-spacing: 2px;
	margin: 50px auto;
}

#gg_townuse h1 span{
display: block;
font-family: 'DIN-Condensed', sans-serif;
font-weight: normal;
font-size: 0.35em;
}
	
	
#gg_townuse h2{
	font-size: 3em;
	font-weight: normal;
}

#gg_townuse h4{
	font-size: 1.8em;
	padding: 2%;
	font-weight: normal;
	text-align: left;
}

#gg_townuse h4.orange{
background:#ff9f00;
color: white;
}

#gg_townuse h4.black{
background:#100c08;
color: white;
}

#gg_townuse h4.blue{
background:#00416a;
color: white;
}

#gg_townuse h4.seagreen{
background:#20b2aa;
color: white;
}

#gg_townuse .gg_townuse_wrap{
	width:100%!important;
	max-width:800px;
	margin:0 auto;
	padding:0;
	text-align: center;
    position: relative;
}

#gg_townuse .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 position: relative;
}

#gg_townuse p.main_text{
	margin: 0 auto 20px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}

#gg_townuse p.main_text2{
	margin: 30px auto 20px!important;
	text-align: left;
	line-height: 180%;
	display: block!important;
	width: 80%;
}

#gg_townuse p.main_text2 span{
font-weight: bold;
font-size: 1.3em;
display: block;
}

#gg_townuse section{
	background: #fff!important;
}

#gg_townuse section.style{
	width: 100%;
	margin: 100px auto;
	max-width: 800px;
}

#gg_townuse section.style .mainimage{
	position: relative;
	width: 100%;
}

#gg_townuse section.style .subimage{
	margin: 80px auto;
	width: 100%;
}


#gg_townuse .img-frame{
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}


#gg_townuse .img-frame .img{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}

.img-01{
  background-image:url("https://www.peetonline.com/images/golf/2026/gg_townuse/styling/01/01.jpg");
  animation: zoomIn01 24s infinite;
}

.img-02{
  background-image:url("https://www.peetonline.com/images/golf/2026/gg_townuse/styling/01/02.jpg");
  animation: zoomIn02 24s infinite;
}

.img-03{
  background-image:url("https://www.peetonline.com/images/golf/2026/gg_townuse/styling/01/03.jpg");
  animation: zoomIn03 24s infinite;
}

.img-04{
  background-image:url("https://www.peetonline.com/images/golf/2026/gg_townuse/styling/01/04.jpg");
  animation: zoomIn04 24s infinite;
}

@keyframes zoomIn01{

  0%{
    opacity:0;
    transform:scale(1) translateX(-3%);
  }

  5%{
    opacity:1;
  }

  20%{
    opacity:1;
    transform:scale(1.3) translateX(3%);
  }

  25%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}


@keyframes zoomIn02{

  0%,24%{
    opacity:0;
  }

  25%{
    opacity:1;
    transform:scale(1) translateX(3%);
  }

  45%{
    opacity:1;
    transform:scale(1.3) translateX(-3%);
  }

  50%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes zoomIn03{

  0%,49%{
    opacity:0;
  }

  50%{
    opacity:1;
    transform:scale(1) translateY(3%);
  }

  70%{
    opacity:1;
    transform:scale(1.3) translateY(-3%);
  }

  75%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes zoomIn04{

  0%,74%{
    opacity:0;
  }

  75%{
    opacity:1;
    transform:scale(1) translate(-2%,2%);
  }

  95%{
    opacity:1;
    transform:scale(1.3) translate(2%,-2%);
  }

  100%{
    opacity:0;
  }
}

.img-05{
  background-image:url("https://www.peetonline.com/images/golf/2026/gg_townuse/styling/02/01.jpg");
  animation: zoomOut01 24s infinite;
}

.img-06{
  background-image:url("https://www.peetonline.com/images/golf/2026/gg_townuse/styling/02/02.jpg");
  animation: zoomOut02 24s infinite;
}

.img-07{
  background-image:url("https://www.peetonline.com/images/golf/2026/gg_townuse/styling/02/03.jpg");
  animation: zoomOut03 24s infinite;
}

.img-08{
  background-image:url("https://www.peetonline.com/images/golf/2026/gg_townuse/styling/02/04.jpg");
  animation: zoomOut04 24s infinite;
}


@keyframes zoomOut01{
  0%{
    opacity:0;
    transform:scale(1.3) translateX(-3%);
  }

  5%{
    opacity:1;
  }

  20%{
    opacity:1;
    transform:scale(1) translateX(3%);
  }

  25%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes zoomOut02{
  0%,24%{
    opacity:0;
  }

  25%{
    opacity:1;
    transform:scale(1.3) translateX(3%);
  }

  45%{
    opacity:1;
    transform:scale(1) translateX(-3%);
  }

  50%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes zoomOut03{
  0%,49%{
    opacity:0;
  }

  50%{
    opacity:1;
    transform:scale(1.3) translateY(3%);
  }

  70%{
    opacity:1;
    transform:scale(1) translateY(-3%);
  }

  75%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes zoomOut04{
  0%,74%{
    opacity:0;
  }

  75%{
    opacity:1;
    transform:scale(1.3) translate(-2%,2%);
  }

  95%{
    opacity:1;
    transform:scale(1) translate(2%,-2%);
  }

  100%{
    opacity:0;
  }
}

.img-09{
  background-image:url("https://www.peetonline.com/images/golf/2026/gg_townuse/styling/03/01.jpg");
  animation: rightPan01 24s infinite;
}

.img-10{
  background-image:url("https://www.peetonline.com/images/golf/2026/gg_townuse/styling/03/02.jpg");
  animation: rightPan02 24s infinite;
}

.img-11{
  background-image:url("https://www.peetonline.com/images/golf/2026/gg_townuse/styling/03/03.jpg");
  animation: rightPan03 24s infinite;
}

.img-12{
  background-image:url("https://www.peetonline.com/images/golf/2026/gg_townuse/styling/03/04.jpg");
  animation: rightPan04 24s infinite;
}

@keyframes rightPan01{
  0%{
    opacity:0;
    transform:translateX(-8%) scale(1.15);
  }

  5%{
    opacity:1;
  }

  20%{
    opacity:1;
    transform:translateX(8%) scale(1);
  }

  25%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes rightPan02{
  0%,24%{
    opacity:0;
  }

  25%{
    opacity:1;
    transform:translateX(-8%) scale(1.15);
  }

  45%{
    opacity:1;
    transform:translateX(8%) scale(1);
  }

  50%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes rightPan03{
  0%,49%{
    opacity:0;
  }

  50%{
    opacity:1;
    transform:translateX(-8%) scale(1.15);
  }

  70%{
    opacity:1;
    transform:translateX(8%) scale(1);
  }

  75%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes rightPan04{
  0%,74%{
    opacity:0;
  }

  75%{
    opacity:1;
    transform:translateX(-8%) scale(1.15);
  }

  95%{
    opacity:1;
    transform:translateX(8%) scale(1);
  }

  100%{
    opacity:0;
  }
}

.img-13{
  background-image:url("https://www.peetonline.com/images/golf/2026/gg_townuse/styling/04/01.jpg");
  animation: verticalPan01 24s infinite;
}

.img-14{
  background-image:url("https://www.peetonline.com/images/golf/2026/gg_townuse/styling/04/02.jpg");
  animation: verticalPan02 24s infinite;
}

.img-15{
  background-image:url("https://www.peetonline.com/images/golf/2026/gg_townuse/styling/04/03.jpg");
  animation: verticalPan03 24s infinite;
}

.img-16{
  background-image:url("https://www.peetonline.com/images/golf/2026/gg_townuse/styling/04/04.jpg");
  animation: verticalPan04 24s infinite;
}


@keyframes verticalPan01{
  0%{
    opacity:0;
    transform:translateY(8%) scale(1.15);
  }

  5%{
    opacity:1;
  }

  20%{
    opacity:1;
    transform:translateY(-8%) scale(1);
  }

  25%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes verticalPan02{
  0%,24%{
    opacity:0;
  }

  25%{
    opacity:1;
    transform:translateY(8%) scale(1.15);
  }

  45%{
    opacity:1;
    transform:translateY(-8%) scale(1);
  }

  50%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes verticalPan03{
  0%,49%{
    opacity:0;
  }

  50%{
    opacity:1;
    transform:translateY(8%) scale(1.15);
  }

  70%{
    opacity:1;
    transform:translateY(-8%) scale(1);
  }

  75%{
    opacity:0;
  }

  100%{
    opacity:0;
  }
}

@keyframes verticalPan04{
  0%,74%{
    opacity:0;
  }

  75%{
    opacity:1;
    transform:translateY(8%) scale(1.15);
  }

  95%{
    opacity:1;
    transform:translateY(-8%) scale(1);
  }

  100%{
    opacity:0;
  }
}

/*STYLE1*/

#gg_townuse section.style1{
    max-width: 100%!important;
}

#gg_townuse section.style1 .mainimage{
	width: 100%;
}

#gg_townuse section.style1 .mainimage div{
	width: 100%;
}

#gg_townuse section.style1 h2{
	position: absolute;
	bottom: 0%;
	right: 0%;
	color:#ff9f00;
	font-size: 2.5em;
	 writing-mode: vertical-rl;
}

#gg_townuse section.style1 .subimage{
width: 100%;
position: relative;
}

#gg_townuse section.style1 .subimage .subimage1{
	width: 75%;
    margin-left: 0;
    padding-bottom: 30%;
}

#gg_townuse section.style1 .subimage .subimage2{
	width: 47%;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*STYLE2*/

#gg_townuse section.style2 .mainimage{
    width: 100%;
    margin-bottom: 50px;
 
}

#gg_townuse section.style2 .mainimage .mainimage-1{
	width: 40%;
    margin-left: 3%;
    position: relative;
    z-index: 1;
    /*padding-top: 30px;*/
	 padding-top: 0;
}

#gg_townuse section.style2 .mainimage .mainimage-2{
	width: 75%;
    margin-left: 22%;
    margin-top: -23%;
    z-index: 0;
    position: relative;
}

#gg_townuse section.style2 .mainimage .mainimage-3{
	width: 55%;
    margin-left: 0;
    margin-top: -16%;
    z-index: 1;
    position: relative;
     /*padding-top: 30px;*/
	 padding-top: 0;
	
}

#gg_townuse section.style2 h2{
	position: absolute;
	top: 6%;
	right: 20%;
}

#gg_townuse section.style2 .mainimage2{
	width: 90%;
	margin: auto;
}

/*STYLE3*/

#gg_townuse section.style3 .mainimage{
	position: relative;
	width: 100%;
}

#gg_townuse section.style3 .subimage{
    position: relative;
}

#gg_townuse section.style3 h2{
	position: absolute;
	bottom: 15%;
	right: 20%;
    height: auto;
    padding: 62px 0 0;
	writing-mode:vertical-rl;
}


#gg_townuse section.style3 .subimage1{
	width: 55%;
    margin-left: 42%;
    position: relative;
    z-index: 1;
}

/*STYLE4*/

#gg_townuse section.style4 .mainimage .mainimage1{
	width: 100%;
	position: relative;
}

#gg_townuse section.style4 .mainimage .mainimage1 div{
  width: 100%;
  margin: auto;
}

#gg_townuse section.style4 h2{
    position: absolute;
    top: 10%;
    left: 15%;
	color: black;
}

#gg_townuse section.style4 .subimage{
	margin: 50px auto 80px;
}

#gg_townuse section.style4 .subimage1{
	width: 60%;
	margin:auto;
}

#gg_townuse section.style4 .subimage2{
	width: 75%;
	margin-left: 5%;
	margin-top: 40px;
}

#gg_townuse section.style .textaria,
#gg_townuse section.style .textaria .comment{
	margin: 50px auto!important;
	width: 90%;
	max-width: 600px;
	line-height: 180%;
}

#gg_townuse p.itemname{
	width: 100%;
	margin: 20px auto 10px!important;
	font-size: 1.1em!important;
}

#gg_townuse p.price,
p.price{
	width: 100%;
	display: block;
	font-size: 0.8em!important;
}

#gg_townuse p.price span,
p.price span{
	color: #C52F32;
	font-size: 1.3em!important;
	font-weight: bold;
}

#gg_townuse section.item2{
	width: 100%;
	max-width: 800px;
	margin: 30px auto 0;
	text-align: center;
}


#gg_townuse section.item2 img{
	width: 100%;
}
#gg_townuse section.item2 .flex div {
	flex-basis: 50%;
	padding: 0%;
}

#gg_townuse p.itemname2 {
	font-size: 0.95em!important;
	margin: 0px auto 0px!important;
	font-weight: 600;
	text-align: center;
}

#gg_townuse p.price2 {
	font-size: 1.3em!important;
	margin: 10px auto!important;
	text-align: center;
}

/* 購入ボタン */

#gg_townuse section.style .otheritem,
.itemlist a,
#gg_townuse .itemlist a,
#gg_townuse .itemlist .coming{
	display: block;
	width: 100%;
	max-width: 100px;
	padding: 12px 0;
	text-align: center;
	border: 1px solid #fff;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
}

#gg_townuse section.style .otheritem{
    font-family: 'DIN-Condensed', sans-serif;
    font-size: 2em;
    text-align: center;
    max-width: 500px;
    width: 65%;
}

#gg_townuse section.style .otheritem:hover,
.itemlist a:hover,
#gg_townuse .itemlist a:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

#gg_townuse .itemlist,
.itemlist{
 font-size: 0.95em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 max-width: 600px;
 margin: 10px 0;
 font-family: 'Noto Sans JP', sans-serif;
}

#gg_townuse .itemlist{
 font-size: 0.95em!important;
}

.itemlist div:first-child{
	width: 75%;
	padding: 3px 1% 3px 0;
}

.itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}

#gg_townuse .buy2 {
	display: block;
	width: 100%;
	max-width: 115px;
	padding: 12px 0;
	text-align: center;
	border: 1px solid #fff;
	background: #000;
	color: #fff;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius: 8px;
	margin-bottom: 70px;
}
#gg_townuse .buy2:hover {
	background: #fff;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

/* profile */

#gg_townuse section.profile{
	width: 85%;
	max-width: 500px;
	margin: 0 auto 100px;
}

#gg_townuse section.profile div:first-child{
	flex-basis: 30%;
}

#gg_townuse section.profile div:last-child{
	flex-basis: 70%;
	padding-left: 15%;
	text-align: left;
	line-height: 150%;
	margin: auto;
}

#gg_townuse section.profile p.modelname{
	font-weight: 500;
	font-size: 2em!important;
	font-family: 'DIN-Condensed', sans-serif;
	color: #000;
	line-height: 100%;
}

#gg_townuse section.profile p.proftext{
	font-size: 0.8em!important;
}

#gg_townuse section.profile div:last-child div{
	margin: 5px 0 0;
	width: 100%;
	padding-left: 0!important;
}

#gg_townuse section.profile div:last-child p.icon{
	margin: 0 auto!important;
	text-decoration: underline;
	font-size: 0.75em!important;
	flex-basis: 50%;
	text-align: left;
}

#gg_townuse section.profile a{
	 text-decoration: underline;
	 color: #000;
}

#gg_townuse .profile div:last-child p.icon img{
	width: 20%;
	max-width: 20px;
	vertical-align: middle;
	padding-right: 2%;
	display: inline-block!important;
}

/* 回遊リンク */

#gg_townuse .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 100px;
}

#gg_townuse .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: 3px;
}

#gg_townuse .Banner4 ul {
	display:inline;
}

#gg_townuse .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}

.featherlight-content{
	width: 100%;
	max-width: 600px!important;
	font-family: 'Noto Sans JP','DIN-Condensed', sans-serif;
    padding: 40px!important;
    border-bottom: 0!important;
}

.featherlight-content p{
	font-size: 1em!important;
    color: #666;
}

.featherlight-content p.colorname{
    width: 100%;
    border-bottom: 1px solid #666666;
    font-family: 'DIN-Condensed', sans-serif;
    font-size: 1.8em!important;
    color: #555555;
}

.featherlight-content .name{
	width: 80%;
	margin: 20px auto;
}

.featherlight-content a:hover{
	text-decoration: none!important;
}

.featherlight-content a {
	outline:none!important;
}

@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}



/* profile */

#gg_townuse section.profile .flex div{
	padding: 0 4%;
}

/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

/*まっくろ*/

/*#news_detail .detail .content{
	background: #000;
}

#news_detail .detail .content p {
	background: #000;
}

#news_detail .detail .content p:first-child img{
	padding-top: 50px;
}*/

}

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

.sp_none {
	display:none;
}

#gg_townuse h1{
	font-size: 8vw;
	line-height: 130%;
	width: 90%;
	margin: 7vw auto 5.5vw;
}

#gg_townuse h1 span{
	font-size: 3vw;
}	
			
#gg_townuse h4{
	font-size: 4vw;
	padding: 4%;
}	

#gg_townuse p,
#gg_townuse div{
	font-size: 3.5vw!important;
	line-height: 180%;
	text-align: left;
}

#gg_townuse p.main_text{
	display: block!important;
	width: 90%;
	margin: 14.125vw auto 2.25vw!important;
}
	
#gg_townuse p.main_text2{
	display: block!important;
	width: 90%;
	margin: 3vw auto!important;
}	

#gg_townuse section.style{
	margin: 20.375vw auto;
}

#gg_townuse section.style1{
	margin: 14.125vw auto 20.375vw;
}

#gg_townuse section.style .subimage{
	margin: 10.125vw auto;
}

	
#gg_townuse section.style1 h2{
	font-size: 5vw;
	font-weight: normal;
		bottom: -4%;
        right: 0;
}	
	
#gg_townuse section.style3 h2{
	right: 10%;
	bottom:0%;
    padding: 11% 4%;
	font-size: 5.5vw;
}
	
#gg_townuse section.style4 .subimage{
	margin: 8.5vw auto!important;
}

#gg_townuse section.style .textaria,
#gg_townuse section.style .textaria .comment{
	margin: 8.25vw auto 7vw!important;
}

#gg_townuse .mainitemlist a{
	margin-bottom: 9.125vw;
}

#gg_townuse .itemlist div{
	font-size: 3vw!important;
	line-height: 150%!important;
}

p.price,
#gg_townuse p.price,
#gg_townuse p.model{
	font-size: 2.8vw!important;
	line-height: 180%;
}

#gg_townuse .itemlist div:first-child{
	width: 82%;
	padding: 1vw 1% 1vw 0;
}

#gg_townuse .itemlist div:last-child{
	width: 18%;
}

#gg_townuse section.profile .flex div h5{
	font-size: 4.25vw;
	margin: 15px auto 5px;
}

#gg_townuse section.profile .flex div p.text{
	font-size: 2.78vw!important;
	margin: 10px auto 0!important;
}

#gg_townuse .itemlist .coming{
	line-height: 100%;
}

.featherlight-content{
    padding: 5% 15px!important;
    font-size: 3.125vw!important;
}

.featherlight-content p.colorname{
    font-size: 5.5vw!important;
}
	
#gg_townuse .Banner4 h3	{
    font-size: 5vw!important;
}
	
#gg_townuse section.style2 h2{
	top: 1%;
	right: 18.5%;
}
	
#gg_townuse section.style4 h2{
	top: 3%;
    left: 14%;
}
	
#gg_townuse .buy2{
 padding: 5px 0;
max-width: 100px;
}	
	
.itemlist a{
	padding:8px 0;
}
	
#gg_townuse .itemlist, .itemlist{
	font-size: 0.85em!important;
}	
	
#gg_townuse section.profile div:last-child{
	padding-left: 5%;
}	
	

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#gg_townuse .Banner4 {
	text-align: center;
	width: 100%;
}

#gg_townuse .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#gg_townuse .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}

#gg_townuse .header{
	position: relative;
	height: 130vw;
}

#gg_townuse .header .title{
	position: absolute;
	bottom: 2%;
	left: 32%;
	width: 50%;
}

}