@charset "utf-8";
/* CSS Document */
.spOnly{
	display: none;
}

html{
	font-size: 10px;
	background: #fff;
}

body{
	margin: 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
	line-height: 4.2rem;	
}

.font-mijumaru{
	font-family: a-otf-jun-pro, sans-serif;
	font-style: normal;
	font-weight: 300;
}

section{
	width: 1000px;
	margin: 0 auto;	
}

h1{
	margin: 0;
}

h1 img,.figBox img{
	width: 100%;
}

figure{
	margin: 0;
}

.figBox{
	padding: 0 0 50px;
}

.btn{
	padding: 0 200px 50px;
	font-size: 2.5rem;
	font-weight: 400;
	text-align: left;
}

.btn a{
	display: block;
	width: 86%;
	height: 152px;
	padding: 53px 105px;
	margin: 0 auto;
	background: url("images/mijumaru-sun_btn.png") no-repeat;
	background-size: contain;
	transition: 0.5s;
}

.btn a:hover{
	display: block;
	width: 86%;
	height: 152px;
	padding: 55px 105px;
	color: #fff;
	background: url("images/mijumaru-sun_btn-hover.png") no-repeat;
	background-size: contain;
	transition: 0.5s;
}

.slide-items{
	width: 900px;
	padding: 0;
	margin: 0 auto 50px;
	overflow-x: hidden;
}

.slide-items img{
	width: 100%;
}

.title1{
	margin: 20px auto 50px;
	font-size: 3.7rem;
	text-align: center;
}

.title1 h2{
	padding: 5px 20px;
	color: #fff;
	background: #00a651;
	border-radius: 20px 0 0;
}

.title2{
	padding: 21px 0;
	margin: 50px auto 20px;
	font-size: 3.4rem;
	line-height: 1.5;
	color: #303030;
	text-align: center;
	background-image: url("images/mijumaru-sun_title_bkimg_left.png"), url("images/mijumaru-sun_title_bkimg_right.png"), url("images/mijumaru-sun_title_bkimg.png");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: left bottom, right top, top center;
	background-size: 40px, 40px, cover;
}

#Box1{
	margin: 20px 74px 40px;
}

#Box1 h2{
	margin: 0 51px 20px;
	font-size: 3.7rem;
	line-height: 1.6;
}

#Box1 p{
	font-size: 2.4rem;
	line-height: 1.6;
}

#Box1 #border{
	position: relative;
}

#Box1 #border::after{
  position: absolute;
  top: 50%;	
	right: -76px;
  width: 70px;
  height: 1px;
  content: "";
  background-color: black;
}

.Box3 {
	width: 960px;
	margin: 0 auto;
}

.Box3 .text1,.Box3 .text2{
	margin: 0 16px 30px;
	font-size: 2.4rem;
	line-height: 1.6;
	text-align: left;
}

.Box3 .text2{
	margin: 0 47px 20px;	
}

#Box4{
	width: 960px;
	margin: 30px auto 50px;
}

#Box4 .block2{
	display: flex;
	margin: 0 0 20px;
	font-size: 2.5rem;
	line-height: 1.4;	
}

#Box4 figure{
	width: 450px;
	margin: 0 50px 0 0;
}

#Box4 .block2 p{
	padding: 0 0 0 20px;
	margin: 0 0 20px;
	text-indent: -2rem;
}

#Box4 figure img{
	width: 100%;
}

#Box4 .block1{
	font-size: 2.2rem;
	line-height: 1.4;	
}

#Box4 p,#Box4 ul{
}

#Box4 .text1{
	margin: 0 0 0 100px;
}

#Box4 .text2{
	margin: 0 0 0 128px;
}

#Box4 .text3{
	margin: 0 0 20px 128px;
}

#Box4 ul{
	margin: 20px 0 20px 100px;
}

#shop-list{
  margin: 0 0 100px;
  font-size: 2.5rem;
  line-height: 2;
  text-align: center;
}

#shop-list h2,#shop-list p{
  margin: 0 0 20px;
}

#shop-list a{
	text-decoration: underline;
}

#shop-list a:hover{
	opacity: 0.5;
}

