@charset "UTF-8";
@import url("https://image.raku-uru.jp/cms/fontcss/font.css");
/* ===================================================

File name: style.css
Description: ファイルの説明
Applied pages: 全ページ
Date:
Copyright:

=====================================================*/
/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	font-size: 15px;
    font-size: 1.5em;
	color: #010101;
    line-height: 1.8;
	letter-spacing:0.05em;
	font-weight: 400;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.contents_inner{
	width: 1200px;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
    color: #010101;
	text-decoration:none;
    cursor: pointer;
    transition: all 0.5s;
}
a:hover {
    opacity: 0.8;
}
.sp{
	display:none;
}
.tb{
	display:none;
}
.pc{
	display:block;
}
.left{
	float: left;
}
.right{
	float: right;
}
@media screen and (max-width: 1200px) {
	.contents_inner{
		width: 95%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 840px) {
    .tb{
        display:block;
    }
}
@media screen and (max-width: 640px) {
	body {
		font-size: 12px;
		font-size: 1.2em;
		line-height: 1.6em;
		letter-spacing: 0.05rem;
	}
    .pc{
		display:none;
	}
    .tb{
        display:none;
    }
	.sp{
		display:block;
	}
}
@media(min-width: 640px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------

	header

-----------------------------------*/
#header {
    height: 100px;
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 50;
}
#header h1{
    width: 210px;
}
#menuBtn {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}
.menu_btn_wrap {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor:pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.menu_btn {
    width: 24px;
    height: 17px;
    display: block;
    position: absolute;
    top: 26px;
    right: 23px;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index:999;
}
.menu_btn .lineh {
    position:absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    top:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.menu_btn .linem {
    position:absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    top:8px;
    opacity: 1;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.menu_btn .lineb {
    position:absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    bottom: 0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.menu_btn.active .lineh {
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:8px;
    right:0;
}
.menu_btn.active .linem {
    opacity: 0;
}
.menu_btn.active .lineb {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:8px;
    right:0;
}

#gNav{
    max-width: 500px;
    width: 80%;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #a9841c;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 130px 20px 20px 20px;
    display:inline-block;
    z-index: 90;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
#gNav.toggle{
    right: 0 !important;
}
#gNav ul{
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #fff;
}
#gNav ul li {
    border-bottom: 1px solid #fff;
}
#gNav ul li a {
    color: #fff;
    display: block;
    padding: 20px 0;
}
#menuBtn.invert .menu_btn_wrap{
    border: 2px solid #000;
}
#menuBtn.invert .lineh,
#menuBtn.invert .linem,
#menuBtn.invert .lineb {
    background: #000;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 840px) {
    .menu_btn_wrap {
        width: 50px;
        height: 50px;
    }
    .menu_btn {
        top: 16px;
        right: 12px;
    }
    #gNav{
        padding: 100px 20px 20px 20px;
    }
}
@media screen and (max-width: 640px) {
    #header {
        padding-top: 10px;
    }
    #header h1{
        width: 150px;
    }
    #menuBtn {
        top: 10px;
    }
    .menu_btn_wrap {
        width: 40px;
        height: 40px;
    }
    .menu_btn {
        top: 11px;
        right: 7px;
    }
}
/*-----------------------------------

	main-image

-----------------------------------*/
#main-image {
	background-image: url(https://image.raku-uru.jp/01/12409/422/main_1728634654111.png);
	padding: 50px 0;
	text-align: center;
  height: 62vw;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  #main-image {
    padding: 30px 10px;
}
}

/*-----------------------------------

	breadcrumb

-----------------------------------*/
#breadcrumb {
    padding-top: 20px;
    font-size: 12px;
}
#breadcrumb ul li {
    float: left;
}
#breadcrumb ul li::after {
    content: ">";
    margin: 0 5px;
    color: #adadad;
}
#breadcrumb ul li:last-child::after {
    content: "";
    margin: 0;
}
#breadcrumb ul li:nth-last-child(2)::after {
    color: #000;
}
#breadcrumb ul li a{
    color: #adadad;
}
@media screen and (max-width: 640px) {
    #breadcrumb {
        padding: 15px 0;
    }
}

