@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
body{
    font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
}

img {
	max-width:100%;
	height: auto;
}

a{
	text-decoration: none;
}

a:hover, .active{
	text-decoration: none;
}

ol,ul{
    list-style:none;
}



/* 共通の設定
================================================== */

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
}

.margin_bottom_20 {
  margin-bottom: 20px;
}

.margin_bottom_30 {
  margin-bottom: 30px;
}

.margin_bottom_50 {
  margin-bottom: 50px;
}

.margin_bottom_100 {
  margin-bottom: 100px;
}

.margin_bottom_200 {
  margin-bottom: 200px;
}



/*ヘッダー
================================================== */
.container {
    max-width: 700px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 2.0rrem;
}
.logo {
    width: 200px;
    margin: 10px auto 30px;
}
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
}
.col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
}
.header {
	display: flex;
    flex-direction: row;
    width: 100%;
    padding:20px 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rrem;
	border: 2px solid var(--base-color);
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
    font-size: 0.9rem;
}
nav li a {
    color: #000;
}
nav a:hover {
    background-color: var(--back-color);   
}
nav a {
    padding: 0.5rrem;
}

@media only screen and (min-width: 766px) {
    
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}



/*ヒーローエリア
-------------------------------------*/
.hero {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}
.hero img{
    max-width: 600px;
    width:100%; 
}
.hero h1{
    margin: 100px 0 0;
    font-size: 1.5rem;
    color: #565656;
}
.hero p{
    font-size: 0.9rem;
    line-height: 35px;
    margin: 20px 0;
    color: #565656;
}



/*ギフトラッピング
-------------------------------------*/
.gift {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin: 5% auto 0;
    text-align: center;
}
.gift img{
    width:600px; 
}
.gift h2{
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    color: #565656;
    margin: 50px 0;
    letter-spacing: 1px;
}
.gift p{
    text-align: center;
    font-size: 1rem;
    line-height: 30px;
    margin: 50px 0 30px;
    color: #565656;
}


/*コンテンツリスト
-------------------------------------*/
.contents{
    max-width: 670px;
    margin: 150px auto 0;
    padding: 40px 5px;
    background: #ededed;
}
.contents h2{
    text-align: center;
    font-family: "Lora", serif;
    font-size: 2rem;
    color: #565656;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
ul.cp_list {
    width: 90%;
	padding: 0.5rem;
	list-style-type: none;
    margin: 0 auto;
    line-height: 30px;
    text-align: left;
}
ul.cp_list li {
	position: relative;
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
	padding: 0.5em 1em 0.5em 2.3rem;
	margin-bottom:5px;
	border-bottom: 1px solid rgba(25,118,210,1);
}
ul.cp_list li:after,
ul.cp_list li:before{
	content:'';
	position: absolute;
	border-radius: 50%;
}
ul.cp_list li:before {
	top: 50%;
	left: 0.2rem;
	width: 17px;
	height: 17px;
	background: rgba(25,118,210, 1);
	transform: translateY(-50%);
}
ul.cp_list li:after {
	top: 1.1rem;
	left: 0.7rem;
	width: 14px;
	height: 14px;
	background: rgba(25,118,210, 0.5);
}
.cp_list a{
    color: #000;
}
.cp_list a:hover{
    color:#808080;
}




/* ここからスマホ用 */

/*ヘッダー
================================================== */
@media only screen and (max-width: 768px){
.container {
    position: relative;
    max-width: 670px;
    width: 90%;
    margin: 0 auto;
    padding: 0 14px;
}
.row {
    display: flex;
    flex-direction: row;
    width: 90%;
}
.logo {
    width: 150px;
    margin: 0;
} 
.col {
    max-width: 100%;
    width: 100%;
    margin:0;
} 
.header {
    width: 90%;
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 20px;
}
nav ul {
	flex-direction: column;
}
nav li {
	flex: 1 0 auto;
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 10px;
}
nav li a {
    width: 100%;
    text-decoration: none;
    text-align: center;
}
nav a {
    padding: 0.5rrem;
}
nav a:hover {
    background-color: var(--back-color);   
}
#open {
    display: block;
    background:url("../images/button.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
}
#close  {
    display: block;
    background:url("../images/button2.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

#navi {
    display: none;
}


    
/* ヒーローエリア
================================================== */
    
.hero {
    width:90%;
    margin: 50px auto 0;
    padding: 0;
    text-align: center;
}
.hero img{
    width:100%; 
    margin: 0;
}
.hero h1{
    margin: 50px 0 20px;
    font-size: 2rem;
}
.hero p{
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 30px;
}
.gift {
    width:90%;
    margin: 0 auto;
    text-align: center;
}
.gift img{
    width:100%; 
}
.gift h2{
    font-size: 1.4rem;
}
.gift p{
    text-align: left;
    font-size: 1rem;
}
    
    


/*コンテンツリスト
-------------------------------------*/
    
.contents{
    width: 90%;
    margin: 100px auto 0;
}
.contents h2{
    font-size: 1.5rem;
}
ul.cp_list {
    width: 90%;
	padding: 0;
	list-style-type: none;
    margin: 20px auto 0;
    line-height: 25px;
}
ul.cp_list li{
    font-size: 0.9rem;
}
ul.cp_list li:after {
	top: 2.1rem;
}
}
    


/* PCのみ
================================================== */

@media(max-width:788px){
.pc{
        display: none !important;
    }
}
    
/* SPのみ
================================================== */

@media(min-width:789px){
.sp{
        display: none !important;
    }
}