@charset "utf-8";
/*-------------------------MV----------------------------------*/

body {
	font-family: 'Sawarabi Mincho', serif;
}

a {
	font-size: 22px;
	color: #895821;
}

.main_back {
	background-color: #FFF0E4;
	height: 860px;
}

.main {
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 210px;
}

.mv_ttl1 {
	font-family: 'Kaisei Tokumin', serif;
	color: #AE7D46;
	font-size: 28px;
	margin: 0 auto;
	 position: absolute;
    top: 17%;
    left: 9%;
}

.mv_ttl2 {
	 line-height: 1.7em;
    writing-mode: tb-rl;
    font-family: 'Kaisei Tokumin', serif;
	  font-weight: 800;
    color: #AE7D46;
    font-size: 32px;
    position: absolute;
    top: 20%;
    right: 6%;
	 z-index: 2;
}

.tel {
	position: absolute;
    top: 25%;
    left: 9%;
    z-index: 2;
}

.tel img {
	max-width: 50%;
}

.bouzu {
	position: absolute;
    top: 57%;
    left: 5%;
}

.bouzu img {
	max-width: 280px;
	position: relative;
   z-index: 3;
}

.mv_ttl3 {
	text-align: center;
    font-family: 'Kaisei Tokumin', serif;
    color: #AE7D46;
    font-size: 32px;
    position: relative;
    top: -100px;
	line-height: 4.5rem;
	letter-spacing: 0.3em;
}

.top_flex {
	 display: flex;
    justify-content: space-between;
}

.oya {
	width: 35%;
}

.top_flex .midasi {
	color: #895821;
}

.tenan {
	width: 55%;
}

.tenan_txt {
	font-size: 22px;
    line-height: 2.3rem;
	margin-bottom: 70px;
}

.atama:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url(../img/atama.png);
  background-size: contain;
	background-repeat: no-repeat;
	padding-right: 10px;
}



.servis {
	    padding-bottom: 30px;
	margin-top: 100px;
   background: #FFF0E4;
}

.servis_ttl {
	 text-align: center;
    font-size: 30px;
	    color: #895821;
    padding-top: 70px;
	padding-bottom: 60px;
}

.servis_flex {
	  display: flex;
	  flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-start;
	max-width: 1440px;
	margin: 0px auto;
	padding: 0px 0px 50px;
}

.servis_flex > div {
	width: 27%;
	height: 100%;
	position: relative;
}



@media screen and (max-width: 1618px) {
	
	.tenan_txt {
    font-size: 20px;
}
	
	.atama:before {
    width: 40px;
    height: 40px;
}
	
	a {
    font-size: 20px;
}
	
	.servis_flex {
    height: 720px;
    padding: 0 100px;
	 padding-bottom: 50px;
}
}

@media screen and (min-width: 1000px) {
	.servis_flex {
		height: 720px;
	}

	.svs {
		position: absolute;
		right: 0px;
		bottom: 6%;
	}
}


/*--------------------取扱商品-----------------------*/

.toriatu {
	max-width: 1440px;
   margin: 0 auto;
	background-image: url(../img/toriatu_bg.png);
	background-repeat: no-repeat;
	 background-size: 850px;
   background-position: 1380px 1300px;
	 margin-bottom: 150px;
	background: none;
}

.bnr {
	max-width: 750px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 150px;
}

.item p {
	    font-size: 20px;
    margin-top: 10px;
	    line-height: 2rem;
}

.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1440px;
	margin: 0 auto;
}

.item {
	width: 26%;
	margin-bottom: 50px;
}

.item h3 {
	color: #895821;
}

.trat h2 {
	font-family: 'Kaisei Tokumin', serif;
   font-weight: 800;
   color: #AE7D46;
	font-size: 32px;
	text-align: center;
}

.trat p {
	font-size: 22px;
	max-width: 1000px;
   margin: 0 auto;
	margin-top: 50px;
   margin-bottom: 50px;
}

