﻿@charset "UTF-8";
@import url('//fonts.googleapis.com/css?family=Abel');
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* 基本設定
=============================================== */
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.8;
    color: #444;
    -webkit-text-size-adjust: 100%;
    font-size: 17px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color:#FFF;
    overflow-x: hidden;
}
@media(max-width:640px){
body {
    font-size: 14px;
    line-height: 1.7;
    }
}
img {
    max-width: 100%;
    height: auto;
    width /***/:auto;
    vertical-align:middle;
    border:none;
}
a {
    color: #223843;
    text-decoration:underline;
}
a:hover,
a:active {
    text-decoration: none;
}
a:hover img{
    opacity: 0.75;
    filter: alpha(opacity=75);
    transition:all 0.3s ease;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    border:0;
    font-size:100%;
    font-weight:normal;
}
nav, section, article, aside, span, figure, figcaption {
    width: 100%;
    margin:0 auto;
    padding:0;
}
p {
    margin:0;
    padding:0 0 15px;
    font-size:100%;
    text-decoration:none;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.marker li {
    background: url(../img/marker.png) no-repeat;
    background-position:0px 6px;
    padding:0 0 5px 16px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom:20px;
}
table th{
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    background-color:#EBE9E2;
    border-bottom: 1px solid #C9C6BA;
    font-weight:normal;
    width:25%;
}
table td{
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #C9C6BA;
    width:75%;
}
@media(max-width:640px){
table {
    font-size:12px;
    }
table th{
    padding: 10px;
    }
table td{
    padding: 10px;
    }
}

/* お問い合わせ
=============================================== */
#contact {
    margin-top:-100px;
    padding-top:100px;
}
@media(max-width:640px){
#contact {
    margin-top:-60px;
    padding-top:60px;
    }
}

/* よくある質問
=============================================== */
#faq {
    margin-top:-100px;
    padding-top:100px;
}
@media(max-width:640px){
#faq {
    margin-top:-60px;
    padding-top:60px;
    }
}
.question li {
    background: url(../img/baloon.png) no-repeat;
    background-position:left top ;
    padding:8px 0 10px 46px;
    font-size:19px;
    font-weight:bold;
}
@media(max-width:640px){
.question li {
    background-position:left top ;
    padding:10px 0 10px 46px;
    font-size:15px;
    font-weight:bold;
    }
}

/* 制作実績
=============================================== */
#works {
    margin-top:-100px;
    padding-top:100px;
}
@media(max-width:640px){
#works {
    margin-top:-60px;
    padding-top:60px;
    }
}
.workwrap {
    width:100%;
    display:table;
    table-layout: fixed;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    border-collapse: separate;
    border-spacing: 10px 10px; 
    text-align:center;
}
.work {
    width:50%;
    display:table-cell;
    padding:0 20px;
}
.work img {
    width:100%;
    max-width:320px;
}
@media(max-width:580px){
.workwrap {
    border-collapse: collapse;
    }
.work {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
    width:100%;
    max-width:100%;
    margin-bottom:10px;
    }
}

