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

	メディアクエリ設定（全て統一）

================================================================================================*/
/* ▼ SP CSS Start ▼ */
@media(max-width:768px){
/*================================================================================================

	サブメニュー

================================================================================================*/
    

.dropdown__lists {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: rgba(0,0,0,0.3);
    margin-top: 30px;
}
.dropdown__list a {
        font-size: 18px !important;
    margin: 10px 0 !important;
    }
/*================================================================================================

	基本設定

================================================================================================*/
*{
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", sans-serif;
}
body{
	font-size:80%;
	line-height:160%;
	color:#333333;
	letter-spacing:0.08em;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html>/**/body {font-size:14px; line-height:1.8;}

html{width:100%; height:100%;}
body{width:100%; height:100%; background:#ffffff;}

body{
	width: 100%;
    /* overflow: hidden; */
}

div#all{
    position: relative;
    z-index: 0;
    max-width: 100%;
	min-width: 100%;
    min-height:100%;
	/* height:auto; */
	height:100%;
}
img, input[type="image"]{
	width:100%;
	height:auto;
}
.gglMap{
	display: none;
}

.gglCalPc{
	display: none;
}

/* web font */
.wf-roundedmplus1c {
}


/* body > #all{height:auto;} */

a:link, a:visited, a:active ,button:active{color:#0b94e3;}
a , button{color:#0b94e3; text-decoration:underline; overflow:hidden; outline:none;}
a:hover, button:hover{text-decoration:none; color:#0b94e3;}

input,textarea{
	margin:0;
	padding:0;
	border:0;
	font-size:120%;
	font-weight:normal;
	vertical-align:baseline;
	color:#555555;
}

/*i phoneのinput タグの装飾リセット*/
input[type="submit"], input[type="button"]{-webkit-appearance: none;}
input{position:relative; top:-1px;}
input[type="submit"]{cursor:pointer;}
textarea{resize:vertical;overflow:hidden;}
select{font-size:100%}
label{cursor:pointer;}
input[type="button"],input[type="text"],input[type="tel"],input[type="email"],input[type="url"],textarea{-webkit-appearance:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
input[type="button"],input[type="text"],input[type="tel"],input[type="email"],input[type="url"],textarea{outline:none;border:1px #f2f2f2 solid;background:#f2f2f2;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;padding:14px 20px 16px;font-size:100%;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}
input[type="button"]:hover,input[type="text"]:hover,input[type="tel"]:hover,input[type="email"]:hover,input[type="url"]:hover,textarea:hover{border:#0b94e3 1px solid;background:#fff;}
input[type="button"]:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,input[type="url"]:focus,textarea:focus{border:#0b94e3 1px solid;background:#fff;}

/*================================================================================================

	header layout ヘッダー

================================================================================================*/
#headerWrap{
	width: 100%;
	height:auto;
}

.header-pc{
	display: none;
}

/* header */
.header-mobile {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 100;
	background:#ffffff;
}

.header-mobile a,
.header-mobile {
	width: 100%;
    color: #fff;
    text-decoration: none;
}

.header-mobile .header-mobile-inner {
    position: relative;
    width:100%;
}

.header-mobile .mobile-logo {
    float: left;
    display: block;
}

.header-mobile .mobile-logo a{
    display: block;
    width: 100%;
}

.header-mobile .mobile-logo a img{
    display: block;
    width: 100%;
    height: auto;
}

#mobile-global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
}

#mobile-global-nav ul li {
    float: left;
}

#mobile-global-nav ul li a {
    padding: 0 5px;
}

/* Fixed */
.header-mobile.mobile-fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

/* Toggle Button */
#mobile-nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 15px;
    width: 34px;
    height: 40px;
    cursor: pointer;
    z-index: 120;
}

#mobile-nav-toggle div {
    position: relative;
}

#mobile-nav-toggle a {
    display: block;
    position: absolute;
    font-size: 9px;
    width: 100%;
    color: #666;
    left: 0;
    text-align: center;
    font-weight: bold;
}

#mobile-nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#mobile-nav-toggle span:nth-child(1) {
    top: 0;
}

#mobile-nav-toggle span:nth-child(2) {
    top: 12px;
}

