@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&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: "Zen Maru Gothic", serif;
-webkit-text-size-adjust: 100%;
    background-color: #dfeabd;
}
#powered_by_me {
    display: none;
}
a {
	color: #333;
    text-decoration: none;
}
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:first-child {
    border-top: 1px solid #ba6464;
}
tr {
    border-bottom: 1px solid #ba6464;
}
th, td {
    display: block;
    text-align: left;
}
th {
    font-weight: bold;
    padding: 20px 20px 5px;
}
td {
    padding: 5px 20px 20px;
}

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


/* レイアウト
------------------------------------*/
.inner {
	width: 90%;
	margin: 0 auto;
    max-width: 1300px;
}
.cassette {
	padding: 100px 0;
    overflow: hidden;
}
#pankuzu {
	padding: 10px 0;
}
#main {
	text-align: center;
    
    font-size: 1.1rem;
}
.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_box01{
                width: 48%;
            }
            .flex_box02{
                width: 30%;
            }
            .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: 960px) {
        }
        


 /*----------------------------------------------------
	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;}
.sp, .tabSp { display: block;}

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


/* header
------------------------------------*/




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

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


/* footer
------------------------------------*/
#footer {
    background-color: #242424;
    color: #fff;
    padding: 15px 0 100px;
}
#pagetop {
	position: fixed;
	right: 0;
	bottom: 45px;
	z-index: 999;
}
#pagetop a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #d9d9d9;
}
#pagetop a::after {
    position: absolute;
    content: "↑";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
    font-size: 1.2rem;
}
#pagetop a:hover::after {
    top: 10px;
    transform: translateX(-50%);
}
#footer .com_name {
    font-size: 1.4rem;
}
#footer .copyright {
    font-size: 0.8rem;
}
#footer .f_icon {
    display: none;
}
#footer .f_icon li:not(:last-child) {
    margin-right: 10px;
}
#footer .f_icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
#footer .f_icon li:nth-child(1) a {
    background-color: #6f6f6f;
}
#footer .f_icon li:nth-child(2) a {
    background-color: #744949;
}
#footer .f_icon img {
    max-height: 45%;
}
#footer .side_menu {
    position: fixed;
    width: 100%;
    display: flex;
    bottom: 0;
}
#footer .side_menu li {
    width: calc(100% / 3);
}
#footer .side_menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}
#footer .side_menu li a:hover {
    opacity: 0.6;
    transition: all 0.4s;
}
#footer .side_menu li:nth-child(1) a {
    background-color: #6f6f6f;
}
#footer .side_menu li:nth-child(2) a {
    background-color: #744949;
}
#footer .side_menu li:nth-child(3) a {
    background-color: #607426;
}
#footer .side_menu img {
    max-height: 17px;
    max-width: 20px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #footer .flex {
                    align-items: center;
                }
                #footer .f_icon {
                    margin-right: 60px;
                    margin-top: 0;
                }
                #footer .f_icon img {
                    max-height: 50%;
                }
                #footer .f_icon a {
                    width: 40px;
                    height: 40px;
                }
                
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                #footer {
                    padding: 15px 0;
                }
                #footer .side_menu {
                    width: 60px;
                    display: block;
                    bottom: auto;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 0;
                }
                #footer .side_menu li {
                    width: 100%;
                }
                #footer .side_menu li:nth-child(3) a {
                    height: auto;
                    padding: 20px 0;
                }
                #footer .side_menu li:nth-child(3) img {
                  max-height: 100%;
                }
                #pagetop {
                    bottom: 0;
                }
                #pagetop a::after {
                    font-size: 1.4rem;
                }
                #pagetop a {
                    width: 82px;
                    height: 82px;
                }
                #footer .f_icon {
                    display: flex;
                }
            }
            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1600px) {
                #footer .f_icon {
                    margin-right: 0;
                }
                #footer .f_icon {
                    display: flex;
                }
            }



/* 見出し
------------------------------------*/
h1 {
    position: absolute;
    max-width: 90px;
    top: 10px;
    left: 10px;
    z-index: 999;
}
h2, h3, h4 {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #566628;
}
h2 {
    font-size: 2.4rem;
}
h3 {
    font-size: 1.6rem;
    margin-bottom: 40px;
}
h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                h1 {
                    max-width: 170px;
                    top: 20px;
                    left: 20px;
                }
                h2 {
                    font-size: 3.5rem;
                }
                h3 {
                    font-size: 2.4rem;
                    margin-bottom: 60px;
                }
                h4 {
                    font-size: 1.5rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                h2 {
                    font-size: 5.2rem;
                }
                h3 {
                    font-size: 2.8rem;
                }
                h4 {
                    font-size: 1.8rem;
                    margin-bottom: 25px;
                }
            }


/* common
------------------------------------*/
.txtRed {
    color: #EA0000;
}
.t_bold {
    font-weight: bold;
}
.t_left {
    text-align: left;
}
.bg01, .bg02 {
    position: relative;
}
.bg01::before, .bg01::after, .bg02::before, .bg02::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 100%;
    background-size: contain;
    background-repeat: repeat-y;
    background-position: top left;
    z-index: -1;
}
.bg01::before, .bg02::before {
    right: -50px;
    top: 100px;
}
.bg01::after, .bg02::after {
    left: -50px;
    top: 0;
}
.bg01::before {
    background-image: url("../img/common_bgA01.png");
}
.bg01::after {
    background-image: url("../img/common_bgA02.png");
}
.bg02::before {
    background-image: url("../img/common_bgB01.png");
}
.bg02::after {
    background-image: url("../img/common_bgB02.png");
}
#main section {
    position: relative;
}
#main section:not(:last-child) {
    padding-bottom: 100px;
}




            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .bg01::before, .bg02::before {
                    right: 0;
                }
                .bg01::after, .bg02::after {
                    left: 0;
                }
                .bg01::before, .bg01::after {
                    width: 230px;
                }
                #main section:not(:last-child) {
                    padding-bottom: 140px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .bg01::before, .bg01::after, .bg02::before, .bg02::after {
                    width: 300px;
                }
            }



/* 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 */