@charset "UTF-8";

/*
Theme Name:
Theme URI:
Description:
Author:
Author URI:
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
html {
  color: #333;
  background: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 62.5% !important;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

body {
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.625;
}

a {
  color: #333333;
}

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

#main img,
#main picture {
  max-width: 100%;
}

body {
  min-width: 1000px;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
}

/*---- biwako header ----*/
header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
  height: 75px;
  margin: 0 auto;
}

header .logo {
  width: 125px;
  padding: 10px;
}

header .logo img {
  max-width: 100%;
}

header .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .sns .button {
  width: 38px;
  margin-right: 15px;
}

header .sns .button img {
  display: block;
}

/*---- bg color ----*/
#main {
  background-color: #f6f7f7;
}

/*---- #maintitle ----*/
#maintitle {
  background: url(../../images/savethedeer/maintitle/main-bg-100.jpg) center center no-repeat;
  background-size: cover;
  height: 667px;
  position: relative;
}

#maintitle .box {
  width: 1000px;
  margin: 0 auto;
  padding-top: 150px;
  text-align: center;
}

#maintitle .box h1 {
  width: 280px;
  margin: 0 auto 180px;
}

#maintitle .box .btn {
  width: 263px;
  margin: 0 auto;
}

/*---- #top ----*/
#top {
  background-color: #f7e7e9;
  padding: 65px 0 60px;
}

#top .inner {
  width: 1100px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

#top .inner h2 {
  width: 548px;
  margin: 0 auto 50px;
}

#top .inner .top-text p + p {
  margin-top: 30px;
}

/*---- #special ----*/
#special {
  width: 1000px;
  margin: 0 auto;
  padding-top: 115px;
  padding-bottom: 90px;
}

#special .special {
  position: relative;
}

#special .special h2 {
  /*  margin: 0 auto;
    text-align: center;*/
  margin-bottom: 30px;
}

#special .special .box {
/*  position: absolute;*/
  width: 427px;
}

#special .special .box .img {
  margin-bottom: 30px;
}

#special .special .box h3 {
  margin-bottom: 25px;
}

#special .special .box .img img {
  display: block;
}

#special .special .box p {
  margin-bottom: 40px;
}

#special .special .box a {
  display: block;
  text-align: center;
}

#special .special .box a img {
  width: 93px;
}

/*---- #special01 ----*/
#special #special01 {
  margin-bottom: 80px;
}

#special #special01:before {
  content: "";
  display: block;
  background: url(../../images/savethedeer/special/special01-img02-100.png) center center no-repeat;
  background-size: contain;
  width: 720px;
  height: 568px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(90px);
  -ms-transform: translateX(90px);
  transform: translateX(90px);
}

#special #special01 h2 {
  width: 342px;
  margin-left: 55px;
}

#special #special01 .box {
  padding-top: 0;
  margin-left: 55px;
}

#special #special01 .box h3 img {
  width: 394px;
}

/*---- #special02 ----*/
#special #special02 {
  margin-bottom: 80px;
}

#special #special02:before {
  content: "";
  display: block;
  background: url(../../images/savethedeer/special/special02-img02-100.png) center center no-repeat;
  background-size: contain;
  width: 704px;
  height: 554px;
  position: absolute;
  top: 80px;
  right: 50%;
  -webkit-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  transform: translateX(-90px);
}

#special #special02 h2 {
  width: 386px;
  margin-left: 520px;
}

#special #special02 .box {
  padding-top: 0;
  margin-right: 55px;
  margin-left: 520px;
}

#special #special02 .box h3 img {
  width: 309px;
}

/*---- #special03 ----*/
#special #special03:before {
  content: "";
  display: block;
  background: url(../../images/savethedeer/special/special03-img02-100.png) center center no-repeat;
  background-size: contain;
  width: 733px;
  height: 579px;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(90px);
  -ms-transform: translateX(90px);
  transform: translateX(90px);
}

#special #special03 h2 {
  width: 348px;
  margin-left: 55px;
}

#special #special03 .box {
  padding-top: 10px;
  margin-left: 55px;
}

#special #special03 .box h3 img {
  width: 319px;
}

/*---- #photo-spot ----*/
#photo-spot {
  background-color: #f7e7e9;
  padding: 57px 0 60px;
}

#photo-spot .boxes {
  width: 910px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#photo-spot .boxes .box {
  position: relative;
}

#photo-spot .boxes .box:after {
  content: "";
  position: absolute;
}

#photo-spot .boxes .box img {
  z-index: 0;
  display: block;
}

#photo-spot .boxes #box01:after {
  background: url(../../images/savethedeer/photo-spot/photo-spot01-frame.png) center center no-repeat;
  width: 280px;
  height: 345px;
  z-index: 1;
  top: 18px;
  left: 18px;
}

#photo-spot .boxes #box02:after {
  background: url(../../images/savethedeer/photo-spot/photo-spot02-frame.png) center center no-repeat;
  width: 417px;
  height: 250px;
  z-index: 1;
  top: 18px;
  right: 18px;
}

#photo-spot .boxes #box03 {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 45px;
}

