@charset "UTF-8";

/*
Theme Name : ISSHA
Author : ISSHA
Description : ISSHA original theme
Version : 1.0
*/


/*//-------------------
	_reset
-------------------//*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  /*outline: 0;*/
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

a{
  text-decoration:none;
}
a:link , a:visited , a:active {
  color:#333;
}

ol, ul {
  list-style: none;
}

h1,h2,h3,h4,h5 {
  font-weight:normal;
}

.bold {
  font-weight:bold;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0px;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*//-------------------
	_base
-------------------//*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body, input, textarea, select {
  font-family: "Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
  color: #333333;
  line-height: 1.7;
  font-size: 1.6rem;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.borderless {
  border:none!important;
}
.sml08 {
  font-size:0.8em;
}

/* SP */
@media screen and (max-width: 767px) {
  .wrapper {
    overflow-x: hidden;
  }
}

/*//-------------------
	_common
-------------------//*/
@media print, screen and (min-width: 768px) {
  .isSp-lfeed {
    display: none;
  }
}

/*//-------------------
	_header 
-------------------//*/
.header-inner {
  width: calc(( 1050  / 1500) * 100%);
  margin: 0 auto;
}

.header-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.header-detail-txt {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-right: 5px;
  width: 610px;
    font-weight:normal;
  text-decoration:none;
}

.header-detail-tel {
  line-height: 1;
  margin-right: 5px;
  width: 226px;
}

.header-detail-tel img {
  width: 100%;
}

.header-detail-contact {
  line-height: 1;
  min-width: 164px;
  width: 180px;
  text-align: center;
}

.header-detail-contact a {
  background: #69c8e9;
  border-radius: 16px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  color: #FFF;
  display: block;
  font-size: 1.4rem;
  padding: 5px;
  text-decoration: none;
}

.header-cont {
  background: #403d3c;
}

.header-cont-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  width: calc(( 1050  / 1500) * 100%);
  margin: 0 auto;
}

.header-logo {
  width: 450px;
  line-height: .8;
}

.header-logo a:hover {
  opacity: 0.7;
}

.gnav {
  width: 750px;
}

.gnav-list {
  display: flex;
  justify-content: space-between;
}

.gnav-list-item {
  position: relative;
}

.gnav a {
  color: #FFF;
  display: block;
  padding: 10px;
  position: relative;
  text-decoration: none;
}

.gnav a:hover {
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .gnav .sub-gnav-list {
    background: #FFF;
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    width: 200px;
    z-index: 100;
  }
  .gnav .sub-gnav-list-item {
    border-bottom: 1px solid  #e0e0e0;
    border-left: 1px solid  #e0e0e0;
    border-right: 1px solid  #e0e0e0;
  }
  .gnav .sub-gnav-list-item a {
    color: #333333;
    display: block;
    padding: 10px 20px;
  }
  .gnav .isSp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index:100;
  }
  .header.open {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header-logo {
    width: 60%;
  }
  .header-logo img {
    width: 100%;
  }
  .header-cont-inner {
    padding: 14px 20px;
    width: 100%;
  }
  .header-inner {
    display: none;
  }
  .gnav {
    z-index: 1000;
    height: 100%;
    display: none;
    width: auto;
  }
  .gnav.open {
    background: #403d3c;
    display: block;
    position: fixed;
    right: 0;
    top: 60px;
    width: 80%;
    z-index: 1000;
    height: 100%;
  }
  .gnav-list {
    display: block;
    height: 100%;
    overflow: scroll;
  }
  .gnav-list-item {
    border-top: 1px solid #DDD;
  }
  .gnav-list-item > a {
    display: block;
    padding: 20px 20px;
  }
  .gnav-list-item:last-child {
    border-bottom: 1px solid #DDD;
  }
  .gnav-list-detail {
    background: #FFF;
    border-radius: 16px;
    margin: 40px auto 350px;
    padding: 20px;
    width: 90%;
  }
  .gnav-list-detail a {
    padding: 10px;
  }
  .gnav .sub-gnav-list {
    display: block;
    padding-bottom: 20px;
  }
  .gnav .sub-gnav-list-item > a {
    padding-left: 20px;
  }
  .gnav .sub-gnav-list-item > a::before {
    content: ' - ';
    padding-left: 20px;
  }
  .menu-trigger {
    height: 32px;
    cursor: pointer;
  }
  .menu-trigger > div {
    position: relative;
    width: 36px;
  }
  .menu-trigger span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #FFF;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  }
  .menu-trigger span:nth-child(1) {
    top: 0;
  }
  .menu-trigger span:nth-child(2) {
    top: 14px;
  }
  .menu-trigger span:nth-child(3) {
    top: 28px;
  }
  .menu-trigger:hover span:nth-child(1) {
    top: 4px;
  }
  .menu-trigger:hover span:nth-child(3) {
    top: 23px;
  }
  .open .menu-trigger span {
    background: #fff;
  }
  .open .menu-trigger span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .open .menu-trigger span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open .menu-trigger span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }
  /* z-index */
  .menu-trigger {
    z-index: 1000;
  }
  .isPc {
    display: none;
  }
}
.m-top30 {
  margin-top:30px;
}

