@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%;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

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

a {
  color: #333333;
}

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

body {
  min-width: 100%;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

img {
  max-width: 100%;
}

/*---- biwako header ----*/
header {
  height: 14vw;
  margin: 0 auto;
  position: relative;
}

header .logo {
  width: 21.33333vw;
  padding: 2vw;
  margin: 0 auto;
}

header .sns {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 14vw;
  padding: 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .sns .button {
  width: 6.93333vw;
  margin-right: 2.93333vw;
}

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

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

#main .inner {
  padding-right: 8%;
  padding-left: 8%;
}

#main .pc {
  display: none;
}

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

#maintitle .box {
  position: absolute;
  left: 50%;
  top: 24vw;
  text-align: center;
  width: 65vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#maintitle .box h1 {
  margin-bottom: 14vw;
}

#maintitle .box .btn {
  width: 65%;
  margin: 0 auto;
}

/*---- #top ----*/
#top {
  background-color: #f7e7e9;
  padding: 8.66667vw 0 8.53333vw;
}

#top .inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#top .inner h2 {
  width: 100%;
  margin: 0 auto 7.73333vw;
}

#top .inner h2 img {
  height: 12.53333vw;
}

#top .inner p {
  margin: 0 auto 3vw;
  width: 69vw;
  font-size: 10px;
}

/*---- #special ----*/
#special {
  width: 100%;
  margin: 0 auto;
  padding-top: 6.66667vw;
  padding-bottom: 28vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

#special .special {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#special .special h2 {
  margin: 0 auto 5vw;
  text-align: center;
  height: 7.33333vw;
  width: 100%;
}

#special .special h2 img {
  height: 100%;
}

#special .special .box {
  width: 60vw;
}

#special .special .box .img {
  margin-bottom: 5.6vw;
}

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

#special .special .box h3 {
  margin-bottom: 4vw;
}

#special .special .box p {
  font-size: 0.9rem;
}

#special .special .box a {
  display: block;
  width: 100vw;
  text-align: center;
  margin-left: -4vw;
  position: absolute;
  left: 0;
  margin-top: 9.06667vw;
}

#special .special .box a img {
  width: 19.33333vw;
}

/*---- #special01 ----*/
#special #special01 {
  margin-bottom: 14.66667vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#special #special01:before {
  content: "";
  display: block;
  background: url(../../images/savethedeer/special/special01-img02-sp-100.jpg) center center no-repeat;
  background-size: cover;
  width: 60.93333vw;
  height: 77.46667vw;
  position: absolute;
  top: 11.33333vw;
  left: 50%;
  -webkit-transform: translateX(22.66667vw);
  -ms-transform: translateX(22.66667vw);
  transform: translateX(22.66667vw);
}

#special #special01 .box h3 img {
  height: 2.2vw;
}

/*---- #special02 ----*/
#special #special02 {
  margin-bottom: 14.66667vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#special #special02:before {
  content: "";
  display: block;
  background: url(../../images/savethedeer/special/special02-img02-sp-100.jpg) center center no-repeat;
  background-size: cover;
  width: 60.93333vw;
  height: 77.46667vw;
  position: absolute;
  top: 11.33333vw;
  right: 50%;
  -webkit-transform: translateX(-21.73333vw);
  -ms-transform: translateX(-21.73333vw);
  transform: translateX(-21.73333vw);
}

#special #special02 .box h3 img {
  height: 2.2vw;
}

/*---- #special03 ----*/
#special #special03 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#special #special03:before {
  content: "";
  display: block;
  background: url(../../images/savethedeer/special/special03-img02-sp-100.jpg) center center no-repeat;
  background-size: cover;
  width: 60.93333vw;
  height: 77.46667vw;
  position: absolute;
  top: 11.33333vw;
  left: 54%;
  -webkit-transform: translateX(110px);
  -ms-transform: translateX(110px);
  transform: translateX(110px);
}

