@charset "utf-8";
/*
Theme Name: 秋田市医師会立秋田看護学校
Theme URI:
Description:
Author:
Version: 1.0
License:
License URI:
Tags:
*/
/*-----------------------------------------------------
@@ Reset
------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
html {
  height: 100%;

}
body {
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap : break-word;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
  /*overflow-x: hidden;*/
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
  max-width: 100%;
}
:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
#root, #__next {
  isolation: isolate;
}

/* For modern browsers */
.clearfix:before,.clearfix:after,.cf:before,.cf:after{
  content:"";
  display:table;
}
.clearfix:after,.cf:after{clear:both;}
.clearfix,.cf{zoom:1;}/* For IE 6/7 (trigger hasLayout) */

ul{
  padding: 0;
}

/*-----------------------------------------------------
@@ 基本
------------------------------------------------------*/
:root {
  --primary-color: #F0566e;
  
  /*    --primary-color: #F04E58; */
  /*  --primary-color: #cb3b3e;   origin */
  /*  候補  ea5c5e　*/
  --text-color: #202020;
  --link-color: #3B95CC;
  --hover-color: #ff6600;
  --form-border: #777777;
  --line-color: #ebc9c9;
  --black-color: #000000;
  --headmenubg-color: #fcc0bc;
  --pink-color: #ffe4e4;
  --pink2-color: #f9c2e3;
}




a {
  color: var(--link-color);
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  color: var(--hover-color);
}
a:hover img {
  transition-duration: 0.1s;
}

html {
  color: var(--text-color);
  background: white;
  block-size: 100%;
  -webkit-text-size-adjust: none;
}
body {
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", 'sans-serif' , 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'BIZ UDPGothic', 'メイリオ', sans-serif;
  background-color: white;
  overflow-y: scroll;
  min-height: 100dvh;
}

#layer {
  display: none;
}
@media screen and (max-width: 767.9px) {/* @@ sm xs 767px以下(スマホ) */
  #layer {
      position: fixed;
      /*z-index: 500;*/
      background: var(--black-color);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      filter: alpha(opacity=0);
      opacity: 0.0;
      display: none;
  }
}

/*-----------------------------------------------------
@@ ヘッダ
------------------------------------------------------*/
header#page-header {
  width: min(100%);
  margin-inline: auto;
  position: sticky;
  top: 0;
  background-color: white;
  /*  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2); */
  z-index: 10;
}
.header__inner {
  width: min(100%, 1200px);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  height: 80px;
}

.header__inner h1 {
  margin-right: auto;
}
.header__inner h1 a {
  /*color: var(--primary-color);
  font-size: 18px;
  padding-left: 36px;*/
  position: relative;
  display: block;
  width: 280px;
  aspect-ratio: 280 / 80;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(./images/logo.webp) no-repeat 0 0;
  background-size: contain;
}
/*.header__inner h1 a:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(./images/schoolemblem.webp) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}*/

@media screen and (min-width: 1200px) {


  .wrap-headermenu {
  }
  #headermenu {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
  }

  #headermenu-btn {display: none;}

  ul.headermenu-list {
    list-style-type: none;
    height: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0 1em;
    margin-right: 20px;
    align-items: center;
  }
  ul.headermenu-list > li {
    font-size: 15px;
    display: block;
  }
  ul.headermenu-list > li > a:not([class]) {
    display: block;
    line-height: 40px;
    text-align: center;
    color: var(--text-color);
    text-decoration: none;
    position: relative;
  }
  ul.headermenu-list > li > a:not([class]):hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: pink;
    position: absolute;
    bottom: -0px;
    left: 0;
  }

  .sns__insta {
    display: block;
    width: 32px;
    aspect-ratio: 1 / 1;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(./images/sns__insta.webp) no-repeat 0 0;
    background-size: contain;
  }

}/* PC ここまで */

