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






    


/* ヘッダー */

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




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




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


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



/* コンテンツB：　 */

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

.conB img {
    margin-top: 20px;
}

.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 (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: 270px;
        height: auto;
    }
}








/* コンテンツC */

.conC {
    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: 20px 0 10px 0;
    margin-bottom: 5px;
}

div.description {
    padding: 10px 25px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
}

.middle_container {
    border: 2px solid #85bbd8;
    width: 454px;
    margin-top: 20px;
}

.gray_back {
    background: #efeeee;
    padding: 10px 20px;
   font-size: 16px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: left;
    line-height: 1.3;
     
}

.small_container {
    background: #fff;
    border: 7px solid #efeeee;
}

@media (min-width: 768px) {
    .conC_container {
        width: 950px;
        display: flex;
        margin: 0 auto;
    }
    .small_container {
        width: 440px;
        text-align: center;
    }
    .middle_container {
        
        margin-right: 20px;
    }
    .gray_back {
         width: 378px;
    }
}

@media (max-width: 767px) {
    .gray_back {
        padding: 5px 25px;
    }
    .middle_container {
        max-width: 350px;
        height: auto;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .middle_container img {
        max-width: 336px;
        height: auto;
        margin: 0 auto;
    }
    div.blue_title {
        font-size: 15pt;
    }
    div.description {
        font-size: 14px;
    }
    .gray_back {
    font-size: 14px; 
    }
    .conC {
        padding-bottom: 50px;
    }
}




/* Forward */
.hvr-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;
}
.hvr-forward:hover {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}








    


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

    






