/*!
Theme Name: entry_form 2.0.3
Author: SystemPiece
Description: 個人情報保護方針対応版
Version: 2.0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: entry_form
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

entry_form is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* æ—¢å­˜è¦‹å‡ºã—ã®ãƒªã‚»ãƒƒãƒˆ */
h1, h2, h3, h4, h5, h6,
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before,
h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
content: none;
background: none;
background-color: none;
border: none;
border-radius: 0;
}


html {
	/*font-family: sans-serif;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;

 	/*background-color:f9f9f9; !important;*/

}

.body {

	margin: 0;

 	/*background-color:f9f9f9; !important;*/

 	width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
/*header,*/
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 1.6em;
	margin: 0.67em 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
  width: 100%;
}
h1 span{
  padding: 8px;
}
h1:before {
  content: "";
  border-bottom: 2px solid #aaa;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
h1:after {
  border-bottom: 2px solid #ddd;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
}



h2 {
font-size: 1.4em;
padding-bottom: .3em;
border-bottom: 2px solid #ddd;
display: inline-block;
padding-left: .6em;
padding-right: .6em;
}




h3 {
padding-bottom: .3em;
border-bottom: 2px solid #ddd;
}

h4 {
padding-bottom: .3em;
padding-left: .6em;
padding-right: .6em;
border-bottom: 2px solid #ddd;
display: inline-block;
font-size: 1.2em;
}


h5 {
padding-bottom: .2em;
padding-left: .6em;
padding-right: .6em;
/*border-bottom: 2px solid #ddd;*/
display: inline-block;
font-size: 1em;
}


mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 10px;
  margin-right: 3px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal !important;
}

p {
	margin-bottom: 0.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.bold {
  font-weight: 800;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
 	/*background-color:f9f9f9;*/
	/* Fallback for when there is no custom background color defined. */


}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 0.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

header .login-user {
  display: inline-block;
  margin: 0.5em;
  margin-left: 2em;
  padding: 0.5em 1em;
  border: 1px solid #ff6666;
  background: #fff;
  font-weight: 800;
  color: #ff6666;
}

@media screen and (max-width: 800px) {
  header .login-user {
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 1.25em;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .1em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}


button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
/*	color: #666;
	border: 1px solid #ccc;*/
	border-radius: 3px;
	padding: 3px;
}

/*
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}
*/
textarea {
	width: 100%;
}


/* 必須確認項目（チェック入れないと進めない系） */
.required-confirm__container {
  padding: 1em 2em;
}
.required-confirm__container label {
  font-weight: 800;
}
.required-confirm__container > span {
  color: #404040;
  font-size: .9em;
  text-decoration: underline;
}

/* カスタムチェックボックス */
.cstm-chk__container {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.cstm-chk-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.cstm-chk-check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  width: 1.375em;
  height: 1.375em;
  border: 2px solid #ff6666;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.1s ease-in-out;
}
.cstm-chk-input:checked + .cstm-chk-check {
  background-color: #ff6666;
  border-color: #ff6666;
}
.cstm-chk-check::after {
  content: '';
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.cstm-chk-input:checked + .cstm-chk-check::after {
  opacity: 1;
}
.cstm-chk-input:focus + .custom-checkbox-box {
  box-shadow: 0 0 7px #1abc9c;
  border: 1px solid #1abc9c;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: #eb6101;
}

a:focus {
	/*outline: thin dotted;*/
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	/*z-index: 99999;*/
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}




.content-area {

 	background-color:rgba(255,255,255,0.8);
 	/*color:f9f9f9;*/
}


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	/*z-index: 100000;*/
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}





/* ãƒªã‚»ãƒƒãƒˆ */

/*input, */button/*, select*/
{
  margin: 0;
  color: inherit;
  vertical-align: baseline;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
}

input, button, select
{
  outline: 0;


}



input[type="text"], select
{
 height: 30px;
}


select{
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 border: 1px solid #aaa;


}

select::-ms-expand {
    display: none;
}


input
{
  line-height: normal;
  margin-bottom: 6px;
}

button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}


