@charset "UTF-8";
.ihai-make article {
    max-width: 1400px;
    margin: 0 auto;
}
.sp {
    display: none;
}
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    padding-right: 30px;
}
[type="radio"].ihai:not(:checked), [type="radio"].ihai:checked, [type="radio"].i_layout:not(:checked), [type="radio"].i_layout:checked, [type="radio"].bonji:not(:checked), [type="radio"].bonji:checked {
    position: absolute;
    left: -9999px;
}
.sma-commnet {
  display:none;
}
a.kuridashi-link {
  dispkay: block;  
}
.i_cover {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.i_box {
  display: block;
  text-align: center;
  width: 35%;
}
.kuridashi_1 {
  margin-bottom: 2rem;
}
.kuridashi .i_box {
  width: 50%;
}
a.kuridashi {
  display: block;
  width: 20%;
}
p.ititle {
  display: flex;
  align-items: center;
  padding: .2em .7em;
  background-color: #eaf9f7;
  font-size: 20px;
  font-weight: bold;
  margin: .5rem 0;
}
p.ititle:before {
  display: inline-block;
  width: 5px;
  height: 1.5em;
  margin-right: .5em;
  background-color: #01b4b9;
  content: '';
}
p.setsumei {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.lay_cover {
  text-align: center;
  margin-bottom: 1rem;
}
.ilayout_cover {
  display:flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.iform-cover {
    display: flex;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.ihai_form {
  width: 48%;
}
.ihai_layout {
  width: 52%;
  display: flex;
  align-items: center;
  justify-content: center;
}

table.form {
    font-size: 1rem;
    width:100%;
    border-collapse:collapse;
    margin:0 auto;
    max-width: 1000px;
}
table.form th {
    border-color: #b3b3b3;
    text-align:left;
    padding: 5px 10px;
    font-weight:400;
    background-color:#efefef;
    font-size: .9rem;
}
table.form.kojin th {
  font-size: 1rem;
}
table.form tr:nth-of-type(2n+1) {
    background: none;
}
table.form td {
 border-bottom:#b3b3b3 1px dotted;
 border-color: #b3b3b3;
 text-align:left;
 padding:10px;
 width: 540px;
}
table.form.kojin td {
  width: 75%;
}
table.form input[type=text],
table.form input[type=email],
table.form input[type=tel],
table.form input[type=number] {
padding:5px 8px 3px;
margin-top: 0;
font-size:100%;
border: 1px solid #9e9e9e;
line-height: 1.8;
}
table.form input[type=text]#gengo {
  margin-right: 5px;
}
table.form input[type=number] {
  width: 80px;
}

table.form input#postcode {
 width:30%
}
table.form textarea, textarea {
 font-size:100%;
 min-height:50px;
 width:100%;
 background: none;
}
table.form input:focus {
 border:solid 1px #0e72ac
}

p.comment, div.mailattention {
  font-size:15px;
  margin: .5rem 0 0;
}
/* div.mailattention {
  font-size:16px;
} */
/* input[type=number]の矢印消去 */
#app .ihai_form input::-webkit-outer-spin-button,
#app .ihai_form input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
#app .ihai_form input[type=number] {
  -moz-appearance: textfield;
}
/* input[type=number]の矢印消去終わり */
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label,[type="radio"] + label:before, [type="radio"] + label:after {
  display: inline-block;
  -webkit-transition: 0s;
  transition: 0s;
}
/* [type="radio"]:not(:checked) + label.bonjinashi, [type="radio"]:checked + label.bonjinashi {
  display: block;
} */
[type="radio"].i_layout:not(:checked) + label, [type="radio"].i_layout:checked + label {
  width: 200px;
  height: 200px;
  margin-right: 1rem;
  margin-left: 1rem;
}
[type="radio"].ihai:not(:checked) + label, [type="radio"].ihai:checked + label {
  width: 280px;
  height: 170px;
  margin-right: 20px;
}
[type="radio"].bonji:not(:checked) + label, [type="radio"].bonji:checked + label {
  height: 78px;
  width: 78px;
}
input[type=radio].i_layout+label:before{
    box-sizing: border-box;
    border: none;
    border-radius: 5%;
    content: "";
    display: inline-block;
    background-size: contain;
    width: 200px;
    height: 200px;
    margin-right: 1rem;
    margin-left: 1rem;
}
input[type=radio].ihai+label:before{
  border: none;
  border-radius: 5%;
  content: "";
  display: inline-block;
  background-size: contain;
  width: 280px;
  height: 170px;
  /*margin-right: 20px;*/
}
input[type=radio].bonji+label:before{
  border: none;
  border-radius: 5%;
  content: "";
  display: inline-block;
  background-size: contain;
  width: 78px;
  height: 78px;
}
input[type=radio][value="1人用A"]+label:before{
	background-image: url(../../wp-content/images/ihai/layout-1a.png);
}
input[type=radio][value="1人用B"]+label:before{
	background-image: url(../../wp-content/images/ihai/layout-1b.png);
}
input[type=radio][value="1人用C"]+label:before{
	background-image: url(../../wp-content/images/ihai/layout-1c.png);
}
input[type=radio][value="1人用D"]+label:before{
	background-image: url(../../wp-content/images/ihai/layout-1d.png);
}

input[type=radio][value="春日"]+label:before{
	background-image: url(../../wp-content/images/ihai/kasuga_ck.png);
}
input[type=radio][value="三方金"]+label:before{
	background-image: url(../../wp-content/images/ihai/sanpokin_ck.png);
}
input[type=radio][value="春日回出"]+label:before{
	background-image: url(../../wp-content/images/ihai/kasuga-kuridashi_ck.png);
}
input[type=radio][value="三方金雲二重"]+label:before{
	background-image: url(../../wp-content/images/ihai/sanpokinkumo-kuridashi_ck.png);
}

input[type=radio][value="禅宗"]+label:before{
	background-image: url(../../wp-content/images/ihai/bon_zen_ck.png);
}
input[type=radio][value="曹洞宗"]+label:before{
	background-image: url(../../wp-content/images/ihai/bon_soto_ck.png);
}
input[type=radio][value="法華宗・日蓮宗"]+label:before{
	background-image: url(../../wp-content/images/ihai/bon_hokke-nichiren_ck.png);
}
input[type=radio][value="浄土宗"]+label:before{
	background-image: url(../../wp-content/images/ihai/bon_jodo_ck.png);
}
input[type=radio][value="天台宗・真言宗"]+label:before{
	background-image: url(../../wp-content/images/ihai/bon_tendai-shingon_ck.png);
}
input[type=radio][value="浄土真宗"]+label:before{
	background-image: url(../../wp-content/images/ihai/bon_jodoshin_ck.png);
}
input[type=radio].ihai:checked+label::before, input[type=radio].bonji:checked+label::before{
  border: 3px solid #01b4b9;
  box-sizing: border-box;
}
input[type=radio].i_layout:checked+label::before {
  border: 3px solid #01b4b9;
}
[type="radio"].i_layout:checked + label:after, [type="radio"].ihai:checked + label:after, [type="radio"].bonji:checked + label:after {
  border: none;
  background-color: initial;
}
p.frbk {
  margin: 0 3rem;
  line-height: 1;
  text-align: center;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
  font-weight: bold;
  font-size: 28px;
  padding: .5rem 0 .3rem;
  color: #fff;
  background: #fd7543;
}
p.frbk.ura {
  background: #25b871;
}
.ihai_cover, .ihai-back_cover {
  width: 340px;
  display: inline-block;
  position: relative;
}
.kuri_layout {
  width: 30%;
  text-align: center;
}
.kuri_layout .ihai_img {
  max-width: 180px;
}
.kuri_right {
  width: 70%;
}
.kuri_layout .ihai_cover {
  width: 100%;
}
.nakaita {
  margin-top: 1rem;
  border: 1px solid #ccc;
  padding: .5rem;
}
.nakaita p {
  font-size: .9rem;
  line-height: 1.5;
}
.ihai_layout {
  position: relative;
}
.caution {
  margin: 0 2% 0 0;
  font-weight: bold;
  color: #cc0033;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.ihai_img {
  max-width: 100%;
  height: auto;
}
.mei1,.mei2,.mei3, .gokai, .zok1,.zok2,.zok3,.zok4, .nenrei1,.nenrei2,.nenrei3 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .05em;
  color: #c7ae3f;
}
.bon1,.bon2,.bon3 {
  display: block;
  position: absolute;
  left: 44.5%;
  top: 21.2%;
  width: 38px;
}
.mei1,.mei2,.mei3 {
  display: block;
  text-align: center;
  position: absolute;
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.lay1 .mei1.gen {
  left: 56%;
  top: 33%;
}
.lay1 .mei1 {
  left: 37%;
  top: 33%;
  letter-spacing: .2rem;
}
.lay2 .mei2 {
  left: 57%;
  top: 26%;
}
.lay3 .mei3 {
  left: 50%;
  top: 26%;
}
.gokai {
  font-size: 22.5px;
  display: block;
  text-align: center;
  position: absolute;
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  left: 46%;
  top: 27.8%;
}
.kuri_layout .gokai {
  top: 10%;
  left: 42%;
  font-size: 24px;
}
.lay2 .gokai {
  font-size: 24px;
}
.zok1,.zok2,.zok3,.zok4 {
  display: block;
  font-size: 19.5px;
  text-align: center;
  position: absolute;
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.lay1 .zok1 {
  left: 46%;
  top: 26%;
}
.lay2 .zok2 {
  left: 46%;
  top: 32%;
}
.lay3 .zok3, .lay4 .zok4 {
  left: 46%;
  top: 27%;
  font-size: 24px;
}
.nenrei1,.nenrei2,.nenrei3 {
  display: block;
  text-align: center;
  position: absolute;
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.lay1 .nenrei1, .lay2 .nenrei2 {
  left: 35.5%;
  top: 45%;
}
.lay3 .nenrei3 {
  left: 41%;
  top: 45%;
}
p.temp {
  margin-left: 5px;
}
.file-select {
  width: 70%;
}
.preview_zone {
  border: 2px solid #c0c0c0;
  width: 30%;
  height: 160px;
}
.preview_zone img {
  max-width: 100%;
  max-height: 100%;
}
.btn-reset {
  margin-top: 1rem;
}
.orderimg {
  margin-left: 1rem;
  width: 100%;
  max-width: 520px;
}
.wareki input[type=text], .wareki input[type=number] {
  margin-bottom: .5rem;
}
input[type=date] {
  box-shadow: none;
  outline: none;
  font-size: 1rem;
  padding: 0.5rem;
  background: #f5f5f5;
  border: 1px solid #595959;
  margin-top: 0;
}
p.pad-comment {
  display: none;
}
.zoku_cover {
  display: inline-block;
  width: 51%;
}
.page_n2, table.contact {
    max-width: 1196px;
    margin: 0 auto;
}

@media only screen and (max-width : 1185px) {
  .service {
    flex-wrap: wrap;
  }
  p.s-setsumei, .service a {
    width: 100%;
  }
  .i_box {
    width: 50%;
    margin-bottom: .5rem;
  }
  a.kuridashi {
    width: 100%;
  }
  a.kuridashi {
    text-align: center;
    margin-top: 1rem;
  }
  .iform-cover {
    display: block;
  }
  .ihai_layout, .ihai_form {
    width: 100%;
  }
  .ihai_layout {
    margin-bottom: 2rem;
  }
  .caution {
    bottom: -4%;
    left: 5%;
  }
  p.pad-comment {
    display: block; 
    color: #2589d0;
    font-weight: bold;
    margin: 0 3%;
  }
}
@media only screen and (max-width : 940px) {
  [type="radio"].i_layout:not(:checked) + label, [type="radio"].i_layout:checked + label, input[type=radio].i_layout+label:before {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width : 810px) {
    .sp {
        display: block;
    }
    .ilayout_cover {
        display: block;
    }
    .lay1, .lay2 {
        width: 100%;
        text-align: center;
    }
    .lay1 {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width : 768px) {
    .info_box {
    width: 100%;
  }
  ul.order-flow {
    flex-wrap: wrap;
  }
  ul.order-flow li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
  ul.order-flow li:not(:last-child)::before {
    top: 107%;
    left: 48%;
    transform: rotate(135deg);
  }
  
  .mail_caution {
    margin-top: 0;
  }
  .gokai, .lay3 .zok3, .lay4 .zok4, .lay2 .gokai {
    font-size: 20px;
  }
  table.form select {
    width: 100%;
  }
  .zoku_cover {
    width: 100%;
  }
  .kuri {
    flex-direction: column-reverse;
  }
  .kuri_layout, .kuri_right {
    width: 100%;
  }
  .kuri_layout {
    margin: 1rem 0;
  }
  .kuri_layout .gokai {
    left: 47%;
  }
}

@media only screen and (max-width : 570px) {
    .i_box, .kuridashi .i_box {
        width: 100%;
    }
    .service a {
        margin-left: 0;
    }
    p.s-order {
        font-size: 1.2rem;
        padding-top: 1rem;
        width: 100%;
    }
    p.s-order::after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .service img {
        max-width: 100%;
        width: 100%;
    }
    .orderimg {
        margin-left: 0;
    }
    .sma-commnet {
        display:block;
        position: absolute;
        top: 60px;
    }
    .ihai_layout {
        width: 340px;
        margin: 0 auto 5rem;
        perspective: 1000px;
        transition: transform 0.5s;
        position: relative;
    }
    .caution {
        bottom: -12%;
        left: 1%;
        margin-right: 1%;
        line-height: 1.4;
    }
    .ihai_layout:before {
        content: "";
        display: block;
        padding-top: 110%;
        padding-bottom: 80%;
    }
    .ihai_cover, .ihai-back_cover {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .kuri_layout .ihai_cover {
      position: relative;
    }
    .ihai_layout .ihai_cover {
        transform: rotateY(0deg);
    }
    .ihai_layout.flipped .ihai_cover {
        transform: rotateY(180deg);
    }
    .ihai_layout .ihai-back_cover {
        transform: rotateY(180deg);
    }
    .ihai_layout.flipped .ihai-back_cover {
        transform: rotateY(0deg);
    }
    .ihai_img {
        width: 100%;
        max-width: 340px;
    }
    .gokai, .lay3 .zok3, .lay4 .zok4 {
        font-size: 24px;
    }
    .lay1 .zok1 {
        left: 47.5%;
    }
    .lay1 .nenrei1, .lay2 .nenrei2 {
        left: 36%;
    }
}