@charset "UTF-8";

@-webkit-keyframes purupuru {
  15% {
    -webkit-transform: translateX(3px) rotate(1deg);
            transform: translateX(3px) rotate(1deg);
  }
  30% {
    -webkit-transform: translateX(-3px) rotate(-1deg);
            transform: translateX(-3px) rotate(-1deg);
  }
  45% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  75% {
    -webkit-transform: translateX(1px) rotate(1deg);
            transform: translateX(1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translateX(-1px) rotate(-1deg);
            transform: translateX(-1px) rotate(-1deg);
  }
}
@keyframes purupuru {
  15% {
    -webkit-transform: translateX(3px) rotate(1deg);
            transform: translateX(3px) rotate(1deg);
  }
  30% {
    -webkit-transform: translateX(-3px) rotate(-1deg);
            transform: translateX(-3px) rotate(-1deg);
  }
  45% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  75% {
    -webkit-transform: translateX(1px) rotate(1deg);
            transform: translateX(1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translateX(-1px) rotate(-1deg);
            transform: translateX(-1px) rotate(-1deg);
  }
}

/* CSS全体定義 */

/* imgタグ装飾設定 */
img.slant_box_l {
	transform: rotate(-5deg);
}
img.slant_box_r {
	transform: rotate(5deg);
}
img.shadow_box_black {
	box-shadow:3px 3px 10px #000000;
}
img.shadow_box_gray {
	box-shadow:3px 3px 10px #aaaaaa;
}
img.frame_box_gray {
border:solid 2px #aaaaaa;
}
img.frame_box_black {
border:solid 6px #aaaaaa;
}
img.radius_box {
	        border-radius: 15px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
}
img.circle_box {
	        border-radius: 50%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
}

img {
  box-sizing:border-box;
}


/* LINK設定 */
div.extlinkbox {
	text-align: left;
}
div.extlinkbox.dispcenter {
	text-align: center;
}
div.extlinkbox.dispright {
	text-align: right;
}
div.extlinkbox img {
	height: 30px;
	margin: 2px 5px 2px 2px;
}

/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
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;
}

/* CSS全体定義 -END- */

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, 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;
}

/* -------------------------------------
	PC用スタイル
------------------------------------- */
/* -------------------------------------
	要素
------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  min-width: 960px;
  line-height: 1.231;
  background: #fcfce8;
  color: #3f2909;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", YuGothic, "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: none;
}

textarea,
input {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", YuGothic, "Yu Gothic", 游ゴシック体, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

iframe,
img {
  vertical-align: top;
}

ul {
  list-style: none;
}

small {
  font-size: 80%;
}

a {
  color: blue;
}

a:hover {
  color: skyblue;
}

sup {
  vertical-align: top;
  font-size: 65%;
}

sub {
  vertical-align: bottom;
  font-size: 65%;
}

iframe {
  max-width: 100%;
}

.scrollbar::-webkit-scrollbar {
  overflow: hidden;
  width: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.scrollbar::-webkit-scrollbar:horizontal {
  height: 5px;
}
.scrollbar::-webkit-scrollbar-button {
	display: none;
}
.scrollbar::-webkit-scrollbar-piece {
  background: #EEE;
}
.scrollbar::-webkit-scrollbar-piece:start {
	background: #EEE;
}
.scrollbar::-webkit-scrollbar-piece {
  background: transparent;
}
.scrollbar::-webkit-scrollbar-piece:start {
	background: transparent;
}
.scrollbar::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #666;
}
.scrollbar::-webkit-scrollbar-corner {
  overflow:hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #666;
}

/* -------------------------------------
	各サイズ設定
------------------------------------- */
/*.inner {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1020px) and (min-width: 768px) {
body {
    min-width: auto;
    overflow: hidden;
    }
.inner {
    width: 768px;
    padding-left: 10px;
    padding-right: 10px; 
    margin: 0 auto;
}}

@media only screen and (max-width: 767px) {
body {
    min-width: auto;
    overflow: hidden;
    }
.inner {
    width: auto;
}
main .inner {
    width: auto;
    padding: 0 10px 0;
    margin: 0 auto;
}}*/



