@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	font-size: 16px;
	font-weight: normal;
    vertical-align: bottom;
    background:transparent;
	color: #251E1C;
}


body {
    line-height:1.6;
	font-size: 16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma, Geneva, sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
    background-color: #FFF;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-position: center;
	background-attachment: fixed;
	word-wrap: break-word;
    background: url("img/page_bg.gif") center repeat-y;
}
html,body {
}

img {
	vertical-align:top;
	border: none;
}
blockquote, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul {
	margin:0;
	padding:0;
}
abbr, acronym {
	border:0;
}
address, caption, cite, code, dfn, em, th, strong, var {
	font-style:normal;
	font-weight:normal;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;/*13px*/
	font-weight:normal;
}
input, select, textarea {
	font-size:1em;/*13px*/
}
ol, ul, li {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:1em;/*13px*/
}
hr {
	display: none;
}
strong, em {
	font-weight: bold;
}
/* ----- form -------*/

button, fieldset, form, input, label, legend, select, textarea {
	font-size:1em;  /*13px*/
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
input, textarea {
	vertical-align: middle;
	padding: 1px;
}
textarea {
	width: 98%;
}
input[type="radio"], input[type="checkbox"] {
	vertical-align: baseline;
	margin-right: 3px;
}

a,
p a ,
li a ,
a img,
a .fa {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}


/*----- links color -----*/
a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
/*	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
*/}
a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}


.clear {
	clear: both;
}

/* Clearfix */  
.clearfix:after {  
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}  
.clearfix {  
    display: inline-block;  
    min-height: 1%;  
}  
/* Hides from IE-mac \*/  
* html .clearfix {  
    height: 1%;  
}  
.clearfix {  
    display: block;  
}  
/* End hide from IE-Mac */



/*************************
構造
*************************/
.fixheader {
    position: fixed;
    width: 100%;
    top: 0;
    background: url("img/footer_bg.jpg") center;
	text-align: center;
    display: none;
    z-index: 9999;
}

header {
	width: 100%;
    background: url("img/head_bg.png") center top;
    height: 165px;
    z-index: 999;
}
#page header {
	width: 100%;
    background: url("img/footer_bg.jpg") center top;
    height: inherit;
    z-index: 999;

}
header article {
	width: 1024px;
	margin: auto;
}
header .head-logo {
	width: 1024px;
	margin: auto;
}
section {
	width: 1024px;
	margin: auto;
	margin-bottom:  30px;
}
section article {
	width: 1024px;
	margin: auto;
	padding:  25px 50px;
	box-sizing: border-box;
    position: relative;
}
section article.content {
	width: 1024px;
	margin: auto;
	padding:  25px 50px;
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section article.content .column2-2 {
    width: 100%;
    border-top: solid 1px #000;
    padding: 15px 0;
    margin-bottom: 2em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

h3.panel {
    margin-bottom: 0;
    font-size: 160%;
    color: #211C1D;
    text-align: center !important;
    border-top: solid 1px #000;
    padding-top: 0.6em;
}
.panelArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.panelArea .column1-2 {
    width: 46%;
    padding: 15px 0;
    margin-bottom: 2em;
}



section article.content .column1-2 {
    width: 46%;
    border-top: solid 1px #000;
    padding: 15px 0;
    margin-bottom: 2em;
}

.panelArea .column1-2 .flex,
section article.content .column1-2 .flex {
    margin-top: 1.5em;
}
.panelArea .column1-2 .flex a,
section article.content .column1-2 .flex a {
    display: flex;
}
section article.content .column1-2 .flex a.noflex {
    display:inline;
    color: #06F
}

.panelArea .column1-2 li img,
section article.content .column1-2 li img {
    border: solid 1px #adadad;
    margin-right: 1.5em;
}

.panelArea .column1-2.nob,
section article.content .column1-2.nob {
    border: none;
}

/*
section article.content .column1-2 .flex li {
    text-align: left;
}
section article.content .column1-2 li {
    margin: 2em 0 0; 
    text-align: center;
}
section article.content .column1-2 li:nth-of-type(even){
    text-align: left;
    margin-top: 0.4em !important;
}
section article.content .column1-2 li img {
    border: solid 1px #adadad;
}

section article.content .column1-2 ul.flex {
    display: flex;
}
section article.content .column1-2 ul.flex li img {
    margin-right: 2em;
}
*/
section article.content .video {
    width: 100%;
    border-top: solid 1px #000;
    padding: 25px 0;
    margin-bottom: 2em;
    position: relative;
}
section article.content .video iframe {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 100%;
}

#page section article {
	width: 1024px;
	margin: auto;
	padding:  25px 50px 0;
	box-sizing: border-box;
    position: relative;
}
#page section article h2 {
    margin-bottom: 0px;
}

