@charset "utf-8";
/* CSS Document */
.wrapper {
  background-color: #F9DFD5;
  width: 100%;
  font-family: "Zen Kaku Gothic New", "sans-serif";
  color: #2c2c2c;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a .ja:active {
  color: #E06A3B;
}
header {
  padding: 16px 24px 90px;
  display: flex;
  align-items: center;
}
/*ロゴ*/
#header-logo {
  margin-right: 50px;
}
/*グロナビ背景*/
.header-list {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  padding: 25px;
  margin-left: 290px;
  border-radius: 40px;
}
/*グロナビ文字そろえ*/
.header-item {
  padding-right: 30px;
  text-align: center;
}
.header-item:last-child {
  padding-right: 0;
}
/*日本語*/
.ja {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
}
/*英語*/
.en {
  font-size: 18px;
  color: #E06A3B;
  font-weight: bold;
  display: block;
}
/*-----------ここまでヘッダー（indexと同じコード）ーーーーーーーーーー*/
h2 {
  text-align: center;
  color: #E06A3B;
  font-size: 22px;
  font-weight: bolder;
  padding-bottom: 35px;
}
p {
  color: #E06A3B;
  font-weight: bold;
  font-size: 18px;
}
/*電話＆つりの申し込み*/
.contact-container {
  max-width: 980px;
  margin: 0 auto 100px;
  display: flex;
  align-items: stretch;
  gap: 30px;
}
.contact-item {
  background-color: #fff;
  border-radius: 35px;
  padding: 20px 100px;
  text-align: center;
  flex: 1;
}
.contact-item p {
  color: #E06A3B;
  font-size: 30px;
}
.contact-item a {
  line-height: 1.7em;
  font-weight: bolder;
  color: #E06A3B;
  text-decoration: underline;
}
.contact-number {
  font-size: 36px;
}
.contact-link {
  font-size: 30px;
}
/*メールフォームの大枠*/
dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
dt {
  width: 30%;
  text-align: right;
  padding: 10px 20px 50px 0;
  box-sizing: border-box;
}
dd {
  width: 70%;
  margin: 0;
  padding: 10px 0 50px 20px;
  box-sizing: border-box;
}
.mail-form {
max-width: 860px;
    padding: 60px;
    margin: 0 auto 10rem;
    background-color: #fff;
    border-radius: 50px;
}
/*入力フォーム*/
.mail-form input[type="text"], .mail-form input[type="email"], .mail-form textarea, select {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #EDA184;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1em;
  text-align: left;
}
/*都道府県*/
select {
  width: 190px;
}
.mail-form input[type="text"]:focus, .mail-form input[type="email"]:focus, .mail-form textarea:focus {
  background-color: #fffeee;
  outline: none;
}
.mail-form label {
  margin-right: 50px;
}
.mail-form small {
  display: inline-block;
  color: #EDA184;
  padding-left: 600px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.mail-form small a {
  color: #EDA184;
  text-decoration: underline;
  align-items: right;
}
/*ボタンの装飾*/
.mail-form input[type="file"] {
  width: 100%;
  font-size: 1em;
}
.entry-btns {
  text-align: center;
}
.entry-btns input {
  width: 100px;
  padding: 10px;
  margin: 0 10px;
  font-size: 1em;
  background-color: #fff;
  border: 2px solid #E06A3B;
  border-radius: 10px;
}
.entry-btns input[type="submit"] {
  background-color: #E06A3B;
}
.entry-btns input:hover {
  opacity: 0.7;
}
label, input, textarea, select {
  cursor: pointer;
}
/*-----------ここからフッター（indexと同じコード）ーーーーーーーーーー*/
/*フッター*/
footer {
  width: 100%;
  background-color: #eda184;
}
/*地図の写真*/
.map {
  display: block;
    margin: 0 auto;
    padding:3rem;
}
/*アクセス*/
.access {
  max-width: 950px;
  margin: 0 auto;
    
}
/*バス・電車・車の見出し*/
h3 {
  width: 150px;
  height: 50px;
  border-radius: 20px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #E06A3B;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  line-height: 50px;
  margin: 40px 0 20px;
}
/*アクセステキスト*/
.access p, small {
  color: #fff;
  display: flex;
}
.access p, .adress {
  line-height: 36px;
}
/*アクセス位置ぞろえ*/
.bus-train {
  padding-right: 137px;
  padding-bottom: 90px;
}
.bus-train, .car-place {
  float: left;
}
/*著作権*/
small {
  clear: both;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
/*住所*/
.place {
  color: #fff;
  letter-spacing: 0.1em;
  padding-top: 63px;
}
.sotobouunion {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

#top-iseebi-chan{
    float:right;
}
