@charset "utf-8";
/* CSS Document */

body{
	background-color:#ffffff;
	color:#333333;
	font-family:"メイリオ","Hiragino Kaku Gothic Pro","sans-serif";
	margin:0;
	padding:0;
	-webkit-text-size-adjust: 100%;
}


.wf-notosansjapanese { font-family: "Noto Sans JP"; }

header{
	background-color: #f19000;
	padding: 5px 10px;
}

.header_img p{
	color:#fff;
}


.maincol{
    
}
.news h2{
    
}

.news ul{
    list-style:  none;
}

.news li{
   
    border-left: 3px solid #5fbccd;
    border-bottom: 1px dotted #2097b6;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    display: block;    
}

.news a{
     text-decoration: none;
    color: #000;
}

.news a:visited{
    color: #878787;
}

/*　サービス紹介　*/


.s_banner{
    padding: 5px;
}
	

/* フッター　*/
footer{
    background-color: #f19000 ;
    padding: 20px 0;
}


.foot_nav a{
    text-decoration: none;
    color:#fff;
    display: block;
    padding: 5px;
}

.foot_nav a:hover{
   background-color: rgba(0,0,0,0.3); 
}

.corp{
	color:#fff;
    line-height: 0.5;
}

.corp a{
	text-decoration: none;
	color: #fff;
}

.copylight{
	color: #fff;
    text-align: center;
}

/* パンくずリスト　*/
.bread ol li{
	display:inline;
	margin-right:5px;
	font-size:80%;
	}

.bread ol{
	padding-left:0;
	
}

.bread ol li a{
	text-decoration: none;
	color: #f19000;
}




/* service */

.cc {
    margin-bottom: 20px;
}

.cc_list h2{
	color: #E30404;
	text-shadow: 1px 2px 3px #808080; 
}
.cc_list ul{
	list-style-image: url("../img/check.png") ;
   }

.cc_list ul li{
	padding-left: 10px;
	line-height: 1.6em;
	
}

.nsts{
    display: flex;
    text-align: center;
    align-items: center;
}

.nsts p{
    flex: 1;
}
.nsts img{
    max-width: 200px;
     flex: 1;
    } 