/* サービス内容
=============================================== */
#service {
    margin-top:-100px;
    padding-top:100px;
}
@media(max-width:640px){
#service {
    margin-top:-60px;
    padding-top:60px;
    }
}
.servicewrap {
    width:100%;
    display:table;
    table-layout: fixed;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    border-collapse: separate;
    border-spacing: 20px 0; 
    margin-bottom:20px;
}
.servicebox {
    width:50%;
    display:table-cell;
    max-width:460px;
    background-color:#FFF;
    border:0;
     border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding:20px 25px 5px;
}
.optionbox {
    width:100%;
    background-color:#FFF;
    border:0;
     border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding:30px 30px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.servicetitle1 {
    font-size:19px;
    font-weight:bold;
    color:#CC3300;
    border-bottom: 3px solid #CC3300;
    padding-bottom: 2px;
}
.servicetitle2 {
    font-size:19px;
    font-weight:bold;
    color:#339900;
    border-bottom: 3px solid #339900;
    padding-bottom: 2px;
}
.servicetitle3 {
    font-size:19px;
    font-weight:bold;
    color:#336699;
    border-bottom: 3px solid #336699;
    padding-bottom: 2px;
}
.servicetitle4 {
    font-size:19px;
    font-weight:bold;
    color:#FF6600;
    border-bottom: 3px solid #FF6600;
    padding-bottom: 2px;
}
.servicetitle5 {
    font-size:19px;
    font-weight:bold;
    color:#996600;
    border-bottom: 3px solid #996600;
    padding-bottom: 2px;
}
.servicetitle6 {
    font-size:19px;
    font-weight:bold;
    color:#336666;
    border-bottom: 3px solid #336666;
    padding-bottom: 2px;
}
@media(max-width:580px){
.servicewrap {
    border-collapse: collapse;
    margin:0;
    }
.servicebox {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
    width:100%;
    max-width:100%;
    margin-bottom:20px;
    }
.optionbox {
    padding:15px 20px 5px;
    }
.servicetitle1{font-size:16px;}
.servicetitle2{font-size:16px;}
.servicetitle3{font-size:16px;}
.servicetitle4{font-size:16px;}
.servicetitle5{font-size:16px;}
.servicetitle6 {font-size:16px;}
}
.opservice {
    width:100%;
    display:table;
    table-layout: fixed;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    margin-bottom:30px;
}
.opservicetext {
    width:65%;
    display:table-cell;
    vertical-align:top;
}
.opserviceimg {
    width:35%;
    display:table-cell;
    vertical-align:top;
    padding-left:20px;
}
.opservicetitle {
    font-size:1.3em;
    font-weight:bold;
    border-bottom: 3px solid #444;
    line-height: 2;
    padding: 0;
}
@media(max-width:580px){
.opservicetext {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
    width:100%;
    }
.opserviceimg {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
    width:100%;
    padding:0;
    }
.opservicetitle {
    font-size:1.2em;
    }
}

/* 送信完了画面
=============================================== */
#thanks {
    width:100%;
    margin:0;
    padding:50px 0;
    border:0;
}

/* 導入ヘッダー部
=============================================== */
#topimg {
    width:100%;
    background-image:url(../img/topimg_bg.png);
    background-repeat: repeat-x;
    background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    padding:0;
    margin:0 0 50px;
    text-align:center;
}
.doctor {
    padding:0 0 40px;
}
.sprout {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    background-color:#FFF;
    border:2px solid #99C929;
     border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin:10px 0 60px;
    padding:20px 30px 15px;
}
@media(max-width:640px){
#topimg {
    margin:0 0 20px;
    }
.doctor {
    display:none;
    }
.logo {
    max-width:140px;
    }
.sprout {
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin:0 0 30px;
    padding:15px 15px 5px;
    }
}

/* 共通パーツ
=============================================== */
#wrapper {
    width:100%;
    margin:100px 0 0;
    padding:0;
}
@media(max-width:640px){
#wrapper {
    margin:60px 0 0;
    }
}
.wrap960 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    max-width:960px;
    margin:0 auto;
    padding:0 20px;
}
.wrap740 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    max-width:740px;
    margin:0 auto;
    padding:0 20px;
}
.wrapwhite {
    width:100%;
    padding:50px 0 70px;
    margin:0;
    border:0;
    background-color:#FFF;
}
.wrapblue {
    width:100%;
    padding:50px 0 70px;
    margin:0;
    border:0;
    background-color:#E8EBEC;
}
@media(max-width:640px){
.wrapwhite {
    padding:50px 0;
    }
.wrapblue {
    padding:50px 0;
    }
}
hr {
    border:none;
    border-top:solid 1px #CCC;
    height:1px;
    padding:0;
    margin:0;
}
.photoframe {
    border:1px solid #CCC;
    padding:3px;
    background-color:#FFF;
}
.capframe {
    border:1px solid #CCC;
    padding:0;
    background-color:#FFF;
}
.photoradius{
     border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.title {
    font-family: 'Abel', sans-serif;
    font-size:50px;
    text-align:center;
    padding:0;
}
.subtitle {
    font-family: 'Noto Sans Japanese', serif;
    font-weight:200;
    font-size:20px;
    text-align:center;
    padding:0 0 50px;
}
@media(max-width:480px){
.title {
    font-size:36px;
    }
.subtitle {
    font-size:14px;
    }
}
#jumptop{
    position:fixed;
    right: 20px;
    bottom:20px;
    cursor:pointer;
}
@media(max-width:640px){
#jumptop{
    right: 10px;
    bottom:15px;
    }
#jumptop img{
    max-width:32px;
    }
}

/*画像リサイズ*/
.resize460 {
  width: 100%;
  max-width: 460px;
}