/*-----------------------------------

	main-contents

-----------------------------------*/
/*-- block01 --*/
#block01 {
  padding-top: 80px;
  position: relative;
}
#block01:before {
  content: "";
  background: url(https://image.raku-uru.jp/01/12409/431/block01_bg1_1728634659514.png) no-repeat top;
  background-size: contain;
  position: absolute;
  top: 33px;
  left: 52px;
  width: 255px;
  height: 255px;
}
#block01:after {
  content: "";
  background: url(https://image.raku-uru.jp/01/12409/433/block01_bg2_1728634660045.png) no-repeat top;
  background-size: contain;
  position: absolute;
  top: -55px;
  right: -79px;
  width: 452px;
  height: 452px;
  z-index: -1;
}
#block01 .contents_inner {
  text-align: center;
  position: relative;
}
#block01 h2 {
  font-size: 48px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #000;
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
#block01 h2 img {
  position: absolute;
  left: -30px;
  top: 0;
}
#block01 h2::before, #block01 h2::after {
  content: "";
  width: 22px;
  height: 42px;
  display: block;
  vertical-align: middle;
}
#block01 h2::before {
  background: url(https://image.raku-uru.jp/01/12409/228/block01_title_lineL_1632464425789.png) no-repeat;
  background-size: contain;
  margin-right: 0.3em;
  position: absolute;
  bottom: 15px;
  left: -40px;
}
#block01 h2::after {
  background: url(https://image.raku-uru.jp/01/12409/220/block01_title_lineR_1632464422852.png) no-repeat;
  background-size: contain;
  margin-left: 0.3em;
  position: absolute;
  bottom: 15px;
  right: -40px;
}
#block01 .otoku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
#block01 .otoku li {
  width: 32%;
}
/*menu部分*/
#block01 .kikan {
  background: #fff;
  padding: 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  border: 1px solid;
}
#block01 .kikan li {
  text-align: left;
}
#block01 .kikan li:first-child {
  width: 60%;
  border-right: 1px solid #a3a3a3;
  padding-right: 15px;
}
#block01 .kikan li:last-child {
  width: 40%;
  padding-left: 15px;
}
#block01 .kikan li dl dt {
  float: left;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  padding: 5px;
  background: #cfae51;
  color: #fff;
}
#block01 .kikan li dl dd {
  padding-left: 100px;
  line-height: 1.2;
}
#block01 .kikan li dl dd p {
  color: #000;
}
#block01 .kikan li dl dd .period {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}
#block01 .kikan li dl dd .note {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (max-width: 1200px) {
  #block01:before {
    width: 200px;
    height: 200px;
  }
  #block01:after {
    top: auto;
    bottom: 0;
    display: none;
  }
  #block01 h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
  #block01 h2 img {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
    width: 150px;
  }
  #block01 h2::before, #block01 h2::after {
    width: 19px;
    height: 38px;
  }
  #block01 .kikan {
    padding: 25px;
  }
  #block01 .kikan li dl dt {
    font-size: 16px;
    line-height: 1.4;
  }
  #block01 .kikan li dl dd {
    padding-left: 80px;
  }
  #block01 .kikan li dl dd .period {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 840px) {
  #block01 .kikan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #block01 .kikan li:first-child {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #a3a3a3;
    padding: 0 0 15px 0;
  }
  #block01 .kikan li:last-child {
    width: 100%;
    padding: 15px 0 0 0;
  }
}
@media only screen and (max-width: 640px) {
  #block01 {
    padding: 50px 0 0 0;
  }
  #block01:before {
    width: 110px;
    height: 110px;
    left: -18px;
    top: 0;
  }
  #block01:after {
    content: none;
  }
  #block01 h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #block01 h2 img {
    top: -35px;
  }
  #block01 h2::before {
    margin-right: 0.1em;
  }
  #block01 h2::after {
    margin-left: 0.1em;
  }
  #block01 .otoku {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #block01 .otoku li {
    width: 90%;
    margin: 0 auto;
  }
  #block01 .otoku li:not(:last-child) {
    margin-bottom: 20px;
  }
  #block01 .kikan::before {
    width: 140px;
    height: 79px;
    bottom: -30px;
    right: -15px;
  }
  #block01 .kikan li dl dt {
    float: none;
    width: 6em;
    height: auto;
    padding: 5px 0;
    display: block;
    margin-bottom: 10px;
  }
  #block01 .kikan li dl dt br {
    display: none;
  }
  #block01 .kikan li dl dd {
    padding-left: 0;
    width: 100%;
  }
  #block01 .kikan li dl dd .period {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #block01 .kikan li dl dd .note {
    font-size: 13px;
  }
}
/*-- block02 --*/
#block02 {
  padding: 100px 0 50px;
  position: relative;
}
#block02:before {
  content: "";
  background: url(https://image.raku-uru.jp/01/12409/432/block02_bg1_1728634659765.png) no-repeat top;
  background-size: contain;
  position: absolute;
  top: 75px;
  right: -40px;
  width: 198px;
  height: 260px;
}
#block02 h3 {
  padding-top: 46px;
  background: url(https://image.raku-uru.jp/01/12409/367/block02_title_img_1696578469169.png) no-repeat center top;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}
#block02 h3 span {
  font-size: 13px;
  letter-spacing: 0.16em;
  display: block;
  margin-bottom: 30px;
  font-family: 'Times New Roman', sans-serif;
  font-weight: 400;
  color: #b61f22;
}
#block02 .explain_txt {
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 0.01rem;
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
#block02 .block02_box01 {
  position: relative;
  padding: 50px 0 70px 0;
}
#block02 .block02_box01:after {
  content: "";
  background: url(https://image.raku-uru.jp/01/12409/434/block02_bg2_1728634660334.png) no-repeat top;
  background-size: contain;
  position: absolute;
  top: -300px;
  left: -160px;
  width: 452px;
  height: 452px;
  z-index: -1;
}
#block02 .block02_box01:before {
  content: "";
  background: url(https://image.raku-uru.jp/01/12409/434/block02_bg2_1728634660334.png) no-repeat top;
  background-size: contain;
  position: absolute;
  bottom: -285px;
  right: -90px;
  width: 452px;
  height: 452px;
  z-index: -1;
}
#block02 .block02_box01 img.sp {
  display: none;
}
#block02 .block02_box02 {
  padding: 0 0 70px 0;
  position: relative;
}
#block02 .block02_box02:before {
  content: "";
  background: url(https://image.raku-uru.jp/01/12409/429/block02_bg3_1728634658971.png) no-repeat top;
  background-size: contain;
  position: absolute;
  top: -38px;
  left: -10px;
  width: 203px;
  height: 134px;
  z-index: -1;
}
#block02 .block02_box02:after {
  content: "";
  background: url(https://image.raku-uru.jp/01/12409/430/block02_bg4_1728634659234.png) no-repeat top;
  background-size: contain;
  position: absolute;
  /* bottom: -150px;
  right: -50px; */
  bottom: -120px;
    right: -70px;
  width: 164px;
  height: 182px;
  z-index: -1;
}
#block02 .block02_box02 img.sp {
  display: none;
}
#block02 .block02_box03 {
  padding: 0;
  position: relative;
}
#block02 .block02_box03 img.sp {
  display: none;
}
#block02 .block02_box03:before {
  content: "";
  background: url(https://image.raku-uru.jp/01/12409/434/block02_bg2_1728634660334.png) no-repeat top;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 452px;
  height: 452px;
  z-index: -1;
}
#block02 .block02_box03::after {
  content: "";
  background: url(https://image.raku-uru.jp/01/12409/434/block02_bg2_1728634660334.png) no-repeat top;
  background-size: contain;
  position: absolute;
  top: -130px;
  left: -95px;
  width: 452px;
  height: 452px;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  #block02:before {
    width: 150px;
    height: 150px;
  }
  #block02 .block02_box02:before {
    width: 150px;
    height: 150px;
  }
  #block02 .block02_box02:after {
    bottom: -380px;
    right: -70px;
  }
  #block02 .block02_box03:before {
    display: none;
  }
  #block02 .explain_txt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #block02 {
    padding: 50px 0;
  }
  #block02:before {
    content: none;
  }
  #block02 h2 {
    font-size: 32px;
  }
  #block02 h2 span {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #block02 .explain_txt {
    font-size: 18px;
  }
  #block02 .block02_box01 {
    padding: 0 0 40px 0;
  }
  #block02 .block02_box01 img.pc {
    display: none;
  }
  #block02 .block02_box01 img.sp {
    display: block;
  }
  #block02 .block02_box01:before {
    bottom: -375px;
    right: 60px;
  }
  #block02 .block02_box01:after {
    top: -50px;
    left: 80px;
  }
  #block02 .block02_box02 {
    padding: 0 0 40px 0;
  }
  #block02 .block02_box02 img.pc {
    display: none;
  }
  #block02 .block02_box02 img.sp {
    display: block;
  }
  #block02 .block02_box02:before {
    content: none;
  }
  #block02 .block02_box02:after {
    display: none;
  }
  #block02 .block02_box03 {
    padding: 0;
  }
  #block02 .block02_box03:before {
    bottom: auto;
    top: 0;
  }
  #block02 .block02_box03::after {
    top: -60px;
    left: 75px;
  }
  #block02 .block02_box03 img.pc {
    display: none;
  }
  #block02 .block02_box03 img.sp {
    display: block;
    position: relative;
    z-index: 1;
  }
}
/*-- block03 --*/
#block03 {
  background: #21203f;
  padding: 80px 0;
  text-align: center;
}
#block03 .intro_txt {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  line-height: 1.2;
}
#block03 .intro_txt::before {
  content: "";
  width: 17px;
  height: 32px;
  background: url(https://image.raku-uru.jp/01/12409/233/block03_copy_lineL_1632464426971.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#block03 .intro_txt::after {
  content: "";
  width: 17px;
  height: 32px;
  background: url(https://image.raku-uru.jp/01/12409/230/block03_copy_lineR_1632464426263.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#block03 .intro_txt .price {
  font-family: 'Times New Roman', sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  margin: 0 10px;
}
#block03 .block03_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#block03 .block03_wrap .image {
  position: relative;
}
#block03 .block03_wrap .block03_limited {
  width: 154px;
  position: absolute;
  top: -7%;
  left: -7%;
}
#block03 .block03_wrap .block03_img {
  position: relative;
}
#block03 .kikan {
  background: #fff;
  padding: 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
