﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/* 全体 */
*{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family:"Montserrat","Noto Sans JP" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
	font-style: normal;
	font-weight: normal;
	/*-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;*/
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


img{
	border:0;
}

a:link {
	text-decoration: none;
	color:#0000FF;
    font-size:100%;
}

a:hover {
	text-decoration:underline;
	color:#0000FF;
}

a:visited {
	color:#0000FF;
}

/* ヘッダー */
header{
	padding-top:10px;
}

@media screen and (max-width:665px){
header .logo{
	max-width:100%;
	margin-left:3px;
}
}

@media screen and (min-width:665px){
header .logo{
	max-width:1024px;
	margin:0 auto;
}
}

/* グローバルナビ */
@media screen and (min-width:665px){
#gNavi{
	width:100%;
	height:auto;
	background-color:#F8B551;
}
}

#gNavi ul{
	max-width:1024px;
	margin:0 auto;
	list-style:none;
	line-height:1.1;
	color:#FFFFFF;
}

@media screen and (min-width:665px){
#gNavi li{
	display:inline-block;
	width:120px;
	text-align:center;
}

nav.gNavi1 {
    position: static;
    display: block;
}

.gnav_list {
    list-style: none;
    padding: 0;
    display: flex !important;
}

.gnav_list li {
    margin: 0 10px;
    position: relative;
}

.gnav_list li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -10px;
	top:9px;
	font-size:26px;
}
}

#gNavi li a {
	display: block;
	font-size:20px;
	color:#000000;
	font-weight:900;
	text-decoration:none;
	padding:11px 0 12px 0;
}

#gNavi li a:hover {
	color:#FFFFFF;
	background-color:rgba(248, 181, 81, 0.5);
}

#gNavi li a:after {
	content:"";
	display:block;
	clear:both;
}

/* コンテンツ */
#contents{
	width:100%;
	margin:0 auto;
}

@media screen and (min-width:1024px){
#contents{
	width:1024px;
}	
}

#contents:after{
	content:"";
	display:block;
	clear:both;
}

/*#contents img{
	margin-top:10px;
	width:100%;
	height:auto;
}*/

.line{
	line-height:2em;
	padding-left:10px;
	font-size:120%;
}

.line a{
	font-size:100%;
}

.pagetop{
	clear: both;
	height: 25px;
	text-align: right;
	padding-right: 10px;
	font-size: 85%;
	color: #333333;
	padding-top: 10px;
}

.pagetop a{
	text-indent:-9999px;
}

#page-top{
	position:fixed;
	right:20px;
	bottom:35px;
	font-size:1.2rem;
	line-height:1.2rem;
	background: #fff;
	color:#737373;
	padding:10px 12px 10px 12px;
	border:solid 1px;
	border-radius: 50%;
	box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px  10px -4px rgba(0,0,0,.2);
}

.add, .add script{
	width:100%;
}

.add img{
	max-width:100%;
}

@media screen and (min-width:665px){
.add{
	max-width: 1024px;
	margin: 0 auto;
}
}

/* フッター */
footer{
	clear:both;
	background:#F8B551;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
}

footer a{
	color:#FFFFFF;
	font-size:110%;
}

footer p.menu{
	max-width:1024px;
	padding-left:20px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:110%;
	text-align:left;
}

footer p{
	text-align:center;
	font-size:110%;
}

/* hide hack from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */