﻿@charset "UTF-8";

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	width /***/: auto;
}

.container {
	width: 100%;
}

 :root {
  --base-fontcolor: #333;
  --side-fontcolor: #333;
  --main-color: #e8e9de;
  --main-bgcolor: #f4f4f4;
  
  --base-font:"Noto Sans JP", sans-serif;
  --sub-font: "Zen Kaku Gothic New"; 
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */

*,*::after,*::before{box-sizing:border-box}:focus-visible{outline-offset:3px}:where(html){-webkit-text-size-adjust:none;text-size-adjust:none}:where(html){line-height:1.5}:where(html){scrollbar-gutter:stable}:where(h1){font-size:2em;margin-block:.67em}:where(abbr[title]){cursor:help;text-decoration-line:underline;text-decoration-style:dotted}@media (forced-colors:active){mark{color:HighlightText;background-color:Highlight}}:where(del,ins,s)::before,:where(del,ins,s)::after{clip-path:inset(100%);clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden;position:absolute;white-space:nowrap;content:"test"}:where(s)::before{content:"stricken text start "}:where(s)::after{content:" stricken text end"}:where(del)::before{content:"deletion start "}:where(del)::after{content:" deletion end"}:where(ins)::before{content:"insertion start "}:where(ins)::after{content:" insertion end"}:where(audio,iframe,img,svg,video){max-block-size:100%;max-inline-size:100%}:where(fieldset){min-inline-size:0}:where(label):has(+:where(textarea,input,select)){display:block}:where(textarea:not([rows])){min-block-size:6em}:where(button,input,select,textarea){font-family:inherit;font-size:inherit}:where([type="search"]){-webkit-appearance:textfield}@supports (-webkit-touch-callout:none){:where([type="search"]){border:1px solid -apple-system-secondary-label;background-color:canvas}}:where([type="tel"],[type="url"],[type="email"],[type="number"]):not(:placeholder-shown){direction:ltr}:where(table){border-collapse:collapse;border:1px solid}:where(th,td){border:1px solid;padding:.25em .5em}:where(dialog)::backdrop{background:oklch(0% 0 0 / .3)}:where(dialog),:where(dialog)::backdrop{opacity:0;transition:opacity 300ms ease-out,display 300ms allow-discrete,overlay 300ms allow-discrete}:where(dialog[open]),:where(dialog[open])::backdrop{opacity:1}@starting-style{:where(dialog[open]),:where(dialog[open])::backdrop{opacity:0}}[hidden]:not([hidden="until-found"]){display:none!important}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: add class */

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearB {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

            @media screen and (max-width: 719px) {
              br.forPc {
              	display: none;
              }
              }

br.forTab {
	display: none;
}

br.forSp {
	display: none;
}

.hidden {
  display:none;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
  overflow-x: hidden;
}
footer article dl,
article {
	width: 100%;
	margin: 0 auto;
}
footer article dl,
article {
	max-width: 1210px;/* 共通コンテンツ幅 */
	padding-left:30px;
	padding-right:30px;
  padding-bottom: 30px;
}
            @media screen and (max-width:798px) {
                article {
                    padding-left:20px;
                    padding-right:20px;
                }
                }

.breadCrumb ul {
	max-width: 1210px;
}

/*--------------------------------------- header */

header {
	position: fixed;
  height: 100vh;
  width: 25%;
  top: 0;
  left: 0;
  z-index: 9;
  background-color:var(--main-color);
  padding:30px 20px 20px 100px;
  color:var(--side-fontcolor);
}
header #header_logo {
  margin:0;
}

                  @media screen and (max-width:1470px) {
                  header {
                    padding:30px 20px 20px 30px;
                  }
                  }
                  @media screen and (max-width:1200px) {
                  header {
                    padding:30px 20px 20px 20px;
                  }
                  }

            @media screen and (max-width:695px) {
                header {
                    padding:15px 20px 10px 20px;
                }
                }

@media screen and (max-width:1124px) {
	header {
		width: 100%;
    height: auto;
    padding: 10px 20px 10px 20px;
	}
	header #header_logo {
		text-align: center;
	}
}