#block03 .kikan li {
  text-align: left;
}
#block03 .kikan li:first-child {
  width: 60%;
  border-right: 1px solid #a3a3a3;
  padding-right: 15px;
}
#block03 .kikan li:last-child {
  width: 40%;
  padding-left: 15px;
}
#block03 .kikan li dl dt {
  float: left;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  padding: 5px;
  background: #cfae51;
  color: #fff;
}
#block03 .kikan li dl dd {
  padding-left: 100px;
  line-height: 1.2;
}
#block03 .kikan li dl dd p {
  color: #000;
}
#block03 .kikan li dl dd .period {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}
#block03 .kikan li dl dd .note {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (max-width: 1200px) {
  #block03 .intro_txt {
    font-size: 20px;
    letter-spacing: 0;
  }
  #block03 p .price {
    font-size: 38px;
    margin: 0 5px;
  }
  #block03 .kikan {
    padding: 25px;
  }
  #block03 .kikan li dl dt {
    font-size: 16px;
    line-height: 1.4;
  }
  #block03 .kikan li dl dd {
    padding-left: 80px;
  }
  #block03 .kikan li dl dd .period {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 840px) {
  #block03 .kikan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #block03 .kikan li:first-child {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #a3a3a3;
    padding: 0 0 15px 0;

  }
  #block03 .kikan li:last-child {
    width: 100%;
    padding: 15px 0 0 0;
  }
}
@media only screen and (max-width: 640px) {
  #block03 {
    padding: 50px 0;
  }
  #block03 .intro_txt {
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 20px;
  }
  #block03 p .price {
    font-size: 32px;
    margin: 0 5px;
  }
  #block03 .block03_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #block03 .block03_wrap .block03_img {
    width: 100%;
  }
  #block03 .block03_wrap .block03_text {
    width: 100%;
  }
  #block03 .kikan::before {
    width: 140px;
    height: 79px;
    bottom: -30px;
    right: -15px;
  }
  #block03 .kikan li dl dt {
    float: none;
    width: 6em;
    height: auto;
    padding: 5px 0;
    display: block;
    margin-bottom: 10px;
  }
  #block03 .kikan li dl dt br {
    display: none;
  }
  #block03 .kikan li dl dd {
    padding-left: 0;
    width: 100%;
  }
  #block03 .kikan li dl dd .period {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #block03 .kikan li dl dd .note {
    font-size: 13px;
  }
}
/*-- block04 --*/
#block04 {
    background: #f0ede7;
    padding: 100px 0;
}
#block04 h2 {
    padding-top: 40px;
    background: url(https://image.raku-uru.jp/01/12409/312/block02_title_img_1664337208101.png) no-repeat center top;
    background-size: 48px 26px;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
	color: #000;
    text-align: center;
    margin-bottom: 80px;
}
#block04 h2 span {
    font-size: 18px;
    letter-spacing: 0.16em;
    display: block;
    margin-bottom: 30px;
    font-family: 'Times New Roman',sans-serif;
    font-weight: 400;
    font-style: italic;
}
#block04 img {
    margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
    #block04 {
        padding: 50px 0;
    }
    #block04 h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    #block04 h2 span {
        font-size: 14px;
        margin-bottom: 20px;
    }
}
/*-- block05 --*/
#block05 {
   	background: #a01f24;
    padding: 100px 0;
}
#block05 .block05_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
#block05 .block05_wrap .block05_exclusive {
    width: 20%;
    max-width: 115px;
    position: absolute;
    top: -5%;
    left: -2%;
}
#block05 .block05_wrap .image {
	position: relative;
}
#block05 .block05_wrap .block05_text {
    width: 50%;
}
#block05 .kikan {
    background: #fff;
    padding: 25px 40px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}
