@charset "utf-8";


/*default set*/
html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.15;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background-color: #E0E0E0;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.07rem;
    font-family: var(--input-font-family, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Helvetica Neue", hiragino sans, "\30d2\30e9\30ae\30ce\89d2\30b4  ProN W3", hiragino kaku gothic pron, "Yu Gothic", yugothic, verdana, meiryo, "M+ 1p", sans-serif);
    
}
main {
    display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: inherit;
    font-size: inherit
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
hr {
    box-sizing: content-box;
    height: 0;
    margin: 0;
    clear: both;
    overflow: visible;
    border-top-width: 1px;
    color: inherit
}
pre {
    font-size: inherit;
    font-family: monospace, monospace
}
address {
    font-style: inherit
}
a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}
b, strong {
    font-weight: bolder
}
code, kbd, samp {
    font-size: inherit;
    font-family: monospace, monospace
}
small {
    font-size: 80%
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
svg, img, embed, object, iframe {
    vertical-align: bottom
}
button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: inherit;
    text-transform: inherit;
    vertical-align: middle
}
button, [type=button], [type=reset], [type=submit] {
    cursor: pointer
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
    cursor: default
}
:-moz-focusring {
    outline: auto
}
select:disabled {
    opacity: inherit
}
option {
    padding: 0
}
fieldset {
    min-width: 0;
    margin: 0;
    padding: 0
}
legend {
    padding: 0
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
[type=number] {
    -moz-appearance: textfield
}
label[for] {
    cursor: pointer
}
details {
    display: block
}
summary {
    display: list-item
}
[contenteditable]:focus {
    outline: auto
}
table {
    border-color: inherit;
    border-collapse: collapse
}
caption {
    text-align: left
}
td, th {
    padding: 0;
    vertical-align: top
}
th {
    font-weight: 700;
    text-align: left
}
h3,p{
    margin:0 0 1em 0;
}

a:hover{
	color:#0099FF;
}

.pc{display: block!important;}
.sp{display: none!important;}
@media (max-width: 768px){
.pc{display: none!important;}
.sp{display: block!important;}   
}






/*harder*/
header{
    padding: 30px 30px 10px 30px;
    transition-duration:0.5s;
    background-color: #FFFFFF;
    position: fixed;
    z-index: 999;
    opacity: 0.9;
    width: 100%;
    box-sizing: border-box;
}
.head_t{
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto 10px auto;
}

.head_l img{
    max-width: 280px;
}

@media (max-width: 768px){
    header{
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
    }
    .head_t{
        margin: 0 auto 0px auto;
    }
    .head_l img{
        max-width: 200px;
    }
}
.head_r{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items:center;

}

.head_r a{
    background-color: #215AA1;
    display: inline-block;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 80%;
    padding: 10px 10px 10px 10px;
    transition:.2s all;
}

.head_r a:first-child{
    margin: 0 10px 0 0;
}
.head_r a:hover{
    background-color: #FFF;
    color: #215AA1;
    border: 1px solid #CCC;
    transition: .5s;
}
.navi{
   display: flex;
   justify-content: space-around;
   align-items: center;
   max-width: 1024px;
   margin: 0 auto 0 auto;
   font-weight: 700;
   text-align: center;
   border-left: 1px solid #CCC;
   border-right: 1px solid #CCC;
}

@media (max-width: 768px){
    .navi{display: none;}
}
.navi li{
    padding: 5px 0 5px 0;
    text-align: center;
    width: 100%;
    transition:.2s all;
}
.navi li a{
    text-align: center;
}
.button{
  display: block;
  transition:.2s all;
}

.navi li+li{
    border-left: 1px solid #CCC;
}
.navi:hover .button{
    opacity:.5;
    transform: scale(.98);
  }
  .navi:hover .button:hover{
    transition: .5s;
    transform:scale(1.1);
    opacity:1;
  }
/*ハンバーガー*/
.menu-btn {
    position:relative;
    display: flex;
    border-radius: 3px;
    margin: 0 0 0 10px;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color:#215AA1;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 20px;
    border-radius: 2px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #999;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 90px 10px 0;
}
.menu-content ul li {
    padding: 0 20px 20px 20px;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 15px;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
main{
    padding: 150px 0 0 0;
    position: relative;
}

@media (max-width: 768px){
    main{
        padding: 60px 0 0 0;
}

}

/*メイン*/
.meinbg{
}
.mainbgh3{
    max-width: 1024px;
    margin: 10px auto 10px auto;
    font-weight: 500;
    font-size: 110%;
	line-height:1.6;
    text-align: center;
}

@media (max-width: 1024px){
    .mainbgh3{
        margin: 30px 30px 30px 30px;
        font-size: 100%;
        text-align: left;
    }

}

@media (max-width: 768px){
    .meinbg{
    width: 100%;
    }
    .mainbgh3{
        margin: 30px 30px 30px 30px;
        font-size: 90%;
        text-align: left;
		line-height:1.5;
    }

}

.meinbg img{
    width: 100%;    
}
.news-wrapper h3{
    color: #58ACAC;
    font-size: 160%;
    font-weight: bold;
    text-align: center;
}


@media (max-width: 768px){
    .news-wrapper h3{
        font-size: 120%;
    }
}


@media (min-width: 768px){
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin:30px auto 60px auto;
    max-width: 1024px;
    width: 100%;
    box-sizing: border-box;
  }

    .tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #58ACAC;;
    display: block;
    order: -1;
  }
  .tab-label {
    color: White;
    background: #AAA;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
  }
  .tab-label:not(:last-of-type) {
    margin-right: 5px;
  }
  .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #FFF;
  }
  
  
  .tab-content p{
  	text-align:right;
	display:block;
	margin:0;
	position:relative;
	padding:10px 0 0 0!important;
  }
  .tab-content p a:hover{
  	color:#0066CC!important;
  }
  
  /* アクティブなタブ */
  .tab-switch:checked+.tab-label {
    background:#58ACAC;
  }
  .tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 30px 30px 60px 30px ;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
  }


  /* ラジオボタン非表示 */
  .tab-switch {
    display: none;
  }

 .tab-wrap li {
    border-bottom: 1px solid #CCC;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
}
.tab-wrap li div{
}
.tab-wrap li .ntime{
}
.tab-wrap li .ncat1,.tab-wrap li .ncat2,.tab-wrap li .ncat3,.tab-wrap li .ncat4,.tab-wrap li .ncat5,.tab-wrap li .ncat6{
    color: #FFF;
    font-size: 80%;
    text-align: center;
    padding: 5px auto 2px auto;
    width: 120px;
    margin: 0 20px 0 20px;
    transition-duration:0.5s;
}
.tab-wrap li .ncat1{
    background-color:#58ACAC;
}
.tab-wrap li .ncat2{
    background-color:#215AA1;
}
.tab-wrap li .ncat3{
    background-color:#7CB744;
}
.tab-wrap li .ncat4{
    background-color:#EF448A;
}
.tab-wrap li .ncat5{
    background-color:#F19101;
}
.tab-wrap li .ncat6{
    background-color:#BA69C8;
}
.tab-wrap li .ncat1 a,.tab-wrap li .ncat2 a,.tab-wrap li .ncat3 a,.tab-wrap li .ncat4 a,.tab-wrap li .ncat5 a,.tab-wrap li .ncat6 a{
    color: #FFF;

}

