/* 全体
============================================================================================================*/
* {
  padding: 0px;
  margin: 0px; }

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%;
  font-weight: normal; }

/* body
============================================================================================================*/
body {
  color: #111;
  font-size: 1em;
  line-height: 1.8;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-family: 'Shippori Mincho','Cormorant',  sans-serif;
  margin-top: 0px;
  background-color: #fff; }

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 100%; }

a {
  text-decoration: none;
  color: black; }
  a img {
    border-style: none; }

.clear {
  clear: both; }
  .clear hr {
    display: none; }

a:hover {
  text-decoration: none;
  color: #FF6600;
  transition: 0.5s; }
  a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    transition: 0.5s; }

ul li {
  list-style-type: none; }

.ankerbox {
  position: relative; }
  .ankerbox a {
    position: absolute;
    top: -60px; }

.video {
  width: 100%;
  /*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%;
  /*高さをpaddingで指定(16:9)*/
  height: 0px;
  /*高さはpaddingで指定するためheightは0に*/
  position: relative;
  margin-top: 30px; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
input[type="text"],textarea {
  width:96%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
padding:2%;
font-size:120%;
}