header #header_inner {
	max-width: 100%;/* ヘッダ幅100% */
	/* max-width: 1280px; ヘッダ最大幅1280px */
	margin:0 auto;
	padding: 0;
	background-color: transparent;
}
@media screen and (max-width:719px) {
	header #header_inner {
		padding: 0 30px;
	}
}
.lower header #header_logo {
  margin: 0;
	padding: 0;
	line-height: 0;
	vertical-align: middle;
}
header #header_contents{
	flex: 1;
}
header #header_logo a {
	display: inline-block;
	padding: 0;
}

header #header_logo img {
	width:100%;
	vertical-align: middle;
  max-width: 255px;
  text-align: center;
}
                  @media screen and (max-width:1124px) {
                  header #header_logo img {
                    max-width:none;
                    max-height:55px;
                    width: auto;
                  }
                  header .sp_menu #header_logo img {
                    max-height: 140px;
                  }
                  }



            @media screen and (max-height:640px) {
                header #header_logo img {
                    max-width: 180px;
                }
                }

/* nav */
header nav {
  position: absolute;
  bottom: 30px;
  left: 90px;
}
                  @media screen and (max-width:1470px) {
                  header nav {
                    left: 18px;
                  }
                  }
                  @media screen and (max-width:1200px) {
                  header nav ul {
                    padding-left:10px;
                  }
                  }
                  @media screen and (max-width:1124px) {
                  header nav {
                  		display:none;
                  	}
                  header .sp_menu nav {
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    width: 100%;
                    }
                  }
            @media screen and (max-height:555px) {
                header nav {
                    bottom: 14px;
                }
                }


header nav .sp_menu_navi li,
header nav .navigation li {
	list-style: none;
  position:relative;
  margin-bottom: 36px;
}
            @media screen and (max-width: 1124px) {
              header nav .sp_menu_navi li {
                margin-bottom: 20px;
              }
              }


            @media screen and (max-height:820px) {
                header nav .sp_menu_navi li,
                header nav .navigation li {
                    margin-bottom: 20px;
                }
                }
            @media screen and (max-height:765px) {
                header nav .sp_menu_navi li,
                header nav .navigation li {
                    margin-bottom: 16px;
                }
                }
            @media screen and (max-height:695px) {
                header nav .sp_menu_navi li,
                header nav .navigation li {
                    margin-bottom: 10px;
                }
                }
            @media screen and (max-height:515px) {
                header nav .sp_menu_navi li,
                header nav .navigation li {
                    margin-bottom: 9px;
                    line-height: 1.3;
                }
                }

header nav .sp_menu_navi li a,
header nav .navigation li a {
	text-decoration: none;
  color:var(--side-fontcolor);
  padding-left:25px;
  font-size:1.7em;
  display:block;
}
header nav .sp_menu_navi li a:before,
header nav .navigation li a:before {
	content:"";
  display:inline-block;
  width:15px;
  border-top:solid 1.5px var(--side-fontcolor);
  height:1px;
  top:0.7em;
  left:0;
  position:absolute;
}
header nav .sp_menu_navi li a span,
header nav .navigation li a span {
  display: block;
  font-size: 0.5em;
  margin-top: 3px;
  margin-left: 23px;
}
            @media screen and (max-height:515px) {
                header nav .sp_menu_navi li a span,
                header nav .navigation li a span {
                    margin-top: 0;
                }
                }


/* contact btn */
.contactBtn {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}
                  @media screen and (max-width:1200px) {
                  .contactBtn {
                    margin-left: 10px;
                    margin-right: 25px;
                  }
                  }

