@charset "UTF-8";
/* CSS Document */
@media screen and ( max-width:768px ){

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

html {
	overflow-y:scroll;
}

body {
    background-color: #FFFFFF;
    background-image: url(../image/logo_01.png),url(../image/pattern_w350.png);
    background-size: 230px 150px,350px 400px;
    background-position: center 160px,center top;
    background-repeat: no-repeat;
    background-origin: padding-box;
	text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.1em;

}

header {
	width: 100%;
	margin: 0 auto;
}

main {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px
}

footer {
	width: 100%;
	background-color: #FFFAF5;
}

hr {
	border-top: 1px solid #e9c4c7;
	width: 375px;
	margin-right: auto;
	margin-left: auto;
}

a {
    color: #BA4B6D;
    text-decoration: none;
}
	
p {
	width: 360px;
	color: #706060;
	margin-top: 60px;
	margin-bottom: -10px;
	margin-left: auto;
	margin-right: auto;
	}

.tel {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.google {
	width: 340px;
    font-size: 12px;
	line-height: 20px;
	margin: 10px 0px 30px 0px;
	text-align: right;
}

.root {
	display:inline-block;
	width: 350px;
	margin-top: -30px;

}

.button_01 {
	background-color: #ba4b6d;
	border-radius: 3px;
	padding: 3px 0px 3px 0px;
	margin: 0px 8px 230px 8px;
	width: 160px;
	line-height: 120%;
	font-size: 14px;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	color: #ffffff;
}

.button_02 {
	background-color: #ba4b6d;
	border-radius: 3px;
	padding: 10px 0px 10px 0px;
	width: 350px;
	line-height: 120%;
	font-size: 16px;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	color: #ffffff;
	margin-top: 0px;
}

.button_03 {
	background-color: #613a46;
	border-radius: 3px;
	padding: 0px 0px 5px 0px;
	width: 350px;
	line-height: 140%;
	font-size: 16px;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	color: #ffffff;
	margin-top: -10px;
	margin-bottom: 20px;	
	margin-left: auto;
	margin-right: auto;
}

.button_04 {
	background-color: #806226;
	border-radius: 3px;
	padding: 0px 0px 5px 0px;
	width: 350px;
	line-height: 140%;
	font-size: 16px;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	color: #ffffff;
	margin-top: -10px;
	margin-bottom: 20px;	
	margin-left: auto;
	margin-right: auto;
}
	
.logo_03{
	margin-top: -30px;
	margin-bottom: 20px;
}

.instagram {
	display: flex;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: -3px;
}

.nene {
	margin-top: 50px;
	margin-bottom: -3px;
}

.photo {
	width: 100%;
}

.nene_01 {
	width: 336px;
	height: 224px;
	border-radius: 3px;
	border: 7px solid #613a46;	
	margin-left: 5px;
	margin-right: 5px
}
	
.nene_02 {
	width: 336px;
	height: 224px;
	border-radius: 3px;
	border: 7px solid #806226;	
	margin-left: 5px;
	margin-right: 5px
}
	
.name {
	font-size: 18px;
}
	
.note{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
}
}