/*基本ルール*/

.lp .logo{width:20%;}
.lp .logo{margin-right:auto;}
@media screen and (max-width:750px){
.lp .logo{width:45%;}
}


.lp .space1{margin-bottom:2em;}
.lp .space{margin-bottom:5em;}
.lp .space2{margin-bottom:8em;}
.lp .space3{margin-bottom:10em;}

.lp a {
color:#132238;/*yellow*/
display:block;
color:#132238;
text-decoration-line:none;}

a:hover{color:orange;}


.lp .menu-item{
list-style:none;
display:inline-block;
padding:10px;}

.lp header{
display:flex;
width:100%;
height:15%;
align-items:center;
}


body {
color:#4e454a;
}

.lp .img{text-align: center;}
.lp img{max-width:100%;
  height:auto;
}


.lp h2, .lp h3, .lp h4, .lp h5, .lp h6 {
  font-weight: bold;
  line-height: 1.7;
}



.lp h2 {font-size:250%;
color:#132238;
text-align:center;
margin-bottom:1em;
  position: relative;
  font-weight: bold;
  line-height: 1.7;
}
.lp h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 70px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #927a49; /*下線の色*/
}

@media screen and (max-width:750px){
  .lp h2{font-size:180%;}
  .lp .space { margin-bottom: 3em; }
  .lp h6, .lp .strong { font-size: 150% !important; }
  .lp .balloon1-right { max-width: 100% !important;}
}

.lp h4 {
margin-top:2em;
font-size:150%;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #927a49;
}

.lp h4:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

.lp h5 {
  font-size:180%;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 100vh;
  background-color:#927a49;
  text-align:center;
}

.lp h6 {
  margin-top:-0.lp .5em;
  margin-bottom:1em;
  padding: 0rem 1rem;
  border-left: 4px solid #927a49;
  font-size:180%;
  text-align:left;
  color:#132238;
}


.lp .orgcolor{
color:#132238;
}


.lp .strong{
font-weight:bold;
font-size:180%;
text-align:center;}


.lp .strong2{
font-weight:bold;
font-size:180%;
text-align:left;}

.lp .mark {
 background: linear-gradient(transparent 80%, #927a49 0%);
}





/*flexbox*/

.lp .flexbox{
display:flex;
    flex-wrap: wrap;
padding:0.lp .4em;
margin:0 0 2em;
text-align:center;
align-items:center;
justify-content:center;
}

.lp .flexbox>div{
padding:1em;
flex:1 0 300px;
margin:0 auto;
}


.lp .flexbox2{
display:flex;
flex-wrap:wrap;

padding:0em;
margin:0 0 1em;
text-align:left;
align-items:baseline;
justify-content:center;
}

.lp .flexbox2>div{
padding:1em;
flex:1 0 200px;
margin:0 auto;
}


.lp .flexbox3{
display:flex;
flex-wrap:wrap;

padding:0em;
margin:0 0 1em;
text-align:left;
justify-content:center;
}

.lp .flexbox3>div{
padding:1em;
flex:1 0 400px;
margin:0 auto;
}

.lp .textleft{
text-align:left;}



.lp .flexbox4{
display:flex;
flex-wrap:wrap;
padding:0.4em;
margin:0 0 2em;
align-items:center;
justify-content:center;

}

.lp .flexbox4>div{
padding:1em;
margin:0 auto;
}



/*ハンバーガーメニュー*/
.lp nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #eee;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.lp .6s;
    width: 100%;
}
.lp nav.globalMenuSp ul {
    background: #fdd000;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.lp nav.globalMenuSp ul li {
    font-size: 1.lp .1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
/* 最後はラインを描かない */
.lp nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.lp nav.globalMenuSp ul li a {
    display: block;
    color: #3e3a39;
    padding: 1em 0;
}
/* このクラスを、jQueryで付与・削除する */
.lp nav.globalMenuSp.active {
    transform: translateY(0%);
}
.lp .navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #3e3a39;
    text-align: center;
}
.lp .navToggle span {
    display: block;
    position: absolute;    /* .lp .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.lp .navToggle span:nth-child(1) {
    top: 9px;
}
.lp .navToggle span:nth-child(2) {
    top: 18px;
}
.lp .navToggle span:nth-child(3) {
    top: 27px;
}
.lp .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.lp .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.lp .navToggle.active span:nth-child(2),
.lp .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}






/*当サイトについて*/


.lp div.center{text-align:center;}

@media screen and (min-width: 750px){
.lp .img03{
width:85%;}
}
@media screen and (max-width: 750px){
  .lp .img03{
    width:100%;
  }

  .lp .flexbox3{
    display: block !important;
  }  
}


.lp #pv iframe{
    display : block;
    margin : 0 auto;
    max-width: 100% !important;
  }


