/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* base */
body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0;
}

/* Custom reset */
* {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

button,
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

ul {
  list-style: none;
}

ol {
  padding-left: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/* font */
body,
button,
input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

/* html & body */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  background: #ffffff;
  min-width: 320px;
}

/* anchor */
a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
	overflow: visible; 
    width: 100%;
    background-color: #fff;
  }
  header > .logoWrap {
    display: grid;
    grid-template-columns: 70% 1fr;
    align-items: center;
  }
  header > .logoWrap > div.logo {
    padding-left: 10px;
  }
  header > .logoWrap > div.logo > a {
    display: block;
  }
  header > .logoWrap > div.logo > a > img {
    height: 60px;
  }
  header > .logoWrap > div.info {
    display: none;
  }
  .mainNavi {
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
  }
  .mainNavi .main_navi_toggle_input {
    display: none;
  }
  .mainNavi .main_navi_toggle_label {
    position: fixed;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 35px;
    z-index: 1005;
  }
  .mainNavi > .main_navi_toggle_input:checked + .main_navi_toggle_label + .sp_menu_button + .ulLevel0 {
    left: 0;
	  overflow-y:auto;
    height:100vh;
	  padding-bottom: 30rem;
  }
  .mainNavi > .main_navi_toggle_input:checked + .main_navi_toggle_label + .sp_menu_button > span {
    opacity: 0;
  }
  .mainNavi > .main_navi_toggle_input:checked + .main_navi_toggle_label + .sp_menu_button:before {
    transform: rotate(45deg);
    left: 8px;
  }
  .mainNavi > .main_navi_toggle_input:checked + .main_navi_toggle_label + .sp_menu_button:after {
    transform: rotate(-45deg);
    left: 8px;
  }
  .mainNavi > .sp_menu_button {
    position: fixed;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 30px;
    margin: 0 0 0 auto;
    z-index: 1001;
    right: 20px;
  }
  .mainNavi > .sp_menu_button > span {
    position: absolute;
    width: 40px;
    height: 2px;
    left: 0;
    background-color: #ff9933;
    top: 50%;
    margin-top: -2px;
    transition: 0.3s;
  }
  .mainNavi > .sp_menu_button:before, .mainNavi > .sp_menu_button:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    left: 0;
    background-color: #ff9933;
    transition: 0.3s;
  }
  .mainNavi > .sp_menu_button:before {
    top: 0;
    transform-origin: top left;
  }
  .mainNavi > .sp_menu_button:after {
    bottom: 0;
    transform-origin: bottom left;
  }
