@charset "utf-8";
body {
    padding: 0px;
    margin: 0px;
    font-size: 120%;
    color: #333;
    line-height: 180%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: auto;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important;margin: 0 auto; }
.sp { display: none !important; }

.area_header {
    border-bottom: 2px solid #39980e;
    background-color: #ecffdf;
}
.area_white {
  background-color: #F6F6F6;;
  padding-top: 1px;
  padding-bottom: 1px;
}
.area_gray {
    background-color: #ecffdf;
    padding-top: 1px;
    padding-bottom: 1px;
}
.area_blue {
    background-color: #E6F0F6;
    padding-top: 1px;
    padding-bottom: 1px;
}
h1,h2,h3,h4,h5,p,ol,ul,li,dl,dd,form {
	margin: 0px;
	padding: 0px;
}
a:link,a:visited {
    text-decoration: none;
    color: #FFF;
    transition: all 0.5s;
}
a:hover,a:active {
    color: #069;
    transition: all 0.5s;
    opacity: 0.7;
}
a img:link,a img:visited {
    transition: all 0.5s;
}
a img:hover,a img:active {
    opacity: 0.5;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: all 0.5s;
    width: auto;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
	}
.inview.fadeup {
        opacity: 0;
        transition-duration: .5s;
        transform: translateY(10px);
    }
.inview.fadeup.active {
        opacity: 1;
        transform: translateY(0px);
    }
#header {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    width: 94%;
    margin-top: 0px;
}
#header_logo {
    width: 280px;
    float: left;
}
#header_tel_box {
    float: right;
    padding-right: 0.5em;
    padding-bottom: 0.4em;
    padding-left: 0.5em;
    display: inline-block;
    border-radius: 0.3em;
}
#header_tel_catch {
    font-size: 12px;
    line-height: 140%;
}
#header_tel_number   {
    font-size: 28px;
    line-height: 100%;
    margin-top: 5px;
}
#header_tel_number a:link,#header_tel_number a:visited {
    color: #D00;
}
#header_tel_number a:hover,#header_tel_number a:active {
    color: #D00;
}
#header_image {
    line-height: 100%;
    font-size: 0px;
}
#menu {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}
#menu li {
    list-style-type: none;
    width: 25%;
    float: left;
    display: inline;
}
#menu a {
    color: #000;
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    border-bottom: 4px solid #4bbc86;
    display: block;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
#menu a:link,#menu a:visited {
}
#menu a:hover,#menu a:active {
    text-decoration: none;
    transition: all 0.5s;
    opacity: 0.5;
}
#menu .emergency  {
    border-bottom-color: #CC0000;
    background-color: #FFDDDD;
    color: #CC0000;
}