input:focus
{
  outline: none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-ms-clear,
input::-ms-reveal
{
  display: none;
}
input::-moz-focus-inner
{
  padding: 0;
  border: 0;
}


button,
/*input[type="button"],*/
input[type="reset"],
input[type="submit"] {
 /* text-transform: none;
  overflow: visible;
  cursor: pointer;
  */

  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-color: none;
  border:none;

  border-radius: 3px;
  background-color: #333;
  color: #fff;

   height:35px;
margin: 0;

}

input[type="button"]{

  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-color: none;
  border:none;

  border-radius: 3px;
  /*background-color: #999;*/


 margin-left: 3px;
   height:35px;


}



/*

input[type="button"]:before {
    content: url(../img/es_logo.png);
    margin: 10px;
    position: relative;
    top: 8px;
}
*/




.fluid-input
{
  display: table;
  width: 100%;
}
.fluid-input > *
{
  display: table-cell;
  vertical-align: middle;
}
.label, .button
{
  width: 1%;
  white-space: nowrap;
}


/*
.label, .box, .button > button
{

  padding: .8em 1.1em;
  line-height: 1.5;x


}
*/
.label
{
  color: #606468;
  background-color: #363b41;
}
.box
{
  width: 100%;
  background-color: #3b4148;
}
.button > button
{
  color: #fff;
  background-color: #ea4c88;
}




.button_back{

background-color: #999;

}






input[type="text"],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;

}

input[type="text"]:focus,
textarea:focus, select:focus {
  box-shadow: 0 0 7px #1abc9c;
  border: 1px solid #1abc9c;
}


/*Labelç”¨*/
.custom_ue div {
  position: relative;
  display: inline-block;
  margin-top: 1.5em;
  margin-right: 0.5em;
  /*width: 100%;*/
}
.custom_ue input,
.custom_ue label {
  -webkit-transition: all .3s;
  transition: all .3s;
  /*font-size: 15px;*/
}
.custom_ue input {
padding-left: 3.5em;
  -webkit-transition: all .3s;
  transition: all .3s;
 /* padding: .5em .5em .5em 3.5em;
border: 1px solid #aaa;
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;*/
}
.custom_ue label{
  position: absolute;
  top: .5em;
  left: .5em;
  color: #aaa;
  line-height: 1;
}
.custom_ue input:focus {
  padding-left: .5em;
}
.custom_ue input:focus + label {
  top: -1.5em;
}
.label_phone {
  font-size : 80%;
}

.required:after {
    content: " *";
    color: #E00;
}


/*ã‚»ãƒ¬ã‚¯ãƒˆãƒœãƒƒã‚¯ã‚¹*/
/*
.mod_form{
 margin:0 auto;
 width:100%;
 font-size:16px;
}
*/
.mod_form_select {
 overflow: hidden;
 box-sizing:border-box;
 border-radius: 3px;
 padding:2px 2px 2px 2px;
 margin: 0 0 0px 0;
 border: 1px solid #aaa;
 vertical-align: middle;
 background: #ffffff url(images/arrow-down.png) no-repeat 96% 50%;
 width: 60%;
}
.mod_form_select select {
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 border-radius: 0;
 border: 0;
 margin: 0;
 padding:0;
     text-indent: 1em;
         text-overflow: '';
 background: none transparent;
 vertical-align: middle;
 font-size: inherit;
 color: inherit;
 box-sizing: content-box;
 width: 100%;
 /*height:35px;*/
}

/*address margin*/
div.address_select {
	margin-top: 15px;
	}


/*ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³*/

.radio-inhabitant label{
margin-left: 20px;
     text-indent: 1em;
         text-overflow: '';
}




.tbl-common01 span {

  display: block;
  margin-bottom: 1em;
  color: #777;
  font-size: .9em;
}




/*è¿½åŠ ã¨å‰Šé™¤*/




.person_ue{
padding-top: 3em;}





.person{
width: 100%;

}



.person span {
  display: block;
  margin-bottom: 1em;
  color: #777;
  font-size: .9em;
}


.pur{
padding: .1em 1em .4em 2em;
background: #999 url(images/ban_pura.png) no-repeat 6% 50%;
  color: #fff;
}


.mai{
padding: .1em 1em .4em 2em;
background: #c0c0c0 url(images/ban_maina.png) no-repeat 6% 50%;
  color: #fff;

}







/*ãƒ‡ãƒ¢ç”¨ã€€ç°¡æ˜“*/





.waku {
	border: 2px solid #c0c0c0;
	margin: 30px 2px;
	padding: 0.35em 0.625em 0.75em;
}

.tate_s {
width: 100%;
height: 200px;
overflow-y: scroll;
}

.waku_ue {
margin-top: 100px;

}

.site-info_info {
background-color: #fff;

}




/*ç”³ã—è¾¼ã¿æœŸé–“*/
.mousikomi_kikan p{
margin: 0 1em 4em 2em;

}


/*ã”æ—…è¡Œæ¡ä»¶*/
.goryoko_jyoken{
width: 100%;
 text-align: right;

}
.goryoko_jyoken span {
  display: block;
  margin-bottom: 1em;
  color: #777;
  font-size: .7em;
}


.goryoko_jyoken input[type="button"]{
  padding: 0em 5em 0em 5em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-color: none;
  border:none;
  border-radius: 3px;
  background-color: #999;
  color: #fff;
  font-size: 0.9em;
  margin: 0;
   }