/*//-------------------
	_main
-------------------//*/

.main {
  background: url("./img/common/sec_bg.jpg") no-repeat top right;
  background-size: contain;
  padding-bottom: 80px;
}

.inner {
  width: calc(( 1050 / 1500 ) * 100%);
  margin: 0 auto;
}

.font._mincho {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
}

.font._center {
  text-align: center;
}

.head {
  padding: 35px 0;
}

.head .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.head-txt {
  padding-left: 20px;
}

.heading01 {
  color: #333333;
  font-size: 3rem;
  margin-bottom: 25px;
  border-right: 1px solid #000;
  display: inline-block;
  line-height: 1;
  padding: 0 20px 20px 0;
  white-space: nowrap;
}
.heading02 {
  background: url("http://issha.co.jp/wp/wp-content/themes/issha/img//common/h2_bg.png") no-repeat center left;
  color: #FFF;
  font-size: 2.2rem;
  padding: 0 0 0 20px;
}

.heading03 {
  color: #63b6e3;
  font-size: 2.2rem;
  margin: 30px 0 20px 0;
  border-top: 1px solid #e0e0e0;
}
.heading03-line {
  display: inline-block;
  border-top: 2px solid #63b6e3;
  padding: 5px;
  letter-spacing: 0.5rem;
}
.heading04 {
  color: #63b6e3;
  font-size: 1.7rem;
  margin: 60px 0 10px 0;
  border-top: 1px solid #e0e0e0;
}

@media print, screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
}
@media screen and (max-width:767px) {
  main {
    display:block;
    margin:50px 0 0 0 ;
  }
  .isSp.mtop50 {
    display:block;
    margin-top:30px;
  }
  .isSp.mtop-50 {
    display:block;
    margin-top:-50px;
  }
    .heading01 {
    font-size: 2.6rem;
  }
  .heading01 {
    border-right: none;
  }
  .heading02 {
    font-size: 1.9rem;
    line-height:2.5rem;
    padding:12px 10px;
    background-size: auto 100%;
  }
	.heading03 {
  margin: 10px 0 10px 0!important;
	}
  .head {
    padding: 20px 0;
  }
  .head .inner {
    display: block;
    width: auto;
    margin: 0 20px;
  }
  .head-txt {
    padding-left: 0;
  }
  .sec .inner {
    width: auto;
    margin: 0 20px;
  }
  .sec .col-inner {
    display: block;
    margin-bottom: 0px;
  }
  .isPc {
    display: none;
  }
}
.attn {
  display:block;
  width:100%;
  background-color:#FFE4E1;
  padding:15px;
  margin:20px 0;
}

/*お見積り・お問い合わせボタン*/
.btn._contact a {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  background: #69c8e9;
  border-radius: 55px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  text-align: center;
  padding: 10px 15px 10px 50px;
}
.btn._contact a .btn-txt {
  font-size: 2.5rem;
  font-weight: 600;
  margin-right: 10px;
}
.btn._contact a .btn-tel {
  font-family: "Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
  background: #FFF;
  border-radius: 20px;
  color: #69c8e9;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing:0.01em;
  line-height:4rem;
  padding: 0 15px;
}
.btn._contact a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .btn._contact {
    margin:0px!important;
  }
  .btn._contact a {
    display: block;
    border-radius: 16px;
    padding: 8px 20px;
  }
  .btn._contact a .btn-txt {
    font-size: 2.1rem;
    line-height:2.5rem;
    font-weight: bold;
  }
  .btn._contact a .btn-tel {
    display: block;
    margin: 7px;
    font-size: 2rem;
  }
}


/*//-------------------
	_footer
-------------------//*/
.footer {
  background: #f6f6f6;
  padding: 20px 0 10px;
  margin:0!important;
}

.footer-inner {
  width: calc(( 1050 / 1500 ) * 100%);
  margin: 0 auto;
}

.footer .clm {
  margin-bottom: 20px;
}

.footer .clm._3 {
  display: flex;
  justify-content: space-between;
}

.footer .clm-tt {
  font-size: 1.6rem;
  font-weight: bold;
}

