@charset "UTF-8";

body{	
	background-image:none;
}

h1,
h2,
h3,
h3::after,
h5,
h4{
	background: none;
	border: none;
	box-shadow: none;
}

ul{margin:0; padding: 0;}
li{list-style-type: none;}

#contents{
	width:100%;
	margin:0 auto;
	text-align:left;
	min-height:inherit;
	padding-bottom: 10px;
	min-width: unset;
	color: #8b8b8b;
}

#contents {
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-style: normal;
}

#contents h2.title {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    background: none;
}

#contents h2.title span {
    font-family: "Bebas Neue", serif;
    text-align: center;
    font-size: 80px;
    letter-spacing: 16px;
    margin-left: 16px;
    color: #000;
    display: inline;
    line-height: 1;
    background: rgb(231, 225, 207);
    background: linear-gradient(0deg, #EBC9B4 0%, #EBC9B4 45%, #B4D3D0 45%, #B4D3D0 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

#contents h3 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 80px;
    padding: 0;
    width: 100%;
}

#contents img {
		width: 100%;
	}


.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.youtube {
    position: relative;
    width: 80%;
    padding: 45% 0 0 0;
    margin: 0 auto 0;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.textSmall {
	font-size: 80%;
}

#mainPhoto {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 120px;
}

#sec01 {
    margin-bottom: 120px;
}

#sec01 .text{
    margin-bottom: 80px;
    line-height: 3;
}

#sec01 .paintList {
	width: 100%;
	max-width: 900px;
    margin: 0 auto;
}

#sec01 .paintList li img {
    border-radius: 300px;
}

#sec02 {
    margin-bottom: 120px;
}

#sec02 .bg {
    margin-bottom: 120px;
    background: url(../image/sec02_bg.jpg) no-repeat 85% 100%;
    background-size: 9%;
}


#sec02 ul {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

#sec02 ul li {
    position: relative;
    line-height: 2.6;
    padding-left: 30px;
}

#sec02 ul li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #ebc9b4;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #ebc9b4;
    border-radius: 30px;
    top: 11px;
    left: 0;
}

#sec03 {
    margin-bottom: 120px;
}

#sec03 p {
    margin-bottom: 60px;
}

#sec03 .photo {
    width: 600px;
    margin: 0 0 0 auto;
}


#sec04 {
    margin-bottom: 120px;
    background: #fffdf7;
    padding: 100px 0;
    position: relative;
}

#sec04 .illust {
    position: absolute;
    top: -7%;
    left: 4%;
    width: 14%;
}

#sec04 .flexBox {
    
}

#sec04 .flexBox div {
    position: relative;
}

#sec04 .w100 {
    width: 100%;
    margin-bottom: 10px; 
}

#sec04 .mr {
    margin-right: 5px;
}

#sec04 .ml {
    margin-left: 5px;
}

#sec04 .w40 {
    width: 40%;
    max-width: 476px;
    margin-bottom: 10px;
}

#sec04 .w60 {
    width: 60%;
    max-width: 714px;
    margin-bottom: 10px;
}

#sec04 .flexBox div .place {
    position: absolute;
    top: 10px;
    left: 0;
    background: rgb(255 255 255 / 50%);
    padding: 3px 15px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
}

#sec04 .flexBox div .color {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #fff;
    text-shadow: 0 0 3px #111;
}

#sec05 {
    margin-bottom: 120px;
}

#sec05 li {
    text-align: center;
    width: 16%;
}

#sec06 {
    margin-bottom: 120px;
}

.movie {
	padding-top: 50px;
    margin: 0 auto 180px;
}

#sec07 {
    margin-bottom: 120px;
}

#sec07 .bgIllust {
    background: url(../image/sec07_bg.png) no-repeat 95% 0%;
    background-size: 9%;
}

#sec07 table {
    min-width: 70%;
    border: 2px solid #c4c3c3;
    margin: 0 auto 40px;
}

#sec07 table th,#sec07 table td {
    text-align: center;
}

#sec07 h4 {
    padding: 0 0 0 30px;
    margin: 0 0 10px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

#sec07 h4:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #ebc9b4;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #ebc9b4;
    border-radius: 30px;
    top: 5px;
    left: 0;
}

#sec07 .mb {
    width: 65%;
    margin: 0 auto 40px;
}

#sec07 .mb.last {
    margin: 0 auto 100px;
}