.tab-wrap li .ntitle{
	color:#0099CC!important;
}


}

@media (max-width: 1024px){
    .tab-wrap {
        width: 100%;
        margin: 30px 0px 30px 0px;
        box-sizing: border-box;
        padding: 0 10px 0 10px;
    box-sizing: border-box;
      }
}



@media (max-width: 768px){
    .tab-label {
        color: White;
        background: #AAA;
        font-weight: bold;
        text-shadow: 0 -1px 0 rgba(0,0,0,.2);
        margin-bottom: -1px;
        padding: 10px .5em;
        border: 1px solid rgba(0,0,0,.2);
        cursor: pointer;
        display: block;
        font-size: 90%;
    box-sizing: border-box;
      }
      .tab-label:before {
        content: '▼';
        margin-right: .2em;
        display:inline-block;
        transform:rotate(-90deg);
      }
      .tab-switch:checked+.tab-label:before {
        transform:rotate(0);
      }
      .tab-content {
        height: 0;
        padding: 0 15px;
        overflow: hidden;
        opacity: 0;
      }
      /* アクティブなタブ */
      .tab-switch:checked+.tab-label {
        background:#58ACAC;
      }
      .tab-switch:checked+.tab-label+.tab-content {
        height: auto;
        overflow: auto;
        margin-bottom: -1px;
        padding: 15px;
        opacity: 1;
        transition: .5s;
        border: 1px solid LightGray;
      }
      /* ラジオボタン非表示 */
      .tab-switch {
        display: none;
      }
      .tab-switch:checked+.tab-label+.tab-content {
        padding: 30px 10px 60px 10px ;
        font-size: 12px;
      }
      .tab-wrap li .ncat1,.tab-wrap li .ncat2,.tab-wrap li .ncat3,.tab-wrap li .ncat4,.tab-wrap li .ncat5,.tab-wrap li .ncat6{
      width: 80px;
      margin: 0 10px 0 10px;
      transition-duration:0.5s;
  }
  .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #FFF;
    box-sizing: border-box;
  } .tab-wrap li {
    border-bottom: 1px solid #CCC;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
}
.tab-wrap li div{
}
.tab-wrap li .ntime{
}
.tab-wrap li .ncat1,.tab-wrap li .ncat2,.tab-wrap li .ncat3,.tab-wrap li .ncat4,.tab-wrap li .ncat5,.tab-wrap li .ncat6{
    color: #FFF;
    font-size: 80%;
    text-align: center;
    padding: 5px auto 2px auto;
    width: 100px;
    margin: 0 20px 0 20px;
    transition-duration:0.5s;
    display:inline-block;
}
.tab-wrap li .ncat1{
    background-color:#58ACAC;
}
.tab-wrap li .ncat2{
    background-color:#215AA1;
}
.tab-wrap li .ncat3{
    background-color:#7CB744;
}
.tab-wrap li .ncat4{
    background-color:#EF448A;
}
.tab-wrap li .ncat5{
    background-color:#F19101;
}
.tab-wrap li .ncat6{
    background-color:#BA69C8;
}
}

