@charset "utf-8";
/* -------------------------------------
     Site CSS
 (c) Copyright 2024 Sketches of Design
     version 2024-07-04
------------------------------------- */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
*{
  outline: 2px solid red;
}
*/
html{
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

/*  General Rules
--------------------------------------*/
body{
  font-family: "Roboto",'Noto Sans JP', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.6;
  font-weight: 400;
}
/* Defalut Settings */
.box{
  margin: 15px 0 !important;
  padding: 20px;
  background: #f0f3fa;
}
img{
  margin: 0 0 1em 0;
  border: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
br{
  letter-spacing: 0;
}
.first{
  margin-left: 0 !important;
}
#content p{
  margin-top: 0;
  margin-bottom: 0.7em;
  letter-spacing:0.06em;
  line-height: 1.7;
}
#content p:last-child{
  margin-bottom: 0;
}
.image{
  margin:0;
  text-indent:0;
}
.copy{
  text-indent:0;
  text-align:center;
}
.posted{
  margin-top: 2em !important;
  text-indent:0;
  text-align:right;
}
.fLeft{
  float: left;
  display: inline;
  margin: 0 1.5em 0.5em 0;
}
.fRight{
  float: right;
  display: inline;
  margin: 0 0 0.5em 1.5em;
}
#btt{
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0;
  z-index: 5000;
  width: 40px;
  height: 40px;
}
#btt a{
  background: url("../img/nav-btt.png") 0 0 no-repeat;
	background-size: 40px 40px !important;
}
#btt a:hover{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}
.external {
    background: url("../img/nav_external.png") right center no-repeat;
    margin-right: 4px;
    padding-right: 14px;
}
a[href$=".pdf"]{   
  background: url("../img/nav-pdf.gif") no-repeat 100% 50%; 
  padding-right: 14px; 
} 
span.arrow{
  font-family: Verdana, sans-serif;
  font-weight: bold;
}
/* Accessibility */
.skip{
  position:absolute;
  left:-10000px;
  width:0;
  /* \*/
  overflow: hidden !important;
  /* */
}
.accesibilty{
  display:none;
}
/* Form */
form{
  margin: 0 0 1em 0;
}
fieldset{
  padding: 0.25em 0.5em;
}
form dl{
  margin: 0 0 0.5em 0;
}
form dl dt{
  font-weight: normal;
}
form dl dd{
  margin-left: 0;
}
/* Defalut Link Design */
a{
  transition: .3s;
}
/*a:hover{
  opacity: 0.5;
  transform: translateY(5px);
}*/
a:link,
a:visited,
a:active{
  color: #0038CC;
  text-decoration: underline;
}
a:hover{
  color: #0038CC;
  text-decoration: none;
}
/* list */
ul{
  margin: 0 0 0.5em 0;
  padding-left: 1.5em;
  list-style:disc;
}
ul ul{
  margin:0;
  list-style:circle;
  padding-left:1em;
}
ol{
  margin: 0 0 0.5em 0;
  list-style: decimal;
  padding-left: 2.5em;
}
dl{
  margin: 0 0 0.5em 0;
}
dt{
  font-weight: bold;
}
dd{
  padding-left:1em;
}
#content ul,
#content ol{
  margin: 0 0 0 1em;
  padding: 0;
}
#content ul{
  list-style-type: none;
}
#content ol{
  margin: 0 0 1em 40px;
  list-style-position: outside;
}
#content ol li,
#content ul li{
  margin: 0 0 0.8em 0;
}
#content ol li:last-child,
#content ul li:last-child{
  margin-bottom: 0;
}
#content ul li{
  position: relative;
  padding: 0 0 0 10px;
}
#content ul li:before{
  position: absolute;
  content: "";
  background-color: #6cb741;
  left: 0;
  top: 0.55em;
  margin: auto;
  height: 5px;
  width: 5px;
}
ol.bc{
  margin: 0 auto !important;
  padding: 0;
  list-style: none;
  border-bottom: none;
  text-align: left;
}/*
ol.bc li span.arrow{
  margin: 0 0 0 0.2em;
}
ol.bc li a{
  color: #4d4d4d;
}
ol.bc li{
  display: inline;
  color: #999;
  margin: 0;
  padding: 0;
}
ol.bc li.first{
  background: none;
  padding-left: 0;
}
ol.bc li strong{
  color: #333;
  font-weight: normal;
}
ol.bc span{
  margin: 0 0 0 5px;
}*/
ul.flat{
  margin: 0 !important;
  list-style: none !important;
}
ul.flat li{
/*  display: inline;*/
}
ul.flat li:before{
  display: none;
}
/* table */
table{
  margin: 0 0 10px 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.25;
  /* \*/
  width: 100%;
  /* */
}
table col.digit{
  text-align: right;
}
table col.centering{
  text-align: center;
}
table tr{
  background: #fff;
}
table tr:nth-child(odd){
  background: #F7F7F7;
}
/*
table tr.odd{
  background: #F7F7F7;
}
table tr.even{
  background: #fff;
}*/
table thead tr th,
table thead tr td{
  margin: 1px;
  color: #1E1F1E;
  text-align: center;
  font-weight: bold;
  border: none;
}
table thead tr th{
  text-align: center;
}
table thead tr{
  background: #666 !important;
}
table tr th,
table tr td{
  border: none;
  border-bottom: 1px dotted #e0e0e0;
  padding: 15px 0;
  text-align: left;
}
table tr th{
  color: #303130;
}
caption{
  text-align: left;
}
th, td{
  border: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.1em 0.4em;
}
table ul, table ol, table dl{
  margin: 0;
}
table ul{
  padding: 0;
  list-style: none;
}
table caption{
  text-align: center;
}
table p.nav{
  margin-bottom: 0 !important;
}
table tr .left{
  text-align: left;
}
table tr .center{
  text-align: center;
}
table tr .right{
  text-align: right;
}
/*table tr th p,
table tr td p{
  margin: 0 !important;
  padding: 0 !important;
}
table ul li{
  margin: 0 !important;
}*/
table tr td ol{
  margin: 0 0 0 20px;
}
/* headline */
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: 700;
  text-align: left;
  color: #000;
}
h1{
  margin: 20px 0;
  font-size: 2.083vw;
}
h2{
  margin: 60px 0 40px 0;
  font-size: 1.388vw;
  letter-spacing: 0.1em;
}
h3{
  margin: 60px 0 20px 0;
  font-size: 1.666vw;
}
h4{
  margin: 0 0 15px 0;
  font-size: 1.25vw;
}
/* decoration */
.banners a:hover,
.banners a:hover img{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}
em{
  color: #000;
  font-weight: bold;
  font-style: normal;
}
strong{
  color: #303130;
  font-size: 108%;
  font-weight: bold;
}
.nav{
  text-align: right;
  font-size: 85%;
}
.nav a{
  padding: 0 0 0 12px;
  background: url("../img/nav-arrow.png") left center no-repeat;
}
.weak{
  font-size: 85%;
  _font-size: small;
}
#content blockquote{
  background-color: #f4f5f5;
  border: 1px solid #d2d2d2;
  color: #677880;
  margin: 1em 0 1.5em 0;
  padding: 0.5em 1em;
}
*:focus {
  outline: none;
}

