@charset "UTF-8";
/* ===============================================
reseter
=============================================== */
*, ::after, ::before {
  box-sizing: border-box
}
body, html {
  font-weight: 400
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-size: 62.5%;
  font-style: normal
}
body {
  min-height: 100vh;
  color: #333;
	font-size: 1.6rem;
	letter-spacing: .05em;
}
blockquote, body {
  margin: 0
}
ol[role=list], ul[role=list] {
  list-style: none
}
blockquote, body, button, input, label {
  line-height: 1.7
}
h1, h2, h3, h4 {
  text-wrap: balance
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: currentColor
}
img, picture {
  max-width: 100%;
  display: block
}
button, input, select, textarea {
  font: inherit
}
textarea:not([rows]) {
  min-height: 10em
}
:target {
  scroll-margin-block: 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block
}
address, dd, dl, dt, figure, h1, h2, h3, h4, h5, h6, img, li, ol, p, ul {
  margin: 0;
  padding: 0;
  line-height: 1.7
}
li {
  list-style: none
}
dt {
  font-weight: 400
}
em {
  font-style: normal
}
a {
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent
}
a:focus {
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent
}
a[href^="tel:"] {
  pointer-events: none
}
img {
  vertical-align: bottom
}
a img {
  border: 0;
  outline: 0;
  text-decoration: none
}
table {
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed
}
caption {
  padding-top: 0;
  padding-bottom: 0
}
br {
  font-size: 0
}

html {
  overflow-y: scroll;
  font-family: "Noto Sans JP", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "Yu Gothic", "メイリオ", "Meiryo", sans-serif
}


/* ===============================================
wrapper
=============================================== */
.wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
  overflow-x: hidden;
  min-width: 1000px;
}
.section_wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto
}

/* ===============================================
header
=============================================== */
#header {
  height: 90px;
  width: 100%;
/*  box-shadow: 0 8px 8px -8px rgba(0, 0, 0, .5)*/
}
#header nav {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
#header nav .nav_home {
	position: relative;
  width: 250px;
  margin-left: 40px;
  margin-top: 25px;
  margin-bottom: 25px;
}
#header nav ul {
  margin-top: 30px;
  margin-right: 40px;
}
#header nav ul:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}
#header nav ul li {
	float: left;
	margin-left: 35px;
	font-size: 1.8rem;
}
#header nav ul li a {
	color: #333;
	text-decoration: none;
	position: relative;
  display: inline-block;
  padding-left: 18px;
	line-height: 18px;
}
#header nav ul li a:hover {
	text-decoration: underline;
}
#header nav ul li a::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #666;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}


/* ===============================================
main
=============================================== */
#main {
  position: relative;
  display: block;
  width: 100%;
}


/* ===============================================
footer
=============================================== */
#footer {
  text-align: center;
  background: #fff;
  overflow-x: hidden;
  min-width: 1000px;
}
#footer .footer_wrap {
  position: relative;
  margin: 0 auto;
  padding: 15px 0px 80px;
  width: 1000px;
}
#footer .footer_home {
	margin-top: 70px;
	width: 350px;
	display: inline-block;
}
#footer nav .sns_list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto 15px;
}
#footer nav .sns_list li {
	margin-right: 31px;
}
#footer nav .sns_list li:last-of-type {
	margin-right: 0px;
}

#footer nav .sns_list li.x {
	width: 36px;
	margin-left: 10px;
}
#footer nav .sns_list li.insta {
	width: 40px;
}
#footer nav .sns_list li.youtube {
	width: 45px;
}
#footer nav .sns_list li.line {
	width: 40px;
}
#footer nav .sns_list li.fb {
	width: 40px;
}
#footer nav .sns_list li a {
	text-decoration: none;
}
#footer nav .sns_list li a:hover {
	text-decoration: none;
}
#footer nav .sns_list li img {
}

#footer nav .footer_nav_list_wrap {
	border-top:2px solid #999;
}
#footer nav .footer_nav_list {
  display: inline-block;
	margin: 15px auto 30px;
}
#footer nav .footer_nav_list:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}
#footer nav .footer_nav_list li {
	float: left;
	margin-left: 18px;
	margin-right: 18px;
	font-size: 1.8rem;
}
#footer nav .footer_nav_list li a {
	color: #333;
	text-decoration: none;
	position: relative;
  display: inline-block;
  padding-left: 18px;
	line-height: 18px;
}
#footer nav .footer_nav_list li a:hover {
	text-decoration: underline;
}
#footer nav .footer_nav_list li a::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #666;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#footer .footer_copyright {
	font-size: 1.2rem;
	letter-spacing: 0;
}


/* ページトップへ戻るボタン */
#scrollUp {
  display: block;
  right: 20px;
  bottom: 40px;
  width: 63px;
  height: 76px;
  text-indent: -9999px;
  background: rgba(84, 195, 241, .8);
  opacity: .8;
  border-radius: 6px;
  transition: .4s;
}
#scrollUp::after {
  position: absolute;
  top: 34px;
  left: 50%;
  display: block;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: rotate(-45deg)
}
#scrollUp:active, 
#scrollUp:hover {
  opacity: .6
}



