@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: common.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #444;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

#wrapper {
  background: #171514;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
.header {
  position: relative;
}

#header_container {
  border-top: 8px solid #F08300;
  width: 100%;
  margin: 0;
  background: url("../img/ichimatsu_bg.png");
  background-repeat: repeat-x;
}

.header_mv {
  margin: 40px 0;
  text-align: center;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
#main_container {
  max-width: 960px;
  margin: auto;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  #main_container {
    width: 100%;
  }
}
/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
#footer_container {
  width: 100%;
  margin: 0;
  padding-bottom: 30px;
  background: url("../img/ichimatsu_footer_bg.png");
  background-repeat: repeat-x;
}

.footer_content {
  width: 100%;
  margin: 0 auto;
}

.info_box_container {
  width: 870px;
  margin: 80px auto;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}

@media screen and (max-width: 960px) {
  .info_box_container {
    width: 100%;
    justify-content: space-around;
  }
}
.info_box {
  width: 400px;
  height: 235px;
  border-radius: 10px;
  background: linear-gradient(to right, #eeeeee 0%, #c6c6c6 100%);
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* margin: 0; */
  margin: 0 auto;
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  .info_box {
    width: 40%;
    height: auto;
  }
}
.info_box_title {
  flex-basis: 100%;
  color: #171514;
  font-size: 22px;
  text-align: center;
}

.link {
  margin: 0 auto;
}

.link a {
  flex-basis: 100%;
  background: #E2801E;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 5px;
  margin: auto;
  align-self: center;
  display: flex;
}

.phone_number {
  flex-basis: 100%;
  color: #E2801E;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
}

.reception_time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 75%;
  color: #E2801E;
  background: #fff;
  border: 1px solid #E2801E;
  font-size: 14px;
  border-radius: 5px;
  margin: 0 auto 5px auto;
  padding: 5px 0;
  text-align: center;
}

.info_box_subtext {
  padding-top: 10px;
}

.footer_info_box {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer_info_box h4 {
  flex-basis: 100%;
  border-bottom: 8px solid #E2801E;
  margin: 0 auto 20px auto;
  text-align: center;
  padding-bottom: 20px;
}

dl.footer_info_box_dl {
  width: 960px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  dl.footer_info_box_dl {
    width: 100%;
  }
}
dl.footer_info_box_dl dt {
  flex-basis: 100%;
  color: #AAAFB4;
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
}

dl.footer_info_box_dl dd {
  flex-basis: 100%;
  text-align: center;
  margin: auto;
}

dl.footer_info_box_dl dd.title1 {
  margin: 10px;
  font-size: 14px;
  color: #fff;
}

dl.footer_info_box_dl dd.title2 {
  font-size: 26px;
  color: #fff;
  padding-bottom: 20px;
}

dl.footer_info_box_dl dd.text {
  padding-bottom: 20px;
  font-size: 16px;
  color: #AAAFB4;
  line-height: 1.8;
}

dl.footer_info_box_dl dd.web_address {
  font-size: 18px;
  color: #E2801E;
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.main_content {
  width: 700px;
  margin: 0 auto 100px;
}
.main_content_title {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #AAAFB4;
  text-align: center;
}
.main_content_lead {
  margin-bottom: 50px;
  color: #FFF;
  font-size: 14px;
  line-height: 2.14286;
  text-align: center;
}
.main_content_banner {
  text-align: center;
}

.proccess {
  width: 960px;
  margin: 0 auto 85px;
  text-align: center;
}
.proccess_title {
  margin-bottom: 40px;
}
.proccess_term {
  margin-bottom: 30px;
  color: #FFF;
  font-size: 15px;
}
.proccess_term img {
  margin-bottom: 20px;
}

.design {
  width: 860px;
  margin: 0 auto 90px;
  text-align: center;
}
.design_title {
  margin-bottom: 15px;
}
.design_lead {
  margin-bottom: 40px;
  color: #FFF;
  font-size: 18px;
}
.design_lead em {
  display: block;
  margin-bottom: 15px;
  color: #B09621;
  font-size: 16px;
}
.design_pic {
  margin-bottom: 55px;
}
.design_info {
  margin-bottom: 50px;
}

.plating {
  margin-bottom: 90px;
}
.plating_title {
  width: 100%;
  margin: auto;
  padding-top: 35px;
  padding-bottom: 30px;
  background: url(../img/border_grade.png) top center no-repeat;
  text-align: center;
  color: #B09621;
  font-size: 20px;
  letter-spacing: 5px;
}

.rental {
  width: 860px;
  margin: 0 auto 90px;
  text-align: center;
}
.rental_title {
  width: 100%;
  margin: auto;
  padding-top: 35px;
  padding-bottom: 30px;
  background: url(../img/border_grade.png) top center no-repeat;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
.rental_title .big {
  display: block;
  margin-bottom: 20px;
  color: #B09621;
  font-size: 26px;
  letter-spacing: 5px;
}
.rental_contact {
  margin-bottom: 60px;
}
.rental_contact_item {
  margin-bottom: 12px;
}
.rental_contact_item a {
  color: #F08300;
  font-size: 18px;
  font-weight: bold;
}

.lineup_footer {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.lineup_footer img {
  width: 145px;
  height: auto;
}

.lineup_footer_text {
  position: absolute;
  top: 0;
  right: 0;
  color: #AAAFB4;
  font-size: 14px;
  margin: 0;
}

.content_box {
  min-width: 493px;
  margin: auto;
  padding: 0;
  text-align: center;
}

.content_box img {
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .content_box img {
    width: 70%;
    height: auto;
  }
}
.content_box_text {
  max-width: 493px;
  color: #AAAFB4;
  font-size: 14px;
  line-height: 28px;
  margin: auto;
  text-align: left;
}

.content_box_text2 {
  max-width: 800px;
  color: #AAAFB4;
  font-size: 14px;
  line-height: 28px;
  margin: auto;
  text-align: left;
  margin: 0 auto 30px;
}

@media screen and (max-width: 800px) {
  .content_box_text2 {
    width: 100%;
    padding: 0 10px;
  }
}
.content_box_title {
  width: 100%;
  text-align: center;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 30px auto 15px auto;
}

/*# sourceMappingURL=common.css.map */
