/*
Theme Name: ichidoco.com　オリジナル
Author: 株式会社リーディット
Author URI: http://www.leadit.co.jp/
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
  
/* ====================================
基本設定開始
==================================== */
body{
  margin:0;
  padding:0;
  color:#333333;
  font-size:0.9em;
  font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  line-height:1.6em;
  background:#FFF;
}
/* 画像のボーダー解除、位置調整 */
img{
  border:0;
  vertical-align:bottom;
}
img.waku{
  padding:3px;
  border:1px solid #ccc;
}
/* リンク */
a{
  color:#2093D8;
  text-decoration:underline;
}
a:hover,a:active{
  color:#6CC7F2;
  text-decoration:none;
}
a.photo{
  padding-right:25px;
}
.link_alpha a:hover img{
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}


/* テキスト寄せ */
.txtC{text-align:center;}
.txtR{text-align:right;}
.txtL{text-align:left;}

/* フロート */
.floatl{float:left;margin:0;}
.floatr{float:right;margin:0;}
.floatl10{float:left;margin:0 10px 10px 0;}
.floatr10{float:right;margin:0 0 10px 10px;}
.clear{clear:both;}
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  zoom:1;
}
.mb30{
  margin-bottom:30px;
}
/* 詳細はこちらリンク */
.focus{text-align:right;}
.focus a{
  background:url(img/focus.png) no-repeat left center;
  padding-left:20px;
}

/* フォントサイズのパターン */
.font200{font-size:200%;}
.font150{font-size:150%;}
.font140{font-size:140%;}
.font130{font-size:130%;}
.font120{font-size:120%;}
.font110{font-size:110%;}
.font90{font-size:90%;font-weight:normal;}
.font80{font-size:80%;font-weight:normal;}
.font70{font-size:70%;font-weight:normal;}
.font60{font-size:60%;font-weight:normal;}
.font50{font-size:50%;font-weight:normal;}

