@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html {
	background: url('../img/bg-cont.jpg') no-repeat center; /* 背景画像をhtml要素に表示 */
 	background-size: cover; /* 背景画像をフルスクリーン表示 */
	
}
body {
    line-height: 1;
    color: #222;
	font-family:Helvetica,Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic,“ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, sans-serif;
    font-size: .8rem;
	line-height: 1.5;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

}

body {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: .8rem;
    color: #333;
}
p {
    line-height: 1.4;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.pc { display: none;}
.sp { display: block;}

/* Fixed header and footer.
* --------------------------------------- */
#header, #footer{
    position:fixed;
    display:block;
    width: 100%;
    z-index:9;
    text-align:center;
}
#header{
    top: 0px;
    padding: 8px;
    background: #333;
    color: #f2f2f2;
    box-sizing: border-box;
    height: 48px;
}
#footer{
    bottom: 0px;
    font-size: .7rem;
    color: #888;
    border-top: 1px solid #f2f2f2;
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 2% 5%;
}
h1 {
    padding: 10px;
}
h1 a {
    color: #fff;
    text-decoration: none;
}

/* Nav
* --------------------------------------- */
nav {
    padding: 1.5%;
}
nav ul li {
    float: left;
    margin-left: 40px;
}
nav ul {
    text-align: right;
}
nav ul li a {
    color: #fff;
    text-decoration: none;
}
#fp-nav {
    display: none;
}
#sp_menu_btn {
    padding: 10px;
    background: #666;
    border-radius: 3px;
}
#sp_menu {
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    overflow: visible;
    color: #333;
    background: #666;
    width: 50%;
    padding: 0;
    opacity: .9;
}
#sp_menu li{
    display: block;
    box-sizing: border-box;
    float: none;
    text-align: left;
    margin-left: 0;
    width: 100%;
    border-top: 1px solid #fff;
    transition: .2s
}
#sp_menu li:first-child {
    border-top: none;
}
#sp_menu li a {
    display: block;
    width: 100%;
    padding: 18px;
}
nav.pc li a:hover {
    color: #999;
}
/* Section
* --------------------------------------- */
.section {
    box-sizing: border-box;
}
.section .slide {
    position: relative;
}
.section .slide h2 {
    font-size: 1.3rem;
    line-height: 1.3;
    margin: 5% 5% 3%;
    padding: 0 ;
}
.logo img {
    width: 60%;
    max-width: 400px;
    height: auto;
}
.section .slide .welcome {
    font-size: 1rem;
}
.section .slide .txt {
    margin: 0 5% 3%;
    text-align: left;
}
.section .slide .fp-tableCell {
    vertical-align: middle;
    text-align: center;
}
#read_text {
    box-sizing: border-box;
    margin: 10% auto 5%;
    padding: 15px;
    width: 90%;
    border-top: solid 1px #ddd;
    font-size: .7rem;
    line-height: 1.3;
    text-align: left;
}

.info, .info dt, .info dd {
    box-sizing: border-box;
}
.info {
    text-align: left;
    min-width: 320px;
    width: 60%;
    margin: 3% auto 0;
}
.info dt {
    float: left;
    width: 30%;
    padding: 0 5% 1.5%;
    text-align: right;
    line-height: 1.6;
    font-weight: bold;
    color: #222;
}
.info dd {
    float: left;
    width: 70%;
    padding: 0 5% 1.5% 1.5%;
    line-height: 1.6;
}

dd:after, .cf:after {
    content: '';
    display: block;
    clear: both;
}

.info_right, .info_right dt, .info_right dd {
    box-sizing: border-box;
}
.info_right {
    text-align: right;
    min-width: 320px;
    width: 60%;
    margin: 3% auto 0;
}
.info_right dt {
    float: left;
    width: 30%;
    padding: 0 5% 1.5%;
    text-align: right;
    line-height: 1.6;
    font-weight: bold;
    color: #888;
}
.info_right dd {
    float: left;
    width: 70%;
    padding: 0 5% 1.5% 1.5%;
    line-height: 1.6;
}

.photo img {
    width: 150px;
    height: auto;
}

/* 768px以上 */
@media (min-width: 768px) {
    body {
        font-size: 1rem;
    }

    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
    .container {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }
    #footer{
        font-size: .8rem;
        padding: 8px;
        height:40px;
    }
    nav {
        padding: 18px;
    }
    h1 {
        padding: 18px;
    }
    #fp-nav {
        display: block;
    }
    p {
        line-height: 1.6;
    }
    .section {
    }
    .content {
        width: 790px;
        margin: 0 auto;
    }
    .content .photo,
    .content .info {
        float: left;
    }
    .info {
        margin: 0 auto;
    }
    #header {
       padding: 0;
        height: 52px;
    }
    .section .slide h2 {
        font-size: 2rem;
        margin: 3% 7%;
        padding: 0;
    }
    .section .slide .welcome {
        font-size: 1.6rem;
        margin: 3% 5% 1%;
        padding: 0;
    }
    .section .slide .txt {
        margin: 0 5% 3%;
        text-align: center;
    }
    #read_text {
        padding: 15px 20px;
        margin: 0 auto;
        font-size: .8rem;
        width: 50%;
        min-width: 500px;
    }
    .photo img {
        width: 300px;
        height: auto;
    }

}
@media (max-height: 700px) {
    .wrapper {
        padding-top: 100px;
    }
}
@media (max-width: 768px) and (max-height: 700px) {
    .wrapper {
        padding-top: 0;
    }
}
@media (max-height: 414px) {
    .wrapper {
        padding-top: 60px;
    }
    .logo img {
        width: 150px;
        height: auto;
    }
    .section .slide .welcome {
        margin: 10px 5% 10px;
    }
    .section .slide .txt {
        margin: 0 5% 0;
        font-size: .8rem;
    }
    #read_text {
        margin: 10px auto 5%;
        padding: 10px;
    }
    .section .slide h2 {
        margin: 15px 5px 5px;
    }
    h2 .sp {
        display: none;
    }
    #footer {
        padding: 1%;
    }
    .content {
        width: 90%;
        margin: 5px auto;
    }
    .content .photo,
    .content .info {
        float: left;
        box-sizing: border-box;
    }
    .content .photo {
        width: 30%;
        padding-top: 5px;
    }
    .content .info {
        margin-top: 0;
        font-size: .8rem;
        width: 70%;
    }
    .info dt {
        line-height: 1.3;
        padding: 0 3% 0;
        width: 25%;
    }
    .info dd {
        line-height: 1.3;
        padding: 0 5% 0 1.5%;
        width: 75%;
    }
}
