@charset "utf-8";


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,  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;
}

body{
    margin: 0 auto;
    height: 100%;
    padding: 0;
    max-width: 1800px;
    color: #333;
    font:20px;
    font-family: 'Kosugi', sans-serif;
    line-height: 1.5;
    background: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}

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;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;  
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}


/* link
------------------------------------------------------------*/
a{
    color: #007700;
    text-decoration: none;
    font-size: 18px;
}

a:hover{
    color: #007700;
}

a:active, a:focus{
    outline: 0;
}


/* Global */

div { word-break: break-all;
}

img { max-width:100%;
}

a {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}



/* Global */
body {
    background: #3ba510;
    padding: 20px;
}

div { word-break: break-all; }

img { max-width:100%; }

a {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	}

    a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}

/*
------------------------------------------------------------*/

            /*    container 

============================================================*/
                        /* ====================================*/


/*----------------------------------
  		      slide
  	================================*/

.container-fluid {
    background: #fbf4e0;
    margin: 0px auto 10px;
    padding: 20px 0px;
    width: 1440px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* Thumbnail Box */

.caption {
    height: 160px;
    width: 99%;
    margin: 20px 0px;
    padding: 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.caption .span4, .caption .span8 {
    padding: 0px 20px;
}

/*----------------------------------
  		slide_03 動画配置
  	================================*/

.img_wrap_inner {
    display: flex;
    width: 1440px;
    height: 405px;
}

.image_inner {
    margin: 0 auto;
}

.img_left {
    width: 370px;
    height: auto;
}

.image_txt {
    font-family: 'Kosugi', sans-serif;
    width: auto;
    margin-left: 20px;
}

/*----------------------------------
  		slide_03 リンク先ボタン配置
  	================================*/

.image_inner span {
    font-size: 2.2em;
    top: 65%;
    left: 10%;
    color: #fff;
    font-family: 'Kosugi', sans-serif;
}

.contain_wrapper_right {
    width: 60%;
    height: auto;
    font-family: 'Kosugi', sans-serif;
    margin: 0 auto;
    text-align: center;
}

.header_right {
    width: 80%;
}

.header_right .menu {
    width: 350px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 20px;
}

.video_wrap {
    width: 70%;
    height: 100%;
    border: 2px solid #007700;
    margin-right: 10px;
    padding: 5px 0px;
    border-radius: 10px;
}

.pam_wrap {
    width: 100%;
    height: 100%;
    border: 2px solid #007700;
    /*margin-right: 20px;*/
    padding: 5px 0px;
    border-radius: 10px;
}

.middle_wrap {
    display: flex;
    width: 100%;
    justify-content: center;
}

.facebook_wrap {
    width: 236px;
    /*margin: 0 auto;*/
    border-radius: 10px;
    border: 2px solid #007700;
    padding: 2px 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 7px;
    
}

.facebook_wrap span {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #1977F1;
    padding-top: auto;
    padding-bottom: auto;
}

.link_wrap {
    width: 100px;
    border-radius: 10px;
    border: 2px solid #007700;
    padding: 6px 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header_right .middle_wrap .link_wrap span {
    font-size: 20px;
    padding-left: 5px;
    color: #007700;
}

.header_right .middle_wrap .fas {
    padding-bottom: 1px;
    color: #007700;
}

.header_right .menu .video_wrap span {
    width: 100%;
    font-size: 20px;
    padding-left: 5px;
    padding-top: 5px;
}

.header_right .menu .pam_wrap span {
    font-size: 20px;
    padding-left: 5px;
    margin-top: 15px;
}

.header_right .access_wrap p span {
    font-size: 20px;
    color: #fff;
    padding-left: 5px;
}

.access_wrap {
    width: 350px;
    height: 100%;
    margin: 0 auto;
}

.access_wrap .fa-subway {
    color: #fff;
}

.header_right .access_wrap p {
    width: auto;
    text-align: center;
    padding: 5px 10px;
    border: 2px solid #ff8c00;
    background-color: #ff8c00;
    border-radius: 10px;
}


.header_right img {
    width: 25px;
    height: auto;
    padding-top: 2px;
    padding-right: 5px;
}

.caption .span4 {
    border-right: 1px dotted #CCCCCC;
}

.caption h3 {
    color: #a83b3b;
    line-height: 1.5rem;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.caption p {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #a83b3b;
}

.btn.btn-mini {
    background: #a83b3b;
    border-radius: 0 0 0 0;
    color: #fbf4e0;
    font-size: 0.63rem;
    text-shadow: none !important;
}

.carousel-control {
    top: 33%;
}

/*----------------------------------
  		section パネル部
  	================================*/

.panelcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-width: 1440px;
}

.panelcontainer:hover > .section {
  -webkit-filter: brightness(22%);
          filter: brightness(22%);
}

.panelcontainer:hover > .section:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.panelcontainer .section {
  flex-grow: 1;
  position: relative;
  height: 100%;
  transition: all 0.4s;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  flex: 1;
}

.panelcontainer .section .cont_title {
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 37vh;
}

.panelcontainer .section .cont_title h1 {
  text-transform: uppercase;
  color: white;
  font-family: 'Kosugi Maru', sans-serif;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  font-size: 2.5vw;
  margin: 0;
  transition: font-size 0.3s;
  vertical-align: middle;
            }

.panelcontainer .section .cont_title h2 {
  text-transform: uppercase;
  color: white;
  font-family: 'Kosugi Maru', sans-serif;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  font-size: 1.5vw;
  margin: 0;
  transition: font-size 0.3s;
  vertical-align: middle;
}

.panelcontainer .section .cont_title h3 {
  text-transform: uppercase;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 1.3vw;
  transition: all 0.3s;
  color: white;
  letter-spacing: 3px;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}

            /*説明文*/
.panelcontainer .section .cont_desc {
  position: relative;
  display: block;
  text-align: center;
  width: 16vw;
  height: auto;
  margin: auto;
  opacity: 0;
  transition: opacity 0.8s, padding-top 0.9s, -webkit-transform 0.7s;
  transition: opacity 0.8s, transform 0.7s, padding-top 0.9s;
  transition: opacity 0.8s, transform 0.7s, padding-top 0.9s, -webkit-transform 0.7s;
  padding-top: 6vh;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.panelcontainer .section .cont_desc p {
  margin: 0;
  font-family: 'Kosugi Maru', sans-serif;
  color: white;
  font-size: 12px;
}

            /*説明文*/
.panelcontainer .section:hover {
  flex-grow: 1.8;
  transition: flex 0.2s;
}

.panelcontainer .section:hover > .cont_title h1 {
  font-size: 3vw;
  transition: font-size 0.4s;
}

.panelcontainer .section:hover > .cont_title h3 {
  font-size: 1.6vw;
  transition: all 0.4s;
}

.panelcontainer .section:hover > .cont_desc {
  opacity: 1;
  padding-top: 2vh;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  transition: opacity 0.7s, padding-top 0.5s, -webkit-transform 0.1s;
  transition: opacity 0.7s, padding-top 0.5s, transform 0.1s;
  transition: opacity 0.7s, padding-top 0.5s, transform 0.1s, -webkit-transform 0.1s;
  transition-delay: 0s, 0.1s, 0s;
}

.panelcontainer .section:nth-child(1) {
  background: url("../img/Arakawa-1.jpg") center;
}

.panelcontainer .section:nth-child(2) {
  background: url("../img/Arakawa-2.jpg") center;
}

.panelcontainer .section:nth-child(3) {
  background: url("../img/Arakawa-3.jpg") center;
}

.panelcontainer .section:nth-child(4) {
  background: url("../img/Arakawa-4.jpg") center;
}

.panelcontainer .section:nth-child(5) {
  background: url("../img/Arakawa-16.jpg") center;
}


/*
------------------------------------------------------------*/

            /*    Footer

============================================================*/
                        /* ====================================*/

#footer {
    width: 100vw;
    height: 30px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    /*background-color: #007700;*/
    padding: 0;
    margin-bottom: 0;
}

.copyright p {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 0;
}
