@charset "utf-8";

/* -------------------------------------
 main visual
----------------------------------------*/
.top_contents {
height: 700px;
overflow: hidden;
}
.mainVisual {
position: relative;
height: 700px;
}
.mainVisual ul {
min-width: 1000px;
}
.mainVisual_img {
    margin: 0;
    height: 700px;
}
.mainVisual_img img{
    height: auto;
    object-fit: cover;
    width: 100%;
    min-height: 700px;
}
.mainVisual_text {
position: absolute;
width: 100%;
top: 100px;
height: 600px;
color: #fff;
padding: 0 100px;
box-sizing: border-box;
font-weight: bold;
letter-spacing: 0.5em;
display: table;
}
.mainVisual_textInner {
display: table-cell;
width: 100%;
vertical-align: middle;
}
.mainVisual_copy {
font-size: 4rem;
line-height: 1.8;
text-shadow:1px 1px 2px #000;
}

.mainVisual_subCopy {
font-size: 2rem;
margin-top: 15px;
}
.mainVisual video {
min-width: 100%;
min-height: 700px;
overflow: hidden;
}

/* -------------------------------------
 topページ用　navi
----------------------------------------*/
.lower_nav {
position: relative;
top: -90px;
}
.lower_nav li {
display: table;
float: left;
height: 90px;
margin-left: 12px;
font-size: 1.5rem;
font-weight: bold;
letter-spacing: 0.4em;
}
.lower_nav li:first-child {
margin-left: 0;
}
.lower_nav li a {
display: block;
height: 90px;
background-color: rgba(255,255,255,0.9);
text-align: center;
vertical-align: middle;
display: table-cell;
padding: 0 10px;
box-sizing: border-box;
}
.lower_nav li a i {
margin: 0 0 0 6px;
}
.lower_navType4 li a {
width: 240px;
}
.lower_navType3 li a {
width: 325px;
}
.lower_navType1.l_commonBox,
.lower_navType1 li a,
.lower_navType2 li a {
width: 493px;
}
.lower_nav li a:hover {
background: #E6627A;
color: #fff;
height: 100px;
position: relative;
top: -10px;
-webkit-transition: none;
transition: none;
}


/* -------------------------------------
 見出し
----------------------------------------*/
.top_title::after {
content: "";
border-bottom: 1px solid #E6627A;
width: calc((100% - 1000px)/2) ;
display: block;
height: 1px;
margin-top: -2px;

}
.top_title h2 {
font-size: 3rem;
letter-spacing: 0.2em;
margin: 0 auto;
width: 1000px;
color: #E6627A;
font-weight: normal;
}
.top_title h2 span {
border-bottom: 1px solid #E6627A;
display: inline-block;
padding-right: 80px;
height: 50px;
}

/* -------------------------------------
 NEWS
----------------------------------------*/
.news {
margin-top: 45px;
}
.news h2 {
font-size: 2rem;
color: #E6627A;
letter-spacing: 0.2em;
width: 135px;
float: left;
margin: 0;
}
.news_type {
background: #eee;
display: inline-block;
width: 100px;
font-size: 1.1rem;
font-weight: bold;
text-align: center;
padding: 5px;
margin: 0 15px 0 0;
}
.news ul {
float: left;
}
.news li {
margin-bottom: 10px;
}

/* -------------------------------------
 PICK UP
----------------------------------------*/
.pickup {
margin-top: 100px;
}
.pickup_inner {
margin-top: 30px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column ;
-webkit-flex-direction: column;
flex-direction: column;
}
.pickup_inner figure {
margin: 0;
position: relative;
}
.pickup_box {
    margin-top: 50px;
}

/*  画像 大  */
.pickup_l {
    width: 1000px;
    overflow: hidden;
}
.pickup_l figcaption {
position: absolute;
top: 0;
height: 320px;
width: 1000px;
}
.pickup_l figcaption p {
/* display: block; */
display: table-cell;
height: 320px;
width: 1000px;
text-align: center;
vertical-align: middle;
color: #fff;
font-weight: bold;
/* line-height: 320px; */
background-color: rgba(0,0,0,0.3);
}

.pickup_l_title {
font-size: 3rem;
letter-spacing: 0.2em;
position: relative;
text-shadow:1px 1px 2px #000;
}
.pickup_l_copy {
display: inline-block;
padding-top: 20px;
line-height: 1.8;
}
.pickup_l_title.link {
  display: inline-block;
  margin-left: 50px;
  margin-right: 50px;
}
.pickup_l_title.link::after {
border-right: 1px solid #ffffff;
border-top: 1px solid #ffffff;
content: "";
height: 20px;
width: 20px;
right: -30px;
position: absolute;
transform: translateY(-50%) rotate(45deg);
-webkit-transform: translateY(-50%) rotate(45deg);
top: 50%;
}

