
* {
  box-sizing: border-box;
}

body {
  color: #8f8f8f;
  background: white;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}

/* リンク指定 */
a{ color: #526189; text-decoration: none; }
a:hover, a:visited:hover{ color: #598884; }

/* ruby */
ruby{
	font-weight: 400;
}
h2 ruby,
h3 ruby,
h4 ruby,
h5 ruby,
h6 ruby{
	font-weight: 700;
}

img{
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

h1 {
  font-size: 30px;
  line-height: 1.8;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Lora', serif;
  font-family: 'Noto Serif JP', serif;
}

#brand h2 {
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Lora', serif;
  font-family: 'Noto Serif JP', serif;
}

h3 {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 3px;
  font-family: 'Lora', serif;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}
#brand h3, #gallery h3, #style h3, #guide h3 {
  color: #3b3d40;
  line-height: 1.8;
  letter-spacing: 1px;
  font-family: 'Lora', serif;
  font-family: 'Noto Serif JP', serif;
	margin: 0 0 20px 0;
	padding: 3px 15px 3px 20px;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	border-left: #acc6c9 solid 6px;
}

@media only screen and (max-width: 766px) {
h3 {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
}
#brand h3, #gallery h3, #style h3, #guide h3 {
  color: #3b3d40;
  line-height: 1.8;
  letter-spacing: 1px;
  font-family: 'Lora', serif;
  font-family: 'Noto Serif JP', serif;
	margin: 0 0 20px 0;
	padding: 3px 15px 3px 20px;
	font-size: 1.4rem;
	border-left: #acc6c9 solid 6px;
}
}
h4 {
  font-size: 16px;
  color: #3b3d40;
  line-height: 1.8;
  letter-spacing: 2px;
  font-family: 'Lora', serif;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}
.row h4 {
  font-size: 1.3rem;
  color: #54575b;
  line-height: 1.8;
  letter-spacing: 2px;
  font-family: 'Lora', serif;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 766px) {
.row h4 {
  font-size: 1.2rem;
  color: #54575b;
  line-height: 1.6;
  letter-spacing: 2px;
  font-family: 'Lora', serif;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 18px;
}
}
#brand h4, #style h4, #guide h4{
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 10px 0 20px;
	line-height: 1.7;
	color: #505050;
	border-left: #acc6c9 solid 3px;
}
#style h5, #guide h5{
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	line-height: 1.7;
	color: #477b80;
}
@media only screen and (max-width: 766px) {
#style h5, #guide h5{
	padding: 0;
	line-height: 1.5;
}
}
p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}
.row {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.row_brand {
  background: url(images/brand_01bg.png) no-repeat;
  background-position: right 0px top 0px;
}
@media only screen and (max-width: 766px) {
.row_brand {
  background: url(images/brand_01bg_m.png) no-repeat;
  background-position: right 0px top 0px;
}
}
#gallery .row {
  background: url(images/gallery_01bg.png) no-repeat;
  background-position: right 0px top 0px;
}
@media only screen and (max-width: 766px) {
#gallery .row {
  background: url(images/gallery_01bg_m.png) no-repeat;
  background-position: right 0px top 0px;
}
}
#style .row {
  background: url(images/style_01bg.png) no-repeat;
  background-position: right 0px top 0px;
}
@media only screen and (max-width: 766px) {
#style .row {
  background: url(images/style_01bg_m.png) no-repeat;
  background-position: right 0px top 0px;
}
}
#guide .row {
  background: url(images/guide_01bg.png) no-repeat;
  background-position: right 0px top 0px;
}
@media only screen and (max-width: 766px) {
#guide .row {
  background: url(images/guide_01bg_m.png) no-repeat;
  background-position: right 0px top 0px;
}
}
.row img {
  max-width: 100%;
  height: auto;
  }
  