@media screen and (max-width: 1199.9px) {

  .wrap-header {
    background-color: white;
  }
  header#page-header {
    margin-inline: auto;
    height: 80px;
    z-index: 10;
  }

  header#page-header h1 {
  }
  header#page-header h1 a {
  }
  .wrap-headermenu {
    position: relative;
  }

  #headermenu-btn {
    display: block;
    width: 40px;/*★*/
    height: 40px;/*★*/
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    background-color: transparent;
    /*border: 2px solid white;*/
    border-radius: 4px;
    cursor: pointer;
    margin: auto;
    z-index: 1000;
  }
  #headermenu-btn span {
    position: absolute;
    display: block;
    width: 70%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--primary-color);
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s;
  }
  #headermenu-btn span:first-child {
    top: 22%;
  }
  #headermenu-btn span:nth-child(2) {
    top: 0;
    bottom: 0;
    opacity: 1;
  }
  #headermenu-btn span:nth-child(3) {
    bottom: 22%;
  }
  #headermenu-btn.clicked span:first-child {
    transform: rotate(45deg);/*★*/
    top: 47%;
  }
    #headermenu-btn.clicked span:nth-child(2) {
    opacity: 0;
  }
  #headermenu-btn.clicked span:nth-child(3) {
    transform: rotate(-45deg);/*★*/
    bottom: 47%;
  }

  #headermenu {
    display: none;  /* 最初は非表示 */
    z-index: 1000;
    position: absolute;
    width: min(100vw, 430px);
    background-color: var(--headmenubg-color);
    padding: 1em 0.5em;
    top: 40px;
    right: 0;
  }

  .headermenu-list {
    font-size: 0;
    list-style-type: none;
    width: min(320px, 90%);
    margin: 0 auto;
  }
  .headermenu-list > li {
    font-size: 16px;
    line-height: 1.25;
    border-top: 1px dotted white;
    text-align: left;
    background-color: var(--primary-color);
  }
  .headermenu-list > li:last-child {
    border-bottom: 1px dotted white;
  }
  .headermenu-list > li > a {
    display: block;
    padding: 0.5em 1.75em 0.5em 0.5em;
    text-decoration: none;
    color: white;
    /*background-color: white;*/
    position: relative;
  }
  .headermenu-list > li > a:hover {
    background-color: var(--line-color);
  }
  .headermenu-list > li > a:before {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.75em;
    margin: auto;
    transition-duration: 0.3s;
  }
  .headermenu-list > li > a:hover:before {
    right: 0.6em;
  }

  .headermenu-list > li > a.sns__insta {
    padding-left: 36px;
  }
  .headermenu-list > li > a.sns__insta:after {
    content: "";
    display: block;
    width: 24px;
    aspect-ratio: 1 / 1;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(./images/sns__insta.webp) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin :auto;
  }

}/* スマホ ここまで */


/*-----------------------------------------------------
@@ フッタ
------------------------------------------------------*/
#page-footer{
  clear: both;
  width: 100%;
  padding: 20px 0 100px;
  position: sticky;
  top: 100%;
  will-change: transform;
  margin-top: 60px;
  border-top: 30px solid var(--primary-color);
}
.footer__logo {
  display: block;
  width: 280px;
  aspect-ratio: 280 / 80;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(./images/logo.webp) no-repeat 0 0;
  background-size: contain;
  margin: 30px auto;
}
.footer__copyright {
  font-size: 14px;
  text-align: center;
  margin: 0;
}

#voc {
  display: block;
  width: 200px;
  aspect-ratio: 1 / 1;
  z-index: 2;
  position: fixed;
  right: 40px;
  bottom: 10px;
}
#voc a {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(./images/voc__float-pc.webp) no-repeat 0 0;
  background-size: contain;
  filter: drop-shadow(0px 0px 3px rgba(0,0,0, 0.6));
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 767.9px) {

  #voc {
    width: min(300px, 90%);
    aspect-ratio: 300 / 60;
    right: 0;
    left: 0;
    bottom: 5px;
    margin: auto;
  }
  #voc a {
    aspect-ratio: 300 / 60;
    background: url(./images/voc__float-sp.webp) no-repeat 0 0;
    background-size: contain;
    animation: none;
  }

}

