@charset "utf-8";

/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* add to
---------------------------------------------------------- */
html{
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}
main{
	display: block;
}
img {
	border-style: none;
}
button, input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}



/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
body {
	color: #591f1f;
	font-size: 32px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.85;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}

a {
	color: #591f1f;
	text-decoration: underline;
}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
del{
	font-style: line-through;
}

sup, sub {
	line-height: 1.35;
	font-size: 70%;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}

table{
	max-width: 100%;
}

/* PCのみ */
@media all and (min-width: 680px) {
	body{
		min-width: 680px;
	}
	#all{
		width: 680px;
		margin: auto;
	}
	
	a,
	a img{
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	a:hover{
		text-decoration: none;
	}
	a:hover img{
		opacity: 0.9;
		filter: alpha(opacity=90);
		-ms-filter: "alpha( opacity=90 )";
	}
}
/* SPのみ */
@media all and (max-width: 679px) {
	body{
		width: 100%;
		min-width: 320px;
		font-size: calc(32vw / 750 * 100);
		font-size: 18px;
	}
	#all{
		width: 100%;
	}
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */

.bg_pink{
	background: #ffd1d5;
}
.bg_white_pink{
	background: #fff4f5;
}


/* video
---------------------------------------------------------- */
video{
	width: 100%;
	display: block;
}
.wrap_movie02,
.wrap_movie06{
	position: relative;
}
.wrap_movie02 video{
	position: absolute;
	top: 17%;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
}
.wrap_movie04 video{
	width: 90%;
	margin: auto;
}
.wrap_movie06 video{
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
}


/* modal
---------------------------------------------------------- */
.wrap_modal_btn{
	padding: 3% 0;
}
.wrap_modal_btn02{
	padding-bottom: 10%;
}
.wrap_modal_btn03{
	padding-bottom: 10%;
}
.wrap_modal_btn a{
	display: block;
	width: 95%;
	margin: auto;
}

/* Modal Base */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 101;
}

/* Modal Content */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  z-index: 102;
}
@media screen and (max-width: 679px) {
  .modal-content {
    width: 95vw;
  }
}
.modal-inner {
  position: relative;
  background: white;
  width: 100%;
  min-height: 100px;
  max-height: 800px;
  overflow-x: hidden;
  overflow-y: auto;
	height: 85vh;
}

/* Close Button */
.btn_close {
  display: block;
  position: absolute;
  top: -35px;
  right: 0;
/*  height: 40px;*/
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  line-height: 1;
  z-index: 105;
}
.btn_close::after{
	content: "×";
	font-size: 30px;
	display: inline-block;
	vertical-align: text-bottom;
}

/* Modal カスタマイズ */
.wrap_btn_modal_close{
	position: relative;
}
.btn_close_btm{
	position: absolute;
	bottom: 2.6%;
	left: 0;
	right: 0;
	margin: auto;
	width: 45%;
	display: block;
}
#modal-02 .btn_close_btm{
	bottom: 1.8%;
}
#modal-03 .btn_close_btm{
	bottom: 1.5%;
}
/* SPのみ */
@media all and (max-width: 679px) {
	.modal-inner {
		height: 76vh;
		max-height: 90vh;
	}
	.btn_close {
		font-size: calc(20vw / 680 * 100);
		top: -6%;
	}
	.btn_close::after{
		font-size: calc(30vw / 680 * 100);
	}
	body.Android .btn_close::after{
		vertical-align: text-top;
		font-size: calc(28vw / 680 * 100);
	}
}



/* cv
---------------------------------------------------------- */
.cv{
	position: relative;
}
.cv a{
	display: block;
	margin: auto;
	width: calc(686 / 750 * 680px);
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
}
.cv a img{
	display: block;
	margin: auto;
	/*animation: anime1 0.5s ease 0s infinite alternate;*/
}
@keyframes anime1 {
	from {
		transform: scale(0.9,0.9);
	}
	to {
		transform: scale(1,1);
	}
}
/* SPのみ */
@media all and (max-width: 679px) {
	.cv a{
		width: calc(686vw / 750 * 100);
	}
}


/* info
---------------------------------------------------------- */
.info{
	padding: 0 1.5em;
	font-size: 20px;
}
/* SPのみ */
@media all and (max-width: 679px) {
	.info{
		font-size: 3vw;
	}
}


/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer{
	padding: 10% 5% 7%;
	text-align: center;
	font-size: 20px;
	color: #591f1f;
}
.logo{
	margin: auto;
	width: calc(267 / 750 * 680px);
}
footer a{
	color: #591f1f;
	text-decoration: none;
}
footer li{
	list-style: none;
}
footer ul{
	display: flex;
	justify-content: center;
	margin: 6% 0 4%;
}
footer ul li{
	list-style: none;
	line-height: 1;
	font-size: 19px;
	padding: 0 0.7em;
	border-right: 2px solid #591f1f;
}
footer ul li:first-child{
	padding-left: 0;
}
footer ul li:last-child{
	border: none;
	padding-right: 0;
}
a[href^="tel:"]{
	color: #591f1f;
}
address{
	margin-top: 1em;
	font-style: normal;
}
/* SPのみ */
@media all and (max-width: 679px) {
	footer{
		font-size: calc(20vw / 750 * 100);
	}
	.logo{
		width: calc(245vw / 750 * 100);
	}
	footer ul li{
		font-size: calc(19vw / 750 * 100);
		border-width: calc(2vw / 750 * 100);
	}
}