.top_box{
    display: flex;
    justify-content: center;
}
.top_l{
	width:240px;
	background-color:#FFFFFF;
	margin:0 20px 20px 20px;
	text-align:center;
}
.top_l h3{
    padding: 10px 0 5px 0px;
	margin:0;
    color: #58ACAC;
    font-size: 110%;
    font-weight: bold;
	z-index:999;
}
.top_l img{
	width:200px;
	margin:5px 0px 5px 0px;
}
.top_r{
	width:auto;
	margin:0 20px 0 0;
}
.top_f{
display:none;
}


@media (max-width: 1024px){
.top_box{
    display: flex;
    justify-content: center;
}
.top_l{
display:none;
}
.top_f{
display:block;
	width:100%;
	background-color:#FFFFFF;
	text-align:center;
}

.top_f ul{
	display:flex;
	flex-wrap: wrap;
	text-align:center;
	align-items: stretch;
	justify-content: center;
	width:100%;
	padding:10px;
	gap:10;
	box-sizing:border-box;
}
.top_f li{
	width:50%;
	margin:5px 0 5px 0;
}

.top_f img{
	width: 80%;
}

.top_l h3{
    padding: 10px 0 5px 0px;
	margin:0;
    color: #58ACAC;
    font-size: 110%;
    font-weight: bold;
	z-index:999;
}
.top_l img{
	width:200px;
	margin:5px 0px 5px 0px;
}
.top_r{
	width:auto;
	margin:0 0px 0 0;
}
}