@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}


/*-----------------------------------------------------
@@ メイン
------------------------------------------------------*/
.contents-full {
  width: min(100%, 1920px);
  margin: 0 auto;
  text-align: left;
}
.contents-normal {
  width: min(100% - 40px, 960px);
  margin: 0 auto;
  text-align: left;
}
.virtualopencampasimg img{
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
}/* PC ここまで */
@media screen and (max-width: 767.9px) {
}/* スマホ ここまで */


/*-----------------------------------------------------
@@ 段落
------------------------------------------------------*/
/*p {
  margin-block: calc((1em - 1lh) / 2) 1lh;
}*/
article p:has(+ p, + ul, +ol, +dl) {
  margin-bottom: 1lh;
}
p.indent1{
  text-indent: -1em;
  margin-left: 1em;
}

p.err-box{
  color: red;
  border: 1px solid red;
  padding: 8px;
}


/*-----------------------------------------------------
@@ IME制御（WinIEのみ）等
------------------------------------------------------*/
.imeon  {ime-mode: active;}
.imeoff {ime-mode: disabled;}

.right  {text-align: right;}
.center {text-align: center;}
.left   {text-align: left;}

.nowrap {white-space: nowrap;}

@media screen and (min-width: 768px) {
  .sp, .smp {display: none !important;}
}
@media screen and (max-width: 767.9px) {
  .pc {display: none !important;}
}



/*-----------------------------------------------------
@@ レスポンシブ対策
------------------------------------------------------*/
video, object {
  max-width: 100%;
  height: auto;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}
/* YouTube等のiframeを囲む
<div class="video169"><iframe>...</iframe></div> 16:9の場合
<div class="video34"><iframe>...</iframe></div> 4:3の場合
*/
.video169, .video34 {
  width:100%;
  height: auto;
  position: relative;
}
.video169 {aspect-ratio: 16 / 9;}
.video34  {aspect-ratio: 4 / 3;}

.video169 iframe, .video34 iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* @@ Googleマップ */
.gmap {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0 auto 20px;
}
.gmap iframe,.gmap object,.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767.9px){
  .gmap {
    /*height: 300px;*/
    margin: 0 auto 10px;
  }
}


/*-----------------------------------------------------
@@ 共通
------------------------------------------------------*/
section {
  padding: 30px 0;
}

.list-01 {
  list-style-type: disc;
  font-size: 16px;
  line-height: 2;
  padding-left: 1.8em;
  margin-bottom: 1lh;
}
.list-01 > li {
  line-height: 2;
}


.list__num-01 {
  list-style-type: none;
  counter-reset: number;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1lh;
}
.list__num-01 > li {
  line-height: 2;
  position: relative;
  padding-left: 1.8em;
}
.list__num-01 > li:before {
  counter-increment: number;
  content: counter(number)'.';
  position: absolute;
  left: 0;
  top: 0;
}


.list__dl-01 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1lh;
}
.list__dl-01 dt {
  font-weight: 700;
  line-height: 2;
}
.list__dl-01 dd {
  line-height: 2;
  margin-bottom: 1lh;
}

.page__footer__link {
  margin-top: 120px;
}



.pdf__title {
  font-size: 22px;
  font-weight: 700;
  margin: 60px 0 8px;
  color: var(--primary-color);
  padding-top: 100px;
  margin-top: -50px;
}
.pdf__list {
  list-style-type: none;
}
.pdf__list > li {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.pdf__list > li > a {
  padding-left: 32px;
  position: relative;
}
.pdf__list > li > a:before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 440 / 512;
  background: url(./images/pdf.webp) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}


@media (min-width: 768px) {

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

}/* スマホ ここまで============================ */