/* ===============================================
text
=============================================== */
a:link, a:visited {
  text-decoration: underline
}


/* ===============================================
color
=============================================== */


/* ===============================================
head
=============================================== */


/* ===============================================
heading
=============================================== */
.tit_style01 {
	text-align: center;
	font-size: 4.0rem;
  padding-bottom: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
	line-height: 1.1;
}
.tit_style01 span {
  display: block;
	margin-top: 8px;
	font-size: 1.6rem;
	letter-spacing: 3px;
  font-family: "Noto Sans JP", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "Yu Gothic", "メイリオ", "Meiryo", sans-serif
}

.tit_style02 {
	text-align: center;
	font-size: 4.4rem;
  padding-bottom: 15px;
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
	line-height: 1.1;
}
.tit_style02 span {
  display: inline-block;
	width: 170px;
	padding-bottom: 10px;
	margin-right: 10px;
	vertical-align: middle;
}

/* ===============================================
table
=============================================== */


/* ===============================================
panel
=============================================== */


/* ===============================================
btn
=============================================== */


/* ===============================================
form
=============================================== */


/* ===============================================
other
=============================================== */
/* マウスオーバー透過 */
a.hover-opacity {
  transition: opacity 0.5s; /* 滑らかに変化させる */
}
a.hover-opacity:hover {
  opacity: 0.6;
}

/* スムーススクロール */
html { 
	scroll-behavior: smooth;
}


@media only screen and (min-width:768px) {
	.u-d-pc-none {
    display: none !important;
  }
	
}


@media only screen and (max-width:767px) {
	/* ===============================================
  reseter
  =============================================== */	
  html {
    overflow-x: hidden;
    font-family: "Noto Sans JP", "Hiragino Sans", "Roboto", "Droid Sans", sans-serif
  }
  a[href^="tel:"] {
    pointer-events: all
  }
  img {
    display: block
  }
  img, input, textarea {
    width: 100%
  }
	body {
    font-size: 1.4rem;
  }
	
	/* ===============================================
  wrapper
  =============================================== */
  .wrapper {
    width: 100%;
		min-width: 100%;
  }
  .section_wrapper {
    width: 92%
  }
	
  /* ===============================================
  header
  =============================================== */
  #header {
    height: auto;
    width: 100%;
  }
  #header nav {
    display: flex;
    justify-content: space-between;
		align-items: center;
    max-width: 92%;
		position: relative;
/*    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
*/
		padding-top: 6vw;
		padding-bottom: 6vw;
  }
  #header nav .nav_home {
    width: 50%;
    margin-left: 0px;
    margin-top: auto;
    margin-bottom: auto;
  }
  #header nav ul {
    margin-top: 0px;
    margin-right: 0px;
  }
	#header nav ul li {
    float: left;
    margin-left: 1.5em;
    font-size: 1.4rem;
  }
	#header nav ul li a {
    padding-left: 0px;
    line-height: 18px;
  }
	#header nav ul li a::before {
		display: none;
	}
	
	/* ===============================================
  nav
  =============================================== */

	
	/* ===============================================
  main
  =============================================== */

	
	/* ===============================================
  footer
  =============================================== */
  #footer {
    min-width: 100%;
  }
  #footer .footer_wrap {
    padding: 15px 0px 40px;
    width: 92%
  }
  #footer .footer_home {
    margin-top: 80px;
    width: 65%;
  }
  #footer nav .sns_list {
    margin: 40px auto 15px;
  }
  #footer nav .sns_list li {
    margin-right: 24px;
  }
	#footer nav .footer_nav_list li {
    font-size: 1.4rem;
		letter-spacing: 0;
  }
	#footer nav .sns_list li.x {
    width: 29px;
    margin-left: 10px;
  }
  #footer nav .sns_list li.insta {
    width: 32px;
  }
  #footer nav .sns_list li.youtube {
    width: 36px;
  }
  #footer nav .sns_list li.line {
    width: 32px;
  }
  #footer nav .sns_list li.fb {
    width: 32px;
  }
	
	#footer .footer_copyright {
    font-size: 1.0rem;
  }
	
	/* ===============================================
  display
  =============================================== */
  .u-d-sp-none {
    display: none !important
  }

	
	/* ===============================================
  heading
  =============================================== */
  .tit_style01 {
    font-size: 8vw;
    padding-bottom: 20px;
  }
  .tit_style01 span {
    margin-top: 8px;
    font-size: 1.6rem;
    letter-spacing: 3px;
  }

  .tit_style02 {
    font-size: 6.5vw;
    padding-bottom: 15px;
  }
  .tit_style02 span {
    width: 28vw;
    padding-bottom: 10px;
    margin-right: 10px;
  }
	
	/* ===============================================
  table
  =============================================== */

	
	/* ===============================================
  panel
  =============================================== */

	
	/* ===============================================
  btn
  =============================================== */

	
	/* ===============================================
  form
  =============================================== */
	
	
}


