@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
}
html{
  font: 62.5% 'Noto Sans JP', "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
}
body{
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.75em;
  margin:0;
  color:#313131;
}
img{
  outline:none;
  border-style:none;
  width: 100%;
}
a{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration:none;
}
a:visited{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sp{
  display: none;
}
.sp_i{
  display: none;
}
header{
  max-width: 1100px;
  width: 92%;
  height: 80px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header h1{
  width: calc(495px / 2);
}
.header_contents{
  display: flex;
  align-items: center;
}
.header_contents div{
  margin-left: 10px;
}
.h_info{
  text-align: center;
}
.h_tel{
  font-size: 3.1rem;
}
.h_tel a{
  color: #D01C24;
  position: relative;
  display: flex;
  align-items: center;
}
.h_tel a img{
  width: calc(59px / 2);
  margin-right: 5px;
}
.h_times{
  font-size: 1.5rem;
  line-height: 1;
}
.h_line_btn{
  width: calc(400px / 2);
}
.h_mail_btn{
  width: calc(400px / 2);
}
.mv{
  background-image: url(../img/mv_back.jpg);
  background-size: cover;
  background-position: center;
}
article{
  padding: 70px 0;
}
section{
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
}
article.cta{
  background-image: url(../img/cta_back.jpg);
  background-size: cover;
  background-position: center;
}
.cta_contents{
  margin-bottom: 20px;
}
.cta_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta_box div{
  margin-left: 1.5%;
}
.cta_box div.cta_info{
  text-align: center;
  margin-left: 0;
}
.cta_info_sp{
  display: none;
}

.cta_tel{
  font-size: 5.0rem;
  margin-bottom: 10px;
}
.cta_tel a{
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.cta_tel a img{
  width: calc(93px / 2);
  margin-right: 10px;
}
.cta_times{
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
}
.cta_line_btn{
  width: calc(640px / 2);
}
.cta_mail_btn{
  width: calc(640px / 2);
}
/*-----------------------------------------
merit
------------------------------------------*/
#merit{
  background-image: url(../img/merit_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.merit{
  display: flex;
  width: 100%;
  position: relative;
}
.merit::before{
  content: "";
  background-image: url(../img/merit_mark.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(730px / 2);
  height: calc(719px / 2);
  position: absolute;
  top:-50px;
  right: -115px;
  margin: auto;
}
.merit_txt{
  width: 70%;
}
.merit_txt h2{
  font-size: 4.0rem;
  line-height: 1.75em;
  margin-bottom: 15px;
}
.merit_txt p{
  font-weight: normal;
}
.merit_img{
  width: 42%;
  margin-left: -60px;
  z-index: 1;
}
/*-----------------------------------------
imgheadsup
------------------------------------------*/
#imgheadsup{
  background-image: url(../img/headsup_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#imgheadsup section div{
  margin-bottom: 40px;
}
.imgheadsup_note{
  background-color: #FFFF00;
  text-align: center;
  padding: 15px 0 20px;
  line-height: 1;
}
.imgheadsup_note p{
  font-size: 4.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgheadsup_note p span{
  margin: 0 10px;
}
.imgheadsup_note p img{
  width: calc(106px / 2);
}
/*-----------------------------------------
strengths
------------------------------------------*/
#strengths{
  background-image: url(../img/strengths_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  text-align: center;
}
#strengths div{
  max-width: 1350px;
  width: 92%;
  display: inline-block;
}
/*-----------------------------------------
price
------------------------------------------*/
#price{
  padding-top: 0;
}
#price section{
  max-width: 1460px;
  width: 92%;
}
#price .price_ttl{
  background-image: url(../img/price_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 20px 0 25px;
  line-height: 1;
  margin-bottom: 70px;
}
.price_ttl h3{
  font-size: 4.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price div{
  background-image: url(../img/tomozo_white03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 43px 183px;
  border-radius: 20px;
   box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.price div img{
  margin-bottom: 10px;
}
.price div.price01{
  margin-bottom: 40px;
}
.price_txt {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price01 .price_txt{
  padding: 10px 15px;
  justify-content: center;
}
.price_txt span {
  color: #fff;
  background-color: #D90000;
  font-size: 2.4rem;
  height: 100%;
  padding: 10px 15px;
}
.price_caution{
  text-align: center;
}
/*-----------------------------------------
region
------------------------------------------*/
#region{
  background-image: url(../img/tomozo_white01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#region section{
  max-width: 1200px;
  width: 92%;
}

.region{
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 47px 52px;
  border-radius: 20px;
  width: 100%;
}
.region_txt{
  width: 63%;
  margin-right: 1%;
}
.region_txt img{
  margin-bottom: 23px;
  width: 90%;
}
.region_txt dl{
  display: flex;
  margin-bottom: 10px;
}
.region_txt dl dt{
  font-size: 1.6rem;
  width: 9%;
  border-right: 1px solid #000000;
}
.region_txt dl dd{
  font-size: 1.5rem;
  font-weight: normal;
  width: 91%;
  line-height: 1.75em;
  margin-left: 8px;
}
.region_img{
  width: 36%;
}
/*-----------------------------------------
reason
------------------------------------------*/
#reason{
  background-image: url(../img/tomozo_top_yellow03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.reason_ttl{
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.reason_logo{
  width: 186px;
  margin-right: 40px;
}
.reason_logo h4{
  display: none;
}
.reason_txt{
  text-align: center;
}
.reason_ttl h4{
  font-size: 4.0rem;
  margin-bottom: 10px;
}
.reason_ttl h4 span{
  background-image: linear-gradient(transparent 60%, #FFFF00 60%);
}
.reason_ttl p{
  font-size: 2.6rem;
  font-weight: normal;
}
.reason_contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0 0;
}
.reason_contents > div{
  width: 48.5%;
  background-color: #fff;
  margin-bottom: 50px;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.reason_contents > div:nth-last-child(-n+2){
  margin-bottom: 0;
}
.reason_contents_txt{
  padding: 28px;
}
.reason_contents_txt_ttl{
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.reason_contents_txt_ttl span{
  background-image: linear-gradient(transparent 60%, #FFFF00 60%);
}
.reason_contents_txt_lead{
  font-size: 2.0rem;
  font-weight: normal;
}
.reason_contents > div:before{
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(378px / 2);
  height: calc(164px / 2);
  position: absolute;
  top:-30px;
  left: 0;
  right: 0;
  margin: auto;
}
.reason_box01::before{
  background-image: url(../img/reason_point1.png);
}
.reason_box02::before{
  background-image: url(../img/reason_point2.png);
}
.reason_box03::before{
  background-image: url(../img/reason_point3.png);
}
.reason_box04::before{
  background-image: url(../img/reason_point4.png);
}
/*-----------------------------------------
faq
------------------------------------------*/
#faq{
  position: relative;
}
#faq::after{
  content: "";
  background-image: url(../img/faq_mark.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(865px / 2);
  height: calc(852px / 2);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#faq .faq_ttl{
  background-image: url(../img/price_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 20px 0 25px;
  line-height: 1;
  margin-bottom: 70px;
}
.faq_ttl h3{
  font-size: 4.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*アコーディオンベース*/
.faq .toggle {
  display: none;
}
.faq .Label {
  font-size: 2.4rem;
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #808080;
  background-color: #fff;
}
.faq .Label:first-of-type {
  border-top: 1px solid #808080;
}
.faq .Label span{
  color: #FF0000;
}
.faq .Label:after {
  content: "";
  position: absolute;
  background-image: url(../img/button_open.png);
  background-size: cover;
  width: calc(38px / 2);
  height: calc(21px / 2);
  top: 40%;
  right: 2%;
  transition: all .5s;
}
.faq .Label,
.faq .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transform: translateZ(0);
  transition: all 0.3s;
}
.faq .content {		/*本文*/
  font-size: 2.0rem;
  font-weight: normal;
  background-color: #FFF5DD;
  height: 0;
  padding:0 10px;
  overflow: hidden;
}
.faq .toggle:checked + .Label + .content {	/*開閉時*/
  height: auto;
  padding: 10px 10px;
  transition: all .3s;
  border-bottom: 1px solid #808080;
}
.faq .toggle:checked + .Label::after {
  transform: rotate(180deg) !important;
  transition: all .5s;
}
.faq .toggle:checked + .Label + .content p{
  font-size: 2.0rem;
  padding-right: 30px;
  line-height: 1.75;
}
/*-----------------------------------------
footer
------------------------------------------*/
footer{
  background-image: url(../img/tomozo_white03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.f_shopname{
  padding: 30px 0;
}
.f_shopname dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 700px;
  margin: 0 auto;
}
.f_shopname dt{
  width: 18%;
  margin-right: 2%;
}
.f_shopname dd{
  width: 80%;
  text-align: center;
}
.f_shopname dd ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.f_shopname dd ul li{
  width: 49%;
  font-size: 3.0rem;
}
.f_shopname dd p{
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5em;
}
.f_erea{
  max-width: 1100px;
  width: 92%;
  margin: 0 auto 45px;
}
.f_erea p{
  text-align: center;
}
.f_erea dl{
  display: flex;
  margin-bottom: 10px;
}
.f_erea dl dt{
  font-size: 1.6rem;
  width: 6%;
  border-right: 1px solid #000000;
}
.f_erea dl dd{
  font-size: 1.5rem;
  font-weight: normal;
  width: 94%;
  line-height: 1.75em;
  margin-left: 8px;
}
.copylight{
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  background-color: #333333;
  text-align: center;
  padding: 5px 0;
  line-height: 1;
}
.f_shopname ul.f_logo_sp {
  display: none;
}
.fixation_btn{
  display: none;
}

/******************************************************** スマホ用設定 */
@media screen and (min-width: 0px) and (max-width: 1585px) {
.price div {
  padding: 3% 12.4%;
}
.price div img {
  margin-bottom: 1.2%;
}
.price01 .price_txt {
  padding: 1.2% 2.0%;
}
.price_txt {
  font-size: 1.9vw;
  margin-bottom: 0.5%;
}
.price_caution {
  font-size: 1.39vw;
}
.price_txt span {
  font-size: 1.5vw;
  padding: 1% 1.5%;
}
}
@media screen and (min-width: 0px) and (max-width: 1300px) {
.region {
  padding: 3.9% 4.4%;
}
.region_txt dl dt {
  font-size: 1.25vw;
}
.region_txt dl dd {
  font-size: 1.15vw;
  margin-left: 1.1%;
}
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
article {
  padding: 5.3% 0;
}
body{
  font-size: 1.84vw;
}
.cta_tel {
  font-size: min(4.2vw);
  margin-bottom: 3%;
}
.cta_tel a img{
  width: 10%;
  margin-right: 2%;
}
.cta_times {
  font-size: 1.5vw;
}
.cta_box div.cta_info {
  width: 40%;
}
.cta_line_btn {
  width: 30%;
}
.cta_mail_btn {
  width: 30%;
}
.merit_txt h2 {
  font-size: 3.35vw;
  margin-bottom: 2.0%;
}
.merit::before {
  width: 33%;
  height: 0;
  padding-top: 30.49%;
  background-position: center center;
}
#imgheadsup section div {
  margin-bottom: 4.2%;
}
.imgheadsup_note {
  padding: 1% 0 1.5%;
}
.imgheadsup_note p {
  font-size: 3.35vw;
}
.imgheadsup_note p img {
  width: 4.5%;
}
.imgheadsup_note p span {
  margin: 0 1%;
}
#price .price_ttl {
  padding: 1.9% 0 2.2%;
  margin-bottom: 6%;
}
.price_ttl h3 {
  font-size: 3.35vw;
}
.reason_logo {
  width: 15.5%;
  margin-right: 3.4%;
}
.reason_ttl h4 {
  font-size: 3.35vw;
  margin-bottom: 10px;
}
.reason_ttl p {
  font-size: 2.18vw;
}
.reason_contents {
  padding: 6.5% 0 0;
}
.reason_contents > div {
  margin-bottom: 4.6%;
}
.reason_contents_txt {
  padding: 5.1%;
}
.reason_contents_txt_ttl {
  font-size: 3.2vw;
  margin-bottom: 2.2%;
}
.reason_contents_txt_lead {
  font-size: 1.68vw;
}
.reason_contents > div:before {
  width: 33%;
  height: 0;
  padding-top: 15%;
  background-position: center center;
  top: -6.5%;
}
#faq .faq_ttl {
  padding: 1.9% 0 2.2%;
  margin-bottom: 6%;
}
.faq_ttl h3 {
  font-size: 3.35vw;
}
.faq .Label {
  font-size: 2.00vw;
  padding: 0.9% 1.3%;
}
.faq .content {
  font-size: 1.68vw;
  padding: 0 1.3%;
}
.faq .toggle:checked + .Label + .content {
  padding: 0.9% 1.3%;
}
.faq .Label:after {
  top: 40%;
  right: 2%;
  width: 2%;
  height: 0;
  padding-top: 1.263%;
  background-position: center center;
}
#faq::after{
  bottom: 3%;
  width: 25%;
  height: 0;
  padding-top: 23.497%;
  background-position: center center;
}
.f_erea dl dt {
  width: 8%;
}
.f_erea dl dd {
  width: 92%;
  margin-left: 8px;
}
}
@media screen and (min-width: 0px) and (max-width: 1100px) {
.h_tel {
  margin-bottom: 2%;
  line-height: 1;
}
.h_line_btn,
.h_mail_btn{
  display: none;
}
.fixation_btn{
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 2;
}
.fixation_btn ul{
  display: flex;
}
.fixation_btn ul li{
  width: 19.3%;
  background-color: #048c3f;
}
.fixation_btn ul li:nth-child(2){
  background-color: #9a5500;
}
.fixation_btn ul li:last-child{
  width: 61.4%;
  background-color: #911319;
}
.copylight {
  padding-bottom: 12.3%;
}
}

@media screen and (min-width: 0px) and (max-width: 828px) {
a{
    -webkit-transition: all 0;
    -moz-transition: all 0;
    transition: all 0;
    text-decoration:none;
}
a:visited{
    -webkit-transition: all 0;
    -moz-transition: all 0;
    transition: all 0;
}
a:hover {
    opacity: 1;
    -webkit-transition: all 0;
    -moz-transition: all 0;
    transition: all 0;
}
.sp{
  display: block;
}
.sp_i{
  display: inline-block;
}
article {
  padding: 5% 0;
}
section{
  width: 100%;
  margin: 0 auto;
}
header {
  height: auto;
  padding: 2% 0;
}
header h1 {
  width: 35%;
}
.header_contents {
  width: 54%;
  justify-content: end;
}
.header_contents div {
  margin-left: 0;
}
.h_tel {
  font-size: 6vw;
  margin-bottom: 2%;
}
.h_tel a {
  justify-content: center;
}
.h_tel a img {
  width: 8%;
  margin-right: 5px;
}
.h_times {
  font-size: 2.8vw;
}
.cta section{
  width: 92%;
}
.cta_box{
  flex-wrap: wrap;
}
.cta_info{
  display: none;
}
.cta_box div.cta_info_sp{
  display: flex;
  margin-left: 0;
  margin-bottom: 5%;
}
.cta_box div {
  margin-left: 3%;
}
.cta_box div:first-child {
  margin-left: 0;
}
.cta_tel {
  font-size: 7.4vw;
  margin-bottom: 1.5%;
  margin-top: 1%;
  line-height: 1;
}
.cta_times {
  font-size: 3.6vw;
  margin-left: 10%;
  margin-top: 2%;
}
.cta_box div.cta_line_btn {
  width: 49%;
  margin-left: 0;
}
.cta_box div.cta_mail_btn {
  width: 49%;
  margin-left: 0;
}
#merit section{
  width: 92%;
}
.merit_img {
  margin-left: -10%;
}
.merit::before {
  width: 28%;
  padding-top: 26.49%;
  top: auto;
  bottom: 10%;
  right: 21%;
  opacity: 0.5;
}
.merit_txt {
  width: 89%;
}
.merit_txt h2 {
  line-height: 1.5em;
  font-size: 4.2vw;
}
.merit_txt p {
  font-size: 3.3vw;
  line-height: 1.3;
}
#imgheadsup section {
  width: 92%;
}
#strengths div {
  width: 100%;
}
.price_ttl h3 {
  font-size: 5.35vw;
}

.price div {
  padding: 2.5% 3.5%;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
}
.price div.price01 {
  margin-bottom: 4%;
}
.price_txt {
  font-size: 3vw;
  line-height: 1.3;
  padding-left: 5.3%;
}
.price_txt span {
  font-size: 2.6vw;
  padding: 1.5% 2% 2%;
}
.price_caution {
  font-size: 2.5vw;
  text-align: left;
}
.region {
  display: block;
  border-radius: 20px;
  width: 100%;
}
.region_txt {
  width: 100%;
  margin-right: 0;
}
.region_txt img {
  margin-bottom: -2%;
  width: 100%;
}
.region_img {
  display: none;
}
.region_txt dl dt {
  font-size: 4.3vw;
  width: 22%;
}
.region_txt dl dd {
  width: 86%;
  margin-left: 2%;
  font-size: 3.5vw;
}
#reason {
    background-image: url(../img/reason_bk_sp.jpg);
}
.reason_ttl {
  padding: 3% 0;
}
.reason_logo{
  display: flex;
  width: 100%;
  margin-right: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.2%;
}
.reason_logo img{
  width: 17.5%;
  margin-right: 3%;
}
.reason_logo h4 {
  display: block;
  font-size: 5.7vw;
  margin-bottom: 0;
  line-height: 1.2;
}
.reason_txt h4{
  display: none;
}
.reason_txt {
  width: 100%;
}
.reason_ttl p {
  font-size: 3.3vw;
  line-height: 1.4;
}
.reason_contents {
  justify-content: center;
  padding: 10% 0 10%;
}
.reason_contents > div {
  width: 85%;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
}
.reason_contents_txt_ttl {
  font-size: 6.3vw;
  margin-bottom: 2.5%;
}
.reason_contents_txt_lead {
  font-size: 3.3vw;
  line-height: 1.5;
}
.reason_contents > div {
  margin-bottom: 8.6%;
}
.reason_contents > div:nth-child(3) {
  margin-bottom: 8.6%;
}
#faq section {
  width: 92%;
}
.faq_ttl h3 {
  font-size: 5.35vw;
}
.faq .Label {
  font-size: 4.5vw;
  padding: 1.9% 8.3% 1.9% 0;
  line-height: 1.3;
  text-indent: -1.75em;
  margin-left: 0;
  padding-left: 2.25em;
}
.faq .content {
  font-size: 3.8vw;
  padding: 0 2.3%;
}
.faq .toggle:checked + .Label + .content {
  padding: 2.9% 2.3%;
  line-height: 1.3;
}
#faq::after{
  display: none;

}
.f_shopname ul.f_logo_sp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 85%;
  margin: 0 auto 3%;
}
.f_shopname ul.f_logo_sp li {
  width: 49%;
  font-size: 4.6vw;
  line-height: 1;
}
.f_shopname dl {
  width: 92%;
}
.f_shopname dt {
  width: 21%;
  margin-right: 4%;
}
.f_shopname dd {
  width: 75%;
  text-align: left;
}
.f_shopname dd ul {
  display: none;
}
.f_shopname dd p {
  font-size: 3.5vw;
}
.f_erea p {
  font-size: 3.9vw;
  line-height: 1;
  margin-bottom: 3%;
}
.f_erea dl dt {
  font-size: 4.3vw;
  width: 22%;
}
.f_erea dl dd {
  width: 86%;
  margin-left: 2%;
  font-size: 3.5vw;
}
.f_erea {
  margin: 0 auto 8%;
}
.copylight {
  font-size: 3.5vw;
  padding-top: 1%;
}
}
