@charset "utf-8";
/* CSS Document */

*{
  margin: 0;
  padding: 0;
}
html,body{
    height: 100%;
}

body {
    font-family: 'Meiryo', 'メイリオ', '平成明朝', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 0.06em;
    font-size: 15px;
    background: url(img/bg.png);
}

p,.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6,dl {
    margin: 0;
    padding: 0;
    font-size: 1em;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
*, *: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;
}
/* header */
#header {
    margin: 0;
    width:100%;
    text-align: center;
    position: relative;
}
#header img{
    display: block;
    margin: 0 auto;
}
/* sp-footer */
#footer{
    background-color: #FF6C00;
    color: #FFF;
}

#sp-footer{
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}
#sp-footer li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    list-style: none;
    width: 32%;
    font-size: 70%;
    text-align: center;
    line-height: 1.6em;
    letter-spacing: .1em;
}
#sp-footer span,
#sp-footer i {
    font-size: 180%;
}
#sp-footer a {
    color: #FFF;
}

#sp-footer a {
    display: block;
    padding: .8em;
}
#sp-footer a:hover,
#sp-footer a:active {
    background: #3CF;
    color: #FFF;
    border-radius: 8px;
    text-decoration: none;
}
#copyright{
    text-align: center;
    padding: 1em;
    font-size: .8em;
}
/*SNS*/
.snsbtn {
padding-top: .5em;
overflow: visible;
padding-left:0;
text-align:center;
}
.snsbtn li {
display:inline-block;
vertical-align:bottom;
margin-right: 15px;
}
.fb_iframe_widget > span {
vertical-align: baseline !important;
}

/* google map */
.google-maps {
position: relative;
padding-bottom: 60%;
height: 0;
overflow: hidden;
margin-bottom: 1em;
margin-top: 1em;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/* pagetop */
#pagetop {
  position: fixed;
  right: 12px;
  bottom: 50px;
  width: 54px;
  height: 54px;
  text-align: center;
  z-index: 999;
  background: #FFF;
  box-shadow: rgba(60, 60, 60, 0.6) 0px 2px 6px 0px;
  -webkit-box-shadow: rgba(60, 60, 60, 0.6) 0px 2px 6px 0px;
  -moz-box-shadow: rgba(60, 60, 60, 0.6) 0px 2px 6px 0px;
  border-radius: 50%;
  overflow: hidden;
}

#pagetop a {
  display: block;
  padding-top: .3em;
  font-size: 1.2em;
  color: #FFF;
  background: #68b82d;
  height: 54px;
}
#pagetop a:hover {
  color: #FFF;
  background: #FBB03B;
}
/* main_contents */
#desc{
    background: #FFF;
    border: 3px solid #FF6C00;
    border-radius: 20px;
    margin-bottom: 1em;
    text-align: left;
    padding: 10px;
}

#desc h2{
    background-color: #FF6C00;
    color: #FFF;
    text-align: center;
    letter-spacing: .2em;
    font-size: 1.2em;
    font-weight: bold;
    max-width: 640px;
    margin: 1em auto 0;
    padding: .4em 0;
}


#desc h3{
    color: #57A33F;
    font-size: 1.1em;
    font-weight: bold;
    margin: 1em 0 .5em;
}
#midashi{
    line-height: 1.6em;
    margin-top: .5em;
    text-align: left;
}
#desc dl{
    text-align: left;
    max-width: 640px;
    margin: 0 auto 2em;
}
#desc>dl{
    border-bottom: 3px solid #FF6C00;
}
#desc>dl>dt{
    border-top: 1px dotted #FF6C00;
    color: #039E30;
    font-weight: bold;
    text-align: left;
    padding: 10px 0 0;
}

#content #desc>dl>dt:first-child{
    border-top: none;
}
#desc>dl>dd{
    padding: 0px 0 10px;
}
#desc>dl>dd span{
    font-size: .8em;
}

#desc.thanks{
    text-align: left;
}
#desc.thanks h3{
    text-align: center;
    font-size: 1.2em;
}
#desc.thanks span{
    font-weight: bold;
}
.back a{
    display: block;
    padding: .5em;
    background: #FF5A24;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    width: 240px;
    margin: 1em auto;
    text-decoration: none;
    border-radius: 10px;
}
.back a:hover,
.back a:active{
    background: #3CF;
}

.end{
    font-size: 1.3em;
    font-weight: bold;
    color: #F00;
    text-align: center;
    margin-bottom: .5em;
}

#detailwrap{
    padding: 15px 15px 30px;
}

.spnoitem{
    display: none;
}

ul.caution{
    margin-top: 1em;
    list-style: none;
}
.caution li{
    font-size: 1em;
    position: relative;
    padding-left: 1.2em;
    margin-bottom: .4em;
}
.caution li:before{
    content: "※";
    position: absolute;
    left: 0;
}

.information{
    background: rgba(255,255,255,.8);
    color: #F00;
    font-size: 1.4em;
    font-weight: bold;
    padding: 1em .5em;
    margin-top: 1em;
}
.information .f-xs{
    font-size: .8em;
}
.information .f-lg{
    font-size: 1.2em;
    margin: 0 .2em;
}
.address{
    font-size: 1.1em;
    font-weight: bold;
    margin: 1em 0;
}

.formlink {
  color: #FFF;
  border: 2px solid #AD0606;
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  border-radius: 15px;
  margin: 1em auto;
  box-shadow: rgba(113, 135, 164, 0.37) 0px 5px 3px -3px;
  -webkit-box-shadow: rgba(113, 135, 164, 0.37) 0px 5px 3px -3px;
  -moz-box-shadow: rgba(113, 135, 164, 0.37) 0px 5px 3px -3px;
  background: #ff6085;
  background: -moz-linear-gradient(top, #ff6085 0%, #ff1c1f 100%);
  background: -webkit-linear-gradient(top, #ff6085 0%, #ff1c1f 100%);
  background: linear-gradient(to bottom, #ff6085 0%, #ff1c1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6085', endColorstr='#ff1c1f', GradientType=0);
}

.formlink:hover,
.formlink:focus {
  color: #FFF;
  text-decoration: none;
  background: #d6334e;
  background: -moz-linear-gradient(top, #d6334e 0%, #e01818 100%);
  background: -webkit-linear-gradient(top, #d6334e 0%, #e01818 100%);
  background: linear-gradient(to bottom, #d6334e 0%, #e01818 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6334e', endColorstr='#e01818', GradientType=0);
}

.archivelink {
  color: #FFF;
  border: 2px solid #0A6C16;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  border-radius: 15px;
  margin: 1em auto;
  box-shadow: rgba(113, 135, 164, 0.37) 0px 5px 3px -3px;
  -webkit-box-shadow: rgba(113, 135, 164, 0.37) 0px 5px 3px -3px;
  -moz-box-shadow: rgba(113, 135, 164, 0.37) 0px 5px 3px -3px;
background: rgb(72,188,15);
background: -moz-linear-gradient(top,  rgba(72,188,15,1) 0%, rgba(41,154,11,1) 100%);
background: -webkit-linear-gradient(top,  rgba(72,188,15,1) 0%,rgba(41,154,11,1) 100%);
background: linear-gradient(to bottom,  rgba(72,188,15,1) 0%,rgba(41,154,11,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48bc0f', endColorstr='#299a0b',GradientType=0 );
}

.archivelink:hover,
.archivelink:focus {
  color: #FFF;
  text-decoration: none;
background: rgb(0,110,46);
background: -moz-linear-gradient(top,  rgba(0,110,46,1) 0%, rgba(0,110,46,1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,110,46,1) 0%,rgba(0,110,46,1) 100%);
background: linear-gradient(to bottom,  rgba(0,110,46,1) 0%,rgba(0,110,46,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#006e2e',GradientType=0 );
}

.archivelink span{
    font-size: .8em;
    font-weight: 400;
}
.detail{
    max-width: 640px;
    margin: 0 auto;
}
.guest p{
    font-size: 1.1em;
    margin-top: .6em;
}
.guest img{
    border-radius: 6px;
}
.guest span{
    font-size: .8em;
    line-height: 1.4em;
    display: block;
    margin-top: .3em;
}

/* PC */
@media (min-width: 768px) {
    body {
    font-size: 16px;
    background-attachment: fixed;
    }
    #wrapper {
    width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
    }
    #content{
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 150px;
    }
    #footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 130px;
    }
    #footer a{
    color: #FFF;
    }
    #pnkz{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 1em;
    }
    #copyright{
    max-width: 980px;
    margin: 0 auto;
    padding: .5em 1em;
    text-align: center;
    }
/* pagetop */
    #pagetop{
    bottom: 92px;
    right: 3%;
    }
/* main_contents */

#desc{
    padding: 2em;
}
#desc dd h3:first-child{
    margin: .2em 0 .5em;
}
#midashi{
    line-height: 1.8em;
    max-width: 640px;
    margin: 2em auto 0;
}
#desc>dl>dt{
    width: 120px;
    padding: 10px 0 0;
}
#desc>dl>dd{
    padding: 10px 0;
    border-top: 1px dotted #FF6C00;
    margin-left: 120px;
}

#content #desc>dl>dd:nth-child(2){
    border-top: none;
}

#desc.thanks{
    text-align: center;
    line-height: 1.8em;
}
#desc.thanks h3{
    margin: 0 0 .5em;
    letter-spacing: .1em;
    font-size: 1.8em;
}
#desc.thanks p{
    text-align: center;
}
#header>img{
    margin-bottom: 0;
}

.information{
    text-align: center;
    font-size: 1.6em;
}
  .formlink {
    font-size: 1.8em;
    padding: .6em 0;
    max-width: 640px;
  }
  .archivelink{
    max-width: 640px;
    font-size: 1.2em;
  }
  #desc .guest h3{
    margin-top: 0;
  }
}
