@charset "UTF-8";
@import url("bootstrap-grid.css");
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");


/*--------------------------------------------------------------------*/
/* Kiln Artマグカップで作るお城 */
/*--------------------------------------------------------------------*/

#contents {
  background: #c7e0e7;
}
.area-free-edit > .wrapper {
  margin-top: 20px !important;
}
.mugcastleWp .h1-pc {
  display: none;
}
.mugcastleWp .h1-sp {
}
@media screen and (min-width: 768px) {
  .mugcastleWp .h1-pc img {
    max-width: 1090px;
    width: auto;
  }
  .mugcastleWp .h1-pc {
    display: inherit;
  }
  .mugcastleWp .h1-sp {
    display: none;
  }
}
  
  
/*list
--------------------------------------------------------------------*/
section {
  padding: 0 0 20px;
}
section h2 {
	text-align: center;
	margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
 section {
    padding: 0 0 50px;
  }
}

	
/* Method
--------------------------------------------------------------------*/
#method {

  
}
#method h2 {
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
	font-size: 20px;
	font-size: 2.0rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  letter-spacing: .2em;
  padding: .5em 2em;
}
#method li {
  margin-bottom: 20px;
}
#method li .method_head {
	font-size: 18px;
	font-size: 1.8rem;
  font-weight: bold;
}
#method li .method_head em {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #7a9eab;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-right: .5em;
}
#method li .method_detail {
  margin: 10px 0 0 50px;
}
#method li .method_detail p {
  margin: 0 0 .5em;
}
#method li .method_01 {
  
}
#method li .method_01 dt {
  display: inline-block;
  border: 1px solid #333;
  padding: .3em 1em;
  margin-bottom: 5px;
}
#method li .method_01 dd {
  margin-bottom: 15px;
}
#method li .method_01 dd p {
  margin: .2em 0;
}
#method li .method_kitei {
  background: #fff;
  padding: 20px;
  margin: 10px 0 0 30px;
}
#method li .method_02 dt {
  display: inline-block;
  background: #fbd280;
  padding: .3em 1em;
  margin-bottom: 10px;
}
#method li .method_02 dd {
  margin-bottom: 15px;
}
#method li .method_02 > dd > ul > li {
  margin: 0 0 .5em;
}
#method li .method_02 > dd > ul > li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .5em;
}
#method li .method_02 .kitei_catalog {
  border: 1px solid #333;
  border-top: none;
  margin-bottom: 30px;
  padding: 10px;
}
#method li .method_02 .kitei_catalog ul {
  margin: 0 0 10px;
}
#method li .method_02 .kitei_catalog li {
  list-style: disc;
  margin: 0 0 0 1.5em;
}


/* Info
--------------------------------------------------------------------*/
#info {
}
#info h2 {
  background: #7a9eab;
  color: #fff;
  text-align: center;
  padding: .5em 0;
}
#info li {
  display: inline-block;
  margin: 0 .5em 0;
}
.mail,
.mail:hover {
  text-decoration: none !important;
}
/*.tel::before {
  content: "\f879";
  color: #666;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .5em;
}
.mail::before {
  content: "\f0e0";
  color: #666;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .5em;
}
*/

/* Deco
--------------------------------------------------------------------*/
small,
.small {
  font-size: 80%;
}
.br-sp {
}
.txt-14 {
	font-size: 14px;
	font-size: 1.4rem;
}
.txt-20 {
	font-size: 20px;
	font-size: 2.0rem;
}
.txt-24 {
	font-size: 24px;
	font-size: 2.4rem;
}
.txt-bg-pink {
  color: #fff;
  background: rgba(153, 0, 0, 1);
  padding: .2em .5em;
}
.txt-red {
  color: #e60012;
}
.bg-yellow {
  background: rgba(255, 243, 146, 0.5);
}
.marker-pink {
  background: linear-gradient(transparent 80%, rgba(153, 0, 0, 0.5) 75%);
}
.btn-salon {
  display: block;
  background: #B31A1A;
  background-image: -webkit-linear-gradient(top, #B31A1A, #990000);
  background-image: -moz-linear-gradient(top, #B31A1A, #990000);
  background-image: -ms-linear-gradient(top, #B31A1A, #990000);
  background-image: -o-linear-gradient(top, #B31A1A, #990000);
  background-image: linear-gradient(to bottom, #B31A1A, #990000);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff !important;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  padding: 0.5em 0;
  -webkit-box-shadow: 1px 1px 5px 0px #999;
  -moz-box-shadow: 1px 1px 5px 0px #999;
  box-shadow: 1px 1px 5px 0px #999;
  cursor: pointer;
}
.btn-salon:hover {
  background: #CC3333;
  background-image: -webkit-linear-gradient(top, #CC3333, #B31A1A);
  background-image: -moz-linear-gradient(top, #CC3333, #B31A1A);
  background-image: -ms-linear-gradient(top, #CC3333, #B31A1A);
  background-image: -o-linear-gradient(top, #CC3333, #B31A1A);
  background-image: linear-gradient(to bottom, #CC3333, #B31A1A);
  color: #fff !important;
  text-decoration: none !important;
}
.btn-salon::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .5em;
}

@media screen and (min-width: 578px) {
  .btn-salon {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .btn-salon {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
