/* ========================================
共通 CSS

 - File Name : common.css
 - Latest Css Updates : 2020.10.26
 - Those who update it : s.m
 ------------------------------------------

======================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,800,900&display=swap");

/* ---------------------------------------- 
 - html
---------------------------------------- */
html, body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 62.5%;/*基本を10pxで設定*/
}

/* ---------------------------------------- 
 - body
---------------------------------------- */
body {
    font-family: 'Noto Sans Japanese',sans-serif;
	font-style: normal;
	font-weight:100;
	font-size: 16px;
	font-size: 1.6rem;
	color: #221815;
	line-height: 1.6;
	-webkit-text-size-adjust: none; /* 文字の拡大縮小を防ぐ */
}
@media screen and (max-width: 768px) {
html, body {
	font-size: 56.25%;/*基本を9pxで設定*/
}
}

/* ========================================
 - 個別の共通セクションの指定
======================================== */
.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.wrapper {
        width: 100%;
        padding: 0 5.2vw;
        margin: 0 auto;
    }
}
/* ---------------------------------------- 
 - Header
---------------------------------------- */
#Header {
    width: 100%;
    background-color: #0066a3;
    overflow: hidden;
}
#Header .wrapper {
    max-width: 810px;
    height: 150px;
    position: relative;
    
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
#Header h1 {
    width: 60%;
    margin-left: -20px;
    line-height: 1;
    text-align: left;
}
#Header h1 img {
    width: 100%;
    height: auto;
}
/*.goBack*/
#Header .goBack {
    position: absolute;
    top: 20px;
    right: 0;
}
#Header .goBack a {
    display: block;
    padding: 0.5em;
    
    border: #fff solid 1px;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
}
#Header .goBack a:hover {
    background-color: #fff;
    border: #0066a3 solid 1px;
    color: #0066a3;
}

@media screen and (max-width: 768px) {
#Header {
    height: inherit;
    background-color: #0066a3;
    overflow: hidden;
}
#Header .wrapper {
    max-width: none;
    height: auto;
    position: relative;
    padding: 11.2vw 0 5.6vw;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
#Header h1 {
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
}
#Header .contactBox dl {
    margin-left: 0;
}
/*.goBack*/
#Header .goBack {
    position: absolute;
    top: 2.8vw;
    right: 2.8vw;
}
}

/* ---------------------------------------- 
 - #Contents
---------------------------------------- */
#Contents .wrapper {
    width: 812px;
    margin-top: 40px;
}
#Contents h3 {
    padding: 0.5em 1em;
    margin-bottom: 1.5em;
    border-radius: 5px;
    background-color: #0066a3;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: left;
}
#Contents .illustGallery {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

#Contents .illustGallery li {
    width: 188px;
    height: 134px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
}
#Contents .illustGallery li:nth-child(4n) {
    margin-right: 0;
}
#Contents .illustGallery li img {
    /*width: 100%;
    height: auto;*/
    width: auto;
    height: 100%;
}
@media screen and (max-width: 767px) {
#Contents .wrapper {
    width: 100%;
    padding: 0 5.6vw;
    margin-top: 40px;
}
#Contents .illustGallery li:nth-child(4n) {
    margin-right: 5.6vw;
}
#Contents .illustGallery li:nth-child(even) {
    margin-right: 0;
}
#Contents .illustGallery li {
    width: 41.6vw;
    height: 29.69vw;
    overflow: hidden;
    margin-right: 5.6vw;
    margin-bottom: 5.6vw;
}
}

/* ---------------------------------------- 
 - #Footer
---------------------------------------- */

#Footer #Copyright {
	
}



@media screen and (max-width: 767px) {
/* ========================================
 ▼▼▼ Media Queries Start ▼▼▼
 ======================================== */
 /* ---------------------------------------- 
 - float
---------------------------------------- */
.fl_L { float:none !important; }
.fl_R { float:none !important; }

/* ========================================
 - 個別の共通セクションの指定
======================================== */

/* ---------------------------------------- 
 - Header
---------------------------------------- */
#Header h1{/* LOGO */
	
}

/* ---------------------------------------- 
 - #Main
---------------------------------------- */

#Main .main-inline .section {
		width:100%;
		text-align:left;
		margin:0 0 2.127% 0;
		
}

/* ---------------------------------------- 
 - #Footer
---------------------------------------- */
#Footer .copyright {
    text-align: center;
}


/* ========================================
 ▲▲▲ Media Queries End ▲▲▲
 ======================================== */
}