#block05 .kikan li {
    text-align: left;
}
#block05 .kikan li:first-child {
    width: 60%;
    border-right: 1px solid #a3a3a3;
    padding-right: 15px;
}
#block05 .kikan li:last-child {
    width: 40%;
    padding-left: 15px;
}
#block05 .kikan li dl dt {
    float: left;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    padding: 5px;
    background: #cfae51;
	color: #fff;
}
#block05 .kikan li dl dd {
    padding-left: 90px;
    line-height: 1.2;
}
#block05 .kikan li dl dd p {
	color: #000;
}
#block05 .kikan li dl dd .period {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}
#block05 .kikan li dl dd .note {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
}
@media only screen and (max-width: 1200px) {
    #block05 .kikan {
        padding: 25px;
    }
    #block05 .kikan li dl dt {
        font-size: 16px;
        line-height: 1.4;
    }
    #block05 .kikan li dl dd {
        padding-left: 80px;
    }
    #block05 .kikan li dl dd .period {
        font-size: 22px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 840px) {
    #block05 .kikan {
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
    }
    #block05 .kikan li:first-child {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #a3a3a3;
        padding: 0 0 15px 0;
    }
    #block05 .kikan li:last-child {
        width: 100%;
        padding: 15px 0 0 0;
    }
}
@media only screen and (max-width: 640px) {
    #block05 {
        padding: 50px 0;
    }
    #block05 .block05_wrap {
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
    }
    #block05 .block05_wrap .block03_img {
        width: 100%;
    }
    #block05 .block05_wrap .block03_text {
        width: 100%;
    }
	#block05 .kikan::before {
        width: 140px;
        height: 79px;
        bottom: -30px;
        right: -15px;
    }
    #block05 .kikan li dl dt {
        float: none;
        width: 6em;
        height: auto;
        padding: 5px 0;
        display: block;
        margin-bottom: 10px;
    }
   	#block05 .kikan li dl dt br {
        display: none;
    }
    #block05 .kikan li dl dd {
        padding-left: 0;
        width: 100%;
    }
    #block05 .kikan li dl dd .period {
        font-size: 18px;
        margin-bottom: 10px;
    }
    #block05 .kikan li dl dd .note {
        font-size: 13px;
    }
}
/*-- block06 --*/
#block06 {
    padding: 100px 0;
}
#block06 h2 {
	padding-top: 46px;
    background: url(https://image.raku-uru.jp/01/12409/367/block02_title_img_1696578469169.png) no-repeat center top;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
margin-bottom:80px;
}
#block06 h2 span {
  font-size: 13px;
  letter-spacing: 0.16em;
  display: block;
  margin-bottom: 30px;
  font-family: 'Times New Roman', sans-serif;
  font-weight: 400;
  color: #b61f22;
}
#block06 .block06_box01 {
    margin-bottom: 100px;
}
#block06 .block06_box01 ul {}
#block06 .block06_box01 ul li {
  width: 580px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
