/************************
	サイトカラー：黄色　#ffcf10;

*************************/

/*:::::::::::::::基本::::::::::::::::::::*/
h1,h2,h3,h4,h5,h6 {font-weight: 600;}
html {font-size: 62.5%;}
body {font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, Arial, sans-serif;font-size: 10px; font-size: 1.0rem;}/* =14px */
html, body { height: 100%; height: 100vh;background-color: #ffcf01;}
* {font-size: 16px; font-size: 1.6rem;}
h1 { font-size: 28px; font-size: 2.8rem; margin: 0 auto 20px;} /* =28px */
h2 {font-size: 25px; font-size: 2.5rem; margin: 32px auto 20px;} /* =25px */
h3 { font-size: 21px; font-size: 2.1rem; margin: 32px auto 20px;} /* =21px */
h4 { font-size: 18px; font-size: 1.8rem; margin-top: 80px; line-height: 1.5;} /* =18px */
h5 { font-size: 16px; font-size: 1.6rem;} /* =16px */
h6 { font-size: 14px; font-size: 1.4rem;} /* =14px */

p { font-size: 16px; font-size: 1.6rem; margin-bottom: 1rem; line-height: 1.5;} /* =14px */
label {font-size: 16px; font-size: 1.6rem;  line-height: 2.5; margin-top: 1rem; margin-bottom: 0;}
li, td {font-size: 14px; font-size: 1.4rem;}
th {font-size: 16px; font-size: 1.6rem;}
ul, ol { margin: 0 0 1.5em 0em;}
a {color: #5b5b5b; text-decoration: underline;}
a img {text-decoration: none;}
a:visited {color: #5b5b5b;}
a:hover {color: #000; text-decoration: none;}
a:hover img {opacity: 0.6; text-decoration: none;}
a.logbtn {text-decoration: none;}
p a {color: #5b5b5b;}
.centering {text-align: center;}
.smallFnt, .smallFnt p {font-size: 1.2rem;}
.posttxt {font-size: 1.6rem; font-weight: bold;}

.site { width: 100%;margin: 0 auto;padding: 0; overflow-x: hidden;}

.site-content {max-width: 980px; width: 100%; padding: 40px 20px; margin: 0 auto;}
.mt100 {margin-top: 10rem;}
.mt80 {margin-top: 8rem;}
.mt60 {margin-top: 6rem;}
.mt40 {margin-top: 4rem;}
.mt20 {margin-top: 2rem;}
.mt10 {margin-top: 1rem;}

.pd0 {padding: 0;}

img {max-width: 100%; height: auto;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
} 
 .txtRight{text-align: right;}
 .txtLeft{text-align: left;}
 .txtCnt{text-align: center;}
 
 .cRed {color: #f20000;}

.clearfix::after {
	content: "";
    clear: both;
    display: block;
}

/********************
	header
*******************/
.site-header {background-color: #ffcf10;}
.header-logo{max-width:980px; width: 100%; height: 121px;  margin: 0 auto;}
p.site-description {position: relative; text-align: right;font-size: 12px;margin-top: 20px;}
h1.site-title {position: relative; margin-top:20px;}
p.site-description2 {position: relative;left: 0px; top:34px; text-align: right;}
ul.member_link {margin: 8px 0; padding: 0;}
ul.member_link li { list-style: none; float: right; height: 22px; padding-right: 0px;}
.member_link {text-align: right;}

/****ナビゲーションメニュー*****/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {clear: both;display: block; width: 100%;}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.headermenu {width: 100%; background-color: #000;height: 51px;}
.nav {max-width: 980px; width: 100%; margin: 0 auto;}
ul.nav-menu {position: relative;max-width:980px;width: 100%; margin: 0 auto; padding: 0;z-index: 9999;}
ul.nav-menu li {display:inline-block; text-align:center;color: #fff; height: 45px; line-height: 45px; z-index: 9999;} /*width: 14.28%;*/
	.letter3 {width: 10rem;}
	.letter4 {width: 11rem;}
	.letter5 {width: 12rem;}
	.letter6 {width: 13rem;}
	.letter7 {width: 14rem;}
	.letter10 {width: 17rem;}
ul.nav-menu li a {color: #fff ;z-index: 9999; font-weight: 500;display: block; width: 100%;height: 45px; white-space: nowrap; text-decoration: none;}
ul.nav-menu li a:hover {color: #000;background-color: #ffcf10;display: block; width: 100%;}
ul.nav-menu li.current-menu-item, ul.nav-menu li.current-menu-item a {color: #000;background-color: #ffcf10;}
.fixed {
    position: fixed;
	width: 100%; margin: 0 auto; background-color: #ffcf10;
    z-index: 10000;
}

/*ドロワーメニュー*/
/*メニュー部分*/
#ham-menu {
    background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 10px 40px; /*メニュー内部上下左右余白*/
    position: fixed;
    right: -400px; /*メニュー横幅①と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 400px; /*メニュー横幅①*/
    z-index: 1000;
}

#ham-menu ul {padding: 0;}
#ham-menu ul li {list-style: none; padding: 10px 0;}

/*メニューアイコン部分は疑似要素で*/
#ham-menu::before {
    background-color: #000; /*ボタン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #333; /*アイコン（フォント）色*/
    content: "≡"; /*メニューアイコン*/
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px;
    line-height: 50px; /*縦位置中央化*/
    position: absolute;
    right: 100%;
    text-align: center;
    top: 0;
    width: 50px;
    color: #fff;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{color: #fff; background-color: #fff;}

/*透過背景部分*/
#menu-background {
    background-color: #000; /*黒背景部分背景色*/
    color: #fff;
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 100%;
    z-index: -1;
}

/*hover 時の処理*/
#ham-menu:hover {
    transform: translate(-300px);/*メニュー横幅①と合わせる*/
    content: "";
    }

#ham-menu:hover + #menu-background {
    opacity: 0.5; /*黒背景部分透過度*/
    z-index: 999;
}
	.drawer-hamburger {
    position: fixed;
    z-index: 4;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 3rem;
    padding: 0;
    padding: 18px 1.5rem 30px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent;
}
.drawer--right .drawer-nav {
    right: -300px;
    -webkit-transition: right .6s cubic-bezier(.19,1,.22,1);
    transition: right .6s cubic-bezier(.19,1,.22,1);
    height: 100vh;
    overflow-y: scroll;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 300px;
    background-color: #000;
}
.drawer-hamburger {background-color: #000; color: #fff;}
.drawer-hamburger:hover {color: #000;}
.drawer-nav {
    position: fixed;
    z-index: 99999;
    height: 100vh;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 300px;
    color: #fff;
    background-color: #000;
    padding: 20px 10px 60px; /*メニュー内部上下左右余白*/
    margin-bottom: 40px;
}
.drawer-nav a {color: #fff; text-decoration: none;}
.drawer-nav a:hover {color: #ffcf01;}
ul.drawer-menu {padding: 0; z-index: 10000; overflow-y: scroll;}
ul.drawer-menu li {list-style: none; padding: 10px 0; border-bottom: 1px dashed #fff;text-align: center;}
nav.drawer-nav {overflow-y: scroll; height: 90vh;}

/*******************
	subpages nav
******************/
nav .container-fluid {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #fff;
}
.navbar-default {
	background-color: #000;
	border: none;
	margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a:hover{
	background-color: #ffcf01;
}
.navbar-default .navbar-brand, h2.navbar-brand {
	margin: 0;
	padding-top: 15px;
	color: #fff;
}
/********************
	Top Page
********************/
.campaign {border: 1px solid #004486; padding: 12px; height: 320px; margin-bottom: 24px;}
.topinfo {height: 320px; text-align: right; margin-bottom: 24px;}
.top__site {overflow-x: hidden;}
.top-header {max-width: 760px;width: 100%;text-align: center;margin: 0 auto; padding: 20px 0;}

h1.top-title {max-width: 760px;width: 100%;text-align: center;}
h1.top-title a img {max-width: 760px;width: 90%;}
.top-description {text-align: center;max-width: 760px;width: 100%;}
.top__member_link {max-width: 760px;width: 100%; margin: 40px auto;}
ul.top__member_link {padding: 0;}
.top__member_link li {list-style: none; text-align: center; padding: 0;margin: 0px auto 16px;}
.top__member_link li a img {width: 90%;}
.top__contents {max-width: 980px; width: 100%; margin: 0px auto 40px;background-color: #ffcf01;}
.top__main {text-align: center;background-color: #ffcf01;}
.top__button a img {margin: 8px auto;}
.top__button {text-align: center;margin: 40px auto;}
.top__button2 a img {margin: 8px auto;}
.top__footer {background-color: #ffcf01;}
.top__footer p{padding: 20px;text-align: center;}

/********************
ページ
********************/
.site-content {background-color: #fff;}

/********************
	フォーム
********************/
.loginbox {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #f2f2f2;
	padding: 1rem;
	
}
.loginbox2 {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #f2f2f2;
	padding: 1rem;
	
}

.wrapper {width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.req {
    color: #fff;
    font-size: 1rem;
    padding: 0.3rem;
    background-color: #f39c12;
}

input[type="text"] {width: 100%;height: 31px;}
input#magazine, input# {width: 10%:}
.button_wrapper {text-align: center;}
input.logintxt {width: 100%;}
h1.title1 {margin: 40px auto 60px;}
p.read1 {padding-left: 16px; margin-bottom: 60px; text-align: center;}
hr {
    border-top: 1px solid #d2d2d2;
}
.form__service {background-color: #fff; padding: 20px 20px;border-radius: 10px;}
.form-group--register {clear: both;display: block; margin: 0.5rem auto; border-bottom: 1px dashed #484848;}
.form-group--register label {line-height: 1.5; min-height: 1.8rem; margin-bottom: 10px;}
.form-group--confirm {line-height: 2rem; height: 32px;display: block; margin: 10px auto; border-bottom: 1px dashed #484848;}
input.form-control {margin-bottom: 10px;}
.tooltip {display: block;opacity: 1; float: right;text-align: left;}
.indent54 {text-indent: 28px;}
.indent16 {text-indent: 16px;}
p.note1 {margin: 8px; font-size: 1.2rem; line-height: 1.2;min-height: 1.6rem; height: auto; color: #888;padding-left: 1.3rem;  text-indent: -1.3rem;}
.kiyaku__area h3 { background-color: #dfdfdf; border-bottom: 1px solid #323232;
    font-size: 1.4rem;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
}
.kiyaku__area textarea {
    width: 100%;height: 88px;font-size: 1rem;
}
label.radiolabel {margin: auto 10px;}

.colred {background-color: #ffc2c2; padding: 1rem; margin: 1rem auto; border-radius: 3px;}


/*
    ログインフォーム
 */
.loginspace {padding: 0 15px 15px;width: 100%; margin: auto auto; border: 1px solid #d9d9d9; border-radius: 3px; }
/*
	フォームSTEP1
**/
h1.stepbar img{width: 70%; height: auto;}
h1.mente_midashi {
    border-bottom: 1px dashed #ffcf10;
}
p.pagedes {font-size: 1.6rem;
    margin: 1.6rem;}
.form-group2 {padding: 10px; margin: 40px auto;}
.form-group3 {padding: 0 10px; margin: 10px auto;}
.form-group4 {max-width: 960px; width: 100%; padding: 0 1rem; margin: 1rem auto;}
.form-menu {white-space: nowrap;}
.comment__area {max-width: 742px; width: 100%; margin: 40px auto; padding:20px; border: 1px solid #c4c4c4; }
.entry__form {max-width: 742px; width: 100%; margin: 40px auto; padding:20px; border-radius: 10px; }
h2.step__midashi {max-width: 980px; width: 100%;background: url(//kuruma-kinokawa.jp/img/group_h1bg.png) left top no-repeat; margin-top: 40px; background-color: #251a1c; border-radius: 10px;margin-bottom: 10px; min-height: 60px; height: auto;
    padding-left: 74px;font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
    line-height: 60px;
} /* =25px */
label.label1 {line-height: 34px; white-space: nowrap;}

p.f_size12 {font-size: 1.2rem; text-align: left;}

h3.menu__midashi {background: url(//kuruma-kinokawa.jp/img/kogu_icon.png) center left no-repeat; height: 35px; line-height: 35px; padding-left: 40px; border-bottom: 1px solid #fbf0b2;}
form select {height: 24px; font-size: 1.6rem; }
.step {color: #007ab7;}
p.stepbar {margin: 40px auto 60px;}
#secondBox1, #secondBox2, #secondBox3 {display: none;}
/* ContactForm7 */
span .wpcf7-list-item {
display : block ;
}
.txt__indnt {
  padding-left: 2rem;
  text-indent: -1.0rem;
}
.fa-circle-o {color: #ffcf10;}

table.plan th, table.plan td {font-size: 16px; font-size: 1.6rem; padding: 8px;}
table.plan tr {border-bottom: 1px dashed #4c4c4c;}
table.plan {border-top: 1px dashed #4c4c4c;}

table.plan th {width: 33%; vertical-align: top;}
.note {background-color: #ffcf10; color: #000; padding:1px 6px 0;font-size: 13px; font-size: 1.3rem;line-height: 16px; min-height:16px; height: auto;}
.note2 {font-size: 13px; font-size: 1.3rem; }


table.plan2 th, table.plan2 td {font-size: 16px; font-size: 1.6rem; padding: 8px;}
table.plan2 {border-bottom: 1px dashed #4c4c4c;border-top: 1px dashed #4c4c4c;}

.form-number {width: 150px;}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: .6em 1em .4em;
		margin: 20px auto;
		width: auto;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {background-color: #ffcf10;color: #000;}

.comment__space {font-size: 1.3rem;}
input[type=checkbox], input[type=radio] {font-size: 16px; font-size: 1.6rem;}
.checkbox, .radio {font-size: 16px; font-size: 1.6rem;margin-left: 20px;
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
}
.checkbox0 {font-size: 16px; font-size: 1.6rem;margin-left: 0px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.checkbox-inline input[type=checkbox]#kupit_member, input[type=checkbox]#wide_hosho, input[type=checkbox]#normal_hosho, input[type=checkbox]#premen, input[type=checkbox]#premen_on
{
	position: relative;
	margin: 0;
	line-height: 2.5;
}
p.control-label {padding: 0; font-weight: bold;margin: 0;}
.indent24 {text-indent: 24px; line-height: 2;}
.indent18 {text-indent: 18px; line-height: 2;}

.service_name {margin-right: 1rem;}

/*********************:
	my page
**********************/
.tab-content {padding: 20px 0;}

/***********************
	バリデーション
***********************/
/* NGなら赤くする */
form input:focus:invalid {
  border : tomato 2px solid;
}
/* 操作中、入力値が正しい場合は、不正エラーを消す */
form input:focus:valid + .error .invalid {
  display : none;
}
/* OKなら、その他のテキストボックス以外を緑にする */
form input:valid:not(:last-child) {
  border : seagreen 2px solid;
}
/***********************
	Calender
***********************/
table.cals { max-width: 980px; width: 100%;
  margin: 15px auto;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
table.cals th {
  background: #eee;
}
table.cals th, table.cals td {padding: 7px;text-align: center;}
table.cals td { border: 1px solid #c4c4c4;}

.youbi_0 {
  color: red;
}
.youbi_6 {
  color: blue;
}
.today {
  font-weight: bold;
}
.gray {
  color: #dedede;
}

.day-calendar th, .day-calendar td {
    font-size: 1.6rem;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    width: 50%;
}
.monthly-calendar caption {
    font-size: 1.6rem;
    text-align: center;
}

.monthly-calendar th {
    font-size: 1.6rem;
    font-weight: bold;
}

.content-form legend {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 5px;
}
.content-form tbody {font-size: 1.6rem;}
.content-form th, .content-form td {
    font-size: 1.6rem;
}

.content-form label.field-item {
   display: block; font-weight: 500;
}
.content-form input, .content-form textarea {
    padding: 3px;
    margin-bottom: 3px;
    font-size: 1.6rem;
}

table.calender {width: 50%;}
/*タブ*/

.tab-content {margin-bottom: 24px;}
.tab-content input[type="radio"] {
  display: none;
}

.tab-content label {
  display: block;
  width: 300px;
  margin-left: 16px;margin-bottom: 16px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #838383;
  border-radius: 5px;
  box-sizing: border-box;
}
.tab-content input#tab1 label {color: #ffcf01; background-color: #e1fae1;}
.tab-content label #tab2 {color: #edad0b; background-color: #fcf1d3;}
.tab-content input#tab3 label {color: #d90000; background-color: #f6d4db;}

.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
  color: #FFF;
  background-color: #ffcf10;
}
.tab-content input#tab1 label:hover,
.tab-content input#tab1[type="radio"]:checked + label {
  color: #FFF;
  background-color: #ffcf10;
}
.tab-content input#tab2 label:hover,
.tab-content input#tab2[type="radio"]:checked + label {
  color: #FFF;
  background-color: #edad0b;
}
.tab-content input#tab3 label:hover,
.tab-content input#tab3[type="radio"]:checked + label {
  color: #FFF;
  background-color: #d90000;
}
.tab-content .tab-box {
	clear: both;
  width: 100%;
  height: auto;
  padding: 0px;
}

.tab-content > .tab-box > div {
  display: block;
}

#tab1:checked ~ .tab-box > #tabView1 { padding:16px;
  display: block; border: 2px solid #ffcf10;
  border-radius: 5px 0px 5px 5px;
  box-sizing: border-box;

}

#tab2:checked ~ .tab-box > #tabView2 { padding:16px;
  display: block; border: 2px solid #edad0b;
  border-radius: 5px 0px 5px 5px;
  box-sizing: border-box;
}

#tab3:checked ~ .tab-box > #tabView3 { padding:16px;display: block; border: 2px solid #d90000;
  border-radius: 5px 0px 5px 5px;
  box-sizing: border-box;
}



/*STEP4の登録*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label.button__label {
border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: .6em 1em .4em;
    margin: 40px auto;}

/*ボタンホバー時*/
.hidden_box label.button__label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input.label1__input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input.label1__input:checked + .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*
:valid {
    color: green;
}
:invalid {
    color: red;
}
/************************
	Page
*************************/
.telno {font-size: 18px; font-size: 1.8rem; }

table.contact {width: 80%; margin: 32px auto;}
table.contact th {background-color: #fff7aa;}
table.contact tr {border-bottom: 1px dashed #4c4c4c;}
table.contact td, table.contact th {font-size: 14px; font-size: 1.4rem; padding: 10px;}

h3.midashi3 {background: url(../image/midashi3_mark.png) left center no-repeat; min-height: 45px; line-height: 45px; height: auto; padding-left: 60px; margin: 60px auto 40px;}
h4.midashi4{line-height: 1.5; color: #191414;margin: 40px auto 20px;}
h3.midashi3a {background: url(../image/midashi3_mark.png) left center no-repeat; min-height: 45px; line-height: 1.5; height: auto; padding-left: 60px; padding-top: 15px; margin: 20px auto 9px;}
h3.midashi3b {max-width: 600px; min-height: 45px; line-height: 1.5; height: auto; padding-left: 60px; padding-top: 15px; margin: 20px auto 9px;}
h3.midashi3c {max-width: 600px; min-height: 45px; line-height: 1.5; height: auto; margin: 5px auto 9px;}
/************************
	レンタカーページPage
*************************/
h3.rentcarclass {height: 2rem; line-height: 1;  margin-bottom: 2rem; background: url(../image/car_mark_y.png) left center no-repeat; background-size: contain; padding-left: 30px; font-size: 1.6rem; background-color: #f2f2f2;}

.rental__step1 {width: 100%; margin: 20px auto; background-color:#ffcf10; padding:5px 20px; }

#ui-datepicker-div {width: 300px; z-index: 10000;}
	.ui-timepicker-div dl dd {margin: 0 10px 10px 15%;}
	.ui-datepicker .ui-datepicker-header {z-index: 99999;}

input[type=radio].redio1 { margin-top: 4px; margin-left: 4px; width: 20px;}
input[type=checkbox].rentchek {margin-top: 4px; margin-left: 4px; width: 20px;line-height: 1;}
 
table.renttb {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	
}
table.renttb td {padding: 1rem; border-bottom: 1px solid #3f3f3f; vertical-align: top;}
table.renttb2 th, table.renttb2 td {padding: 1rem; border: 1px solid #3f3f3f; vertical-align: middle;}

    .sunday .ui-state-default {
      color: red;
    }

    .saturday .ui-state-default {
      color: blue;
    }

    .holiday .ui-state-default {
      color: red;
    }

/*******************
	Gototop
*****************/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
 
#page-top a {
    display: block;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}
 
#page-top a:hover {
    background: #999;
    text-decoration: none;
}


/**************************
	Footer
**************************/
footer.top__footer {padding: 20px 10px 10px; margin: 40px auto 0; text-align: center;}
.top__footer a:hover {color: #303030;}
.site-footer {background-color: #c4c4c4; padding: 20px 0;}
.footer__contents1 {max-width: 940px; width: 100%; margin: 0 auto; font-size: 14px;font-size: 1.4rem;}
.footer__contents1 a {font-size: 1.3rem; line-height: 1.5;}
.top__footer a:hover {color: #303030;}
.footer__contents {background-color: #ffcf10; width: 100%; margin: 0px auto; padding: 20px;}
.footer__contents2 {max-width: 940px; width: 100%; margin: 0 auto; font-size: 14px;font-size: 1.4rem; text-align: center;}
.footer__contents2 p {font-size: 1.3rem; line-height: 1.5; margin-top: 10px; margin-bottom: 0; white-space: nowrap;}
.footer__contents2 img {width: 80%;}
.footer__contents3 {background-color: #fbf0b2; width: 100%; margin: 40px auto 0px; padding: 20px; text-align: center;}
.footer__contents3 p {text-align: center; margin-bottom: 0;}
.top__footer p.comments__ {font-size: 13px;font-size: 1.3rem; line-height: 1.8; text-align: left;}
h4.menu__1 { height: 18px; font-size: 1.3rem; line-height: 1.5;margin-top: 0;}
.site-info {text-align: center;margin-bottom: 100px;}

p.gototop {position: fixed;bottom: 100px; right: 0; z-index: 10000;}
/*スマホ固定メニュー*/
#footerMenu {
  position:fixed;
  bottom:0;
  left:0;
  z-index:1;
  background:#000;
  width:100%;
  height: 88px;
  text-align: center;
  padding: 10px 15px;
  border-top: 5px solid #333;
}

.navigation2 {
  list-style:none;
  display: flex;
  margin:0;
  padding:5px;
}
.navigation2 li {
  margin: 0 3px;
}
.navigation2 li a {
  background:#60B99A;
  display:block;
  padding:10px 20px;
  color: #fff;
  text-decoration:none;white-space: nowrap;
}
.navigation2 li:first-child {
  margin-right:auto;
}
.navigation2 li:first-child a {
  background:#002f7c;
}

.sitename {text-align: center; font-size: 10px;}

a.button_blue {padding:10px 30px; background-color: #fff; color: #002f7c; display: block; margin: 20px auto; width: 300px; font-size: 1.6rem;font-weight: 600;}
#footer_content a.button_blue {color: #002f7c;}
a.button_blue:hover {background-color: #002f7c; border:1px solid #fff;}
#footer_content a.button_blue:hover {color: #fff;}
.content-wrap a {line-height: 55px; height: 55px; text-align: center; color: #fff;}


/****Wordpres**********/
.monthly-calendar table {width: 100%;}
#wpmem_reg .text {
    display: inline-block;
    width: 30%;
    box-sizing: border-box;
    padding: 15px;
    font-weight: bold;
    text-align: right; }
#wpmem_reg .div_text {
    display: inline-block;
    width: 69%;
    box-sizing: border-box;
    padding: 15px; }
#wpmem_reg .div_text input {
    border: 1px solid #eeeeee; width: 100%;}
#wpmem_reg .button_div {
    text-align: center; }
#wpmem_reg .button_div .buttons {
    display: inline-block;
    width: 200px;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px; }
#wpmem_reg .button_div .buttons:nth-child(1) {
    background-color: #333; }
#wpmem_reg .button_div .buttons:nth-child(2) {
    background-color: #888888; }
#wpmem_reg .button_div .buttons:hover {
    opacity: 0.7; }
#wpmem_reg .req  {background: url("//kuruma-kinokawa.jp/ku-pit/common/image/req.png") center bottom no-repeat; width: 51px; height: 21px; display: block; text-indent: 9999px; overflow: hidden; display: inline-block; line-height: 1.8;}


.wpmem_msg {
    color: red;
    font-weight: bold; }


/*media***********************************

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 767px) {
.mt100 {display: block; margin-top: 5rem;}
.mt80 {display: block; margin-top: 4rem;}
.mt60 {display: block; margin-top: 3rem;}
.mt40 {display: block; margin-top: 2rem;}
.mt20 {display: block; margin-top: 1rem;}
.mt10 {margin-top: 0.5rem;}
	header.site-header {height: auto; padding: 0 1rem;}
	/*.site-branding {height: auto;}*/
	p {font-size: 1.4rem; line-height: 1.5;}
	p.site-description {
    position: relative;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}
	/*ハンバーガーメニュー*/
	.drawer-hamburger {padding: 9px 1rem 20px;}
  .drawer-nav {display: none;}
		.member_link {text-align: center;}

	.site-content {
	    padding: 40px 5px;
	    margin: 0 auto;
	}
	/*toppage*/
		.campaign {border: 1px solid #004486; padding: 8px; height: 162px;}
		.topinfo {height: 320px; text-align: center; margin: 12px auto;}
	h2.step__midashi {margin-top: 0px; min-height: 60px; height: auto; background-color: #251e1c;
	    padding-left: 74px;padding-top: 8px; padding-right: 8px;
	    font-size: 1.4rem;
	    color: #fff;
	    line-height: 1.5;
	}
  .top__member_link {margin: 20px auto 0;}
  .top__contents {margin: 10px auto;}
  .top__button {text-align: center;margin: 10px auto;}

	/*form*/
	.form__service {
	    background-color: #dcdcdc;
	    padding: 5px 5px;
	    border-radius: 10px;
	}
	.form-group2 {
	    padding: 5px;
	    margin: 5px auto;
	}
	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	font-size: 1.2rem;}
	
	input[type="submit"] {text-align: center;margin-right: auto;margin-left: auto;}

	form select {
		background-color: #fff;
	}
	
	.footer__sitemap a {text-align: center;}
			.checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
			    position: relative;
				margin-left: 0px;
		}


	/************************
	スマホレンタカーページPage
	*************************/

	.rental__step1 {width: 100%; margin: 20px auto; background-color:#ffcf10; padding:5px 20px; }
	input[type=radio].redio1 { margin-top: 0px; margin-left: 0px;}

}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	header.site-header {height: auto; padding: 20px; text-align: center;}
	.site-branding {height: 250px; margin-bottom: 42px;}
	p.site-description {position: relative;text-align: center;font-size: 1.4rem; margin-top: 10px;}
		.member_link {text-align: center;}
		
		label span {margin-left: 3rem; left: 3rem;}
		


	 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
p.site-description {left: 30px;}
p.site-description2 {left: 30px; top:34px; text-align: right;}
}

@media print {
 a[href]:after {display: none;
 content: "" !important;
 }

 abbr[title]:after {display: none;
 content: "" !important;
 }
}