.contactBtn a {
  display:block;
  text-decoration: none;
  padding:15px 30px;
  color: var(--side-fontcolor);
  border:solid 1.5px var(--side-fontcolor);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.362);
}
                  @media screen and (max-width:1200px) {
                  .contactBtn a {
                    padding:15px 20px;
                  }
                  }
            @media screen and (max-height:640px) {
                .contactBtn a {
                    padding:8px 30px;
                }
                }
            @media screen and (max-height:515px) {
                .contactBtn a {
                    font-size: 0.8em;
                }
                }
  
/* sns navi */
header .snsList {
  padding-top: 30px;
}
            @media screen and (max-height:765px) {
                header .snsList {
                    padding-top: 10px;
                    margin-bottom: 0;
                }
                }
            @media screen and (max-height:695px) {
                header .snsList {
                    padding-top: 0;
                }
                }


header .snsList li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
header .snsList li img {
  max-width:23px;
}

@media screen and (max-width:719px) {

  header .snsList li img {
    max-width: 33px;
}
}



/* site info */
header .siteInfo {
    margin-top: 10px;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.9;
}
            @media screen and (max-width: 1124px) {
              header .siteInfo {
              	display: none;
              }
              header .sp_menu .siteInfo {
              	display: block;
                text-align: left;
                margin: 0 0 20px 10px;
              }
              }
            @media screen and (max-height:695px) {
                header .siteInfo {
                    margin-top: 5px;
                }
                }
            @media screen and (max-height:555px) {
                header .siteInfo {
                    font-size: 0.8em;
                    line-height: 1.5;
                }
                }
            @media screen and (max-height:465px) {
                header .siteInfo {
                    display:none;
                }
                }


.svglogoFrame {
  width: 93%;
  min-width: 236px;
}
            @media screen and (max-width: 1124px) {
              .svglogoFrame {
              	width: 55%;
                margin: 0 auto;
              }
              }


.svglogoFrame svg {
  width: 100% !important;
  height: auto;
  max-width: 250px;
  
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}



/*--------------------------------------- mainContents */
.mainContents {
  width: 75%;
  margin-left: 25%;
}
                  @media screen and (max-width:1124px) {
                  .mainContents {
                    width: 100%;
                    margin-left: 0;
                  }
                  }

.mainContents section:nth-child(odd) {
  background-color: var(--main-bgcolor);
}
.lower .mainContents section:nth-child(odd) {
  background-color:#FFF;
}
.lower .mainContents section:nth-child(even) {
    background-color: var(--main-bgcolor);
}



/*--------------------------------------- page_top */

@media screen and (max-width: 1124px) {
#page_top {
  bottom: 100px!important;
}
}

