@charset "utf-8";

/*
Thema Name: 
Thema URI: 
Description: 
*/


/* CSS Document */
@import url("./css/common.css");
@import url("./css/swiper-vars.css");
@import url("./css/swiper.css");


/* ++++++++++++++++
+ 初期のスタイル
++++++++++++++++ */
*,
*::before,
*::after {
    box-sizing: border-box
}

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, font, 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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 1.6rem;
	line-height: 1.6;
	/* -webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%; */
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

input,button,textarea,select {
    font: inherit;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}

img {
   vertical-align: bottom;
}
ul,ol {
   list-style: none;
}

img {
    max-width: 100%;
    display: block
}


div.wpcf7-mail-sent-ok {
	display: none  !important;
border: 2px solid #FFFFFF !important;
}
