@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

body, div, p,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, input, textarea,
table, th, td{ 
margin:0px; 
padding:0px; 
}
body{
font-size: 100%;
text-align: left;
color: #333;
font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN," , "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
-webkit-text-size-adjust: 100%;
    letter-spacing: 1.8px;
    line-height: 2;
}
#powered_by_me {
    display: none;
}
a {
	color: #333;
    text-decoration: none;
    transition: all 0.3s;
}
a:hover {
    opacity: 0.6;
}
ul {
    list-style-type: none;
}
img{
    border:0px;
    margin: 0 auto;
    padding: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: block;
}
iframe {
    border: 0;
    overflow: hidden;
}
table{
    border-collapse:collapse;
    width: 100%;
}
tr{
    border-bottom: 1px solid #333;
}
th, td {
    display: block;
}
th {
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    padding: 20px 10px 5px;
}
td {
    padding: 0 10px 20px;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                th, td {
                    display: table-cell;
                    padding: 20px;
                }
                th {
                    width: 20%;
                }
                td {
                    width: 80%;
                }
            }
            /* 【PC用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }


/* レイアウト
------------------------------------*/
.inner {
	width: 96%;
	margin: 0 auto;
    max-width: 1200px;
}
.cassette {
	padding: 100px 0;
}
#pankuzu {
	padding: 10px 0;
}
#menu {
	float: left;
	display: block;
}
.link_txt {
    color: #ea6a98;
    text-decoration: underline;
}
.flex_box01:not(:last-child), .flex_box02:not(:last-child), .flex_box03:not(:last-child) {
    margin-bottom: 30px;
}
.disc_li li {
    margin-left: 20px;
    list-style-type: disc;
}

        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .flex {
                display: flex;
                justify-content: space-between;
            }
            .flex.rev {
                flex-direction: row-reverse;
            }
            .flex_box01{
                width: 48%;
            }
            .flex_box02{
                width: 32%;
            }
            .flex_box03{
                width: 23%;
            }
            .flex_box01:not(:last-child), .flex_box02:not(:last-child), .flex_box03:not(:last-child) {
                margin-right: 2%;
                margin-bottom: 0;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 1200px) {
            .cassette {
                padding: 150px 0;
            }
        }


 /*----------------------------------------------------
	margin set
----------------------------------------------------*/
.mgt5 { margin-top: 5px!important;}
.mgt10 { margin-top: 10px!important;}
.mgt15 { margin-top: 15px!important;}
.mgt20 { margin-top: 20px!important;}
.mgt25 { margin-top: 25px!important;}
.mgt30 { margin-top: 30px!important;}
.mgt35 { margin-top: 35px!important;}
.mgt40 { margin-top: 40px!important;}

.mgb5 { margin-bottom: 5px!important;}
.mgb10 { margin-bottom: 10px!important;}
.mgb15 { margin-bottom: 15px!important;}
.mgb20 { margin-bottom: 20px!important;}
.mgb25 { margin-bottom: 25px!important;}
.mgb30 { margin-bottom: 30px!important;}
.mgb35 { margin-bottom: 35px!important;}
.mgb40 { margin-bottom: 40px!important;}
.mgb50 { margin-bottom: 50px!important;}
.mgb60 { margin-bottom: 60px!important;}


/* responsive
------------------------------------*/
.pcTab, .pc, .tab { display: none!important;}
.sp, .tabSp { display: block!important;}

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .pc, .sp { display: none!important;}
                .tab, .pcTab, .tabSp { display: block!important;}
            }
            /* 【PC用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .sp, .tab, .tabSp { display: none!important;}
                .pcTab, .pc { display: block!important;}
            }


/* header
------------------------------------*/
#header {
    background-color: #fff;
    padding: 15px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
#header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .sns_li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#header .sns_li a:not(:last-child) {
    margin-right: 10px;
}
#header .btn {
    display: none;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                #header .sns_li {
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    width: 60%;
                    margin-right: 0;
                }
                #header .inner {
                    max-width: 100%;
                }
                #header .sns_li a:not(:last-child) {
                    margin-right: 20px;
                }
                #header .btn {
                    display: block;
                    background-color: #adc122;
                    border-color: #adc122;
                }
                #header .btn:hover {
                    color: #adc122;
                    background-color: #fff;
                }
            }


/* footer
------------------------------------*/
#footer {
    background: url("../img/f_bg01.png")no-repeat center center/cover;
    color: #fff;
    padding: 50px 0;
}
#footer a {
    color: #fff;
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
    max-width: 45px;
}
#footer .copyright {
    font-size: 0.8rem;
    margin-top: 20px;
}
#footer .f_logo {
    margin-bottom: 20px;
    font-weight: bold;
}
#footer .link_t {
    position: relative;
    padding-left: 30px;
}
#footer .link_t::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#footer .sns_box {
    display: flex;
    flex-wrap: wrap;
}
#footer .sns_box a:not(:last-child) {
    margin-right: 15px;
    max-width: 40px;
}
#footer .sns_box a:last-child {
    margin-top: 20px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #footer {
                    padding: 80px 0;
                }
                #footer .flex_box01:first-child {
                    width: 38%;
                }
                #footer .sns_box {
                    justify-content: flex-end;
                    align-items: center;
                    width: 60%;
                }
                #footer .sns_box a:last-child {
                    margin-top: 0;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                #footer .sns_box a:not(:last-child) {
                    max-width: 50px;
                }
                #pagetop {
                    max-width: 80px;
                }
            }



