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




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


.contents {
	width: 100%;
	padding-top: 0px;
	background-image:none;
}


/* contents01 */

.contents01 {
	width: 100%;
	background-size: 200% auto;
	padding-top: 80px;
}

.contents01 .box01 {
	margin-bottom: 30px;
}
	
.contents01 .box02 {
	width: 100%;
	background-size: 200% auto;
	padding-bottom: 40px;
}

.contents01 h3 {
	text-align: center;
	margin-bottom: 25px;
}
	
.contents01 h3 p {
	font-size: 15px;
}

.contents01 h4 {
	font-family: "Sawarabi Mincho", YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.1em;
	font-size: 20px;
}

.contents01 p {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
	
	.contents01 h3 p {
	width: 100%;
	text-align: center;
}
	
	
	


/* slider */

div.prev, div.next {
background-repeat: no-repeat;
	width: 30px;
	height: 20px;
	background-size: 100% auto;
}
	

#gallery-1 {
    width: 100%;
	padding: 0px 0%;
}
	
#gallery-2 {
	width: 92%;
}
	
#gallery-1 img {
	border-radius: 0px;
}

#gallery-2 img {
    width: 96%;
	height: 80px;
}
	
	
#gallery-1 .gallery-item {
    flex-basis: 100%;
}

#gallery-1 .gallery-icon {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
	height: auto;
	max-width: 100%;
	border-radius: 0px;
}

#gallery-1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 420px;
    object-fit: cover;
}
	
	
	
@media screen and (max-width: 530px) {
	
	
#gallery-1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 280px;
    object-fit: cover;
}

#gallery-2 img {
    width: 96%;
	height: 55px;
}
	}
	
#gallery-2 dl {
	padding: 0px 3px;
}



/* contents02 */

.contents02 {
	width: 100%;
	padding-top: 40px;
	margin-bottom: 40px;
}

.contents02 .box {
	width: 92%;
}


.contents02 p {
	margin-bottom: 15px;
	text-align: left;
}
	
.contents02 p iframe {
  width: 100% !important;
  height: 250px !important;
}


/* contents03 */

.contents03 {
	width: 100%;
}

.contents03 h3 {
	font-family: "Sawarabi Mincho", YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	padding: 7px 0px;
}

.contents03 .box-in {
	padding: 30px 0px 20px;
	width: 90%;
}

.contents03 .box-in .box {
	width: 100%;
	display: block;
}

.contents03 h5, .contents03 p {
	font-size: 14px;
}

.contents03 h5 {
	width: 70px;
}

.contents03 p {
	padding-left: 15px;
}

	
/* 見出し */

.contents01 .box02 h1, .contents02 .box h1 {
	font-size: 28px;
}

.contents01 .box02 h2, .contents02 .box h2 {
	font-size: 24px;
}

.contents01 .box02 h3, .contents02 .box h3 {
	font-size: 20px;
}

.contents01 .box02 h4, .contents02 .box h4 {
	font-size: 16px;
}

.contents01 .box02 h5, .contents02 .box h5 {
	font-size: 12px;
}

.contents01 .box02 h6, .contents02 .box h6 {
	font-size: 10px;
}

	
	

    .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }
   
}
