﻿@charset "utf-8";
/* CSS Document */
@import url(layout.css);
@import url(font-awesome.min.css);
@import url(all.min.css);

* {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

i{
	font-family: Font Awesome\ 5 Free;
	font-style:normal;
}

/*----------------------------------------
共通項目は最下部▼
-----------------------------------------*/
:root {
  --min-width: 1280px;
  /*--base-width: 1300px;*/
}


/*====================================
PC版
=====================================*/
@media print, screen and (min-width: 521px) {

.sp_box {
	display: none !important;
}

body {
	font-size: 18px;
    /*font-size: 16px;*/
	line-height: 1.76;
	margin: 0;
    padding: 0;
	/*background: #F6E2FF;*/
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;

}

main {
    position: relative;
	min-width: var(--min-width);
}


/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    /*min-width: var(--min-width);*/
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box;
    /*background: #EEE;*/
}

.wrap {
	position: relative;
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	/*background: #DDD;*/
}

.row {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    /*background-color: #EEE;*/
}

.row96 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    /*background-color: #EEE;*/
}



/*--------------------------------------------
　画像
---------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	/*width: 100%;
	height: auto;*/
}

.img_auto {
    width: 100%;
    height: auto;
}



/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    /*line-height: 1.2;*/
    position: relative;
    margin: 0;
}

h1 {
    font-size: 42px;
    font-weight: bold;
}

h2 {
    
}

h3 {
    
}

h4 {
    
}



/*--------------------------------------------
　ヘッダー
--------------------------------------------*/
.head_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 70px 9px 30px;
    border-bottom: 4px solid #71ee60;
    background-color: #FFF;
    z-index: 100;
}

.head_link {
    display: flex;
    align-items: center;
    gap: 76px;
}

.head_link li a {
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #108200;
    line-height: 22px;
}

.head_link li a:hover {
    opacity: .9;
}

.head_link li a span {
    font-size: 12px;
    font-weight: normal;
    color: #999999;
}

/*トップヘッダー変化処理*/
#top_head {
    top: -84px;
    transition: .3s all;
}

#top_head.active {
    top: 0;
}


/*------------------------------------------
　フッター
-------------------------------------------*/
footer {
    display: block;
    width: 100%;
    min-width: var(--min-width);
    padding-top: 55px;
    padding-bottom: 18px;
    background-color: #71ee60;
}

.foot_logo {
    display: block;
    margin: 0 auto;
}

.foot_tel {
    display: block;
    margin: 0 auto;
    margin-top: 53px;
    margin-bottom: 80px;
}

.foot_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
}

.foot_menu li a {
    font-weight: bold;
}

.foot_menu li a:hover {
    opacity: .9;
}

.foot_sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

.foot_sns li a:hover {
    opacity: .9;
}

.foot_copy {
    display: block;
    margin-top: 83px;
    font-size: 14px;
    text-align: center;
}


/*----------------------------------------------
エラー表示
----------------------------------------------*/
.error {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #DD4548;
    background: #FFFF33;
    border-radius: 4px;
    padding: 10px 20px;
}

.error p {
    font-size: 14px;
    line-height: 1.6;
    color: #C00;
}


/*------------------------------------------
ページのトップへ
-------------------------------------------*/
.page_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 50;
}

.page_top a img {
    transition: .3s all;
}

.page_top a img:hover {
    opacity: .7;
}


}   /*  PC版ここまで  */