.cat_bg{
    background-color: #7AB7B1;
    width: 100%;
    background:linear-gradient(#E0E0E0 50%, #7AB7B1 50%);
}
.cat-wap{
    max-width: 1024px;
    margin: 30px auto 30px auto;
    padding: 0 0 30px 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    gap: 10px;
}

.cat-wap .cat-list{
    width: 50%;
	height:120px;
    border: 1px #CCC;
    background-color: #FFF;
    overflow: hidden;
	border-radius: 8px;
    margin: 0 10px 0px 10px;
    display: flex;
    justify-content: center;
}
.cat-list .cat-bg{
	width:30%;
}
.cat-list .cat-bg img{
	width:100%;
	height:120px;
	object-fit: cover;
	object-position: center center;
}

.cat-list .cat-txt{
	width:80%;
}

@media (max-width: 768px){    
.cat_bg{
    background-color: #7AB7B1;
    width: 100%;
    background:#7AB7B1;
    padding: 10px 0 0 0;
    box-sizing: border-box;
}
    .cat-wap{
        display: block;
        gap: 0px;
        box-sizing: border-box;
        margin: 30px 10px 30px 10px;

    }
    .cat-wap .cat-list{
        width: 100%;
        margin: 0 0 30px 0;
        box-sizing: border-box;
		border-radius: 5px;
    }
	

}

.cat-list_img{    
    cursor: pointer;
    height: 180px;
    overflow: hidden!important;
    position:relative;
	z-index:1;
}
.cat-list_img img{  
    transition-duration: 0.5s; /*変化の時間*/
    width: 100%;
    object-fit: contain;
}
/*.cat-list_img:hover  img{  
    transform: scale(1.1); 
    cursor: pointer;
}*/

.cat-wap .cat-list .cat-list_txt{
    padding: 5px 0 5px 0;
    display: flex;
		border-radius: 5px;
}
.cat-wap h3{
    padding: 10px 0 0px 20px;
	margin:00px 0 0 0;
    text-align: left;
    color: #58ACAC;
	background-color:#FFFFFF;
    font-size: 130%;
    font-weight: bold;
	z-index:999;
}
.cat-wap .cat-list .cat-list_txt p{
    padding: 0 20px 0px 20px;
	line-height:1.2;
	font-size:12px;
    margin: 0;
	width:80%;
}

@media (max-width: 768px){  
    .cat-wap .cat-list .cat-list_txt p{
        padding: 0 15px 15px 15px;
        margin: 0;
    }
}


.cat-wap .cat-list .cat-list_txt .cat_bt{
    border-radius:9999px;
    background:#58ACAC;   
    color: #FFF;
    text-align: right;
    font-weight: bold;
    padding: 10px 0 10px 0;
    margin: 10px auto 10px auto;
    max-width: 23px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	width:20%;
}

.cat-wap .cat-list .cat-list_txt .cat_bt::before {
    content: '';
    width: 100%;
    height: 100%;
    background:#215AA1;
    color: #FFF;
    position: absolute;
    left: 00%;
    top: 0;
    transition: .3s;
    z-index: -1;
  }
  
  .cat-wap .cat-list .cat-list_txt .cat_bt:hover::before {
    left: 0;
  }

.cat-wap .cat-list .cat-list_txt .cat_bt::after {
    position: absolute;
    top: 50%;
    right: 7px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
.emg-bt{
    max-width: 1024px;
    margin: 0px auto 60px auto;
    box-sizing: border-box;
    display: flex;
}


.emg-bt .emg-bt_title{
    background-color: #FF2222;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 60px;
    width: 20%;
    text-align: center;
    padding: auto 10px auto 10px;
    line-height: 60px;
    color: #FFF;
    font-weight: bold;
    font-size: 110%;
    box-sizing: border-box;
}
.emg-bt .emg-bt_cont{
    background-color: #FFF;
    border: 3px solid #FF2222;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 60px;
    line-height: 60px;
    color: #000;
    font-weight: normal;
    font-size: 100%;
    box-sizing: border-box;
    width: 80%;
    padding-left: 20px;
}
@media (max-width: 1024px){
    .emg-bt{
        margin: 0px 10px 60px 10px;
        box-sizing: border-box;
        display: flex;
    }
}
@media (max-width: 768px){
    .emg-bt{
        margin: 30px 10px 30px 10px;
        box-sizing: border-box;
        display: block;
    }
    .emg-bt .emg-bt_title{
        height: 60px;
        width: 100%;
        height: auto;
        font-weight: bold;
        font-size: 100%;
        display: block;
        line-height: 1rem;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0px;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    .emg-bt .emg-bt_cont{
        display: block;
        font-size: 90%;
        width: 100%;
        height: auto;
        line-height: 1rem;
        text-align: center;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0px;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
        padding-left: 0px;
    }
}  

.shop-bt{
    border: 1px solid #CCC;
    border-radius: 3px;     
    background: #FFF;   
    color: #333;
    max-width: 1024px;
	width:100%;
    margin: 30px auto 30px auto;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    padding: 15px 0 15px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.todaybt{
border:0;
box-shadow:0;
float:right;
width:100%;
}

.shop-bt i{
    color: coral;
}

.shop-bt::before {
  content: '';
  width: 100%;
  height: 100%;
  background:coral;
  color: #FFF;
  position: absolute;
  left: -100%;
  top: 0;
  transition: .5s;
  z-index: -1;
}

.shop-bt:hover::before {
  left: 0;
}

.shop-bt::after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}

.shop-bt:hover {
    color: #FFF;
}
.shop-bt:hover i {
    color: #FFF;
}


@media (max-width: 1024px){
    .shop-bt{
        margin: 30px 10px 30px 10px;
    }
}


/*footer*/
footer{
border-top:20px solid #58ACAC;
padding: 20px 30px 50px 30px;
}
.foot_wapper{
    display: flex;
    justify-content: space-between;
    transition-duration:0.5s;
    max-width: 1024px;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
}

footer .fot_l img{
    max-width: 240px;
	margin-top:10px;
}

footer .fot_r ul{
    padding: 10px 0 0px 0;
    margin-bottom: 0px;
}

footer .fot_r li{
    display: inline;
    padding: 0px 10px 0px 10px;
}
footer .fot_r li:last-child{
    display: inline;
    padding: 0px 0px 0px 10px;
}
.fot_r a:hover{
    border-bottom: 1px solid;
    }

.copylight{
    text-align: right;
    font-size: 80%;
}
@media (max-width: 768px){
    footer .fot_r ul{
        display: none;
    }
footer{
    border-top:20px solid #58ACAC;
    display: block;
    padding: 20px;
    transition-duration:0.5s;
    box-sizing: border-box;
    }
    .foot_wapper{
        display: block;
    }
footer .fot_l img{
    display: none;
    }
    footer .fot_r{
        width: 100%;
    }     
.copylight{
    text-align: center!important;
    }
}

/*戻るボタン*/
#pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
    
}
#pagetop a{
    position: relative;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    background:#215AA1;
    transition: opacity .3s ease;
    color: #EEEEEE;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
    border-radius:5px
}
#pagetop a:hover {
    opacity: .5;
}
@media screen and (max-width:767px) {
#pagetop a {
    width: 40px;
    height: 40px;
    font-size: 30px;
}
}


/*2nd ページ*/
/*2nd 共通*/
.lower_header {
    display:block;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #FFF;
    position: relative;
}
.lower_header .lower_figure {
    margin-left: auto;
    overflow: hidden;
    border-radius: 0 0 0 15px
}
.lower_header_title {
    display: flex;
    flex-direction: column;
    padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 0;
    margin: 0 auto 0 auto;
    max-width: 1024px;
}
@media screen and (max-width:1024px) {
    .lower_header_title {
        padding-left: 10px;
    }   
}


