@charset "UTF-8";
body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.slider {
    width: 100%;
    background-image: url("../img/main_2023.jpg");
    background-color: #FFF;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    background-size: 100% auto;
    height: auto;
    padding-top: 42.8%;
}
*+html .slider {
    background-position: center top;
    background-repeat: repeat-x;
}
.catch  {
	text-align: center;
	display: block;
	margin: -200px 0 0 -200px;  /*縦横の半分をネガティブマージンでずらす*/
	position: absolute;  /*body要素に対して絶対配置*/
	top: 50%;  /*上端を中央に*/
	left: 23%;  /*左端を中央に*/
	width: 400px;  /*横幅*/
	height: 400px;  /*縦幅*/
}
.slider .catch img {
    width: 400px;
}
.main-btn {
    width : -webkit-calc(100% / 3);
    width : calc(100% / 3);
    height: 80vh;
    min-height: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border: 0;
    box-shadow: 0px 0px 8px 0px #d4d4d4;
    position: relative
}
.main-btn a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%; 
    width: 100%; 
}
.menu-photo, .menu-photo2, .menu-photo3 {
    width: 100%;
    height: 45vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 3px solid #C3040A;
}
.menu-photo {
    background-image: url("../img/btn-image1.jpg");
}
.menu-photo2 {
    background-image: url(../img/btn-image2.jpg);
}
.menu-photo3 {
    background-image: url("../img/btn-image3.jpg");
}
.coment {
    padding: 25px;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 13px;
    line-height: 180%;
    text-decoration: none;
}
.coment p {
    margin: 0;
}
.back-image1, .back-image2, .back-image3, .back-image4 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    min-height: 470px;
}
.back-image1 {
    float: left;
    background-image: url("../img/senjyo01.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50% auto;
}
.back-image2 {
    float: left;
    background-image: url(../img/rebuild01.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50% auto;
}
.back-image3 {
    background-image: url(../img/okamoto-photo.jpg);
    background-position: left 5%;
    background-repeat: no-repeat;
    background-size: 50% auto;
}
.back-image4 {
    float: left;
    background-image: url(../img/kaitori01.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50% auto;
}
.back-image5 {
    background-image: url(../img/tyui-image.png);
    background-position: 5% 7%;
    background-repeat: no-repeat;
    background-size: 30% auto;
}
.l-contens {
    width: 50%;
    padding: 30px;
    margin: 0;
    float: left;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 14px;
    line-height: 180%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 500px;
    position: relative;
    left: 5%;
}
.r-contens {
    width: 50%;
    padding: 30px;
    float: right;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 14px;
    line-height: 180%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 500px;
    position: relative;
    right: 5%;
}
.r-contens2 {
    width: 60%;
    padding-top: 30px;
    padding-bottom: 30px;
    float: right;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 14px;
    line-height: 180%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 700px;
    position: relative;
    right: 3%;
    padding-left: 40px;
    padding-right: 40px;
    color: #FFFFFF;
}
.omoi {
    width: 100%;
    margin: 0;
    padding-left: 1.5em;
    box-sizing: border-box;
    list-style: none;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
}
.omoi li {
    line-height: 220%;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 15px;
    position: relative;
}
.omoi li::after {
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
  display: block;
  content: '';
  position: absolute;
  top: 1.1em;
  left: -1em;
  width: 8px;
  height: 1.5px;
  background-color:#C3040A;
}
.check1 {
    width: 90%;
    padding-left: 2.9em;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
}
.check1 li {
    position: relative;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 21px;
    line-height: 170%;
    margin-bottom: 15px;
    list-style: none;
    color: #fff;
    letter-spacing: 1px;
}
.check1 li::after {
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 14px;
    color: #fff;
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: -2.7em;
  width: 21px;
  height: 7px;
  border-left: 5px solid #F3D800;
  border-bottom: 5px solid #F3D800;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.check2 {
    width: 90%;
    padding-left: 2.9em;
    margin: 0;
}
.check2 li {
    position: relative;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 15px;
    list-style: none;
}
.check2 li::after {
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 14px;
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: -2.7em;
  width: 21px;
  height: 7px;
  border-left: 5px solid #C3040A;
  border-bottom: 5px solid #C3040A;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.head-back {
    margin: 0;
    padding: 0;
    background-color: #0075C2;
}
header {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    height: 80px;
    width: 95%;
    margin-bottom: 0px;
    margin-top: 0px;
}
header p {
    max-width: 57%;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    line-height: 170%;
    margin: 0;
    text-decoration: none;
    color: #FFFFFF;
}
.logo {
    height: 45px;
}
.logo-sp {
    height: 0;
    display: none;
}
.h-tel {
    height: 80px;
    float: right;
    position: absolute;
    top: 3px;
    right: 5%;
}
body a {
    color: #000;
    text-decoration: none;
}
.clear {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: auto;
	clear: both;
}
h1 {
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    text-decoration: none;
    line-height: 180%;
    letter-spacing: -1px;
    color: #000000;
}
h2 {
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    font-size: 21px;
    line-height: 160%;
    position: relative;
    padding: 0 0 0.5em 0.7em;
    border-bottom: 1px solid black;
    margin-top: 0px;
}
 
h2::after {
     position: absolute;
     top: 0.2em;
     left:0;
     content: '';
     width: 5px;
     height:1em;
     background-color:#0075C2;
}

h3 {
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    font-size: 20px;
    position: relative;
    color: white;
    padding-top: 0.6em;
    padding-right: 0.4em;
    padding-left: 1.6em;
    padding-bottom: 0.6em;
    background-color: #C3040A;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 120%;
}
 
h3:after {
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 18px;
     height:4px;
     background-color:white;
}
h4 {
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 150%;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #0075C2;
}
h5 {
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    text-align: left;
    font-size: 15px;
    line-height: 180%;
    color: #0075C2;
    margin-top: 0px;
    margin-bottom: 15px;
}
 
h5 span{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 3px 1.0em 2px;
}
      
h5 span::before{
     position: absolute;
     content: '';
     top:0;
     right:-0.2em;
     width: 0.4em;
     height:100%;
     border: solid 1px #0075C2;
     border-left: none;
}
 
h5 span::after{
     position: absolute;
     content: '';
     top:0;
     left:0;
     width: 0.4em;
     height:100%;
     border: solid 1px #0075C2;
     border-right: none;
}
.lead1 {
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    margin-right: auto;
    margin-left: auto;             /* デフォルトCSS打ち消し */
    font-size: 15px;    /* 周りの余白指定 */
    position: relative;    /* 位置調整 */
    text-align: center;
    display: block;
    line-height: 180%;
    color: #000000;
}
.point1 {
    font-size: 1.3em;
    line-height: 200%;
    text-decoration: none;
}
.point3 {
    width: 80%;
    max-width: 550px;
    font-size: 40px;
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    line-height: 250%;
    color: #FFFFFF;
    display: block;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
    padding: 0 55px;
    margin-left: auto;
    margin-right: auto;
}
.point3:before {
  content: '';
  position: absolute;
  top: 30%;
  display: inline-block;
  width: 150px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(60deg);
}
.point3:after {
  content: '';
  position: absolute;
  top: 30%;
  display: inline-block;
  width: 150px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.point3:before {
  left:0;
}
.point3:after {
  right: 0;
}
.pink_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, rgba(255,0,31,0.40) 0%) repeat scroll 0 0;
}
.pink_line_strong {
    font-size: 1.5em;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, rgba(255,0,31,0.40) 0%) repeat scroll 0 0;
    font-family: "FOT-ロダンNTLG Pro DB";
}
.red_line_strong {
    font-size: 1.5em;
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, rgba(243,216,0,0.60) 0%) repeat scroll 0 0;
    line-height: 150%;
    color: rgba(213,0,3,1.00);
}
.strong_line {
    font-size: 1.5em;
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, rgba(243,216,0,0.60) 0%) repeat scroll 0 0;
    line-height: 150%;
    color: #C3040A;
}
.strong_point {
    font-size: 1.5em;
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    line-height: 150%;
    color: #C3040A;
}
.strong_point_w {
    font-size: 1.1em;
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    color: #F3D800;
    border-bottom: 1px solid #F3D800;
    padding-bottom: 2px;
}
.strong_redline {
    font-size: 1.1em;
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    color: #C3040A;
    border-bottom: 1px solid #C3040A;
    padding-bottom: 2px;
}
.blue_line{
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #BBDCF4 0%) repeat scroll 0 0;
}
.yellow_line {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ffffbc 0%) repeat scroll 0 0;
}
.tyui {
    width: 95%;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 13px;
    text-align: justify;
    line-height: 180%;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 20px;
    color: rgba(0,0,0,1.00);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 1100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dotted #C30003;
}
.campaign {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 15px;
    text-align: justify;
    line-height: 230%;
    text-decoration: none;
    letter-spacing: 2px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    color: #000;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 1100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFDF1;
    border: 7px solid #C3040A;
    padding-left: 20px;
}
.flow {
    width: 95%;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 15px;
    line-height: 170%;
    text-decoration: none;
    letter-spacing: 1px;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 0;
    display: block;
}
.flow li {
    margin-bottom: 20px;
    color: #000000;
}
.hiyou1 {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin-bottom: 50px;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hiyou1 th:first-child, .hiyou1 .th-s {
    width: 15%;
    border: solid 1px #ccc;
    padding: 7px 5px;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    text-align: center;
    font-size: 15px;
    line-height: 180%;
    box-sizing: border-box;
}
.hiyou1 th {
    width: 35%;
    background-color: #E6E6E6;
    border: solid 1px #ccc;
    padding: 7px 5px;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    text-align: center;
    font-size: 15px;
    line-height: 180%;
    box-sizing: border-box;
    color: #000000;
}
.hiyou1 td {
    border: solid 1px #ccc;
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 7px;
    padding-bottom: 7px;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    text-align: left;
    font-size: 15px;
    line-height: 180%;
    box-sizing: border-box;
    letter-spacing: 0px;
}
.maker {
    border: solid 1px #ccc;
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 7px;
    padding-bottom: 7px;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    text-align: left;
    font-size: 13px;
    line-height: 180%;
    box-sizing: border-box;
    background-color: #EAF6FF;
}
.hiyou1 td:last-child {
    border: solid 1px #ccc;
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 7px;
    color: #E80003;
    font-family: "Noto Sans JP", sans-serif; font-weight: 900;
    text-align: left;
    font-size: 20px;
    line-height: 180%;
    box-sizing: border-box;
    letter-spacing: 90%;
}
.obi {
    width: 100%;
    background-color: rgba(240,231,213,1.00);
    padding-top: 30px;
    padding-bottom: 30px;
}
.obi2 {
    width: 100%;
    background-color: #0094F6;
    padding-top: 30px;
    padding-bottom: 30px;
}
.font1 {
    font-family: "Noto Sans JP", sans-serif; font-weight: 900;
    color: rgba(255,255,255,1.00);
    text-align: center;
    text-decoration: none;
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 120%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.font2 {
    font-family: "Noto Sans JP", sans-serif; font-weight: 900;
    color: rgba(255,255,255,1.00);
    text-align: center;
    text-decoration: none;
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 120%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-box{
	font-family: "Noto Sans JP", sans-serif; font-weight: 700;
	font-size: 12px;
	line-height: 250%;
	text-decoration: none;
	letter-spacing: 2px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 25px;
	box-sizing: border-box;
    margin: 10px auto;
	height: auto;
	width: 70%;
}
.news-box ul {
    width: 100%;
    height: 400px;
    min-height: auto;
    box-sizing: border-box;
    padding: 0 2%;
    margin: 0;
    overflow: scroll;
    clear: both;
    border: 1px solid #0075C2;
}
.news-box ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    text-align: justify;
    line-height: 180%;
    display: block;
    margin: 0;
    border-bottom: 1px dotted #ccc;
    color: #000;
}
.news-box ul li a {
    color: #0075C2;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    text-decoration: underline;
}
.news-box ul li .day{
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    text-align: left;
    text-decoration: none;
    color: #000;
}
.c-box{
	font-family: "Noto Sans JP", sans-serif; font-weight: 700;
	font-size: 12px;
	line-height: 250%;
	text-decoration: none;
	letter-spacing: 2px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 30px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: auto;
	width: 90%;
	max-width: 1100px;
}
.c-box p {
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 14px;
    line-height: 180%;
    text-decoration: none;
    letter-spacing: 1px;
    margin-left: 25px;
    padding: 0;
    color: #000;
}
#top-image{
    width: 100%;
    padding-top: 40%;
    padding-bottom: 7%;
    background-image: url(../img/top_pc.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    z-index: 2;
    max-height: 700px;
    background-size: cover;
}
.tel {
    display: block;
    background-image: url(../img/tel.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
    width: 300px;
    height: 73px;
    position:fixed;
    top: 0;
    z-index: 999;
    right: 30px;
}
.point {
    padding-left: 30px;
    display: inline-block;
}

.lede{
    display: block;
    width: 800px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 17px;
    text-align: justify;
    line-height: 180%;
    text-decoration: none;
    letter-spacing: 2px;
    margin-right: auto;
    margin-left: auto;
    color: #2b2b2b;
}
.baner {
    width: 100%;
    padding-top: 21.6%;
    background-image: url("../img/kaitori/2302_top_50up_pc.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    z-index: 2;
    background-size: cover;
}
.baner2 {
    width: 100%;
    padding-top: 26%;
    background-image: url("../img/senjyo-campaign_v3.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    z-index: 2;
    background-size: cover;
}
.baner3 {
    width: 100%;
    padding-top: 33%;
    background-image: url("../img/kyanter_banner_pc2023.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    z-index: 2;
    background-size: cover;
}
.toiawase-baner {
    width: 400px;
    height: 392px;
    background-image: url("../img/kiku-btn2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    background-size: cover;
}
.toiawase-baner.change {
    background-image: url("../img/kiku-btnb.jpg");
}
.toiawase {
    margin-right: auto;
    margin-left: auto;
    width: 650px;
    margin-top: 50px;
    text-decoration: none;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 110px;
    margin-bottom: 50px;
}
.toiawase a {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #C3040A;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.toiawase a:hover {
    background-color: #0075C2;
}
.toiawase2 {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    text-decoration: none;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 90px;
    margin-bottom: 20px;
    width: 90%;
    max-width: 500px;
}
.toiawase2 a {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #C3040A;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.toiawase2 a:hover {
    background-color: #0075C2;
}
.toiawase-btn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    box-sizing: border-box;
    padding-top: 30px;
}
footer {
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #000000;
    width: 100%;
    background-color: #0075C2;
    color: #FFFFFF;
    background-image: url(../img/f-back.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 50% auto;
    margin-top: 50px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-size: 12px;
    text-align: center;
}
footer a {
    color: #FFFFFF;
    text-decoration: none;
}
footer p{
    font-size: 11px;
    text-align: center;
    margin-top: 35px;
    color: #FFFFFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.f-logo {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 10px;
}
#footer #c {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    line-height: 250%;
    color: rgba(255,255,255,1.00);
}

.fade_in {
    transition: all 500ms 0s ease;
    transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
}

.fade_in.js_active {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}
.f-tel {
    display: none;
}

@media only screen and (max-width: 1000px) {
.slider_sp {
    width: 100%;
    background-image: url("../img/main_sp2023.jpg");
    background-color: #FFF;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding-top: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    height: auto;
    background-size: 100% auto;
}
.slider {
    width: 0;
    padding: 0;
    margin: 0;
    display: none;
    background: none;
}
header p {
    width: 45%;
    max-width: none;
    line-height: 150%;
    color: #FFFFFF;
}
.logo {
    height: 40px;
}
.back-image1, .back-image2, .back-image3, .back-image4 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 55%;
}
.back-image1, .back-image2, .back-image3, .back-image4 {
    float: none;
    background-position: center top;
    background-size: 85% auto;
}
.back-image5 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 70%;
    float: none;
    background-position: center top;
    background-size: 75% auto;
}
.l-contens, .r-contens {
    width: 86%;
    max-width: auto;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    font-size: 13px;
    max-width: none;
    position: static;
}
.r-contens2 {
    width: 86%;
    max-width: auto;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    font-size: 13px;
    max-width: none;
    position: static;
}
.main-btn {
    width : 100%;
    height: 35vh;
    min-height: 0;
    border: 0;
    box-shadow: 0px 0px 8px 0px #d4d4d4;
    position: relative;
}
.main-btn a {
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%; 
    width: 100%;
}
.menu-photo, .menu-photo2, .menu-photo3 {
    width: 37%;
    height: 35vh;
    margin-right: 15px;
    background-position: right center;
    background-size: cover;
    border-right: 2px solid #C3040A;
    border-bottom: 0px;
    float: left;
}
.coment {
    padding: 12px;
    font-family: "Noto Sans JP", sans-serif; font-weight: 700;
    font-size: 11px;
    line-height: 170%;
}
h4 {
    font-size: 18px;
    margin-bottom: 3px;
    letter-spacing: 0px;
}
h5 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
}
}

@media only screen and (max-width: 767px) {
header {
    margin-top: 50px;
    height: auto;
    padding-top: 5px;
    width: 95%;
}
header p {
    width: 100%;
    max-width: none;
    font-size: 11px;
    line-height: 200%;
    text-decoration: none;
}
.logo {
    width: 0;
    display: none;
    height: 35px;
    position:fixed;
    top: 7px;
    left: 5px;
    z-index: 999;
}
.logo-sp {
    display: inherit;
    height: 35px;
    position:fixed;
    top: 7px;
    left: 5px;
    z-index: 999;
}
.h-tel {
    display: none;
}
.f-tel {
    width: 80%;
    max-width: 450px;
    position:fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);left: 50%;
    z-index: 999;
    display: block;
}
h1 {
    font-size: 22px;
}
h1 br {
    display: none;
}
h2 {
    font-size: 19px;
}
.point3 {
    width: 80%;
    max-width: 550px;
    font-size: 30px;
    font-family: "Noto Sans JP", sans-serif; font-weight: 800;
    line-height: 250%;
    color: #FFFFFF;
    display: block;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
    padding: 0 35px;
    margin-left: auto;
    margin-right: auto;
}
.point3:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(60deg);
}
.point3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.tel {
    display:none;
}
.campaign {
    font-size: 13px;
    line-height: 200%;
    letter-spacing: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 5px solid #C3040A;
}
    .news-box {
        width: 90%;
        float: none;
        height: auto;
        margin: 10px auto;
        display: block;
    }
    .news-box ul {
        height: 300px;
        min-height: auto;
    }
.c-box {
    width: 90%;
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 0px;
}
.c-box p {
    width: 100%;
    font-size: 13px;
    text-align: justify;
    line-height: 170%;
    text-decoration: none;
    letter-spacing: 2px;
    margin-left:auto;
    margin-right: auto;
    padding: 0;
    color: rgba(47,47,47,1.00);
}
.contents_c {
    width: 100%;
    min-width: 0px;
}
.hyou-koment {
    width: 90%;
    font-size: 13px;
    text-align: justify;
    line-height: 170%;
    text-decoration: none;
    letter-spacing: 2px;
    margin-left:auto;
    margin-right: auto;
    padding: 0;
    color: rgba(47,47,47,1.00);
}
.hiyou1{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.hiyou1 th:first-child, .hiyou1 .th-s {
    width: 17%;
    font-size: 13px;
}
.hiyou1 th {
    font-size: 13px;
}
.hiyou1 th:last-child {
    width: 31%;
    font-size: 13px;
}
.hiyou1 td {
    font-size: 13px;
}
.hiyou1 td:last-child {
    font-size: 14px;
}
.font1 {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 150%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.font2 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 150%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.baner {
    width: 100%;
    padding-top: 66.7%;
    background-image: url("../img/kaitori/2302_top_50up_sp.jpg");
    margin-top: 30px;
    margin-bottom: 0;
    background-size: cover;
}
.baner2 {
    width: 100%;
    padding-top: 72.6%;
    background-image: url("../img/senjyo-campaign_sp_v3.jpg");
    margin-top: 30px;
    margin-bottom: 0;
    background-size: cover;
}
.baner3 {
    width: 100%;
    padding-top: 57.5%;
    background-image: url("../img/kyanter_banner_sp2023.jpg");
    margin-top: 30px;
    margin-bottom: 30px;
    background-size: cover;
}
.toiawase-baner {
    width: 70%;
    height: auto;
    padding-top: 69%;
    background-image: url("../img/kiku-btn.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    background-size: cover;
}
.toiawase-baner.change {
    width: 80%;
    height: auto;
    padding-top: 79%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    background-size: cover;
    background-image: url("../img/kiku-btnb.jpg");
}
.toiawase, .toiawase2 {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    margin-top: 30px;
    text-decoration: none;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    height: 70px;
}
.toiawase-btn {
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 10px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding-left: 5px;
}
footer p{
	font-size: 10px;
}
f-section{
    width: 96%;
}
f-left{
    width: 100%;
    font-size: 11px;
    line-height: 180%;
}

f-right{
    width: 100%;
}
.yohaku{
    padding-top: 120px;
}
}

@media only screen and (max-width: 590px) {
.main-btn {
    height: 170px; 
}
    
.main-btn a {
    display: flex;
    align-items: center;   
    padding: 10px;
    box-sizing: border-box;
}
    
.menu-photo, .menu-photo2, .menu-photo3 {
    width: 38%;
    height: 150px;         
    object-fit: cover;
}

.menu-photo3 {
    background-position: left;  
}    

.coment {
    width: 52%;
}
.about {
    margin-bottom: 40px;   
}

.about h1 {
    font-size: 20px;
}
}

@media only screen and (max-width: 400px) {
.main-btn {
    height: 200px; 
}    
.main-btn h4 {
    font-size: 4.5vw;   
}
.menu-photo, .menu-photo2, .menu-photo3 {
    height: 130px;
}
}