@charset "UTF-8";

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

　default.css for html5

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

/* Reset
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure,
footer, header, main, nav, section {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
img {
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
}


/* Common
-------------------------------------------------- */
.clearfix:after {
	display:block;
	clear:both;
	height:0;
	content:"";
	font-size:0;
	visibility:hidden;
}
.clearfix {
	/display:inline-block;
}

a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.70;
}

.hide  { display: none;}
.flL   { float: left;}
.flR   { float: right;}
.clear { clear: both;}

.m00  { margin:0 !important;}
.mt10 { margin-top: 10px;}
.mr10 { margin-right: 10px;}
.mb10 { margin-bottom: 10px;}
.ml10 { margin-left: 10px;}
.mt20 { margin-top: 20px;}
.mr20 { margin-right: 20px;}
.mb20 { margin-bottom: 20px;}
.ml20 { margin-left: 20px;}
.pt10 { padding-top: 10px;}
.pr10 { padding-right: 10px;}
.pb10 { padding-bottom: 10px;}
.pl10 { padding-left: 10px;}

.indent {
	padding-left:1em;
	text-indent:-1em;
}
.indent img {
	vertical-align: middle;
	margin-right: 5px;
}

.taR  { text-align: right !important;}
.taL  { text-align: left !important;}
.taC  { text-align: center !important;}
.fwB  { font-weight: bold !important;}

.tab a {
	outline:none;
}