@media screen and (max-width:767px) {    
.lower_header {
    display:block;
    flex-direction:row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #FFF;
    position: relative;
}
    .lower_header_title {
        display: block;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 10px;
        position: relative;
        color: #FFF;
		Z-index:99;
    }
}

.lower_header_title-ja {
    margin-bottom: .5rem;
    font-weight: var(--font-light);
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: .05em;
		Z-index:99;
		text-shadow:
           1px 1px 0px #FFF, -1px -1px 0px #FFF,
          -1px 1px 0px #FFF,  1px -1px 0px #FFF,
           1px 0px 0px #FFF, -1px  0px 0px #FFF,
           0px 1px 0px #FFF,  0px -1px 0px #FFF;
}
.lower_header_title-en {
    font-weight: var(--font-light);
    font-size: 1.125rem;
    letter-spacing: .03em;
		Z-index:99;
		text-shadow:
           1px 1px 0px #FFF, -1px -1px 0px #FFF,
          -1px 1px 0px #FFF,  1px -1px 0px #FFF,
           1px 0px 0px #FFF, -1px  0px 0px #FFF,
           0px 1px 0px #FFF,  0px -1px 0px #FFF;
}
.lower_header .lower_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 70%;
    height: 100%;
    overflow: hidden;
    border-radius: 0 0 0 10px;
	Z-index:1;
}
@media screen and (max-width:767px) {
.lower_header_title-ja {
    margin-bottom: .5rem;
    font-weight: var(--font-light);
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: .05em;
		Z-index:99;
		text-shadow:
           0px 0px 0px #FFF, 0px 0px 0px #FFF,
          0px 0px 0px #FFF, 0px 0px 0px #FFF,
           0px 0px 0px #FFF, 0px  0px 0px #FFF,
           0px 0px 0px #FFF,  0px 0px 0px #FFF;
}
.lower_header_title-en {
    font-weight: var(--font-light);
    font-size: 1.125rem;
    letter-spacing: .03em;
		Z-index:99;
		text-shadow:
           0px 0px 0px #FFF, 0px 0px 0px #FFF,
          0px 0px 0px #FFF, 0px 0px 0px #FFF,
           0px 0px 0px #FFF, 0px  0px 0px #FFF,
           0px 0px 0px #FFF,  0px 0px 0px #FFF;
}
    .lower_header .lower_image {
        position:unset;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 90%;
        height: 100%;
        overflow: hidden;
        border-radius: 0 0 0 10px;
    }
}