/* @@ なんか */


/*-----------------------------------------------------
@@ index インデックス トップページ
------------------------------------------------------*/
.kv {
  background-color: var(--primary-color);
  position: relative;
}
.kv img {
  width: 100%;
  opacity: 0.9;
  filter: brightness(0.8) contrast(1.2);
}

.kv__catch {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: white;
  font-feature-settings: "palt" 1;
  filter: drop-shadow(0px 0px 3px rgba(0,0,0, 0.6));
}
@media screen and (max-width: 767.9px) {

  .kv__catch {
    font-size: 20px;
  }

}

.index__title-01 {
  font-size: 48px;
  color: var(--primary-color);
  text-align: center;
  margin: 2lh auto 1lh;
}
.index__list-01 {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px 10px;
}
.index__list-01 > li {
}
.index__list-01 > li > a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  padding: 1em 0.5em 1em 0.3em;
  color: white;
  background-color: var(--primary-color);
  border-radius: 1000px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index__list-01 > li > a:before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-top: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  transition-duration: 0.3s;
}
.index__list-01 > li > a:hover:before {
  right: 1.2em;
}
@media screen and (max-width: 767.9px) {

  .index__title-01 {
    font-size: 32px;
  }
  .index__list-01 {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px 10px;
  }
  .index__list-01 > li > a {
    font-size: 14px;
    min-height: 68px;
    padding: 1em 1.6em 1em 1em;
  }
  .index__list-01 > li > a:before {
    width: 0.7em;
    height: 0.7em;
    border-top: 2px solid white;
    border-right: 2px solid white;
    right: 0.8em;
  }
.index__list-01 > li > a:hover:before {
  right: 0.5em;
}

}



.footer__img-01 {
  margin-top: 60px;
}



.topics__list-01 {
  width: min(100%, 800px);
  margin-inline: auto;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px 0;
}
.topics__list-01 > li {
}
.topics__list-01 > li > a {
  display: block;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.topics__list-01 > li > a > img {
  display: block;
  width: 110px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-right: 16px;
  outline: 1px solid var(--line-color);
}
.topics__list-01__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.topics__list__date {
  font-size: 14px;
  margin: 0;
  color: var(--text-color);
}
.topics__list__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: var(--primary-color);
}
.topics__list__description {
  font-size: 14px;
  margin: 0;
  color: var(--text-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767.9px) {

  .topics__list-01 > li > a > img {
    width: 100px;
    aspect-ratio: 1 / 1;
    margin-right: 8px;
  }
  .topics__list-01 > li > a {
    align-items: flex-start;
  }
  .topics__list__title {
    font-size: 18px;
  }

}


.index__p__topics {
  width: min(100%, 800px);
  margin: 16px auto 0;
  font-size: 14px;
  text-align: right;
}





.btn__virtualopencampas {
  margin: 30px auto;
  display: block;
}
.btn__virtualopencampas img {
  display: block;
  margin-inline: auto;
}


/*-----------------------------------------------------
@@ 
------------------------------------------------------*/

.page-title {
  font-size: 28px;
  line-height: 1.25;
  color: var(--primary-color);
  margin: 2lh 0 1lh;
  padding-bottom: 0.2lh;
  border-bottom: 0.3lh solid var(--primary-color);
  font-feature-settings: "palt" 1;
}

.title-02 {
  font-size: 22px;
  line-height: 1.25;
  color: var(--primary-color);
  margin: 2lh 0 1lh;
  padding: 0 0 0.2lh 0.2em;
  border-bottom: 3px dotted var(--primary-color);
  font-feature-settings: "palt" 1;
  position: relative;
  border-bottom: 3px dotted var(--primary-color);
}
.title-03 {
  font-size: 20px;
  line-height: 1.25;
  color: var(--primary-color);
  margin: 2lh 0 1lh;
  padding: 0 0 0.2lh 0.2em;
  font-feature-settings: "palt" 1;
  position: relative;
}



.title-03-line {
  padding-bottom : 30px;
  border-bottom: 1px dotted var(--primary-color);
}

.title-04 {
  font-size: 18px;
  line-height: 1.25;
  color: var(--primary-color);
  margin: 2lh 0 1lh;
  padding: 0 0 0.2lh 0.2em;
  font-feature-settings: "palt" 1;
  position: relative;
}
.title-04:before {
  content: "●";
}

/* sectionのすぐ後はmargin-topを0に */
section > .title-02:first-child,
section > .title-03:first-child,
section > .title-04:first-child {
  margin-top: 0;
}



.list__title-01 {
  font-size: 20px;
  line-height: 1.25;
  color: var(--primary-color);
  margin: 2lh 0 1lh;
  font-feature-settings: "palt" 1;

}
.list__title-01:before {
  font-family: "Font Awesome 6 Free";
  content: "\e56e";
  padding-right: 5px;
}

/*-----------------------------------------------------
@@ 学校長挨拶
------------------------------------------------------*/
.greeting__img-01 {
  display: block;
  margin: 0 auto 8px;
  width: 182px;
}

.greeting__box-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.greeting__box-01__left {
  width: 182px;
  margin-right: 20px;
}
.greeting__box-01__right {
  flex: 1;
}
@media screen and (max-width: 767.9px) {
  .greeting__box-01 {
    flex-direction: column;
    gap: 20px;
  }
  .greeting__box-01__left {
    width: 100%;
    margin-right: 0;
  }
  .greeting__box-01__right {
  }

}


.greeting__title-01 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5lh;
  color: var(--primary-color);
}
.greeting__list-01 {
  list-style-type: decimal;
  max-inline-size: max-content;
  margin-inline: auto;
  border: 3px solid var(--primary-color);
  border-radius: 6px;
  padding: 1em 2em 1em 3em;
  background-color: var(--pink-color);
  font-size: 18px;
}
.greeting__list-01 > li {
  line-height: 2;
}