body,
html {
	color: #232323;
	font-family: 游ゴシック Medium, Yu Gothic Medium, 游ゴシック体, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
	box-sizing: border-box;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%
}
html {
	font-size: 62.5%;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
body {
	font-size: 1pc;
	font-size: 1.6rem
}
*,
:after,
:before {
	box-sizing: inherit;
	position: relative
}
:after,
:before {
	text-decoration: inherit;
	vertical-align: inherit
}
* {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
audio:not([controls]) {
	display: none;
	height: 0
}
hr {
	overflow: visible
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}
small {
	font-size: 80%
}
[hidden], template {
display:none
}
abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active,
a:hover {
	outline-width: 0
}
code,
kbd,
pre,
samp {
	font-family: monospace
}
b,
strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
address,
i {
	font-style: normal
}
.cf:after,
.cf:before {
	content: "";
	display: table
}
.cf:after {
	clear: both
}
.cf {
*zoom:1
}
a {
	color: inherit;
	text-decoration: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4
}
h1,
h2 {
	font-size: 2.8rem
}
p {
	font-size: 1.4rem;
	line-height: 1.8
}
strong {
	font-weight: 600
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
ol,
ul {
	font-size: 1.4rem;
	padding: 0;
	list-style: none
}
ol li:last-child,
ul li:last-child {
	margin-bottom: 0
}
ul.fw-list {
	list-style: disc
}
ol.fw-list {
	list-style: decimal
}
ol.fw-list li,
ul.fw-list li {
	margin-left: 1.5em
}
ol.fw-list li+li,
ul.fw-list li+li {
	margin-top: 1em
}
img {
	border: 0;
	vertical-align: middle
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed
}
td,
th {
	border: transparent solid 1px;
	border-color: #ddd;
	padding: 1.6rem 0;
	text-align: left
}
th {
	background-color: #fff;
	font-size: 1.4rem
}
td {
	background-color: #faf8f3;
	font-size: 1.2rem
}
@media screen and (max-width:768px) {
.table-wrap {
	margin: auto;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch
}
.table-wrap table {
	min-width: 40pc
}
}
.fw-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 24px;
	padding-left: 24px
}
[class*=fw-col-] {
padding-right:9pt;
padding-left:9pt
}
.fw-row {
	margin-right: -9pt;
	margin-left: -9pt
}
 @media screen and (min-width: 768px) {
.fw-container {
	width: 100%;
	max-width: calc(100% - 60px)
}
}
@media screen and (min-width: 1280px) {
.fw-container {
	max-width: calc(1080px + 2.5vw)
}
.fw-container, [class*="fw-col-"] {
padding-right: 1.25vw;
padding-left: 1.25vw
}
.fw-row {
	margin-right: -1.25vw;
	margin-left: -1.25vw
}
}
@media screen and (min-width: 1680px) {
.fw-container {
	max-width: calc(1440px + 2.5vw)
}
.fw-container.min {
	max-width: calc(1180px + 2.5vw)
}
}
.fw-row {
	display: flex;
	flex-wrap: wrap
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.fw-row, ::i-block-chrome {
display:-webkit-box
}
}
.reverse {
	flex-direction: row-reverse
}
.vertical-reverse {
	flex-direction: column-reverse
}
[class*=fw-col-] {
flex-grow:1;
width:100%
}
.fw-col-100 {
	flex-basis: 100%;
	max-width: 100%
}
.fw-col-90 {
	flex-basis: 90%;
	max-width: 90%
}
.fw-col-83 {
	flex-basis: 83.33337%;
	max-width: 83.33337%
}
.fw-col-80 {
	flex-basis: 80%;
	max-width: 80%
}
.fw-col-75 {
	flex-basis: 75%;
	max-width: 75%
}
.fw-col-70 {
	flex-basis: 70%;
	max-width: 70%
}
.fw-col-66 {
	flex-basis: 66.66667%;
	max-width: 66.66667%
}
.fw-col-60 {
	flex-basis: 60%;
	max-width: 60%
}
.fw-col-50 {
	flex-basis: 50%;
	max-width: 50%
}
.fw-col-40 {
	flex-basis: 40%;
	max-width: 40%
}
.fw-col-33 {
	flex-basis: 33.33337%;
	max-width: 33.33337%
}
.fw-col-30 {
	flex-basis: 30%;
	max-width: 30%
}
.fw-col-25 {
	flex-basis: 25%;
	max-width: 25%
}
.fw-col-20 {
	flex-basis: 20%;
	max-width: 20%
}
.fw-col-16 {
	flex-basis: 16.66667%;
	max-width: 16.66667%
}
.fw-col-10 {
	flex-basis: 10%;
	max-width: 10%
}
.fw-start {
	justify-content: flex-start
}
.fw-center {
	justify-content: center
}
.fw-end {
	justify-content: flex-end
}
.fw-top {
	align-items: flex-start
}
.fw-middle {
	align-items: center
}
.fw-bottom {
	align-items: flex-end
}
.fw-stretch {
	align-items: stretch
}
.fw-around {
	justify-content: space-around
}
.fw-between {
	justify-content: space-between
}
.fw-first {
	order: -1
}
.fw-last {
	order: 1
}
@media screen and (min-width:768px) {
.fw-col-100-md {
	flex-basis: 100%;
	max-width: 100%
}
.fw-col-90-md {
	flex-basis: 90%;
	max-width: 90%
}
.fw-col-83-md {
	flex-basis: 83.33337%;
	max-width: 83.33337%
}
.fw-col-80-md {
	flex-basis: 80%;
	max-width: 80%
}
.fw-col-75-md {
	flex-basis: 75%;
	max-width: 75%
}
.fw-col-70-md {
	flex-basis: 70%;
	max-width: 70%
}
.fw-col-66-md {
	flex-basis: 66.66667%;
	max-width: 66.66667%
}
.fw-col-60-md {
	flex-basis: 60%;
	max-width: 60%
}
.fw-col-50-md {
	flex-basis: 50%;
	max-width: 50%
}
.fw-col-40-md {
	flex-basis: 40%;
	max-width: 40%
}
.fw-col-33-md {
	flex-basis: 33.33337%;
	max-width: 33.33337%
}
.fw-col-30-md {
	flex-basis: 30%;
	max-width: 30%
}
.fw-col-25-md {
	flex-basis: 25%;
	max-width: 25%
}
.fw-col-20-md {
	flex-basis: 20%;
	max-width: 20%
}
.fw-col-16-md {
	flex-basis: 16.66667%;
	max-width: 16.66667%
}
.fw-col-10-md {
	flex-basis: 10%;
	max-width: 10%
}
.fw-col-hidden-md {
	display: none;
	visibility: hidden
}
.fw-start-md {
	justify-content: flex-start
}
.fw-center-md {
	justify-content: center
}
.fw-end-md {
	justify-content: flex-end
}
.fw-top-md {
	align-items: flex-start
}
.fw-middle-md {
	align-items: center
}
.fw-bottom-md {
	align-items: flex-end
}
.fw-stretch-md {
	align-items: stretch
}
.fw-around-md {
	justify-content: space-around
}
.fw-between-md {
	justify-content: space-between
}
.fw-first-md {
	order: -1
}
.fw-last-md {
	order: 1
}
}
@media screen and (min-width:1280px) {
.fw-col-100-lg {
	flex-basis: 100%;
	max-width: 100%
}
.fw-col-90-lg {
	flex-basis: 90%;
	max-width: 90%
}
.fw-col-83-lg {
	flex-basis: 83.33337%;
	max-width: 83.33337%
}
.fw-col-80-lg {
	flex-basis: 80%;
	max-width: 80%
}
.fw-col-75-lg {
	flex-basis: 75%;
	max-width: 75%
}
.fw-col-70-lg {
	flex-basis: 70%;
	max-width: 70%
}
.fw-col-66-lg {
	flex-basis: 66.66667%;
	max-width: 66.66667%
}
.fw-col-60-lg {
	flex-basis: 60%;
	max-width: 60%
}
.fw-col-50-lg {
	flex-basis: 50%;
	max-width: 50%
}
.fw-col-40-lg {
	flex-basis: 40%;
	max-width: 40%
}
.fw-col-33-lg {
	flex-basis: 33.33337%;
	max-width: 33.33337%
}
.fw-col-30-lg {
	flex-basis: 30%;
	max-width: 30%
}
.fw-col-25-lg {
	flex-basis: 25%;
	max-width: 25%
}
.fw-col-20-lg {
	flex-basis: 20%;
	max-width: 20%
}
.fw-col-16-lg {
	flex-basis: 16.66667%;
	max-width: 16.66667%
}
.fw-col-10-lg {
	flex-basis: 10%;
	max-width: 10%
}
.fw-col-hidden-lg {
	display: none;
	visibility: hidden
}
.fw-start-lg {
	justify-content: flex-start
}
.fw-center-lg {
	justify-content: center
}
.fw-end-lg {
	justify-content: flex-end
}
.fw-top-lg {
	align-items: flex-start
}
.fw-middle-lg {
	align-items: center
}
.fw-bottom-lg {
	align-items: flex-end
}
.fw-stretch-lg {
	align-items: stretch
}
.fw-around-lg {
	justify-content: space-around
}
.fw-between-lg {
	justify-content: space-between
}
.fw-first-lg {
	order: -1
}
.fw-last-lg {
	order: 1
}
}

/* ==============================================================
   #ヘッダー
   ============================================================== */
#site-header {
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	height: 64px;
	width: 100%;
	padding: 0 12px;
	z-index: 90;
}
body.home #site-header {
	background-color: transparent;
	border-bottom: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
#header-logo {
	display: inline-block;
	height: 30px;
	width: 100%;
}
#header-menu {
	width: 100%;
}
#header-menu {
	display: none;
}


