@charset "UTF-8";

/* CSS Document */


/* GENERAL */

html,
body {
    height: 100%;
}

body {
    color: #231815;
    font-size: 16px;
    line-height: 1.7;
    font-family: sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@media only screen and (max-width: 768px) {
    color: #E50012;
    text-decoration: underline;
}

a:hover {
    color: #888;
    text-decoration: none;
}

a img {
    vertical-align: top;
}

a {
    color: #666;
    outline: none;
    text-decoration: none;
}

a img:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}




/* CLEARFIX */

.clearfix {
    zoom: 1;
}

.clearfix:after,
.floatBox:after,
z .floatBox2:after,
.newsList:after,
.photoList:after,
.floorList:after,
.newsListPage:after,
.thumList:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

strong {
    font-weight: bold;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

/* ------------------------------------------
wrapper
------------------------------------------ */
#container {
    height: auto;
    width: 100%;
	margin: 0 auto 0;
    overflow: hidden;
}

.inner{
    max-width: 1200px;
    margin: 0 auto;
}

.top-content1{
    font-size: 16px;
    color: #666;
    width: 100%;
    margin: 60px 0;
}

.content-wrapper{
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}


.top-content2{
    background-image:url(../images/para1.jpg);
}
.content-wrapper2{
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 50px 0;
    visibility: visible;
}

.top-content3{
    background-image:url(../images/para2.jpg);
}

.content-wrapper3{
    width: 100%;
    padding: 50px 0;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.7);
    padding-bottom: 0;
}
.top-content4{
    background-image:url(../images/para3.jpg);
}
.top-content5{
    background-image:url(../images/para4.jpg);
}
.top-content6{
    background-image:url(../images/para5.jpg);
}
.top-content2,
.top-content3,
.top-content4,
.top-content5,
.top-content6{
    width: 100%;
    margin: 50px 0;
    background-attachment: fixed;
    background-size:cover;
    background-position:center;
    padding: 200px 0;
    margin-bottom: 0;
}
.wrapper-n{
    width: 100%;
    margin: 0 auto;
}

.mark-wrapper{
    margin: 10px;
    text-align: center;
}
@media only screen and (max-width: 1000px) {
    .top-content2,
    .top-content3,
    .top-content4,
    .top-content5,
    .top-content6{
        width: 100%;
        margin: 50px 0;
        background-attachment:scroll;
        background-size: cover;
        background-position: center;
        padding: 150px 0;
        margin-bottom: 0;
    }
}
/* ------------------------------------------
LAYOUTs
------------------------------------------ */


.square-cap{
    font-size: 22px;
    color: #666;
    text-align: center;
    margin: 30px 0;
}

.square-cap span{
    border: 1px solid #666;
    padding: 5px;
}

.info{
    width: 80%;
    line-height: 32px;
    text-align: justify;
    margin: 0 auto;
}

h1 {
    text-align: center;
    color: #666;
    font-size: 18px;
    width: 95%;
    font-weight: normal;
    font-family: serif;
}

h1 span{
    font-size: 15px;
    
}

h2{

}


h3{
    font-family: serif;
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0 10px;
}

h4 {
    font-size: 24px;
    font-family: sans-serif;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
    margin: 10px 0;
    color: #00AEEF;
}


.logo-wrapper{
    width: 25%;
    margin: 0 auto;
}

.logo-poppo{
    width: 35%;
    margin: 0 auto;
}


.logo-wrapper img{
    width: 100%;
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}


@media only screen and (max-width: 768px) {
    
    .flex{
        display: block;
        margin: 0 auto;
        width: 90%;
    }
    
    .square-cap{
        font-size: 18px;
    }
    
    .info{
        width: 95%;
    }
    
    .logo-wrapper{
        width: 80%;
    }

    
}