#mobile-nav-toggle span:nth-child(3) {
    top: 24px;
}

#mobile-nav-toggle a{
    top: 36px;
}

.header-mobile,
.header-mobile-inner {
    width: 100%;
    padding: 0;
}
.header-mobile {
    z-index: 1000;
    top: 0;
    position: fixed;
    margin-top: 0;
	box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 0px 0px;
}
/* Fixed reset */
.header-mobile.mobile-fixed {
    padding-top: 0;
}
#header-mobile-head {
    width: 100%;
    height: 56px;
    position: relative;
}
.header-mobile.mobile-fixed .mobile-logo,
.header-mobile .mobile-logo {
    position: absolute;
    left: 13px;
    top: 17px;
    color: #333;
    font-size: 14px;
    width: 200px;
}
#mobile-global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -800px;
    background: #333;
	opacity: 0.95;
    width: 100%;
    text-align: center;
    padding: 2px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#mobile-global-nav ul {
    list-style: none;
    position: static;
    padding-top: 60px;
    padding-bottom: 60px;
    right: 0;
    bottom: 0;
    height: 100%;
}
#mobile-global-nav ul li {
    float: none;
    position: static;
}
.header-mobile #mobile-global-nav ul li a,
.header-mobile.mobile-fixed #mobile-global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    margin: 30px 0 0;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}

#mobile-nav-toggle {
    display: block;
}
/* #nav-toggle 切り替えアニメーション */
.mobile-open #mobile-nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
    border-color:#ffffff;
    background: #ffffff;
    z-index: 9999;

}
.mobile-open #mobile-nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.mobile-open #mobile-nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
    border-color:#ffffff;
    background: #ffffff;
    z-index: 9999;

}
/* #global-nav スライドアニメーション */
.mobile-open #mobile-global-nav {
	top:0;
	width: 100%;
	height: 99999px;
	display: block;
    /* #global-nav top + #header-mobile-head height */
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.headBtn01,.headBtn02,.headBtn03{
	width: 92%;
	padding: 0 4% 8px;
}

.headBtn03 a{
	margin: 0px auto 0;
	border-radius: 4px;
	color: #ffffff;
	color: #ffffff !important;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 6px 0px 4px 0px !important;
	background: #35a9ce;
}

.headBtn02 a{
	margin: 15px auto 0;
	border-radius: 4px;
	color: #ffffff;
	color: #ffffff !important;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 6px 0px 4px 0px !important;
	background: #f70057;
}

.headBtn01 a{
	margin: 0px auto 0;
	border-radius: 4px;
	color: #ffffff;
	color: #ffffff !important;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 6px 0px 4px 0px !important;
	background: #7dcd22;
}

/*================================================================================================

	footer layout フッター

================================================================================================*/
#footerWrap{
	background: #e0e0e0;
	width: 100%;
	padding: 0px 0;
	margin:80px 0 0;
}

.addressLogo{
    display: none;
}

.addressLogo2{
    display: none;
}

.addressInfo h1{
	font-size: 12px;
	line-height: 22px;
	font-weight:bold;
}

.footerSns{
    border-top: 1px solid #ffffff;
    padding: 10px 0 5px;
    height: 40px;
    text-align: center;
}

.footerSns .footerFacebook{
    display: inline-block;
    width: 40px;
    height: 40px;    
    padding-right: 10px;
}

.footerSns .footerYoutube{
    display: inline-block;
    width: 40px;
    height: 40px;
}

.footerLink {
	border-top: 1px solid #ffffff;
	width: 100%;
	margin:5px auto 0;
	text-align: center;
}
.footerLinkWrap02 {
    border-top: none;
    margin:0px auto 0;
}

.footerLink li{
	display: block;
	font-size: 12px;
	line-height: 15px;
	height: auto;
	font-weight: bold;
	padding:15px 4%;
	border-bottom: 1px solid #ffffff;
}

.footerLink li a{
	text-decoration: none;
	color:#333333;
}

.copyright{
	font-size: 10px;
	margin:10px auto 0px;
	text-align: center;
	color:#333333;
    padding-bottom: 10px;
}