footer{
	text-align: center;
}

#logo{
	width: 300px;
	margin: 50px auto 20px;
}

#address{
	font-size: 1.8rem;
	line-height: 3rem;
}

#sns img{
	width: auto;
	height: 40px;
	margin: 30px 10px;
}

footer .text1{
	width: 50rem;
	margin: 50px auto 20px;
	font-size: 2.8rem;
	line-height: 4.2rem;
	border-bottom: 1px solid #000;
}

footer .text2{
	width: 55rem;
	margin: 0 auto 85px;
	font-size: 2.2rem;
	line-height: 3.2rem;
	text-align: left;
	
}

#copyright{
	margin: 0;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	background: #000;
}







@media screen and (max-width:1000px) {
	.spOnly{
		display: block;
	}
	.pcOnly{
		display: none;
	}
	html{
		font-size: 9px;
	}	
	section{
		width: 100%;
		margin: 0;	
	}
	img{
		width: 100%;
	}
	.btn{
		padding: 0;
		margin: auto;
	}
	.btn a,
	.btn a:hover {
		width: 400px;
		padding: 38px 51px;
	}
	.slide-items{
		width: 90%;
	}
	.title2{
		width: 600px;
		padding: 38px 0;
	background-image: url("images/mijumaru-sun_title_bkimg_left.png"), url("images/mijumaru-sun_title_bkimg_right.png"), url("images/mijumaru-sun_title_bkimg_sp2.png"), url("images/mijumaru-sun_title_bkimg_sp1.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: left bottom, right top, top right, top left;
	background-size: 53px, 53px, 10%, 101%;
	}
	#Box1{
		margin: 40px 14px;
	}
	#Box1 h2{
		margin: 0 20px 20px;
    text-align: center;
	}
	.Box3{
		width: 96%;
	}
	.Box3 .text2{
		margin: 0 16px 30px;
	}
	#Box4{
		width: 96%;
		padding: 0 0 50px;
		margin: 0 auto;
	}
	#Box4 .block1,#Box4 .block2 {
		margin: 0 16px 20px;
	}
	#Box4 .text1 {
			margin: 0;
	}
	#Box4 .text2 {
			margin: 0 0 0 23px;
	}
	#Box4 .text3 {
			margin: 0 0 20px 23px;
	}
	#Box4 ul {
			margin: 20px 0;
	}
	#Box4 ul li{
		padding: 0 0 0 2rem;
		text-indent: -2rem;
	}
	footer .text2{
		margin: 0 auto 20px;
	}
	#text1{
		width: 90%;
		margin: 80px 5% 0;
	}
  #shop-list{
    margin: 0 0 50px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width:700px) {
	.slide-items{
		width: 80%;
	}
	#Box4 .block2{
		display: block;
	}
	#Box4 figure{
		margin: 0 auto 20px;
	}
}
@media screen and (max-width:605px) {
	.title1{
		width: auto;
		padding: 0 1rem 0 4rem;
		margin: 20px 5px 50px;
	}
	.title2{
		width: 500px;
		padding: 29px 0;
		font-size: 3rem;
	}
	.Box3 .title1{
		padding: 0;
		font-size: 3rem;
	}
  .Box3 .text2{
    width: 90%;
  }    
}
@media screen and (max-width:520px) {
	.title2{
		width: 98%;
		padding: 6% 0;
		font-size: 2.8rem;
	}
	#Box4 figure{
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	html{
		font-size: 8px;
	}
	.btn a,
	.btn a:hover {
		width: 380px;
		padding: 37px 58px;
	}	



	.Box3 .text3 {
		width: 90%;
	}
	#logo{
		width: 200px;
	}
	footer .text1{
		width: 300px;
		font-size: 2.4rem;
	}
	footer .text2{
		width: 90%;
	}
}
@media screen and (max-width:400px) {
	html{
		font-size: 7px;
	}
	.btn a,
	.btn a:hover {
		width: 336px;
		padding: 34px 55px;
	}	
}
@media screen and (max-width:367px) {
	#Box1 p{
		font-size: 2.4rem;
	}
}