@charset "utf-8";

/*
Theme Name: 白根りんご農園
Description: 白根りんご農園 サイトテーマ
Author: 平和印刷株式会社
*/

html, body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* -------- -------- -------- -------- -------- -------- -------- --------
	基本設定
*/
.gothic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.mincho {
  font-family: 'Sawarabi Mincho', sans-serif;
}
body {
	font-size: 16px;
	line-height: 2em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #000;
  background-image: #FFF;
}

div.float_box {
	overflow:hidden;
}
div.float_left {
	float:left;
}
div.float_right {
	float:right;
}

a {
	color: #36C;
	text-decoration:none;
}

a:hover {
	color: #0C0;
}

ul {
	list-style:none;
}


/* -------- -------- -------- -------- -------- -------- -------- --------
	共通設定
*/

#page_top{
  width: 47px;
  height: 48px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
}

#base_box {
  width: 960px;
  margin: 0 auto;
}

.content_box {
  width: 100%;
  padding: 0px 50px;
  margin-top: 30px;
}
#eyecatch {
  width: 100%;
}

h1 {
  background-image: url("images/h1_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  height: 276px;
  font-size: 32px;
  line-height: 1em;
  color: #000;
  text-align: center;
  padding-top: 115px;
  margin-bottom: 40px;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: normal;
}
h1 span {
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
  font-weight: normal;
}

h2 {
  font-size: 18px;
  line-height: 30px;
  color: #7F4F21;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: normal;
  font-family: 'Sawarabi Mincho', sans-serif;
}
h2 b {
  font-size: 22px;
  font-weight: normal;
}

.full {
  display: block;
  width: 960px;
  margin: 0 auto;
}

.message_box {
  position: relative;
  padding: 40px 70px 40px 105px;
  color: #604C3F;
  font-size: 16px;
  line-height: 1.6em;
}
.message_box:nth-of-type(even) {
  background-color: #EEEAE7;
}
.message_box:before {
  content: url("images/outline_apple.png");
  position: absolute;
  left: 35px;
  top: 35px;
}
.message_box h3 {
  color: #C30D23;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 20px;
  height: 58px;
  padding-top: 15px;
}
.message_box h3.double {
  padding-top: 0px;
}
.message_box ul.detail {
  margin-top: 20px;
}
.message_box ul.detail li {
  border-top: 1px #000 dashed;
  padding-top: 10px;
  margin-top: 10px;
}
.message_box ul.detail li:nth-of-type(1) {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}
.message_box ul.detail li h4 {
  font-size: 18px;
  line-height: 1.6em;
  color: #006934;
}


/* -------- -------- -------- -------- -------- -------- -------- --------
	ヘッダー
*/

header {
  width: 960px;
  margin: 0 auto;
  color: #C7000B;
  padding-bottom: 20px;
}
header a {
  color: #C7000B;
}

header .title {
  width: 100%;
  display: table;
}
header .title div {
  display: table-cell;
  vertical-align: top;
}
header .logo {
  text-align: center;
  padding-top: 80px;
  font-size: 14px;
  line-height: 1em;
}
header .logo img {
  width: 296px;
}
header .logo p {
  display: block;
  padding-left: 0.5em;
  margin-top: 15px;
}
header .logo .tel {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1em;
}
header .logo .tel span {
  display: inline-block;
  vertical-align: top;
  background-color: #C7000B;
  padding: 3px 3px 1px 3px;
  color: #FFF;
  border-radius: 3px;
  margin-right: 5px;
  margin-top: 4px;
}
header .logo .tel a {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  line-height: 1em;
  font-family: 'Rubik', sans-serif;
  color: #C7000B;
}

header .left_apl img, header .right_apl img {
  width: 285px;
}
header .left_apl {
  text-align: left;
}
header .right_apl {
  text-align: right;
}


/* メニュー */

header nav {
  margin-top: 60px;
}
header nav ul {
  overflow: hidden;
  width: 780px;
  margin: 0 auto;
}
header nav li {
  float: left;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  width: 130px;
}
header nav li img {
  width: 44px;
}
header nav li a {
  display: block;
  padding: 15px 0;
  color: #C7000B;
}
header nav li a p {
  margin-top: 10px;
}
header nav li a:hover {
  background-color: #CC8;
  color: #000;
}


/* -------- -------- -------- -------- -------- -------- -------- --------
	フッター
*/

#apple_orchard {
  display: table;
  margin: 50px auto 30px auto;
  width: 960px;
  padding: 0 30px;
}
#apple_orchard .message {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  font-size: 14px;
  line-height: 1.5em;
  color: #7F4F21;
}
#apple_orchard .message h3 {
  font-size: 26px;
  line-height: 38px;
}
#apple_orchard .message h3 b {
  color: #C7000B;
  font-size: 38px;
}
#apple_orchard .message p {
  font-weight: bold;
  color: #C7000B;
  padding-bottom: 6px;
  margin-top: 5px;
  margin-bottom: 7px;
  border-bottom: 1px dashed #000;
  padding-right: 1em;
}
#apple_orchard .photo {
  display: table-cell;
  vertical-align: top;
  min-width: 410px;
}
#apple_orchard .photo ul {
  overflow: hidden;
}
#apple_orchard .photo li {
  width: 200px;
  margin-left: 10px;
  float: left;
}
#apple_orchard .photo li:nth-of-type(1) {
  margin-left: 0px;
}
#apple_orchard .photo li img {
  width: 100%;
  border-radius: 16px;
}