@media screen and (max-width: 750px){
#pv {
     position: relative;
     padding-bottom: calc(393.75 / 700 * 100%);
}

#pv iframe {
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
}
}













/*利用手順*/

.lp .bg{
    background-image: url(img/back.jpg);    /* 背景画像指定 */
}


.lp .gray
{background-color:#E6E6E6;
}

.lp .img04{margin-bottom:5em;}

@media screen and (max-width:750px){
.lp .kaitori_step{width:100%;}
}


.lp select{
	border :1px solid #eee;
	font-size :120%;
  font-weight:bold;
  float: left;
  max-width: 180px;
}

@media screen and (max-width:750px){
  .lp select{
    font-size:100%;
    width: 150px;
    height: 40px;
  }
}

.lp li {
  line-height: 1.5 !important;
}

.lp .mitumoristart{
font-size:120%;
color:#3e3a39;
       margin: auto;
}

.lp td{
padding:5px;
text-align: left;
line-height: 2;
}

.lp .sankaku{color:#3e3a39;}

.lp .btn{display:inline-block;
padding:0.5em 1em;
text-decoration:none;
background:#927a49;
color:#fff;
font-weight:bold;
font-size:180%;
border-bottom:solid 10px FireBrick;
border-radius:3px;
}

.lp .btn:active{
-webkit-transform:translateY(10px);
transform: transformY(10px);
border-bottom:none;}




/*陸送／船便／航空便 組み合わせいろいろ*/

.lp .balloon1-left {
  position: relative;
  display: inline-block;
  margin: 3em 0 3em 15px;
  padding: 3em 3em;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 110%;
  background: #3e3a39;
border-radius: 10px;
}

.lp .balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #3e3a39;
}

.lp .balloon1-left p {
  margin: 0;
  padding: 0;
}


@media screen and (max-width: 750px){
.lp .balloon1-left {
  font-size: 85%;
width:100%;}
}




.lp .balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 3em 3em;
  min-width: 120px;
  max-width:80%;
  color: #fff;
  font-size: 110%;
  background: #3e3a39;
border-radius: 10px;
}

.lp table td {
  border: none !important;
  text-align: left;
}

.tbl-confirm table tr td:first-child {
  width: auto;
}

.tbl-confirm h2, .tbl-confirm h3, .tbl-confirm h4, .tbl-confirm h5, .tbl-confirm h6 {
  line-height: 1 !important;
}

.tbl-confirm table tr td {
  line-height: 1 !important;
}

.lp .balloon1-right table {
    border-collapse: separate;
    text-indent: initial;
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-align: start;
    border-spacing: 2px;
    font-variant: normal;
}

.lp .balloon1-right table th {
  text-align: center;
}

.lp .balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #3e3a39;
}

.lp .balloon1-right p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 750px){
.lp .balloon1-right {
  font-size: 85%;
width:100%;}
}



.lp .flex-basis01{
flex: 5;
    margin-right: auto;
}
.lp .flex-basis02{
  flex: 1.2;
}



