@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
body{
	background-color: #ffffff;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
a{
    color: #333333;
}

.ff-meiryo, .wf-loading body{
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.wrap{
	width: 1180px;
}

.main{
	width: 830px;
	padding: 20px 0px;
    border:none;
}

.sidebar{
	width: 300px;
    padding: 19px 0px;
}

#member-menu{
	padding-left: 20px;
}

.c-header{
	display: flex;
	height:150px;
	align-items: center;
    background: url('images/dot1.gif') repeat-x left bottom;
}

.c-header__logo{
	display: flex;
	align-items: center;
	height:100%;
	width: 35%;
}

.c-header__logo a{
	display: flex;
    align-items: center;
	height:100%;
}

.c-header__banner{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height:100%;
	width: 65%;
}

.content{
    margin-top:20px;
}

.content-intro{
	clear: both;
    font-size: 13px;
    line-height: 1;
}

.navi-in a{
	font-size: 13px;
}

.navi-in > ul li {
    border-left: 1px dotted #ccc;
    height:50px;
    line-height: 50px;
}

.navi-in > ul li:last-child {
    border-right: 1px dotted #ccc;
}

#navi .navi-in a:hover{
	background-color: #E02E14;
}

.sidebar h3{
	line-height: 200%;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    border: none;
    padding:0;
    padding: 8px 40px;
    display: inline-block;
    background: #000;
    color: #fff;
}

.sidebar .widget-sidebar h3::after{
	display: none;
}

.sidebar .widget_archive ul{
	border-top: 4px solid #000;
	padding-top: 15px;
}

.sidebar .widget_recent_entries ul{
    margin:0;
}

.sidebar .widget_recent_entries ul li{
    padding: 13px;
    margin: 0 0 1px 0;
    background: #444;
    color: #fff;
}

.sidebar .widget_recent_entries ul li a{
    color: #ffffff;
    padding:0;
}

.sidebar .widget_recent_entries ul li a:hover{
    color: #E02E14;
    background: transparent;
}

.sidebar .widget_recent_entries ul li a:hover .rpwwt-post-title{
    color: #E02E14;
}

.sidebar .widget_recent_entries img{
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}

.sidebar .rpwwt-post-image{
    float: left;
    background: #000;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0em .75em 0em 0;
}

.sidebar .rpwwt-post-image:hover img{
    opacity: 0.5;
}

.sidebar .rpwwt-post-title{
    font-size: 12px;
    margin: 0;
    padding: 0 0 5px 0;
    display: block;
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
    line-height: 2;
}

.rpwwt-post-date{
    font-size: 13px;
    line-height: 1;
    padding-bottom: 5px;
    margin: 0;
    font-weight: 600;
}