footer {
  width: 100%;
  min-width: 960px;
  background-color: #604C3F;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  padding-top: 40px;
  margin-top: 60px;
}

footer .logo {
  width: 296px;
  margin: 0 auto 20px auto;
  display: block;
  text-align: right;
}
footer .logo img {
  width: 100%;
}
footer .logo p {
  font-size: 13px;
  line-height: 1em;
}
footer .tel {
  text-align: center;
  padding-top: 25px;
  font-size: 14px;
  line-height: 1em;
  text-indent: 0.5em;
}
footer .tel p {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1em;
  text-indent: 0;
}
footer .tel p span {
  display: inline-block;
  vertical-align: top;
  background-color: #FFF;
  color: #604C3F;
  padding: 3px 3px 1px 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-top: 5px;
}
footer .tel p a {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  line-height: 1em;
  font-family: 'Abril Fatface', cursive;
  color: #FFF;
  letter-spacing: 1px;
}

footer .copyright {
  display: block;
  width: 100%;
  background-color: #A48B78;
  padding: 6px 0;
  margin-top: 45px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
}

footer .apple {
  display: block;
  width: 860px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  position: relative;
}
footer .apple img {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 124px;
}


/* -------- -------- -------- -------- -------- -------- -------- --------
	トップページ
*/

#top_page {
}

#top_page #covid19 {
  width: 656px;
  margin: 60px auto;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
#top_page #covid19 h2 {
  color: #D2000E;
  font-size: 36px;
  line-height: 60px;
  background-image: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#top_page #covid19 h2 img {
  width: 60px;
  margin-right: 10px;
  border-radius: 30px;
}
#top_page #covid19 table {
  margin-top: 20px;
}
#top_page #covid19 hr {
  border-top: 2px dotted #000;
}
#top_page #covid19 th {
  text-align: left;
  vertical-align: top;  
}
#top_page #covid19 td {
  width: 240px;
  text-align: right;
  vertical-align: top;
  padding-top: 6px;
}
#top_page #covid19 td img {
  margin-left: 15px;
  border-radius: 16px;
  width: 100px;
}
#top_page #covid19 h3 {
  color: #FFF;
  background-color: #51B454;
  border-radius: 13px;
  font-size: 18px;
  line-height: 1em;
  padding-top: 6px;
  height: 26px;
  text-align: center;
  width: 10em;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
}
#top_page #covid19 ul {
  width: 100%;
  display: block;
  margin-top: 6px;
}
#top_page #covid19 li {
  padding-left: 16px;
  position: relative;
}
#top_page #covid19 li:before {
  content: '';
  position: absolute;
  background-color: #C8BB9B;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  left: 0;
  top: 7px;
}

#top_page #message {
  background-image: url("images/message_bg.png");
  background-size: 828px auto;
  background-repeat: no-repeat;
  background-position: 15px center;
  min-height: 615px;
  position: relative;
  padding: 0 94px;
  font-size: 16px;
  line-height: 1.8em;
}
#top_page #message .title {
  display: block;
  width: 99px;
  margin: 0 auto;
}
#top_page #message .sign {
  position: absolute;
  right: 100px;
  bottom: 40px;
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
}
#top_page #message .sign span {
  font-size: 14px;
  line-height: 1em;
  display: block;
  margin-bottom: 10px;
}


/* -------- -------- -------- -------- -------- -------- -------- --------
	農園のご紹介
*/

#outline {
  padding-left: 0px;
  padding-right: 0px;
  color: #604C3F;
  font-size: 16px;
  line-height: 1.6em;
}

#outline h2 {
  margin-bottom: 0px;
}

#outline .photo {
  display: table-cell;
  vertical-align: top;
}
#outline .photo img {
  width: 100%;
}
#outline .text {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

#outline .message {
  padding: 40px 70px;
  display: table;
}
#outline .message .photo {
  min-width: 295px;
}
#outline .message .photo img {
  border-radius: 16px;
}
#outline .message .text {
  padding-left: 20px;
  font-weight: bold;
}