ul.ulLevel0 {
    position: fixed;      /* header に依存せず画面に固定 */
    top: 0;
    right: 0;
    width: 80%;           /* 好きな幅 */
    height: 100vh;        /* 高さは画面いっぱい */
    background: #fff;     /* 見えるように背景色 */
    z-index: 9999;        /* header より確実に上 */
}	
	
	
	
  ul.ulLevel0 {
    position: fixed;
    top: 60px;
    left: 100%;
    transition: 0.3s;
    width: 100%;
    overflow-y: visible;
    height: 100vh;
    background-color: #fff;
  }
  ul.ulLevel0 > li {
    text-align: center;
    position: relative;
    border-top: 1px solid #ddd;
  }
  ul.ulLevel0 > li.hasSubMenu .subnaviToggleLabel:after {
    display: block;
    position: absolute;
    top: 12px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(135deg);
    content: "";
  }
  ul.ulLevel0 > li.hasSubMenu .subnaviToggle:checked + .subnaviToggleLabel:after {
    top: 20px;
    right: 20px;
    transform: rotate(-45deg);
  }
  ul.ulLevel0 > li .subnaviToggle {
    display: none;
  }
  ul.ulLevel0 > li .subnaviToggleLabel {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    z-index: 100;
  }
  ul.ulLevel0 > li .subnaviToggle:checked + .subnaviToggleLabel + ul {
    display: block;
  }
  ul.ulLevel0 > li > a {
    padding: 20px;
    border-left: 1px solid #ccc;
    display: grid;
    grid-template-columns: 30px 1fr;
    justify-content: center;
    align-items: center;
  }
  ul.ulLevel0 > li > a > span {
    text-align: left;
    line-height: 1;
  }
  ul.ulLevel0 > li > a > span:nth-child(1) {
    font-size: 2rem;
    text-align: center;
  }
  ul.ulLevel0 > li > a > span:nth-child(2) {
    padding-left: 15px;
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
  }
  ul.ulLevel0 > li:nth-child(1) > a:nth-child(1) {
    border-left: none;
  }
  ul.ulLevel0 > li:nth-child(1) > a > span:nth-child(1) {
    color: #ff9933;
  }
  ul.ulLevel0 > li:nth-child(2) > a > span:nth-child(1) {
    color: #ff9933;
  }
  ul.ulLevel0 > li:nth-child(3) > a > span:nth-child(1) {
    color: #ff9933;
  }
  ul.ulLevel0 > li:nth-child(4) > a > span:nth-child(1) {
    color: #ff9933;
  }
  ul.ulLevel0 > li:nth-child(5) > a > span:nth-child(1) {
    color: #ff9933;
  }
  ul.ulLevel0 > li:nth-child(6) > a > span:nth-child(1) {
    color: #ff9933;
  }
  ul.ulLevel0 > li:nth-child(7) > a > span:nth-child(1) {
    color: #ff9933;
  }
  ul.ulLevel1 {
    display: none;
  }
  ul.ulLevel1 > li {
    background-color: #fff;
    text-align-last: left;
  }
  ul.ulLevel1 > li > a {
    display: block;
    padding: 10px 15px 10px 25px;
    border-top: 1px solid #ccc;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
  }
  ul.ulLevel1 > li > a > i {
    margin-right: 10px;
  }
  ul.ulLevel1 > li:last-child > a {
    border-bottom: none;
  }
  .footerNavi {
    position: static !important;
    transition: 0.3s;
    width: 100%;
    overflow-y: visible;
    height: auto !important;
    background-color: #fff;
    overflow-y: auto;
  }
  footer {
    padding: 100px 0 80px;
  }
  footer > .nanachan {
    position: relative;
    top: -170px;
  }
  footer > .nanachan > span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 140px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  }
  footer > .nanachan > span > img {
    height: 100px;
    animation: animeJump 2s infinite ease-out;
  }
  footer > section {
    width: 94%;
    margin: 0 auto;
    padding: 0;
  }
  footer > section .left > .logo {
    width: 90%;
    margin: 0 auto 20px;
  }
  footer > section .left > .tel {
    text-align: center;
  }
  footer > section .left > .tel > a {
    font-size: 2.4rem;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    line-height: 1;
  }
  footer > section .left > .tel > a > i {
    padding-right: 10px;
  }
  footer > section .left > .sns {
    text-align: center;
  }
  footer > section .left > .sns > span > a {
    font-size: 6rem;
  }
  footer > section .left > .sns > .line {
    margin-right: 20px;
  }
  footer > section .left > .sns > .line > a {
    color: #07B53B;
  }
  footer > section .left > .sns > .youtube {
    margin-right: 20px;
  }
  footer > section .left > .sns > .youtube > a {
    color: #e24b4b;
  }
  footer > section .left > .sns > .instagram {
    margin-right: 20px;
  }
  footer > section .left > .sns > .instagram > a {
	    display: inline-block; /* ← 忘れると効かない場合あり */
  background: linear-gradient(
    150deg,
    #f7a60c 10%,
    #ff2257 40%,
    #9a27ee 68%,
    #2366f7 90%
  );
  -webkit-background-clip: text; /* Safari必須 */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Safari必須 */
  color: transparent; /* 念のため */
  }
  footer > section .left > .sns > .facebook > a {
    color: #1877F2;
  }
  footer > section .left > .links {
    width: 94%;
    margin: 0 auto;
  }
  footer > section .left > .links > li {
    margin-bottom: 5px;
  }
  footer > section .left > .links > li .balloon {
    position: relative;
    display: inline-block;
    font-size: 12px;
    background-color: #ff9933;
    padding: 4px 10px;
    border-radius: 20px;
    margin-top: 10px;
    color: #fff;
  }

  footer > section .left > .links > li .balloon::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ff9933 transparent;
  }
  footer > section .left > .links > li:last-child {
    margin-bottom: 20px;
  }
  footer > section .left > .links > li > a {
    color: #333;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
  }
  footer > section .left > .links > li > a > i {
    margin-right: 5px;
  }
  footer > section .right {
    display: none;
  }
  footer > small {
    padding-top: 20px;
    display: block;
    font-size: 1.2rem;
    text-align: center;
  }
  .spFixedFooter {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #ff9933;
    display: grid;
    height: 60px;
    grid-template-columns: 20% 43% 37%;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  .spFixedFooter > .returnTop {
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    border-right: 1px #fff solid;
    position: relative;
    padding-top: 14px;
  }
  .spFixedFooter > .returnTop > i {
    display: none;
  }
  .spFixedFooter > .returnTop:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -10px;
    margin-left: -5px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(-45deg);
    content: "";
  }
  .spFixedFooter > .textBox {
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
    text-align: center;
    font-size: clamp(1.3rem, 4vw, 1.6vw);
  }
  .spFixedFooter > .textBox a {
    color: #fff;
  }
  .spFixedFooter > .tel {
    border-right: 1px #fff solid;
  }
  .spFixedFooter > .tel > a > i {
    margin-right: 5px;
  }

	
