@charset "UTF-8";

@media (min-width: 768px) {
    .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;
    
}





/* フッター*/
.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);
}

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

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

@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: 30px;
        padding-right: 7px;
        
    }
    .footer_logo2 {
    display: flex;
     padding-left: 15px;
    }
    .footer_logo2 img {
        padding-left: 15px;
    }
    p.footer_delivery {
        display: inline-block;
        font-size: 14px;
        background: #215096;
        color: #fff;
        border-radius: 15px;
        padding: 5px 20px;
    }
}
    
    
@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_logo img {
        max-width: 100%;
        padding-top: 5px;
        height: auto;
    }
     p.footer_delivery {
        display: inline-block;
        font-size: 14px;
        background: #215096;
        color: #fff;
        border-radius: 15px;
        padding: 5px 20px;
    }
    p.footer_normal {
        font-size: 14px;
        padding: 10px 0;
    }
    p.footer_orange {
        color: #e66100;
        font-size: 14px;
        font-weight: bold;
    }
}
    
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_contact {
    font-size: 26px;;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    color: #215096;
}
    


    


/* ヘッダー */

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: 120px;
        
    }
    .company_logo img {
        padding-left: 20px;
        padding-right: 60px;
        margin-top: -10px;
    }
}






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

.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) {  
    
    p.first_p {
        max-width: 100vw;
        font-size: 12px;
        text-align: left;
        padding-left: 10px;
    }
    .company_logo img {
        max-width: 75%;
        margin: 0 auto;
        padding-top: 20px;
    }
    .delivery_logo img {
        max-width: 100%;
        margin: 0 auto;
    }
    .top_navi ul {
        display: none;
        width: 100%;
    }
    .headA {
        padding-bottom: 10px;
    }
    
	.toggle_button:hover {
		opacity: 0.3;
	}
    .top_navi ul li a {
        border: none;
    }
    .toggle_button {
        float: right;
        
		padding: 0 6px 0 6px;
        margin-left: 3px;
        margin-right: 5px;
        margin-top: 25px;
		border: 4px solid #0840b2;
        border-radius: 5px ;
        color: #0840b2;
		outline: none;
		background: none;
		font-size: 32px;
		opacity: 0.5;
		cursor: pointer;
	}
    .toggle_button:after {
        content: 'MENU';
        display: block;
        font-size: 11px;
        
    }
    
}


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






/* コンテンツＡ：　ヒーローイメージ */
@media (min-width: 768px) {
    .conA {
        background-image: url(../images/about_mainpicture.jpg);
        background-position: center;
        background-size: cover;
        height: 240px;
        width: auto;
    }
}


@media (max-width: 767px) {
    .conA {
        background-image: url(../images/about_mainpicture_small.png);
        background-size: cover;
        background-position: center;
        min-height: 120px;
        width: auto;
    }
}




/* コンテンツB：　 */

.conB { 
    padding-top: 20px;
    padding-bottom: 50px;
}



.price_container {
    margin: 0 auto;
    text-align: center;
}


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

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



@media (min-width: 768px) {
    .about_container {
        display: flex;
        width: 840px;
        margin: 0 auto;
        text-align: center;
        padding-left: 25px;
    }
}

@media (max-width: 767px) {
    .green_title {
        font-size: 15px;
        text-align: center;
        color: #088652;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .normal {
        display: block;
        font-size: 14px;
        margin: 0 auto;
        text-align: center;
        font-weight: normal;
        line-height: 1.6em;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 10px;
    }
    .conB img {
        max-width: 350px;
        height: auto;
    }
}




/* コンテンツC */

.information table {
    margin: 0 auto;
    background-color: #fff;
    border: 8px solid #f2f2f2;
    font-size: 16px;
    vertical-align: middle;
}

td.blue {
    background: #97d4f4;
    color: #fff;
}

tr {
    border-bottom: 2px solid #f2f2f2;   
    }

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

.company_logo span {
    color: #1b5b98;
    font-size: 22px;
    font-weight: bold;
   margin-left: -40px;
}

.company_logo {
    margin-bottom: 5px;
}

.company_logo img {
    margin-bottom: -10px;
    margin-top: 0px;
}



.information {
    margin-top: -30px;
}


@media (min-width: 768px){
    .conC_container {
        width: 800px;
        margin: 0 auto;
    }
    table {
        width: 780px;
    }
    td.blue {
        text-align: center;
    }
    table td {
        padding: 18px 60px;
    
    }
    .map {
        margin-left: 10px;
        margin-top: 50px;
}
}

@media (max-width: 767px){
     table {
        width: 95%;
    }
    table td {
        padding: 10px 10px;
    }
    .map {
        margin-top: 30px;
    }
    .information table {
    font-size: 14px;
    }
    .company_logo span {
    font-size: 16px;
    margin-left: 20px;
    }
    iframe {
        width: 100vw;
        max-height: 350px;
    }
    .conC {
        padding-bottom: 50px;
    }
    .company_logo img {
        margin-bottom: -10px;
        margin-top: -20px;
}

}




