@charset "UTF-8";
/*
	Template: swell
	Theme Name: SWELL CHILD
	Theme URI: https://swell-theme.com/
	Description: SWELLの子テーマ
	Version: 1.0.0
	Author: LOOS WEB STUDIO
	Author URI: https://loos-web-studio.com/

	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl.html
*/
.c-headLogo {
  font-family: "Cinzel Decorative", cursive;
}

.c-gnav {
  font-family: "Kaisei Decol", serif;
}

.c-tabList, .c-widget__title {
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
}

.categoryLink {
  margin-bottom: 6em;
}
@media screen and (max-width: 767px) {
  .categoryLink {
    margin-bottom: 0;
  }
}
.categoryLink ul {
  display: flex;
  justify-content: center;
  gap: 80px;
}
.categoryLink ul li {
  text-align: center;
}
.categoryLink ul a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.categoryLink ul img {
  width: 100%;
  max-width: 190px;
  height: auto;
  margin-bottom: 5px;
}
.categoryLink ul p {
  padding-left: 10%;
  color: #555;
}
.categoryLink ul p.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.categoryLink ul p.outline {
  font-size: 13px;
  line-height: 1.3;
}
@media screen and (max-width: 1280px) {
  .categoryLink ul {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .categoryLink ul {
    flex-wrap: wrap;
    gap: 0;
    margin-right: 3%;
  }
  .categoryLink ul li {
    width: 50%;
    padding: 1%;
    margin-bottom: 30px;
    text-align: center;
  }
}

.twoPieces, .clearfix {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.twoPieces img, .clearfix img {
  max-width: 48%;
}
.twoPieces div img, .twoPieces a img, .clearfix div img, .clearfix a img {
  max-width: 98%;
}

.added {
  background: #fff;
  position: relative;
  margin: 40px 0;
  padding: 40px 30px 30px;
  border: 1px solid #ececec;
}
.added .title {
  position: absolute;
  top: -15px;
  background-color: rgb(255, 248, 238);
  border-left: 4px solid #ef9393;
  padding: 0.25em 2em;
  color: #e14848;
  transform: rotate(-3deg);
}
.added p {
  margin-bottom: 25px;
}
.added p:last-child {
  margin-bottom: 0;
}

.memo {
  background: #fff;
  margin-bottom: 30px;
  border: 3px solid #c9dee0;
  border-radius: 6px;
  padding: 20px;
}
.memo .title {
  clear: both;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 15px;
  border-left: 5px solid #97D4DA;
  padding-left: 10px;
}
.memo p {
  margin-bottom: 25px;
}
.memo p:last-child {
  margin-bottom: 0;
}

.memo.alert {
  border: 3px solid #f1c1be;
}
.memo.alert .title {
  border-left: 5px solid #f5958f;
}

.sampleLink {
  display: block;
  font-weight: bold;
  margin: 20px auto 80px;
  border-radius: 4px;
  box-shadow: 0 3px 0 #ddd;
  padding: 10px 0;
  text-align: center;
  max-width: 450px;
  color: #fff;
  background-color: #f4b824;
  -webkit-box-shadow: 0 3px rgba(123, 100, 44, 0.75);
  -moz-box-shadow: 0 3px rgba(123, 100, 44, 0.75);
  box-shadow: 0 3px rgba(123, 100, 44, 0.75);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
  text-shadow: none;
  font-size: 116%;
}

.sampleLink:hover {
  background-color: #f69226;
  -webkit-box-shadow: 0 3px rgba(126, 87, 43, 0.75);
  -moz-box-shadow: 0 3px rgba(126, 87, 43, 0.75);
  box-shadow: 0 3px rgba(126, 87, 43, 0.75);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
  color: #fff;
}

#appreach-box {
  border: solid 3px #ececec;
  margin: 40px auto 30px;
  background: #fff;
  padding: 10px 10px 0;
}

.appreach-links {
  margin-bottom: 10px;
}

.appreach-footer {
  margin-bottom: 0;
  line-height: 0;
}

#appreach-appname {
  font-weight: bold;
}

.appIcon img, .bookmarklet-gp img, .androidhtml img {
  box-shadow: none !important;
}

.appIcon img {
  border-radius: 17px;
}

.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #ececec;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach a {
  margin: 0;
}
.appreach a:after {
  display: none;
}

.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}

.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}

.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}

.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}

.appreach__info {
  font-size: 12px !important;
}

.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}

.appreach__posted a {
  margin-left: 0.5em;
}

.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}

.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}

.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}

.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}

.appreach__star__base {
  position: absolute;
  color: #737373;
}

.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

.amazlet-box {
  color: #3E3E3E;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 32px;
  margin-bottom: 32px !important;
  padding: 26px 16px;
  border: 1px solid #eee;
  position: relative;
}

.amazlet-box a {
  text-decoration: underline;
  box-shadow: none;
}

.amazlet-box a:hover {
  box-shadow: none;
}

.amazlet-image {
  margin: 0px 14px 1px 0px !important;
}

.amazlet-image img {
  margin: 0;
}

.amazlet-name a {
  color: #3f89ff;
}

.amazlet-name a:hover {
  color: #ffb83f;
}

.amazlet-powered-date {
  font-size: 10px !important;
}

.amazlet-detail {
  font-size: 12px;
}

.amazlet-link {
  margin-top: 10px !important;
}

.amazlet-link a {
  padding: 12px; /* ボタン内側の余白 */
  border-radius: 3px;
  border-bottom: 3px solid #FF9901;
  margin: 10px 0;
  background-color: #FFA01C;
  color: #fff;
  text-decoration: none;
  width: 278px; /* ボタンの幅 */
  display: block;
  text-align: center;
  font-size: 16px;
}

.amazlet-link a:hover {
  color: #fff !important;
}

/***  解像度480px以下のスタイル ***/
@media screen and (max-width: 480px) {
  .amazlet-sub-info {
    width: 100%;
  }
  .amazlet-link a {
    width: 100%;
  }
}
.adBox_column1 {
  text-align: center;
}

.adBox_column2 {
  display: flex;
  justify-content: center;
  gap: 10px;
  min-height: 250px;
  max-height: 280px;
}

.wpcf7 input[name=your-name],
.wpcf7 input[name=your-email],
.wpcf7 input[name=your-subject] {
  width: 100%;
  height: 35px !important;
  background: #fff;
}

.wpcf7 textarea[name=your-message] {
  width: 100%;
  height: 300px !important;
  background: #fff;
}

.wpcf7 input[type=submit] {
  width: 50%;
  padding: 10px;
  margin-top: 30px;
  margin-left: 25%;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
  box-shadow: 0 3px 0 #ddd;
  background: #D89CA6;
  transition: 0.3s;
}

.wpcf7-submit:hover {
  background: #a4dd6c;
  transform: translate3d(0px, 3px, 1px);
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
}/*# sourceMappingURL=style.css.map */