.top_bk_btn {
    position: fixed;
    bottom:20px;
    right: 15px;
    z-index: 10;
    width: 50px;
    height: auto;
}
.top_bk_btn a{
    display: block;
}
.top_bk_btn a:hover{
    opacity: 0.8;
}

.top_bk_btn img{
    width: 100%;
    display: block;
    height: auto;
}


/*================================================================================================

    お問い合わせOffer【各コンテンツ共通】 フッター

================================================================================================*/

#contact{
    padding: 50px 4% 50px;
    background: #333333;
}

/*================================================================================================

	カスタムgooglemap layout

================================================================================================*/
#map_canvas{
	width: 100%;
	height:300px;
	margin: 0 auto 0;
}

.addressInfo{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 10px auto 0;
}

/*================================================================================================

    contents【各コンテンツ共通】 layout

================================================================================================*/

.secTit,
.secTitWht{
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
}

.secTitWht{
    color: #ffffff;
}

.secTit h2,
.secTitWht h2{
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}

.secTit span,
.secTitWht span{
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    position: relative;
    padding: 10px 0 0 0;
}

.secTit span img,
.secTitWht span img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 18px;
    margin: auto;
    padding-left: 0;
    color: #fff;
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background: transparent;
    font-size: 5px;
    letter-spacing: 0;
}

.secTit span::after,
.secTitWht span::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 1px;
    margin: 0 0 0 15px;
    background: #bca177;
    content: '';
}

.secTit span::before,
.secTitWht span::before {
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 50px;
    height: 1px;
    margin: 0 15px 0 0;
    background: #bca177;
    content: '';
}

.secTitWht span::after,
.secTitWht span::before {
    background: #ffffff;
}



.secReadTxt01{
    color:#333333;
}

.theta_banner a{
    display: block;
    margin: 15px auto 0;

}
.theta_banner a:hover{
    opacity: 0.8;
}
.theta_banner a img{
    width: 100%;
}

.tontonbanner a{
    display: block;
    margin: 0 auto;
}
.tontonbanner a:hover{
    opacity: 0.8;
}

.secReadTxt02{
    color:#ffffff;
}

.btn01{
    width: 100%;
    margin: 30px auto 0;
}