#block06 .block06_box01 ul li a {
    display: block;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    background: #fff;
}
#block06 .block06_box01 .imageArea {
    position: relative;
}
#block06 .block06_box01 .imageArea span {
    position: absolute;
    display: block;
    width: 115px;
    border: 1px solid #b80d00;
    background: #fff;
    line-height: 1;
    font-size: 14px;
    color: #b80d00;
    text-align: center;
    padding: 8px 0;
    top: 0;
    left: 0;
}
#block06 .block06_box01 .textArea {
    position: relative;
    padding: 30px 56px;
    text-align: center;
    line-height: 1.5;
}
#block06 .block06_box01 .textArea::after {
    content: "";
    width: 26px;
    height: 7px;
    background: url(https://image.raku-uru.jp/01/12409/253/block06_box01_icon_1632464492298.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
}
#block06 .block06_box01 .textArea .title {
    font-size: 24px;
    font-weight: 700;
}
#block06 .block06_box01 .textArea .price {
    font-size: 16px;
}
#block06 .block06_box01 .textArea .price span{
    font-size: 24px;
    font-weight: 700;
}
#block06 .block06_box02,
#block06 .block06_box03 {
    margin-bottom: 80px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
#block06 .block06_box04 {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
#block06 .titleArea {
    width: 300px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#block06 .titleArea h3 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    font-size: 32px;
    line-height: 1.2;
}
#block06 .titleArea h3 span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #999999;
    margin-right: 20px;
    font-family: 'Times New Roman',sans-serif;
    font-style: italic;
}
#block06 .contentArea {
    width: calc(100% - 300px);
}
#block06 .contentArea > ul > li {
    border: 1px solid #e5e5e5;
    padding: 40px 40px 40px 70px;
    font-weight: 700;
    position: relative;
}
#block06 .contentArea > ul > li::before {
    content: "";
    width: 12px;
    height: 14px;
    background: url(https://image.raku-uru.jp/01/12409/314/block06_icon_1664337208629.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 45px;
    left: 40px;
}
#block06 .contentArea ul li .copy {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1;
}
#block06 .contentArea ul li .copy span {
    color: #b80d00;
}
#block06 .block06_box03 .contentArea ul li .copy span.small {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
#block06 .contentArea ul li .text {
    font-size: 16px;
    line-height: 1.6;
}
#block06 .block06_box03 .contentArea ul li .text span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
#block06 .block06_box02 .contentArea ul li .left {
    width: calc(100% - 263px);
}
#block06 .block06_box02 .contentArea ul li .right {
    width: 223px;
}
#block06 .block06_box03 .contentArea ul li .left {
    width: 400px;
}
#block06 .block06_box03 .contentArea ul li dl dt {
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
#block06 .block06_box03 .contentArea ul li dl dt span {
    display: inline-block;
    margin-left: 15px;
    font-size: 13px;
    font-weight: 400;
}
#block06 .block06_box03 .contentArea ul li dl dd {
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 30px;
}
#block06 .block06_box03 .contentArea ul li .right {
    width: calc(100% - 400px);
}
#block06 .block06_box03 .contentArea ul li .right img {
    width: 116px;
    display: block;
    margin: 0 auto;
}
#block06 .block06_box04 .contentArea {
    border: 1px solid #e5e5e5;
    padding: 40px;
}
#block06 .block06_box04 .contentArea > ul > li {
    border: none;
    padding: 0 0 0 20px;
    font-weight: 400;
    position: relative;
    line-height: 2;
    font-size: 15px;
}
#block06 .block06_box04 .contentArea > ul > li::before {
    content: "";
    width: 12px;
    height: 14px;
    background: url(https://image.raku-uru.jp/01/12409/314/block06_icon_1664337208629.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 9px;
    left: 0px;
}
#block06 .block06_box04 .contentArea > ul > li span {
    display: block;
    margin-left: 1em;
    text-indent: -1em;
}
@media only screen and (max-width: 1200px) {
    #block06 .block06_box01 .textArea .title {
        font-size: 22px;
    }
    #block06 .block06_box01 .textArea .title .tb {
        display: block;
    }
    #block06 .block06_box01 .textArea .price span{
        font-size: 22px;
    }
    #block06 .block06_box02 .contentArea ul li .text .pc{
        display: none;
    }
    #block06 .block06_box02 .contentArea ul li .left {
        width: 100%;
        margin-bottom: 30px;
    }
    #block06 .block06_box02 .contentArea ul li .right {
        width: 100%;
    }
    #block06 .block06_box02 .contentArea ul li .right img {
        width: 223px;
        display: block;
        margin: 0 auto;
    }
    #block06 .block06_box03 .contentArea ul li .left {
        width: 320px;
    }
    #block06 .block06_box03 .contentArea ul li dl dt {
        font-size: 16px;
        letter-spacing: 0;
    }
    #block06 .block06_box03 .contentArea ul li dl dd {
        font-size: 14px;
        letter-spacing: 0;
    }
    #block06 .block06_box03 .contentArea ul li .right {
        width: calc(100% - 320px);
    }
}
@media only screen and (max-width: 840px) {
    #block06 .block06_box01 .textArea {
        padding: 20px 40px;
    }
    #block06 .block06_box01 .textArea::after {
        width: 20px;
        height: 5px;
        right: 20px;
    }
    #block06 .block06_box01 .textArea .title {
        font-size: 18px;
        letter-spacing: 0;
    }
    #block06 .block06_box01 .textArea .price {
        font-size: 14px;
        letter-spacing: 0;
    }
    #block06 .block06_box01 .textArea .price span{
        font-size: 18px;
    }
    #block06 .block06_box02,
    #block06 .block06_box03,
    #block06 .block06_box04 {
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
    }
    #block06 .titleArea {
        width: 100%;
        margin-bottom: 50px;
    }
    #block06 .titleArea h3 {
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        text-align: center;
    }
    #block06 .titleArea h3 span {
        margin-right: 0;
        margin-top: 10px;
    }
    #block06 .contentArea {
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    #block06 {
        padding: 50px 0;
    }
    #block06 h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    #block06 h2 span {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #block06 .block06_box01 {
        margin-bottom: 50px;
    }
    #block06 .block06_box01 ul {
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
    }
    #block06 .block06_box01 ul li {
        width: 100%;
    }
    #block06 .block06_box01 ul li:first-child {
        margin-bottom: 20px;
    }
    #block06 .block06_box02,
    #block06 .block06_box03 {
        margin-bottom: 40px;
    }
    #block06 .titleArea {
        margin-bottom: 30px;
    }
    #block06 .titleArea h3 {
        font-size: 26px;
    }
    #block06 .titleArea h3 span {
        font-size: 12px;
    }
    #block06 .contentArea > ul > li {
        padding: 20px 20px 20px 50px;
    }
    #block06 .contentArea > ul > li::before {
        top: 20px;
        left: 25px;
    }
    #block06 .contentArea ul li .copy {
        font-size: 18px;
    }
    #block06 .contentArea ul li .text {
        font-size: 14px;
    }
    #block06 .block06_box03 .contentArea ul li .left {
        width: 100%;
        margin-bottom: 20px;
    }
    #block06 .block06_box03 .contentArea ul li .right {
        width: 100%;
    }
    #block06 .block06_box04 .contentArea {
        padding: 20px;
    }
    #block06 .block06_box04 .contentArea > ul > li {
        font-size: 14px;
        line-height: 1.6;
    }
    #block06 .block06_box04 .contentArea > ul > li::before {
      top: 4px;
    }
}
/*-- contact_block --*/
#contact_block {
}
#contact_block h2 {
    padding-top: 46px;
    background: url(https://image.raku-uru.jp/01/12409/367/block02_title_img_1696578469169.png) no-repeat center top;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
margin-bottom: 80px;
}
#contact_block h2 span {
  font-size: 13px;
  letter-spacing: 0.16em;
  display: block;
  margin-bottom: 30px;
  font-family: 'Times New Roman', sans-serif;
  font-weight: 400;
  color: #b61f22;
}
#contact_block .contact_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
#contact_block .telArea {
    width: 50%;
    height: 310px;
    background: url(https://image.raku-uru.jp/01/12409/252/contact_tel_bg_1632464491340.png) no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#contact_block .telArea::before {
    content: "";
    width: 60px;
    height: 60px;
    background: url(https://image.raku-uru.jp/01/12409/246/contact_tel_icon_1632464489848.png) no-repeat;
    background-size: contain;
    margin-right: 40px;
}
#contact_block .telArea p {
    font-size: 20px;
    font-weight: 700;
}
#contact_block .telArea .tel {
    font-size: 52px;
    font-family: 'Times New Roman',sans-serif;
    font-style: italic;
    line-height: 1;
    margin: 10px 0;
}
#contact_block .telArea .time {
    font-size: 15px;
}
#contact_block .formArea {
    width: 50%;
    height: 310px;
    background: url(https://image.raku-uru.jp/01/12409/257/contact_form_bg_1632464493113.png) no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#contact_block .formArea::before {
    content: "";
    width: 60px;
    height: 60px;
    background: url(https://image.raku-uru.jp/01/12409/258/contact_form_icon_1632464493758.png) no-repeat;
    background-size: contain;
    margin-right: 40px;
}
#contact_block .formArea a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: block;
}
#contact_block .formArea a::after {
    content: "";
    width: 26px;
    height: 7px;
    background: url(https://image.raku-uru.jp/01/12409/259/contact_form_arrow_1632464494036.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
@media only screen and (max-width: 1200px) {
    #contact_block .telArea::before {
        margin-right: 20px;
    }
    #contact_block .formArea::before {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 840px) {
    #contact_block .telArea::before {
        margin-right: 10px;
    }
    #contact_block .telArea p {
        font-size: 16px;
    }
    #contact_block .telArea .tel {
        font-size: 40px;
    }
    #contact_block .telArea .time {
        font-size: 12px;
        letter-spacing: 0;
    }
    #contact_block .formArea::before {
        margin-right: 10px;
    }
    #contact_block .formArea a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 640px) {
    #contact_block {
    }
    #contact_block h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    #contact_block h2 span {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #contact_block .contact_wrap {
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
    }
    #contact_block .telArea {
        width: 100%;
        height: 200px;
    }
    #contact_block .telArea::before {
        content: "";
        width: 40px;
        height: 40px;
        top: 40px;
    }
    #contact_block .telArea .tel {
        font-size: 36px;
    }
    #contact_block .telArea .tel a {
        color: #fff;
    }
    #contact_block .telArea .time {
        font-size: 12px;
    }
    #contact_block .formArea {
        width: 100%;
        height: 200px;
    }
    #contact_block .formArea::before {
        content: "";
        width: 40px;
        height: 40px;
        top: 40px;
    }
    #contact_block .formArea a {
        font-size: 16px;
    }
}
/*-----------------------------------

	pagetop

-----------------------------------*/
.btn-pagetop {
	position: fixed;
	right: 20px;
	bottom: 75px;
	transition: all linear .2s;
	text-align: right;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	z-index: 101;
}
.btn-pagetop.is-show {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.btn-pagetop a {
	display: block;
	width: 98px;
	height: 96px;
	cursor: pointer;
    background: url(https://image.raku-uru.jp/01/12409/255/pagetop_1632464492669.png) no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 18px;
    font-family: 'Times New Roman',sans-serif;
    font-style: italic;
    text-align: center;
    padding-top: 35px;
}
@media only screen and (max-width: 640px) {
    .btn-pagetop a {
    	width: 80px;
    	height: 78px;
        font-size: 16px;
        padding-top: 24px;
    }
}
/*-----------------------------------

	footer

-----------------------------------*/
#footer {
    background: url(https://image.raku-uru.jp/01/12409/248/footer_bg_1632464490240.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}
#footer .contents_inner {
    position: relative;
}
#footer h1 {
    position: absolute;
    width: 69px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
#footer .footer_menu {
    margin-bottom: 60px;
    padding: 0 80px;
}
#footer .footer_menu ul {
    line-height: 0;
}
#footer .footer_menu ul li {
    display: inline-block;
    line-height: normal;
}
#footer .footer_menu ul li:not(:last-child) {
    margin-right: 30px;
}
#footer .footer_menu ul li a{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}
#footer .copyright {
    font-size: 13px;
    color: #fff;
}
@media only screen and (max-width: 1200px) {
    #footer .footer_menu ul li:not(:last-child) {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 640px) {
    #footer {
        padding: 50px 0;
    }
    #footer h1 {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto 30px;
        transform: none;
        -webkit- transform: none;
    }
    #footer .footer_menu {
        margin-bottom: 30px;
        padding: 0;
    }
    #footer .footer_menu ul li {
        display: block;
    }
    #footer .footer_menu ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }
    #footer .footer_menu ul li a{
        font-size: 14px;
    }
    #footer .copyright {
        font-size: 12px;
    }
}