@media only screen and (max-width: 480px) {
    
    h1{
        font-size: 18px !important;
    }
    
    h2{
        font-size: 18px;
    }
    

    
    .contact-bnr img,
    #baner img,h2 img,h3 img,h4 img {
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }
    
    .contact-bnr img:hover,
    #baner img:hover,h2 img:hover,h3 img:hover{
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    

    
}

/* ------------------------------------------
ヘッダー
------------------------------------------ */

#header-wrapper{
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hader-img01{
    background-image: url(../images/main-vis/main-vis.jpg);
    height: 689px;
}
.hader-img02{
    background-image: url(../images/main-vis/group_main.jpg);
    height: 653px;
}
.hader-img03{
    background-image: url(../images/main-vis/main-vis2.jpg);
    height: 662px;
}
.hader-img04{
    background-image: url(../images/main-vis/group_top.jpg);
    height: 531px;
}
.hader-img05{
    background-image: url(../images/main-vis/poppo_main.jpg);
    height: 653px;
}
.hader-img06{
    background-image: url(../images/main-vis/poppo_top.jpg);
    height: 531px;
}
.hader-img07{
    background-image: url(../images/main-vis/souken_main.jpg);
    height: 653px;
}
.hader-img08{
    background-image: url(../images/main-vis/souken_top.jpg);
    height: 531px;
}
.hader-img09{
    background-image: url(../images/main-vis/tomu_main.jpg);
    height: 653px;
}
.hader-img10{
    background-image: url(../images/main-vis/tomu_top.jpg);
    height: 531px;
}

#header {
    width:30%;
    max-width: 1100px;
    height:100px;
    margin: 0 auto;
	margin-bottom: 0;
	text-indent:-9999px;
	background-image:url(../images/logo.png);
	background-repeat : no-repeat;
	background-position: center;
    background-size: 90%;
    display: inline-block;
}

#header a{
	display:block;
    height:100px;
   overflow: hidden;
}



@media only screen and (max-width: 768px) {
        #header {
            display: block;
            margin: 0 auto;
            width: 50%;
            padding-top: 10px;
        }
    .hader-img03{
    height: 360px;
    }
    .hader-img04,.hader-img06,.hader-img08,.hader-img10{
        height: 280px;
    }
}

@media only screen and (max-width: 480px) {
        #header {
            width: 80%;
        }
    
}

#menu-line{
    border: 0;
    border-top: 5px solid #E50012;
    margin:0;
    margin-bottom: -5px;
}

/* ------------------------------------------
各社
------------------------------------------ */
.title-box{
    width: 25%;
    margin: 0 5%;
}
.title-box img{
    width: 100%;
}
.concept-box{
    width: 40%;
    margin: 0 5%;
    margin-bottom: 0;
}
.concept-box img{
    width: 80%;
}

.m-btn{
    display: block;
    width: 100px;
    text-decoration: none;
    border: 1px solid #666;
    padding: 5px;
    margin: 0 ;
    text-align: center;
    color: #666;
    margin-top: 10px;
}

.m-btn:hover{
    background: #666;
    color: #fff;
}
.m-btn-c{
    margin: 0 auto;
}
.blank img{
    width: 13px;
    margin: 5px;
}

@media only screen and (max-width: 768px) {
    
    .title-box,
    .concept-box{
        width: 100%;
        margin: 0 auto;
    }
    .concept-box img{
        width: 100%;
    }
    .title-box img{
        width: 50%;
    }
    
    .m-btn{
        margin: 15px auto 0;
    }
    .m-btn img{
        width: 13px;
    }
}

/* ------------------------------------------
ナビゲーション
------------------------------------------ */

#menu{
    font-family: serif;
    font-size: 12px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
    font-weight: 800;
    text-align: right;
}
#menu li{
    -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
    border-left: 1px solid #fff;
      display: inline-block;
      margin: 15px 0 15px;
      padding: 0 10px;
}
#menu li:last-child{
    border-right: 1px solid #fff;
}
#menu li a{
  display: block;
  padding: 12px 0 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
