@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 .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/staylocal/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: 110px;
  text-align: center;
}

#maintitle .box h1 {
  width: 320px;
  margin: 0 auto 65px;
}

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

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

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

#top .inner h2 {
  width: 882px;
  margin: 0 auto 70px;
}

/*---- #special ----*/
#special {
  width: 1000px;
  margin: 0 auto;
  padding-top: 65px;
  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: 25px;
}

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

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

#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/staylocal/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 .box {
  padding-top: 10px;
  margin-left: 55px;
}

/*---- #special02 ----*/
#special #special02 {
  min-height: 650px;
  margin-bottom: 100px;
}

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

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

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

#special #special03:before {
  content: "";
  display: block;
  background: url(../../img/staylocal/special/special03-img02-100.jpg) center center no-repeat;
  width: 583px;
  height: 461px;
  position: absolute;
  top: -40px;
  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: #f6f9d7;
  padding: 57px 0 70px;
}

#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/staylocal/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/staylocal/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/staylocal/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/staylocal/photo-spot/photo-spot04-frame.png) center center no-repeat;
  width: 417px;
  height: 251px;
  z-index: 1;
  top: 18px;
  left: 18px;
}

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

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

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

#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: 25px;
}

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

#contest table tr th {
  width: 185px;
  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 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;
}