a.parts__btn {
  position: relative;
  display: block;
  z-index: 2;
  height: 38px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 38px;
  color: #333333;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #1f1f1f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.parts__btn:before {
    content: "→";
    font-size: 17px;
    margin-top: -8px;
    position: absolute;
    right: 12px;
    top: 50%;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.parts__btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    width: 50%;
    background-color: #333333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}
a.parts__btn:hover {
    color: #fff;
}
a.parts__btn:hover::before {
  right: 8px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
a.parts__btn:hover::after {
  width: 100%;
  opacity: 1;
}

/*白ボタン*/

.btn02{
    width: 100%;
    margin: 30px auto 0;
}

.btn02 a.parts__btn {
  position: relative;
  display: block;
  z-index: 2;
  height: 38px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 38px;
  color: #ffffff;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn02 a.parts__btn:before {
    content: "→";
    font-size: 17px;
    margin-top: -8px;
    position: absolute;
    right: 12px;
    top: 50%;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn02 a.parts__btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    width: 50%;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}
.btn02 a.parts__btn:hover {
    color: #333333;
}
.btn02 a.parts__btn:hover::before {
  right: 8px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.btn02 a.parts__btn:hover::after {
  width: 100%;
  opacity: 1;
}

.pc_br{
	display: none;
}

.breadcrumb{
    margin: 0 auto 0;
    padding: 62px 0 0px;
    background: #333333;
}

.breadcrumbTit{
    width: 92%;
    margin: 0 auto;
    color: #ffffff;
    padding: 5px 0 10px;
    line-height: 16px;
    text-align: center;
}

.breadcrumbTit span{
    font-size: 14px;
    display: block;
    font-weight: 700;
}

.breadcrumbTit h1{
    display: block;
    font-size:12px;
    font-weight: 400;
    padding-top: 3px;
}

/*================================================================================================

	mainImg【トップページメインビジュアル】 layout

================================================================================================*/

.videoWrap{
    height: auto;
}

#mainImgTop{
	display: none;
}

.sp-mainImg {
    position: relative;
	overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 620px;
    background-image:url(../../img/top/sp-mainImg.jpg);
	background-size:100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

  .main-block__scroll {
  	font-size: 9px;
    z-index: 5;
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 100px;
    height: 25px;
    margin-left: -50px;
    cursor: pointer;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    -webkit-transition: all 0.6s 0.6s ease-out;
    transition: all 0.6s 0.6s ease-out; }
    .main-block__scroll-bar {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 1px;
      height: 10px;
      margin: 0;
      overflow: hidden;
      -webkit-transition: all 0.5s 0.4s ease-out;
      transition: all 0.5s 0.4s ease-out; }
      .main-block__scroll-bar span {
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 20px;
        display: block;
        background-color: #fff;
        -webkit-transition: all 0.8s 0s ease-out;
        transition: all 0.8s 0s ease-out;
        -webkit-animation: load1 1s infinite ease-in-out;
                animation: load1 1s infinite ease-in-out;
        }

@-webkit-keyframes load1 {
  0% {
    top: 0;
    bottom: auto;
    height: 0; }
  40% {
    top: 0;
    bottom: auto;
    height: 20px; }
  80% {
    top: auto;
    bottom: 0;
    height: 20px; }
  100% {
    top: auto;
    bottom: -20px;
    height: 0; } }

@keyframes load1 {
  0% {
    top: 0;
    bottom: auto;
    height: 0; }
  40% {
    top: 0;
    bottom: auto;
    height: 20px; }
  80% {
    top: auto;
    bottom: 0;
    height: 20px; }
  100% {
    top: auto;
    bottom: -20px;
    height: 0; } }
.main-block__scroll-text{
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 20px;
  margin: 0;
  color: #ffffff;
  text-align: center; }

.main-block__scroll-text a{
	text-decoration: none;
	color: #ffffff;
}

/*================================================================================================

    トップページ各ボタン layout

================================================================================================*/
.com_btn01,
.com_btn02,
.com_btn03,
.com_btn04,
.com_btn05{
    width: 100%;
    margin: 0 auto;
    background-color:#f7f2e9;
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: 30px 16px;
    text-align: center;
    border-radius: 60px;
  -webkit-filter:drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));    
}
.com_btn01{background-image:url(../../img/common/icon_btn01.png); margin-top: 30px;}
.com_btn02{background-image:url(../../img/common/icon_btn02.png); margin-top: 30px;}
.com_btn03{background-image:url(../../img/common/icon_btn02.png); margin-top: 30px;}
.com_btn04{background-image:url(../../img/common/icon_btn03.png); margin-top: 30px;}
.com_btn05{background-image:url(../../img/common/icon_btn05.png); margin-top: 30px;}

.com_btn01 a,
.com_btn02 a,
.com_btn03 a,
.com_btn04 a,
.com_btn05 a{
    width: 100%;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    padding: 17px 0;
    display: block;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
.com_btn01 a::after ,
.com_btn02 a::after ,
.com_btn03 a::after ,
.com_btn04 a::after ,
.com_btn05 a::after {
    position: absolute;
    top:22px;
    right:24px;
    content: "";
    display: block;
    width: 12px;
    height: 13px;
    border-top: 4px solid #4a4a4a;
    border-right: 4px solid #4a4a4a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.com_btn01 a:hover,
.com_btn02 a:hover,
.com_btn03 a:hover,
.com_btn04 a:hover,
.com_btn05 a:hover{
    opacity: 0.7;
}

.comTit01 h2,
.comTit02 h2,
.comTit03 h2,
.comTit04 h2,
.comTit06 h2,
.comTit07 h2,
.comTit08 h2,
.comTit09 h2,
.comTit10 h2,
.comTit11 h2,
.comTit12 h2,
.comTit13 h2,
.comTit14 h2{
    text-align: center;
    font-size: 20px;
    line-height: 1.8rem;
    background-size: 90px auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 28px 0 0 0;
}
.comTit05 h2{
    text-align: center;
    font-size: 20px;
    line-height: 1.8rem;
    background-size: 90px auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 40px 0 0 0;    
}
.comTit09 h2{
    text-align: center;
    font-size: 20px;
    line-height: 1.8rem;
    background-size: 90px auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 40px 0 0 0;    
}

.comTit01 span,
.comTit02 span,
.comTit03 span,
.comTit04 span,
.comTit05 span,
.comTit06 span,
.comTit07 span,
.comTit08 span,
.comTit09 span,
.comTit10 span,
.comTit11 span,
.comTit12 span,
.comTit13 span,
.comTit14 span{
    margin: 10px 0 0 0;
    display: block;
    height: 20px;
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: center top;
}

.comTit01 h2{background-image:url(../../img/common/comTit01.png);}
.comTit01 span{background-image:url(../../img/common/comTitUnderOrange.png);}

.comTit02 h2{background-image:url(../../img/common/comTit02.png);}
.comTit02 span{background-image:url(../../img/common/comTitUnderOrange.png);}

.comTit03 h2{background-image:url(../../img/common/comTit03.png); padding: 36px 0 0 0;}
.comTit03 span{background-image:url(../../img/common/comTitUnderYel.png);}

.comTit04 h2{background-image:url(../../img/common/comTit04.png);}
.comTit04 span{background-image:url(../../img/common/comTitUnderPup.png);}

.comTit09 h2{background-image:url(../../img/common/comTit09.png);}
.comTit09 span{background-image:url(../../img/common/comTitUnderBlue2.png);}

.com_btnOffer{
    width: 100%;
    margin: 25px auto 0;
    background-image:url(../../img/common/offerBtnBg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 7px;
    text-align: center;
}
.com_btnOffer a{
    display: block;
    width: 100%;
    padding: 15px 0;
    color:#ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    position: relative;
}

.com_btnOffer a::after {
    position: absolute;
    top:22px;
    right:24px;
    content: "";
    display: block;
    width: 12px;
    height: 13px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.com_btnOffer:hover{
    opacity: 0.8;
}



/*================================================================================================

    トップページ各セクション layout

================================================================================================*/
.top_sec01{
    width: 100%;
    background-image:url(../../img/top/top_sec01Bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

.top_sec01Inner{
    width: 94%;
    margin: 0 auto;
    padding:50px 0 0px;
}

.top_sec01Tit{
    text-align: center;
    font-size: 18px;
    line-height: 2.0rem;
}

.secReadTxt01{
    margin: 30px auto 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7rem;
    text-align: left;
}

.top_sec01Youtube{
    width: 100%;
    margin: 40px auto 0;
}
.top_sec01Youtube iframe{
    width: 100%;
    height:220px;
}

.addRightLink{
    text-align: left;
    margin:5px 0 0 0;
    font-size: 12px;
    line-height: 20px;
}

.top_sec02{
    width: 94%;
    margin: 70px auto 0;
    background-color: #e7f6fd;
    padding: 30px 3% 50px;    
}

.top_sec02Inner{
    width: 100%;
    margin: 0px auto 0;
    padding: 0px 0px 0; 
/*    background-image:url(../../img/top/top_sec02Bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;    */
}

.top_sec02Tit{
    padding:10px 0 0 0px;
    font-size: 18px;
    line-height: 1.8rem;
}
.secReadTxt02{
    padding:15px 0 0px 0px;
    font-size: 14px;
    line-height: 1.8rem;
    color:#333333;
    text-align: left;
}



/*================================================================================================

    Works layout

================================================================================================*/
.com_sec01{
    width: 100%;
    margin: 35px 0 0 0;  
}

.com_sec01TopWrap{
    width: 100%;
}

.com_sec01InnerWrap{
    width: 100%;
}

.com_sec01Inner{
    margin: 0 auto;
    padding: 0 3% 0px;
}

.worksLi{
    width: 100%;
    margin: 20px auto 0;
}

.worksLi li{
    width: 100%;
    border-bottom:1px solid #dddddd;
}

.worksLi li:nth-child(1){
    border-top:1px solid #dddddd;
}

.worksLi li a{
    text-decoration:none;
    display: block;
    color:#333333;
    padding: 15px 0 15px;
}

.worksLi li a .worksLi_img{
    width: 20%;
    height: auto;
    overflow: hidden;
    float: left;
}

.worksLi li a .worksLi_img img{
    width: 100%;
    height: auto;
}

.worksLi li a .worksLi_box{
    width: 76%;
    padding-left: 4%;
    float: left;
}

.worksLi li a .worksLi_tit{
    padding: 10px 0px 0;
    font-size: 14px;
    line-height: 1.6rem;
    min-height: 3em;
    text-decoration: underline;
}

.worksLi_cap{
    width: 98%;
    padding: 10px 0 0 0;
}

.worksLi_cap span{
    color: #777777;
    font-size: 10px;
    line-height: 13px;
    display: block;
}
.worksLi_cap_day{
    float: left;
}

.worksLi_cap_cat{
    float: right;
}

.com_sec02{
    width: 94%;
    margin: 60px 0 0 0;
    padding: 0 3% 0;
    background-image:url(../../img/common/com_nagareBg.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
}

.com_sec02Inner{
    margin: 0 auto;
    padding: 60px 0 80px;
}

.com_sec02Li {
}

.com_sec02Li li{
    width: 86%;
    height: auto;
    margin: 40px auto 0;
    padding-top: 190px;    
}

.com_sec02Li li h3{
    font-size: 14px;
    line-height: 22px;
}

.com_sec02Li li p{
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0 0 0;
}

.com_sec02Li01{
    background-image:url(../../img/common/icon_offer01.png);
    background-size: 180px auto;
    background-repeat: no-repeat;
    background-position: center top;    
}

.com_sec02Li02{
    background-image:url(../../img/common/icon_offer02.png);
    background-size: 180px auto;
    background-repeat: no-repeat;
    background-position: center top;    
}
.com_sec02Li03{
    background-image:url(../../img/common/icon_offer03.png);
    background-size: 180px auto;
    background-repeat: no-repeat;
    background-position: center top;    
}

.com_sec02Li04{
    background-image:url(../../img/common/icon_offer04.png);
    background-size: 180px auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-position: center top;    
}

.com_sec02_office{
    width: 94%;
    margin: 60px 0 0 0;
    padding: 0 3% 0;
    background-image:url(../../img/common/com_nagareBg.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
}

.com_sec02_officeInner{
    margin: 0 auto;
    padding: 60px 0 80px;
}

.com_sec02Li_office li{
    width: 86%;
    height: auto;
    margin: 40px auto 0;
    padding-top: 190px;    
}

.com_sec02Li_office li h3{
    font-size: 14px;
    line-height: 22px;
}

.com_sec02Li_office li p{
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0 0 0;
}

.com_sec02Li01_office{
    background-image:url(../../img/common/icon_offer01.png);
    background-size: 180px auto;
    background-repeat: no-repeat;
    background-position: center top;    
}

.com_sec02Li02_office{
    background-image:url(../../img/common/icon_office02.png);
    background-size: 180px auto;
    background-repeat: no-repeat;
    background-position: center top;    
}
.com_sec02Li03_office{
    background-image:url(../../img/common/icon_offer03.png);
    background-size: 180px auto;
    background-repeat: no-repeat;
    background-position: center top;    
}

.com_sec02Li04_office{
    background-image:url(../../img/common/icon_office04.png);
    background-size: 180px auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-position: center top;    
}

.com_sec03{
    width: 94%;
    margin: 40px auto 0;
}

.com_sec03Inner{
}

.com_sec03Box p{
    background-image:url(../../img/common/icon_logo01.png);    
    background-size: 110px auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-position: 0px 0px;
    padding: 10px 0 0 120px;

}

.com_sec03Box h4{
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    padding: 30px 0 0;
    border-top:3px dotted; 
    margin-top: 30px;
}

.com_sec04{
    width: 94%;
    background-image:url(../../img/common/com_newsBg.png);
    background-repeat: repeat-x;
    background-position: top center;
    margin: 80px auto 0;
    padding: 60px 3% 0;
}

.newsLi{
    width: 100%;
    margin: 10px auto 0;
    font-size: 16px;
    line-height: 24px;    
}
.newsLi,
.newsLi tbody,
.newsLi tr,
.newsLi th,
.newsLi td{
    display: block !important;
}

.newsLi tr{
    border-bottom:2px dotted #dddddd; 
}

.newsLi tr td{
    color:#666666;
    width: 100px;
    padding: 20px 0 0px;    
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    line-height: 18px;
    color:#aaaaaa;
}
.newsLi tr th{
    color:#333333;
    padding: 5px 0 20px;    
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

.newsLi tr th a{
    text-decoration: underline;
    color:#333333;
}

.newsLi tr th a:hover{
    text-decoration: none;    
}



/*================================================================================================

    contact用CSS【お問い合わせフォーム】 layout

================================================================================================*/

#introduction {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.introWhite {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
}

.introLogo {
    position: absolute;
    width: 280px;
    height: 40px;
    left: 50%;
    top: 50%;
    fill: #fff;
    stroke: #333;
    stroke-width: .5;
    transform: translate(-50%, -50%);
}

.contactWrap{
    width: 100%;
    background-image:url(../../img/common/com_topImgContact.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin: 0px auto 0;
    padding: 100px 0 0 0;
}

.contactInner{
    width: 94%;
    margin: 0px auto 0;
    padding: 0px 0 50px 0;
}
.contact_sec01{
    margin: 20px auto 0;
}
.contact_sec02{
    margin: 30px auto 0;
}

.contactAttTxt{
    padding: 5px 0 0 0;
    font-size: 12px;
    line-height: 24px;
}

.contact_offer{
    background-color: #f8f5f0;
    padding: 1px 20px 30px;
    margin: 14px auto 0;
    border-radius: 10px;
}

.contact_offer h3{
    font-size: 12px;
    line-height: 18px;
    margin: 30px 0 -15px 0;
    text-align: center;
}


.contact_wp_wrap,
.contact_wp_wrap table,
.contact_wp_wrap table tbody,
.contact_wp_wrap table tr,
.contact_wp_wrap table th,
.contact_wp_wrap table td{
display: block;
width: 100%;
margin: 0 auto;
}

.contact_wp_wrap{
    margin: 30px auto 0;
}

.contact_wp_wrap table{
    margin: 0 auto;
}
.contact_wp_wrap table th{
    padding: 30px 0 0px 0;
    font-size: 14px;
    line-height: 26px;
    text-align: left;    
}
.contact_wp_wrap table .th-sin{
}

.contact_wp_wrap table td{
    border-bottom: 1px dashed #cccccc;    
    text-align: left;
    vertical-align: top;    
    padding: 15px 0px 30px 0px;     
    font-size: 16px;
    line-height: 26px;

}

.required{
    width: 35px;
    border: 1px solid #ff5b81;
    color: #ff5b81;
    font-size: 12px;
    line-height: 14px;
    padding: 2px 5px;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    margin-left:10px;     
}
.no-required{
    width: 35px;
    border: 1px solid #aaaaaa;
    background:#aaaaaa;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    padding: 2px 5px;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    margin-left:10px; 
}
.required2{
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0 10px;
    color:#ff5b81;
}

#formbtn{
    display: block;
    margin: 50px auto 0;
}

#formbtn .wpcf7-submit{
    background-image:url(../../img/common/offerBtnBg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 7px;
    text-align: center;    
}

#formbtn input[type="submit" i]{
    display: block;
    width: 100%;
    padding: 20px 0;
    color:#ffffff;
    text-decoration: none;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    cursor: pointer;
}

#formbtn input[type="submit"]:hover{
    opacity: 0.8;
}

.codedropz-upload-inner h3{
    font-size: 14px !important;
}

.contact_wp_wrap table td input[type="text"],
.contact_wp_wrap table td input[type="tel"],
.contact_wp_wrap table td input[type="email"],
.contact_wp_wrap table td textarea{
    width:80%;
}

/*================================================================================================

    contactForm

================================================================================================*/

/*================================================================================================

    トップページ追加

================================================================================================*/
    
.kid-design-award {
  text-align: center;
  margin: 10px auto 40px;
}
.kid-design-award {
    max-width: 120px;
}


/*================================================================================================

	▼ End CSS ▼

================================================================================================*/

}