/* works */
.Price{
    margin-bottom: 50px;
}
.Price h3{
    
    font-size: 24px;
    
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricecards{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
        }


.pricecard{
  flex: 0 0 33%;
  text-align: center;
  border: 1px solid #eee;
  padding-bottom: 1rem;
  box-sizing: border-box;
  margin:0 auto ;
        }

.pricecard.lite h3{
    background: #758a20;
    color: #fff;
    padding: 10px;
    margin: 0;
        }

.pricecard.premium{
    border: 3px solid #ff8f00;
    padding-bottom: 3rem
        }

.pricecard.premium h3{
    background: #ff8f00;
    color: #fff;
    padding: 10px;
    margin: 0;
        }

    .pricecard.personal h3{
            background: #406ab9;
            color: #fff;
            padding: 10px;
            margin: 0;
        }
        .pricecard h4{
            font-size: 300%;
            margin: 0 auto;
            padding: 1rem 0 0;
        }
        .pricecard.premium h4 {
            padding: 20px;
        }
        .pricecard p{
            margin: 0;
            padding: 1rem;
            text-align: left;
        }

        .pricecard a{
            padding: 10px 40px;
            background: #fb5859;
            color: #fff;
            text-decoration: none;
            border-radius: 3px;
            display: inline-block;
        }

.Price small{
    padding:  50px 20px;
}
/* Web　　*/

.flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/* 
TABLE
================================================ */
table {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
}
.flexbox　th,.flexbox td {
    padding: 15px;
  	text-align: center;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

tr:nth-child(even)>td,
tr:nth-child(even)>th {
    background-color: #efefef;
}
th,
.plan-price {
    color: #fff;
}
.plan-price {
    font-size: 2.5rem;
  border-top: 1px solid rgba(255,255,255,.2);
  padding: 25px 0;
}
.plan-price span {
    font-size: 1rem;
}

.plan-lite th,.plan-standard th,.plan-premium th{
	line-height: 2.0em;
}


/* Background colour */
.plan-lite th,
.plan-lite .plan-price {
    background: #758a20;
	
}
.plan-standard .plan-price2,
.plan-standard .plan-price {
    background: #ff8f00;
	
}
.plan-premium th,
.plan-premium .plan-price {
    background: #406ab9;
	
}
/* 
BUTTON
================================================ */
.btn{
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    background: #6fc173;
    border-radius: 5px;
    box-shadow: 0 3px #449f49 ;
    position: relative;
    display: inline-block;
    top: -2px;
    padding: 15px;
    width: 80%;
    text-align: center;
    margin: 10px 0;
}
.btn:hover {
    box-shadow: 0 1px #449f49;
    top: 1px;
}

/*　web　wordpress　*/
.wd img{
	width: 100px;
}

/* お問い合わせフォーム　*/



/* Aboutページ　*/


.prt{
	text-align: right;
}

table{
	border-collapse: collapse;
	width: 100%;
	margin-left: 20px;
}

.about table th{
	padding: 10px;
	background-color: #F19000;
	color:#fff;
	border: 1px solid #fff;
}

.about table td{
	padding: 3px 10px;
	border :1px solid #BFBFBF;
	background-color: #fff;
}
.title{
	display: block;
	background: linear-gradient(135deg,#fff,#f19000);
	
}

.grt h3{
	color:#3180B9;
}

/* お問い合わせ　*/

.contact-table{
	max-width: 800px;
	padding-left: 20px;
}

form{
	max-width: 500px;
}

label{
 line-height: 2.0em;
}


input{
	display: block;
	line-height: 2.5em;
	width:400px; 
	padding: 5px auto 0;
}

textarea{
	display: block;
	padding: 5px auto;
	width: 400px;
	height: 200px;
}

.contact-title span{
	padding-left: 10px;
	color: #ff0000;
	font-size: 12px;
}

.cb{
	padding: 20px 0;
}

/* confirmation.php */
.submit input{
	width:100px;
	height: 50px;
}

/*　submit.php　*/
.thanks{
	padding:  100px auto;
}

.back{
	padding-bottom: 50px; 
}

.thanks a{
	text-direction: none;
}

/* プライバシーポリシー　*/

.pr_info .pr_text .pr_title{
	
}

.pr_title{
	text-align: end;
	padding: 10px 0;
}

.pr_text h4{
	color:#f19000; 
	border-bottom: dotted 1px #000;
}

.pr_info{
	padding: 10px 0;
}



/* サイトマップ　*/
.st{
	margin-bottom: 50px;
}

.st a{
    text-decoration: none;
    color: #000;
	padding: 10px;
	display: inline-block;
}

.st a:hover{
	background-color: rgba(241,144,0,0.5); 
	color: #fff;
}



/*　大きい画面　*/
@media(min-width:750px){
	article{
        max-width: 1000px;
        margin: 30px auto;
    }
    
	.header{
        display: flex;
        justify-content: space-around;
        align-items: center;
        max-width: 1200px;
		margin: 0 auto;	
	}
	
    .header_img{
        flex:0 0 40%;
        padding-right: 30px;
       
        
    }
	
    .header_img img{
        width: 300px;
    }
    
	header p{
		display: inline-block;
	}
	
	.navToggle{
		display: none;
	}
	
    nav.globalMenuSp{
        flex: 0 0 50%;
    }
	
	
	nav.globalMenuSp ul {
   		
    	margin: 0 auto;
    	padding: 0;
    	width: 100%;
		flex:1;
}
	
	nav.globalMenuSp a {
        text-decoration: none;
	    color: #fff;
	    list-style: none;
        padding-right: 15px;
        
    }
    
    nav.globalMenuSp a:hover{
       background-color: rgba(0,0,0,0.3); 
    }
    
	nav.globalMenuSp li{
		display: inline-block;
        font-size: 20px;
	}
	
    .header_img{
        width: 400px;
        padding-right: 30px;
    }
	
    .logo img{
        max-width: 150px;
    }
    
    .main-container{
        max-width: 1000px;
		margin-left: auto;
        margin-right: auto;
    }
    
    .maincol img{
        width: 1000px;
        height: 250px;
    }

  /* サービス紹介　*/
	.service_menu{
		display: flex;
		max-width: 800px;
		padding-left: 30px;
	}
	
	.s_banner{
		flex:0 0 30%;
	}
	
	.banner_text{
		flex:0 0 50%;
		align-items: center;
	}
	
	
	
	
	/* フッター　*/
		
	.foot{
		max-width: 1200px;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	
	.foot_nav{
		flex: 0 0 60%;
		display: flex;
		
	}
	
	.foot_nav div{
		flex: 1;
		
	}
	
	.corp{
		flex:0 0 40%;
		
	}
	
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		}
    
	.copylight{
		flex: 0 0 100%;
		
    }
	
	/* About　ページ　*/
    
	.about{
	padding: 20px 10px;
	}

	
    /* Service　ページ　*/
	
    
    .cc img{
     	padding-left: 100px;
    }
	
	.cc p{
		padding-left: 150px;
		line-height: 2.0em;
	}
	
	.cc_list{
		padding-left: 100px;
	}
	
	.cc_sub{
		padding-left: 100px;
		padding-bottom: 30px;
	}
	
	.cc_sub img{
		height: 500px;
		padding-left: 50px;
	}
	
    .nsts{
    width: 500px;
	padding-left: 100px;
    }

   /* Worksページ */
    .sss img{
        padding-left: 100px;
        margin-bottom: 20px;
    }  
    
   /* webページ　*/
    
     .flexbox {
        -webkit-flex-direction: row;
        flex-direction: row;
    }
     .plan-table {
        margin-left: 3%;
    }
    
     .plan-table:first-of-type {
        margin-left: 0;
    }
	
   /* wordpress */
	
	.web02{
		margin: 50px 0;
	}
	.wd{
		display: flex;
		
	}
	
	.wd img{
		flex: 0 0 30%;
		padding: 40px;
	}
	
	.wd_text{
		flex: 0 0 60%;
	}
	
	/*　お問い合わせページ　*/
	
	
	.contact-table label{
		max-width: 20px;
	}
	
	/* submit.php */
	
	.thanks{
	padding:100px auto;
	}

	/* プライバシーポリシー　*/

	.pr_info {
	 padding:  10px 50px;
	}

	.pr_title{
	 padding:  10px 50px;
	}

	.pr_text{
	 padding: 0 50px;
	}
}



/* 小さい画面（750px 以下）　*/
@media(max-width:749px){
	
	article{
		padding: 0 5px
	
	}
    .header_img{
	    max-width: 300px;
    }

    .header_img img{
        max-width: 300px;
    }
    
    nav.globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        background: #fff;
        color: #fff;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.6s;
        width: 100%;
    }

    nav.globalMenuSp ul {
        background: #f19000;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        font-size: 1.1em;
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px dotted #fff;
    }
    
    /* 最後はラインを描かない */
    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #fff;
        padding: 1em 0;
        text-decoration: none;

    }

     nav.globalMenuSp ul li a:hover{
       background-color: rgba(0,0,0,0.3); 
    }
     
    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        transform: translateY(0%);
    }


    .navToggle {
        display: block;
        position: fixed;    /* bodyに対しての絶対位置指定 */
        right: 13px;
        top: 12px;
        width: 42px;
        height: 51px;
        cursor: pointer;
        z-index: 3;
        background: #fff;
        text-align: center;
		border:1px solid #f19000;
    }

    .navToggle span {
        display: block;
        position: absolute;    /* .navToggleに対して */
        width: 30px;
        border-bottom: solid 3px #f19000;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 6px;
    }

    .navToggle span:nth-child(1) {
        top: 9px;
    }

    .navToggle span:nth-child(2) {
        top: 18px;
    }

    .navToggle span:nth-child(3) {
        top: 27px;
    }

    .navToggle span:nth-child(4) {
        border: none;
        color: #f19000;
        font-size: 9px;
        font-weight: bold;
        top: 34px;
    }


    /* 最初のspanをマイナス45度に */
    .navToggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* 2番目と3番目のspanを45度に */
    .navToggle.active span:nth-child(2),
    .navToggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }	
    
    header .logo img{
        display: none;
    }

	
	.maincol img{
		max-width: 100%;
		align-items: center;
		padding: 0;
	}
	
	.s_banner{
		text-align:  center; 
	}
	
    /* フッター　*/
    .corp{
		padding-top: 20px;
        padding-left: 10px;
    }
    
	.foot2{
		display: none;
	}
	
	.s_banner img{
		align-items: center;
	}
	
    /*　Aboutページ　*/
    
    table{
        margin: 20px 0;
		border: none;
    }
    
    .about table th,.about table td{
        display: block;
        max-width:100%;
		background-color: #fff;

    }
	
	.about table th{
		background-color: rgba(248,148,0,0.7)
	}
	
	.about table td{
		padding: 10px;
		border:none;
	}
    
    /* Service ページ　*/
    .cc img{
        width: 100%;
        
    }
    
	.cc_sub img{
		width: 100%;
	}
	
    .nsts{
    width: 80%;
	}

    /* works */
    .sss img{
        width: 100%;
    }
    
   .pricecards{
    flex-direction: column;
    
}
  .pricecard {
    flex: 0 0 auto;
    
}
  /* お問い合わせ　*/
	.contact-table{
		padding-left: 0;
	}
    
	input,textarea{
		width: 350px;
	}
	
	/* web  */
	.flexbox　th,.flexbox td {
    padding: 15px;
  	text-align: center;
    vertical-align: top;
  	border: none;
	}
	
	tr:nth-child(even)>td{
    background-color: #FFF;
}
	
	
	.wd img{
		width: 200px;
	}
	
	.pc_area{
    display:none;
  }
	
	.wrapper{
		overflow: hidden;
	}
	
	
}