.rpwwt-post-excerpt{
    font-size: 13px;
    clear:both;
    padding-top: 8px;
    height: 78px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.widget_categories ul > li{
	background: none;
    padding: 0;
    margin: 0;
    line-height: 135%;
    background: url('images/arrow6.png') no-repeat left 7px;
}

.widget_categories ul > li > a{
	display: block;
    text-decoration: none;
    color: #fff;
    background: #444 url('images/arrow6.png') no-repeat 20px 19px;
    padding: 14px 15px 14px 40px;
    border-top: 1px solid #333;
    font-size: 14px;
}

.widget_archive ul > li{
	line-height: 28px;
	margin: 0 0 10px 0;
}

.widget_archive ul > li > a{
	display: block;
    text-decoration: none;
    color: #333;
    background: #fff url('images/arrow6.png') no-repeat 0px 7px;
    padding: 0px 15px 0px 22px;
    font-size: 13px;
    text-decoration: underline;
}

.widget_categories, .widget_archive, .widget_recent_entries{
	margin-bottom: 40px;
}

.widget_media_image{
	margin-bottom:10px;
}

.widget_categories ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover, .search-submit:hover{
	background-color: #E02E14;
	color: #ffffff;
}

.widget_archive ul li a:hover{
	color: #E02E14;
	background-color: transparent;
}

.search-edit, input[type="text"]{
	height: 40px;
    margin: 0 -2px 5px 0;
    border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 0 10px;
    box-shadow: 2px 2px 3px 0px #ddd inset;
    border-radius: 0;
}

.search-submit{
	border: none;
    width: 40px;
    height: 40px;
    background: #000 url('images/icon_search.png') no-repeat center;
    cursor: pointer;
    display: block;
    float: right;
    text-indent: -300%;
    overflow: hidden;
    top: 0;
    right:0;
}

*:focus {
    outline: none;
}

.logo-text{
    padding:0;
}

.c-home__slider{
    border: none!important;
    margin: 0 0 15px!important;
}

.c-home__slider .flex-viewport li{
    position: relative;
    height: 511px;
}

.c-home__slider .c-post1{
    width: 550px;
    height: 337px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: block;
}

.c-home__slider .c-post2{
    top: 0px;
    right: 0px;
}

.c-home__slider .c-post3{
    top: 172px;
    right: 0px;
}

.c-home__slider .c-post4{
    bottom: 0px;
    left: 280px;
}

.c-home__slider .c-post5{
    bottom: 0px;
    left: 0px;
}

.c-home__slider .c-post6{
    bottom: 0px;
    right: 0px;
}

.c-home__slider .c-post2, .c-home__slider .c-post3, .c-home__slider .c-post4, .c-home__slider .c-post5, .c-home__slider .c-post6{
    width: 270px;
    height: 165px;
    overflow: hidden;
    position: absolute;
}

.c-home__slider .c-post2 img, .c-home__slider .c-post3 img, .c-home__slider .c-post4 img, .c-home__slider .c-post5 img, .c-home__slider .c-post6 img{
    display: block;
    width: 270px;
    height: 165px;
}

.flex-control-paging{
    position: relative;
    left: 0px;
    bottom: -10px;
    z-index: 9999;
    text-align: center;
}

.c-home__slider a .title_area{
    font-size: 12px;
    line-height: 160%;
    position: absolute;
    z-index: 1;
    text-decoration: none;
    display: block;
    background: rgba(0,0,0,0.7);
    width: 100%;
    color: #fff;
    padding: 15px;
    bottom: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: bottom 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: bottom 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: bottom 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: bottom 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.c-home__slider a img{
    height:100%!important;
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.c-home__slider a:hover img{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.c-home__slider a:hover .title_area{
    bottom: 0px;
}

.c-home__slider .title{
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: block;
}

.c-home__slider .c-post1 .title{
    height: auto;
}

.c-home__slider .desc{
    font-size: 11px;
    height: 78px;
    display: block;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.c-home__slider .c-post1 .desc{
    height: auto;
}

.flex-control-paging li a{
    width: 8px!important;
    height: 8px!important;
    border-radius: 0!important;
}

.c-tabs{
    border-bottom: 4px solid #000;
    display: flex;
    list-style: none;
    padding: 0;
    margin:0;
}

.c-tabs li{
    float: left;
    margin: 0 2px 0 0;
    cursor: pointer;
}

.c-tabs li span{
    display: inline-block;
    text-decoration: none;
    background: #ccc;
    color: #fff;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 1;
}

.c-tabs li.is-active span{
    background: #000 !important;
}

.c-tabs__content .c-listpost{
    display: none;
}

.c-tabs__content .c-listpost.is-active{
    display: block;
}

.c-listpost__cnt{
    display: flex;
    flex-direction: column;
}

.c-list1{
    border-bottom: 1px dotted #ccc;
    margin: 0;
    padding: 25px 40px 25px 0;
    position: relative;
    justify-content: space-between;
}

.c-listpost:nth-child(1) .c-list1{
    display: none;
}

.c-list1__image{
    background: #000;
    width: 130px;
    height: 130px;
    display: block;
    float: left;
}

.c-list1__image img{
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1.0;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}

.c-list1__image:hover img{
    opacity: 0.5;
}

.c-list1__text{
    float: right;
    width: 630px;
}

.c-list1__box{
    display: flex;
    list-style: none;
    margin:0;
    padding:0;
    font-size: 12px;
    margin: 0 0 5px 0;
}

.c-list1__box li{
    float: left;
    padding: 5px 0 5px 0;
    line-height: 180%;
    margin: 0 15px 0 0;
}

.c-list1__date{
    background: url('images/icon_date.png') no-repeat left;
    padding-left: 20px!important;
}

.c-list1__category{
    background: url('images/icon_category.png') no-repeat left;
    padding-left: 20px!important;
}

.c-list1__title{
    font-size: 18px;
    line-height: 180%;
    margin: 0 0 8px 0;
    cursor: pointer;
    font-weight: 600;
    display: block;
    text-decoration: none;
}

.c-list1__title:hover{
    text-decoration: underline;
}

.c-list1__desc{
    line-height: 200%;
    font-size: 13px;
    margin: 0;
}

.c-list1__desc + p{
    margin:0;
}

.c-list1__link{
    display: block;
    width: 18px;
    height: 29px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%);
    background: url('images/slider_arrow2.png') no-repeat left top;
    text-decoration: none;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
}

.c-list1__link:hover{
    background-position: right bottom;
}

.l-btn{
    text-align: center;
    padding: 30px 0;
}

.c-btn1{
    display: inline-block;
    height: 54px;
    padding: 0 62px 0 40px;
    line-height: 54px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    background: #444 url('images/arrow_right.png') no-repeat right 10px top 12px;
}

.c-btn1:hover{
    background-color: #E02E14;
    color: #ffffff;
}

.c-footer__slide{
    background: #f3f3f3;
}

.c-footer__slide .c-footer__inner{
    padding: 40px 0;
    background: #f3f3f3;
}

.c-footer__slide .c-headline{
    margin: 0;
    line-height: 200%;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 25px;
    color: #fff;
    background: #000;
    display: inline-block;
}

.admin-panel{
    display: none;
}

#recent_post_slider .item{
    text-align: center;
    padding: 0;
    position: relative;
}

#recent_post_slider a{
    display: block;
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 140px;
}

#recent_post_slider a img{
    display: block;
    margin: 0;
    height:140px;
    -webkit-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#recent_post_slider a:hover img{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

#recent_post_slider a > span{
    font-size: 12px;
    line-height: 160%;
    position: absolute;
    z-index: 1;
    text-decoration: none;
    display: block;
    background: rgba(0,0,0,0.7);
    width: 100%;
    color: #fff;
    padding: 15px 10px;
    bottom: -100%;
    -webkit-transition: bottom 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: bottom 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: bottom 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: bottom 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#recent_post_slider a:hover span{
    bottom: 0px;
}

.owl-prev{
    background: url('images/slider_arrow2.png') no-repeat left top!important;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 18px;
    height: 29px;
    position: absolute;
    right: -40px;
    top: 55px;
}

.owl-next{
    background: url('images/slider_arrow1.png') no-repeat left top!important;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 18px;
    height: 29px;
    position: absolute;
    left: -45px;
    top: 55px;
}

.owl-next:hover, .owl-prev:hover{
    background-position: left bottom!important;
}

.c-footer1__headline{
    margin: 0 0 15px 0;
    line-height: 200%;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 25px;
    color: #fff;
    background: #ccc;
    display: inline-block;
}

.c-footer1__widget1{
    float: left;
    width: 300px;
    font-size: 12px;
    margin: 0 40px 0 0;
}

.c-footer1__widget2{
    float: left;
    width: 500px;
    font-size: 12px;
}

.c-footer1__social{
    float: right;
    width: 300px;
    margin: 50px 0 0 0;
}

.c-footer1 ul{
    margin: 0;
    padding:0;
    list-style: none;
}

.c-footer1__widget1 .c-footer1__cnt > ul, .c-footer1__widget2 .c-footer1__cnt > ul{
    position: relative;
    margin-right: -10px;
}

.c-footer1__widget1 .c-footer1__cnt > ul > li{
    display: inline-block;
    vertical-align: top;
    width: 142px;
    margin-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.c-footer1__widget2 .c-footer1__cnt > ul > li{
    display: inline-block;
    vertical-align: top;
    width: 157px;
    margin-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.c-footer1__cnt > ul > li{
    line-height: 160%;
    background: url('images/arrow1.gif') no-repeat left 4px;
    padding: 2px 0 2px 22px;
    margin: 0 0 12px 0;
}

.c-footer1__social li a{
    font-size: 16px;
    display: block;
    background: #444;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    border-bottom: 1px solid #222;
    line-height: 1;
}

.c-footer1__social li a:hover{
    background-color: #E02E14!important;
}

.c-footer1__social li.c-twitter a{
    background: #444 url('images/icon_twitter.png') no-repeat 22px 20px;
    padding-left: 55px;
}

.c-footer1__social li.c-facebook a{
    background: #444 url('images/icon_facebook.png') no-repeat 24px 20px;
    padding-left: 55px;
}

.c-footer1__social li.c-rss a{
    background: #444 url('images/icon_rss.png') no-repeat 24px 20px;
    padding-left: 55px;
}

.c-btn--top{
    width: 100%;
    background: #ccc;
    text-align: center;
    height: 55px;
    line-height: 55px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.c-btn--top img{
    margin: 0 10px 0 0;
}

.c-btn--top:hover {
    background-color: #E02E14;
    color: #fff;
}

.copyright-area{
    background: #000;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.copyright-area__inner{
    background: #000;
}

.c-footer__menu ul{
    margin: 0;
    padding:0;
    list-style: none;
}

.c-footer__menu ul li{
    float: left;
    margin: 0;
    font-size: 12px;
}

.c-footer__menu ul li a{
    text-decoration: none;
    border-right: 1px solid #666;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
}

.c-footer__menu ul li a:hover{
    color: #E02E14;
    text-decoration: underline;
}

.copyright-area a{
    color: #ffffff;
}

.c-copyright{
    margin: 0px;
    float: right;
    font-size: 12px;
}

.c-footer__menu li:last-child a{
    border: none;
    margin: 0;
}

#navi #navi-in{
    background-color: #333333;
}

.c-menu{
    position: fixed;
    top: 0;
    text-align: center;
    overflow: hidden;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 1001;
    width: 35px;
    height: 60px;
    right: 15px;
}

.c-menu__icon{
    position: absolute;
    display: block;
    width: 35px;
    height: 3px;
    background-color: #333333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.c-menu__icon:first-child{
    top: 19px;
}

.c-menu__icon:nth-child(2){
    top: 29px;
}

.c-menu__icon:nth-child(3){
    top: 39px;
}

body.menu-open .c-menu__icon{
    width: 35px;
    top: 29px;
}

body.menu-open .c-menu__icon:nth-child(1){
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.menu-open .c-menu__icon:nth-child(2){
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

body.menu-open .c-menu__icon:nth-child(3){
    display: none;
}

/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
    .main, .sidebar, .sidebar-left .main, .sidebar-left .sidebar{
        margin: 0;
    }
    .owl-prev{
        display: none!important;
    }
    .owl-next{
        display: none!important;
    }
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*767px以下*/
@media screen and (max-width: 767px){
  /*必要ならばここにコードを書く*/
  .wrap{
    width: 100%;
  }
  .navi-in > .menu-header {
    display: none;
  }
  .c-header{
    height: 75px;
    padding: 0 15px;
  }
  .c-header__banner{
    display: none;
  }
  .c-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main{
    width: 100%;
    padding: 20px 15px;
  }
  .sidebar{
    display: none;
    width: 100%;
    padding: 19px 15px;
  }
  .c-home__slider .c-post1{
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    overflow: hidden;
  }
  .c-home__slider .c-post2, .c-home__slider .c-post3{
    width: 50%;
    height: auto;
    overflow: hidden;
    position: relative;
    top: auto;
    right: auto;
    float: left;
  }
  .c-home__slider .c-post4, .c-home__slider .c-post5, .c-home__slider .c-post6{
    width: calc(100% / 3);
    height: auto;
    overflow: hidden;
    position: relative;
    bottom: auto;
    left: auto;
    float: left;
  }
  .c-home__slider a .title_area{
    display: none;
  }
  .c-home__slider .c-post1 a .title_area{
    display: block;
  }
  .c-tabs{
    flex-direction: column;
  }
  .c-tabs li{
    width:100%;
  }
  .c-tabs li span{
    width: 100%;
  }
  .c-list1__link{
    display: none;
  }
  .c-list1{
    padding: 25px 0px 25px 0;
    flex-direction: column;
  }
  .c-list1__text{
    width: 100%;
  }
  .c-footer1__widget1{
    display: none;
  }
  .c-footer1__widget2{
    display: none;
  }
  .c-list1__image{
    width: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .c-list1__image img{
    width: 130px;
  }
  .content-intro{
    padding: 0 15px;
  }
  .c-home__slider .flex-viewport li{
    height: auto;
  }
  .c-footer__slide .c-footer__inner{
    padding: 40px 15px;
  }
  #recent_post_slider a{
    height:auto;
  }
  .c-footer1__social{
    width: 100%;
    margin:0;
    padding: 15px;
  }
  .c-footer__menu ul{
    display: flex;
    flex-direction: column;
  }
  .c-footer__menu ul li a{
    border-right:none;
    border-bottom: 1px solid #444;
    padding: 0 15px;
    margin: 0;
    display: block;
  }
  .c-footer__menu li:last-child a{
    border-bottom: 1px solid #444;
  }
  .c-copyright{
    padding: 15px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    float: none;
  }
  #member-menu{
    padding-left: 0px;
    position: absolute;
    top: 25px;
    right: 15px;
  }
  .c-header__logo img{
    width: 120px;
  }
  #recent_post_slider a img{
    height: auto;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
