body{
	margin: 0;
	padding: 0;
}

*{
	font-family: 'Open Sans', Helvetica Neue, Sans-serif;
	color: #252525;
	margin: 0 auto;
	box-sizing: border-box;
	list-style-type: none;
}

.pc { display: block !important; }
.sp { display: none !important; }

img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.wrap{
	max-width: 1140px;
	margin: auto;

}
.txt_center{
	text-align: center;
}

.unnder_yerow{
	background: linear-gradient(transparent 60%, #FFFF00 60%);
}

small{
	font-size: 0.75em;
}

.center {
    width: 1020px;
    margin: auto;
}

.inner {
    width: 1020px;
    margin: 0 auto;
    position: relative;
}

div, p, li, span {
  font-family: "MS Pゴシック",sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

p{
  margin-bottom: 3%;
  line-height: 1.5;
}

/* 見出し */
h2 span.h2_icon{
  display: inline-block;
}

h2 span.h2_icon img{
  width: 40px;
}

h2{
  font-size:30px;
  color: #543b15;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 3%;
  font-weight: bold;
  padding-bottom:20px;
  position: relative;
}

h2:after{
  content: "";
  width: 60px;
  height: 3px;
  background: #3a84df;
  position: absolute;
  left:0;
  right: 0;
  bottom:0;
  margin: 0 auto;
}

h2 .sub {
  font-weight: bold;
  display: block;
  font-size: 20px;
  color: #4a2808;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-family: 'Roboto', sans-serif;
}

h3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border: none;
  background: none;
  margin: 2% 0 3%;
  padding: 10px 20px 10px 0px;
  line-height: 1.3;
  color: #543b15;
  font-size: 23px;
  border-bottom: 2px solid #3a84df;
}


/* ヘッダー */
.header-top h1 {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #3a84df;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    padding: 7px 0;
    text-align: center;
}

.header-top-main {
    width: 1150px;
    margin: auto;
    overflow: hidden;
}

.header-top-main p.logo{
    float: left;
    width: 350px;
    margin-bottom: 0px;
}

.header-top-main ul {
    width: auto;
    float: right;
    display: table;
    table-layout: fixed;
    margin-top: 3%;
}

.header-top-main ul li {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 7px;
}

.header-top-main ul li:last-child {
    margin-right: 0px;
}

.header-top-main ul li img {
    float: right;
}

/* グローバルナビゲーション */
.g-nav {
    width: 100%;
    padding: 10px 0;
    background-color: white;
}

.g-nav ul {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.g-nav ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.g-nav ul li a {
    display: block;
    /* background-color: #e45827; */
    color: #595857;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    /* text-shadow: 0 2px 2px rgba(0,0,0,0.2); */
    text-align: center;
    padding: 10px;
    transition: all 0.2s;
    position: relative;
    overflow: visible;
    /* border-radius: 50px; */
    z-index: 0;
    border-left: 1px solid #3a84df;
}

.g-nav ul li:last-of-type a {
    border-right: 1px solid #3a84df;
}

.g-nav ul li a::before {
    content: " ";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background-color: rgba(228, 88, 39, 0.4);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* transition: all 0.2s; */
    z-index: -1;
    opacity: 0;
}

.g-nav ul li a:hover {
    /* opacity: 0.5; */
    color: #e45827;
    /* transform: scale(1.1); */
}

.g-nav ul li a:hover::before {
    /* width: 200px;
    height: 200px; */
    animation: pointer 0.4s;
}

@keyframes pointer {
0% {
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    width: 50px;
    height: 50px;
    opacity: 0;
}
}

/* メインイメージ */
#main_img_wrap {
    background: url(images/main-back.jpg);
    background-size: cover;
    padding-top: 0px;
    width: 100%;
}

#main_img_wrap .main_img{
	max-width: 1140px;
	text-align: center;
	margin: auto;
}

/* 店舗概要 */
#about {
    background: #ffffff;
    padding: 70px 0 0px 0;
}
#about .text {
    width: 380px;
}
#about .text h3 {
    font-size: 143%;
    color: #073e5a;
    padding-bottom: 10px;
}
#about .text table {
    width: 100%;
    border-collapse: collapse;
    border-top: solid 1px #ddd;
}
#about .text table th {
    width: 100px;
    color: #00afe9;
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
}
#about .text table td {
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
}
.text li small span {
    color: #de005b;
}
#about .map {
    width: 595px;
}
#about .map iframe {
    width: 595px;
    height: 360px;
}
.flex-start {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
	margin-bottom:20px;
}

/* コンタクトフォーム */
#form{
  max-width: 733px;
  margin: 25px auto 0;
}

form {
  display: flex;
  flex-wrap: wrap;
}

form > div {
  padding: 5px;
  flex-wrap: nowrap;
}

.form-title {
    width: 40%;
}

