@charset "utf-8";
@import url(https://unpkg.com/sanitize.css);
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
/*@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');*/
@import url(animation.css);
@import url(inview.css);
@charset "utf-8"html, body {
  margin: 0;
  padding: 0;
  font-size: 13px
}

body {
  margin: 0;
  padding: 0;
  color: #666;
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 2;
  background: #fff;
  -webkit-text-size-adjust: none;
/*  --bg-color: #72b275;*/
  --bg-color: var(--bg-color);    
  --bg-color-light: color-mix(in srgb, var(--bg-color) 60%, transparent);   
/*  --bg-color-light: var(--bg-color);*/
    width: 100%;
    overflow: hidden;  
    overflow-y: scroll  
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 400
}

ul {
  list-style-type: none
}

ol {
  padding-left: 40px;
  padding-bottom: 15px
}

figure {
  margin: 0
}

dd {
  margin: 0
}

nav {
  margin: 0;
  padding: 0
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle
}

table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0
}

video {
  max-width: 100%
}

iframe {
  width: 100%
}

a {
  color: #666;
  transition: 0.2s
}

a:hover {
  opacity: .7;
  text-decoration: none
}

section, main>article, .c2, #footermenu {
/*  padding: 3% 10px;*/
    padding: 20px 10px

}

#container {
  margin: 0 auto;
  max-width: 1800px
}

.inner {
  margin: 0 auto;
  padding-left: 1%!important;
  padding-right: 1%!important
}

.pos_dummy{ 
  position:absolute;
  margin-top: -100px;
  visibility: collapse;
}

/* SVG 1 */
.shapedividers_com-2312{
/*overflow:hidden;*/
position:relative;
height: 120px;
/* margin-top:-120px;*/
}
.shapedividers_com-2312::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 2;
pointer-events: none;
background-repeat: no-repeat;
/*bottom: -0.1vw;*/
    bottom: -30px;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
transform:scaleX(4);
transform-origin: 100% 100%;
animation: 10s infinite alternate shape-anim-2312  linear;
background-size: 100% 120px;
background-position: 50% 100%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23ffffff"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23ffffff"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23ffffff"/></svg>'); 
}

@media (min-width:2100px){
.shapedividers_com-2312::before{
background-size: 100% calc(2vw + 90px);
}
}

@keyframes shape-anim-2312 {
  100% {
    transform: scaleX(4) translateX(calc(100% - (100% / 4)));
  }
}

#kazari {
  position: absolute;
  bottom: -1px;
  z-index: 2;
  width: 100%
}

.gmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header {
/*  background: var(--bg-color);*/
/*    background: var(--bg-color);*/
    background:　#fff;
  position: relative
}

.home header, #mainimg {
  height: 400px;
  overflow: hidden
}

header #logo {
  width: 200px;
  padding-top: 15px
}

.home #logo img {
  position: absolute;
  left: 10%;
  top: 500px;
  z-index: 3;
  width: 250px
}

header .mv-logo {
  position: absolute;
  width: 250px;
  top: 500px;
  left: 10%;
  z-index: 3;
}

/*-----サイドコンテンツスライド用-----*/
[canvas=container] {
    padding: 0px 0px;
}
[off-canvas] {
    margin-top: 120px;
    padding: 10px 10px;
    z-index: 10;
    background-color: var(--bg-color-light);
    height: calc(100% - 120px);
    border-radius: 5px;
}
/*
[class*=js-] {
    cursor: pointer;
}
*/

/*
#moveButton {
  transform: none;
  -webkit-transform: none;
}
*/

#moveButton {
    z-index: 10;
    position: fixed;
    right: -113px;
    top: 280px;
    background-color: var(--bg-color-light);
    color: white;
    border: none;
    cursor: pointer;
    transition: transform 300ms ease;
    font-size:12px;
    width: 120px;    
    height: 20px;
    text-align: center; 
    line-height: 0.7;
    transform: rotate(-90deg);
    transform-origin:left bottom;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/*ボタン1，2は使わなくなった*/
button1 {
    z-index: 2;
    position: fixed;
    top: 160px;
    left: 20px;
    color: #fff;
    border: none;
/*    box-sizing: border-box;*/
    background: var(--bg-color-light);
    font-size:12px;
    width: 120px;    
    height: 20px;
    text-align: center; 
/*    margin-top: 95px;*/
    line-height: 1.8;
    transform: rotate(-90deg);
    transform-origin:left bottom;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

button2 {
    z-index: 1;
    position:fixed;
    top: 280px;
    right:-110px;
    color: #fff;
    border: none;
/*    box-sizing: border-box;*/
    background: var(--bg-color-light);
    font-size:12px;
    width: 120px;    
    height: 20px;
    text-align: center; 
/*    margin-top: 95px;*/
    line-height: 1.8;
    transform: rotate(-90deg);
    transform-origin:left bottom;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/*-----サイドコンテンツスライド用 ここまで-----*/

#menubar {
  position: relative;
  z-index: 10;
  text-align: center;
  background: #fff;
/*    margin-top: 20px;*/
  padding-top: 20px;
  height: 110px
}

#menubar>ul {
  overflow: hidden
}

#menubarorg ul li {
  float: left;
  width: 20%
}

#menubar ul {
  padding: 0;
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
  font-size: .8em
}