.lower_header .lower_figure img {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-title_lower {
  position: relative;
  display: inline-block;
    font-size: 120%;
    line-height: 1;
    letter-spacing: .03em;
    margin: 60px 10px 60px 0;
  	padding: 1rem 0rem 1rem 2rem;
	font-weight:bold;
	width:100%;
	background-color:#339933;
	color:#FFF;
	border-radius: 5px;
	box-sizing:border-box;
	
}


.c-title_lower:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
/*
.c-title_lower:first-child {
    margin: 0px 0 60px 0;
    padding: 0 0 30px 0;
}*/
@media screen and (max-width:1024px) {
    .c-title_lower {
        font-size: 105%;
        line-height: 1;
        letter-spacing: .03em;
        margin: 0px 0 60px 0;
	box-sizing:border-box;
  		padding: 1rem 0rem 1rem 2rem;
    }
}

.lower_body{
    max-width: 1024px;
    margin: 0px auto 0px auto;
    padding: 60px 0% 30px  0;
}

.lower_body a{
	color:#0099FF;
}



.lower_body a:hover{
	color:#0099FF;
	border-bottom:1px solid #0099FF;
}
@media screen and (max-width:1024px) {
    .lower_body{
        margin: 0px 10px 0px 10px;
		padding:60px 0px 30px 0;
    }
}

.lower_body h3{
    font-weight: bold;
    font-size: 130%;
}

/*officer*/
.greeting{
    background-color: #FFF;
    padding: 30px 0 30px 0;
}

.greeting .lower_body{
    max-width:800px ;
    margin: 0 auto 0 auto;	
    padding: 60px 0% 30px  22.5%;
}


.greeting ol li{
	padding:10px 0 10px 0px;
	margin:0 0 0 20px;
	box-sizing:border-box;
	
	list-style:decimal!important;
}

@media screen and (max-width:1024px) {
.greeting .lower_body{
    max-width:800px ;
    margin: 0 auto 0 auto;	
    padding: 60px 0% 30px  0%;
}
}


.greeting h3, .greeting p{
    margin: 0 0px 1.5rem 0px;
}

@media screen and (max-width:767px) {
    .greeting h3,p{
        margin: 0 10px 1rem 10px;
    }
}

.officer{
    background-color: #FFF;
}
.officer_list{
    margin: 0 0px 1rem 0px;

}
.officer .lower_body{
    max-width:800px ;
    margin: 0 auto 0 auto;	
    padding: 60px 0% 30px  22.5%;
}

@media screen and (max-width:1024px) {
.officer .lower_body{
    max-width:800px ;
    margin: 0 auto 0 auto;	
    padding: 60px 10px 30px  10px;
}
}


@media screen and (max-width:767px) {
    .officer_list{
        margin: 0 0px 1rem 0px;
    
    }
}

.officer_list table{
    width: 100%;
    margin: 0 0px 0 0px; 
    border: 0;
    border-collapse: collapse;
    box-sizing: content-box;

}
.officer_list table th{
    font-weight: bold;
    border-bottom: 3px double #999 ;
    padding: 15px 0 15px 0;
    box-sizing: content-box; 
}
.officer_list table td{
    border-bottom: 1px solid #CCC ;
    box-sizing: content-box;  
    padding: 15px 0 15px 0;
}

@media screen and (max-width:767px) {
.officer_list table{
    width: 100%;
    margin: 0 0px 0 0px; 
    border: 0;
    border-collapse: collapse;
    box-sizing: content-box;
	font-size:12px;

}
.officer_list table th{
    font-weight: bold;
    border-bottom: 3px double #999 ;
    padding: 15px 2px 15px 2px;
    box-sizing: content-box; 
}
.officer_list table td{
    border-bottom: 1px solid #CCC ;
    box-sizing: content-box;  
    padding: 15px 2px 15px 2px;
	border-right:1px dotted #CCCCCC;
}
.officer_list table td:last-child{
    border-bottom: 1px solid #CCC ;
    box-sizing: content-box; 
    padding: 15px 2px 15px 2px;
	border-right:0;
}
}


.officer_list table td:nth-child(1) {
  width:20%;
}
.officer_list table td:nth-child(2) {
  width:20%;
}
.officer_list table td:nth-child(3) {
  width:30%;
}
.officer_list table td:nth-child(4) {
  width:30%;
}

.summary{
    background-color: #F0F0f3;
}

.summary .lower_body{
    max-width:800px ;
    margin: 0 auto 0 auto;	
    padding: 60px 0% 30px  22.5%;
}

@media screen and (max-width:1024px) {
.summary .lower_body{
    max-width:800px ;
    margin: 0 auto 0 auto;	
    padding: 60px 0% 30px  0%;
}
}

.summarylist{
    max-width: 1024px;
    margin: 0px auto 0px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;

}

@media screen and (max-width:1024x) {
    .summarylist{
    margin: 0px 10px 0px 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;

}
}

.summarylist dt{
    width: 30%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #333;
}
.summarylist dd{
    width: 70%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
}

.pharmacy{
    background-color: #FFF;
    padding: 0 0 0px 0;
}
.pharmacy .lower_body{
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:767px) {
    .pharmacy h3,p{
        margin: 0 10px 1rem 10px;
    }
    .pharmacy .lower_body{
        display: block;
        justify-content: space-between;
    }
}

.pharmacy .lmenu{
    border-right: 1px solid #CCC;
    padding: 0 10px 10px 0;
    width: 200px;
}
.lmenu_spl{
position: -webkit-sticky;
  position: sticky!important;
    top: 140px!important;
}



@media screen and (max-width:767px) {
    .pharmacy .lmenu{
        border-right: none;
        padding: 0 10px 10px 10px;
        width: 100%;
        gap: 20px;
        display: flex;
        justify-content:space-between;
        box-sizing: border-box;
    }
    .pharmacy .lmenu_spl, .pharmacy .lmenu_spr{
        width: 50%;
    }
}


.pharmacy .lmenu h3{
    color: #999;
    padding: 0px 0 0px 0;
    margin: 0;
}

.selectbox-2 {
    position: relative;
    padding: 0;
}

.selectbox-2::before,
.selectbox-2::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-2::before {
    right: 0;
    display: inline-block;
    width: 2.1em;
    height: 2.1em;
    border-radius: 0 3px 3px 0;
    background-color: #58ACAC;
    content: '';
}

.selectbox-2::after {
    position: absolute;
    top: 50%;
    right: 1.2em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}

.selectbox-2 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 180px;
    height: 2.4em;
    padding: 2px 10px 2px 10px;
    border: 1px solid #58ACAC;
    border-radius: 3px;
    color: #333333;
    font-size: 0.8em;
    cursor: pointer;
    box-sizing: border-box;
}

.selectbox-2 select:focus {
    outline: 1px solid #58ACAC;
}


.pharmacy .lmenu input[type=text] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 2.4em;
    border: 1px solid #58ACAC;
    border-radius: 3px;
    color: #333333;
    font-size: 0.8em;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
}