.content {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
}
@media only screen and (max-width: 766px) {
	.content {
	width: 95%;
	margin: 0 auto;
	padding: 5px;
	}
}
.main_header .row .content {
  padding: 0;
}
.dark01 {
  background: #333;
  color: #fff;
  background: url(images/sec01.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 0% 0%;
  height: 650px;
	overflow: hidden;
	width: 100%;
	padding: 300px 30px;
}
@media only screen and (max-width: 766px) {
.dark01 {
  background: #333;
  color: #fff;
  background: url(images/sec01_mobile.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 0% 0%;
  height: 650px;
	overflow: hidden;
	width: 100%;
	padding: 300px 20px;
}
}
.dark02 {
  background: #333;
  color: #fff;
  background: url(images/sec03.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 650px;
	overflow: hidden;
	width: 100%;
	padding: 200px 20px;
}
@media only screen and (max-width: 766px) {
.dark02 {
  background: #333;
  color: #fff;
  background: url(images/sec03_mobile.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 0% 0%;
	overflow: hidden;
	width: 100%;
	padding: 200px 20px;
	height: 500px;
}
}
.white {
	overflow: hidden;
	padding: 20px;
}
@media only screen and (max-width: 766px) {
.white {
	padding: 10px;
}
}
.white01 {
  background: url(images/sec02.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
	overflow: hidden;
	height: 550px;
	padding: 20px;
	  color: #fff;
	  text-align: right;
}
@media only screen and (max-width: 766px) {
.white01 {
  background: url(images/sec02_mobile.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
	overflow: hidden;
	height: 550px;
	padding: 150px 20px;
	  color: #fff;
	  text-align: right;
}
}
.white02 {
  background: url(images/sec04.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 0% 0%;
	overflow: hidden;
	height: 600px;
	padding: 40px 50px 50px 100px;
	  color: #fff;
}
@media only screen and (max-width: 766px) {
.white02 {
  background: url(images/sec04_mobile.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
	overflow: hidden;
	height: 500px;
	padding: 150px 20px;
	  color: #fff;
	  text-align: center;
}
}
.topend {
	overflow: hidden;
    height: 600px;
	text-align: center;
}
@media only screen and (max-width: 766px) {
.topend {
	height: 700px;
	text-align: center;
}
}
#hero {
  position: relative;
  background: url(images/topmain.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 0% 0%;
  text-align: center;
  font-family: 'Lora', serif;
  color: #c8c9ca;
  padding-top: 710px;
  height: 800px;
}
#hero h1 {
  font-size: 50px;
  line-height: 1.3;
}
#hero h1 span {
  font-size: 25px;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 12px;
  line-height: 3;
}
.main_header {
  position: fixed;
  top: 0px;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  font-family: 'Lora', serif;
  background: none;
  overflow: hidden;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 766px) {
  .main_header nav {
    padding-top: 15px;
  }

#hero {
  position: relative;
  background: url(images/topmain_mobile.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 0% 0%;
  text-align: center;
  padding-top: 630px;
  height: 720px;
  }
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
}

.sticky {
  background-color: #9d9e9f;
  padding: 5px;
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid silver;
}

.logo {
  width: 220px;
  float: left;
  display: block;
  margin: 0;
}

.main_footer {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 20px;
  background-color: #3b3d40;
  text-align: center;
  font-family: 'Lora', serif;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.4;
}

.small {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 766px) {
	.row small {
      padding: 15px;
	  margin: 0 auto;
	}
}
@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
  float: right;
  width: 70%;
}
@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #fff;
  font-family: 'Lora', serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 500ms linear;
}
nav ul a.active {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  transition: all 500ms 100ms linear;
}
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 20px;
  width: 30px;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #fff;
  display: block;
}
.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  background: rgba(255,255,255,0.5);
  border-radius: 13px;
  border: 2px solid #ffffff;
  position: absolute;
  bottom: 95px;
  position: absolute;
  left: 51%;
  margin-left: -24px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid transparent;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.scrollup {
    color: rgba(0,0,0,0.3);
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 50px;
    right: 30px;
}

.btn-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 110%;
  color: #FFF;
    letter-spacing: 2px;
  background-image: linear-gradient(45deg, #62979b 0%, #62a6ad 100%);
  transition: .5s;
}

.btn-gradient-radius_w {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
    font-size: 110%;
  color: #477b80;
    letter-spacing: 2px;
  background-image: linear-gradient(45deg, #fff 0%, #b5e1e5 100%);
  transition: .5s;
}

.btn-gradient-radius_02 {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
    font-size: 110%;
  color: #fff;
    letter-spacing: 2px;
  background-image: linear-gradient(45deg, #35676c 0%, #407988 100%);
  transition: .5s;
}

.btn-gradient-radius_04 {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
    font-size: 110%;
  color: #fff;
    letter-spacing: 2px;
  background-image: linear-gradient(45deg, #9d9e9f 0%, #c0a000 100%);
  transition: .5s;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #5497b9 0%, #4b4c7a 100%);
}

.btn-gradient-radius_w:hover {
  background-image: linear-gradient(45deg, #5497b9 0%, #6a6d6f 100%);
  color: #fff;
}

.btn-gradient-radius_04:hover {
  background-image: linear-gradient(45deg, #598884 0%, #6a6d6f 100%);
}
.links {
	padding: 50px 30px 0;
}
.endlinks {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 766px) {
.endlinks {
  width: 50%;
  margin-bottom: 40px;
}
}
.link-icon {
  position: relative;
}

.text-contents {
  width: 80%;
  display: inline-block;
  margin: 0px;
  font-size: 13px;
  color: #656b6f;
  line-height: 1.3;
}
.topend h1 img {
  max-width: 100%;
  height: auto;
}

/* パン屑 */
.breadcrumb{
	display: block;
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 3px 0;
	clear: both;
	border-top: #acc6c9 solid 1px;
}
.breadcrumb ul{
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	color: #ddd;
	font-size: 90%;
  font-family: 'Lora', serif;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 766px) {
.breadcrumb ul{
	margin: 0 auto;
	padding: 0 20px;
	font-size: 12px;
}
}
.breadcrumb li{
	display: inline;
	margin: 0;
	padding: 0;
}
.breadcrumb a{
	padding: 0 5px 0 0;
	color: #999;
}

/* .titlebnr */
.titlebnr{
	margin: 150px 0 40px 0;
	padding: 0 0 10px 0;
}
.titlebnr_s{
	margin: 40px 0 40px 0;
	padding: 0 0 10px 0;
}
@media only screen and (max-width: 766px) {
.titlebnr{
	margin: 150px 0 0 0;
	padding: 0 0 10px 0;
}
}
.titledisc{
	margin: 20px 0 0 0;
	padding: 0;
	border-bottom: #bebebe double;
}
.titledisc p{
	margin: 0 20px 20px 20px;
	padding: 0;
	text-align: left;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 766px) {
.pc { display: none !important; }
.sp { display: block !important;
	  max-width: 100%;
  	height: atuo; }
}

/* .position */
.center{
	margin: 0 auto 20px auto;
	text-align: center;
	clear: both;
}
.left,
.right{
	padding: 0;
	vertical-align: bottom;
}
.left{
	float: left;
	margin: 0 20px 20px 0;
}
.right{
	float: right;
	margin: 0 0 20px 20px;
}

/*---------------------------------------
　.row white
---------------------------------------*/
#brand .left,
#brand .right,
#style .left,
#style .right,
#mame .left,
#mame .right,
#guide .left,
#guide .right{
	max-width: 250px;
}
@media only screen and (max-width: 766px) {
#brand .left,
#brand .right,
#style .left,
#style .right,
#guide .left,
#guide .right{
	max-width: 50%;
}
}
@media only screen and (max-width: 766px) {
#mame .left,
#mame .right{
	max-width: 150px;
}
}

/* clearfix */
.cf{ clear: both; }
.cf:before,
.cf:after{
	content: "";
	display: table;
}
.cf:after{ clear: both; }

/* .caption */
.caption{
	margin: 5px;
	padding: 0;
	font-size: 80%;
	line-height: 1.6;
	font-weight: normal;
	font-weight: 200;
	word-break: break-all;
	color: #83868b;
}

/*---------------------------------------
　.galleryarea
---------------------------------------*/
.galleryarea{
	width: 100%;
	list-style-type: none;
	margin: 0 auto 40px auto;
	padding: 0;
	background: #000;
}
.galleryarea li{
	overflow: hidden;
	display: block;
	float: left;
	width: 20%;
	max-height: 80px;
	min-height: 80px;
	margin: 0 0 1px 0;
	padding: 1px;
	box-sizing: border-box;
}
.galleryarea li img{
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	-o-transform:scale(1);
	transition:-webkit-transform 0.3s ease-in;
	-webkit-transition:-webkit-transform 0.3s ease-in;
	-o-transition:-o-transform 0.3s ease-in;
}
.galleryarea li img:hover{
	transform:scale(1.8);
	-moz-transform:scale(1.8);
	-webkit-transform:scale(1.8);
	-o-transform:scale(1.8);
}

/*---------------------------------------
　.yodan
---------------------------------------*/
.yodan{
	border: #ccc solid 1px;
	padding: 20px 20px 0 20px;
	font-size: 1.5rem;
	line-height: 1.9;
	background: url(images/tec01.jpg) 0 0 repeat;
}
.yodan section{
	margin-bottom: 0;
}
.yodan h3,
.yodan h4,
.yodan h4:before{
	color: #598884;
	border-color: #598884;
	line-height: 1.7;
}
.yodan h3{
	font-size: 2.0rem;
}
.yodan h4{
	font-size: 1.3rem;
}
.yodan h4:before{
	margin-top: 10px;
}
.yodan ul{
	margin-bottom: 0;
}
.yodan li{
	margin-bottom: 20px;
}

/*---------------------------------------
　.mame
---------------------------------------*/
.mame{
	padding: 20px 30px 10px 30px;
	background: url(images/tec03.jpg) 0 0 repeat;
}
.mamee{
	padding: 0 30px 10px 30px;
	  border: 2px solid #CCC;
}
.mame h4,
.mame .intro{
	color: #fff;
	font-family: 'Lora', serif;
  	font-family: 'Noto Serif JP', serif;
}
.mame h5{
	letter-spacing: 2px;
    position: relative;
    margin: 10px 0 10px 0;
    line-height: 1.7;
    color: #477b80;
    font-size: 16px;
}
.mamee h5{
	letter-spacing: 2px;
    position: relative;
    margin: 10px 0 10px 0;
    line-height: 1.7;
    color: #598884;
    font-size: 16px;
}
.mame .box{
	margin: 0 0 20px 0;
	padding: 10px 20px 20px 20px;
	background: #fff;
	border: #ccc solid 1px;
}
.mamee .box{
	margin: 0 0 20px 0;
	padding: 10px 20px 20px 20px;
	background: #d9e5e6;
	border: #62a6ad dashed 1px;
}
.mame p{
	margin-bottom: 20px;
}
@media only screen and (max-width: 766px) {
.mame p{
	margin-top: 170px;
}
.mamee p{
	margin-top: 20px;
	line-height: 1.9;
}
}
.mame ul{
	overflow: hidden;
	margin: 0 0 20px 0;
    line-height: 2;
    color: #35676c;
}
.mame .left,
.mame .right{
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}

/*---------------------------------------
　.mokuji
---------------------------------------*/
.mokuji{
	margin: 10px auto;
	padding: 0 10px 10px 10px;
	background: url(images/tec01.jpg) 0 0 repeat;
	border: #acc6c9 double;
	width: 700px;
}
@media only screen and (max-width: 766px) {
.mokuji{
	margin: 0 auto;
	padding: 0 20px 10px 20px;
	background: url(images/tec01.jpg) 0 0 repeat;
	border: #acc6c9 double;
	width: 95%;
}
}
.mokuji a{
	position: relative;
	display: block;
	padding: 2px 10px 2px 25px;
}
.mokuji a:hover{
	background: rgba(255, 255, 255, 0.6);
	transition: all .4s;
}
.mokuji a:before{
	position: absolute;
	display: block;
	content:"";
	width: 5px;
	height: 5px;
	border-top: 2px solid #526189;
	border-right: 2px solid #526189;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	transform: rotate(135deg);
	left: 10px;
	top: 10px;
}
.mokuji a:hover:before{
	border-color: #598884;
}
.mokuji ul{
	margin: 0 10px 30px 10px;
	list-style-type: none;
}
@media only screen and (max-width: 766px) {
.mokuji ul{
	font-size: 90%;
}
}
.mokuji li{
	border-bottom: #ccc solid 1px;
}
.mokuji h3{
	margin-bottom: 20px;
}
.mokuji h4{
	margin-bottom: 10px;
	padding: 0;
	border-bottom: #ccc solid 1px;
}
.mokuji h4:before{
	border: 0;
}

/*---------------------------------------
　#relation（関連コンテンツ）
---------------------------------------*/
#relation{
	padding: 0;
	background: url(images/tec01.jpg) 0 0 repeat;
	margin: 10px auto;
}
#relation h4{
	float: left;
	width: 200px;
	margin: 0;
	padding: 20px 0;
	font-size: 1.3rem;
	line-height: 1.8;
	text-align: center;
	border: 0;
	color: #598884;
}
#relation h4:before{
	border: 0;
}
#relation ul{
	float: left;
	margin: 0;
	padding: 15px;
	border-left: #acc6c9 dotted 1px;
}
#relation li{
	margin: 0;
	padding: 0 5px 5px 5px;
	list-style-type: none;
}
#relation li a{
	position: relative;
	display: block;
	width: 100%;
	padding: 0 0 0 13px;
}
#relation li a:before{
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #526189;
	border-right: 2px solid #526189;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	transform: rotate(45deg);
	left: 0;
	top: 50%;
	margin-top: -5px;
}
#relation li a:hover:before{
	border-color: #777;
}