.c-header {
    align-items: center;
    background-color: #ecffdf; /* カスタマイズしてください */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.5rem 0rem; /* カスタマイズしてください */
    width: 100%;
  }
  
  .c-header__logo {
    color: #000; /* カスタマイズしてください */
    min-width: 80px; /* カスタマイズしてください */
    text-decoration: none;
  }
  
  .c-header__list {
    box-sizing: border-box;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .c-header__list-item {
    list-style: none;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #3e8a5f;
  }
  
  .c-header__list-link {
    color: #000; /* カスタマイズしてください */
    display: block;
    margin-right: 20px; /* カスタマイズしてください */
    text-decoration: none;
    padding: 10px 0px; /* カスタマイズしてください */
  }
  
  .c-header__list-link:hover {
    filter: opacity(0.6); /* カスタマイズしてください */
  }
  .c-hamburger-menu {
    position: relative;
  }
  .c-hamburger-menu__input {
    display: none;
  }
  .c-hamburger-menu__bg {
    background-color: #000; /* カスタマイズしてください */
    cursor: pointer;
    display: none;
    height: 100vh;
    left: 0;
    opacity: 0.4; /* カスタマイズしてください */
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  
  #hamburger:checked ~ .c-hamburger-menu__bg {
    display: block;
  }
  
  .c-hamburger-menu__button {
    display: none;
  }
  .c-hamburger-menu__button-mark {
    background-color: #000; /* カスタマイズしてください */
    display: block;
    height: 1px; /* カスタマイズしてください */
    transition: 0.3s; /* カスタマイズしてください */
    width: 20px; /* カスタマイズしてください */
  }
.clear {
	clear: both;
	height: 0px;
}

.first {
    margin-top: 4em;
}
.smallfont {
  font-size: 80%;
  line-height: 160%;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border: 1px solid #BBB;
	margin-top: 40px;
}
.plan_image {
    background-color: #FFF;
    text-align: center;
    line-height: 100%;
    font-size: 0%;
}
.plan_button  {
    padding-bottom: 1em;
    text-align: center;
}
nav{
    text-align: center;
    max-width: 1000px;
    }
    nav ul{
    margin: 0 ;
    padding: 0 ;
    }
    nav ul li{
    list-style: none;
    display: inline-block;
    width: 22%;
    min-width: 90px;
    padding: 10px;
    border-radius: 5px
    }
    nav ul li a{
    text-decoration: none;
    color: #333;
    }
    nav ul li.current a{
    color: #F33135;
    }
    nav ul li a:hover{
    color: #cccccc;
    }
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.addressfont {
	font-size: 80%;
	line-height: 140%;
}
.text_button_box {
    margin-top: 1em;
    text-align: center;
}
.text_button {
    margin-top: 1em;
    margin-bottom: 0.5em;
    border-radius: 3em;
    display: inline-block;
}
.text_button a:link,.text_button a:visited {
    text-decoration: none;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #333;
    color: #FFF;
    border-radius: 0.2em;
    padding-left: 2em;
    padding-right: 2em;
    transition: all 0.5s;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.text_button a:hover,.text_button a:active {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    transition: all 0.5s;
}
.text_banner {
    margin-top: 1.5em;
    max-width: 100%;
    line-height: 90%;
    text-align: center;
    border-width: 0px;
}

.text_banner a:link,.text_banner a:visited {
    text-decoration: none;
    display: block;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #333;
    border-radius: 0.3em;
    border: 2px solid #666666;
}
.text_banner a:hover,.text_banner a:active {
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: all 0.5s;
    background-color: #666;
    color: #FFFFFF;
}
.contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    margin-top: 5em;
    margin-bottom: 5em;
    width: 94%;
}
.contents  h1  {
    font-size: 220%;
    color: #000;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 120%;
}
.contents .h1_sub {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 3em;
}
.contents .h1_margin_bottom {
    margin-bottom: 2em;
}
.plan_coment {
    text-align: center;
}
.contents h2 {
    font-size: 220%;
    color: #000;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 120%;
}
.beginner {
    display: flex;
}
.beginner_photo img {
    max-width: fit-content;
}
.contents h3 {
    font-size: 110%;
    margin-top: 2em;
    font-weight: bold;
    margin-bottom: 1em;
}
.contents h4 {
    font-size: 100%;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.contents ol {
    margin-left: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.contents ul {
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-left: 1em;
}
.menubar{
    margin-left: 0;    
    }
table {
    margin-top: 2em;
    margin-bottom: 2em;
    border-collapse: collapse;
}
.table_100 {
    border-collapse: collapse;
    border: 1px solid #999;
    width: 100%;
}
table caption {
    font-weight: bold;
}

.table_item,.table_header,.table_data_left,.table_data_center,.table_data_right {
    border: 1px solid #999;
    vertical-align: top;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
}
.table_item {
  white-space: nowrap;
  background-color: #EED;
}
.table_header {
	font-weight: normal;
	white-space: nowrap;
	background-color: #EEE;
}
.table_data_left {
	text-align: left;
}
.table_data_center {
	text-align: center;
}
.table_data_right {
	text-align: right;
}
.red {
  color: #C00;
}
.red a {
  color: #C00;
}
.tel_number a {
	font-size: 240%;
	line-height: 140%;
	color: #000000;
}
.image_left {
    margin-bottom: 2em;
    float: left;
    margin-right: 2em;
}
.image_right {
    margin-bottom: 2em;
    float: right;
    margin-left: 2em;
}
.image_center {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}
.tool_left, .tool_right {
    width: 49%;
    margin-top: 1em;
    border: 2px solid #0AE;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    background-color: #FFF;
    border-radius: 0.5em;
    line-height: 0%;
}
.tool_left {
    float: left;
}
.tool_right {
    float: right;
}
.tool_left img , .tool_right img{
    max-width: 260px;
}
#footer {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
#footer_logo {
    max-width: 50%;
}
#footer ul {
    margin-left: 0em;
}
#footer li {
    list-style-type: none;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    margin-top: 0.3em;
    border-bottom: 1px dotted #CCC;
    padding-left: 2em;
    color: #333;
    text-decoration: none;
    position: relative;
}
#footer a {
    color: #333;
}
.footer_link:before,.footer_link_second:before {
    content: '';
    width: 0.4em;
    height: 0.4em;
    border-left: 0;
    border-bottom: 0;
    border-top: 2px solid #0AE;
    border-right: 2px solid #0AE;
    position: absolute;
    top: 35%;
    left: 0;
    transform: rotate(45deg);
    margin-left: 0.5em;
}
.footer_link_second {
    padding-left: 2.5em;
}
.footer_link_second:before {
    margin-left: 3em;
}
#bottom_box {
    bottom: auto;
    margin-top: 4em;
}
#bottom_box a:link,#bottom_box a:visited{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    transition: 0.5s;
}
#bottom_box a:hover,#bottom_box a:active {
    opacity: 0.5;
    transition: 0.5s;
}
.bottom_contact_box,.bottom_inquiry_box {
    width: 48%;
    text-align: center;
    border-radius: 0.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border: 1px solid #FFFFFF;
}
#bottom_box h1 {
    font-size: 120%;
    font-weight: bold;
    color: #FFFFFF;
}
.bottom_contact_box {
    float: left;
    background-color: #CC0000;
}
.bottom_contact_box strong {
    font-size: 140%;
    font-weight: bold;
    margin-top: 1em;
    line-height: 100%;
    display: block;
}
.bottom_inquiry_box {
    float: right;
    background-color: #112288;
}
.bottom_inquiry_box strong {
    font-weight: bold;
    margin-top: 1em;
    display: block;
}
#copyright {
    font-size: 80%;
    text-align: center;
    margin-top: 4em;
}

