@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Zen+Maru+Gothic&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Noto+Sans+JP:wght@400;700&display=swap');

/* Gotic
font-family: 'Noto Sans JP', sans-serif;
font-family: "Zen Maru Gothic", serif;

.gabarito-<uniquifier> {
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/
/* モバイルレイアウト : 480 px およびそれ以下. */
body{
    margin: 0 0;
}
header > div{
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
}
header > div:nth-child(1){
    text-align: right;
    background: #e8dabf;
    border-radius: 0 0 19px 0;
}
header > div:nth-child(2){
    text-align: left;
    background: #7fc3b5;
    border-radius: 0 0 0 19px;
}
header > div > div{
    display: inline-block;
    width: 100%;
    max-width: 640px;
    text-align: center;
    padding: 10px 0;
}
header a:visited{
    color: #000;
}
header a{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    margin: 0 0;
}
header a:hover{
    color: #000;
    font-weight: bold;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.contents{
    position: relative;
    width: 100%;
}
h1{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 19px;
    font-weight:bold;
    text-align: center;
}
h2{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
    font-weight:bold;
    text-align: center;
}
h3{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
    font-weight: bold;
    text-align: center;
    color:#000;
}
h4{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
    color: #000;
    margin: 1em 0;
}
h5{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
    letter-spacing: 0.1em;
    color: #000;
}
.content{
    width: 98%;
    max-width: 816px;
    margin: 0 auto;
}
.content p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
	line-height: 180%;
}
.bottomDummy{
    height: 50px;
}
footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
footer a:visited{
    color: inherit;
}
footer a{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    padding: 0.75em 0;
    width: 12em;
    margin: 10px 5px;
}
footer a:nth-child(1){
    background: #000;
    color: #fff;
}
footer a:nth-child(2){
    background: #22b573;
    color: #000;
}
.toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.toTopShow{
	display:block;
}
.toTopHidden{
	display:none;	
}
.cellFit{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.moreButton:visited{
    color: #000;
}
.moreButton{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    color: #000;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.25em 0;
    text-align: center;
    width: 12em;
    border: solid 1px #103259;
    text-decoration: none;
    line-height: 250%;
}
.moreButton:hover{
    box-shadow: 0px 0px 15px -5px #777777;
    color: #000;
}
.linkButton{
    font-family: 'Noto Sans JP', sans-serif;
	display:inline-block;
	color:#fff;
	font-size: 14px;
	text-decoration:none;
	padding: 0.1em 1em;
	border-radius: 8px;
    background-color:#c69c6d;
    font-weight: normal;
    letter-spacing: 0.25em;
}
.linkButton:hover{
	opacity: 0.8;
	color:#fff;
}
.linkButton:visited{
	color:#fff;
}
.stdLink{
    color: #000;
    font-size: inherit;
    text-decoration: none;
}
.stdLink:hover{
    color: inherit;
}
.stdLink:visited{
    color: inherit;
}
.forPC{
    display: none;
}
.breadcrumbsBlock{
    display: none;
}
.breadcrumbsBlock ol{
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.25em;
    font-size: 17px;
	line-height: 180%;
    font-weight: bold;
    color: #333333;
}
.breadcrumbsBlock ol li{
    display: inline;
}
.breadcrumbsBlock a{
    color: #333333;
    text-decoration: none;
}
.breadcrumbsBlock a:visited{
    color: #333333;
}
.breadcrumbsBlock li::before{
    content: " ＞" ;
}
.breadcrumbsBlock li:first-child::before{
    content: "" ;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
header a{
    font-size: 17px;
}
.content{
    width: 88%;
}
h2{
	font-size: 25px;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only print {
.dummy{
    height: 100px;
}
.gridContainer {
	max-width: 1280px;
	margin: auto;
}
.forSP{
    display: none;
}
.forPC{
    display: block;
}
.breadcrumbsBlock{
    display: block;
}
}