/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-weight: inherit;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img{
    vertical-align: top;
}
/*---------------------------------------------------------------------------------*/
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

a{
    text-decoration: none;
    color: inherit;
}

b{
    font-weight: bold;
}
em{
    background: linear-gradient(transparent 60%, #f7cddd 60%, #f7cddd 90%,transparent 90%);
}

*, *: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;
}

/*PC・SPでの非表示の切り替え--------------------------------------------------------*/
.pc{
    display: inherit;
}

.sp{
    display:none;
}
br.pc{
    display: inline;
}
br.sp{
    display: none;
}

.sp_block{
    display: inline;
}



/*ボタン ----------*/
.btn01{    
    background: #fff;
    padding: 0.9rem 1rem 0.75rem;
    border: 2px solid #4f4c44;
    font-size: 1rem;
    display: inline-block;
    transition: 0.3s;
}
.btn01:hover{
    color: #b5a251;
    background: #4f4c44;
    border: 2px solid #b5a251;
}

.btn01 > .arrow_side{
    display: inline-block;
    font-size: 10px;
    margin-right: 1px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.btn01 > .triangle{
    border-left-color: #fff !important;
    font-size: 0.5em;
    margin-right: 0.25rem;
}

.square_btn{
    display: inline-block;
    padding: 1em 1em 0.9rem;
    text-decoration: none;
    background: #5557c4;
    color: #ececff;
    /*border-bottom: solid 0.1rem #a71717;
    border-radius: 0.25rem;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    transform: translateY(0);
    font-size: 1rem;
}
.square_btn > .triangle{
    border-left-color: #ececff !important;
    font-size: 0.6em;
    margin-right: 0.25rem;
}
.square_btn:hover{
    /*border-bottom: solid 0.3rem #a71717;*/
    transform: translateY(-0.2rem);
}
.square_btn:active{
    /*border-bottom: solid 0rem #a71717;*/
    transform: translateY(0);
}


.square_btn .arrow01{
    color: #ffffff;
    font-size: 0.8em;
    padding-right: 0.3em;
    display: inline-block;
    vertical-align: top;
    padding: 0.8em;
    position: absolute;
    background: #91C421;
    height: 102%;
    top: -1px;
    left: -1px;
    border-radius: 7px 0 0 7px;
}


a.btn01{
    outline: none;
    color: #fff;
    text-decoration: none;
}




/*アニメ ----------*/
.anm01{
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.anm01:hover{
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*-webkit-transform: scale(1.05);
    transform: scale(1.05);*/
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform: translateY(-0.2rem);
    opacity: 0.5;
}

.anm01:active{
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*-webkit-transform: scale(0.9);
    transform: scale(0.9);*/
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform: translateY(0);
}



/*ホバーアニメーション*/
.hover01{
   
}

.hover01:hover{
    background: linear-gradient(transparent 31%, #f3e4e7 0%,#f3e4e7 85%,transparent 85%);
}


/*画像だけを表示させるボックス*/
.imagebox_c{
    text-align: center;
}

/* .lastのマージン解除*/
.last{
    margin: 0 !important;
}

*{
    font-family: Meryo,"メイリオ",sans-serif;
}
body{
}


body{
    position: relative;
}

img{
    width: 100%;
    height: auto;
}

a{
    color: inherit;
    text-decoration: none;
}
.a_is_block a{
    display: block;
}

.centerline{
    width: 50%;
    height: 100vh;
    border-right: 1px solid blue;
    position: fixed;
    z-index: 99999999999999;
    top: 0;
    left: 0;
}

.underline{
    text-decoration: underline;
}

.text-center{
    text-align: center !important;
}

.text-indent{
    text-indent: -1em;
    padding-left: 1em;
    display: block;
}

.triangle{
    font-size: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.577em 0 0.577em 1em;
    border-color: transparent transparent transparent #646464;
    display: inline-block;
}

.triangle_under{
    font-size: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.577em 0.577em 0 0.577em;
    border-color: #0d56c5 transparent transparent transparent ;
    display: inline-block;
}

.triangle_under02{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 0.5em 0 0.5em;
    border-color: #0d56c5 transparent transparent transparent ;
    display: inline-block;
    font-size: 0.7rem;
    vertical-align: middle;
    border-top-color: #3593cb;
}


/*共通マージン設定*/
.mb1x1 {
    margin-bottom: 38px !important;
}

.mb1x025 {
    margin-bottom: 9px !important;
}

.mb1x05 {
    margin-bottom: 19px !important;
}

.mb1x1_5 {
    margin-bottom: 57px !important;
}

.mb1x2 {
    margin-bottom: 76px !important;
}
.mb1x3 {
    margin-bottom: 114px !important;
}
.mb1x4 {
    margin-bottom: 145px !important;
}

.pb1x1 {
    padding-bottom: 38px !important;
}
.pb1x2 {
    padding-bottom: 76px !important;
}
.pb1x3 {
    padding-bottom: 114px !important;
}
.pb1x4 {
    padding-bottom: 145px !important;
}


.pt1x1 {
    padding-top: 38px !important;
}
.pt1x2 {
    padding-top: 76px !important;
}
.pt1x3 {
    padding-top: 114px !important;
}
.pt1x4_5 {
    padding-top: 171px !important;
}

/* 共通 width 設定*/
.widthsize01{
    width: 1200px;
    margin: 0 auto;
}
.widthsize02{
    width: 1094px;
    margin: 0 auto;
}
.widthsize03{
    width: 883px;
    margin: 0 auto;
}
.widthsize04{
    width: 924px;
    margin: 0 auto;
}
.widthsize05{
    width: 960px;
    margin: 0 auto;
}

/* 共通文字サイズ設定*/
html{
    font-size: 22px;
    
    color: #4f4c44;
    overflow-x: auto;
    width: 100%;
}
body{
    overflow-x: hidden;
    width: 100%;
    min-width: 1200px;
}

.text{
    margin: 0 auto;
    text-align: justify;
    line-height: 1.5rem;
    letter-spacing: -0.025rem;
}
.text p,
.comment p{
    margin-bottom: 0.45rem;
}
.text p:last-of-type,
.comment p:last-of-type{
    margin-bottom: 0;
}

/*大きい文字だけを表示させるボックス*/
.text_large{
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-decoration: underline;
    line-height: 1.5em;
}

.midashi01{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin:auto;
    line-height: 1.3em;
}

.imagebox01{

}
.imagebox01 .img{
    margin-bottom: 1rem;
    border-radius: 50%;
    overflow: hidden;
}
.imagebox01 .img.square{
    border-radius: 0;
}
.imagebox01 .hx{
    background: #E6E6E6;
    line-height: 1.5em;
    text-align: justify;
    padding: 0.5rem 0.5rem 0.35rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.imagebox01 p a{
    color: #6f30d8;
    text-decoration: underline;
}



.flexbox01,
.flexbox02,
.flexbox03{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.dl01{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.dl01 dt,
.dl01 dd{
    width: 49.5%;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #B2B2B2;
    padding: 0.5rem;
}
.dl01 dt{
    width: 30%;
    border-left: 0.25rem solid #B2B2B2;
    /*border-right: 1px solid #E6E6E6;*/
    /*background: #E6E6E6;*/
}
.dl01 dd{
    width: 69%;
}

.copyright{
    padding: 1.2em 0 1em;
    background: #f7f0d2;
    color: #d6cca0;
    text-align: center;
    font-size: 0.6rem;
    
}


.common_hx{
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.25em;
    letter-spacing: 0em;
    text-align: center;;
}
.common_hx .triangle_under{
    font-size: 1.6rem;
    line-height: 1em;
}
.common_hx .hx_text{
    display: inline-block;
}
.common_hx .border_bottom{
    border-bottom: 2px solid #545411;
    line-height: 1em;
    padding-bottom: 0.46em;
    display: inline-block;
}
.common_hx .hx_text .big{
    display: block;
    font-size: 1.875rem;
    line-height: 1em;
    margin-top: 0.72rem;
    letter-spacing: 0.015em;
}



/*----------------------------------------------------------------------------*/

.header {
    padding-bottom: 62px;
}
.header_bg_box01{
    height: 480px;
    width: 100%;
    background: #f7f0d2;
    position: absolute;
    top: 120px;
    z-index: 0;
}
.header_bg_box02{
    height: 1055px;
    width: 616px;
    background: url(../img/bg_pt01.png);
    position: absolute;
    top: 240px;
    left: -240px;
    z-index: 1;
}
.header_inr01{
    width: 960px;
    overflow: visible;
    margin: auto;
    position: relative;
    z-index: 100;
}
.header_inr01_bg{
    width: 100%;
    height: 720px;
    background: url(../img/header_bg01.png) top center no-repeat;
    position: relative;
    z-index: 999;
}
.header_inr01 .title {
    width: 878px;
    height: 357px;
    position: relative;
    z-index: 1000;
    display: block;
    margin: 0;
    top:177px;
    left: 0;
    margin: auto;
}
.header_inr01 .header_inr01_bg .image {
    width: 9.45rem;
    height: auto;
    position: absolute;
    z-index: 1000;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 2.45rem;
}

.header_inr01 .block_text {
    display: flex;
    justify-content: flex-end;
    width: 100%;

    position: relative;
    z-index: 1000;
    margin: 0;
    margin-top: 82px;
    right: 0;
    line-height: 1.45em;
    letter-spacing: 0.095em;
}
.header_inr01 .block_text .inr{
    width: 478px;
}
.header_inr01 .block_text .catch {
}
.header_inr01 .block_text .catch .small {
    font-size: 22px;
    letter-spacing: 0.18em;
    margin-bottom: 0.4rem;
}
.header_inr01 .block_text .catch .big {
    font-size: 1.59rem;
    font-weight: bold;
    letter-spacing: 0.215em;
    border-bottom: 2px solid #4f4c44;
    display: inline-block;
    white-space: nowrap;
    width: 8.075em;
    padding-bottom: 0.6rem;
    margin-bottom: 0.65rem;
}
.header_inr01 .block_text .text {
}
.header_inr01 .block_text p {
    line-height: 1.76em;
    margin-bottom: 1.2em;
}
.header_inr01 .block_text p:last-of-type {
    margin-bottom: 0;
    
}


.header_inr01 .header_tilte {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
}
.header_inr01 .header_tilte{

}

/*.header_inr01 .header_arrow {*/
.header_inr01 a {
    width: 99px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 86px;
}

/*----------------------------------------------------------------------------*/
.block_items {
    
}
.block_items .hx {
    width: 960px;
    margin: auto;
}
.block_items .hx .image {
    width: 108px;
    margin: auto;
}
.block_items .hx img {
}
.block_items .hx .text {
    text-align: right;
    margin-top: 0.55rem;
    padding-top: 0.45rem;
    border-top: 1px solid #4f4c44;
    font-size: 0.8rem;
}
.block_items .title{
    text-align: right;
    margin: auto;
}
.block_items  .title.text01 {
    width: 269px;
    margin-top: 14px;
}
.block_items  .title.text02 {
    width: 217px;
    margin-top: 14px;
}
.block_items  .title.text03 {
    width: 273px;
    margin-top: 14px;
}
.block_items  .title.text04 {
    width: 261px;
    margin-top: 14px;
}
.block_items  .title.text05 {
    width: 221px;
    margin-top: 14px;
}
.block_items  .title.text06 {
    width: 155px;
    margin-top: 14px;
}


.block_items .wrap_flexbox01{
    width: 960px;
    margin: auto;
    position: relative;
}

.block_items .block_items_bg{
    width: 321px;
    height: 1146px;
    position: absolute;
    z-index: 0;
}
.block_items .block_items_bg.size_L01,
.block_items .block_items_bg.size_L03{
    height: 2325px;
}
.block_items .block_items_bg.size_L02{
    height: 2225px;
}
.block_items .block_items_bg.size_M01{
    height: 1205px;
}
.block_items .block_items_bg.size_M02{
    height: 1235px;
}

.block_items .block_items_bg.pt01{
    background: url(../img/bg_pt02.png);
    top: -82px;
    right: -240px;
}
.block_items .block_items_bg.pt02{
    background: url(../img/bg_pt01.png);
    top: -82px;
    left: -240px;
}

.block_items .flexbox01 {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1000;
}
.block_items .box_item {
    width: 460px;
    margin-bottom: 102px;/*82*/
}
.block_items .box_item.other {

}

.block_items .box_item.last {
    width: 100%;
}
.block_items .box_item.last .image,
.block_items .box_item.last .conts {
    width: 460px;
    margin-right: auto;
    margin-left: auto;
}

.block_items .box_item .image {
    margin-bottom: 41px;
}
.block_items .box_item img {
}


.block_items .conts {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}
.block_items .box_item.other .conts{
    height: 240px;
}

.block_items .image_sub {
    width: 82px;
}
.block_items .image_sub img {
}
.block_items .block_text {
    width: 358px;
}
.block_items .priceoff {
    background: #ffd5d5;
    font-family: Times New Roman,serif;
    font-size: 0.8rem;
    text-align: center;
    color: #ef3838;
    padding: 0.25rem 0.25rem 0.18rem;
    margin-bottom: 0.85rem;
    letter-spacing: 0.15em;
}

.block_items .name {
    margin-bottom: 0.8rem;
    line-height: 1.48em;
}
.block_items .box {
}
.block_items .box .text {
    padding-top: 0.35em;
    padding-left: 0.35em;
}
.block_items .midashi {
    background: #f1f1f1;
    padding: 0.5em 0.35em 0.25em;
    display: inline-block;
}
.block_items .block_btn {
    text-align: center;
}
.block_items .btn01 {
}
/*----------------------------------------------------------------------------*/
.about {
    color: #3593cb;
}
.about .flexbox01 {
    margin: auto;
}
.about .image01 {
    width: 301px;
}
.about .image01 img {
}
.about .conts {
    width: 856px;
    padding-top: 0.95rem;
}
.about .image02 {
    width: 506px;
    margin-bottom: 0.53em;
}
.about .image02 img {
}
.about .catch {
    letter-spacing: -0.0005em;
    line-height: 1.3em;
    font-size: 1.875rem;
    font-weight: bold;
    text-align: justify;
    white-space: nowrap;
    margin-bottom: 0.32rem;
}
.about .text {
    font-weight: normal;
    letter-spacing: 0.048em;
    line-height: 1.45em;
    font-size: 1rem;
    border: 3px solid #3593cb;
    padding: 0.3em 0.5em;
    border-radius: 0.4rem;
}
.about br {
}



/*----------------------------------------------------------------------------*/

.info{
    background: #ffffec;
    color: #545411;
    width: 100%;
    position: relative;
}

.info .inr{
    
}
.info a{
    display: inline-block;
}

.info .common_hx {

}
.info .common_hx .big{
    white-space: nowrap;
    text-align: left;
    letter-spacing: 0.03em;
}


.info .block_photo{
    
}
.info .block_photo .flexbox01{
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.info .block_photo .flexbox01 img{
    width: 12.5vw;
    height: auto;
}

@media screen and (max-width:1200px) {
    .info .block_photo .flexbox01{
        flex-wrap: wrap;
    }
    .info .block_photo .flexbox01 img{
        width: 300px;
        height: auto;
    }
}

.info .block_text{
    
}
.info .block_text p{
    margin-bottom: 1.3em;
    line-height: 1.5em;
    text-align: justify;
}
.info .block_text p:last-of-type{
    margin-bottom: 0;
}
/*----------------------------------------------------------------------------*/

.photo {
    color: #3593cb;
}
.photo .hx {
    text-align: center;
}
.photo .hx .box01{
    border: 3px solid #3593cb;
    display: inline-block;
    padding: 0.4em 0.25em 0.2em;
    margin-bottom: 0.8rem;
}
.photo .hx .box02{
    margin-bottom: 0.6rem;
}
.photo .hx .box03{
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    border: 3px solid #3593cb;
    border-left: 0;
    border-right: 0;
    padding: 1.3rem 0 1.25rem;
    margin-bottom: 1.55rem;
}
.photo .hx .box04{
    font-weight: bold;
    margin-bottom: 0.8rem;
}

.photo .flexbox02 {
    
}
.photo .flexbox02 .box{
    width: 587px;
    height: auto;
    background: #eef8ff;
    border-radius: 0.5rem;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
}
.photo .flexbox02 .box .photo{
    margin-bottom: 0.75rem;
}
.photo .flexbox02 .box .name{
    margin-bottom: 0.6rem;
    padding-bottom: 0.62rem;
    border-bottom: 2px solid #3593cb;
    font-weight: bold;
}
.photo .flexbox02 .box .text{
    line-height: 1.4em;
    margin-bottom: 0.6rem;
}
.photo .flexbox02 .box .price span{
    border: 2px solid #3593cb;
    padding: 0.25rem 0.15rem 0.08rem;
    margin-right: 0.25rem;
    display: inline-block;
}
.photo .flexbox02 .box .price{
    font-size: 0.75rem;
    margin-bottom: 0.85rem;
    text-align: right;
}
.photo .flexbox02 .box .block_btn{
    text-align: center;
}
.photo .flexbox02 .box .block_btn .btn01 {
    background: #fff;
    padding: 0.65rem 1rem 0.5rem;
    border: 2px solid #4f4c44;
    font-size: 1rem;
    display: inline-block;
}
.photo .flexbox02 .box:nth-last-of-type(1),
.photo .flexbox02 .box:nth-last-of-type(2){
    margin-bottom: 0;
}
/*----------------------------------------------------------------------------*/

.shop {
    color: #3593cb;
    background: #def3ff;
}
.shop .flexbox01 {
    padding: 1.5rem;
    background: #fff;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    border: 3px solid #3593cb;
}
.shop .flexbox01:last-of-type {
    margin-bottom: 0;
}
.shop .flexbox01 .image {
    width: 300px;
    border: 2px solid #def3ff;
}
.shop img {
}
.shop .flexbox01 .conts {
    margin-top: 0.81rem;
    width: 767px;
}
.shop .flexbox01 .name {
    font-weight: bold;
    padding-bottom: 0.825rem;
    margin-bottom: 0.843rem;
    position: relative;
    text-align: center;
}
.shop .flexbox01 .name span.text{
    text-align: left;
    line-height: 1.35em;
    display: inline-block;
}
.shop .flexbox01 .name .brackets{
    border: 2px solid #3593cb;
    font-size: 1.65rem;
    width: 1em;
    height: 1em;
    display: block;
}
.shop .flexbox01 .name .brackets.top{
    border-right: 0;
    border-bottom: 0;
    margin-bottom: -0.5em;
}
.shop .flexbox01 .name .brackets.bottom{
    border-left: 0;
    border-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.shop .flexbox01 .block_btn {
    text-align: center;
}

.shop .flexbox01 .block_btn .btn01{

}

/*----------------------------------------------------------------------------*/
.block_logo{
    text-align: center;
}
.block_logo .logo{
    margin: auto;
    display: inline-block;
    width: 241px;
    font-size: 26px;
    text-align: justify;
}
.block_logo .logo img{
    border-bottom: 2px solid #555555;
    padding-bottom: 0.4rem;
    margin-bottom: 0.425rem;
}