/*-----------------------------------

	privacy&law

-----------------------------------*/
#privacy_law {
  padding: 50px 0;
}
#privacy_law .ttl {
  margin-bottom: 30px;
  text-align: center;
}
#privacy_law .main-article {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}
/* 基本table
--------------------------------------*/
table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}

table table {
  width: 100%;
}

th, td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  margin: 0 0 -1px 0;
  vertical-align: middle;
  padding:5px;
}

table tr:last-child td:last-child {
  margin-bottom:0;
}

th {
  background: #f6f6f7;
}

/* ご利用ガイド用スタイル */
table.about-tbl {
  margin: 24px auto;
  width: 100%;
}
table.about-tbl th, table.about-tbl td {
  padding: 10px;
}
table.about-tbl a {
  text-decoration: underline;
}

table.shipment-tbl {
  margin-bottom: 30px;
}
table.shipment-tbl table {
  margin-bottom: 15px;
}
table.shipment-tbl th, table.shipment-tbl td {
  font-size: 14px;
}
table.shipment-tbl td {
  padding: 5px 10px;
}
table.shipment-tbl thead th,
table.shipment-tbl thead td {
  text-align: center;
  font-weight: bold;
}
.shipment-tbl-normal-shippoint-point span {
  display: inline-block;
}
.shipment-tbl-tkbsize-defined {
  margin-top: 30px;
}
.shipment-tbl-tkbsize-defined thead td {
  background: #f6f6f7;
}
.shipment-tbl-tkbsize-defined tbody tr td:last-child {
  border-bottom-width: 2px;
}
.shipment-tbl-eidome a {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
  table.shipment-tbl th {
    max-width:22em;
  }
  table.shipment-tbl table th {
    max-width: 10em;
  }
  .shipment-tbl-tkbsize-defined tbody tr td:last-child {
    border-width: 1px;
  }
}
/*-----------------------------------

	block_voice

-----------------------------------*/
#block_voice {
	padding:100px 0 0 0;	
}
#block_voice p {
    text-align: center;
    font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
    padding-bottom: 40px;
}
#block_voice h2 span {
  font-size: 13px;
  letter-spacing: 0.16em;
  display: block;
  margin-bottom: 30px;
  font-family: 'Times New Roman', sans-serif;
  font-weight: 400;
  color: #b61f22;
}
#block_voice h2 {
    padding-top: 46px;
    background: url(https://image.raku-uru.jp/01/12409/367/block02_title_img_1696578469169.png) no-repeat center top;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
	
	#block_voice {
		padding:40px 0 0 0;	
	}
	#block_voice h2 {
		font-size: 32px;
		margin-bottom: 40px;
	}
	#block_voice p {
		font-size: 14px;
	}
	
}
/* ===================================================

File name: reset.css
Description: ファイルの説明
Applied pages: 全ページ
Date:
Copyright:

=====================================================*/
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,dialog,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}body{line-height:1em;font-size:84%;}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}body{background:#fff;color:#333;font-size:small;font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;line-height:1.5em}img{vertical-align:top;}li{list-style:none;}*{zoom:1;}.left{float:left !important;}.right{float:right !important;} a.mouse-over:hover img {opacity:0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )";}.center { text-align:center;
}


