@charset "UTF-8";
/*色*/
.myblue{
color: #3dc8e0;	
font-weight: bold;
}
.mypink{
	color: #e03d77;
	font-weight: bold;
}
.mky_blue_a {
    background-color: #bae1eb;
}
.mky_blue {
    background: linear-gradient(transparent 70%,#bae1eb 70%);
}

picture img{
	filter: drop-shadow(0 0 10px #e2e2e2);
}

/*フッターのたて幅*/
#footer .inner > *:first-child:not(#copy) {
    margin-top: calc(clamp(40px, 11.11111vw, 56px) - 2em);
}
#footer .inner{
    gap:0; 
}

#footer {
background: linear-gradient(120deg, rgb(224, 61, 119,0.7), rgb(61, 200, 224,0.7));
   /* background-color: var(--clr-footer-bg, var(--clr-main, #037e93));*/
    color: var(--clr-footer-txt, #fff);
}
    
/*サイトマップのボーダー削除*/
.footer-menu_ul > li {
    border-top: none;
    border-left: none;
}
.footer-menu_ul > li:last-child {
    border-bottom: none;
    border-right: none;
}

/*サイトマップを真ん中に*/
.footer-menu_ul {
	align-items: center;
}

/*スマホ版のボタン文字の大きさ*/
@media (max-width: 1024px) {
.credit{
	font-size: 14px;
}
}

/*見出しデザイン*/
h2:not([class*="topic"]){
  background-color:transparent;
 color: var(--clr-articletitle-txt, #3dc8e0);
 margin-top: 1.5em;
 padding: 64px 0 10px;
 border-bottom:3px solid #3dc8e0 ;
 
 background-image: url(img/h2.png);
background-position: center top;
background-size: auto;
background-repeat: no-repeat;
 
 text-align: center;
}

h2:not([class*="topic"]) i {
  margin-bottom: .1em;
}
h3:not([class*="topic"]) {
  border-bottom: 3px dotted var(--clr-main, #3dc8e0);
  margin-top: 2em;
  padding-bottom: .66666em;
  position: relative;
}
h3:not([class*="topic"])::first-letter{
	color: #3dc8e0;
}
h4:not([class*="topic"]) {
  padding-left: .54545em;
  position: relative;
  border-left: 4px solid var(--clr-main, #e03d77);
}

h5:not([class*="topic"])::before {
  background: var(--clr-main, #e03d77);
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: .5em;
  height: .5em;
}
  
  /*サイドメニューのデザイン*/
  .menubox > .title,
#pickupentry > .title,
.newentry-title,
#menu .space-box > .title,
#rmenu .space-box > .title {
  background: linear-gradient(120deg, rgb(224, 61, 119,0.7), rgb(61, 200, 224,0.7));
  color: var(--clr-menutitle-txt);
  border-bottom:none;
  font-size: clamp(2rem, 5.55555vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding: .5em 0;
  text-align: center;
  
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.menubox .sitemenu a,
#submenu:not([class="submenu-image"]) a {
  color: var(--clr-menu-txt, inherit);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1.4em 0;
  background-color: #fff;
}


*,
::before,
::after {
  box-sizing: border-box;
  border: 0 dotted var(--clr-border, #3dc8e0);
  min-width: 0;
}

.menubox .sitemenu li:last-child a::after{
 display: none;
}

[data-headerimg-type="header"][data-headerimg-title="left"] .headerimg-txt{
	width: 70%;
}
.headerimg-title {
    font-size: clamp(2rem, 5.55555vw, 2.8rem);
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
      background: linear-gradient(120deg, rgb(224, 61, 119,0.8), rgb(61, 200, 224,0.8));
    padding:1.6rem;
    border-radius: 10px;
}
.headerimg-desc {
    font-size: clamp(1.3rem, 3.61111vw, 1.4rem);
    line-height: 1.9;
    opacity: .95;
    color: #333;
     background: rgba(255,255,255,0.8);
     padding: 1.6rem;
}
.headerimg-txt {
 	gap: 0;
}

#logo {
  color: var(--clr-logo-txt, var(--clr-header-fixed-txt, #3dc8e0));
  font-weight: 700;
  line-height: 1.5;
}
#logo a img:hover{
	opacity: 0.7;
	transition:all 0.3s;
}

[data-headerimg-type="header"] .headerimg-txt {
    background: transparent;
    padding: 2em 0 0 0;
}
.headerimg-txt {
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
    overflow: hidden;
    position: relative;
}
[data-main-header]:not([data-main-header*="header"]) #main-header > * {
    margin-top: 0;
}

.logotext p{
	color: #3dc8e0;
}

#header {
    background-color: var(--clr-header-bg1, var(--clr-main, #fff));
}

@media (max-width: 1024px) {
[data-headerimg-type="header"][data-headerimg-img-sp="true"] .headerimg-desc {
		display: none;
}
}

#spmenu-btn {
    flex-shrink: 0;
    display: none;
}

/*ボタンデザイン*/
a.btn_24 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	min-width: 250px;
           max-width: 350px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #27acd9;
	color: #27acd9;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	transition: all 0.2s ease-in;
}
a.btn_24:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: rgba(0, 0, 0, 0.05);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}
 
a.btn_24:after {
 content: "";
 position: absolute;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: #27acd9;
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}
 
a.btn_24:hover {
 color: #ffffff;
 border: 1px solid #27acd9;
}
 
a.btn_24:hover:before {
 top: -35%;
 background-color: #27acd9;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
 
a.btn_24:hover:after {
 top: -45%;
 background-color: #27acd9;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/*スマホ版のボタン文字の大きさ*/
@media (max-width: 1024px) {
.btn-auto {
    font-size: 14px;
}
}

/*タイトル付きbox*/
.ubox{
  border: 2px solid #3dc8e0;
}
.ubox .title-b{
  background: #3dc8e0;
  color: #FFF;
  margin: 0;
  display:inline-block;
  padding: .3em 1em;
  border-radius: 0 0 5px 0;
}
.ubox .inner{
  padding: 1em 0 1em 1.5em;
}

@media (max-width: 1024px) {
.ubox .inner{
  padding: 1em 1.5em 1em 1.5em;
}
}