@charset "utf-8";
/* CSS Document */


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both;text-align:justify;}
p{ margin:0px; padding:0px;text-align:justify;}
ul,ol{text-align:justify;}

/* 全体構造
---------------------------------------------------- */
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
html {
  scroll-behavior: smooth;/* ページ内リンクスムーススクロール */
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both;}

img{border:0;vertical-align:bottom;}

a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

hr {
  display:block;
  height:1px;
  border-top:1px solid #ddd;
  margin:0;
  padding:0;
	/*margin-bottom:20px*/
}
/*@media print, screen and (min-width: 768px){
  hr {
    margin-bottom:30px
  }
}
@media print, screen and (min-width: 992px){
  hr {
    margin-bottom:40px
  }
}
@media print, screen and (min-width: 1200px){
  hr {
    margin-bottom:50px
  }
}
@media print, screen and (min-width: 1500px){
  hr {
    margin-bottom:60px
  }
}*/

body{
  font-size:0.85em;
  line-height:1.8em;
	font-family: "Zen Kaku Gothic New", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	letter-spacing: 0.05em;
  font-weight: 500;
  background:#fff;
}
@media print, screen and (min-width: 768px) {
  body{
    font-size:0.9em;
    line-height:1.9em;
  }
}
@media print, screen and (min-width: 1200px) {
  body{
    font-size:1.0em;
    line-height:2.0em;
  }
}


/* webfont
---------------------------------------------------- */
.gfont-e{ font-family: "SN Pro", sans-serif; text-transform: uppercase;}
.gfont-j{ }


/* link
---------------------------------------------------- */
a{transition: 0.3s ease;}
a:link,a:visited,a:active{text-decoration:underline; color:#333;}
a:hover{ color: #888;}

.phone a:link,
.phone a:visited{ color: #333; text-decoration: none;}

/* アンカーリンクの食い込み解除 */
.anchor{
	padding-top:50px;
	margin-top:-50px;	
}
@media print, screen and (min-width: 768px) {
  .anchor{
    padding-top:90px;
    margin-top:-90px;
  }
}
@media print, screen and (min-width: 992px) {
  .anchor{
    padding-top:110px;
    margin-top:-110px;
  }
}
@media print, screen and (min-width: 1200px) {
  .anchor{
    padding-top:130px;
    margin-top:-130px;
  }
}
@media print, screen and (min-width: 1500px) {
  .anchor{
    padding-top:140px;
    margin-top:-140px;
  }
}


/* header - nav
---------------------------------------------------- */
#header {
  background-color: #fff;
  z-index: 99;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  padding: 10px 0;
}

.h_logo{
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 99!important;
}
.h_logo img{ 
  width: 140px;
}

#gNav .nav {
  overflow-y: auto;
  height: 100vh;
  display: none;/*一瞬ナビが開くのをやめる*/
}
.mean-nav .container {
  padding: 0;
}
/*nav li:last-child{ margin-bottom: 20px;}*/

nav li a {
  font-size: 1.1em;
  font-weight: 700;
  /*background-color: #f5f5f5;*//*navの背景色*/
}

.nav_contact{
  border-top: 1px solid #ddd;
  padding: 15px 20px 15px;
}
.nav_contact a{
  background-color: #f39700;
  border-radius: 100px;  
  text-align: center!important;
  border-top:none!important;
  display: inline-block!important;
  width: 100%!important;
  padding: 12px 0px!important;
}
.nav_contact a i{ margin-right: 10px;}
.nav_contact a:link,
.nav_contact a:visited{color: #fff!important;}
@media print, screen and (min-width: 768px){
  #header {
    position:fixed;
    height: 80px;
    padding: 0px 0px 0px 0px;
    background-color:transparent;
    transition: background-color 0.3s ease; /* 色の変更をスムーズに */
  }
  
  /* スクロール時の色 */
  #header.is-scroll {
    background:#fce7c4; 
  }
  
  /*#h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }*/
  .h_logo {
    top: 30px;
    left: 30px;
  }
  .h_logo h1 a{ display: block;}
  .h_logo img {
    width: 95px;
  }
  
  .header_right{
    float: right;
  }
  .nav_contact2{
    margin-top: 20px;
    margin-right: 15px;
    display: inline-block;
  }
  .nav_contact2 a{
    display: block;
    background-color: #f39700; 
    border-radius: 100px;
    text-align: center!important;
    padding:5px 15px!important;
    font-weight: 700;
    font-size: 0.85em;
  }
  .nav_contact2 a i{color: #fff!important; margin-right: 5px;}
  .nav_contact2 a:link,
  .nav_contact2 a:visited{color: #fff!important;text-decoration: none;}
  .nav_contact2 a:hover{ background-color:#8fc43d!important; }
 
  .h_nav{
    float: right;
  }
  #gNav .nav {
    overflow-y:visible;/*sub-menuの時付ける*/
    height: auto;/*sub-menuの時付ける*/
    display: flex;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-top: 25px;
    margin-right: 15px;
    list-style: none;
  }
  #gNav li i{ font-size: 0.9em; margin-left: 1px;}
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    color: #333;
    font-size: 0.9em;
  }
  #gNav li a:link,
  #gNav li a:visited{ text-decoration: none;color: #333;}
  #gNav li a i{display: inline-block!important;}
  #gNav li a:hover,
  #gNav li a.active{ color: #f39700;}
}
@media print, screen and (min-width: 992px){
  #header {
    height: 100px;
  }
  .h_logo {
    top: 27px;
  }
  .h_logo img {
    width: 200px;
  }
  
  .nav_contact2{
    margin-top: 25px;
  }
  .nav_contact2 a{
    padding:10px 20px!important;
    font-size: 0.9em;
  }  
 
  #gNav li {
    margin-top: 35px;
    margin-right: 22px;
  }
  #gNav li a {
    font-size: 1.0em;
  }
}
@media print, screen and (min-width: 1200px){
  #header {
    height: 120px;
  }
  .h_logo {
    top: 32px;
    left: 60px;
  }
  .h_logo img {
    width: 230px;
  }
  
  .nav_contact2{
    margin-top: 27px;
    margin-right: 45px;
  }
  .nav_contact2 a{
    padding:12px 30px!important;
    font-size: 1.0em;
  } 
  
  #gNav li {
    margin-top: 40px;
    margin-right: 27px;
  }
}
@media print, screen and (min-width: 1500px){
  #header {
    height: 130px;
  }

  .h_logo {
    top: 30px;
  }
  .h_logo img {
    width: 302px;
  }
  
  .nav_contact2{
    margin-top: 30px;
  }
  .nav_contact2 a{
    padding:16px 35px!important;
    font-size: 1.1em;
  } 
  
  #gNav li {
    margin-top: 47px;
    margin-right: 45px;
  }
  #gNav li a {
    font-size: 1.1em;
  }
}


/* 印刷設定 */
@media print{
  #header {
    position: static;
  }
  .is-animation{
    position: static!important;
  }
}



/* mainimage
---------------------------------------------------- */
#mainimage_xs{
  position: relative;
}
#mainimage_xs .swiper-container {
  width: 100%;
  height: 50vh;
}
#mainimage_xs .mainimage01{ 
  background-image: url("../images/mainimage01_xs.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
#mainimage_xs .mainimage02{ 
  background-image: url("../images/mainimage02_xs.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
#mainimage_xs .mainimage03{ 
  background-image: url("../images/mainimage03_xs.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

#mainimage{
  position: relative;
  padding: 0px 15px;
}
#mainimage .swiper-container {
  width: 100%; 
}
@media print, screen and (min-width: 768px){
  #mainimage{
    padding: 0px 30px;
  }
}
@media print, screen and (min-width: 992px){
}
@media print, screen and (min-width: 1200px){
  #mainimage{
    padding: 0px 60px;
  }
}
@media print, screen and (min-width: 1500px){
}
  
/* ヘッダー固定で上空ける */
mainimage_xs,
#mainimage,
.h2-style{ margin-top: 60px;}
@media print, screen and (min-width: 768px) {
  #mainimage,
	.h2-style{ margin-top: 80px;}
}
@media print, screen and (min-width: 992px) {  
  #mainimage,
  .h2-style{ margin-top: 100px;}
}
@media print, screen and (min-width: 1200px) {
  #mainimage,
	.h2-style{  margin-top: 120px;}
}
@media print, screen and (min-width: 1500px) {
  #mainimage,
	.h2-style{  margin-top: 130px;}
}


/* pankuzu
---------------------------------------------------- */
.pankuzu{
  position: absolute;
  bottom: 0px;
  /*background:rgba(255,255,255,1);*/
  padding: 10px 0px 10px 30px;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.0em;
  text-shadow: 0px 0px 5px #666;
  color: #fff;
  z-index: 2;
}
.pankuzu a{ 
  text-decoration: none;
  transition: 0.3s ease;
}
.pankuzu a:link,
.pankuzu a:visited{ color: #fff;}
.pankuzu a:hover{ opacity: 0.7;}
.pankuzu i{ margin: 0px 1px;}
@media print, screen and (min-width: 768px){
  .pankuzu{
    padding: 15px 0px 15px 60px;  
  }
  .pankuzu i{ margin: 0px 5px;}
}
@media print, screen and (min-width: 992px){
  .pankuzu{
    padding: 20px 0px 20px 60px;  
    font-size: 0.85em;
  }
}
@media print, screen and (min-width: 1200px){
  .pankuzu{
    padding: 20px 0px 20px 90px;  
  }
}


/* footer_contact
---------------------------------------------------- */
#footer_contact{
  margin-bottom: 50px;
}
.footer_info{
  background:url("../images/xs_bg_footer_bee.png") no-repeat right 10px bottom #fce7c4;
  background-size: 200px;
  border-radius: 20px;
  padding: 30px 30px 70px;
}
.footer_info h3{
  margin-bottom: 15px;
}
.footer_info h3 img{
  width: 350px;
}
@media print, screen and (min-width: 768px){
  #footer_contact{
    margin-bottom: 70px;
  }
  .footer_info{
    background:url("../images/bg_footer_bee.png") no-repeat right 20px bottom #fce7c4;
    background-size: 270px;
    border-radius: 30px;
    padding: 40px;
  }
  .footer_info h3{
    margin-bottom: 20px;
  }
  .footer_info h3 img{
    width: 400px;
  }
}
@media print, screen and (min-width: 992px){
  #footer_contact{
    margin-bottom: 90px;
  }
  .footer_info{
    border-radius: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  #footer_contact{
    margin-bottom: 130px;
  }
  .footer_info{
    background-size: 240px;
    border-radius: 40px;
    padding: 50px;
  }
  
  .footer_info h3 img{
    width: 450px;
  }
}
@media print, screen and (min-width: 1500px){
  #footer_contact{
    margin-bottom: 160px;
  }
  .footer_info{
    background-size: 350px;
    padding: 60px;
    margin-right: 60px;
  }
  .footer_info h3{
    margin-bottom: 30px;
  }
  .footer_info h3 img{
    width: 501px;
  }
}
@media print, screen and (min-width: 1700px){
  .footer_info{
    background-size: auto;
    padding: 60px 80px;
  }
}