#menubar ul li a {
  display: block;
  text-decoration: none;
    height:90px;
    padding-top: 20px;
/*  padding: 20px 0*/
}

#menubar ul li {
  flex: 1;
  text-align: center;
  margin-right: 10px
}

#menubar ul li:last-child {
  margin-right: 0
}

#menubar ul li:nth-of-type(4) a {
  border-bottom: 5px solid #679ff2;
  color: #679ff2
}

#menubar ul li:nth-of-type(2) a {
  border-bottom: 5px solid #e68593;
  color: #e68593
}

#menubar ul li:nth-of-type(3) a {
  border-bottom: 5px solid #f0a85a;
  color: #f0a85a
}

#menubar ul li:nth-of-type(1) a {
  border-bottom: 5px solid #72b275;
  color: #72b275
}

#menubar ul li:nth-of-type(5) a {
  border-bottom: 5px solid #939393;
  color: #939393
}

#menubar i {
  display: block;
  font-size: 2em
}

#menubar a:hover i {
  animation: up1 0.8s both
}

#menubar ul.ddmenu {
  display: block;
  width: 100%;
  margin: 0;
  font-size: min(13px, 2.5vw);
}

#menubar ul.ddmenu {
  display: none;
}

#menubar ul.ddmenu li {
  width: 100%;
  padding-left: 0;
 
  /* float: left */
}

#menubar ul.ddmenu li a {
    /* transition: 0s; */
  background: var(--bg-color);
  height: auto;
  width: 100%;
  color: #fff;
  opacity: .7;
  padding: 0 5px;
  border-bottom: 1px solid #fff;
}

#menubar ul.ddmenu li a:hover {
  opacity: 1;
} 

@keyframes opa1 {
	0% {opacity: 0;}
  100% {opacity: 1;}
}

#meme {
  display: block
}

#meme {
  display: none;
  overflow: hidden;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
/*  background: rgba(114, 178, 117, 0.8);*/
    background: var(--bg-color-light);
  /* opacity: 0.8; */
  border-top: 1px solid #fff;
  animation-name: opa1;
  animation-duration: 0.5s;
  animation-fill-mode: both
}

#meme ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px
}

#meme ul li span {
  display: block;
  font-size: 10px;
  color: #ddd
}

#meme a:hover i {
  animation: up1 0.8s both
}

#meme ul a:hover {
/*  background: rgba(114, 178, 117);*/
    background: var(--bg-color);
  opacity: 1;
} 

#meme ul.ddmenu {
  /* background: rgba(114, 178, 117, 0.7); */
   display: none;
   /* height: 50%; */
}

#meme ul.ddmenu a {
  font-size: min(13px, 2.3vw);
  padding: 5px 30px;
  /* background: rgba(114, 178, 117, 0.8); */
  opacity: 0.8;
} 

#meme ul.ddmenu a:hover {
 /*  background: rgba(114, 178, 117);*/
    background: var(--bg-color);
  opacity: 1;
} 



#toplogo {
  top: 0;
  width: 100%;
  height: 33px;
  position: fixed;
  z-index: 90;
  background-color: var(--bg-color);
  color: #fff;
  display: none
}

#toplogo li {
  display: inline-block
}

#toplogo a {
  text-decoration: none;
  color: #fff;
  padding: 5px 7px
}

#lang-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 33px;
  font-size: .7em;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 0
}

#lang-nav li {
  display: inline-block
}

#lang-nav a {
  text-decoration: none;
  display: block;
/*  background: rgba(114, 178, 117, .8);*/
    background: var(--bg-color);
  color: #fff;
  padding: 5px 20px
}

#lang-nav a:hover i {
  animation: up2 0.8s both
}

body.is-fixed-menu #menubar.nav-fix-pos {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  background: rgba(255, 255, 255, .95)
}

body.is-fixed-menu #container {
  margin-top: 90px;
  top: 0;
}

body.is-fixed #menubar.nav-fix-pos {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  background: rgba(255, 255, 255, .95)
}

body.is-fixed #contents {
  margin-top: 115px;
  top: 0;
}

body.is-fixed-menu #toplogo {
  display: block;
  animation: appear 1s ease
}

body.is-fixed #toplogo {
  display: block;
  animation: appear 1s ease
}

@keyframes appear {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

body.is-fixed-menu #meme_hdr {
  top: 110px
}

body.is-fixed #meme_hdr {
  top: 110px
}

#meme ul {
  list-style: none;
  margin: 0;
  padding: 0
}

/* #meme {
  display: none
} */

#meme.db {
  display: block
}

#meme.dn {
  display: none
}

#meme_hdr.db {
  display: flex
}

#meme_hdr.dn {
  display: none
}

#meme_hdr {
  position: fixed;
  z-index: 101;
  cursor: pointer;
  border-radius: 10%;
  right: -20px;
  top: 25px;
  margin-top: 13px;
  background: var(--bg-color);
  opacity: .7;
  padding: 20px 0;
  width: 68px;
  text-align: center;
  color: #fff;
  transform: scale(.6);   /*作ったサイズの60%のサイズにする  */
  transform-origin: left top;
  transition: 0.3s
}

#meme_hdr:hover {
  filter: brightness(1.1)
}

#meme_hdr div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 30px;
  margin: 0 auto
}

#meme_hdr p {
  display: none
}