#site-header .contact {
	border-radius: 2px;
	margin: auto;
position: absolute;
    top: 10px;
    bottom: 10px;
    right: 5px;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    line-height: 44px;
    height: 44px;
}

 @media (min-width: 768px) {
#site-header {
	height: 100px;
 padding: 0 calc(1.25vw * 2);
}
#header-logo {
	display: inline-block;
	height: 46px;
	width: auto;
}
}
 @media (min-width: 1280px) {
#site-header {
	border-bottom: #F3F0ED solid 1px;
}
#header-menu {
	flex-basis: 50%;
	max-width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding-right: 80px;
}
}
/* ==============================================================
   #ヘッダー：ロゴ
   ============================================================== */
#logo {
	display: inline-block;
	height: 100%;
	transition: opacity ease-out .2s;
}
#logo:hover {
	opacity: 0.5;
}
#logo > svg {
	fill: #232323;
	height: 100%;
	width: auto;
}
.home #logo > svg {
	fill: #FFF;
}
 @media (min-width: 768px) {
#logo {
	display: inline-block;
}
}

/* ==============================================================
   #フッター：波アニメ
   ============================================================== */
#wave-slide {
	display: flex; /* 二つのスライドを横に並べる */
	width: auto;
	overflow: hidden;
}
.slide {
	animation: infinity-loop 120s infinite linear 1s both; /* 無限ループアニメーションの設定 */
	display: flex; /* スライドの要素を横に並べる */
	height: 32px; /* スライドの高さ */
	position: relative;
}
.slide .block {
	background-image: url(https://agano-spot.com/wp/wp-content/themes/agano_theme/common/imgs/theme/wave_01.svg);
	background-size: auto 16px;
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 32px;
	width: 960px;
}
 @media (min-width: 1280px) {
.slide {
	animation: infinity-loop 60s infinite linear 1s both; /* 無限ループアニメーションの設定 */
	height: 24px; /* スライドの高さ */
}
.slide .block {
	background-size: auto 24px;
}
}
/* 無限ループアニメーション */
@keyframes infinity-loop {
 from {
 transform: translate3d(0vw, 0, 0);
}
to {
	transform: translate3d(-100%, 0, 0);
}
}
/* ==============================================================
   #フッター
   ============================================================== */
#site-footer {
	background-color: #D6EEFB;
	padding: 48px 0;
	margin: 0;
}
/* ==============================================================
   #フッター：ナビゲーション
   ============================================================== */