.lp .yusouhouhou{
margin-top:1em;
font-size : 120%;

}
.lp .yusouhouhouth{
color:#3e3a39;
background-color:#fdd000;
padding:0.5em 2.5em;

}
.lp .yusouhouhoutd{
color:#3e3a39;
background-color:#E6E6E6;
padding:0.5em 2.5em;

}



.lp .center{text-align:center;}






/*ランキング*/
.lp .ranking{
width:70%;

    margin: 0 auto;
}

@media screen and (max-width:750px){
.lp .ranking{width:100%;}
}




/*選ばれる理由*/

.lp .left{text-align:left;}


.lp th.marubatu, .lp td.marubatu{

    padding: 10px 5px;          /* 余白指定 */
}

.lp th.marubatu{color:white;
    background-color:  #927a49;    /* 背景色指定 */
}

.lp td.marubatu{
    background-color:  #F2F2F2;    /* 背景色指定 */
}



.lp table.marubatu {font-size:125%;
    border-collapse: separate;  /* 表の線と線の間を空ける */
    border-spacing:  3px;       /* 表の線と線の間の幅 */
    width:100%;
}


.lp .maru{font-weight:bold;
font-size:125%;
color:#927a49;}

.lp .batu{font-weight:bold;
font-size:125%;
color:#3e3a39;}



/*お客様の声*/




.lp hr {
    border-top: 3px dotted #3e3a39;
    border-right: none;
    border-bottom: none;
    border-left: none;
}






.lp section{
    margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:96%;         /* 幅を決定する */
margin-top:2em;
margin-bottom:2em;}





.lp dl{  margin:30px;
     line-height:1.8em;
     font-size: 1.4em;
     overflow: hidden;
     _zoom: 1;
background-color:white;
}


.lp dl dt{
     margin:20px 20px 10px 10px;
}

.lp dl dd:first-letter,
.lp dl dt:first-letter{
     font-size: 2.5em;
     font-weight: bold;
     margin-right:10px;
     padding:5px;
}

.lp dl dd{
     margin: 20px 20px 10px 10px;
     padding-bottom:15px;
}

.lp dl dt:first-letter{
     color: #4e454a;
}
.lp dl dd:first-letter{
     color: #927a49;
}



/*Q&A*/

.lp .qanda{
background-color:#E6E6E6;
}


.lp .grad-btn {
  /*.lp .grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ。*/
color:#666;
font-weight:bold;
}
.lp .grad-btn::before {
  content: "　続きを読む"
}
.lp .grad-item {
  position: relative;
  overflow: hidden;
  height: 20px; /*隠した状態の高さ*/
}
.lp .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

  content: "";
}
.lp .grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.lp .grad-trigger:checked ~ .grad-btn::before {
  content: "　閉じる" /*チェックされていたら、文言を変更する*/
}
.lp .grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.lp .grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}



/*以下追記*/