#meme_hdr span {
  display: block;
  transition: 0.3s;
  border-top: 3px solid #fff
}

#meme_hdr.ham span:nth-of-type(1), #meme_hdr.ham span:nth-of-type(3) {
  transform-origin: center center;
  width: 40px
}

#meme_hdr.ham span:nth-of-type(1) {
  transform: rotate(45deg) translate(6px, 13px)
}

#meme_hdr.ham span:nth-of-type(3) {
  transform: rotate(-45deg) translate(6px, -13px)
}

#meme_hdr.ham span:nth-of-type(2) {
  display: none
}

#contents {
	flex: 1;
}

main {
  padding: 50px 0
}

/*main h2 {*/
/*
  position: relative;
  margin: 0;
  margin: 0 0 30px;
  letter-spacing: .05em;
  text-align: center;
  font-size: 2em;
*/
/*  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF*/
/*}*/

/*main h2 span {*/
/*  margin-top: -10px;*/
/*
  display: block;
  font-size: .5em;
  color: #72d275
*/
/*}*/

/*デザイン変更*/
main h2 {
    position: relative;
    height: 45px;
	clear: both;
	margin-bottom: 30px;	/*見出しの下にとるスペース*/
	font-size: 18px;	/*文字サイズ*/
	padding: 5px 20px;		/*上下、左右への余白*/
	background: #00afcc;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(var(--bg-color), var(--bg-color-light));			/*グラデーション*/
	box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	color: #FFF;		/*文字色*/
	border-radius: 4px;	/*角丸のサイズ*/
}
/*h2タグの１文字目の設定*/
main h2::first-letter {
	border-left: 3px solid rgba(255,255,255,0.5);	/*左側の線の幅、線種、色。255,255,255は白の事で0.5は透明度50%の事。*/
	padding-left: 20px;	/*線とテキストとの余白*/
}

main h3 {
  padding: 5px 20px;
  margin: 0 0 20px;
  background: #f7f7f7;
  border-radius: 5px;
  border: 1px solid #ddd
}

main p {
  margin: 0 20px 30px
}

main p+p {
  margin-top: -10px
}

/*2カラムの中にある.main-contents要素
---------------------------------------------------------------------------*/
.column .main-contents {
	margin-bottom: 3rem;		/*ボックスの下に空けるスペース。subとの間の余白です。*/
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	/*カラムで使う為の指定*/
	.column {
		display: flex;					/*flexを使う指定*/
		justify-content: space-between;	/*並びかたの種類の指定*/
	}
	
	/*2カラムの中にある.main-contents要素*/
	.column .main-contents {
		margin-bottom: 0;
		width: calc(100% - 260px);	/*幅。ここの260pxの数字は下の.sub-contentsの幅(230px)に、左右ブロックの間の余白(30px)を追加したものです。*/
	}
	
	/*2カラムの中にある.sub-contents要素*/
	.column .sub-contents {
		width: 250px;	/*幅*/
        right: 0;
/*        overflow: hidden;*/
	}
    #moveButton, [off-canvas] .side-contents {
        display: none;
    }
    
    [off-canvas] {
        width: 0;
        height: 0;
        visibility: hidden;
    }    
        
        
	}/*追加指定ここまで*/

/*-------------------------------------------------　*/

    /*画面幅900px以下の追加指定----slide OPENできるかのテスト */

	@media screen and (max-width:900px) {
	.column {
		display: flex;					
		justify-content: space-between;	
	}
	
	.column .main-contents {
		margin-bottom: 0;
		width: 100%;	
	}
	
    .column .sub-contents {
/*        background-color: var(--bg-color-light);*/
        z-index: 2;
        padding: 20px 0;
/*        position: absolute; */
		width: 250px;
	}

	}

/*--------------------------------*/

/*sub,sideブロック設定
---------------------------------------------------------------------------*/
#contents .sub-contents h3::before, #contents .side h3::before, [off-canvas] .sub-contents h3::before{border: none;padding: 0;}
/*ブロック内のh3タグ*/
#contents .sub-contents h3, #contents .side h3, [off-canvas] .sub-contents h3 {
	margin: 0;border: none;border-radius: 5px;
	font-weight: normal;
	padding: 5px;		/*余白*/
	background-color: var(--bg-color);	/*css冒頭で指定しているprimary-colorを読み込みます*/
	color: #fff;		/*文字色*/
	text-align: center;	/*内容をセンタリング*/
}
#contents .sub-contents h3 a, #contents .side h3 a, [off-canvas] .sub-contents .side h3 a {color: inherit;}


/*サブメニュー設定
---------------------------------------------------------------------------*/
/*サブメニューブロック全体*/
.submenu {
	padding: 0;
	margin: 0 0 1rem;	/*上、左右、下へのマージン*/
}

/*メニュー１個あたり*/
.submenu li {
    position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.2);	/*下線の幅、線種、色。0,0,0は黒の事で0.2は色が20%出た状態。*/
}
.submenu a {
	display: block;text-decoration: none;
	padding: 0.3rem 0.3rem;	/*上下、左右へのメニュー内の余白*/
}

/*アイコン（Font Awesome）*/
.submenu .icon a::before {
	transition: 0.3s;
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f0da";		/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	color: #ABABAB;			/*アイコンの色*/
	padding-right: 0.8em;	/*アイコンとテキストの間の余白*/
	font-weight: bold;		/*この設定がないとアイコンが出ない場合があります*/
}

