﻿@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	-webkit-box-sizing : border-box;
}

body{
	font-size:1.6rem;
	letter-spacing:0.1rem;
	line-height:1.8;
    background: #f5c620;

}

img{
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
	width /***/:auto;	/*IE8のみ適用*/
}
.sp_only{
    display: none;
}

.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.flex.both{
justify-content: space-between;
}

.center{
    text-align: center;
}

.footer{
    text-align: center;
    font-size: 1.4rem;
    padding: 2% 2% 5%;
}

.l-main{
    width:100%;
    overflow: hidden;
    margin: 0 auto;
}
.l-inner{
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.main-title{
    text-align: center;
    max-width: 300px;
    width: 70%;
    margin: 15px auto 1%;
}

.main{
    margin-bottom: 3%;
}

.note{
    text-align: center;
    margin-bottom: 5%;
}

.tomodachi{
    text-align: center;
    margin-bottom: 5%;
}

.tomodachi .img{
     margin-top: 5%;   
}

.present{
    margin-bottom: 5%;
}
.present li:last-child{
    width: 100%;
    text-align: center;
}
.present li{
    width: 48%;
}

.present img{
    width: 100%;
}

.img2{
    text-align: center;
    margin-bottom: 5%;
}

.note2{
    font-size: 1.3rem;
    max-width: 1000px;
    margin: 0 auto 5%;
}

.about{
    max-width: 1000px;
    width: 94%;
    margin: 0 auto 5%;
    background: #fff;
    border-radius: 30px;
    padding: 3% 3% 5%;
    text-align: center;
}

.about img{
    max-width: 500px;
    width: 100%;
}

.about a{
    margin-top: 3%;
    display: block;
}

@media screen and (max-width:700px) { 
    html{
        font-size: 50%;
    }
    .pc_only{
        display: none;
    }
    .sp_only{
        display: block;
    }
    .l-inner{
        width: 94%;
    }
    .main-title{
        width: 60%;
    }
    .main{
        width: 114%;
        margin-left: -7%;
        overflow: hidden;
    }
    .present li{
        width: 100%;
        margin-bottom: 5%;
    }
    .note2{
        font-size: 1.4rem;
        margin-bottom: 30px;
    }
    .about{
        border-radius: 15px;
        padding: 30px 3%;
    }

 }