.form-main {
    width: 60%;
    /* padding: 5px; */
}

.form-title span.required {
    background: #ff7e00;
    padding: 4px 8px 3px;
    border-radius: 5px;
    font-size: 0.85em;
    color: #fff;
    line-height: 1em;
    margin-left: 8px;
}

.form-main input[type="text"] {
    width: 100%;
    //max-width: 20em;
    font-size: 16px;
    padding: 5px;
}

.form-main input[type="checkbox"] {
    margin: 0 5px 0 0;
}

.form-main input[type="checkbox"] span {
    display: inline-block;
}

.form-main span {
    display: inline-block;
    margin: 3px;
}

.form-main.anke-to input[type="text"] {
    width: 100%;
    max-width: 100%;
}

.form-main.anke-to p {
    font-size: 0.95em;
    color: #999;
}
.form-main textarea {
    width: 100%;
    min-height: 6em;
    display: block;
}
.contact-botan {
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    justify-content: space-around;
}

.contact-botan input {
    width: 80%;
    /* display: block; */
    max-width: 30%;
    max-width: 250px;
    height: 50px;
    border: none;
    margin: 0;
}
.contact-botan input[type="submit"] {
    background: #f32f53;
    color: #fff;
}
.contact-botan input[type="reset"] {
  box-shadow: 1px 1px 2px 0px #d8d8d8;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus {
  outline-offset: -2px;
}
.contact-botan input[type="reset"] {
    background: #eee;
}

/* お問い合わせフォーム */
.tenpo_box01{
    border: solid 7px #75c4ec;
    padding: 2%;
    margin-bottom: 50px;
    border-radius: 20px;
}
.tenpo_box02{
    border: solid 1px #429928;
    padding: 2%;
    margin-bottom: 50px;
    border-radius: 20px;
}
.tenpo_box02 .text table th{
    color: #429928!important;
}
.tenpo_box02 .text  h3{
    color: #429928!important;
}

/* フッター */
.footer {
    background-color: white;
    border-top: 1px solid  #edfbe6;
}

.footer-main-blcok {
    padding: 40px 0;
}

.footer-main-blcok > ul {
    width: 100%;
    display: table;
}

.footer-main-blcok > ul > li {
    display: table-cell;
    padding: 0 10px;
    vertical-align: top;
}

.footer-main-blcok > ul > li:first-of-type {
    width: 35%;
}

.footer-menu ul {
    width: 100%;
    display: table;
    table-layout: auto;
    overflow: hidden;
    margin: 1em 0;
}

.footer-menu ul li {
    display: table-cell;
    vertical-align: middle;
    /* float: left;
    margin-right: 3px;
    padding-right: 15px; */
    /* border-right: 1px dotted #3a84df; */
}

.footer-menu p.footer-title {
    color: #595857;
    border-bottom: 1px solid #3a84df;
    font-weight: bold;
    padding-bottom: 5px;
}

.footer-menu ul li:last-of-type {
    border-right: none;
}

.footer-menu ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #420e0b;
    font-size: 12px;
    text-align: left;
}

.footer-menu ul li a::before {
    content: " ";
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #3a84df;
    margin-right: 0px;
}

.footer-company {
    padding: 10px;
    background-color: rgba(255,255,255,0.8);
}

.footer-company p {
    margin-bottom: 5px;
    color: #595857;
    font-size: 14px;
}

.footer-company p span {
    font-weight: bold;
    display: inherit;
    border-bottom: 1px dotted #3a84df;
    padding: 5px 0;
    margin-bottom: 10px;
    color: #3a84df;
}

.footer-time-table p.txt{
    font-size: 13px;
    margin-top: 7px;
}

p.copyright {
    background-color: #3a84df;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 1em 0;
}

p.copyright a {
    text-decoration: none;
    color: white;
}

.footer-time-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}

.footer-time-table table th {
    font-size: 14px;
    padding: 10px;
    background-color: #3a84df;
    color: white;
    text-align: center;
    font-weight: normal;
}

.footer-time-table table td {
    font-size: 14px;
    padding: 10px;
    background-color: white;
    color: #595857;
    text-align: center;
    border: 1px solid  #edfbe6;
}

.footer-time-table table td.cross {
    color: #3a84df;
}

.footer-time-table p.time-table-sub {
    color: #3a84df;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    text-align: right;
}

/* ポップアップ */
#popup{
  background-color: #f3f1ebe6;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}

.pc_popup_inner{
  overflow: hidden;
  max-width: 980px;
  margin: auto;
  min-height: 80px;
  padding: 17px 0;
}

#popup .btn{
  width: 50%;
  float: left;
  text-align: center;
}

#popup .btn.tel_btn span{
  color: #ff0749;
  font-size: 28px;
  line-height: 26px;
  font-weight: bold;
}

#popup .btn.tel_btn small{
  font-size: 13px;
  color: #424242;
}

