@charset "utf-8";


/*=======================================================================================
    ■ share 
=======================================================================================*/

@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

.sawarabi {
	font-family: "Sawarabi Mincho" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-hannari {
	font-family: "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-rounded {
	font-family: "Rounded Mplus 1c" , Meiryo, メイリオ,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
}
.kosugi{
	font-family: "Kosugi Maru" , Meiryo, メイリオ,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
}


*{
	outline: none;
    color:  #231815;
	margin:0;
	padding:0;
	font-family: Meiryo, メイリオ,"ＭＳ Ｐゴシック",  "ヒラギノ角ゴ Pro W3";
	line-height: 160%;  /*　200%で26px　160%で20px　140%で18px　120%で14px　*/
	letter-spacing: 0px;
	background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
    transition: 0.2s ;
}
a img:hover {
    opacity: 0.5 ;
}

li,ul,dl,dt,dd {
    list-style: none;
}

h1,h2,h3,h4,h5,h6,h7,h8 {
	font-weight: normal;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

a {
	color: #6A675C;
	text-decoration: none;
}

a:hover {
	color: #8CC85A;
	text-decoration: underline;
}
.imgover {
	opacity: 0;
	position: absolute;
}

body {
	text-align: center;
    font-size:62.5%;
	overflow-x: hidden;
}

.c_f:after {
  content: "";
  clear: both;
  display: block;
}
.sp {
	display: none;
}
    @media screen and (max-width:640px) { 
        img { width: 100%}
    }
/*==================================================
    ■ share end
==================================================*/



/*==================================================
    ■ Layout start
==================================================*/

/*------------------------------------------------
    header start
------------------------------------------------*/
.header {
    background-color: #FFFFFF;
    padding-bottom: 25px;
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 190px;
}
    @media screen and (max-width:640px) { 
        .header {
            padding-bottom: 0px;
        }
    }
.header_t {
    padding-bottom: 10px;
}
.header_t ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding-top: 15px;
}
.header_t ul li h1 {
}
.header_t ul li h1 img {
    width: 100%;
}

nav {
	max-width: 900px;
	margin: 0 auto;
}
nav .menu {
	width: 100%;
    display: flex;
    justify-content: space-between;
}
/*------------------------------------------------
    header end
------------------------------------------------*/


/*------------------------------------------------
    main start
------------------------------------------------*/

main {
	width: auto;
	margin: auto;
	clear: both;
	display: block;
}
    @media screen and (max-width:640px) { 
        main {
            width: 100%;
        }
    }
/*------------------------------------------------
    main end
------------------------------------------------*/

/*------------------------------------------------
    footer start
------------------------------------------------*/
#footer {
	width: 100%;
	margin: auto;
	clear: both;
	display: block;
    background-color: #F0939C;
    padding-top: 30px;
    padding-bottom: 30px;
}
#footer ul {
}
#footer ul li {
    text-align: center;
    color: #FFFFFF;
}
    @media screen and (max-width:640px) { 
    }
/* pagetop start*/

#page-top {
    position: fixed;
    bottom: 140px;
    right: 20px;
    z-index: 10;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 69px;
	height: 69px;
	text-align: center;
	display: block;
	background-image: url(../img/common/f_page_top.png);
	background-repeat: no-repeat;
}
#page-top a:hover {
    text-decoration: none;
	background-image: url(../img/common/f_page_top_o.png);
}
    @media screen and (max-width:640px) { 
        #page-top {
            position: fixed;
            bottom: 5px;
            right: 5px;
        }
    }

/*------------------------------------------------
    footer end
------------------------------------------------*/

    @media screen and (max-width:640px) { 
        .pc { display: none !important; }
        .sp { display: block !important; }
    }

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/

.cd-header {
	margin: auto;
	padding: 0px 0px 0px 0px;
    height: 80px;
	position:relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    top: 0;
	left: 0;
    position: fixed;
    z-index: 10;
}
.h1_sp {
    display: none !important;
}
    @media screen and (max-width:1024px){
        .cd-header{
            display: block!important;
            background: #FFFFFF;
            z-index: 100;
            height: 60px;
        }
        .h1_sp {
            display: block!important;
            z-index: 100;
            background: #FFFFFF;
            height: 60px;
        }
        .h1_sp img {
            width: 80%;
            position: absolute;
            left: 10px;
            top: 10px;
            padding-bottom: 10px;
        }
        .navi-area {
            display:none;
        }
        .menu-box {
            display: block!important;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            box-sizing: border-box;
            z-index: 50;
        }
        .menu-box .menu-btn {
            position: absolute;
            top: 18px;
            right: 10px;
            cursor: pointer;
        }
        .menu-box ul {
            display: none;
            width: 100%;
            background-color: #EA6069;
            margin-top: 60px;
        }
    .menu-box ul li a {
        display: block;
        border-bottom: 1px solid #FFFFFF;
        padding: 10px;
        font-size: 1.6em;
        color: #FFFFFF;
    }
    .menu-box ul li:last-child a {
    }
}
.menu-btn:before {
  content: '\f0c9';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #EA6069;
  font-size: 2.0rem;
}
.menu-btn.active:before {
  content: '\f00d';
}