#photo-spot .boxes #box03:after {
  background: url(../../images/savethedeer/photo-spot/photo-spot03-frame.png) center center no-repeat;
  width: 417px;
  height: 250px;
  z-index: 1;
  top: 60px;
  right: 0;
}

#photo-spot .boxes #box04:after {
  background: url(../../images/savethedeer/photo-spot/photo-spot04-frame.png) center center no-repeat;
  width: 417px;
  height: 250px;
  z-index: 1;
  top: 18px;
  left: 18px;
}

#photo-spot .boxes #box05 {
  margin-top: 65px;
}

#photo-spot .boxes #box05:after {
  background: url(../../images/savethedeer/photo-spot/photo-spot05-frame.png) center center no-repeat;
  width: 281px;
  height: 345px;
  z-index: 1;
  top: 18px;
  right: 18px;
}

#photo-spot .boxes #box06 {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 45px;
}

#photo-spot .boxes #box06:after {
  background: url(../../images/savethedeer/photo-spot/photo-spot06-frame.png) center center no-repeat;
  width: 417px;
  height: 250px;
  z-index: 1;
  top: 60px;
  right: 0;
}

#photo-spot .boxes .btn {
 text-align: center;
 margin: 15px auto 0;
}

#photo-spot .boxes .btn a {
  display: inline-block;
}

/*---- #campaign ----*/
#campaign {
  background: #b14c59;
  padding: 80px 0 86px;
  /*display: none;*/
}

#campaign .inner {
  width: 688px;
  margin: 0 auto;
  border: 4px solid #fff;
  position: relative;
  padding: 65px 0;
  color: #fff;
}

#campaign .inner h2 {
  width: 475px;
  margin: 0 auto 70px;
  text-align: center;
}

#campaign .inner .img {
  width: 108px;
  margin: 0 auto 25px;
}

#campaign .inner .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 75px;
}

#campaign .inner .tags .tag {
  background-color: #fff;
  color: #b14c59;
  font-weight: bold;
  padding: 6px 10px;
  text-decoration: none;
}

#campaign .inner p {
  text-align: center;
  font-size: 20px;
  line-height: 1.85;
}

#campaign .inner p + p {
  margin-top: 70px;
}

#campaign .inner .memo {
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
}

#campaign .inner .steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#campaign .inner .steps .step {
  margin-right: 50px;
  text-align: center;
  position: relative;
}

#campaign .inner .steps .step:after {
  position: absolute;
  content: "";
  display: block;
  width: 48px;
  height: 21px;
  background: url(../../images/savethedeer/instagram/insta-arrow.png) center center no-repeat;
  top: 3px;
  right: -46px;
}

#campaign .inner .steps .step:last-of-type {
  margin-right: 0;
}

#campaign .inner .steps .step:last-of-type:after {
  display: none;
}

#campaign .inner .steps .step .title {
  margin-bottom: 28px;
}

#campaign .inner .steps .step .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 110px;
  margin-bottom: 32px;
}

#campaign .inner .steps .step .text {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 31px;
}

/*---- #spot ----*/
#spot {
  padding: 76px 0 28px;
}

#spot h2 {
  width: 820px;
  text-align: center;
  margin: 0 auto 85px;
}

#spot .boxes {
  width: 960px;
  margin: 0 auto;
  padding: 0 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#spot .boxes .box {
  width: 366px;
  text-align: center;
  margin-bottom: 82px;
}

#spot .boxes .box:nth-of-type(2n+1) {
  margin-right: 84px;
}

#spot .boxes .box:nth-child(6) .title {
  min-height: calc(2em * 1.64);
}

#spot .boxes .box .img {
  margin-bottom: 28px;
}

#spot .boxes .box .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

#spot .boxes .box .location {
  font-size: 18px;
  font-weight: bold;
  color: #727171;
  margin-bottom: 28px;
}

#spot .boxes .box .text {
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
}

/*---- #contest ----*/
#contest {
  background-color: #fff;
  padding: 88px 0 96px;
}

#contest .inner {
  width: 837px;
  margin: 0 auto;
}

#contest h2 {
  width: 381px;
  margin: 0 auto 55px;
  text-align: center;
}

#contest table {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 110px;
}

#contest table tr {
  border-bottom: 2px solid #231815;
}

#contest table tr th {
  width: 220px;
  padding-left: 5px;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 8px;
}

#contest table tr td {
  line-height: 43px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#contest table tr td .memo {
  font-size: 12px;
  margin-left: 5px;
}

#contest table tr th.method p {
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  display: inline;
}

#contest table tr td dl dt {
  font-size: 14px;
  font-weight: bold;
}

#contest table tr td dl dd {
  font-size: 12px;
  line-height: 23.5px;
  margin-bottom: 10px;
}

#contest p {
  font-size: 1.2rem;
  line-height: 31px;
  margin-bottom: 90px;
}

#contest .link {
  max-width: 397px;
  margin: 0 auto;
  text-align: center;
}

/* iframe */
#contest .frame_wrap {
  margin: 90px auto 100px;
}

#contest .frame_wrap iframe {
  height: 1600px;
}

/* reset */
#Footer {
  margin-top: 0 !important;
}