/* -------------------------------------
	ヘッダー
------------------------------------- */
.header-menu-area .inner {
  max-width: 900px;
}
.header-menu-area nav ul {
  display: flex;
  border-right: 2.5px dotted #f6c65d;
}
.header-menu-area nav ul li {
  position: relative;
  flex: 1;
  border-left: 2.5px dotted #f6c65d;
  min-width: 80px;
}
.header-menu-area nav ul li a {
  display: block;
  padding: 5px 0;
  margin: 0;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: none 0.5s ease-in-out;
  transition-property: background-color, color;
  color: inherit;
  box-sizing: border-box;
  height: 100%;
}
.header-menu-area nav ul li a span {
  display: block;
}
.header-menu-area nav ul li a:hover {
  background: #f9f7ca;
}
.header-menu-area nav ul li a:hover .image {
  -webkit-animation: purupuru .3s ease-in-out;
  animation: purupuru .3s ease-in-out;
}
.header-menu-area nav ul li.state-active {
  background: #f9f7ca;
}
.header-menu-area .nav-unshown {
  display:none;
}
.header-menu-area nav ul li a span.image {
  margin-bottom: 3px;
}

/* -------------------------------------
	トップ＆下層共通
------------------------------------- */
.contents {
  line-height: 1.8;
}

section {
  margin: 0 0 60px;
}

section .section-body p, section .section-body ul, section .section-body ol, section .section-body table {
  margin-bottom: 1em;
}

/* -------------------------------------
	トップページ
------------------------------------- */

/* -------------------------------------
	下層ページ
------------------------------------- */

article .article-body p + table {
  margin-top: 30px;
margin-bottom: 50px;
}

article .article-body .lead {
  margin-bottom: 40px;
}

article .article-body .tR {
  text-align: right;
}

article .article-body .imgC {
  text-align: center;
}

article .article-body .note {
  font-size: 85%;
}

article .article-body .note p {
  margin-bottom: 10px;
}
/*
article .article-body table {
  width: 100%;
  background: white;
}

article .article-body table th {
  width: 36%;
  padding: 15px 20px;
  border: 1px solid #ffccff;
  text-align: left;
/*  color: #cc0066;*/
}
/*
article .article-body table td {
  padding: 15px 20px;
  border: 1px solid #ffccff;
/*  color: #cc0066;*/
}
	.newsInWrap p.dateIn {
		color: #666;/*#cc0066;*/
		font-size:12px;
	}

/* -------------------------------------
	各サイズ設定
------------------------------------- */

.inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

main { 
    min-width: 850px;
    }

@media (max-width: 1020px) and (min-width: 768px) {
body {
    min-width: auto;
    overflow: hidden;
    }
.inner {
    width: 768px;
    padding-left: 10px;
    padding-right: 10px; 
    margin: 0 auto;
}}

@media only screen and (max-width: 767px) {
body {
    min-width: auto;
    overflow: hidden;
    }
.inner {
    width: auto;
}
main .inner {
    width: auto;
    padding: 0 10px 0;
    margin: 0 auto;
}}


@media (max-width: 1024px) and (min-width: 641px) {
body {
    min-width: auto;
    }
main { 
    width:auto;
    min-width: auto;
    }
.inner {
    width: auto;
    padding-left: 10px;
    padding-right: 10px; 
    margin: 0 auto;
    }
}

@media only screen and (max-width: 640px) {
body {
    min-width: auto;
    }


.inner {
    width: auto;
}
main { 
    width:auto;
    min-width: auto;
    }
main .inner {
    width: auto;
    padding: 0 10px 0;
    margin: 0 auto;
}}

@media (max-width: 1024px) and (min-width: 768px) { 
  /* -------------------------------------
	PC・タブレット用スタイル
------------------------------------- */
}