#sec07 p {
    margin-left: 30px;
}

#sec07 .imageArea {
    width: 52%;
    max-width: 640px;
}

#sec07 .imageArea img {
	width: 100%;
}

#sec07 .textArea {
	width: 48%;
}

#sec07 .textArea h5 {
	font-size: 26px;
	color: #a4ceca;
	margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

#sec07 .textArea .btnList {
	width: 100%;
	margin: 0 auto;
}

#sec07 .textArea .btnList li {
	margin: 0 auto 30px;
	width: 62%;
}

#sec07 .textArea .btnList a {
    background: #a4ceca;
    display: block;
    padding: 1rem 2rem;
}



@media screen and  (min-width: 320px) and (max-width: 767px) {
	
	section p {
		margin: 0;
		font-size: 15px;
        line-height: 1.8;
	}
	
	section li {
		margin: 0;
        font-size: 15px;
	}
	
	.inner {
		width:92%;
		margin: 0 auto;
		min-width: 92%;
	}
	
	.pc {
		display: none;
	}
	
	.textSmall {
		font-size: 10px;
	}
		
	.youtube {
		width: 100%;
		padding: 56.25% 0 0 0;
		margin: 0 auto 0;
	}
	
    #mainPhoto {
        margin: 0 auto 60px;
    }    

    #contents h2.title span {
        font-size: 50px;
        letter-spacing: 10px;
        margin-left: 10px;
    }
    
    #contents h3 {
        margin: 0 0 40px;
    } 
    
    #sec01 {
        margin-bottom: 40px;
    }
    
    #sec01 .text {
        margin-bottom: 30px;
        line-height: 2.2;
    }   
	
	#sec01 .paintList {
		width: 90%;
	}
	
	#sec01 .paintList li {
		width: 46%;
		margin-bottom: 8%;
	}
	
	#sec01 .paintList li img {
		border-radius: 300px;
	}
    
    #sec02 {
        margin-bottom: 30px;
    }    
    
    #sec02 .bg {
        margin-bottom: 0;
        background: url(../image/sec02_bg.jpg) no-repeat 85% 99%;
        background-size: 18%;
        padding-bottom: 140px;
    }    

    #sec02 ul li {
        line-height: 1.6;
        padding-left: 24px;
        margin-bottom: 12px;
    }
    
    #sec02 ul li:before {
        width: 10px;
        height: 10px;
        top: 8px;
    }

    #sec03 {
        margin-bottom: 80px;
    }  
	
	#sec03 p {
		margin-bottom: 40px;
	}
	
    #sec03 .photo {
        width: 75%;
        margin: 0 auto;
    }    
    
    #sec04 {
        margin: 70px 0 60px;
        padding: 60px 0;
    }    

    #sec04 .illust {
        top: -9%;
        left: 6%;
        width: 22%;
    }
    
    #sec04 .w100 {
        margin-bottom: 1%;
    }

    #sec04 .w40 {
        width: 39.5%;
        margin-bottom: 1%;
    }    
    
    #sec04 .w60 {
        width: 59.5%;
        margin-bottom: 1%;
    }	

    #sec04 .mr {
        margin-right: 0.5%;
    }
	
    #sec04 .ml {
        margin-left: 0.5%;
    }
    
    #sec04 .flexBox div .place {
        top: 5px;
        padding: 0px 6px;
        font-size: 10px;
        letter-spacing: 2px;
    }
    
    #sec04 .flexBox div .color {
        bottom: 2px;
        right: 5px;
        font-size: 9px;
    }
    
    #sec05 {
        margin-bottom: 60px;
    }
    
    #sec05 ul {
        justify-content: center;
    }  

    #sec05 li {
        width: 30%;
        margin: 0 3% 20px 0;
    }  
    
    #sec05 li:nth-child(3n) {
        margin: 0 0 20px 0;
    } 
    
    #sec05 li p {
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .movie {
        padding-top: 0;
        margin: 0 auto 0;
    }
    
    #sec06 {
        margin-bottom: 60px;
    }  
    
    #sec07 {
        margin-bottom: 40px;
    }    
    
    #sec07 table.sp {
        min-width: 100%;
        width: 100%;
        display: inline-table;
        margin: 0 auto 30px;
    }
    
    #sec07 table tr:nth-child(2n+1) {
        background: none;
    }

    #sec07 table .w100 {
        width: 100%;
    }    
    
    #sec07 table th {
        width: 30%;
    }    

    #sec07 table td {
        width: 70%;
        border-bottom: 1px solid #e6e6e6;
    }    
    
    #sec07 .mb {
        width: 100%;
        margin: 0 auto 25px;
    }
    
    #sec07 h4 {
        padding: 0 0 0 24px;
        font-size: 16px;
        margin: 0 0 3px;
    }  
    
    #sec07 h4:before {
        width: 10px;
        height: 10px;
        top: 4px;
    }
    
    #sec07 p {
        margin-left: 24px;
    }    
    
    #sec07 .bgIllust {
        background: url(../image/sec07_bg.png) no-repeat 100% 0%;
        background-size: 13%;
    }
    
    #sec07 .mb.last {
        margin: 0 auto 40px;
    }    
    
    #sec07 h5.sp {
        font-size: 22px;
        color: #a4ceca;
        margin: 0 0 30px;
        padding: 0;
        text-align: center;
    }    
    
    #sec07 .imageArea {
        width: 86%;
        margin: 0 auto 30px;
    }
    
    #sec07 .textArea {
        width: 100%;
    }    
    
    #sec07 .textArea .btnList li {
        margin: 0 auto 20px;
        width: 80%;
    }    

    
	
	
	
}