/* フォント色のパターン */
.fontred1{color:#FF0000;}
.fontred2{color:#FF3300;}
.fontred3{color:#d7000f;}
.fontorange1{color:#FF6600;}
.fontorange2{color:#FF9900;}
.fontyellow1{color:#FFcc00;}
.fontyellow2{color:#FFFF00;}
.fontblue1{color:#3399CC;}
.fontblue2{color:#43AAE7;}
.fontblue3{color:#11739D;}
.fontgreen1{color:#006600;}
.fontgreen2{color:#99CC00;}
.fontbrown1{color:#993300;}
.fontbroun2{color:#CC9966;}
.fontpurple1{color:#6633CC;}
.fontpurple2{color:#9999FF;}
.fontpink1{color:#FF33CC;}
.fontpink2{color:#FF99CC;}
.fontpink3{color:#FF4C4C;}
.fontgray1{color:#666666;}
.fontgray2{color:#999999;}
.fontw{color:#ffffff;}

.underline{text-decoration:underline;}
.line-through{text-decoration:line-through;}

/* 汎用的な幅のパターン */
.width5{width:5%;}
.width7{width:7%;}
.width8{width:8%;}
.width10{width:10%;}
.width12{width:12%;}
.width15{width:15%;}
.width17{width:17%;}
.width18{width:18%;}
.width20{width:20%;}
.width22{width:22%;}
.width25{width:25%;}
.width27{width:27%;}
.width28{width:28%;}
.width30{width:30%;}
.width32{width:32%;}
.width33{width:33%;}
.width34{width:34%;}
.width35{width:35%;}
.width37{width:37%;}
.width38{width:38%;}
.width40{width:40%;}
.width42{width:42%;}
.width45{width:45%;}
.width47{width:47%;}
.width48{width:48%;}
.width50{width:50%;}
.width52{width:52%;}
.width53{width:53%;}
.width55{width:55%;}
.width57{width:57%;}
.width58{width:58%;}
.width60{width:60%;}
.width62{width:62%;}
.width65{width:65%;}
.width67{width:67%;}
.width68{width:68%;}
.width70{width:70%;}
.width72{width:72%;}
.width75{width:75%;}
.width77{width:77%;}
.width78{width:78%;}
.width80{width:80%;}
.width82{width:82%;}
.width85{width:85%;}
.width87{width:87%;}
.width88{width:88%;}
.width90{width:90%;}
.width92{width:92%;}
.width95{width:95%;}
.width97{width:97%;}
.width98{width:98%;}
.width100{width:100%;}
/* ====================================
基本設定終了
==================================== */
/* ====================================
ヘッダ設定開始
==================================== */
.head{
  width: 950px;
  margin: 0 auto;
  padding: 0;
}
.head h1.sumally,.head p.sumally{
  margin: 0;
  padding: 5px 0;
  font-size: 100%;
  color: #666666;
  font-weight: normal;
}
.head p{ margin: 0;
  }
.head .h_left{
  width:600px;
  float:left;
}
.head .h_left p.logo img{
  margin: 10px 0 0;
  float: left;
}
.head .h_left img{
  float: right;
}
.head .h_right{
  margin-top: 5px;
  width: 315px;
  float: right;
}
.head .h_right p{
  margin: 0 0 10px;
}
.head .h_right img{
  float: left;
  vertical-align: top;
}
.head .h_right img.h_moushikomi{
  margin: 0 10px 10px 0;
}
/* ====================================
ヘッダ設定終了
==================================== */
/* ====================================
グローバルナビ設定
==================================== */
#gnavi {
  margin: 15px 0 0;
  background: #F0FBFF;
}
#gnavi ul {
  width: 950px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
#gnavi li {
  display: inline;
  margin: 0;
  padding: 0;
}
#gnavi a {
  display: block;
  width: 135px;
  height: 51px;
  margin: 0;
  padding: 0;
  float: left;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
#gnavi li.g1 a { background-image: url(img/gnavi1.jpg);}
#gnavi li.g2 a { background-image: url(img/gnavi2.jpg);}
#gnavi li.g3 a { background-image: url(img/gnavi3.jpg);}
#gnavi li.g3_2 a { background-image: url(img/gnavi3_2.jpg);}
#gnavi li.g4 a { background-image: url(img/gnavi4.jpg);}
#gnavi li.g5 a { background-image: url(img/gnavi5.jpg);}
#gnavi li.g6 a { background-image: url(img/gnavi6.jpg);}
/* マウスオーバー */
#gnavi li.g1 a:hover, #gnavi li.g1 a:active {background-image: url(img/gnavi1_on.jpg);}
#gnavi li.g2 a:hover, #gnavi li.g2 a:active {background-image: url(img/gnavi2_on.jpg);}
#gnavi li.g3 a:hover, #gnavi li.g3 a:active {background-image: url(img/gnavi3_on.jpg);}
#gnavi li.g3_2 a:hover, #gnavi li.g3_2 a:active {background-image: url(img/gnavi3_2_on.jpg);}
#gnavi li.g4 a:hover, #gnavi li.g4 a:active {background-image: url(img/gnavi4_on.jpg);}
#gnavi li.g5 a:hover, #gnavi li.g5 a:active {background-image: url(img/gnavi5_on.jpg);}
#gnavi li.g6 a:hover, #gnavi li.g6 a:active {background-image: url(img/gnavi6_on.jpg);}
/* 現在位置表示 */
#gnavi li.g1 a.now { background-image: url(img/gnavi1_on.jpg);}
.page-id-10 #gnavi li.g2 a { background-image: url(img/gnavi2_on.jpg);}
.page-id-14 #gnavi li.g3 a { background-image: url(img/gnavi3_on.jpg);}
.page-id-1262 #gnavi li.g3_2 a { background-image: url(img/gnavi3_2_on.jpg);}
.page-id-12 #gnavi li.g4 a { background-image: url(img/gnavi4_on.jpg);}
.page-id-16 #gnavi li.g5 a { background-image: url(img/gnavi5_on.jpg);}
.page-id-628 #gnavi li.g6 a { background-image: url(img/gnavi6_on.jpg);}
/* ====================================
グローバルナビ設定終了
==================================== */
/* ====================================
コンテンツ開始
==================================== */
.s_contwrap {
  background: url(img/sub/h1_back.jpg) repeat-x left top #F0FBFF;
}
.s_contwrap h3 {
  width: 950px;
  margin: 0 auto;
  padding: 25px 0;
}
.s_contwrap .sns_btn {
  width: 210px;
  position: absolute;
  top: -65px;
  right: 0;
}
.s_contwrap .sns_btn p { margin:0;
  }
.s_contwrap .sns_btn img {
  margin-left: 10px;
  float: left;
}
.cont {
  width: 950px;
  margin: 0 auto 20px;
  padding: 0;
}
.cont p {
  margin: 0 0 10px;
}
.s_contwrap .cont{
  width: 890px;
  min-height: 150px;
  margin: 0 auto 20px;
  padding: 20px 30px 10px;
  position: relative;
  background: #FFF;
}
/* パンくず */
.cont p.pan {
  width: 950px;
  margin: 0 0 20px;
  padding: 0 0 0 25px;
  color: #333;
  background: url(img/sub/pan.jpg) no-repeat left center;
}
.s_contwrap .cont h2 {
  margin: 40px 0 20px;
  text-align: center;
  color: #00AEFA;
  font-size: 180%;
}
.s_contwrap .cont h3 {
  margin: 30px 0 10px;
  text-align: center;
  font-size: 160%;
}
.s_contwrap .cont hr {
  margin: 20px 0;
  height: 2px;
  border: none;
  background: #00AFFB;
}
.s_contwrap .cont hr.mt30 {
  margin: 40px 0 0;
}
.cont .w_box {
  margin: 0 30px 0;
  padding: 15px 15px 5px;
  background: #FFF;
  border: 1px solid #C1F1FF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  
  -moz-border-radius: 10px;
  
}
.inquiry_box {
  width: 930px;
  min-height: 146px;
  margin: 0 auto;
  padding: 50px 20px 0 0;
  background: url(img/inquiry_back.jpg) no-repeat left top;
}
.inquiry_box p {
  text-align: right;
  margin: 0 0 10px;
}

/* テーブル */
table{
  margin: 0 0 10px;
  background: #DDDDDD;
  border-collapse: separate;
  border-spacing: 1px;
  table-layout: fixed;
}
th {
  background: #00AFFB;
  padding: 5px 5px 5px 10px;
  
  text-align: left;
  color: #FFF;
}  
td {
  padding: 5px;
  background: #ffffff;
}

/* リスト */
.cont ul,.cont ol {
  margin: 0 0 15px 20px;
  padding: 0;
}
.cont li{
  margin: 5px 0;
  padding: 0;
}
.cont ul.type1 {
  margin: 0 0 0 5px;
  list-style: none;
}
.cont ul.type1 li {
  padding: 0 0 0 15px;
  margin: 0 0 5px;
  background: url(img/list.jpg) no-repeat left 0.5em;
}
.cont ul.type1 li li {
  background: none;
  padding: 0;
}
/* ページの先頭へ戻る */
.pt {
  width: 950px;
  margin: 20px auto 0;
  text-align: right;
}
/* ====================================
コンテンツ終了
==================================== */
/* ====================================
フッター開始
==================================== */
.footwrap {
  margin: 0;
  background: #00AFFB;
}
.foot {
  width: 950px;
  margin: 0 auto;
  padding: 40px 0 20px;
  color:#FFF;
}
.foot p {
  margin: 0;
}
.foot a {
  color: #FFF;
  text-decoration: none;
}
.foot a:hover,.foot a:active {
  color: #DEEFFA;
  text-decoration: underline;
}
.foot .f_logo {
  width: 400px;
  float: left;
}
.foot .f_logo p {
  margin-bottom: 10px;
}
.foot .f_sitemap {
  width: 160px;
  margin: 30px 0 0 20px;
  float: left;
}
.foot .f_sitemap2 {
  width: 160px;
  margin: 30px 0 0 10px;
  float: left;
}
.foot .f_sitemap3 {
  width: 180px;
  margin: 30px 0 0 10px;
  float: left;
}
.foot .f_sitemap ul,.foot .f_sitemap2 ul,.foot .f_sitemap3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.foot .f_sitemap li,.foot .f_sitemap2 li,.foot .f_sitemap3 li {
  margin: 0 0 10px 5px;
  padding: 0 0 0 15px;
  background: url(img/f_list.jpg) no-repeat left center;
}
p.copyright {
  margin: 0;
  color: #3EC2F9;
  text-align: center;
}
/* ====================================
フッター終了
==================================== */
.open-close {
  float: right;
  text-indent: -9999px;
  display: block;
  margin-top: 3px;
  height: 11px;
  width: 20px;
}
.home .contwrap_RG {
  padding: 20px 0 0;
  background: #F0FBFF;
}

/*ロガータイプ追加*/
.logger_title {
  font-size: 30px;
  color: #fff;
  margin: 30px 20px;
  display: inline-block;
}

/*カスタマイズ*/
.newcontainer {
  width: 100%;
  margin: 0 auto;
}
.box {
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  color:#333;
}
.grid {
  margin: 0 auto;
  width: 100%;
}
.grid img.line {
  border: solid 2px #01A6F2;
}
.grid--right {
  text-align: right;
}
.grid--center {
  text-align: center;
}
.grid--justify {
  display: block;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.grid--justify:after {
  display: inline-block;
  width: 100%;
  content: '';
}
.grid--middle .grid__col {
  vertical-align: middle;
}
.grid--top .grid__col {
  vertical-align: top;
}
.grid--bottom .grid__col {
  vertical-align: bottom;
}
.grid__col {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  vertical-align: top;
  word-spacing: normal;
  word-wrap: break-word;
  letter-spacing: normal;
}

@media (min-width: 768px){
  .grid--gutters .grid__col {
    margin-left: 2%;
  }
  .grid--gutters .grid__col:first-child {
    margin-left: 0;
  }
  .grid__col {
    display: inline-block;
    width: auto;
  }
  .grid__col--1 {
    width: 8.33333%;
  }
  .grid__col--2 {
    width: 16.66667%;
  }
  .grid__col--3 {
    width: 24%;
  }
  .grid__col--4 {
    width: 33.33333%;
  }
  .grid__col--5 {
    width: 41.66667%;
  }
  .grid__col--6 {
    width: 50%;
  }
  .grid__col--7 {
    width: 58.33333%;
  }
  .grid__col--8 {
    width: 66.66667%;
  }
  .grid__col--9 {
    width: 75%;
  }
  .grid__col--10 {
    width: 83.33333%;
  }
  .grid__col--11 {
    width: 91.66667%;
  }
  .grid__col--12 {
    width: 100%;
  }
}

.home .contwrap_RG {
  padding: 20px 0 0;
  background: #F0FBFF;
}
/* -------------------------------- 
CSSカスタマイズ
-------------------------------- */
.newcontainer img { 
  height: auto;
  max-width: 90%;
  width: auto;
  margin-bottom: 8px;
}
.c-box {
  border-radius: 6px;
  padding: 20px;
  max-width: 850px;
  width: auto;
  height: auto;
  background: #f6f6f6;
}
.cb-title {
  margin: 0 0 10px 0;
  text-align: left;
  color: #666;
  font-size: 150%;
  font-weight: bold;
}
.cont ul.cl-box {
  list-style-type: disc;
  margin: 10px 20px;
}
.cont ul.cl-box li {
  margin: 0;
  padding: 0;
}
p.fee {
  border: solid 1px #00AFFb;
  padding: 2px 4px;
  margin: 5px 12px;
  width: auto;
}
input#fee_num {
  width: 120px;
  text-align: center;
  border: none;
  border-bottom: solid 1px #888;
  margin: 0 10px;
  padding: 0 5px;
  box-sizing: border-box;
  font-weight: bold;
  color: #dc484a;
}
p.fee2 {
  border: solid 1px #00AFFb;
  padding: 2px 4px;
  margin: 5px 12px;
  width: auto;
}
input#fee_num_logger {
  width: 120px;
  text-align: center;
  border: none;
  border-bottom: solid 1px #888;
  margin: 0 10px;
  padding: 0 5px;
  box-sizing: border-box;
  font-weight: bold;
  color: #dc484a;
}
p.fee3 {
  border: solid 1px #00AFFb;
  padding: 2px 4px;
  margin: 5px 12px;
  width: auto;
}
input#fee_num_minilogger {
  width: 120px;
  text-align: center;
  border: none;
  border-bottom: solid 1px #888;
  margin: 0 10px;
  padding: 0 5px;
  box-sizing: border-box;
  font-weight: bold;
  color: #dc484a;
}
/* Contact Form 7のラジオボタンを縦並びに */
.radio-plan .wpcf7-list-item {
  width: 45%;
  display: inline-block;
}
.radio-plan-logger .wpcf7-list-item {
  width: 45%;
  display: inline-block;
}
.tab_wrap {
  width: auto;
  margin: 20px auto;
}
#tab1, #tab2 {
  display: none;
}
.tab_area {
  font-size: 0;
  margin: 0 0;
}
.tab_area label {
  width: 150px;
  margin: 0 0;
  display: inline-block;
  padding: 12px 0;
  color: #51A2F8;
  background: #fff;
  text-align: center;
  border: 1px solid #51A2F8;
  border-bottom: none;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  transition: ease 0.2s opacity;
}
.tab_area label:hover {
  opacity: 0.5;
}
.panel_area {
  background: #fff;
}
.tab_panel {
  width: auto;
  padding: 0 0;
  display: none;
}
#tab1:checked ~ .tab_area .tab1_label {
  background: #51A2F8;
  color: #fff;
  font-weight: bold;
}
#tab1:checked ~ .panel_area #panel1 {
  display: block;
}
#tab2:checked ~ .tab_area .tab2_label {
  background: #51A2F8;
  color: #fff;
  font-weight: bold;
}
#tab2:checked ~ .panel_area #panel2 {
  display: block;
}
table.s_inquiry {
  width: 800px;
  margin: 0 auto;
}
table.s_inquiry p {
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
p.center {
  text-align: center;
}
.s_contwrap h2.gpstitle, article.s_cont h2.gpstitle {
  margin: 10px 0 20px 0;
  text-align: center;
  color: #51A2F8;
  font-size: 180%;
}
.s_contwrap h2.gps-obi, article.s_cont h2.gps-obi {
  margin: 0 0;
  text-align: center;
  color: #fff;
  background: #51A2F8;
  font-size: 120%;
  padding: 10px 0;
  width: auto;
}
@media screen and (max-width: 480px) {
  .c-box {
    border-radius: 6px;
    padding: 20px;
    width: auto;
    height: auto;
    background: #f6f6f6;
  }
  .s_contwrap .cont {
    width: auto;
    min-height: 150px;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
    position: relative;
    background: #FFF;
  }
  .radio-plan .wpcf7-list-item {
    width: auto;
    display: block;
  }
  .radio-plan-logger .wpcf7-list-item {
    width: auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-box {
    border-radius: 6px;
    padding: 20px;
    width: auto;
    height: auto;
    background: #f6f6f6;
  }
  .s_contwrap .cont {
    width: auto;
    min-height: 150px;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
    position: relative;
    background: #FFF;
  }
  .radio-plan .wpcf7-list-item {
    width: auto;
    display: block;
  }
  .radio-plan-logger .wpcf7-list-item {
    width: auto;
    display: block;
  }
}
/* -------------------------------- 
Contact Form 7カスタマイズ
-------------------------------- */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  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="button"]::-webkit-search-decoration {
display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
outline-offset: -2px;
}
.small-cap {
  font-size: 12px;
  color: #333;
}
/* テーブル */
.panel_area table {
  background: #fff;
}
table.inquiry {
  width: 100%;
  background: #fff !important;
  margin: 0;
}
table.inquiry th.midashi {
  font-size: 16px;
  background: #628FDE;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  letter-spacing: 0.1em;
}
table.inquiry th.pdth {
  padding: 5px 10px;
}
table.inquiry th {
  font-size: 14px;
  text-align: left;
  color: #555;
  padding: 5px 0;
  background: #fff;
  border: solid 1px #fff;
  width: 30%;
}
table.inquiry th.blue {
  background: #eef3fa;
}
table.inquiry td {
  border: solid 1px #fff;
  padding: 5px 10px;
  text-align: left;
  width: 70%;
}
table.inquiry td.pdzero {
  border: solid 1px #fff;
  padding: 5px 10px;
  text-align: center;
}
table.inquiry td p {
  text-align: left;
}
table.inquiry td.pdzero p {
  text-align: center;
}
/* 必須・任意 */
.haveto {
  font-size: 7pt;
  padding: 5px;
  background: #e86658;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  margin-left: 10px;
}
.any {
  font-size: 7pt;
  padding: 5px;
  background: #aaa;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  margin-left: 10px;
}
/* ラジオボタンを縦並び指定 */
.verticallist .wpcf7-list-item {
  display: block;
}
/* 送信ボタンのデザイン変更 */
/* スマホContact Form 7カスタマイズ */
@media screen and (max-width: 480px) {
  .radio-plan-logger .wpcf7-list-item {
    display: block;
  }
  table.inquiry th.pdth {
    padding: 5px 0 5px 10px;
    background: #d5d5d5;
  }
  table.inquiry th.pdth {
    display: block;
    width: 98%!important;
    border-top: none!important;
  }
  table.inquiry td {
    padding: 5px 0;
  }
  table.inquiry td.pdzero {
    border: solid 1px #fff;
    padding: 5px 0;
    text-align: center;
  }
  table.inquiry th, table.inquiry td {
    display: block;
    width: 100%!important;
    border-top: none!important;
  }
  table.inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7!important;
  }
  table.inquiry {
    width: 100%;
    background: #fff;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .radio-plan-logger .wpcf7-list-item {
    display: block;
  }
  table.inquiry th.pdth {
    padding: 5px 0 5px 10px;
    background: #d5d5d5;
  }
  table.inquiry th.pdth {
    display: block;
    width: 98%!important;
    border-top: none!important;
  }
  table.inquiry td {
    padding: 5px 0;
  }
  table.inquiry td.pdzero {
    border: solid 1px #fff;
    padding: 5px 0;
    text-align: center;
  }
  table.inquiry th, table.inquiry td {
    display: block;
    width: 100%!important;
    border-top: none!important;
  }
  table.inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7!important;
  }
  table.inquiry {
    width: 100%;
    background: #fff;
    margin: 0;
  }
}
/*フォームスタイル */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"],
.wpcf7 input[type="date"], .wpcf7 input[type="datetime"], .wpcf7 input[type="number"], .wpcf7 textarea {
  padding: 8px 8px;
  margin: 5px 0 5px 0;
  font-weight: normal;
  color: #555;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  transition: border-color 0.25s, color 0.25s;
}
.wpcf7 select {
  padding: 8px 32px 8px 8px;
  margin: 5px 0 5px 0;
  font-weight: normal;
  color: #555;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  transition: border-color 0.25s, color 0.25s;
  background: url(http://sodai53.main.jp/wp/wp-content/uploads/down.png) no-repeat right center;
}
.wpcf7 select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
/*フォームフォーカス */
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus,
input[type="datetime"]:focus, input[type="number"]:focus, textarea:focus {
  border: 2px solid #9ec3f2;
}
/* フォーム幅 */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
  width: 96%;
}
.wpcf7 textarea {
  height: 70px;
}
.wpcf7 select {
  width: 100%;
  max-width: 96%;
}
#fee_num_logger {
  width: 20%;
  margin: 0 5px;
}
#fee_num_minilogger {
  width: 20%;
  margin: 0 5px;
}
/* フォーム幅（小） */
.wpcf7 input[type="date"], .wpcf7 input[type="datetime"], .wpcf7 input[type="number"] {
  width: 30%;
}
/*フォームフォーカス */
.wpcf7-list-item-label {
  display: inline-block;
}
.wpcf7 input[type="text"] .wpcf7-free-text {
  width: 20%;
}
.wpcf7 input.wpcf7-free-text {
  width: 40%;
}
@media screen and (max-width: 480px) {
  .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"],
  .wpcf7 input[type="datetime"], .wpcf7 input[type="number"], .wpcf7 textarea {
    margin: 5px 0 5px 0;
  }
  .wpcf7 select {
    margin: 5px 0 5px 0;
  }
  /* フォーム幅 */
  .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    width: 95%;
  }
  .wpcf7 select {
    width: 100%;
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"],
  .wpcf7 input[type="date"], .wpcf7 input[type="datetime"], .wpcf7 input[type="number"], .wpcf7 textarea {
    margin: 5px 0 5px 0;
  }
  .wpcf7 select {
    margin: 5px 0 5px 0;
  }
  /* フォーム幅 */
  .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    width: 95%;
  }
  .wpcf7 select {
    width: 100%;
    max-width: 95%;
  }
}
/*BUTTON SUBMIT*/ 
.wpcf7 input[type="submit"] {
  color: #FFFFFF;
  display: inline-block;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.5px;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease 0s;
  border: none;
  background: #51A2F8;
  vertical-align: middle;
  width: 95%;
}
/*IOS reset*/
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"],
.wpcf7 input[type="datetime"], .wpcf7 input[type="number"], .wpcf7 textarea {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"],
.wpcf7 input[type="datetime"], .wpcf7 input[type="number"], .wpcf7 textarea {
  -webkit-appearance: none;
}
/*BUTTON SUBMIT*/ 
form.sent table.inquiry {
  display: none;
}
form.sent .tab_wrap {
  display: none;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #2ac58b;
  text-align: center;
  color: #2ac58b;
  font-weight: bold;
  font-size: 140%;
  background: #fff;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 1em 1em;
}
/*BUTTON SUBMIT*/ 
.hg-left8 {
  margin-left: 8px;
}
.hg-right8 {
  margin-right: 8px;
}
.hg-8 {
  margin: 0 8px;
}
/* BUTTON SIZE1BBC9B;*/
.btn {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  display: inline-block;
  min-width: 120px;
  padding: 10px 25px;
  margin-bottom: 1em;
  border: none;
  border-radius: 3px;
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.25s, background-color 0.25s, color 0.25s;
  background: #3498DB;
  color: #fff;
  border: 2px solid #3498DB;
}
/* BUTTON SIZE*/
.btn.btn-sm {
  padding: 5px 15px;
  min-width: 30px;
  font-size: 1em;
  line-height: 1.3em;
}
.btn.btn-optn {
  border: 2px solid #f865a6;
  background: #f865a6;
  color: #fff;
}
.btn.btn-optn:hover {
  background-color: #fa80b6;
  color: #fff;
}
.btn.btn-optn-ov {
  border: 2px solid #f865a6;
  background: #fff;
  color: #f865a6;
}
.btn.btn-optn-ov:hover {
  background-color: #f865a6;
  color: #fff;
}
.btn.btn-optn {
  border: 2px solid #f865a6;
  background: #f865a6;
  color: #fff;
}
.btn.btn-optn:hover {
  background-color: #fa80b6;
  color: #fff;
}
.btn.btn-optn-ov {
  border: 2px solid #f865a6;
  background: #fff;
  color: #f865a6;
}
.btn.btn-optn-ov:hover {
  background-color: #f865a6;
  color: #fff;
}
/* BUTTON COLOR */
.btn.btn-success {
  border: 2px solid #1BBC9B;
  background: #1BBC9B;
  color: #fff;
}
.btn.btn-success:hover {
  background-color: #06a786;
  color: #fff;
}
.btn.btn-success:active {
  background-color: #009271;
  color: #fff;
  top: 1px;
  position: relative;
}
.btn.btn-success-ov {
  border: 2px solid #1BBC9B;
  background: #fff;
  color: #1BBC9B;
}
.btn.btn-success-ov:hover {
  background-color: #1BBC9B;
  color: #fff;
}
.btn.btn-success-ov:active {
  background-color: #1BBC9B;
  color: #fff;
  top: 1px;
  position: relative;
}
.rental-c {
  color: #f865a6;
  font-size: 1em;
  font-weight: bold;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
  .btn.btn-sm {
    padding: 5px 15px;
    min-width: 30px;
    font-size:0.8em;
    line-height: 1.3em;
  }
  .rental-c {
    color: #f865a6;
    font-size: 1em;
    font-weight: bold;display:block;
    padding-bottom: 6px;
    width: 100%;
  }
  .s_contwrap h2.gpstitle, article.s_cont h2.gpstitle {
    margin: 10px 0 20px 0;
    text-align: center;
    color: #51A2F8;
    font-size: 130%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* 20201127 SNSボタン改修 */
.slider_area {
  position: relative;
}
.slider_area .v_btn {
  position: absolute;
  right: 10%;
  top: -10%;
}