.footer .clm-item {
  border-left: 1px dotted #999999;
  font-size: 1.3rem;
  width: 255px;
  padding-left: 20px;
}
@media screen and (max-width:767px){
  .footer .clm-item {
    border: none;
    }
}

.footer .clm-item a {
  color: #333333;
  text-decoration: none;
}

.footer .clm-item._03 .clm-tt {
  margin-bottom: 10px;
}

.footer-detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer-logo {
  margin-right: 45px;
  width: 200px;
}

.footer-logo a:hover {
  opacity: 0.7;
}

.footer-logo img {
  width: 100%;
  vertical-align: middle;
}

.footer-col {
  font-size: 1.5rem;
}

.footer-col address {
  display: inline-block;
  font-style: normal;
}

.footer-time {
  display: block;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    width: auto;
    margin: 0 20px;
  }
  .footer .clm {
    margin-bottom: 30px;
  }
  .footer .clm._3 {
    display: block;
  }
  .footer .clm-item {
    width: 100%;
  }
  .footer-detail {
    display: block;
  }
}
	.indnt5 {
		padding-left:70px;
	}
.copy {
  font-size: 1.3rem;
  text-align: right;
}

/*//-------------------
  リクルート
-------------------//*/
ul.rec-contact {
  display:flex;
}
ul.rec-contact li {
  border:1px solid #ccc;
  padding:20px;
  flex-basis:48%;
  justify-content:space-between;
  margin:30px 10px;
}
ul.rec-contact li p {
  margin:0px 0px 20px 0px;
  display: block;
}
@media screen and (max-width: 767px) {
	ul.rec-contact {
  display:inline-block;
	}
	ul.rec-contact li {
	width:100%;
  margin:20px 10px 0px 10px;
	}
	ul.rec-contact li p {
	margin:0;
  padding:0px 0px 10px 0px;
  display: block;
	}
}

/*//-------------------
  お見積り・お問い合わせフォーム
-------------------//*/
.main.contact .sec01 .inner {
  width:100%!important;
}
.contact table {
  width:100%!important;
  background:#fff;
}
.contact input[type="text"], .contact input[type="email"], textarea,
.contact input[type="tel"] {
	border: 1px #ccc solid;
	padding: 0.5em 0.5em;
	border-radius: 4px;
	margin-bottom: 0.5em;
	width: 100%;
	font-size: 1em;
}
.contact input{type="text"} .tel-time {
	border: 1px #ccc solid;
	padding: 0.5em 0.5em;
	border-radius: 4px;
	margin-bottom: 0.5em;
	width: 30%!important;
	font-size: 1em;
}
@media(max-width:767px){
  .inquiry th,.inquiry td {
  display:block!important;
  width:100%!important;
  border-top:none!important;
  -webkit-box-sizing:border-box!important;
  -moz-box-sizing:border-box!important;
  box-sizing:border-box!important;
  }
.inquiry tr:first-child th{
  border-top:1px solid #ccc!important;
}
.inquiry .haveto,.inquiry .any {	
}}
.contact .inquiry th{
  text-align:left;
  vertical-align:top;
  color:#333;
  padding:10px;
  width:30%;
  background:#f7f7f7;
  border:solid 1px #ccc;
}
.contact .inquiry td{
  border:solid 1px #ccc;	
  padding:10px;
}
.contact input[type="select"]{
  border:solid 1px #ccc;	
  padding:8px 15px;
}
.contact .entry-content .inquiry tr,.entry-content table{
  border:solid 1px #ccc;	
  padding:7px;
}
.contact .haveto{
  font-size:7px;
  padding:5px;
  background:#ff9393;
  color:#fff;
  border-radius:2px;
  margin-right:5px;
  position:relative;
  bottom:1px;
}
.any{
  font-size:7px;
  padding:5px;
  background:#93c9ff;
  color:#fff;
  border-radius:2px;
  margin-right:5px;
  position:relative;
  bottom:1px;
}
/*送信確認*/
.accept {
  width:100%;
  text-align:center;
  display:block;
  margin:30px auto 0;
}
/*送信ボタン*/
#formbtn{
  display: block;
  padding:15px;
  width:350px;
  background:#ffaa56;
  color:#fff;
  font-size:18px;
  font-weight:bold;	 
  border-radius:5px;
  margin:0 auto;
}
#formbtn:hover{
  opacity: 0.8;
}

/*電話ボタン*/
.contact_tel a{
	display:inline-block;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  background: #69c8e9;
  border-radius: 55px;
  color: #FFF;
  align-items: center;
  text-decoration: none;
  text-align: center;
  padding: 7px 30px 7px 30px;
  font-size: 2.2rem;
  font-weight: 600
}