.greeting__tbl-01 {
  width: min(100%, 800px) !important;
  margin-inline: auto;
  border-collapse: collapse;
  border: none;
}
.greeting__tbl-01 tr:nth-child(2n+1) {
  background-color: var(--pink2-color);
}
.greeting__tbl-01 tr:nth-child(2n) {
  background-color: var(--pink-color);
}
.greeting__tbl-01 th,
.greeting__tbl-01 td {
  font-size: 16px;
  line-height: 1.25;
  padding: 0.5lh 0.5em;
  font-weight: 500;
  border: none;
}
.greeting__tbl-01 th {
}
.greeting__tbl-01 td {
}
@media screen and (max-width: 767.9px) {

  .greeting__tbl-01 th,
  .greeting__tbl-01 td {
    display: block;
  }
  .greeting__tbl-01 th {
    padding-bottom: 0;
    font-weight: 700;
  }
  .greeting__tbl-01 td {
    padding-top: 0;
  }

}

/*-----------------------------------------------------
@@ トピックス
------------------------------------------------------*/

.single__fotter__link {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 1%;
  margin-top: 60px;
}
.single__fotter__link > li {
  width: 33%;
}
.single__fotter__link > li:first-child {
  text-align: left;
}
.single__fotter__link > li:nth-child(2) {
  text-align: center;
}
.single__fotter__link > li:nth-child(3) {
  text-align: right;
}

.topics__date {
  font-size: 14px;
  text-align: right;
  margin-bottom: 0.5em;
}

body.single-topics .contents-normal p:not([class]) {
  line-height: 1.75;
}


/*-----------------------------------------------------
@@ 
------------------------------------------------------*/




