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


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


.contents02 .midashi-box {
background-size: auto 7px;
}
    
    
/* contents01 */

.contents01 {
background-size: 200% auto;
    padding-top: 15px;
}

/* contents03 */

.contents03 {
	padding: 60px 0px;
}
    
.contents03 .layout-contents01 {
	margin-bottom: 50px;
}

/* layout01 */

.layout01 {
    margin-bottom: 60px;
}

.layout01 h4 {
	font-size: 17px;
letter-spacing: 0em;
    margin-bottom: 35px;
}


/* layout02 */

.layout02 {
	padding: 35px 25px;
}
    
.layout02 .lay01 ul {
	display: block;
}

.layout02 .lay01 ul li {
	font-size: 15px;
    line-height: 1.8
}
    
.layout02 .lay01 ul li span {
    font-size: 18px;
}

.layout02 .lay01 ul li::before {
top: 3px;
	width: 15px;
	height: 15px;
}

/* layout03 */

.layout03:not(:last-child) {
    margin-bottom: 70px;
}

.layout03 .box {
  justify-content: center;
    padding: 25px 5px;
flex-wrap: wrap;
    gap:10px;
}

.layout03 .box-title {
    width: 100%;
    padding: 10px 0px;
}

.layout03 .box-text {
    width: 100%;
    padding-left: 0px;
}

.layout03 h5 {
font-weight: var(--base-weight2);
}

/* layout04 */

.layout04 .box-contact {
  justify-content: center;
    gap:20px;
}

.layout04 .box-contact > div {
    width: 100%;
    height: auto;
    padding: 20px;
    gap:15px;
}

.layout04 h4 {
    font-size: 18px;
letter-spacing: 0em;
    margin-bottom: 40px;
}

.layout04 h5 {
    font-size: 19px;
}

.layout04 .box-tel h6, .layout04 .box-tel h6 a {
	font-size: 32px;
}


.layout04 .box-line h6 img {
	width: 100%;
height: auto;
    max-width: 320px;
}
    
.layout04 .box-tel h6 {
	display: inline-block;
	position: relative;
	padding-left: 25px;
}

.layout04 .box-tel h6::before {
	height: 25px;
    bottom: 2px;
}
    
    
/* layout05 */

.layout05 .box {
	justify-content: center;
    gap:30px;
    padding: 0px;
}

.layout05 .box:not(:last-child) {
	margin-bottom: 40px;
    padding-bottom: 40px;
border-width : 2px;
}

.layout05 .box-title {
	width: 100%;
    height: auto;
   padding: 15px 0px;
    border-radius: 12px;
}

.layout05 .box-detail {
	width: 100%;
    padding: 0px;
}

.layout05 h5 {
	font-size: 20px;
    line-height: 1.2;
}

.layout05 h5 span {
	font-size: 16px;
    letter-spacing: 0em;
}

.layout05 h6 {
	font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.6;
}

    
/* contact */

.contact table tr {
  justify-content: center;
}

.contact table tr:not(:last-child) {
	margin-bottom: 20px;
}

.contact table tr td {
	font-size: 16px;
}

.contact table tr td:first-child {
	width: 100%;
    padding: 10px 0px;
}

.contact table tr td:last-child {
	width: 100%;
}

.contact table tr.box-radio td:last-child {
    padding-left: 10px;
    padding-top: 10px;
}


.button {
	margin-top: 40px;
}


#formWrap {
	padding-top: 50px;
	padding-bottom: 50px;
}

table.formtable td, table.formtable th {
	font-size: 16px;
}

table.formtable th{
	width: 100%;
    padding: 10px 0px;
}


.contact h4 {
	margin-bottom:20px;
}

.contact h5 {
	letter-spacing: 0.2em;
	font-size: 20px;
}

.contact .checktext {
	padding-top: 50px;
}

.contact .checktext div.box-text .box-box {
	padding: 20px;
}

    
/* box-movie */

.box-movie {
    padding-top: 50px;
    width: 100%;
}

/*date*/
.date h4 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.2;
} 	
	

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