.snsWrap{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	flex-wrap: wrap;
	}
	
	div.sya_blog{
		width: 100%;	
		margin-bottom: 2rem;
	}
	
	div.sya_blog a{
		display: block;
		width: 100%;		
	}
	div.nana_koujou{
		width: 100%;
	}
	
  div.sns_icon  {
	  margin: 0 auto;
		width: 100%;
	  text-align: center;
	}
  div.sns_icon > .youtube {
    margin-right: 0rem;
  }
  div.sns_icon > .youtube > a {
    color: #e24b4b;
    font-size: 6rem;
  }
  div.sns_icon > .instagram {
    margin-right: 2rem;
  }
  div.sns_icon > .instagram > a {
	  display: inline-block; /* ← 忘れると効かない場合あり */
  background: linear-gradient(
    150deg,
    #f7a60c 10%,
    #ff2257 40%,
    #9a27ee 68%,
    #2366f7 90%
  );
  -webkit-background-clip: text; /* Safari必須 */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Safari必須 */
  color: transparent; /* 念のため */
    font-size: 6rem;
  }
  div.sns_icon > .facebook {
    margin-right: 2rem;
  }
  div.sns_icon > .facebook > a {
    color: #1877F2;
    font-size: 6rem;
  }			
	
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  header {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
  }
  header > .logoWrap {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
  }
  header > .logoWrap > div.logo {
    padding-left: 20px;
  }
  header > .logoWrap > div.logo > a {
    transition: 0.3s;
  }
  header > .logoWrap > div.logo > a:hover {
    opacity: 0.5;
  }
  header > .logoWrap > div.logo > a > img {
    height: 40px;
  }
  header > .logoWrap > div.info {
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }
  header > .logoWrap > div.info > span {
    display: inline-block;
  }
  header > .logoWrap > div.info > .tel {
    margin-right: 30px;
  }
  header > .logoWrap > div.info > .tel > span {
    display: block;
    line-height: 1;
  }
  header > .logoWrap > div.info > .tel > span:nth-child(1) {
    font-size: 3.6rem;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
  }
  header > .logoWrap > div.info > .tel > span:nth-child(1) > i {
    margin-right: 5px;
  }
  header > .logoWrap > div.info > .tel > span:nth-child(2) {
    text-align: center;
  }
  header > .logoWrap > div.info a.linkButton {
    display: block;
    transition: 0.3s;
  }
  header > .logoWrap > div.info a.linkButton:hover {
    transform: scale(1.2);
  }
  header > .logoWrap > div.info > .line {
    margin-right: 10px;
  }
  header > .logoWrap > div.info > .line > a {
    color: #07B53B;
    font-size: 4.4rem;
  }
  header > .logoWrap > div.info > .youtube {
    margin-right: 10px;
  }
  header > .logoWrap > div.info > .youtube > a {
    color: #e24b4b;
    font-size: 4.4rem;
  }
  header > .logoWrap > div.info > .instagram {
    margin-right: 10px;
  }
  header > .logoWrap > div.info > .instagram > a {
	  background: linear-gradient(150deg, rgba(247, 166, 12, 1) 10%, rgba(255, 34, 87, 1) 40%, rgba(154, 39, 238, 1) 68%, rgba(35, 102, 247, 1) 90%);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: rgba(255, 255, 255, 0.0);
	  color: #E7009D;
    font-size: 4.4rem;
  }
  header > .logoWrap > div.info > .facebook {
    margin-right: 10px;
  }
  header > .logoWrap > div.info > .facebook > a {
    color: #1877F2;
    font-size: 4.4rem;
  }
  .mainNavi {
    background-color: #ff9933;
    position: relative;
    z-index: 100;
  }
  .mainNavi .main_navi_toggle_input,
  .mainNavi .main_navi_toggle_label,
  .mainNavi .sp_menu_button {
    display: none;
  }
  .mainNavi .subnaviToggle,
  .mainNavi .subnaviToggleLabel {
    display: none;
  }
  .mainNavi ul.ulLevel0 {
    width: clamp(768px, 100%, 1200px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: visible;
  }
  .mainNavi ul.ulLevel0 > li {
    width: 16.667%;
    text-align: center;
    padding: 20px 0;
    position: relative;
  }
  .mainNavi ul.ulLevel0 > li:hover .ulLevel1 {
    display: block;
    transform: scaleY(1);
  }
  .mainNavi ul.ulLevel0 > li > a {
    display: block;
    padding: 0 20px;
    border-left: 1px dotted #fff;
  }
  .mainNavi ul.ulLevel0 > li > a:hover > span {
    transform: scale(1.1);
  }
  .mainNavi ul.ulLevel0 > li > a > span {
    text-align: center;
    line-height: 1;
    transition: 0.3s;
    color: #fff;
  }
  .mainNavi ul.ulLevel0 > li > a > span:nth-child(1) {
    font-size: 3.6rem;
  }
  .mainNavi ul.ulLevel0 > li > a > span:nth-child(2) {
    display: block;
    padding-top: 5px;
    font-weight: bold;
    font-size: 1.6rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
  }
  .mainNavi ul.ulLevel0 > li:nth-child(1) > a:nth-child(1) {
    border-left: none;
  }
  .mainNavi ul.ulLevel1 {
    position: absolute;
    top: 100%;
    width: 230%;
    transition: 0.2s;
    transform: scaleY(0);
    transform-origin: top;
  }
  .mainNavi ul.ulLevel1::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 76px;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    background-color: #fff;
    z-index: -1;
  }
  .mainNavi ul.ulLevel1 > li {
    background-color: #fff;
    text-align-last: left;
  }
   .mainNavi ul.ulLevel1 > li > a {
    display: block;
    padding-left: 20px;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    transition: 0.3s;
  }
  .mainNavi ul.ulLevel1 > li > a:hover {
    font-size: 1.8rem;
  }
  .mainNavi ul.ulLevel1 > li > a > i {
    margin-right: 10px;
  }
  .mainNavi ul.ulLevel1 > li:last-child > a {
    border-bottom: none;
  }
  /*.naviFixed {
    position: fixed !important;
    top: 0;
    width: 100%;
  }	
  .naviFixed ul.ulLevel0 > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .naviFixed ul.ulLevel0 > li > a > span:nth-child(1) {
    font-size: 2.4rem;
  }
  .naviFixed ul.ulLevel0 > li > a > span:nth-child(2) {
    padding-top: 0;
    margin-left: 10px;
  }
  .naviFixed ul.ulLevel1 > li > a {
    font-size: 1.4rem;
  }
  .naviFixed ul.ulLevel1 > li > a:hover {
    font-size: 1.6rem;
  }
  .footerNavi {
    display: none !important;
  }*/
	
	.naviFixed {
    position: fixed !important;
    top: 0;
    width: 100%;
  }	
	