/*-----------------------------------------------------
@@ フォーム
------------------------------------------------------*/
form {
  vertical-align:baseline;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  border: 1px solid var(--form-border);
  padding: 4px;
  margin: 2px 4px 2px 0;
  font-size: 16px;
  line-height: 1.5;
}
select{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  max-width: 100%; 
  padding: 4px 2.5em 4px 4px;
  margin: 2px 4px 2px 0;
  outline: none;
  border: 1px solid var(--form-border);
  background: white url(images/arrow-select.png) no-repeat right 8px top 50%;
  background-size: 15px 15px;
}
select::-ms-expand {
  display: none;
}
select option {
  font-weight: normal;
}

textarea{
  overflow: auto;/* 内容が少ないのに薄くスクロールバーが出る事への対策。IEのみ  */
  resize: vertical;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus {
  border: 1px solid var(--form-border);
  background-color: #ffe9ec;
  /*box-shadow:0px 0px 0px 2px rgba(58, 169, 255, .3);*/
}
textarea:read-only:focus,
select:read-only:focus,
input[type="text"]:read-only:focus,
input[type="email"]:read-only:focus,
input[type="password"]:read-only:focus,
input[type="tel"]:read-only:focus {
  background-color: white;
}

input[type="submit"],
input[type="button"],
button {
  border: 1px solid var(--form-border);
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.2;
  overflow:visible;
  background-color: #eeeeee;
  color: #333;
}
input[type="submit"]:hover,
button:hover {
  cursor: pointer;
}
input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed;
  color: #ccc;
}

label{
  font-size: 16px;
  margin-right: 1em;
  cursor: pointer;
  position: relative;
}

::placeholder{
  color: #999;
}


/* @@ チェックボックス、ラジオ */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #eb3434;
    --active-inner: #fff;
    --focus: 2px rgba(58, 169, 255, .3);
    --border: #777777;
    --border-hover: #349beb;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 2px 0;
    padding: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
    font-family: Arial;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  /*input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }*/
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type='checkbox']:not(.switch) {
    border-radius: 4px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 6px;
    height: 10px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }

  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: .5;
  }
}

/*-----------------------------------------------------
@@ お問い合わせ
------------------------------------------------------*/
.input-01 {
  width: 100%;
}
.textarea-01 {
  width: 100%;
  height: 300px;
}

.form-01 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #777;
}
.form-01 th,
.form-01 td {
  border: 1px solid #777;
  padding: 0.5em;
  font-weight: 500;
}
.form-01 th {
  background-color: var(--pink-color);
}
@media screen and (max-width: 767.9px) {

  .form-01 {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #777;
  }
  .form-01 th,
  .form-01 td {
    display: block;
    text-align: left;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    border-left: 1px solid #777;
    border-bottom: none;
  }

}/* スマホ ここまで============================ */


.kakunin__input {
  border-color: white !important;
}


input[type="submit"].btn-01, input[type="button"].btn-01, button.btn-01 {
  font-size: 1.2em;
  line-height: 1;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  margin: 0;
  color: white;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 1000px;
  text-decoration: none;
  cursor: pointer;
}
input[type="submit"].btn-01:hover, input[type="button"].btn-01:hover, button.btn-01:hover {
  color: var(--text-color);
  background-color: #FFC0CB;
}
.form-btn-01 {
  width: min(100% - 40px, 777px);
  margin: 30px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  column-gap: 8px; /* 横方向の余白 */
  position: relative;
}

.box-btn-01 {
  text-align: center;
}

/*.wpcf7-response-output {
  width: min(100% - 40px, 777px);
  margin: 0 auto !important;
}*/
.wpcf7-list-item input[type='checkbox']{
  margin: 0 4px 0 0;
}
.wpcf7-spinner {
  margin: 0 !important;
  position: absolute !important;
  top: 0;
  right: 0;
}

/*-----------------------------------------------------
@@ 
------------------------------------------------------*/


