/* 
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{
    color: #ffffff;
    background: #183E6F;
    padding: 23px 80px 19px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    font-size: 2rem;
    display: inline-block;
}

.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;
}


/*共通マージン設定*/
.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: 152px !important;
}

.pb1x1 {
    padding-bottom: 38px !important;
}
.pb1x2 {
    padding-bottom: 76px !important;
}
.pb1x3 {
    padding-bottom: 114px !important;
}
.pb1x4 {
    padding-bottom: 152px !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: 900px;
    margin: 0 auto;
}
.widthsize03{
    width: 1124px;
    margin: 0 auto;
}
.widthsize04{
    width: 924px;
    margin: 0 auto;
}
.widthsize05{
    width: 960px;
    margin: 0 auto;
}

/* 共通文字サイズ設定*/
html{
    font-size: 38px;
    
    color: #393a40;
    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.7rem;
}
.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: #abebfc;
    color: #daf7ff;
    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;;
    color: #0d56c5;
}
.common_hx .triangle_under{
    font-size: 1.6rem;
    line-height: 1em;
}
.common_hx .hx_text{
    display: inline-block;
    border-bottom: 2px solid #0d56c5;
    padding-bottom: 0.25em;
}



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

.header {
    height: 600px;
    background: url(../img/header_bg.png) top center no-repeat;
    overflow: visible;
    background-attachment:scroll;
}
.header_inr01 {
    width: 1094px;
    height: 503px;
    position: relative;
    z-index: 1000;
    display: block;
    margin: auto;
    top:38px;
}
.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;
}


.animated {
    
}
/*----------------------------------------------------------------------------*/
.about {
}
.about .flexbox01 {
    margin: auto;
    width: 1000px;
}
.about .image01 {
    width: 145px;
}
.about .image01 img {
}
.about .conts {
    width: 812px;
    padding-top: 1.25rem;
}
.about .image02 {
    width: 506px;
    margin-bottom: 0.53em;
}
.about .image02 img {
}
.about .text {
    font-weight: bold;
    letter-spacing: 0.048em;
    line-height: 1.65em;
}
.about br {
}



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

.info{
    background: #fff url(../img/info_bg.png) center top no-repeat;
    width: 100%;
    position: relative;
}

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

.info .box {
    border: 2px solid #333;
    border-radius: 0.5rem;
    padding: 1rem 1rem 0.4rem;
    font-size: 0.84rem;
    width: 374px;
    transition: .5s ;
}

.info .box:hover{
    box-shadow: 0rem 0.1rem 0.15rem rgba(0,0,0,0.3);
    transform: translateY(-0.15rem);
}
.info .box:hover .image img{
    transform: rotateZ( 360deg ) ;
}

.info .box .image {
    margin: auto;
    text-align: center;
    margin-bottom: 0.5rem;
}
.info .box img {
    transition: .5s ;
    transform: rotateZ( 0deg ) ;
}
.info .box .text {
    text-align: justify;
    margin-bottom: 0.4rem;
    line-height: 1.5em;
}


.info .box.blue{
    border-color: #005faf;
}
.info .box.blue:hover{
    color: #005faf;
}
.info .box.blue .triangle_under{
    border-top-color: #005faf;
}
.info .box.green{
    border-color: #60a817;
}
.info .box.green:hover{
    color: #60a817;
}
.info .box.green .triangle_under{
    border-top-color: #60a817;
}
.info .box.red{
    border-color: #e4007f;
}
.info .box.red:hover{
    color: #e4007f;
}
.info .box.red .triangle_under{
    border-top-color: #e4007f;
}

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

.photo {
}
.photo.pt1x3{
}
.photo.photo{
}
.photo .common_hx {
}
.photo .common_hx#photo .common_hx div {
}
.photo .common_hx div div {
}
.photo .hx_text {
}
.photo .inr {
    background: #eaf7ff;
}
.photo > .image {
    width: 298px;
    margin: auto;
    margin-bottom: -222px;
}
.photo .image img {
    transition: 0.5s;
}
.photo .image img:hover {
    transform: translateY(-0.1rem);
    filter: drop-shadow(0.0rem 0.1rem 0.05rem rgba(0,0,0,0.3));
}
.photo .flexbox01 {
    align-items: flex-end;
}
.photo .flexbox01 img:nth-of-type(1) {
    width: 488px;
}
.photo .flexbox01 img:nth-of-type(2) {
    width: 139px;
}
.photo .flexbox01 img:nth-of-type(3) {
    width: 489px;
}

.photo .flexbox02 {
    
}
.photo .flexbox02 .image.big{
    width: 580px;
    height: auto;
    /*background: #bebebe;*/
    margin-bottom: 1rem;
}
.photo .flexbox02 .image.small{
    width: 373px;
    height: auto;
    /*background: #bebebe;*/
    margin-bottom: 1rem;
}
.photo .flexbox02 .image.small:nth-last-of-type(1),
.photo .flexbox02 .image.small:nth-last-of-type(2),
.photo .flexbox02 .image.small:nth-last-of-type(3){
    margin-bottom: 0;
}
/*----------------------------------------------------------------------------*/

.shop {
}
.shop .flexbox01 {
    padding: 1.5rem;
    background: #f3f3f3;
    margin-bottom: 1.5rem;
}
.shop .flexbox01:last-of-type {
    margin-bottom: 0;
}
.shop .flexbox01 .image {
    width: 460px;
}
.shop img {
}
.shop .flexbox01 .conts {
    margin-top: 0.5rem;
    width: 569px;
}
.shop .flexbox01 .name {
    font-weight: bold;
    border-bottom: 2px solid #c5c5c5;
    padding-bottom: 0.35rem;
    margin-bottom: 0.35rem;
}
.shop .flexbox01 .text {
    font-size: 0.84rem;
    line-height: 1.5em;
}

/*----------------------------------------------------------------------------*/
.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;
}