.pharmacy .lmenu input[type=button] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 2.4em;
    border: 0;
    background-color: #58ACAC;
    border-radius: 3px;
    color: #FFF;
    font-size: 0.8em;
    cursor: pointer;
    display: block;
    text-align: center;
    box-sizing: border-box;
    margin: 15px 0 30px 0;
}
.pharmacy .lmenu input[type=reset] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 2.4em;
    border: 0;
    background-color: #999;
    border-radius: 3px;
    color: #FFF;
    font-size: 0.8em;
    cursor: pointer;
    display: block;
    text-align: center;
    box-sizing: border-box;
    margin: 30px 0 30px 0;
}

.pharmacy .rbody{
    width: 100%;
    box-sizing: border-box;
    padding: 0px 60px 30px 60px;
}

@media screen and (max-width:1024px) {
    .pharmacy .rbody{
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px 30px 10px;
}
}
@media screen and (max-width:767px) {
    .pharmacy .rbody{
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px 30px 0px;
}
}

.store_info{
    display: block;
    width: 100%;
    margin: 30px 0 15px 0;

}


.store_info h3{
    color: #333;
    border-bottom: 1px solid #CCC;
    border-left: 5px solid #58ACAC;
    padding: 3px 0 3px 10px;
    font-size: 110%;
}

.store_info dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.store_info dt{
    width: 30%;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
}
.store_info dd{
    width: 70%;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #CCC;
}

.store_time{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.store_time dt{
    width: 30%;
    padding: 15px 0 15px 0;
    border-bottom: 0;
    font-weight:normal;
}
.store_time dd{
    width: 70%;
    padding: 15px 0 15px 0;
    border-bottom: 0;
    font-weight:normal;
}


.store_info summary{
    margin: 10px 0 10px 0;
    border-top: 1px #CCC;
    border-bottom: 1px #CCC;
    font-weight: bold;
    color: #58ACAC;
    display: block;
}
.store_info summary:hover{
    cursor: pointer;
    color: #000
}

.store_info img{
    width: 100%;
}

details[open] .in-details {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.store_info summary span{
    float:right;
    color: #58ACAC;
    font-size: 80%;
}
details summary span::after {
    content: "▶";
    font-weight: 400;
    float: right;
    width: 1rem;
    text-align:center;
  }
  details[open] summary span::after {
    content: "▶";
    transform: rotate(90deg);
    margin-top: -0.1rem;
  }

.business{
    background-color: #FFF;
    padding: 0 0 0px 0;
}
.business .lower_body{
    display: flex;
    justify-content: space-between;
}
.business p{
    margin: 0 20px 1.5rem 30px;
}
.business_box h3{
    margin: 0;
    font-size: 110%;
    padding: 0;
}

@media screen and (max-width:767px) {
    .business h3{
        margin: 0 10px 0 0px;
    }
    .business p{
        margin: 0 20px 1rem 20px;
    }
    .business .lower_body{
        display: block;
        justify-content: space-between;
    }
}

.business .lmenu{
    border-right: 1px solid #CCC;
    padding: 0 10px 10px 0;
    width: 26.5%;
}
@media screen and (max-width:767px) {
    .business .lmenu{
        display: none;
    }
}


.business .lmenu h3{
    color: #999;
    padding: 30px 0 0px 0;
    margin: 0;
}
.business .lmenu .business_list{
    font-size: 80%;
  position: -webkit-sticky;
  position: sticky!important;
    top: 220px!important;
}

.business .lmenu .business_list  {
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
  }
  
  .business .lmenu .business_list li {
    padding: 0.2em 0;
    letter-spacing: 0;
    list-style-type: none!important;
  }
  
  .business .lmenu .business_list li:before {
    
    font-family: "FontAwesome";
    content: "\f138";/*アイコンの種類*/
    position: absolute;
    left : 1em;/*左端からのアイコンまでの距離*/
    color: #58ACAC;/*アイコン色*/
  }

  
  .business .rbody{
    width: 100%;
    padding: 0px 30px 30px 60px;
	box-sizing:border-box;
}
.business .rbody h2{
    margin: 30px 0 30px 0;
}
.business .rbody h3{
    margin: 0px 0 0px 0;
}

@media screen and (max-width:1024px) {
    .business .rbody{
    width: 100%;
    padding: 0px 10px 30px 10px;
	box-sizing:border-box;
}
}
@media screen and (max-width:767px) {
    .business .rbody{
    width: 100%;
    margin: 0px 20px 30px 0px;
}
}

.business_box{
    margin: 0 0 0px 0;
    padding:  0 0 30px 0;
}

.business_table th{
    color: #58ACAC;
    font-weight: bold;
    padding: 5px 10px 5px 0 ;
}

.business_table td{
    padding: 5px 10px 5px 10px ;
}

.business_table01 {
    margin: 30px 0 30px 0;
    width: 100%;
}
.business_table01 th{
    color: #58ACAC;
    width: 40%;
    font-weight: bold;
    padding: 5px 10px 5px 0 ;
    border-bottom: 1px solid #CCC;
}

.business_table01 td{
    padding: 5px 10px 5px 10px ;
    border-bottom: 1px solid #CCC;
}

.imgbox{
    margin: 30px auto 30px auto;
    text-align: center;
}
.imgbox img{
    max-width: 100%;
}

.contact{
    background-color: #FFF;
    padding: 0 0 0px 0;
}
.contact .lower_body{
    max-width:800px ;
    margin: 0 auto 0 auto;	
    padding: 60px 0% 30px  22.5%;
}

@media screen and (max-width:1024px) {
.contact .lower_body{
    max-width:800px ;
    margin: 0 auto 0 auto;	
    padding: 60px 10px 30px  10px;
}
}

.form__row{
    max-width: ;
    margin: 30px 0 30px 0;
}

.form__content_c{
    width: 100%;
    border: 1px solid #DDD;
    border-radius: 3px;
    color: #111;
	background-color:#EEE;
    font-size: 1em;
    padding: 10px 15px 10px 15px;
    margin: 10px 0 0 0;
	min-height:50px;
    display: block;
    box-sizing: border-box;
}

.form__row input[type=text], .form__row input[type=time], .form__row input[type=email], .form__row textarea{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: 1px solid #DDD;
    border-radius: 3px;
    color: #333333;
    font-size: 1em;
    padding: 10px 15px 10px 15px;
    margin: 10px 0 0 0;
    cursor: pointer;
    display: inline;
    box-sizing: border-box;
}

.form__row input[type=text]::placeholder, .form__row input[type=time]::placeholder, .form__row input[type=email]::placeholder {
    color: #AAA;
 }
 
 .form__row select{
    border: 1px solid #DDD;
    border-radius: 3px;
    color: #333333;
    font-size: 1em;
    padding: 10px 15px 10px 15px;
    margin: 10px 0 0 0;
    cursor: pointer;
    display:inline-table;
    box-sizing: border-box;
}

.form__row input[type=radio]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.form__row  input[type="radio"]:checked {
  background-color: #f9a825;
  border-color: #f9a825;
}



.form__row input[type=button] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 2.4em;
    border: 0;
    background-color: #58ACAC;
    border-radius: 3px;
    color: #FFF;
    font-size: 0.8em;
    cursor: pointer;
    display: block;
    text-align: center;
    box-sizing: border-box;
    margin: 15px 0 30px 0;
}

.form__row input[type=text]:focus, .form__row input[type=time]:focus, .form__row input[type=email]:focus, .form__row textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(144, 185, 219) inset;
}