/*-----------------------------------------------------
@@ ブロックエディタ
------------------------------------------------------*/
ul:not([class]),
ul.wp-block-list {
  list-style: disc;
  margin-top: 1lh;
  margin-bottom: 1lh;
}
ul:not([class]) > li,
ul.wp-block-list > li {
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-left: 1.8em;
}
ol:not([class]),
ol.wp-block-list {
  list-style: decimal;
  margin-top: 1lh;
  margin-bottom: 1lh;
}
ol:not([class]) > li,
ol.wp-block-list > li {
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-left: 1.8em;
}
ol:not([class]) ol {
  list-style: lower-roman;
}


.wp-block-list {
}

/* @@@ 追加カラー */
.has-maincolor-color {
  color: var(--primary-color) !important;
}
.has-maincolor-background-color {
  background: var(--primary-color) !important;
}
.has-pink1-color {
  color: #cb3b3e !important;
}
.has-pink1-background-color {
  background: #cb3b3e !important;
}
.has-pink2-color {
  color: var(--pink-color) !important;
}
.has-pink2-background-color {
  background: var(--pink-color) !important;
}
.has-black-color {
  color: #000 !important;
}
.has-black-background-color {
  background: #000 !important;
}
.has-cyanbluegray-color {
  color: #abb8c3 !important;
}
.has-cyanbluegray-background-color {
  background: #abb8c3 !important;
}
.has-orange-color {
  color: #ff6900 !important;
}
.has-orange-background-color {
  background: #ff6900 !important;
}
.has-kohaku-color {
  color: #fcb900 !important;
}
.has-kohaku-background-color {
  background: #fcb900 !important;
}
.has-greencyan-color {
  color: #00d084 !important;
}
.has-greencyan-background-color {
  background: #00d084 !important;
}
.has-cyanblue-color {
  color: #0693e3 !important;
}
.has-cyanblue-background-color {
  background: #0693e3 !important;
}
.has-purple-color {
  color: #9b51e0 !important;
}
.has-purple-background-color {
  background: #9b51e0 !important;
}


/*-----------------------------------------------------
@@ WordPress純正のページネーション
------------------------------------------------------*/

.nav-links {
  margin-top: 60px;
}

ul.page-numbers {
  font-size: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 4px; /* 横方向の余白 */
  row-gap: 4px; /* 縦方向の余白 */
  margin: 0 auto 60px;
}
.page-numbers > li {
  font-size: 14px;
  line-height: 1;
  margin: 2px 0;
}
.page-numbers > li > a,
.page-numbers > li > span {
  border-radius: 4px;
  padding: 3px 8px;
  display: block;
  text-decoration: none;
  padding: 0.5em 0.75em 0.6em;
  line-height: 1;
}
.page-numbers > li > a {
  border: 1px solid #777;
  font-weight: 500;
  color: white;
  background-color: #777;
}
.page-numbers > li > a:hover {
  opacity: 0.8;
}
.page-numbers > li > span {
  border: 1px solid #777;
  font-weight: 500;
  background-color: white;
  color: #777;
}
.page-numbers > li > span.current {
  border: 1px solid var(--primary-color);
  font-weight: 700;
  background-color: var(--primary-color);
  color: white;
}

/*-----------------------------------------------------
@@ for WordPress
http://hijiriworld.com/web/wp-native-css/
------------------------------------------------------*/
.single-waku strong { font-weight: bold; }
.single-waku em { font-style: italic; }
.single-waku blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/*.entry p {
  line-height: 2;
}*/


/* ｛All in One SEO」の管理バーへの表示を隠す */
#wp-admin-bar-aioseo-main {
  display: none !important;
}

/*-----------------------------------------------------
@@ ページトップへ戻る
------------------------------------------------------*/
#page_top {
  width: 40px;
  aspect-ratio: 1 / 1;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
#page_top a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: var(--primary-color) url(images/arrow02.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -100%;/* 表示領域の外（下）へ */
}

/*-----------------------------------------------------
@@ Google ReCAPTCHA
------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
.p-recaptcha {
  font-size: 13px;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .p-recaptcha {
    text-align: left;
  }
}