/*---------------------------------------
　#guide
---------------------------------------*/
#guide .facetype{
	margin: 0 0 30px 0;
	padding: 0;
}
#guide .sec{
	margin: 0;
	padding: 0;
	border: #598884 solid 1px;
}
.facetype h5{
	font-size: 110%;
}
#guide .sec h6{
	margin: 0 0 15px 0;
	padding: 10px 15px;
	color: #fff;
	background: #598884;
	font-size: 100%;
}
#guide .sec h6:before{
	background: none;
}
#guide .sec p{
	margin: 0 15px 20px 15px;
}

/* #footlogo */
#footlogo{
	padding: 0;
	text-align: center;
}
#footlogo .logo{
	width: 190px;
}
#footlogo .sns{
	padding: 10px 0 0 0;
	list-style-type: none;
}
#footlogo .sns li{
	display: inline-block;
	position: relative;
	margin: 0;
	width: 41px;
	height: 41px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#footlogo .sns li+li{
	margin: 0 0 0 5px;
}
#footlogo .sns li a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#footlogo .sns li span{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 41px;
	color: #fff;
}

.my-green {color: #598884}

/*---------------------------------------
　#list
---------------------------------------*/
#list{
	overflow: hidden;
}

#list .listarea{
	width: 940px;
	margin: 0 -14px 20px 0;
	padding: 0;
}
#goods #list{
	width: 940px;
}
#goods .listarea{
	width: 940px;
	margin: 0 0 0 22px;
}
@media only screen and (max-width: 766px) {
#list .listarea{
	width: 100%;
	margin: 0 -14px 20px 0;
	padding: 0;
}
#goods #list{
	width: 100%;
}
#goods .listarea{
	width: 100%;
	margin: 0 0 0 22px;
}
}
/* .listbox */
#list .listbox{
	float: left;
    width: 30%;
    margin: 10px;
	padding: 0;
}
@media only screen and (max-width: 766px) {
#list .listbox{
	float: left;
	width: 45%;
	padding: 0;
	margin: 5px;
}
}
#list .inbox{
	margin: 0;
	padding: 0;
	border: #acc6c9 solid 1px;
}
#list .inbox:hover{
	background: #eef7f8;
	border: #526189 solid 1px;
}
#list .listbox img.thum{
	width: 95%;
	margin: 4px;
	padding: 0;
}
.title{
	margin: 10px;
	padding: 0;
	font-size: 1.1rem;
	line-height: 1.4;
	border: 0;
	font-family: 'Lora', serif;
  	font-family: 'Noto Serif JP', serif;
}
#list .listbox p{
	margin: 0 10px 10px 10px;
	font-size: 14px;
	line-height: 1.5;
}
#list .listbox .price{
	font-size: 1.1rem;
}
#list .saletag{
	margin: 0 10px 0 0;
}

/*---------------------------------------
　common class（page）
---------------------------------------*/
/* .price */
.price{
	color: #62a6ad;
}
.price span{
	font-size: 1.0rem;
	font-weight: normal;
}
.saletag{
	display: inline-block;
	margin: 0;
	padding: 0 5px;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
	background: #f00;
}
.tag{
	margin: 8px;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #fff;
}
.tag span{
	display: inline-block;
	margin: 1px;
	padding: 0 8px;
	text-align: center;
	border-radius: 3px;
}
.tag .ico_ss{
	background: #30769e;
}
.tag .ico_aw{
	background: #7d4f3b;
}
.tag .ico_media{
	background: #444;
}

#itemsupport{
	
}
input,
textarea{
	padding: 2px 5px;
	border: 0;
	border: solid 1px #ccc;
	background-color: #fff;
	border-radius: 8px;
}

summary {
  cursor: pointer;
  margin: 0 0 18px;
  outline: none;
font-size: 1.2rem;
    color: #54575b;
    font-family: 'Lora', serif;
    font-family: 'Noto Serif JP', serif;
}