/*マウスオン時のアイコン設定*/
.submenu .icon a:hover::before {
	color: #666;			/*アイコンの色*/
}


/*box1設定（このテンプレートでは、2カラム時のsubブロックでのみ使用しています）
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
.box1 {
	background: #fff;		/*背景色*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	border-radius: 5px;		/*角を丸くする指定*/
	margin-bottom: 1rem;	/*ボックスの下に空けるスペース*/
}
.box1 p {
    margin: 0 0 .3em;
    font-size: .8em;
    color: "666";
    line-height: 1.2em;
}


/*box1内で使った場合、下のマージンをなくす*/
.box1 .submenu {
	margin-bottom: 0;
}

.box1 {
	background: #fff;		/*背景色*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	border-radius: 5px;		/*角を丸くする指定*/
	margin-bottom: 1rem;	/*ボックスの下に空けるスペース*/
}

/*box1内で使った場合、下のマージンをなくす*/
.box1 .submenu {
	margin-bottom: 0;
}

/*subブロック
---------------------------------------------------------------------------*/
#contents .sub-contents .list h4 {
	margin: 0;
}
#contents .sub-contents .list p {
	line-height: 1.5;
	font-size: 0.8rem;
	margin: 0;
}

#footermenu {
  background: #333;
  color: #999;
  font-size: .7em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

#footermenu a {
  text-decoration: none;
  color: #999
}

#footermenu a:hover {
  color: #ccc
}

#footermenu ul {
  margin: 0;
  padding: 0 2px;
  flex: 1;
  list-style: none
}

#footermenu .title {
  font-weight: 700;
  color: #ccc;
  padding-bottom: 5px
}

footer small {
  font-size: 100%
}

footer {
  font-size: .6em;
  background: #fff;
  color: #fff;
  text-align: center;
  padding: 0
}

footer a {
  color: #fff;
  text-decoration: none
}

footer .pr {
  display: block
}

.c2 {
  display: flex;
  flex-direction: column
}

.main section {
  padding: 0
}

.main section:not(:nth-of-type(1)) {
  padding-top: 3%
}

.main {
  order: 2
}

.sub {
  order: 1
}

.sub h3 {
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  background: var(--bg-color);
  color: #fff;
  text-align: center
}

/*
ul.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  border-top: solid 1px #ccc
}

ul.submenu li {
  display: block;
  margin: 0;
  border-bottom: solid 1px #ccc
}

ul.submenu li a {
  text-decoration: none;
  display: block;
  padding: 5px 10px
}

ul.submenu li a:hover {
  background: #f0f0f0
}

*/
.mask1, .mask2, .mask3 {
  position: relative;
  z-index: 10;
  box-shadow: 10px 10px 0 #e2ddc0
}

.mask1 {
  animation: mask 12s linear infinite
}

.mask2 {
  animation: kazari1 8s linear infinite
}

.mask3 {
  animation: kazari2 10s linear infinite
}

#new {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px
}

#new dt, #new dd {
  padding: 5px 0
}

#new dt {
  width: 8em
}

#new dt span {
  display: none
}

#new dd {
  width: calc(100% - 8em)
}

.list-container {
  display: flex;
  flex-wrap: wrap
}

.list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
  width: 48%;
  margin-right: 4%
}

.list:nth-of-type(2n) {
  margin-right: 0
}

.list figure {
  margin: -20px -20px 0
}

.list figure img {
  width: 100%;
  height: 20em;
  object-fit: scale-down
}

.list h4 {
  margin: 1em 0 .5em
}

.list .text {
  flex: 1;
}

.list .text h4 {
  flex: 1;
  text-align: center;
  line-height: 1.2em;    
  margin: 5px -18px 0;
    padding-bottom: 0.8em
/*  text-wrap: balance;*/
}
.t-center {
   text-align: center; 
}

.list p {
  margin: 0 0 .3em;
  font-size: .8em;
  line-height: 1.2em
}

.list2 {
  display: flex;
  margin-bottom: 30px;
  padding: 10px;
  background: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, .1)
}

.list2 figure {
  width: 30%;
  margin: -10px 10px -10px -10px
}

.list2 .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.list2 h4 {
  margin: 0 0 .5em
}

.list2 p {
  margin: 0;
  font-size: .8em
}

.list2 p:not(.btn) {
  flex: 1
}

.list3 {
	position: relative;
    color: #666;
	overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}


.list-square {
  width: 33.3%;
  padding: 0 5px
}

.list-square .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  color: #fff;
    padding: 10px 20px;
  padding: 2px 5px 0px ;
    border: 1px solid #999;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
/*    overflow: hidden;*/
}

.list-square h4, .list-square p {
  margin: 0;
  font-size: .8em;
}

.list-square p {
  display: none
}

.list, .list2, .list-square {
  position: relative
}

.list .icon, .list2 .icon, .list-square .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .7em;
  font-weight: 700;
  background: var(--bg-color);
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 1.2;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: -10px;
  top: -10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .3)
}

/*サブコンテンツで使用する横長タイプのボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたり*/
.list-normal-sub .list3 {
	display: flex;	/*flexボックスを使う指定*/
	padding: 0.3rem 0;	/*上下、左右へのボックス内の余白*/
}