.topcontainer {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.topcontainer2 {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.headline4, .headline5, .headline6 {
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.3em;
}

.headline4 {
  margin-top:2em;
  font-size:150%;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #927a49;
}

.headline4:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

.headline5 {
  width: fit-content;
  margin:0 auto;
  font-size:180%;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 100vh;
  background-color:#927a49;
}

.headline6 {
  margin-top:-0.lp .5em;
  margin-bottom:1em;
  padding: 0rem 1rem;
  border-left: 4px solid #927a49;
  font-size:180%;
  text-align:left;
  color:#132238;
}

.mokuzi-001 {
  margin-bottom: 30px;
  border: 3px solid #132238;
  border-radius: 1em;
}

.mokuzi-001 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #132238;
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
}

.mokuzi-001 > ul {
  padding: 2em 1em 1em 2em;
}

.mokuzi-001 > ol {
  padding: 1em 0.3em 0.3em 3em;
}

.mokuzi-001 a:active {
  color: #132238;
}

.wakugumi p {
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.3em;
  line-height: 1.7;
  font-size: 2rem;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.wakugumi span {
  letter-spacing: 0.3em;
  line-height: 1.7;
  font-size: 2rem;
}
.midasi {
  position: relative;
  padding: 0.25em 0;
}
.midasi:after {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(to right, #927a49, transparent);
}
.midasiline-topbottom {
  font-weight:bold;
  border-top: solid 3px #927a49;
  border-bottom: solid 3px #927a49;
  margin: 0 auto 50px;
  padding: 5px 5px 5px 5px;
}

.midasiline-topbottom2 {
  width: fit-content;
  font-weight:bold;
  border-top: solid 3px #927a49;
  border-bottom: solid 3px #927a49;
  margin: 0 auto 50px;
  padding: 5px 5px 5px 5px;
}

.midashi_henkou {
  width: fit-content;
  padding: 1rem 2rem;
  border-left: 7px solid #132238;
  background: #927a49;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff !important;
}

.box01 {
  padding: 1.5em 1em;
  margin: 2em 0;
  font-size: 1.7rem;
  letter-spacing: 0.3em;
  border: solid 3px #927a49;
}

.box01 p {
  margin: 0; 
  padding: 0;
}

.box02 {
  position: relative;
  margin: 2em 0;
  padding: 1.5em 1.5em;
  border: solid 3px #927a49;
  border-radius: 1em;
}

.box02 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 2rem;
  background: #FFF;
  color: #927a49;
  font-weight: bold;
}

.box02 p {
  margin: 0;
  padding: 1;
  letter-spacing: 0.3em;
  font-size: 2rem;
}

.box-05{
  padding: 2em 2em 1em 2em;
  margin: 2em 0em;
  color: #333;
  font-size: 2rem;
  background: white;
  border-top: solid 5px #132238;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.box-05 p {
  margin: 0;
  padding: 0;
}

.box-05 > ul {
  padding: 2em 1em;
}

.box-06 {
  padding: 1em 1em 0.5em 0.5em;
  margin: 2em 0;
  color: #2c2c2f;
  background: #f0f8ff;
  font-size: 2rem;
}

.box-06 p {
  padding: 0em 0.8em 0.1em 1.2em;
}

.boxsurround {
  width: fit-content;
  border: 2px solid #000;
  color: #927a49;
  background: #fff;
  margin: 0 auto 50px;
  padding: 10px 10px 10px 10px;
}

.button1-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.button1-contact {
  padding: 0.9em 2em;
  border: 3px solid #333;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  margin: 1em;
}

 .button1-contact:hover {
  background-color: #927a49;
  color: #fff;
}

.floatbox {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border: 2px solid #927a49;
}
.floatbox:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #132238;
}
.floatbox span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #927a49;
}

.orgfont p, .orgfont ol, .orgfont ul, .orgfont dl, .orgfont span, .orgfont div {
  letter-spacing: 0.2em;
  word-spacing: 0.2em;
}

.orgfont1 {
  font-size: 1.5rem;
}

.orgfont20 {
  font-size: 2rem;
}

.orgfont2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.orgfont3 {
  font-size: 3.5rem;
  font-weight: bold;
}

.orgfont4 {
  font-size: 4.5rem;
  font-weight: bold;
}

.center-center {
  text-align: center;
}

.maincolor {
  color: #927a49;
}

.lpspacing {
  letter-spacing: 0.2em;

.marker1 {
  background: linear-gradient(transparent 50%, #927a49 100%);
}

.marker2 {
  background-color: #927a49;
  color: #ffffff;
  padding: 0.3em;
}





/*フッター*/

.lp .copyright {
margin-top:1em;
    text-align: center;
    padding: 1rem 0;
    background-color: #3e3a39;
}
.lp .copyright a {
    color: #fff;
    text-decoration: none;
	display: inline;
}


.lp .pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
}
.lp .pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #3e3a39;
    border-radius: 50%;
    line-height: 50px;
}
.lp .pagetop a i{
    font-size: 20px;
    color:#fdd000;
    line-height: 50px;
}
