@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville);
@import url(http://fonts.googleapis.com/css?family=Oswald);
/* CSS Document */
.topbox {
	position:relative;
	overflow:hidden;
	padding:0 0 15px 15px;
	margin-bottom:20px;
	height:auto;
	
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.gaiyo {
	line-height:160%;
	font-size:90%;
}
.gaiyobox,.addressbox {
	border-left:1px solid #B5B5B5;
	padding-left:15px;
	margin:40px 0 10px 0;
}
.s {
	font-size:90%;
}
#contents_footer p {
	text-align:center;
	padding-top:20px;
}


/*スマホ*/
@media screen and (min-width: 320px) {
.gaiyo {
	position:relative;
}
}

/*タブレット*/
@media all and (min-width:480px) {
	.gaiyo {
		position:relative;
	}
}


/*PC
all:1080px
contents_tab:80px
margin:15px
main:565px;
*/



.main-visual {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   background: url('../img/2024/bg_mainimage.jpg') top center / cover no-repeat;
}
@media screen and (max-width: 640px) {
  .main-visual {
      display: block;
      padding: 160px 4% 0;
   }
}
