@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%;
  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: 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(../../img/savelocal/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: 90px;
  text-align: center;
}

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

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

/*---- #top ----*/
#top {
  background-color: #e4eff9;
  padding: 58px 0 76px;
}

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

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

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

/*#top .inner .movie {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 770px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 46vw;
}

#top .inner .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/
/*---- #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;*/
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

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

#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;
}

/*---- #special01 ----*/
#special #special01 {
  min-height: 545px;
  margin-bottom: 70px;
}

#special #special01:before {
  content: "";
  display: block;
  background: url(../../img/savelocal/special/special01-img02-100.jpg) center center no-repeat;
  width: 583px;
  height: 460px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(90px);
  -ms-transform: translateX(90px);
  transform: translateX(90px);
}

#special #special01 h2 {
  top: 0;
}

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

/*---- #special02 ----*/
#special #special02 {
  min-height: 540px;
  margin-bottom: 70px;
}

#special #special02:before {
  content: "";
  display: block;
  background: url(../../img/savelocal/special/special02-img02-100.jpg) center center no-repeat;
  width: 581px;
  height: 458px;
  position: absolute;
  top: 20px;
  right: 50%;
  -webkit-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  transform: translateX(-90px);
}

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

/*---- #special03 ----*/
#special #special03 {
  min-height: 512px;
}

#special #special03:before {
  content: "";
  display: block;
  background: url(../../img/savelocal/special/special03-img02-100.jpg) center center no-repeat;
  width: 583px;
  height: 461px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(90px);
  -ms-transform: translateX(90px);
  transform: translateX(90px);
}

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

/*---- #photo-spot ----*/
#photo-spot {
  background-color: #e4eff9;
  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(../../img/savelocal/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(../../img/savelocal/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(../../img/savelocal/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(../../img/savelocal/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:after {
  background: url(../../img/savelocal/photo-spot/photo-spot05-frame.png) center center no-repeat;
  width: 280px;
  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(../../img/savelocal/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: #68b9b7;
  padding: 80px 0 86px;
}

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

#campaign .inner h2 {
  text-align: center;
  margin-bottom: 80px;
}

#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(../../img/savelocal/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;
}

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

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

#contest h2 {
  text-align: center;
  margin-bottom: 55px;
}

#contest table {
  width: 100%;
  font-size: 1.8rem;
  margin-bottom: 80px;
}

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

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

#contest table tr td {
  line-height: 31px;
  padding-top: 20px;
  padding-bottom: 8px;
}

#contest table tr td .memo {
  font-size: 14px;
  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 table tr:last-child {
  border-bottom: none;
}

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

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

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

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

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

p.nozoku {
  font-size: 12px;
}
