﻿@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.3em;
  background-color: #FFFFFF;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic";
  margin-left: auto;
  margin-right: auto;
  color: #333333;
}

/*Internet Explorer6 or sonner*/

* html body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic";
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  overflow: hidden;
}

img {
  border: 0;
  vertical-align: bottom;
}

/*------ clearfix-------- */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

nav ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
}

.sm_font {
  font-size: 90%;
}


.s_font {
  font-size: 80%;
}

.l_font {
	font-size: 140%;
	line-height: 1.5em;
}

.ll_font {
  font-size: 160%;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.03em;
}


/*-------------headder--------------*/

#top {
  background-color: #4268b3;
}

#top h1 {
  font-size: 11px;
  line-height: 1.8em;
  width: 975px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
  color: #FFFFFF;
}

#container {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}

/*2018/2/9修正*/

#header {
  width: 980px;
  align-items: center;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

#header h2 {
  float: left;
}



.nav_tel {
  margin-top: 3px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.nav a:hover {
  opacity: 0.75;
}


#navi ul li {
  float: left;
  padding-top: 4px;
}

#navi {
  background-image: url(../navi/navi_bg.png);
  height: 70px;
  margin-top: -6px;
}

#header .s_navi {
  height: 100px;
  width: 380px;
  float: right;
  padding-top: 35px;
  margin-top: 2px;
}

.s_navi li a {
  padding-top: 3px;
}

.inner {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}



#header .s_navi li {
  float: left;
  margin-right: 8px;
}

#navi ul {
  margin-left: auto;
  width: 980px;
  margin-right: auto;
}

#navi ul li a img {
  padding-top: 6px;
  padding-right: 3px;
  padding-left: 2px;
  padding-bottom: 0;
}

#slide {
  width: 980px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#banner {
  overflow: hidden;
}

#banner ul {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

#banner ul li {
  padding-left: 0px;
	width: auto;
  overflow: hidden;
}

#banner ul li img {
  height: 173px;
  width: auto;
	object-fit: cover;
  transition: transform 0.2s;
}

#banner ul li:hover img {
  transform: scale(1.01);
}


/*--------------------------------
------------contents--------------
---------------------------------*/

#container h3 {
  margin-bottom: 10px;
  margin-top: 5px;
}

#contents {
  overflow: hidden;
  width: 980px;
}

/*-------------left--------------*/

#contents #left {
  float: left;
  width: 720px;
}

#point {
  margin-bottom: 45px;
  overflow: hidden;
}

#point ul {
  overflow: hidden;
  margin-left: -1px;
}

#point ul li {
  float: left;
  width: 240px;
  margin-right: -5px;
}

#point ul li p {
  width: 215px;
  margin-left: 15px;
  margin-top: 7px;
  line-height: 1.6em;
  color: #666666;
}

#point ul li p a img {
  float: right;
  padding-top: 3px;
  padding-right: 4px;
}

/*-------------right--------------*/

#contents #right {
  float: right;
  width: 245px;
  margin-bottom: 150px;
  background-image: url(../navi/ichiran_bg.png);
  background-repeat: repeat-y;
  margin-right: 1px;
  margin-top: 24px;
}

#right h5 {
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 0;
  margin-top: 0px;
}

#right .left {
  float: left;
  margin-bottom: 15px;
  width: 110px;
  overflow: hidden;
  margin-left: 9px;
}

#right .right {
  float: right;
  width: 120px;
  overflow: hidden;
}

#right li {
  font-size: 13px;
  line-height: 1.4em;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  padding-left: 17px;

}

#right .hosoku {
  width: 230px;
  overflow: hidden;
  font-size: 11px;
  margin-left: 6px;
  margin-top: -10px;
  float: left;
  margin-bottom: 20px;
}

.other p{
    width:94%;
    overflow: hidden;
    clear: both;
}

/*-------------footer--------------*/

#footer {
  height: 220px;
  overflow: hidden;
  background-image: url(../images/bg.png);
  background-repeat: repeat-x;
}

#footer address {
  color: #838383;
  font-size: 10px;
  text-align: right;
}

/*-------------pagetop--------------*/

.pagetop a img {
  width: 80px;
  height: 80px;
  float: right;
  display: inline-block;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
}

#footer .inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

#footer .inner ul {
  width: 980px;
  overflow: hidden;
  clear: both;
  margin-left: 10px;
}

#footer .inner ul li {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px dotted #999999;
}

.top {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
  border-right: 1px dotted #999999;
  border-left: 1px dotted #999999;
}

#footer .inner h2 {
  line-height: 1.4em;
  margin-top: 23px;
  font-size: 18px;
  margin-bottom: 10px;
}

#shop_list {
  height: 195px;
}

#footer dl {
  font-size: 16px;
  line-height: 1.3em;
  margin-left: 10px;
  overflow: hidden;
  height: 119px;
  width: 190px;
  margin-top: 5px;
  float: left;
}

#footer dt {
  background-repeat: no-repeat;
  margin-top: 10px;
}

#footer dd {
  margin-top: 5px;
  color: #666666;
  margin-left: 0px;
}

.hosoku {
  font-size: 80%;
  margin-left: 3px;
  margin-top: -2px;
}

.fujizushi {
  width: 190px;
}

.toukyu {
  width: 240px;
}

#shop_list dl dd img {
  margin-left: -3px;
  margin-top: 3px;
}

#contents #right p {
  font-size: 13px;
  margin-left: 12px;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.koukou {
  margin-top: 20px;
}

.yokokoku {
  margin-left: 9px;
}
