body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	list-style-type: none;
    font-family: YakuHanJP, "Noto Sans JP", serif;
    font-optical-sizing: auto;
	letter-spacing: 0.1em;
	line-height: 1;
	font-variant-ligatures:none;
}

figure{
    margin: 0;
    padding: 0;
}

textarea {
	font-size: 100%;
}

*:focus {
outline: none;
}

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

hr{
}

html{
	min-height: 620px;
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;

	font-feature-settings: "palt" 1;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-justify: inter-ideograph;
	scroll-behavior: smooth;
}

iframe[name="google_conversion_frame"]{
	position: absolute;
	top: 0;
}

input, button, textarea, select {
	-webkit-appearance: none;
	appearance: none;
}

body {
    height: 100%;
    background: #fff;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a{
	text-decoration: none;
	color: #000;
}

a:hover{
	text-decoration: none;
	color: #444;
}

a:hover img{
}
 
a img {
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.link_button a {
    text-align: center;
    line-height: 1;
    padding: 12px 40px;
    border: solid 1px #000;
    transition: all ease .5s;
    font-size: 1.2rem;
    background-image: url(../img/common/link_allow.png);
    background-position: center right 8px;
    background-size: 12px;
    background-repeat: no-repeat;
    font-weight: 600;
}

.link_button a:hover{
    background-color: #000;
    color: #fff;
}

.text {
    line-height: 2.4;
}

header{

}

header h1 {
    width: 480px;
    padding-top: 20px;
    margin-left: 20px;
}

header p {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #000;
    color: #ffff;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.01em;
}

.message_block {
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}

.message_block h2 {
    font-size: 4vw;
    /* text-align: center; */
    letter-spacing: 0.01em;
    white-space: nowrap;
    font-weight: 100;
    line-height: 1.4;
}

.news_block{
    margin-top: 40px;
}

.news_block h3 {
    text-align: center;
    margin-bottom: 8px;
    font-size: 1.6rem;
}

.news_block_inner {
    border: solid 1px;
    width: 160px;
    border-radius: 24px;
    padding: 8px 24px;
    box-sizing: border-box;
    margin: 0 auto;
}

.news_block_inner {
    overflow: hidden;
    white-space: nowrap;
}

.marquee {
    display: inline-block;
    animation: marquee 12s linear infinite;
}

.marquee-content {
    display: inline-block;
}

.marquee span {
    display: inline-block;
    margin-right: 16px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* 2セット分の半分だけ移動 */
    }
}

.information_block {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.information_block p {
    line-height: 1.8;
    font-size: 1.2rem;
}

.information_block p:first-child{
    margin-bottom: 24px;
}


.reserve_block {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: solid 1px;
    padding: 72px 72px;
    border-radius: 100%;
}

.reserve_block p {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.01em;
}

footer{
    position: fixed;
    top: 24px;
    right: 8px;
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    top: 50%;
    transform: translate(0, -50%);
}

footer p {
    font-size: 1.2rem;
    font-weight: 300;
}















/* 1260px 以下 */
@media screen and (max-width:1260px) {






}



/* 1160px 以下 */
@media screen and (max-width:1160px) {


}




/* 1080px 以下 */
@media screen and (max-width:1080px) {








}




/* 960px 以下 */
@media screen and (max-width:960px) {







}









/* 800px 以上 */
@media (min-width: 800px) {

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

.sp_view{
	display: none;
}



}



/* 1200px 以上 */
@media (min-width: 1200px) {

html{
    font-size: 65%;
}


}




/* 1400px 以上 */
@media (min-width: 1400px) {

html{
	font-size: 67.5%;
}




}




































































