/*----------------------------------------------------------
	Styles for body
----------------------------------------------------------*/

body {  margin: 0; padding: 0; font-family: "Noto Sans JP", sans-serif; background: url(../images/bg.png) center repeat-y #fbe3e0; color: #888;}
body { -webkit-animation: fadeIn 2s ease 0s 1 normal; animation: fadeIn 2s ease 0s 1 normal; }
@-webkit-keyframes fadeIn {0% {opacity: 0} 100% {opacity: 1}}
@keyframes fadeIn { 0% {opacity: 0} 100% {opacity: 1}}


a:link  { text-decoration: none; color: #FF5B5D;}
a:visited { text-decoration: none; color: #FF5B5D;}
a:hover { text-decoration: none;}
a:active { text-decoration: none;}
p {line-height: 1.8; margin-bottom: 2em; color: #888;}

.shippori-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.shippori-b1 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}
.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.contents{
	height: 100%;
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0;
	border-left: #af8f52 double 3px;
	border-right: #af8f52 double 3px;
	background:linear-gradient(
		to bottom,
		rgba(244, 226, 223, 0.8) 0px,
		rgba(244, 226, 223, 0.8) 300px,
		rgba(255, 255, 255, 0.8) 400px,
		rgba(255, 255, 255, 0.8) 100%
		);
	box-shadow:  0px 0px 10px rgba(0,0,0,0.4);
}
.contents::after {clear: both; }

h1{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-size: 34px;
	line-height: 1.4;
	text-align: center;
	margin: 50px auto 0px;
	color:#a58d56;
	font-feature-settings: "palt" 1;
}
h2{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	margin: 50px auto 0px;
	color:#4a3b2c;
}
h3{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	text-align: left;
	margin: 100px auto 30px;
	padding: 0 0 15px;
	color:#a58d56;
	border-bottom: 1px solid #a58d56;
}
h4{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	margin: 30px auto;
	color:#a58d56;
}
h4::before {
	font-family: "Noto Sans JP", sans-serif;
  content: "ーー";
	letter-spacing:-4px;
	margin-right: 0.5rem;
}

.h1image { width: 100px; margin: 20px auto 40px; }

.txtarea {width: 900px ; margin: 40px auto; font-size: 16px; line-height: 1.5; }
.credit{font-size: 12px; line-height: 1.2; margin: 50px 0 0; text-align: right;}
.bold{font-weight: bold;}

.cap{font-size: 12px; line-height: 1.2; margin-bottom: 10px;}
.cleafix {clear: both; line-height: 0;}


.cho{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	color:#e5a398;
	margin-right: 1rem;
}

.cho2{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	color:#99c1a5;
	margin-right: 1rem;
}

.cho3{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	color:#b6ae57;
	margin-right: 1rem;
}

.merit{
  margin: 20px 0;
  padding: 10px 20px 30px;
  border: 3px solid #ffe8e8;
  border-radius: 10px;
  display: inline-block;
  background-color: #fff;
  display: flex;
  align-items:center;
}
.cho_body img{
  height: 20rem;
  margin-right: 10px;
}
.osusume{
  color:#e5a398;
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
}
.chushaku{
  font-size: 0.7em;
	vertical-align: top;
}

.int{
	color: #777777;
	font-weight: bold;
}

.gazo1 { margin: 0px 20px 0px; width: 940px;}
.gazo_left { margin: 0px 0px 0px 0px; width: 400px; float: left; margin: 0 20px 0 0; }
.gazo_right { margin: 0px 0px 0px 0px; width: 400px; float: right; margin: 0 0 0 20px;}
.gazo_right_tate { margin: 0px 0px 0px 0px; width: 250px; float: right; margin: 0 0 0 20px;}
.gazo_left_tate { margin: 0px 0px 0px 0px; width: 250px; float: left; margin: 0 20px 0 0px;}
.gazo_left_big { margin: 0px 0px 0px 0px; width: 600px; float: left; margin: 0 20px 0 0; }
.gazo_left img, .gazo_right img, .gazo_right_tate img, .gazo_left_tate img, .gazo_left_big img {width: 100%;}


.center {text-align: center;}
.mb20 {margin-bottom: 20px;}
.mb40 {margin-bottom: 40px;}
.mt20 {margin-top: 20px;}
.mt40 {margin-top: 40px;}
.pt40 {padding-top: 40px;}


/*----------------------------------------------------------
	Styles for button
----------------------------------------------------------*/
.forbtn{text-align: center; margin: 70px;}
.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 30px;
	cursor : pointer;
	background-color: #e5a398;
  border: 2px solid #e5a398;
  color: #fff;
  line-height: 1.3;
  padding: 10px 20px;
  font-size: 16px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}



.button a:link  { text-decoration: none; color: #fff;}
.button a:visited { text-decoration: none; color: #fff;}
.button a:hover { text-decoration: none;  border-bottom: none;}
.button a:active { text-decoration: none;  border-bottom: none;}

.button:hover {
  background-color: #FE9191;
  border-color: #FE9191;
  color: #fff;
}


.product{
  width: 640px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 50px auto 100px;
}
.product a:hover{
  opacity: 0.8;
}
.product a img{
  width: 300px;
}

#foot { magin:0; padding:20px 0 20px; font-size: 12px; line-height: 1; color: #fff; text-align: center;  background: #af8f52; width:100%;}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .contents{
  	height: 100%;
  	width: 100%;
  	margin: 0 auto;
  	padding: 20px 0 0;
  }
  .txtarea {
    width: 90% ;
    margin: 40px auto;
    font-size: 14px;
    line-height: 1.5;
  }
  h1{
  	font-size: 28px;
  }
  h2{
  	font-size: 22px;
  }
  h3{
  	font-size: 20px;
  }
  h4{
  	font-size: 16px;
  }


  .contents::after {clear: both; }
  .gazo1 { margin: 0px; width: 100%;}
  .gazo_left { margin: 0px auto; width: 100%; float: none;}
  .gazo_right { margin: 0px auto; width: 100%; float: none;}
  .gazo_right_tate { margin: 0px auto; width: 100%; float: none;}
  .gazo_left_tate { margin: 0px auto; width: 100%; float: none;}
  .gazo_left_big { margin: 0px auto; width: 100%; float: none;}
  .merit{
    padding: 10px 20px 10px 0px;
  }

  .button {
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .forbtn{text-align: center; margin: 50px 20px;}
  .product{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 50px auto 100px;
  }
  .product a img{
    width: 100%;
  }

}
