body {
    text-align: center;
    color: #6f4a3b;
    font-family: 'Kosugi Maru', sans-serif;
    overflow: hidden;
    width: 1300px;
    margin: auto;
    background-color: #ffffff;
}

a{
   text-decoration: none;
    outline: unset;
}
html {
    overflow-x: hidden;
    background-color: #d8fffb;
}
ul li {
    list-style: none;
}
h1 {
    font-size: 55px;
    border-bottom: dotted 4px #a5a5a5;
    padding-bottom: 10px;
    margin-top: 92px;
}
h3 {
    color: #5c3922;
    font-size: 22px;
    letter-spacing: 3px;
    padding: 9px 26px;
    margin: auto;
    border-bottom: solid 1px #5c3922;
    margin-bottom: 7px;
}
h2 {
    background-color: #82b7f5;
    color: #ffffff;
    padding: 18px 0px;
    font-size: 44px;
    letter-spacing: 3px;
    margin: 0px -150px;
    margin-bottom: 33px;
    background-image: radial-gradient(#bbcfff 20%, transparent 0), radial-gradient(#bbcfff 20%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    margin-top: 46px;
}
div#header img {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
nav ul li {
    list-style: none;
    border: solid 2px #9e946c;
    width: 235px;
    margin: 0px 38px;
    padding: 22px 22px;
    font-size: 20px;
    letter-spacing: 0.4px;
    border-radius: 5px;
}
nav ul {
    display: inline-flex;
    margin: 21px 0px 24px -33px;
}
nav span {
    color: #9e946c;
}
.contents {
    margin: 23px 150px;
}
nav {
    background-color: #ffffff;
    margin-bottom: -17px;
}
div#main {
    background-color: #ffffff;
}
p.content {
    text-align: left;
}
p.text {
    font-size: 27px;
    line-height: 57px;
    margin-bottom: 72px;
}
p.note {
    text-align: center;
    line-height: 29px;
    letter-spacing: 1px;
    padding-top: 18px;
    padding-bottom: 14px;
    margin: 12px 162px 90px 162px;
}
.text span {
    background-color: #43a9d3;
    color: #ffffff;
    padding: 7px 16px;
    font-size: 25px;
    letter-spacing: 3px;
    margin-right: 21px;
}
ul.item>li {
    margin: 33px 6px;
    vertical-align: middle;
    display: inline-flex;
    width: 100%;
}
.item_img_text {
    margin-left: 49px;
    width: 70%;
    padding-top: 46px;
}
.item_img_text ul {
    display: inline-flex;
    width: 100%;
    margin:auto;
    margin-left: -40px;
}
.item_img_text ul li {
    background-color: #676767;
    color: #a0a0a0;
    padding: 12px 28px;
    border-radius: 4px;
    font-size: 18px;
    margin:auto;
}
.item_img {
    width: 289px;
    height: auto;
    overflow: hidden;
    border: dotted 2px #a7a7a7;
    width: 30%;
}
.item_img img {
    -moz-transition: -moz-transform 0.4s linear;
    -webkit-transition: -webkit-transform 0.4s linear;
    -o-transition: -o-transform 0.4s linear;
    -ms-transition: -ms-transform 0.4s linear;
    transition: transform 0.4s linear;
    width: 100%;
}
.item_img img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.item_name {
    background-color: #5d4d90;
    color: #ffffff;
    font-size: 27px;
    padding: 28px 7px;
    margin-bottom: 39px;
    border-radius: 10px;
    width: 100%;
}
.sakka_name {
    font-size: 23px;
    margin-bottom: 45px;
}
.sakka_box {
	width:			280px;
	height:			188px;
	overflow:		hidden;
	margin:			10px 8px 10px 16px;
	position:		relative;
  border: dotted 2px #a7a7a7;
}
.sakka_box .caption {
	font-size:		130%;
	text-align: 		center;
	color:			#fff;
  line-height: 30px;
  margin-top: -31px;
}
.sakka_box .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.sakka_box:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-top:		80px;	/* ホバーで下にずらす */
}

li.sakka {
    display: inline-block;
}
div#link {
    position: relative;
}
.link_img {
    position: absolute;
    left: 80px;
    bottom: 54px;
}
.link_img img {
    padding: 0px 5px;
}
.link_img img:hover {
    opacity: .6;
}
footer {
    background-color: #e5debe;
    text-align: right;
    width: 1300px;
    margin: auto;
}
footer img {
    width: 16%;
    margin: 20px 98px;
}
.top {
    position: fixed;
    right: 20px;
    bottom: 28px;
}
ul.sakka_info {
    margin-left: -40px;
}

