@charset "utf-8";

/*---------reset---------*/
* {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}
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;
    vertical-align:baseline;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}

ul, ol {
    list-style:none;
}

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

h1,h2,h3,h4,h5,h6,p{
    letter-spacing: 1px;
}

p{
    line-height: 30px;
}

a {
    margin:0;
    padding:0;
    vertical-align:middle;
    background:transparent;
    text-decoration: none;
    color:#191919;
}

img{
    backface-visibility: hidden;
}


.img-full {
	display: block;
	width: 100%;
	height: auto;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

body {
	font-size: 16px;
	/* font-size: 1.6rem; */
	line-height: 1.625;
	font-weight: 500;
	background: #fff;
	color: #222;
}

main{
    overflow: hidden;
}

header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 37px;
    z-index: 99;
}

header > .content {
	width: 100%;
}


/*---------style---------*/

.sp{
    display: none !important;
}

.tb{
    display: none !important;
}

.pc{
    display: block !important;
}

.en {
	font-family: 'Noto Sans', sans-serif;
}

.block {
	display: block;
}

.in-block {
	display: inline-block;
}

.note {
	text-indent: -1em;
	padding-left: 1em;
}

.fix-box01{
  position: fixed;
  bottom: 0;
  z-index: 1000;
  padding: 16px 0;
  width: 100vw;
  background: #c10000;
  box-shadow: 0px -2px 2px rgb(0 0 0 / 12%);
}

.fix_mail_btn{
  display: block;
  border-radius: 10px;
  width: 80vw;
  max-width: 940px;
  margin: 0 auto;
  background: #FFC226;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.fix_mail_btn:hover{
  background: #ffffff;
  color: #FFC226;
}

.fix_box01_wrap{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px;
  margin: 0 auto;
  width: fit-content;
  width: -moz-fit-content;
}

svg{
  fill: #ffffff;
}

.fix_mail_btn:hover svg{
  fill: #FFC226;
}

.fix_mail_p{
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
}

.fix-box02{
  bottom: -75px;
  right: 1%;
  z-index: 999;
  position: fixed;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.open {
  bottom: 90px;
}

.line_qr_box{
  position: relative;
}

.line_qr_arrow{
  position: absolute;
  top: 35px;
  right: 12px;
}

.line_qr_link{
  position: absolute;
  bottom: 13px;
  left: 19px;
  width: 145px;
}

.line_qr_btn{
  background: #2D2D2D;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.line_qr_btn:hover{
  background: #575757;
}

.line_qr_p{
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.fix-box03{
  bottom: 0;
  right: 2px;
  z-index: 1001;
  position: fixed;
}

.fix-box04{
  bottom: 85px;
  right: 2px;
  z-index: 1001;
  position: fixed;
}

.section {
    padding: 80px 0;
}

.section.pt0 {
	padding-top: 0;
}

.section.pb0 {
	padding-bottom: 0;
}

.bg {
    background: #fdfdf4;
}

.bg_color {
	background: #c10000;
	color: #fff;
}

.content{
    max-width: 1026px;
    margin: 0 auto;
    padding: 0 57px;
}


.ttl {
	margin: 0 0 1.3572em;
	padding: .8145em 0;
	line-height: 1.3;
	letter-spacing: 0;
	font-size: 2.625em;
	font-weight: bold;
	background: #c10000;
	color: #fff;
	text-align: center;
}

.ttl.mb0 {
	margin-bottom: 0;
}

.ttl_m {
	margin: 0 0 1.3572em;
	/* padding: .8145em 0; */
	line-height: 1.3;
	letter-spacing: 0;
	font-size: 1.875em;
	font-weight: bold;
	color: #c10000;
}

.ttl_m .idx {
	display: inline-block;
	margin-right: .5em;
	font-family: 'Noto Sans', sans-serif;
}


/* pc and tb */
@media (min-width: 768px){
	.colWrap {
		display: flex;
		justify-content: space-between;
	}
	
	.colWrap.wrap {
		flex-wrap: wrap;
	}
}

/* *******************************************
  pc
 ******************************************* */
@media (min-width: 768px){

}


/* *******************************************
   tb
 ******************************************* */
@media (max-width: 991px){
	body {
		font-size: 1.66vw;
	}
	
	img {
		max-width: 100%;
		height: auto;
	}

    .pc{
        display: none !important;
    }

    .sp{
        display: none !important;
    }

    .tb{
        display: block !important;
    }
	
	.content {
		max-width: 848px;
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.ttl_m {
		font-size: 1.825em;
	}
}


/* *******************************************
   sp
 ******************************************* */
@media (max-width: 767px){
	body {
		font-size: 15px;
	}
	
    .pc{
        display: none !important;
    }

    .tb{
        display: none !important;
    }

    .sp{
        display: block !important;
    }

	header {
	    height: 29px;
	}

	header .logo {
	    width: 84px;
	    display: block;
	}
	
    .section {
        padding: 50px 0;
    }

    .content{
        /* padding: 0 33px; */
        padding: 0 7.7102%;
    }

	.sp-colWrap {
		display: flex;
		justify-content: space-between;
	}
	
	.sp-colWrap.wrap {
		flex-wrap: wrap;
	}
	
	.ttl {
		padding: 0.875em 0;
		font-size: 1.466em;
		/* font-size: 22px; */
	}
	
	.ttl_m {
		font-size: 1.6667em;
		/* font-size: 25px; */
	}
	
	.ttl_m .idx {
		font-size: .8em;
	}

}

	
@media (max-width: 374px){
	body {
		font-size: 12px;
	}
	
	.ttl_m {
		font-size: 1.6em;
	}
	
    .content{
        padding: 0 15px;
    }
}