@charset "UTF-8";
/*
Theme Name: 戸村きいちろうWEBサイト
Theme URI: ＃
Author: aduni アドユニバース株式会社
Author URI: ＃
Description: 戸村きいちろうWEBサイトのテーマ
Version: 1.0
*/
/*------------
mv
------------*/
.mv {
    background-image: url(images/bg_header.jpg);
    background-size: cover;
    background-position: top left 35%;
    width: auto;
    margin-top: 62px;
}
.mv img {
    width: 100%;
    height: auto;
}
/*-.news-*/
.news {
    padding: 20px 4% 20px;
}
.news table {
    width: 92%;
    height: 180px;
    overflow: scroll;
    display: block;
    margin: 0 auto;
}
.news table tr {
    border-bottom: 1px solid #e5e7d8;
    width: 100%;
    display: block;
}
.news table tr th {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    font-family: 'Staatliches', cursive;
    color: #004da0;
    display: block;
    text-align: left;
    padding: 10px 0;
}
.news table tr td p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #004da0;
    display: block;
    padding-bottom: 20px;
}

.area-box_wrap{
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ffeded calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #ffeded calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  }
/*-.facebook-area-*/
.facebook-area{
    margin: 0 auto;
    height: auto;
    text-align: center;
    }
.facebook-area iframe{
    margin: 0 auto;
    box-shadow: 3px 3px 0px 0 rgb(232 71 10 / 20%);
}
/*-.archive-*/
.archive{
    margin: 0 auto;
}
.archive h2,.facebook-area h2 {
    padding: 40px 0 20px;
    text-align: center;
    letter-spacing: 0.2rem;
}
.archive ul{
  display: flex;
  overflow-x: scroll;
  height: 240px;
  max-width: 490px;
  margin: 0 auto;
}
.archive ul li{
    width: 150px;
    height:200px;
    flex-shrink: 0;
    margin: 0 10px 16px 0;
}
.archive ul li img{
    box-shadow: 3px 3px 0px 0 rgb(232 71 10 / 20%);
}
/*-.greeting-*/
.greeting{
    padding: 10px 0;
    width: auto;
    
    }
.greeting .greeting-wrap{
    max-width: 600px;
    padding: 20px;
    }
.greeting .greeting-wrap h2{
    margin: 0 0 10px;
    }
.greeting .greeting-wrap p{
    margin: 0 auto 20px;
    color: #666666;
    font-size: 1.4rem;
    line-height: 2.6rem;
    }
/*-.policy-*/
.policy {
    padding: 30px 0 70px;
    background-image: url("images/index_bg_fix.png");
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 300%;
}
.policy h2 {
    padding-bottom: 20px;
    text-align: center;
}
.policy p.read {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.4rem;
}

.policy p.policy-massage {
    color: #004da0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.4rem;
}

.policy .read .big {
    font-size: 2rem;
}

.policy .basic{
    margin: 10px 0;
    }
.policy .basic ul li{
font-size:1.4rem;
line-height: 2.4rem;
}  
.policy .basic h3{
    text-align: center;
    color: #004da0;
    padding: 6px 6% 6px;
    font-size: 1.6rem;
}

.policy > .policy-box_wrap{
    padding: 30px 6%;
    background-image: url("images/bg_policy.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.policy .policy-box_wrap .policy-box_wrap {
    display: flex;
    flex-direction: column;
    max-width: none;
    flex: 1;
    gap: 10px;
}

/*ナンバリング装飾*/
.policy .policy-box_wrap .policy-box {
    counter-reset: h2;
}
.policy .policy-box_wrap .policy-box h3 {
    display: flex;
    align-items: center;
    line-height: 2.2rem;
    font-size: 1.8rem;
    color: #73482c;
}
.policy .policy-box_wrap .policy-box h4 {
    line-height: 2rem;
    font-size: 1.6rem;
    padding: 10px 4px 4px 10px;
    display: block;
    color: #004da0;
    }
.policy .policy-box_wrap .policy-box ul li {
    line-height: 2rem;
    font-size: 1.4rem;
    letter-spacing: 0.02rem;
    padding: 4px 2%;
}.policy .policy-box_wrap .policy-box ul li:before {
    display: inline;
}
.policy .policy-box_wrap .policy-box h3:before {
    content: ' ';
    color: #fff;
    text-align: center;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 2.4rem;
    margin-right: 1.2rem;
    border-radius: 50%;
    flex-shrink: 0;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
.policy .policy-box_wrap .no01 h3:before {
    content: '1';
    background-color: #f4a616;
}
.policy .policy-box_wrap .no02 h3:before {
    content: '2';
    background-color: #6c9ad1;
}
.policy .policy-box_wrap .no03 h3:before {
    content: '3';
    background-color: #36aaac;
}
.policy .policy-box_wrap .no04 h3:before {
    content: '4';
    background-color: #8fba4c;
}

.policy .policy-box_wrap .policy-box{
    border-radius: 4px;
    padding: 20px;
}

.policy .policy-box_wrap .no01{background-color: rgba(248,200,153,0.85);}
.policy .policy-box_wrap .no02{background-color: rgba(168,210,240,0.85);}
.policy .policy-box_wrap .no03{background-color: rgba(181,215,217,0.85);}
.policy .policy-box_wrap .no04{background-color: rgba(214,229,187,0.85);}

.policy .policy-box_wrap .no01 h3{text-shadow: 1px 1px 0 #af8864;}
.policy .policy-box_wrap .no02 h3{text-shadow: 1px 1px 0 #7893ad}
.policy .policy-box_wrap .no03 h3{text-shadow: 1px 1px 0 #7d9785;}
.policy .policy-box_wrap .no04 h3{text-shadow: 1px 1px 0 #94964d;}

/**/
.policy .policy-box_wrap .policy-box .image {
    margin: 4px auto;
    max-width: 300px;
    position: 20%;
}
.policy .policy-box_wrap .policy-box .image img {
    border-radius: 4px;
    margin: 0 auto;
    height: 150px;
    object-fit: cover;
    object-position: top;
}
.policy .policy-box_wrap .policy-box h3 {
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 2.4rem;
    padding: 0 0 4px;
}

.policy .policy-box_wrap .policy-box p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: justify;
    padding: 0 2% 10px;
}

/*------------
.profile
------------*/
.profile {
    padding: 20px 4% 20px;
    color: #666666;
}
.profile h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
    padding: 4px 16px;
    color: #FFFFFF;
    background-color: #004da0;
}
.profile .inner{
     max-width: 620px;
}
.profile .inner .inner-box-wrap div {
    margin: 20px auto;
}
.profile .inner .name {
    font-family: "Sawarabi Mincho";
    font-size: 3rem;
    font-weight: bold;
}
.profile .inner .name span {
    font-size: 1.2rem;
}
.profile .image {
    text-align: center;
}
.profile-wrap .image img {
    max-width: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 2px;
}

.profile .inner p span, .profile .inner h3 {
    color:#004da0;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 8px 0 4px;
}

.profile .inner p span, .profile .inner .address {
    max-width: 320px;
    margin: 0 auto;
}

.profile .inner p span, .profile .inner .address + p {
    text-align: center;
    color:#004da0;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 8px 0 4px;
}
.profile .inner p, .profile .inner ul li{
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 4px 0 0;
}
.profile .inner p, .profile .inner ul li ul{
    font-weight: normal;
    padding: 4px 0;
}

.profile .inner li {
    padding: 4px 0;
}


/*------------
.supporter
------------*/
.supporter {
    background-image: url("images/supporter_line.png"),
                      url("images/supporter_line.png");  
    background-position: top 50px,bottom -50px;
    background-repeat: repeat-x;
}
.supporter h2 {
    padding: 20px 0;
    
    /*text-shadow: 0px 0px 5px #1b1306,0px 0px 5px #1b1306;*/
}
.supporter .inner {
    padding: 40px;
    margin: 0 auto;
}
.supporter .inner p {
    font-size: 1.5rem;
    line-height: 3rem;
    max-width: 900px;
}
.supporter .inner p:nth-of-type(2) {
    text-align: right;
    padding-top: 20px;
}
.supporter .inner p:nth-of-type(3) {
    text-align: right;
    font-size: 1.6rem;
    padding-bottom: 30px;
}
.supporter .inner p span {
    font-size: 2.2rem;
}
.supporter .btn {
    color: #fff;
    background-color: #F47E00;
    display: block;
    padding: 10px;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 3rem;
    border: 1px solid #fff;
    width: 80%;
    max-width: 200px;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 1);
}
.supporter .btn:hover {
    box-shadow: none;
}

/*------------
お問い合わせフォーム
------------*/
.mw_wp_form form {
    max-width: 560px;
    margin: 0 auto;
}

.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form .mwform-tel-field {
    display: block;
    width: 100%;
}

.mw_wp_form input,
.mw_wp_form textarea{
    padding: 4px;
    line-height: 1.6;
    border: 1px solid #666666;
    background: #f9f9f9;
}

.mw_wp_form input[type="submit"] {
    max-width: 320px;
    margin: 0 auto;
    padding: 14px;
-webkit-appearance: none;
    color: #000000;
    font-size: 16px;
    border: 3px solid #004da0;
    border-radius: 6px;
    letter-spacing: 2px;
    background-color: #fff;
    box-shadow: 3px 3px 3px 0 rgb(150 150 150);
}
.mw_wp_form #message{width: 100%}

.mw_wp_form p{
    padding: 10px 0;
    line-height: 2rem;
}

@media screen and (min-width:769px){
    /*------------
	mv
	------------*/
    .mv {
        margin-top: 52px;
        background-image: url(images/bg_header.jpg);
        max-height: 570px;
    }
    .mv .pc img {
        width: 100%;
        height: 100%;
        max-height: 570px;
        object-fit: contain;
        aspect-ratio: 30/19;
        display: block;
        margin: auto;
    }
    /*-.news-*/
    .news {
        padding: 30px 2% 0 0;
    }
    .news table {
        width: 100%;
        height: 100px;
    }
    .news table tr {
        border-bottom: 1px solid #e5e7d8;
        width: 100%;
        display: block;
    }
    .news table tr th {
        text-align: left;
    }
    .news table tr td {
        display: block;
    }
    
.archive ul {
    display: flex;
    flex-wrap: wrap;
    overflow-x: initial;
    max-width: 490px;
    margin: 0 0 0 4%;
}
    /*------------
.greeting
------------*/

.area2-box_wrap{

}
.area2-box{
display: flex;
flex-direction: row;
margin: 0 auto;
max-width: 1000px;
padding: 30px 0;
}
.area2-box>div{width: 50%;}

/*-.facebook-area-*/
.facebook-area{
}
.facebook-area fb-page{
}
/*-.archive-*/
.archive{
}
.archive h2 {
}
.archive ul{
}
.archive ul li{
}

.greeting{padding: 0;}
.greeting .greeting-wrap{
    max-width: 900px;
    margin: 0 auto;
    background-image: url("images/index_greeting01.jpg");
    background-repeat: no-repeat;
    background-size: 280px auto;
    background-position: right 8% bottom 20%;
}
.greeting .greeting-wrap h2{text-align: left;margin: 0 0 20px;}
.greeting .greeting-wrap p{
    font-size: 1.6rem;
}
    /*------------
.policy
------------*/
    .policy {
    background-size: 100%;
    }
    .policy .basic{
        max-width: 900px;
        margin: 0 auto 16px;
        padding: 0;
    }
    
    .policy .basic h3 {
        padding: 0;
        font-size: 2.2rem;
        color: #FFFFFF;
    }

    .policy .read {
        font-size: 2.4rem;
    }
  

    .policy .policy-box_wrap {
        max-width: 950px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }
    
    .policy > .policy-box_wrap {
        padding: 30px 20px;
        background-size: 100% auto;
    }
    
    .policy .policy-box_wrap figure {
        display: inherit;
        flex-direction: column;
        justify-content: flex-end;
        gap: 40px;
        align-items: center;
        flex-basis: 35%;
        margin: 0 auto;
    }
    
    /*-.policy-*/
    .policy .read {
        font-size: 2.4rem;
        text-align: center;
        font-weight: bold;
        line-height: 4rem;
        padding: 0;
        border: none;
        margin: 0 2% 30px;
    }
    .policy h2 .big {
        font-size: 2.8rem;

    }
    /*------------
.profile
------------*/
    .profile{
    width: auto;
    }
    .profile .profile-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 950px;
    margin: 30px auto;
    }
    .profile-wrap .image img {
    object-fit: cover;
    object-position: top;
}
.profile-wrap .inner div {

}
.profile-wrap .inner  {
    padding: 0 2% 30px;
    width: 75%;
    height: auto;
}
.profile-wrap div.inner div.inner-box-wrap div{
    margin: 0 auto 20px;
}
    

    /*------------
.supporter
------------*/
    .supporter {
        margin: 0;
    }
    .supporter h2 {
        background-image: none;
        text-shadow: none;
    }
    .supporter .inner {
        padding: 40px;
    }
    .supporter .inner p {
        padding-bottom: 20px;
        margin: 0 auto;
    }
    .supporter .inner p:nth-of-type(2) {
        padding-bottom: 0px;
    }
    .supporter .inner p:nth-of-type(3) {
        padding-bottom: 40px;
    }
    .supporter .inner p span {}
    .supporter .btn {}
}