/*----- clearfix -----*/
/* for modern browsers: Firefox, Safari, Opera */
.CFX:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* for win IE7 ,mac IE */
.CFX{
  display: inline-table;
  min-height: 1%;
}
/* for win IE6 */
/* \*/
* html .CFX{height: 1% !important;}
.CFX{display: block;}
/* */

/*----- FIR -----*/
.FIR{
  text-indent: -10000px !important;
  /* \*/
  overflow: hidden !important;
  /* */
  background-repeat: no-repeat;
  background-position: 0 0;
}
.FIR a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  outline: 0;
}
ul.FIR, ol.FIR{
  margin: 0;
  padding: 0;
  list-style: none;
}

/*  Font
////////////////////////////////////////// */
html { font-size: 62.5%; } /* 10px */
body { font-size: 1.6rem; } /* 16px */

/*  Layout
////////////////////////////////////////// */
/* body */
body{
  position: relative;
  overflow: hidden;
  background: #fff;
  text-align: left;
  color: #666766;
  word-wrap: break-word;
  height: 100%;
}
/*-----  -----*/
main,
aside,
#news {
  height: 100%;
  min-width: 0;
  overflow-y: auto;
}
main {
  position: relative;
  order: 2;
  flex: 33;
}
aside{
  order: 1;
  flex: 19;
}
body:not(#home) aside{
  background: #f5f8f3;
}
#news {
  order: 3;
  flex: 19;
}
header,
footer {
  width: calc(100% * 33 / 71);
  left: calc(100% * 19 / 71);
  margin: 0 auto;
}