#special #special03 .box h3 img {
  height: 6.6vw;
}

/*---- #photo-spot ----*/
#photo-spot {
  background-color: #f7e7e9;
  padding: 4vw 4.66667vw 5.33333vw;
}

#photo-spot .boxes {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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 {
  margin-bottom: 26.66667vw;
}

#photo-spot .boxes #box01:after {
  background: url(../../images/savethedeer/photo-spot/photo-spot01-frame-sp.png) center center no-repeat;
  background-size: cover;
  width: 59.33333vw;
  height: 73.2vw;
  z-index: 1;
  top: 4vw;
  left: 4vw;
}

#photo-spot .boxes #box02 {
  margin-bottom: 28vw;
}

#photo-spot .boxes #box02:after {
  background: url(../../images/savethedeer/photo-spot/photo-spot02-frame-sp.png) center center no-repeat;
  background-size: cover;
  width: 59.33333vw;
  height: 73.2vw;
  z-index: 1;
  top: 4vw;
  right: 4vw;
}

#photo-spot .boxes #box03 {
  margin-bottom: 26.66667vw;
}

#photo-spot .boxes #box03:after {
  background: url(../../images/savethedeer/photo-spot/photo-spot03-frame-sp.png) center center no-repeat;
  background-size: cover;
  width: 59.33333vw;
  height: 73.2vw;
  z-index: 1;
  top: 4vw;
  left: 4vw;
}

#photo-spot .boxes #box04 {
  margin-bottom: 26.66667vw;
}

#photo-spot .boxes #box04:after {
  background: url(../../images/savethedeer/photo-spot/photo-spot04-frame-sp.png) center center no-repeat;
  background-size: cover;
  width: 59.33333vw;
  height: 73.2vw;
  z-index: 1;
  top: 4vw;
  right: 4vw;
}

#photo-spot .boxes #box05 {
  margin-bottom: 28vw;
}

#photo-spot .boxes #box05:after {
  background: url(../../images/savethedeer/photo-spot/photo-spot05-frame-sp.png) center center no-repeat;
  background-size: cover;
  width: 59.33333vw;
  height: 73.2vw;
  z-index: 1;
  top: 4vw;
  left: 4vw;
}

#photo-spot .boxes #box06 {
  margin-bottom: 26.66667vw;
}

#photo-spot .boxes #box06:after {
  background: url(../../images/savethedeer/photo-spot/photo-spot06-frame-sp.png) center center no-repeat;
  background-size: cover;
  width: 59.33333vw;
  height: 73.2vw;
  z-index: 1;
  top: 4vw;
  right: 4vw;
}

#photo-spot .boxes .btn {
  width: 60%;
  margin: 15px auto 0;
}

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

/*---- #campaign ----*/
#campaign {
  background: #b14c59;
  padding: 8vw 4vw 10.66667vw;
  /*display: none;*/
}

#campaign .inner {
  width: 100%;
  margin: 0 auto;
  border: 0.53333vw solid #fff;
  position: relative;
  padding: 6.66667vw 4vw 6vw;
  color: #fff;
}

#campaign .inner h2 {
  text-align: center;
  margin-bottom: 5.33333vw;
}

#campaign .inner h2 img {
  width: 54vw;
}

#campaign .inner .img {
  width: 16vw;
  margin: 0 auto 3vw;
}

#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: 6.4vw;
}

#campaign .inner .tags .tag {
  background-color: #fff;
  color: #b14c59;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.8vw 1.33333vw;
  text-decoration: none;
}

#campaign .inner p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.86364;
}

#campaign .inner p + p {
  margin-top: 10vw;
}

#campaign .inner .memo {
  font-size: 1.0rem;
  text-align: center;
  margin-top: 5vw;
}

#campaign .inner .steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 9.6vw;
}

#campaign .inner .steps .step {
  position: relative;
  margin-bottom: 18vw;
}