#menu li a:hover{
  border-bottom: 1px solid #fff;
}
#toggle{ 
 display: none;
}

#menu-box{
    display: inline-block;
    width: 65%;
}

#booking{
    display: block;
    width: 15%;
    background: #666;
    color: #fff;
    margin-left: 85%;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
}

#booking:hover{
    color: #666;
    background: #fff;
    font-weight: bold;
}

.copy{
    color: #fff;
    font-size: 25px;
    display: block;
    position: absolute;
	top: 45%;
	left: 10%;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 950px) {
    #menu{
        font-size: 11px;


    }
    #menu li{

          padding: 0 3px;
    }
}
@media only screen and (max-width: 768px) {
    
    #menu{
        display: block;
    }
    
    #menu li{
        float: left;
        width: 25%;
        margin: 0;
        border-top: 1px solid #fff;
        padding: 0 2px;
  }
    #menu li:nth-last-child(-n+4){
        border-bottom: 1px solid #fff;
    }
    #menu li:nth-child(4){
    border-right: 1px solid #fff;
    }
    
    #menu-box{
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    
    #booking{    
        margin-bottom: 10px;
    }
    
}
@media only screen and (max-width: 480px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
      border-left:none !important;
      border-right:none !important;
      border-top:none !important;
      border-bottom: 1px solid #fff;
      font-size: 13px;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: none;
      border: 1px solid #fff;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    background-image: url(../images/resp-menu.png);
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: cover;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: none;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }

    .copy{
        top: 85%;
        left: 8%;
        font-size: 20px;
    }
}


/* ------------------------------------------
フッター
------------------------------------------ */

#footer{
	clear: both;
	background: #D4D4D4;
	color: #000;
	padding: 15px 0;
    font-weight: 800;
    font-family: sans-serif;
    position: relative;
}
#foot-inner{
	width: 95%;
	margin: 30px auto 0;
	max-width: 1200px;
	clear: both;
}

#footer-logo,
#footer-access{
    display: inline-block;
    vertical-align: top;
}

#footer-logo p,
#footer-access p{
    line-height: 22px;
    font-size: 14px;
}

#footer-logo{
    width: 25%;
    margin-right: 2%;
}

#footer-logo img{
    width: 100%;
}

#footer-access{
    margin: 0 0 0 20px;
}
#footer-navi li {
    text-decoration: none;
    list-style:none;
    color: #666;
    font-size: 14px;
}

#footer-navi li:hover{
    text-decoration: underline;
}


p.copy-r{
    font-size: 10px;
    text-align: right;
    width: 90%;
    margin: 20px auto 0;
    font-weight: normal;
    color: #666;
}

#footer .f-name{
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    #footer-navi{
        width: 100%;
        float: none;
    }
    
    #footer-logo{
        width: 70%;
        display: block;
        margin: 0 auto;
    }
    
    #footer-access{
        width: 90%;
        display: block;
        margin: 0 auto;
        text-align: center
    }

    
    p.copy-r{
        text-align: center;
    }
    
}
@media only screen and (max-width: 480px) {
    p.name{
        font-size: 30px;
    }
    
}

/* ------------------------------------------
表示・非表示
------------------------------------------ */

.dis-n{
    display: none;
}

@media only screen and (max-width: 480px) {
    .res-n{
        display: none;
    }
    
    .dis-n{
        display: block;
    }
}

/* ----------------------------------------
* pagetop
---------------------------------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 50000;
}
.pagetop:hover {
  bottom: 15px;
    right: 15px;
    cursor:pointer;
    zoom:1;
}
   .pagetop img{
       width: 40px;
    }

@media only screen and (max-width: 768px) {
    .pagetop img{
        display: none;
    }
}

/* ------------------------------------------
マップ
------------------------------------------ */

#map{
    width: 100%;
    margin: 0 auto;
}

#map iframe{
    vertical-align: bottom !important;
}