/*--------------------------------------- footer */
footer {
  background: #FBC35A;
  background: linear-gradient(90deg,rgba(251, 195, 90, 1) 0%, rgba(255, 171, 150, 1) 100%);  
}
footer article {
  width:100%;
  max-width: 100%;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 90%);
  padding: 0 20px;
}
footer article dl {
  margin:0 auto;
  padding:40px 20px;
  background: repeating-linear-gradient(-45deg, #fff, #fff 14px, #fef4e0 14px, #fef4e0 28px);
  text-align: center;
}
footer article dt {
  text-align: center;
  position: relative;
  padding: 1.5em 2em;
  display:inline-block;
  line-height:1.4;
  font-size:1.8em;
  font-weight:600;
  margin-bottom:30px;
}
                    @media screen and (max-width: 821px) {
                        footer article dt {
                            padding: 1.5em 0;
                        }
                    } 

footer article dt::before,
footer article dt::after {
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 100%;
  border: 1px solid #333;
  box-sizing: border-box;
  content: '';
}

footer article dt::before {
  top: 0;
  left: 0;
  border-bottom: none;
}
footer article dt::after {
    bottom: 0;
    left: 0;
    border-top: none;
}

footer article dt span {
  display:inline-block;
  background-color:#fcc255;
  color:#FFF;
  padding:4px 15px;
  font-size:0.6em;
  font-weight:500;
  margin-top:20px;
}
footer article dd {
  margin:0;
  padding:0;
}
footer article dd p img,
footer article dd ul {
  margin:0 auto;
  padding:0;
  max-width:600px;
  width: 100%;
}
footer article dd li {
  list-style: none;
  margin-bottom:10px;
  width:48%;
  float:left;
}
footer article dd li:nth-child(even) {
  float:right;
}
                    @media screen and (max-width: 478px) {
                        footer article dd li,
                        footer article dd li:nth-child(even) {
                            width:100%;
                            float:none;
                        }
                    } 

footer article dd li:nth-child(odd) {
  clear: both;
}
footer article dd li:last-of-type {
  float:none;
  width:100%;
}

 footer article dd li a {
  display:block;
  background-color:#FFF;
  padding:15px 10px 15px 20px;
  text-decoration: none;
  text-align: left;
  font-weight:500;
  position:relative;
} 
 footer article dd li a:before {
  content:'';
  display: inline-block;
  vertical-align: middle;
  color: #fbc35a;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  margin-right:10px;
}



.copy {
	text-align:right;
	font-size: 0.8em;
  background-color:#fbc35a;
  color:#FFF;
  padding:20px;
  margin: 0;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common_setting */

img {
	max-width: 100%;
	height: auto !important;
	width /***/: auto;
}
table td img{
	max-width: 100%;
	height:auto !important;
}
iframe{
	max-width:100%;
}
@media screen and (min-width:720px) {
	.only_pc{
		display:block;
	}
	.only_sp{
		display:none;
	}
}
@media screen and (max-width:719px) {
	.only_pc{
		display:none;
	}
	.only_sp{
		display:block;
	}
}

/*--------------------------------------- font */
html {
	font-size: 62.5%;
/* 1em=10px化 */
}

body {
  font-family: var(--base-font);
	line-height: 1.5;
	color: var(--base-fontcolor);
  font-weight:400;
	-webkit-text-size-adjust: 100%;
	font-size: 1.5em;
/* 基準フォントサイズ1.5em=15px */
  letter-spacing: 0.05rem;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width:719px) {
	html,body {
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
    font-size: 0.92em;
	}
}

.subFont {
  font-family: var(--sub-font);
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	position: relative;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h2 {
	font-weight:500;
  color:#333;
	padding: 70px 0 50px;
	margin: 0 auto 50px;
	text-align: center;
  line-height: 1.5; 
}
                    @media screen and (max-width: 821px) {
                      h2 {
                            padding: 50px 0 30px;
                        }
                    } 

h2 span {
  display: inline-block;
  position:relative;
}
h2 span.iCatch {
  position:absolute;
  font-family: "Damion", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4em;
  top: -32px;
  left: -58px;
  z-index:1;
  color:#fadea8;
  transform:rotate(-15deg);
}
h2 span.title {
  z-index: 2;
}
h2:after {
  content:'';
  position:absolute;
  width:1px;
  height:60px;
  background-color:#333;
  display:inline-block;
  bottom:-30px;
  left:50%;
}
                    @media screen and (max-width: 478px) {
                        h2:after {
                            height:40px;
                        }
                    } 

h3 {
	font-weight: normal;
	padding: 0 0 15px;
  margin-bottom: 20px;
  border-bottom:double 2px;
}
h4{
	padding: 0 1em;
	margin: 1em 0;
	font-weight: bold;
	border-left: 3px solid var(--base-fontcolor);
}

h5 {
	margin: 1.5em 0 1em;
	padding: 0 10px 0 30px;
}
h5:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	border: 6px solid var(--base-fontcolor);
	position: absolute;
	left: 0;
	top: 4px;
}
h6 {
	font-weight: bold;
	margin: 1em 0;
	padding:0.2em;
}
@media screen and (min-width: 720px), print {
	.lower h1,
	h2 {
		font-size: 2.21em;
	}
	h3 {
		font-size: 1.6em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.1em;
	}
	h6 {
		font-size: 1em;
	}
}
@media screen and (max-width: 719px) {
	.lower h1,
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.2em;
	}
	h5,h6 {
		font-size: 1em;
	}
}
.bold {
	font-weight: bold;
}

/*--------------------------------------- color */

a {
	color: #000000;
}
a:hover {
	color: #656565;
}
a:hover img{
	opacity: 0.8;
}

/*--------------------------------------- btn */
/* btn */
.btn {
	text-align: center;
	display: block;
	padding: 0.5em 20px;
}
.btn a {
	padding: 1.4em 2em;
	line-height: 1.5;
	background-color: var(--base-fontcolor);
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	transition: background-color linear 0.2s;
  width: 90%;
  max-width: 420px;
  font-size: 1.2em;
}
.btn a:hover {
	background-color: var(--base-fontcolor);
}

/*--------------------------------------- youtube */
.youtube {	
	position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0 auto 10px;
}
                    @media screen and (max-height: 1294px) {
                      .youtube {
                          width: 90%;
                          padding-bottom: 50.7%;
                        }
                    }
                    @media screen and (max-height: 1143px) {
                      .youtube {
                          width: 77.5%;
                          padding-bottom: 43.7%;
                        }
                    }
                    @media screen and (max-height: 930px) {
                      .youtube {
                          width: 65.2%;
                          padding-bottom: 36.7%;
                        }
                    }
                    @media screen and (max-height: 750px) {
                      .youtube {
                          width: 51%;
                          padding-bottom: 28.7%;
                        }
                    }
                    @media screen and (max-width: 798px) {
                      .youtube {
                          width: 100%!important;
                          padding-bottom: 56.25%!important;
                        }
                    }

.youtube p img,
.youtube iframe {
width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 1;
}

.youtubeFrame {
	position:relative;
  padding:30px 40px 20px;
  background: #FBC35A;
  background: linear-gradient(90deg,rgba(251, 195, 90, 1) 0%, rgba(253, 183, 120, 1) 50%, rgba(254, 170, 149, 1) 100%);
}
                    @media screen and (max-width: 821px) {
                      .youtubeFrame {
                            padding:15px 15px 20px;
                        }
                    } 
                    @media screen and (max-width: 798px) {
                      .youtubeFrame {
                            padding:48px 15px 10px;
                        }
                    } 

.youtubeFrame h1 {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  text-align: center;
  text-indent: -99999px;
}
.youtubeFrame h1 a {
  font-size: 10.3vw;
  color:#FFF;
  font-feature-settings: "palt";
  text-shadow: -4px -4px 8px rgba(0, 0, 0, 0.462);
  line-height: 0;
}
                    @media screen and (max-height: 1294px) {
                      .youtubeFrame h1 a {
                          font-size: 8.5vw;
                        }
                    }
                    @media screen and (max-height: 1143px) {
                      .youtubeFrame h1 a {
                          font-size: 7.3vw;
                        }
                    }
                    @media screen and (max-height: 930px) {
                      .youtubeFrame h1 a {
                          font-size: 6.3vw;
                        }
                    }
                    @media screen and (max-height: 750px) {
                      .youtubeFrame h1 a {
                          font-size: 4.8vw;
                        }
                    }
                    @media screen and (max-width: 798px) {
                      .youtubeFrame h1 a {
                          font-size: 10.3vw!important;
                        }
                    }

/*--------------------------------------- list_text */

.list_text,
.list_text li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.list_text {
	padding: 1em 0;
}

.list_text li a {
	text-decoration:none;
	display: block;
	color: #777;
}
.list_text li .listBox {
	width: 100%;
}
.list_text li .date {
	font-size: 0.9em;
	width: 8em;
}
.list_text li .new {
	font-size: 0.9em;
	margin: 5px;
	color: #D2202F;
	padding: 0.01em 0.5em;
	border: 1px solid;
	border-radius: 100em;
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 481px), print {
	.list_text li .listBox {
		display: table;
	}
	.list_text li .listBox .date,
	.list_text li .listBox .text {
		display: table-cell;
		vertical-align: middle;
		padding: 10px 20px;
	}
}
@media screen and (max-width: 480px) {
	.list_text li .listBox {
		padding: 10px 20px;
		display: block;
	}
	.list_text li .listBox .date,
	.list_text li .listBox .text {
		padding: 10px 20px;
		display: block;
	}
}

/*--------------------------------------- list_thumbnail */

.list_thumbnail {
	width:100%;
	padding: 1em 0;
	margin: 0;
}
.list_thumbnail li{
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.list_thumbnail li a {
	display: block;
	text-decoration: none;
}
.list_thumbnail .listBox {
	display: block;
	padding: 0 10px 1em;
	position: relative;
}
.list_thumbnail .thumbnail {
	display: block;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
  background-color: #e4e4e4;
}
.list_thumbnail .thumbnail span{
	padding: 30% 0;
	display: block;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.5s ease-out;
}
.list_thumbnail li a:hover .thumbnail span{
	transform: scale(1.1);
	box-shadow: none;
}
.list_thumbnail .dateBox {
	display: block;
	padding: 0 10px;
	background-color: #fff9eb;
	font-size: 0.9em;
  font-family: var(--sub-font);
}
.list_thumbnail .date,
.list_thumbnail .new {
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
.list_thumbnail .date {
	padding: 0.1em 0;
}
.list_thumbnail .new {
	color: #414D99;
	padding: 0.01em 0.5em;
	border: 1px solid;
	border-radius: 100em;
}
.list_thumbnail .title {
	display: block;
	padding: 0.5em 0 2px;
}
.list_thumbnail .text {
	display: block;
	padding: 0.5em 10px 1em;
	border-top: 1px dashed #ddd;
	color: #999;
	font-size: 0.9em;
}
@media screen and (min-width: 1200px) {
	.list_thumbnailC5 li{
		width: 20%;
	}
	.list_thumbnailC6 li{
		width: 16%;
	}
}
@media screen and (min-width: 720px) {
	.list_thumbnailC1 li{
		width: 100%;
		display:block;
	}
	.list_thumbnailC2 li{
		width: 49.5%;
	}
	.list_thumbnailC3 li{
		width: 32.5%;
	}
	.list_thumbnailC4 li{
		width: 24.5%;
	}
	.list_thumbnailC5 li{
		width: 19.5%;
	}
	.list_thumbnailC6 li{
		width: 15.5%;
	}
}
@media screen and (max-width: 719px) {
	.list_thumbnailC2 .listBox {
		padding: 0 0 2em;
	}
	.column_thumbnail {
		width: 35.2%;
	}
	.list_thumbnail li{
		width: 100%;
	}
	.list_thumbnailC1 li{
		width: 100%;
		display:block;
	}
	.list_thumbnailC4 li{
		width: 50%;
	}
	.list_thumbnailC5 li{
		width: 50%;
	}
	.list_thumbnailC6 li{
		width: 50%;
	}
}
@media screen and (min-width: 480px) {
	.list_thumbnailC2 li .listBox {
		padding: 0 0 3em;
	}
}
@media screen and (max-width: 479px) {
	.list_thumbnailC2 li,
	.list_thumbnailC3 li {
		width: 100%;
	}
}
.body_common .list_thumbnail{
	text-align:center;
}
.body_common .list_thumbnail .thumbnail span{
	padding: 33.5% 0;
}
.body_common .list_thumbnail .title{
	font-size: 1.2em;
	font-weight: bold;
}

/* ------------------------- flexBoxInfo */

.flexBoxInfo {
  margin-bottom:30px;
}

.flexBoxInfo dl {
  position: relative;
  display: flex;
  line-height: 3.0rem;
}

                    @media screen and (max-width: 821px) {
                        .flexBoxInfo dl {
                            display: block;
                            line-height: 2.0rem;
                        }
                    }              

.flexBoxInfo dt {
  border-top: solid 1px var(--main-color);
  -webkit-flex-basis: 20rem;
  flex-basis: 20rem;
  margin-right: 2rem;
  margin-bottom: 0;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
  font-weight: bold;
}

                    @media screen and (max-width: 821px) {
                        .flexBoxInfo dt {
                          -webkit-flex-basis: 100%;
                          flex-basis: 100%;
                          margin-right: 0rem;
                          padding-top: 10px;
                          padding-bottom: 10px;
                        }
                    } 

.flexBoxInfo dd {
  border-top: solid 1px #e5e5e5;
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  text-align: left;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
}
                    @media screen and (max-width: 821px) {
                        .flexBoxInfo dd {
                          padding-top: 10px;
                          padding-bottom: 0;
                          margin-left: 0;
                        }
                    }

.flexBoxInfo .floatL {
  width:62%;
}
.flexBoxInfo .floatR {
  width:38%;
}
.flexBoxInfo .floatR img {
  width:100%;
}
                    @media screen and (max-width: 821px) {
                        .flexBoxInfo .floatL,
                        .flexBoxInfo .floatR {
                          float:none;
                          width:100%;
                        }
                    }

/*--------------------------------------- pagetop link */

#pgtp {
	border-bottom: solid 1px #b5c3df;
}

#pgtp p {
	text-align: right;
	padding: 20px 0 16px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: TOPpage（home） */

.youtubeFrame .kinki {
  position: absolute;
    top: -15px;
    left: 0;
    max-width: 160px;
    background-color: #FFF;
    padding: 3px;
}


/*--------------------------------------- where */
.body_home .where {
  background-color: #ffffff;
  background-image:  linear-gradient(#f6f6f6 4px, transparent 4px), linear-gradient(90deg, #f6f6f6 4px, transparent 4px), linear-gradient(#f6f6f6 2px, transparent 2px), linear-gradient(90deg, #f6f6f6 2px, #ffffff 2px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -4px -4px, -4px -4px, -2px -2px, -2px -2px;
  position: relative;
  z-index: -2;
}

.body_home .where .list {
  padding-bottom:50px;
}
.body_home .where .list dl {
  float:right;
  width:36%;
}
.body_home .where .list:nth-of-type(even) dl {
  float:left;
}

                    @media screen and (max-width: 821px) {
                      .body_home .where .list dl,
                      .body_home .where .list:nth-of-type(even) dl {
                            width:100%;
                            float:none;
                        }
                    } 


.body_home .where .list dt {
  position: relative;
  padding-top: 0.5em;
  font-size: 2em;
  font-weight: 600;
}
.body_home .where .list dt span:first-of-type {
  display:inline-block;
  text-align: center;
  color:#FFF;
  background-color:#fabb43;
  border-radius:100%;
  font-weight:600;
  padding:15px 10px;
  font-size:0.5em;
  margin-right: 90px;
  line-height:1.2;
}
.body_home .where .list:first-of-type dt span:first-of-type {
  margin-right: 70px;
}
/*.body_home .where .list dt span:last-of-type {
  display:block;
  font-size:0.5em;
  text-align: right;
}*/
.body_home .where .list dt::before {
  position: absolute;
  bottom: -10px;
  left: 80px;
  z-index: -1;
  color: #e6e6e4;
  font-size: 3.5em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.3rem;
}

.body_home .where .list dd {
  margin:20px 0 0;
  padding:10px 0 0;
  border-top:dotted 1px #333;
}
.body_home .where .list dd p {
  margin-bottom:1.2em;
}
.body_home .where .list dd p.bold {
  font-size:1.1em;
}
.body_home .where .list dd p.bg{
  background-color: #fffeef;
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.body_home .where .list dd p.bg:before, .body_home .where .list dd p.bg:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.body_home .where .list dd p.bg:before {left: 10px;}
.body_home .where .list dd p.bg:after {right: 10px;}

.body_home .where .list dd p.more {
  position:relative;
  padding:0 30px;
  text-align: center;
}
.body_home .where .list dd p.more:before,.body_home .where .list dd p.more:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 68px;
    height: 1px;
    border-radius: 3px;
    background-color: #333;
    content: ""
}

.body_home .where .list dd p.more:before {
    left: -20px;
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg)
}

.body_home .where .list dd p.more:after {
    right: -20px;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg)
}


.body_home .where .list .pic {
  float:left;
  width:58%;
  position:relative;
}
.body_home .where .list:nth-of-type(even) .pic {
  float:right;
  padding-right: 20px;
}

                    @media screen and (max-width: 821px) {
                      .body_home .where .list .pic,
                      .body_home .where .list:nth-of-type(even) .pic {
                            width:100%;
                            float:none;
                        padding-right: 20px;
                        }
                    } 

.body_home .where .list .pic img {
  border-radius:30px;
  box-shadow: 20px 20px #fdeccc;
}

.body_home .where .list .pic span {
  position:absolute;
  right:20px;
  bottom:-24px;
  text-align: right;
  color:#fff;
  font-size: 4.5em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}

/*--------------------------------------- faq */
.body_home .faq {
  background-color:#f3f5ec;
  background-image:url("../img/faq_bg02.png"), url("../img/faq_bg01.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 185% 30px, -90% 30px;
  background-size: 70% auto, 70% auto;
}
                  

.body_home .faq h2 {
  padding-top:50px;
}
.body_home .faq h2 span.iCatch {
  left: -38px;
}
.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 20px;
  border: 2px solid #000000;
  border-radius: 6px;
  background-color: #FFF;
  text-align: left;
  font-size: 0.5em;
  font-weight: 600;
  line-height: 1.5;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}

.body_home .faq p {
  text-align: center;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/* ------- accordion */

.accordion {
  margin:0 auto 50px;
  max-width:800px;
  padding-top:5px;
}
.accordion dt {
  background-color: rgba(255, 255, 255, 0.562);
  color: #333;
  font-size: 1.3em;
  font-weight: 600;
  padding: 15px 20px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-top:20px;
  border:solid 1px #333;
  border-radius:4px;
}
.accordion dt.open {
  border-bottom:none;
  border-radius:4px 4px 0 0;
}
.accordion dt:hover {
  opacity: .8;
}
.accordion dt .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion dt.stay .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion dt .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion dt.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion dt.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion dt.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.accordion dt.stay.open .i_box {
  -webkit-transform: rotate(315eg);
  transform: rotate(315deg);
}
.accordion dt .i_box .one_i:before, .accordion dt .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #333;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion dt .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.accordion dt.stay .i_box .one_i:before {
  content: none;
}
.accordion dt.open .i_box .one_i:before {
  content: none;
}
.accordion dt.stay.open .i_box .one_i:before {
  content: "";
}
.accordion dt.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion dt.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion dd {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #db0f2f;
  border-right: 2px solid #db0f2f;
  border-bottom: 2px solid #db0f2f;
  box-sizing: border-box;
  margin:0 auto 30px;
  background-color:#FFF;
  border:solid 1px #333;
  border-radius:0 0 4px 4px;
  border-top:none;
}
.accordion dd.stay {
  display: block;
}
.body_home .faq .accordion dd p {
  text-align: left;
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}

@media screen and (max-width: 1024px) {
  .accordion dt {
    font-size: 18px;
  }
  .accordion dt .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .accordion dt {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}




















/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */
.body_home .where .list:after {
	content: "";
	display: block;
	clear: both;
}