.form__require span{
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1rem;
    padding: 1px 8px 1px 8px;
    border-radius: 10px;
    background-color: #FF5555;
}

.form__submit{
    width: 100%;
    padding: 15px 30px 15px 30px;
    border: 0;
    max-width: 300px;
    background-color: #58ACAC;
    border-radius: 100px;
    color: #FFF;
    font-size: 110%;
    cursor: pointer;
    display: block;
    text-align: center;
    box-sizing: border-box;
    margin: 60px auto 30px auto;

}

.form__submit:hover {
    background-color: #7AB7B1;
  }

 
.newslist ul {
    width: 100%;
}
 
.newslist li {
    border-bottom: 1px solid #CCC;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
	align-items:flex-start;
}
.newslist li div{
}
.newslist li .ntime{
width:20%;
}
.newslist li .ncat1,.newslist li .ncat2,.newslist li .ncat3,.newslist li .ncat4,.newslist li .ncat5,.newslist li .ncat6{
    color: #FFF;
    font-size: 80%;
    text-align: center;
    padding: 10px auto 10px auto;
    width: 120px;
    margin: 3px 20px 0 20px;
    transition-duration:0.5s;
	display:block;
}
.newslist li .ncat1{
    background-color:#58ACAC;
}
.newslist li .ncat2{
    background-color:#215AA1;
}
.newslist li .ncat3{
    background-color:#7CB744;
}
.newslist li .ncat4{
    background-color:#EF448A;
}
.newslist li .ncat5{
    background-color:#F19101;
}
.newslist li .ncat6{
    background-color:#BA69C8;
}

.newslist li .ntitle{
width:80%;
	color:#0099CC!important;

} 
.areabt{
	border:0;
	display:block;
	
}
.emargency_list{
	margin:0 0 120px 0;
}


.emargency_list a{
	color:#0099CC;
}

.emargency_list li{
    border-bottom: 1px solid #CCC;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
}
.emargency_list li a:hover{
	color:#FF3300;
	border-bottom:1px solid #FF3300;
}

.member_title{
	color:#333;
	font-size:1.1rem!important;
	font-weight:normal;
	background-color:#EEFFCC;
    padding: 10px 20px 10px 20px;
    border-radius: 100px;
	margin:30px 0 10px 0!important;
}

.member_sp{
    list-style:  none; 
    margin:  0;
    padding: 10px 0 10px 15px;
}

.member_sp li:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #FFCC55;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
	margin-right: 5px;          /* 余白指定 */
}