.toriatu_ttl {
	display: flex;
}

.toriatu_ttl h2 {
	writing-mode: tb-rl;
   font-family: 'Kaisei Tokumin', serif;
   font-weight: 800;
   color: #AE7D46;
	font-size: 32px;
	display: none;
}

.toriatu_ttl p {
	writing-mode: tb-rl;
}

.toriatu_flex {
	display: flex;
	/*justify-content: space-between;*/
}

.toriatu_txt img {
	 max-width: 170px;
    margin-right: 30px;
    margin-left: 50px;
	 display:none
}

.toriatu_btn a {
	display: flex;
	justify-content: center;
}



/*--------------------取扱商品ここまで-----------------------*/

/*-----------------------お知らせ-------------------------*/

.news {
	 padding: 0px 15px 50px;
	background: #FFF0E4;
}

.news h2 {
	text-align: left;
	color: #895821;
	position: relative;
	 top: 40px;
	 display: inline-block;
}

.news h2 > span:after {
   content: '';/*何も入れない*/
  display: inline-block;
  width: 170px;/*画像の幅*/
  height: 100px;/*画像の高さ*/
  background-image: url(../img/news_naname.png);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
  left: 10px;
  position: absolute;
}

.news p {
	max-width: 1000px;
    margin: 0 auto;
	margin-bottom: 40px;
   font-size: 20px;
	border-bottom: 3px dotted #AE7D46;
	padding-bottom: 15px;
}