@media only screen and (max-width: 640px) {
  /* -------------------------------------
	スマホ用スタイル 375px
------------------------------------- */
  /* -------------------------------------
	要素
------------------------------------- */
  body {
    min-width: 0;
  }
  img {
    max-width: 100%;
    height: auto;
  }
section {
  margin: 0 0 30px;
}

  /* -------------------------------------
	全体
------------------------------------- */
  /* -------------------------------------
	ヘッダー
------------------------------------- */
.header-menu-area nav {
  clear: both;
  margin: 0 5px;
}
.header-menu-area nav ul {
  /*justify-content: space-between;
  align-items: center;*/
  display: block;
  border-right: none;
}
/*.page header[role="banner"] nav ul li:first-child {
  display: none;
}*/
.header-menu-area nav ul li {
  color: #666;
  border-left: none;
}
.header-menu-area nav ul li a {
  display: block;
  padding: 18px;
  text-align: left;
  margin: 0;
}
.header-menu-area nav ul li a span {
  display: inline;
  font-size: 14px;
}
.header-menu-area nav ul li a span.image img {
  width: 27px;
}
.header-menu-area nav ul li:before,
.header-menu-area nav ul li:last-child:after {
  position: static;
}

/* -------------------------------------
	ヘッダー ハンバーガーメニュー
------------------------------------- */    
    
.header-menu-area #nav-drawer {
  position: relative;
  display: block;
}

/*チェックボックス等は非表示に*/
.header-menu-area .nav-unshown {
  display:none;
}

.header-menu-area #nav-open span:before {
  bottom: -8px;
}
.header-menu-area #nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
.header-menu-area #nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: .3s ease-in-out;
}

/* メニューボタン */
    
/*アイコンのスペース*/
.header-menu-area #nav-open {
  position: absolute;
  top: 36px;
  right: 10px;
  width: 30px;
  height: 25px;
  vertical-align: middle;
  /*margin-right: 15px;*/
  cursor: pointer;
  display: block;
  /*float: right;*/
  z-index: 100;
  /*margin-top: -52px;アイコンの高さ*/
}

.header-menu-area #nav-open::before {
	-webkit-box-shadow: #8d6520 0 10.5px 0;/*アイコンの色*/
	box-shadow: #8d6520 0 10.5px 0;/*アイコンの色*/
}
.header-menu-area #nav-open::after {
	bottom: 0;
}
.header-menu-area #nav-open::before,
.header-menu-area #nav-open::after {
	width: 28px;
	height: 4px;
	background: #8d6520;/*アイコンの色*/
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
    border-radius: 3em;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
}
    
/* 開閉時のアニメーション */
    
.header-menu-area #nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

.header-menu-area #nav-input:checked ~ .qw-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-menu-area .nav-unshown:checked ~ #nav-open::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(4px, 11px, 0);
	transform: rotate(45deg) translate3d(4px, 11px, 0);
}
.header-menu-area .nav-unshown:checked ~ #nav-open::after {
	-webkit-transform: rotate(-45deg) translate3d(4px, -11px, 0);
	transform: rotate(-45deg) translate3d(4px, -11px, 0);
}
.header-menu-area .nav-unshown/:checked ~ .qw-menu {
	left: 0;
}
    
/*中身*/
.header-menu-area .qw-menu {
  overflow: auto;
  /*position: absolute;*/
  position:fixed;
  right:-5px;/*背景の右位置*/
  top: 86px;/*背景の高さ*/
  z-index: 9999;
  width: 60%;
  max-width: 330px;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /*padding-bottom: 10px;*/
}  
.header-menu-area .qw-menu ul li {
    border-bottom: 1px dotted #999;
}
.header-menu-area .qw-menu ul li:last-child {
    border-bottom: none;
}
.header-menu-area .qw-menu ul li a,.qw-menu ul li a:active {
    text-decoration: none;
    color: #333;
    } 

  /* -------------------------------------
	フッター
------------------------------------- */
/* LINK設定 */
div.extlinkbox.linkft {
	text-align: left;
    border-bottom: 1px solid rgba(255, 204, 255, 0.4);
}
div.extlinkbox.dispcenter.linkft {
	text-align: center;
    border-bottom: 1px solid rgba(255, 204, 255, 0.4);
}
div.extlinkbox.dispright.linkft {
	text-align: right;
    border-bottom: 1px solid rgba(255, 204, 255, 0.4);
}
div.extlinkbox.linkft img {
	height: 30px;
	margin: 2px 5px 2px 2px;
}

  /* -------------------------------------
	トップ＆下層共通
------------------------------------- */

  /* -------------------------------------
	下層ページ
------------------------------------- */
  /*.contents article .article-body > .inner {
    margin: 0 10px;
  }*/
/*
  .contents article .article-body table th {
    width: auto;/*50%;*/
/*    padding: 15px;
  }
  .contents article .article-body table td {
    padding: 15px;
  }
 */
}