/* wrapper */
#wrapper{
  margin: 0 auto !important;
  display: flex;
  height: 100vh;
  box-sizing: border-box;
}

/*----- header -----*/
header{
  position: absolute;
  top: 0;
}
header a{
  display: inline-block;
}
body:not(#home) header{
  background-color: #fff;
  z-index: 1;
  height: 90px;
}
body:not(#home) header .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 5%;
  border-bottom: 1px solid #1e1f1e;
  height: 100%;
}
header .sns{
  display: none;
}
body#home header .inner{
  padding: 30px 0 10px 0;
}
#b-logo{
  margin: 0;
  transition: transform .3s;
  text-align: center;
}
#b-logo img{
  margin: 0;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
body:not(#home) header #b-logo img{
  width: auto;
  height: 28px;
}
#c-logo img{
  margin: 0;
}
body#home #c-logo{
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align: right;
  max-width: 570px;
}
body#home #c-logo img{
  vertical-align: top;
}
#c-logo a{
  pointer-events: none;
}








/*----- content -----*/
#content{
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
}
#content img{
  max-width: 100%;
  height: auto;
}


#content .entry-content{
  padding-bottom: 160px;
}
#content .entry-content .wp-block-image{
  text-align: center;
}
#content .entry-content img{
  border: 1px solid #ccc;
}
#content .entry-content .full img{
  width: 100%;
}
#content .entry-content h2{
  margin-bottom: 20px;
}


/**/
br.sp{
  display: none;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


/*----- footer -----*/
footer{
  position: absolute;
  bottom: 0;
}
body#home footer{
  display: none;
}
/* pagenation */
#pagenation{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  border-top: 1px solid #000;
  width: auto;
  text-align: center;
  gap: 30px;
  margin: 0 5%;
  padding: 20px 0;


  margin: 0;
  position: absolute;
  bottom: 0;
  width: 90%;


}
#pagenation p {
  margin: 0;
  font-size: 1.388vw;
}
#pagenation a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 1);
}
#pagenation a:hover{
  margin: 1px 0 0 1px;
  box-shadow: none;
}
#pagenation .prev,
#pagenation .next {
  flex: 3;
}
#pagenation .home {
  flex: 1;
}
#pagenation .prev a {
  background: #6cb741;
}
#pagenation .next a {
  background: #3a7713;
}
#pagenation .home a {
  background: #ffb42e;
}
#pagenation .prev a::before,
#pagenation .next a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#pagenation .prev a::before {
  left: 1em;
  transform: rotate(-135deg);
}
#pagenation .next a::after {
  right: 1em;
  transform: rotate(45deg);
}
#pagenation .home img {
  margin: 0;
  width: 22px;
  height: auto;
}




/*  aside
////////////////////////////////////////// */
aside{
  position: relative;
  overflow: visible;
  background: #f5f8f3;
  padding-top: 90px;
  font-size: 1.388vw;
}
aside .bc{
  display: flex;
  flex-wrap: wrap;
}
aside .bc li{
  color: #fff;
  background: #5657cc;
  width: calc(100% - 40px);
  font-weight: 700;
}
aside .bc .home a,
aside .bc .cat{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
aside .bc .home{
  position: relative;
  background: #ffb42e;
  width: 40px;
}
aside .bc .home::after{
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 10px;
  height: 100%;
  background: #ffb42e;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
aside .bc .home a{
  align-items: center;
  height: 100%;
}
aside .bc .home img{
  margin: 0;
}
aside .bc .cat{
  padding: 10px 10px 10px 20px;
}
/**/
nav ul,
nav li{
  margin: 0;
  padding: 0;
  list-style: none;
}
#aside-inner nav li a{
  display: block;
  background: #e8e8e8;
  text-decoration: none;
  padding: 20px;
  color: #000;
}
#aside-inner nav li:nth-child(odd) a{
  background: #f2f2f2;
}