/* 見出し
------------------------------------*/
h1, h2, h3, h4, #footer .f_logo {
    font-family: "Shippori Mincho", serif;
    line-height: 1.5;
}
h1, #footer .f_logo {
    font-size: 1.2rem;
}
h2 {
    font-size: 1.4rem;
    margin-bottom: 30px;
    text-align: center;
}
h2 .en {
    display: block;
    font-size: 0.8rem;
    line-height: 1;
}
h3 {
    font-size: 1.4rem;
    margin-bottom: 25px;
}
h4 {
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                h1, #footer .f_logo {
                    font-size: 1.6rem;
                }
                h2 {
                    font-size: 2rem;
                    margin-bottom: 50px;
                }
                h3 {
                    font-size: 1.8rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                h1, h2, h3, h4, #footer .f_logo {
                    line-height: 2;
                }
            }


/* common
------------------------------------*/
.txtRed {
    color: #EA0000;
}
.t_bold {
    font-weight: bold;
}
.btn {
    display: block;
    width: 100%;
    max-width: 240px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    background-color: #000;
    transition: all 0.3s;
    border: 1px solid #000;
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
}
.btn:hover {
    background-color: #fff;
    color: #000;
    opacity: 1;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }


/* spNavi
------------------------------------*/
#gNavi {
    display: none;
}
#spNavi {
	position: fixed;
    z-index: 999;
    width: 100%;
    top: 10px;
}
.drawer-btn {
	position: absolute;
	z-index: 999;
	top: -3px;
    right: 20px;
}
.openbtn{
	position: relative;
	cursor: pointer;
    width: 35px;
    height:35px;
	border-radius: 5px;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-radius: 2px;
	background: #000;
  	width: 100%;
}
.scrolled .openbtn span {
    background-color: #000;
}
.openbtn span:nth-of-type(1) {
	top:12px;
}
.openbtn span:nth-of-type(2) {
	top:23px;
}
.openbtn span:nth-of-type(3) {
	top:34px;
    width: 60%;
    left: 0;
    transform: none;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    transform: translateX(-50%) translateY(6px) rotate(-45deg);
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-6px) rotate(45deg);
}
.pull-down-list {
	display: block;
    position: absolute;
    width: 100%;
    top: 50px;
    background-color: rgba(255,255,255,0.9);
}
.pull-down-inner {
	width: 100%;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
}
.pull-down-list li a, .pull-down-list.menu .accordion span {
	display: block;
	width: 100%;
	position: relative;
	padding: 10px 15px;
	box-sizing: border-box;
	text-decoration: none;
	color: #333;
	line-height: 2em;
}
.pull-down-list li {
    border-bottom: 1px solid #eee;
}
.menu > ul > li.accordion > ul {
  display: none;
}
.menu > ul > li.accordion {
    position: relative;
}
.menu > ul > li.accordion::before, .menu > ul > li.accordion::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #333;
    transition: all .4s;
    top: 25px;
}
.menu > ul > li.accordion::before {
    right: 20px;
}
.menu > ul > li.accordion::after {
    transform: rotate(90deg);
    right: 20px;
}
.menu > ul > li.accordion.open::after {
    transform: rotate(0deg);
}
.menu > ul > li.accordion.open > ul {
    border-top: 1px solid #eee;
    background-color: rgba(246, 246, 246, 0.5);
}
.menu > ul > li.accordion.open > ul li:last-child {
    border-bottom: none;
}




            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #spNavi {
                    top: 14px;
                }
                .pull-down-list {
                    top: 54px;
                }
                .drawer-btn {
                    top: -4px;
                }
            }
            @media only screen and (min-width: 960px) {
                #gNavi {
                    display: block;
                    margin-left: 40px;
                }
                #spNavi {
                    display: none;
                }
                .pull-down-list {
                    display: none;
                }
                #gNavi .has_child {
                    position: relative;
                }
                #gNavi .has_child ul{
                    position: absolute;
                    left:0;
                    top:42px;
                    z-index: 4;
                    /*形状を指定*/
                    background:rgba(78, 185, 205, 0.7);
                    width:180px;
                    /*はじめは非表示*/
                    visibility: hidden;
                    opacity: 0;
                    /*アニメーション設定*/
                    transition: all .3s;
                }
                .scrolled #gNavi .has_child ul{
                    top: 55px;
                }
                #gNavi .has_child:hover > ul,
                #gNavi .has_child ul li:hover > ul,
                #gNavi .has_child:active > ul,
                #gNavi .has_child ul li:active > ul{
                  visibility: visible;
                  opacity: 1;
                }
                #gNavi .has_child li a {
                    padding: 10px;
                    display: block;
                    position: relative;
                    font-size: 14px;
                }
                #gNavi .has_child li a::after {
                    position: absolute;
                    content: "→";
                    transition: all .3s;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 10px;
                }
                #gNavi .has_child li a:hover::after {
                    right: 3px;
                }
                #gNavi .has_child.un_link li span::after {
                    content: none;
                }
                #gNavi .has_child.un_link li span {
                    padding-bottom: 0;
                }
                .scrolled #gNavi .has_child span {
                    color: #333;
                }
                #gNavi .has_child.un_link li:not(:last-child) {
                    border-bottom: 1px solid #fff;
                }
                .scrolled #gNavi .has_child ul span, .scrolled #gNavi .has_child ul a::after {
                    color: #fff;
                }
                #gNavi .has_child > span {
                    padding-right: 20px;
                }
                #gNavi .has_child > span::before {
                    position: absolute;
                    content: ">";
                    transform: rotate( 90deg );
                    right: 0;
                    top: 2px;
                }
                .scrolled #gNavi .has_child > span::before {
                    top: 12px;
                }
            }



/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */