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

/***********************************************

reset記述

***********************************************/
/*reset*/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
fieldset, img {
  border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal
}
ol, ul {
  list-style: none
}
caption, th {
  text-align: left
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
q:before, q:after {
  content: ''
}
abbr, acronym {
  border: 0;
  font-variant: normal
}
sup {
  vertical-align: text-top
}
sub {
  vertical-align: text-bottom
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000
}
#yui3-css-stamp.cssreset {
  display: none
}
html {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "kozuka-gothic-pr6n",sans-serif;
}
#contents {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 3% 0;
}
a {
  text-decoration: none;
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
[hidden] {
  display: none;
}
input[type="text"] {
  width: 80%;
  border: 1px solid #26499d;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 5px 2px;
  margin-bottom: 3%;
}
input:focus {
  border: solid 1px #538ed5;
}
input[type="image"]:hover {
  opacity: 0.6;
}
/***********************************************

header記述

***********************************************/
header {
  width: 100%;
  height: auto;
}
header .wrapper {
  text-align: center;
}
header .wrapper img {
  width: 500px;
  max-width: 100%;
}
/***********************************************

contents記述

***********************************************/
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: url(../img/back.jpg)no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}
#contents {
  width: 100%;
  height: auto;
}
#formbox {
  box-sizing: border-box;
  text-align: center;
  width: 500px;
  height: auto;
  padding: 3%;
  margin: auto;
  background: #fff;
  box-shadow: 0px 0px 20px 2px #4d4d4d;
}
#formbox h2 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 3%;
}
#formbox p.period {
  font-weight: bold;
  font-size: 0.8rem;
  color:#4d4d4d;
}
#formbox p.owabi {
  border:1px solid #ccc;
  padding:3%;
  font-weight: normal;
  font-size: 0.8rem;
  color:#4d4d4d;
  margin-bottom: 3%;
}
.btnninsho{
    display: inline-block;
    padding: 7px 60px;
	border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
  margin-bottom: 3%;
}
.btnninsho:hover {
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
.other {
  width: 500px;
  height: auto;
  margin: auto;
  padding: 1% 0;
}
.other p {
  color:#2f2f2f;
  font-size: 0.8rem;
}
.video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1050px) {
  .wrapper {
    width: 90%;
    height: auto;
    padding: 3%;
  }
}
@media screen and (max-width: 768px) {
/***********************************************

header記述

***********************************************/
header {
  width: 100%;
  height: auto;
}
header .wrapper {
  padding: 6% 0;
}
header .wrapper img {
  max-width: 100%;
}
  /***********************************************

	font(SP)記述

***********************************************/
  #formbox {
    width: 90%;
    height: auto;
    margin-bottom: 3%;
  }
  .other {
    width: 90%;
    height: auto; 
  }
  .other p {
    font-size: 0.6rem;
  }
}