/*リンクボタン*/
.button{
    padding: 10px 20px;
    text-decoration: none;
    color: #FFF;
    font-size:21px;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color:#223843;
    border: 0;
    cursor: pointer;
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    letter-spacing: 1px;
    margin-bottom:10px;
    font-weight:bold;
}
@media(max-width:640px){
.button{
    padding: 10px 15px;
    font-size:15px;
    font-weight:normal;
    }
}

/*フォント*/
.wideline {
    line-height:2.0;
}
.right {
    text-align:right;
}
.S {
    font-size:15px;
}
.L {
    font-size:19px;
}
.LL {
    font-size:21px;
}
.LLL {
    font-size:23px;
}
@media(max-width:640px){
.S {
    font-size:13px;
    }
.L {
    font-size:15px;
    }
.LL {
    font-size:17px;
    }
.LLL {
    font-size:19px;
    }
}

/*余白*/
.spacer {
    clear: both;
    width: auto;
    height: 30px;
}
@media(max-width:640px){
.spacer {
    height: 20px;
    }
}
.spacer20 {
    clear: both;
    width: auto;
    height: 20px;
}
.spacer15 {
    clear: both;
    width: auto;
    height: 15px;
}
.spacer10 {
    clear: both;
    width: auto;
    height: 10px;
}
.spacer5 {
    clear: both;
    width: auto;
    height: 5px;
}

/* ヘッダー
=============================================== */
header {
    position:fixed;
    width:100%;
    top:0;
    left:0;
    height:105px;
    background-color:#FFF;
    border-bottom: 5px solid #223843;
    z-index: 1000;
}
@media(max-width:640px){
header {
    height:57px;
    border-bottom: 3px solid #223843;
  }
}
/*メニュー*/
.menuwrap {
    width:100%;
    max-width:640px;
    margin:0 auto;
    padding:0;
    display:table;
    table-layout: fixed;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu{
    width:25%;
    display:table-cell;
    text-align:center;
    padding-top:20px;
}
.menu .mobile {
    display:none;
}
.menu p {
    padding-top:5px;
}
.menu a {
    font-size:15px;
    text-decoration:none;
    font-weight:bold;
    color:#223843;
}
@media(max-width:640px){
.menu .PC {
    display:none;
}
.menu .mobile {
    display:block;
}
.menu{
    padding:10px 10px 0 10px;
  }
.menu p {
    padding-top:2px;
  }
.menu a {
    font-size:11px;
    font-weight:normal;
  }
.menu img {
    max-width:24px;
  }
}

/* フッター
=============================================== */
footer {
    width:100%;
    margin:0 auto;
    text-align:center;
    background-color:#223843;
    padding:20px 0 10px;
    font-size:15px;
    color:#FFF;
}
footer p {
    padding:0 15px;
}
footer a{
    text-decoration:none;
    color:#FFF;
}
footer img {
    max-width:140px;
    padding-bottom:15px;
}
@media(max-width:640px){
footer {
    padding:15px 0 5px;
    font-size:12px;
    }
}
.copyright {
    width:100%;
    font-size:10px;
    color:#999;
    text-align:center;
    padding-top:15px;
}

/* フォーム
=============================================== */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=url]{
    width:100%;
    font-size:120%;
    padding:10px;
    background-color:#E8EBEC;
    border:0;
	box-sizing: border-box;
}
input:hover{
    background-color:#E7DFB6;
}
input:focus{
    background-color:#E7DFB6;
}
select {
    width:100%;
    font-size:120%;
    padding:10px;
}
textarea{
    width:100%;
    font-size:120%;
    padding:10px;
    background-color:#E8EBEC;
    border:0;
	box-sizing: border-box;
    height:120px;
}
textarea:hover{
    background-color:#E7DFB6;
}
textarea:focus{
    background-color:#E7DFB6;
}
input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.5em;
    margin:10px 8px 10px 5px;
}
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    padding: 10px 15px;
    text-decoration: none;
    color: #FFF;
    font-size:17px;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color:#444;
    line-height: 100%;
    border: 0;
    cursor: pointer;
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    letter-spacing: 1px;
    margin-bottom:10px;
    font-weight:bold;
}
.hissu {
    font-size:11px;
    color:#FFF;
    background-color:#CC3300;
    padding:1px 4px 1px 4px;
    margin:0 5px;
    font-weight:normal;
    vertical-align:middle;
}
form p {
    padding-bottom:5px;
}