.list-normal-sub .list3 div {
	flex: 1;
}

.list3 iframe {
    border:none;
    overflow:hidden;
    margin-left: calc(50% - 115px);
}

/*ボックス内のfigure画像*/
.list-normal-sub .list3 figure {
	width: 30%;				/*画像の幅*/
    max-width: 100px;
	margin-right: 0.5rem;	/*画像の右側に空けるスペース*/
}

/*ボックス内のh4タグ*/
.list-normal-sub .list3 h4 {
	margin: 0;				/*デフォルトマージンを一旦リセット*/
	line-height: 1;
}
.list-normal-sub .list3 h4 a  {
	color: inherit;
}

/*ボックス内のpタグ*/
.list-normal-sub .list3 p {
	margin: 0;
    line-height: 1.5;
	font-size: 0.7em;		/*文字サイズを親要素の70%に。*/
}

.collist {
  flex-direction: column;
/*    width: 100%;*/
  margin-bottom: 30px;
  background: #fff;
  padding: 10px 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .15);
  border-radius: 8px;
  overflow: hidden;
/*    text-align: left*/
          
}

.collist1 {
  flex-direction: column;
/*  margin-top: -30px;*/
  margin-bottom: 20px;
  background: #fff;
  padding: 10px 30px 18px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .15);
  border-radius: 8px;
  overflow: hidden;
    text-align: center;    
}
.collist figure {
    right 0;
  width: 40%;
/*  padding-right: 10px;*/
/*  max-width: 320px;*/
  float: left;
  margin: 0 15px 15px 0
}

.collist figure.f200 {
/*  padding-right: 10px;*/
  max-width: 200px;
  float: left;
  margin: 0 15px 15px 0
}

.collist figure.f400 {
/*  padding-right: 10px;*/
  max-width: 400px;
  float: left;
  margin: 0; 
}

.collist1 figure {
/*  right 0;*/
  width: 50%;
  float: left;
  margin: 0 ;
}

.collist figure img, .collist1 figure img{
  max-width: 100%;
    border-radius: 5px;
/*    padding-bottom: 10px;*/
}


.collist h4, .collist1 h4{
  margin: 0;
/*    text-align: left;*/
  margin-bottom: 20px;
  border-bottom: 3px solid #939393;
}

.collist h4 span.date {
  font-size: 1em;
  vertical-align: text-bottom;
  float: right
}

.collist h4 span.mark {
  font-size: 1em;
    width:70px;
/*  vertical-align: text-bottom;*/
  float: right
}

.collist h4 span.subject {
/*    text-align: left;*/
  font-size: 1.4em;
/*    margin-left: 0;*/
}

.collist p {
  margin-bottom: 15px;
  line-height: 1.6em;
}

.collist span.pdf, .collist span.pdf {
  padding: 16px 32px 0 40px;
  background-color: #fff;
  background-position: left 6px center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  line-height: 40px;
  white-space: nowrap;
  background-image: url(../images/pdf_32.png)
}

@media screen and (max-width:600px) {
  .collist {
    padding: 10px 30px;
  }
　.collist1 {
    padding: 10px 0 0 0;
  }    
  .collist figure, {
    width: 50%;
    margin: 10px
  }
  .collist1 figure {
    width: 100%;
    margin: 0px
  }
}

@media screen and (max-width:400px) {
  .collist, .collist1 {
    align-items: top;
    padding: 5px
  }
  .collist figure, .collist1 figure {
    width: 95%;
    margin: 5px
  }
}

p.btn {
  margin: 0
}

.btn {
  text-align: center
}

.btn a, .btn input {
  text-decoration: none;
  border: nzone;
    border-radius: 5px;
    height: 48px;
  display: block;
  font-size: 1em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
/*  background: var(--bg-color);*/
    background: linear-gradient(var(--bg-color), var(--bg-color-light));		
  letter-spacing: .1em;
  color: #fff;
  transition: 0.3s;
/*  padding: .5em 1em;*/
    padding: .7em 1em;
  margin-top: 2em
}

.btn a:hover, .btn input:hover {
  cursor: pointer;
  opacity: 1;
  filter: brightness(1.2);
  transform: scale(1.02)
}

.btn i {
  margin-left: 15px;
  opacity: .5;
  transform: scale(1.4)
}

.ta1 caption {
  font-weight: 700;
  padding: 10px 5px;
  border: 3px solid var(--bg-color);
  color: var(--bg-color);
  background: #fff8d5;
  font-size: 1.2em;
  margin-bottom: 15px;
  border-radius: 5px
}

.ta1 {
  border-top: 1px solid #ccc;
  width: 100%;
/*  margin: 0 auto 30px*/
}

.ta1 tr {
  border-bottom: 1px solid #ccc
}

.ta1 th, .ta1 td {
  padding: 10px 5px;
  word-break: break-all
}

.ta1 th {
  width: 30%;
  text-align: left
}

#wrap {
  padding: 0 5%
}

@media screen and (max-width:600px) {
  #wrap {
    padding: 0 5px
  }
}

#mini-calendar .calendar-year-month {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  letter-spacing: .1em
}

#mini-calendar table {
  width: 100%;
  border-spacing: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 80px;
  line-height: 1.5;
  border-collapse: separate;
