@charset "UTF-8";

.container {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}



body {
    font-family: 小塚ゴシック Pr6N, 小塚ゴシック Pro, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 18px;
    color: #333;
 
}

/* コンテンツC */


.conC {
    background-image: url(../images/background_index.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 70px;
    padding-top: 70px;
    
}

body#thanks, body#confirm {
    background-image: url(../images/background_index.jpg);
}







    


/* ヘッダー */

header {
    background-image: url(../images/background_index.jpg);
}

@media (min-width: 768px) {
    header .headA {
        display: flex;
        align-items : center;
        justify-content: space-between;
    } 
    header .container {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
        padding-top: 5px;
    }
    p.first_p {
        font-size: 16px;
        text-align: right;
        padding-right: 50px;
        
    }
    .company_logo img {
        padding-left: 20px;
        padding-right: 60px;
        margin-top: -23px;
    }
       }
    .to_top img, p.s_normal {
        display: none;
    }
}





@media (max-width: 767px){
     p.first_p {
        width: 100vw;
        font-size: 16px;
        text-align: left;
        padding-left: 10px;
    }
    .headA img {
        width: 100vw;
        max-width: 400px;
        margin: 0 auto;
    }
}



header .container  {
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
}









.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}




/* メニューバー */
.top_navi {
    background-color: #2d87ee;
    width: 100%;
    margin-top: -3px;
}

.top_navi ul {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    line-height: 12px;
}

.top_navi ul li a {
    display: block; 
    padding: 10px 30px 15px 35px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.top_navi a:hover {
    background-color : rgba(0,0,0,0.1);
}


@media (max-width: 767px) {    
    .top_navi ul {
        display: none;
        width: 100%;
    }
    .toggle_button {		
		padding: 0 5px 0 5px;
        margin-left: 17px;
        margin-bottom: 8px;
		border: 5px solid #2d87ee;
        border-radius: 5px ;
        color: #2d87ee;
		outline: none;
		background: none;
		font-size: 36px;
		opacity: 0.5;
		cursor: pointer;
	}
	.toggle_button:hover {
		opacity: 0.3;
	}
    .top_navi ul li a {
        border: none;
    }
}


@media (min-width: 768px) {
       .top_navi ul {
             display: flex !important;
       }
      .toggle_button {
          display: none;
       }
}




/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #215096;
  height: 8px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}



li#wash a:after {
    content: 'タナカの水洗い';
    display: block;
    font-size: 16px;
}

li#stain a:after {
    content: 'タナカのこだわり';
    display: block;
    font-size: 16px;
}


li#delivery a:after {
    content: '集荷・配達サービス';
    display: block;
    font-size: 16px;
}

li#strage a:after {
    content: '法人向け産業クリーニング';
    display: block;
    font-size: 16px;
}

li#price a:after {
    content: '料金のご案内';
    display: block;
    font-size: 16px;
}

li#company a:after {
    content: '会社案内';
    font-size: 16px;
    display: block;
}





/* コンテンツＡ：　ヒーローイメージ */
.conA {
    display: flex;
    height: 268px;
    width: 100%;
    background-image: url(../images/contact_mainpicture.jpg);
    background-position: center;
    background-size: cover;
}





/* コンテンツB： */



.green_title {
    font-size: 20px;
    color: #088652;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
}

.normal {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
    margin-bottom: 40px;
}

.normal span {
    font-size: 24px;;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    color: #fb911b;
}





/* フッター*/
.footer_navi a {
    display: block ;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

.footer_navi a:hover {
    background-color : rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
    .footer_container {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    footer nav ul {
        display: flex !important;
        margin-left: 80px; 
    } 
    .footer_navi a {
        padding-left: 20px;
        padding-right: 20px;
        border-right: 1px solid #fff;
    }
    .footer_logo {
        display: flex;
        width: 990px;
        margin: 0 auto;
        text-align: center;
    }
    .footer_logo2 {
        flex: 1;
    }
     .footer_logo3 {
        margin-top: 15px;
        padding-right: 7px;
         margin-bottom: -10px;
        
    }
    .footer_logo2 {
    display: flex;
     padding-left: 15px;
    }
    .footer_logo2 img {
        padding-left: 15px;
    }
}
    
    
@media (max-width: 767px) {
    .footer_container {
        text-align: center;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 10px;
    } 
    .footer_logo3 {
        margin-right: 15px;
        margin-bottom: 15px;
    }
}
    
footer {
    background-image: url(../images/footer_background.png);
    background-position: center;
    background-size: cover;    
}
    
footer .copyright {
    font-size: 12px;
}

.footer_logo {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 10px #d0cdf0;
    border: 5px solid #e6e6e5;
    margin-top: 25px;
    margin-bottom: 25px;
}

p.footer_delivery {
    display: inline-block;
    font-size: 17px;
    background: #215096;
    color: #fff;
    border-radius: 15px;
    padding: 5px 20px;
}

p.footer_normal {
    font-size: 16px;
    
    font-weight: normal;
}

p.footer_orange {
    color: #e66100;
    font-size: 20px;
    font-weight: bold;
}

p.footer_contact {
    font-size: 26px;;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    color: #215096;
}
    



@media (max-width: 767px) {
    header, .conB, .conA, footer {
        display: none;
    }
    .to_top img {
        display: block;
        margin: 0 auto;
        margin-top: -30px;
    }
    p.s_normal {
        display: block;
        margin: 0 auto;
        font-size: 16px;
        text-align: center;
    }
    p.s_normal span {
    font-size: 24px;;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    color: #fb911b;
        background: none;
}
    .conC {
        background-image: none;
    }
    h1.contact-title {
        padding-top: 15px;
        padding-bottom: 15px;
    }

}

.space {
    background-color: #fff;
    width: 80%;
    height: auto;
    line-height: 1.8;
    border-radius: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

p.thanks {
    font-size: 15px;
    padding-bottom: 15px;
}








    