@media screen and  (min-width: 768px) and  (max-width: 1300px) {

	#sec01 .paintList {
		width: 90%;
	}	
	
	#sec01 .paintList li {
		width: 22%;
	}
	
	#sec01 .paintList li img {
		width: 100%;
	}
	
    #sec04 .w100 {
        margin-bottom: 1%;
    }

    #sec04 .w40 {
        width: 39.5%;
        margin-bottom: 1%;
    }    
    
    #sec04 .w60 {
        width: 59.5%;
        margin-bottom: 1%;
    }	

    #sec04 .mr {
        margin-right: 0.5%;
    }
	
    #sec04 .ml {
        margin-left: 0.5%;
    }
    
    
}

@media screen and  (min-width: 768px) and  (max-width: 1024px) {

    
     #sec02 .bg {
        background: url(../image/sec02_bg.jpg) no-repeat 93% 0;
        background-size: 13%;
    }
	
    #sec03 .photo {
        margin: 0 auto;
    }    

    #sec04 .illust {
        width: 20%;
    }    
    
    #sec04 .flexBox div .place {
        font-size: 16px;
    }
    
    #sec05 li {
        width: 18%;
    }
    
    #sec05 li p .sp {
        display: block;
    }
    
    #sec07 table.pc {
        display: inline-table;
        width: 90%;
    }
    
    #sec07 .mb {
        width: 90%;
    }    
    
    #sec07 .bgIllust {
        background: url(../image/sec07_bg.png) no-repeat 97% 16%;
        background-size: 12%;
    }
    
    #sec07 h5.sp {
        display: block;
        font-size: 22px;
        color: #a4ceca;
        margin: 0 0 30px;
        padding: 0;
        text-align: center;
    }    
    
    #sec07 .imageArea {
        width: 75%;
        margin: 0 auto 30px;
    }
    
    #sec07 .textArea {
        width: 75%;
        margin: 0 auto;
    }    
    
    #sec07 .textArea .btnList li {
        margin: 0 auto 20px;
        width: 65%;
    }    
    
    
    
    
    
    


}

@media screen and  (min-width: 768px) {
	
	html {
	  visibility: hidden;
	}
	html.wf-active, html.wfno-load {
	  visibility: visible;
	}	
	
	section  p,section  li {
		margin: 0;
		font-size: 16px;
		line-height: 1.8;
	}
	
	.sp {
		display: none;
	}
	
	.inner {
		width:94%;
		max-width: 1200px;
		margin: 0 auto;
	}
	
	.youtube iframe {
		border-bottom: 1px solid #000;
	}	
	
	
	
}






#pageTop {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 20px;
    text-decoration: none;
    z-index: 1000;
    text-align: center;
    padding: 12px;
    background: #ebc9b4;
    font-weight: bold;
    font-size: 90%;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

#pageTop a:hover {
	text-decoration: none;
}

#pageTop a img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#pageTop {
		bottom: 10px;
		right: 10px;
		padding: 10px;
		font-size: 70%;
		width: 25px;
    	height: 25px;
	}
}