/*
    table-layout: fixed;
    text-overflow:clip;
     word-break:break-all;
*/
  counter-reset: number 0
}

#mini-calendar th, #mini-calendar td {
  background: #fff;
  padding: 7px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc
}

#mini-calendar th {
  color: #fff;
  background: var(--bg-color);
  vertical-align: top;
  padding-top: 7px;
  padding-bottom: 7px
}

#mini-calendar td {
  width: 14.3%;
  height: 100px;
  vertical-align: top
}

#mini-calendar td.calendar-day-off {
  background: #F4F3F2;
  color: #555
}

#mini-calendar td.calendar-sat {
  color: #54AFC8;
  background: #F5FBFE
}

#mini-calendar .calendar-day-number {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  display: block;
  padding: 0 3px;
  line-height: 1.2
}

#mini-calendar td.calendar-holiday .day, #mini-calendar td.calendar-sun .day {
  color: #DF0D2D
}

#mini-calendar td.calendar-sat .day {
  color: #2574D3
}

#mini-calendar td span {
  font-size: 11px;
  line-height: 1.3;
  display: block;
  text-align: center
}

#mini-calendar td.calendar-none {
  background: #FBFAF7
}

#mini-calendar td.calendar-today {
  background: #FEFBDA
}

#mini-calendar tr td:nth-of-type(6) {
  background: #E2F3FC
}

#mini-calendar tr td:nth-of-type(7) {
  background: #F8E4E4
}

#mini-calendar td.daystyle9 span {
    display:none;
}
#mini-calendar td.daystyle0 span.br1 {
    color:black;
    font-weight: bold;
}
#mini-calendar td.daystyle1 span.br1 {
    color:black;
    font-weight: bold;    
}

#mini-calendar td.daystyle1, #mini-calendar td.calendar-holiday, #mini-calendar td.calendar-sun {
  background: #FCF3F3!important
}

#mini-calendar .daystyle1 i::before, #mini-calendar .daystyle0 i::before {
  counter-increment: number 1;
  content: counter(number)
}

@media screen and (max-width:600px) {
  #mini-calendar .calendar-year-month {
    font-size: 24px
  }
  #mini-calendar thead {
    display: none
  }
  #mini-calendar th, #mini-calendar td {
    display: block;
    width: 100%;
    padding: 0;
    vertical-align: middle;
  }
  #mini-calendar td {
    height: auto;
    display: -webkit-flex;
    display: flex
  }
  #mini-calendar .calendar-none {
    display: none
  }
  #mini-calendar .calendar-labels {
    padding: 5px
  }
  #mini-calendar td span {
    display: inline-block;  
    padding: 4px 4px 3px 5px;
    font-size: 11px;
    line-height: 1em;
    text-align: left;
    vertical-align: middle
  }
  #mini-calendar td .calendar-day-number {
    font-weight: 400;
    padding: 7px;
    text-align: center;
    font-size: 18px;
    display: block;
    color: #fff;
/*    background: rgba(43, 99, 182, .8);*/
    background: var(--bg-color);  
    margin-bottom: 0;
    width: 50px;
    height: auto
  }
  #mini-calendar td.calendar-holiday .calendar-day-number, #mini-calendar td.calendar-sun .calendar-day-number {
    background: #f8c7c7
  }
  #mini-calendar td.calendar-sat .calendar-day-number {
    background: #c8ebfe
  }
  #mini-calendar td i:after {
    font-size: 12px;
    position: relative;
    left: -5px
  }
  #mini-calendar td:nth-child(7) i:after {
    content: "　（日）"
  }
  #mini-calendar td:nth-child(1) i:after {
    content: "　（月）"
  }
  #mini-calendar td:nth-child(2) i:after {
    content: "　（火）"
  }
  #mini-calendar td:nth-child(3) i:after {
    content: "　（水）"
  }
  #mini-calendar td:nth-child(4) i:after {
    content: "　（木）"
  }
  #mini-calendar td:nth-child(5) i:after {
    content: "　（金）"
  }
  #mini-calendar td:nth-child(6) i:after {
    content: "　（土）"
  }
  #mini-calendar .daystyle9 {
    display: none
  }
}

#ps table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, .3)
}

#ps table tr {
  background-color: #e6f2f5;
  padding: .35em;
  border-bottom: 2px solid #fff
}

#ps table th, #ps table td {
  padding: .3em 20px;
  border-right: 2px solid #fff
}

#ps table th {
  font-size: 1em
}

#ps table td {
  font-size: 1em
}

#ps table thead tr {
  background-color: var(--bg-color-light);
  color: #fff
}

#ps table tbody th {
  width: 64%;
  text-align: left;
  background: var(--bg-color-light);
  color: #fff
}

#ps table tbody th.kubun, td.kubun {
/*  background-color: rgba(43, 99, 182, .8);*/
    background-color: var(--bg-color);
  padding: .3em .2em .3em 8px;
  font-size: .85em;
  color: #fff
}

#ps table tbody td.kubun {
  text-align: center
}

#ps .txt {
  text-align: left;
  font-size: .85em
}

#ps .price {
  text-align: right;
/*  color: rgba(43, 99, 182, .8);*/
    color: var(--bg-color);
  font-weight: 700
}
#ps .price0 {
  text-align: left;
  color: rgba(43, 99, 182, .8);
  font-weight: 700
}
#ps .non {
  background: #fff
}