/*  画像 中 小  */
.pickup_m_photo {
width: 475px;
}
.pickup_s_photo {
width: 300px;
}
.pickup_m_photo,
.pickup_s_photo {
float: left;
font-weight: bold;
overflow: hidden;
}
.pickup_m_photo img,
.pickup_s_photo img {
width: 100%;
}
.pickup_m_photo:first-child,
.pickup_s_photo:first-child,
.pickup_s_photo:nth-child(2) {
margin-right: 50px;
}
.pickup_m_photo figure {
height: 350px;
}
.pickup_s_photo figure {
height: 300px;
}
.pickup_m_photo figcaption,
.pickup_s_photo figcaption {
position: absolute;
bottom: 0;
height: 100px;
background-color: rgba(255,255,255,0.8);
display: table;
font-size: 1.6rem;
}
.pickup_m_photo figcaption {
width: 475px;
}
.pickup_s_photo figcaption {
width: 300px;
}
.pickup_m_photo figcaption span,
.pickup_s_photo figcaption span {
display: table-cell;
text-align: center;
vertical-align: middle;
letter-spacing: 0.2em;
}
.pickup_m_photo figcaption span {
padding: 0 50px 0 20px;
}
.pickup_s_photo figcaption span {
padding: 0 40px 0 20px;
}
.pickup_m_photo figcaption .link::after,
.pickup_s_photo figcaption .link::after,
.pickup_text li a.link::after {
border-right: 1px solid #E6627A;
border-top: 1px solid #E6627A;
content: "";
height: 20px;
width: 20px;
right: 20px;
position: absolute;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
top: 40px;
}
.pickup_m a:hover figcaption,
.pickup_s a:hover figcaption,
.pickup_text li a:hover {
background: #E6627A;
color: #fff;
opacity: 0.9;
}
.pickup_m a:hover figcaption .link::after,
.pickup_s a:hover figcaption .link::after,
.pickup_text li a.link:hover::after {
border-right: 1px solid #fff;
border-top: 1px solid #fff;
}

/*  テキストリンク  */
.pickup_text {
    -ms-flex-order:4;
    -webkit-order:4;
    order:4;
}
.pickup_text li {
width: 300px;
height: 100px;
float: left;
position: relative;
letter-spacing: 0.2em;
font-size: 1.6rem;
}
.pickup_text li:first-child,
.pickup_text li:nth-child(2) {
margin: 0 50px 0 0;
}
.pickup_text li:nth-child(4),
.pickup_text li:nth-child(5) {
margin: 50px 50px 0 0;
}
.pickup_text li:nth-child(6) {
margin: 50px 0 0 0;
}
.pickup_text li a {
display: block;
height: 100px;
width: 300px;
border: 1px solid #E6627A;
display: table-cell;
text-align: center;
vertical-align: middle;
padding: 0 50px 0 20px;
font-weight: bold;
}

/* ico blank */

.pickup_l i {
    font-size: 1.7rem;
    margin-left: 8px;
}
.pickup_m_photo figcaption i,
.pickup_s_photo figcaption i,
.pickup_text i {
position: absolute;
right: 15px;
top: 45px;
color: #E6627A;
}
.pickup_m_photo a:hover figcaption i,
.pickup_s_photo a:hover figcaption i,
.pickup_text a:hover i {
color: #fff;
}

/* -------------------------------------
 BLOG
----------------------------------------*/
.blog {
margin-top: 120px;
}
.blog_inner {
margin-top: 55px;
}
.blog time {
color: #E6627A;
font-weight: bold;
}
.blog_type {
background: #eee;
display: inline-block;
width: 110px;
font-size: 1.1rem;
font-weight: bold;
text-align: center;
padding: 5px 0;
margin: 0 15px;
}
.blog li {
margin-bottom: 15px;
}

/* -------------------------------------
 SNS
----------------------------------------*/
.sns {
    width: 1000px;
margin: 40px auto 0;
}
.sns dl {
padding-top: 35px;
}
.sns dt {
float: left;
font-weight: bold;
line-height: 2.5
}
.sns dd {
float: left;
margin-left: 20px;
}
.sns::before {
content: "";
display: block;
width: 40px;
border-top: 1px solid #E6627A;
}

/* -------------------------------------
 ACCESS
----------------------------------------*/
.access {
margin-top: 100px;
}
/* -------------------------------------
 ACCESS
----------------------------------------*/
.access {
margin-top: 100px;
}
.access_map {
margin: 75px 0 30px;;
}
.access_name{
font-weight: bold;
margin-bottom: 5px;
}
.access_address {
font-weight: bold;
}
.access_text {
line-height: 1.8;
margin-top: 5px;
}

/* -------------------------------------
 MESSAGE
----------------------------------------*/
.top-message {
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.top-message__inner {
    letter-spacing: .2em;
    line-height: 1.8;
    margin-top: 30px;
}
.top-message__inner h1,
.top-message__inner h2,
.top-message__inner h3,
.top-message__inner h4,
.top-message__inner h5,
.top-message__inner ul,
.top-message__inner ol {
    font-weight: normal;
    margin-top: 0;
}
.top-message__inner p {
    margin-top: 5px;
}