.footer_tel h4{
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.footer_tel span{
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 2.5em;
  color: #8fc43d;
  line-height: 1.0em;
  margin-bottom: 5px;
}
.footer_tel span img{
  width: 40px;
  margin-right: 10px;
}
.footer_tel a:link,
.footer_tel a:visited{ color: #8fc43d; text-decoration: none;}
.footer_tel p{
  text-align: center;
}
@media print, screen and (min-width: 768px){
  .footer_tel h4{
    font-size: 1.2em;
  }
  .footer_tel span{
    font-size: 3.0em;
  }
  .footer_tel span img{
    width: 50px;
  }
}
@media print, screen and (min-width: 992px){
  .footer_tel{
    margin-top: 30px;
  }
  .footer_tel span{
    font-size: 2.3em;
  }
  .footer_tel span img{
    width: 35px;
  }
}
@media print, screen and (min-width: 1200px){
  .footer_tel{
    margin-top: 60px;
  }
  .footer_tel h4{
    font-size: 0.95em;
  }
  .footer_tel span{
    font-size: 2.5em;
  }
  .footer_tel span img{
    width: 45px;
  }
}
@media print, screen and (min-width: 1500px){
  .footer_tel h4{
    font-size: 1.2em;
  }
  .footer_tel span{
    font-size: 3.4em;
  }
  .footer_tel span img{
    width: 60px;
  }
}
@media print, screen and (min-width: 1700px){
  .footer_tel h4{
    font-size: 1.3em;
  }
  .footer_tel span{
    font-size: 3.9em;
  }
  .footer_tel span img{
    width: 72px;
  }
}

.footer_form a{
  display: block;
  margin: 15px auto 0px;
  background: #f39700;
  border-radius: 100px;
  text-align: center;
  width: 250px;
  padding: 15px 0px;
  font-size: 1.1em;
  font-weight: 700;
}
.footer_form a i{ margin-right: 7px;}
.footer_form a:link,
.footer_form a:visited{ color: #fff; text-decoration: none;}
@media print, screen and (min-width: 768px){
  .footer_form a{
    margin: 20px auto 0px;
    width: 350px;
    padding: 20px 0px;
    font-size: 1.2em;
  }
  .footer_form a:hover{ background-color: #8fc43d;}
}
@media print, screen and (min-width: 992px){
  .footer_form a{
    margin: 30px auto 0px;
    width: 100%;
    padding: 25px 0px;
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 1200px){
  .footer_form a{
    padding: 30px 0px;
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 1500px){
  .footer_form a{
    padding: 35px 0px;
    font-size: 1.4em;
  }
}
@media print, screen and (min-width: 1700px){
  .footer_form a{
    padding: 40px 0px;
    font-size: 1.5em;
  }
}


/* footer
---------------------------------------------------- */
footer{
  background: url("../images/deco_footer.png") no-repeat right 10px bottom #f5f5f5;
  background-size: 300px;
  padding: 30px 0px 50px;
}
footer a:link,
footer a:visited{ text-decoration: none; }
footer h3{
  margin-bottom: 10px;
}
footer h3 img{
  width: 150px;
}
footer p{
  margin-bottom: 5px;
}
.footer_free{
  margin-bottom: 5px;
}
.footer_free span{
  font-size: 1.8em;
  font-weight: 700;
}
.footer_free span img{ margin-right: 7px; vertical-align: middle;}
@media print, screen and (min-width: 768px){
  footer{
    background: url("../images/deco_footer.png") no-repeat right 40px bottom 40px #f5f5f5;
    background-size: 450px;
    padding: 40px 0px;
  }
  footer h3 img{
    width: 180px;
  }
}
@media print, screen and (min-width: 992px){
  footer{
    background: url("../images/deco_footer.png") no-repeat right 50px bottom 50px #f5f5f5;
    background-size: 600px;
    padding: 50px 0px;
  }
  footer h3{
    margin-bottom: 15px;
  }
  footer h3 img{
    width: 220px;
  }
}
@media print, screen and (min-width: 1200px){
  footer{
    background: url("../images/deco_footer.png") no-repeat right 60px bottom 60px #f5f5f5;
    background-size: 700px;
    padding: 60px 0px;
    font-size: 0.9em;
  }
  footer h3 img{
    width: 260px;
  }
}
@media print, screen and (min-width: 1500px){
  footer{
    background-size: 818px;
  }
}

/* フッターテキストリンク */
@media print, screen and (min-width: 768px) {
  .footer-textlink li{
    display: block;
  }
  .footer-textlink li:before{ content:" \f0da";font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 0.8em; padding-right:5px}
  .footer-textlink li a:link,
  .footer-textlink li a:visited{ text-decoration: none;}
  .footer-textlink li a:hover{opacity: 0.7;}
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}
@media print, screen and (min-width: 1500px) {
}

/* copyright*/
footer small{
  font-size: 0.75em;
  opacity: 0.7;
  display: block;
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  footer small{
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}


/* 固定ボタン
---------------------------------------------------- */
.footer_bnr{
  position: fixed;
  z-index: 1000;
  right: 10px;
  bottom: 100px;  
  margin:auto;
  display: none;
}
.footer_bnr_inr{
  position: relative;
  background: #f39700;
  border:2px solid #333;
  border-radius: 20px;
  padding: 15px;
}
.footer_bnr .close{
  position: absolute;
  right: 0px;
  top:-27px;
}
.footer_bnr .close i{
  font-size: 20px;
  color: #333;
}
.footer_bnr_inr h4{
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 5px;
}
.footer_bnr_free{
  margin-bottom: 5px;
  color: #fff;
}
.footer_bnr_free span{
  font-size: 1.6em;
  font-weight: 700;
}
.footer_bnr_free a:link,
.footer_bnr_free a:visited{text-decoration: none;color: #fff;}
.footer_bnr_free span img{ margin-right: 7px; vertical-align: middle; width: 30px;}
.footer_bnr_form a{
  display: block;
  background: #fff;
  border-radius: 100px;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
  font-size: 0.9em;
  font-weight: 900;
}
.footer_bnr_form a i{ margin-right: 5px;}
.footer_bnr_form a:link,
.footer_bnr_form a:visited{ color: #f39700; text-decoration: none;}
@media print, screen and (min-width: 768px){
  .footer_bnr{
    right: 30px;
    bottom: 150px;
  }
  .footer_bnr_inr{
    border-radius: 30px;
    padding: 20px;
  }
  .footer_bnr .close{
    top:-30px;
  }
  .footer_bnr_inr h4{
    font-size: 15px;
  }
  .footer_bnr_free span{
    font-size: 1.8em;
  }
  .footer_bnr_free span img{ width: 35px;}
  .footer_bnr_form a{
    padding: 12px 0px;
    font-size: 1.0em;
  }
  .footer_bnr_form a:hover{ background-color: #8fc43d; color: #fff;}
}
@media print, screen and (min-width: 992px){
  .footer_bnr{
    bottom: 220px;
  }
  .footer_bnr_inr{
    padding:20px 30px;
    border: 3px solid #333;
  }
  .footer_bnr_inr h4{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer_bnr_free{
    margin-bottom: 10px;
  }
  .footer_bnr_free span{
    font-size: 2.0em;
  }
  .footer_bnr_free span img{ width: 41px;}
  .footer_bnr_form a{
    padding: 15px 0px;
  }
}
@media print, screen and (min-width: 1200px){
  .footer_bnr{
    bottom: 240px;
  }
  .footer_bnr_free span{
    font-size: 2.2em;
  }
}
@media print, screen and (min-width: 1500px){
  .footer_bnr{
    bottom: 270px;
  }
  .footer_bnr_inr{
    padding: 30px 40px;
  }
  .footer_bnr .close{
    top:-30px;
  }
  .footer_bnr .close i{
    font-size: 25px;
  }
  .footer_bnr_inr h4{
    font-size: 20px;
  }
  .footer_bnr_free span{
    font-size: 2.4em;
  }
  .footer_bnr_form a{
    padding: 17px 0px;
    font-size: 1.05em;
  }
}


/* pagetop
---------------------------------------------------- */
#pageTop{
  position: fixed;
  bottom:15px;
  right:15px;
  cursor:pointer; 
  opacity:0;
	z-index:9999;
}
#pageTop img{
  width: 50%;
  float: right;
}
#pageTop.moveTop{
	animation: moveTop 2s linear; opacity:0;
}
@keyframes moveTop { 
  0%   { transform:  translate(0px, 0px) rotate(0deg) ; opacity:1; } 
  25%   { transform:  translate(10px, -100px)  rotate(-10deg); }
  50%   { transform:  translate(-10px, -250px) rotate(10deg); opacity:1;}
  75%   { transform:  translate(10px, -450px) rotate(-10deg); }
  100%  { transform:  translate(0px, -650px)  rotate(10deg);opacity:0 ;display:none;}
}
#pageTop.moveIn{
	animation: moveIn 1s ease-in-out;opacity:1;
}
@keyframes moveIn { 
  0%   { transform: rotate(0deg) translate(0px, 0px)  ; opacity:0 ;}
  25%   { transform: rotate(-10deg);}
  50%   { transform: rotate(0deg) translate(0px, -20px);}
  75%   { transform: rotate(10deg);}
  100%  { transform: rotate(0deg) translate(0px, 0px) ;opacity:1;}
}
@media print, screen and (min-width: 768px){
  #pageTop{
    bottom:30px;
    right:30px;
  }
  #pageTop img{
    width: 70%;
  }
}
@media print, screen and (min-width: 992px){
  #pageTop{
    bottom:100px;
  }
  #pageTop img{
    width: 80%;
  }
}
@media print, screen and (min-width: 1200px){
  #pageTop img{
    width: 90%;
  }
}
@media print, screen and (min-width: 1500px){
  #pageTop{
    bottom:120px;
  }
  #pageTop img{
    width: auto;
  }
}


/* index.html（トップページ）
---------------------------------------------------- */
#top_catch{
  padding: 50px 0px;
}
#top_catch h2{
  text-align: center;
  margin-bottom: 20px;
}
#top_catch h2 img{
  width: 230px;
}
#top_catch p{
  text-align: center;
  line-height: 2.2em;
}
@media print, screen and (min-width: 768px){
  #top_catch{
    background: url("../images/bg_top_catch.png") no-repeat center top;
    background-size: contain;
    padding: 70px 0px 110px;
  }
  #top_catch h2 img{
    width: 250px;
  }
}
@media print, screen and (min-width: 992px){
  #top_catch{
    padding: 80px 0px 150px;
  }
  #top_catch h2{
    margin-bottom: 30px;
  }
  #top_catch h2 img{
    width: 330px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_catch{
    padding: 90px 0px 180px;
  }
  #top_catch h2{
    margin-top: 30px;
  }
  #top_catch h2 img{
    width: 430px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_catch{
    padding: 90px 0px 220px;
  }
  #top_catch h2{
    margin-top: 60px;
    margin-bottom: 40px;
  }
  #top_catch h2 img{
    width: 501px;
  }
}

#top_service{
  background-color: #eff2e5;
  padding: 50px 0px;
  position: relative;
}
.top_service_deco{
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
#top_service ul{
  display: flex;
  flex-wrap: wrap;
}
#top_service li{
  display: block;
  width: calc(33.333333% - 10px);
  margin-right: 15px;
  margin-bottom: 30px;
}
#top_service li:nth-of-type(3n){ margin-right: 0px;}
#top_service li a{
  display: block;
  margin: 0px auto 15px;
  width: 110px;
  height: 110px;
  background-color: #fff;
  border: 2px solid #8fc43d;
  border-radius: 100vh;
  padding-top: 17px;
}
#top_service li h3{
  text-align: center;
  color: #8fc43d;
  font-size: 1.8em;
  font-weight: 900;
}
#top_service li h3 img{
  display: block;
  width: 25px;
  margin: 0px auto 2px;
}
#top_service li h3 span{
  display: block;
  font-family: "SN Pro", sans-serif; text-transform: uppercase;
  font-size: 0.4em;
  font-weight: 600;
}
#top_service li a:link,
#top_service li a:visited{ text-decoration: none;}
#top_service li p{
  font-size: 0.9em;
  line-height: 1.6em;
}
@media print, screen and (min-width: 768px){
  #top_service{
    padding: 70px 0px;
  }
  .top_service_deco{
    top: -60px;
  }
  #top_service li{
    width: calc(33.333333% - 20px);
    margin-right: 30px;
  }
  #top_service li a{
    width: 140px;
    height: 140px;
    padding-top: 20px;
  }
  #top_service li h3{
    font-size: 2.0em;
  }
  #top_service li h3 img{
    width: 35px;
    margin: 0px auto 5px;
  }
  #top_service li h3 span{
    margin-top: 5px;
  }
  #top_service li a:hover{ background-color: #ffed7d;}
  #top_service li p{
    font-size: 1.0em;
    line-height: 1.9em;
  }
}
@media print, screen and (min-width: 992px){
  #top_service{
    padding: 90px 0px;
  }
  .top_service_deco{
    top: -80px;
  }
  #top_service li a{
    width: 160px;
    height: 160px;
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_service{
    background-size: auto;
    padding: 110px 0px;
  }  
  .top_service_deco{
    top: -90px;
  }
  #top_service li{
    width: calc(20% - 24px);
    margin-bottom: 0px;
  }
  #top_service li:nth-of-type(3n){ margin-right: 30px;}
  #top_service li:nth-of-type(5n){ margin-right: 0px;}
  #top_service li a{
    border: 3px solid #8fc43d; 
    padding-top: 22px;
  }
  #top_service li h3{
    font-size: 2.2em;
  }
  #top_service li h3 img{
    width: 40px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_service{
    padding: 130px 0px;
  }
  #top_service li{
    width: calc(20% - 32px);
    margin-right: 40px;
  }
  #top_service li:nth-of-type(3n){ margin-right: 40px;}
  #top_service li:nth-of-type(5n){ margin-right: 0px;}
  #top_service li a{
    margin: 0px auto 20px;
    width: 200px;
    height: 200px;
    padding-top: 25px;    
  }
  #top_service li h3{
    font-size: 2.8em;
  }
  #top_service li h3 img{
    width: 52px;
  }
}