.news_ttl a {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.n_waku {
	display: flex;
    flex-direction: column;
	width: 84%;
	margin: 70px 0px 0px auto;
}

.n_waku a {
	margin-bottom: 50px;
	border-bottom: 3px dotted #895821;
   padding-bottom: 10px;
}

.n_days {
	margin-right: 20px;
	display: inline-block;
}

.cate_mark {
	margin-right: 20px;
	color: #fff;
	padding: 5px;
   font-size: 18px;
	vertical-align: text-top;
}

iframe {
	width:100%;
}

@media screen and (max-width: 1618px) {
	
	.container {
    max-width: 1000px;
}
	
	
	.trat h2 {
	font-size: 30px;
}

.trat p {
	font-size: 20px;
}

	
	.gnavi_wrap {
    max-width: 1050px;
}
	
	.bouzu img {
    display: none;
}
	
	.top_flex {
    padding: 0 100px;
	 margin-bottom: 12%;
}
	
	.mv_ttl2 {
    font-size: 28px;
    top: 20%;
    left: 90%;
}

}


@media screen and (max-width: 1280px) {
	
	.main {
    max-width: 1096px;
}
	
	.main_back {
    height: 800px;
}
	
	.mv_ttl2 {
    font-size: 27px;
    top: 20%;
    left: 89%;
    z-index: 2;
}
	
	.tel {
		left: 2%;
		top: 45%;
	}
	
	
	.mv_ttl1 {
    font-size: 26px;
	left: 2%;
	top: 32%;
}
	
	.bouzu {
    position: absolute;
    top: 72%;
    left: 1%;
}
	
	.bouzu img {
    display: none;
}
	
	.mv_ttl3 {
    font-size: 30px;
}
	
	a {
    font-size: 20px;
}
	
	.atama:before {
    width: 40px;
    height: 40px;
}
	
	.top_flex {
    padding: 0 15px;
}
	
	.toriatu_ttl h2 {
    font-size: 30px;
}
	
	.toriatu_txt img {
    max-width: 140px;
		margin-right: 10px;
}
	
	.servis {
    padding: 0px 15px;
}
	
	.toriatu {
		max-width: 83%;
    padding: 0 100px;
    background-size: 420px;
    background-position: 942px 1770px;
}
	
	.item p {
    font-size: 18px;
}
	
	.sp_flex {
		display: flex;
	}
	
}









@media screen and (max-width: 768px) {
	
	.wrapper {
		padding: 0;
	}
	
	.main_back {
    height: 350px;
}

	.mv_ttl1 {
		font-size: 15px;
		position: static;
	}

	.mv_ttl2 {
		display: none;
	}
	
	.main {
		padding-top: 10px;
	}
	
	.mv_ttl3 {
    font-size: 18px;
    top: -50px;
    line-height: 1.4rem;
    letter-spacing: 0.1em;
}
	
	.bouzu {
		display: none;
	}
	
	.tel img {
    display: none;
}
	
	.tenan {
		text-align: center;
		width: 100%;
	}
	
	.oya {
		text-align: center;
		width: 100%;
	}
	
	.tenan_txt {
   font-size: 18px;
   line-height: 1.4rem;
	margin: 0 auto;
	margin-top: 15px;
   margin-bottom: 30px;
	/*display: inline-block;*/
	text-align: left;
		
}
	a {
    font-size: 18px;
}
	
	.atama:before {
		width: 30px;
    height: 35px;
}
	
	.top_flex {
		flex-direction: column-reverse;
		padding: 0 15px;
		margin-top: 20px;
	}
	
	.tf2 {
		flex-direction: column;
		padding: 0 15px;
		margin-top: 20px;
	}
	
   .servis {
    padding: 0; 
	 margin-top: 80px;
}
	
	.svs {
		position: static;
		    margin-top: -46px;
		margin-bottom: 15px;
	}

	.servis_flex .san {
    height: auto;
}
	
	.toriatu {
		padding: 0 15px;
		margin-bottom: 100px;
	}
	
	.toriatu_flex {
		flex-direction: column-reverse;
	}
	
	.news {
		padding: 0;
		padding-bottom: 40px;
	}
	
	.news p {
		font-size: 17px;
		margin-bottom: 20px;
	}
	
	.f_flex {
		flex-direction: column;
		padding: 0;
	}
	
	.servis_ttl {
		font-size: 20px;
	 padding-top: 30px;
    padding-bottom: 20px;
	}
	
	.servis_flex {
    text-align: center;
    align-items: center;
	padding: 0 15px;
	height: auto;
}
	
	.servis_flex > div {
	  margin-bottom: 20px;
	}
	
	.servis_flex .link_btn a {
		justify-content: flex-end;
	}
	
	.bnr {
		margin: 80px 0;
	}
	
	.toriatu_ttl {
		 margin: 0 auto;
	}
	
	.toriatu_ttl h2 {
	  font-size: 26px;
	}
	
	.toriatu_txt img {
    max-width: 120px;
    margin-right: 20px;
    margin-left: 30px;
}
	
	.item p {
    font-size: 17px;
}
	
	.item {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 80%;
	}
	
	.news h2 > span:after {
    width: 150px;
    height: 100px;
}
	
	.news_ttl {
    text-align: center;
    margin-top: 10px;
}
	
	.n_waku {
		padding: 0 15px;
		margin: 90px 0px 0px auto;
	}
	
	.cate_mark {
	display: block;
    padding: 1px 0;
    max-width: 100px;
    text-align: center;
}
	
	footer h2 {
    padding-top: 50px;
    font-size: 26px;
    padding-bottom: 20px;
}
	
	footer p {
    font-size: 18px;
}
	
	.f_tel {
    font-size: 30px;
	 color: #fff;
    padding: 15px 0;
}
	
	.f_flex {
    flex-direction: column;
    padding: 0 15px;
}
	
	.jyusho {
    margin-top: 0px;
    margin-left: 0px;
}
	
	.f_bar {
    padding: 40px 0;
}
	
	.sp_flex {
		display: flex;
		flex-direction: column;
      justify-content: end;
		margin-top: 30px;
	}
	
	.f_logo img {
    max-width: 250px;
}
	
	.sp_waku {
		padding: 0 15px;
	}
	
	.copy {
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 20px;
}
}

@media screen and (max-width: 583px) {
	.servis_flex > div {
		    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
	}
}