#popup .btn.mail_btn a{
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  margin: auto;
  color: #fff;
  height: 46px;
  width: 240px;
  font-weight: bold;
  text-decoration: none;
  background: #ff0749;
  background: linear-gradient(45deg, #ff0749 0%, #ff675f 100%);
}

.footer-popup {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.footer-popup ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0;
}

.footer-popup ul li {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    background: rgba(255,255,255,0.9);
    border-top: 2px solid #fff;
}

.footer-popup ul li a {
    display: block;
     background-color: #008dd5;
}

.footer-popup ul li a {
    background-color: #008dd5;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 1.5% auto;
    padding: 1%;
    width: 30%;
    border-radius: 999px;
}

.footer-popup ul li a img {
    margin: auto;
    vertical-align: top;
}

/* コピーライト */
.copyright p{
  background-color: #008dd5;
  padding: 17px 0px;
  margin-bottom: 0px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.copyright p span{
  color: #fff;
}

.copyright p a{
	color:#fff;
	text-decoration:none;
}

.text ul li{
	font-size:15px;
	list-style:none;
}

.text ul {
	padding:0;
}

.copyright .copyrdate{
    color: #fff;
}

/* contact_box */
#contact_box{
  padding: 60px;
  //background-color: #02adf3;
  //background-image: images/top-contact-back.jpg);
  //background: url(https://www.iwamoto-shinkyu-seikothu.com/wp-content/themes/originalstyle-1column/img/bg04.png);
  background-color: #02adf3;
  background-size: cover;
  background-position-y: -115px;
}
#contact_box h2, #contact_box h2 span.h2_icon i, #contact_box h2 .sub{
  color: #fff;
}
#contact_box h2:after{
  background: #fff;
}
#contact_box ul{
  text-align: center;
  margin-bottom: 3%;
}

#contact_box ul li{
  display: inline-block;
  width: 480px;
}

#contact_box ul li:first-child{
  margin-right: 17px;
}

/* campaign */
#campaign_box{
  padding: 60px;
  background: #c5eeff;
}

/* setumei_box */
#setumei_box{
  padding: 60px;
  overflow: hidden;
}

#setumei_box .left{
  float: left;
  width: 37%;
}

#setumei_box .right{
  float: right;
  width: 60%;
}

/* onayami_box */
#onayami_box {
  background: #e2f8ff;
  padding: 60px;
}

#onayami_box .inner{
  overflow: hidden;
}

#onayami_box h2 span.h2_onayami{
  color: #446ee2;
}

#onayami_box .left{
  float: left;
  width: 53%;
}

#onayami_box .right{
  float: right;
  width: 43%;
}

#onayami_box ul{
  margin:0px;
}

#onayami_box ul li{
  font-size: 23px;
  padding: 23px 15px 20px 60px;
  border-bottom: dotted 2px #b5adad;
  background-image: url(images/onayami_li_icon.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left 10px center;
  line-height: 1.5em;
}

#onayami_box ul li span{
  font-weight: bold;
  color: #2992b3;
}

/* reason_box */
#reason_box {
  padding: 60px;
}

#reason_box h3 span{
  color: #ff7d20;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

#reason_box .inner{
  overflow: hidden;
  margin-bottom: 3%;
}

#reason_box .inner_last{
  margin-bottom: 0px;
}

#reason_box .left1 {
    float: left;
    width: 25%;
}

#reason_box .right1 {
    float: right;
    width: 72%;
}

#reason_box .left2 {
    float: left;
    width: 72%;
}

#reason_box .right2 {
    float: right;
    width: 25%;
}

/* flow_box */
#flow_box {
  padding: 60px;
  background-color: #e9f2ff;
}

#flow_box .inner{
  overflow: hidden;
  margin-bottom: 3%;
}

#flow_box .left {
    float: left;
    width: 60%;
}

#flow_box .right {
    float: right;
    width: 33%;
}

/* アクセス */
.top-company {
  padding: 60px;
  background-image: url(images/top-company-back.jpg);
  background-size: cover;
}

.top-company-in {
    padding: 15px;
    background-color: rgba(255,255,255,0.8);
    overflow: hidden;
}

.top-company-in ul {
    width: 50%;
    float: right;
}

.top-company-in ul li {
    width: 100%;
    position: relative;
    padding: 10px 0;
    color: #595857;
    padding-left: 27%;
    margin-bottom: 15px;
}

.top-company-in ul li span.out {
    display: block;
    background-color: #3a84df;
    text-align: center;
    width: 25%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.top-company-in ul li span.in {
    display: inline-block;
    color: white;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.top-company-in ul li:last-of-type {
    margin-bottom: 0;
}

.top-company-gmap {
    width: 47%;
    float: left;
}

/* thanks_box */
#thanks_box{
  padding: 60px;
}