.mainNavi ul.ulLevel0 > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainNavi ul.ulLevel0 > li > a > span:nth-child(1) {
    font-size: 2.4rem;
  }
  .mainNavi ul.ulLevel0 > li > a > span:nth-child(2) {
    padding-top: 0;
    margin-left: 10px;
  }
  .mainNavi ul.ulLevel1 > li > a {
    font-size: 1.4rem;
  }
  .mainNavi ul.ulLevel1 > li > a:hover {
    font-size: 1.6rem;
  }
  .footerNavi {
    display: none !important;
  }	
	
	
  footer {
    min-width: 1200px;
    padding: 150px 0 20px;
    background-color: #ff9933;
  }
  footer > .nanachan {
    position: relative;
    top: -240px;
  }
  footer > .nanachan > span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 180px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  }
  footer > .nanachan > span > img {
    height: 140px;
    animation: animeJump 2s infinite ease-out;
  }
  footer > section {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 28% 1fr;
  }
  footer > section .left > .logo {
    margin-bottom: 20px;
  }
  footer > section .left > .tel > a {
    font-size: 3.6rem;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    line-height: 1;
  }
  footer > section .left > .tel > a > i {
    padding-right: 10px;
  }
  footer > section .left > .sns > span > a {
    font-size: 6rem;
  }
  footer > section .left > .sns > .link i {
    width: 60px;
    text-align: center;
    border-radius: 10px;
    height: 60px;
  }
  footer > section .left > .sns > .line {
    margin-right: 20px;
  }
  footer > section .left > .sns > .line > a {
    color: #07B53B;
  }
  footer > section .left > .sns > .youtube {
    margin-right: 20px;
  }
  footer > section .left > .sns > .youtube > a {
    color: #ffffff;
  }
  footer > section .left > .sns > .instagram {
    margin-right: 20px;
  }
  footer > section .left > .sns > .instagram > a {
	  color: #ffffff;
  }
  footer > section .left > .sns > .facebook > a {
    color: #ffffff;
  }
  footer > section .left > .links > li {
    margin-bottom: 10px;
  }
  footer > section .left > .links > li > a {
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    transition: 0.3s;
  }
  footer > section .left > .links > li > a:hover {
    padding-left: 10px;
  }
  footer > section .left > .links > li > a > i {
    margin-right: 5px;
  }
  footer > section .left > .links > li .balloon {
    position: relative;
    display: inline-block;
    font-size: 12px;
    background-color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    margin-top: 10px;
    color: #ff9933;
  }

  footer > section .left > .links > li .balloon::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
  }

  footer > section .right {
    padding-left: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  footer > section .right > ul li {
    padding-left: 20px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
  }
  footer > section .right > ul li > a {
    display: inline-block;
    color: #fff;
    transition: 0.3s;
  }
  footer > section .right > ul li > a:hover {
    padding-left: 10px;
  }
  footer > section .right > ul li:hover:after {
    left: 10px;
  }
  footer > section .right > ul li:after {
    transition: 0.3s;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    content: "";
  }
  footer > small {
    padding-top: 100px;
    display: block;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
  }
  .spFixedFooter {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: -70px;
    right: 30px;
    border-radius: 50%;
    background-color: #ff9933;
    transition: 0.3s;
  }
  .spFixedFooter:hover {
    transform: scale(1.2);
  }
  .spFixedFooter:hover .returnTop {
    background-color: #ffa64d;
  }
  .spFixedFooter.fixed {
    bottom: 30px;
  }
  .spFixedFooter > .returnTop {
    transition: 0.3s;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ff9933;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 1px #fff solid;
    font-size: 1.2rem;
    line-height: 1;
  }
  .spFixedFooter > .returnTop > i {
    padding-top: 10px;
    display: block;
    font-size: 3rem;
  }
  .spFixedFooter > .tel,
  .spFixedFooter > .nfm {
    display: none;
  }
	
.snsWrap{
		width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	div.sya_blog{
		width: 300px;	
		margin-right: 3rem;			
	}
	
	div.sya_blog a{
		display: block;
		width: 100%;		
	}
	div.nana_koujou{
		width: 300px;
	}
	
  div.sns_icon  {
	  margin: 0 auto;
		width: 308px;
	}
  div.sns_icon > .youtube {
    margin-right: 3rem;
  }
  div.sns_icon > .youtube > a {
    color: #e24b4b;
    font-size: 8rem;
  }
  div.sns_icon > .instagram {
    margin-right: 3rem;
  }
  div.sns_icon > .instagram > a {
	  background: linear-gradient(150deg, rgba(247, 166, 12, 1) 10%, rgba(255, 34, 87, 1) 40%, rgba(154, 39, 238, 1) 68%, rgba(35, 102, 247, 1) 90%);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: rgba(255, 255, 255, 0.0);
	  color: #E7009D;
	  font-size: 8rem;
  }
  div.sns_icon > .facebook {
    margin-right: 3rem;
  }
  div.sns_icon > .facebook > a {
    color: #1877F2;
    font-size: 8rem;
  }		
	
}/*# sourceMappingURL=head-foot-202303.css.map */