body.cat-idx #aside-inner nav li:first-of-type a,
#aside-inner nav li.active a{
  position: relative;
  background: #cccdf0;
}
body.cat-idx #aside-inner nav li:first-of-type a::after,
#aside-inner nav li.active a::after{
  position: absolute;
  content: "";
  top: 0;
	right: -40px;
  margin: auto;
	box-sizing: border-box;
	width: 10px;
	height: 100%;
	border: 3rem solid transparent;
	border-left: 10px solid #cccdf0;
}

body.about aside .bc li.cat{
  background: #06a0ff;
}
body.trouble aside .bc li.cat{
  background: #e60012;
}
body.lesson aside .bc li.cat{
  background: #8ad400;
}
body.training aside .bc li.cat{
  background: #04cca8;
}

body#about-idx #aside-inner nav li:first-of-type a,
body.about #aside-inner nav li.active a{
  background: #cdecff;
}
body#trouble-idx #aside-inner nav li:first-of-type a,
body.trouble #aside-inner nav li.active a{
  background: #fbd9db;
}
body#lesson-idx #aside-inner nav li:first-of-type a,
body.lesson #aside-inner nav li.active a{
  background: #dcf2b2;
}
body#training-idx #aside-inner nav li:first-of-type a,
body.training #aside-inner nav li.active a{
  background: #b4f0e5;
}
body#about-idx #aside-inner nav li:first-of-type a::after,
body.about #aside-inner nav li.active a::after{
	border-left: 10px solid #cdecff;
}
body#trouble-idx #aside-inner nav li:first-of-type a::after,
body.trouble #aside-inner nav li.active a::after{
	border-left: 10px solid #fbd9db;
}
body#lesson-idx #aside-inner nav li:first-of-type a::after,
body.lesson #aside-inner nav li.active a::after{
	border-left: 10px solid #dcf2b2;
}
body#training-idx #aside-inner nav li:first-of-type a::after,
body.training #aside-inner nav li.active a::after{
	border-left: 10px solid #b4f0e5;
}



/**/
.aside-scroll-down {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: #3a7713;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.aside-scroll-down::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 11px;
  background: #fff;
  clip-path: polygon(
    0 0,
    50% 100%,
    100% 0,
    90% 0,
    50% 80%,
    10% 0
  );
}

#aside-inner {
  height: 100%;
/*
  overflow-y: auto;*/
}





/*  news
////////////////////////////////////////// */

/* clock */
#news{
  position: relative;
}
#news .inner{
  padding: 42px 5% 0 5%;
}
#news .clock{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #1e1f1e;
  font-weight: 700;
  line-height: 1;
}
#news #date{
  font-size: 1.94vw;
}
#news #date span{
  margin-right: 5px;
  font-size: 60%;
}
#news #weekday{
  margin: 0 0 0 5px;
  padding: 3px;
  font-size: 0.83vw;
  border: 1px solid #1e1f1e;
  border-radius: 5px;
  line-height: 1;
}
#news #time{
  margin: 0 0 0 auto;
  padding: 0 0 15px 0;
  font-size: 3.47vw;
}
#news .blink{
	-webkit-animation:blink 0.5s step-end infinite alternate;
    -moz-animation:blink 0.5s step-end infinite alternate;
    animation:blink 0.5s step-end infinite alternate;
}

@keyframes blink{
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}


/**/
#newsarea{
  border: 1px solid #666766;
  padding: 10px 40px 15px 40px;
}
#newsarea h2{
  margin: 0 0 10px 0;
  font-size: 1.7vw;
  font-weight: 700;
  text-align: center;
}
#newsarea p{
  font-size: 1.1vw;
  font-weight: 600;
}
#newsarea .date{
  color: #06a0ff;
}
#newsarea .text{
  color: #1e1f1e;
}


/* slider*/
.slider-wrap {
  position: relative;
}
.slider {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
}
.slider-track {
  position: relative;
}
.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.slide.is-measure {
  position: relative !important;
  opacity: 1 !important;
  pointer-events: none !important;
}
.slide  a{
  text-decoration: none;
}
#newsarea .image-wrap {
  position: relative;
}
#newsarea .images {
  margin-bottom: 10px;
  aspect-ratio: 1 / 1.32;
  overflow: hidden;
  border: 2px solid #3a7713;
}
#newsarea .images img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center top;
}
.arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.arrow.prev {
  left: -20px;
}
.arrow.prev::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  left: 1px;
  top: 1px;
}
.arrow.next {
  right: -20px;
}
.arrow.next::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  right: 1px;
  top: 1px;
}