@media screen and (max-width:500px) {
  #ps table {
    border: 0;
    width: 100%
  }
  #ps table th {
/*    background-color: rgba(43, 99, 182, .8);*/
      background-color: var(--bg-color);
    display: block;
    border-right: none;
    width: 100%
  }
  #ps table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
  }
  #ps table tbody th {
    width: 100%
  }
  #ps table tr {
    display: block;
    margin-bottom: -.625em
  }
  #ps table td {
    border-bottom: 1px solid #bbb;
    display: block;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none
  }
  #ps table tbody td.kubun {
    display: none
  }
  #ps table td::before {
    content: attr(data-label);
    font-weight: 700;
    position: absolute;
    left: 10px;
/*    color: rgba(43, 99, 182, .8)*/
    color: var(--bg-color)    
  }
  #ps table td:last-child {
    border-bottom: 0
  }
  #ps table tbody th {
    color: #fff
  }
}

.pagetop-show {
  display: block
}

.pagetop a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 40px;
    line-height: 40px;
/*  height: 40px;*/
/*  padding: 10px 0;*/
  z-index: 99;
  /* background: rgba(0, 0, 0, .4); */
  background: var(--bg-color);
  opacity: .7;
  position: fixed;
  right: 5px;
  bottom: 30px;
  color: #fff;
  font-size: 1.2em;
  border-radius: 10%
}

.bg1 {
  background: #fff5e1 url(../images/bg_dot.png)
}

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

.color-theme, .color-theme a {
  color: var(--bg-color)!important
}

.color-check, .color-check a {
  color: #f00!important
}

.c {
  text-align: center!important
}

.ws {
  width: 95%;
  display: block
}

.wl {
  width: 95%;
  display: block
}
.mb10 {margin-bottom: 10px !important;}
.mb30 {
  margin-bottom: 30px!important
}

.mt30 {
  margin-top: 30px!important
}

.look {
  display: inline-block;
  padding: 0 10px;
  background: #666;
  color: #fff;
  border-radius: 3px;
  margin: 5px 0;
  word-break: break-all
}

.look .color-check {
  color: #ffcc00!important
}

.small {
  font-size: .6em
}

.large {
  font-size: 2.5em;
  letter-spacing: .1em
}

.pt50 {
  padding-top: 50px
}

.sub {
  float: right;
  width: 22%
}

.sub h2 {
  margin-bottom: 0!important;
  font-size: 16px!important;
  padding: 10px;
  border: 1px solid #dcdcdc;
  color: #333!important
}

.sub p {
  margin: 0!important;
  padding: 10px!important
}

.sub ul.submenu {
  margin-bottom: 20px;
  border-top: solid 1px #dcdcdc
}

.sub ul.submenu li a {
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  border-bottom: solid 1px #dcdcdc;
  border-left: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc
}

.sub ul.submenu li a:hover {
  background: #f4f4f4
}

.sub h2+ul.submenu {
  border-top: none
}

.sub .box1 {
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;
  border: solid 1px #dcdcdc;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1) inset
}

.sub h2+.box1 {
  border-top: none
}

.sub ul.submenu {
  margin-bottom: 0
}

.sub .list-sub {
  position: relative;
  overflow: hidden;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.5;
  font-size: 12px
}

.sub .list-sub a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  padding: 5px
}

.sub .list-sub a:hover {
  background: #f4f4f4
}

.sub .list-sub a h4 {
  font-weight: 700;
  font-size: 16px
}

.sub .list-sub p {
  padding: 0!important
}

.sub .list-sub figure {
  width: 30%;
  float: left;
  margin-right: 5px
}

.option1, .option2, .option3, .new {
  font-size: 12px;
  text-align: center;
  display: block;
  width: 80px;
  line-height: 30px;
  position: absolute;
  right: 40px;
  top: 0
}

.sub .option1, .sub .option2, .sub .option3, .sub .new {
  font-size: 10px;
  line-height: 16px;
  right: 0;
  transform: rotate(45deg) translate(22px, -10px)
}

.option1 {
  color: #FFF;
  background: #f83d72
}

.option2 {
  color: #000;
  background: #ffd200
}

.option3 {
  color: #FFF;
  background: #999
}

.new {
  color: #FFF;
  background: red
}

#copyright {
  clear: both;
  text-align: center;
  background: #555;
  padding: 6px 0 5px
}

#copyright a {
  text-decoration: none
}

#copyright a:hover {
  opacity: .7
}

.faq {
  padding: 0 20px
}

.faq dt {
  color: var(--bg-color);
  font-weight: 700;
  background: url(../images/faq_q.png) no-repeat left center;
  padding-left: 30px
}

.faq dd {
  background: url(../images/faq_a.png) no-repeat left top;
  padding-left: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px
}

#contents input[type="submit"].btn, #contents input[type="button"].btn, #contents input[type="reset"].btn {
  padding: 5px 10px;
  border: 1px solid #ccc;
  font-size: 20px;
  border-radius: 3px;
  background: #eee
}

#contents input[type="submit"].btn:hover, #contents input[type="button"].btn:hover, #contents input[type="reset"].btn:hover {
  border: 1px solid #999;
  background: #fff
}