.goryoko_jyoken input[type="button"]::before,
.goryoko_jyoken input[type="button"]::after,
input[type="button"]::before,
input[type="button"]::after,
input[type="reset"]::before,
input[type="reset"]::after,
input[type="submit"]::before,
input[type="submit"]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.goryoko_jyoken input[type="button"]::-moz-focus-inner
{
  padding: 0;
  border: 0;
}


.goryoko_jyoken input[type="button"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #ccc;
}


.content,.content_doui,.tyuui_ue{margin-top: 0.5em;}


/*ãƒ˜ãƒƒãƒ€*/




.inner {
    width: 100%;
    margin: 0 auto;
            }
.inner:after {
    content: "";
    clear: both;
    display: block;
}




/* header */


#top-head-index {
    width: 100%;
    text-align:center;
    padding: 10px;
        background-color: #fff;

}






#top-head-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 10px;
    line-height: 1;
        background-color: #fff;

}



#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 10px;
    line-height: 1;
    z-index: 999;
        background-color: #fff;



}
#top-head a,
#top-head,
#top-head-head a,
#top-head-head,
#top-head-index a,
#top-head-index
 {
    color: #333;
    text-decoration: none;

}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 20px;
}



/*ãƒ•ãƒƒãƒ€*/


.syozoku a
{

   color: #333;
}


.footer-logo_anta img{
         display: inline-block;
        margin-top: 18px;
}


/*ç”»åƒãƒªãƒ³ã‚¯*/


#top-head .logo:hover img,
#top-head-head .logo:hover img,
#top-head-index .logo:hover img,



.footer-logo:hover img,
.footer-logo_anta:hover img
 {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}






/*
#global-nav {
    margin-top: 20px;
}
*/

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    /*bottom: 0;*/
    top: 10px;
    font-size: 16px;

}

#global-nav ul li {
    float: left;


}



#global-nav ul li a{
outline: none;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 10px;
margin-top: 0px;
cursor: pointer;
cursor: hand;

  position: relative;
  display: inline-block;
  transition: .3s;

}



#global-nav ul li a::after{
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #999;
/*    background-color: #2ecc71;*/

  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#global-nav ul li a:hover::after{
  width: 100%;
}










/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.8);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 18px;
    color: #333;

}



@media screen and (min-width:801px){
#top-head.fixed img {
        visibility:hidden;
}
}

/*
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0px 20px;
}*/

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}




@media screen and (max-width: 800px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: /*13*/5px;
        top: /*13*/8px;
        color: #333;
        font-size: 16px;
    }
    #global-nav {
        position: absolute;
        /* é–‹ã„ã¦ãªã„ã¨ãã¯ç”»é¢å¤–ã«é…ç½® */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        margin-right: 30px;
        margin-left: 0;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a{
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0px;
        font-weight: bold;
        outline: none;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle åˆ‡ã‚Šæ›¿ãˆã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}



/*ç¢ºèªãƒœã‚¿ãƒ³*/


.kakunin_ce{
margin-bottom: 1.6em;
/*
padding: .3em;
background-color: #666;
color: #FFF;
*/
}

.submit_kakunin{
margin-top: 4em;
}





/* é€ä¿¡ãƒœã‚¿ãƒ³ - æŠ¼ã›ãªã„ã¨ã */

button[type="submit"][disabled] {
background-color: #ccc;
cursor: default;
}







/*é€ä¿¡ç¢ºèª*/

.form_kakunin p{

margin: 0;
padding: 0;

}

.form_doukou{

margin-top: 80px;
}

.nyuryoku_naka,.tyuui_naka{

background-color:rgba(238,238,238,0.5);
padding: 1em;
font-size: 1em;
}

.nyuryoku_naka p{
        display: block;
}

.kakunin_toiawase{
margin-top: 3em;
font-size: 1em;
}

.kakunin_toiawase p{
        display: block;
        padding: 1em;

}

.kakunin_toiawase em,
.kakunin_toiawase a{
    font-style:normal;
    color: #333;

}

span.notice {
  color: #00f;
  font-size: 1em;
  font-weight: 600;
}

h2.info_title {
  margin-top: 30px;
  border: none;
}

ol.event-notes {
  margin: 0;
  padding: 0;
  padding-left: 1.5em;
}


/*404*/


.main_404 em,
.main_404 a{
    font-style:normal;
    color: #333;

}


.main_404 p{
margin-top: 3em;
margin-bottom: 6em;

}


.main_404 ul {
margin-top: 3em;
margin-left: 0;
}

.main_404 ul li {
  position: relative;
  list-style: none;
  margin-top: 2em;
}
.main_404 ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*-------------------------------------------------------------------
  非表示
-------------------------------------------------------------------*/
.hidden {
  display: none !important;
}