#page section article.content {
    min-height: 780px;
}

.fd {
	opacity: 0;
	transform:  translateY(50px);
	transition: 1s;
}
.logo {
	width:  1024px;
	margin:  0.5rem auto 2em;
}
section h2 {
	margin-bottom: 25px;
	font-size: 160%;
	color: #22ac38;
}



.video{
border-top: solid 1px #000;
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
}

.video iframe{
position: absolute;
top: 25px;
left: 0;
width: 100%;
height: 100%;
}



section p {
	margin-bottom: 1em;
}

dl {
	box-sizing: border-box;
	width: 100%;
	display: flex;
}
dl.movie {
	box-sizing: border-box;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #c9c9c9;
	display: table;
	width: 100%;
}

dt {
	align-self:  center;
	width: 45%;
}
dt.logo {
	font-size: 140%;
}
dd {
	margin-left: 5.2%;
	display:inline-block;
	width: 55%;
	box-sizing:border-box;
}
dd ul {
	clear: both;
	width: 100%;
	margin-top: 20px;
}
dd ul:first-child {
	margin-top: 0;
}
dd img {
	margin-right: 15px;
	border: solid 1px #adadad;
}
li.flex {
    display: flex;
}

footer {
	width: 100%;
	padding: 15px;
    background: url("img/footer_bg.jpg") center;
	text-align: center;
	color: #fff;
	position:fixed;
	bottom: 0;
	font-size: 70%;
}

.pc {
    display:  block;
}
.sp {
    display: none;
}





/************************************/



@media screen and (max-width: 768px) {
    .fixheader {
        padding: 0 0 0 3%;
    }
    header {
        height: auto;
    }
    header h1 img {
        width: 100%;
        height: auto;
    }
    section {
    	width: 96%;
    	padding: 0px 0px 20px;
        margin: auto;
    	box-sizing:border-box;
    }
    header article {
	    width: 100%;
    }
    section article {
	    width: 100%;
    	margin: auto;
        padding: 25px;
    }
    section article.content {
        width: 100%;
        display: block;
        padding: 25px 0;
    }
    section article.content .column1-2 {
        width: 100%;
        padding: 5%;
        box-sizing: border-box;
    }
    section article.content .column1-2 h3 img {
        width: 100%;
        height: auto;
    }
    .panelArea {
        display: block;
    }
    .panelArea .column1-2 {
        width: 100%;
        padding: 15px 0;
        margin-bottom: 0;
    }

    
    #page section article {
	    width: 100%;
    	margin: auto;
        padding: 25px 2% 0;
        box-sizing: border-box;
    }
    #page section article h2 img {
        width: 100%;
        height: auto;
    }

    #page section article.content {
        width: 100%;
        display: block;
        padding: 25px 0;
    }


    section article.content {
        width: 100%;
        display: block;
        padding: 25px 0;
    }

section dl {
        display: block;
    	width: 100%;
    }
    dt {
    	display: block;
    	margin-bottom: 2em;
    	width: 100%;
    }
dt img {
	width: 85%;
}
dd {
	width: 97%;
	box-sizing:border-box;
}
dl.movie dd {
	display: none;
}

.pc {
    display: none;
}
.sp {
    display: block;
}

}

.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb70 {
	margin-bottom: 70px;
}