.newicon {
  position: absolute ;
  top: 3px;
  right: -35px;
/*  display: inline-block;*/
  background: red;
  opacity: .6;
  color: #fff;
  font-weight: 700;
  font-size: 100%;
  width: 48px;    
  height: 20px;
  text-align: center;    
  letter-spacing: -1px;
  line-height: 1.2;
  vertical-align: top;
  padding: 2px 5px 2px 3px;
/*  padding: -70px;*/
  transform: scale(.7) translate(-40%, -10%) rotate(-15deg);
  animation: newAnime .7s infinite alternate
}

.bg1 .newicon {
    position: absolute ;
    top: -8px;
    left: 20%;
}

@keyframes newAnime {
  0% {
    color: red;
    background: #fff
  }
  100% {
    color: #fff;
    background: red
  }
}

.upicon {
  background: #0072ff;
  color: #FFF;
  font-size: 70%;
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 0 5px;
  vertical-align: text-top
}

.link {
  display: block;
  margin-top: -100px;
  padding-top: 100px
}

@media screen and (max-width:349px) {
  #menubar {
    display: none
  }
  body.is-fixed-menu #meme_hdr {
    top: 45px
  }
  body.is-fixed #meme_hdr {
    top: 45px
  }
  #lang-nav {
    display: none
  }
}

@media screen and (max-width:900px) {
  section, main>article, .c2, #footermenu {
    padding: 20px 7px
  }
  #new {
    padding: 0 5px
  }
    #contents.s-n .sub-contents {
       display: none; 
    }
 .home #logo img {
  position: absolute;
  left: 10%;
  top: 300px;
  z-index: 3;
  width: 30%;
     min-width: 150px; 
    }
 header .mv-logo {
  position: absolute;
  left: 10%;
  top: 300px;
  z-index: 3;
  width: 30%;
     min-width: 150px; 
}
    
    
}

@media screen and (min-width:375px) {
  .home header #logo {
    width: 20%;
/*    bottom: -20%;   0821ktani*/
      bottom:10%;
    left: 40%
  }
/*
    .shapedividers_com-2312{
        height: 90px;
        z-index: 3;
    }
*/
  #header-menu ul {
    font-size: 1em
  }
  .home #header-menu ul li:nth-of-type(2) {
    margin-right: 20%
  }
  main {
    padding: 30px 0
  }
  main h2.flag::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100px;
    height: 100px;
    background: var(--bg-image) no-repeat left center / contain
  }
  main h2.flag::after {
    right: 0;
    transform: scale(1, 1)
  }
  main h2.deco::before, main h2.deco::after {
    content: "";
    position:absolute;
/*      position: relative*/
     margin-right: 10%;
     top: -40px;
    z-index: 1;
    bottom: 10px;
    display: none;
    width: 120px;
    height: 120px;
    background: var(--bg-image) no-repeat center center / contain;
    background-size: cover;
      background-color: rgba(255,255,255,0.9);
    border-radius: 30%
  }
  main h2.deco.r::after {
    right: 0%;
    display: block
  }
  main h2.deco.l::before {
    left: 0%;
    display: block
  }
  main h2.deco.rl::before {
    left: 10%;
    display: block
  }
  main h2.deco.rl::after {
    right: 10%;
    display: block;
    transform: scale(-1, 1)
  }
  main h2.deco.naname::after {
    transform: rotate(10deg)
  }
  main h2.deco.naname::before {
    transform: rotate(-10deg)
  }
  main h2.deco.waku::after, main h2.deco.wakuwaku::before {
    z-index: 2;
    box-shadow: 10px 10px 0 #e2ddc0;
    animation: mask 6s linear infinite
  }
}

@media screen and (min-width:900px) {
  html, body {
    font-size: 16px;
  }
  .home header, #mainimg {
    height: 600px
  }
  section, main>article, .c2, #footermenu {
    padding: 1% 5%
  }
  body:not(.home) header #logo img {
    height: 75px
  }
  #header-menu ul {
    font-size: 1.2em
  }
  #meme_hdr {
    transform: scale(.6)
  }
  #meme_hdr p {
    display: none;
    margin: 10px 0 0;
    font-size: .7em
  }
  body:not(.home) #meme_hdr p {
    display: none
  }
  main {
    padding: 50px 0
  }
  main h2.flag::after {
    bottom: 50px;
    width: 120px;
    height: 120px
  }
  main h2.deco::before, main h2.deco::after {
    width: 120px;
    height: 120px;
       
  }
  .c2 {
    flex-direction: row;
    justify-content: space-between
  }
  .main {
    width: calc(100% - 250px)
  }
  .sub {
    width: 200px
  }
  #new dt {
    width: 10em;
    display: flex
  }
  #new dd {
    width: calc(100% - 14em)
  }
  .list {
    width: 24%;
    margin-right: 1.33%
  }
  .list:nth-of-type(2n) {
    margin-right: 1.33%
  }
  .list:nth-of-type(4n) {
    margin-right: 0
  }
  .list2 {
    padding: 30px
  }
  .list2 figure {
    width: 30%;
    margin: -30px 30px -30px -30px
  }
  .list-square p {
    display: block
  }
  .ta1 caption {
    padding: 5px 15px
  }
  .ta1 th, .ta1 td {
    padding: 10px 15px
  }
  .ta1 th {
    width: 25%
  }
  .ws {
    width: 48%;
    display: inline
  }
  .sh {
    display: none
  }
}