#top_news{
  margin-top: 30px;
}
#top_news h3{
  font-size: 0.9em;
  font-weight: 700;
}
#top_news h3 span{
  display: block;
  font-family: "SN Pro", sans-serif; text-transform: uppercase;
  font-size: 2.0em;
  font-weight: 600;
}

/* スクロールバーカスタマイズ */
.top_news_scroll{
  height: 300px;
  overflow-y: auto;
}
.top_news_scroll::-webkit-scrollbar {
    width: 12px;/*横幅サイズ*/
}
.top_news_scroll::-webkit-scrollbar-track {  
  background: #f5f5f5;/*背景色*/
  border-radius: 15px;
  /*box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
}
.top_news_scroll::-webkit-scrollbar-thumb {
  background: #cfe1bc;/*ハンドルの色*/
  border-radius: 15px;
}

#top_news table{
  border-top: 1px solid #cfe1bc;
  width:100%;
  font-size: 0.9em;
  line-height: 1.6em;
}
#top_news th{
  display: block;
  font-weight: 500;
  color: #666;
  padding: 15px 0px 0px 0px;
}
#top_news th span{
  display: inline-block;
  margin-left: 10px;
  width: 120px;
  line-height: 1.0em;
  padding: 5px 5px;
  background-color: #fff;
  border: 1px solid #f39700;
  border-radius: 2px;
  text-align: center;
  color: #f39700;
  font-size: 0.8em;
}
#top_news td{
  display: block;
  padding: 0px 0px 15px 0px;
  border-bottom: 1px solid #cfe1bc;
}
#top_news td em{
  display: inline-block;
  font-style: normal;
  margin-right: 10px;
  font-family: "SN Pro", sans-serif; text-transform: uppercase;
  font-weight: 700;
  color: #c00;
  font-size: 0.8em;
}
#top_news td a:link,
#top_news td a:visited{ text-decoration: none;}
#top_news td a:hover{ color: #999;}
@media print, screen and (min-width: 768px){
  #top_news{
    margin-top: 40px;
  }
  #top_news h3{
    font-size: 1.0em;
  }
  #top_news h3 span{
    font-size: 2.2em;
  }
  #top_news table{
    font-size: 1.0em;
    line-height: 1.9em;
  }
  #top_news th{
    display: table-cell;
    padding: 15px 0px;
    border-bottom: 1px solid #cfe1bc;
    width: 40%;
  }
  #top_news th span{
  margin-left: 15px;
  padding: 7px 5px;
  font-size: 0.9em;
}
  #top_news td{
    display: table-cell;
    padding: 15px 0px;
  }
}
@media print, screen and (min-width: 992px){
  #top_news{
    margin-top: 90px;
  }
  #top_news h3{
    font-size: 1.1em;
    margin-bottom:30px;
  }
  #top_news h3 span{
    font-size: 2.4em;
  }
}
@media print, screen and (min-width: 1200px){
  #top_news{
    margin-top: 110px;
  }
  #top_news h3 span{
    font-size: 2.5em;
    margin-bottom: 5px;
  }
  #top_news th{
    padding: 20px 0px;
    width: 35%;
  }
  #top_news th span{
  margin-left: 20px;
}
  #top_news td{
    padding: 20px 0px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_news{
    margin-top: 130px;
  }
  #top_news h3{
    margin-bottom:40px;
  }
  #top_news h3 span{
    font-size: 2.8em;
  }
  #top_news th{
    padding: 25px 0px;
    width: 30%;
  }
  #top_news th span{
  margin-left: 30px;
}
  #top_news td{
    padding: 25px 0px;
  }
}
@media print, screen and (min-width: 1700px){
  #top_news th{
    width: 25%;
  }
}

#top_about{
  padding: 50px 0px;
}
#top_about table{
  width:100%;
  margin-bottom: 20px;
}
#top_about th{
  padding: 10px 20px 10px 0px;
  border-bottom: 1px solid #ddd;
}
#top_about td{
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
}
#top_about h5{
  font-weight: 700;
  font-size: 1.05em;
  margin-bottom: 5px;
}
#top_about h5 i{ margin-right: 7px;}
#top_about p{
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px){
  #top_about{
    padding: 70px 0px;
  }
  #top_about table{
    margin-bottom: 30px;
  }
  #top_about p{
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  #top_about{
    padding: 90px 0px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_about{
    padding: 110px 0px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_about{
    padding: 130px 0px;
  }
}


