﻿html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, iframe, object, em, strong, sub, sup, del, q, blockquote, pre, code, abbr, address, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a {
    text-decoration: none;
}
img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
*, *::after, *::before {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix {
*zoom:1;
}
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}
body {
    background: #FFF;
}
.header {
    height: auto;
    background: #fffcdb;
    text-align: center;
    padding: 40px 0;
    margin: 0 auto 16px;
}
.header img {
    margin-bottom: 20px;
}
.header h1 {
    color: #f39800;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
}

@media screen and (max-width:800px) {
.header {
    width: 100%;
    height: auto;
    background: #fffcdb;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto 6px;
}
.header img {
    max-width: 90%;
    margin-bottom: 14px;
}
.header h1 {
    color: #f39800;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
}
.nav {
    width: 958px;
    height: auto;
    text-align: center;
    margin: 0 auto 6px;
}
.nav li {
    width: 10%;
    height: auto;
    float: left;
    display: block;
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.nav .current {
    background: #f39800;
    border: 1px solid #f39800;
    color: #fff;
    padding: 20px 0
}
.nav a {
    display: block;
    background: #fff;
    border: 1px solid #f39800;
    color: #f39800;
    padding: 20px 0;
    transition: all 0.6s ease;
}
.nav a:hover {
    background: #f39800;
    color: #fff;
}

@media screen and (max-width:800px) {
.nav {
    width: 98%;
    height: auto;
    text-align: center;
    margin: 0 auto 6px;
}
.nav li {
    width: 20%;
    height: auto;
    float: left;
    display: block;
    list-style: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.nav .current {
    background: #f39800;
    border: 1px solid #f39800;
    color: #fff;
    padding: 10px 0;
}
.nav a {
    display: block;
    background: #fff;
    border: 1px solid #f39800;
    color: #f39800;
    padding: 10px 0;
    transition: all 0.6s ease;
}
.nav a:hover {
    background: #f39800;
    color: #fff;
}
}
.pageTitle {
    width: 960px;
    height: auto;
    background: #7ecef4;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
}
.pageTitle h2 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

@media screen and (max-width:800px) {
.pageTitle {
    width: 100%;
    height: auto;
    background: #7ecef4;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}
.pageTitle h2 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
}
/**PHOTO*/

.content {
    width: 940px;
    height: auto;
    background: #fff;
    margin: 0 auto 6px;
    padding: 20px 10px 10px 10px;
}
.content p {
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    margin: 0 0 10px 0;
    text-align: center;
}

.pc{
	display:block;
}

.sp{
	display:none;
}

.imgGroup {
    margin: 0;
}
.imgGroup a {
    display: block;
    float: left;
    width: 19%;
    height: auto;
    margin: 0.5%;
    padding: 0;
    transition: all 0.6s ease;
}
.imgGroup a:hover {
    opacity: 0.6;
}
.imgGroup img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

@media screen and (max-width:800px) {
.content {
    width: 100%;
    height: auto;
    background: #fff;
    margin: 0 auto 6px;
    padding: 10px 10px 10px 10px;
}
.content p {
    font-size: 12px;
    line-height: 1.6;
    color: #222;
    margin: 0 0 10px 0;
    text-align: center;
}

.pc{
	display:none;
}

.sp{
	display:block;
}
	
.imgGroup {
    margin: 0;
    text-align: center;
}
.imgGroup a {
    display: block;
    float: left;
    width: 48%;
    height: auto;
    margin: 1%;
    padding: 0;
    transition: all 0.6s ease;
}
.imgGroup a:hover {
    opacity: 0.6;
}
.imgGroup img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
}
.footer {
    height: auto;
    background: #fffcdb;
    text-align: center;
    margin: 16px auto 0;
    padding: 40px 0;
}
.footer p {
    color: #222;
    font-size: 14px;
    line-height: 1;
}
.footer img {
    width: 300px;
    margin-bottom: 18px;
}

@media screen and (max-width:800px) {
.footer {
    width: 100%;
    height: auto;
    background: #fffcdb;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
}
.footer p {
    color: #222;
    font-size: 10px;
    line-height: 1;
}
.footer img {
    width: 70%;
    margin-bottom: 18px;
}
}
