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


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

	
/* contents-top */

.contents-top {
	padding-top: 80px;
	padding-bottom: 60px;
background-position: center top 700px;
background-size: 300% auto;
}

.contents-top::before {
left: 2%;
top: 350px;
	height: 150px;
}
	
/* link01 */

.link01 a {
letter-spacing: 0.1em;
	min-width: 230px;
    max-width: 300px;
}
    
.link01 a::before {
top: 20px;
}

/* midashi-box */
    
.midashi-box {
	margin-bottom: 35px;
}

.contents-top h2 {
line-height: 1.1;
letter-spacing: 0.1em;
}

.contents-top h3 {
letter-spacing: 0.15em;
}


/* main-img-top */

.main-img-top {
	width: 88%;
	padding: 0px 0px 30px;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column-reverse;
	gap:30px;
}

.main-img-top::before {
	display: none;
}
	
.main-img-top .box02 {
	width: 108%;
	margin-left: -5%;
	margin-top: -4%;
}

.main-img-top h2, .main-img-top ul li a, .main-img-top ul li span {
	font-family: "Noto Serif JP", serif;
	color: #a67c52;
letter-spacing: 0.1em;
	font-weight: 400;
	position: relative;
}

.main-img-top h2 {
	font-size: 22px;
line-height: 1.4;
	margin-bottom: 20px;
	text-align: center;
}

.main-img-top ul {
	width: 88%;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	margin: 0px auto;
	gap:10px 3%;
}

.main-img-top ul::before {
	width: 10px;
	margin-left: -7%;
	border-radius: 0px 5px 5px 0px;
}

.main-img-top ul li {
	width: 48.5%;
}
	
.main-img-top ul li:not(:last-child) {
	margin-bottom: 0px;
}

.main-img-top ul li a, .main-img-top ul li span {
	font-size: 16px;
	width: 100%;
	height: auto;
	padding: 10px 0px;
}


/* contents01 */

.contents01 .lay01 .clip-img {
	width: 80%;
	max-width: 400px;
}
	
.contents01 .lay02 {
	position: static;
}

.contents01 .lay02 .box-inner {
	width: 88%;
}

.contents01 h2 {
	font-size: 40px;
}

.contents01 h3 {
	font-size: 22px;
	line-height: 1.4;
	padding: 10px 0px 25px;
}

/* contents02 */

.contents02 {
	padding: 70px 0px;
}

.contents02 .box-inner {
	gap:30px 10px;
}

.contents02 .box {
	padding-top: 55px;
	width: 300px;
}

.contents02 .box::before {
	height: 40px;
}

.contents02 .clip-img {
	width: 260px;
}

.contents02 p {
	padding-top: 20px;
	line-height: 2;
	font-size: 15px;
}


/* contents03 */

.contents03 {
	width: 100%;
	text-align: center;
}

.contents03 .lay01 {
	width: 88%;
	margin-bottom: 40px;
}

.contents03 .lay01 ul {
	gap:10px 3%;
}
	
.contents03 .lay01 ul li {
	width: 48.5%;
}

.contents03 .lay01 ul li a {
	font-size: 17px;
	width: 100%;
	height: auto;
	padding: 10px 0px;
	border-radius: 8px;
}

.contents03 .lay02 {
	margin-bottom: 70px;
	padding: 50px 0px 80px;
}

.contents03 .lay02::before {
	background-image: url("top/images/text01-sp.svg");
	height: 100px;
	margin-bottom: -40px;
}

.contents03 .lay02 .box-img {
	margin-bottom: 30px;
}
	
.contents03 .lay02 .box-text {
	width: 90%;
}

.contents03 .lay03 {
	width: 90%;
}

.contents03 .lay03 .box {
	padding: 40px 20px 30px;
	border-radius: 25px;
}

.contents03 .lay03 .box:not(:last-child) {
	margin-bottom: 30px;
}

.contents03 .lay03 .box-text {
	padding: 35px 25px;
	border-radius: 25px;
}

.contents03 .box-title {
	margin-bottom: 35px;
}

.contents03 .lay03 .box-title {
	margin-bottom: 25px;
}

.contents03 .box-title h4 {
	font-size: 32px;
letter-spacing: 0.2em;
}

.contents03 .box-title h5 {
	font-size: 17px;
letter-spacing: 0.15em;
	padding-top: 8px;
}

.contents03 .lay02 .box-title h5 {
	font-size: 18px;
}

.contents03 h6 {
	padding-top: 35px;
}

.contents03 p {
	line-height: 2;
	text-align: left;
}

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


/* contents04 */

.contents04 {
border-width : 10px;
	padding-bottom: 50px;
}

.contents04 .news-box {
	width: 88%;
	height: 300px;
}
    
.contents04 .news-box iframe {
	height: 300px;
}

.contents04 .box:not(:last-child) {
	margin-bottom: 15px;
}

.contents04 .box a {
	padding: 10px 20px;
	flex-direction: column;
}

.contents04 .midashi-box h2::before,
.contents04 .midashi-box h2::after {
    content: "";
    height: 10px;
}

.contents04 .midashi-box h2::before {
    margin-right: 30px;
}

.contents04 .midashi-box h2::after {
    margin-left: 30px;
}

.contents04 h5 {
	width: 100%;
	font-size: 15px;
	border-right-style : none;
	text-align: left;
	padding-top: 10px;
  justify-content: flex-start;
	align-items: flex-start;
}

.contents04 h6 {
	padding-top: 40px;
}

.contents04 p {
	padding: 15px 0px;
	font-size: 14px;
}





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