/* service.html
---------------------------------------------------- */
.service_cate{
  display: flex;
  flex-wrap: wrap;
}
.service_cate li{
  display: block;
  width: calc(20% - 2.4px);
  margin-right: 3px;
}
.service_cate li:nth-of-type(5n){ margin-right: 0px;}
.service_cate li a{
  display: block;
  background-color: #fff;
  border: 2px solid #8fc43d;
  border-radius: 10px;
  padding: 10px 0px;
}
.service_cate li h3{
  text-align: center;
  color: #8fc43d;
  font-size: 1.0em;
  font-weight: 900;
}
.service_cate li h3 i{
  display: block;
  font-size: 12px;
  margin: 0px auto 2px;
}
.service_cate li h3 span{
  display: block;
  font-family: "SN Pro", sans-serif; text-transform: uppercase;
  font-size: 8px;
  font-weight: 600;
  margin-top: 3px;
}
.service_cate li a:link,
.service_cate li a:visited{ text-decoration: none;}
@media print, screen and (min-width: 768px){
  .service_cate li{
    width: calc(20% - 12px);
    margin-right: 15px;
  }
  .service_cate li a{
    padding: 15px 0px;
  }
  .service_cate li h3{
    font-size: 1.5em;
  }
  .service_cate li h3 i{
    font-size: 20px;
    margin: 0px auto 5px;
  }
  .service_cate li h3 span{
    font-size: 12px;
    margin-top: 5px;
  }
  .service_cate li a{
    border-radius: 20px;
  }
  .service_cate li a:hover{ background-color: #ffed7d;}
}
@media print, screen and (min-width: 992px){
  .service_cate li{
    width: calc(20% - 24px);
    margin-right: 30px;
  }
  .service_cate li a{
    padding: 20px 0px;
  }
  .service_cate li h3{
    font-size: 1.7em;
  }
  .service_cate li a{
    border-radius: 30px;
  }
  .service_cate li h3 i{
    font-size: 30px;
  }
  .service_cate li h3 span{
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1200px){
  .service_cate li a{
    border: 3px solid #8fc43d;
    padding: 30px 0px;
  }
  .service_cate li h3{
    font-size: 2.0em;
  }
  .service_cate li h3 i{
    font-size: 40px;
  }
}
@media print, screen and (min-width: 1500px){
  .service_cate li h3{
    font-size: 2.3em;
  }
}

.service_title{
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.8em;  
  text-align: center;
  margin-bottom: 20px;
}
.service_title span{
  display: inline-block;
  line-height: 1.3em;
  background: linear-gradient(transparent 65%, #ffed7d 65%);
}
.service_title em{
  font-style: normal;
  color: #f39700;
}
@media print, screen and (min-width: 768px){
  .service_title{
    font-size: 1.4em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .service_title{
    font-size: 1.6em;
  }
}
@media print, screen and (min-width: 1200px){
  .service_title{
    font-size: 1.8em;
  }
}
@media print, screen and (min-width: 1500px){
  .service_title{
    font-size: 2.0em;
  }
}

.service_sell li{
  display: block;
  margin-bottom: 15px;
}
.service_sell li h6{
  background-color: #8fc43d;
  border-radius: 20px 20px 0px 0px;
  padding: 15px 0px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 1.3em;
}
.service_sell li h6 span{
  display: block;
  color: #ffed7d;
  font-size: 0.8em;
  margin-bottom: 5px;
}
.service_sell li p{
  border-left: 2px solid #8fc43d;
  border-right: 2px solid #8fc43d;
  border-bottom: 2px solid #8fc43d;
  border-radius: 0px 0px 20px 20px;
  padding: 20px;
}
@media print, screen and (min-width: 768px){
  .service_sell{
    display: flex;
  }
  .service_sell li{
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .service_sell li:last-child{ margin-right: 0px;}
  .service_sell li h6{
    border-radius: 30px 30px 0px 0px;
    padding: 20px 0px;
    font-size: 1.5em;
  }
  .service_sell li p{
    border-radius: 0px 0px 30px 30px;
    padding: 20px 30px;
  }
}
@media print, screen and (min-width: 992px){
  .service_sell li h6{
    border-radius: 40px 40px 0px 0px;
    font-size: 1.7em;
  }
  .service_sell li h6 span{
    font-size: 0.7em;
  }
  .service_sell li p{
    border-radius: 0px 0px 40px 40px;
    padding: 30px 40px;
  }
}
@media print, screen and (min-width: 1200px){
  .service_sell li h6{
    padding: 25px 0px;
    font-size: 1.9em;
  }
}
@media print, screen and (min-width: 1500px){
}

.service_btn{
  text-align: center;
}
.service_btn a{
  position: relative;
  display: inline-block;
  width: 100%;
	font-weight:900;
	border-radius: 100vh;
	background:#f39700;
  padding: 20px 0px 20px 40px;
}
.service_btn a:link,
.service_btn a:visited{text-decoration: none; color: #fff;}
.service_btn a:hover { background-color: #8fc43d;}
.service_btn a:hover img{ opacity: 1;}
.service_btn a img{
  position: absolute;
  left: 7px;
  bottom: 0px;
  width: 45px;
}
@media print, screen and (min-width: 768px){
  .service_btn a{
    width: auto;
    padding: 25px 40px 25px 100px;
    font-size: 1.3em;
  }
  .service_btn a img{
    left: 25px;
    width: 60px;
  }
}
@media print, screen and (min-width: 992px){
  .service_btn a{
    padding: 30px 50px 30px 130px;
    font-size: 1.4em;
  }
  .service_btn a img{
    left: 30px;
    width: 80px;
  }
}
@media print, screen and (min-width: 1200px){
  .service_btn a{
    padding: 40px 60px 40px 160px;
    font-size: 1.5em;
  }
  .service_btn a img{
    left: 40px;
    width: 100px;
  }
}
@media print, screen and (min-width: 1500px){
}

.flow_step_item {
  display: flex;
}
.flow_step_item_inr {
  flex: 0 0 70px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
}
.flow_step_item_inr:after {
  content: "";
  margin: 5px auto;
  display: block;
  flex: 1 1 0;
  width: 3px;
  background-color: #ccc;
}
.flow_step_item_text {
  flex: 1 1 0;
  padding-left: 20px;
  padding-bottom: 30px;
}
.flow_step_item:last-child .flow_step_item_inr {
  min-height: auto !important;
}
.flow_step_item:last-child .flow_step_item_inr:after {
  display: none !important;
}
.flow_step_item:last-child .flow_step_item_text {
  padding-bottom: 0px !important;
}
.flow_step_item_inr .step {
  font-family: "SN Pro", sans-serif; text-transform: uppercase;
  color: #8fc43d;
  font-size: 1.0em;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  background-color: #fff;
}
.flow_step_item_inr .step .in {
  display: block;
  margin: auto;
}
.flow_step_item_inr .step .in > strong {
  font-size: 1.5em;
  display: block;
}
.flow_step_item_text .column {
  padding-top: 10px;
}
.flow_step_item_text .column h4 {
  color: #8fc43d;
  font-weight: 700;
  font-size: 1.2em;
  line-height: normal;
  margin-bottom: 0.5em;
}
/*.flow_step_item_text .column h5 {
  font-weight: 700;
  font-size: 1.0em;
  line-height: normal;
  margin-bottom: 0.5em;
}*/
.flow_step_item_text .column p, 
.flow_step_item_text .column ul{
  margin-bottom: 0;
}
.flow_step_item_text .column ul {
  padding-left: 0;
  list-style: none;
}
.flow_step_item_text .column ul > li {
  padding-left: 1em;
  position: relative;
}
.flow_step_item_text .column ul > li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.flow_step_item_text .image {
  max-width: 500px;
  width: 50%;
  margin-top: 10px; 
}
.flow_step_item_text .image img{border-radius: 10px;}
@media print, screen and (min-width: 768px) {
  .flow_step_item_inr {
    flex: 0 0 130px;
    min-height: 180px;
  }
  .flow_step_item_text {
    padding-left: 60px;
    padding-bottom: 40px;
  }
  .flow_step_item_inr .step {
    font-size: 1.5em;
  }
  .flow_step_item_text .column {
    padding-top: 20px;
  }
  .flow_step_item_text .column h4 {
    font-size: 1.3em;
  }
  .flow_step_item_text .image img{border-radius: 20px;}
}
@media print, screen and (min-width: 992px) {
  .flow_step_item_inr {
    flex: 0 0 170px;
    min-height: 220px;
  }
  .flow_step_item_inr .step {
    font-size: 1.8em;
  }
  .flow_step_item_text {
    font-size: 1rem;
    display: flex;
    padding-bottom: 50px;
  }
  .flow_step_item_text .column {
    flex: 1 1 0;
    order: 2;
  }
  .flow_step_item_text .column h4 {
    font-size: 1.4em;
  }
  .flow_step_item_text .image {
    width: auto;
    flex: 0 0 30%;
    padding-right: 30px;
    margin: 0;
    display: flex;
    order: 1;
  }
  .flow_step_item_text .image img {
    margin: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .flow_step_item_text .column h4 {
    font-size: 1.5em;
  }
  /*.flow_step_item_text .column h5 {
    font-size: 1.1em;
  }*/
}
@media print, screen and (min-width: 1500px) {
  .flow_step_item_text .column h4 {
    font-size: 1.6em;
  }
  /*.flow_step_item_text .column h5 {
    font-size: 1.2em;
  }*/
}


/* news.html
---------------------------------------------------- */
.news_table{
  width:100%;
}
.news_table th{
  display: block;
  font-weight: 500;
  color: #666;
  padding: 25px 0px 0px 0px;
}
.news_table th span{
  display: inline-block;
  margin-left: 10px;
  width: 120px;
  line-height: 1.0em;
  padding: 5px 5px;
  background-color: #fff;
  border: 1px solid #f39700;
  border-radius: 2px;
  text-align: center;
  color: #f39700;
  font-size: 0.8em;
}
.news_table td{
  display: block;
  padding: 0px 0px 25px 0px;
  border-bottom: 1px solid #ddd;
}
.news_table td em{
  display: inline-block;
  font-style: normal;
  margin-right: 10px;
  font-family: "SN Pro", sans-serif; text-transform: uppercase;
  font-weight: 700;
  color: #c00;
  font-size: 0.8em;
}
.news_table td a:link,
.news_table td a:visited{ text-decoration: none;}
.news_table td a:hover{ color: #999;}
@media print, screen and (min-width: 768px){
  .news_table th{
    display: table-cell;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
    width: 37%;
  }
  .news_table th span{
    margin-left: 15px;
    padding: 7px 5px;
    font-size: 0.9em;
  }
  .news_table td{
    display: table-cell;
    padding: 20px 0px;
  }
}
@media print, screen and (min-width: 992px){
  .news_table th{
    width: 30%;
  }
}
@media print, screen and (min-width: 1200px){
  .news_table th{
    padding: 30px 0px;
    width: 25%;
  }
  .news_table th span{
    margin-left: 20px;
  }
  .news_table td{
    padding: 30px 0px;
  }
}
@media print, screen and (min-width: 1500px){
  .news_table th span{
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 1700px){
  .news_table th{
    width: 22%;
  }
}

/* company.html
---------------------------------------------------- */
@media print, screen and (min-width: 768px){
}
@media print, screen and (min-width: 992px){
  .bg_company01{
    background: url("../images/bg_company01.png") no-repeat center bottom;
    background-size: contain;
  }
  .bg_company01 p{
    text-align: center;
    line-height: 2.2em;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1200px){
  .bg_company01 p{
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1500px){
}


.bg_company02{
  background: url("../images/bg_company02.jpg") no-repeat center;
  background-size: cover;
  height: 200px;
}
@media print, screen and (min-width: 768px){
  .bg_company02{
    height: 400px;
  }
}
@media print, screen and (min-width: 992px){
  .bg_company02{
    height: 500px;
    background-attachment: fixed;
  }
}
@media print, screen and (min-width: 1200px){
  .bg_company02{
    height: 600px;
  }
}

.company_access table{
  width:100%;
  margin-bottom: 20px;
}
.company_access th{
  padding: 10px 20px 10px 0px;
  border-bottom: 1px solid #ddd;
}
.company_access td{
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
}
.company_access h4{
  font-weight: 700;
  font-size: 1.05em;
  margin-bottom: 5px;
}
.company_access h4 i{ margin-right: 7px;}
.company_access p{
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px){
  .company_access table{
    margin-bottom: 30px;
  }
  .company_access p{
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1500px){
}


/*.company_access{
  border-left: 3px solid #ccc;
  padding:10px 0px 10px 20px;
}
@media print, screen and (min-width: 768px){
  .company_access{
    border-left: 4px solid #ccc;
    padding:15px 0px 15px 30px;
  }
}*/


/* news.html
---------------------------------------------------- */
.contact_title{
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
}
.contact_title img{
  width: 50px;
  margin-right: 10px;
}
.contact_title span{
  display: inline-block;
  padding-bottom: 25px;
}
@media print, screen and (min-width: 768px){
  .contact_title{
    font-size: 1.9em;
  }
  .contact_title img{
    width: 70px;
  }
  .contact_title span{
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .contact_title{
    font-size: 2.2em;
  }
  .contact_title img{
    width: 90px;
    margin-right: 20px;
  }
  .contact_title span{
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  .contact_title{
    font-size: 2.4em;
  }
  .contact_title img{
    width: 110px;
  }
  .contact_title span{
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 1500px){
  .contact_title{
    font-size: 2.6em;
  }
  .contact_title img{
    width: 120px;
  }
}

.contact_phone{
  background-color: #8fc43d;
  border-radius: 20px;
  padding: 20px;
}
.contact_phone li{
  display: block;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.contact_phone li:last-child{margin-bottom: 0px;}
.contact_phone h4{
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact_phone span{
  font-size: 1.8em;
  font-weight: 700;
}
.contact_phone span img{
  width: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
.contact_phone a:link,
.contact_phone a:visited{ text-decoration: none;}
.contact_phone li i{
  width: 30px;
  margin-right: 5px;
}
.contact_phone p{
  font-size: 0.9em;
  text-align: center;
}
@media print, screen and (min-width: 768px){
  .contact_phone{
    display: flex;
    padding: 30px;
    border-radius:30px;
  }
  .contact_phone li{
    width: calc(33.333333% - 10px);
    margin-right: 15px;
    margin-bottom: 0px;
    padding: 20px 5px;
    border-radius:20px;
  }
  .contact_phone li:last-child{ margin-right: 0px;}
  .contact_phone span{
    font-size: 1.4em;
  }
}
@media print, screen and (min-width: 992px){
  .contact_phone{
    border-radius:40px;
  }
  .contact_phone li{
    width: calc(33.333333% - 20px);
    margin-right:30px;
    padding: 30px 5px;
    border: 3px solid #333;
    border-radius:30px;
  }
  .contact_phone span{
    font-size: 1.6em;
  }
}
@media print, screen and (min-width: 1200px){
  .contact_phone{
    padding: 40px;
  }
  .contact_phone li{    
    padding: 40px 5px;
  }
  .contact_phone span{
    font-size: 1.9em;
  }
  .contact_phone span img{
    width: 35px;
  }
}
@media print, screen and (min-width: 1500px){
}


/* ページ内タブ切り替え
---------------------------------------------------- */
.nav-tabs{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: none;
}
.nav-tabs .nav-item{ 
  display: flex;
  width: calc(33.333333% - 3.333333px);
  margin-right:5px;
  margin-bottom: 5px;
}
.nav-tabs .nav-item:nth-of-type(3n){ margin-right: 0px;}
.nav-tabs .nav-link{ 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 4px!important;
  /*background-color: #fff;*/
  border: none!important;
  color: #fff!important;
  padding: 5px 0px!important;
  font-size: 0.7em;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
/*.nav-tabs .nav-link.active,*/
.nav-tabs .nav-link:hover{ 
  /*border-top: 1px solid #880000!important;
  border-left: 1px solid #880000!important;
  border-right: 1px solid #880000!important;
  border-bottom: 1px solid #880000!important;*/
  /*color: #fff!important; */
  /*border: 1px solid #033!important;
  background-color: #033!important;*/
  opacity: 0.7;
}
.nav-tabs a:link,
.nav-tabs a:visited{ text-decoration: none; color: #fff;}
.tab-content{
  /*background-color: #fff;*/
  /*height:300px;
	overflow:auto;*/
}
@media print, screen and (min-width: 768px){
}
@media print, screen and (min-width: 992px){
  .nav-tabs{
    padding: 0px 40px;
  }
  .nav-tabs .nav-item{ 
    width: 100%;
    width: calc(16.666666% - 4.1666666px);
    margin-bottom: 0px;
  }
  .nav-tabs .nav-item:nth-of-type(3n){ margin-right: 5px;}
  .nav-tabs .nav-item:nth-of-type(6n){ margin-right: 0px;}
  .nav-tabs .nav-link{ 
    padding: 15px 0px!important;
    font-size: 1.0em;
    border-radius: 10px 10px 0px 0px!important;
  }
}

.nav-tabs2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: none;
  padding: 0px 20px;
}
.nav-tabs2 .nav-item{ 
  display: flex;
  width: calc(50% - 5px);
  margin-right:10px;
}
.nav-tabs2 .nav-item:nth-of-type(2n){ margin-right: 0px;}
.nav-tabs2 .nav-link{ 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 10px 10px 0px 0px!important;
  background-color: #fff;
  border-top:2px solid #0e536d!important;
  border-left:2px solid #0e536d!important;
  border-right:2px solid #0e536d!important;
  color: #0e536d!important;
  padding: 12px 0px!important;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.nav-tabs2 .nav-link.active,
.nav-tabs2 .nav-link:hover{ 
  color: #fff!important; 
  border-top:2px solid #0e536d!important;
  border-left:2px solid #0e536d!important;
  border-right:2px solid #0e536d!important;
  background-color: #0e536d!important;
}
.nav-tabs2 a:link,
.nav-tabs2 a:visited{ text-decoration: none;}
@media print, screen and (min-width: 768px){
  .nav-tabs2{
    padding: 0px 40px;
  }
  .nav-tabs2 .nav-link{ 
    padding: 15px 0px!important;
  }
}
@media print, screen and (min-width: 992px){
  .nav-tabs2{
    padding: 0px 60px;
  }
  .nav-tabs2 .nav-item{ 
    width: calc(50% - 7.5px);
    margin-right:15px;
  }
  .nav-tabs2 .nav-link{ 
    padding: 20px 0px!important;
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 1200px){
  .nav-tabs2{
    padding: 0px 90px;
  }
  .nav-tabs2 .nav-link{ 
    padding: 25px 0px!important;
  }
}


/* カテゴリータブ
---------------------------------------------------- */
.category_tab{
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category_tab li{  
  display: flex;
  width: calc(33.333333% - 3.333333px);
  margin-right: 5px;
  margin-bottom: 5px;
}
.category_tab li:nth-of-type(3n){ margin-right: 0px;}
.category_tab li a{
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  /*text-align: center;*/
  padding: 10px 10px;
  text-decoration: none!important;
  border-radius: 100px;
  /*box-shadow: 0px 0px 15px rgb(0,0,0,0.1);*/
  background-color:#f39700;
  border: 1px solid #f39700;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.0em;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.category_tab li a:hover img{ opacity: 1;}
.category_tab li a:after{ display: inline-block; float: right; line-height: 1.0em; content:" \f078";font-family: "Font Awesome 5 Free"; font-weight: 900; color: #fff;transition: all 0.3s ease 0s;}
@media print, screen and (min-width: 768px){
  .category_tab li{
    width: calc(25% - 7.5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .category_tab li:nth-of-type(3n){ margin-right: 10px;}
  .category_tab li:nth-of-type(4n){ margin-right: 0px;}
  .category_tab li a{
    padding: 10px 20px;
    font-size: 1.0em;
  }
  .category_tab li a:hover:after{ transform: translate(0px, 5px);}
}
@media print, screen and (min-width: 992px){
}
@media print, screen and (min-width: 1200px){
  .category_tab li{
    width: calc(20% - 8px);
  }
  .category_tab li:nth-of-type(3n){ margin-right: 10px;}
  .category_tab li:nth-of-type(4n){ margin-right: 10px;}
  .category_tab li:nth-of-type(5n){ margin-right: 0px;}
  .category_tab li a{
    padding: 15px 15px;
    font-size: 0.95em;
  }
}
@media print, screen and (min-width: 1500px){
  .category_tab li a{
    font-size: 1.0em;
  }
}

.category_tab2{
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category_tab2 li{  
  display: flex;
  width: calc(50% - 2.5px);
  margin-right: 5px;
  margin-bottom: 5px;
}
.category_tab2 li:nth-of-type(2n){ margin-right: 0px;}
.category_tab2 li a{
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  /*text-align: center;*/
  padding: 10px 0px 5px;
  text-decoration: none!important;
  border-radius: 100px;
  /*box-shadow: 0px 0px 15px rgb(0,0,0,0.1);*/
  background-color:#fff;
  border: 1px solid #630;
  color: #630;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.0em;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.category_tab2 li a:hover img{ opacity: 1;}
.category_tab2 li a:after{ display: block; margin-top: 2px; line-height: 1.0em; content:" \f078";font-family: "Font Awesome 5 Free"; font-weight: 900; color: #630;transition: all 0.3s ease 0s;}
@media print, screen and (min-width: 768px){
  .category_tab2 li{
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .category_tab2 li a{
    padding: 13px 20px;
    font-size: 1.0em;
  }
  .category_tab2 li a:after{ display: inline-block; float: right;}
  .category_tab2 li a:hover:after{ transform: translate(0px, 5px);}
}
@media print, screen and (min-width: 992px){
}
@media print, screen and (min-width: 1200px){
  .category_tab2 li{
    width: calc(25% - 7.5px);
  }
  .category_tab2 li:nth-of-type(2n){ margin-right: 10px;}
  .category_tab2 li:nth-of-type(4n){ margin-right: 0px;}
  .category_tab2 li a{
    padding: 17px 15px;
    font-size: 0.9em;
  }
}
@media print, screen and (min-width: 1500px){
  .category_tab2 li a{
    font-size: 1.0em;
  }
}


/* タイトル
---------------------------------------------------- */
#h2-img{
  padding: 0px 15px;
}
.h2-style{ 
  position: relative;
  /*background: rgba(0,0,0,0.2);*/
}
.h2-style h2{  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  width: 100%;
  font-weight: 700;
  font-size: 1.6em;
  text-align:center;
  color: #fff;
  text-shadow: 0px 0px 5px #333;
}
.h2-style h2 span{
  display: block; 
  font-family: "SN Pro", sans-serif; text-transform: uppercase;
  font-size: 0.4em;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 768px) {
  #h2-img{
    padding: 0px 30px;
  }
  .h2-style h2{
    font-size: 2.5em;
    text-shadow: 0px 0px 10px #333;
  }
  .h2-style h2 span{
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 992px) {
  .h2-style h2{
    font-size: 3.0em;
  }
}
@media print, screen and (min-width: 1200px) {
  #h2-img{
    padding: 0px 60px;
  }
  .h2-style h2{
    font-size: 3.0em;
    text-shadow: 0px 0px 15px #333;
  }
}
@media print, screen and (min-width: 1500px) {
  .h2-style h2{
    font-size: 3.5em;
  }
}

.title01{
  background: url("../images/deco_house_03.png") no-repeat center top;
  background-size: 30px;
  padding-top: 40px;
  font-size: 1.3em;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
.title01 span{
  display: block;
  font-family: "SN Pro", sans-serif;text-transform: uppercase;
  font-size: 0.5em;
  font-weight: 600;
  color: #f39700;
  letter-spacing: 0.15em;
  margin-bottom: 3px;
}
.title01 em{
  display: block;
  font-size: 0.55em;
  font-style: normal;
}
@media print, screen and (min-width: 768px){
  .title01{
    background-size: 40px;
    padding-top: 50px;
    font-size: 1.7em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .title01{
    background-size: 50px;
    padding-top: 65px;
    font-size: 2.0em;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  .title01{
    background-size: 60px;
    padding-top: 75px;
    font-size: 2.2em;
    margin-bottom: 50px;
  }
  .title01 span{
    font-size: 0.4em;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 1500px){
  .title01{
    font-size: 2.5em;
    margin-bottom: 60px;
  }  
}

.title02{
  font-size: 1.2em;
  font-weight: 700;
  padding-bottom: 10px;
  color: #0e536d;
  border-bottom:1px solid #0e536d;  
  margin-bottom: 20px;
}
.title02 span{
  display: inline-block;
  font-size: 0.6em;
}
@media print, screen and (min-width: 768px){
  .title02{
    font-size: 1.3em;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .title02{
    font-size: 1.4em;
  }
}
@media print, screen and (min-width: 1200px){
  .title02{
    font-size: 1.5em;
    padding-bottom: 20px;    
  }
}
@media print, screen and (min-width: 1500px){
  .title02{
    font-size: 1.6em;
  }
}

.title03{
  font-size: 1.15em;
  font-weight: 600;
  color: #333;
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
}
.title03::after{
  position: absolute;
  left:0;
  top: 7px;
  content: '';
  width: 40px;
  height:1px;  
  background-color: #333;
}
@media print, screen and (min-width: 768px){
  .title03{
    font-size: 1.25em;
    padding-left: 65px;
  }
  .title03::after{
    top: 10px;
    width: 55px;
  }
}
@media print, screen and (min-width: 992px){
  .title03{
    font-size: 1.35em;
    padding-left: 80px;
  }
  .title03::after{
    width: 70px;
  }
}

.title04{
  text-align: center;
  margin-bottom: 15px;
}
.title04 span{
  display: inline-block;
  margin: 0px auto;
  background-color: #8fc43d;
  border-radius: 100px;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (min-width: 768px){
  .title04{
    margin-bottom: 20px;
  }
  .title04 span{
    padding: 17px 30px;
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 992px){
  .title04{
    margin-bottom: 30px;
  }
  .title04 span{    
    padding: 20px 40px;
    font-size: 1.4em;
  }
}
@media print, screen and (min-width: 1200px){
  .title04 span{    
    padding: 20px 60px;
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 1500px){
  .title04 span{    
    font-size: 1.7em;
  }
}

.title05{
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.title05 span{
  display: block;
  font-family: "SN Pro", sans-serif; text-transform: uppercase;
  font-size: 0.4em;
  color: #f39700;
  margin-bottom: 5px;
}
.title05 span:before{ content:" \f0c8";font-family: "Font Awesome 5 Free"; font-weight: 900; color: #f39700; vertical-align:super; font-size: 0.8em; padding-right:10px}
@media print, screen and (min-width: 768px){
  .title05{
    font-size: 1.9em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .title05{
    font-size: 2.2em;
    margin-bottom: 40px;
  }
  .title05 span{
    margin-bottom: 10px;
  }
  .title05 span:before{ font-size: 0.9em;}
}
@media print, screen and (min-width: 1200px){
  .title05{
    font-size: 2.4em;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1500px){
  .title05{
    font-size: 2.6em;
    margin-bottom: 60px;
  }
}

.title06{
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 15px 0px;
  font-size: 1.2em;
  font-weight: 900;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px){
  .title06{
    padding: 17px 0px;
    font-size: 1.4em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .title06{
    padding: 20px 0px;
    font-size: 1.6em;
  }
}
@media print, screen and (min-width: 1200px){
  .title06{
    padding: 25px 0px;
    font-size: 1.8em;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1500px){
  .title06{
    font-size: 2.0em;
  }
}

.title07{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 15px;
}
.title07::before,
.title07::after {
  width: 2px;
  height: 30px;
  background-color: #333333;
  content: '';
}
.title07::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}
.title07::after {
  transform: rotate(35deg);
  margin-left: 30px;
}
@media print, screen and (min-width: 768px){
  .title07{
    font-size: 1.7em;
    margin-bottom: 25px;
  }
  .title07::before,
  .title07::after {
    height: 40px;
  }
}
@media print, screen and (min-width: 992px){
  .title07{
    font-size: 2.0em;
    margin-bottom: 30px;
  }
  .title07::before,
  .title07::after {
    height: 50px;
  }
  .title07::before {
    margin-right: 40px;
  }
  .title07::after {
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  .title07{
    font-size: 2.2em;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1500px){
  .title07{
    font-size: 2.5em;
  }
  .title07::before,
  .title07::after {
    height: 60px;
  }
  .title07::before {
    margin-right: 50px;
  }
  .title07::after {
    margin-left: 50px;
  }
}

.title08{
  font-size: 1.1em;
  font-weight: 700;
  border-left: 4px solid #a895c9;
  padding: 5px 0px 5px 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px){
  .title08{
    font-size: 1.2em;
    padding: 7px 0px 7px 15px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 992px){
  .title08{
    font-size: 1.25em;
  }
}
@media print, screen and (min-width: 1200px){
  .title08{
    padding: 10px 0px 10px 18px;
  }
}
@media print, screen and (min-width: 1500px){
}

.title09{
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  border: 2px solid #333;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.title09:before {
  position: absolute;
  top: 100%;
  left: 50px;
  transform: skew(-25deg);
  height: 15px;
  width: 15px;
  border-right: 2px solid #333;
  background-color: #fce7c4;
  content: "";
}
@media print, screen and (min-width: 768px){
  .title09{
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 1.3em;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px){
  .title09{
    font-size: 1.4em;
  }
}
@media print, screen and (min-width: 1200px){
  .title09{
    padding: 20px 40px;
    font-size: 1.5em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1500px){
  .title09{
    font-size: 1.6em;
  }
}


/* table
---------------------------------------------------- */
.table-style{
	width:100%;
}
.table-style th{
  display: block;
  vertical-align:middle;
	padding:10px 10px 5px 10px;
  font-weight: 600;
  color: #333;
}
.table-style td{
  display: block;
	padding:0px 10px 10px 10px;
  border-bottom: 1px solid #cfe1bc;
}
@media print, screen and (min-width: 768px){
  .table-style{
    border-top: none;
  }
  .table-style th{
    width: 30%;
    display: table-cell;
    padding: 15px 0px;
    border-bottom: 1px solid #cfe1bc;
  }
  .table-style td{
    display: table-cell;
    padding: 15px 20px;
  }
}
@media print, screen and (min-width: 992px){
  .table-style th{    
    padding: 15px 20px;
  }
  .table-style td{
    padding: 15px 20px;
  }
}
@media print, screen and (min-width: 1200px){
  .table-style th{
    width: 25%;
    padding: 20px 30px;
  }
  .table-style td{
    padding: 20px 30px;
  }
}

.table-style2{
	width:100%;
  border-collapse: collapse;
}
.table-style2 th{
  padding:5px 5px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #aaa;
  color: #fff;
  font-weight: 500;
  text-align: center;
  width: 30%;
}
.table-style2 td{
	padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media print, screen and (min-width: 768px){
  .table-style2 th{
    padding:10px 5px;
  }
  .table-style2 td{
    padding:10px 15px;
  }
}
@media print, screen and (min-width: 992px){
}
@media print, screen and (min-width: 1200px){
  .table-style2 th{
    padding:15px 5px;
  }
  .table-style2 td{
    padding:15px 20px;
  }
}

.table-style3{
	width: 100%;
  font-size: 0.8em;
  /*background-color: #fff;
  border-radius: 20px;*/
  border-spacing: 0;
  border: none;
  line-height: 1.5em;
}
.table-style3 tr>*{
  padding: 5px 10px;
  border: none;
}
/*.table-style3 tr:first-child>*:first-child{ border-radius: 20px 0 0 0; }
.table-style3 tr:first-child>*:last-child{ border-radius: 0 20px 0 0;}
.table-style3 tr:last-child>*:first-child{ border-radius: 0 0 0 20px;border-bottom: none;}
.table-style3 tr:last-child>*:last-child{ border-radius: 0 0 20px 0; border-bottom: none;}*/

.table-style3 th{
  border-bottom: 1px solid #ddd;
  padding:10px 0px;
  font-weight: 900;
  text-align: center;
}
.table-style3 th span{
  font-size: 0.8em;
  font-weight: 700;
}
.table-style3 td{
	border-bottom: 1px solid #ddd;
  padding:10px 10px 10px 10px; 
}
.table-style3 td span{
  color: #4fadac;
  font-weight: 700;
  font-family: "SN Pro", sans-serif; text-transform: uppercase;
  width: 40px;
}
@media print, screen and (min-width: 768px) {
  .table-style3{
    /*border-radius: 30px;*/
    font-size: 1.0em;
  }
  /*.table-style3 tr:first-child>*:first-child{ border-radius: 30px 0 0 0;}
  .table-style3 tr:first-child>*:last-child{ border-radius: 0 30px 0 0;}
  .table-style3 tr:last-child>*:first-child{ border-radius: 0 0 0 30px;}
  .table-style3 tr:last-child>*:last-child{ border-radius: 0 0 30px 0;}*/
  .table-style3 th{    
    padding:20px 0px;
    font-size: 1.2em;
  }
  .table-style3 th span{
    display: block;
  }
  .table-style3 th.blue,
  .table-style3 th.orange{
    width: 45%;
  }
  .table-style3 td{
    padding:15px 20px 15px 20px; 
  }
  .table-style3 td span{
    display: inline-block;
    background-color: #4fadac;
    color: #fff;
    border-radius: 100vh;
    padding: 5px 0px;
    width: 80px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .day_lh{
    line-height: 2.5em!important;
  }
}
@media print, screen and (min-width: 992px) {
  /*.table-style3{
    border-radius: 40px;
  }
  .table-style3 tr:first-child>*:first-child{ border-radius: 40px 0 0 0;}
  .table-style3 tr:first-child>*:last-child{ border-radius: 0 40px 0 0;}
  .table-style3 tr:last-child>*:first-child{ border-radius: 0 0 0 40px;}
  .table-style3 tr:last-child>*:last-child{ border-radius: 0 0 40px 0;}*/
  .table-style3 th{
    padding:20px 0px;
    font-size: 1.3em;
  }
  .table-style3 th.blue,
  .table-style3 th.orange{
    width: 46%;
  }
  .table-style3 td{
    font-size: 1.05em;
  }
  .table-style3 td span{
    width: 100px;
  }
  .table-style3 td{
    padding:20px 30px 20px 30px; 
  }
}
@media print, screen and (min-width: 1200px) {

}
@media print, screen and (min-width: 1500px) {
}

.table-style4{
	width:100%;
}
.table-style4 th{
  display: block;
  vertical-align:middle;
	padding:0px 0px 5px 0px;
  font-weight: 600;
}
.table-style4 td{
  display: block;
	padding:0px 0px 15px 0px;
}

.table-wrap {
  overflow-x: scroll;
}
.table-wrap table{
  white-space: nowrap;
}
@media print, screen and (min-width: 992px){
  .table-wrap {
    overflow-x: auto;
  }
  .table-wrap table{
    white-space: normal;
  }
}

.table-wrap_xs {
  overflow-x: scroll;
}
.table-wrap_xs table{
  white-space: nowrap;
}
@media print, screen and (min-width: 768px){
  .table-wrap_xs {
    overflow-x: auto;
  }
  .table-wrap_xs table{
    white-space: normal;
  }
}


.table-wrap,
.table-wrap_xs{
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  /*scrollbar-color: #39bc1b #eee;
  scrollbar-width: thin;*/
}
.table-wrap::-webkit-scrollbar ,
.table-wrap_xs::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.table-wrap::-webkit-scrollbar-thumb,
.table-wrap_xs::-webkit-scrollbar-thumb{
  background: #666;
  border-radius: 10px;
}
.table-wrap::-webkit-scrollbar-track,
.table-wrap_xs::-webkit-scrollbar-track{
  background: #eee;
  border-radius: 10px;
}
.table-wrap::before,
.table-wrap_xs::before{
  font-size: 0.9em;
  display: block;
  padding-bottom: 2px;
  content: "表は左右にスクロールできます";
  color: #999;
}
.table-wrap::after,
.table-wrap_xs::after{
  font-size: 0.9em;
  display: block;
  padding: 2px 0px;
  content: "表は左右にスクロールできます";
  color: #999;
}
@media print, screen and (min-width: 768px){
  .table-wrap_xs {
    overflow-x: hidden;
    white-space:normal;
  }
  .table-wrap_xs::before,
  .table-wrap_xs::after{
    display: none;
  }
}
@media print, screen and (min-width: 992px){
  .table-wrap {
    overflow-x: hidden;
    white-space:normal;
  }
  .table-wrap::before,
  .table-wrap::after{
    display: none;
  }
}

.table-wrap2 {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  /*scrollbar-color: #39bc1b #eee;
  scrollbar-width: thin;*/
}
.table-wrap2::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.table-wrap2::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
}
.table-wrap2::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}
.table-wrap2::before{
  font-size: 0.9em;
  display: block;
  padding-bottom: 2px;
  content: "表は左右にスクロールできます";
  color: #999;
}
.table-wrap2::after{
  font-size: 0.9em;
  display: block;
  padding: 2px 0px;
  content: "表は左右にスクロールできます";
  color: #999;
}


/* ボタン
---------------------------------------------------- */
.btn-style{
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 240px;
	font-weight:700;
	border-radius: 100vh;
	background:#f39700;
  padding: 12px 25px 12px 30px;
}
.btn-style:link,
.btn-style:visited{text-decoration: none; color: #fff;}
.btn-style:after{ content:"\f101";font-family: "Font Awesome 5 Free"; font-weight: 900; float: right; font-size: 1.2em; }
.btn-style:hover:after {
  transform: rotate3d(1,0,0,360deg);
  transition: 2s;
}
.btn-style:hover { background-color: #8fc43d;}
@media print, screen and (min-width: 992px){
  .btn-style{    
    width: 300px;
    padding: 20px 30px 20px 40px;
    font-size: 1.05em;
  }
}

.btn-detail{
  position:relative;
  padding: 0px 0px 10px 0px;
  line-height: 1.0em;
  font-size: 0.9em;
  text-transform: uppercase;
  display:inline-block;
  outline: none;
}
.btn-detail:link,
.btn-detail:visited{text-decoration: none; color: #333;}
.btn-detail::before,
.btn-detail::after{
  content:'';
  position:absolute;
  z-index:1;
  bottom:0;
  left:0;
  background:#333;
  width:100%;
  height:1px;
  transition:all 0.3s ease-in-out;
}
.btn-detail::after{
  width:0;
  background:#ddd;
}
.btn-detail:hover::after {
  width:100%;
}
@media print, screen and (min-width: 992px){
  .btn-detail{
    /*font-size: 1.05em;*/
  }
}

/* 戻るボタン */
.btn-back{
  margin-top: 40px;
  border-top:1px solid #ddd;
  padding-top: 15px;
}
.btn-back a{
	display:inline-block;
  font-weight: 500;
}
.btn-back a:link,
.btn-back a:visited{ color:#333;text-decoration:none}
.btn-back a:before{ content:" \f104";font-family: "Font Awesome 5 Free"; font-weight: 900;line-height:1.5em; padding-right:10px}
@media print, screen and (min-width: 768px) {
  .btn-back{
    margin-top: 60px;
    padding-top: 30px;
  }
  .btn-back a{
    padding-left: 30px;
  }
  .btn-back a:hover{ padding-left: 0px;}
}
@media print, screen and (min-width: 992px) {
  .btn-back{
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 1200px) {
  .btn-back{
    margin-top: 90px;
  }
}

/* マップへのボタン */
.btn-map{
  font-weight: 500;
	background-color:#f39700;
  border-radius: 100vh;
	padding:7px 0px;
	text-align:center;
	display:inline-block;
  width: 200px;
}
.btn-map:link,
.btn-map:visited{ color:#fff;text-decoration:none}
.btn-map:before{ content:" \f3c5";font-family: "Font Awesome 5 Free"; font-weight: 900; line-height:1.5em; padding-right:5px}
@media print, screen and (min-width: 992px) {
  .btn-map{
    padding:10px 0px;
    width: 250px;
  }
  .btn-map:hover{
    background-color: #8fc43d;
  }
}


/* form
---------------------------------------------------- */
.table_form{
  width:100%;
  border-collapse:collapse;
  /*background-color: #fff;*/
  /*border-top: 1px solid #ddd;*/
  /*border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;*/
  color: #333;
}
.table_form th{
  padding:10px 0px 5px 0px;
  vertical-align:middle;
  text-align:left;
  font-weight: 700;
  display: block;
}
.table_form td{
  border-bottom: 1px solid #ddd;
  padding:0px 0px 10px 0px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .table_form th{
    border-bottom: 1px solid #ddd;
    padding:10px 30px 10px 20px;
    display:table-cell;
    width: 35%;
  }
  .table_form td{
    padding:10px 20px 10px 0px;
    display:table-cell;
  }
}
@media print, screen and (min-width: 992px) {
  /*.table_form th{
    width: 30%;
  }*/
}
@media print, screen and (min-width: 1200px) {
  .table_form th{
    padding:15px 0px 15px 30px;
    width: 30%;
  }
  .table_form td{
    padding:15px 30px;
  }
}

.table_form2{
  width:100%;
  border-collapse:collapse;
  background-color: #fff;
  border-bottom:1px solid #ddd;
}
.table_form2 th{
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  padding:5px 10px;
  background-color:#f5f5f5;
  vertical-align:top;
  text-align:left;
  display: block;
}
.table_form2 td{
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  padding:5px 10px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .table_form2 th{
    padding:10px 15px;
    vertical-align:middle;
    display:table-cell;
    width:32%;
  }
  .table_form2 td{
    border-top:1px solid #ddd;
    padding:10px 15px;
    display:table-cell;
  }
}
@media print, screen and (min-width: 992px) {
  .table_form2 th{
    padding:10px 20px;
    width:25%;
  }
  .table_form2 td{
    padding:10px 20px;
  }
}

/* 必須・任意 */
p.need:before{ content: "必須";background-color:#db5046; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; margin-right:5px;vertical-align:baseline;border-radius: 3px;}
/*.table_form*/ th.need:after{ content: "必須";background-color:#db5046; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; line-height: normal;vertical-align:middle; float: right;border-radius: 3px;}
/*.table_form*/ th.any:after { content: "任意";background-color:#999; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; line-height: normal;vertical-align:middle; float: right; border-radius: 3px;}

/* テキストボックスのサイズ */
.form-xxs{ width:60px!important;}
.form-xs{ width:90px!important;}
.form-s{width:120px!important}
.form-m,.form-l,.form100{width:100%!important}
.form-h{  width:100%; height: 100px;}
@media print, screen and (min-width: 768px) {
  .form-xs{ width:120px!important;}
  .form-s{width:200px!important}
  .form-m{width:300px!important}
  .form-h{ height:150px;}
}

/* フォーム関係タグの初期設定とデザイン */
input[type="checkbox"],
input[type="radio"]{vertical-align:text-top;}
label{font-weight: normal;}

input[type="text"],
input[type="password"],
select,
textarea{vertical-align:middle; line-height: 1.0em; border:1px solid #ddd; background-color: #fff; padding:10px 10px; border-radius:4px;outline: none;font-weight: 600;}
@media print, screen and (min-width: 1200px){
  input[type="text"],
  input[type="password"],
  select,
  textarea{padding:12px 15px;}
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{border:1px solid #999;background-color:#f5f5f5;}

.form_slim input[type="text"],
.form_slim input[type="password"],
.form_slim select,
.form_slim textarea{padding:7px 7px;}

.need input[type="text"],
.need input[type="password"],
.need select,
.need textarea{border:1px solid #fcc;}
.need input[type="text"]:focus,
.need input[type="password"]:focus,
.need select:focus,
.need textarea:focus{border:1px solid #e32a38;background-color:#fff6f6;}

/* ラジオボタンのデザイン */
input[type="radio"] { 
  vertical-align: middle;
  display:none;
  width:20px;
  height:20px;  
}
input[type="radio"]+label {
  display:inline-block;
  font-size:1.0em;
  border:1px solid #333;
  border-radius:4px;
  background:#fff;
  color:#333;
  line-height: 1.0em;
	padding:10px 10px;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 5px;
}
input[type="radio"]:checked+label {
  background:#333;
  color:#fff;
}
@media print, screen and (min-width: 1200px){
  input[type="radio"]+label {
    padding: 12px 15px;
  }
}

/* チェックボックスのデザイン */
input[type="checkbox"]+label{
	padding-left:	40px;	
	display:inline-block;
	cursor:	pointer;
	position:	relative;
  font-weight: 600;
}
input[type="checkbox"]+label:before {
	content:'';
	width:30px;	
	height:	30px;
	display:inline-block;
	position:	absolute;
	left:	0;
	background-color:	#fff;
  border: 1px solid #666;
	border-radius:5px;
}
input[type="checkbox"] {display:none;}
input[type="checkbox"]:checked + label:before {
	content:"\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-size:20px;	
	color:#fff;
	background-color:	#666;
  vertical-align: middle;
  text-align: center;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}

/* プライバシーポリシー */
.contact_privacy{
	height:300px;
	overflow:auto;
	font-size:0.9em;
	line-height:1.5em;
	background-color:#fff;
  border: 1px solid #ddd;
	padding:15px;
}
.contact_privacy h3{
	font-size:1.4em;
	text-align:center;
	line-height:normal;
	margin-bottom:10px;
}
.contact_privacy h3 span{
  display: block;
  font-size: 70%;
}
.contact_privacy h4{
	margin-top:15px;
	overflow:hidden;
  font-size: 100%;
  font-weight: bold;
	margin-bottom:15px
}
.contact_privacy h4 span {
  position: relative;
  display: inline-block;
  margin-right: 0 2.5em;
  padding-right:0.5em;
  text-align: left;
}
.contact_privacy h4 span::before,
.contact_privacy h4 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 800%;
  height: 1px;
  background-color: #333;
}
.contact_privacy h4 span::before { right: 100%;}
.contact_privacy h4 span::after { left: 100%;}
.contact_privacy ul,
.contact_privacy ol{
  margin-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact_privacy{
    padding:30px;
  }
  .contact_privacy h3{
    font-size:1.5em;
    margin-bottom:20px;
  }
}

/* buttonのデザイン */
input[type="button"],input[type="submit"]{-webkit-appearance: none; border-radius: 0;}/* iosのグラデ、角丸解除 */
.submit{
	width:100%;
	display:block;
	background-color:#666;
	border:1px solid #666;
	color: #fff;
	cursor:pointer;
	padding:10px 20px;
  border-radius: 100px;
  font-size: 0.8em;
  font-weight: 700;
}
.submit2{
	display:block;
	background-color:#fff;
	border:1px solid #333;
  border-radius: 100px;
  color: #333!important;
  font-weight: 600;
	cursor:pointer;
	padding:10px 0px;
  width: 100%;
}
.submit2:link,
.submit2:visited{ color: #333!important}
.submit2-2{
	display:block;
	background-color:#a895c9;
	border:1px solid #a895c9;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
	cursor:pointer;
	padding:7px 0px;
  width: 100%;
}
.submit3{
	display:inline-block;
	background-color:#a895c9;
	border:1px solid #a895c9;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.85em;
	color: #fff;
	cursor:pointer;
	padding:2px 15px;
  transition: 0.3s ease;
}
.submit4{
	display:inline-block;
  background: none;
  border: none;
  font-size: 0.9em;
  font-weight: 600;
	color: #333;
	cursor:pointer;
}
@media print, screen and (min-width: 768px) {
  .submit{
    width:auto;
    display:inline-block;
    padding:12px 50px;
    height:auto;
    font-size: 0.9em;
  }
  .submit2,
  .submit2-2{
  	padding:10px 0px;
    transition: 0.3s ease;
  }
  .submit2:hover{ background-color: #f5e1d3;}
  .submit2-2:hover{ background-color: #c9bddd;}
  .submit3:hover{ background-color: #c9bddd;}
}
@media print, screen and (min-width: 992px) {
  .submit{
    padding:13px 80px;
    font-size: 1.0em;
  }
  .submit2,
  .submit2-2{
  	padding:15px 0px;
    font-size: 1.2em;
  }
}

  
/* CMSページ関係
---------------------------------------------------- */
/* 縦横比固定 */
.photo-ofi {
	height: 0;
	display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	background-color: transparent;
	overflow: hidden;
	position: relative;
	/*margin-bottom: 10px;*/
}
.photo-ofi img {
  max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

/* paging */
div.paging{
  text-align: center;
  line-height: normal;
  font-size: 0.9em;
  font-family: "SN Pro", sans-serif; text-transform: uppercase; font-weight: 700;
}
div.paging span.current,
div.paging span.paging-text{
  margin:0px;
  /*background-color: #fff;*/
  color:#333;
  zoom:1;
  display:inline-block;
  overflow:hidden;
  text-decoration:none;
  border-radius: 5px;
}
div.paging span.paging-text a{
  padding:5px 8px;
  display:block;
  color: #333;
  border: 1px solid #fff;
  border-radius: 5px;
}
div.paging span.current{
  background-color: #ddd;
  border: 1px solid #ddd;
  color:#333;
  zoom:1;
  padding:5px 8px;
  text-decoration:none;
  display:inline-block;
  cursor:pointer;
}
div.paging span.paging-text a:hover{
  /*background-color: #eee;*/
  color: #333;
  border: 1px solid #ddd;
  text-decoration:none;
  cursor:pointer;
}
@media print, screen and (min-width: 768px) {
  div.paging span.paging-text a{
    padding:10px 15px;
  }
  div.paging span.current{
    padding:10px 15px;
  }
}
@media print, screen and (min-width: 1200px) {
}


/* googlemap
---------------------------------------------------- */
.googlemap{
  border: 2px solid #333;
  border-radius: 20px;
}
.googlemap iframe{
  height: 300px;
  border-radius: 20px;
}
@media print, screen and (min-width: 768px){
  .googlemap{
    border-radius: 30px;
  }
  .googlemap iframe{
    height: 350px;
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .googlemap{    
    border: 3px solid #333;
    border-radius: 40px;
  }
  .googlemap iframe{
    height: 400px;
    border-radius: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  .googlemap{    
    /*border-radius: 50px;*/
  }
  .googlemap iframe{
    height: 650px;
    /*border-radius: 50px;*/
  }
}
@media print, screen and (min-width: 1500px){
  .googlemap iframe{
    height: 650px;
  }
}


/* youtube
---------------------------------------------------- */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.movie video{
	width: 100%;
  height: auto;
}


/* common
---------------------------------------------------- */
a img{transition: 0.3s ease;}
a:hover img {	opacity:0.7;}
.img-round{border-radius: 20px;}
@media print, screen and (min-width: 768px){
  .img-round{border-radius: 30px;}
}
/*@media print, screen and (min-width: 992px){
  .img-round{border-radius: 40px;}
}
@media print, screen and (min-width: 1200px){
  .img-round{border-radius: 50px;}
}*/
.img-100{ width: 100%;}
.img-shadow img{box-shadow: 30px 30px 0px 0px #ddf4fa/*rgba(255,212,202,0.9)*/;}/*画像に影（右）*/
.img-shadow2 img{box-shadow: -30px 30px 0px 0px #ddf4fa/*rgba(255,212,202,0.9);*/}/*画像に影（左）*/
.img-border{ border: 1px solid #111;}

iframe{ vertical-align: bottom;}

.box{
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 20px;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .box{ 
    padding:30px;
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .box{ 
    padding:40px;
    border-radius: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .box{ 
    padding:50px;
  }
}
@media print, screen and (min-width: 1500px) {
  .box{ 
    padding:60px;
  }
}

.box2{
  background-color: #fce7c4;
  border-radius: 20px;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .box2{ border-radius: 30px;padding:30px;}
}
@media print, screen and (min-width: 992px) {
  .box2{padding: 30px 40px;}
}
@media print, screen and (min-width: 1200px) {
  .box2{padding: 40px 60px;}
}

.box3{
  background-color: #12abe4;
  border-radius: 20px;
  padding: 20px;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .box3{padding: 30px 30px;border-radius: 30px;}
}
@media print, screen and (min-width: 992px) {
  .box3{padding: 30px 40px;border-radius: 40px;}
}@media print, screen and (min-width: 1200px) {
  .box3{ padding: 40px 60px;}
}

.f-left {float: left;}
.f-right {float: right;}

.ul-check li{
  list-style: none;
  text-indent:-1.5em; 
  margin-left:1.5em;
  margin-bottom: 5px;
}
.ul-check li:before{ content:" \f00c";font-family: "Font Awesome 5 Free"; font-weight: 900;line-height:1.5em; font-size: 1.5em; vertical-align: middle;padding-right:10px; color: #8fc43d;}


.ul-square li{
  list-style:square;
  margin-left:15px;
}
.ul-circle li{
  list-style:circle;
  margin-left:20px;
}

.ol-kakko{
	margin-left: 30px; /* サイトに合せて調整 */
}
.ol-kakko li{
  list-style-type: none;
	counter-increment: cnt;
  position: relative;
  margin-bottom: 5px;
}
.ol-kakko li::before {
	content: "(" counter(cnt) ") ";
  display:inline-block;
	margin-left:-3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
  text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

.ol-round{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ol-round li{
  line-height: 1.5em;
  padding-left: 35px;
  position: relative;
  margin-bottom: 8px;
}
.ol-round li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #888;
  /*border: 1px solid #fff;*/
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 26px;
  /*font-size: 0.9em;*/
  line-height: 1.0em;
  letter-spacing: normal;
  position: absolute;
  top: 0;
  left: 0;
}

.ol-large li{
  margin-left: 30px;
	font-size: 1.6em;
	font-weight: 500;
  color: #6cf;
	/*margin-bottom: 15px;*/
}
.ol-large li span{
	font-size: 0.7em;
  color: #333;
}
@media print, screen and (min-width: 992px){
  .ol-large li{
    margin-left: 30px;
    font-size: 2.0em;
    /*margin-bottom: 20px;*/
  }
  .ol-large li span{
    font-size: 0.5em;
  }
}

.lsn{ list-style: none;}
.lss{ list-style: square;}
.lsa{ list-style: upper-alpha;}
.block{ display:block}
.dib{ display: inline-block!important;}
.tac{ text-align: center!important;}
.fw400{ font-weight: 400;}
.fw500{ font-weight: 500;}
.fw600{ font-weight: 600;}
.fw700{ font-weight: 700!important;}
.fw800{ font-weight: 800;}
.fw900{ font-weight: 900;}
.fsn{ font-style: normal;}
.lh16{ line-height: 1.6em;}
.lh18{ line-height: 1.8em;}
.lh20{ line-height: 2.0em;}
.lh22{ line-height: 2.2em;}
.lh24{ line-height: 2.4em;}
.indent{ text-indent:-1em; margin-left:1em;}
.lesp{ letter-spacing: 0.35em;}
.tdn a:link,
.tdn a:visited{ text-decoration: none;}
.db-mobile{ display: block;}
@media print, screen and (min-width: 992px) {.db-mobile{ display: inline;}}
.ofh{ overflow: hidden;}
.taj{ text-align: justify;}
.m0auto{ margin: 0px auto;}
.tdu{ text-decoration: underline;text-decoration-color:#f27272;text-decoration-thickness: 3px;}

/* フォントサイズ */
.xx-small{ font-size:0.6em;line-height:1.5em;font-weight:normal;}
.x-small{ font-size:0.8em;line-height:1.5em;font-weight:normal;}
.small{font-size:0.85em;line-height:1.5em; font-weight:normal;}
.fs70{ font-size: 0.7em!important;}
.fs80{ font-size: 0.8em!important;}
.fs90{ font-size: 0.9em;}
.fs100{ font-size: 1.0em!important;}
.fs105{ font-size: 1.05em;}
.fs110{ font-size: 1.1em;}
.fs120{ font-size: 1.2em;}
.fs130{ font-size: 1.3em;}
.fs140{ font-size: 1.4em;}
.fs150{ font-size: 1.5em;}
@media print, screen and (min-width: 992px) {.text-middle{font-size:1.05em; line-height: 2.2em;}}
@media print, screen and (min-width: 1500px) {.text-middle{font-size:1.1em; line-height: 2.4em;}}
.middle{font-size:1.05em;}
@media print, screen and (min-width: 768px) {.middle{font-size:1.1em;}}
@media print, screen and (min-width: 992px) {.middle{font-size:1.3em;}}
@media print, screen and (min-width: 1200px) {.middle{font-size:1.3em;}}
@media print, screen and (min-width: 1500px) {.middle{font-size:1.4em;}}
.large{font-size:1.2em;}
@media print, screen and (min-width: 768px) {.large{font-size:1.4em;}}
@media print, screen and (min-width: 992px) {.large{font-size:1.6em;}}
@media print, screen and (min-width: 1200px) {.large{font-size:1.8em;}}
@media print, screen and (min-width: 1500px) {.large{font-size:2.0em;}}
.x-large{font-size:1.6em;}
@media print, screen and (min-width: 768px) {.x-large{font-size:2.2em;}}
@media print, screen and (min-width: 992px) {.x-large{font-size:2.8em;}}
@media print, screen and (min-width: 1200px) {.x-large{font-size:3.4em;}}
@media print, screen and (min-width: 1700px) {.x-large{font-size:4.0em;}
}
@media print, screen and (min-width: 768px) {.sentence{ font-size: 1.05em; line-height: 1.8em;}}
@media print, screen and (min-width: 992px) {.sentence{ font-size: 1.1em; line-height: 2.2em;}}
@media print, screen and (min-width: 1200px) {.sentence{ font-size: 1.15em; line-height: 2.2em;}}

/* カラー */
.red{ color:#c00;}
.black{ color: #333;}
.white{ color: #fff!important;}
.white a:link,
.white a:visited{ color: #fff!important;}
.orange{ color: #f39700;}
.green{ color: #8fc43d;}
.yellow{ color: #ffed7d;}

.bg-color01{ background-color: #b8daeb!important;}

.color_pdf{ color: #c03;}
.color_excel{ color: #063;}
.color_word{ color: #339;}
.color_ppt{ color: #f93;}
.color_zip{ color: #fc6;}
.color_youtube{ color: #ff0033;}

/* サイズ指定 */
.w-08{ width:8%}
.w-10{ width:10%}
.w-14{ width:14.285714%}
.w-15{ width:15%}
.w-16{ width:16%}
.w-20{ width:20%}
.w-25{ width:25%}
.w-30{ width:30%}
.w-40{ width:40%}
.w-48{ width:48%}
.w-50{ width:50%}
.w-60{ width:60%}
.w-70{ width:70%}
.w-80{ width:80%!important}

.mb05{ margin-bottom:5px}
.mb10{ margin-bottom:10px}
.mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px}
.mb30{ margin-bottom:30px}
.mb40{ margin-bottom:40px}
.mb80{ margin-bottom:80px}
.mt05{ margin-top:5px}
.mt10{ margin-top:10px}
.mt15{ margin-top:15px}
.mt20{ margin-top:20px}
.mt30{ margin-top:30px}
.ml05{ margin-left:5px}
.ml10{ margin-left:10px}
.ml15{ margin-left:15px}
.ml18{ margin-left:18px}
.ml20{ margin-left:20px}
.ml30{ margin-left:30px}
.mr05{ margin-right:5px}
.mr10{ margin-right:10px}
.mr15{ margin-right:15px}
.mr20{ margin-right:20px}
.mr30{ margin-right:30px}

.mb-xs{ margin-bottom: 15px;}
@media print, screen and (min-width: 576px) { .mb-xs{ margin-bottom: 0px;}}
.mb-sp{ margin-bottom: 30px;}
@media print, screen and (min-width: 768px) { .mb-sp{ margin-bottom: 0px;}}
.mb-mobile{ margin-bottom: 30px;}
@media print, screen and (min-width: 768px) { .mb-mobile{ margin-bottom: 30px;}}
@media print, screen and (min-width: 992px) { .mb-mobile{ margin-bottom: 0px;}}
.mb-pc{ margin-bottom: 30px;}
@media print, screen and (min-width: 1200px) { .mb-pc{ margin-bottom: 0px;}}

.content{ padding: 40px 0px;}
@media print, screen and (min-width: 768px) {.content{padding: 50px 0px 70px;}}
@media print, screen and (min-width: 992px) {.content{padding: 70px 0px 90px;}}
@media print, screen and (min-width: 1200px) {.content{padding: 90px 0px 110px;}}
@media print, screen and (min-width: 1500px) {.content{padding: 110px 0px 130px;}}

.content-bg-outside{
  background: url("../images/bg_pinktop2.jpg") no-repeat top center #f4dfe6;
  background-size: contain;
}
.content-bg{
  background: url("../images/bg_pinkbottom.jpg") no-repeat bottom center ;
  background-size: contain;
  padding: 40px 0px 60px;
}
@media print, screen and (min-width: 768px) {.content-bg{padding: 70px 0px;}}
@media print, screen and (min-width: 992px) {.content-bg{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content-bg{padding: 110px 0px;}}
@media print, screen and (min-width: 1500px) {
  .content-bg-outside{
    background-size: auto;
  }
  .content-bg{
    background-size: auto;
    padding: 130px 0px;
   }
}

.content-bg2{
  background: url("../images/bg_pinktop2.jpg") no-repeat top center #f4dfe6;
  background-size: contain;
  padding: 40px 0px 60px;
}
@media print, screen and (min-width: 768px) {.content-bg2{padding: 70px 0px;}}
@media print, screen and (min-width: 992px) {.content-bg2{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content-bg2{padding: 110px 0px;}}
@media print, screen and (min-width: 1500px) {
  .content-bg2{
    background-size: auto;
    padding: 130px 0px;
   }
}

.mtop{ margin-top: 40px;}
@media print, screen and (min-width: 768px) { .mtop{ margin-top: 70px;}}
@media print, screen and (min-width: 992px) { .mtop{ margin-top: 90px;}}
@media print, screen and (min-width: 1200px) { .mtop{ margin-top: 110px;}}
@media print, screen and (min-width: 1500px) { .mtop{ margin-top: 130px;}}
.mtop2{ margin-top: 30px;}
@media print, screen and (min-width: 768px) { .mtop2{ margin-top: 40px;}}
@media print, screen and (min-width: 992px) { .mtop2{ margin-top: 50px;}}
@media print, screen and (min-width: 1200px) { .mtop2{ margin-top: 60px;}}
@media print, screen and (min-width: 1500px) { .mtop2{ margin-top: 90px;}}

.mbottom{ margin-bottom: 40px;}
@media print, screen and (min-width: 768px) { .mbottom{ margin-bottom: 70px;}}
@media print, screen and (min-width: 992px) { .mbottom{ margin-bottom: 90px;}}
@media print, screen and (min-width: 1200px) { .mbottom{ margin-bottom: 110px;}}
@media print, screen and (min-width: 1500px) { .mbottom{ margin-bottom: 130px;}}
.mbottom2{ margin-bottom: 30px;}
@media print, screen and (min-width: 768px) { .mbottom2{ margin-bottom: 40px;}}
@media print, screen and (min-width: 992px) { .mbottom2{ margin-bottom: 50px;}}
@media print, screen and (min-width: 1200px) { .mbottom2{ margin-bottom: 60px;}}
@media print, screen and (min-width: 1500px) { .mbottom2{ margin-bottom: 90px;}}
.mbottom3{ margin-bottom: 30px;}
@media print, screen and (min-width: 768px) { .mbottom3{ margin-bottom: 30px;}}
@media print, screen and (min-width: 992px) { .mbottom3{ margin-bottom: 40px;}}
@media print, screen and (min-width: 1200px) { .mbottom3{ margin-bottom: 50px;}}
.mbottom4{ margin-bottom: 10px;}
@media print, screen and (min-width: 768px) { .mbottom4{ margin-bottom: 15px;}}
@media print, screen and (min-width: 992px) { .mbottom4{ margin-bottom: 20px;}}
@media print, screen and (min-width: 1200px) { .mbottom4{ margin-bottom: 20px;}}

@media print, screen and (min-width: 992px){
  .yohaku_top{ margin-top: 15px;}
  .yohaku_left{ margin-left: 15px;}
  .yohaku_right{ margin-right: 15px;}
}
@media print, screen and (min-width: 1200px){
  .yohaku_top{ margin-top: 30px;}
  .yohaku_left{ margin-left: 30px;}
  .yohaku_right{ margin-right: 30px;}
}
@media print, screen and (min-width: 1500px){
  .yohaku_top{ margin-top: 40px;}
  .yohaku_left{ margin-left: 40px;}
  .yohaku_right{ margin-right: 40px;}
}


/* 左右の余白
---------------------------------------------------- */
/*左右の余白*/
.yohaku{
  margin-left: 15px;
  margin-right: 15px;
}
@media print, screen and (min-width: 768px){
	.yohaku{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}
@media print, screen and (min-width: 1500px){
	.yohaku{
		margin-left: 16.666667%;
		margin-right: 16.666667%;
	}
}

/*左右の余白2*/
.yohaku2{
  margin-left: 15px;
  margin-right: 15px;
}
@media print, screen and (min-width: 768px){
	.yohaku2{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}


/* 背景アニメーション
---------------------------------------------------- */
.bg1,
.bg2,
.bg3{
  position: relative;
}
.bg1::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background:#eff2e5; 
  transition: 1.0s;
  z-index: -1;
}
.bg2::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background:#f5f5f5;
  transition: 0.5s;
  z-index: -1;
}
.bg3::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background:#2077d7; 
  transition: 0.5s;
  z-index: -1;
}
.fadebg::before {
  width: 100%;
}