ul.item {
    margin-left: -40px;
}
.twitterlink {
    position: absolute;
    top: 98px;
    left: 102px;
}
.twitterlink ul {
    display: inline-flex;
}
.twitterlink ul li {
    border-right: solid 2px #9e946c;
    padding: 0px 10px;
}
.twitterlink ul li>a {
    color: #9e946c;
}
.item_img_text ul li.handling {
    background-color: #ff6520;
    color: #ffffff;
}
@media screen and (max-width:1300px){
  body{
    width: unset;
  }
  div#header img {
    width: 100%;
  }
  .link_img img {
    width: 30%;
  }
  ul.tab {
    width: 100%;
  }
  .contents {
    margin: 23px 60px;
}
h2 {
    font-size: 35px;
}
p.note {
    padding-right: 20px;
    padding-left: 20px;
    margin: -14px 0px 90px 0px;
    font-size: 15px;
    text-align: left;
}
iframe {
    width: 100%;
}
nav ul li {
    width: 144%;
    margin: 0px 15px;
    font-size: 16.5px;
}
  footer {
    width: unset;
  }
  .item_img_text ul li {
      padding: 12px 35px;
      font-size: 16px;
  }
body{
    width:100%; /* IE10以下 */
  }

  @media all and (-ms-high-contrast: none){
    body{
        width:100%; /* IE10以下 */
      }
  }
}
@media screen and (max-width:1100px){
  body {
    padding: 12px 20px;
      font-size: 15px;
  }
  .item_img {
    height: 371px;
}
}
@media screen and (max-width:1000px){
  .item_img_text ul li {
    padding: 12px 20px;
      font-size: 12px;
  }
  .item_img {
    width: 50%;
}
.item_img_text {
    width: 70%;
}
.item_img_text {
    margin-left: 16px;
}
}
@media screen and (max-width:900px){
  .item_img_text ul li {
    padding: 12px 20px;
      font-size: 12px;
  }
  .item_img {
    width: 50%;
}
.item_img_text {
    width: 100%;
}
.item_img_text {
    margin-left: 16px;
}
.item_img {
    height: 300px;
}
}
@media screen and (max-width:800px){
  h1 {
      font-size: 40px;
  }
  p.text {
    font-size: 18px;
}
h3 {
    padding-left: 5px;
    padding-right: 0px;
    margin-bottom: 25px;
}
h2 {
    font-size: 27px;
    padding: 11px 0px;
}
nav ul li {
    margin: 0px 9px;
}
.link_img {
    left: 0;
}
ul.item>li {
    display: block;
}
.item_img {
    width: 100%;
    height: auto;
}
.item_img_text {
    margin-left: 0px;
}
.item_img_text {
    padding-top: 19px;
   margin-bottom: 138px;
}
.item_img_text ul li {
    padding: 12px 32px;
}
h3 {
    margin-bottom: 13px;
}
}
@media screen and (max-width:670px){
  .item_img_text ul li {
    padding: 12px 18px;
}
}
@media screen and (max-width:550px){
  ul.tab {
    margin-left: -38px;
}
p.text {
    font-size: 17px;
    line-height: 41px;
}
nav ul li {
    margin: 0px 0px;
    padding: 16px;
}
h1 {
    margin-top: 45px;
}
.tab > li {
    height: 40px;
}
ul.sakka_info {
    margin-left: -40px;
}
.contents {
    margin: 23px 20px;
}
.top {
    bottom: 9px;
    opacity: .6;
    right: -4px;
}

footer {
    text-align: center;
}
footer img {
    width: 34%;
    margin: 14px 76px;
}
ul.item {
    padding-left: 0;
}
.text span {
    padding: 7px 16px;
    font-size: 17px;
    letter-spacing: 1px;
    margin-right: 12px;
}
ul.item {
    margin-left: -20px;
}
ul.item>li {
    margin: 33px 9px;
}
.item_img_text ul {
    display: block;
}
.item_img_text ul li {
    padding: 12px 18px;
    margin: 15px 27px;
    font-size: 14px;
}
.item_name {
    margin-bottom: 11px;
    width: auto;
}
.twitterlink ul {
    display: block;
}
.twitterlink {
    position: absolute;
    top: 93px;
    left: 58px;
    text-align: left;
}
.twitterlink ul li {
    border-right: none;
    font-size: 20px;
    padding: 6px 11px;
}
div#link {
    margin-bottom: 126px;
}
}
@media screen and (max-width:375px){
  .twitterlink ul li {
      font-size: 17px;
  }
  .twitterlink {
    top: 94px;
    left: 48px;
}
}
body{
    padding:0; /* IE10以下 */
  }

  @media all and (-ms-high-contrast: none){
    body{
        padding:0; /* IE10以下 */
      }
  }
/*
@media screen and (min-width: 2000px)
@media screen and ( max-width:2000px) and (min-width: 1701px)
@media screen and ( max-width:1700px) and (min-width: 1501px)
@media screen and ( max-width:899px) and (min-width: 700px)
