@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
*/


/*トップデザイン*/
.img_border img{
	border-radius: 20px;
	border: 3.5px solid #636363;
	box-shadow: 2px 2px 6px #b7b7b7;
}
.top_box_border{
	border-radius: 20px;
	border: 2.5px solid #636363;
	/*box-shadow: 2px 2px 6px #b7b7b7;*/
    position: relative;
  background: #fff;
  overflow: visible;
}
.top_box_border img{
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.top_box_border h3{
	padding:5px;
	margin: 5px;
	border: 0;
}
.top_box_border h3::before {
  content: none !important;
  display: none !important;
}

.top_box_border p{
	padding-left: 10px;
	padding-right:10px;
	padding-bottom:10px;
}

.top_circle-number {
  position: absolute;
  top: -20px;
  left: 0.5rem;
  width: 50px;
  height: 50px;
  background-color: #fff254; /* 明るい黄色 */
  color: #636363;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}
.top_h2 {
    padding: .5em .7em;
    border: 2px solid #176766;
    box-shadow: 5px 5px #176766;
    color: #176766;
}
.top_h2_2 {
    color: #333;
    text-decoration: 4px underline wavy #496032;
    text-underline-offset: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}


/*トップデザインend*/
/*画像デザイン*/
.img_ibitu1 {
  display: inline-block;
  overflow: hidden; /* はみ出る部分を隠す */
  border-radius: 70% 40% 50% 70% / 60% 50% 70% 40%; /* いびつな形 */
}
.img_ibitu1 img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 縦横比を保持 */
}

/*画像デザインend*/
/*ボタンデザイン*/
body .btn-42,
.btn-42 *,
.btn-42 :after,
.btn-42 :before,
.btn-42:after,
.btn-42:before {
  border: 0 solid;
  box-sizing: border-box;
}
.btn-42 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #000;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
}
.btn-42:disabled {
  cursor: default;
}
.btn-42:-moz-focusring {
  outline: auto;
}
.btn-42 svg {
  display: block;
  vertical-align: middle;
}
.btn-42 [hidden] {
  display: none;
}
.btn-42 {
  border-radius: 999px;
  box-sizing: border-box;
  display: block;
  font-weight: 900;
  -webkit-mask-image: none;
  padding: 1rem 3rem;
  position: relative;
  text-transform: uppercase;
}
.btn-42 span {
  mix-blend-mode: difference;
}
.btn-42:before {
  --thickness: 4px;
  border: var(--thickness) solid #fff;
  border-radius: 999px;
  content: "";
  inset: calc(var(--thickness) * -1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: scale(1.3);
  transition: transform 0.2s, opacity 0.2s;
}
.btn-42:hover:before {
  opacity: 1;
  transform: scale(1);
}
.btn-42:hover {
  background-color: transparent;
}

/*ボタンデザインここまで*/
