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





/* コンテンツB：　 */

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

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

div.kodawari {
    background-image: url(../images/kodawari.png);
    width: 262px;
    height: 380px;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
}

p.title {
    color: #5276bf;
    font-size: 24px;
    font-weight: bold;
    padding-top: 80px;
}

p.small_normal {
    font-size: 16px;
    padding-top: 30px;
    line-height: 22px;
}

p.middle {
    font-size: 18px;
    padding-top: 30px;
    font-weight: bold;
}



@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;
    }
    div.kodawari {    
        width: 262px;
        height: 380px;
        text-align: center;
        margin: 0 auto;
    
    }
    p.title {
        color: #5276bf;
        font-size: 18px;
    }
    p.small_normal {
        font-size: 14px;
    }
    p.middle {
        font-size: 16px;
    }
    .kodawari_container {
        display: block;
        margin: 0 auto;
        text-align: center;
        
    }
}


    

@media (min-width: 768px) {
    .kodawari_container{
        width: 1200px;
        margin: 0 auto;
        display: flex;
    }
}

div.contact {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    
}

div.contact2 {
    width: 100%;
    margin-top: 10px;
    
    text-align: center;
    
}



/* コンテンツC */

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

div.blue_title {
    color: #215096;
    font-weight: bold;
    font-size: 18pt;
    text-align: center;
    padding-top: 40px;
}



.middle_container {
    width: 900px;
    background: #fff;;
    margin-top: 20px;
    border-radius: 5px;
    padding-bottom: 60px;
}




.wash_title {
    color: #0a73fa;
    font-size: 20px;
    font-weight: bold;
    margin-top: -10px;
}

.gray_title {
    color: #5c5e62;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
}
div.conC_normal, div.conE_normal {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
    margin-bottom: 40px;
}

div.conE_normal {
    margin-bottom: 60px;
}

div.conS_normal {
    width: 750px;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
    background-color: #fff;
    
}


.wash_container img {
        padding-left: 20px;
}

img.drymark {
    padding-top: 50px;
}
    



@media (min-width: 768px) {
    .conC_container {
        width: 900px;
        margin: 0 auto;
    }
    .small_container {
        background-image: url(../images/stain_bar.png);
        margin-top: -25px;
        width: 900px;
        height: 142px;
    }
    .small_container2 {
        background-image: url(../images/stain_bar.png);
        margin-top: -25px;
        width: 1000px;
        height: 142px;
    }
    .wash_container {
    width: 800px;
    display: flex;
    margin: 0 auto;
    text-align: left;
        padding-top: 60px;
    padding-bottom: 20px;
    }
    .wash_normal {
    font-size: 16px;
    padding-left: 80px;
    margin-top: 15px;
    line-height: 20px;
}
    img.jacket_wash {
        display: block;
        width: 750px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        padding-bottom: 30px;
    }

}



@media (max-width: 767px) {
    div.blue_title {
        color: #215096;
        font-weight: bold;
        font-size: 15pt;
        padding-bottom: 10px;
    }
    .middle_container {
        width: auto;
        margin: 0 auto;
        padding-bottom: 70px;
    }
    
    .wash_normal {
        font-size: 14px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;

    }
    .wash_title {
        color: #0a73fa;
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        text-align: center;
        }
    .small_container, .small_container2 {
        background-image: url(../images/middle_bar.png);
        margin-top: 0px;
        width: auto;
        height: 74px;
    }
    .gray_title {
        font-size: 16px;
    }
    div.conC_normal, div.conE_normal {
        font-size: 14px;
        width: auto;
        padding: 0 10px;
    }
    div.conS_normal {
        font-size: 14px;
        width: 90%;
        padding: 15px 10px;
        text-align: center;
    }
    .wash_title img {
        display: block;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .decoration img {
        display: block;
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 50px;
    }
   .conE {
    background-image: url(../images/background_index.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 0;
  }
    .conC {
   
    padding-top: 0px;
    padding-bottom: 0;
  }
    .wash_container {
        padding-top: 20px;
    }
    img.jacket_wash {
        display: block;
        width: 85%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}




.stain_example {   
    text-align: center;
    padding-top: 10px;
    margin: 0 auto;
    padding-bottom: 20px;
      
}
.stain_3 {
    width: 334px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: -20px;
}





.stain_title {
    background: #95d3f4;
    width: 250px;
    border-radius: 10px;
    color: white;
    padding: 8px 0;
    margin-left: 45px;
    
}



    


.middle_container2 {
    
    background: #fff;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 10px;
   margin-bottom: 60px;
    padding-bottom: 10px;
}

.middle_container3 {
    
    background-image: url(../images/wash_back.jpg); 
    background-size: cover;
    
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 10px;
   margin-bottom: 60px;
    padding-bottom: 60px;
}





@media (min-width: 768px) {
    .stain_example {
        display: flex;
        width: 900px;
        height: 369px;
    }
    .middle_container2 {
        width: 1000px;
    }
    .middle_container3 {
        width: 900px;
    }
    div.stain2 {
        background-image: url(../images/stain_arrow.png);
        background-repeat: no-repeat;
        width: 50px;
        margin-top: 150px;
        margin-left: -3px;
        
    }
    div.stain1 {
        margin-left: -5px;
        padding-right: 5px;
    }
    .stain_3kinds {
    width: 1050px;
    margin: 0 auto;
    display: flex;
    }
     
    img.difference {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: -140px;
        margin-bottom: 45px;
    }
}


@media (max-width: 767px){
    .stain_example {
        width: auto;
    }
    div.stain2 {
        background-image: url(../images/stain_arrow2.png);
        background-repeat: no-repeat;
        width: 63px;
        height: 50px;
        margin: 0 auto;
    }
    .stain_example img {
        max-width: 350px;
        
        height: auto;
    }
    .middle_container2, .middle_container3 {
        width: auto;
        
    }
    .stain_kind {
        padding-bottom: 30px;
    }
    .conE_normal {
        max-width: 350px;
        margin: 0 auto;
    }
    
    
}




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





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) {  
    
    p.first_p {
        max-width: 100vw;
        font-size: 12px;
        text-align: left;
        padding-left: 10px;
    }
    .company_logo img {
        max-width: 75%;
        margin: 0 auto;
    }
    .delivery_logo img {
        max-width: 100%;
        margin: 0 auto;
    }
    .top_navi ul {
        display: none;
        width: 100%;
    }
    .headA {
        padding-bottom: 10px;
    }
    .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;
        
    }
	.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;
}





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

@media (min-width: 768px) {
    .conW {
        background-image: url(../images/wash_mainpicture.jpg);
        background-position: center;
        background-size: cover;
        height: 240px;
        width: auto;
    }
}



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

@media (min-width: 768px) {
    .conD {
        background-image: url(../images/stain_mainpicture.jpg);
        background-position: center;
        background-size: cover;
        height: 240px;
        width: auto;
    }
}


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

