@charset "UTF-8";

/***************
   main
****************/

main {
 margin:0 auto 100px;
 overflow: hidden;
 width: 1000px;
}
	
.moreLink a {
  border: 1px solid;
  border-radius: 3px;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

@media screen and (max-width:480px) {
  p {
		width: 100%;
		margin: 0px 0 10px 0;
	}

	main {
		width: 100%;
	}

	.Topmessage {
		width: 100%;
	}
}

/* shop */ 

@media (max-width:600px){
.shop {
 float: center;
 width: 600px;
}

.shop .shopList li {
  overflow: hidden;
  margin-bottom: 20px;
}

.shop .shopList li .info h3 {
  font-size: 15px;
  margin-bottom: 10px;
}

.shop .shopList li .info .summary {
  margin-bottom: 10px;
}
}

/* news */

.newsList {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.newsList .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 20px 20px;
}

.newsList .item:first-child a {
  border-top: 1px solid #ccc;
}

.newsList .item .date {
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
 padding: 0 20px 0 0;
}

.newsList .item .title {
  margin: 0;
  width: 100%;
}

.newsList .item a:hover .title {
  color: #00F;
}

@media screen and (max-width:767px){
	.newsList .item a{
	  flex-wrap: wrap;
	}
	.newsList .item .date {
	  min-width: 100px;
	}
	.newsList .item .title {
	  margin-top: 10px;
	}
    }

/* 装飾　*/

* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  margin: 20px;
}

/* topics */

@media (max-width:567px) {
.topics {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
}

.topics .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}

.topics .item:first-child a{
  border-top: 1px solid #CCC;
}

.topics .item .date {
  margin: 0;
  min-width: 140px;
  font-size: 15px;
  color: #999;
  padding: 0 60px 0 0;
}

.topics .item .category {
  margin: 0;
  min-width: 140px;
  padding: 0 50px 0 0;
}

.topics .item .category span {
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}

.topics .item .title {
  margin: 0;
  width: 100%;
}

.topics .item a:hover .title {
  color: #00F;
}

@media screen and (max-width: 567px){
.topics .item a{
  flex-wrap: wrap;
}
	
.topics .item .date {
  min-width: 100px;
}
	
.topics .item .title {
  margin-top: 10px;
}
}

/* tel */

/* 装飾 */
 
*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
body{
  margin: 20px;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/*まずはお決まりのボックスサイズ算出をborer-boxに */

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  display: inline-block;
  padding: 2rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

 .btn--green,
a.btn--green {
  color: #fff;
  background-color: #3ED303;
}

 .btn--geen:hover,
a.btn--green:hover {
	color: #fff;
	background: #3ED303;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}
.topics {
  list-style: none;
}