/**/
#news .contact {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  padding-right: 5%;
  width: 100%;
  width: calc(100% - 5%);
}
#news .contact a{
  margin-top: 20px;
/*  flex: 2.2;*/
  width: calc(100% - 140px);
}
#news .contact img {
  display: block;
/*  flex: 0.8;*/
  margin: 0;
  width: 140px;
  height: auto;
}
#news .contact .balloon {
  position: relative;
  background: #89c567;
  margin-right: 20px;
  padding: 15px;
  font-size: 1.25vw;
  text-align: center;
  box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 1);
}
#news .contact .balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-width: 10px 0 10px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #89c567;
}
#news .balloon::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: -22px; /* 少しずらす */
  transform: translateY(-50%);
  border-width: 11px 0 11px 22px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(0,0,0,1);
  z-index: -1;
}
#news .contact a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
#news .contact a:hover{
  margin: 21px 0 0 1px;
}
#news .contact a:hover .balloon{
  box-shadow: none;
}
#news .contact a:hover .balloon::before{
  display: none;
}


/*  home
////////////////////////////////////////// */
body#home main{
  padding-bottom: 0 !important;
}
body#home #menu{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
body#home #menu div:not(.trouble){
  width: calc(50% - 20px);
}
body#home #menu .trouble{
  width: 100%;
}
body#home #menu div{
  text-align: center;
}
body#home #menu a{
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 1);
}
body#home #menu a:hover{
  margin: 2px 0 0 2px;
  box-shadow: none;
}
body#home #menu p{
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.73vw;
}
body#home #menu img{
  margin: 10px 0 0 0;
}
body#home #menu div:not(.trouble) span{
  font-size: 80%;
}
body#home #menu .simulator a{
  background: #5657cc;
}
body#home #menu .about a{
  background: #06a0ff;
}
body#home #menu .lesson a{
  background: #8ad400;
}
body#home #menu .training a{
  background: #04cca8;
}
body#home #menu .trouble a{
  padding: 50px 20px;
  background: #fff;
  border: 8px solid #ffb42e;
  color: #e60012;
}
body#home #menu .trouble p{
  font-size: 1.6vw;
}
body#home #menu .trouble a em{
  color: #e60012;
  font-size: 140%;
}
body#home #menu .trouble span{
  display: inline-block;
  padding: 0 0 0 60px;
  background: url("../img/nav-trouble.svg") left center no-repeat;
}
body#home #menu .about span{
  padding: 0 0 0 22px;
  background: url("../img/nav-about.svg") left center no-repeat;

}

body#home aside{
  position: relative;
  background: #fff;
/*  height: 2000px;
  background: #ccc;*/
}
body#home aside img{
  position: absolute;
  bottom: 0;
  margin: 0;
}



/*  leaf
////////////////////////////////////////// */
#note p{
  font-size: 1.25vw;
  color: #000;
}
#content .is-type-video .wp-block-embed__wrapper{
  width: 100%;
  aspect-ratio: 16 / 9;

}
#content .is-type-video .wp-block-embed__wrapper iframe{

  width: 100%;
  height: 100%;
}

/*ショート動画を縦型に*/
#content .is-type-video.vertical .wp-block-embed__wrapper iframe{
  position: relative;
  aspect-ratio:9 /16;
}

#content .is-type-video.vertical .wp-block-embed__wrapper {
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 0;
  width: 100%;   /* ビデオ横幅 */
  aspect-ratio:9 /16;
}

/* 縦動画レイアウト */
#content .col2 > div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#content .col2 > div > *:first-child{
  margin-right: 2%;
  width: 68%;
}
#content .col2 > div > *:last-child{
  flex: 1;
}

/*  event
////////////////////////////////////////// */

body.event main #content{
  display: flex;
  align-items: center;
  padding: 2.5%;
  height: 100%;
}
body.event #content .type-event{
  width: 100%;
}
body.event #content .entry-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}
body.event #content .entry-content p.pic{
  margin: 0;
  width: 30%;
}
body.event #content .entry-content p.pic img{
  margin: 0;
}
body.event #content .entry-content .text{
  width: 68%;
}
body.event #content .entry-content .date{
  color: #06a0ff;
}
body.event #content .entry-content .date + h2{
  margin-top: 0;
}

