﻿@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: 1300px;
  /*--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);
}
  
html{
    /* scroll-behavior: smooth; */
  }
  html,body{
    margin: 0;
    padding: 0;
  }
  main{
    position: relative;
    margin-top: 50px;
    box-sizing: border-box;
  }
  section{
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
  }


/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.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: 1140px;
    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 {
    
}

h2 {
    
}

h3 {
    
}

h4 {

}



/*--------------------------------------------
　ヘッダー
--------------------------------------------*/
header{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left:40px;
    width: 100%;
    min-width: 1500px;
    height: 70px;
    background-color: #fff;
    z-index: 999;
    box-sizing: border-box;
}
.h_logo{
    height: 35px;
    width: auto;
}
.h_menu{
    display: flex;
    align-items: center;
    height: 100%;
}
.h_menu_list{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    margin: 15px;
    font-size: 18px;
    transition: .3s all ease;
}
.h_menu_list:last-of-type{
    margin-right: 20px;
}
.h_menu_list a{
    display: flex;
    align-items: center;
    height: 100%;
}
.h_menu_list:hover{
    opacity: 0.8;
}
.h_contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 108px;
    background-color: #56c6ca;
    transition: .3s all ease;
}
.h_contact img{
    position: relative;
    top: 3px;
    width: 40px;
    height: auto;
}
.h_contact:hover{
    filter: brightness(0.9);
}
.h_contact p{
    font-size: 15px;
}


/*------------------------------------------
　フッター
-------------------------------------------*/
footer{
    width: 100%;
    min-width: 1300px;
    background-color: #ebebeb;
}
.footer_top{
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 90px;
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1328px;
}
.f_menu_list{
    width: 18.1%;
}
.f_menu_list li{
    transition: .3s all ease;
}
.f_menu_list li:hover{
    opacity: 0.8;
}
.f_menu_item{
    border-bottom: #000 1px dashed;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}
.f_menu_link{
    width: 68.5%;
}
.link_container{
    display: flex;
    justify-content: space-between;
}
.link_container li{
    transition: .3s all ease;
    margin-right: 20px;
}
.link_container li:last-of-type{
    margin-right: 0;
}

.link_container li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link_container li a img{
    height: auto;
    width: 100%;
    border: 1px solid #5b575e;
}
.link_container li:hover{
    filter: brightness(0.9);
}
.footer_bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1300px;
    padding-top: 60px;
    padding-bottom: 10px;
    border-top: 1px solid #aaa;
}
.f_logo{
    width: auto;
    height: 32px;
}
.f_wrapper{
    margin-top: 30px;
    text-align: center;
    color: #000;
}
.address{
    font-size: 16px;
}
.copyright{
    font-size: 14px;
    margin-top: 70px;
    color: #000;
}


/*------------------------------------------
ページのトップへ
-------------------------------------------*/
.page_top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    z-index: 999;
    transition: .3s all ease;
    opacity: 0;
    pointer-events: none;
}
.page_top.active{
    opacity: 1;
    pointer-events: all;
}
.page_top:hover{
    opacity: 0.9;
}


}   /*  PC版ここまで  */






/*===================================
スマホ版
===================================*/
@media only screen and (max-width : 520px ) {
    html{
        /* scroll-behavior: smooth; */
      }
.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;*/
}

section{
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }

/*------------------------------------------------
　ヘッダー&ナビ
------------------------------------------------*/
header{
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 5vw;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 999;
    border-bottom: 1px solid #ccc;
}
header > a{
    width: 85%;
}
.h_logo{
    width: auto;
    height: 24px;
}
.h_icon{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 34px;
    height: 23px;
    cursor: pointer;
}
.h_icon.active span:nth-of-type(1){
    top: 10px;
    transform: rotate(45deg);
}
.h_icon.active span:nth-of-type(2){
    opacity: 0;
}
.h_icon.active span:nth-of-type(3){
    bottom: 10px;
    transform: rotate(-45deg);
}
.bar{
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #56c6ca;
    transition: .3s all ease;
}
.h_menu_res{
    position: fixed;
    left: 0;
    top: -100vh;
    padding-bottom: 100px;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: #56c6ca;
    z-index: 998;
    transition: .3s all ease;
    overflow-y: scroll;
}
.h_menu_res.active{
    top: 50px;
}
.h_menu_list_res{
    display: block;
    margin: 0 auto;
    padding: 30px auto;
    width: 100%;
    font-size: 19px;
    color: #000;
    border-bottom: 1px solid #fff;
    text-align: center;
    opacity: 0;
    transition: .3s all ease;
}
.h_menu_list_res:hover{
    background-color: rgba(0,0,0,0.1);
}
.h_menu_list_res a{
    display: block;
    padding: 15px 0;
    color: #000;
}
.h_menu_res.active .h_menu_list_res{
    animation: .3s fadein forwards;
}
.h_menu_link{
    margin-top: 45px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.h_menu_link li{
    margin-top: 15px;
    width: 300px;
    height: 50px;
    transition: .3s all ease;
}
.h_menu_link li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h_menu_link li a img{
    height: auto;
    width: 100%;
    border: 1px solid #5b575e;
}
.h_menu_link li:hover{
    filter: brightness(0.9);
}

@keyframes fadein{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}




/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.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: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    background-color: #ecebec;
}
.footer_bottom{
    width: 100%;
}
.f_logo{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 30px;
}
.f_wrapper{
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    color: #000;

}
.copyright{
    margin: 30px auto;
    font-size: 12px;
    color: #000;
    text-align: center;
}
.f_link_sp{
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.f_link_sp li{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    width: 300px;
    height: 55px;
}
.f_link_sp li img{
    height: auto;
    width: 100%;
    border: 1px solid #5b575e;
}


/*------------------------------------------
ページのトップへ
-------------------------------------------*/
.page_top{
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    z-index: 999;
    transition: .3s all ease;
    opacity: 0;
    pointer-events: none;
}
.page_top.active{
    opacity: 1;
    pointer-events: all;
}
.page_top:hover{
    opacity: 0.9;
}



}  /*  スマホ版ここまで  */










/*---------------------------------------
　共通
---------------------------------------*/


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-weight: 500;
	font-feature-settings: "palt";
    resize: none;
}

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;
}

.no_scroll{
    height: 100vh;
    overflow-y: hidden;
}
article{
    position: relative;
}
.anc{
    position: absolute;
    top: -80px;
}

#top{
    position: absolute;
    top: 0;
}