#page-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    opacity: 0.8;
}

body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }












@media screen and (max-width: 768px) {
body {
    font-size: 90%;
    line-height: 160%;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important;
 }
.sp { display: flex !important; 
}
.start p {
width: 80%;
} 
#header {
    padding-top: 0.3em;
}


#header_logo {
    margin-top: 10px;
    max-width: 35%;
    width: 160px;
}
nav ul li {
    list-style: none;
    display: inline-block;
    width: 35%;
    line-height: 50px;
    min-width: 90px;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
}
.c-hamburger-menu__list {
    background-color: #e7edcc; /* カスタマイズしてください */
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem; /* カスタマイズしてください */
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; /* カスタマイズしてください */
    top: 140%;
    width: 100%;
    line-height: 3em;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; /* カスタマイズしてください */
    height: 40px; /* カスタマイズしてください */
    justify-content: center;
    width: 40px; /* カスタマイズしてください */
    border: 1px solid;
    border-radius: 5px;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  a.c-header__list-link {
    color: #2e8153;
}

#header_tel_box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding-right: 0.3em;
    padding-top: 0.3em;
    padding-left: 0.3em;
    padding-bottom: 0.1em;
    max-width: 60%;
}
#header_tel_catch {
    font-size: 8px;
    line-height: 100%;
}
#header_tel_number {
    font-size: 16px;

}
#header_image {
    margin-top: 0.5em;
}