#outline .profile li {
  margin-top: 30px;
  display: table;
}
#outline .profile li:nth-of-type(1) {
  margin-top: 0px;
}
#outline .profile .photo {
  min-width: 280px;
  background-color: #C9BC9C;
}
#outline .profile .photo img {
  display: none;
}
#outline .profile .text {
  padding-left: 25px;
}
#outline .profile .text h4 {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 10px;
}

#outline .notice {
  display: table;
}
#outline .notice .text {
  padding-right: 1em;
}
#outline .notice .photo {
  min-width: 360px;
}


/* -------- -------- -------- -------- -------- -------- -------- --------
	商品のご紹介
*/

#apple {}

#apple .message {
  width: 960px;
  margin-top: 120px;
  margin-left: -50px;
  margin-bottom: 80px;
  padding: 40px 50px;
  background-color: #C7000B;
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  color: #FFF;
}
#apple .message img {
  position: absolute;
  right: 30px;
  top: -80px;
}
#apple .message h3 {
  font-size: 24px;
  line-height: 1.5em;
  color: #E4DA00;
  font-weight: normal;
  font-family: 'Sawarabi Mincho', sans-serif;
  margin-bottom: 20px;
}

#apple ul {
}
#apple li {
  display: table;
  margin-top: 20px;
  padding: 5px;
  border: 1px solid #604C3F;
  color: #604C3F;
}
#apple li .photo {
  display: table-cell;
  min-width: 300px;
  min-height: 220px;
  border: 2px solid #604C3F;
  border-right: none;
  background-color: #604C3F;
}
#apple li .photo img {
  width: 100%;
  display: none;
}
#apple li .detail {
  display: table-cell;
  width: 100%;
  border: 2px solid #604C3F;
  border-left: none;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5em;
  padding-bottom: 10px;
  color: #604C3F;
}
#apple li .detail h4 {
  font-size: 40px;
  line-height: 1em;
  color: #FFF;
  font-weight: normal;
  font-family: 'Sawarabi Mincho', sans-serif;
  position: relative;
  padding: 11px 10px 9px 10px;
  background-color: #C30D23;
  margin-bottom: 10px;
}
#apple li .detail h4 p {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  color: #FFF100;
  vertical-align: bottom;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#apple li .detail h4 p span {
  font-size: 14px;
}
#apple li .detail h4 p b {
  font-size: 24px;
}
#apple li .detail div {
  float: left;
  margin-left: 10px;
  width: 12em;
}
#apple li .detail table {
  float: right;
  margin-right: 10px;
  font-size: 16px;
  line-height: 16px;
  color: #FFF;
  font-weight: bold;
}
#apple li .detail th {
  background-color: #B69D00;
  text-align: center;
  vertical-align: middle;
  padding: 10px 8px 8px 8px;
  border-top: 3px solid #FFF;
}
#apple li .detail td {
  background-color: #E7E0D2;
  color: #000;
  padding: 10px 8px 8px 8px;
  text-align: center;
  vertical-align: middle;
  border-top: 3px solid #FFF;
  border-left: 3px solid #FFF;
}
#apple li .detail tr:nth-of-type(1) th {
  border-top: none;
}
#apple li .detail tr:nth-of-type(1) td {
  background-color: #00913A;
  color: #FFF;
  border-top: none;
  padding: 9px 0 7px 0;
}
#apple li .detail td span {
  display: block;
  font-size: 14px;
  margin-top: 2px;
}

#apple .juice {
  width: 960px;
  margin-top: 40px;
  margin-left: -50px;
}
#apple .juice img {
  width: 100%;
}

#apple .alcohol {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: bold;
  color: #7F4F21;
  padding: 30px 0;
}


/* -------- -------- -------- -------- -------- -------- -------- --------
	りんご豆知識
*/

#trivia {
  padding-left: 0px;
  padding-right: 0px;
}

#trivia .message_box {
  padding-left: 70px;
}
#trivia .message_box h3 {
  padding-left: 35px;
}


/* -------- -------- -------- -------- -------- -------- -------- --------
	アクセス
*/

#access {}
#access h2 {
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 24px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #C30D23;
}


/* -------- -------- -------- -------- -------- -------- -------- --------
	ご注文について
*/

#order {
  padding-left: 0;
  padding-right: 0;
}

#order img {
  width: 100%;
}

#order a {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  border-radius: 16px;
  font-size: 30px;
  text-align: center;
  display: block;
  background-color: #006934;
  width: 600px;
  padding: 22px 0 18px 0;
  font-weight: bold;
}
#order a:hover {
  background-color: #40C954;
}

#order .cider {
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  font-weight: bold;
  color: #7F4F21;
  margin-top: 50px;
}
#order .cider a {
  background-color: #690034;
  margin-top: 20px;
}
#order .cider a:hover {
  background-color: #C94054;
}