/*  contact
////////////////////////////////////////// */
body#contact-idx #content{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body#contact-idx #contactarea{
  position: relative;
  margin: 0 auto;
  width: 1010px;
}
body#contact-idx #contactarea #robo{
  position: absolute;
  top: -10px;
  left: 0;
}
body#contact-idx .balloon{
  position: relative;
  margin: 0 auto 20px auto;
  background: #7bbe54;
  width: calc(100% - 230px);
  padding: 20px;
}
body#contact-idx .balloon::after{
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 0px;
  height: 0px;
  border: 10px solid;
  border-color: #7bbe54 #7bbe54 transparent transparent;
}
body#contact-idx #contactarea p{
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
}
body#contact-idx #tel{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body#contact-idx #tel h2{
  margin: 0;
  background: url("../img/nav-contact-tel.svg") left center no-repeat;
  background-size: 30px;
  padding: 0 0 0 40px;
  color: #fff;
  font-size: 3.0rem;
  width: 110px;
}
body#contact-idx #tel p{
  width: calc(100% - 110px);
  text-align: center;
}
body#contact-idx #tel br{
  display: none;
}
body#contact-idx #tel em{
    color: #fff;
  font-size: 3.0rem;
}
body#contact-idx #link ul,
body#contact-idx #link li{
  margin: 0;
  padding: 0;
}
body#contact-idx #link li::before{
  display: none;
}
body#contact-idx #link{
  padding-bottom: 0;
}
body#contact-idx #link a,
body#contact-idx #link ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#contact-idx #link li{
  margin: 0 0 20px 0;
  background: #fff;
  width: calc(50% - 10px);
}
body#contact-idx #link a{
  padding: 10px;
  align-items: center;
  text-decoration: none;
  pointer-events: none;
}
body#contact-idx #link .title{
  margin: 0;
  background-size: 24px !important;
  padding: 0 0 0 33px;
  color: #3a7713;
}
body#contact-idx #link .web .title{
  background: url("../img/nav-contact-web.svg") left center no-repeat;
}
body#contact-idx #link .haco .title{
  background: url("../img/nav-contact-haco.svg") left center no-repeat;
}
body#contact-idx #link .line .title{
  background: url("../img/nav-contact-line.svg") left center no-repeat;
}
body#contact-idx #link .inst .title{
  background: url("../img/nav-ins.webp") left center no-repeat;
}
body#contact-idx #link .qr{
  width: 70px;
  height: 70px;
}
body#contact-idx #tel a[href*="tel:"] {
  color: #fff;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
/**/
#contactarea .balloon {
  opacity: 0;
  transform: translateY(20px);
  animation: balloonShow 0.6s ease forwards;
}
#contactarea .balloon:nth-of-type(1) {
  animation-delay: 0s;
}
#contactarea .balloon:nth-of-type(2) {
  animation-delay: 0.5s;
}
#contactarea .balloon:nth-of-type(3) {
  animation-delay: 1s;
}
@keyframes balloonShow {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




/*  simulator
////////////////////////////////////////// */
body.simulator #mode-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.simulator #mode-list div{
  width: calc(50% - 10px);
}
body.simulator #mode-list div p{
  margin: 0;
}
body.simulator #mode-list img{
  margin: 0 0 10px 0;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
body.simulator #mode-list .title{
  text-align: center;
}
body.simulator #mode-list a{
  display: block;
  padding: 15px;
  border: 1px solid #000;
  color: #3a7713;
  text-decoration: none;
}
body.simulator #mode-list .title span{
  position: relative;
  padding: 0 0 0 14px;
}
body.simulator #mode-list .title span::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid #3a7713;
  border-bottom: 2px solid #3a7713;
  transform: rotate(-45deg);
}


/*  trouble
////////////////////////////////////////// */
body.trouble #trouble-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.trouble #trouble-list,
body.trouble #trouble-list li{
  margin: 0;
  padding: 0;
}
body.trouble #trouble-list li::before{
  display: none;
}
body.trouble #trouble-list::after{
  content:"";
  display: block;
  width: calc(33.33% - 10px);
}
body.trouble #trouble-list li{
  margin-bottom: 20px;
  width: calc(33.33% - 15px);
}
body.trouble #trouble-list img,
body.trouble #trouble-list p{
  margin: 0;
}
body.trouble #trouble-list a{
  color: #3a7713;
  text-decoration: none;
}


