@charset "UTF-8";

body{	
	background-image:none;
}

section .inner h1,
section .inner  h2,
section .inner  h3,
section .inner  h3::after,
section .inner  h5,
section .inner  h4{
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

body{font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;margin:0; padding: 0; font-size: 16px; color: #333;    line-height: 2;}
ul{margin:0; padding: 0;}
li{list-style-type: none;}

#contents{
	width:100%;
	margin:0 auto;
	text-align:left;
	min-height:inherit;
	padding-bottom: 0;
	min-width: unset;
	color:#000;
	padding-top: 0;
}

#contents .bg01 {
	background: #f2f2f2;
}

#contents #contentsArea {
	font-family: "Noto Sans JP", sans-serif;
}

#contents h2 {
    color: #000;
    text-align: center;
	padding: 0;
	margin-bottom: 80px;
	background: none;
}

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

.center {
	text-align: center;
}

section img {
	width: auto;
	max-width: 100%;
}

.bgWhite {
    background: #fff;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 10% 6% 8%;
    box-sizing: border-box;
	border-radius: 30px;
}

.breadcrum-list {
    padding-top: 20px;
}

.sp {
	display: none;
}


#contentsArea {
	padding: 160px 0 100px;
}

#contentsArea .mvLogo {
	margin: 0 auto 70px;
	width: 80%;
	max-width: 720px;
}

#contentsArea h2 {
	text-align: center;
	font-size: clamp(24px, 2.8vw, 34px);
	line-height: 2;
	margin-bottom: 70px;
	font-weight: 700;
}

#contentsArea .img01 {
	margin-bottom: 80px;
}

#contentsArea .img01 li {
	width: 32%;
	margin: 0 0.5%;
}

#contentsArea p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 0 1.8em;
	padding: 0;
}

#contentsArea p.mb50 {
	margin-bottom: 50px;
}

#contentsArea p.textIndent {
	text-indent: -0.5em;
}

#contentsArea .img02 {
	justify-content: center;
	margin-bottom: 80px;
}

#contentsArea .img02 li {
	width: 24%;
}

#contentsArea .img02 li:first-child {
	width: 48%;
}

#contentsArea .img02 li p {
	font-size: 14px;
}

#contentsArea .img02 li div {
	justify-content: space-between;
}

#contentsArea .img02 li div img {
	width: 50%;
}

#contentsArea .img03 {
	margin-bottom: 100px;
}

#contentsArea .decoration {
	margin-bottom: 40px;
}

#contentsArea .snsBox ul {
	justify-content: center;
	width: 100%;
    max-width: 500px;
	margin: 0 auto;
}

#contentsArea .snsBox h2 {
	margin-bottom: 40px;
}

#contentsArea .snsBox .text {
	margin-bottom: 60px;
}

#contentsArea .snsBox li {
	text-align: center;
	width: 20%;
    margin: 0 6%;
}

#contentsArea .snsBox li p {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
}

#contentsArea .snsBox li a {
	margin-bottom: 20px;
	display: block;
}

#contentsArea .snsBox li a img {
	border-radius: 20px;
}


@media screen and  (min-width: 320px) and (max-width: 768px) {
	
	section .inner {
		width:92%;
		margin: 0 auto;
		min-width: 92%;
	}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	
	#contentsArea {
		padding: 30px 0 60px;
	}
	
	#contentsArea .mvLogo {
		margin: 0 auto 30px;
		width: 80%;
		max-width: unset;
	}

	#contentsArea h2 {
		font-size: 18px;
		line-height: 1.8;
		margin-bottom: 50px;
	}	
	
	#contentsArea .img01.sp {
		margin-bottom: 30px;
		display: flex;
	}
	
	#contentsArea .img01 li {
		width: 48%;
		margin: 0 0.5% 4%;
	}
	
	#contentsArea p {
		font-size: 15px;
		margin-bottom: 1.6em;
	}	
	
	#contentsArea p.mb50 {
		margin-bottom: 20px;
	}

	#contentsArea .img02 {
		margin-bottom: 40px;
	}

	#contentsArea .img02 li {
		width: 48%;
		margin-bottom: 20px;
	}

	#contentsArea .img02 li:first-child {
		width: 96%;
	}

	#contentsArea .img02 li p {
		margin-bottom: 10px;
		font-size: 10px;
		letter-spacing: -1px;
    }

	#contentsArea .img02 li div img {
		width: 49%;
	}

	#contentsArea .img03 {
		margin-bottom: 50px;
	}

	#contentsArea .decoration {
		width: 15%;
        margin: 0 auto 20px;
		
	}

	#contentsArea .instaCheck {
		display: block;
	}

	#contentsArea .instaCheck .qrCode {
		text-align: center;
	}
	
	#contentsArea .snsBox .text {
		margin-bottom: 40px;
	}	
	
	#contentsArea .snsBox li {
		width: 23%;
		margin: 0 5%;
	}	
	
	#contentsArea .snsBox li p {
		font-size: 16px;
		margin-bottom: 4px;
	}	
	
	#contentsArea .snsBox li a img {
		border-radius: 10px;
	}	
	
	
	
	
	
	
}



@media screen and (min-width: 769px) and (max-width: 1024px)  {
		
	
	#contentsArea {
		padding: 80px 0 100px;
	}	
	
	#contentsArea h2.pc{
		display: none;
	}
	
	#contentsArea h2.sp.tb {
		display: block;
		line-height: 1.8;
	}
	
	section .inner {
		width:92%;
		margin: 0 auto;
		min-width: 92%;
	}
	
}


@media screen and (min-width: 1025px) and (max-width: 1130px)  {
		
	
	
	#contentsArea h2.sp.tb {
		display: none;
	}

	
	
	
	
}

@media screen and (min-width: 1025px)  {

	#contentsArea p a.telephone {
		pointer-events: none;
		color: #000;
	}

	
	
	
}


#pageTop {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 20px;
    text-decoration: none;
    z-index: 1000;
    text-align: center;
    padding: 12px;
    background: #000;
    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;
	}
}
