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





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


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




/* コンテンツB：　 */
.conB {
    padding-top: 20px;
    padding-bottom: 20px;
}

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

@media (min-width: 768px) {
    .delivery_container {
        display: flex;
        width: 900px;
        margin: 0 auto;
        text-align: center;
    }
    div.left {
        margin-top: 30px;
    }
    div.left img {
        width: 480px;
    }
   
}





/* Grow */

.green_title span.small_title {
    font-size: 16px;
    color: #088652;
    font-weight: bold;
}

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




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

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


@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 {
        width: 300px;
        height: auto;
    }
    .normal span {
    font-size: 16px;
    }   
}






/* コンテンツC */

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

.orange_title {    
    color: #215096;
    font-size: 20px;;
    font-weight: bold;
    padding-top: 20px;
}

.title_bar {    
    background-image: url(../images/sub_bar_18.png);
    width: 800px;
    height: 112px;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: -10px;
    
}

span.detail a {
    color: #088652;
    font-size: 16px;
    text-decoration: none;
}

.howtouse {
    width: 800px;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #fff;
    margin: 0 auto;
}

th.left {
    padding-right: 15px;
}

table td {    
    color: #626b76;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    padding-left: 70px;
}
table span {
    font-size: 22px;;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    color: #fb911b;
    padding-top: -10px;
}

th.under_bar, td{
    border-bottom: 2px dashed #ade6ff;
}



@media (min-width: 768px) {
    .conC_container {
          width: 1200px;
          margin: 0 auto;
          text-align: center;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .conC_container {
        width: 100vw;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 0px;
    }
    .orange_title {    
        font-size: 16px;
    }
    .howtouse {
        width: 100vw;
    }
    th.left {
    
    }
    table td {    
        font-size: 14px;
        padding-left: 10px;
    }
    table span {
    font-size: 17px;
    }
    tr a img {
        max-width: 190px;
        height: auto;
    }
    th.left img {
        max-width: 50px;
        height: auto;
    }
    .under_bar img {
        max-width: 70px;
        height: auto;
        padding-right: 5px;
    }
    .title_bar {    
        background-image: url(../images/middle_bar.png);
        width: auto;
        height: 73px;
       margin-top: 5px;
        margin-bottom: 5px;
    }
    th.under_bar, td{
    border-bottom: 1px dashed #ade6ff;
    }
    .howtouse {
        padding-bottom: 80px;
    }

}



table {
    margin: 0 auto;
}

table th, table td {    
    vertical-align: middle;
}






/* コンテンツD */

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


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


.azisai {
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
}

.azisai span {
    color: #0068b7;
    font-size: 18px;
}

.azisai img {
    margin-top: -20px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
}


@media (max-width: 767px) {
    .azisai span {
    font-size: 14px;
    }
    .azisai img {
        max-width:250px;
        height: auto;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    
}



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


.blue_title {
    padding-top: 40px;
    color: #215096;
    font-size: 20px;;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

.strage_bar {
    background-image: url(../images/strage_bar.png);
    width: 800px;
    height: 126px;
    margin-top: -20px;
}

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

.strage_month {
    margin: 0 auto;
    margin-top: -15px;
    padding-bottom: 15px;
}

.orange_title2 {
    color: rgb(237, 113, 31);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 15px;
}

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


@media (min-width: 768px){
    .strage_container {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        background: #fff;
        padding-bottom: 30px;
        }
    .conF {
        padding-bottom: 80px;
    }
}




@media (max-width: 767px) {
    .strage_container {
        width: 100vw;
        margin: 0 auto;
        background: #fff;
        padding-bottom: 30px;
    }
    .orange_title2 {
        font-size: 16px;
    }
    .normal2 {
        font-size: 14px;
    }
    .strage_month img {
        max-width: 380px;
        height: auto;
        padding-bottom: 20px;
    }
    .blue_title {
        font-size: 16px;
    }
    .strage_bar {
        background-image: url(../images/middle_bar.png);
        width: auto;
        height: 73px;
        margin-top: 5px;
    }
}






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





/* Sink 
.hvr-sink {
  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-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:hover {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
*/



/* 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);
}




/* Grow */
.hvr-grow {
  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-grow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}




    


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