/*===================================
スマホ版
===================================*/
@media only screen and (max-width : 520px ) {

.pc_box {
	display: none !important;
}

.sp_non {
	display: none;
}


body {
	margin: 0;
	padding: 0;
    /*font-size: 0.875rem;*/
	/*font-size: 16px;*/
    /*font-size: 3.8vw;*/
	line-height: 1.74;
}

main {
	/*margin-top: 70px;*/
}


/*------------------------------------------------
　ヘッダー&ナビ
------------------------------------------------*/
.head_menu_sp {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 5% 10px 5%;
    background-color: #FFF;
    border-bottom: 4px solid #71ee60;
    z-index: 100;
}

.head_logo {
    position: relative;
    display: block;
    width: 65%;
    z-index: 100;
}

.head_logo img {
    display: block;
    width: 100%;
    height: auto;
}

/* ------------- ハンバーガーメニュー ------------- */
.head_menu {
    position: fixed;
    top: 3.2vw;
    right: 5%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 23px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10001;
}

.head_menu span:first-of-type,
.head_menu span:nth-of-type(2) {
    margin-bottom: 7px;
}

.head_menu span {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #111;
    transition: all .4s;
}

.head_menu.active span:nth-of-type(1) {
    background-color: #FFF;
    transform: translateY(10px) rotate(-45deg);
}

.head_menu.active span:nth-of-type(2) {
    opacity: 0;
}

.head_menu.active span:nth-of-type(3) {
    background-color: #FFF;
    transform: translateY(-10px) rotate(45deg);
}

#g_nav {
    position: fixed;
    top: -200%;
    right: 0;
    display: flex;
    width: 100%;
    z-index: 1000;
    transition: all .3s;
    transition-delay: .1s;
}

.g_nav_wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0 5%;
    padding-bottom: 100px;
    overflow-y: auto;
    z-index: 1000;
}

#g_nav.panelactive {
    top: 0;
}

.disable_layer {
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
    background: #00cf49;
    transition: all .2s ease-in;
    transition-delay: .19s;
}

#g_nav.panelactive .disable_layer {
    opacity: 1;
    pointer-events: auto;
    transition: all .2s ease-in;
}

.g_nav_menu {
    display: flex;
    flex-flow: column;
    gap: 22px;
    padding-top: 30px;
    overflow-y: auto;
}

.g_nav_menu li a {
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    line-height: 26px;
}

.g_nav_menu li a:hover {
    opacity: .9;
}

.g_nav_menu li a span {
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
}

.sp_head_sns {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.sp_head_sns img {
    display: block;
    width: 44px;
    height: auto;
}

.sp_head_rec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 55px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #ff7639;
    background-color: #FFF;
    border-radius: 200px;
}


/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    margin: 0 auto;
}

.wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	/*background: #C0D1FF;*/
}

.row {
    width: 100%;
    position: relative;
    margin: 0;
    /*background-color: #EEE;*/
}




/*--------------------------------------------
　画像
---------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}



/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    line-height: 1.2;
    position: relative;
    margin: 0;
}

h1 {
    
}

h2 {
    
}

h3 {
    
}

h4 {
    
}


/*------------------------------------------
　フッター
-------------------------------------------*/
footer {
    display: block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 18px;
    background-color: #71ee60;
}

.foot_logo {
    display: block;
    margin: 0 auto;
    width: 60%;
    height: auto;
}

.foot_tel {
    display: block;
    width: 75%;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.foot_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
}

.foot_menu li a {
    font-weight: bold;
}

.foot_menu li a:hover {
    opacity: .9;
}

.foot_sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.foot_sns li a:hover {
    opacity: .9;
}

.foot_sns li a img {
    display: block;
    width: 50px !important;
    height: auto;
}

.foot_copy {
    display: block;
    margin-top: 65px;
    font-size: 10px;
    text-align: center;
}


/*----------------------------------------------
エラー表示
----------------------------------------------*/
.error {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #DD4548;
    background: #FFFF33;
    border-radius: 4px;
    padding: 8px 16px;
}

.error p {
    font-size: 90%;
    line-height: 1.6;
    color: #C00;
}


/*------------------------------------------
ページのトップへ
-------------------------------------------*/
.page_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 50;
}

.page_top a img {
    transition: .3s all;
}

.page_top a img:hover {
    opacity: .7;
}



}  /*  スマホ版ここまで  */










/*---------------------------------------
　共通
---------------------------------------*/


input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

#textarea,
#textfield,
#textfield1,
#textfield2,
#textfield3 {
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 0.32rem 0.4rem 0.2rem 0.4rem;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}

#select {
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 0.32rem 0.4rem 0.2rem 0.4rem;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}




body {
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
}

textarea,input {
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
}

p, ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

p, ul, li {
	text-align: justify;
}

dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
	transition: .3s all;
    margin: 0;
    padding: 0;
}

table {
	/*border-collapse: collapse;*/
}


span,
div {
	margin: 0;
	padding: 0;
}

.order01 {
	order: 1;
}

.order02 {
	order: 2;
}

.order03 {
	order: 3;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.none {
    display: none;
}