#campaign .inner .steps .step:after {
  position: absolute;
  content: "";
  display: block;
  width: 3.33333vw;
  height: 7.6vw;
  background: url(../../images/savethedeer/instagram/insta-arrow-sp.png) center center no-repeat;
  background-size: cover;
  bottom: -11.73333vw;
  left: 4.66667vw;
}

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

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

#campaign .inner .steps .step .title {
  margin-bottom: 3.73333vw;
  width: 15.2vw;
}

#campaign .inner .steps .step .title img {
  display: block;
}

#campaign .inner .steps .step .img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

#campaign .inner .steps .step .img img {
  width: auto;
  height: 100%;
}

#campaign .inner .steps .step .text {
  font-size: 1.45rem;
  font-weight: bold;
  line-height: 1.31034;
}

#campaign .inner .steps .step .text br {
  display: none;
}

#campaign .inner .steps #step01 .img {
  width: 12vw;
  height: 16.53333vw;
}

#campaign .inner .steps #step02 .img {
  width: 12vw;
  height: 10.4vw;
}

#campaign .inner .steps #step03 .img {
  width: 12vw;
  height: 10.93333vw;
}

/*---- #spot ----*/
#spot {
  padding: 8.26667vw 0 8.53333vw;
  background-color: #f6f7f7;
}

#spot h2 {
  margin: 0 auto 9.33333vw;
  height: 10.06667vw;
  text-align: center;
}

#spot h2 img {
  height: 100%;
}

#spot .boxes {
  width: 100%;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#spot .boxes .box {
  width: 64.66667vw;
  text-align: center;
  margin-bottom: 16.4vw;
}

#spot .boxes .box:last-of-type {
  margin-bottom: 0;
}

#spot .boxes .box .img {
  margin-bottom: 5.33333vw;
}

#spot .boxes .box .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2vw;
}

#spot .boxes .box .location {
  font-size: 1.2rem;
  font-weight: bold;
  color: #727171;
  margin-bottom: 5.33333vw;
}

#spot .boxes .box .text {
  font-size: 1.35rem;
  text-align: left;
  margin-bottom: 5.3vw;
}

#spot .boxes .box .btn img {
  width: 40.66667vw;
}

/*---- #contest ----*/
#contest {
  background-color: #fff;
  padding: 8.26667vw 0 8.53333vw;
}

#contest .inner {
  padding: 0 4vw;
}

#contest h2 {
  text-align: center;
  margin-bottom: 8vw;
  height: 10.06667vw;
}

#contest h2 img {
  height: 100%;
}

#contest table {
  width: 100%;
  font-size: 0.9rem;
  margin-bottom: 7vw;
}

#contest table tr {
  display: block;
  border-bottom: 0.26667vw solid #231815;
  margin-bottom: 3.33333vw;
}

#contest table tr th {
  display: block;
  padding-left: 0.66667vw;
  text-align: left;
  padding-bottom: 2vw;
  font-size: 0.9rem;
}

#contest table tr th br {
  display: none;
}

#contest table tr td {
  display: block;
  padding-left: 0.66667vw;
  line-height: 2;
  font-size: 0.9rem;
  padding-bottom: 2vw;
}

#contest table tr td .memo {
  display: block;
  font-size: 0.85rem;
}

#contest table tr th {
  display: block;
  padding-left: 0.66667vw;
  text-align: left;
  padding-bottom: 2vw;
  font-size: 0.9rem;
}

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

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

#contest table tr td dl dd {
  font-size: 0.7rem;
  line-height: 1.98333;
  margin-bottom: 5.33vw;
}

#contest table tr td dl dd:last-child {
  margin-bottom: 0;
}

#contest p {
  font-size: 0.6rem;
  line-height: 1.6 !important;
  margin-bottom: 12vw;
}

#contest .link {
  text-align: center;
}

#contest .link img {
  width: 53.33333vw;
}





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