@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 20px;
    background-color: #fff;
	color: #666;
	font-family: "小塚ゴシック Pro L","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 2.0em;

    background: #fff8c0;
    background: url(../images/p-pt_0111-l_pt_01113.jpg) fixed;
    
    -webkit-text-size-adjust: 100%;
}


header, nav, #contents, footer {
    width: 100%;
    
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    
    background-image: 
        webkit-repeating-linear-gradient(-45deg, rgba(255,255,255, 0.6) 0px, rgba(255,255,255, 0.6) 4px, 
            rgba(255,255,255, 0.4) 4px, rgba(255,255,255, 0.4) 10px);
    background-image: 
        repeating-linear-gradient(-45deg, rgba(255,255,255, 0.6) 0px, rgba(255,255,255, 0.6) 4px, 
            rgba(255,255,255, 0.4) 4px, rgba(255,255,255, 0.4) 10px);
    
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

#menu, #mainImg, .main {
    background-color: #fff;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    max-width: 1200px;
}

nav, #contents, footer {
    margin-top: 100px;
}

h1,h2,nav>span {
    font-family: 'Noto Sans Japanese', "小塚ゴシック Pro L","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight: 200;
}

/*================================================
 *  ヘッダー
 ================================================*/

header {
    overflow: hidden;
    position: relative;
    border-top: none;
}

h1 {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: -5%;
    width: 100%;
    padding: 80px 0;

    text-align: center
}

h1>span {
    box-sizing: border-box;
    width: 110%;
    position: relative;
    display: block;
    height: auto;
    padding: 25px 100px;
    font-size: 40px;
    line-height: 1.5em;    
    font-weight: 200;
    
    color: #fff;
    background-color: #ff4f71;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateZ(-3deg);
    transform: rotateZ(-3deg);
    z-index: 0;
}
h1>span::before {
    content: "";
    position: absolute;
    top: 10%;
    left: -10%;
    width: 130%;
    height: 80%;
    border-top: 2px dashed #ffc0df;
    border-bottom: 2px dashed #ffc0df;
}

#mainImg {
    background: url(../images/bg2.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 35vw;
}


/*================================================
 *  ナビゲーション
 ================================================*/
nav {
    border-top: 0;
}
nav>span {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 25px;
    font-size: 28px;
    
    color: #fff;
    background-color: #ff4f71;
    text-align: center;
}

/*================================================
 *  メニュー
 ================================================*/

#menu {
}

#menu li {
    box-sizing: border-box;
    position: relative;
    padding: 5px 30px;
    display: inline-block;
    width: 49.5%;
}
#menu li::before{   
    position: absolute;
    content: "";
    top: 1em;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #ff4f71;
    transform: rotateZ(45deg);
}

a {
    transition: all 0.25s ease;
}

a {
    color: #ff4f71;
}

#menu li a:hover {
    margin-left: 0.3em;
}

a:visited {
    color: #ffc0cc;
}
a:hover {
    color: #ccc;
}


/*================================================
 *  見出し
 ================================================*/

h2 {
    box-sizing: border-box;
    position: relative;
    margin-top: 50px;
    padding: 25px 50px;
    width: 100%;
    font-size: 36px;
    line-height: 1.5em;
    color: #666;
}
h2::before, h2::after {
    position: absolute;
    content: "";    
    background-color: #ff4f71;
}
h2::after {
    bottom: 0;
    right: -30px;
    height: 2px;
    width: 80%;
}
h2::before {
    width: 20px;
    height: 20px;
    transform: rotateZ(45deg);
    left: 0;
    top: 25%;
}



/*================================================
 *  メイン本文
 ================================================*/

.main {
    width: 100%;
}

.siteTitle {
    display: block;
    font-size: 16px;
    color: #ccc;
}

.kiji {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 700px;
}

p {
    margin-top: 30px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
    box-sizing: border-box;
    border-bottom: none;
    padding: 50px 15px;
}
.copyright {
    width: 100%;
    margin-top: 0;
    text-align: center;
}

/*================================================
 *  トップ・メニュー行き
 ================================================*/

.tab {
    position: fixed;
    padding: 5px 30px;
    background-color: #ff4f71;
    
    transition: right 1.0s ease;
    border-top-left-radius: 30px; 
    border-bottom-left-radius: 30px; 
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 100;
}
.tab>a {
    color: #fff;
    text-decoration: none;
}

#menuHoge {
    right: 0;
    top: 2%;
}

#totop {
    bottom: 5%;
    right: -150px;
}
#totop.on {
    right: 0;
}



/*================================================
 *  タブレット向け
 ================================================*/
@media screen and (max-width:979px) {
    #mainImg {
        height: 60vw;
    }
    
    h1 {
        padding: 40px 0;
    }
    h1>span {
        padding: 15px 50px;
        font-size: 32px;
        -webkit-transform: rotateZ(-2deg);
        transform: rotateZ(-2deg);
    }

    h2 {
        margin-top: 0px;
        padding: 25px 50px;
        width: 100%;
        font-size: 24px;
    }
    h2::after {
        right: 0px;
    }
    
    
    #menu li {
        display: block;
        width: 100%;
    }
    


}
/*================================================
 *  スマートフォン向け
 ================================================*/
@media screen and (max-width:767px){
    #mainImg {
        border-top: 10px solid #fff;
    }
    
    #menu, #mainImg, .main {
        padding: 5px;
    }
    nav, #contents, footer {
        margin-top: 50px;
    }

    h1 {
        padding: 0px 0;
    }
    h1>span {
        padding: 15px 25px;
        font-size: 24px;
    }
    h2 {
        margin-top: 0px;
        padding: 25px;
        padding-right: 0;
        font-size: 20px;
    }
    h2::before {
        width: 15px;
        height: 15px;
    }

    nav>span {
        padding: 5px;
        font-size: 20px;
    }

    
    

    .tab {
        padding: 0px 10px;
    }
    .tab>a {
        font-size: 16px;
    }

    #menuHoge {
        top: auto;
        bottom: 20%;
    }

    #totop {
        bottom: 5%;
    }
    
}