#menu a {
    font-size: 0.9em;
    letter-spacing: 0em;
    margin-left: 0.2em;
    margin-right: 0.2em;
}
.text_button {
    font-size: 90%;
    margin-top: 1em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.text_banner {
    margin-top: 0.5em;
    font-size: 90%;
}
.text_banner a:link,.text_banner a:visited {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 90%;
    border: 1px solid #666666;
}
.contents {
    margin-top: 3em;
    margin-bottom: 3em;
}
.contents h1 {
    letter-spacing: 0em;
    font-size: 160%;
}
.contents .h1_sub {
  margin-top: 5px;
  margin-bottom: 10px;
}
.contents .h1_margin_bottom {
    margin-bottom: 1em;
}
.contents h2 {
    margin-top: 3em;
    font-size: 180%;
    margin-bottom: 1em;
}
.contents h3 {
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-size: 105%;
}
.contents h4 {
    font-size: 100%;
    margin-top: 1em;
}
.box_left,.box_right  {
  float: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
.addressfont {
  display: block;
}
.box_subtitle {
  margin-top: 0px;
  font-size: 80%;
}
.table_100 {
    margin-top: 2em;
    border-style: none;
}
.table_item,.table_header,.table_data_left,.table_data_center,.table_data_right {
    font-size: 90%;
}
.table_header {
    font-weight: bold;
}
.tel_number a {
    font-size: 160%;
    line-height: 140%;
}
.image_left {
    float: none;
    width: 100%;
    text-align: center;
    margin-right: 0em;
    margin-bottom: 1em;
}
.image_right {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0em;
    margin-bottom: 1em;
}
.image_right img {
    width: 100%;
}
.tool_left, .tool_right {
    width: 48%;
    border-width: 1px;
    border-radius: 0.3em;
    margin-top: 0.8em;
    padding-bottom: 0.8em;
    padding-top: 0.8em;
}
.tool_left img, .tool_right img {
    max-width: 100%;
}
#footer li {
    padding-bottom: 0.1em;
    padding-top: 0.1em;
    padding-left: 1.5em;
}
.footer_link:before,.footer_link_second:before {
    width: 0.3em;
    height: 0.3em;
    border-top: 1px solid #0AE;
    border-right: 1px solid #0AE;
}

#bottom_box {
    position: fixed;
    bottom: 0px;
    width: 94%;
    padding-bottom: 0.5em;
    font-size: 70%;
    line-height: 160%;
}
#bottom_box h1 {
    line-height: 160%;
}
.bottom_contact_box,.bottom_inquiry_box {
    padding-top: 1em;
    padding-bottom: 1em;
}
.bottom_contact_box strong,.bottom_inquiry_box strong {
    display: none;
}
#copyright {
    padding-bottom: 5em;
}
#page-top {
    width: 60px;
    bottom: 5em;
}

}
/* -- contents-maker-2-area ----------------------------------------------------------------------- */

.contents-maker-2-area {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.box {
    width: 23%;
    margin: 0px 2% 50px 2%;
    padding: 30px 30px 20px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 7px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}


.box h2 {
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #454545;
}

.box ul {
	margin: 10px 0;
	list-style-type: none;
	font-size: 80%;
}

.box p {
	margin: 10px 0;
}

.contents-maker-2-dl dd {
    padding-left: 0;
}





/* -- スマホ設定 ----------------------------------------------------------------------- */

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

.contents-maker-2-area {
	width: 95%;
	display: block;
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.box {
    width: 100%;
    margin: 0px 2% 5% 2%;
    padding: 10px 15px 0px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 7px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.box ul {
    margin: 10px 0;
    list-style-type: none;
    font-size: 100%;
}
}