#site-footer #g-nav {
	background-color: transparent;
	margin-bottom: 32px;
	display: none;
}
#site-footer #g-nav .nav-item a {
	background-color: rgba(255,255,255,0.5);
}

 @media (min-width: 1280px) {
#site-footer #g-nav {
	    display: flex;
	height: auto;
}
#site-footer #g-nav > ul {
	max-width: 1080px;
}
#site-footer #g-nav .nav-item a {
	background-color: transparent;
	font-size: 1.2rem;
}
}
/* ==============================================================
   #フッター：インフォ
   ============================================================== */
address {
	text-align: center;
}
#agano-address {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.8;
	margin: 8px auto 0;
	text-align: left;
}
#agano-address dt {
	float: left;
	width: 5em;
}
#agano-address dd {
	overflow: hidden;
}
 @media (min-width: 768px) {
address {
	text-align: left;
}
#agano-address {
	font-size: 1.4rem;
	text-align: left;
}
#agano-address address {
}
#agano-address {
	display: block;
	font-size: 1.2rem;
	margin-top: 16px;
	text-align: left;
}
}
/* ==============================================================
   #フッター：ロゴ
   ============================================================== */
#logo-footer {
	height: 64px;
	width: auto;
	margin: auto auto 16px;
}
 @media (min-width: 768px) {
#logo-footer {
	height: 80px;
	width: auto;
	margin: auto 0 auto auto;
}
}
/* ==============================================================
   #フッター：関連団体
   ============================================================== */
#relation-nav {
	border-top: #232323 solid 1px;
	margin-top: 24px;
	padding-top: 16px;
}
#relation-nav .fw-nav {
	margin: -2px -1em;
}
#relation-nav .fw-nav > li {
	flex-grow: 0;
	padding: 2px 1em;
}
#relation-nav a {
	display: block;
	font-size: 1rem;
}
#relation-nav a:hover {
	text-decoration: underline;
}
 @media (min-width: 768px) {
#relation-nav .fw-nav > li + li::before {
	content: "";
	border-left: #232323 solid 1px;
	height: 1em;
	width: 0;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	transform: rotate(16deg);
}
#relation-nav a {
	display: block;
	font-size: 1.2rem;
}
}
 @media (min-width: 1280px) {
#relation-nav {
	margin-top: 32px;
}
#relation-nav .fw-nav {
}
}
/* ==============================================================
   #フッター：コピーライト
   ============================================================== */
#copyright {
	font-size: 1rem;
	text-align: center;
	padding: 16px 0;
	margin: 0;
}
/* ==============================================================
   #ページの先頭に戻る
   ============================================================== */
.fw-page-top {
	position: fixed;
	margin: auto;
	right: 8px;
	bottom: 16px;
	z-index: 1000;
}
.fw-page-top a {
	background-color: #232323;
	border-radius: 100%;
	display: block;
	width: 40px;
	height: 40px;
}
.fw-page-top a::before {
	content: "";
	border-top: #FFF solid 2px;
	border-left: #FFF solid 2px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: auto;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
}
.fw-page-bottom a::before {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	top: 0;
	bottom: 5px;
}
.fw-page-top a:hover {
}
.fw-page-top a:hover::before {
	border-top: #FFF solid 2px;
	border-left: #FFF solid 2px;
}
 @media screen and (min-width: 1280px) {
.fw-page-top {
	right: 30px;
	bottom: 20px;
}
.fw-page-top a {
	width: 64px;
	height: 64px;
}
}