/* CSS Document */

body{
	background: #FCFCFC;
	margin-right: auto;
	margin-left : auto;	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color:#666;}


.date{
	text-align: right;
	border-bottom: 1px solid #DB5351;

}

h1, h2{
	border-bottom:4px solid #DB5351;
	font-family: 'Fjalla One', sans-serif;
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #ffffff;
    background: #DB5351;
}

.box2 h2 {
    margin: 0; 
    padding: 0;
}

.link{
	float:right;
	border-bottom:4px solid #DB5351;
	font-family: 'Fjalla One', sans-serif;
}

h3{
	border-bottom:1px solid #DB5351;
	font-family: 'Fjalla One', sans-serif;
}


a{
	color:#666;
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover{
	opacity: 0.5;
	text-decoration: none;
}

.header{
	background:#FCFCFC;
	height: 800px;
	padding-top: 120px;
	text-align: center;
}


.logo{
	padding-bottom: 50px;
	
}

.logo img{
	width: 550px;
	
}

@media (min-width: 321px) and (max-width: 767px) {
	
	.header{
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 0;
		width: 1100px;
		height: 230vh;
	}
	
	.logo {
		width: 80%;
		box-sizing: border-box;
		padding: 0;
	}
	
	.logo img{
		display: block;
		width: 100%;
		margin: auto;
	}
	
	.lightboxOverlay {
  		width: 1000px !important;
		
}
	.lightbox {
  		width: 100% !important;
		left: 80% !important;
		transform: translate(X(-50%)) !important;
}
	
}

nav{
  	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: #DB5351;
}

nav ul{
    line-height: 15px;
	text-align: center;
	padding-left: 0;
	width: 100%;
	z-index: 2;
}

nav li{
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
	list-style:none;
	font-size: 20px;
	letter-spacing: 0px;
	margin: 0px 10px;
	color: #fff;
}

nav li a{
	color: #fff;
}

	.sp{
	display: none;
  	position: fixed;
	bottom: 0;
	width: 100%;
	height: 150px;
	background:#DB5351;
}

	.sp ul{
	line-height: 120px;
	text-align: center;
	padding-left: 0;
	width: 100%;
	z-index: 2;
}


	.sp li{
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
	list-style:none;
	font-size: 50px;
	letter-spacing: 0px;
	margin: 0px 10px;
	color: #fff;
}

	.sp li a{
	color: #fff;
}


	.sns{
	font-size: 35px;
}

.menu{
	font-family: 'Fjalla One', sans-serif;
}

.container{
	padding: 0px 10px;
	width: 1000px;
	margin: 0 auto;
}

.content-0{
	padding-top: 50px;
}

.content0{
	padding-top: 50px;
}

.content1{
	padding-top: 50px;
}

.content2{
	padding-top: 50px;
}

.content3{
	padding-top: 50px;
}

.content3 h2{
	border-bottom: none;
}

.content4{
	padding-top: 50px;
}

.content4 h2{
	border-bottom: none;
}

.content5{
	padding-top: 50px;
}

.content5 h2{
	border-bottom: none;
}

.content6{
	padding-top: 50px;
}

.content6 h2{
	border-bottom: none;
}

.content6{
	padding-top: 50px;
}

  /* demo style */
  .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .5s;
    transform: translateY(-100%);
  }
  .is-show {
    transform: translateY(0);
  }


#box-wrapper {
  letter-spacing:-4px; /* やや重要 */
  width:800px;
  height:250px;
  padding:10px;
  background-color:#fff;
  text-align:center; /* 重要 */
}

.box {
  width:48%;
  height:auto; /* 画像などの場合はauto */
  border:#000;
  display:inline-block; /* 重要 */
  letter-spacing:normal; /* やや重要 */
}

.box:nth-child(even) {
  margin-left:3%;
}

td {
    border: 1px solid #ccc;          /* 枠線指定 */
    width:  300px;              /* 幅指定 */
    height: 50px;               /* 高さ指定 */
	text-align: center;
}
 
table {
    border-collapse:  collapse; /* セルの線を重ねる */
}

.table2 {
    text-align: left; 
}

.small{
	font-size: 8px;
	float:right;
}

.container a, .footer a{
	color:#a22324;
	text-decoration:none;
	font-weight:900;
}

.container a:hover, .footer a:hover{
	color:#666;
	text-decoration:none;
}
	
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	/* [disabled]min-width: 400px;
*/
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 10px;
	background-color: #F7f7f7;
	padding-top: 10px;
	padding-bottom: 2px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	border-radius: 6px;
	border-bottom: 4px solid #F7F7F7;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery.thumbnail p {
	margin: 0;
	color: #000;
	text-align: left;
	padding-left: 20px;
}

.gallery a {
	color: #000;
	text-decoration: none;
}
.gallery a:hover {
	opacity: 0.5;
}

footer {
	padding: 30px 0px;
	width:100%;
}

footer ul{
	display: block;
	text-align:center;
	padding-bottom: 30px;
	padding-left: 0;
}

footer li{
	display: inline-block;
}

footer img{
	margin-left: 10px;
    margin-right: 10px;
}

.fthd{
	width: 100px;
}

.ftlss{
	width: 100px;
}

footer p{
	font-size: 12px;
	color: #333;
	text-align: center;
	
}

@media (min-width: 321px) and (max-width: 767px) {
	
	.pc{
	display: none;
}

	
	.sp{
	display: block;
}

	.container{
		padding: 400px 40px 50px 40px;
	}

	
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	
}


